diff --git a/.eslintrc.js b/.eslintrc.cjs similarity index 100% rename from .eslintrc.js rename to .eslintrc.cjs diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 65d4dc0c87..e94ee74f22 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -13,7 +13,7 @@ permissions: contents: write pull-requests: write -name: release-please +name: PR Test and Release jobs: release-please: @@ -21,7 +21,7 @@ jobs: steps: - name: Initialize Release Please id: release - if: ${{ github.event_name == 'push' }} + if: ${{ github.event_name == 'push' }} uses: googleapis/release-please-action@v4 with: target-branch: ${{ github.ref_name }} diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4341fd3fac..f3e583721f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,13 +1,29 @@ { - ".": "3.0.0", - "packages/api": "3.0.0", - "packages/chart": "3.0.0", - "packages/common": "3.0.0", - "packages/comms": "3.0.0", - "packages/dataflow": "9.0.0", - "packages/esbuild-plugins": "1.1.2", - "packages/markdown-it-plugins": "1.0.0", - "packages/observable-shim": "3.0.0", - "packages/observablehq-compiler": "1.3.0", - "packages/util": "3.0.0" + ".": "3.1.2", + "packages/api": "3.1.0", + "packages/chart": "3.1.0", + "packages/codemirror": "3.0.0", + "packages/common": "3.1.0", + "packages/comms": "3.1.0", + "packages/composite": "3.0.0", + "packages/dataflow": "9.1.0", + "packages/dgrid": "3.0.0", + "packages/dgrid-shim": "3.0.0", + "packages/dgrid2": "3.0.0", + "packages/eclwatch": "3.0.0", + "packages/esbuild-plugins": "1.2.0", + "packages/form": "3.0.0", + "packages/graph": "3.0.0", + "packages/html": "3.0.0", + "packages/layout": "3.0.0", + "packages/map": "3.0.0", + "packages/map-deck": "3.0.0", + "packages/markdown-it-plugins": "1.1.2", + "packages/observablehq-compiler": "3.1.0", + "packages/other": "3.0.0", + "packages/phosphor": "3.0.0", + "packages/react": "3.0.0", + "packages/timeline": "3.0.0", + "packages/tree": "3.0.0", + "packages/util": "3.1.0" } \ No newline at end of file diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 252e3eccf1..1030c78b9a 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -1,287 +1,47 @@ -import { ApiClass, ApiItem, ApiModel, ApiProperty } from "@microsoft/api-extractor-model"; -import path from "path"; -import { IndentedWriter, writeApiItem } from "./mdWriter"; - -function getGuideSidebar() { - return [ - { - text: "Introduction", - children: [ - { text: "Getting Started", link: "/README" } - ] +import { defineConfig } from "vitepress"; +import { observable } from "@hpcc-js/markdown-it-plugins"; +import { eclLang } from "@hpcc-js/markdown-it-plugins/ecl-lang"; + +// https://vitepress.dev/reference/site-config +export default async () => { + + return defineConfig({ + title: "@hpcc-js/Visualization", + description: "HPCC Systems JavaScript Library", + base: "/Visualization/", + srcDir: ".", + rewrites: { }, - { - text: "Advanced", - children: [{ text: "API Reference", link: "/docs/api/hpcc-js" }] - } - ]; -} - -// Keep in sync with: ../components/README.md - -function getComponentsSidebar() { - return [ - { - text: "Editors", - children: [ - { text: "CodeMirror", link: "/components/editor/src/codemirror" }, - { text: "Preview", link: "/components/preview/src/preview" }, - ] - }, { - text: "Observable HQ", - children: [ - { text: "Getting Started", link: "/components/observable/README" }, - { text: "Observable Script", link: "/components/observable/src/observable" }, - ] - }, { - text: "Layouts", - children: [ - { text: "Getting Started", link: "/components/layout/README" }, - { text: "Dock Panel", link: "/components/layout/src/lumino/dockPanel" }, - { text: "Drag and Zoom", link: "/components/layout/src/zoom" }, - { text: "Split Panel", link: "/components/layout/src/lumino/splitPanel" }, - { text: "Tab Panel", link: "/components/layout/src/lumino/tabPanel" }, - ] - }//, { - // text: "Visualizations", - // children: [ - // { text: "Gauge", link: "/components/gauge/src/gauge" }, - // { text: "Half Pie", link: "/components/pie/src/halfpie" }, - // { text: "Observable JS", link: "/components/observable/src/observable" }, - // { text: "Pie", link: "/components/pie/src/pie" }, - // { text: "Quarter Pie", link: "/components/pie/src/quarterpie" }, - // { text: "Sankey", link: "/components/sankey/src/sankey" }, - // { text: "Treemap", link: "/components/treemap/src/treemap" }, - // ] - // } - ]; -} - -function getVisualizationsSidebar() { - return [ - { - text: "Charts", - children: [ - { text: "Getting Started", link: "/packages/chart/README" }, - { text: "Area", link: "/packages/chart/src/Area" }, - { text: "Bar", link: "/packages/chart/src/Bar" }, - { text: "Bubble", link: "/packages/chart/src/Bubble" }, - { text: "Bullet", link: "/packages/chart/src/Bullet" }, - { text: "Column", link: "/packages/chart/src/Column" }, - { text: "Contour", link: "/packages/chart/src/Contour" }, - { text: "Gantt", link: "/packages/chart/src/Gantt" }, - { text: "Gauge", link: "/packages/chart/src/Gauge" }, - { text: "Half Pie", link: "/packages/chart/src/HalfPie" }, - { text: "Heat", link: "/packages/chart/src/Heat" }, - { text: "Hex Bin", link: "/packages/chart/src/HexBin" }, - { text: "Line", link: "/packages/chart/src/Line" }, - { text: "Pie", link: "/packages/chart/src/Pie" }, - { text: "Quarter Pie", link: "/packages/chart/src/QuarterPie" }, - { text: "Quartile Candlestick", link: "/packages/chart/src/QuartileCandlestick" }, - { text: "Radar", link: "/packages/chart/src/Radar" }, - { text: "Radial Bar", link: "/packages/chart/src/RadialBar" }, - { text: "Scatter", link: "/packages/chart/src/Scatter" }, - { text: "Stat Chart", link: "/packages/chart/src/StatChart" }, - { text: "Step", link: "/packages/chart/src/Step" }, - { text: "Summary", link: "/packages/chart/src/Summary" }, - { text: "Summary (Canvas)", link: "/packages/chart/src/SummaryC" }, - { text: "Word Cloud", link: "/packages/chart/src/WordCloud" }, - { text: "XYAxis", link: "/packages/chart/src/XYAxis" }, - ] - }, { - text: "Editors", - children: [ - { text: "Getting Started", link: "/packages/codemirror/README" }, - ] - }, { - text: "Grids", - children: [ - { text: "Getting Started", link: "/packages/dgrid2/README" }, - { text: "Table", link: "/packages/dgrid2/src/table" }, - ] - }, { - text: "Graphs", - children: [ - { text: "Getting Started", link: "/packages/graph/README" }, - ] - }, { - text: "Layouts", - children: [ - { text: "Getting Started", link: "/packages/layout/README" }, - ] - }, { - text: "Geospatial 2D", - children: [ - { text: "Getting Started", link: "/packages/map/README" }, - ] - }, { - text: "Geospatial 3D", - children: [ - { text: "Getting Started", link: "/packages/map-deck/README" }, - ] - }, { - text: "Observable HQ", - children: [ - { text: "Getting Started", link: "/packages/observablehq-compiler/README" }, - { text: "Compiler", link: "/packages/observablehq-compiler/src/compiler" }, - { text: "Utilities", link: "/packages/observablehq-compiler/src/util" }, - ] - }, { - text: "Timelines", - children: [ - { text: "Getting Started", link: "/packages/timeline/README" }, - ] - }, { - text: "Hierarchy", - children: [ - { text: "Getting Started", link: "/packages/tree/README" }, - ] - } - ]; -} - -module.exports = { - lang: "en-US", - title: "@hpcc-js/Visualization", - description: "HPCC Systems JavaScript Library", - base: "/Visualization/", - - head: [ - ['link', { rel: 'icon', type: 'image/x-icon', href: '/Visualization/resources/favicon.ico' }], - ], + lastUpdated: true, + themeConfig: { + // https://vitepress.dev/reference/default-theme-config + nav: [ + { text: "Home", link: "/" }, + { text: "Getting Started", link: "/README" }, + ], + + sidebar: [ + { text: "Getting Started", link: "/README" }, + { + text: "Documentation", + items: [ + ] + } + ], - themeConfig: { - repo: "hpcc-systems/Visualization", - docsDir: "", - docsBranch: "trunk", - editLinks: true, - editLinkText: "Edit this page on GitHub", - lastUpdated: "Last Updated", + socialLinks: [ + { icon: "github", link: "https://github.com/hpcc-systems/visualization" } + ], - nav: [ - { - text: "Guide", - link: "/README", - activeMatch: "^/README" - }, - { - text: "Web Components", - link: "/components/README", - activeMatch: "^/components/" - }, - { - text: "Visualizations", - link: "/packages/README", - activeMatch: "^/packages/" + }, + markdown: { + // https://github.com/vuejs/vitepress/blob/main/src/node/markdown/markdown.ts + config: md => { + md.use(observable, { vitePress: true }); }, - { - text: "Release Notes", - link: "https://github.com/hpcc-systems/Visualization/releases" - } - ], - sidebar: { - "/README": getGuideSidebar(), - "/components": getComponentsSidebar(), - "/packages": getVisualizationsSidebar() + languages: [eclLang()], } - }, - vue: { - template: { - compilerOptions: { - isCustomElement: (tag) => { - return tag.toLowerCase().indexOf("hpcc-") === 0; - } - } - } - }, - - markdown: { - config: (md) => { - const structs: { [id: string]: ApiItem } = {}; - const props: { [id: string]: ApiItem } = {}; - - let allMeta = {}; - try { - allMeta = require(path.join(__dirname, "../temp/hpcc-js.meta.json")); - } catch (e) { - // File might not exit yet --- - } - - function writeAttributes(struct: ApiItem, writer: IndentedWriter, isAttribute: boolean = true): boolean { - let retVal = false; - const structClass = struct as ApiClass; - // writer.writeLine(struct.displayName); - const baseClass = structs[structClass.extendsType?.excerpt?.text?.trim()]; - if (baseClass) { - retVal = writeAttributes(baseClass, writer, isAttribute); - } - const classMeta = allMeta[struct.displayName] ?? { observed: {} }; - for (const prop of struct.members) { - const propMeta = classMeta.observed[prop.displayName]; - if ((prop as ApiProperty).tsdocComment) { - if (propMeta === undefined || propMeta.isAttribute === isAttribute) { - if (writeApiItem(prop, { writer }, false)) { - retVal = true; - } - } - } - } - return retVal; - } - - md.core.ruler.before("normalize", "types", function replace(state) { - const apiModel = new ApiModel(); - let apiPackage; - try { - apiPackage = apiModel.loadPackage("./temp/hpcc-js.api.json"); - } catch (e) { - // File might not exit yet --- - } - - apiPackage?.members.forEach(entyrPoint => { - for (const struct of entyrPoint.members) { - // if (struct.displayName.indexOf("HPCC") === 0 && struct.displayName.indexOf("Element") > 0) { - structs[struct.displayName] = struct; - for (const prop of struct.members) { - props[struct.displayName + "." + prop.displayName] = prop; - } - // } - } - }); - - for (const key in structs) { - const struct = structs[key]; - const search = `## \`${key}\``; - if (state.src.indexOf(search) >= 0) { - let replacement = ""; - const attrWriter = new IndentedWriter(); - attrWriter.writeLine(`## Attributes`); - attrWriter.writeLine(); - if (writeAttributes(struct, attrWriter, true)) { - replacement += attrWriter.toString(); - } - const propWriter = new IndentedWriter(); - propWriter.writeLine(`## Properties`); - propWriter.writeLine(); - if (writeAttributes(struct, propWriter, false)) { - replacement += propWriter.toString(); - } - state.src = state.src.split(search).join(replacement); - } - } - - for (const key in props) { - const search = `### \`${key}\``; - if (state.src.indexOf(search) >= 0) { - const prop = props[key]; - const writer = new IndentedWriter(); - writeApiItem(prop, { writer }, false); - state.src = state.src.split(search).join(writer.toString()); - } - } - }); - } - } + }); }; diff --git a/.vitepress/mdWriter.ts b/.vitepress/mdWriter.ts deleted file mode 100644 index f64b147921..0000000000 --- a/.vitepress/mdWriter.ts +++ /dev/null @@ -1,305 +0,0 @@ -import { ApiItem, ApiItemKind, ApiProperty } from "@microsoft/api-extractor-model"; -import { DocBlock, DocEscapedText, DocParamCollection, DocErrorText, DocParamBlock, DocBlockTag, DocFencedCode, DocNodeTransforms, DocLinkTag, DocParagraph, DocHtmlStartTag, DocCodeSpan, DocHtmlEndTag, DocPlainText, DocNode, DocSection } from '@microsoft/tsdoc'; - -const enum DocNodeKind { - Block = "Block", - BlockTag = "BlockTag", - Excerpt = "Excerpt", - FencedCode = "FencedCode", - CodeSpan = "CodeSpan", - Comment = "Comment", - DeclarationReference = "DeclarationReference", - ErrorText = "ErrorText", - EscapedText = "EscapedText", - HtmlAttribute = "HtmlAttribute", - HtmlEndTag = "HtmlEndTag", - HtmlStartTag = "HtmlStartTag", - InheritDocTag = "InheritDocTag", - InlineTag = "InlineTag", - LinkTag = "LinkTag", - MemberIdentifier = "MemberIdentifier", - MemberReference = "MemberReference", - MemberSelector = "MemberSelector", - MemberSymbol = "MemberSymbol", - Paragraph = "Paragraph", - ParamBlock = "ParamBlock", - ParamCollection = "ParamCollection", - PlainText = "PlainText", - Section = "Section", - SoftBreak = "SoftBreak" -} - -export class IndentedWriter { - - content: string[] = [""]; - - ensureNewLine() { - const lastCharacter: string = this.peekLastCharacter(); - if (lastCharacter !== '\n' && lastCharacter !== '') { - this.write("\n"); - } - } - - writeLine(text: string = "") { - this.content.push(`${text}\n`); - } - - write(text: string) { - this.content[this.content.length - 1] += text; - } - - peekLastCharacter() { - const line = this.content[this.content.length - 1]; - return line[line.length - 1]; - } - - toString() { - return this.content.join(""); - } -} - -interface IMarkdownEmitterOptions { } -interface IMarkdownEmitterContext { - writer: IndentedWriter; - insideTable?: boolean; - - boldRequested?: boolean; - italicRequested?: boolean; - - writingBold?: boolean; - writingItalic?: boolean; - - options?: TOptions; -} - -function writeDocNode(docNode: DocNode, context: IMarkdownEmitterContext, docNodeSiblings: boolean): void { - if (!docNode) return; - const writer: IndentedWriter = context.writer; - // writer.writeLine(docNode.kind); - switch (docNode.kind) { - case DocNodeKind.PlainText: { - const docPlainText: DocPlainText = docNode as DocPlainText; - writePlainText(docPlainText.text, context); - break; - } - case DocNodeKind.HtmlStartTag: - case DocNodeKind.HtmlEndTag: { - const docHtmlTag: DocHtmlStartTag | DocHtmlEndTag = docNode as DocHtmlStartTag | DocHtmlEndTag; - // write the HTML element verbatim into the output - writer.write(docHtmlTag.emitAsHtml()); - break; - } - case DocNodeKind.CodeSpan: { - const docCodeSpan: DocCodeSpan = docNode as DocCodeSpan; - if (context.insideTable) { - writer.write(''); - } else { - writer.write('`'); - } - if (context.insideTable) { - const code: string = this.getTableEscapedText(docCodeSpan.code); - const parts: string[] = code.split(/\r?\n/g); - writer.write(parts.join('
')); - } else { - writer.write(docCodeSpan.code); - } - if (context.insideTable) { - writer.write(''); - } else { - writer.write('`'); - } - break; - } - case DocNodeKind.LinkTag: { - const docLinkTag: DocLinkTag = docNode as DocLinkTag; - if (docLinkTag.codeDestination) { - this.writeLinkTagWithCodeDestination(docLinkTag, context); - } else if (docLinkTag.urlDestination) { - this.writeLinkTagWithUrlDestination(docLinkTag, context); - } else if (docLinkTag.linkText) { - writePlainText(docLinkTag.linkText, context); - } - break; - } - case DocNodeKind.Paragraph: { - const docParagraph: DocParagraph = docNode as DocParagraph; - const trimmedParagraph: DocParagraph = DocNodeTransforms.trimSpacesInParagraph(docParagraph); - if (context.insideTable) { - if (docNodeSiblings) { - writer.write('

'); - writeNodes(trimmedParagraph.nodes, context); - writer.write('

'); - } else { - // Special case: If we are the only element inside this table cell, then we can omit the

container. - writeNodes(trimmedParagraph.nodes, context); - } - } else { - writeNodes(trimmedParagraph.nodes, context); - writer.ensureNewLine(); - writer.writeLine(); - } - break; - } - case DocNodeKind.FencedCode: { - const docFencedCode: DocFencedCode = docNode as DocFencedCode; - writer.ensureNewLine(); - writer.write('```'); - writer.write(docFencedCode.language); - writer.writeLine(); - writer.write(docFencedCode.code); - writer.ensureNewLine(); - writer.writeLine('```'); - break; - } - case DocNodeKind.Section: { - const docSection: DocSection = docNode as DocSection; - writeNodes(docSection.nodes, context); - break; - } - case DocNodeKind.SoftBreak: { - if (!/^\s?$/.test(writer.peekLastCharacter())) { - writer.write(' '); - } - break; - } - case DocNodeKind.EscapedText: { - const docEscapedText: DocEscapedText = docNode as DocEscapedText; - writePlainText(docEscapedText.decodedText, context); - break; - } - case DocNodeKind.ErrorText: { - const docErrorText: DocErrorText = docNode as DocErrorText; - writePlainText(docErrorText.text, context); - break; - } - case DocNodeKind.InlineTag: { - break; - } - case DocNodeKind.BlockTag: { - const tagNode: DocBlockTag = docNode as DocBlockTag; - console.warn('Unsupported block tag: ' + tagNode.tagName); - break; - } - case DocNodeKind.Block: { - const docBlock: DocBlock = docNode as DocBlock; - writeDocNode(docBlock.content, context, docNodeSiblings); - break; - } - case DocNodeKind.ParamCollection: { - const paramCollection: DocParamCollection = docNode as DocParamCollection; - writeNodes(paramCollection.blocks, context); - break; - } - case DocNodeKind.ParamBlock: { - const paramBlock: DocParamBlock = docNode as DocParamBlock; - writer.write(`* \`${paramBlock.parameterName}\`: `); - writeDocNode(paramBlock.content, context, docNodeSiblings); - writer.ensureNewLine(); - break; - } - default: - writer.writeLine(`Unknown prop type ${docNode.kind} (${Object.getPrototypeOf(docNode).constructor.name})`); - } -} - -function getEscapedText(text: string): string { - const textWithBackslashes: string = text - .replace(/\\/g, '\\\\') // first replace the escape character - .replace(/[*#[\]_|`~]/g, (x) => '\\' + x) // then escape any special characters - .replace(/---/g, '\\-\\-\\-') // hyphens only if it's 3 or more - .replace(/&/g, '&') - .replace(//g, '>'); - return textWithBackslashes; -} - -function getTableEscapedText(text: string): string { - return text - .replace(/&/g, '&') - .replace(/"/g, '"') - .replace(//g, '>') - .replace(/\|/g, '|'); -} - -function writePlainText(text: string, context: IMarkdownEmitterContext): void { - const writer: IndentedWriter = context.writer; - - // split out the [ leading whitespace, content, trailing whitespace ] - const parts: string[] = text.match(/^(\s*)(.*?)(\s*)$/) || []; - - writer.write(parts[1]); // write leading whitespace - - const middle: string = parts[2]; - - if (middle !== '') { - switch (writer.peekLastCharacter()) { - case '': - case '\n': - case ' ': - case '[': - case '>': - // okay to put a symbol - break; - default: - // This is no problem: "**one** *two* **three**" - // But this is trouble: "**one***two***three**" - // The most general solution: "**one***two***three**" - writer.write(''); - break; - } - - if (context.boldRequested) { - writer.write(''); - } - if (context.italicRequested) { - writer.write(''); - } - - writer.write(getEscapedText(middle)); - - if (context.italicRequested) { - writer.write(''); - } - if (context.boldRequested) { - writer.write(''); - } - } - - writer.write(parts[3]); // write trailing whitespace -} - -function writeNodes(docNodes: ReadonlyArray, context: IMarkdownEmitterContext): void { - for (const docNode of docNodes) { - writeDocNode(docNode, context, docNodes.length > 1); - } -} - -export function writeApiItem(apiItem: ApiItem, context: IMarkdownEmitterContext, docNodeSiblings: boolean): boolean { - const writer: IndentedWriter = context.writer; - - switch (apiItem.kind) { - case ApiItemKind.Property: - const property = apiItem as ApiProperty; - writer.write(`### \`${property.displayName}\``); - writer.writeLine(); - writeDocNode(property.tsdocComment?.summarySection, { ...context, italicRequested: true }, docNodeSiblings); - writer.writeLine(); - writer.write(`**Type:** \`${property.propertyTypeExcerpt?.text}\``); - writer.writeLine(); - writeDocNode(property.tsdocComment?.typeParams, context, docNodeSiblings); - writeDocNode(property.tsdocComment?.params, context, docNodeSiblings); - writer.writeLine(); - writer.write(`**Default Value:** `); - writeNodes(property.tsdocComment?.customBlocks.filter(block => block.blockTag.tagName === "@defaultValue"), context); - writer.writeLine(); - if (property.tsdocComment?.remarksBlock) { - writer.writeLine(`::: info`); - writeDocNode(property.tsdocComment?.remarksBlock, context, docNodeSiblings); - writer.writeLine(`:::`); - } - return true; - } - return false; -} - diff --git a/.vitepress/theme/index.ts b/.vitepress/theme/index.ts index 390af7bf08..caa4ebe942 100644 --- a/.vitepress/theme/index.ts +++ b/.vitepress/theme/index.ts @@ -1,22 +1,19 @@ -//@ts-ignore +// https://vitepress.dev/guide/custom-theme +import { h } from "vue"; +import type { Theme } from "vitepress"; import DefaultTheme from "vitepress/theme"; - -//@ts-ignore -if (import.meta.env.MODE === "development") { - import("../../src/index"); -} +import RenderComponent from "@hpcc-js/markdown-it-plugins/vitepress/RenderComponent.vue"; +import "@hpcc-js/markdown-it-plugins/vitepress/styles.ts"; export default { - ...DefaultTheme, + extends: DefaultTheme, + Layout: () => { + return h(DefaultTheme.Layout, null, { + // https://vitepress.dev/guide/extending-default-theme#layout-slots + }); + }, enhanceApp({ app }) { + app.component("RenderComponent", RenderComponent); }, - vueOptions: { - template: { - compilerOptions: { - isCustomElement: (tag) => { - return tag.toLowerCase().indexOf("hpcc-") === 0; - } - } - } - } -}; + +} satisfies Theme; diff --git a/CHANGELOG.md b/CHANGELOG.md index a48442454c..5dbfa0bc33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,120 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.1.2](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.1.1...hpcc-js-v3.1.2) (2024-10-29) + + +### Bug Fixes + +* Note title displays twice ([b8f0115](https://github.com/hpcc-systems/Visualization/commit/b8f011594b054c020aef6e0edfdb929085496e33)) + +## [3.1.1](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.1.0...hpcc-js-v3.1.1) (2024-10-24) + + +### Bug Fixes + +* Bump observablehq compiler version ([68e14b7](https://github.com/hpcc-systems/Visualization/commit/68e14b7f5a4514c69ec623bdcacad275c9c87f59)) + +## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.0.0...hpcc-js-v3.1.0) (2024-10-24) + + +### Features + +* Add "LayoutChanged" event to DockPanel ([98e5f42](https://github.com/hpcc-systems/Visualization/commit/98e5f4298ddc7a7138ffcc1940342842b62b18e4)) +* Add "option" get/set to Editor ([1960f7c](https://github.com/hpcc-systems/Visualization/commit/1960f7c2d43921d4ad3f2933f204613b20a53cd2)) +* Add "sortByValue" PP to Pie Chart ([e098c43](https://github.com/hpcc-systems/Visualization/commit/e098c43b8a50699a337f6f9e4337b89b57a672a5)) +* Add accumulated stats to Query Metrics ([25735c8](https://github.com/hpcc-systems/Visualization/commit/25735c8e9005e4992511e107b8a4b41e8d04d279)) +* Add additional skew information ([d2026a0](https://github.com/hpcc-systems/Visualization/commit/d2026a0b2fb777f170bcb2e083a97886c7bc6c82)) +* Add Axis Padding ([a38074e](https://github.com/hpcc-systems/Visualization/commit/a38074e55980d9ec129157359025a54c8b42446d)) +* Add better error handling for graphviz web-worker ([283e66d](https://github.com/hpcc-systems/Visualization/commit/283e66dd1a81372fbb30e124325d217ae075e6f7)) +* Add esbuild-plugins package ([02ae102](https://github.com/hpcc-systems/Visualization/commit/02ae102f9cc6011be58ae0a51a0d01f494fac4de)) +* Add extra formatting to WUDetails ([e215d78](https://github.com/hpcc-systems/Visualization/commit/e215d786c94eb20e9a927f51a7e8d8ee60c4b41f)) +* Add markdown-it-plugin ([213c556](https://github.com/hpcc-systems/Visualization/commit/213c556659b25e95ce4041a55379451b1fbf1328)) +* Add maxWeight to Heat chart ([59ee802](https://github.com/hpcc-systems/Visualization/commit/59ee80246e45fa5464f6fed4ed7f488ee3fca0cb)) +* Add padding property to DockPanel.addWidget ([446cebd](https://github.com/hpcc-systems/Visualization/commit/446cebdfdcd6fc6e31bd2a29c098cfce7e844dbd)) +* Add Protect and Unprotect functions to Visualization Workunit Class ([fb2b4e9](https://github.com/hpcc-systems/Visualization/commit/fb2b4e9d885bf67d1d94af33fe2994c30a0d198a)) +* Add React Custom Graph demo ([48f7140](https://github.com/hpcc-systems/Visualization/commit/48f7140592f3dcb400a95135d01115b8b475220a)) +* Add showDomainTotal to Column Chart ([c7de54a](https://github.com/hpcc-systems/Visualization/commit/c7de54a0276782aa8fc0df99f297ff771b047861)) +* Add SQL support to codemirror ([e66a715](https://github.com/hpcc-systems/Visualization/commit/e66a715ff3e378e393d2eef03e78f81b0cbd2472)) +* Additional VitePress Support ([80b8089](https://github.com/hpcc-systems/Visualization/commit/80b8089e96f1841c52f05e10c6a1c880b739a521)) +* bump WsDFU to latest to include support for ExtendedIndexInfo ([01926c0](https://github.com/hpcc-systems/Visualization/commit/01926c0397975a0216394bd34f4f77d5002e4245)) +* Bump WsWorkunits services ([9ee2210](https://github.com/hpcc-systems/Visualization/commit/9ee221012ba7d2caccc4986409527573c8388c34)) +* **comms:** add a States enum to FileSpray service ([813ae88](https://github.com/hpcc-systems/Visualization/commit/813ae88a4bc0cc7a1328e5b59917dc5db285e18e)) +* **comms:** Add ability to clear the client tools cached locations ([856c734](https://github.com/hpcc-systems/Visualization/commit/856c73412511c501bbf85d96a532352dcb25eab6)) +* **comms:** add publishEx function to workunit ([05e3106](https://github.com/hpcc-systems/Visualization/commit/05e310686adc9c0143c9ad956bc90a5683e7f057)) +* **comms:** add support for the Grafana/Loki log engine ([43b7403](https://github.com/hpcc-systems/Visualization/commit/43b7403b8a0cfcd59846d5dbc23fc794eaa3b905)) +* **comms:** Add support for WsSasha ([7ffb27c](https://github.com/hpcc-systems/Visualization/commit/7ffb27c9b5b7b73ecc9688fae8f72a9f98bed6a9)) +* **comms:** Add WU compile cost ([ceb5ced](https://github.com/hpcc-systems/Visualization/commit/ceb5ced22059359511d62a8992f75a672c0ded83)) +* **comms:** allow the WU refresh function to accept optional request ([adc513b](https://github.com/hpcc-systems/Visualization/commit/adc513b367221a68ead06892268160991ff842a9)) +* **comms:** convert wsTopology to use service generated from wsdl ([07e5933](https://github.com/hpcc-systems/Visualization/commit/07e5933798daa6f0cdd3dec0edc1a6c9328bcacc)) +* **comms:** implementing some methods for dfuWorkunit ([7adeb8f](https://github.com/hpcc-systems/Visualization/commit/7adeb8f7389d1fb821c46fa7047d1339d5a78984)) +* **comms:** WUQuery support abort signal ([c9db1db](https://github.com/hpcc-systems/Visualization/commit/c9db1db7561dd16df28021bed99d77beed78ee96)) +* Export Metric Splitter ([e550a5c](https://github.com/hpcc-systems/Visualization/commit/e550a5ce3071f9e76768322218b9b7a23a09becb)) +* Expose Gantt selection method ([4faf833](https://github.com/hpcc-systems/Visualization/commit/4faf83336f693b7d7a651bbbe2c0ea7a63ad72eb)) +* Extend ojs Node type ([17dba08](https://github.com/hpcc-systems/Visualization/commit/17dba08334fef814e6feb38fba8fa2a7409e9c58)) +* **observablehq:** Add parser offset positions ([304007e](https://github.com/hpcc-systems/Visualization/commit/304007e7e0fd01910a903dfe1cf17e6d5649bb0e)) +* Parse the DefinitionList at source ([b9214e4](https://github.com/hpcc-systems/Visualization/commit/b9214e4bfa3ba5158cc0140d4a364c3b498f61c1)) +* remove Column string format rounding ([7876e56](https://github.com/hpcc-systems/Visualization/commit/7876e56e900a7595e63da446469185b727dca700)) +* Rename "lint" to "lint-all" and revert "lint" to break on error. ([227ab65](https://github.com/hpcc-systems/Visualization/commit/227ab656f9ce64580a0c8a7015e53ac455b16be4)) +* Switch to esbuild (common, api, chart) ([a855017](https://github.com/hpcc-systems/Visualization/commit/a855017b8b35ee53ca4a3a060973bf4b87c8916b)) +* Switch to esbuild and ESM first packaging ([b752510](https://github.com/hpcc-systems/Visualization/commit/b752510b5074fbc9a606e4d189412798c241f414)) +* Switch to esbuild and ESM first packaging (comms) ([3bc7e54](https://github.com/hpcc-systems/Visualization/commit/3bc7e54da7a70d5bfc57ea4b1a87fb02913cbf40)) + + +### Bug Fixes + +* Add guard against unknown event source ([5c61240](https://github.com/hpcc-systems/Visualization/commit/5c612400071cefa44c6f5e634976e0ba7ac90ac5)), closes [#4061](https://github.com/hpcc-systems/Visualization/issues/4061) +* Add observablehq-compiler to loader ([aae63bb](https://github.com/hpcc-systems/Visualization/commit/aae63bb5246cf81d3f088a9a408a54cc418fbbf2)) +* **comms:** add exception handling to logicalFile fetchInfo ([daff182](https://github.com/hpcc-systems/Visualization/commit/daff182022da686b5ee86ad0ec11dfedbebe3461)) +* **comms:** change LogCategory filter based upon searchField ([0d30644](https://github.com/hpcc-systems/Visualization/commit/0d3064402a40e935f9c240f06951966b26de5961)) +* **comms:** correct wsdl generated services enum values ([4254b73](https://github.com/hpcc-systems/Visualization/commit/4254b73a974dcbef0d1d14a94eda06bae5d312fc)) +* **comms:** dgrid-shim gridHelper paging text to imply unknown total ([cd3a724](https://github.com/hpcc-systems/Visualization/commit/cd3a724055f27bc6181dbfbb7b067dacd8d33d07)) +* **comms:** extend FileSpray.DFUWUFile to change reponse type to not be JSON ([769b1cb](https://github.com/hpcc-systems/Visualization/commit/769b1cbae92374a17dc7631229eaaf8604d6bcc4)) +* **comms:** GetLogs use WsLogaccess.LogAccessType ([498ffa6](https://github.com/hpcc-systems/Visualization/commit/498ffa66812f50b9abef62d2ef52e40c0e02fa93)) +* **comms:** GetLogsEx still using hardcoded ...KnownColumns maps ([8b49d50](https://github.com/hpcc-systems/Visualization/commit/8b49d504540e282a7500dbd258bd597083e9ce20)) +* **comms:** incorrect default for line count returned by GetLogs ([3f72eb8](https://github.com/hpcc-systems/Visualization/commit/3f72eb82755e1f13f5a89f1190834199bacb783e)) +* **comms:** regenerate some comms services with Partials ([b44a6d2](https://github.com/hpcc-systems/Visualization/commit/b44a6d2df50ae55663ae039e911227dcddc3e0b4)) +* **comms:** regenerate ws_access service with most recent changes ([7da53d1](https://github.com/hpcc-systems/Visualization/commit/7da53d172f083dc2d8a7293bb02977a6e53abf9d)) +* **comms:** separate Logaccess StartDate & EndDate request filters ([fe73335](https://github.com/hpcc-systems/Visualization/commit/fe73335b2e39fc6ee127a32cd7701d27cff1afbb)) +* **comms:** wsLogaccess GetLogs fix an incorrect boolean operator ([5cabad8](https://github.com/hpcc-systems/Visualization/commit/5cabad8eb53f178af6cd5655a0a5c7a73f286275)) +* **comms:** wsLogaccess GetLogs results not sorted by default ([0fcb7fb](https://github.com/hpcc-systems/Visualization/commit/0fcb7fbc6e34f87b2cf8d7e2330408e3718d165c)) +* **comms:** WsLogaccess incorrect abbrev for the Programmer audience value ([bcc72ac](https://github.com/hpcc-systems/Visualization/commit/bcc72ac15c5fdc2a5fe0683cbb71a0556addb721)) +* **comms:** wslogaccess, do not use binaryFilter if not necessary ([b7ba2c3](https://github.com/hpcc-systems/Visualization/commit/b7ba2c31acca226a036402a0a0c599385a463fb8)) +* **comms:** WsMachine Target Cluster sizes are in KB ([0205f84](https://github.com/hpcc-systems/Visualization/commit/0205f84d5aa45d8ee0d41aae9226256a49cfbeef)) +* Custom cell render fails with plain string ([3cd8004](https://github.com/hpcc-systems/Visualization/commit/3cd80047be277304dfcf52f6274af8878f0f9cba)) +* **dgrid-shim:** max page when pagination counts are unknown ([8615155](https://github.com/hpcc-systems/Visualization/commit/8615155d38dec31055d374cc76f011d43e2ef02b)) +* **dgrid-shim:** max page when pagination counts are unknown ([6b9674d](https://github.com/hpcc-systems/Visualization/commit/6b9674d3dc1dd78458c3de4438b5f055fca2f79d)) +* Doc generation failing ([f9c5435](https://github.com/hpcc-systems/Visualization/commit/f9c5435dd284bcd5f83b8fedbe5484171870f394)) +* Don't relocate text in "Stacked" mode. ([2944a96](https://github.com/hpcc-systems/Visualization/commit/2944a964d2ec23306a41a77d51de511503e3649d)) +* Don't relocate text in "Stacked" mode. ([344179e](https://github.com/hpcc-systems/Visualization/commit/344179e00362aa45b7f1934bda84dfa65cb1bee6)) +* esbuild for Node should not bundle by default ([e379154](https://github.com/hpcc-systems/Visualization/commit/e37915451fb32d7b6b6796ecf19ef4a0292b9419)) +* Event.path is non-standard ([4edabd5](https://github.com/hpcc-systems/Visualization/commit/4edabd58cc0d06f079d959e847cf5a04eea45f4e)) +* Exclude undici from bundles ([a066695](https://github.com/hpcc-systems/Visualization/commit/a066695ff57981433b57c13397dd8fe7e35ac9f1)) +* Gallery tests failing ([684427f](https://github.com/hpcc-systems/Visualization/commit/684427fbc4e6b899cc310d3af63645713ecbb79e)) +* **graph:** Fix failing tests ([0500277](https://github.com/hpcc-systems/Visualization/commit/0500277c4732087870a3f4558b6810341a418bb1)) +* **GraphT:** Merge edges fails when ID matches, but source/target has changed ([b822ade](https://github.com/hpcc-systems/Visualization/commit/b822adef25e8d8780cab62f73e79972bb90712e2)) +* **graph:** Tweak previous refactor to ensure backward compatibility ([0c86fbb](https://github.com/hpcc-systems/Visualization/commit/0c86fbb643e7845161d9cc044df7d8efa9658d80)) +* grouped properties had "any" type. ([227c897](https://github.com/hpcc-systems/Visualization/commit/227c897ce512a7f1e6f3287ff6c8bcd54c893613)) +* **html/common:** correct BreakdownTable tooltip height calculation ([5c77723](https://github.com/hpcc-systems/Visualization/commit/5c77723639ade13b1d07001d1e7b05cbddb5c805)) +* isWUComplete fails for compile + Attach ([dac93fb](https://github.com/hpcc-systems/Visualization/commit/dac93fbe83f77712fadab1ab875823ef816a8c2e)) +* Merge conflict ([241e861](https://github.com/hpcc-systems/Visualization/commit/241e86168384df952f5e0e9d8b3c3ec8157f0288)) +* NodeJS v18 fetch + rejectUnauthorization = false ([7369d0d](https://github.com/hpcc-systems/Visualization/commit/7369d0d727db2313c4b02a99c1ff994330fc4009)) +* NodeJS v18 fetch + rejectUnauthorization = false ([d01d23f](https://github.com/hpcc-systems/Visualization/commit/d01d23f5a5f8ed31b233800144be047d7c5f1495)) +* **observablehq:** Allow importing of local esm files ([bd807fa](https://github.com/hpcc-systems/Visualization/commit/bd807fa25bfdecfbd68d6ad448706449907bfd2c)) +* Potential prototype pollution ([dd69e58](https://github.com/hpcc-systems/Visualization/commit/dd69e5875de88e5598412202937f1fd1f3ed4710)), closes [#4069](https://github.com/hpcc-systems/Visualization/issues/4069) +* Publish step failing ([e05d87d](https://github.com/hpcc-systems/Visualization/commit/e05d87dd29f4f280307aa4f65229d3091f27570f)) +* Query fails fetching schemas ([a301e41](https://github.com/hpcc-systems/Visualization/commit/a301e410054ac7d5107971370647881c7b1af713)) +* Refresh does not load details ([09655d5](https://github.com/hpcc-systems/Visualization/commit/09655d5959d9114ed49ae8c8881314be521a2783)) +* Remove obsolete GH actions ([1479127](https://github.com/hpcc-systems/Visualization/commit/14791275007c1798a53c06c854687b3aa577301b)) +* Request string arrays had incorrect nesting ([37a0f8a](https://github.com/hpcc-systems/Visualization/commit/37a0f8a2b847f2fecf1d0406eb39ad1e5071b356)) +* Sourcemap for watch was different to build ([8811920](https://github.com/hpcc-systems/Visualization/commit/88119207d09e861d0bd86145134d2736bbb49fd3)) +* Switch to working cors proxy ([e05f0fe](https://github.com/hpcc-systems/Visualization/commit/e05f0fe35124f518dbee4c2c0d80d1853b0515c3)) +* Switch to wsdl generated WsSMC ([4621f91](https://github.com/hpcc-systems/Visualization/commit/4621f911d0963b918412deb18ad03423d5d980b8)) +* Tidy up StatChart to be more consistent ([fe6d47f](https://github.com/hpcc-systems/Visualization/commit/fe6d47f1d045fec4eb12163a2784dccd62f020af)) +* Unable to select "Accent" ordinal palette ([3031db5](https://github.com/hpcc-systems/Visualization/commit/3031db53a9d4e81e91693a4a5f902298c45fd3dc)) +* Undefined background color issue ([957d362](https://github.com/hpcc-systems/Visualization/commit/957d362862c1f0679fd1930c1b1f863a064f528a)) +* Undici change broke tests ([91d4bc6](https://github.com/hpcc-systems/Visualization/commit/91d4bc692f1bb03d25a0087a09a63dad296a895a)) + ## [2.107.1](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.107.0...hpcc-js-v2.107.1) (2024-10-23) diff --git a/index.html b/index.html deleted file mode 100644 index cf776d1111..0000000000 --- a/index.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - hpcc-js - '); - - - - - -
- - -
-
-
-
-
-
-
- -
-
-
-
-
-
-
- - - - \ No newline at end of file diff --git a/index.md b/index.md index 447f5ea4f2..06ee0c7a10 100644 --- a/index.md +++ b/index.md @@ -1,17 +1,28 @@ --- -home: true -heroImage: /resources/hpccsystems.png -heroAlt: HPCC Systems Logo -heroText: Visualization + Web Component Suite -tagline: HPCC Systems JavaScript Library -actionText: Get Started -actionLink: /README +# https://vitepress.dev/reference/default-theme-home-page +layout: home + +hero: + name: "@hpcc-js" + text: Visualization + Web Component Suite + tagline: HPCC Systems JavaScript Library + image: + dark: /resources/hpcc-systems-dark.svg + light: /resources/hpcc-systems.svg + alt: HPCC Systems Logo + + actions: + - theme: brand + text: Getting Started + link: /README + features: - title: Simplicity First - details: Integrating Custom Web Components is as easy as adding a . + details: Integrating Custom Web Components is as easy as adding a <html-tag>. - title: Supports HPCC-Platform details: Includes communication libraries for interacting with the HPCC-Platform (optional). - title: Works with existing frameworks details: Standards-based Web Components are the foundation of each visualization, making them compatible with almost any modern web framework. -footer: Apache-2.0 Licensed | Copyright © 2022 hpccsystems.com + +footer: Apache-2.0 Licensed | Copyright © 2024 hpccsystems.com --- diff --git a/package-lock.json b/package-lock.json index 06e84653ed..4805945b70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,39 +13,39 @@ "packages/api", "xpackages/bundle", "packages/chart", - "xpackages/codemirror", - "xpackages/codemirror-shim", + "packages/codemirror", + "packages/codemirror-shim", "packages/common", "packages/comms", - "xpackages/composite", + "packages/composite", "packages/dataflow", - "xpackages/ddl-shim", - "xpackages/deck-shim", - "xpackages/dgrid", - "xpackages/dgrid-shim", - "xpackages/dgrid2", - "xpackages/eclwatch", + "packages/ddl-shim", + "packages/deck-shim", + "packages/dgrid", + "packages/dgrid-shim", + "packages/dgrid2", + "packages/eclwatch", "packages/esbuild-plugins", - "xpackages/form", - "xpackages/graph", - "xpackages/html", - "xpackages/layout", - "xpackages/leaflet-shim", + "packages/form", + "packages/graph", + "packages/html", + "packages/layout", + "packages/leaflet-shim", "xpackages/loader", - "xpackages/map", - "xpackages/map-deck", + "packages/map", + "packages/map-deck", "packages/markdown-it-plugins", "xpackages/marshaller", "packages/observable-shim", "packages/observablehq-compiler", - "xpackages/other", - "xpackages/phosphor", - "xpackages/phosphor-shim", - "xpackages/preact-shim", - "xpackages/react", + "packages/other", + "packages/phosphor", + "packages/phosphor-shim", + "packages/preact-shim", + "packages/react", "xpackages/requirejs-shim", - "xpackages/timeline", - "xpackages/tree", + "packages/timeline", + "packages/tree", "packages/util", "xcomponents/*", "xdemos/dashy", @@ -59,54 +59,51 @@ "xtests/*" ], "devDependencies": { - "@microsoft/api-documenter": "7.25.16", - "@microsoft/api-extractor": "7.47.9", + "@microsoft/api-documenter": "7.25.21", + "@microsoft/api-extractor": "7.47.11", "@microsoft/api-extractor-model": "7.29.8", "@typescript-eslint/eslint-plugin": "7.18.0", "@typescript-eslint/parser": "7.18.0", - "@vitest/browser": "2.1.1", - "@vitest/coverage-v8": "2.1.1", + "@vitest/browser": "2.1.4", + "@vitest/coverage-v8": "2.1.4", "eslint": "8.57.1", "eslint-plugin-react-hooks": "4.6.2", "lerna": "8.1.8", "npm-check-updates": "16.14.20", "npm-run-all": "4.1.5", - "playwright": "1.47.2", + "playwright": "1.48.2", "rimraf": "5.0.10", - "typescript": "5.6.2", - "vitepress": "1.3.4", - "vitest": "2.1.1" + "typescript": "5.6.3", + "vitepress": "1.4.2", + "vitest": "2.1.4" } }, "node_modules/@algolia/autocomplete-core": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@algolia/autocomplete-core/-/autocomplete-core-1.9.3.tgz", - "integrity": "sha512-009HdfugtGCdC4JdXUbVJClA0q0zh24yyePn+KUGk3rP7j8FEe/m5Yo/z65gn6nP/cM39PxpzqKrL7A6fP6PPw==", + "version": "1.17.7", "dev": true, + "license": "MIT", "dependencies": { - "@algolia/autocomplete-plugin-algolia-insights": "1.9.3", - "@algolia/autocomplete-shared": "1.9.3" + "@algolia/autocomplete-plugin-algolia-insights": "1.17.7", + "@algolia/autocomplete-shared": "1.17.7" } }, "node_modules/@algolia/autocomplete-plugin-algolia-insights": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@algolia/autocomplete-plugin-algolia-insights/-/autocomplete-plugin-algolia-insights-1.9.3.tgz", - "integrity": "sha512-a/yTUkcO/Vyy+JffmAnTWbr4/90cLzw+CC3bRbhnULr/EM0fGNvM13oQQ14f2moLMcVDyAx/leczLlAOovhSZg==", + "version": "1.17.7", "dev": true, + "license": "MIT", "dependencies": { - "@algolia/autocomplete-shared": "1.9.3" + "@algolia/autocomplete-shared": "1.17.7" }, "peerDependencies": { "search-insights": ">= 1 < 3" } }, "node_modules/@algolia/autocomplete-preset-algolia": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.9.3.tgz", - "integrity": "sha512-d4qlt6YmrLMYy95n5TB52wtNDr6EgAIPH81dvvvW8UmuWRgxEtY0NJiPwl/h95JtG2vmRM804M0DSwMCNZlzRA==", + "version": "1.17.7", "dev": true, + "license": "MIT", "dependencies": { - "@algolia/autocomplete-shared": "1.9.3" + "@algolia/autocomplete-shared": "1.17.7" }, "peerDependencies": { "@algolia/client-search": ">= 4.9.1 < 6", @@ -114,285 +111,185 @@ } }, "node_modules/@algolia/autocomplete-shared": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@algolia/autocomplete-shared/-/autocomplete-shared-1.9.3.tgz", - "integrity": "sha512-Wnm9E4Ye6Rl6sTTqjoymD+l8DjSTHsHboVRYrKgEt8Q7UHm9nYbqhN/i0fhUYA3OAEH7WA8x3jfpnmJm3rKvaQ==", + "version": "1.17.7", "dev": true, + "license": "MIT", "peerDependencies": { "@algolia/client-search": ">= 4.9.1 < 6", "algoliasearch": ">= 4.9.1 < 6" } }, - "node_modules/@algolia/cache-browser-local-storage": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.24.0.tgz", - "integrity": "sha512-t63W9BnoXVrGy9iYHBgObNXqYXM3tYXCjDSHeNwnsc324r4o5UiVKUiAB4THQ5z9U5hTj6qUvwg/Ez43ZD85ww==", - "dev": true, - "dependencies": { - "@algolia/cache-common": "4.24.0" - } - }, - "node_modules/@algolia/cache-common": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@algolia/cache-common/-/cache-common-4.24.0.tgz", - "integrity": "sha512-emi+v+DmVLpMGhp0V9q9h5CdkURsNmFC+cOS6uK9ndeJm9J4TiqSvPYVu+THUP8P/S08rxf5x2P+p3CfID0Y4g==", - "dev": true - }, - "node_modules/@algolia/cache-in-memory": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@algolia/cache-in-memory/-/cache-in-memory-4.24.0.tgz", - "integrity": "sha512-gDrt2so19jW26jY3/MkFg5mEypFIPbPoXsQGQWAi6TrCPsNOSEYepBMPlucqWigsmEy/prp5ug2jy/N3PVG/8w==", - "dev": true, - "dependencies": { - "@algolia/cache-common": "4.24.0" - } - }, - "node_modules/@algolia/client-account": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@algolia/client-account/-/client-account-4.24.0.tgz", - "integrity": "sha512-adcvyJ3KjPZFDybxlqnf+5KgxJtBjwTPTeyG2aOyoJvx0Y8dUQAEOEVOJ/GBxX0WWNbmaSrhDURMhc+QeevDsA==", - "dev": true, - "dependencies": { - "@algolia/client-common": "4.24.0", - "@algolia/client-search": "4.24.0", - "@algolia/transporter": "4.24.0" - } - }, - "node_modules/@algolia/client-account/node_modules/@algolia/client-common": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-4.24.0.tgz", - "integrity": "sha512-bc2ROsNL6w6rqpl5jj/UywlIYC21TwSSoFHKl01lYirGMW+9Eek6r02Tocg4gZ8HAw3iBvu6XQiM3BEbmEMoiA==", - "dev": true, - "dependencies": { - "@algolia/requester-common": "4.24.0", - "@algolia/transporter": "4.24.0" - } - }, - "node_modules/@algolia/client-account/node_modules/@algolia/client-search": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-4.24.0.tgz", - "integrity": "sha512-uRW6EpNapmLAD0mW47OXqTP8eiIx5F6qN9/x/7HHO6owL3N1IXqydGwW5nhDFBrV+ldouro2W1VX3XlcUXEFCA==", + "node_modules/@algolia/client-abtesting": { + "version": "5.13.0", "dev": true, + "license": "MIT", "dependencies": { - "@algolia/client-common": "4.24.0", - "@algolia/requester-common": "4.24.0", - "@algolia/transporter": "4.24.0" + "@algolia/client-common": "5.13.0", + "@algolia/requester-browser-xhr": "5.13.0", + "@algolia/requester-fetch": "5.13.0", + "@algolia/requester-node-http": "5.13.0" + }, + "engines": { + "node": ">= 14.0.0" } }, "node_modules/@algolia/client-analytics": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@algolia/client-analytics/-/client-analytics-4.24.0.tgz", - "integrity": "sha512-y8jOZt1OjwWU4N2qr8G4AxXAzaa8DBvyHTWlHzX/7Me1LX8OayfgHexqrsL4vSBcoMmVw2XnVW9MhL+Y2ZDJXg==", + "version": "5.13.0", "dev": true, + "license": "MIT", "dependencies": { - "@algolia/client-common": "4.24.0", - "@algolia/client-search": "4.24.0", - "@algolia/requester-common": "4.24.0", - "@algolia/transporter": "4.24.0" + "@algolia/client-common": "5.13.0", + "@algolia/requester-browser-xhr": "5.13.0", + "@algolia/requester-fetch": "5.13.0", + "@algolia/requester-node-http": "5.13.0" + }, + "engines": { + "node": ">= 14.0.0" } }, - "node_modules/@algolia/client-analytics/node_modules/@algolia/client-common": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-4.24.0.tgz", - "integrity": "sha512-bc2ROsNL6w6rqpl5jj/UywlIYC21TwSSoFHKl01lYirGMW+9Eek6r02Tocg4gZ8HAw3iBvu6XQiM3BEbmEMoiA==", + "node_modules/@algolia/client-common": { + "version": "5.13.0", "dev": true, - "dependencies": { - "@algolia/requester-common": "4.24.0", - "@algolia/transporter": "4.24.0" + "license": "MIT", + "engines": { + "node": ">= 14.0.0" } }, - "node_modules/@algolia/client-analytics/node_modules/@algolia/client-search": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-4.24.0.tgz", - "integrity": "sha512-uRW6EpNapmLAD0mW47OXqTP8eiIx5F6qN9/x/7HHO6owL3N1IXqydGwW5nhDFBrV+ldouro2W1VX3XlcUXEFCA==", + "node_modules/@algolia/client-insights": { + "version": "5.13.0", "dev": true, + "license": "MIT", "dependencies": { - "@algolia/client-common": "4.24.0", - "@algolia/requester-common": "4.24.0", - "@algolia/transporter": "4.24.0" - } - }, - "node_modules/@algolia/client-common": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-5.7.0.tgz", - "integrity": "sha512-hrYlN9yNQukmNj8bBlw9PCXi9jmRQqNUXaG6MXH1aDabjO6YD1WPVqTvaELbIBgTbDJzCn0R2owms0uaxQkjUg==", - "dev": true, - "peer": true, + "@algolia/client-common": "5.13.0", + "@algolia/requester-browser-xhr": "5.13.0", + "@algolia/requester-fetch": "5.13.0", + "@algolia/requester-node-http": "5.13.0" + }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/client-personalization": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-4.24.0.tgz", - "integrity": "sha512-l5FRFm/yngztweU0HdUzz1rC4yoWCFo3IF+dVIVTfEPg906eZg5BOd1k0K6rZx5JzyyoP4LdmOikfkfGsKVE9w==", + "version": "5.13.0", "dev": true, + "license": "MIT", "dependencies": { - "@algolia/client-common": "4.24.0", - "@algolia/requester-common": "4.24.0", - "@algolia/transporter": "4.24.0" + "@algolia/client-common": "5.13.0", + "@algolia/requester-browser-xhr": "5.13.0", + "@algolia/requester-fetch": "5.13.0", + "@algolia/requester-node-http": "5.13.0" + }, + "engines": { + "node": ">= 14.0.0" } }, - "node_modules/@algolia/client-personalization/node_modules/@algolia/client-common": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-4.24.0.tgz", - "integrity": "sha512-bc2ROsNL6w6rqpl5jj/UywlIYC21TwSSoFHKl01lYirGMW+9Eek6r02Tocg4gZ8HAw3iBvu6XQiM3BEbmEMoiA==", + "node_modules/@algolia/client-query-suggestions": { + "version": "5.13.0", "dev": true, + "license": "MIT", "dependencies": { - "@algolia/requester-common": "4.24.0", - "@algolia/transporter": "4.24.0" + "@algolia/client-common": "5.13.0", + "@algolia/requester-browser-xhr": "5.13.0", + "@algolia/requester-fetch": "5.13.0", + "@algolia/requester-node-http": "5.13.0" + }, + "engines": { + "node": ">= 14.0.0" } }, "node_modules/@algolia/client-search": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-5.7.0.tgz", - "integrity": "sha512-0Frfjt4oxvVP2qsTQAjwdaG5SvJ3TbHBkBrS6M7cG5RDrgHqOrhBnBGCFT+YO3CeNK54r+d57oB1VcD2F1lHuQ==", + "version": "5.13.0", "dev": true, - "peer": true, + "license": "MIT", "dependencies": { - "@algolia/client-common": "5.7.0", - "@algolia/requester-browser-xhr": "5.7.0", - "@algolia/requester-fetch": "5.7.0", - "@algolia/requester-node-http": "5.7.0" + "@algolia/client-common": "5.13.0", + "@algolia/requester-browser-xhr": "5.13.0", + "@algolia/requester-fetch": "5.13.0", + "@algolia/requester-node-http": "5.13.0" }, "engines": { "node": ">= 14.0.0" } }, - "node_modules/@algolia/logger-common": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@algolia/logger-common/-/logger-common-4.24.0.tgz", - "integrity": "sha512-LLUNjkahj9KtKYrQhFKCzMx0BY3RnNP4FEtO+sBybCjJ73E8jNdaKJ/Dd8A/VA4imVHP5tADZ8pn5B8Ga/wTMA==", - "dev": true - }, - "node_modules/@algolia/logger-console": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@algolia/logger-console/-/logger-console-4.24.0.tgz", - "integrity": "sha512-X4C8IoHgHfiUROfoRCV+lzSy+LHMgkoEEU1BbKcsfnV0i0S20zyy0NLww9dwVHUWNfPPxdMU+/wKmLGYf96yTg==", - "dev": true, - "dependencies": { - "@algolia/logger-common": "4.24.0" - } - }, - "node_modules/@algolia/recommend": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@algolia/recommend/-/recommend-4.24.0.tgz", - "integrity": "sha512-P9kcgerfVBpfYHDfVZDvvdJv0lEoCvzNlOy2nykyt5bK8TyieYyiD0lguIJdRZZYGre03WIAFf14pgE+V+IBlw==", - "dev": true, - "dependencies": { - "@algolia/cache-browser-local-storage": "4.24.0", - "@algolia/cache-common": "4.24.0", - "@algolia/cache-in-memory": "4.24.0", - "@algolia/client-common": "4.24.0", - "@algolia/client-search": "4.24.0", - "@algolia/logger-common": "4.24.0", - "@algolia/logger-console": "4.24.0", - "@algolia/requester-browser-xhr": "4.24.0", - "@algolia/requester-common": "4.24.0", - "@algolia/requester-node-http": "4.24.0", - "@algolia/transporter": "4.24.0" - } - }, - "node_modules/@algolia/recommend/node_modules/@algolia/client-common": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-4.24.0.tgz", - "integrity": "sha512-bc2ROsNL6w6rqpl5jj/UywlIYC21TwSSoFHKl01lYirGMW+9Eek6r02Tocg4gZ8HAw3iBvu6XQiM3BEbmEMoiA==", - "dev": true, - "dependencies": { - "@algolia/requester-common": "4.24.0", - "@algolia/transporter": "4.24.0" - } - }, - "node_modules/@algolia/recommend/node_modules/@algolia/client-search": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-4.24.0.tgz", - "integrity": "sha512-uRW6EpNapmLAD0mW47OXqTP8eiIx5F6qN9/x/7HHO6owL3N1IXqydGwW5nhDFBrV+ldouro2W1VX3XlcUXEFCA==", + "node_modules/@algolia/ingestion": { + "version": "1.13.0", "dev": true, + "license": "MIT", "dependencies": { - "@algolia/client-common": "4.24.0", - "@algolia/requester-common": "4.24.0", - "@algolia/transporter": "4.24.0" + "@algolia/client-common": "5.13.0", + "@algolia/requester-browser-xhr": "5.13.0", + "@algolia/requester-fetch": "5.13.0", + "@algolia/requester-node-http": "5.13.0" + }, + "engines": { + "node": ">= 14.0.0" } }, - "node_modules/@algolia/recommend/node_modules/@algolia/requester-browser-xhr": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.24.0.tgz", - "integrity": "sha512-Z2NxZMb6+nVXSjF13YpjYTdvV3032YTBSGm2vnYvYPA6mMxzM3v5rsCiSspndn9rzIW4Qp1lPHBvuoKJV6jnAA==", + "node_modules/@algolia/monitoring": { + "version": "1.13.0", "dev": true, + "license": "MIT", "dependencies": { - "@algolia/requester-common": "4.24.0" + "@algolia/client-common": "5.13.0", + "@algolia/requester-browser-xhr": "5.13.0", + "@algolia/requester-fetch": "5.13.0", + "@algolia/requester-node-http": "5.13.0" + }, + "engines": { + "node": ">= 14.0.0" } }, - "node_modules/@algolia/recommend/node_modules/@algolia/requester-node-http": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-4.24.0.tgz", - "integrity": "sha512-JF18yTjNOVYvU/L3UosRcvbPMGT9B+/GQWNWnenIImglzNVGpyzChkXLnrSf6uxwVNO6ESGu6oN8MqcGQcjQJw==", + "node_modules/@algolia/recommend": { + "version": "5.13.0", "dev": true, + "license": "MIT", "dependencies": { - "@algolia/requester-common": "4.24.0" + "@algolia/client-common": "5.13.0", + "@algolia/requester-browser-xhr": "5.13.0", + "@algolia/requester-fetch": "5.13.0", + "@algolia/requester-node-http": "5.13.0" + }, + "engines": { + "node": ">= 14.0.0" } }, "node_modules/@algolia/requester-browser-xhr": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.7.0.tgz", - "integrity": "sha512-ohtIp+lyTGM3agrHyedC3w7ijfdUvSN6wmGuKqUezrNzd0nCkFoLW0OINlyv1ODrTEVnL8PAM/Zqubjafxd/Ww==", + "version": "5.13.0", "dev": true, - "peer": true, + "license": "MIT", "dependencies": { - "@algolia/client-common": "5.7.0" + "@algolia/client-common": "5.13.0" }, "engines": { "node": ">= 14.0.0" } }, - "node_modules/@algolia/requester-common": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@algolia/requester-common/-/requester-common-4.24.0.tgz", - "integrity": "sha512-k3CXJ2OVnvgE3HMwcojpvY6d9kgKMPRxs/kVohrwF5WMr2fnqojnycZkxPoEg+bXm8fi5BBfFmOqgYztRtHsQA==", - "dev": true - }, "node_modules/@algolia/requester-fetch": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/@algolia/requester-fetch/-/requester-fetch-5.7.0.tgz", - "integrity": "sha512-Eg8cBhNg2QNnDDldyK77aXvg3wIc5qnpCDCAJXQ2oaqZwwvvYaTgnP1ofznNG6+klri4Fk1YAaC9wyDBhByWIA==", + "version": "5.13.0", "dev": true, - "peer": true, + "license": "MIT", "dependencies": { - "@algolia/client-common": "5.7.0" + "@algolia/client-common": "5.13.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/requester-node-http": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-5.7.0.tgz", - "integrity": "sha512-8BDssYEkcp1co06KtHO9b37H+5zVM/h+5kyesJb2C2EHFO3kgzLHWl/JyXOVtYlKQBkmdObYOI0s6JaXRy2yQA==", + "version": "5.13.0", "dev": true, - "peer": true, + "license": "MIT", "dependencies": { - "@algolia/client-common": "5.7.0" + "@algolia/client-common": "5.13.0" }, "engines": { "node": ">= 14.0.0" } }, - "node_modules/@algolia/transporter": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@algolia/transporter/-/transporter-4.24.0.tgz", - "integrity": "sha512-86nI7w6NzWxd1Zp9q3413dRshDqAzSbsQjhcDhPIatEFiZrL1/TjnHL8S7jVKFePlIMzDsZWXAXwXzcok9c5oA==", - "dev": true, - "dependencies": { - "@algolia/cache-common": "4.24.0", - "@algolia/logger-common": "4.24.0", - "@algolia/requester-common": "4.24.0" - } - }, "node_modules/@ampproject/remapping": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", - "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.24" @@ -403,8 +300,6 @@ }, "node_modules/@asamuzakjp/dom-selector": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@asamuzakjp/dom-selector/-/dom-selector-2.0.2.tgz", - "integrity": "sha512-x1KXOatwofR6ZAYzXRBL5wrdV0vwNxlTCK9NCuLqAzQYARqGcvFwiJA6A1ERuh+dgeA4Dxm3JBYictIes+SqUQ==", "license": "MIT", "dependencies": { "bidi-js": "^1.0.3", @@ -413,12 +308,12 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", - "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", + "version": "7.26.2", "dev": true, + "license": "MIT", "dependencies": { - "@babel/highlight": "^7.24.7", + "@babel/helper-validator-identifier": "^7.25.9", + "js-tokens": "^4.0.0", "picocolors": "^1.0.0" }, "engines": { @@ -426,116 +321,27 @@ } }, "node_modules/@babel/helper-string-parser": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz", - "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==", + "version": "7.25.9", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", - "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/highlight": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", - "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", + "version": "7.25.9", "dev": true, - "dependencies": { - "@babel/helper-validator-identifier": "^7.24.7", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0", - "picocolors": "^1.0.0" - }, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/highlight/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/@babel/highlight/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, - "node_modules/@babel/highlight/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/@babel/highlight/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/@babel/parser": { - "version": "7.25.6", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.6.tgz", - "integrity": "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==", + "version": "7.26.2", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.25.6" + "@babel/types": "^7.26.0" }, "bin": { "parser": "bin/babel-parser.js" @@ -545,10 +351,8 @@ } }, "node_modules/@babel/runtime": { - "version": "7.25.6", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.6.tgz", - "integrity": "sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==", - "dev": true, + "version": "7.26.0", + "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -557,14 +361,12 @@ } }, "node_modules/@babel/types": { - "version": "7.25.6", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz", - "integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==", + "version": "7.26.0", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.24.8", - "@babel/helper-validator-identifier": "^7.24.7", - "to-fast-properties": "^2.0.0" + "@babel/helper-string-parser": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -572,33 +374,29 @@ }, "node_modules/@bcoe/v8-coverage": { "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", - "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@bundled-es-modules/cookie": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@bundled-es-modules/cookie/-/cookie-2.0.0.tgz", - "integrity": "sha512-Or6YHg/kamKHpxULAdSqhGqnWFneIXu1NKvvfBBzKGwpVsYuFIQ5aBPHDnnoR3ghW1nvSkALd+EF9iMtY7Vjxw==", + "version": "2.0.1", "dev": true, + "license": "ISC", "dependencies": { - "cookie": "^0.5.0" + "cookie": "^0.7.2" } }, "node_modules/@bundled-es-modules/statuses": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@bundled-es-modules/statuses/-/statuses-1.0.1.tgz", - "integrity": "sha512-yn7BklA5acgcBr+7w064fGV+SGIFySjCKpqjcWgBAIfrAkY+4GQTJJHQMeT3V/sgz23VTEVV8TtOmkvJAhFVfg==", "dev": true, + "license": "ISC", "dependencies": { "statuses": "^2.0.1" } }, "node_modules/@bundled-es-modules/tough-cookie": { "version": "0.1.6", - "resolved": "https://registry.npmjs.org/@bundled-es-modules/tough-cookie/-/tough-cookie-0.1.6.tgz", - "integrity": "sha512-dvMHbL464C0zI+Yqxbz6kZ5TOEp7GLW+pry/RWndAR8MJQAXZ2rPmIs8tziTZjeIyhSNZgZbCePtfSbdWqStJw==", "dev": true, + "license": "ISC", "dependencies": { "@types/tough-cookie": "^4.0.5", "tough-cookie": "^4.1.4" @@ -606,8 +404,6 @@ }, "node_modules/@clack/core": { "version": "0.3.4", - "resolved": "https://registry.npmjs.org/@clack/core/-/core-0.3.4.tgz", - "integrity": "sha512-H4hxZDXgHtWTwV3RAVenqcC4VbJZNegbBjlPvzOzCouXtS2y3sDvlO3IsbrPNWuLWPPlYVYPghQdSF64683Ldw==", "license": "MIT", "dependencies": { "picocolors": "^1.0.0", @@ -616,15 +412,12 @@ }, "node_modules/@clack/prompts": { "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-0.7.0.tgz", - "integrity": "sha512-0MhX9/B4iL6Re04jPrttDm+BsP8y6mS7byuv0BvXgdXhbV5PdlsHt55dvNsuBCPZ7xq1oTAOOuotR9NFbQyMSA==", "bundleDependencies": [ "is-unicode-supported" ], "license": "MIT", "dependencies": { "@clack/core": "^0.3.3", - "is-unicode-supported": "*", "picocolors": "^1.0.0", "sisteransi": "^1.0.5" } @@ -643,40 +436,105 @@ }, "node_modules/@colors/colors": { "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", - "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=0.1.90" } }, + "node_modules/@dagrejs/dagre": { + "version": "1.1.4", + "dev": true, + "license": "MIT", + "dependencies": { + "@dagrejs/graphlib": "2.2.4" + } + }, + "node_modules/@dagrejs/graphlib": { + "version": "2.2.4", + "dev": true, + "license": "MIT", + "engines": { + "node": ">17.0.0" + } + }, + "node_modules/@deck.gl/core": { + "version": "8.9.36", + "resolved": "https://registry.npmjs.org/@deck.gl/core/-/core-8.9.36.tgz", + "integrity": "sha512-mkIv4/fY1jE+iehqSJzUQi75l9cgfx2ZBa1s1AifgLu0TCkCZgRgISV3UnDBECDCmTZ9Cqk+oKq3OGay3Bz1RQ==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.0.0", + "@loaders.gl/core": "^3.4.13", + "@loaders.gl/images": "^3.4.13", + "@luma.gl/constants": "^8.5.21", + "@luma.gl/core": "^8.5.21", + "@luma.gl/webgl": "^8.5.21", + "@math.gl/core": "^3.6.2", + "@math.gl/sun": "^3.6.2", + "@math.gl/web-mercator": "^3.6.2", + "@probe.gl/env": "^3.5.0", + "@probe.gl/log": "^3.5.0", + "@probe.gl/stats": "^3.5.0", + "gl-matrix": "^3.0.0", + "math.gl": "^3.6.2", + "mjolnir.js": "^2.7.0" + } + }, + "node_modules/@deck.gl/layers": { + "version": "8.9.36", + "resolved": "https://registry.npmjs.org/@deck.gl/layers/-/layers-8.9.36.tgz", + "integrity": "sha512-sr/QKELXZ4W0ZHb12QC2+EV1bZJOM6cU6kAfOJD5jOVixOcyccr+FnPPGn39VK9cl/VFY0S339ZPs9reyhDFVg==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.0.0", + "@loaders.gl/images": "^3.4.13", + "@loaders.gl/schema": "^3.4.13", + "@luma.gl/constants": "^8.5.21", + "@mapbox/tiny-sdf": "^2.0.5", + "@math.gl/core": "^3.6.2", + "@math.gl/polygon": "^3.6.2", + "@math.gl/web-mercator": "^3.6.2", + "earcut": "^2.2.4" + }, + "peerDependencies": { + "@deck.gl/core": "^8.0.0", + "@loaders.gl/core": "^3.4.13", + "@luma.gl/core": "^8.0.0" + } + }, + "node_modules/@discoveryjs/json-ext": { + "version": "0.5.7", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10.0.0" + } + }, "node_modules/@docsearch/css": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/@docsearch/css/-/css-3.6.2.tgz", - "integrity": "sha512-vKNZepO2j7MrYBTZIGXvlUOIR+v9KRf70FApRgovWrj3GTs1EITz/Xb0AOlm1xsQBp16clVZj1SY/qaOJbQtZw==", - "dev": true + "version": "3.8.0", + "dev": true, + "license": "MIT" }, "node_modules/@docsearch/js": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/@docsearch/js/-/js-3.6.2.tgz", - "integrity": "sha512-pS4YZF+VzUogYrkblCucQ0Oy2m8Wggk8Kk7lECmZM60hTbaydSIhJTTiCrmoxtBqV8wxORnOqcqqOfbmkkQEcA==", + "version": "3.8.0", "dev": true, + "license": "MIT", "dependencies": { - "@docsearch/react": "3.6.2", + "@docsearch/react": "3.8.0", "preact": "^10.0.0" } }, "node_modules/@docsearch/react": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/@docsearch/react/-/react-3.6.2.tgz", - "integrity": "sha512-rtZce46OOkVflCQH71IdbXSFK+S8iJZlUF56XBW5rIgx/eG5qoomC7Ag3anZson1bBac/JFQn7XOBfved/IMRA==", + "version": "3.8.0", "dev": true, + "license": "MIT", "dependencies": { - "@algolia/autocomplete-core": "1.9.3", - "@algolia/autocomplete-preset-algolia": "1.9.3", - "@docsearch/css": "3.6.2", - "algoliasearch": "^4.19.1" + "@algolia/autocomplete-core": "1.17.7", + "@algolia/autocomplete-preset-algolia": "1.17.7", + "@docsearch/css": "3.8.0", + "algoliasearch": "^5.12.0" }, "peerDependencies": { "@types/react": ">= 16.8.0 < 19.0.0", @@ -700,20 +558,22 @@ } }, "node_modules/@emnapi/core": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.2.0.tgz", - "integrity": "sha512-E7Vgw78I93we4ZWdYCb4DGAwRROGkMIXk7/y87UmANR+J6qsWusmC3gLt0H+O0KOt5e6O38U8oJamgbudrES/w==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.3.1.tgz", + "integrity": "sha512-pVGjBIt1Y6gg3EJN8jTcfpP/+uuRksIo055oE/OBkDNcjZqVbfkWCksG1Jp4yZnj3iKWyWX8fdG/j6UDYPbFog==", "dev": true, + "license": "MIT", "dependencies": { "@emnapi/wasi-threads": "1.0.1", "tslib": "^2.4.0" } }, "node_modules/@emnapi/runtime": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.2.0.tgz", - "integrity": "sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.3.1.tgz", + "integrity": "sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==", "dev": true, + "license": "MIT", "dependencies": { "tslib": "^2.4.0" } @@ -723,399 +583,54 @@ "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.0.1.tgz", "integrity": "sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==", "dev": true, + "license": "MIT", "dependencies": { "tslib": "^2.4.0" } }, - "node_modules/@esbuild/aix-ppc64": { + "node_modules/@esbuild/linux-x64": { "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz", - "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==", "cpu": [ - "ppc64" + "x64" ], + "license": "MIT", "optional": true, "os": [ - "aix" + "linux" ], "engines": { "node": ">=12" } }, - "node_modules/@esbuild/android-arm": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz", - "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==", - "cpu": [ - "arm" - ], - "optional": true, - "os": [ - "android" - ], + "node_modules/@eslint-community/eslint-utils": { + "version": "4.4.1", + "dev": true, + "license": "MIT", + "dependencies": { + "eslint-visitor-keys": "^3.4.3" + }, "engines": { - "node": ">=12" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" } }, - "node_modules/@esbuild/android-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", - "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "android" - ], + "node_modules/@eslint-community/regexpp": { + "version": "4.12.1", + "dev": true, + "license": "MIT", "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/android-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz", - "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/darwin-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", - "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/darwin-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", - "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/freebsd-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", - "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/freebsd-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", - "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-arm": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", - "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==", - "cpu": [ - "arm" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", - "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-ia32": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", - "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==", - "cpu": [ - "ia32" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-loong64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", - "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==", - "cpu": [ - "loong64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-mips64el": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", - "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==", - "cpu": [ - "mips64el" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-ppc64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", - "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==", - "cpu": [ - "ppc64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-riscv64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", - "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==", - "cpu": [ - "riscv64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-s390x": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", - "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==", - "cpu": [ - "s390x" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", - "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/netbsd-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", - "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/openbsd-arm64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.24.0.tgz", - "integrity": "sha512-MD9uzzkPQbYehwcN583yx3Tu5M8EIoTD+tUgKF982WYL9Pf5rKy9ltgD0eUgs8pvKnmizxjXZyLt0z6DC3rRXg==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/openbsd-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", - "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/sunos-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", - "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "sunos" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/win32-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", - "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/win32-ia32": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", - "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", - "cpu": [ - "ia32" - ], - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/win32-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", - "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@eslint-community/eslint-utils": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", - "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", - "dev": true, - "dependencies": { - "eslint-visitor-keys": "^3.3.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" - } - }, - "node_modules/@eslint-community/regexpp": { - "version": "4.11.1", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.1.tgz", - "integrity": "sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==", - "dev": true, - "engines": { - "node": "^12.0.0 || ^14.0.0 || >=16.0.0" + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } }, "node_modules/@eslint/eslintrc": { "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", - "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", "dev": true, + "license": "MIT", "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", @@ -1136,9 +651,8 @@ }, "node_modules/@eslint/eslintrc/node_modules/ajv": { "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "dev": true, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -1152,15 +666,13 @@ }, "node_modules/@eslint/eslintrc/node_modules/argparse": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true + "dev": true, + "license": "Python-2.0" }, "node_modules/@eslint/eslintrc/node_modules/js-yaml": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dev": true, + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, @@ -1170,15 +682,13 @@ }, "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": { "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@eslint/eslintrc/node_modules/minimatch": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -1188,26 +698,23 @@ }, "node_modules/@eslint/js": { "version": "8.57.1", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz", - "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==", "dev": true, + "license": "MIT", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, "node_modules/@fastify/busboy": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz", - "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==", + "license": "MIT", "engines": { "node": ">=14" } }, "node_modules/@gar/promisify": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", - "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@hpcc-js/api": { "resolved": "packages/api", @@ -1221,6 +728,14 @@ "resolved": "packages/chart", "link": true }, + "node_modules/@hpcc-js/codemirror": { + "resolved": "packages/codemirror", + "link": true + }, + "node_modules/@hpcc-js/codemirror-shim": { + "resolved": "packages/codemirror-shim", + "link": true + }, "node_modules/@hpcc-js/common": { "resolved": "packages/common", "link": true @@ -1229,46 +744,70 @@ "resolved": "packages/comms", "link": true }, + "node_modules/@hpcc-js/composite": { + "resolved": "packages/composite", + "link": true + }, "node_modules/@hpcc-js/dataflow": { "resolved": "packages/dataflow", "link": true }, "node_modules/@hpcc-js/ddl-shim": { - "version": "2.21.0", - "resolved": "https://registry.npmjs.org/@hpcc-js/ddl-shim/-/ddl-shim-2.21.0.tgz", - "integrity": "sha512-Q66GJqvmTNysmgj/Du8/6+1xIhKgylNu8XVbx1ovNLcLoCxJIhtfWBhCYx0aY2aFHN+QnjC0BGXWyn3xCyxpnw==", - "hasInstallScript": true, - "dependencies": { - "ajv": "6.12.6" - }, - "bin": { - "ddl-shim": "dist/cli.js" - } + "resolved": "packages/ddl-shim", + "link": true }, - "node_modules/@hpcc-js/ddl-shim/node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } + "node_modules/@hpcc-js/deck-shim": { + "resolved": "packages/deck-shim", + "link": true }, - "node_modules/@hpcc-js/ddl-shim/node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + "node_modules/@hpcc-js/dgrid": { + "resolved": "packages/dgrid", + "link": true + }, + "node_modules/@hpcc-js/dgrid-shim": { + "resolved": "packages/dgrid-shim", + "link": true + }, + "node_modules/@hpcc-js/dgrid2": { + "resolved": "packages/dgrid2", + "link": true + }, + "node_modules/@hpcc-js/eclwatch": { + "resolved": "packages/eclwatch", + "link": true }, "node_modules/@hpcc-js/esbuild-plugins": { "resolved": "packages/esbuild-plugins", "link": true }, + "node_modules/@hpcc-js/form": { + "resolved": "packages/form", + "link": true + }, + "node_modules/@hpcc-js/graph": { + "resolved": "packages/graph", + "link": true + }, + "node_modules/@hpcc-js/html": { + "resolved": "packages/html", + "link": true + }, + "node_modules/@hpcc-js/layout": { + "resolved": "packages/layout", + "link": true + }, + "node_modules/@hpcc-js/leaflet-shim": { + "resolved": "packages/leaflet-shim", + "link": true + }, + "node_modules/@hpcc-js/map": { + "resolved": "packages/map", + "link": true + }, + "node_modules/@hpcc-js/map-deck": { + "resolved": "packages/map-deck", + "link": true + }, "node_modules/@hpcc-js/markdown-it-plugins": { "resolved": "packages/markdown-it-plugins", "link": true @@ -1281,6 +820,34 @@ "resolved": "packages/observablehq-compiler", "link": true }, + "node_modules/@hpcc-js/other": { + "resolved": "packages/other", + "link": true + }, + "node_modules/@hpcc-js/phosphor": { + "resolved": "packages/phosphor", + "link": true + }, + "node_modules/@hpcc-js/phosphor-shim": { + "resolved": "packages/phosphor-shim", + "link": true + }, + "node_modules/@hpcc-js/preact-shim": { + "resolved": "packages/preact-shim", + "link": true + }, + "node_modules/@hpcc-js/react": { + "resolved": "packages/react", + "link": true + }, + "node_modules/@hpcc-js/timeline": { + "resolved": "packages/timeline", + "link": true + }, + "node_modules/@hpcc-js/tree": { + "resolved": "packages/tree", + "link": true + }, "node_modules/@hpcc-js/util": { "resolved": "packages/util", "link": true @@ -1291,20 +858,21 @@ }, "node_modules/@hpcc-js/wasm-base91": { "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@hpcc-js/wasm-base91/-/wasm-base91-1.3.1.tgz", - "integrity": "sha512-DbCVrPkvrMt8NHHt0LkpT8B5EiltNck2slvfmLyoBhwVXbZlnelKGuQTAivdlezKFdJTisXE+K75ht4kcI4pXQ==" + "license": "Apache-2.0" + }, + "node_modules/@hpcc-js/wasm-graphviz": { + "version": "1.6.1", + "dev": true, + "license": "Apache-2.0" }, "node_modules/@hpcc-js/wasm-zstd": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@hpcc-js/wasm-zstd/-/wasm-zstd-1.2.1.tgz", - "integrity": "sha512-QW8oSVikk25O3Uabu4C5WLvsxAXFVahts1mCv13OPXs081yL5I4Kc1RKhcKGPqy5FKyxAEIn600AmXE4FmeGJw==" + "license": "Apache-2.0" }, "node_modules/@humanwhocodes/config-array": { "version": "0.13.0", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz", - "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==", - "deprecated": "Use @eslint/config-array instead", "dev": true, + "license": "Apache-2.0", "dependencies": { "@humanwhocodes/object-schema": "^2.0.3", "debug": "^4.3.1", @@ -1316,9 +884,8 @@ }, "node_modules/@humanwhocodes/module-importer": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", - "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=12.22" }, @@ -1329,47 +896,44 @@ }, "node_modules/@humanwhocodes/object-schema": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", - "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", - "deprecated": "Use @eslint/object-schema instead", - "dev": true + "dev": true, + "license": "BSD-3-Clause" }, "node_modules/@hutson/parse-repository-url": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz", "integrity": "sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=6.9.0" } }, "node_modules/@inquirer/confirm": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.2.0.tgz", - "integrity": "sha512-oOIwPs0Dvq5220Z8lGL/6LHRTEr9TgLHmiI99Rj1PJ1p1czTys+olrgBqZk4E2qC0YTzeHprxSQmoHioVdJ7Lw==", + "version": "5.0.2", "dev": true, + "license": "MIT", "dependencies": { - "@inquirer/core": "^9.1.0", - "@inquirer/type": "^1.5.3" + "@inquirer/core": "^10.1.0", + "@inquirer/type": "^3.0.1" }, "engines": { "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" } }, "node_modules/@inquirer/core": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.2.1.tgz", - "integrity": "sha512-F2VBt7W/mwqEU4bL0RnHNZmC/OxzNx9cOYxHqnXX3MP6ruYvZUZAW9imgN9+h/uBT/oP8Gh888J2OZSbjSeWcg==", + "version": "10.1.0", "dev": true, + "license": "MIT", "dependencies": { - "@inquirer/figures": "^1.0.6", - "@inquirer/type": "^2.0.0", - "@types/mute-stream": "^0.0.4", - "@types/node": "^22.5.5", - "@types/wrap-ansi": "^3.0.0", + "@inquirer/figures": "^1.0.8", + "@inquirer/type": "^3.0.1", "ansi-escapes": "^4.3.2", "cli-width": "^4.1.0", - "mute-stream": "^1.0.0", + "mute-stream": "^2.0.0", "signal-exit": "^4.1.0", "strip-ansi": "^6.0.1", "wrap-ansi": "^6.2.0", @@ -1379,50 +943,26 @@ "node": ">=18" } }, - "node_modules/@inquirer/core/node_modules/@inquirer/type": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-2.0.0.tgz", - "integrity": "sha512-XvJRx+2KR3YXyYtPUUy+qd9i7p+GO9Ko6VIIpWlBrpWwXDv8WLFeHTxz35CfQFUiBMLXlGHhGzys7lqit9gWag==", - "dev": true, - "dependencies": { - "mute-stream": "^1.0.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@inquirer/core/node_modules/@types/node": { - "version": "22.7.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.4.tgz", - "integrity": "sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==", - "dev": true, - "dependencies": { - "undici-types": "~6.19.2" - } - }, "node_modules/@inquirer/core/node_modules/cli-width": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz", - "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==", "dev": true, + "license": "ISC", "engines": { "node": ">= 12" } }, "node_modules/@inquirer/core/node_modules/mute-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz", - "integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==", + "version": "2.0.0", "dev": true, + "license": "ISC", "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/@inquirer/core/node_modules/signal-exit": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", "dev": true, + "license": "ISC", "engines": { "node": ">=14" }, @@ -1430,46 +970,28 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/@inquirer/core/node_modules/undici-types": { - "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", - "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", - "dev": true - }, "node_modules/@inquirer/figures": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.6.tgz", - "integrity": "sha512-yfZzps3Cso2UbM7WlxKwZQh2Hs6plrbjs1QnzQDZhK2DgyCo6D8AaHps9olkNcUFlcYERMqU3uJSp1gmy3s/qQ==", + "version": "1.0.8", "dev": true, + "license": "MIT", "engines": { "node": ">=18" } }, "node_modules/@inquirer/type": { - "version": "1.5.5", - "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz", - "integrity": "sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==", + "version": "3.0.1", "dev": true, - "dependencies": { - "mute-stream": "^1.0.0" - }, + "license": "MIT", "engines": { "node": ">=18" - } - }, - "node_modules/@inquirer/type/node_modules/mute-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz", - "integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==", - "dev": true, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + }, + "peerDependencies": { + "@types/node": ">=18" } }, "node_modules/@isaacs/cliui": { "version": "8.0.2", - "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", - "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "license": "ISC", "dependencies": { "string-width": "^5.1.2", "string-width-cjs": "npm:string-width@^4.2.0", @@ -1484,8 +1006,7 @@ }, "node_modules/@isaacs/cliui/node_modules/ansi-regex": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", - "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "license": "MIT", "engines": { "node": ">=12" }, @@ -1495,8 +1016,7 @@ }, "node_modules/@isaacs/cliui/node_modules/ansi-styles": { "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "license": "MIT", "engines": { "node": ">=12" }, @@ -1506,13 +1026,11 @@ }, "node_modules/@isaacs/cliui/node_modules/emoji-regex": { "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" + "license": "MIT" }, "node_modules/@isaacs/cliui/node_modules/string-width": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "license": "MIT", "dependencies": { "eastasianwidth": "^0.2.0", "emoji-regex": "^9.2.2", @@ -1527,8 +1045,7 @@ }, "node_modules/@isaacs/cliui/node_modules/strip-ansi": { "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "license": "MIT", "dependencies": { "ansi-regex": "^6.0.1" }, @@ -1541,8 +1058,7 @@ }, "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { "version": "8.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", - "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "license": "MIT", "dependencies": { "ansi-styles": "^6.1.0", "string-width": "^5.0.1", @@ -1559,13 +1075,13 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz", "integrity": "sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/@istanbuljs/schema": { "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", - "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -1575,6 +1091,7 @@ "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", "dev": true, + "license": "MIT", "dependencies": { "@sinclair/typebox": "^0.27.8" }, @@ -1584,9 +1101,8 @@ }, "node_modules/@jridgewell/gen-mapping": { "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/set-array": "^1.2.1", "@jridgewell/sourcemap-codec": "^1.4.10", @@ -1598,32 +1114,37 @@ }, "node_modules/@jridgewell/resolve-uri": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", - "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/set-array": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", - "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.0.0" } }, + "node_modules/@jridgewell/source-map": { + "version": "0.3.6", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25" + } + }, "node_modules/@jridgewell/sourcemap-codec": { "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", - "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" + "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" @@ -1634,6 +1155,7 @@ "resolved": "https://registry.npmjs.org/@lerna/create/-/create-8.1.8.tgz", "integrity": "sha512-wi72R01tgjBjzG2kjRyTHl4yCTKDfDMIXRyKz9E/FBa9SkFvUOAE4bdyY9MhEsRZmSWL7+CYE8Flv/HScRpBbA==", "dev": true, + "license": "MIT", "dependencies": { "@npmcli/arborist": "7.5.4", "@npmcli/package-json": "5.2.0", @@ -1715,13 +1237,15 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true + "dev": true, + "license": "Python-2.0" }, "node_modules/@lerna/create/node_modules/chalk": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -1738,6 +1262,7 @@ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -1752,6 +1277,7 @@ "resolved": "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz", "integrity": "sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==", "dev": true, + "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "minimatch": "^8.0.2", @@ -1770,6 +1296,7 @@ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } @@ -1779,6 +1306,7 @@ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.4.tgz", "integrity": "sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -1794,6 +1322,7 @@ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dev": true, + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, @@ -1806,6 +1335,7 @@ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "dev": true, + "license": "MIT", "dependencies": { "universalify": "^2.0.0" }, @@ -1818,6 +1348,7 @@ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -1830,6 +1361,7 @@ "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz", "integrity": "sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==", "dev": true, + "license": "ISC", "engines": { "node": ">=8" } @@ -1839,6 +1371,7 @@ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -1848,6 +1381,7 @@ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.4.1.tgz", "integrity": "sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==", "dev": true, + "license": "ISC", "dependencies": { "glob": "^9.2.0" }, @@ -1866,6 +1400,7 @@ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -1878,116 +1413,466 @@ "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 10.0.0" } }, - "node_modules/@microsoft/api-documenter": { - "version": "7.25.16", - "resolved": "https://registry.npmjs.org/@microsoft/api-documenter/-/api-documenter-7.25.16.tgz", - "integrity": "sha512-Ex3YPhGzfXPZ4gU+G9AlMGoLHyXMnmijEWI87uIh3u046WxvtXYurMmW6YKX7fFcI8yw9DYqaxNmqtQ3f2wotA==", - "dev": true, + "node_modules/@loaders.gl/core": { + "version": "3.4.15", + "resolved": "https://registry.npmjs.org/@loaders.gl/core/-/core-3.4.15.tgz", + "integrity": "sha512-rPOOTuusWlRRNMWg7hymZBoFmPCXWThsA5ZYRfqqXnsgVeQIi8hzcAhJ7zDUIFAd/OSR8ravtqb0SH+3k6MOFQ==", + "license": "MIT", "dependencies": { - "@microsoft/api-extractor-model": "7.29.8", - "@microsoft/tsdoc": "~0.15.0", - "@rushstack/node-core-library": "5.9.0", - "@rushstack/terminal": "0.14.2", - "@rushstack/ts-command-line": "4.22.8", - "js-yaml": "~3.13.1", - "resolve": "~1.22.1" - }, - "bin": { - "api-documenter": "bin/api-documenter" + "@babel/runtime": "^7.3.1", + "@loaders.gl/loader-utils": "3.4.15", + "@loaders.gl/worker-utils": "3.4.15", + "@probe.gl/log": "^3.5.0" } }, - "node_modules/@microsoft/api-extractor": { - "version": "7.47.9", - "resolved": "https://registry.npmjs.org/@microsoft/api-extractor/-/api-extractor-7.47.9.tgz", - "integrity": "sha512-TTq30M1rikVsO5wZVToQT/dGyJY7UXJmjiRtkHPLb74Prx3Etw8+bX7Bv7iLuby6ysb7fuu1NFWqma+csym8Jw==", - "dev": true, + "node_modules/@loaders.gl/images": { + "version": "3.4.15", + "resolved": "https://registry.npmjs.org/@loaders.gl/images/-/images-3.4.15.tgz", + "integrity": "sha512-QpjYhEetHabY/z9mWZYJXZZp4XJAxa38f9Ii/DjPlnJErepzY5GLBUTDHMu4oZ6n99gGImtuGFicDnFV6mb60g==", + "license": "MIT", "dependencies": { - "@microsoft/api-extractor-model": "7.29.8", - "@microsoft/tsdoc": "~0.15.0", - "@microsoft/tsdoc-config": "~0.17.0", - "@rushstack/node-core-library": "5.9.0", - "@rushstack/rig-package": "0.5.3", - "@rushstack/terminal": "0.14.2", - "@rushstack/ts-command-line": "4.22.8", - "lodash": "~4.17.15", - "minimatch": "~3.0.3", - "resolve": "~1.22.1", - "semver": "~7.5.4", - "source-map": "~0.6.1", - "typescript": "5.4.2" - }, - "bin": { - "api-extractor": "bin/api-extractor" + "@loaders.gl/loader-utils": "3.4.15" } }, - "node_modules/@microsoft/api-extractor-model": { - "version": "7.29.8", - "resolved": "https://registry.npmjs.org/@microsoft/api-extractor-model/-/api-extractor-model-7.29.8.tgz", - "integrity": "sha512-t3Z/xcO6TRbMcnKGVMs4uMzv/gd5j0NhMiJIGjD4cJMeFJ1Hf8wnLSx37vxlRlL0GWlGJhnFgxvnaL6JlS+73g==", - "dev": true, + "node_modules/@loaders.gl/loader-utils": { + "version": "3.4.15", + "resolved": "https://registry.npmjs.org/@loaders.gl/loader-utils/-/loader-utils-3.4.15.tgz", + "integrity": "sha512-uUx6tCaky6QgCRkqCNuuXiUfpTzKV+ZlJOf6C9bKp62lpvFOv9AwqoXmL23j8nfsENdlzsX3vPhc3en6QQyksA==", + "license": "MIT", "dependencies": { - "@microsoft/tsdoc": "~0.15.0", - "@microsoft/tsdoc-config": "~0.17.0", - "@rushstack/node-core-library": "5.9.0" + "@babel/runtime": "^7.3.1", + "@loaders.gl/worker-utils": "3.4.15", + "@probe.gl/stats": "^3.5.0" } }, - "node_modules/@microsoft/api-extractor/node_modules/typescript": { - "version": "5.4.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz", - "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==", - "dev": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" + "node_modules/@loaders.gl/schema": { + "version": "3.4.15", + "resolved": "https://registry.npmjs.org/@loaders.gl/schema/-/schema-3.4.15.tgz", + "integrity": "sha512-8oRtstz0IsqES7eZd2jQbmCnmExCMtL8T6jWd1+BfmnuyZnQ0B6TNccy++NHtffHdYuzEoQgSELwcdmhSApYew==", + "license": "MIT", + "dependencies": { + "@types/geojson": "^7946.0.7" } }, - "node_modules/@microsoft/tsdoc": { - "version": "0.15.0", - "resolved": "https://registry.npmjs.org/@microsoft/tsdoc/-/tsdoc-0.15.0.tgz", - "integrity": "sha512-HZpPoABogPvjeJOdzCOSJsXeL/SMCBgBZMVC3X3d7YYp2gf31MfxhUoYUNwf1ERPJOnQc0wkFn9trqI6ZEdZuA==", - "dev": true - }, - "node_modules/@microsoft/tsdoc-config": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/@microsoft/tsdoc-config/-/tsdoc-config-0.17.0.tgz", - "integrity": "sha512-v/EYRXnCAIHxOHW+Plb6OWuUoMotxTN0GLatnpOb1xq0KuTNw/WI3pamJx/UbsoJP5k9MCw1QxvvhPcF9pH3Zg==", - "dev": true, + "node_modules/@loaders.gl/worker-utils": { + "version": "3.4.15", + "resolved": "https://registry.npmjs.org/@loaders.gl/worker-utils/-/worker-utils-3.4.15.tgz", + "integrity": "sha512-zUUepOYRYmcYIcr/c4Mchox9h5fBFNkD81rsGnLlZyq19QvyHzN+93SVxrLc078gw93t2RKrVcOOZY13zT3t1w==", + "license": "MIT", "dependencies": { - "@microsoft/tsdoc": "0.15.0", - "ajv": "~8.12.0", - "jju": "~1.4.0", - "resolve": "~1.22.2" + "@babel/runtime": "^7.3.1" } }, - "node_modules/@mswjs/interceptors": { - "version": "0.35.9", - "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.35.9.tgz", - "integrity": "sha512-SSnyl/4ni/2ViHKkiZb8eajA/eN1DNFaHjhGiLUdZvDz6PKF4COSf/17xqSz64nOo2Ia29SA6B2KNCsyCbVmaQ==", - "dev": true, + "node_modules/@luma.gl/constants": { + "version": "8.5.21", + "resolved": "https://registry.npmjs.org/@luma.gl/constants/-/constants-8.5.21.tgz", + "integrity": "sha512-aJxayGxTT+IRd1vfpcgD/cKSCiVJjBNiuiChS96VulrmCvkzUOLvYXr42y5qKB4RyR7vOIda5uQprNzoHrhQAA==", + "license": "MIT" + }, + "node_modules/@luma.gl/core": { + "version": "8.5.21", + "resolved": "https://registry.npmjs.org/@luma.gl/core/-/core-8.5.21.tgz", + "integrity": "sha512-11jQJQEMoR/IN2oIsd4zFxiQJk6FE+xgVIMUcsCTBuzafTtQZ8Po9df8mt+MVewpDyBlTVs6g8nxHRH4np1ukA==", + "license": "MIT", "dependencies": { - "@open-draft/deferred-promise": "^2.2.0", - "@open-draft/logger": "^0.3.0", - "@open-draft/until": "^2.0.0", - "is-node-process": "^1.2.0", - "outvariant": "^1.4.3", - "strict-event-emitter": "^0.5.1" - }, - "engines": { - "node": ">=18" + "@babel/runtime": "^7.0.0", + "@luma.gl/constants": "8.5.21", + "@luma.gl/engine": "8.5.21", + "@luma.gl/gltools": "8.5.21", + "@luma.gl/shadertools": "8.5.21", + "@luma.gl/webgl": "8.5.21" } }, - "node_modules/@napi-rs/wasm-runtime": { - "version": "0.2.4", + "node_modules/@luma.gl/engine": { + "version": "8.5.21", + "resolved": "https://registry.npmjs.org/@luma.gl/engine/-/engine-8.5.21.tgz", + "integrity": "sha512-IG3WQSKXFNUEs8QG7ZjHtGiOtsakUu+BAxtJ6997A6/F06yynZ44tPe5NU70jG9Yfu3kV0LykPZg7hO3vXZDiA==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.0.0", + "@luma.gl/constants": "8.5.21", + "@luma.gl/gltools": "8.5.21", + "@luma.gl/shadertools": "8.5.21", + "@luma.gl/webgl": "8.5.21", + "@math.gl/core": "^3.5.0", + "@probe.gl/env": "^3.5.0", + "@probe.gl/stats": "^3.5.0", + "@types/offscreencanvas": "^2019.7.0" + } + }, + "node_modules/@luma.gl/gltools": { + "version": "8.5.21", + "resolved": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.5.21.tgz", + "integrity": "sha512-6qZ0LaT2Mxa4AJT5F44TFoaziokYiHUwO45vnM/NYUOIu9xevcmS6VtToawytMEACGL6PDeDyVqP3Y80SDzq5g==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.0.0", + "@luma.gl/constants": "8.5.21", + "@probe.gl/env": "^3.5.0", + "@probe.gl/log": "^3.5.0", + "@types/offscreencanvas": "^2019.7.0" + } + }, + "node_modules/@luma.gl/shadertools": { + "version": "8.5.21", + "resolved": "https://registry.npmjs.org/@luma.gl/shadertools/-/shadertools-8.5.21.tgz", + "integrity": "sha512-WQah7yFDJ8cNCLPYpIm3r0wSlXLvjoA279fcknmATvvkW3/i8PcCJ/nYEBJO3hHEwwMQxD16+YZu/uwGiifLMg==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.0.0", + "@math.gl/core": "^3.5.0" + } + }, + "node_modules/@luma.gl/webgl": { + "version": "8.5.21", + "resolved": "https://registry.npmjs.org/@luma.gl/webgl/-/webgl-8.5.21.tgz", + "integrity": "sha512-ZVLO4W5UuaOlzZIwmFWhnmZ1gYoU97a+heMqxLrSSmCUAsSu3ZETUex9gOmzdM1WWxcdWaa3M68rvKCNEgwz0Q==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.0.0", + "@luma.gl/constants": "8.5.21", + "@luma.gl/gltools": "8.5.21", + "@probe.gl/env": "^3.5.0", + "@probe.gl/stats": "^3.5.0" + } + }, + "node_modules/@lumino/algorithm": { + "version": "1.9.2", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/@lumino/collections": { + "version": "1.9.3", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@lumino/algorithm": "^1.9.2" + } + }, + "node_modules/@lumino/commands": { + "version": "1.21.1", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@lumino/algorithm": "^1.9.2", + "@lumino/coreutils": "^1.12.1", + "@lumino/disposable": "^1.10.4", + "@lumino/domutils": "^1.8.2", + "@lumino/keyboard": "^1.8.2", + "@lumino/signaling": "^1.11.1", + "@lumino/virtualdom": "^1.14.3" + } + }, + "node_modules/@lumino/coreutils": { + "version": "1.12.1", + "dev": true, + "license": "BSD-3-Clause", + "peerDependencies": { + "crypto": "1.0.1" + } + }, + "node_modules/@lumino/disposable": { + "version": "1.10.4", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@lumino/algorithm": "^1.9.2", + "@lumino/signaling": "^1.11.1" + } + }, + "node_modules/@lumino/domutils": { + "version": "1.8.2", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/@lumino/dragdrop": { + "version": "1.14.5", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@lumino/coreutils": "^1.12.1", + "@lumino/disposable": "^1.10.4" + } + }, + "node_modules/@lumino/keyboard": { + "version": "1.8.2", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/@lumino/messaging": { + "version": "1.10.3", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@lumino/algorithm": "^1.9.2", + "@lumino/collections": "^1.9.3" + } + }, + "node_modules/@lumino/properties": { + "version": "1.8.2", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/@lumino/signaling": { + "version": "1.11.1", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@lumino/algorithm": "^1.9.2", + "@lumino/properties": "^1.8.2" + } + }, + "node_modules/@lumino/virtualdom": { + "version": "1.14.3", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@lumino/algorithm": "^1.9.2" + } + }, + "node_modules/@lumino/widgets": { + "version": "1.37.2", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@lumino/algorithm": "^1.9.2", + "@lumino/commands": "^1.21.1", + "@lumino/coreutils": "^1.12.1", + "@lumino/disposable": "^1.10.4", + "@lumino/domutils": "^1.8.2", + "@lumino/dragdrop": "^1.14.5", + "@lumino/keyboard": "^1.8.2", + "@lumino/messaging": "^1.10.3", + "@lumino/properties": "^1.8.2", + "@lumino/signaling": "^1.11.1", + "@lumino/virtualdom": "^1.14.3" + } + }, + "node_modules/@mapbox/geojson-rewind": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/@mapbox/geojson-rewind/-/geojson-rewind-0.5.2.tgz", + "integrity": "sha512-tJaT+RbYGJYStt7wI3cq4Nl4SXxG8W7JDG5DMJu97V25RnbNg3QtQtf+KD+VLjNpWKYsRvXDNmNrBgEETr1ifA==", + "license": "ISC", + "dependencies": { + "get-stream": "^6.0.1", + "minimist": "^1.2.6" + }, + "bin": { + "geojson-rewind": "geojson-rewind" + } + }, + "node_modules/@mapbox/geojson-rewind/node_modules/get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@mapbox/jsonlint-lines-primitives": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@mapbox/jsonlint-lines-primitives/-/jsonlint-lines-primitives-2.0.2.tgz", + "integrity": "sha512-rY0o9A5ECsTQRVhv7tL/OyDpGAoUB4tTvLiW1DSzQGq4bvTPhNw1VpSNjDJc5GFZ2XuyOtSWSVN05qOtcD71qQ==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/@mapbox/mapbox-gl-supported": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@mapbox/mapbox-gl-supported/-/mapbox-gl-supported-2.0.1.tgz", + "integrity": "sha512-HP6XvfNIzfoMVfyGjBckjiAOQK9WfX0ywdLubuPMPv+Vqf5fj0uCbgBQYpiqcWZT6cbyyRnTSXDheT1ugvF6UQ==", + "license": "BSD-3-Clause" + }, + "node_modules/@mapbox/point-geometry": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-0.1.0.tgz", + "integrity": "sha512-6j56HdLTwWGO0fJPlrZtdU/B13q8Uwmo18Ck2GnGgN9PCFyKTZ3UbXeEdRFh18i9XQ92eH2VdtpJHpBD3aripQ==", + "license": "ISC" + }, + "node_modules/@mapbox/tiny-sdf": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@mapbox/tiny-sdf/-/tiny-sdf-2.0.6.tgz", + "integrity": "sha512-qMqa27TLw+ZQz5Jk+RcwZGH7BQf5G/TrutJhspsca/3SHwmgKQ1iq+d3Jxz5oysPVYTGP6aXxCo5Lk9Er6YBAA==", + "license": "BSD-2-Clause" + }, + "node_modules/@mapbox/unitbezier": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/@mapbox/unitbezier/-/unitbezier-0.0.1.tgz", + "integrity": "sha512-nMkuDXFv60aBr9soUG5q+GvZYL+2KZHVvsqFCzqnkGEf46U2fvmytHaEVc1/YZbiLn8X+eR3QzX1+dwDO1lxlw==", + "license": "BSD-2-Clause" + }, + "node_modules/@mapbox/vector-tile": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@mapbox/vector-tile/-/vector-tile-1.3.1.tgz", + "integrity": "sha512-MCEddb8u44/xfQ3oD+Srl/tNcQoqTw3goGk2oLsrFxOTc3dUp+kAnby3PvAeeBYSMSjSPD1nd1AJA6W49WnoUw==", + "license": "BSD-3-Clause", + "dependencies": { + "@mapbox/point-geometry": "~0.1.0" + } + }, + "node_modules/@mapbox/whoots-js": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@mapbox/whoots-js/-/whoots-js-3.1.0.tgz", + "integrity": "sha512-Es6WcD0nO5l+2BOQS4uLfNPYQaNDfbot3X1XUoloz+x0mPDS3eeORZJl06HXjwBG1fOGwCRnzK88LMdxKRrd6Q==", + "license": "ISC", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@math.gl/core": { + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/@math.gl/core/-/core-3.6.3.tgz", + "integrity": "sha512-jBABmDkj5uuuE0dTDmwwss7Cup5ZwQ6Qb7h1pgvtkEutTrhkcv8SuItQNXmF45494yIHeoGue08NlyeY6wxq2A==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.12.0", + "@math.gl/types": "3.6.3", + "gl-matrix": "^3.4.0" + } + }, + "node_modules/@math.gl/polygon": { + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/@math.gl/polygon/-/polygon-3.6.3.tgz", + "integrity": "sha512-FivQ1ZnYcAss1wVifOkHP/ZnlfQy1IL/769uzNtiHxwUbW0kZG3yyOZ9I7fwyzR5Hvqt3ErJKHjSYZr0uVlz5g==", + "license": "MIT", + "dependencies": { + "@math.gl/core": "3.6.3" + } + }, + "node_modules/@math.gl/sun": { + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/@math.gl/sun/-/sun-3.6.3.tgz", + "integrity": "sha512-mrx6CGYYeTNSQttvcw0KVUy+35YDmnjMqpO/o0t06Vcghrt0HNruB/ScRgUSbJrgkbOg1Vcqm23HBd++clzQzw==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.12.0" + } + }, + "node_modules/@math.gl/types": { + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/@math.gl/types/-/types-3.6.3.tgz", + "integrity": "sha512-3uWLVXHY3jQxsXCr/UCNPSc2BG0hNUljhmOBt9l+lNFDp7zHgm0cK2Tw4kj2XfkJy4TgwZTBGwRDQgWEbLbdTA==", + "license": "MIT" + }, + "node_modules/@math.gl/web-mercator": { + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/@math.gl/web-mercator/-/web-mercator-3.6.3.tgz", + "integrity": "sha512-UVrkSOs02YLehKaehrxhAejYMurehIHPfFQvPFZmdJHglHOU4V2cCUApTVEwOksvCp161ypEqVp+9H6mGhTTcw==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.12.0", + "gl-matrix": "^3.4.0" + } + }, + "node_modules/@microsoft/api-documenter": { + "version": "7.25.21", + "dev": true, + "license": "MIT", + "dependencies": { + "@microsoft/api-extractor-model": "7.29.8", + "@microsoft/tsdoc": "~0.15.0", + "@rushstack/node-core-library": "5.9.0", + "@rushstack/terminal": "0.14.2", + "@rushstack/ts-command-line": "4.23.0", + "js-yaml": "~3.13.1", + "resolve": "~1.22.1" + }, + "bin": { + "api-documenter": "bin/api-documenter" + } + }, + "node_modules/@microsoft/api-extractor": { + "version": "7.47.11", + "dev": true, + "license": "MIT", + "dependencies": { + "@microsoft/api-extractor-model": "7.29.8", + "@microsoft/tsdoc": "~0.15.0", + "@microsoft/tsdoc-config": "~0.17.0", + "@rushstack/node-core-library": "5.9.0", + "@rushstack/rig-package": "0.5.3", + "@rushstack/terminal": "0.14.2", + "@rushstack/ts-command-line": "4.23.0", + "lodash": "~4.17.15", + "minimatch": "~3.0.3", + "resolve": "~1.22.1", + "semver": "~7.5.4", + "source-map": "~0.6.1", + "typescript": "5.4.2" + }, + "bin": { + "api-extractor": "bin/api-extractor" + } + }, + "node_modules/@microsoft/api-extractor-model": { + "version": "7.29.8", + "dev": true, + "license": "MIT", + "dependencies": { + "@microsoft/tsdoc": "~0.15.0", + "@microsoft/tsdoc-config": "~0.17.0", + "@rushstack/node-core-library": "5.9.0" + } + }, + "node_modules/@microsoft/api-extractor/node_modules/typescript": { + "version": "5.4.2", + "dev": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/@microsoft/tsdoc": { + "version": "0.15.0", + "dev": true, + "license": "MIT" + }, + "node_modules/@microsoft/tsdoc-config": { + "version": "0.17.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@microsoft/tsdoc": "0.15.0", + "ajv": "~8.12.0", + "jju": "~1.4.0", + "resolve": "~1.22.2" + } + }, + "node_modules/@mswjs/interceptors": { + "version": "0.36.10", + "dev": true, + "license": "MIT", + "dependencies": { + "@open-draft/deferred-promise": "^2.2.0", + "@open-draft/logger": "^0.3.0", + "@open-draft/until": "^2.0.0", + "is-node-process": "^1.2.0", + "outvariant": "^1.4.3", + "strict-event-emitter": "^0.5.1" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@napi-rs/wasm-runtime": { + "version": "0.2.4", "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.4.tgz", "integrity": "sha512-9zESzOO5aDByvhIAsOy9TbpZ0Ur2AJbUI7UT73kcUTS2mxAMHOBaa1st/jAymNoCtvrit99kkzT1FZuXVcgfIQ==", "dev": true, + "license": "MIT", "dependencies": { "@emnapi/core": "^1.1.0", "@emnapi/runtime": "^1.1.0", @@ -1996,9 +1881,8 @@ }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", "dev": true, + "license": "MIT", "dependencies": { "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" @@ -2009,18 +1893,16 @@ }, "node_modules/@nodelib/fs.stat": { "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", "dev": true, + "license": "MIT", "engines": { "node": ">= 8" } }, "node_modules/@nodelib/fs.walk": { "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", "dev": true, + "license": "MIT", "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" @@ -2031,9 +1913,8 @@ }, "node_modules/@npmcli/agent": { "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.2.tgz", - "integrity": "sha512-OrcNPXdpSl9UX7qPVRWbmWMCSXrcDa2M9DvrbOTj7ao1S4PlqVFYv9/yLKMkrJKZ/V5A/kDBC690or307i26Og==", "dev": true, + "license": "ISC", "dependencies": { "agent-base": "^7.1.0", "http-proxy-agent": "^7.0.0", @@ -2050,6 +1931,7 @@ "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.5.4.tgz", "integrity": "sha512-nWtIc6QwwoUORCRNzKx4ypHqCk3drI+5aeYdMTQQiRCcn4lOOgfQh7WyZobGYTxXPSq1VwV53lkpN/BRlRk08g==", "dev": true, + "license": "ISC", "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", "@npmcli/fs": "^3.1.1", @@ -2099,6 +1981,7 @@ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } @@ -2108,6 +1991,7 @@ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -2120,9 +2004,8 @@ }, "node_modules/@npmcli/fs": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.1.tgz", - "integrity": "sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==", "dev": true, + "license": "ISC", "dependencies": { "semver": "^7.3.5" }, @@ -2135,6 +2018,7 @@ "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.8.tgz", "integrity": "sha512-liASfw5cqhjNW9UFd+ruwwdEf/lbOAQjLL2XY2dFW/bkJheXDYZgOyul/4gVvEV4BWkTXjYGmDqMw9uegdbJNQ==", "dev": true, + "license": "ISC", "dependencies": { "@npmcli/promise-spawn": "^7.0.0", "ini": "^4.1.3", @@ -2155,6 +2039,7 @@ "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.3.tgz", "integrity": "sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==", "dev": true, + "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } @@ -2164,6 +2049,7 @@ "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", "dev": true, + "license": "ISC", "engines": { "node": ">=16" } @@ -2173,6 +2059,7 @@ "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz", "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==", "dev": true, + "license": "ISC", "dependencies": { "isexe": "^3.1.1" }, @@ -2185,9 +2072,8 @@ }, "node_modules/@npmcli/installed-package-contents": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.1.0.tgz", - "integrity": "sha512-c8UuGLeZpm69BryRykLuKRyKFZYJsZSCT4aVY5ds4omyZqJ172ApzgfKJ5eV/r3HgLdUYgFVe54KSFVjKoe27w==", "dev": true, + "license": "ISC", "dependencies": { "npm-bundled": "^3.0.0", "npm-normalize-package-bin": "^3.0.0" @@ -2204,6 +2090,7 @@ "resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-3.0.6.tgz", "integrity": "sha512-tkYs0OYnzQm6iIRdfy+LcLBjcKuQCeE5YLb8KnrIlutJfheNaPvPpgoFEyEFgbjzl5PLZ3IA/BWAwRU0eHuQDA==", "dev": true, + "license": "ISC", "dependencies": { "@npmcli/name-from-folder": "^2.0.0", "glob": "^10.2.2", @@ -2219,20 +2106,43 @@ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } }, - "node_modules/@npmcli/map-workspaces/node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "node_modules/@npmcli/map-workspaces/node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", "dev": true, + "license": "ISC", "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@npmcli/map-workspaces/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -2243,6 +2153,7 @@ "resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-7.1.1.tgz", "integrity": "sha512-Nkxf96V0lAx3HCpVda7Vw4P23RILgdi/5K1fmj2tZkWIYLpXAN8k2UVVOsW16TsS5F8Ws2I7Cm+PU1/rsVF47g==", "dev": true, + "license": "ISC", "dependencies": { "cacache": "^18.0.0", "json-parse-even-better-errors": "^3.0.0", @@ -2256,10 +2167,8 @@ }, "node_modules/@npmcli/move-file": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-2.0.1.tgz", - "integrity": "sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ==", - "deprecated": "This functionality has been moved to @npmcli/fs", "dev": true, + "license": "MIT", "dependencies": { "mkdirp": "^1.0.4", "rimraf": "^3.0.2" @@ -2268,45 +2177,10 @@ "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/@npmcli/move-file/node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "deprecated": "Glob versions prior to v9 are no longer supported", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@npmcli/move-file/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/@npmcli/move-file/node_modules/rimraf": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", "dev": true, + "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -2322,15 +2196,15 @@ "resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-2.0.0.tgz", "integrity": "sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==", "dev": true, + "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/@npmcli/node-gyp": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz", - "integrity": "sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==", "dev": true, + "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } @@ -2340,6 +2214,7 @@ "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.2.0.tgz", "integrity": "sha512-qe/kiqqkW0AGtvBjL8TJKZk/eBBSpnJkUWvHdQ9jM2lKHXRYYJuyNpJPlJw3c8QjC2ow6NZYiLExhUaeJelbxQ==", "dev": true, + "license": "ISC", "dependencies": { "@npmcli/git": "^5.0.0", "glob": "^10.2.2", @@ -2353,11 +2228,59 @@ "node": "^16.14.0 || >=18.0.0" } }, + "node_modules/@npmcli/package-json/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@npmcli/package-json/node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dev": true, + "license": "ISC", + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@npmcli/package-json/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/@npmcli/promise-spawn": { "version": "7.0.2", "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-7.0.2.tgz", "integrity": "sha512-xhfYPXoV5Dy4UkY0D+v2KkwvnDfiA/8Mt3sWCGI/hM03NsYIH8ZaG6QzS9x7pje5vHZBZJ2v6VRFVTWACnqcmQ==", "dev": true, + "license": "ISC", "dependencies": { "which": "^4.0.0" }, @@ -2370,6 +2293,7 @@ "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", "dev": true, + "license": "ISC", "engines": { "node": ">=16" } @@ -2379,6 +2303,7 @@ "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz", "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==", "dev": true, + "license": "ISC", "dependencies": { "isexe": "^3.1.1" }, @@ -2394,6 +2319,7 @@ "resolved": "https://registry.npmjs.org/@npmcli/query/-/query-3.1.0.tgz", "integrity": "sha512-C/iR0tk7KSKGldibYIB9x8GtO/0Bd0I2mhOaDb8ucQL/bQVTmGoeREaFj64Z5+iCBRf3dQfed0CjJL7I8iTkiQ==", "dev": true, + "license": "ISC", "dependencies": { "postcss-selector-parser": "^6.0.10" }, @@ -2403,9 +2329,8 @@ }, "node_modules/@npmcli/redact": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@npmcli/redact/-/redact-2.0.1.tgz", - "integrity": "sha512-YgsR5jCQZhVmTJvjduTOIHph0L73pK8xwMVaDY0PatySqVM9AZj93jpoXYSJqfHFxFkN9dmqTw6OiqExsS3LPw==", "dev": true, + "license": "ISC", "engines": { "node": "^16.14.0 || >=18.0.0" } @@ -2415,6 +2340,7 @@ "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-8.1.0.tgz", "integrity": "sha512-y7efHHwghQfk28G2z3tlZ67pLG0XdfYbcVG26r7YIXALRsrVQcTq4/tdenSmdOrEsNahIYA/eh8aEVROWGFUDg==", "dev": true, + "license": "ISC", "dependencies": { "@npmcli/node-gyp": "^3.0.0", "@npmcli/package-json": "^5.0.0", @@ -2432,6 +2358,7 @@ "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", "dev": true, + "license": "ISC", "engines": { "node": ">=16" } @@ -2441,6 +2368,7 @@ "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz", "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==", "dev": true, + "license": "ISC", "dependencies": { "isexe": "^3.1.1" }, @@ -2452,21 +2380,23 @@ } }, "node_modules/@nrwl/devkit": { - "version": "19.8.2", - "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-19.8.2.tgz", - "integrity": "sha512-2l3Jb7loE8BnTKn6bl4MK0fKIQLAkl+OMBwo/+GedaqfDfQev+UEgBio38eOEdDHYDHH0lwhGdVQI/DpV4qicA==", + "version": "19.8.10", + "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-19.8.10.tgz", + "integrity": "sha512-voDKQcf5v7HvjDeF8x21kULJK6OqOdeRS9lPCSnbF2cKwKGfdEPszLxw7j/SPV5R6TYKs5rDHt8Yj72RhXfteQ==", "dev": true, + "license": "MIT", "dependencies": { - "@nx/devkit": "19.8.2" + "@nx/devkit": "19.8.10" } }, "node_modules/@nrwl/tao": { - "version": "19.8.2", - "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-19.8.2.tgz", - "integrity": "sha512-WvGvFjCy/dSpviLJE8YKcSqpTVpX78UFUhYGgd0OxNlnz0I52HDsZekVWJnyCuU0NDGH6BNmS77R79zj+WzxvQ==", + "version": "19.8.10", + "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-19.8.10.tgz", + "integrity": "sha512-fY/g5r4mqDrxcyHeg2ggi1U4B+24y8JZISmn4l6pXDXr13hdTuBv6nNxJhogrb/RW24IkweqYtAsHjh1d5CoYw==", "dev": true, + "license": "MIT", "dependencies": { - "nx": "19.8.2", + "nx": "19.8.10", "tslib": "^2.3.0" }, "bin": { @@ -2474,12 +2404,13 @@ } }, "node_modules/@nx/devkit": { - "version": "19.8.2", - "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-19.8.2.tgz", - "integrity": "sha512-SoCPy24hkzyrANbZhc3/40uWXnOIISC0jk49BcapC9Zykv9/8lCxiaNtB68b00QKEFISkxOeA703D7GCC4sA0Q==", + "version": "19.8.10", + "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-19.8.10.tgz", + "integrity": "sha512-i5gWrxtniGOryiPU9df4quzrZuvuzqs8gL+GlLBaoFLqA9UNsTLShPWwHblmTK0FZZxlZYNthJR19nVweVO2ag==", "dev": true, + "license": "MIT", "dependencies": { - "@nrwl/devkit": "19.8.2", + "@nrwl/devkit": "19.8.10", "ejs": "^3.1.7", "enquirer": "~2.3.6", "ignore": "^5.0.4", @@ -2490,7 +2421,7 @@ "yargs-parser": "21.1.1" }, "peerDependencies": { - "nx": ">= 17 <= 20" + "nx": ">= 19 <= 21" } }, "node_modules/@nx/devkit/node_modules/brace-expansion": { @@ -2498,6 +2429,7 @@ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } @@ -2507,6 +2439,7 @@ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -2518,13 +2451,14 @@ } }, "node_modules/@nx/nx-darwin-arm64": { - "version": "19.8.2", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.8.2.tgz", - "integrity": "sha512-O06sOObpaF3UQrx6R5s0kFOrhrk/N20rKhOMaD5Qxw6lmVr6TGGH1epGpD8ES7ZPS+p7FUtU9/FPHwY02BZfBg==", + "version": "19.8.10", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.8.10.tgz", + "integrity": "sha512-zZ0EI1DjFLb5aebjZZuR89irSWZMse9E13QymZLsC8+WE2PMvcwkwUfbMEIhIze88zsThcF1R5U1qZKmrgcD9w==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "darwin" @@ -2534,13 +2468,14 @@ } }, "node_modules/@nx/nx-darwin-x64": { - "version": "19.8.2", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.8.2.tgz", - "integrity": "sha512-hRFA7xpnIeMUF5FiDh681fxSx/EzkFYZ+UE/XBfzbc+T1neRy7NB2vMEa/WMsN0+Y5+NXtibx1akEDD6VOqeJA==", + "version": "19.8.10", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.8.10.tgz", + "integrity": "sha512-8vypmuiwIe3t0aaE1b3G34tx6mIUW6a4nbbhMOISWO2ehaX/bnMMbIbrkp/sAP1fYhydbXIqcgixWsN/h3qu1A==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "darwin" @@ -2550,13 +2485,14 @@ } }, "node_modules/@nx/nx-freebsd-x64": { - "version": "19.8.2", - "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.8.2.tgz", - "integrity": "sha512-GwZUtUQJt2LrZFB9r29ZYQ9I2r76pg+Lwj7vgrFAq+UHcLejHYyLvhDPoRfKWdASdegI3M5jbh8Cvamd+sgbNA==", + "version": "19.8.10", + "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.8.10.tgz", + "integrity": "sha512-onwAPBoK6nMqniDuHMb4loGuXazodiql23VOlFxe4oIKZKa1A1/l8Z7BW12rW7dpIuL44T+Z83ZTSYZOR84cag==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "freebsd" @@ -2566,13 +2502,14 @@ } }, "node_modules/@nx/nx-linux-arm-gnueabihf": { - "version": "19.8.2", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.8.2.tgz", - "integrity": "sha512-+OtoU5tXOLRv0ufy8ifD6EHn+VOjnC8mFIaaBO/cb/YEW1MTZq1RqKd4e1O9sjAloTe4X3mydw/Ue333+FqIww==", + "version": "19.8.10", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.8.10.tgz", + "integrity": "sha512-DqDIxe+i8y34srvI5tO09aSai71a620bQvv3dJTfon2Vbr4i4wUsqA99hXFEwEeI2Sjva3vM2eGnEIMEhLAiXQ==", "cpu": [ "arm" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" @@ -2582,13 +2519,14 @@ } }, "node_modules/@nx/nx-linux-arm64-gnu": { - "version": "19.8.2", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.8.2.tgz", - "integrity": "sha512-rH7WSvoh1nvYmQs3cd4nBDPilEYIGTUOZF2eXPBqSu1K6938tu1Uf1zXzqRK7o016GoVepiD0VRVYWD3R82nRQ==", + "version": "19.8.10", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.8.10.tgz", + "integrity": "sha512-JEFOtH6vIJB8f2aOg7ZxbPLjLdh04jpVbycE8F4l3W0DjaW7j+sb0vFlsRNsZPq9ZlP9aLXsx/o8ebyEZqCzmQ==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" @@ -2598,13 +2536,14 @@ } }, "node_modules/@nx/nx-linux-arm64-musl": { - "version": "19.8.2", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.8.2.tgz", - "integrity": "sha512-a7vuWDOcqHL0S0gQYYz8DDRmNFs4NOd7A+BTgBRPX54r0pS82tKF2ZsP48TAr9WHyjsTPis5LlFw8VhLrjzdLA==", + "version": "19.8.10", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.8.10.tgz", + "integrity": "sha512-KWj7Z/dtwwbQDQi/zA3jBCd1UJ9o8BUGzsLZn0+6fG1ztHw+wy6hzBNvjW6IAabAfMZSozFb3pTFr6gr2UdfZQ==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" @@ -2614,13 +2553,14 @@ } }, "node_modules/@nx/nx-linux-x64-gnu": { - "version": "19.8.2", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.8.2.tgz", - "integrity": "sha512-3h4dmIi5Muym18dsiiXQBygPlSAHZNe3PaYo8mLsUsvuAt2ye0XUDcAlHWXOt/FeuVDG1NEGI05vZJvbIIGikQ==", + "version": "19.8.10", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.8.10.tgz", + "integrity": "sha512-Soxogm5eql+bj4SIY8uFQGJAh/ODsFhiztaA+NxkYnRJOrLIWw+gprHDpyTUi2y4erSj1lHu+DiIZQ43cHq2fw==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" @@ -2630,13 +2570,14 @@ } }, "node_modules/@nx/nx-linux-x64-musl": { - "version": "19.8.2", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.8.2.tgz", - "integrity": "sha512-LbOC3rbnREh7DbFYdZDuAEDmJsdQDLEjUzacwXDHMb/XlTL3YpWoXohd+zSVHM4nvd8o7QFuZNC4a4zYXwA+wg==", + "version": "19.8.10", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.8.10.tgz", + "integrity": "sha512-IDEgKqlY0XMNkiZIcKmvhClRRi/6z2fFHvjsLDOmghqzUS8vyRSeEaHiTiKAh5yzNL2gkK96Mcx6OLi4Lrrc4Q==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" @@ -2646,13 +2587,14 @@ } }, "node_modules/@nx/nx-win32-arm64-msvc": { - "version": "19.8.2", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.8.2.tgz", - "integrity": "sha512-ZkSZBxGrGXDqwRxC4WyHR3sAUIH6akk1rTDvqTr1nKPribs53cqEms20i7qF1at3o99xL3YairOcnt7JxNWDWA==", + "version": "19.8.10", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.8.10.tgz", + "integrity": "sha512-o9YhREK0ogXxKDwE4ci6HtWJX3DGigpvQFK9U8VxzHZQb/sOOVgAU8lNpneH50o1BsPsfPFZFmpt9oYw61ps3Q==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "win32" @@ -2662,13 +2604,14 @@ } }, "node_modules/@nx/nx-win32-x64-msvc": { - "version": "19.8.2", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.8.2.tgz", - "integrity": "sha512-rRt+XIZk+ctxhFORWvugqmS07xi52eRS4QpTq8b24ZJKk1Zw0L5opsXAdzughhBzfIpSx4rxnknFlI78DcRPxA==", + "version": "19.8.10", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.8.10.tgz", + "integrity": "sha512-gayjQyHU18Jglt+95f4DsnTOETW8+pX6zNbd9wPFyf6PQCmoc62kl07/NxJMzRNkzwK7p3CzS7aQlCe4wJf+Xg==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "win32" @@ -2679,8 +2622,6 @@ }, "node_modules/@observablehq/framework": { "version": "1.12.0", - "resolved": "https://registry.npmjs.org/@observablehq/framework/-/framework-1.12.0.tgz", - "integrity": "sha512-nKBj289/AigGOwp9TuX1jNceSe2m4rw9LLeFa7xjsZ8fwqStjctY2Rp5+2J3L8j9nI64eM3rJxQ5U+TNLzK4cQ==", "license": "ISC", "dependencies": { "@clack/prompts": "^0.7.0", @@ -2733,461 +2674,98 @@ "node": ">=18" } }, - "node_modules/@observablehq/framework/node_modules/@esbuild/aix-ppc64": { + "node_modules/@observablehq/framework/node_modules/@esbuild/linux-x64": { "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.20.2.tgz", - "integrity": "sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==", "cpu": [ - "ppc64" + "x64" ], "license": "MIT", "optional": true, "os": [ - "aix" + "linux" ], "engines": { "node": ">=12" } }, - "node_modules/@observablehq/framework/node_modules/@esbuild/android-arm": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.20.2.tgz", - "integrity": "sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==", - "cpu": [ - "arm" - ], + "node_modules/@observablehq/framework/node_modules/ansi-regex": { + "version": "6.1.0", "license": "MIT", - "optional": true, - "os": [ - "android" - ], "engines": { "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, - "node_modules/@observablehq/framework/node_modules/@esbuild/android-arm64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.20.2.tgz", - "integrity": "sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==", - "cpu": [ - "arm64" - ], + "node_modules/@observablehq/framework/node_modules/ansi-styles": { + "version": "6.2.1", "license": "MIT", - "optional": true, - "os": [ - "android" - ], "engines": { "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@observablehq/framework/node_modules/@esbuild/android-x64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.20.2.tgz", - "integrity": "sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==", - "cpu": [ - "x64" - ], + "node_modules/@observablehq/framework/node_modules/brace-expansion": { + "version": "2.0.1", "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" + "dependencies": { + "balanced-match": "^1.0.0" } }, - "node_modules/@observablehq/framework/node_modules/@esbuild/darwin-arm64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.20.2.tgz", - "integrity": "sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==", - "cpu": [ - "arm64" + "node_modules/@observablehq/framework/node_modules/ci-info": { + "version": "4.1.0", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/sibiraj-s" + } ], "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], "engines": { - "node": ">=12" + "node": ">=8" } }, - "node_modules/@observablehq/framework/node_modules/@esbuild/darwin-x64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.20.2.tgz", - "integrity": "sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], + "node_modules/@observablehq/framework/node_modules/d3-array": { + "version": "3.2.4", + "license": "ISC", + "dependencies": { + "internmap": "1 - 2" + }, "engines": { "node": ">=12" } }, - "node_modules/@observablehq/framework/node_modules/@esbuild/freebsd-arm64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.20.2.tgz", - "integrity": "sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], + "node_modules/@observablehq/framework/node_modules/d3-hierarchy": { + "version": "3.1.2", + "license": "ISC", "engines": { "node": ">=12" } }, - "node_modules/@observablehq/framework/node_modules/@esbuild/freebsd-x64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.20.2.tgz", - "integrity": "sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==", - "cpu": [ - "x64" - ], + "node_modules/@observablehq/framework/node_modules/define-lazy-prop": { + "version": "3.0.0", "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], "engines": { "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@observablehq/framework/node_modules/@esbuild/linux-arm": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.20.2.tgz", - "integrity": "sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==", - "cpu": [ - "arm" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } + "node_modules/@observablehq/framework/node_modules/emoji-regex": { + "version": "10.4.0", + "license": "MIT" }, - "node_modules/@observablehq/framework/node_modules/@esbuild/linux-arm64": { + "node_modules/@observablehq/framework/node_modules/esbuild": { "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.20.2.tgz", - "integrity": "sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==", - "cpu": [ - "arm64" - ], + "hasInstallScript": true, "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@observablehq/framework/node_modules/@esbuild/linux-ia32": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.20.2.tgz", - "integrity": "sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==", - "cpu": [ - "ia32" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@observablehq/framework/node_modules/@esbuild/linux-loong64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.20.2.tgz", - "integrity": "sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==", - "cpu": [ - "loong64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@observablehq/framework/node_modules/@esbuild/linux-mips64el": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.20.2.tgz", - "integrity": "sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==", - "cpu": [ - "mips64el" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@observablehq/framework/node_modules/@esbuild/linux-ppc64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.20.2.tgz", - "integrity": "sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==", - "cpu": [ - "ppc64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@observablehq/framework/node_modules/@esbuild/linux-riscv64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.20.2.tgz", - "integrity": "sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==", - "cpu": [ - "riscv64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@observablehq/framework/node_modules/@esbuild/linux-s390x": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.20.2.tgz", - "integrity": "sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==", - "cpu": [ - "s390x" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@observablehq/framework/node_modules/@esbuild/linux-x64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.20.2.tgz", - "integrity": "sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@observablehq/framework/node_modules/@esbuild/netbsd-x64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.20.2.tgz", - "integrity": "sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@observablehq/framework/node_modules/@esbuild/openbsd-x64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.20.2.tgz", - "integrity": "sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@observablehq/framework/node_modules/@esbuild/sunos-x64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.20.2.tgz", - "integrity": "sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "sunos" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@observablehq/framework/node_modules/@esbuild/win32-arm64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.20.2.tgz", - "integrity": "sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@observablehq/framework/node_modules/@esbuild/win32-ia32": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.20.2.tgz", - "integrity": "sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==", - "cpu": [ - "ia32" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@observablehq/framework/node_modules/@esbuild/win32-x64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.20.2.tgz", - "integrity": "sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@observablehq/framework/node_modules/ansi-regex": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", - "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, - "node_modules/@observablehq/framework/node_modules/ansi-styles": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@observablehq/framework/node_modules/ci-info": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz", - "integrity": "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/sibiraj-s" - } - ], - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/@observablehq/framework/node_modules/d3-array": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz", - "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==", - "license": "ISC", - "dependencies": { - "internmap": "1 - 2" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/@observablehq/framework/node_modules/d3-hierarchy": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz", - "integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/@observablehq/framework/node_modules/define-lazy-prop": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz", - "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==", - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@observablehq/framework/node_modules/emoji-regex": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", - "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==", - "license": "MIT" - }, - "node_modules/@observablehq/framework/node_modules/esbuild": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.20.2.tgz", - "integrity": "sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==", - "hasInstallScript": true, - "license": "MIT", - "bin": { - "esbuild": "bin/esbuild" - }, + "bin": { + "esbuild": "bin/esbuild" + }, "engines": { "node": ">=12" }, @@ -3217,10 +2795,26 @@ "@esbuild/win32-x64": "0.20.2" } }, + "node_modules/@observablehq/framework/node_modules/glob": { + "version": "10.4.5", + "license": "ISC", + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/@observablehq/framework/node_modules/is-docker": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", - "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", "license": "MIT", "bin": { "is-docker": "cli.js" @@ -3234,8 +2828,6 @@ }, "node_modules/@observablehq/framework/node_modules/is-wsl": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz", - "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==", "license": "MIT", "dependencies": { "is-inside-container": "^1.0.0" @@ -3247,16 +2839,25 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/@observablehq/framework/node_modules/minimatch": { + "version": "9.0.5", + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/@observablehq/framework/node_modules/minisearch": { "version": "6.3.0", - "resolved": "https://registry.npmjs.org/minisearch/-/minisearch-6.3.0.tgz", - "integrity": "sha512-ihFnidEeU8iXzcVHy74dhkxh/dn8Dc08ERl0xwoMMGqp4+LvRSCgicb+zGqWthVokQKvCSxITlh3P08OzdTYCQ==", "license": "MIT" }, "node_modules/@observablehq/framework/node_modules/open": { "version": "10.1.0", - "resolved": "https://registry.npmjs.org/open/-/open-10.1.0.tgz", - "integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==", "license": "MIT", "dependencies": { "default-browser": "^5.2.1", @@ -3273,8 +2874,6 @@ }, "node_modules/@observablehq/framework/node_modules/pkg-dir": { "version": "8.0.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-8.0.0.tgz", - "integrity": "sha512-4peoBq4Wks0riS0z8741NVv+/8IiTvqnZAr8QGgtdifrtpdXbNw/FxRS1l6NFqm4EMzuS0EDqNNx4XGaz8cuyQ==", "license": "MIT", "dependencies": { "find-up-simple": "^1.0.0" @@ -3288,8 +2887,6 @@ }, "node_modules/@observablehq/framework/node_modules/string-width": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", - "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", "license": "MIT", "dependencies": { "emoji-regex": "^10.3.0", @@ -3305,8 +2902,6 @@ }, "node_modules/@observablehq/framework/node_modules/strip-ansi": { "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "license": "MIT", "dependencies": { "ansi-regex": "^6.0.1" @@ -3320,8 +2915,6 @@ }, "node_modules/@observablehq/framework/node_modules/tar-stream": { "version": "3.1.7", - "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz", - "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==", "license": "MIT", "dependencies": { "b4a": "^1.6.4", @@ -3331,8 +2924,6 @@ }, "node_modules/@observablehq/framework/node_modules/untildify": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/untildify/-/untildify-5.0.0.tgz", - "integrity": "sha512-bOgQLUnd2G5rhzaTvh1VCI9Fo6bC5cLTpH17T5aFfamyXFYDbbdzN6IXdeoc3jBS7T9hNTmJtYUzJCJ2Xlc9gA==", "license": "MIT", "engines": { "node": ">=16" @@ -3340,8 +2931,6 @@ }, "node_modules/@observablehq/framework/node_modules/wrap-ansi": { "version": "9.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", - "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", "license": "MIT", "dependencies": { "ansi-styles": "^6.2.1", @@ -3357,8 +2946,6 @@ }, "node_modules/@observablehq/inputs": { "version": "0.12.0", - "resolved": "https://registry.npmjs.org/@observablehq/inputs/-/inputs-0.12.0.tgz", - "integrity": "sha512-1ln7+PYe31cMx00K9awVbiCscQM0THnXRJ/AEzd+FfTA25Gu3KRWknAGECxU49QzHyKqiXpLl5LCg3XtYm70eQ==", "license": "ISC", "dependencies": { "htl": "^0.3.1", @@ -3370,17 +2957,15 @@ }, "node_modules/@observablehq/inspector": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@observablehq/inspector/-/inspector-5.0.1.tgz", - "integrity": "sha512-euwWxwDa6KccU4G3D2JBD7GI/2McJh/z7HHEzJKbj2TDa7zhI37eTbTxiwE9rgTWBagvVBel+hAmnJRYBYOv2Q==", + "license": "ISC", "dependencies": { "isoformat": "^0.2.0" } }, "node_modules/@observablehq/parser": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@observablehq/parser/-/parser-6.1.0.tgz", - "integrity": "sha512-S9qfCrAMrL2J229FwMGbyzPskCMqvPkodkn4MJ2r012Bc4yqaNjl8HyT/dKY1zjOwsSrryFQoCiwvWxS8IeASg==", "dev": true, + "license": "ISC", "dependencies": { "acorn": "8", "acorn-walk": "8" @@ -3391,8 +2976,7 @@ }, "node_modules/@observablehq/runtime": { "version": "5.9.9", - "resolved": "https://registry.npmjs.org/@observablehq/runtime/-/runtime-5.9.9.tgz", - "integrity": "sha512-vvRNEI+hESOfnM0pzRTMZa5qbhQaO8KX3LzaDB5h6iHr321T+T2k5ZcK8JTgsH73BvvD3d+CuHBe1nnbUI+C8w==", + "license": "ISC", "dependencies": { "@observablehq/inspector": "^5.0.0", "@observablehq/stdlib": "^5.0.0" @@ -3400,8 +2984,7 @@ }, "node_modules/@observablehq/stdlib": { "version": "5.8.8", - "resolved": "https://registry.npmjs.org/@observablehq/stdlib/-/stdlib-5.8.8.tgz", - "integrity": "sha512-XxVfXX4N+8QYqg308+KT2cpXcsiL6yFphrYNOyCNReqezeoK0Zd9xOdSvo/0NX8NJ8HypIZdTQNwPeOvQWOm2Q==", + "license": "ISC", "dependencies": { "d3-array": "^3.2.0", "d3-dsv": "^3.0.1", @@ -3411,10 +2994,16 @@ "node": ">=14.5.0" } }, + "node_modules/@observablehq/stdlib/node_modules/commander": { + "version": "7.2.0", + "license": "MIT", + "engines": { + "node": ">= 10" + } + }, "node_modules/@observablehq/stdlib/node_modules/d3-array": { "version": "3.2.4", - "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz", - "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==", + "license": "ISC", "dependencies": { "internmap": "1 - 2" }, @@ -3422,11 +3011,45 @@ "node": ">=12" } }, + "node_modules/@observablehq/stdlib/node_modules/d3-dsv": { + "version": "3.0.1", + "license": "ISC", + "dependencies": { + "commander": "7", + "iconv-lite": "0.6", + "rw": "1" + }, + "bin": { + "csv2json": "bin/dsv2json.js", + "csv2tsv": "bin/dsv2dsv.js", + "dsv2dsv": "bin/dsv2dsv.js", + "dsv2json": "bin/dsv2json.js", + "json2csv": "bin/json2dsv.js", + "json2dsv": "bin/json2dsv.js", + "json2tsv": "bin/json2dsv.js", + "tsv2csv": "bin/dsv2dsv.js", + "tsv2json": "bin/dsv2json.js" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@observablehq/stdlib/node_modules/iconv-lite": { + "version": "0.6.3", + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/@octokit/auth-token": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.4.tgz", "integrity": "sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ==", "dev": true, + "license": "MIT", "engines": { "node": ">= 14" } @@ -3436,6 +3059,7 @@ "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.2.4.tgz", "integrity": "sha512-rYKilwgzQ7/imScn3M9/pFfUf4I1AZEH3KhyJmtPdE2zfaXAn2mFfUy4FbKewzc2We5y/LlKLj36fWJLKC2SIQ==", "dev": true, + "license": "MIT", "dependencies": { "@octokit/auth-token": "^3.0.0", "@octokit/graphql": "^5.0.0", @@ -3454,6 +3078,7 @@ "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-7.0.6.tgz", "integrity": "sha512-5L4fseVRUsDFGR00tMWD/Trdeeihn999rTMGRMC1G/Ldi1uWlWJzI98H4Iak5DB/RVvQuyMYKqSK/R6mbSOQyg==", "dev": true, + "license": "MIT", "dependencies": { "@octokit/types": "^9.0.0", "is-plain-object": "^5.0.0", @@ -3468,6 +3093,7 @@ "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.6.tgz", "integrity": "sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==", "dev": true, + "license": "MIT", "dependencies": { "@octokit/request": "^6.0.0", "@octokit/types": "^9.0.0", @@ -3481,19 +3107,22 @@ "version": "18.1.1", "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.1.1.tgz", "integrity": "sha512-VRaeH8nCDtF5aXWnjPuEMIYf1itK/s3JYyJcWFJT8X9pSNnBtriDf7wlEWsGuhPLl4QIH4xM8fqTXDwJ3Mu6sw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@octokit/plugin-enterprise-rest": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/@octokit/plugin-enterprise-rest/-/plugin-enterprise-rest-6.0.1.tgz", "integrity": "sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@octokit/plugin-paginate-rest": { "version": "6.1.2", "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-6.1.2.tgz", "integrity": "sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ==", "dev": true, + "license": "MIT", "dependencies": { "@octokit/tsconfig": "^1.0.2", "@octokit/types": "^9.2.3" @@ -3510,6 +3139,7 @@ "resolved": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz", "integrity": "sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==", "dev": true, + "license": "MIT", "peerDependencies": { "@octokit/core": ">=3" } @@ -3519,6 +3149,7 @@ "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-7.2.3.tgz", "integrity": "sha512-I5Gml6kTAkzVlN7KCtjOM+Ruwe/rQppp0QU372K1GP7kNOYEKe8Xn5BW4sE62JAHdwpq95OQK/qGNyKQMUzVgA==", "dev": true, + "license": "MIT", "dependencies": { "@octokit/types": "^10.0.0" }, @@ -3534,6 +3165,7 @@ "resolved": "https://registry.npmjs.org/@octokit/types/-/types-10.0.0.tgz", "integrity": "sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg==", "dev": true, + "license": "MIT", "dependencies": { "@octokit/openapi-types": "^18.0.0" } @@ -3543,6 +3175,7 @@ "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.8.tgz", "integrity": "sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw==", "dev": true, + "license": "MIT", "dependencies": { "@octokit/endpoint": "^7.0.0", "@octokit/request-error": "^3.0.0", @@ -3560,6 +3193,7 @@ "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-3.0.3.tgz", "integrity": "sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==", "dev": true, + "license": "MIT", "dependencies": { "@octokit/types": "^9.0.0", "deprecation": "^2.0.0", @@ -3574,6 +3208,7 @@ "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-19.0.11.tgz", "integrity": "sha512-m2a9VhaP5/tUw8FwfnW2ICXlXpLPIqxtg3XcAiGMLj/Xhw3RSBfZ8le/466ktO1Gcjr8oXudGnHhxV1TXJgFxw==", "dev": true, + "license": "MIT", "dependencies": { "@octokit/core": "^4.2.1", "@octokit/plugin-paginate-rest": "^6.1.2", @@ -3588,28 +3223,28 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/@octokit/tsconfig/-/tsconfig-1.0.2.tgz", "integrity": "sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@octokit/types": { "version": "9.3.2", "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.3.2.tgz", "integrity": "sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA==", "dev": true, + "license": "MIT", "dependencies": { "@octokit/openapi-types": "^18.0.0" } }, "node_modules/@open-draft/deferred-promise": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@open-draft/deferred-promise/-/deferred-promise-2.2.0.tgz", - "integrity": "sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@open-draft/logger": { "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@open-draft/logger/-/logger-0.3.0.tgz", - "integrity": "sha512-X2g45fzhxH238HKO4xbSr7+wBS8Fvw6ixhTDuvLd5mqh6bJJCFAPwU9mPDxbcrRtfxv4u5IHCEH77BmxvXmmxQ==", "dev": true, + "license": "MIT", "dependencies": { "is-node-process": "^1.2.0", "outvariant": "^1.4.0" @@ -3617,14 +3252,12 @@ }, "node_modules/@open-draft/until": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@open-draft/until/-/until-2.1.0.tgz", - "integrity": "sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", - "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "license": "MIT", "optional": true, "engines": { "node": ">=14" @@ -3632,18 +3265,16 @@ }, "node_modules/@pnpm/config.env-replace": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz", - "integrity": "sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==", "dev": true, + "license": "MIT", "engines": { "node": ">=12.22.0" } }, "node_modules/@pnpm/network.ca-file": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@pnpm/network.ca-file/-/network.ca-file-1.0.2.tgz", - "integrity": "sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==", "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "4.2.10" }, @@ -3653,15 +3284,13 @@ }, "node_modules/@pnpm/network.ca-file/node_modules/graceful-fs": { "version": "4.2.10", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", - "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/@pnpm/npm-conf": { "version": "2.3.1", - "resolved": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-2.3.1.tgz", - "integrity": "sha512-c83qWb22rNRuB0UaVCI0uRPNRr8Z0FWnEIvT47jiHAmOIUHbBOg5XvV7pM5x+rKn9HRpjxquDbXYSXr3fAKFcw==", "dev": true, + "license": "MIT", "dependencies": { "@pnpm/config.env-replace": "^1.1.0", "@pnpm/network.ca-file": "^1.0.1", @@ -3673,14 +3302,76 @@ }, "node_modules/@polka/url": { "version": "1.0.0-next.28", - "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.28.tgz", - "integrity": "sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==", - "dev": true + "dev": true, + "license": "MIT" + }, + "node_modules/@probe.gl/env": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@probe.gl/env/-/env-3.6.0.tgz", + "integrity": "sha512-4tTZYUg/8BICC3Yyb9rOeoKeijKbZHRXBEKObrfPmX4sQmYB15ZOUpoVBhAyJkOYVAM8EkPci6Uw5dLCwx2BEQ==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.0.0" + } + }, + "node_modules/@probe.gl/log": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@probe.gl/log/-/log-3.6.0.tgz", + "integrity": "sha512-hjpyenpEvOdowgZ1qMeCJxfRD4JkKdlXz0RC14m42Un62NtOT+GpWyKA4LssT0+xyLULCByRAtG2fzZorpIAcA==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.0.0", + "@probe.gl/env": "3.6.0" + } + }, + "node_modules/@probe.gl/stats": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@probe.gl/stats/-/stats-3.6.0.tgz", + "integrity": "sha512-JdALQXB44OP4kUBN/UrQgzbJe4qokbVF4Y8lkIA8iVCFnjVowWIgkD/z/0QO65yELT54tTrtepw1jScjKB+rhQ==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.0.0" + } + }, + "node_modules/@rodrigoff/ajv-cli": { + "version": "5.2.0", + "dev": true, + "license": "MIT", + "dependencies": { + "ajv": "^8.0.0", + "fast-json-patch": "^3.1.1", + "glob": "^7.1.0", + "js-yaml": "^3.14.0", + "json-schema-migrate": "^2.0.0", + "json5": "^2.1.3", + "minimist": "^1.2.0" + }, + "bin": { + "ajv": "dist/index.js" + }, + "peerDependencies": { + "ts-node": ">=9.0.0" + }, + "peerDependenciesMeta": { + "ts-node": { + "optional": true + } + } + }, + "node_modules/@rodrigoff/ajv-cli/node_modules/js-yaml": { + "version": "3.14.1", + "dev": true, + "license": "MIT", + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } }, "node_modules/@rollup/plugin-commonjs": { "version": "25.0.8", - "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.8.tgz", - "integrity": "sha512-ZEZWTK5n6Qde0to4vS9Mr5x/0UZoqCxPVR9KRUjU4kA2sO7GEUn1fop0DAwpO6z0Nw/kJON9bDmSxdWxO/TT1A==", "license": "MIT", "dependencies": { "@rollup/pluginutils": "^5.0.1", @@ -3704,8 +3395,6 @@ }, "node_modules/@rollup/plugin-commonjs/node_modules/brace-expansion": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" @@ -3713,15 +3402,10 @@ }, "node_modules/@rollup/plugin-commonjs/node_modules/estree-walker": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", - "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", "license": "MIT" }, "node_modules/@rollup/plugin-commonjs/node_modules/glob": { "version": "8.1.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", - "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", - "deprecated": "Glob versions prior to v9 are no longer supported", "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", @@ -3739,8 +3423,6 @@ }, "node_modules/@rollup/plugin-commonjs/node_modules/minimatch": { "version": "5.1.6", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", - "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" @@ -3751,8 +3433,6 @@ }, "node_modules/@rollup/plugin-json": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.1.0.tgz", - "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==", "license": "MIT", "dependencies": { "@rollup/pluginutils": "^5.1.0" @@ -3771,8 +3451,6 @@ }, "node_modules/@rollup/plugin-node-resolve": { "version": "15.3.0", - "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.0.tgz", - "integrity": "sha512-9eO5McEICxMzJpDW9OnMYSv4Sta3hmt7VtBFz5zR9273suNOydOyq/FrGeGy+KsTRFm8w0SLVhzig2ILFT63Ag==", "license": "MIT", "dependencies": { "@rollup/pluginutils": "^5.0.1", @@ -3795,8 +3473,6 @@ }, "node_modules/@rollup/plugin-virtual": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@rollup/plugin-virtual/-/plugin-virtual-3.0.2.tgz", - "integrity": "sha512-10monEYsBp3scM4/ND4LNH5Rxvh3e/cVeL3jWTgZ2SrQ+BmUoQcopVQvnaMcOnykb1VkxUFuDAN+0FnpTFRy2A==", "license": "MIT", "engines": { "node": ">=14.0.0" @@ -3811,14 +3487,12 @@ } }, "node_modules/@rollup/pluginutils": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.2.tgz", - "integrity": "sha512-/FIdS3PyZ39bjZlwqFnWqCOVnW7o963LtKMwQOD0NhQqw22gSr2YY1afu3FxRip4ZCZNsD5jq6Aaz6QV3D/Njw==", + "version": "5.1.3", "license": "MIT", "dependencies": { "@types/estree": "^1.0.0", "estree-walker": "^2.0.2", - "picomatch": "^2.3.1" + "picomatch": "^4.0.2" }, "engines": { "node": ">=14.0.0" @@ -3834,275 +3508,97 @@ }, "node_modules/@rollup/pluginutils/node_modules/estree-walker": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", - "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", "license": "MIT" }, - "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.23.0.tgz", - "integrity": "sha512-8OR+Ok3SGEMsAZispLx8jruuXw0HVF16k+ub2eNXKHDmdxL4cf9NlNpAzhlOhNyXzKDEJuFeq0nZm+XlNb1IFw==", - "cpu": [ - "arm" - ], - "optional": true, - "os": [ - "android" - ] - }, - "node_modules/@rollup/rollup-android-arm64": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.23.0.tgz", - "integrity": "sha512-rEFtX1nP8gqmLmPZsXRMoLVNB5JBwOzIAk/XAcEPuKrPa2nPJ+DuGGpfQUR0XjRm8KjHfTZLpWbKXkA5BoFL3w==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "android" - ] - }, - "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.23.0.tgz", - "integrity": "sha512-ZbqlMkJRMMPeapfaU4drYHns7Q5MIxjM/QeOO62qQZGPh9XWziap+NF9fsqPHT0KzEL6HaPspC7sOwpgyA3J9g==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "darwin" - ] + "node_modules/@rollup/pluginutils/node_modules/picomatch": { + "version": "4.0.2", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } }, - "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.23.0.tgz", - "integrity": "sha512-PfmgQp78xx5rBCgn2oYPQ1rQTtOaQCna0kRaBlc5w7RlA3TDGGo7m3XaptgitUZ54US9915i7KeVPHoy3/W8tA==", + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.26.0", "cpu": [ "x64" ], - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.23.0.tgz", - "integrity": "sha512-WAeZfAAPus56eQgBioezXRRzArAjWJGjNo/M+BHZygUcs9EePIuGI1Wfc6U/Ki+tMW17FFGvhCfYnfcKPh18SA==", - "cpu": [ - "arm" - ], + "license": "MIT", "optional": true, "os": [ "linux" ] }, - "node_modules/@rollup/rollup-linux-arm-musleabihf": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.23.0.tgz", - "integrity": "sha512-v7PGcp1O5XKZxKX8phTXtmJDVpE20Ub1eF6w9iMmI3qrrPak6yR9/5eeq7ziLMrMTjppkkskXyxnmm00HdtXjA==", - "cpu": [ - "arm" - ], - "optional": true, - "os": [ - "linux" - ] + "node_modules/@rushstack/node-core-library": { + "version": "5.9.0", + "dev": true, + "license": "MIT", + "dependencies": { + "ajv": "~8.13.0", + "ajv-draft-04": "~1.0.0", + "ajv-formats": "~3.0.1", + "fs-extra": "~7.0.1", + "import-lazy": "~4.0.0", + "jju": "~1.4.0", + "resolve": "~1.22.1", + "semver": "~7.5.4" + }, + "peerDependencies": { + "@types/node": "*" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } + } }, - "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.23.0.tgz", - "integrity": "sha512-nAbWsDZ9UkU6xQiXEyXBNHAKbzSAi95H3gTStJq9UGiS1v+YVXwRHcQOQEF/3CHuhX5BVhShKoeOf6Q/1M+Zhg==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "linux" - ] + "node_modules/@rushstack/node-core-library/node_modules/ajv": { + "version": "8.13.0", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.4.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } }, - "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.23.0.tgz", - "integrity": "sha512-5QT/Di5FbGNPaVw8hHO1wETunwkPuZBIu6W+5GNArlKHD9fkMHy7vS8zGHJk38oObXfWdsuLMogD4sBySLJ54g==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "linux" - ] + "node_modules/@rushstack/rig-package": { + "version": "0.5.3", + "dev": true, + "license": "MIT", + "dependencies": { + "resolve": "~1.22.1", + "strip-json-comments": "~3.1.1" + } + }, + "node_modules/@rushstack/terminal": { + "version": "0.14.2", + "dev": true, + "license": "MIT", + "dependencies": { + "@rushstack/node-core-library": "5.9.0", + "supports-color": "~8.1.1" + }, + "peerDependencies": { + "@types/node": "*" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } + } }, - "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { + "node_modules/@rushstack/ts-command-line": { "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.23.0.tgz", - "integrity": "sha512-Sefl6vPyn5axzCsO13r1sHLcmPuiSOrKIImnq34CBurntcJ+lkQgAaTt/9JkgGmaZJ+OkaHmAJl4Bfd0DmdtOQ==", - "cpu": [ - "ppc64" - ], - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.23.0.tgz", - "integrity": "sha512-o4QI2KU/QbP7ZExMse6ULotdV3oJUYMrdx3rBZCgUF3ur3gJPfe8Fuasn6tia16c5kZBBw0aTmaUygad6VB/hQ==", - "cpu": [ - "riscv64" - ], - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-s390x-gnu": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.23.0.tgz", - "integrity": "sha512-+bxqx+V/D4FGrpXzPGKp/SEZIZ8cIW3K7wOtcJAoCrmXvzRtmdUhYNbgd+RztLzfDEfA2WtKj5F4tcbNPuqgeg==", - "cpu": [ - "s390x" - ], - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.23.0.tgz", - "integrity": "sha512-I/eXsdVoCKtSgK9OwyQKPAfricWKUMNCwJKtatRYMmDo5N859tbO3UsBw5kT3dU1n6ZcM1JDzPRSGhAUkxfLxw==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.23.0.tgz", - "integrity": "sha512-4ZoDZy5ShLbbe1KPSafbFh1vbl0asTVfkABC7eWqIs01+66ncM82YJxV2VtV3YVJTqq2P8HMx3DCoRSWB/N3rw==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-win32-arm64-msvc": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.23.0.tgz", - "integrity": "sha512-+5Ky8dhft4STaOEbZu3/NU4QIyYssKO+r1cD3FzuusA0vO5gso15on7qGzKdNXnc1gOrsgCqZjRw1w+zL4y4hQ==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@rollup/rollup-win32-ia32-msvc": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.23.0.tgz", - "integrity": "sha512-0SPJk4cPZQhq9qA1UhIRumSE3+JJIBBjtlGl5PNC///BoaByckNZd53rOYD0glpTkYFBQSt7AkMeLVPfx65+BQ==", - "cpu": [ - "ia32" - ], - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@rollup/rollup-win32-x64-msvc": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.23.0.tgz", - "integrity": "sha512-lqCK5GQC8fNo0+JvTSxcG7YB1UKYp8yrNLhsArlvPWN+16ovSZgoehlVHg6X0sSWPUkpjRBR5TuR12ZugowZ4g==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@rushstack/node-core-library": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/@rushstack/node-core-library/-/node-core-library-5.9.0.tgz", - "integrity": "sha512-MMsshEWkTbXqxqFxD4gcIUWQOCeBChlGczdZbHfqmNZQFLHB3yWxDFSMHFUdu2/OB9NUk7Awn5qRL+rws4HQNg==", - "dev": true, - "dependencies": { - "ajv": "~8.13.0", - "ajv-draft-04": "~1.0.0", - "ajv-formats": "~3.0.1", - "fs-extra": "~7.0.1", - "import-lazy": "~4.0.0", - "jju": "~1.4.0", - "resolve": "~1.22.1", - "semver": "~7.5.4" - }, - "peerDependencies": { - "@types/node": "*" - }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true - } - } - }, - "node_modules/@rushstack/node-core-library/node_modules/ajv": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz", - "integrity": "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==", - "dev": true, - "dependencies": { - "fast-deep-equal": "^3.1.3", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.4.1" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/@rushstack/rig-package": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/@rushstack/rig-package/-/rig-package-0.5.3.tgz", - "integrity": "sha512-olzSSjYrvCNxUFZowevC3uz8gvKr3WTpHQ7BkpjtRpA3wK+T0ybep/SRUMfr195gBzJm5gaXw0ZMgjIyHqJUow==", - "dev": true, - "dependencies": { - "resolve": "~1.22.1", - "strip-json-comments": "~3.1.1" - } - }, - "node_modules/@rushstack/terminal": { - "version": "0.14.2", - "resolved": "https://registry.npmjs.org/@rushstack/terminal/-/terminal-0.14.2.tgz", - "integrity": "sha512-2fC1wqu1VCExKC0/L+0noVcFQEXEnoBOtCIex1TOjBzEDWcw8KzJjjj7aTP6mLxepG0XIyn9OufeFb6SFsa+sg==", - "dev": true, - "dependencies": { - "@rushstack/node-core-library": "5.9.0", - "supports-color": "~8.1.1" - }, - "peerDependencies": { - "@types/node": "*" - }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true - } - } - }, - "node_modules/@rushstack/ts-command-line": { - "version": "4.22.8", - "resolved": "https://registry.npmjs.org/@rushstack/ts-command-line/-/ts-command-line-4.22.8.tgz", - "integrity": "sha512-XbFjOoV7qZHJnSuFUHv0pKaFA4ixyCuki+xMjsMfDwfvQjs5MYG0IK5COal3tRnG7KCDe2l/G+9LrzYE/RJhgg==", "dev": true, + "license": "MIT", "dependencies": { "@rushstack/terminal": "0.14.2", "@types/argparse": "1.0.38", @@ -4111,70 +3607,65 @@ } }, "node_modules/@shikijs/core": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.21.0.tgz", - "integrity": "sha512-zAPMJdiGuqXpZQ+pWNezQAk5xhzRXBNiECFPcJLtUdsFM3f//G95Z15EHTnHchYycU8kIIysqGgxp8OVSj1SPQ==", + "version": "1.22.2", "dev": true, + "license": "MIT", "dependencies": { - "@shikijs/engine-javascript": "1.21.0", - "@shikijs/engine-oniguruma": "1.21.0", - "@shikijs/types": "1.21.0", - "@shikijs/vscode-textmate": "^9.2.2", + "@shikijs/engine-javascript": "1.22.2", + "@shikijs/engine-oniguruma": "1.22.2", + "@shikijs/types": "1.22.2", + "@shikijs/vscode-textmate": "^9.3.0", "@types/hast": "^3.0.4", "hast-util-to-html": "^9.0.3" } }, "node_modules/@shikijs/engine-javascript": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-1.21.0.tgz", - "integrity": "sha512-jxQHNtVP17edFW4/0vICqAVLDAxmyV31MQJL4U/Kg+heQALeKYVOWo0sMmEZ18FqBt+9UCdyqGKYE7bLRtk9mg==", + "version": "1.22.2", "dev": true, + "license": "MIT", "dependencies": { - "@shikijs/types": "1.21.0", - "@shikijs/vscode-textmate": "^9.2.2", + "@shikijs/types": "1.22.2", + "@shikijs/vscode-textmate": "^9.3.0", "oniguruma-to-js": "0.4.3" } }, "node_modules/@shikijs/engine-oniguruma": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-1.21.0.tgz", - "integrity": "sha512-AIZ76XocENCrtYzVU7S4GY/HL+tgHGbVU+qhiDyNw1qgCA5OSi4B4+HY4BtAoJSMGuD/L5hfTzoRVbzEm2WTvg==", + "version": "1.22.2", "dev": true, + "license": "MIT", "dependencies": { - "@shikijs/types": "1.21.0", - "@shikijs/vscode-textmate": "^9.2.2" + "@shikijs/types": "1.22.2", + "@shikijs/vscode-textmate": "^9.3.0" } }, "node_modules/@shikijs/transformers": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/@shikijs/transformers/-/transformers-1.21.0.tgz", - "integrity": "sha512-aA+XGGSzipcvqdsOYL8l6Q2RYiMuJNdhdt9eZnkJmW+wjSOixN/I7dBq3fISwvEMDlawrtuXM3eybLCEC+Fjlg==", + "version": "1.22.2", "dev": true, + "license": "MIT", "dependencies": { - "shiki": "1.21.0" + "shiki": "1.22.2" } }, "node_modules/@shikijs/types": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-1.21.0.tgz", - "integrity": "sha512-tzndANDhi5DUndBtpojEq/42+dpUF2wS7wdCDQaFtIXm3Rd1QkrcVgSSRLOvEwexekihOXfbYJINW37g96tJRw==", + "version": "1.22.2", "dev": true, + "license": "MIT", "dependencies": { - "@shikijs/vscode-textmate": "^9.2.2", + "@shikijs/vscode-textmate": "^9.3.0", "@types/hast": "^3.0.4" } }, "node_modules/@shikijs/vscode-textmate": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-9.2.2.tgz", - "integrity": "sha512-TMp15K+GGYrWlZM8+Lnj9EaHEFmOen0WJBrfa17hF7taDOYthuPPV0GWzfd/9iMij0akS/8Yw2ikquH7uVi/fg==", - "dev": true + "version": "9.3.0", + "dev": true, + "license": "MIT" }, "node_modules/@sigstore/bundle": { "version": "2.3.2", "resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.3.2.tgz", "integrity": "sha512-wueKWDk70QixNLB363yHc2D2ItTgYiMTdPwK8D9dKQMR3ZQ0c35IxP5xnwQ8cNLoCgCRcHf14kE+CLIvNX1zmA==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@sigstore/protobuf-specs": "^0.3.2" }, @@ -4187,6 +3678,7 @@ "resolved": "https://registry.npmjs.org/@sigstore/core/-/core-1.1.0.tgz", "integrity": "sha512-JzBqdVIyqm2FRQCulY6nbQzMpJJpSiJ8XXWMhtOX9eKgaXXpfNOF53lzQEjIydlStnd/eFtuC1dW4VYdD93oRg==", "dev": true, + "license": "Apache-2.0", "engines": { "node": "^16.14.0 || >=18.0.0" } @@ -4196,6 +3688,7 @@ "resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.3.2.tgz", "integrity": "sha512-c6B0ehIWxMI8wiS/bj6rHMPqeFvngFV7cDU/MY+B16P9Z3Mp9k8L93eYZ7BYzSickzuqAQqAq0V956b3Ju6mLw==", "dev": true, + "license": "Apache-2.0", "engines": { "node": "^16.14.0 || >=18.0.0" } @@ -4205,6 +3698,7 @@ "resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-2.3.2.tgz", "integrity": "sha512-5Vz5dPVuunIIvC5vBb0APwo7qKA4G9yM48kPWJT+OEERs40md5GoUR1yedwpekWZ4m0Hhw44m6zU+ObsON+iDA==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@sigstore/bundle": "^2.3.2", "@sigstore/core": "^1.0.0", @@ -4222,6 +3716,7 @@ "resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.4.tgz", "integrity": "sha512-44vtsveTPUpqhm9NCrbU8CWLe3Vck2HO1PNLw7RIajbB7xhtn5RBPm1VNSCMwqGYHhDsBJG8gDF0q4lgydsJvw==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@sigstore/protobuf-specs": "^0.3.2", "tuf-js": "^2.2.1" @@ -4235,6 +3730,7 @@ "resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-1.2.1.tgz", "integrity": "sha512-8iKx79/F73DKbGfRf7+t4dqrc0bRr0thdPrxAtCKWRm/F0tG71i6O1rvlnScncJLLBZHn3h8M3c1BSUAb9yu8g==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@sigstore/bundle": "^2.3.2", "@sigstore/core": "^1.1.0", @@ -4248,13 +3744,13 @@ "version": "0.27.8", "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@sindresorhus/is": { "version": "5.6.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz", - "integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==", "dev": true, + "license": "MIT", "engines": { "node": ">=14.16" }, @@ -4264,8 +3760,6 @@ }, "node_modules/@sindresorhus/slugify": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@sindresorhus/slugify/-/slugify-2.2.1.tgz", - "integrity": "sha512-MkngSCRZ8JdSOCHRaYd+D01XhvU3Hjy6MGl06zhOk614hp9EOAp5gIkBeQg7wtmxpitU6eAL4kdiRMcJa2dlrw==", "license": "MIT", "dependencies": { "@sindresorhus/transliterate": "^1.0.0", @@ -4280,8 +3774,6 @@ }, "node_modules/@sindresorhus/slugify/node_modules/escape-string-regexp": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", - "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", "license": "MIT", "engines": { "node": ">=12" @@ -4292,8 +3784,6 @@ }, "node_modules/@sindresorhus/transliterate": { "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/transliterate/-/transliterate-1.6.0.tgz", - "integrity": "sha512-doH1gimEu3A46VX6aVxpHTeHrytJAG6HgdxntYnCFiIFHEM/ZGpG8KiZGBChchjQmG0XFIBL552kBTjVcMZXwQ==", "license": "MIT", "dependencies": { "escape-string-regexp": "^5.0.0" @@ -4307,8 +3797,6 @@ }, "node_modules/@sindresorhus/transliterate/node_modules/escape-string-regexp": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", - "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", "license": "MIT", "engines": { "node": ">=12" @@ -4318,20 +3806,17 @@ } }, "node_modules/@swc/helpers": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.13.tgz", - "integrity": "sha512-UoKGxQ3r5kYI9dALKJapMmuK+1zWM/H17Z1+iwnNmzcJRnfFuevZs375TA5rW31pu4BS4NoSy1fRsexDXfWn5w==", + "version": "0.5.15", "dev": true, "license": "Apache-2.0", "dependencies": { - "tslib": "^2.4.0" + "tslib": "^2.8.0" } }, "node_modules/@szmarczak/http-timer": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz", - "integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==", "dev": true, + "license": "MIT", "dependencies": { "defer-to-connect": "^2.0.1" }, @@ -4341,9 +3826,8 @@ }, "node_modules/@testing-library/dom": { "version": "10.4.0", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.0.tgz", - "integrity": "sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.10.4", "@babel/runtime": "^7.12.5", @@ -4360,9 +3844,8 @@ }, "node_modules/@testing-library/user-event": { "version": "14.5.2", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.5.2.tgz", - "integrity": "sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=12", "npm": ">=6" @@ -4373,9 +3856,8 @@ }, "node_modules/@tootallnate/once": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", - "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==", "dev": true, + "license": "MIT", "engines": { "node": ">= 10" } @@ -4385,6 +3867,7 @@ "resolved": "https://registry.npmjs.org/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz", "integrity": "sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==", "dev": true, + "license": "MIT", "engines": { "node": "^16.14.0 || >=18.0.0" } @@ -4394,6 +3877,7 @@ "resolved": "https://registry.npmjs.org/@tufjs/models/-/models-2.0.1.tgz", "integrity": "sha512-92F7/SFyufn4DXsha9+QfKnN03JGqtMFMXgSHbZOo8JG59WkTni7UzAouNQDf7AuP9OAMxVOPQcqG3sB7w+kkg==", "dev": true, + "license": "MIT", "dependencies": { "@tufjs/canonical-json": "2.0.0", "minimatch": "^9.0.4" @@ -4407,6 +3891,7 @@ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } @@ -4416,6 +3901,7 @@ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -4431,52 +3917,42 @@ "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.9.0.tgz", "integrity": "sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==", "dev": true, + "license": "MIT", "dependencies": { "tslib": "^2.4.0" } }, "node_modules/@types/argparse": { "version": "1.0.38", - "resolved": "https://registry.npmjs.org/@types/argparse/-/argparse-1.0.38.tgz", - "integrity": "sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/aria-query": { "version": "5.0.4", - "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz", - "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/command-line-args": { "version": "5.2.3", - "resolved": "https://registry.npmjs.org/@types/command-line-args/-/command-line-args-5.2.3.tgz", - "integrity": "sha512-uv0aG6R0Y8WHZLTamZwtfsDLVRnOa+n+n5rEvFWL5Na5gZ8V2Teab/duDPFzIIIhs9qizDpcavCusCLJZu62Kw==", "dev": true, "license": "MIT" }, "node_modules/@types/command-line-usage": { "version": "5.0.4", - "resolved": "https://registry.npmjs.org/@types/command-line-usage/-/command-line-usage-5.0.4.tgz", - "integrity": "sha512-BwR5KP3Es/CSht0xqBcUXS3qCAUVXwpRKsV2+arxeb65atasuXG9LykC9Ab10Cw3s2raH92ZqOeILaQbsB2ACg==", "dev": true, "license": "MIT" }, "node_modules/@types/cookie": { "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz", - "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/d3-array": { "version": "1.2.12", - "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-1.2.12.tgz", - "integrity": "sha512-zIq9wCg/JO7MGC6vq3HRDaVYkqgSPIDjpo3JhAQxl7PHYVPA5D9SMiBfjW/ZoAvPd2a+rkovqBg0nS0QOChsJQ==", "license": "MIT" }, "node_modules/@types/d3-brush": { "version": "1.1.8", - "resolved": "https://registry.npmjs.org/@types/d3-brush/-/d3-brush-1.1.8.tgz", - "integrity": "sha512-tPVjYAjJt02fgazF9yiX/309sj6qhIiIopLuHhP4FFFq9VKqu9NQBeCK3ger0RHVZGs9RKaSBUWyPUzii5biGQ==", "license": "MIT", "dependencies": { "@types/d3-selection": "^1" @@ -4484,26 +3960,18 @@ }, "node_modules/@types/d3-collection": { "version": "1.0.13", - "resolved": "https://registry.npmjs.org/@types/d3-collection/-/d3-collection-1.0.13.tgz", - "integrity": "sha512-v0Rgw3IZebRyamcwVmtTDCZ8OmQcj4siaYjNc7wGMZT7PmdSHawGsCOQMxyLvZ7lWjfohYLK0oXtilMOMgfY8A==", "license": "MIT" }, "node_modules/@types/d3-color": { "version": "1.4.5", - "resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-1.4.5.tgz", - "integrity": "sha512-5sNP3DmtSnSozxcjqmzQKsDOuVJXZkceo1KJScDc1982kk/TS9mTPc6lpli1gTu1MIBF1YWutpHpjucNWcIj5g==", "license": "MIT" }, "node_modules/@types/d3-dispatch": { "version": "1.0.12", - "resolved": "https://registry.npmjs.org/@types/d3-dispatch/-/d3-dispatch-1.0.12.tgz", - "integrity": "sha512-vrhleoVNhGJGx7GQZ4207lYGyMbW/yj/iJTSvLKyfAp8nXFF+19dnMpPN/nEVs6fudIsQc7ZelBFUMe3aJDmKw==", "license": "MIT" }, "node_modules/@types/d3-drag": { "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@types/d3-drag/-/d3-drag-1.2.8.tgz", - "integrity": "sha512-QM6H8E6r9/51BcE4NEluQ0f9dTECCTDEALJSQIWn183+Mtz/6KvEjOxW8VzKYSnhhL+qMljMKKA1WOUUf/4Qhw==", "license": "MIT", "dependencies": { "@types/d3-selection": "^1" @@ -4511,25 +3979,18 @@ }, "node_modules/@types/d3-dsv": { "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@types/d3-dsv/-/d3-dsv-1.2.8.tgz", - "integrity": "sha512-x1m1s0lVstZQ5/Kzp4bVIMee3fFuDm+hphVnvrYA7wU16XqwgbCBfeVvHYZzVQQIy4jyi3MEtgduLVuwIRCKLQ==" + "license": "MIT" }, "node_modules/@types/d3-ease": { "version": "1.0.13", - "resolved": "https://registry.npmjs.org/@types/d3-ease/-/d3-ease-1.0.13.tgz", - "integrity": "sha512-VAA4H8YNaNN0+UNIlpkwkLOj7xL5EGdyiQpdlAvOIRHckjGFCLK8eMoUd4+IMNEhQgweq0Yk/Dfzr70xhUo6hA==", "license": "MIT" }, "node_modules/@types/d3-format": { "version": "1.4.5", - "resolved": "https://registry.npmjs.org/@types/d3-format/-/d3-format-1.4.5.tgz", - "integrity": "sha512-mLxrC1MSWupOSncXN/HOlWUAAIffAEBaI4+PKy2uMPsKe4FNZlk7qrbTjmzJXITQQqBHivaks4Td18azgqnotA==", "license": "MIT" }, "node_modules/@types/d3-interpolate": { "version": "1.4.5", - "resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-1.4.5.tgz", - "integrity": "sha512-k9L18hXXv7OvK4PqW1kSFYIzasGOvfhPUWmHFkoZ8/ci99EAmY4HoF6zMefrHl0SGV7XYc7Qq2MNh8dK3edg5A==", "license": "MIT", "dependencies": { "@types/d3-color": "^1" @@ -4537,39 +3998,30 @@ }, "node_modules/@types/d3-path": { "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-1.0.11.tgz", - "integrity": "sha512-4pQMp8ldf7UaB/gR8Fvvy69psNHkTpD/pVw3vmEi8iZAB9EPMBruB1JvHO4BIq9QkUUd2lV1F5YXpMNj7JPBpw==", "dev": true, "license": "MIT" }, "node_modules/@types/d3-request": { "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@types/d3-request/-/d3-request-1.0.9.tgz", - "integrity": "sha512-gD2991YKzdQu5lJGhWHEjptxQvWRZKwZF3QdWqjnqrWfVd15e7/WuL6X2Pl/4sRyLKaXWbB2xuk1tSBPVLlNhg==", "dev": true, + "license": "MIT", "dependencies": { "@types/d3-dsv": "^1" } }, "node_modules/@types/d3-scale": { "version": "1.0.22", - "resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-1.0.22.tgz", - "integrity": "sha512-9XHVg/pVr+4qbowUNKHYNouFCXQUQ0ZZr1ppGgh10DVUaEb6nKuyPj0May0mmTiLhuDEaa9di1t0Hmg6lYTSFw==", "license": "MIT", "dependencies": { "@types/d3-time": "^1" } }, "node_modules/@types/d3-selection": { - "version": "1.4.6", - "resolved": "https://registry.npmjs.org/@types/d3-selection/-/d3-selection-1.4.6.tgz", - "integrity": "sha512-0MhJ/LzJe6/vQVxiYJnvNq5CD/MF6Qy0dLp4BEQ6Dz8oOaB0EMXfx1GGeBFSW+3VzgjaUrxK6uECDQj9VLa/Mg==", + "version": "1.4.7", "license": "MIT" }, "node_modules/@types/d3-shape": { "version": "1.3.12", - "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-1.3.12.tgz", - "integrity": "sha512-8oMzcd4+poSLGgV0R1Q1rOlx/xdmozS4Xab7np0eamFFUYq71AU9pOCJEFnkXW2aI/oXdVYJzw6pssbSut7Z9Q==", "dev": true, "license": "MIT", "dependencies": { @@ -4578,19 +4030,14 @@ }, "node_modules/@types/d3-time": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-1.1.4.tgz", - "integrity": "sha512-JIvy2HjRInE+TXOmIGN5LCmeO0hkFZx5f9FZ7kiN+D+YTcc8pptsiLiuHsvwxwC7VVKmJ2ExHUgNlAiV7vQM9g==", "license": "MIT" }, "node_modules/@types/d3-time-format": { "version": "2.3.4", - "resolved": "https://registry.npmjs.org/@types/d3-time-format/-/d3-time-format-2.3.4.tgz", - "integrity": "sha512-xdDXbpVO74EvadI3UDxjxTdR6QIxm1FKzEA/+F8tL4GWWUg/hgvBqf6chql64U5A9ZUGWo7pEu4eNlyLwbKdhg==" + "license": "MIT" }, "node_modules/@types/d3-transition": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/@types/d3-transition/-/d3-transition-1.3.5.tgz", - "integrity": "sha512-gVj9AXXkoj0yKr1jsPJFkKoYTEmSdaYh8W7XBeRIhcspFX9b3MSwLxTerVHeEPXer9kYLvZfAINk8HcjWhwZSQ==", + "version": "1.3.6", "license": "MIT", "dependencies": { "@types/d3-selection": "^1" @@ -4598,55 +4045,97 @@ }, "node_modules/@types/d3-zoom": { "version": "1.8.7", - "resolved": "https://registry.npmjs.org/@types/d3-zoom/-/d3-zoom-1.8.7.tgz", - "integrity": "sha512-HJWci3jXwFIuFKDqGn5PmuwrhZvuFdrnUmtSKCLXFAWyf2lAIUKMKh1/lHOkWBl/f4KVupGricJiqkQy+cVTog==", "license": "MIT", "dependencies": { "@types/d3-interpolate": "^1", "@types/d3-selection": "^1" } }, + "node_modules/@types/dojo": { + "version": "1.9.48", + "dev": true, + "license": "MIT" + }, "node_modules/@types/estree": { "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", - "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==" + "license": "MIT" }, "node_modules/@types/faker": { "version": "4.1.12", - "resolved": "https://registry.npmjs.org/@types/faker/-/faker-4.1.12.tgz", - "integrity": "sha512-0MEyzJrLLs1WaOCx9ULK6FzdCSj2EuxdSP9kvuxxdBEGujZYUOZ4vkPXdgu3dhyg/pOdn7VCatelYX7k0YShlA==", - "dev": true + "dev": true, + "license": "MIT" + }, + "node_modules/@types/geojson": { + "version": "7946.0.14", + "license": "MIT" + }, + "node_modules/@types/hammerjs": { + "version": "2.0.46", + "resolved": "https://registry.npmjs.org/@types/hammerjs/-/hammerjs-2.0.46.tgz", + "integrity": "sha512-ynRvcq6wvqexJ9brDMS4BnBLzmr0e14d6ZJTEShTBWKymQiHwlAyGu0ZPEFI2Fh1U53F7tN9ufClWM5KvqkKOw==", + "license": "MIT" }, "node_modules/@types/hast": { "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", - "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/unist": "*" } }, "node_modules/@types/http-cache-semantics": { "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz", - "integrity": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/jasmine": { "version": "5.1.4", - "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-5.1.4.tgz", - "integrity": "sha512-px7OMFO/ncXxixDe1zR13V1iycqWae0MxTaw62RpFlksUi5QuNWgQJFkTQjIOvrmutJbI7Fp2Y2N1F6D2R4G6w==", - "dev": true + "dev": true, + "license": "MIT" + }, + "node_modules/@types/json-schema": { + "version": "7.0.15", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/leaflet": { + "version": "1.9.8", + "license": "MIT", + "dependencies": { + "@types/geojson": "*" + } + }, + "node_modules/@types/leaflet-draw": { + "version": "1.0.11", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/leaflet": "*" + } + }, + "node_modules/@types/leaflet.heat": { + "version": "0.2.4", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/leaflet": "*" + } + }, + "node_modules/@types/leaflet.markercluster": { + "version": "1.5.4", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/leaflet": "*" + } }, "node_modules/@types/linkify-it": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz", - "integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==" + "license": "MIT" }, "node_modules/@types/markdown-it": { "version": "14.1.2", - "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.1.2.tgz", - "integrity": "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==", + "license": "MIT", "dependencies": { "@types/linkify-it": "^5", "@types/mdurl": "^2" @@ -4654,44 +4143,34 @@ }, "node_modules/@types/mdast": { "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", - "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", "dev": true, + "license": "MIT", "dependencies": { "@types/unist": "*" } }, "node_modules/@types/mdurl": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz", - "integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==" + "license": "MIT" }, "node_modules/@types/minimatch": { "version": "3.0.5", "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/minimist": { "version": "1.2.5", "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz", "integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==", - "dev": true - }, - "node_modules/@types/mute-stream": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/@types/mute-stream/-/mute-stream-0.0.4.tgz", - "integrity": "sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==", "dev": true, - "dependencies": { - "@types/node": "*" - } + "license": "MIT" }, "node_modules/@types/node": { - "version": "18.19.54", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.54.tgz", - "integrity": "sha512-+BRgt0G5gYjTvdLac9sIeE0iZcJxi4Jc4PV5EUzqi+88jmQLr+fRZdv2tCTV7IHKSGxM6SaLoOXQWWUiLUItMw==", + "version": "18.19.64", "dev": true, + "license": "MIT", "dependencies": { "undici-types": "~5.26.4" } @@ -4700,61 +4179,53 @@ "version": "2.4.4", "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz", "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==", - "dev": true + "dev": true, + "license": "MIT" + }, + "node_modules/@types/offscreencanvas": { + "version": "2019.7.3", + "resolved": "https://registry.npmjs.org/@types/offscreencanvas/-/offscreencanvas-2019.7.3.tgz", + "integrity": "sha512-ieXiYmgSRXUDeOntE1InxjWyvEelZGP63M+cGuquuRLuIKKT1osnkXjxev9B7d1nXSug5vpunx+gNlbVxMlC9A==", + "license": "MIT" }, "node_modules/@types/resolve": { "version": "1.20.2", - "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz", - "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==", "license": "MIT" }, "node_modules/@types/semver-utils": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@types/semver-utils/-/semver-utils-1.1.3.tgz", - "integrity": "sha512-T+YwkslhsM+CeuhYUxyAjWm7mJ5am/K10UX40RuA6k6Lc7eGtq8iY2xOzy7Vq0GOqhl/xZl5l2FwURZMTPTUww==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/statuses": { "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@types/statuses/-/statuses-2.0.5.tgz", - "integrity": "sha512-jmIUGWrAiwu3dZpxntxieC+1n/5c3mjrImkmOSQ2NC5uP6cYO4aAZDdSmRcI5C1oiTmqlZGHC+/NmJrKogbP5A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/tough-cookie": { "version": "4.0.5", - "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz", - "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/unist": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", - "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/web-bluetooth": { "version": "0.0.20", - "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz", - "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==", - "dev": true - }, - "node_modules/@types/wrap-ansi": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz", - "integrity": "sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/xmldom": { "version": "0.1.34", - "resolved": "https://registry.npmjs.org/@types/xmldom/-/xmldom-0.1.34.tgz", - "integrity": "sha512-7eZFfxI9XHYjJJuugddV6N5YNeXgQE1lArWOcd1eCOKWb/FGs5SIjacSYuEJuwhsGS3gy4RuZ5EUIcqYscuPDA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz", - "integrity": "sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==", "dev": true, + "license": "MIT", "dependencies": { "@eslint-community/regexpp": "^4.10.0", "@typescript-eslint/scope-manager": "7.18.0", @@ -4785,9 +4256,8 @@ }, "node_modules/@typescript-eslint/parser": { "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.18.0.tgz", - "integrity": "sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/scope-manager": "7.18.0", "@typescript-eslint/types": "7.18.0", @@ -4813,9 +4283,8 @@ }, "node_modules/@typescript-eslint/scope-manager": { "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz", - "integrity": "sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "7.18.0", "@typescript-eslint/visitor-keys": "7.18.0" @@ -4830,9 +4299,8 @@ }, "node_modules/@typescript-eslint/type-utils": { "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz", - "integrity": "sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/typescript-estree": "7.18.0", "@typescript-eslint/utils": "7.18.0", @@ -4857,9 +4325,8 @@ }, "node_modules/@typescript-eslint/types": { "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.18.0.tgz", - "integrity": "sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==", "dev": true, + "license": "MIT", "engines": { "node": "^18.18.0 || >=20.0.0" }, @@ -4870,9 +4337,8 @@ }, "node_modules/@typescript-eslint/typescript-estree": { "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz", - "integrity": "sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/types": "7.18.0", "@typescript-eslint/visitor-keys": "7.18.0", @@ -4898,18 +4364,16 @@ }, "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } }, "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -4922,9 +4386,8 @@ }, "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -4934,9 +4397,8 @@ }, "node_modules/@typescript-eslint/utils": { "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.18.0.tgz", - "integrity": "sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==", "dev": true, + "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", "@typescript-eslint/scope-manager": "7.18.0", @@ -4956,9 +4418,8 @@ }, "node_modules/@typescript-eslint/visitor-keys": { "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz", - "integrity": "sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "7.18.0", "eslint-visitor-keys": "^3.4.3" @@ -4973,15 +4434,13 @@ }, "node_modules/@ungap/structured-clone": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", - "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/@vitejs/plugin-vue": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.1.4.tgz", - "integrity": "sha512-N2XSI2n3sQqp5w7Y/AN/L2XDjBIRGqXko+eDp42sydYSBeJuSm5a1sLf8zakmo8u7tA8NmBgoDLA1HeOESjp9A==", + "version": "5.2.0", "dev": true, + "license": "MIT", "engines": { "node": "^18.0.0 || >=20.0.0" }, @@ -4991,18 +4450,17 @@ } }, "node_modules/@vitest/browser": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@vitest/browser/-/browser-2.1.1.tgz", - "integrity": "sha512-wLKqohwlZI24xMIEZAPwv9SVliv1avaIBeE0ou471D++BRPhiw2mubKBczFFIDHXuSL7UXb8/JQK9Ui6ttW9bQ==", + "version": "2.1.4", "dev": true, + "license": "MIT", "dependencies": { "@testing-library/dom": "^10.4.0", "@testing-library/user-event": "^14.5.2", - "@vitest/mocker": "2.1.1", - "@vitest/utils": "2.1.1", - "magic-string": "^0.30.11", - "msw": "^2.3.5", - "sirv": "^2.0.4", + "@vitest/mocker": "2.1.4", + "@vitest/utils": "2.1.4", + "magic-string": "^0.30.12", + "msw": "^2.5.0", + "sirv": "^3.0.0", "tinyrainbow": "^1.2.0", "ws": "^8.18.0" }, @@ -5011,7 +4469,7 @@ }, "peerDependencies": { "playwright": "*", - "vitest": "2.1.1", + "vitest": "2.1.4", "webdriverio": "*" }, "peerDependenciesMeta": { @@ -5027,20 +4485,19 @@ } }, "node_modules/@vitest/coverage-v8": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-2.1.1.tgz", - "integrity": "sha512-md/A7A3c42oTT8JUHSqjP5uKTWJejzUW4jalpvs+rZ27gsURsMU8DEb+8Jf8C6Kj2gwfSHJqobDNBuoqlm0cFw==", + "version": "2.1.4", "dev": true, + "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.3.0", "@bcoe/v8-coverage": "^0.2.3", - "debug": "^4.3.6", + "debug": "^4.3.7", "istanbul-lib-coverage": "^3.2.2", "istanbul-lib-report": "^3.0.1", "istanbul-lib-source-maps": "^5.0.6", "istanbul-reports": "^3.1.7", - "magic-string": "^0.30.11", - "magicast": "^0.3.4", + "magic-string": "^0.30.12", + "magicast": "^0.3.5", "std-env": "^3.7.0", "test-exclude": "^7.0.1", "tinyrainbow": "^1.2.0" @@ -5049,8 +4506,8 @@ "url": "https://opencollective.com/vitest" }, "peerDependencies": { - "@vitest/browser": "2.1.1", - "vitest": "2.1.1" + "@vitest/browser": "2.1.4", + "vitest": "2.1.4" }, "peerDependenciesMeta": { "@vitest/browser": { @@ -5059,14 +4516,13 @@ } }, "node_modules/@vitest/expect": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-2.1.1.tgz", - "integrity": "sha512-YeueunS0HiHiQxk+KEOnq/QMzlUuOzbU1Go+PgAsHvvv3tUkJPm9xWt+6ITNTlzsMXUjmgm5T+U7KBPK2qQV6w==", + "version": "2.1.4", "dev": true, + "license": "MIT", "dependencies": { - "@vitest/spy": "2.1.1", - "@vitest/utils": "2.1.1", - "chai": "^5.1.1", + "@vitest/spy": "2.1.4", + "@vitest/utils": "2.1.4", + "chai": "^5.1.2", "tinyrainbow": "^1.2.0" }, "funding": { @@ -5074,21 +4530,19 @@ } }, "node_modules/@vitest/mocker": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-2.1.1.tgz", - "integrity": "sha512-LNN5VwOEdJqCmJ/2XJBywB11DLlkbY0ooDJW3uRX5cZyYCrc4PI/ePX0iQhE3BiEGiQmK4GE7Q/PqCkkaiPnrA==", + "version": "2.1.4", "dev": true, + "license": "MIT", "dependencies": { - "@vitest/spy": "^2.1.0-beta.1", + "@vitest/spy": "2.1.4", "estree-walker": "^3.0.3", - "magic-string": "^0.30.11" + "magic-string": "^0.30.12" }, "funding": { "url": "https://opencollective.com/vitest" }, "peerDependencies": { - "@vitest/spy": "2.1.1", - "msw": "^2.3.5", + "msw": "^2.4.9", "vite": "^5.0.0" }, "peerDependenciesMeta": { @@ -5101,10 +4555,9 @@ } }, "node_modules/@vitest/pretty-format": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-2.1.1.tgz", - "integrity": "sha512-SjxPFOtuINDUW8/UkElJYQSFtnWX7tMksSGW0vfjxMneFqxVr8YJ979QpMbDW7g+BIiq88RAGDjf7en6rvLPPQ==", + "version": "2.1.4", "dev": true, + "license": "MIT", "dependencies": { "tinyrainbow": "^1.2.0" }, @@ -5113,12 +4566,11 @@ } }, "node_modules/@vitest/runner": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-2.1.1.tgz", - "integrity": "sha512-uTPuY6PWOYitIkLPidaY5L3t0JJITdGTSwBtwMjKzo5O6RCOEncz9PUN+0pDidX8kTHYjO0EwUIvhlGpnGpxmA==", + "version": "2.1.4", "dev": true, + "license": "MIT", "dependencies": { - "@vitest/utils": "2.1.1", + "@vitest/utils": "2.1.4", "pathe": "^1.1.2" }, "funding": { @@ -5126,13 +4578,12 @@ } }, "node_modules/@vitest/snapshot": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-2.1.1.tgz", - "integrity": "sha512-BnSku1WFy7r4mm96ha2FzN99AZJgpZOWrAhtQfoxjUU5YMRpq1zmHRq7a5K9/NjqonebO7iVDla+VvZS8BOWMw==", + "version": "2.1.4", "dev": true, + "license": "MIT", "dependencies": { - "@vitest/pretty-format": "2.1.1", - "magic-string": "^0.30.11", + "@vitest/pretty-format": "2.1.4", + "magic-string": "^0.30.12", "pathe": "^1.1.2" }, "funding": { @@ -5140,25 +4591,23 @@ } }, "node_modules/@vitest/spy": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-2.1.1.tgz", - "integrity": "sha512-ZM39BnZ9t/xZ/nF4UwRH5il0Sw93QnZXd9NAZGRpIgj0yvVwPpLd702s/Cx955rGaMlyBQkZJ2Ir7qyY48VZ+g==", + "version": "2.1.4", "dev": true, + "license": "MIT", "dependencies": { - "tinyspy": "^3.0.0" + "tinyspy": "^3.0.2" }, "funding": { "url": "https://opencollective.com/vitest" } }, "node_modules/@vitest/utils": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-2.1.1.tgz", - "integrity": "sha512-Y6Q9TsI+qJ2CC0ZKj6VBb+T8UPz593N113nnUykqwANqhgf3QkZeHFlusgKLTqrnVHbj/XDKZcDHol+dxVT+rQ==", + "version": "2.1.4", "dev": true, + "license": "MIT", "dependencies": { - "@vitest/pretty-format": "2.1.1", - "loupe": "^3.1.1", + "@vitest/pretty-format": "2.1.4", + "loupe": "^3.1.2", "tinyrainbow": "^1.2.0" }, "funding": { @@ -5166,13 +4615,12 @@ } }, "node_modules/@vue/compiler-core": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.10.tgz", - "integrity": "sha512-iXWlk+Cg/ag7gLvY0SfVucU8Kh2CjysYZjhhP70w9qI4MvSox4frrP+vDGvtQuzIcgD8+sxM6lZvCtdxGunTAA==", + "version": "3.5.12", "dev": true, + "license": "MIT", "dependencies": { "@babel/parser": "^7.25.3", - "@vue/shared": "3.5.10", + "@vue/shared": "3.5.12", "entities": "^4.5.0", "estree-walker": "^2.0.2", "source-map-js": "^1.2.0" @@ -5180,31 +4628,28 @@ }, "node_modules/@vue/compiler-core/node_modules/estree-walker": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", - "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@vue/compiler-dom": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.10.tgz", - "integrity": "sha512-DyxHC6qPcktwYGKOIy3XqnHRrrXyWR2u91AjP+nLkADko380srsC2DC3s7Y1Rk6YfOlxOlvEQKa9XXmLI+W4ZA==", + "version": "3.5.12", "dev": true, + "license": "MIT", "dependencies": { - "@vue/compiler-core": "3.5.10", - "@vue/shared": "3.5.10" + "@vue/compiler-core": "3.5.12", + "@vue/shared": "3.5.12" } }, "node_modules/@vue/compiler-sfc": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.10.tgz", - "integrity": "sha512-to8E1BgpakV7224ZCm8gz1ZRSyjNCAWEplwFMWKlzCdP9DkMKhRRwt0WkCjY7jkzi/Vz3xgbpeig5Pnbly4Tow==", + "version": "3.5.12", "dev": true, + "license": "MIT", "dependencies": { "@babel/parser": "^7.25.3", - "@vue/compiler-core": "3.5.10", - "@vue/compiler-dom": "3.5.10", - "@vue/compiler-ssr": "3.5.10", - "@vue/shared": "3.5.10", + "@vue/compiler-core": "3.5.12", + "@vue/compiler-dom": "3.5.12", + "@vue/compiler-ssr": "3.5.12", + "@vue/shared": "3.5.12", "estree-walker": "^2.0.2", "magic-string": "^0.30.11", "postcss": "^8.4.47", @@ -5213,37 +4658,33 @@ }, "node_modules/@vue/compiler-sfc/node_modules/estree-walker": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", - "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@vue/compiler-ssr": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.10.tgz", - "integrity": "sha512-hxP4Y3KImqdtyUKXDRSxKSRkSm1H9fCvhojEYrnaoWhE4w/y8vwWhnosJoPPe2AXm5sU7CSbYYAgkt2ZPhDz+A==", + "version": "3.5.12", "dev": true, + "license": "MIT", "dependencies": { - "@vue/compiler-dom": "3.5.10", - "@vue/shared": "3.5.10" + "@vue/compiler-dom": "3.5.12", + "@vue/shared": "3.5.12" } }, "node_modules/@vue/devtools-api": { - "version": "7.4.6", - "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-7.4.6.tgz", - "integrity": "sha512-XipBV5k0/IfTr0sNBDTg7OBUCp51cYMMXyPxLXJZ4K/wmUeMqt8cVdr2ZZGOFq+si/jTyCYnNxeKoyev5DOUUA==", + "version": "7.6.4", "dev": true, + "license": "MIT", "dependencies": { - "@vue/devtools-kit": "^7.4.6" + "@vue/devtools-kit": "^7.6.4" } }, "node_modules/@vue/devtools-kit": { - "version": "7.4.6", - "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.4.6.tgz", - "integrity": "sha512-NbYBwPWgEic1AOd9bWExz9weBzFdjiIfov0yRn4DrRfR+EQJCI9dn4I0XS7IxYGdkmUJi8mFW42LLk18WsGqew==", + "version": "7.6.4", "dev": true, + "license": "MIT", "dependencies": { - "@vue/devtools-shared": "^7.4.6", - "birpc": "^0.2.17", + "@vue/devtools-shared": "^7.6.4", + "birpc": "^0.2.19", "hookable": "^5.5.3", "mitt": "^3.0.1", "perfect-debounce": "^1.0.0", @@ -5252,73 +4693,66 @@ } }, "node_modules/@vue/devtools-shared": { - "version": "7.4.6", - "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.4.6.tgz", - "integrity": "sha512-rPeSBzElnHYMB05Cc056BQiJpgocQjY8XVulgni+O9a9Gr9tNXgPteSzFFD+fT/iWMxNuUgGKs9CuW5DZewfIg==", + "version": "7.6.4", "dev": true, + "license": "MIT", "dependencies": { "rfdc": "^1.4.1" } }, "node_modules/@vue/reactivity": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.10.tgz", - "integrity": "sha512-kW08v06F6xPSHhid9DJ9YjOGmwNDOsJJQk0ax21wKaUYzzuJGEuoKNU2Ujux8FLMrP7CFJJKsHhXN9l2WOVi2g==", + "version": "3.5.12", "dev": true, + "license": "MIT", "dependencies": { - "@vue/shared": "3.5.10" + "@vue/shared": "3.5.12" } }, "node_modules/@vue/runtime-core": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.10.tgz", - "integrity": "sha512-9Q86I5Qq3swSkFfzrZ+iqEy7Vla325M7S7xc1NwKnRm/qoi1Dauz0rT6mTMmscqx4qz0EDJ1wjB+A36k7rl8mA==", + "version": "3.5.12", "dev": true, + "license": "MIT", "dependencies": { - "@vue/reactivity": "3.5.10", - "@vue/shared": "3.5.10" + "@vue/reactivity": "3.5.12", + "@vue/shared": "3.5.12" } }, "node_modules/@vue/runtime-dom": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.10.tgz", - "integrity": "sha512-t3x7ht5qF8ZRi1H4fZqFzyY2j+GTMTDxRheT+i8M9Ph0oepUxoadmbwlFwMoW7RYCpNQLpP2Yx3feKs+fyBdpA==", + "version": "3.5.12", "dev": true, + "license": "MIT", "dependencies": { - "@vue/reactivity": "3.5.10", - "@vue/runtime-core": "3.5.10", - "@vue/shared": "3.5.10", + "@vue/reactivity": "3.5.12", + "@vue/runtime-core": "3.5.12", + "@vue/shared": "3.5.12", "csstype": "^3.1.3" } }, "node_modules/@vue/server-renderer": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.10.tgz", - "integrity": "sha512-IVE97tt2kGKwHNq9yVO0xdh1IvYfZCShvDSy46JIh5OQxP1/EXSpoDqetVmyIzL7CYOWnnmMkVqd7YK2QSWkdw==", + "version": "3.5.12", "dev": true, + "license": "MIT", "dependencies": { - "@vue/compiler-ssr": "3.5.10", - "@vue/shared": "3.5.10" + "@vue/compiler-ssr": "3.5.12", + "@vue/shared": "3.5.12" }, "peerDependencies": { - "vue": "3.5.10" + "vue": "3.5.12" } }, "node_modules/@vue/shared": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.10.tgz", - "integrity": "sha512-VkkBhU97Ki+XJ0xvl4C9YJsIZ2uIlQ7HqPpZOS3m9VCvmROPaChZU6DexdMJqvz9tbgG+4EtFVrSuailUq5KGQ==", - "dev": true + "version": "3.5.12", + "dev": true, + "license": "MIT" }, "node_modules/@vueuse/core": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-11.1.0.tgz", - "integrity": "sha512-P6dk79QYA6sKQnghrUz/1tHi0n9mrb/iO1WTMk/ElLmTyNqgDeSZ3wcDf6fRBGzRJbeG1dxzEOvLENMjr+E3fg==", + "version": "11.2.0", "dev": true, + "license": "MIT", "dependencies": { "@types/web-bluetooth": "^0.0.20", - "@vueuse/metadata": "11.1.0", - "@vueuse/shared": "11.1.0", + "@vueuse/metadata": "11.2.0", + "@vueuse/shared": "11.2.0", "vue-demi": ">=0.14.10" }, "funding": { @@ -5327,10 +4761,9 @@ }, "node_modules/@vueuse/core/node_modules/vue-demi": { "version": "0.14.10", - "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz", - "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==", "dev": true, "hasInstallScript": true, + "license": "MIT", "bin": { "vue-demi-fix": "bin/vue-demi-fix.js", "vue-demi-switch": "bin/vue-demi-switch.js" @@ -5352,13 +4785,12 @@ } }, "node_modules/@vueuse/integrations": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/@vueuse/integrations/-/integrations-11.1.0.tgz", - "integrity": "sha512-O2ZgrAGPy0qAjpoI2YR3egNgyEqwG85fxfwmA9BshRIGjV4G6yu6CfOPpMHAOoCD+UfsIl7Vb1bXJ6ifrHYDDA==", + "version": "11.2.0", "dev": true, + "license": "MIT", "dependencies": { - "@vueuse/core": "11.1.0", - "@vueuse/shared": "11.1.0", + "@vueuse/core": "11.2.0", + "@vueuse/shared": "11.2.0", "vue-demi": ">=0.14.10" }, "funding": { @@ -5419,10 +4851,9 @@ }, "node_modules/@vueuse/integrations/node_modules/vue-demi": { "version": "0.14.10", - "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz", - "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==", "dev": true, "hasInstallScript": true, + "license": "MIT", "bin": { "vue-demi-fix": "bin/vue-demi-fix.js", "vue-demi-switch": "bin/vue-demi-switch.js" @@ -5444,19 +4875,17 @@ } }, "node_modules/@vueuse/metadata": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-11.1.0.tgz", - "integrity": "sha512-l9Q502TBTaPYGanl1G+hPgd3QX5s4CGnpXriVBR5fEZ/goI6fvDaVmIl3Td8oKFurOxTmbXvBPSsgrd6eu6HYg==", + "version": "11.2.0", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@vueuse/shared": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-11.1.0.tgz", - "integrity": "sha512-YUtIpY122q7osj+zsNMFAfMTubGz0sn5QzE5gPzAIiCmtt2ha3uQUY1+JPyL4gRCTsLPX82Y9brNbo/aqlA91w==", + "version": "11.2.0", "dev": true, + "license": "MIT", "dependencies": { "vue-demi": ">=0.14.10" }, @@ -5466,10 +4895,9 @@ }, "node_modules/@vueuse/shared/node_modules/vue-demi": { "version": "0.14.10", - "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz", - "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==", "dev": true, "hasInstallScript": true, + "license": "MIT", "bin": { "vue-demi-fix": "bin/vue-demi-fix.js", "vue-demi-switch": "bin/vue-demi-switch.js" @@ -5490,34 +4918,216 @@ } } }, + "node_modules/@webassemblyjs/ast": { + "version": "1.14.1", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/helper-numbers": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2" + } + }, + "node_modules/@webassemblyjs/floating-point-hex-parser": { + "version": "1.13.2", + "dev": true, + "license": "MIT" + }, + "node_modules/@webassemblyjs/helper-api-error": { + "version": "1.13.2", + "dev": true, + "license": "MIT" + }, + "node_modules/@webassemblyjs/helper-buffer": { + "version": "1.14.1", + "dev": true, + "license": "MIT" + }, + "node_modules/@webassemblyjs/helper-numbers": { + "version": "1.13.2", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/floating-point-hex-parser": "1.13.2", + "@webassemblyjs/helper-api-error": "1.13.2", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/helper-wasm-bytecode": { + "version": "1.13.2", + "dev": true, + "license": "MIT" + }, + "node_modules/@webassemblyjs/helper-wasm-section": { + "version": "1.14.1", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/wasm-gen": "1.14.1" + } + }, + "node_modules/@webassemblyjs/ieee754": { + "version": "1.13.2", + "dev": true, + "license": "MIT", + "dependencies": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "node_modules/@webassemblyjs/leb128": { + "version": "1.13.2", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/utf8": { + "version": "1.13.2", + "dev": true, + "license": "MIT" + }, + "node_modules/@webassemblyjs/wasm-edit": { + "version": "1.14.1", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/helper-wasm-section": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-opt": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1", + "@webassemblyjs/wast-printer": "1.14.1" + } + }, + "node_modules/@webassemblyjs/wasm-gen": { + "version": "1.14.1", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" + } + }, + "node_modules/@webassemblyjs/wasm-opt": { + "version": "1.14.1", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1" + } + }, + "node_modules/@webassemblyjs/wasm-parser": { + "version": "1.14.1", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-api-error": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" + } + }, + "node_modules/@webassemblyjs/wast-printer": { + "version": "1.14.1", + "dev": true, + "license": "MIT", + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webpack-cli/configtest": { + "version": "2.1.1", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=14.15.0" + }, + "peerDependencies": { + "webpack": "5.x.x", + "webpack-cli": "5.x.x" + } + }, + "node_modules/@webpack-cli/info": { + "version": "2.0.2", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=14.15.0" + }, + "peerDependencies": { + "webpack": "5.x.x", + "webpack-cli": "5.x.x" + } + }, + "node_modules/@webpack-cli/serve": { + "version": "2.0.5", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=14.15.0" + }, + "peerDependencies": { + "webpack": "5.x.x", + "webpack-cli": "5.x.x" + }, + "peerDependenciesMeta": { + "webpack-dev-server": { + "optional": true + } + } + }, "node_modules/@xmldom/is-dom-node": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@xmldom/is-dom-node/-/is-dom-node-1.0.1.tgz", - "integrity": "sha512-CJDxIgE5I0FH+ttq/Fxy6nRpxP70+e2O048EPe85J2use3XKdatVM7dDVvFNjQudd9B49NPoZ+8PG49zj4Er8Q==", "dev": true, + "license": "MIT", "engines": { "node": ">= 16" } }, "node_modules/@xmldom/xmldom": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.3.tgz", - "integrity": "sha512-W7fOe0N+t2eyL9sjDE+7bBNo/NZg6U6aU0Rp8wwQV8TRkzLnX13SvROoyJMAH0Kcm9G1DX9b1XI4LxwKxowsXw==", + "version": "0.9.5", + "license": "MIT", "engines": { "node": ">=14.6" } }, + "node_modules/@xtuc/ieee754": { + "version": "1.2.0", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/@xtuc/long": { + "version": "4.2.2", + "dev": true, + "license": "Apache-2.0" + }, "node_modules/@yarnpkg/lockfile": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz", "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==", - "dev": true + "dev": true, + "license": "BSD-2-Clause" }, "node_modules/@yarnpkg/parsers": { "version": "3.0.0-rc.46", "resolved": "https://registry.npmjs.org/@yarnpkg/parsers/-/parsers-3.0.0-rc.46.tgz", "integrity": "sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "js-yaml": "^3.10.0", "tslib": "^2.4.0" @@ -5531,6 +5141,7 @@ "resolved": "https://registry.npmjs.org/@zkochan/js-yaml/-/js-yaml-0.0.7.tgz", "integrity": "sha512-nrUSn7hzt7J6JWgWGz78ZYI8wj+gdIJdk0Ynjpp8l+trkn58Uqsf6RYrYkEK+3X18EX+TNdtJI0WxAtc+L84SQ==", "dev": true, + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, @@ -5542,21 +5153,22 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true + "dev": true, + "license": "Python-2.0" }, "node_modules/abbrev": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz", "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==", "dev": true, + "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/abort-controller": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", - "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", + "license": "MIT", "dependencies": { "event-target-shim": "^5.0.0" }, @@ -5565,9 +5177,8 @@ } }, "node_modules/acorn": { - "version": "8.12.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", - "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", + "version": "8.14.0", + "license": "MIT", "bin": { "acorn": "bin/acorn" }, @@ -5575,19 +5186,25 @@ "node": ">=0.4.0" } }, + "node_modules/acorn-import-attributes": { + "version": "1.9.5", + "dev": true, + "license": "MIT", + "peerDependencies": { + "acorn": "^8" + } + }, "node_modules/acorn-jsx": { "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", "dev": true, + "license": "MIT", "peerDependencies": { "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, "node_modules/acorn-walk": { "version": "8.3.4", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz", - "integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==", + "license": "MIT", "dependencies": { "acorn": "^8.11.0" }, @@ -5599,12 +5216,12 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/add-stream/-/add-stream-1.0.0.tgz", "integrity": "sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/agent-base": { "version": "7.1.1", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", - "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==", + "license": "MIT", "dependencies": { "debug": "^4.3.4" }, @@ -5614,9 +5231,8 @@ }, "node_modules/agentkeepalive": { "version": "4.5.0", - "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.5.0.tgz", - "integrity": "sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==", "dev": true, + "license": "MIT", "dependencies": { "humanize-ms": "^1.2.1" }, @@ -5626,9 +5242,8 @@ }, "node_modules/aggregate-error": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", "dev": true, + "license": "MIT", "dependencies": { "clean-stack": "^2.0.0", "indent-string": "^4.0.0" @@ -5639,9 +5254,8 @@ }, "node_modules/ajv": { "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", "dev": true, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", @@ -5655,9 +5269,8 @@ }, "node_modules/ajv-draft-04": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/ajv-draft-04/-/ajv-draft-04-1.0.0.tgz", - "integrity": "sha512-mv00Te6nmYbRp5DCwclxtt7yV/joXJPGS7nM+97GdxvuttCOfgI3K4U25zboyeX0O+myI8ERluxQe5wljMmVIw==", "dev": true, + "license": "MIT", "peerDependencies": { "ajv": "^8.5.0" }, @@ -5669,9 +5282,8 @@ }, "node_modules/ajv-formats": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz", - "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==", "dev": true, + "license": "MIT", "dependencies": { "ajv": "^8.0.0" }, @@ -5685,72 +5297,32 @@ } }, "node_modules/algoliasearch": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-4.24.0.tgz", - "integrity": "sha512-bf0QV/9jVejssFBmz2HQLxUadxk574t4iwjCKp5E7NBzwKkrDEhKPISIIjAU/p6K5qDx3qoeh4+26zWN1jmw3g==", - "dev": true, - "dependencies": { - "@algolia/cache-browser-local-storage": "4.24.0", - "@algolia/cache-common": "4.24.0", - "@algolia/cache-in-memory": "4.24.0", - "@algolia/client-account": "4.24.0", - "@algolia/client-analytics": "4.24.0", - "@algolia/client-common": "4.24.0", - "@algolia/client-personalization": "4.24.0", - "@algolia/client-search": "4.24.0", - "@algolia/logger-common": "4.24.0", - "@algolia/logger-console": "4.24.0", - "@algolia/recommend": "4.24.0", - "@algolia/requester-browser-xhr": "4.24.0", - "@algolia/requester-common": "4.24.0", - "@algolia/requester-node-http": "4.24.0", - "@algolia/transporter": "4.24.0" - } - }, - "node_modules/algoliasearch/node_modules/@algolia/client-common": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-4.24.0.tgz", - "integrity": "sha512-bc2ROsNL6w6rqpl5jj/UywlIYC21TwSSoFHKl01lYirGMW+9Eek6r02Tocg4gZ8HAw3iBvu6XQiM3BEbmEMoiA==", - "dev": true, - "dependencies": { - "@algolia/requester-common": "4.24.0", - "@algolia/transporter": "4.24.0" - } - }, - "node_modules/algoliasearch/node_modules/@algolia/client-search": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-4.24.0.tgz", - "integrity": "sha512-uRW6EpNapmLAD0mW47OXqTP8eiIx5F6qN9/x/7HHO6owL3N1IXqydGwW5nhDFBrV+ldouro2W1VX3XlcUXEFCA==", - "dev": true, - "dependencies": { - "@algolia/client-common": "4.24.0", - "@algolia/requester-common": "4.24.0", - "@algolia/transporter": "4.24.0" - } - }, - "node_modules/algoliasearch/node_modules/@algolia/requester-browser-xhr": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.24.0.tgz", - "integrity": "sha512-Z2NxZMb6+nVXSjF13YpjYTdvV3032YTBSGm2vnYvYPA6mMxzM3v5rsCiSspndn9rzIW4Qp1lPHBvuoKJV6jnAA==", - "dev": true, - "dependencies": { - "@algolia/requester-common": "4.24.0" - } - }, - "node_modules/algoliasearch/node_modules/@algolia/requester-node-http": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-4.24.0.tgz", - "integrity": "sha512-JF18yTjNOVYvU/L3UosRcvbPMGT9B+/GQWNWnenIImglzNVGpyzChkXLnrSf6uxwVNO6ESGu6oN8MqcGQcjQJw==", + "version": "5.13.0", "dev": true, + "license": "MIT", "dependencies": { - "@algolia/requester-common": "4.24.0" + "@algolia/client-abtesting": "5.13.0", + "@algolia/client-analytics": "5.13.0", + "@algolia/client-common": "5.13.0", + "@algolia/client-insights": "5.13.0", + "@algolia/client-personalization": "5.13.0", + "@algolia/client-query-suggestions": "5.13.0", + "@algolia/client-search": "5.13.0", + "@algolia/ingestion": "1.13.0", + "@algolia/monitoring": "1.13.0", + "@algolia/recommend": "5.13.0", + "@algolia/requester-browser-xhr": "5.13.0", + "@algolia/requester-fetch": "5.13.0", + "@algolia/requester-node-http": "5.13.0" + }, + "engines": { + "node": ">= 14.0.0" } }, "node_modules/ansi-align": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", - "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", "dev": true, + "license": "ISC", "dependencies": { "string-width": "^4.1.0" } @@ -5760,15 +5332,15 @@ "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/ansi-escapes": { "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", "dev": true, + "license": "MIT", "dependencies": { "type-fest": "^0.21.3" }, @@ -5781,9 +5353,8 @@ }, "node_modules/ansi-escapes/node_modules/type-fest": { "version": "0.21.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -5793,16 +5364,14 @@ }, "node_modules/ansi-regex": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -5815,8 +5384,6 @@ }, "node_modules/apache-arrow": { "version": "17.0.0", - "resolved": "https://registry.npmjs.org/apache-arrow/-/apache-arrow-17.0.0.tgz", - "integrity": "sha512-X0p7auzdnGuhYMVKYINdQssS4EcKec9TCXyez/qtJt32DrIMGbzqiaMiQ0X6fQlQpw8Fl0Qygcv4dfRAr5Gu9Q==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -5835,9 +5402,7 @@ } }, "node_modules/apache-arrow/node_modules/@types/node": { - "version": "20.16.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.11.tgz", - "integrity": "sha512-y+cTCACu92FyA5fgQSAI8A1H429g7aSK2HsO7K4XYUWc4dY5IUz55JSDIYT6/VsOLfGy8vmvQYC2hfb0iF16Uw==", + "version": "20.17.6", "dev": true, "license": "MIT", "dependencies": { @@ -5846,23 +5411,18 @@ }, "node_modules/apache-arrow/node_modules/undici-types": { "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", - "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", "dev": true, "license": "MIT" }, "node_modules/aproba": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", - "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/are-we-there-yet": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz", - "integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==", - "deprecated": "This package is no longer supported.", "dev": true, + "license": "ISC", "dependencies": { "delegates": "^1.0.0", "readable-stream": "^3.6.0" @@ -5873,25 +5433,21 @@ }, "node_modules/argparse": { "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "license": "MIT", "dependencies": { "sprintf-js": "~1.0.2" } }, "node_modules/aria-query": { "version": "5.3.0", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", - "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", "dev": true, + "license": "Apache-2.0", "dependencies": { "dequal": "^2.0.3" } }, "node_modules/array-back": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz", - "integrity": "sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==", "dev": true, "license": "MIT", "engines": { @@ -5900,9 +5456,8 @@ }, "node_modules/array-buffer-byte-length": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz", - "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.5", "is-array-buffer": "^3.0.4" @@ -5919,30 +5474,28 @@ "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-3.0.0.tgz", "integrity": "sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/array-ify": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz", - "integrity": "sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/array-union": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/arraybuffer.prototype.slice": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz", - "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==", "dev": true, + "license": "MIT", "dependencies": { "array-buffer-byte-length": "^1.0.1", "call-bind": "^1.0.5", @@ -5965,21 +5518,20 @@ "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/asap": { "version": "2.0.6", - "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", - "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/assertion-error": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz", - "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" } @@ -5988,18 +5540,17 @@ "version": "3.2.6", "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/asynckit": { "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + "license": "MIT" }, "node_modules/available-typed-arrays": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", - "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", "dev": true, + "license": "MIT", "dependencies": { "possible-typed-array-names": "^1.0.0" }, @@ -6012,9 +5563,8 @@ }, "node_modules/axios": { "version": "1.7.7", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", - "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", "dev": true, + "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", @@ -6023,9 +5573,8 @@ }, "node_modules/axios-ntlm": { "version": "1.4.2", - "resolved": "https://registry.npmjs.org/axios-ntlm/-/axios-ntlm-1.4.2.tgz", - "integrity": "sha512-8mS/uhmSWiRBiFKQvysPbX1eDBp6e+eXskmasuAXRHrn1Zjgji3O/oGXzXLw7tOhyD9nho1vGjZ2OYOD3cCvHg==", "dev": true, + "license": "MIT", "dependencies": { "axios": "^1.6.1", "des.js": "^1.1.0", @@ -6035,19 +5584,14 @@ }, "node_modules/b4a": { "version": "1.6.7", - "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz", - "integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==", "license": "Apache-2.0" }, "node_modules/balanced-match": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + "license": "MIT" }, "node_modules/bare-events": { "version": "2.5.0", - "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.5.0.tgz", - "integrity": "sha512-/E8dDe9dsbLyh2qrZ64PEPadOQ0F4gbl1sUJOrmph7xOiIxfY8vwab/4bFLh4Y88/Hk/ujKcrQKc+ps0mv873A==", "license": "Apache-2.0", "optional": true }, @@ -6069,28 +5613,37 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/before-after-hook": { "version": "2.2.3", "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz", "integrity": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/bidi-js": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/bidi-js/-/bidi-js-1.0.3.tgz", - "integrity": "sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==", "license": "MIT", "dependencies": { "require-from-string": "^2.0.2" } }, + "node_modules/big.js": { + "version": "5.2.2", + "dev": true, + "license": "MIT", + "engines": { + "node": "*" + } + }, "node_modules/bin-links": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.4.tgz", "integrity": "sha512-cMtq4W5ZsEwcutJrVId+a/tjt8GSbS+h0oNkdl6+6rBuEv8Ot33Bevj5KPm40t309zuhVic8NjpuL42QCiJWWA==", "dev": true, + "license": "ISC", "dependencies": { "cmd-shim": "^6.0.0", "npm-normalize-package-bin": "^3.0.0", @@ -6102,10 +5655,9 @@ } }, "node_modules/birpc": { - "version": "0.2.17", - "resolved": "https://registry.npmjs.org/birpc/-/birpc-0.2.17.tgz", - "integrity": "sha512-+hkTxhot+dWsLpp3gia5AkVHIsKlZybNT5gIYiDlNzJrmYPcTM9k5/w2uaj3IPpd7LlEYpmCj4Jj1nC41VhDFg==", + "version": "0.2.19", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/antfu" } @@ -6115,6 +5667,7 @@ "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", "dev": true, + "license": "MIT", "dependencies": { "buffer": "^5.5.0", "inherits": "^2.0.4", @@ -6123,9 +5676,8 @@ }, "node_modules/boxen": { "version": "7.1.1", - "resolved": "https://registry.npmjs.org/boxen/-/boxen-7.1.1.tgz", - "integrity": "sha512-2hCgjEmP8YLWQ130n2FerGv7rYpfBmnmp9Uy2Le1vge6X3gZIfSmEzP5QTDElFxcvVcXlEn8Aq6MU/PZygIOog==", "dev": true, + "license": "MIT", "dependencies": { "ansi-align": "^3.0.1", "camelcase": "^7.0.1", @@ -6145,9 +5697,8 @@ }, "node_modules/boxen/node_modules/ansi-regex": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", - "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -6157,9 +5708,8 @@ }, "node_modules/boxen/node_modules/ansi-styles": { "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -6169,9 +5719,8 @@ }, "node_modules/boxen/node_modules/camelcase": { "version": "7.0.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-7.0.1.tgz", - "integrity": "sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==", "dev": true, + "license": "MIT", "engines": { "node": ">=14.16" }, @@ -6181,9 +5730,8 @@ }, "node_modules/boxen/node_modules/chalk": { "version": "5.3.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", - "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", "dev": true, + "license": "MIT", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" }, @@ -6193,15 +5741,13 @@ }, "node_modules/boxen/node_modules/emoji-regex": { "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/boxen/node_modules/string-width": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", "dev": true, + "license": "MIT", "dependencies": { "eastasianwidth": "^0.2.0", "emoji-regex": "^9.2.2", @@ -6216,9 +5762,8 @@ }, "node_modules/boxen/node_modules/strip-ansi": { "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^6.0.1" }, @@ -6231,9 +5776,8 @@ }, "node_modules/boxen/node_modules/type-fest": { "version": "2.19.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz", - "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=12.20" }, @@ -6243,9 +5787,8 @@ }, "node_modules/boxen/node_modules/wrap-ansi": { "version": "8.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", - "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^6.1.0", "string-width": "^5.0.1", @@ -6260,9 +5803,8 @@ }, "node_modules/brace-expansion": { "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -6270,9 +5812,8 @@ }, "node_modules/braces": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", - "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dev": true, + "license": "MIT", "dependencies": { "fill-range": "^7.1.1" }, @@ -6280,6 +5821,37 @@ "node": ">=8" } }, + "node_modules/browserslist": { + "version": "4.24.2", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "caniuse-lite": "^1.0.30001669", + "electron-to-chromium": "^1.5.41", + "node-releases": "^2.0.18", + "update-browserslist-db": "^1.1.1" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, "node_modules/buffer": { "version": "5.7.1", "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", @@ -6299,6 +5871,7 @@ "url": "https://feross.org/support" } ], + "license": "MIT", "dependencies": { "base64-js": "^1.3.1", "ieee754": "^1.1.13" @@ -6306,14 +5879,11 @@ }, "node_modules/buffer-from": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/bundle-name": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz", - "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==", "license": "MIT", "dependencies": { "run-applescript": "^7.0.0" @@ -6330,24 +5900,23 @@ "resolved": "https://registry.npmjs.org/byte-size/-/byte-size-8.1.1.tgz", "integrity": "sha512-tUkzZWK0M/qdoLEqikxBWe4kumyuwjl3HO6zHTr4yEI23EojPtLYXdG1+AQY7MN0cGyNDvEaJ8wiYQm6P2bPxg==", "dev": true, + "license": "MIT", "engines": { "node": ">=12.17" } }, "node_modules/cac": { "version": "6.7.14", - "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz", - "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/cacache": { "version": "18.0.4", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.4.tgz", - "integrity": "sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==", "dev": true, + "license": "ISC", "dependencies": { "@npmcli/fs": "^3.1.0", "fs-minipass": "^3.0.0", @@ -6366,20 +5935,59 @@ "node": "^16.14.0 || >=18.0.0" } }, + "node_modules/cacache/node_modules/brace-expansion": { + "version": "2.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/cacache/node_modules/glob": { + "version": "10.4.5", + "dev": true, + "license": "ISC", + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/cacache/node_modules/minimatch": { + "version": "9.0.5", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/cacheable-lookup": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz", - "integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==", "dev": true, + "license": "MIT", "engines": { "node": ">=14.16" } }, "node_modules/cacheable-request": { "version": "10.2.14", - "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.14.tgz", - "integrity": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/http-cache-semantics": "^4.0.2", "get-stream": "^6.0.1", @@ -6395,9 +6003,8 @@ }, "node_modules/cacheable-request/node_modules/get-stream": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -6407,9 +6014,8 @@ }, "node_modules/call-bind": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", - "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", "dev": true, + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -6426,9 +6032,8 @@ }, "node_modules/callsites": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -6438,6 +6043,7 @@ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -6447,6 +6053,7 @@ "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz", "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", "dev": true, + "license": "MIT", "dependencies": { "camelcase": "^5.3.1", "map-obj": "^4.0.0", @@ -6459,21 +6066,38 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/caniuse-lite": { + "version": "1.0.30001680", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "CC-BY-4.0" + }, "node_modules/ccount": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", - "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, "node_modules/chai": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/chai/-/chai-5.1.1.tgz", - "integrity": "sha512-pT1ZgP8rPNqUgieVaEY+ryQr6Q4HXNg8Ei9UnLUrjN4IA7dvQC5JB+/kxVcPNDHyBcc/26CXPkbNzq3qwrOEKA==", + "version": "5.1.2", "dev": true, + "license": "MIT", "dependencies": { "assertion-error": "^2.0.1", "check-error": "^2.1.1", @@ -6487,9 +6111,8 @@ }, "node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -6503,8 +6126,6 @@ }, "node_modules/chalk-template": { "version": "0.4.0", - "resolved": "https://registry.npmjs.org/chalk-template/-/chalk-template-0.4.0.tgz", - "integrity": "sha512-/ghrgmhfY8RaSdeo43hNXxpoHAtxdbskUHjPpfqUWGttFgycUhYPGx3YZBCnUCvOa7Doivn1IZec3DEGFoMgLg==", "dev": true, "license": "MIT", "dependencies": { @@ -6519,9 +6140,8 @@ }, "node_modules/chalk/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -6531,9 +6151,8 @@ }, "node_modules/character-entities-html4": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", - "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -6541,9 +6160,8 @@ }, "node_modules/character-entities-legacy": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", - "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -6553,29 +6171,34 @@ "version": "0.7.0", "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/check-error": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/check-error/-/check-error-2.1.1.tgz", - "integrity": "sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 16" } }, "node_modules/chownr": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", - "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", + "license": "ISC", "engines": { "node": ">=10" } }, + "node_modules/chrome-trace-event": { + "version": "1.0.4", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.0" + } + }, "node_modules/ci-info": { "version": "3.9.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", - "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", "dev": true, "funding": [ { @@ -6583,24 +6206,23 @@ "url": "https://github.com/sponsors/sibiraj-s" } ], + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/clean-stack": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/cli-boxes": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz", - "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -6613,6 +6235,7 @@ "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", "dev": true, + "license": "MIT", "dependencies": { "restore-cursor": "^3.1.0" }, @@ -6625,6 +6248,7 @@ "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz", "integrity": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" }, @@ -6634,9 +6258,8 @@ }, "node_modules/cli-table3": { "version": "0.6.5", - "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz", - "integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==", "dev": true, + "license": "MIT", "dependencies": { "string-width": "^4.2.0" }, @@ -6652,14 +6275,14 @@ "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz", "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==", "dev": true, + "license": "ISC", "engines": { "node": ">= 10" } }, "node_modules/cliui": { "version": "8.0.1", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", - "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "license": "ISC", "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.1", @@ -6671,8 +6294,7 @@ }, "node_modules/cliui/node_modules/wrap-ansi": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -6690,15 +6312,15 @@ "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.8" } }, "node_modules/clone-deep": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", - "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", "dev": true, + "license": "MIT", "dependencies": { "is-plain-object": "^2.0.4", "kind-of": "^6.0.2", @@ -6710,9 +6332,8 @@ }, "node_modules/clone-deep/node_modules/is-plain-object": { "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, + "license": "MIT", "dependencies": { "isobject": "^3.0.1" }, @@ -6720,19 +6341,32 @@ "node": ">=0.10.0" } }, + "node_modules/clsx": { + "version": "2.1.1", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, "node_modules/cmd-shim": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-6.0.3.tgz", "integrity": "sha512-FMabTRlc5t5zjdenF6mS0MBeFZm0XqHqeOkcskKFb/LYCcRQ5fVgLOHVc4Lq9CqABd9zhjwPjMBCJvMCziSVtA==", "dev": true, + "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, + "node_modules/codemirror": { + "version": "5.65.18", + "dev": true, + "license": "MIT" + }, "node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -6742,22 +6376,18 @@ }, "node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "license": "MIT" }, "node_modules/color-support": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", - "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", "dev": true, + "license": "ISC", "bin": { "color-support": "bin.js" } }, "node_modules/colorbrewer": { - "version": "1.5.6", - "resolved": "https://registry.npmjs.org/colorbrewer/-/colorbrewer-1.5.6.tgz", - "integrity": "sha512-fONg2pGXyID8zNgKHBlagW8sb/AMShGzj4rRJfz5biZ7iuHQZYquSCLE/Co1oSQFmt/vvwjyezJCejQl7FG/tg==", + "version": "1.5.7", "dev": true, "license": [ { @@ -6766,11 +6396,17 @@ } ] }, + "node_modules/colorette": { + "version": "2.0.20", + "dev": true, + "license": "MIT" + }, "node_modules/columnify": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/columnify/-/columnify-1.6.0.tgz", "integrity": "sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==", "dev": true, + "license": "MIT", "dependencies": { "strip-ansi": "^6.0.1", "wcwidth": "^1.0.0" @@ -6781,8 +6417,7 @@ }, "node_modules/combined-stream": { "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "license": "MIT", "dependencies": { "delayed-stream": "~1.0.0" }, @@ -6792,9 +6427,8 @@ }, "node_modules/comma-separated-tokens": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", - "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -6802,8 +6436,6 @@ }, "node_modules/command-line-args": { "version": "5.2.1", - "resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-5.2.1.tgz", - "integrity": "sha512-H4UfQhZyakIjC74I9d34fGYDwk3XpSr17QhEd0Q3I9Xq1CETHo4Hcuo87WyWHpAF1aSLjLRf5lD9ZGX2qStUvg==", "dev": true, "license": "MIT", "dependencies": { @@ -6818,8 +6450,6 @@ }, "node_modules/command-line-usage": { "version": "7.0.3", - "resolved": "https://registry.npmjs.org/command-line-usage/-/command-line-usage-7.0.3.tgz", - "integrity": "sha512-PqMLy5+YGwhMh1wS04mVG44oqDsgyLRSKJBdOo1bnYhMKBW65gZF1dRp2OZRhiTjgUHljy99qkO7bsctLaw35Q==", "dev": true, "license": "MIT", "dependencies": { @@ -6834,8 +6464,6 @@ }, "node_modules/command-line-usage/node_modules/array-back": { "version": "6.2.2", - "resolved": "https://registry.npmjs.org/array-back/-/array-back-6.2.2.tgz", - "integrity": "sha512-gUAZ7HPyb4SJczXAMUXMGAvI976JoK3qEx9v1FTmeYuJj0IBiaKttG1ydtGKdkfqWkIkouke7nG8ufGy77+Cvw==", "dev": true, "license": "MIT", "engines": { @@ -6843,9 +6471,7 @@ } }, "node_modules/command-line-usage/node_modules/typical": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/typical/-/typical-7.2.0.tgz", - "integrity": "sha512-W1+HdVRUl8fS3MZ9ogD51GOb46xMmhAZzR0WPw5jcgIZQJVvkddYzAl4YTU6g5w33Y1iRQLdIi2/1jhi2RNL0g==", + "version": "7.3.0", "dev": true, "license": "MIT", "engines": { @@ -6854,36 +6480,32 @@ }, "node_modules/commander": { "version": "10.0.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", - "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", "dev": true, + "license": "MIT", "engines": { "node": ">=14" } }, "node_modules/commandpost": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/commandpost/-/commandpost-1.4.0.tgz", - "integrity": "sha512-aE2Y4MTFJ870NuB/+2z1cXBhSBBzRydVVjzhFC4gtenEhpnj15yu0qptWGJsO9YGrcPZ3ezX8AWb1VA391MKpQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/common-ancestor-path": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz", "integrity": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/commondir": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", "license": "MIT" }, "node_modules/compare-func": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/compare-func/-/compare-func-2.0.0.tgz", - "integrity": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==", "dev": true, + "license": "MIT", "dependencies": { "array-ify": "^1.0.0", "dot-prop": "^5.1.0" @@ -6891,9 +6513,8 @@ }, "node_modules/concat-map": { "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/concat-stream": { "version": "2.0.0", @@ -6903,6 +6524,7 @@ "engines": [ "node >= 6.0" ], + "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", "inherits": "^2.0.3", @@ -6912,9 +6534,8 @@ }, "node_modules/config-chain": { "version": "1.1.13", - "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", - "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", "dev": true, + "license": "MIT", "dependencies": { "ini": "^1.3.4", "proto-list": "~1.2.1" @@ -6922,9 +6543,8 @@ }, "node_modules/configstore": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/configstore/-/configstore-6.0.0.tgz", - "integrity": "sha512-cD31W1v3GqUlQvbBCGcXmd2Nj9SvLDOP1oQ0YFuLETufzSPaKp11rYBsSOm7rCsW3OnIRAFM3OxRhceaXNYHkA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "dot-prop": "^6.0.1", "graceful-fs": "^4.2.6", @@ -6941,9 +6561,8 @@ }, "node_modules/configstore/node_modules/dot-prop": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-6.0.1.tgz", - "integrity": "sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==", "dev": true, + "license": "MIT", "dependencies": { "is-obj": "^2.0.0" }, @@ -6956,9 +6575,8 @@ }, "node_modules/configstore/node_modules/write-file-atomic": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", - "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", "dev": true, + "license": "ISC", "dependencies": { "imurmurhash": "^0.1.4", "is-typedarray": "^1.0.0", @@ -6968,15 +6586,13 @@ }, "node_modules/console-control-strings": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", - "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/conventional-changelog-angular": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-7.0.0.tgz", - "integrity": "sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==", "dev": true, + "license": "ISC", "dependencies": { "compare-func": "^2.0.0" }, @@ -6989,6 +6605,7 @@ "resolved": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-5.0.1.tgz", "integrity": "sha512-Rvi5pH+LvgsqGwZPZ3Cq/tz4ty7mjijhr3qR4m9IBXNbxGGYgTVVO+duXzz9aArmHxFtwZ+LRkrNIMDQzgoY4A==", "dev": true, + "license": "MIT", "dependencies": { "add-stream": "^1.0.0", "conventional-changelog-writer": "^6.0.0", @@ -7011,6 +6628,7 @@ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", "dev": true, + "license": "ISC", "dependencies": { "lru-cache": "^6.0.0" }, @@ -7023,6 +6641,7 @@ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -7035,6 +6654,7 @@ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "hosted-git-info": "^4.0.1", "is-core-module": "^2.5.0", @@ -7050,6 +6670,7 @@ "resolved": "https://registry.npmjs.org/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-3.0.0.tgz", "integrity": "sha512-qy9XbdSLmVnwnvzEisjxdDiLA4OmV3o8db+Zdg4WiFw14fP3B6XNz98X0swPPpkTd/pc1K7+adKgEDM1JCUMiA==", "dev": true, + "license": "MIT", "engines": { "node": ">=14" } @@ -7059,6 +6680,7 @@ "resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-6.0.1.tgz", "integrity": "sha512-359t9aHorPw+U+nHzUXHS5ZnPBOizRxfQsWT5ZDHBfvfxQOAik+yfuhKXG66CN5LEWPpMNnIMHUTCKeYNprvHQ==", "dev": true, + "license": "MIT", "dependencies": { "conventional-commits-filter": "^3.0.0", "dateformat": "^3.0.3", @@ -7080,6 +6702,7 @@ "resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-3.0.0.tgz", "integrity": "sha512-1ymej8b5LouPx9Ox0Dw/qAO2dVdfpRFq28e5Y0jJEU8ZrLdy0vOSkkIInwmxErFGhg6SALro60ZrwYFVTUDo4Q==", "dev": true, + "license": "MIT", "dependencies": { "lodash.ismatch": "^4.4.0", "modify-values": "^1.0.1" @@ -7093,6 +6716,7 @@ "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-4.0.0.tgz", "integrity": "sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg==", "dev": true, + "license": "MIT", "dependencies": { "is-text-path": "^1.0.1", "JSONStream": "^1.3.5", @@ -7111,6 +6735,7 @@ "resolved": "https://registry.npmjs.org/conventional-recommended-bump/-/conventional-recommended-bump-7.0.1.tgz", "integrity": "sha512-Ft79FF4SlOFvX4PkwFDRnaNiIVX7YbmqGU0RwccUaiGvgp3S0a8ipR2/Qxk31vclDNM+GSdJOVs2KrsUCjblVA==", "dev": true, + "license": "MIT", "dependencies": { "concat-stream": "^2.0.0", "conventional-changelog-preset-loader": "^3.0.0", @@ -7128,19 +6753,17 @@ } }, "node_modules/cookie": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "version": "0.7.2", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/copy-anything": { "version": "3.0.5", - "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-3.0.5.tgz", - "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==", "dev": true, + "license": "MIT", "dependencies": { "is-what": "^4.1.8" }, @@ -7151,83 +6774,24 @@ "url": "https://github.com/sponsors/mesqueeb" } }, - "node_modules/copyfiles/node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "extraneous": true, - "license": "ISC", - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } + "node_modules/core-util-is": { + "version": "1.0.3", + "license": "MIT" }, - "node_modules/copyfiles/node_modules/wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "extraneous": true, + "node_modules/cosmiconfig": { + "version": "8.3.6", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz", + "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==", + "dev": true, "license": "MIT", "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" + "import-fresh": "^3.3.0", + "js-yaml": "^4.1.0", + "parse-json": "^5.2.0", + "path-type": "^4.0.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/copyfiles/node_modules/yargs": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", - "extraneous": true, - "license": "MIT", - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/copyfiles/node_modules/yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "extraneous": true, - "license": "ISC", - "engines": { - "node": ">=10" - } - }, - "node_modules/core-util-is": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" - }, - "node_modules/cosmiconfig": { - "version": "8.3.6", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz", - "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==", - "dev": true, - "dependencies": { - "import-fresh": "^3.3.0", - "js-yaml": "^4.1.0", - "parse-json": "^5.2.0", - "path-type": "^4.0.0" - }, - "engines": { - "node": ">=14" + "node": ">=14" }, "funding": { "url": "https://github.com/sponsors/d-fischer" @@ -7245,13 +6809,15 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true + "dev": true, + "license": "Python-2.0" }, "node_modules/cosmiconfig/node_modules/js-yaml": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dev": true, + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, @@ -7260,9 +6826,8 @@ } }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.5", + "license": "MIT", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", @@ -7272,11 +6837,16 @@ "node": ">= 8" } }, + "node_modules/crypto": { + "version": "1.0.1", + "dev": true, + "license": "ISC", + "peer": true + }, "node_modules/crypto-random-string": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-4.0.0.tgz", - "integrity": "sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==", "dev": true, + "license": "MIT", "dependencies": { "type-fest": "^1.0.1" }, @@ -7289,9 +6859,8 @@ }, "node_modules/crypto-random-string/node_modules/type-fest": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", - "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -7299,10 +6868,42 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/css-loader": { + "version": "7.1.2", + "dev": true, + "license": "MIT", + "dependencies": { + "icss-utils": "^5.1.0", + "postcss": "^8.4.33", + "postcss-modules-extract-imports": "^3.1.0", + "postcss-modules-local-by-default": "^4.0.5", + "postcss-modules-scope": "^3.2.0", + "postcss-modules-values": "^4.0.0", + "postcss-value-parser": "^4.2.0", + "semver": "^7.5.4" + }, + "engines": { + "node": ">= 18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "@rspack/core": "0.x || 1.x", + "webpack": "^5.27.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } + } + }, "node_modules/css-tree": { "version": "2.3.1", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz", - "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==", "license": "MIT", "dependencies": { "mdn-data": "2.0.30", @@ -7312,11 +6913,16 @@ "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" } }, + "node_modules/csscolorparser": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/csscolorparser/-/csscolorparser-1.0.3.tgz", + "integrity": "sha512-umPSgYwZkdFoUrH5hIq5kf0wPSXiro51nPw0j2K/c83KflkPSTBGMz6NJvMB+07VlL0y7VPo6QJcDjcgKTTm3w==", + "license": "MIT" + }, "node_modules/cssesc": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", "dev": true, + "license": "MIT", "bin": { "cssesc": "bin/cssesc" }, @@ -7326,8 +6932,6 @@ }, "node_modules/cssstyle": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.1.0.tgz", - "integrity": "sha512-h66W1URKpBS5YMI/V8PyXvTMFT8SupJ1IzoIV8IeBC/ji8WVmrO8dGlTi+2dh6whmdk6BiKJLD/ZBkhWbcg6nA==", "license": "MIT", "dependencies": { "rrweb-cssom": "^0.7.1" @@ -7338,33 +6942,25 @@ }, "node_modules/cssstyle/node_modules/rrweb-cssom": { "version": "0.7.1", - "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.7.1.tgz", - "integrity": "sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==", "license": "MIT" }, "node_modules/csstype": { "version": "3.1.3", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", - "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/d3-array": { "version": "1.2.4", - "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-1.2.4.tgz", - "integrity": "sha512-KHW6M86R+FUPYGb3R5XiYjXPq7VzwxZ22buHhAEVG5ztoEcZZMLov530mmccaqA1GghZArjQV46fuc8kUqhhHw==", - "dev": true + "dev": true, + "license": "BSD-3-Clause" }, "node_modules/d3-axis": { "version": "1.0.12", - "resolved": "https://registry.npmjs.org/d3-axis/-/d3-axis-1.0.12.tgz", - "integrity": "sha512-ejINPfPSNdGFKEOAtnBtdkpr24c4d4jsei6Lg98mxf424ivoDP2956/5HDpIAtmHo85lqT4pruy+zEgvRUBqaQ==", "dev": true, "license": "BSD-3-Clause" }, "node_modules/d3-brush": { "version": "1.1.6", - "resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-1.1.6.tgz", - "integrity": "sha512-7RW+w7HfMCPyZLifTz/UnJmI5kdkXtpCbombUSs8xniAyo0vIbrDzDwUJB6eJOgl9u5DQOt2TQlYumxzD1SvYA==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -7377,15 +6973,11 @@ }, "node_modules/d3-collection": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/d3-collection/-/d3-collection-1.0.7.tgz", - "integrity": "sha512-ii0/r5f4sjKNTfh84Di+DpztYwqKhEyUlKoPrzUFfeSkWxjW49xU2QzO9qrPrNkpdI0XJkfzvmTu8V2Zylln6A==", "dev": true, "license": "BSD-3-Clause" }, "node_modules/d3-color": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz", - "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==", "dev": true, "license": "ISC", "engines": { @@ -7394,8 +6986,6 @@ }, "node_modules/d3-contour": { "version": "1.3.2", - "resolved": "https://registry.npmjs.org/d3-contour/-/d3-contour-1.3.2.tgz", - "integrity": "sha512-hoPp4K/rJCu0ladiH6zmJUEz6+u3lgR+GSm/QdM2BBvDraU39Vr7YdDCicJcxP1z8i9B/2dJLgDC1NcvlF8WCg==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -7404,15 +6994,11 @@ }, "node_modules/d3-dispatch": { "version": "1.0.6", - "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-1.0.6.tgz", - "integrity": "sha512-fVjoElzjhCEy+Hbn8KygnmMS7Or0a9sI2UzGwoB7cCtvI1XpVN9GpoYlnb3xt2YV66oXYb1fLJ8GMvP4hdU1RA==", "dev": true, "license": "BSD-3-Clause" }, "node_modules/d3-drag": { "version": "1.2.5", - "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-1.2.5.tgz", - "integrity": "sha512-rD1ohlkKQwMZYkQlYVCrSFxsWPzI97+W+PaEIBNTMxRuxz9RF0Hi5nJWHGVJ3Om9d2fRTe1yOBINJyy/ahV95w==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -7421,59 +7007,36 @@ } }, "node_modules/d3-dsv": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-3.0.1.tgz", - "integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==", + "version": "1.2.0", + "license": "BSD-3-Clause", "dependencies": { - "commander": "7", - "iconv-lite": "0.6", + "commander": "2", + "iconv-lite": "0.4", "rw": "1" }, "bin": { - "csv2json": "bin/dsv2json.js", - "csv2tsv": "bin/dsv2dsv.js", - "dsv2dsv": "bin/dsv2dsv.js", - "dsv2json": "bin/dsv2json.js", - "json2csv": "bin/json2dsv.js", - "json2dsv": "bin/json2dsv.js", - "json2tsv": "bin/json2dsv.js", - "tsv2csv": "bin/dsv2dsv.js", - "tsv2json": "bin/dsv2json.js" - }, - "engines": { - "node": ">=12" + "csv2json": "bin/dsv2json", + "csv2tsv": "bin/dsv2dsv", + "dsv2dsv": "bin/dsv2dsv", + "dsv2json": "bin/dsv2json", + "json2csv": "bin/json2dsv", + "json2dsv": "bin/json2dsv", + "json2tsv": "bin/json2dsv", + "tsv2csv": "bin/dsv2dsv", + "tsv2json": "bin/dsv2json" } }, "node_modules/d3-dsv/node_modules/commander": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", - "engines": { - "node": ">= 10" - } - }, - "node_modules/d3-dsv/node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } + "version": "2.20.3", + "license": "MIT" }, "node_modules/d3-ease": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-1.0.7.tgz", - "integrity": "sha512-lx14ZPYkhNx0s/2HX5sLFUI3mbasHjSSpwO/KaaNACweVwxUruKyWVcb293wMv1RqTPZyZ8kSZ2NogUZNcLOFQ==", "dev": true, "license": "BSD-3-Clause" }, "node_modules/d3-fetch": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/d3-fetch/-/d3-fetch-3.0.1.tgz", - "integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==", "dev": true, "license": "ISC", "dependencies": { @@ -7483,16 +7046,24 @@ "node": ">=12" } }, + "node_modules/d3-force": { + "version": "1.2.1", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "d3-collection": "1", + "d3-dispatch": "1", + "d3-quadtree": "1", + "d3-timer": "1" + } + }, "node_modules/d3-format": { "version": "1.4.5", - "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-1.4.5.tgz", - "integrity": "sha512-J0piedu6Z8iB6TbIGfZgDzfXxUFN3qQRMofy2oPdXzQibYGqPB/9iMcxr/TGalU+2RsyDO+U4f33id8tbnSRMQ==", - "dev": true + "dev": true, + "license": "BSD-3-Clause" }, "node_modules/d3-geo": { "version": "1.12.1", - "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-1.12.1.tgz", - "integrity": "sha512-XG4d1c/UJSEX9NfU02KwBL6BYPj8YKHxgBEw5om2ZnTRSbIcego6dhHwcxuSR3clxh0EpE38os1DVPOmnYtTPg==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -7501,22 +7072,16 @@ }, "node_modules/d3-hexbin": { "version": "0.2.2", - "resolved": "https://registry.npmjs.org/d3-hexbin/-/d3-hexbin-0.2.2.tgz", - "integrity": "sha512-KS3fUT2ReD4RlGCjvCEm1RgMtp2NFZumdMu4DBzQK8AZv3fXRM6Xm8I4fSU07UXvH4xxg03NwWKWdvxfS/yc4w==", "dev": true, "license": "BSD-3-Clause" }, "node_modules/d3-hierarchy": { "version": "1.1.9", - "resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-1.1.9.tgz", - "integrity": "sha512-j8tPxlqh1srJHAtxfvOUwKNYJkQuBFdM1+JAUfq6xqH5eAqf93L7oG1NVqDa4CpFZNvnNKtCYEUC8KY9yEn9lQ==", "dev": true, "license": "BSD-3-Clause" }, "node_modules/d3-hsv": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/d3-hsv/-/d3-hsv-0.1.0.tgz", - "integrity": "sha512-HcIU73raRodnYiGDMzFbI8wyWkQtd+aAgX2sypAKnJ7UP93P9bOEhhrxWL4krcyp1ec2LFOUpvC8mFBt38YokQ==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -7525,30 +7090,53 @@ }, "node_modules/d3-interpolate": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-1.4.0.tgz", - "integrity": "sha512-V9znK0zc3jOPV4VD2zZn0sDhZU3WAE2bmlxdIwwQPPzPjvyLkd8B3JUVdS1IDUFDkWZ72c9qnv1GK2ZagTZ8EA==", "dev": true, "license": "BSD-3-Clause", "dependencies": { "d3-color": "1" } }, + "node_modules/d3-interpolate-path": { + "version": "2.3.0", + "dev": true, + "license": "BSD-3-Clause" + }, "node_modules/d3-path": { "version": "1.0.9", - "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-1.0.9.tgz", - "integrity": "sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==", "dev": true, "license": "BSD-3-Clause" }, + "node_modules/d3-quadtree": { + "version": "1.0.7", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/d3-request": { + "version": "1.0.6", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "d3-collection": "1", + "d3-dispatch": "1", + "d3-dsv": "1", + "xmlhttprequest": "1" + } + }, "node_modules/d3-require": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/d3-require/-/d3-require-1.3.0.tgz", - "integrity": "sha512-XaNc2azaAwXhGjmCMtxlD+AowpMfLimVsAoTMpqrvb8CWoA4QqyV12mc4Ue6KSoDvfuS831tsumfhDYxGd4FGA==" + "license": "ISC" + }, + "node_modules/d3-sankey": { + "version": "0.12.3", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "d3-array": "1 - 2", + "d3-shape": "^1.2.0" + } }, "node_modules/d3-scale": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-1.0.7.tgz", - "integrity": "sha512-KvU92czp2/qse5tUfGms6Kjig0AhHOwkzXG0+PqIJB3ke0WUv088AHMZI0OssO9NCkXt4RP8yju9rpH8aGB7Lw==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -7563,15 +7151,11 @@ }, "node_modules/d3-selection": { "version": "1.4.2", - "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-1.4.2.tgz", - "integrity": "sha512-SJ0BqYihzOjDnnlfyeHT0e30k0K1+5sR3d5fNueCNeuhZTnGw4M4o8mqJchSwgKMXCNFo+e2VTChiSJ0vYtXkg==", "dev": true, "license": "BSD-3-Clause" }, "node_modules/d3-shape": { "version": "1.3.7", - "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-1.3.7.tgz", - "integrity": "sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -7580,8 +7164,6 @@ }, "node_modules/d3-svg-annotation": { "version": "2.5.1", - "resolved": "https://registry.npmjs.org/d3-svg-annotation/-/d3-svg-annotation-2.5.1.tgz", - "integrity": "sha512-PXW39bunDsn2K6uiCUlZ919fnC29o8oIDzNJtKvz6xOMeNv53LyNkucn40YjLherNCrlx5JGsyEtw/DZcjAa4Q==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -7594,15 +7176,11 @@ }, "node_modules/d3-svg-annotation/node_modules/d3-dispatch": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-1.0.2.tgz", - "integrity": "sha512-Kr/bYOYhM/6g7V8BWuEpWA7OvoieYQxo98863SRRGZjSFjveJxl8KUlyA0d5uf02Ox+rmOzE/3zomhKfNk/ZDQ==", "dev": true, "license": "BSD-3-Clause" }, "node_modules/d3-svg-annotation/node_modules/d3-drag": { "version": "1.2.3", - "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-1.2.3.tgz", - "integrity": "sha512-8S3HWCAg+ilzjJsNtWW1Mutl74Nmzhb9yU6igspilaJzeZVFktmY6oO9xOh5TDk+BM2KrNFjttZNoJJmDnkjkg==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -7612,15 +7190,11 @@ }, "node_modules/d3-svg-annotation/node_modules/d3-selection": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-1.4.0.tgz", - "integrity": "sha512-EYVwBxQGEjLCKF2pJ4+yrErskDnz5v403qvAid96cNdCMr8rmCYfY5RGzWz24mdIbxmDf6/4EAH+K9xperD5jg==", "dev": true, "license": "BSD-3-Clause" }, "node_modules/d3-svg-annotation/node_modules/d3-shape": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-1.0.4.tgz", - "integrity": "sha512-cfgoSGygKqHOG9n2rslAqeCdEK5RB7gKK5lihJi0zhU+Zksc5jEnkM7mmN+FCQO63Yl8QBOHcV3BxL+aNnmazw==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -7629,8 +7203,6 @@ }, "node_modules/d3-svg-annotation/node_modules/d3-transition": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-1.0.3.tgz", - "integrity": "sha512-Facxcbma0nA2GVrx7B/Mgnn5ju6SwUMzGa9YcYmQjpqmaIq1Zbp5vVJLjtH6b08Lu0vcX7O6a4z+AlLmdCxrCQ==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -7642,32 +7214,97 @@ "d3-timer": "1" } }, + "node_modules/d3-svg-legend": { + "version": "2.25.6", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@types/d3-selection": "1.0.10", + "d3-array": "1.0.1", + "d3-dispatch": "1.0.1", + "d3-format": "1.0.2", + "d3-scale": "1.0.3", + "d3-selection": "1.0.2", + "d3-transition": "1.0.3" + } + }, + "node_modules/d3-svg-legend/node_modules/@types/d3-selection": { + "version": "1.0.10", + "dev": true, + "license": "MIT" + }, + "node_modules/d3-svg-legend/node_modules/d3-array": { + "version": "1.0.1", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/d3-svg-legend/node_modules/d3-dispatch": { + "version": "1.0.1", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/d3-svg-legend/node_modules/d3-format": { + "version": "1.0.2", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/d3-svg-legend/node_modules/d3-scale": { + "version": "1.0.3", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "d3-array": "1", + "d3-collection": "1", + "d3-color": "1", + "d3-format": "1", + "d3-interpolate": "1", + "d3-time": "1", + "d3-time-format": "2" + } + }, + "node_modules/d3-svg-legend/node_modules/d3-selection": { + "version": "1.0.2", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/d3-svg-legend/node_modules/d3-transition": { + "version": "1.0.3", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "d3-color": "1", + "d3-dispatch": "1", + "d3-ease": "1", + "d3-interpolate": "1", + "d3-selection": "1", + "d3-timer": "1" + } + }, + "node_modules/d3-tile": { + "version": "1.0.0", + "dev": true, + "license": "BSD-3-Clause" + }, "node_modules/d3-time": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-1.1.0.tgz", - "integrity": "sha512-Xh0isrZ5rPYYdqhAVk8VLnMEidhz5aP7htAADH6MfzgmmicPkTo8LhkLxci61/lCB7n7UmE3bN0leRt+qvkLxA==", - "dev": true + "dev": true, + "license": "BSD-3-Clause" }, "node_modules/d3-time-format": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.3.0.tgz", - "integrity": "sha512-guv6b2H37s2Uq/GefleCDtbe0XZAuy7Wa49VGkPVPMfLL9qObgBST3lEHJBMUp8S7NdLQAGIvr2KXk8Hc98iKQ==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "d3-time": "1" } }, "node_modules/d3-timer": { "version": "1.0.10", - "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-1.0.10.tgz", - "integrity": "sha512-B1JDm0XDaQC+uvo4DT79H0XmBskgS3l6Ve+1SBCfxgmtIb1AVrPIoqd+nPSv+loMX8szQ0sVUhGngL7D5QPiXw==", "dev": true, "license": "BSD-3-Clause" }, "node_modules/d3-transition": { "version": "1.3.2", - "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-1.3.2.tgz", - "integrity": "sha512-sc0gRU4PFqZ47lPVHloMn9tlPcv8jxgOQg+0zjhfZXMQuvppjG6YuwdMBE0TuqCZjeJkLecku/l9R0JPcRhaDA==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -7681,8 +7318,6 @@ }, "node_modules/d3-zoom": { "version": "1.8.3", - "resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-1.8.3.tgz", - "integrity": "sha512-VoLXTK4wvy1a0JpH2Il+F2CiOhVu7VRXWF5M/LroMIh3/zBAC3WAt7QoIvPibOavVo20hN6/37vwAsdBejLyKQ==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -7695,8 +7330,6 @@ }, "node_modules/d3v4-bullet": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/d3v4-bullet/-/d3v4-bullet-1.0.7.tgz", - "integrity": "sha512-ZjKWpEdZZBw09/thKc8KPOte+zbMdo+httmR2jWfoLosYX34tzdAsKcyXHXeNVB/cCeJJzKq53zNuNFBmFiPaA==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -7713,22 +7346,20 @@ "resolved": "https://registry.npmjs.org/dargs/-/dargs-7.0.0.tgz", "integrity": "sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/data-uri-to-buffer": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz", - "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==", + "license": "MIT", "engines": { - "node": ">= 14" + "node": ">= 12" } }, "node_modules/data-urls": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz", - "integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==", "license": "MIT", "dependencies": { "whatwg-mimetype": "^4.0.0", @@ -7740,8 +7371,6 @@ }, "node_modules/data-urls/node_modules/tr46": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.0.0.tgz", - "integrity": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==", "license": "MIT", "dependencies": { "punycode": "^2.3.1" @@ -7752,8 +7381,6 @@ }, "node_modules/data-urls/node_modules/webidl-conversions": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", - "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", "license": "BSD-2-Clause", "engines": { "node": ">=12" @@ -7761,8 +7388,6 @@ }, "node_modules/data-urls/node_modules/whatwg-url": { "version": "14.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.0.0.tgz", - "integrity": "sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==", "license": "MIT", "dependencies": { "tr46": "^5.0.0", @@ -7774,9 +7399,8 @@ }, "node_modules/data-view-buffer": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz", - "integrity": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.6", "es-errors": "^1.3.0", @@ -7791,9 +7415,8 @@ }, "node_modules/data-view-byte-length": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz", - "integrity": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "es-errors": "^1.3.0", @@ -7808,9 +7431,8 @@ }, "node_modules/data-view-byte-offset": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz", - "integrity": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.6", "es-errors": "^1.3.0", @@ -7828,14 +7450,14 @@ "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz", "integrity": "sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==", "dev": true, + "license": "MIT", "engines": { "node": "*" } }, "node_modules/debug": { "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "license": "MIT", "dependencies": { "ms": "^2.1.3" }, @@ -7853,6 +7475,7 @@ "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -7862,6 +7485,7 @@ "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz", "integrity": "sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==", "dev": true, + "license": "MIT", "dependencies": { "decamelize": "^1.1.0", "map-obj": "^1.0.0" @@ -7878,21 +7502,19 @@ "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", "integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/decimal.js": { "version": "10.4.3", - "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", - "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==", "license": "MIT" }, "node_modules/decompress-response": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", - "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", "dev": true, + "license": "MIT", "dependencies": { "mimic-response": "^3.1.0" }, @@ -7905,9 +7527,8 @@ }, "node_modules/decompress-response/node_modules/mimic-response": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", - "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -7920,6 +7541,7 @@ "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.3.tgz", "integrity": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==", "dev": true, + "license": "MIT", "peerDependencies": { "babel-plugin-macros": "^3.1.0" }, @@ -7931,32 +7553,27 @@ }, "node_modules/deep-eql": { "version": "5.0.2", - "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz", - "integrity": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/deep-extend": { "version": "0.6.0", - "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", - "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", "dev": true, + "license": "MIT", "engines": { "node": ">=4.0.0" } }, "node_modules/deep-is": { "version": "0.1.4", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/deepmerge": { "version": "4.3.1", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", - "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -7964,8 +7581,6 @@ }, "node_modules/default-browser": { "version": "5.2.1", - "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.2.1.tgz", - "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==", "license": "MIT", "dependencies": { "bundle-name": "^4.1.0", @@ -7980,8 +7595,6 @@ }, "node_modules/default-browser-id": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz", - "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==", "license": "MIT", "engines": { "node": ">=18" @@ -7995,6 +7608,7 @@ "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", "dev": true, + "license": "MIT", "dependencies": { "clone": "^1.0.2" }, @@ -8004,18 +7618,16 @@ }, "node_modules/defer-to-connect": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz", - "integrity": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" } }, "node_modules/define-data-property": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", - "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", "dev": true, + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -8033,15 +7645,15 @@ "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/define-properties": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", - "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", "dev": true, + "license": "MIT", "dependencies": { "define-data-property": "^1.0.1", "has-property-descriptors": "^1.0.0", @@ -8056,22 +7668,18 @@ }, "node_modules/delayed-stream": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "license": "MIT", "engines": { "node": ">=0.4.0" } }, "node_modules/delegates": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", - "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/depd": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", "license": "MIT", "engines": { "node": ">= 0.8" @@ -8081,22 +7689,21 @@ "version": "2.3.1", "resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz", "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/dequal": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", - "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/des.js": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.1.0.tgz", - "integrity": "sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg==", "dev": true, + "license": "MIT", "dependencies": { "inherits": "^2.0.1", "minimalistic-assert": "^1.0.0" @@ -8104,8 +7711,6 @@ }, "node_modules/destroy": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", - "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", "license": "MIT", "engines": { "node": ">= 0.8", @@ -8117,21 +7722,20 @@ "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-5.0.0.tgz", "integrity": "sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/dev-null": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/dev-null/-/dev-null-0.1.1.tgz", - "integrity": "sha512-nMNZG0zfMgmdv8S5O0TM5cpwNbGKRGPCxVsr0SmA3NZZy9CYBbuNLL0PD3Acx9e5LIUgwONXtM9kM6RlawPxEQ==", - "dev": true - }, + "dev": true, + "license": "MIT" + }, "node_modules/devlop": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", - "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", "dev": true, + "license": "MIT", "dependencies": { "dequal": "^2.0.0" }, @@ -8142,28 +7746,49 @@ }, "node_modules/dezalgo": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz", - "integrity": "sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==", "dev": true, + "license": "ISC", "dependencies": { "asap": "^2.0.0", "wrappy": "1" } }, + "node_modules/dgrid": { + "version": "1.3.3", + "dev": true, + "license": "BSD-3-Clause" + }, "node_modules/diff-sequences": { "version": "29.6.3", "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz", "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==", "dev": true, + "license": "MIT", "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, + "node_modules/dijit": { + "version": "1.17.3", + "dev": true, + "license": "BSD-3-Clause OR AFL-2.1", + "dependencies": { + "dojo": "1.17.3" + } + }, + "node_modules/dijit-themes": { + "version": "1.17.3", + "dev": true, + "license": "BSD-3-Clause OR AFL-2.1", + "peerDependencies": { + "dijit": "1.17.3", + "dojo": "1.17.3" + } + }, "node_modules/dir-glob": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", "dev": true, + "license": "MIT", "dependencies": { "path-type": "^4.0.0" }, @@ -8173,9 +7798,8 @@ }, "node_modules/doctrine": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", - "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", "dev": true, + "license": "Apache-2.0", "dependencies": { "esutils": "^2.0.2" }, @@ -8183,17 +7807,69 @@ "node": ">=6.0.0" } }, + "node_modules/dojo": { + "version": "1.17.3", + "dev": true, + "license": "BSD-3-Clause OR AFL-2.1" + }, + "node_modules/dojo-dstore": { + "version": "1.2.1", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@types/dojo": "^1.9.0", + "dojo": "^1.9.0" + } + }, + "node_modules/dojo-util": { + "version": "1.17.3", + "dev": true + }, + "node_modules/dojo-webpack-plugin": { + "version": "3.0.6", + "dev": true, + "license": "(MIT OR Apache-2.0)", + "dependencies": { + "loader-utils": "2.0.4", + "node-stringify": "0.2.1", + "raw-loader": "0.5.1", + "tmp": "0.0.30" + }, + "peerDependencies": { + "tapable": ">=2.0", + "webpack": ">=5.0.0", + "webpack-sources": ">=2.0.0" + } + }, + "node_modules/dojo-webpack-plugin/node_modules/tmp": { + "version": "0.0.30", + "dev": true, + "license": "MIT", + "dependencies": { + "os-tmpdir": "~1.0.1" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/dojox": { + "version": "1.17.3", + "dev": true, + "license": "BSD-3-Clause OR AFL-2.1", + "dependencies": { + "dijit": "1.17.3", + "dojo": "1.17.3" + } + }, "node_modules/dom-accessibility-api": { "version": "0.5.16", - "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz", - "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/dot-prop": { "version": "5.3.0", - "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", - "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", "dev": true, + "license": "MIT", "dependencies": { "is-obj": "^2.0.0" }, @@ -8203,9 +7879,8 @@ }, "node_modules/dotenv": { "version": "16.4.5", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", - "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=12" }, @@ -8214,12 +7889,13 @@ } }, "node_modules/dotenv-expand": { - "version": "11.0.6", - "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-11.0.6.tgz", - "integrity": "sha512-8NHi73otpWsZGBSZwwknTXS5pqMOrk9+Ssrna8xCaxkzEpU9OTf9R5ArQGVw03//Zmk9MOwLPng9WwndvpAJ5g==", + "version": "11.0.7", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-11.0.7.tgz", + "integrity": "sha512-zIHwmZPRshsCdpMDyVsqGmgyP0yT8GAgXUnkdAoJisxvf33k7yO6OuoKmcTGuXPWSsm8Oh88nZicRLA9Y0rUeA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { - "dotenv": "^16.4.4" + "dotenv": "^16.4.5" }, "engines": { "node": ">=12" @@ -8232,18 +7908,23 @@ "version": "0.1.2", "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", - "dev": true + "dev": true, + "license": "MIT" + }, + "node_modules/earcut": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/earcut/-/earcut-2.2.4.tgz", + "integrity": "sha512-/pjZsA1b4RPHbeWZQn66SWS8nZZWLQQ23oE3Eam7aroEFGEvwKAsJfZ9ytiEMycfzXWpca4FA9QIOehf7PocBQ==", + "license": "ISC" }, "node_modules/eastasianwidth": { "version": "0.2.0", - "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", - "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" + "license": "MIT" }, "node_modules/editorconfig": { "version": "0.15.3", - "resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-0.15.3.tgz", - "integrity": "sha512-M9wIMFx96vq0R4F+gRpY3o2exzb8hEj/n9S8unZtHSvYjibBp/iMufSzvmOcV/laG0ZtuTVGtiJggPOSW2r93g==", "dev": true, + "license": "MIT", "dependencies": { "commander": "^2.19.0", "lru-cache": "^4.1.5", @@ -8256,15 +7937,13 @@ }, "node_modules/editorconfig/node_modules/commander": { "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/editorconfig/node_modules/lru-cache": { "version": "4.1.5", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", - "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", "dev": true, + "license": "ISC", "dependencies": { "pseudomap": "^1.0.2", "yallist": "^2.1.2" @@ -8272,23 +7951,19 @@ }, "node_modules/editorconfig/node_modules/semver": { "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver" } }, "node_modules/editorconfig/node_modules/yallist": { "version": "2.1.2", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", - "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/ee-first": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", "license": "MIT" }, "node_modules/ejs": { @@ -8296,6 +7971,7 @@ "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", "dev": true, + "license": "Apache-2.0", "dependencies": { "jake": "^10.8.5" }, @@ -8306,15 +7982,25 @@ "node": ">=0.10.0" } }, + "node_modules/electron-to-chromium": { + "version": "1.5.57", + "dev": true, + "license": "ISC" + }, "node_modules/emoji-regex": { "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + "license": "MIT" + }, + "node_modules/emojis-list": { + "version": "3.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4" + } }, "node_modules/encodeurl": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", - "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", "license": "MIT", "engines": { "node": ">= 0.8" @@ -8322,9 +8008,8 @@ }, "node_modules/encoding": { "version": "0.1.13", - "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", - "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "iconv-lite": "^0.6.2" @@ -8332,9 +8017,8 @@ }, "node_modules/encoding/node_modules/iconv-lite": { "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" @@ -8348,15 +8032,29 @@ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", "dev": true, + "license": "MIT", "dependencies": { "once": "^1.4.0" } }, + "node_modules/enhanced-resolve": { + "version": "5.17.1", + "dev": true, + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, "node_modules/enquirer": { "version": "2.3.6", "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", "dev": true, + "license": "MIT", "dependencies": { "ansi-colors": "^4.1.1" }, @@ -8366,8 +8064,7 @@ }, "node_modules/entities": { "version": "4.5.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "license": "BSD-2-Clause", "engines": { "node": ">=0.12" }, @@ -8377,18 +8074,16 @@ }, "node_modules/env-paths": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", - "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/envinfo": { "version": "7.13.0", - "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.13.0.tgz", - "integrity": "sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==", "dev": true, + "license": "MIT", "bin": { "envinfo": "dist/cli.js" }, @@ -8398,24 +8093,21 @@ }, "node_modules/err-code": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", - "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/error-ex": { "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", "dev": true, + "license": "MIT", "dependencies": { "is-arrayish": "^0.2.1" } }, "node_modules/es-abstract": { - "version": "1.23.3", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz", - "integrity": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==", + "version": "1.23.4", "dev": true, + "license": "MIT", "dependencies": { "array-buffer-byte-length": "^1.0.1", "arraybuffer.prototype.slice": "^1.0.3", @@ -8432,7 +8124,7 @@ "function.prototype.name": "^1.1.6", "get-intrinsic": "^1.2.4", "get-symbol-description": "^1.0.2", - "globalthis": "^1.0.3", + "globalthis": "^1.0.4", "gopd": "^1.0.1", "has-property-descriptors": "^1.0.2", "has-proto": "^1.0.3", @@ -8448,10 +8140,10 @@ "is-string": "^1.0.7", "is-typed-array": "^1.1.13", "is-weakref": "^1.0.2", - "object-inspect": "^1.13.1", + "object-inspect": "^1.13.3", "object-keys": "^1.1.1", "object.assign": "^4.1.5", - "regexp.prototype.flags": "^1.5.2", + "regexp.prototype.flags": "^1.5.3", "safe-array-concat": "^1.1.2", "safe-regex-test": "^1.0.3", "string.prototype.trim": "^1.2.9", @@ -8473,9 +8165,8 @@ }, "node_modules/es-define-property": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", - "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", "dev": true, + "license": "MIT", "dependencies": { "get-intrinsic": "^1.2.4" }, @@ -8485,24 +8176,20 @@ }, "node_modules/es-errors": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" } }, "node_modules/es-module-lexer": { "version": "1.5.4", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz", - "integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==", "license": "MIT" }, "node_modules/es-object-atoms": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz", - "integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==", "dev": true, + "license": "MIT", "dependencies": { "es-errors": "^1.3.0" }, @@ -8512,9 +8199,8 @@ }, "node_modules/es-set-tostringtag": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz", - "integrity": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==", "dev": true, + "license": "MIT", "dependencies": { "get-intrinsic": "^1.2.4", "has-tostringtag": "^1.0.2", @@ -8526,9 +8212,8 @@ }, "node_modules/es-to-primitive": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", "dev": true, + "license": "MIT", "dependencies": { "is-callable": "^1.1.4", "is-date-object": "^1.0.1", @@ -8543,9 +8228,8 @@ }, "node_modules/esbuild": { "version": "0.21.5", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz", - "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==", "hasInstallScript": true, + "license": "MIT", "bin": { "esbuild": "bin/esbuild" }, @@ -8580,28 +8264,23 @@ }, "node_modules/esbuild-copy-static-files": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/esbuild-copy-static-files/-/esbuild-copy-static-files-0.1.0.tgz", - "integrity": "sha512-KlpmYqANA1t2nZavEdItfcOjJC6wbHA21v35HJWN32DddGTWKNNGDKljUzbCPojmpD+wAw8/DXr5abJ4jFCE0w==", "license": "MIT" }, "node_modules/esbuild-plugin-umd-wrapper": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/esbuild-plugin-umd-wrapper/-/esbuild-plugin-umd-wrapper-3.0.0.tgz", - "integrity": "sha512-Ht3jrO7r8oF8FgPIhMnfNQvYLHhz2QA1ggPqfBhoVq0VfYNczqJ6nwQ4PhO5UvrUymn+Q0Nc50xpiDbxI+KR2Q==" + "license": "MIT" }, "node_modules/escalade": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", - "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/escape-goat": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-4.0.0.tgz", - "integrity": "sha512-2Sd4ShcWxbx6OY1IHyla/CVNwvg7XwZVoXZHcSu9w9SReNP1EzzD5T8NWKIR38fIqEns9kDWKUQTXXAmlDrdPg==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -8611,15 +8290,12 @@ }, "node_modules/escape-html": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", "license": "MIT" }, "node_modules/escape-string-regexp": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -8629,9 +8305,8 @@ }, "node_modules/eslint": { "version": "8.57.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz", - "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==", "dev": true, + "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", @@ -8684,9 +8359,8 @@ }, "node_modules/eslint-plugin-react-hooks": { "version": "4.6.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz", - "integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -8696,9 +8370,8 @@ }, "node_modules/eslint-scope": { "version": "7.2.2", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", - "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^5.2.0" @@ -8712,9 +8385,8 @@ }, "node_modules/eslint-visitor-keys": { "version": "3.4.3", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", - "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", "dev": true, + "license": "Apache-2.0", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, @@ -8724,9 +8396,8 @@ }, "node_modules/eslint/node_modules/ajv": { "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "dev": true, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -8740,15 +8411,13 @@ }, "node_modules/eslint/node_modules/argparse": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true + "dev": true, + "license": "Python-2.0" }, "node_modules/eslint/node_modules/js-yaml": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dev": true, + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, @@ -8758,15 +8427,13 @@ }, "node_modules/eslint/node_modules/json-schema-traverse": { "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/eslint/node_modules/minimatch": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -8776,9 +8443,8 @@ }, "node_modules/espree": { "version": "9.6.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", - "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "acorn": "^8.9.0", "acorn-jsx": "^5.3.2", @@ -8793,8 +8459,7 @@ }, "node_modules/esprima": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "license": "BSD-2-Clause", "bin": { "esparse": "bin/esparse.js", "esvalidate": "bin/esvalidate.js" @@ -8805,9 +8470,8 @@ }, "node_modules/esquery": { "version": "1.6.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz", - "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "estraverse": "^5.1.0" }, @@ -8817,9 +8481,8 @@ }, "node_modules/esrecurse": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "estraverse": "^5.2.0" }, @@ -8829,35 +8492,30 @@ }, "node_modules/estraverse": { "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } }, "node_modules/estree-walker": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", - "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", "dev": true, + "license": "MIT", "dependencies": { "@types/estree": "^1.0.0" } }, "node_modules/esutils": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/etag": { "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", "license": "MIT", "engines": { "node": ">= 0.6" @@ -8865,8 +8523,7 @@ }, "node_modules/event-target-shim": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", - "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", + "license": "MIT", "engines": { "node": ">=6" } @@ -8875,13 +8532,23 @@ "version": "4.0.7", "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", - "dev": true + "dev": true, + "license": "MIT" + }, + "node_modules/events": { + "version": "3.3.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8.x" + } }, "node_modules/execa": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/execa/-/execa-5.0.0.tgz", "integrity": "sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==", "dev": true, + "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.0", @@ -8900,16 +8567,21 @@ "url": "https://github.com/sindresorhus/execa?sponsor=1" } }, + "node_modules/expect-type": { + "version": "1.1.0", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=12.0.0" + } + }, "node_modules/exponential-backoff": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz", - "integrity": "sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/extend-shallow": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", "license": "MIT", "dependencies": { "is-extendable": "^0.1.0" @@ -8923,6 +8595,7 @@ "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", "dev": true, + "license": "MIT", "dependencies": { "chardet": "^0.7.0", "iconv-lite": "^0.4.24", @@ -8937,6 +8610,7 @@ "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", "dev": true, + "license": "MIT", "dependencies": { "os-tmpdir": "~1.0.2" }, @@ -8946,32 +8620,25 @@ }, "node_modules/faker": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/faker/-/faker-4.1.0.tgz", - "integrity": "sha512-ILKg69P6y/D8/wSmDXw35Ly0re8QzQ8pMfBCflsGiZG2ZjMUNLYNexA6lz5pkmJlepVdsiDFUxYAzPQ9/+iGLA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fast-array-diff": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fast-array-diff/-/fast-array-diff-1.1.0.tgz", - "integrity": "sha512-muSPyZa/yHCoDQhah9th57AmLENB1nekbrUoLAqOpQXdl1Kw8VbH24Syl5XLscaQJlx7KRU95bfTDPvVB5BJvw==", "license": "MIT" }, "node_modules/fast-deep-equal": { "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + "license": "MIT" }, "node_modules/fast-fifo": { "version": "1.3.2", - "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz", - "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==", "license": "MIT" }, "node_modules/fast-glob": { "version": "3.3.2", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", - "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", "dev": true, + "license": "MIT", "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -8985,9 +8652,8 @@ }, "node_modules/fast-glob/node_modules/glob-parent": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, + "license": "ISC", "dependencies": { "is-glob": "^4.0.1" }, @@ -8995,36 +8661,43 @@ "node": ">= 6" } }, + "node_modules/fast-json-patch": { + "version": "3.1.1", + "dev": true, + "license": "MIT" + }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + "license": "MIT" }, "node_modules/fast-levenshtein": { "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fast-memoize": { "version": "2.5.2", - "resolved": "https://registry.npmjs.org/fast-memoize/-/fast-memoize-2.5.2.tgz", - "integrity": "sha512-Ue0LwpDYErFbmNnZSF0UH6eImUwDmogUO1jyE+JbN2gsQz/jICm1Ve7t9QT0rNSsfJt+Hs4/S3GnsDVjL4HVrw==", - "dev": true + "dev": true, + "license": "MIT" + }, + "node_modules/fastest-levenshtein": { + "version": "1.0.16", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4.9.1" + } }, "node_modules/fastq": { "version": "1.17.1", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", - "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", "dev": true, + "license": "ISC", "dependencies": { "reusify": "^1.0.4" } }, "node_modules/fetch-blob": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz", - "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==", "funding": [ { "type": "github", @@ -9035,6 +8708,7 @@ "url": "https://paypal.me/jimmywarting" } ], + "license": "MIT", "dependencies": { "node-domexception": "^1.0.0", "web-streams-polyfill": "^3.0.3" @@ -9048,6 +8722,7 @@ "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", "dev": true, + "license": "MIT", "dependencies": { "escape-string-regexp": "^1.0.5" }, @@ -9063,15 +8738,15 @@ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.8.0" } }, "node_modules/file-entry-cache": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", - "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", "dev": true, + "license": "MIT", "dependencies": { "flat-cache": "^3.0.4" }, @@ -9084,6 +8759,7 @@ "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", "dev": true, + "license": "Apache-2.0", "dependencies": { "minimatch": "^5.0.1" } @@ -9093,6 +8769,7 @@ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } @@ -9102,6 +8779,7 @@ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -9111,9 +8789,8 @@ }, "node_modules/fill-range": { "version": "7.1.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", - "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dev": true, + "license": "MIT", "dependencies": { "to-regex-range": "^5.0.1" }, @@ -9123,8 +8800,6 @@ }, "node_modules/find-replace": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-replace/-/find-replace-3.0.0.tgz", - "integrity": "sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==", "dev": true, "license": "MIT", "dependencies": { @@ -9136,9 +8811,8 @@ }, "node_modules/find-up": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^6.0.0", "path-exists": "^4.0.0" @@ -9152,8 +8826,6 @@ }, "node_modules/find-up-simple": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/find-up-simple/-/find-up-simple-1.0.0.tgz", - "integrity": "sha512-q7Us7kcjj2VMePAa02hDAF6d+MzsdsAWEwYyOpwUtlerRBkOEPBCRZrAV4XfcSN8fHAgaD0hP7miwoay6DCprw==", "license": "MIT", "engines": { "node": ">=18" @@ -9164,18 +8836,16 @@ }, "node_modules/flat": { "version": "5.0.2", - "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", - "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", "dev": true, + "license": "BSD-3-Clause", "bin": { "flat": "cli.js" } }, "node_modules/flat-cache": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", - "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", "dev": true, + "license": "MIT", "dependencies": { "flatted": "^3.2.9", "keyv": "^4.5.3", @@ -9185,45 +8855,10 @@ "node": "^10.12.0 || >=12.0.0" } }, - "node_modules/flat-cache/node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "deprecated": "Glob versions prior to v9 are no longer supported", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/flat-cache/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/flat-cache/node_modules/rimraf": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", "dev": true, + "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -9236,30 +8871,24 @@ }, "node_modules/flatbuffers": { "version": "24.3.25", - "resolved": "https://registry.npmjs.org/flatbuffers/-/flatbuffers-24.3.25.tgz", - "integrity": "sha512-3HDgPbgiwWMI9zVB7VYBHaMrbOO7Gm0v+yD2FV/sCKj+9NDeVL7BOBYUuhWAQGKWOzBo8S9WdMvV0eixO233XQ==", "dev": true, "license": "Apache-2.0" }, "node_modules/flatted": { "version": "3.3.1", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", - "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/focus-trap": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.6.0.tgz", - "integrity": "sha512-1td0l3pMkWJLFipobUcGaf+5DTY4PLDDrcqoSaKP8ediO/CoWCCYk/fT/Y2A4e6TNB+Sh6clRJCjOPPnKoNHnQ==", + "version": "7.6.1", "dev": true, + "license": "MIT", "dependencies": { "tabbable": "^6.2.0" } }, "node_modules/follow-redirects": { "version": "1.15.9", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", - "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", "dev": true, "funding": [ { @@ -9267,6 +8896,7 @@ "url": "https://github.com/sponsors/RubenVerborgh" } ], + "license": "MIT", "engines": { "node": ">=4.0" }, @@ -9278,8 +8908,6 @@ }, "node_modules/font-awesome": { "version": "4.7.0", - "resolved": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz", - "integrity": "sha512-U6kGnykA/6bFmg1M/oT9EkFeIYv7JlX3bozwQJWiiLz6L0w3F5vBVPxHlwyX/vtNq1ckcpRKOB9f2Qal/VtFpg==", "dev": true, "license": "(OFL-1.1 AND MIT)", "engines": { @@ -9288,17 +8916,15 @@ }, "node_modules/for-each": { "version": "0.3.3", - "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", - "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", "dev": true, + "license": "MIT", "dependencies": { "is-callable": "^1.1.3" } }, "node_modules/foreground-child": { "version": "3.3.0", - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", - "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==", + "license": "ISC", "dependencies": { "cross-spawn": "^7.0.0", "signal-exit": "^4.0.1" @@ -9312,8 +8938,7 @@ }, "node_modules/foreground-child/node_modules/signal-exit": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "license": "ISC", "engines": { "node": ">=14" }, @@ -9322,9 +8947,8 @@ } }, "node_modules/form-data": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", - "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "version": "4.0.1", + "license": "MIT", "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", @@ -9336,17 +8960,15 @@ }, "node_modules/form-data-encoder": { "version": "2.1.4", - "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.4.tgz", - "integrity": "sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 14.17" } }, "node_modules/formdata-polyfill": { "version": "4.0.10", - "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", - "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==", + "license": "MIT", "dependencies": { "fetch-blob": "^3.1.2" }, @@ -9355,13 +8977,12 @@ } }, "node_modules/formidable": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/formidable/-/formidable-3.5.1.tgz", - "integrity": "sha512-WJWKelbRHN41m5dumb0/k8TeAx7Id/y3a+Z7QfhxP/htI9Js5zYaEDtG8uMgG0vM0lOlqnmjE99/kfpOYi/0Og==", + "version": "3.5.2", "dev": true, + "license": "MIT", "dependencies": { "dezalgo": "^1.0.4", - "hexoid": "^1.0.0", + "hexoid": "^2.0.0", "once": "^1.4.0" }, "funding": { @@ -9370,17 +8991,14 @@ }, "node_modules/fp-and-or": { "version": "0.1.4", - "resolved": "https://registry.npmjs.org/fp-and-or/-/fp-and-or-0.1.4.tgz", - "integrity": "sha512-+yRYRhpnFPWXSly/6V4Lw9IfOV26uu30kynGJ03PW+MnjOEQe45RZ141QcS0aJehYBYA50GfCDnsRbFJdhssRw==", "dev": true, + "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/fresh": { "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", "license": "MIT", "engines": { "node": ">= 0.6" @@ -9391,6 +9009,7 @@ "resolved": "https://registry.npmjs.org/front-matter/-/front-matter-4.0.2.tgz", "integrity": "sha512-I8ZuJ/qG92NWX8i5x1Y8qyj3vizhXS31OxjKDu3LKP+7/qBgfIKValiZIEwoVoJKUHlhWtYrktkxV1XsX+pPlg==", "dev": true, + "license": "MIT", "dependencies": { "js-yaml": "^3.13.1" } @@ -9399,13 +9018,13 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fs-extra": { "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", - "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "^4.1.2", "jsonfile": "^4.0.0", @@ -9417,9 +9036,8 @@ }, "node_modules/fs-minipass": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.3.tgz", - "integrity": "sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==", "dev": true, + "license": "ISC", "dependencies": { "minipass": "^7.0.3" }, @@ -9429,35 +9047,19 @@ }, "node_modules/fs.realpath": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" - }, - "node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } + "license": "ISC" }, "node_modules/function-bind": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/function.prototype.name": { "version": "1.1.6", - "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", - "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.2.0", @@ -9473,24 +9075,20 @@ }, "node_modules/functions-have-names": { "version": "1.2.3", - "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", - "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/fzstd": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/fzstd/-/fzstd-0.1.1.tgz", - "integrity": "sha512-dkuVSOKKwh3eas5VkJy1AW1vFpet8TA/fGmVA5krThl8YcOVE/8ZIoEA1+U1vEn5ckxxhLirSdY837azmbaNHA==" + "license": "MIT" }, "node_modules/gauge": { "version": "4.0.4", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz", - "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==", - "deprecated": "This package is no longer supported.", "dev": true, + "license": "ISC", "dependencies": { "aproba": "^1.0.3 || ^2.0.0", "color-support": "^1.1.3", @@ -9505,18 +9103,21 @@ "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, + "node_modules/geojson-vt": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-3.2.1.tgz", + "integrity": "sha512-EvGQQi/zPrDA6zr6BnJD/YhwAkBP8nnJ9emh3EnHQKVMfg/MRVtPbMYdgVy/IaEmn4UfagD2a6fafPDL5hbtwg==", + "license": "ISC" + }, "node_modules/get-caller-file": { "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "license": "ISC", "engines": { "node": "6.* || 8.* || >= 10.*" } }, "node_modules/get-east-asian-width": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz", - "integrity": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==", + "version": "1.3.0", "license": "MIT", "engines": { "node": ">=18" @@ -9525,20 +9126,10 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/get-func-name": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz", - "integrity": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==", - "dev": true, - "engines": { - "node": "*" - } - }, "node_modules/get-intrinsic": { "version": "1.2.4", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", - "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", "dev": true, + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "function-bind": "^1.1.2", @@ -9558,6 +9149,7 @@ "resolved": "https://registry.npmjs.org/get-pkg-repo/-/get-pkg-repo-4.2.1.tgz", "integrity": "sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA==", "dev": true, + "license": "MIT", "dependencies": { "@hutson/parse-repository-url": "^3.0.0", "hosted-git-info": "^4.0.0", @@ -9576,6 +9168,7 @@ "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", "dev": true, + "license": "ISC", "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.0", @@ -9587,6 +9180,7 @@ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", "dev": true, + "license": "ISC", "dependencies": { "lru-cache": "^6.0.0" }, @@ -9599,6 +9193,7 @@ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -9611,6 +9206,7 @@ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -9628,6 +9224,7 @@ "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", "dev": true, + "license": "MIT", "dependencies": { "cliui": "^7.0.2", "escalade": "^3.1.1", @@ -9646,15 +9243,15 @@ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "dev": true, + "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/get-port": { "version": "5.1.1", - "resolved": "https://registry.npmjs.org/get-port/-/get-port-5.1.1.tgz", - "integrity": "sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" }, @@ -9664,9 +9261,8 @@ }, "node_modules/get-stdin": { "version": "8.0.0", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz", - "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -9679,6 +9275,7 @@ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.0.tgz", "integrity": "sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -9688,9 +9285,8 @@ }, "node_modules/get-symbol-description": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz", - "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.5", "es-errors": "^1.3.0", @@ -9705,8 +9301,6 @@ }, "node_modules/get-tsconfig": { "version": "4.8.1", - "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.8.1.tgz", - "integrity": "sha512-k9PN+cFBmaLWtVz29SkUoqU5O0slLuHJXt/2P+tMVFT+phsSGXGkp9t3rQIqdz0e+06EHNGs3oM6ZX1s2zHxRg==", "license": "MIT", "dependencies": { "resolve-pkg-maps": "^1.0.0" @@ -9720,6 +9314,7 @@ "resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-3.0.0.tgz", "integrity": "sha512-b5OHmZ3vAgGrDn/X0kS+9qCfNKWe4K/jFnhwzVWWg0/k5eLa3060tZShrRg8Dja5kPc+YjS0Gc6y7cRr44Lpjw==", "dev": true, + "license": "MIT", "dependencies": { "dargs": "^7.0.0", "meow": "^8.1.2", @@ -9737,6 +9332,7 @@ "resolved": "https://registry.npmjs.org/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz", "integrity": "sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw==", "dev": true, + "license": "MIT", "dependencies": { "gitconfiglocal": "^1.0.0", "pify": "^2.3.0" @@ -9750,6 +9346,7 @@ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -9759,6 +9356,7 @@ "resolved": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-5.0.1.tgz", "integrity": "sha512-hIvOeZwRbQ+7YEUmCkHqo8FOLQZCEn18yevLHADlFPZY02KJGsu5FZt9YW/lybfK2uhWFI7Qg/07LekJiTv7iA==", "dev": true, + "license": "MIT", "dependencies": { "meow": "^8.1.2", "semver": "^7.0.0" @@ -9775,6 +9373,7 @@ "resolved": "https://registry.npmjs.org/git-up/-/git-up-7.0.0.tgz", "integrity": "sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==", "dev": true, + "license": "MIT", "dependencies": { "is-ssh": "^1.4.0", "parse-url": "^8.1.0" @@ -9785,6 +9384,7 @@ "resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-14.0.0.tgz", "integrity": "sha512-NnLweV+2A4nCvn4U/m2AoYu0pPKlsmhK9cknG7IMwsjFY1S2jxM+mAhsDxyxfCIGfGaD+dozsyX4b6vkYc83yQ==", "dev": true, + "license": "MIT", "dependencies": { "git-up": "^7.0.0" } @@ -9794,24 +9394,31 @@ "resolved": "https://registry.npmjs.org/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz", "integrity": "sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ==", "dev": true, + "license": "BSD", "dependencies": { "ini": "^1.3.2" } }, + "node_modules/gl-matrix": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/gl-matrix/-/gl-matrix-3.4.3.tgz", + "integrity": "sha512-wcCp8vu8FT22BnvKVPjXa/ICBWRq/zjFfdofZy1WSpQZpphblv12/bOQLBC1rMM7SGOFS9ltVmKOHil5+Ml7gA==", + "license": "MIT" + }, "node_modules/glob": { - "version": "10.4.5", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", - "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "version": "7.2.3", + "dev": true, + "license": "ISC", "dependencies": { - "foreground-child": "^3.1.0", - "jackspeak": "^3.1.2", - "minimatch": "^9.0.4", - "minipass": "^7.1.2", - "package-json-from-dist": "^1.0.0", - "path-scurry": "^1.11.1" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" }, - "bin": { - "glob": "dist/esm/bin.mjs" + "engines": { + "node": "*" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -9819,9 +9426,8 @@ }, "node_modules/glob-parent": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", "dev": true, + "license": "ISC", "dependencies": { "is-glob": "^4.0.3" }, @@ -9829,33 +9435,26 @@ "node": ">=10.13.0" } }, - "node_modules/glob/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dependencies": { - "balanced-match": "^1.0.0" - } + "node_modules/glob-to-regexp": { + "version": "0.4.1", + "dev": true, + "license": "BSD-2-Clause" }, "node_modules/glob/node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "version": "3.1.2", + "dev": true, + "license": "ISC", "dependencies": { - "brace-expansion": "^2.0.1" + "brace-expansion": "^1.1.7" }, "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": "*" } }, "node_modules/global-dirs": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.1.tgz", - "integrity": "sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==", "dev": true, + "license": "MIT", "dependencies": { "ini": "2.0.0" }, @@ -9868,18 +9467,16 @@ }, "node_modules/global-dirs/node_modules/ini": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", - "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", "dev": true, + "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/globals": { "version": "13.24.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", "dev": true, + "license": "MIT", "dependencies": { "type-fest": "^0.20.2" }, @@ -9892,9 +9489,8 @@ }, "node_modules/globalthis": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", - "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", "dev": true, + "license": "MIT", "dependencies": { "define-properties": "^1.2.1", "gopd": "^1.0.1" @@ -9908,9 +9504,8 @@ }, "node_modules/globby": { "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", "dev": true, + "license": "MIT", "dependencies": { "array-union": "^2.1.0", "dir-glob": "^3.0.1", @@ -9926,11 +9521,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/google-maps": { + "version": "3.3.0", + "dev": true, + "license": "MIT", + "engines": { + "node": "*" + } + }, "node_modules/gopd": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", - "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", "dev": true, + "license": "MIT", "dependencies": { "get-intrinsic": "^1.1.3" }, @@ -9940,9 +9542,8 @@ }, "node_modules/got": { "version": "12.6.1", - "resolved": "https://registry.npmjs.org/got/-/got-12.6.1.tgz", - "integrity": "sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ==", "dev": true, + "license": "MIT", "dependencies": { "@sindresorhus/is": "^5.2.0", "@szmarczak/http-timer": "^5.0.1", @@ -9965,9 +9566,8 @@ }, "node_modules/got/node_modules/get-stream": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -9977,29 +9577,24 @@ }, "node_modules/graceful-fs": { "version": "4.2.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", - "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/graphemer": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", - "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/graphql": { "version": "16.9.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", - "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==", "dev": true, + "license": "MIT", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } }, "node_modules/gray-matter": { "version": "4.0.3", - "resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz", - "integrity": "sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==", "license": "MIT", "dependencies": { "js-yaml": "^3.13.1", @@ -10011,11 +9606,32 @@ "node": ">=6.0" } }, + "node_modules/grid-index": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/grid-index/-/grid-index-1.1.0.tgz", + "integrity": "sha512-HZRwumpOGUrHyxO5bqKZL0B0GlUpwtCAzZ42sgxUPniu33R1LSFH5yrIcBCHjkctCAh3mtWKcKd9J4vDDdeVHA==", + "license": "ISC" + }, + "node_modules/grid-list": { + "version": "0.4.1", + "dev": true, + "license": "Apache-2.0" + }, + "node_modules/hammerjs": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/hammerjs/-/hammerjs-2.0.8.tgz", + "integrity": "sha512-tSQXBXS/MWQOn/RKckawJ61vvsDpCom87JgxiYdGwHdOa0ht0vzUWDlfioofFCRU0L+6NGDt6XzbgoJvZkMeRQ==", + "license": "MIT", + "engines": { + "node": ">=0.8.0" + } + }, "node_modules/handlebars": { "version": "4.7.8", "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", "dev": true, + "license": "MIT", "dependencies": { "minimist": "^1.2.5", "neo-async": "^2.6.2", @@ -10037,33 +9653,31 @@ "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz", "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/has-bigints": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", - "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/has-property-descriptors": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", - "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", "dev": true, + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0" }, @@ -10073,9 +9687,8 @@ }, "node_modules/has-proto": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", - "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -10085,9 +9698,8 @@ }, "node_modules/has-symbols": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -10097,9 +9709,8 @@ }, "node_modules/has-tostringtag": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", - "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", "dev": true, + "license": "MIT", "dependencies": { "has-symbols": "^1.0.3" }, @@ -10112,15 +9723,13 @@ }, "node_modules/has-unicode": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", - "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/has-yarn": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-3.0.0.tgz", - "integrity": "sha512-IrsVwUHhEULx3R8f/aA8AHuEzAorplsab/v8HBzEiIukwq5i/EC+xmOW+HfP1OaDP+2JkgT1yILHN2O3UFIbcA==", "dev": true, + "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, @@ -10130,8 +9739,7 @@ }, "node_modules/hasown": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "license": "MIT", "dependencies": { "function-bind": "^1.1.2" }, @@ -10141,9 +9749,8 @@ }, "node_modules/hast-util-to-html": { "version": "9.0.3", - "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.3.tgz", - "integrity": "sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==", "dev": true, + "license": "MIT", "dependencies": { "@types/hast": "^3.0.0", "@types/unist": "^3.0.0", @@ -10164,9 +9771,8 @@ }, "node_modules/hast-util-whitespace": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", - "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", "dev": true, + "license": "MIT", "dependencies": { "@types/hast": "^3.0.0" }, @@ -10177,8 +9783,6 @@ }, "node_modules/he": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", - "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", "license": "MIT", "bin": { "he": "bin/he" @@ -10186,23 +9790,19 @@ }, "node_modules/headers-polyfill": { "version": "4.0.3", - "resolved": "https://registry.npmjs.org/headers-polyfill/-/headers-polyfill-4.0.3.tgz", - "integrity": "sha512-IScLbePpkvO846sIwOtOTDjutRMWdXdJmXdMvk6gCBHxFO8d+QKOQedyZSxFTTFYRSmlgSTDtXqqq4pcenBXLQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/hexoid": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/hexoid/-/hexoid-1.0.0.tgz", - "integrity": "sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==", + "version": "2.0.0", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/highlight.js": { "version": "11.10.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.10.0.tgz", - "integrity": "sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ==", "license": "BSD-3-Clause", "engines": { "node": ">=12.0.0" @@ -10210,15 +9810,13 @@ }, "node_modules/hookable": { "version": "5.5.3", - "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz", - "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/hosted-git-info": { "version": "7.0.2", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz", - "integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==", "dev": true, + "license": "ISC", "dependencies": { "lru-cache": "^10.0.1" }, @@ -10228,8 +9826,6 @@ }, "node_modules/htl": { "version": "0.3.1", - "resolved": "https://registry.npmjs.org/htl/-/htl-0.3.1.tgz", - "integrity": "sha512-1LBtd+XhSc+++jpOOt0lCcEycXs/zTQSupOISnVAUmvGBpV7DH+C2M6hwV7zWYfpTMMg9ch4NO0lHiOTAMHdVA==", "license": "ISC", "engines": { "node": ">=12" @@ -10237,8 +9833,6 @@ }, "node_modules/html-encoding-sniffer": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz", - "integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==", "license": "MIT", "dependencies": { "whatwg-encoding": "^3.1.1" @@ -10249,15 +9843,13 @@ }, "node_modules/html-escaper": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", - "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/html-void-elements": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz", - "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -10265,14 +9857,11 @@ }, "node_modules/http-cache-semantics": { "version": "4.1.1", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", - "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", - "dev": true + "dev": true, + "license": "BSD-2-Clause" }, "node_modules/http-errors": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", "license": "MIT", "dependencies": { "depd": "2.0.0", @@ -10287,8 +9876,7 @@ }, "node_modules/http-proxy-agent": { "version": "7.0.2", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", - "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", + "license": "MIT", "dependencies": { "agent-base": "^7.1.0", "debug": "^4.3.4" @@ -10299,9 +9887,8 @@ }, "node_modules/http2-wrapper": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.1.tgz", - "integrity": "sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==", "dev": true, + "license": "MIT", "dependencies": { "quick-lru": "^5.1.1", "resolve-alpn": "^1.2.0" @@ -10312,9 +9899,8 @@ }, "node_modules/http2-wrapper/node_modules/quick-lru": { "version": "5.1.1", - "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", - "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -10324,8 +9910,7 @@ }, "node_modules/https-proxy-agent": { "version": "7.0.5", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz", - "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==", + "license": "MIT", "dependencies": { "agent-base": "^7.0.2", "debug": "4" @@ -10339,23 +9924,22 @@ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=10.17.0" } }, "node_modules/humanize-ms": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", - "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==", "dev": true, + "license": "MIT", "dependencies": { "ms": "^2.0.0" } }, "node_modules/iconv-lite": { "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "license": "MIT", "dependencies": { "safer-buffer": ">= 2.1.2 < 3" }, @@ -10363,11 +9947,19 @@ "node": ">=0.10.0" } }, + "node_modules/icss-utils": { + "version": "5.1.0", + "dev": true, + "license": "ISC", + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, "node_modules/ieee754": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", - "dev": true, "funding": [ { "type": "github", @@ -10381,22 +9973,21 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "BSD-3-Clause" }, "node_modules/ignore": { "version": "5.3.2", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", - "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", "dev": true, + "license": "MIT", "engines": { "node": ">= 4" } }, "node_modules/ignore-walk": { "version": "6.0.5", - "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.5.tgz", - "integrity": "sha512-VuuG0wCnjhnylG1ABXT3dAuIpTNDs/G8jlpmwXY03fXoXy/8ZK8/T+hMzt8L4WnrLCJgdybqgPagnF/f97cg3A==", "dev": true, + "license": "ISC", "dependencies": { "minimatch": "^9.0.0" }, @@ -10406,18 +9997,16 @@ }, "node_modules/ignore-walk/node_modules/brace-expansion": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } }, "node_modules/ignore-walk/node_modules/minimatch": { "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -10430,15 +10019,12 @@ }, "node_modules/immediate": { "version": "3.0.6", - "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", - "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==", "license": "MIT" }, "node_modules/import-fresh": { "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", "dev": true, + "license": "MIT", "dependencies": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" @@ -10452,18 +10038,16 @@ }, "node_modules/import-lazy": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz", - "integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/import-local": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", - "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", "dev": true, + "license": "MIT", "dependencies": { "pkg-dir": "^4.2.0", "resolve-cwd": "^3.0.0" @@ -10480,33 +10064,28 @@ }, "node_modules/imurmurhash": { "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.8.19" } }, "node_modules/indent-string": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/infer-owner": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", - "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/inflight": { "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", + "license": "ISC", "dependencies": { "once": "^1.3.0", "wrappy": "1" @@ -10514,20 +10093,19 @@ }, "node_modules/inherits": { "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + "license": "ISC" }, "node_modules/ini": { "version": "1.3.8", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", - "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/init-package-json": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-6.0.3.tgz", "integrity": "sha512-Zfeb5ol+H+eqJWHTaGca9BovufyGeIfr4zaaBorPmJBMrJ+KBnN+kQx2ZtXdsotUTgldHmHQV44xvUWOUA7E2w==", "dev": true, + "license": "ISC", "dependencies": { "@npmcli/package-json": "^5.0.0", "npm-package-arg": "^11.0.0", @@ -10546,6 +10124,7 @@ "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.6.tgz", "integrity": "sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==", "dev": true, + "license": "MIT", "dependencies": { "ansi-escapes": "^4.2.1", "chalk": "^4.1.1", @@ -10569,9 +10148,8 @@ }, "node_modules/internal-slot": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz", - "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==", "dev": true, + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "hasown": "^2.0.0", @@ -10583,17 +10161,23 @@ }, "node_modules/internmap": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz", - "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==", + "license": "ISC", "engines": { "node": ">=12" } }, + "node_modules/interpret": { + "version": "3.1.1", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10.13.0" + } + }, "node_modules/ip-address": { "version": "9.0.5", - "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz", - "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==", "dev": true, + "license": "MIT", "dependencies": { "jsbn": "1.1.0", "sprintf-js": "^1.1.3" @@ -10604,15 +10188,13 @@ }, "node_modules/ip-address/node_modules/sprintf-js": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", - "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", - "dev": true + "dev": true, + "license": "BSD-3-Clause" }, "node_modules/is-array-buffer": { "version": "3.0.4", - "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz", - "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.2", "get-intrinsic": "^1.2.1" @@ -10626,15 +10208,13 @@ }, "node_modules/is-arrayish": { "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/is-bigint": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", - "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", "dev": true, + "license": "MIT", "dependencies": { "has-bigints": "^1.0.1" }, @@ -10644,9 +10224,8 @@ }, "node_modules/is-boolean-object": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", - "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" @@ -10660,9 +10239,8 @@ }, "node_modules/is-callable": { "version": "1.2.7", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", - "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -10672,9 +10250,8 @@ }, "node_modules/is-ci": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz", - "integrity": "sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==", "dev": true, + "license": "MIT", "dependencies": { "ci-info": "^3.2.0" }, @@ -10684,8 +10261,7 @@ }, "node_modules/is-core-module": { "version": "2.15.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz", - "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==", + "license": "MIT", "dependencies": { "hasown": "^2.0.2" }, @@ -10698,9 +10274,8 @@ }, "node_modules/is-data-view": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz", - "integrity": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==", "dev": true, + "license": "MIT", "dependencies": { "is-typed-array": "^1.1.13" }, @@ -10713,9 +10288,8 @@ }, "node_modules/is-date-object": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", - "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", "dev": true, + "license": "MIT", "dependencies": { "has-tostringtag": "^1.0.0" }, @@ -10731,6 +10305,7 @@ "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", "dev": true, + "license": "MIT", "bin": { "is-docker": "cli.js" }, @@ -10743,8 +10318,6 @@ }, "node_modules/is-extendable": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", - "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -10752,26 +10325,23 @@ }, "node_modules/is-extglob": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/is-fullwidth-code-point": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/is-glob": { "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "dev": true, + "license": "MIT", "dependencies": { "is-extglob": "^2.1.1" }, @@ -10781,8 +10351,6 @@ }, "node_modules/is-inside-container": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", - "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", "license": "MIT", "dependencies": { "is-docker": "^3.0.0" @@ -10799,8 +10367,6 @@ }, "node_modules/is-inside-container/node_modules/is-docker": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", - "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", "license": "MIT", "bin": { "is-docker": "cli.js" @@ -10814,9 +10380,8 @@ }, "node_modules/is-installed-globally": { "version": "0.4.0", - "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz", - "integrity": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==", "dev": true, + "license": "MIT", "dependencies": { "global-dirs": "^3.0.0", "is-path-inside": "^3.0.2" @@ -10833,27 +10398,24 @@ "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/is-lambda": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", - "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/is-module": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz", - "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==", "license": "MIT" }, "node_modules/is-negative-zero": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz", - "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -10863,15 +10425,13 @@ }, "node_modules/is-node-process": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/is-node-process/-/is-node-process-1.2.0.tgz", - "integrity": "sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/is-npm": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-6.0.0.tgz", - "integrity": "sha512-JEjxbSmtPSt1c8XTkVrlujcXdKV1/tvuQ7GwKcAlyiVLeYFQ2VHat8xfrDJsIkhCdF/tZ7CiIR3sy141c6+gPQ==", "dev": true, + "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, @@ -10881,18 +10441,16 @@ }, "node_modules/is-number": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.12.0" } }, "node_modules/is-number-object": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", - "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", "dev": true, + "license": "MIT", "dependencies": { "has-tostringtag": "^1.0.0" }, @@ -10905,18 +10463,16 @@ }, "node_modules/is-obj": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", - "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/is-path-inside": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", - "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -10926,6 +10482,7 @@ "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -10935,20 +10492,17 @@ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/is-potential-custom-element-name": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", - "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", "license": "MIT" }, "node_modules/is-reference": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz", - "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==", "license": "MIT", "dependencies": { "@types/estree": "*" @@ -10956,9 +10510,8 @@ }, "node_modules/is-regex": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", - "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" @@ -10972,9 +10525,8 @@ }, "node_modules/is-shared-array-buffer": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz", - "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7" }, @@ -10990,6 +10542,7 @@ "resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.4.0.tgz", "integrity": "sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==", "dev": true, + "license": "MIT", "dependencies": { "protocols": "^2.0.1" } @@ -10999,15 +10552,15 @@ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/is-string": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", - "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", "dev": true, + "license": "MIT", "dependencies": { "has-tostringtag": "^1.0.0" }, @@ -11020,9 +10573,8 @@ }, "node_modules/is-symbol": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", - "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", "dev": true, + "license": "MIT", "dependencies": { "has-symbols": "^1.0.2" }, @@ -11038,6 +10590,7 @@ "resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz", "integrity": "sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==", "dev": true, + "license": "MIT", "dependencies": { "text-extensions": "^1.0.0" }, @@ -11047,9 +10600,8 @@ }, "node_modules/is-typed-array": { "version": "1.1.13", - "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz", - "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==", "dev": true, + "license": "MIT", "dependencies": { "which-typed-array": "^1.1.14" }, @@ -11062,15 +10614,15 @@ }, "node_modules/is-typedarray": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/is-unicode-supported": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -11080,9 +10632,8 @@ }, "node_modules/is-weakref": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", - "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.2" }, @@ -11092,9 +10643,8 @@ }, "node_modules/is-what": { "version": "4.1.16", - "resolved": "https://registry.npmjs.org/is-what/-/is-what-4.1.16.tgz", - "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==", "dev": true, + "license": "MIT", "engines": { "node": ">=12.13" }, @@ -11107,6 +10657,7 @@ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", "dev": true, + "license": "MIT", "dependencies": { "is-docker": "^2.0.0" }, @@ -11116,52 +10667,45 @@ }, "node_modules/is-yarn-global": { "version": "0.4.1", - "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.4.1.tgz", - "integrity": "sha512-/kppl+R+LO5VmhYSEWARUFjodS25D68gvj8W7z0I7OWhUla5xWu8KL6CtB2V0R6yqhnRgbcaREMr4EEM6htLPQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" } }, "node_modules/isarray": { "version": "2.0.5", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", - "dev": true - }, + "dev": true, + "license": "MIT" + }, "node_modules/isexe": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" + "license": "ISC" }, "node_modules/isobject": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/isoformat": { "version": "0.2.1", - "resolved": "https://registry.npmjs.org/isoformat/-/isoformat-0.2.1.tgz", - "integrity": "sha512-tFLRAygk9NqrRPhJSnNGh7g7oaVWDwR0wKh/GM2LgmPa50Eg4UfyaCO4I8k6EqJHl1/uh2RAD6g06n5ygEnrjQ==" + "license": "ISC" }, "node_modules/istanbul-lib-coverage": { "version": "3.2.2", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", - "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=8" } }, "node_modules/istanbul-lib-report": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", - "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "istanbul-lib-coverage": "^3.0.0", "make-dir": "^4.0.0", @@ -11173,9 +10717,8 @@ }, "node_modules/istanbul-lib-report/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -11185,9 +10728,8 @@ }, "node_modules/istanbul-lib-source-maps": { "version": "5.0.6", - "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-5.0.6.tgz", - "integrity": "sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "@jridgewell/trace-mapping": "^0.3.23", "debug": "^4.1.1", @@ -11199,9 +10741,8 @@ }, "node_modules/istanbul-reports": { "version": "3.1.7", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz", - "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "html-escaper": "^2.0.0", "istanbul-lib-report": "^3.0.0" @@ -11212,8 +10753,7 @@ }, "node_modules/jackspeak": { "version": "3.4.3", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", - "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", + "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/cliui": "^8.0.2" }, @@ -11229,6 +10769,7 @@ "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz", "integrity": "sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==", "dev": true, + "license": "Apache-2.0", "dependencies": { "async": "^3.2.3", "chalk": "^4.0.2", @@ -11247,6 +10788,7 @@ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -11254,11 +10796,17 @@ "node": "*" } }, + "node_modules/javascript-autocomplete": { + "version": "1.0.5", + "dev": true, + "license": "MIT" + }, "node_modules/jest-diff": { "version": "29.7.0", "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz", "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==", "dev": true, + "license": "MIT", "dependencies": { "chalk": "^4.0.0", "diff-sequences": "^29.6.3", @@ -11274,6 +10822,7 @@ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -11286,6 +10835,7 @@ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", "dev": true, + "license": "MIT", "dependencies": { "@jest/schemas": "^29.6.3", "ansi-styles": "^5.0.0", @@ -11299,39 +10849,50 @@ "version": "18.3.1", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jest-get-type": { "version": "29.6.3", "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", "dev": true, + "license": "MIT", "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, + "node_modules/jest-worker": { + "version": "27.5.1", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, "node_modules/jju": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/jju/-/jju-1.4.0.tgz", - "integrity": "sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/js-md4": { "version": "0.3.2", - "resolved": "https://registry.npmjs.org/js-md4/-/js-md4-0.3.2.tgz", - "integrity": "sha512-/GDnfQYsltsjRswQhN9fhv3EMw2sCpUdrdxyWDOUK7eyD++r3gRhzgiQgc/x4MAv2i1iuQ4lxO5mvqM3vj4bwA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/js-tokens": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/js-yaml": { "version": "3.13.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", - "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", + "license": "MIT", "dependencies": { "argparse": "^1.0.7", "esprima": "^4.0.0" @@ -11342,14 +10903,11 @@ }, "node_modules/jsbn": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", - "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jsdom": { "version": "23.2.0", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-23.2.0.tgz", - "integrity": "sha512-L88oL7D/8ufIES+Zjz7v0aes+oBMh2Xnh3ygWvL0OaICOomKEPKuPnIfBJekiXr+BHbbMjrWn/xqrDQuxFTeyA==", "license": "MIT", "dependencies": { "@asamuzakjp/dom-selector": "^2.0.1", @@ -11388,8 +10946,6 @@ }, "node_modules/jsdom/node_modules/tr46": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.0.0.tgz", - "integrity": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==", "license": "MIT", "dependencies": { "punycode": "^2.3.1" @@ -11400,8 +10956,6 @@ }, "node_modules/jsdom/node_modules/webidl-conversions": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", - "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", "license": "BSD-2-Clause", "engines": { "node": ">=12" @@ -11409,8 +10963,6 @@ }, "node_modules/jsdom/node_modules/whatwg-url": { "version": "14.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.0.0.tgz", - "integrity": "sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==", "license": "MIT", "dependencies": { "tr46": "^5.0.0", @@ -11422,8 +10974,6 @@ }, "node_modules/json-bignum": { "version": "0.0.3", - "resolved": "https://registry.npmjs.org/json-bignum/-/json-bignum-0.0.3.tgz", - "integrity": "sha512-2WHyXj3OfHSgNyuzDbSxI1w2jgw5gkWSWhS7Qg4bWXx1nLk3jnbwfUeS0PSba3IzpTUWdHxBieELUzXRjQB2zg==", "dev": true, "engines": { "node": ">=0.8" @@ -11431,51 +10981,54 @@ }, "node_modules/json-buffer": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", - "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/json-parse-better-errors": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/json-parse-even-better-errors": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.2.tgz", - "integrity": "sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==", "dev": true, + "license": "MIT", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/json-parse-helpfulerror": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/json-parse-helpfulerror/-/json-parse-helpfulerror-1.0.3.tgz", - "integrity": "sha512-XgP0FGR77+QhUxjXkwOMkC94k3WtqEBfcnjWqhRd82qTat4SWKRE+9kUnynz/shm3I4ea2+qISvTIeGTNU7kJg==", "dev": true, + "license": "MIT", "dependencies": { "jju": "^1.1.0" } }, + "node_modules/json-schema-migrate": { + "version": "2.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "ajv": "^8.0.0" + } + }, "node_modules/json-schema-traverse": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/json-stable-stringify-without-jsonify": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/json-stringify-nice": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/json-stringify-nice/-/json-stringify-nice-1.1.4.tgz", "integrity": "sha512-5Z5RFW63yxReJ7vANgW6eZFGWaQvnPE3WNmZoOJrSkGju2etKA2L5rrOa1sm877TVTFt57A80BH1bArcmlLfPw==", "dev": true, + "license": "ISC", "funding": { "url": "https://github.com/sponsors/isaacs" } @@ -11484,13 +11037,13 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/json5": { "version": "2.2.3", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", - "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "dev": true, + "license": "MIT", "bin": { "json5": "lib/cli.js" }, @@ -11502,37 +11055,36 @@ "version": "3.2.0", "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jsonfile": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", "dev": true, + "license": "MIT", "optionalDependencies": { "graceful-fs": "^4.1.6" } }, "node_modules/jsonlines": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsonlines/-/jsonlines-0.1.1.tgz", - "integrity": "sha512-ekDrAGso79Cvf+dtm+mL8OBI2bmAOt3gssYs833De/C9NmIpWDWyUO4zPgB5x2/OhY366dkhgfPMYfwZF7yOZA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jsonparse": { "version": "1.3.1", - "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", - "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==", "dev": true, "engines": [ "node >= 0.2.0" - ] + ], + "license": "MIT" }, "node_modules/JSONStream": { "version": "1.3.5", "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", "dev": true, + "license": "(MIT OR Apache-2.0)", "dependencies": { "jsonparse": "^1.2.0", "through": ">=2.2.7 <3" @@ -11546,8 +11098,6 @@ }, "node_modules/jszip": { "version": "3.10.1", - "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz", - "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==", "license": "(MIT OR GPL-3.0-or-later)", "dependencies": { "lie": "~3.3.0", @@ -11558,14 +11108,10 @@ }, "node_modules/jszip/node_modules/isarray": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", "license": "MIT" }, "node_modules/jszip/node_modules/readable-stream": { "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", "license": "MIT", "dependencies": { "core-util-is": "~1.0.0", @@ -11579,14 +11125,10 @@ }, "node_modules/jszip/node_modules/safe-buffer": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", "license": "MIT" }, "node_modules/jszip/node_modules/string_decoder": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "license": "MIT", "dependencies": { "safe-buffer": "~5.1.0" @@ -11596,45 +11138,49 @@ "version": "6.0.2", "resolved": "https://registry.npmjs.org/just-diff/-/just-diff-6.0.2.tgz", "integrity": "sha512-S59eriX5u3/QhMNq3v/gm8Kd0w8OS6Tz2FS1NG4blv+z0MuQcBRJyFWjdovM0Rad4/P4aUPFtnkNjMjyMlMSYA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/just-diff-apply": { "version": "5.5.0", "resolved": "https://registry.npmjs.org/just-diff-apply/-/just-diff-apply-5.5.0.tgz", "integrity": "sha512-OYTthRfSh55WOItVqwpefPtNt2VdKsq5AnAK6apdtR6yCH8pr0CmSr710J0Mf+WdQy7K/OzMy7K2MgAfdQURDw==", - "dev": true + "dev": true, + "license": "MIT" + }, + "node_modules/kdbush": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/kdbush/-/kdbush-4.0.2.tgz", + "integrity": "sha512-WbCVYJ27Sz8zi9Q7Q0xHC+05iwkm3Znipc2XTlrnJbsHMYktW4hPhXUE8Ys1engBrvffoSCqbil1JQAa7clRpA==", + "license": "ISC" }, "node_modules/keyv": { "version": "4.5.4", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", - "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", "dev": true, + "license": "MIT", "dependencies": { "json-buffer": "3.0.1" } }, "node_modules/kind-of": { "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/kleur": { "version": "4.1.5", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz", - "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/latest-version": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-7.0.0.tgz", - "integrity": "sha512-KvNT4XqAMzdcL6ka6Tl3i2lYeFDgXNCuIX+xNx6ZMVR1dFq+idXd9FLKNMOIx0t9mJ9/HudyX4oZWXZQ0UJHeg==", "dev": true, + "license": "MIT", "dependencies": { "package-json": "^8.1.0" }, @@ -11645,11 +11191,33 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/leaflet": { + "version": "1.9.4", + "license": "BSD-2-Clause" + }, + "node_modules/leaflet-draw": { + "version": "1.0.4", + "dev": true, + "license": "MIT" + }, + "node_modules/leaflet.heat": { + "version": "0.2.0", + "dev": true + }, + "node_modules/leaflet.markercluster": { + "version": "1.5.3", + "dev": true, + "license": "MIT", + "peerDependencies": { + "leaflet": "^1.3.1" + } + }, "node_modules/lerna": { "version": "8.1.8", "resolved": "https://registry.npmjs.org/lerna/-/lerna-8.1.8.tgz", "integrity": "sha512-Rmo5ShMx73xM2CUcRixjmpZIXB7ZFlWEul1YvJyx/rH4onAwDHtUGD7Rx4NZYL8QSRiQHroglM2Oyq+WqA4BYg==", "dev": true, + "license": "MIT", "dependencies": { "@lerna/create": "8.1.8", "@npmcli/arborist": "7.5.4", @@ -11742,15 +11310,13 @@ }, "node_modules/lerna/node_modules/argparse": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true + "dev": true, + "license": "Python-2.0" }, "node_modules/lerna/node_modules/chalk": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -11764,9 +11330,8 @@ }, "node_modules/lerna/node_modules/fs-extra": { "version": "11.2.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", - "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -11778,9 +11343,8 @@ }, "node_modules/lerna/node_modules/glob": { "version": "9.3.5", - "resolved": "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz", - "integrity": "sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==", "dev": true, + "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "minimatch": "^8.0.2", @@ -11796,18 +11360,16 @@ }, "node_modules/lerna/node_modules/glob/node_modules/brace-expansion": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } }, "node_modules/lerna/node_modules/glob/node_modules/minimatch": { "version": "8.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.4.tgz", - "integrity": "sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -11820,9 +11382,8 @@ }, "node_modules/lerna/node_modules/js-yaml": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dev": true, + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, @@ -11832,9 +11393,8 @@ }, "node_modules/lerna/node_modules/jsonfile": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "dev": true, + "license": "MIT", "dependencies": { "universalify": "^2.0.0" }, @@ -11844,9 +11404,8 @@ }, "node_modules/lerna/node_modules/minimatch": { "version": "3.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -11856,27 +11415,24 @@ }, "node_modules/lerna/node_modules/minipass": { "version": "4.2.8", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz", - "integrity": "sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==", "dev": true, + "license": "ISC", "engines": { "node": ">=8" } }, "node_modules/lerna/node_modules/resolve-from": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/lerna/node_modules/rimraf": { "version": "4.4.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.4.1.tgz", - "integrity": "sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==", "dev": true, + "license": "ISC", "dependencies": { "glob": "^9.2.0" }, @@ -11892,9 +11448,8 @@ }, "node_modules/lerna/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -11904,18 +11459,16 @@ }, "node_modules/lerna/node_modules/universalify": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", - "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 10.0.0" } }, "node_modules/levn": { "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", "dev": true, + "license": "MIT", "dependencies": { "prelude-ls": "^1.2.1", "type-check": "~0.4.0" @@ -11926,9 +11479,8 @@ }, "node_modules/libnpmaccess": { "version": "8.0.6", - "resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-8.0.6.tgz", - "integrity": "sha512-uM8DHDEfYG6G5gVivVl+yQd4pH3uRclHC59lzIbSvy7b5FEwR+mU49Zq1jEyRtRFv7+M99mUW9S0wL/4laT4lw==", "dev": true, + "license": "ISC", "dependencies": { "npm-package-arg": "^11.0.2", "npm-registry-fetch": "^17.0.1" @@ -11942,6 +11494,7 @@ "resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-9.0.9.tgz", "integrity": "sha512-26zzwoBNAvX9AWOPiqqF6FG4HrSCPsHFkQm7nT+xU1ggAujL/eae81RnCv4CJ2In9q9fh10B88sYSzKCUh/Ghg==", "dev": true, + "license": "ISC", "dependencies": { "ci-info": "^4.0.0", "normalize-package-data": "^6.0.1", @@ -11957,9 +11510,9 @@ } }, "node_modules/libnpmpublish/node_modules/ci-info": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz", - "integrity": "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.1.0.tgz", + "integrity": "sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==", "dev": true, "funding": [ { @@ -11967,14 +11520,13 @@ "url": "https://github.com/sponsors/sibiraj-s" } ], + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/lie": { "version": "3.3.0", - "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz", - "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==", "license": "MIT", "dependencies": { "immediate": "~3.0.5" @@ -11985,14 +11537,13 @@ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-2.0.3.tgz", "integrity": "sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==", "dev": true, + "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" } }, "node_modules/linkify-it": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz", - "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==", "license": "MIT", "dependencies": { "uc.micro": "^2.0.0" @@ -12003,6 +11554,7 @@ "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-6.2.0.tgz", "integrity": "sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==", "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "^4.1.15", "parse-json": "^5.0.0", @@ -12018,15 +11570,36 @@ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=8" } }, + "node_modules/loader-runner": { + "version": "4.3.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.11.5" + } + }, + "node_modules/loader-utils": { + "version": "2.0.4", + "dev": true, + "license": "MIT", + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, "node_modules/locate-path": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", "dev": true, + "license": "MIT", "dependencies": { "p-locate": "^5.0.0" }, @@ -12039,14 +11612,11 @@ }, "node_modules/lodash": { "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.camelcase": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", - "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==", "dev": true, "license": "MIT" }, @@ -12054,19 +11624,20 @@ "version": "4.4.0", "resolved": "https://registry.npmjs.org/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz", "integrity": "sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.merge": { "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/log-symbols": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", "dev": true, + "license": "MIT", "dependencies": { "chalk": "^4.1.0", "is-unicode-supported": "^0.1.0" @@ -12078,20 +11649,26 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/loupe": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.1.1.tgz", - "integrity": "sha512-edNu/8D5MKVfGVFRhFf8aAxiTM6Wumfz5XsaatSxlD3w4R1d/WEKUTydCdPGbl9K7QG/Ca3GnDV2sIKIpXRQcw==", + "node_modules/loose-envify": { + "version": "1.4.0", "dev": true, + "license": "MIT", "dependencies": { - "get-func-name": "^2.0.1" + "js-tokens": "^3.0.0 || ^4.0.0" + }, + "bin": { + "loose-envify": "cli.js" } }, + "node_modules/loupe": { + "version": "3.1.2", + "dev": true, + "license": "MIT" + }, "node_modules/lowercase-keys": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz", - "integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==", "dev": true, + "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, @@ -12101,31 +11678,27 @@ }, "node_modules/lru-cache": { "version": "10.4.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" + "license": "ISC" }, "node_modules/lz-string": { "version": "1.5.0", - "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", - "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==", "dev": true, + "license": "MIT", "bin": { "lz-string": "bin/bin.js" } }, "node_modules/magic-string": { - "version": "0.30.11", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.11.tgz", - "integrity": "sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==", + "version": "0.30.12", + "license": "MIT", "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0" } }, "node_modules/magicast": { "version": "0.3.5", - "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.5.tgz", - "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/parser": "^7.25.4", "@babel/types": "^7.25.4", @@ -12134,9 +11707,8 @@ }, "node_modules/make-dir": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", - "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", "dev": true, + "license": "MIT", "dependencies": { "semver": "^7.5.3" }, @@ -12149,9 +11721,8 @@ }, "node_modules/make-fetch-happen": { "version": "13.0.1", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-13.0.1.tgz", - "integrity": "sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA==", "dev": true, + "license": "ISC", "dependencies": { "@npmcli/agent": "^2.0.0", "cacache": "^18.0.0", @@ -12175,6 +11746,7 @@ "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz", "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" }, @@ -12182,16 +11754,43 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/mapbox-gl": { + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-2.15.0.tgz", + "integrity": "sha512-fjv+aYrd5TIHiL7wRa+W7KjtUqKWziJMZUkK5hm8TvJ3OLeNPx4NmW/DgfYhd/jHej8wWL+QJBDbdMMAKvNC0A==", + "license": "SEE LICENSE IN LICENSE.txt", + "dependencies": { + "@mapbox/geojson-rewind": "^0.5.2", + "@mapbox/jsonlint-lines-primitives": "^2.0.2", + "@mapbox/mapbox-gl-supported": "^2.0.1", + "@mapbox/point-geometry": "^0.1.0", + "@mapbox/tiny-sdf": "^2.0.6", + "@mapbox/unitbezier": "^0.0.1", + "@mapbox/vector-tile": "^1.3.1", + "@mapbox/whoots-js": "^3.1.0", + "csscolorparser": "~1.0.3", + "earcut": "^2.2.4", + "geojson-vt": "^3.2.1", + "gl-matrix": "^3.4.3", + "grid-index": "^1.1.0", + "kdbush": "^4.0.1", + "murmurhash-js": "^1.0.0", + "pbf": "^3.2.1", + "potpack": "^2.0.0", + "quickselect": "^2.0.0", + "rw": "^1.3.3", + "supercluster": "^8.0.0", + "tinyqueue": "^2.0.3", + "vt-pbf": "^3.1.3" + } + }, "node_modules/mark.js": { "version": "8.11.1", - "resolved": "https://registry.npmjs.org/mark.js/-/mark.js-8.11.1.tgz", - "integrity": "sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/markdown-it": { "version": "14.1.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz", - "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==", "license": "MIT", "dependencies": { "argparse": "^2.0.1", @@ -12207,8 +11806,6 @@ }, "node_modules/markdown-it-anchor": { "version": "8.6.7", - "resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-8.6.7.tgz", - "integrity": "sha512-FlCHFwNnutLgVTflOYHPW2pPcl2AACqVzExlkGQNsi4CJgqOHN7YTgDd4LuhgN1BFO3TS0vLAruV1Td6dwWPJA==", "license": "Unlicense", "peerDependencies": { "@types/markdown-it": "*", @@ -12217,15 +11814,21 @@ }, "node_modules/markdown-it/node_modules/argparse": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", "license": "Python-2.0" }, + "node_modules/math.gl": { + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/math.gl/-/math.gl-3.6.3.tgz", + "integrity": "sha512-Yq9CyECvSDox9+5ETi2+x1bGTY5WvGUGL3rJfC4KPoCZAM51MGfrCm6rIn4yOJUVfMPs2a5RwMD+yGS/n1g3gg==", + "license": "MIT", + "dependencies": { + "@math.gl/core": "3.6.3" + } + }, "node_modules/mdast-util-to-hast": { "version": "13.2.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz", - "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==", "dev": true, + "license": "MIT", "dependencies": { "@types/hast": "^3.0.0", "@types/mdast": "^4.0.0", @@ -12244,20 +11847,14 @@ }, "node_modules/mdn-data": { "version": "2.0.30", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", - "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==", "license": "CC0-1.0" }, "node_modules/mdurl": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz", - "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==", "license": "MIT" }, "node_modules/memorystream": { "version": "0.3.1", - "resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz", - "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==", "dev": true, "engines": { "node": ">= 0.10.0" @@ -12268,6 +11865,7 @@ "resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz", "integrity": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==", "dev": true, + "license": "MIT", "dependencies": { "@types/minimist": "^1.2.0", "camelcase-keys": "^6.2.2", @@ -12293,6 +11891,7 @@ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -12306,6 +11905,7 @@ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", "dev": true, + "license": "ISC", "dependencies": { "lru-cache": "^6.0.0" }, @@ -12318,6 +11918,7 @@ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, + "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -12330,6 +11931,7 @@ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -12342,6 +11944,7 @@ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "hosted-git-info": "^4.0.1", "is-core-module": "^2.5.0", @@ -12357,6 +11960,7 @@ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, + "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -12372,6 +11976,7 @@ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, + "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -12384,6 +11989,7 @@ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", "dev": true, + "license": "MIT", "dependencies": { "@types/normalize-package-data": "^2.4.0", "normalize-package-data": "^2.5.0", @@ -12399,6 +12005,7 @@ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", "dev": true, + "license": "MIT", "dependencies": { "find-up": "^4.1.0", "read-pkg": "^5.2.0", @@ -12416,6 +12023,7 @@ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=8" } @@ -12424,13 +12032,15 @@ "version": "2.8.9", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "hosted-git-info": "^2.1.4", "resolve": "^1.10.0", @@ -12443,6 +12053,7 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver" } @@ -12452,6 +12063,7 @@ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=8" } @@ -12461,6 +12073,7 @@ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz", "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -12473,29 +12086,26 @@ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "dev": true, + "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/merge-stream": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/merge2": { "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 8" } }, "node_modules/micromark-util-character": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz", - "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==", + "version": "2.1.1", "dev": true, "funding": [ { @@ -12507,15 +12117,14 @@ "url": "https://opencollective.com/unified" } ], + "license": "MIT", "dependencies": { "micromark-util-symbol": "^2.0.0", "micromark-util-types": "^2.0.0" } }, "node_modules/micromark-util-encode": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.0.tgz", - "integrity": "sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==", + "version": "2.0.1", "dev": true, "funding": [ { @@ -12526,12 +12135,11 @@ "type": "OpenCollective", "url": "https://opencollective.com/unified" } - ] + ], + "license": "MIT" }, "node_modules/micromark-util-sanitize-uri": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.0.tgz", - "integrity": "sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==", + "version": "2.0.1", "dev": true, "funding": [ { @@ -12543,6 +12151,7 @@ "url": "https://opencollective.com/unified" } ], + "license": "MIT", "dependencies": { "micromark-util-character": "^2.0.0", "micromark-util-encode": "^2.0.0", @@ -12550,9 +12159,7 @@ } }, "node_modules/micromark-util-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", - "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "version": "2.0.1", "dev": true, "funding": [ { @@ -12563,12 +12170,11 @@ "type": "OpenCollective", "url": "https://opencollective.com/unified" } - ] + ], + "license": "MIT" }, "node_modules/micromark-util-types": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.0.tgz", - "integrity": "sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==", + "version": "2.0.1", "dev": true, "funding": [ { @@ -12579,13 +12185,13 @@ "type": "OpenCollective", "url": "https://opencollective.com/unified" } - ] + ], + "license": "MIT" }, "node_modules/micromatch": { "version": "4.0.8", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", - "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dev": true, + "license": "MIT", "dependencies": { "braces": "^3.0.3", "picomatch": "^2.3.1" @@ -12596,8 +12202,6 @@ }, "node_modules/mime": { "version": "4.0.4", - "resolved": "https://registry.npmjs.org/mime/-/mime-4.0.4.tgz", - "integrity": "sha512-v8yqInVjhXyqP6+Kw4fV3ZzeMRqEW6FotRsKXjRS5VMTNIuXsdRoAvklpoRgSqXm6o9VNH4/C0mgedko9DdLsQ==", "funding": [ "https://github.com/sponsors/broofa" ], @@ -12611,16 +12215,14 @@ }, "node_modules/mime-db": { "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/mime-types": { "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "license": "MIT", "dependencies": { "mime-db": "1.52.0" }, @@ -12633,15 +12235,15 @@ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/mimic-response": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz", - "integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==", "dev": true, + "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, @@ -12654,21 +12256,20 @@ "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/minimalistic-assert": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", - "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/minimatch": { "version": "3.0.8", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz", - "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -12678,9 +12279,7 @@ }, "node_modules/minimist": { "version": "1.2.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", - "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -12690,6 +12289,7 @@ "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz", "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", "dev": true, + "license": "MIT", "dependencies": { "arrify": "^1.0.1", "is-plain-obj": "^1.1.0", @@ -12701,17 +12301,15 @@ }, "node_modules/minipass": { "version": "7.1.2", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", - "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "license": "ISC", "engines": { "node": ">=16 || 14 >=14.17" } }, "node_modules/minipass-collect": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-2.0.1.tgz", - "integrity": "sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==", "dev": true, + "license": "ISC", "dependencies": { "minipass": "^7.0.3" }, @@ -12721,9 +12319,8 @@ }, "node_modules/minipass-fetch": { "version": "3.0.5", - "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.5.tgz", - "integrity": "sha512-2N8elDQAtSnFV0Dk7gt15KHsS0Fyz6CbYZ360h0WTYV1Ty46li3rAXVOQj1THMNLdmrD9Vt5pBPtWtVkpwGBqg==", "dev": true, + "license": "MIT", "dependencies": { "minipass": "^7.0.3", "minipass-sized": "^1.0.3", @@ -12738,9 +12335,8 @@ }, "node_modules/minipass-flush": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", - "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", "dev": true, + "license": "ISC", "dependencies": { "minipass": "^3.0.0" }, @@ -12750,9 +12346,8 @@ }, "node_modules/minipass-flush/node_modules/minipass": { "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -12762,9 +12357,8 @@ }, "node_modules/minipass-json-stream": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/minipass-json-stream/-/minipass-json-stream-1.0.2.tgz", - "integrity": "sha512-myxeeTm57lYs8pH2nxPzmEEg8DGIgW+9mv6D4JZD2pa81I/OBjeU7PtICXV6c9eRGTA5JMDsuIPUZRCyBMYNhg==", "dev": true, + "license": "MIT", "dependencies": { "jsonparse": "^1.3.1", "minipass": "^3.0.0" @@ -12772,9 +12366,8 @@ }, "node_modules/minipass-json-stream/node_modules/minipass": { "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -12784,9 +12377,8 @@ }, "node_modules/minipass-pipeline": { "version": "1.2.4", - "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", - "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", "dev": true, + "license": "ISC", "dependencies": { "minipass": "^3.0.0" }, @@ -12796,9 +12388,8 @@ }, "node_modules/minipass-pipeline/node_modules/minipass": { "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -12808,9 +12399,8 @@ }, "node_modules/minipass-sized": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", - "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", "dev": true, + "license": "ISC", "dependencies": { "minipass": "^3.0.0" }, @@ -12820,9 +12410,8 @@ }, "node_modules/minipass-sized/node_modules/minipass": { "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -12832,14 +12421,12 @@ }, "node_modules/minisearch": { "version": "7.1.0", - "resolved": "https://registry.npmjs.org/minisearch/-/minisearch-7.1.0.tgz", - "integrity": "sha512-tv7c/uefWdEhcu6hvrfTihflgeEi2tN6VV7HJnCjK6VxM75QQJh4t9FwJCsA2EsRS8LCnu3W87CuGPWMocOLCA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/minizlib": { "version": "2.1.2", - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", - "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "license": "MIT", "dependencies": { "minipass": "^3.0.0", "yallist": "^4.0.0" @@ -12850,8 +12437,7 @@ }, "node_modules/minizlib/node_modules/minipass": { "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -12861,14 +12447,26 @@ }, "node_modules/mitt": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz", - "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==", - "dev": true + "dev": true, + "license": "MIT" + }, + "node_modules/mjolnir.js": { + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/mjolnir.js/-/mjolnir.js-2.7.3.tgz", + "integrity": "sha512-Z5z/+FzZqOSO3juSVKV3zcm4R2eAlWwlKMcqHmyFEJAaLILNcDKnIbnb4/kbcGyIuhtdWrzu8WOIR7uM6I34aw==", + "license": "MIT", + "dependencies": { + "@types/hammerjs": "^2.0.41", + "hammerjs": "^2.0.8" + }, + "engines": { + "node": ">= 4", + "npm": ">= 3" + } }, "node_modules/mkdirp": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "license": "MIT", "bin": { "mkdirp": "bin/cmd.js" }, @@ -12881,36 +12479,35 @@ "resolved": "https://registry.npmjs.org/modify-values/-/modify-values-1.0.1.tgz", "integrity": "sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/mrmime": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz", - "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" } }, "node_modules/ms": { "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + "license": "MIT" }, "node_modules/msw": { - "version": "2.4.9", - "resolved": "https://registry.npmjs.org/msw/-/msw-2.4.9.tgz", - "integrity": "sha512-1m8xccT6ipN4PTqLinPwmzhxQREuxaEJYdx4nIbggxP8aM7r1e71vE7RtOUSQoAm1LydjGfZKy7370XD/tsuYg==", + "version": "2.6.4", "dev": true, "hasInstallScript": true, + "license": "MIT", "dependencies": { - "@bundled-es-modules/cookie": "^2.0.0", + "@bundled-es-modules/cookie": "^2.0.1", "@bundled-es-modules/statuses": "^1.0.1", "@bundled-es-modules/tough-cookie": "^0.1.6", - "@inquirer/confirm": "^3.0.0", - "@mswjs/interceptors": "^0.35.8", + "@inquirer/confirm": "^5.0.0", + "@mswjs/interceptors": "^0.36.5", + "@open-draft/deferred-promise": "^2.2.0", "@open-draft/until": "^2.1.0", "@types/cookie": "^0.6.0", "@types/statuses": "^2.0.4", @@ -12918,10 +12515,10 @@ "graphql": "^16.8.1", "headers-polyfill": "^4.0.2", "is-node-process": "^1.2.0", - "outvariant": "^1.4.2", + "outvariant": "^1.4.3", "path-to-regexp": "^6.3.0", "strict-event-emitter": "^0.5.1", - "type-fest": "^4.9.0", + "type-fest": "^4.26.1", "yargs": "^17.7.2" }, "bin": { @@ -12944,9 +12541,8 @@ }, "node_modules/msw/node_modules/type-fest": { "version": "4.26.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz", - "integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=16" }, @@ -12959,6 +12555,7 @@ "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz", "integrity": "sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==", "dev": true, + "license": "MIT", "dependencies": { "@types/minimatch": "^3.0.3", "array-differ": "^3.0.0", @@ -12978,20 +12575,26 @@ "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz", "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, + "node_modules/murmurhash-js": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/murmurhash-js/-/murmurhash-js-1.0.0.tgz", + "integrity": "sha512-TvmkNhkv8yct0SVBSy+o8wYzXjE4Zz3PCesbfs8HiCXXdcTuocApFv11UWlNFWKYsP2okqrhb7JNlSm9InBhIw==", + "license": "MIT" + }, "node_modules/mute-stream": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/nanoid": { "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", "dev": true, "funding": [ { @@ -12999,6 +12602,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -13008,35 +12612,29 @@ }, "node_modules/natural-compare": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/negotiator": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "version": "0.6.4", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/neo-async": { "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/nice-try": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", - "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/node-domexception": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", - "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==", "funding": [ { "type": "github", @@ -13047,6 +12645,7 @@ "url": "https://paypal.me/jimmywarting" } ], + "license": "MIT", "engines": { "node": ">=10.5.0" } @@ -13056,6 +12655,7 @@ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", "dev": true, + "license": "MIT", "dependencies": { "whatwg-url": "^5.0.0" }, @@ -13076,6 +12676,7 @@ "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.2.0.tgz", "integrity": "sha512-sp3FonBAaFe4aYTcFdZUn2NYkbP7xroPGYvQmP4Nl5PxamznItBnNCgjrVTKrEfQynInMsJvZrdmqUnysCJ8rw==", "dev": true, + "license": "MIT", "dependencies": { "env-paths": "^2.2.0", "exponential-backoff": "^3.1.1", @@ -13095,20 +12696,69 @@ "node": "^16.14.0 || >=18.0.0" } }, + "node_modules/node-gyp/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/node-gyp/node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dev": true, + "license": "ISC", + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/node-gyp/node_modules/isexe": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", "dev": true, + "license": "ISC", "engines": { "node": ">=16" } }, + "node_modules/node-gyp/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/node-gyp/node_modules/which": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz", "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==", "dev": true, + "license": "ISC", "dependencies": { "isexe": "^3.1.1" }, @@ -13123,13 +12773,28 @@ "version": "1.1.12", "resolved": "https://registry.npmjs.org/node-machine-id/-/node-machine-id-1.1.12.tgz", "integrity": "sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==", - "dev": true + "dev": true, + "license": "MIT" + }, + "node_modules/node-releases": { + "version": "2.0.18", + "dev": true, + "license": "MIT" + }, + "node_modules/node-stringify": { + "version": "0.2.1", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4.0.0" + } }, "node_modules/nopt": { "version": "7.2.1", "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz", "integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==", "dev": true, + "license": "ISC", "dependencies": { "abbrev": "^2.0.0" }, @@ -13145,6 +12810,7 @@ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.2.tgz", "integrity": "sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "hosted-git-info": "^7.0.0", "semver": "^7.3.5", @@ -13156,9 +12822,8 @@ }, "node_modules/normalize-url": { "version": "8.0.1", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.1.tgz", - "integrity": "sha512-IO9QvjUMWxPQQhs60oOu10CRkWCiZzSUkzbXGGV9pviYl1fXYcvkzQ5jV9z8Y6un8ARoVRl4EtC6v6jNqbaJ/w==", "dev": true, + "license": "MIT", "engines": { "node": ">=14.16" }, @@ -13168,9 +12833,8 @@ }, "node_modules/npm-bundled": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-3.0.1.tgz", - "integrity": "sha512-+AvaheE/ww1JEwRHOrn4WHNzOxGtVp+adrg2AeZS/7KuxGUYFuBta98wYpfHBbJp6Tg6j1NKSEVHNcfZzJHQwQ==", "dev": true, + "license": "ISC", "dependencies": { "npm-normalize-package-bin": "^3.0.0" }, @@ -13180,9 +12844,8 @@ }, "node_modules/npm-check-updates": { "version": "16.14.20", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.20.tgz", - "integrity": "sha512-sYbIhun4DrjO7NFOTdvs11nCar0etEhZTsEjL47eM0TuiGMhmYughRCxG2SpGRmGAQ7AkwN7bw2lWzoE7q6yOQ==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@types/semver-utils": "^1.1.1", "chalk": "^5.3.0", @@ -13228,9 +12891,8 @@ }, "node_modules/npm-check-updates/node_modules/@npmcli/git": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-4.1.0.tgz", - "integrity": "sha512-9hwoB3gStVfa0N31ymBmrX+GuDGdVA/QWShZVqE0HK2Af+7QGGrCTbZia/SW0ImUTjTne7SP91qxDmtXvDHRPQ==", "dev": true, + "license": "ISC", "dependencies": { "@npmcli/promise-spawn": "^6.0.0", "lru-cache": "^7.4.4", @@ -13247,9 +12909,8 @@ }, "node_modules/npm-check-updates/node_modules/@npmcli/promise-spawn": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-6.0.2.tgz", - "integrity": "sha512-gGq0NJkIGSwdbUt4yhdF8ZrmkGKVz9vAdVzpOfnom+V8PLSmSOVhZwbNvZZS1EYcJN5hzzKBxmmVVAInM6HQLg==", "dev": true, + "license": "ISC", "dependencies": { "which": "^3.0.0" }, @@ -13259,9 +12920,8 @@ }, "node_modules/npm-check-updates/node_modules/@npmcli/run-script": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-6.0.2.tgz", - "integrity": "sha512-NCcr1uQo1k5U+SYlnIrbAh3cxy+OQT1VtqiAbxdymSlptbzBb62AjH2xXgjNCoP073hoa1CfCAcwoZ8k96C4nA==", "dev": true, + "license": "ISC", "dependencies": { "@npmcli/node-gyp": "^3.0.0", "@npmcli/promise-spawn": "^6.0.0", @@ -13275,9 +12935,8 @@ }, "node_modules/npm-check-updates/node_modules/@sigstore/bundle": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-1.1.0.tgz", - "integrity": "sha512-PFutXEy0SmQxYI4texPw3dd2KewuNqv7OuK1ZFtY2fM754yhvG2KdgwIhRnoEE2uHdtdGNQ8s0lb94dW9sELog==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@sigstore/protobuf-specs": "^0.2.0" }, @@ -13287,18 +12946,16 @@ }, "node_modules/npm-check-updates/node_modules/@sigstore/protobuf-specs": { "version": "0.2.1", - "resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.2.1.tgz", - "integrity": "sha512-XTWVxnWJu+c1oCshMLwnKvz8ZQJJDVOlciMfgpJBQbThVjKTCG8dwyhgLngBD2KN0ap9F/gOV8rFDEx8uh7R2A==", "dev": true, + "license": "Apache-2.0", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/npm-check-updates/node_modules/@sigstore/sign": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-1.0.0.tgz", - "integrity": "sha512-INxFVNQteLtcfGmcoldzV6Je0sbbfh9I16DM4yJPw3j5+TFP8X6uIiA18mvpEa9yyeycAKgPmOA3X9hVdVTPUA==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@sigstore/bundle": "^1.1.0", "@sigstore/protobuf-specs": "^0.2.0", @@ -13310,9 +12967,8 @@ }, "node_modules/npm-check-updates/node_modules/@sigstore/tuf": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-1.0.3.tgz", - "integrity": "sha512-2bRovzs0nJZFlCN3rXirE4gwxCn97JNjMmwpecqlbgV9WcxX7WRuIrgzx/X7Ib7MYRbyUTpBYE0s2x6AmZXnlg==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@sigstore/protobuf-specs": "^0.2.0", "tuf-js": "^1.1.7" @@ -13323,18 +12979,16 @@ }, "node_modules/npm-check-updates/node_modules/@tufjs/canonical-json": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@tufjs/canonical-json/-/canonical-json-1.0.0.tgz", - "integrity": "sha512-QTnf++uxunWvG2z3UFNzAoQPHxnSXOwtaI3iJ+AohhV+5vONuArPjJE7aPXPVXfXJsqrVbZBu9b81AJoSd09IQ==", "dev": true, + "license": "MIT", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/npm-check-updates/node_modules/@tufjs/models": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@tufjs/models/-/models-1.0.4.tgz", - "integrity": "sha512-qaGV9ltJP0EO25YfFUPhxRVK0evXFIAGicsVXuRim4Ed9cjPxYhNnNJ49SFmbeLgtxpslIkX317IgpfcHPVj/A==", "dev": true, + "license": "MIT", "dependencies": { "@tufjs/canonical-json": "1.0.0", "minimatch": "^9.0.0" @@ -13345,15 +12999,13 @@ }, "node_modules/npm-check-updates/node_modules/abbrev": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", - "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/npm-check-updates/node_modules/agent-base": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", - "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", "dev": true, + "license": "MIT", "dependencies": { "debug": "4" }, @@ -13363,9 +13015,8 @@ }, "node_modules/npm-check-updates/node_modules/ansi-regex": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", - "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -13375,24 +13026,21 @@ }, "node_modules/npm-check-updates/node_modules/argparse": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true + "dev": true, + "license": "Python-2.0" }, "node_modules/npm-check-updates/node_modules/brace-expansion": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } }, "node_modules/npm-check-updates/node_modules/cacache": { "version": "17.1.4", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-17.1.4.tgz", - "integrity": "sha512-/aJwG2l3ZMJ1xNAnqbMpA40of9dj/pIH3QfiuQSqjfPJF747VR0J/bHn+/KdNnHKc6XQcWt/AfRSBft82W1d2A==", "dev": true, + "license": "ISC", "dependencies": { "@npmcli/fs": "^3.1.0", "fs-minipass": "^3.0.0", @@ -13413,9 +13061,8 @@ }, "node_modules/npm-check-updates/node_modules/chalk": { "version": "5.3.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", - "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", "dev": true, + "license": "MIT", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" }, @@ -13423,11 +13070,29 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, + "node_modules/npm-check-updates/node_modules/glob": { + "version": "10.4.5", + "dev": true, + "license": "ISC", + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/npm-check-updates/node_modules/hosted-git-info": { "version": "5.2.1", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-5.2.1.tgz", - "integrity": "sha512-xIcQYMnhcx2Nr4JTjsFmwwnr9vldugPy9uVm0o87bjqqWMv9GaqsTeT+i99wTl0mk1uLxJtHxLb8kymqTENQsw==", "dev": true, + "license": "ISC", "dependencies": { "lru-cache": "^7.5.1" }, @@ -13437,9 +13102,8 @@ }, "node_modules/npm-check-updates/node_modules/http-proxy-agent": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", - "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", "dev": true, + "license": "MIT", "dependencies": { "@tootallnate/once": "2", "agent-base": "6", @@ -13451,9 +13115,8 @@ }, "node_modules/npm-check-updates/node_modules/https-proxy-agent": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", - "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", "dev": true, + "license": "MIT", "dependencies": { "agent-base": "6", "debug": "4" @@ -13464,18 +13127,16 @@ }, "node_modules/npm-check-updates/node_modules/ini": { "version": "4.1.3", - "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.3.tgz", - "integrity": "sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==", "dev": true, + "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/npm-check-updates/node_modules/js-yaml": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dev": true, + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, @@ -13485,18 +13146,16 @@ }, "node_modules/npm-check-updates/node_modules/lru-cache": { "version": "7.18.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", - "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", "dev": true, + "license": "ISC", "engines": { "node": ">=12" } }, "node_modules/npm-check-updates/node_modules/make-fetch-happen": { "version": "11.1.1", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.1.1.tgz", - "integrity": "sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==", "dev": true, + "license": "ISC", "dependencies": { "agentkeepalive": "^4.2.1", "cacache": "^17.0.0", @@ -13520,18 +13179,16 @@ }, "node_modules/npm-check-updates/node_modules/make-fetch-happen/node_modules/minipass": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", - "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", "dev": true, + "license": "ISC", "engines": { "node": ">=8" } }, "node_modules/npm-check-updates/node_modules/minimatch": { "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -13544,9 +13201,8 @@ }, "node_modules/npm-check-updates/node_modules/minipass-collect": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", - "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", "dev": true, + "license": "ISC", "dependencies": { "minipass": "^3.0.0" }, @@ -13556,9 +13212,8 @@ }, "node_modules/npm-check-updates/node_modules/minipass-collect/node_modules/minipass": { "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -13568,9 +13223,8 @@ }, "node_modules/npm-check-updates/node_modules/node-gyp": { "version": "9.4.1", - "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-9.4.1.tgz", - "integrity": "sha512-OQkWKbjQKbGkMf/xqI1jjy3oCTgMKJac58G2+bjZb3fza6gW2YrCSdMQYaoTb70crvE//Gngr4f0AgVHmqHvBQ==", "dev": true, + "license": "MIT", "dependencies": { "env-paths": "^2.2.0", "exponential-backoff": "^3.1.1", @@ -13593,9 +13247,8 @@ }, "node_modules/npm-check-updates/node_modules/node-gyp/node_modules/@npmcli/fs": { "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-2.1.2.tgz", - "integrity": "sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ==", "dev": true, + "license": "ISC", "dependencies": { "@gar/promisify": "^1.1.3", "semver": "^7.3.5" @@ -13606,9 +13259,8 @@ }, "node_modules/npm-check-updates/node_modules/node-gyp/node_modules/brace-expansion": { "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -13616,9 +13268,8 @@ }, "node_modules/npm-check-updates/node_modules/node-gyp/node_modules/cacache": { "version": "16.1.3", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-16.1.3.tgz", - "integrity": "sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==", "dev": true, + "license": "ISC", "dependencies": { "@npmcli/fs": "^2.1.0", "@npmcli/move-file": "^2.0.0", @@ -13645,19 +13296,16 @@ }, "node_modules/npm-check-updates/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } }, "node_modules/npm-check-updates/node_modules/node-gyp/node_modules/cacache/node_modules/glob": { "version": "8.1.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", - "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", - "deprecated": "Glob versions prior to v9 are no longer supported", "dev": true, + "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -13674,9 +13322,8 @@ }, "node_modules/npm-check-updates/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch": { "version": "5.1.6", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", - "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -13686,9 +13333,8 @@ }, "node_modules/npm-check-updates/node_modules/node-gyp/node_modules/fs-minipass": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", - "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", "dev": true, + "license": "ISC", "dependencies": { "minipass": "^3.0.0" }, @@ -13698,10 +13344,8 @@ }, "node_modules/npm-check-updates/node_modules/node-gyp/node_modules/glob": { "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "deprecated": "Glob versions prior to v9 are no longer supported", "dev": true, + "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -13719,9 +13363,8 @@ }, "node_modules/npm-check-updates/node_modules/node-gyp/node_modules/make-fetch-happen": { "version": "10.2.1", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.2.1.tgz", - "integrity": "sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==", "dev": true, + "license": "ISC", "dependencies": { "agentkeepalive": "^4.2.1", "cacache": "^16.1.0", @@ -13746,9 +13389,8 @@ }, "node_modules/npm-check-updates/node_modules/node-gyp/node_modules/minimatch": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -13758,9 +13400,8 @@ }, "node_modules/npm-check-updates/node_modules/node-gyp/node_modules/minipass": { "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -13770,9 +13411,8 @@ }, "node_modules/npm-check-updates/node_modules/node-gyp/node_modules/minipass-fetch": { "version": "2.1.2", - "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-2.1.2.tgz", - "integrity": "sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==", "dev": true, + "license": "MIT", "dependencies": { "minipass": "^3.1.6", "minipass-sized": "^1.0.3", @@ -13787,10 +13427,8 @@ }, "node_modules/npm-check-updates/node_modules/node-gyp/node_modules/rimraf": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", "dev": true, + "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -13803,9 +13441,8 @@ }, "node_modules/npm-check-updates/node_modules/node-gyp/node_modules/ssri": { "version": "9.0.1", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-9.0.1.tgz", - "integrity": "sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==", "dev": true, + "license": "ISC", "dependencies": { "minipass": "^3.1.1" }, @@ -13815,9 +13452,8 @@ }, "node_modules/npm-check-updates/node_modules/node-gyp/node_modules/unique-filename": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-2.0.1.tgz", - "integrity": "sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A==", "dev": true, + "license": "ISC", "dependencies": { "unique-slug": "^3.0.0" }, @@ -13827,9 +13463,8 @@ }, "node_modules/npm-check-updates/node_modules/node-gyp/node_modules/which": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", "dev": true, + "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, @@ -13842,9 +13477,8 @@ }, "node_modules/npm-check-updates/node_modules/nopt": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-6.0.0.tgz", - "integrity": "sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==", "dev": true, + "license": "ISC", "dependencies": { "abbrev": "^1.0.0" }, @@ -13857,9 +13491,8 @@ }, "node_modules/npm-check-updates/node_modules/npm-package-arg": { "version": "10.1.0", - "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-10.1.0.tgz", - "integrity": "sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA==", "dev": true, + "license": "ISC", "dependencies": { "hosted-git-info": "^6.0.0", "proc-log": "^3.0.0", @@ -13872,9 +13505,8 @@ }, "node_modules/npm-check-updates/node_modules/npm-package-arg/node_modules/hosted-git-info": { "version": "6.1.1", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-6.1.1.tgz", - "integrity": "sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==", "dev": true, + "license": "ISC", "dependencies": { "lru-cache": "^7.5.1" }, @@ -13884,9 +13516,8 @@ }, "node_modules/npm-check-updates/node_modules/npm-packlist": { "version": "7.0.4", - "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-7.0.4.tgz", - "integrity": "sha512-d6RGEuRrNS5/N84iglPivjaJPxhDbZmlbTwTDX2IbcRHG5bZCdtysYMhwiPvcF4GisXHGn7xsxv+GQ7T/02M5Q==", "dev": true, + "license": "ISC", "dependencies": { "ignore-walk": "^6.0.0" }, @@ -13896,9 +13527,8 @@ }, "node_modules/npm-check-updates/node_modules/npm-pick-manifest": { "version": "8.0.2", - "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-8.0.2.tgz", - "integrity": "sha512-1dKY+86/AIiq1tkKVD3l0WI+Gd3vkknVGAggsFeBkTvbhMQ1OND/LKkYv4JtXPKUJ8bOTCyLiqEg2P6QNdK+Gg==", "dev": true, + "license": "ISC", "dependencies": { "npm-install-checks": "^6.0.0", "npm-normalize-package-bin": "^3.0.0", @@ -13911,9 +13541,8 @@ }, "node_modules/npm-check-updates/node_modules/npm-registry-fetch": { "version": "14.0.5", - "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-14.0.5.tgz", - "integrity": "sha512-kIDMIo4aBm6xg7jOttupWZamsZRkAqMqwqqbVXnUqstY5+tapvv6bkH/qMR76jdgV+YljEUCyWx3hRYMrJiAgA==", "dev": true, + "license": "ISC", "dependencies": { "make-fetch-happen": "^11.0.0", "minipass": "^5.0.0", @@ -13929,18 +13558,16 @@ }, "node_modules/npm-check-updates/node_modules/npm-registry-fetch/node_modules/minipass": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", - "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", "dev": true, + "license": "ISC", "engines": { "node": ">=8" } }, "node_modules/npm-check-updates/node_modules/pacote": { "version": "15.2.0", - "resolved": "https://registry.npmjs.org/pacote/-/pacote-15.2.0.tgz", - "integrity": "sha512-rJVZeIwHTUta23sIZgEIM62WYwbmGbThdbnkt81ravBplQv+HjyroqnLRNH2+sLJHcGZmLRmhPwACqhfTcOmnA==", "dev": true, + "license": "ISC", "dependencies": { "@npmcli/git": "^4.0.0", "@npmcli/installed-package-contents": "^2.0.1", @@ -13970,27 +13597,24 @@ }, "node_modules/npm-check-updates/node_modules/pacote/node_modules/minipass": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", - "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", "dev": true, + "license": "ISC", "engines": { "node": ">=8" } }, "node_modules/npm-check-updates/node_modules/proc-log": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-3.0.0.tgz", - "integrity": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==", "dev": true, + "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/npm-check-updates/node_modules/sigstore": { "version": "1.9.0", - "resolved": "https://registry.npmjs.org/sigstore/-/sigstore-1.9.0.tgz", - "integrity": "sha512-0Zjz0oe37d08VeOtBIuB6cRriqXse2e8w+7yIy2XSXjshRKxbc2KkhXjL229jXSxEm7UbcjS76wcJDGQddVI9A==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@sigstore/bundle": "^1.1.0", "@sigstore/protobuf-specs": "^0.2.0", @@ -14007,9 +13631,8 @@ }, "node_modules/npm-check-updates/node_modules/socks-proxy-agent": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-7.0.0.tgz", - "integrity": "sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==", "dev": true, + "license": "MIT", "dependencies": { "agent-base": "^6.0.2", "debug": "^4.3.3", @@ -14021,9 +13644,8 @@ }, "node_modules/npm-check-updates/node_modules/strip-ansi": { "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^6.0.1" }, @@ -14036,9 +13658,8 @@ }, "node_modules/npm-check-updates/node_modules/strip-json-comments": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-5.0.1.tgz", - "integrity": "sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==", "dev": true, + "license": "MIT", "engines": { "node": ">=14.16" }, @@ -14048,9 +13669,8 @@ }, "node_modules/npm-check-updates/node_modules/tuf-js": { "version": "1.1.7", - "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-1.1.7.tgz", - "integrity": "sha512-i3P9Kgw3ytjELUfpuKVDNBJvk4u5bXL6gskv572mcevPbSKCV3zt3djhmlEQ65yERjIbOSncy7U4cQJaB1CBCg==", "dev": true, + "license": "MIT", "dependencies": { "@tufjs/models": "1.0.4", "debug": "^4.3.4", @@ -14062,9 +13682,8 @@ }, "node_modules/npm-check-updates/node_modules/unique-slug": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-3.0.0.tgz", - "integrity": "sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w==", "dev": true, + "license": "ISC", "dependencies": { "imurmurhash": "^0.1.4" }, @@ -14074,9 +13693,8 @@ }, "node_modules/npm-check-updates/node_modules/which": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz", - "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==", "dev": true, + "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, @@ -14089,9 +13707,8 @@ }, "node_modules/npm-install-checks": { "version": "6.3.0", - "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-6.3.0.tgz", - "integrity": "sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "semver": "^7.1.1" }, @@ -14101,18 +13718,16 @@ }, "node_modules/npm-normalize-package-bin": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz", - "integrity": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==", "dev": true, + "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/npm-package-arg": { "version": "11.0.2", - "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.2.tgz", - "integrity": "sha512-IGN0IAwmhDJwy13Wc8k+4PEbTPhpJnMtfR53ZbOyjkvmEcLS4nCwp6mvMWjS5sUjeiW3mpx6cHmuhKEu9XmcQw==", "dev": true, + "license": "ISC", "dependencies": { "hosted-git-info": "^7.0.0", "proc-log": "^4.0.0", @@ -14128,6 +13743,7 @@ "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.2.tgz", "integrity": "sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==", "dev": true, + "license": "ISC", "dependencies": { "ignore-walk": "^6.0.4" }, @@ -14140,6 +13756,7 @@ "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-9.1.0.tgz", "integrity": "sha512-nkc+3pIIhqHVQr085X9d2JzPzLyjzQS96zbruppqC9aZRm/x8xx6xhI98gHtsfELP2bE+loHq8ZaHFHhe+NauA==", "dev": true, + "license": "ISC", "dependencies": { "npm-install-checks": "^6.0.0", "npm-normalize-package-bin": "^3.0.0", @@ -14152,9 +13769,8 @@ }, "node_modules/npm-registry-fetch": { "version": "17.1.0", - "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-17.1.0.tgz", - "integrity": "sha512-5+bKQRH0J1xG1uZ1zMNvxW0VEyoNWgJpY9UDuluPFLKDfJ9u2JmmjmTJV1srBGQOROfdBMiVvnH2Zvpbm+xkVA==", "dev": true, + "license": "ISC", "dependencies": { "@npmcli/redact": "^2.0.0", "jsonparse": "^1.3.1", @@ -14171,9 +13787,8 @@ }, "node_modules/npm-run-all": { "version": "4.1.5", - "resolved": "https://registry.npmjs.org/npm-run-all/-/npm-run-all-4.1.5.tgz", - "integrity": "sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^3.2.1", "chalk": "^2.4.1", @@ -14196,9 +13811,8 @@ }, "node_modules/npm-run-all/node_modules/ansi-styles": { "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^1.9.0" }, @@ -14208,9 +13822,8 @@ }, "node_modules/npm-run-all/node_modules/chalk": { "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", @@ -14222,24 +13835,21 @@ }, "node_modules/npm-run-all/node_modules/color-convert": { "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "1.1.3" } }, "node_modules/npm-run-all/node_modules/color-name": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, + "dev": true, + "license": "MIT" + }, "node_modules/npm-run-all/node_modules/cross-spawn": { "version": "6.0.5", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", "dev": true, + "license": "MIT", "dependencies": { "nice-try": "^1.0.4", "path-key": "^2.0.1", @@ -14253,45 +13863,40 @@ }, "node_modules/npm-run-all/node_modules/escape-string-regexp": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.8.0" } }, "node_modules/npm-run-all/node_modules/has-flag": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/npm-run-all/node_modules/path-key": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/npm-run-all/node_modules/semver": { "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver" } }, "node_modules/npm-run-all/node_modules/shebang-command": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", - "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", "dev": true, + "license": "MIT", "dependencies": { "shebang-regex": "^1.0.0" }, @@ -14301,18 +13906,16 @@ }, "node_modules/npm-run-all/node_modules/shebang-regex": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", - "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/npm-run-all/node_modules/supports-color": { "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^3.0.0" }, @@ -14322,9 +13925,8 @@ }, "node_modules/npm-run-all/node_modules/which": { "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", "dev": true, + "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, @@ -14337,6 +13939,7 @@ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", "dev": true, + "license": "MIT", "dependencies": { "path-key": "^3.0.0" }, @@ -14346,10 +13949,8 @@ }, "node_modules/npmlog": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz", - "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==", - "deprecated": "This package is no longer supported.", "dev": true, + "license": "ISC", "dependencies": { "are-we-there-yet": "^3.0.0", "console-control-strings": "^1.1.0", @@ -14361,14 +13962,15 @@ } }, "node_modules/nx": { - "version": "19.8.2", - "resolved": "https://registry.npmjs.org/nx/-/nx-19.8.2.tgz", - "integrity": "sha512-NE88CbEZj8hCrUKiYzL1sB6O1tmgu/OjvTp3pJOoROMvo0kE7N4XT3TiKAge+E6wVRXf/zU55cH1G2u0djpZhA==", + "version": "19.8.10", + "resolved": "https://registry.npmjs.org/nx/-/nx-19.8.10.tgz", + "integrity": "sha512-/QCJZ5jDDzYIKjFNseb3Ehi/PxO3KZdOnH37603doO6B7N/x1yyB7pVTtf4MKVogOcoltmUZbsq975Ery3QFEA==", "dev": true, "hasInstallScript": true, + "license": "MIT", "dependencies": { "@napi-rs/wasm-runtime": "0.2.4", - "@nrwl/tao": "19.8.2", + "@nrwl/tao": "19.8.10", "@yarnpkg/lockfile": "^1.1.0", "@yarnpkg/parsers": "3.0.0-rc.46", "@zkochan/js-yaml": "0.0.7", @@ -14407,16 +14009,16 @@ "nx-cloud": "bin/nx-cloud.js" }, "optionalDependencies": { - "@nx/nx-darwin-arm64": "19.8.2", - "@nx/nx-darwin-x64": "19.8.2", - "@nx/nx-freebsd-x64": "19.8.2", - "@nx/nx-linux-arm-gnueabihf": "19.8.2", - "@nx/nx-linux-arm64-gnu": "19.8.2", - "@nx/nx-linux-arm64-musl": "19.8.2", - "@nx/nx-linux-x64-gnu": "19.8.2", - "@nx/nx-linux-x64-musl": "19.8.2", - "@nx/nx-win32-arm64-msvc": "19.8.2", - "@nx/nx-win32-x64-msvc": "19.8.2" + "@nx/nx-darwin-arm64": "19.8.10", + "@nx/nx-darwin-x64": "19.8.10", + "@nx/nx-freebsd-x64": "19.8.10", + "@nx/nx-linux-arm-gnueabihf": "19.8.10", + "@nx/nx-linux-arm64-gnu": "19.8.10", + "@nx/nx-linux-arm64-musl": "19.8.10", + "@nx/nx-linux-x64-gnu": "19.8.10", + "@nx/nx-linux-x64-musl": "19.8.10", + "@nx/nx-win32-arm64-msvc": "19.8.10", + "@nx/nx-win32-x64-msvc": "19.8.10" }, "peerDependencies": { "@swc-node/register": "^1.8.0", @@ -14436,6 +14038,7 @@ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } @@ -14445,6 +14048,7 @@ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -14460,6 +14064,7 @@ "resolved": "https://registry.npmjs.org/ora/-/ora-5.3.0.tgz", "integrity": "sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==", "dev": true, + "license": "MIT", "dependencies": { "bl": "^4.0.3", "chalk": "^4.1.0", @@ -14478,10 +14083,9 @@ } }, "node_modules/object-inspect": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", - "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==", + "version": "1.13.3", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -14491,18 +14095,16 @@ }, "node_modules/object-keys": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" } }, "node_modules/object.assign": { "version": "4.1.5", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz", - "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.5", "define-properties": "^1.2.1", @@ -14518,8 +14120,6 @@ }, "node_modules/on-finished": { "version": "2.4.1", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", "license": "MIT", "dependencies": { "ee-first": "1.1.1" @@ -14530,8 +14130,7 @@ }, "node_modules/once": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "license": "ISC", "dependencies": { "wrappy": "1" } @@ -14541,6 +14140,7 @@ "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dev": true, + "license": "MIT", "dependencies": { "mimic-fn": "^2.1.0" }, @@ -14553,9 +14153,8 @@ }, "node_modules/oniguruma-to-js": { "version": "0.4.3", - "resolved": "https://registry.npmjs.org/oniguruma-to-js/-/oniguruma-to-js-0.4.3.tgz", - "integrity": "sha512-X0jWUcAlxORhOqqBREgPMgnshB7ZGYszBNspP+tS9hPD3l13CdaXcHbgImoHUHlrvGx/7AvFEkTRhAGYh+jzjQ==", "dev": true, + "license": "MIT", "dependencies": { "regex": "^4.3.2" }, @@ -14568,6 +14167,7 @@ "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", "dev": true, + "license": "MIT", "dependencies": { "define-lazy-prop": "^2.0.0", "is-docker": "^2.1.1", @@ -14582,9 +14182,8 @@ }, "node_modules/optionator": { "version": "0.9.4", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", - "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", "dev": true, + "license": "MIT", "dependencies": { "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", @@ -14602,6 +14201,7 @@ "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", "dev": true, + "license": "MIT", "dependencies": { "bl": "^4.1.0", "chalk": "^4.1.0", @@ -14622,24 +14222,21 @@ }, "node_modules/os-tmpdir": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/outvariant": { "version": "1.4.3", - "resolved": "https://registry.npmjs.org/outvariant/-/outvariant-1.4.3.tgz", - "integrity": "sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/p-cancelable": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz", - "integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==", "dev": true, + "license": "MIT", "engines": { "node": ">=12.20" } @@ -14649,15 +14246,15 @@ "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/p-limit": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", "dev": true, + "license": "MIT", "dependencies": { "yocto-queue": "^0.1.0" }, @@ -14670,9 +14267,8 @@ }, "node_modules/p-locate": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", "dev": true, + "license": "MIT", "dependencies": { "p-limit": "^3.0.2" }, @@ -14685,9 +14281,8 @@ }, "node_modules/p-map": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", "dev": true, + "license": "MIT", "dependencies": { "aggregate-error": "^3.0.0" }, @@ -14703,15 +14298,15 @@ "resolved": "https://registry.npmjs.org/p-map-series/-/p-map-series-2.1.0.tgz", "integrity": "sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/p-pipe": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-pipe/-/p-pipe-3.1.0.tgz", - "integrity": "sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" }, @@ -14724,6 +14319,7 @@ "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.2.tgz", "integrity": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==", "dev": true, + "license": "MIT", "dependencies": { "eventemitter3": "^4.0.4", "p-timeout": "^3.2.0" @@ -14737,9 +14333,8 @@ }, "node_modules/p-reduce": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/p-reduce/-/p-reduce-2.1.0.tgz", - "integrity": "sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -14749,6 +14344,7 @@ "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz", "integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==", "dev": true, + "license": "MIT", "dependencies": { "p-finally": "^1.0.0" }, @@ -14758,18 +14354,16 @@ }, "node_modules/p-try": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/p-waterfall": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/p-waterfall/-/p-waterfall-2.1.1.tgz", - "integrity": "sha512-RRTnDb2TBG/epPRI2yYXsimO0v3BXC8Yd3ogr1545IaqKK17VGhbWVeGGN+XfCm/08OK8635nH31c8bATkHuSw==", "dev": true, + "license": "MIT", "dependencies": { "p-reduce": "^2.0.0" }, @@ -14782,9 +14376,8 @@ }, "node_modules/package-json": { "version": "8.1.1", - "resolved": "https://registry.npmjs.org/package-json/-/package-json-8.1.1.tgz", - "integrity": "sha512-cbH9IAIJHNj9uXi196JVsRlt7cHKak6u/e6AkL/bkRelZ7rlL3X1YKxsZwa36xipOEKAsdtmaG6aAJoM1fx2zA==", "dev": true, + "license": "MIT", "dependencies": { "got": "^12.1.0", "registry-auth-token": "^5.0.1", @@ -14800,14 +14393,14 @@ }, "node_modules/package-json-from-dist": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", - "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==" + "license": "BlueOak-1.0.0" }, "node_modules/pacote": { "version": "18.0.6", "resolved": "https://registry.npmjs.org/pacote/-/pacote-18.0.6.tgz", "integrity": "sha512-+eK3G27SMwsB8kLIuj4h1FUhHtwiEUo21Tw8wNjmvdlpOEr613edv+8FUsTj/4F/VN5ywGE19X18N7CC2EJk6A==", "dev": true, + "license": "ISC", "dependencies": { "@npmcli/git": "^5.0.0", "@npmcli/installed-package-contents": "^2.0.1", @@ -14836,15 +14429,12 @@ }, "node_modules/pako": { "version": "1.0.11", - "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", - "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==", "license": "(MIT AND Zlib)" }, "node_modules/parent-module": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", "dev": true, + "license": "MIT", "dependencies": { "callsites": "^3.0.0" }, @@ -14857,6 +14447,7 @@ "resolved": "https://registry.npmjs.org/parse-conflict-json/-/parse-conflict-json-3.0.1.tgz", "integrity": "sha512-01TvEktc68vwbJOtWZluyWeVGWjP+bZwXtPDMQVbBKzbJ/vZBif0L69KH1+cHv1SZ6e0FKLvjyHe8mqsIqYOmw==", "dev": true, + "license": "ISC", "dependencies": { "json-parse-even-better-errors": "^3.0.0", "just-diff": "^6.0.0", @@ -14868,9 +14459,8 @@ }, "node_modules/parse-github-url": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/parse-github-url/-/parse-github-url-1.0.3.tgz", - "integrity": "sha512-tfalY5/4SqGaV/GIGzWyHnFjlpTPTNpENR9Ea2lLldSJ8EWXMsvacWucqY3m3I4YPtas15IxTLQVQ5NSYXPrww==", "dev": true, + "license": "MIT", "bin": { "parse-github-url": "cli.js" }, @@ -14883,6 +14473,7 @@ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", @@ -14900,19 +14491,22 @@ "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/parse-json/node_modules/lines-and-columns": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/parse-path": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/parse-path/-/parse-path-7.0.0.tgz", "integrity": "sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==", "dev": true, + "license": "MIT", "dependencies": { "protocols": "^2.0.0" } @@ -14922,17 +14516,16 @@ "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-8.1.0.tgz", "integrity": "sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==", "dev": true, + "license": "MIT", "dependencies": { "parse-path": "^7.0.0" } }, "node_modules/parse5": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", - "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", + "version": "7.2.1", "license": "MIT", "dependencies": { - "entities": "^4.4.0" + "entities": "^4.5.0" }, "funding": { "url": "https://github.com/inikulin/parse5?sponsor=1" @@ -14940,39 +14533,34 @@ }, "node_modules/path-exists": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/path-is-absolute": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/path-key": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/path-parse": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" + "license": "MIT" }, "node_modules/path-scurry": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", - "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "license": "BlueOak-1.0.0", "dependencies": { "lru-cache": "^10.2.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" @@ -14986,49 +14574,56 @@ }, "node_modules/path-to-regexp": { "version": "6.3.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz", - "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/path-type": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/pathe": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz", - "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/pathval": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.0.tgz", - "integrity": "sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 14.16" } }, + "node_modules/pbf": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/pbf/-/pbf-3.3.0.tgz", + "integrity": "sha512-XDF38WCH3z5OV/OVa8GKUNtLAyneuzbCisx7QUCF8Q6Nutx0WnJrQe5O+kOtBlLfRNUws98Y58Lblp+NJG5T4Q==", + "license": "BSD-3-Clause", + "dependencies": { + "ieee754": "^1.1.12", + "resolve-protobuf-schema": "^2.1.0" + }, + "bin": { + "pbf": "bin/pbf" + } + }, "node_modules/perfect-debounce": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz", - "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/picocolors": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz", - "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==" + "version": "1.1.1", + "license": "ISC" }, "node_modules/picomatch": { "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "license": "MIT", "engines": { "node": ">=8.6" }, @@ -15038,9 +14633,8 @@ }, "node_modules/pidtree": { "version": "0.3.1", - "resolved": "https://registry.npmjs.org/pidtree/-/pidtree-0.3.1.tgz", - "integrity": "sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==", "dev": true, + "license": "MIT", "bin": { "pidtree": "bin/pidtree.js" }, @@ -15053,6 +14647,7 @@ "resolved": "https://registry.npmjs.org/pify/-/pify-5.0.0.tgz", "integrity": "sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -15062,9 +14657,8 @@ }, "node_modules/pkg-dir": { "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", "dev": true, + "license": "MIT", "dependencies": { "find-up": "^4.0.0" }, @@ -15074,9 +14668,8 @@ }, "node_modules/pkg-dir/node_modules/find-up": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -15087,9 +14680,8 @@ }, "node_modules/pkg-dir/node_modules/locate-path": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, + "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -15099,9 +14691,8 @@ }, "node_modules/pkg-dir/node_modules/p-limit": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, + "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -15114,9 +14705,8 @@ }, "node_modules/pkg-dir/node_modules/p-locate": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, + "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -15125,12 +14715,11 @@ } }, "node_modules/playwright": { - "version": "1.47.2", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.47.2.tgz", - "integrity": "sha512-nx1cLMmQWqmA3UsnjaaokyoUpdVaaDhJhMoxX2qj3McpjnsqFHs516QAKYhqHAgOP+oCFTEOCOAaD1RgD/RQfA==", + "version": "1.48.2", "dev": true, + "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.47.2" + "playwright-core": "1.48.2" }, "bin": { "playwright": "cli.js" @@ -15143,10 +14732,9 @@ } }, "node_modules/playwright-core": { - "version": "1.47.2", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.47.2.tgz", - "integrity": "sha512-3JvMfF+9LJfe16l7AbSmU555PaTl2tPyQsVInqm3id16pdDfvZ8TTZ/pyzmkbDrZTQefyzU7AIHlZqQnxpqHVQ==", + "version": "1.48.2", "dev": true, + "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" }, @@ -15156,17 +14744,14 @@ }, "node_modules/possible-typed-array-names": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz", - "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" } }, "node_modules/postcss": { - "version": "8.4.47", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz", - "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", + "version": "8.4.49", "dev": true, "funding": [ { @@ -15182,20 +14767,101 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.1.0", + "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, "engines": { "node": "^10 || ^12 || >=14" } }, + "node_modules/postcss-modules-extract-imports": { + "version": "3.1.0", + "dev": true, + "license": "ISC", + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-local-by-default": { + "version": "4.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "icss-utils": "^5.0.0", + "postcss-selector-parser": "^7.0.0", + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-local-by-default/node_modules/postcss-selector-parser": { + "version": "7.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-modules-scope": { + "version": "3.2.1", + "dev": true, + "license": "ISC", + "dependencies": { + "postcss-selector-parser": "^7.0.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-scope/node_modules/postcss-selector-parser": { + "version": "7.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-modules-values": { + "version": "4.0.0", + "dev": true, + "license": "ISC", + "dependencies": { + "icss-utils": "^5.0.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, "node_modules/postcss-selector-parser": { "version": "6.1.2", "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", "dev": true, + "license": "MIT", "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" @@ -15204,11 +14870,21 @@ "node": ">=4" } }, + "node_modules/postcss-value-parser": { + "version": "4.2.0", + "dev": true, + "license": "MIT" + }, + "node_modules/potpack": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/potpack/-/potpack-2.0.0.tgz", + "integrity": "sha512-Q+/tYsFU9r7xoOJ+y/ZTtdVQwTWfzjbiXBDMM/JKUux3+QPP02iUuIoeBQ+Ot6oEDlC+/PGjB/5A3K7KKb7hcw==", + "license": "ISC" + }, "node_modules/preact": { - "version": "10.24.1", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.24.1.tgz", - "integrity": "sha512-PnBAwFI3Yjxxcxw75n6VId/5TFxNW/81zexzWD9jn1+eSrOP84NdsS38H5IkF/UH3frqRPT+MvuCoVHjTDTnDw==", + "version": "10.24.3", "dev": true, + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/preact" @@ -15216,18 +14892,16 @@ }, "node_modules/prelude-ls": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8.0" } }, "node_modules/pretty-format": { "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1", "ansi-styles": "^5.0.0", @@ -15239,9 +14913,8 @@ }, "node_modules/pretty-format/node_modules/ansi-styles": { "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -15251,32 +14924,30 @@ }, "node_modules/proc-log": { "version": "4.2.0", - "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-4.2.0.tgz", - "integrity": "sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==", "dev": true, + "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/process-nextick-args": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + "license": "MIT" }, "node_modules/proggy": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/proggy/-/proggy-2.0.0.tgz", "integrity": "sha512-69agxLtnI8xBs9gUGqEnK26UfiexpHy+KUpBQWabiytQjnn5wFY8rklAi7GRfABIuPNnQ/ik48+LGLkYYJcy4A==", "dev": true, + "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/progress": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", - "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.4.0" } @@ -15286,6 +14957,7 @@ "resolved": "https://registry.npmjs.org/promise-all-reject-late/-/promise-all-reject-late-1.0.1.tgz", "integrity": "sha512-vuf0Lf0lOxyQREH7GDIOUMLS7kz+gs8i6B+Yi8dC68a2sychGrHTJYghMBD6k7eUcH0H5P73EckCA48xijWqXw==", "dev": true, + "license": "ISC", "funding": { "url": "https://github.com/sponsors/isaacs" } @@ -15295,21 +14967,20 @@ "resolved": "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-3.0.2.tgz", "integrity": "sha512-mRPQO2T1QQVw11E7+UdCJu7S61eJVWknzml9sC1heAdj1jxl0fWMBypIt9ZOcLFf8FkG995ZD7RnVk7HH72fZw==", "dev": true, + "license": "ISC", "funding": { "url": "https://github.com/sponsors/isaacs" } }, "node_modules/promise-inflight": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", - "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/promise-retry": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", - "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", "dev": true, + "license": "MIT", "dependencies": { "err-code": "^2.0.2", "retry": "^0.12.0" @@ -15319,10 +14990,9 @@ } }, "node_modules/prompts-ncu": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/prompts-ncu/-/prompts-ncu-3.0.0.tgz", - "integrity": "sha512-qyz9UxZ5MlPKWVhWrCmSZ1ahm2GVYdjLb8og2sg0IPth1KRuhcggHGuijz0e41dkx35p1t1q3GRISGH7QGALFA==", + "version": "3.0.1", "dev": true, + "license": "MIT", "dependencies": { "kleur": "^4.0.1", "sisteransi": "^1.0.5" @@ -15336,6 +15006,7 @@ "resolved": "https://registry.npmjs.org/promzard/-/promzard-1.0.2.tgz", "integrity": "sha512-2FPputGL+mP3jJ3UZg/Dl9YOkovB7DX0oOr+ck5QbZ5MtORtds8k/BZdn+02peDLI8/YWbmzx34k5fA+fHvCVQ==", "dev": true, + "license": "ISC", "dependencies": { "read": "^3.0.1" }, @@ -15345,9 +15016,8 @@ }, "node_modules/property-information": { "version": "6.5.0", - "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz", - "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -15355,45 +15025,48 @@ }, "node_modules/proto-list": { "version": "1.2.4", - "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", - "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==", - "dev": true + "dev": true, + "license": "ISC" + }, + "node_modules/protocol-buffers-schema": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/protocol-buffers-schema/-/protocol-buffers-schema-3.6.0.tgz", + "integrity": "sha512-TdDRD+/QNdrCGCE7v8340QyuXd4kIWIgapsE2+n/SaGiSSbomYl4TjHlvIoCWRpE7wFt02EpB35VVA2ImcBVqw==", + "license": "MIT" }, "node_modules/protocols": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/protocols/-/protocols-2.0.1.tgz", "integrity": "sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/proxy-from-env": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/pseudomap": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", - "integrity": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/psl": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", - "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==" + "version": "1.10.0", + "license": "MIT", + "dependencies": { + "punycode": "^2.3.1" + } }, "node_modules/punycode": { "version": "2.3.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", - "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/punycode.js": { "version": "2.3.1", - "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz", - "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==", "license": "MIT", "engines": { "node": ">=6" @@ -15401,9 +15074,8 @@ }, "node_modules/pupa": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/pupa/-/pupa-3.1.0.tgz", - "integrity": "sha512-FLpr4flz5xZTSJxSeaheeMKN/EDzMdK7b8PTOC6a5PYFKTucWbdqjgqaEyH0shFiSJrVB1+Qqi4Tk19ccU6Aug==", "dev": true, + "license": "MIT", "dependencies": { "escape-goat": "^4.0.0" }, @@ -15416,13 +15088,10 @@ }, "node_modules/querystringify": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", - "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" + "license": "MIT" }, "node_modules/queue-microtask": { "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", "dev": true, "funding": [ { @@ -15437,12 +15106,11 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/queue-tick": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz", - "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==", "license": "MIT" }, "node_modules/quick-lru": { @@ -15450,24 +15118,40 @@ "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz", "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, + "node_modules/quickselect": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/quickselect/-/quickselect-2.0.0.tgz", + "integrity": "sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==", + "license": "ISC" + }, + "node_modules/randombytes": { + "version": "2.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "safe-buffer": "^5.1.0" + } + }, "node_modules/range-parser": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", "license": "MIT", "engines": { "node": ">= 0.6" } }, + "node_modules/raw-loader": { + "version": "0.5.1", + "dev": true + }, "node_modules/rc": { "version": "1.2.8", - "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", - "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", "dev": true, + "license": "(BSD-2-Clause OR MIT OR Apache-2.0)", "dependencies": { "deep-extend": "^0.6.0", "ini": "~1.3.0", @@ -15480,9 +15164,8 @@ }, "node_modules/rc-config-loader": { "version": "4.1.3", - "resolved": "https://registry.npmjs.org/rc-config-loader/-/rc-config-loader-4.1.3.tgz", - "integrity": "sha512-kD7FqML7l800i6pS6pvLyIE2ncbk9Du8Q0gp/4hMPhJU6ZxApkoLcGD8ZeqgiAlfwZ6BlETq6qqe+12DUL207w==", "dev": true, + "license": "MIT", "dependencies": { "debug": "^4.3.4", "js-yaml": "^4.1.0", @@ -15492,15 +15175,13 @@ }, "node_modules/rc-config-loader/node_modules/argparse": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true + "dev": true, + "license": "Python-2.0" }, "node_modules/rc-config-loader/node_modules/js-yaml": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dev": true, + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, @@ -15510,24 +15191,58 @@ }, "node_modules/rc/node_modules/strip-json-comments": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, - "node_modules/react-is": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", - "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", - "dev": true - }, - "node_modules/read": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/read/-/read-3.0.1.tgz", - "integrity": "sha512-SLBrDU/Srs/9EoWhU5GdbAoxG1GzpQHo/6qiGItaoLJ1thmYpcNIM1qISEUvyHBzfGlWIyd6p2DNi1oV1VmAuw==", + "node_modules/react": { + "version": "18.3.1", "dev": true, + "license": "MIT", + "dependencies": { + "loose-envify": "^1.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react-data-grid": { + "version": "7.0.0-beta.47", + "dev": true, + "license": "MIT", + "dependencies": { + "clsx": "^2.0.0" + }, + "peerDependencies": { + "react": "^18.0 || ^19.0", + "react-dom": "^18.0 || ^19.0" + } + }, + "node_modules/react-dom": { + "version": "18.3.1", + "dev": true, + "license": "MIT", + "dependencies": { + "loose-envify": "^1.1.0", + "scheduler": "^0.23.2" + }, + "peerDependencies": { + "react": "^18.3.1" + } + }, + "node_modules/react-is": { + "version": "17.0.2", + "dev": true, + "license": "MIT" + }, + "node_modules/read": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/read/-/read-3.0.1.tgz", + "integrity": "sha512-SLBrDU/Srs/9EoWhU5GdbAoxG1GzpQHo/6qiGItaoLJ1thmYpcNIM1qISEUvyHBzfGlWIyd6p2DNi1oV1VmAuw==", + "dev": true, + "license": "ISC", "dependencies": { "mute-stream": "^1.0.0" }, @@ -15540,16 +15255,15 @@ "resolved": "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-4.0.0.tgz", "integrity": "sha512-yILWifhaSEEytfXI76kB9xEEiG1AiozaCJZ83A87ytjRiN+jVibXjedjCRNjoZviinhG+4UkalO3mWTd8u5O0Q==", "dev": true, + "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/read-package-json": { "version": "6.0.4", - "resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-6.0.4.tgz", - "integrity": "sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw==", - "deprecated": "This package is no longer supported. Please use @npmcli/package-json instead.", "dev": true, + "license": "ISC", "dependencies": { "glob": "^10.2.2", "json-parse-even-better-errors": "^3.0.0", @@ -15562,9 +15276,8 @@ }, "node_modules/read-package-json-fast": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz", - "integrity": "sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==", "dev": true, + "license": "ISC", "dependencies": { "json-parse-even-better-errors": "^3.0.0", "npm-normalize-package-bin": "^3.0.0" @@ -15573,11 +15286,37 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, + "node_modules/read-package-json/node_modules/brace-expansion": { + "version": "2.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/read-package-json/node_modules/glob": { + "version": "10.4.5", + "dev": true, + "license": "ISC", + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/read-package-json/node_modules/hosted-git-info": { "version": "6.1.1", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-6.1.1.tgz", - "integrity": "sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==", "dev": true, + "license": "ISC", "dependencies": { "lru-cache": "^7.5.1" }, @@ -15587,18 +15326,30 @@ }, "node_modules/read-package-json/node_modules/lru-cache": { "version": "7.18.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", - "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", "dev": true, + "license": "ISC", "engines": { "node": ">=12" } }, + "node_modules/read-package-json/node_modules/minimatch": { + "version": "9.0.5", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/read-package-json/node_modules/normalize-package-data": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-5.0.0.tgz", - "integrity": "sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "hosted-git-info": "^6.0.0", "is-core-module": "^2.8.1", @@ -15611,9 +15362,8 @@ }, "node_modules/read-pkg": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", - "integrity": "sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==", "dev": true, + "license": "MIT", "dependencies": { "load-json-file": "^4.0.0", "normalize-package-data": "^2.3.2", @@ -15628,6 +15378,7 @@ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", "integrity": "sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw==", "dev": true, + "license": "MIT", "dependencies": { "find-up": "^2.0.0", "read-pkg": "^3.0.0" @@ -15641,6 +15392,7 @@ "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", "integrity": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==", "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^2.0.0" }, @@ -15653,6 +15405,7 @@ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", "integrity": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==", "dev": true, + "license": "MIT", "dependencies": { "p-locate": "^2.0.0", "path-exists": "^3.0.0" @@ -15666,6 +15419,7 @@ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", "dev": true, + "license": "MIT", "dependencies": { "p-try": "^1.0.0" }, @@ -15678,6 +15432,7 @@ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", "integrity": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==", "dev": true, + "license": "MIT", "dependencies": { "p-limit": "^1.1.0" }, @@ -15690,6 +15445,7 @@ "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", "integrity": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -15699,21 +15455,20 @@ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/read-pkg/node_modules/hosted-git-info": { "version": "2.8.9", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/read-pkg/node_modules/load-json-file": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", - "integrity": "sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==", "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "^4.1.2", "parse-json": "^4.0.0", @@ -15726,9 +15481,8 @@ }, "node_modules/read-pkg/node_modules/normalize-package-data": { "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "hosted-git-info": "^2.1.4", "resolve": "^1.10.0", @@ -15738,9 +15492,8 @@ }, "node_modules/read-pkg/node_modules/parse-json": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==", "dev": true, + "license": "MIT", "dependencies": { "error-ex": "^1.3.1", "json-parse-better-errors": "^1.0.1" @@ -15751,9 +15504,8 @@ }, "node_modules/read-pkg/node_modules/path-type": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", - "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", "dev": true, + "license": "MIT", "dependencies": { "pify": "^3.0.0" }, @@ -15763,27 +15515,24 @@ }, "node_modules/read-pkg/node_modules/pify": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/read-pkg/node_modules/semver": { "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver" } }, "node_modules/read-pkg/node_modules/strip-bom": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -15793,15 +15542,15 @@ "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz", "integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==", "dev": true, + "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/readable-stream": { "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", "dev": true, + "license": "MIT", "dependencies": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", @@ -15811,11 +15560,23 @@ "node": ">= 6" } }, + "node_modules/rechoir": { + "version": "0.8.0", + "dev": true, + "license": "MIT", + "dependencies": { + "resolve": "^1.20.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, "node_modules/redent": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", "dev": true, + "license": "MIT", "dependencies": { "indent-string": "^4.0.0", "strip-indent": "^3.0.0" @@ -15826,26 +15587,22 @@ }, "node_modules/regenerator-runtime": { "version": "0.14.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", - "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", - "dev": true + "license": "MIT" }, "node_modules/regex": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/regex/-/regex-4.3.2.tgz", - "integrity": "sha512-kK/AA3A9K6q2js89+VMymcboLOlF5lZRCYJv3gzszXFHBr6kO6qLGzbm+UIugBEV8SMMKCTR59txoY6ctRHYVw==", - "dev": true + "version": "4.4.0", + "dev": true, + "license": "MIT" }, "node_modules/regexp.prototype.flags": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz", - "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==", + "version": "1.5.3", "dev": true, + "license": "MIT", "dependencies": { - "call-bind": "^1.0.6", + "call-bind": "^1.0.7", "define-properties": "^1.2.1", "es-errors": "^1.3.0", - "set-function-name": "^2.0.1" + "set-function-name": "^2.0.2" }, "engines": { "node": ">= 0.4" @@ -15856,9 +15613,8 @@ }, "node_modules/registry-auth-token": { "version": "5.0.2", - "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.0.2.tgz", - "integrity": "sha512-o/3ikDxtXaA59BmZuZrJZDJv8NMDGSj+6j6XaeBmHw8eY1i1qd9+6H+LjVvQXx3HN6aRCGa1cUdJ9RaJZUugnQ==", "dev": true, + "license": "MIT", "dependencies": { "@pnpm/npm-conf": "^2.1.0" }, @@ -15868,9 +15624,8 @@ }, "node_modules/registry-url": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-6.0.1.tgz", - "integrity": "sha512-+crtS5QjFRqFCoQmvGduwYWEBng99ZvmFvF+cUJkGYF1L1BfU8C6Zp9T7f5vPAwyLkUExpvK+ANVZmGU49qi4Q==", "dev": true, + "license": "MIT", "dependencies": { "rc": "1.2.8" }, @@ -15883,38 +15638,33 @@ }, "node_modules/remote-git-tags": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/remote-git-tags/-/remote-git-tags-3.0.0.tgz", - "integrity": "sha512-C9hAO4eoEsX+OXA4rla66pXZQ+TLQ8T9dttgQj18yuKlPMTVkIkdYXvlMC55IuUsIkV6DpmQYi10JKFLaU+l7w==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/require-directory": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/require-from-string": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/requires-port": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" + "license": "MIT" }, "node_modules/resolve": { "version": "1.22.8", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", - "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "license": "MIT", "dependencies": { "is-core-module": "^2.13.0", "path-parse": "^1.0.7", @@ -15929,15 +15679,13 @@ }, "node_modules/resolve-alpn": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz", - "integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/resolve-cwd": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", - "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", "dev": true, + "license": "MIT", "dependencies": { "resolve-from": "^5.0.0" }, @@ -15947,35 +15695,38 @@ }, "node_modules/resolve-cwd/node_modules/resolve-from": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/resolve-from": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/resolve-pkg-maps": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz", - "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==", "license": "MIT", "funding": { "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1" } }, + "node_modules/resolve-protobuf-schema": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/resolve-protobuf-schema/-/resolve-protobuf-schema-2.1.0.tgz", + "integrity": "sha512-kI5ffTiZWmJaS/huM8wZfEMer1eRd7oJQhDuxeCLe3t7N7mX3z94CN0xPxBQxFYQTSNz9T0i+v6inKqSdK8xrQ==", + "license": "MIT", + "dependencies": { + "protocol-buffers-schema": "^3.3.1" + } + }, "node_modules/resolve.exports": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz", - "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==", "license": "MIT", "engines": { "node": ">=10" @@ -15983,9 +15734,8 @@ }, "node_modules/responselike": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz", - "integrity": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==", "dev": true, + "license": "MIT", "dependencies": { "lowercase-keys": "^3.0.0" }, @@ -16001,6 +15751,7 @@ "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", "dev": true, + "license": "MIT", "dependencies": { "onetime": "^5.1.0", "signal-exit": "^3.0.2" @@ -16011,18 +15762,16 @@ }, "node_modules/retry": { "version": "0.12.0", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", - "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==", "dev": true, + "license": "MIT", "engines": { "node": ">= 4" } }, "node_modules/reusify": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", "dev": true, + "license": "MIT", "engines": { "iojs": ">=1.0.0", "node": ">=0.10.0" @@ -16030,15 +15779,13 @@ }, "node_modules/rfdc": { "version": "1.4.1", - "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", - "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/rimraf": { "version": "5.0.10", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz", - "integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==", "dev": true, + "license": "ISC", "dependencies": { "glob": "^10.3.7" }, @@ -16049,10 +15796,50 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/rimraf/node_modules/brace-expansion": { + "version": "2.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/rimraf/node_modules/glob": { + "version": "10.4.5", + "dev": true, + "license": "ISC", + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/rimraf/node_modules/minimatch": { + "version": "9.0.5", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/rollup": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.23.0.tgz", - "integrity": "sha512-vXB4IT9/KLDrS2WRXmY22sVB2wTsTwkpxjB8Q3mnakTENcYw3FRmfdYDy/acNmls+lHmDazgrRjK/yQ6hQAtwA==", + "version": "4.26.0", + "license": "MIT", "dependencies": { "@types/estree": "1.0.6" }, @@ -16064,29 +15851,29 @@ "npm": ">=8.0.0" }, "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.23.0", - "@rollup/rollup-android-arm64": "4.23.0", - "@rollup/rollup-darwin-arm64": "4.23.0", - "@rollup/rollup-darwin-x64": "4.23.0", - "@rollup/rollup-linux-arm-gnueabihf": "4.23.0", - "@rollup/rollup-linux-arm-musleabihf": "4.23.0", - "@rollup/rollup-linux-arm64-gnu": "4.23.0", - "@rollup/rollup-linux-arm64-musl": "4.23.0", - "@rollup/rollup-linux-powerpc64le-gnu": "4.23.0", - "@rollup/rollup-linux-riscv64-gnu": "4.23.0", - "@rollup/rollup-linux-s390x-gnu": "4.23.0", - "@rollup/rollup-linux-x64-gnu": "4.23.0", - "@rollup/rollup-linux-x64-musl": "4.23.0", - "@rollup/rollup-win32-arm64-msvc": "4.23.0", - "@rollup/rollup-win32-ia32-msvc": "4.23.0", - "@rollup/rollup-win32-x64-msvc": "4.23.0", + "@rollup/rollup-android-arm-eabi": "4.26.0", + "@rollup/rollup-android-arm64": "4.26.0", + "@rollup/rollup-darwin-arm64": "4.26.0", + "@rollup/rollup-darwin-x64": "4.26.0", + "@rollup/rollup-freebsd-arm64": "4.26.0", + "@rollup/rollup-freebsd-x64": "4.26.0", + "@rollup/rollup-linux-arm-gnueabihf": "4.26.0", + "@rollup/rollup-linux-arm-musleabihf": "4.26.0", + "@rollup/rollup-linux-arm64-gnu": "4.26.0", + "@rollup/rollup-linux-arm64-musl": "4.26.0", + "@rollup/rollup-linux-powerpc64le-gnu": "4.26.0", + "@rollup/rollup-linux-riscv64-gnu": "4.26.0", + "@rollup/rollup-linux-s390x-gnu": "4.26.0", + "@rollup/rollup-linux-x64-gnu": "4.26.0", + "@rollup/rollup-linux-x64-musl": "4.26.0", + "@rollup/rollup-win32-arm64-msvc": "4.26.0", + "@rollup/rollup-win32-ia32-msvc": "4.26.0", + "@rollup/rollup-win32-x64-msvc": "4.26.0", "fsevents": "~2.3.2" } }, "node_modules/rollup-plugin-esbuild": { "version": "6.1.1", - "resolved": "https://registry.npmjs.org/rollup-plugin-esbuild/-/rollup-plugin-esbuild-6.1.1.tgz", - "integrity": "sha512-CehMY9FAqJD5OUaE/Mi1r5z0kNeYxItmRO2zG4Qnv2qWKF09J2lTy5GUzjJR354ZPrLkCj4fiBN41lo8PzBUhw==", "license": "MIT", "dependencies": { "@rollup/pluginutils": "^5.0.5", @@ -16104,14 +15891,10 @@ }, "node_modules/rrweb-cssom": { "version": "0.6.0", - "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz", - "integrity": "sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==", "license": "MIT" }, "node_modules/run-applescript": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz", - "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==", "license": "MIT", "engines": { "node": ">=18" @@ -16125,14 +15908,13 @@ "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.12.0" } }, "node_modules/run-parallel": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", "dev": true, "funding": [ { @@ -16148,29 +15930,29 @@ "url": "https://feross.org/support" } ], + "license": "MIT", "dependencies": { "queue-microtask": "^1.2.2" } }, "node_modules/rw": { "version": "1.3.3", - "resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz", - "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==" + "license": "BSD-3-Clause" }, "node_modules/rxjs": { "version": "7.8.1", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", "dev": true, + "license": "Apache-2.0", "dependencies": { "tslib": "^2.1.0" } }, "node_modules/safe-array-concat": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz", - "integrity": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "get-intrinsic": "^1.2.4", @@ -16186,8 +15968,6 @@ }, "node_modules/safe-buffer": { "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", "funding": [ { "type": "github", @@ -16201,13 +15981,13 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/safe-regex-test": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz", - "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.6", "es-errors": "^1.3.0", @@ -16220,21 +16000,25 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/safe-stable-stringify": { + "version": "2.5.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + } + }, "node_modules/safer-buffer": { "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + "license": "MIT" }, "node_modules/sax": { "version": "1.4.1", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz", - "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/saxes": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz", - "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==", "license": "ISC", "dependencies": { "xmlchars": "^2.2.0" @@ -16243,17 +16027,67 @@ "node": ">=v12.22.7" } }, + "node_modules/scheduler": { + "version": "0.23.2", + "dev": true, + "license": "MIT", + "dependencies": { + "loose-envify": "^1.1.0" + } + }, + "node_modules/schema-utils": { + "version": "3.3.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/schema-utils/node_modules/ajv": { + "version": "6.12.6", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/schema-utils/node_modules/ajv-keywords": { + "version": "3.5.2", + "dev": true, + "license": "MIT", + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/schema-utils/node_modules/json-schema-traverse": { + "version": "0.4.1", + "dev": true, + "license": "MIT" + }, "node_modules/search-insights": { "version": "2.17.2", - "resolved": "https://registry.npmjs.org/search-insights/-/search-insights-2.17.2.tgz", - "integrity": "sha512-zFNpOpUO+tY2D85KrxJ+aqwnIfdEGi06UH2+xEb+Bp9Mwznmauqc9djbnBibJO5mpfUPPa8st6Sx65+vbeO45g==", "dev": true, + "license": "MIT", "peer": true }, "node_modules/section-matter": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz", - "integrity": "sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==", "license": "MIT", "dependencies": { "extend-shallow": "^2.0.1", @@ -16265,8 +16099,7 @@ }, "node_modules/semver": { "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "license": "ISC", "dependencies": { "lru-cache": "^6.0.0" }, @@ -16279,9 +16112,8 @@ }, "node_modules/semver-diff": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-4.0.0.tgz", - "integrity": "sha512-0Ju4+6A8iOnpL/Thra7dZsSlOHYAHIeMxfhWQRI1/VLcT3WDBZKKtQt/QkBOsiIN9ZpuvHE6cGZ0x4glCMmfiA==", "dev": true, + "license": "MIT", "dependencies": { "semver": "^7.3.5" }, @@ -16294,14 +16126,12 @@ }, "node_modules/semver-utils": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/semver-utils/-/semver-utils-1.1.4.tgz", - "integrity": "sha512-EjnoLE5OGmDAVV/8YDoN5KiajNadjzIp9BAHOhYeQHt7j0UWxjmgsx4YD48wp4Ue1Qogq38F1GNUJNqF1kKKxA==", - "dev": true + "dev": true, + "license": "APACHEv2" }, "node_modules/semver/node_modules/lru-cache": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -16311,8 +16141,6 @@ }, "node_modules/send": { "version": "0.19.1", - "resolved": "https://registry.npmjs.org/send/-/send-0.19.1.tgz", - "integrity": "sha512-p4rRk4f23ynFEfcD9LA0xRYngj+IyGiEYyqqOak8kaN0TvNmuxC2dcVeBn62GpCeR2CpWqyHCNScTP91QbAVFg==", "license": "MIT", "dependencies": { "debug": "2.6.9", @@ -16335,8 +16163,6 @@ }, "node_modules/send/node_modules/debug": { "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "license": "MIT", "dependencies": { "ms": "2.0.0" @@ -16344,14 +16170,10 @@ }, "node_modules/send/node_modules/debug/node_modules/ms": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "license": "MIT" }, "node_modules/send/node_modules/mime": { "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", "license": "MIT", "bin": { "mime": "cli.js" @@ -16360,17 +16182,23 @@ "node": ">=4" } }, + "node_modules/serialize-javascript": { + "version": "6.0.2", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "randombytes": "^2.1.0" + } + }, "node_modules/set-blocking": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/set-function-length": { "version": "1.2.2", - "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", - "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", "dev": true, + "license": "MIT", "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", @@ -16385,9 +16213,8 @@ }, "node_modules/set-function-name": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", - "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", "dev": true, + "license": "MIT", "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", @@ -16400,21 +16227,16 @@ }, "node_modules/setimmediate": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", - "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==", "license": "MIT" }, "node_modules/setprototypeof": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", "license": "ISC" }, "node_modules/shallow-clone": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", - "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", "dev": true, + "license": "MIT", "dependencies": { "kind-of": "^6.0.2" }, @@ -16424,8 +16246,7 @@ }, "node_modules/shebang-command": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "license": "MIT", "dependencies": { "shebang-regex": "^3.0.0" }, @@ -16435,40 +16256,36 @@ }, "node_modules/shebang-regex": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/shell-quote": { "version": "1.8.1", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", - "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/shiki": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.21.0.tgz", - "integrity": "sha512-apCH5BoWTrmHDPGgg3RF8+HAAbEL/CdbYr8rMw7eIrdhCkZHdVGat5mMNlRtd1erNG01VPMIKHNQ0Pj2HMAiog==", + "version": "1.22.2", "dev": true, + "license": "MIT", "dependencies": { - "@shikijs/core": "1.21.0", - "@shikijs/engine-javascript": "1.21.0", - "@shikijs/engine-oniguruma": "1.21.0", - "@shikijs/types": "1.21.0", - "@shikijs/vscode-textmate": "^9.2.2", + "@shikijs/core": "1.22.2", + "@shikijs/engine-javascript": "1.22.2", + "@shikijs/engine-oniguruma": "1.22.2", + "@shikijs/types": "1.22.2", + "@shikijs/vscode-textmate": "^9.3.0", "@types/hast": "^3.0.4" } }, "node_modules/side-channel": { "version": "1.0.6", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", - "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "es-errors": "^1.3.0", @@ -16484,27 +16301,25 @@ }, "node_modules/siginfo": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz", - "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/sigmund": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz", - "integrity": "sha512-fCvEXfh6NWpm+YSuY2bpXb/VIihqWA6hLsgboC+0nl71Q7N7o2eaCW8mJa/NLvQhs6jpd3VZV4UiUQlV6+lc8g==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/signal-exit": { "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/sigstore": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/sigstore/-/sigstore-2.3.1.tgz", "integrity": "sha512-8G+/XDU8wNsJOQS5ysDVO0Etg9/2uA5gR9l4ZwijjlwxBcrU6RPfwi2+jJmbP+Ap1Hlp/nVAaEO4Fj22/SL2gQ==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@sigstore/bundle": "^2.3.2", "@sigstore/core": "^1.0.0", @@ -16517,39 +16332,40 @@ "node": "^16.14.0 || >=18.0.0" } }, + "node_modules/simpleheat": { + "version": "0.4.0", + "dev": true, + "license": "BSD-2-Clause" + }, "node_modules/sirv": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz", - "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==", + "version": "3.0.0", "dev": true, + "license": "MIT", "dependencies": { "@polka/url": "^1.0.0-next.24", "mrmime": "^2.0.0", "totalist": "^3.0.0" }, "engines": { - "node": ">= 10" + "node": ">=18" } }, "node_modules/sisteransi": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", - "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" + "license": "MIT" }, "node_modules/slash": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/smart-buffer": { "version": "4.2.0", - "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", - "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 6.0.0", "npm": ">= 3.0.0" @@ -16557,9 +16373,8 @@ }, "node_modules/soap": { "version": "1.1.5", - "resolved": "https://registry.npmjs.org/soap/-/soap-1.1.5.tgz", - "integrity": "sha512-6YJrwY+tXHwlk/wtS7+XSc0jyEWgNw8xJQYvY9m1jZlPaGkc2nzmwKAq98fwGIw51acywhsraaeq/6GFggaNYw==", "dev": true, + "license": "MIT", "dependencies": { "axios": "^1.7.7", "axios-ntlm": "^1.4.2", @@ -16578,9 +16393,8 @@ }, "node_modules/soap/node_modules/get-stream": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -16590,18 +16404,16 @@ }, "node_modules/soap/node_modules/strip-bom": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/socks": { "version": "2.8.3", - "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz", - "integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==", "dev": true, + "license": "MIT", "dependencies": { "ip-address": "^9.0.5", "smart-buffer": "^4.2.0" @@ -16613,9 +16425,8 @@ }, "node_modules/socks-proxy-agent": { "version": "8.0.4", - "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.4.tgz", - "integrity": "sha512-GNAq/eg8Udq2x0eNiFkr9gRg5bA7PXEWagQdeRX4cPSG+X/8V38v637gim9bjFptMk1QWsCTr0ttrJEiXbNnRw==", "dev": true, + "license": "MIT", "dependencies": { "agent-base": "^7.1.1", "debug": "^4.3.4", @@ -16630,6 +16441,7 @@ "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-2.0.0.tgz", "integrity": "sha512-/dPCrG1s3ePpWm6yBbxZq5Be1dXGLyLn9Z791chDC3NFrpkVbWGzkBwPN1knaciexFXgRJ7hzdnwZ4stHSDmjg==", "dev": true, + "license": "MIT", "dependencies": { "is-plain-obj": "^1.0.0" }, @@ -16639,26 +16451,23 @@ }, "node_modules/source-map": { "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/source-map-js": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", - "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/source-map-support": { "version": "0.5.21", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", "dev": true, + "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -16666,9 +16475,8 @@ }, "node_modules/space-separated-tokens": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", - "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -16676,9 +16484,8 @@ }, "node_modules/spawn-please": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/spawn-please/-/spawn-please-2.0.2.tgz", - "integrity": "sha512-KM8coezO6ISQ89c1BzyWNtcn2V2kAVtwIXd3cN/V5a0xPYc1F/vydrRc01wsKFEQ/p+V1a4sw4z2yMITIXrgGw==", "dev": true, + "license": "ISC", "dependencies": { "cross-spawn": "^7.0.3" }, @@ -16688,9 +16495,8 @@ }, "node_modules/spdx-correct": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", - "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", "dev": true, + "license": "Apache-2.0", "dependencies": { "spdx-expression-parse": "^3.0.0", "spdx-license-ids": "^3.0.0" @@ -16698,15 +16504,13 @@ }, "node_modules/spdx-exceptions": { "version": "2.5.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz", - "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==", - "dev": true + "dev": true, + "license": "CC-BY-3.0" }, "node_modules/spdx-expression-parse": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", "dev": true, + "license": "MIT", "dependencies": { "spdx-exceptions": "^2.1.0", "spdx-license-ids": "^3.0.0" @@ -16714,15 +16518,13 @@ }, "node_modules/spdx-license-ids": { "version": "3.0.20", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.20.tgz", - "integrity": "sha512-jg25NiDV/1fLtSgEgyvVyDunvaNHbuwF9lfNV17gSmPFAlYzdfNBlLtLzXTevwkPj7DhGbmN9VnmJIgLnhvaBw==", - "dev": true + "dev": true, + "license": "CC0-1.0" }, "node_modules/speakingurl": { "version": "14.0.1", - "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz", - "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -16732,6 +16534,7 @@ "resolved": "https://registry.npmjs.org/split/-/split-1.0.1.tgz", "integrity": "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==", "dev": true, + "license": "MIT", "dependencies": { "through": "2" }, @@ -16744,20 +16547,19 @@ "resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz", "integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==", "dev": true, + "license": "ISC", "dependencies": { "readable-stream": "^3.0.0" } }, "node_modules/sprintf-js": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" + "license": "BSD-3-Clause" }, "node_modules/ssri": { "version": "10.0.6", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz", - "integrity": "sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==", "dev": true, + "license": "ISC", "dependencies": { "minipass": "^7.0.3" }, @@ -16767,28 +16569,23 @@ }, "node_modules/stackback": { "version": "0.0.2", - "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz", - "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/statuses": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "license": "MIT", "engines": { "node": ">= 0.8" } }, "node_modules/std-env": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.7.0.tgz", - "integrity": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==", - "dev": true + "version": "3.8.0", + "dev": true, + "license": "MIT" }, "node_modules/streamx": { "version": "2.20.1", - "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.20.1.tgz", - "integrity": "sha512-uTa0mU6WUC65iUvzKH4X9hEdvSW7rbPxPtwfWiLMSj3qTdQbAiUboZTxauKfpFuGIGa1C2BYijZ7wgdUXICJhA==", "license": "MIT", "dependencies": { "fast-fifo": "^1.3.2", @@ -16801,32 +16598,28 @@ }, "node_modules/strict-event-emitter": { "version": "0.5.1", - "resolved": "https://registry.npmjs.org/strict-event-emitter/-/strict-event-emitter-0.5.1.tgz", - "integrity": "sha512-vMgjE/GGEPEFnhFub6pa4FmJBRBVOLpIII2hvCZ8Kzb7K0hlHo7mQv6xYrBvCL2LtAIBwFUK8wvuJgTVSQ5MFQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/string_decoder": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", "dev": true, + "license": "MIT", "dependencies": { "safe-buffer": "~5.2.0" } }, "node_modules/string-argv": { "version": "0.3.2", - "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz", - "integrity": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.6.19" } }, "node_modules/string-width": { "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -16839,8 +16632,7 @@ "node_modules/string-width-cjs": { "name": "string-width", "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -16852,9 +16644,8 @@ }, "node_modules/string.prototype.padend": { "version": "3.1.6", - "resolved": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.6.tgz", - "integrity": "sha512-XZpspuSB7vJWhvJc9DLSlrXl1mcA2BdoY5jjnS135ydXqLoqhs96JjDtCkjJEQHvfqZIp9hBuBMgI589peyx9Q==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -16870,9 +16661,8 @@ }, "node_modules/string.prototype.trim": { "version": "1.2.9", - "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz", - "integrity": "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -16888,9 +16678,8 @@ }, "node_modules/string.prototype.trimend": { "version": "1.0.8", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz", - "integrity": "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -16902,9 +16691,8 @@ }, "node_modules/string.prototype.trimstart": { "version": "1.0.8", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", - "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -16919,9 +16707,8 @@ }, "node_modules/stringify-entities": { "version": "4.0.4", - "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", - "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", "dev": true, + "license": "MIT", "dependencies": { "character-entities-html4": "^2.0.0", "character-entities-legacy": "^3.0.0" @@ -16933,8 +16720,7 @@ }, "node_modules/strip-ansi": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -16945,8 +16731,7 @@ "node_modules/strip-ansi-cjs": { "name": "strip-ansi", "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -16959,14 +16744,13 @@ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/strip-bom-string": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz", - "integrity": "sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -16977,6 +16761,7 @@ "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -16986,6 +16771,7 @@ "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", "dev": true, + "license": "MIT", "dependencies": { "min-indent": "^1.0.0" }, @@ -16995,9 +16781,8 @@ }, "node_modules/strip-json-comments": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" }, @@ -17010,6 +16795,7 @@ "resolved": "https://registry.npmjs.org/strong-log-transformer/-/strong-log-transformer-2.1.0.tgz", "integrity": "sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==", "dev": true, + "license": "Apache-2.0", "dependencies": { "duplexer": "^0.1.1", "minimist": "^1.2.0", @@ -17022,11 +16808,34 @@ "node": ">=4" } }, + "node_modules/style-loader": { + "version": "4.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.27.0" + } + }, + "node_modules/supercluster": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/supercluster/-/supercluster-8.0.1.tgz", + "integrity": "sha512-IiOea5kJ9iqzD2t7QJq/cREyLHTtSmUT6gQsweojg9WH2sYJqZK9SswTu6jrscO6D1G5v5vYZ9ru/eq85lXeZQ==", + "license": "ISC", + "dependencies": { + "kdbush": "^4.0.2" + } + }, "node_modules/superjson": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.1.tgz", - "integrity": "sha512-8iGv75BYOa0xRJHK5vRLEjE2H/i4lulTjzpUXic3Eg8akftYjkmQDa8JARQ42rlczXyFR3IeRoeFCc7RxHsYZA==", "dev": true, + "license": "MIT", "dependencies": { "copy-anything": "^3.0.2" }, @@ -17036,9 +16845,8 @@ }, "node_modules/supports-color": { "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -17051,8 +16859,7 @@ }, "node_modules/supports-preserve-symlinks-flag": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -17060,32 +16867,17 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/svgo/node_modules/commander": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", - "extraneous": true, - "license": "MIT", - "engines": { - "node": ">= 10" - } - }, "node_modules/symbol-tree": { "version": "3.2.4", - "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", - "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", "license": "MIT" }, "node_modules/tabbable": { "version": "6.2.0", - "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.2.0.tgz", - "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/table-layout": { "version": "4.1.1", - "resolved": "https://registry.npmjs.org/table-layout/-/table-layout-4.1.1.tgz", - "integrity": "sha512-iK5/YhZxq5GO5z8wb0bY1317uDF3Zjpha0QFFLA8/trAoiLbQD0HUbMesEaxyzUgDxi2QlcbM8IvqOlEjgoXBA==", "dev": true, "license": "MIT", "dependencies": { @@ -17098,18 +16890,23 @@ }, "node_modules/table-layout/node_modules/array-back": { "version": "6.2.2", - "resolved": "https://registry.npmjs.org/array-back/-/array-back-6.2.2.tgz", - "integrity": "sha512-gUAZ7HPyb4SJczXAMUXMGAvI976JoK3qEx9v1FTmeYuJj0IBiaKttG1ydtGKdkfqWkIkouke7nG8ufGy77+Cvw==", "dev": true, "license": "MIT", "engines": { "node": ">=12.17" } }, + "node_modules/tapable": { + "version": "2.2.1", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, "node_modules/tar": { "version": "6.2.1", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz", - "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", + "license": "ISC", "dependencies": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0", @@ -17127,6 +16924,7 @@ "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz", "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", "dev": true, + "license": "MIT", "dependencies": { "bl": "^4.0.3", "end-of-stream": "^1.4.1", @@ -17140,8 +16938,7 @@ }, "node_modules/tar/node_modules/fs-minipass": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", - "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "license": "ISC", "dependencies": { "minipass": "^3.0.0" }, @@ -17151,8 +16948,7 @@ }, "node_modules/tar/node_modules/fs-minipass/node_modules/minipass": { "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -17162,8 +16958,7 @@ }, "node_modules/tar/node_modules/minipass": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", - "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "license": "ISC", "engines": { "node": ">=8" } @@ -17173,15 +16968,70 @@ "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-1.0.0.tgz", "integrity": "sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, + "node_modules/terser": { + "version": "5.36.0", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "@jridgewell/source-map": "^0.3.3", + "acorn": "^8.8.2", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/terser-webpack-plugin": { + "version": "5.3.10", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.20", + "jest-worker": "^27.4.5", + "schema-utils": "^3.1.1", + "serialize-javascript": "^6.0.1", + "terser": "^5.26.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.1.0" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "esbuild": { + "optional": true + }, + "uglify-js": { + "optional": true + } + } + }, + "node_modules/terser/node_modules/commander": { + "version": "2.20.3", + "dev": true, + "license": "MIT" + }, "node_modules/test-exclude": { "version": "7.0.1", - "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-7.0.1.tgz", - "integrity": "sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==", "dev": true, + "license": "ISC", "dependencies": { "@istanbuljs/schema": "^0.1.2", "glob": "^10.4.1", @@ -17193,18 +17043,35 @@ }, "node_modules/test-exclude/node_modules/brace-expansion": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } }, + "node_modules/test-exclude/node_modules/glob": { + "version": "10.4.5", + "dev": true, + "license": "ISC", + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/test-exclude/node_modules/minimatch": { "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -17216,40 +17083,37 @@ } }, "node_modules/text-decoder": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.0.tgz", - "integrity": "sha512-n1yg1mOj9DNpk3NeZOx7T6jchTbyJS3i3cucbNN6FcdPriMZx7NsgrGpWWdWZZGxD7ES1XB+3uoqHMgOKaN+fg==", - "license": "Apache-2.0", - "dependencies": { - "b4a": "^1.6.4" - } + "version": "1.2.1", + "license": "Apache-2.0" }, "node_modules/text-extensions": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz", "integrity": "sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10" } }, "node_modules/text-table": { "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/through": { "version": "2.3.8", "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/through2": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", "dev": true, + "license": "MIT", "dependencies": { "readable-stream": "~2.3.6", "xtend": "~4.0.1" @@ -17259,13 +17123,15 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/through2/node_modules/readable-stream": { "version": "2.3.8", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", "dev": true, + "license": "MIT", "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -17280,78 +17146,70 @@ "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/through2/node_modules/string_decoder": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, + "license": "MIT", "dependencies": { "safe-buffer": "~5.1.0" } }, "node_modules/tinybench": { "version": "2.9.0", - "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz", - "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/tinyexec": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.0.tgz", - "integrity": "sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==", - "dev": true + "version": "0.3.1", + "dev": true, + "license": "MIT" }, "node_modules/tinypool": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-1.0.1.tgz", - "integrity": "sha512-URZYihUbRPcGv95En+sz6MfghfIc2OJ1sv/RmhWZLouPY0/8Vo80viwPvg3dlaS9fuq7fQMEfgRRK7BBZThBEA==", "dev": true, + "license": "MIT", "engines": { "node": "^18.0.0 || >=20.0.0" } }, + "node_modules/tinyqueue": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/tinyqueue/-/tinyqueue-2.0.3.tgz", + "integrity": "sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA==", + "license": "ISC" + }, "node_modules/tinyrainbow": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-1.2.0.tgz", - "integrity": "sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=14.0.0" } }, "node_modules/tinyspy": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-3.0.2.tgz", - "integrity": "sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=14.0.0" } }, "node_modules/tmp": { "version": "0.2.3", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", - "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", + "license": "MIT", "engines": { "node": ">=14.14" } }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/to-regex-range": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "dev": true, + "license": "MIT", "dependencies": { "is-number": "^7.0.0" }, @@ -17361,26 +17219,40 @@ }, "node_modules/toidentifier": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", "license": "MIT", "engines": { "node": ">=0.6" } }, + "node_modules/topojson-client": { + "version": "3.1.0", + "dev": true, + "license": "ISC", + "dependencies": { + "commander": "2" + }, + "bin": { + "topo2geo": "bin/topo2geo", + "topomerge": "bin/topomerge", + "topoquantize": "bin/topoquantize" + } + }, + "node_modules/topojson-client/node_modules/commander": { + "version": "2.20.3", + "dev": true, + "license": "MIT" + }, "node_modules/totalist": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz", - "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/tough-cookie": { "version": "4.1.4", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz", - "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==", + "license": "BSD-3-Clause", "dependencies": { "psl": "^1.1.33", "punycode": "^2.1.1", @@ -17393,8 +17265,7 @@ }, "node_modules/tough-cookie/node_modules/universalify": { "version": "0.2.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", - "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", + "license": "MIT", "engines": { "node": ">= 4.0.0" } @@ -17403,22 +17274,23 @@ "version": "0.0.3", "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/treeverse": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/treeverse/-/treeverse-3.0.0.tgz", "integrity": "sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ==", "dev": true, + "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/trim-lines": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", - "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -17429,15 +17301,15 @@ "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz", "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/ts-api-utils": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz", - "integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==", + "version": "1.4.0", "dev": true, + "license": "MIT", "engines": { "node": ">=16" }, @@ -17445,11 +17317,51 @@ "typescript": ">=4.2.0" } }, + "node_modules/ts-json-schema-generator": { + "version": "0.98.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/json-schema": "^7.0.9", + "commander": "^9.0.0", + "glob": "^7.2.0", + "json5": "^2.2.0", + "safe-stable-stringify": "^2.3.1", + "typescript": "~4.5.4" + }, + "bin": { + "ts-json-schema-generator": "bin/ts-json-schema-generator" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/ts-json-schema-generator/node_modules/commander": { + "version": "9.5.0", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.20.0 || >=14" + } + }, + "node_modules/ts-json-schema-generator/node_modules/typescript": { + "version": "4.5.5", + "dev": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + }, "node_modules/tsconfig-paths": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz", "integrity": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==", "dev": true, + "license": "MIT", "dependencies": { "json5": "^2.2.2", "minimist": "^1.2.6", @@ -17464,19 +17376,18 @@ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/tslib": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", - "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==" + "version": "2.8.1", + "dev": true, + "license": "0BSD" }, "node_modules/tsx": { - "version": "4.19.1", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.1.tgz", - "integrity": "sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==", + "version": "4.19.2", "license": "MIT", "dependencies": { "esbuild": "~0.23.0", @@ -17492,1497 +17403,1286 @@ "fsevents": "~2.3.3" } }, - "node_modules/tsx/node_modules/@esbuild/aix-ppc64": { + "node_modules/tsx/node_modules/@esbuild/linux-x64": { "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.23.1.tgz", - "integrity": "sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==", "cpu": [ - "ppc64" + "x64" ], "license": "MIT", "optional": true, "os": [ - "aix" + "linux" ], "engines": { "node": ">=18" } }, - "node_modules/tsx/node_modules/@esbuild/android-arm": { + "node_modules/tsx/node_modules/esbuild": { "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.23.1.tgz", - "integrity": "sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==", - "cpu": [ - "arm" - ], + "hasInstallScript": true, "license": "MIT", - "optional": true, - "os": [ - "android" - ], + "bin": { + "esbuild": "bin/esbuild" + }, "engines": { "node": ">=18" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.23.1", + "@esbuild/android-arm": "0.23.1", + "@esbuild/android-arm64": "0.23.1", + "@esbuild/android-x64": "0.23.1", + "@esbuild/darwin-arm64": "0.23.1", + "@esbuild/darwin-x64": "0.23.1", + "@esbuild/freebsd-arm64": "0.23.1", + "@esbuild/freebsd-x64": "0.23.1", + "@esbuild/linux-arm": "0.23.1", + "@esbuild/linux-arm64": "0.23.1", + "@esbuild/linux-ia32": "0.23.1", + "@esbuild/linux-loong64": "0.23.1", + "@esbuild/linux-mips64el": "0.23.1", + "@esbuild/linux-ppc64": "0.23.1", + "@esbuild/linux-riscv64": "0.23.1", + "@esbuild/linux-s390x": "0.23.1", + "@esbuild/linux-x64": "0.23.1", + "@esbuild/netbsd-x64": "0.23.1", + "@esbuild/openbsd-arm64": "0.23.1", + "@esbuild/openbsd-x64": "0.23.1", + "@esbuild/sunos-x64": "0.23.1", + "@esbuild/win32-arm64": "0.23.1", + "@esbuild/win32-ia32": "0.23.1", + "@esbuild/win32-x64": "0.23.1" } }, - "node_modules/tsx/node_modules/@esbuild/android-arm64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.23.1.tgz", - "integrity": "sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==", - "cpu": [ - "arm64" - ], + "node_modules/tuf-js": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.1.tgz", + "integrity": "sha512-GwIJau9XaA8nLVbUXsN3IlFi7WmQ48gBUrl3FTkkL/XLu/POhBzfmX9hd33FNMX1qAsfl6ozO1iMmW9NC8YniA==", + "dev": true, "license": "MIT", - "optional": true, - "os": [ - "android" - ], + "dependencies": { + "@tufjs/models": "2.0.1", + "debug": "^4.3.4", + "make-fetch-happen": "^13.0.1" + }, "engines": { - "node": ">=18" + "node": "^16.14.0 || >=18.0.0" } }, - "node_modules/tsx/node_modules/@esbuild/android-x64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.23.1.tgz", - "integrity": "sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==", - "cpu": [ - "x64" - ], + "node_modules/type-check": { + "version": "0.4.0", + "dev": true, "license": "MIT", - "optional": true, - "os": [ - "android" - ], + "dependencies": { + "prelude-ls": "^1.2.1" + }, "engines": { - "node": ">=18" + "node": ">= 0.8.0" } }, - "node_modules/tsx/node_modules/@esbuild/darwin-arm64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.23.1.tgz", - "integrity": "sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], + "node_modules/type-fest": { + "version": "0.20.2", + "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { - "node": ">=18" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/tsx/node_modules/@esbuild/darwin-x64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.23.1.tgz", - "integrity": "sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==", - "cpu": [ - "x64" - ], + "node_modules/typed-array-buffer": { + "version": "1.0.2", + "dev": true, "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], + "dependencies": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "is-typed-array": "^1.1.13" + }, "engines": { - "node": ">=18" + "node": ">= 0.4" } }, - "node_modules/tsx/node_modules/@esbuild/freebsd-arm64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.23.1.tgz", - "integrity": "sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==", - "cpu": [ - "arm64" - ], + "node_modules/typed-array-byte-length": { + "version": "1.0.1", + "dev": true, "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], + "dependencies": { + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-proto": "^1.0.3", + "is-typed-array": "^1.1.13" + }, "engines": { - "node": ">=18" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/tsx/node_modules/@esbuild/freebsd-x64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.23.1.tgz", - "integrity": "sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==", - "cpu": [ - "x64" - ], + "node_modules/typed-array-byte-offset": { + "version": "1.0.2", + "dev": true, "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], + "dependencies": { + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-proto": "^1.0.3", + "is-typed-array": "^1.1.13" + }, "engines": { - "node": ">=18" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/tsx/node_modules/@esbuild/linux-arm": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.23.1.tgz", - "integrity": "sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==", - "cpu": [ - "arm" - ], + "node_modules/typed-array-length": { + "version": "1.0.6", + "dev": true, "license": "MIT", - "optional": true, - "os": [ - "linux" - ], + "dependencies": { + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-proto": "^1.0.3", + "is-typed-array": "^1.1.13", + "possible-typed-array-names": "^1.0.0" + }, "engines": { - "node": ">=18" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/tsx/node_modules/@esbuild/linux-arm64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.23.1.tgz", - "integrity": "sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==", - "cpu": [ - "arm64" - ], + "node_modules/typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==", + "dev": true, + "license": "MIT" + }, + "node_modules/typedarray-to-buffer": { + "version": "3.1.5", + "dev": true, "license": "MIT", - "optional": true, - "os": [ - "linux" - ], + "dependencies": { + "is-typedarray": "^1.0.0" + } + }, + "node_modules/typescript": { + "version": "5.6.3", + "dev": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, "engines": { - "node": ">=18" + "node": ">=14.17" } }, - "node_modules/tsx/node_modules/@esbuild/linux-ia32": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.23.1.tgz", - "integrity": "sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==", - "cpu": [ - "ia32" - ], + "node_modules/typescript-formatter": { + "version": "7.2.2", + "dev": true, "license": "MIT", - "optional": true, - "os": [ - "linux" - ], + "dependencies": { + "commandpost": "^1.0.0", + "editorconfig": "^0.15.0" + }, + "bin": { + "tsfmt": "bin/tsfmt" + }, "engines": { - "node": ">=18" + "node": ">= 4.2.0" + }, + "peerDependencies": { + "typescript": "^2.1.6 || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev" } }, - "node_modules/tsx/node_modules/@esbuild/linux-loong64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.23.1.tgz", - "integrity": "sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==", - "cpu": [ - "loong64" - ], + "node_modules/typical": { + "version": "4.0.0", + "dev": true, "license": "MIT", - "optional": true, - "os": [ - "linux" - ], "engines": { - "node": ">=18" + "node": ">=8" } }, - "node_modules/tsx/node_modules/@esbuild/linux-mips64el": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.23.1.tgz", - "integrity": "sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==", - "cpu": [ - "mips64el" - ], - "license": "MIT", + "node_modules/uc.micro": { + "version": "2.1.0", + "license": "MIT" + }, + "node_modules/uglify-js": { + "version": "3.19.3", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.3.tgz", + "integrity": "sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==", + "dev": true, + "license": "BSD-2-Clause", "optional": true, - "os": [ - "linux" - ], + "bin": { + "uglifyjs": "bin/uglifyjs" + }, "engines": { - "node": ">=18" + "node": ">=0.8.0" } }, - "node_modules/tsx/node_modules/@esbuild/linux-ppc64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.23.1.tgz", - "integrity": "sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==", - "cpu": [ - "ppc64" - ], + "node_modules/unbox-primitive": { + "version": "1.0.2", + "dev": true, "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" + "dependencies": { + "call-bind": "^1.0.2", + "has-bigints": "^1.0.2", + "has-symbols": "^1.0.3", + "which-boxed-primitive": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/tsx/node_modules/@esbuild/linux-riscv64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.23.1.tgz", - "integrity": "sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==", - "cpu": [ - "riscv64" - ], + "node_modules/undici": { + "version": "5.28.4", "license": "MIT", - "optional": true, - "os": [ - "linux" - ], + "dependencies": { + "@fastify/busboy": "^2.0.0" + }, "engines": { - "node": ">=18" + "node": ">=14.0" } }, - "node_modules/tsx/node_modules/@esbuild/linux-s390x": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.23.1.tgz", - "integrity": "sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==", - "cpu": [ - "s390x" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], + "node_modules/undici-types": { + "version": "5.26.5", + "dev": true, + "license": "MIT" + }, + "node_modules/unique-filename": { + "version": "3.0.0", + "dev": true, + "license": "ISC", + "dependencies": { + "unique-slug": "^4.0.0" + }, "engines": { - "node": ">=18" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/tsx/node_modules/@esbuild/linux-x64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.23.1.tgz", - "integrity": "sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], + "node_modules/unique-slug": { + "version": "4.0.0", + "dev": true, + "license": "ISC", + "dependencies": { + "imurmurhash": "^0.1.4" + }, "engines": { - "node": ">=18" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/tsx/node_modules/@esbuild/netbsd-x64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.23.1.tgz", - "integrity": "sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==", - "cpu": [ - "x64" - ], + "node_modules/unique-string": { + "version": "3.0.0", + "dev": true, "license": "MIT", - "optional": true, - "os": [ - "netbsd" - ], + "dependencies": { + "crypto-random-string": "^4.0.0" + }, "engines": { - "node": ">=18" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/tsx/node_modules/@esbuild/openbsd-arm64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.23.1.tgz", - "integrity": "sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==", - "cpu": [ - "arm64" - ], + "node_modules/unist-util-is": { + "version": "6.0.0", + "dev": true, "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=18" + "dependencies": { + "@types/unist": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/tsx/node_modules/@esbuild/openbsd-x64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.23.1.tgz", - "integrity": "sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==", - "cpu": [ - "x64" - ], + "node_modules/unist-util-position": { + "version": "5.0.0", + "dev": true, "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=18" + "dependencies": { + "@types/unist": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/tsx/node_modules/@esbuild/sunos-x64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.23.1.tgz", - "integrity": "sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==", - "cpu": [ - "x64" - ], + "node_modules/unist-util-stringify-position": { + "version": "4.0.0", + "dev": true, "license": "MIT", - "optional": true, - "os": [ - "sunos" - ], - "engines": { - "node": ">=18" + "dependencies": { + "@types/unist": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/tsx/node_modules/@esbuild/win32-arm64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.23.1.tgz", - "integrity": "sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==", - "cpu": [ - "arm64" - ], + "node_modules/unist-util-visit": { + "version": "5.0.0", + "dev": true, "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=18" + "dependencies": { + "@types/unist": "^3.0.0", + "unist-util-is": "^6.0.0", + "unist-util-visit-parents": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/tsx/node_modules/@esbuild/win32-ia32": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.23.1.tgz", - "integrity": "sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==", - "cpu": [ - "ia32" - ], + "node_modules/unist-util-visit-parents": { + "version": "6.0.1", + "dev": true, "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=18" + "dependencies": { + "@types/unist": "^3.0.0", + "unist-util-is": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/tsx/node_modules/@esbuild/win32-x64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.23.1.tgz", - "integrity": "sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==", - "cpu": [ - "x64" - ], + "node_modules/universal-user-agent": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.1.tgz", + "integrity": "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/universalify": { + "version": "0.1.2", + "dev": true, "license": "MIT", - "optional": true, - "os": [ - "win32" - ], "engines": { - "node": ">=18" + "node": ">= 4.0.0" } }, - "node_modules/tsx/node_modules/esbuild": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.23.1.tgz", - "integrity": "sha512-VVNz/9Sa0bs5SELtn3f7qhJCDPCF5oMEl5cO9/SSinpE9hbPVvxbd572HH5AKiP7WD8INO53GgfDDhRjkylHEg==", - "hasInstallScript": true, + "node_modules/untildify": { + "version": "4.0.0", + "dev": true, "license": "MIT", - "bin": { - "esbuild": "bin/esbuild" - }, "engines": { - "node": ">=18" - }, - "optionalDependencies": { - "@esbuild/aix-ppc64": "0.23.1", - "@esbuild/android-arm": "0.23.1", - "@esbuild/android-arm64": "0.23.1", - "@esbuild/android-x64": "0.23.1", - "@esbuild/darwin-arm64": "0.23.1", - "@esbuild/darwin-x64": "0.23.1", - "@esbuild/freebsd-arm64": "0.23.1", - "@esbuild/freebsd-x64": "0.23.1", - "@esbuild/linux-arm": "0.23.1", - "@esbuild/linux-arm64": "0.23.1", - "@esbuild/linux-ia32": "0.23.1", - "@esbuild/linux-loong64": "0.23.1", - "@esbuild/linux-mips64el": "0.23.1", - "@esbuild/linux-ppc64": "0.23.1", - "@esbuild/linux-riscv64": "0.23.1", - "@esbuild/linux-s390x": "0.23.1", - "@esbuild/linux-x64": "0.23.1", - "@esbuild/netbsd-x64": "0.23.1", - "@esbuild/openbsd-arm64": "0.23.1", - "@esbuild/openbsd-x64": "0.23.1", - "@esbuild/sunos-x64": "0.23.1", - "@esbuild/win32-arm64": "0.23.1", - "@esbuild/win32-ia32": "0.23.1", - "@esbuild/win32-x64": "0.23.1" + "node": ">=8" } }, - "node_modules/tsx/node_modules/fsevents": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "hasInstallScript": true, + "node_modules/upath": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/upath/-/upath-2.0.1.tgz", + "integrity": "sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==", + "dev": true, "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + "node": ">=4", + "yarn": "*" } }, - "node_modules/tuf-js": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.1.tgz", - "integrity": "sha512-GwIJau9XaA8nLVbUXsN3IlFi7WmQ48gBUrl3FTkkL/XLu/POhBzfmX9hd33FNMX1qAsfl6ozO1iMmW9NC8YniA==", + "node_modules/update-browserslist-db": { + "version": "1.1.1", "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", "dependencies": { - "@tufjs/models": "2.0.1", - "debug": "^4.3.4", - "make-fetch-happen": "^13.0.1" + "escalade": "^3.2.0", + "picocolors": "^1.1.0" }, - "engines": { - "node": "^16.14.0 || >=18.0.0" + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" } }, - "node_modules/type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "node_modules/update-notifier": { + "version": "6.0.2", "dev": true, + "license": "BSD-2-Clause", "dependencies": { - "prelude-ls": "^1.2.1" + "boxen": "^7.0.0", + "chalk": "^5.0.1", + "configstore": "^6.0.0", + "has-yarn": "^3.0.0", + "import-lazy": "^4.0.0", + "is-ci": "^3.0.1", + "is-installed-globally": "^0.4.0", + "is-npm": "^6.0.0", + "is-yarn-global": "^0.4.0", + "latest-version": "^7.0.0", + "pupa": "^3.1.0", + "semver": "^7.3.7", + "semver-diff": "^4.0.0", + "xdg-basedir": "^5.1.0" }, "engines": { - "node": ">= 0.8.0" + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/yeoman/update-notifier?sponsor=1" } }, - "node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "node_modules/update-notifier/node_modules/chalk": { + "version": "5.3.0", "dev": true, + "license": "MIT", "engines": { - "node": ">=10" + "node": "^12.17.0 || ^14.13 || >=16.0.0" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/typed-array-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz", - "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==", - "dev": true, + "node_modules/uri-js": { + "version": "4.4.1", + "license": "BSD-2-Clause", "dependencies": { - "call-bind": "^1.0.7", - "es-errors": "^1.3.0", - "is-typed-array": "^1.1.13" - }, - "engines": { - "node": ">= 0.4" + "punycode": "^2.1.0" } }, - "node_modules/typed-array-byte-length": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz", - "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==", + "node_modules/url-loader": { + "version": "4.1.1", "dev": true, + "license": "MIT", "dependencies": { - "call-bind": "^1.0.7", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-proto": "^1.0.3", - "is-typed-array": "^1.1.13" + "loader-utils": "^2.0.0", + "mime-types": "^2.1.27", + "schema-utils": "^3.0.0" }, "engines": { - "node": ">= 0.4" + "node": ">= 10.13.0" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "file-loader": "*", + "webpack": "^4.0.0 || ^5.0.0" + }, + "peerDependenciesMeta": { + "file-loader": { + "optional": true + } } }, - "node_modules/typed-array-byte-offset": { + "node_modules/url-parse": { + "version": "1.5.10", + "license": "MIT", + "dependencies": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" + } + }, + "node_modules/util-deprecate": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz", - "integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==", + "license": "MIT" + }, + "node_modules/uuid": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", "dev": true, - "dependencies": { - "available-typed-arrays": "^1.0.7", - "call-bind": "^1.0.7", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-proto": "^1.0.3", - "is-typed-array": "^1.1.13" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" } }, - "node_modules/typed-array-length": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz", - "integrity": "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==", + "node_modules/validate-npm-package-license": { + "version": "3.0.4", "dev": true, + "license": "Apache-2.0", "dependencies": { - "call-bind": "^1.0.7", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-proto": "^1.0.3", - "is-typed-array": "^1.1.13", - "possible-typed-array-names": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" } }, - "node_modules/typedarray": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", - "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==", - "dev": true + "node_modules/validate-npm-package-name": { + "version": "5.0.1", + "dev": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } }, - "node_modules/typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", - "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "node_modules/vfile": { + "version": "6.0.3", "dev": true, + "license": "MIT", "dependencies": { - "is-typedarray": "^1.0.0" + "@types/unist": "^3.0.0", + "vfile-message": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "node_modules/vfile-message": { + "version": "4.0.2", "dev": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" + "license": "MIT", + "dependencies": { + "@types/unist": "^3.0.0", + "unist-util-stringify-position": "^4.0.0" }, - "engines": { - "node": ">=14.17" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/typescript-formatter": { - "version": "7.2.2", - "resolved": "https://registry.npmjs.org/typescript-formatter/-/typescript-formatter-7.2.2.tgz", - "integrity": "sha512-V7vfI9XArVhriOTYHPzMU2WUnm5IMdu9X/CPxs8mIMGxmTBFpDABlbkBka64PZJ9/xgQeRpK8KzzAG4MPzxBDQ==", + "node_modules/vite": { + "version": "5.4.11", "dev": true, + "license": "MIT", "dependencies": { - "commandpost": "^1.0.0", - "editorconfig": "^0.15.0" + "esbuild": "^0.21.3", + "postcss": "^8.4.43", + "rollup": "^4.20.0" }, "bin": { - "tsfmt": "bin/tsfmt" + "vite": "bin/vite.js" }, "engines": { - "node": ">= 4.2.0" + "node": "^18.0.0 || >=20.0.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" }, "peerDependencies": { - "typescript": "^2.1.6 || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev" - } - }, - "node_modules/typical": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/typical/-/typical-4.0.0.tgz", - "integrity": "sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==", + "@types/node": "^18.0.0 || >=20.0.0", + "less": "*", + "lightningcss": "^1.21.0", + "sass": "*", + "sass-embedded": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "sass-embedded": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } + } + }, + "node_modules/vite-node": { + "version": "2.1.4", "dev": true, "license": "MIT", + "dependencies": { + "cac": "^6.7.14", + "debug": "^4.3.7", + "pathe": "^1.1.2", + "vite": "^5.0.0" + }, + "bin": { + "vite-node": "vite-node.mjs" + }, "engines": { - "node": ">=8" + "node": "^18.0.0 || >=20.0.0" + }, + "funding": { + "url": "https://opencollective.com/vitest" } }, - "node_modules/uc.micro": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz", - "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==", - "license": "MIT" + "node_modules/vitepress": { + "version": "1.4.2", + "dev": true, + "license": "MIT", + "dependencies": { + "@docsearch/css": "^3.6.2", + "@docsearch/js": "^3.6.2", + "@shikijs/core": "^1.22.2", + "@shikijs/transformers": "^1.22.2", + "@shikijs/types": "^1.22.2", + "@types/markdown-it": "^14.1.2", + "@vitejs/plugin-vue": "^5.1.4", + "@vue/devtools-api": "^7.5.4", + "@vue/shared": "^3.5.12", + "@vueuse/core": "^11.1.0", + "@vueuse/integrations": "^11.1.0", + "focus-trap": "^7.6.0", + "mark.js": "8.11.1", + "minisearch": "^7.1.0", + "shiki": "^1.22.2", + "vite": "^5.4.10", + "vue": "^3.5.12" + }, + "bin": { + "vitepress": "bin/vitepress.js" + }, + "peerDependencies": { + "markdown-it-mathjax3": "^4", + "postcss": "^8" + }, + "peerDependenciesMeta": { + "markdown-it-mathjax3": { + "optional": true + }, + "postcss": { + "optional": true + } + } }, - "node_modules/uglify-js": { - "version": "3.19.3", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.3.tgz", - "integrity": "sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==", + "node_modules/vitest": { + "version": "2.1.4", "dev": true, - "optional": true, + "license": "MIT", + "dependencies": { + "@vitest/expect": "2.1.4", + "@vitest/mocker": "2.1.4", + "@vitest/pretty-format": "^2.1.4", + "@vitest/runner": "2.1.4", + "@vitest/snapshot": "2.1.4", + "@vitest/spy": "2.1.4", + "@vitest/utils": "2.1.4", + "chai": "^5.1.2", + "debug": "^4.3.7", + "expect-type": "^1.1.0", + "magic-string": "^0.30.12", + "pathe": "^1.1.2", + "std-env": "^3.7.0", + "tinybench": "^2.9.0", + "tinyexec": "^0.3.1", + "tinypool": "^1.0.1", + "tinyrainbow": "^1.2.0", + "vite": "^5.0.0", + "vite-node": "2.1.4", + "why-is-node-running": "^2.3.0" + }, "bin": { - "uglifyjs": "bin/uglifyjs" + "vitest": "vitest.mjs" }, "engines": { - "node": ">=0.8.0" + "node": "^18.0.0 || >=20.0.0" + }, + "funding": { + "url": "https://opencollective.com/vitest" + }, + "peerDependencies": { + "@edge-runtime/vm": "*", + "@types/node": "^18.0.0 || >=20.0.0", + "@vitest/browser": "2.1.4", + "@vitest/ui": "2.1.4", + "happy-dom": "*", + "jsdom": "*" + }, + "peerDependenciesMeta": { + "@edge-runtime/vm": { + "optional": true + }, + "@types/node": { + "optional": true + }, + "@vitest/browser": { + "optional": true + }, + "@vitest/ui": { + "optional": true + }, + "happy-dom": { + "optional": true + }, + "jsdom": { + "optional": true + } } }, - "node_modules/unbox-primitive": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", - "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", + "node_modules/vt-pbf": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/vt-pbf/-/vt-pbf-3.1.3.tgz", + "integrity": "sha512-2LzDFzt0mZKZ9IpVF2r69G9bXaP2Q2sArJCmcCgvfTdCCZzSyz4aCLoQyUilu37Ll56tCblIZrXFIjNUpGIlmA==", + "license": "MIT", + "dependencies": { + "@mapbox/point-geometry": "0.1.0", + "@mapbox/vector-tile": "^1.3.1", + "pbf": "^3.2.1" + } + }, + "node_modules/vue": { + "version": "3.5.12", "dev": true, + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "has-bigints": "^1.0.2", - "has-symbols": "^1.0.3", - "which-boxed-primitive": "^1.0.2" + "@vue/compiler-dom": "3.5.12", + "@vue/compiler-sfc": "3.5.12", + "@vue/runtime-dom": "3.5.12", + "@vue/server-renderer": "3.5.12", + "@vue/shared": "3.5.12" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "peerDependencies": { + "typescript": "*" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, - "node_modules/undici": { - "version": "5.28.4", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.4.tgz", - "integrity": "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==", + "node_modules/w3c-xmlserializer": { + "version": "5.0.0", + "license": "MIT", "dependencies": { - "@fastify/busboy": "^2.0.0" + "xml-name-validator": "^5.0.0" }, "engines": { - "node": ">=14.0" + "node": ">=18" } }, - "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", - "dev": true + "node_modules/walk-up-path": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/walk-up-path/-/walk-up-path-3.0.1.tgz", + "integrity": "sha512-9YlCL/ynK3CTlrSRrDxZvUauLzAswPCrsaCgilqFevUYpeEW0/3ScEjaa3kbW/T0ghhkEr7mv+fpjqn1Y1YuTA==", + "dev": true, + "license": "ISC" }, - "node_modules/unique-filename": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz", - "integrity": "sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==", + "node_modules/watchpack": { + "version": "2.4.2", "dev": true, + "license": "MIT", "dependencies": { - "unique-slug": "^4.0.0" + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.1.2" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": ">=10.13.0" } }, - "node_modules/unique-slug": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-4.0.0.tgz", - "integrity": "sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==", + "node_modules/wcwidth": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", + "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", "dev": true, + "license": "MIT", "dependencies": { - "imurmurhash": "^0.1.4" - }, + "defaults": "^1.0.3" + } + }, + "node_modules/web-streams-polyfill": { + "version": "3.3.3", + "license": "MIT", "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": ">= 8" } }, - "node_modules/unique-string": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-3.0.0.tgz", - "integrity": "sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==", + "node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "dev": true, + "license": "BSD-2-Clause" + }, + "node_modules/webpack": { + "version": "5.95.0", "dev": true, + "license": "MIT", "dependencies": { - "crypto-random-string": "^4.0.0" + "@types/estree": "^1.0.5", + "@webassemblyjs/ast": "^1.12.1", + "@webassemblyjs/wasm-edit": "^1.12.1", + "@webassemblyjs/wasm-parser": "^1.12.1", + "acorn": "^8.7.1", + "acorn-import-attributes": "^1.9.5", + "browserslist": "^4.21.10", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^5.17.1", + "es-module-lexer": "^1.2.1", + "eslint-scope": "5.1.1", + "events": "^3.2.0", + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.2.11", + "json-parse-even-better-errors": "^2.3.1", + "loader-runner": "^4.2.0", + "mime-types": "^2.1.27", + "neo-async": "^2.6.2", + "schema-utils": "^3.2.0", + "tapable": "^2.1.1", + "terser-webpack-plugin": "^5.3.10", + "watchpack": "^2.4.1", + "webpack-sources": "^3.2.3" + }, + "bin": { + "webpack": "bin/webpack.js" }, "engines": { - "node": ">=12" + "node": ">=10.13.0" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependenciesMeta": { + "webpack-cli": { + "optional": true + } } }, - "node_modules/unist-util-is": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", - "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", + "node_modules/webpack-cli": { + "version": "5.1.4", "dev": true, + "license": "MIT", "dependencies": { - "@types/unist": "^3.0.0" + "@discoveryjs/json-ext": "^0.5.0", + "@webpack-cli/configtest": "^2.1.1", + "@webpack-cli/info": "^2.0.2", + "@webpack-cli/serve": "^2.0.5", + "colorette": "^2.0.14", + "commander": "^10.0.1", + "cross-spawn": "^7.0.3", + "envinfo": "^7.7.3", + "fastest-levenshtein": "^1.0.12", + "import-local": "^3.0.2", + "interpret": "^3.1.1", + "rechoir": "^0.8.0", + "webpack-merge": "^5.7.3" + }, + "bin": { + "webpack-cli": "bin/cli.js" + }, + "engines": { + "node": ">=14.15.0" }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/unified" + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "5.x.x" + }, + "peerDependenciesMeta": { + "@webpack-cli/generators": { + "optional": true + }, + "webpack-bundle-analyzer": { + "optional": true + }, + "webpack-dev-server": { + "optional": true + } } }, - "node_modules/unist-util-position": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", - "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", + "node_modules/webpack-hasjs-plugin": { + "version": "1.0.4", "dev": true, + "license": "(Apache-2.0)", "dependencies": { - "@types/unist": "^3.0.0" + "webpack-plugin-compat": "^1.0.4" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "peerDependencies": { + "webpack": ">= 2.2.0" } }, - "node_modules/unist-util-stringify-position": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", - "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", + "node_modules/webpack-merge": { + "version": "5.10.0", "dev": true, + "license": "MIT", "dependencies": { - "@types/unist": "^3.0.0" + "clone-deep": "^4.0.1", + "flat": "^5.0.2", + "wildcard": "^2.0.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "engines": { + "node": ">=10.0.0" } }, - "node_modules/unist-util-visit": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", - "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", + "node_modules/webpack-plugin-compat": { + "version": "1.0.4", "dev": true, - "dependencies": { - "@types/unist": "^3.0.0", - "unist-util-is": "^6.0.0", - "unist-util-visit-parents": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } + "license": "Apache-2.0" }, - "node_modules/unist-util-visit-parents": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", - "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", + "node_modules/webpack-sources": { + "version": "3.2.3", "dev": true, - "dependencies": { - "@types/unist": "^3.0.0", - "unist-util-is": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "license": "MIT", + "engines": { + "node": ">=10.13.0" } }, - "node_modules/universal-user-agent": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.1.tgz", - "integrity": "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==", - "dev": true - }, - "node_modules/universalify": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "node_modules/webpack/node_modules/eslint-scope": { + "version": "5.1.1", "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, "engines": { - "node": ">= 4.0.0" + "node": ">=8.0.0" } }, - "node_modules/untildify": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz", - "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==", + "node_modules/webpack/node_modules/estraverse": { + "version": "4.3.0", "dev": true, + "license": "BSD-2-Clause", "engines": { - "node": ">=8" + "node": ">=4.0" } }, - "node_modules/upath": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/upath/-/upath-2.0.1.tgz", - "integrity": "sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==", + "node_modules/webpack/node_modules/json-parse-even-better-errors": { + "version": "2.3.1", "dev": true, + "license": "MIT" + }, + "node_modules/whatwg-encoding": { + "version": "3.1.1", + "license": "MIT", + "dependencies": { + "iconv-lite": "0.6.3" + }, "engines": { - "node": ">=4", - "yarn": "*" + "node": ">=18" } }, - "node_modules/update-notifier": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-6.0.2.tgz", - "integrity": "sha512-EDxhTEVPZZRLWYcJ4ZXjGFN0oP7qYvbXWzEgRm/Yql4dHX5wDbvh89YHP6PK1lzZJYrMtXUuZZz8XGK+U6U1og==", - "dev": true, + "node_modules/whatwg-encoding/node_modules/iconv-lite": { + "version": "0.6.3", + "license": "MIT", "dependencies": { - "boxen": "^7.0.0", - "chalk": "^5.0.1", - "configstore": "^6.0.0", - "has-yarn": "^3.0.0", - "import-lazy": "^4.0.0", - "is-ci": "^3.0.1", - "is-installed-globally": "^0.4.0", - "is-npm": "^6.0.0", - "is-yarn-global": "^0.4.0", - "latest-version": "^7.0.0", - "pupa": "^3.1.0", - "semver": "^7.3.7", - "semver-diff": "^4.0.0", - "xdg-basedir": "^5.1.0" + "safer-buffer": ">= 2.1.2 < 3.0.0" }, "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/yeoman/update-notifier?sponsor=1" + "node": ">=0.10.0" } }, - "node_modules/update-notifier/node_modules/chalk": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", - "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", - "dev": true, + "node_modules/whatwg-mimetype": { + "version": "4.0.0", + "license": "MIT", "engines": { - "node": "^12.17.0 || ^14.13 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">=18" } }, - "node_modules/uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dev": true, + "license": "MIT", "dependencies": { - "punycode": "^2.1.0" + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" } }, - "node_modules/url-parse": { - "version": "1.5.10", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", - "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", + "node_modules/which": { + "version": "2.0.2", + "license": "ISC", "dependencies": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" } }, - "node_modules/util-deprecate": { + "node_modules/which-boxed-primitive": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" - }, - "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", "dev": true, - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "bin": { - "uuid": "dist/bin/uuid" + "license": "MIT", + "dependencies": { + "is-bigint": "^1.0.1", + "is-boolean-object": "^1.1.0", + "is-number-object": "^1.0.4", + "is-string": "^1.0.5", + "is-symbol": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "node_modules/which-typed-array": { + "version": "1.1.15", "dev": true, + "license": "MIT", "dependencies": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/validate-npm-package-name": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz", - "integrity": "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==", + "node_modules/why-is-node-running": { + "version": "2.3.0", "dev": true, + "license": "MIT", + "dependencies": { + "siginfo": "^2.0.0", + "stackback": "0.0.2" + }, + "bin": { + "why-is-node-running": "cli.js" + }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": ">=8" } }, - "node_modules/vfile": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", - "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", + "node_modules/wide-align": { + "version": "1.1.5", "dev": true, + "license": "ISC", "dependencies": { - "@types/unist": "^3.0.0", - "vfile-message": "^4.0.0" + "string-width": "^1.0.2 || 2 || 3 || 4" + } + }, + "node_modules/widest-line": { + "version": "4.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "string-width": "^5.0.1" + }, + "engines": { + "node": ">=12" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/vfile-message": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", - "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", + "node_modules/widest-line/node_modules/ansi-regex": { + "version": "6.1.0", "dev": true, - "dependencies": { - "@types/unist": "^3.0.0", - "unist-util-stringify-position": "^4.0.0" + "license": "MIT", + "engines": { + "node": ">=12" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, - "node_modules/vite": { - "version": "5.4.8", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz", - "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==", + "node_modules/widest-line/node_modules/emoji-regex": { + "version": "9.2.2", "dev": true, + "license": "MIT" + }, + "node_modules/widest-line/node_modules/string-width": { + "version": "5.1.2", + "dev": true, + "license": "MIT", "dependencies": { - "esbuild": "^0.21.3", - "postcss": "^8.4.43", - "rollup": "^4.20.0" - }, - "bin": { - "vite": "bin/vite.js" + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" }, "engines": { - "node": "^18.0.0 || >=20.0.0" + "node": ">=12" }, "funding": { - "url": "https://github.com/vitejs/vite?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/widest-line/node_modules/strip-ansi": { + "version": "7.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^6.0.1" }, - "optionalDependencies": { - "fsevents": "~2.3.3" + "engines": { + "node": ">=12" }, - "peerDependencies": { - "@types/node": "^18.0.0 || >=20.0.0", - "less": "*", - "lightningcss": "^1.21.0", - "sass": "*", - "sass-embedded": "*", - "stylus": "*", - "sugarss": "*", - "terser": "^5.4.0" - }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true - }, - "less": { - "optional": true - }, - "lightningcss": { - "optional": true - }, - "sass": { - "optional": true - }, - "sass-embedded": { - "optional": true - }, - "stylus": { - "optional": true - }, - "sugarss": { - "optional": true - }, - "terser": { - "optional": true - } + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, - "node_modules/vite-node": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-2.1.1.tgz", - "integrity": "sha512-N/mGckI1suG/5wQI35XeR9rsMsPqKXzq1CdUndzVstBj/HvyxxGctwnK6WX43NGt5L3Z5tcRf83g4TITKJhPrA==", + "node_modules/wildcard": { + "version": "2.0.1", "dev": true, - "dependencies": { - "cac": "^6.7.14", - "debug": "^4.3.6", - "pathe": "^1.1.2", - "vite": "^5.0.0" - }, - "bin": { - "vite-node": "vite-node.mjs" - }, - "engines": { - "node": "^18.0.0 || >=20.0.0" - }, - "funding": { - "url": "https://opencollective.com/vitest" - } + "license": "MIT" }, - "node_modules/vite/node_modules/fsevents": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "node_modules/word-wrap": { + "version": "1.2.5", "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], + "license": "MIT", "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + "node": ">=0.10.0" } }, - "node_modules/vitepress": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/vitepress/-/vitepress-1.3.4.tgz", - "integrity": "sha512-I1/F6OW1xl3kW4PaIMC6snxjWgf3qfziq2aqsDoFc/Gt41WbcRv++z8zjw8qGRIJ+I4bUW7ZcKFDHHN/jkH9DQ==", + "node_modules/wordwrap": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", + "integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==", "dev": true, - "dependencies": { - "@docsearch/css": "^3.6.1", - "@docsearch/js": "^3.6.1", - "@shikijs/core": "^1.13.0", - "@shikijs/transformers": "^1.13.0", - "@types/markdown-it": "^14.1.2", - "@vitejs/plugin-vue": "^5.1.2", - "@vue/devtools-api": "^7.3.8", - "@vue/shared": "^3.4.38", - "@vueuse/core": "^11.0.0", - "@vueuse/integrations": "^11.0.0", - "focus-trap": "^7.5.4", - "mark.js": "8.11.1", - "minisearch": "^7.1.0", - "shiki": "^1.13.0", - "vite": "^5.4.1", - "vue": "^3.4.38" - }, - "bin": { - "vitepress": "bin/vitepress.js" - }, - "peerDependencies": { - "markdown-it-mathjax3": "^4", - "postcss": "^8" - }, - "peerDependenciesMeta": { - "markdown-it-mathjax3": { - "optional": true - }, - "postcss": { - "optional": true - } - } + "license": "MIT" }, - "node_modules/vitest": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/vitest/-/vitest-2.1.1.tgz", - "integrity": "sha512-97We7/VC0e9X5zBVkvt7SGQMGrRtn3KtySFQG5fpaMlS+l62eeXRQO633AYhSTC3z7IMebnPPNjGXVGNRFlxBA==", - "dev": true, - "dependencies": { - "@vitest/expect": "2.1.1", - "@vitest/mocker": "2.1.1", - "@vitest/pretty-format": "^2.1.1", - "@vitest/runner": "2.1.1", - "@vitest/snapshot": "2.1.1", - "@vitest/spy": "2.1.1", - "@vitest/utils": "2.1.1", - "chai": "^5.1.1", - "debug": "^4.3.6", - "magic-string": "^0.30.11", - "pathe": "^1.1.2", - "std-env": "^3.7.0", - "tinybench": "^2.9.0", - "tinyexec": "^0.3.0", - "tinypool": "^1.0.0", - "tinyrainbow": "^1.2.0", - "vite": "^5.0.0", - "vite-node": "2.1.1", - "why-is-node-running": "^2.3.0" - }, - "bin": { - "vitest": "vitest.mjs" - }, + "node_modules/wordwrapjs": { + "version": "5.1.0", + "dev": true, + "license": "MIT", "engines": { - "node": "^18.0.0 || >=20.0.0" - }, - "funding": { - "url": "https://opencollective.com/vitest" - }, - "peerDependencies": { - "@edge-runtime/vm": "*", - "@types/node": "^18.0.0 || >=20.0.0", - "@vitest/browser": "2.1.1", - "@vitest/ui": "2.1.1", - "happy-dom": "*", - "jsdom": "*" - }, - "peerDependenciesMeta": { - "@edge-runtime/vm": { - "optional": true - }, - "@types/node": { - "optional": true - }, - "@vitest/browser": { - "optional": true - }, - "@vitest/ui": { - "optional": true - }, - "happy-dom": { - "optional": true - }, - "jsdom": { - "optional": true - } + "node": ">=12.17" } }, - "node_modules/vue": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.10.tgz", - "integrity": "sha512-Vy2kmJwHPlouC/tSnIgXVg03SG+9wSqT1xu1Vehc+ChsXsRd7jLkKgMltVEFOzUdBr3uFwBCG+41LJtfAcBRng==", + "node_modules/wrap-ansi": { + "version": "6.2.0", "dev": true, + "license": "MIT", "dependencies": { - "@vue/compiler-dom": "3.5.10", - "@vue/compiler-sfc": "3.5.10", - "@vue/runtime-dom": "3.5.10", - "@vue/server-renderer": "3.5.10", - "@vue/shared": "3.5.10" - }, - "peerDependencies": { - "typescript": "*" + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } + "engines": { + "node": ">=8" } }, - "node_modules/w3c-xmlserializer": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz", - "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==", + "node_modules/wrap-ansi-cjs": { + "name": "wrap-ansi", + "version": "7.0.0", "license": "MIT", "dependencies": { - "xml-name-validator": "^5.0.0" + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" }, "engines": { - "node": ">=18" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/walk-up-path": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/walk-up-path/-/walk-up-path-3.0.1.tgz", - "integrity": "sha512-9YlCL/ynK3CTlrSRrDxZvUauLzAswPCrsaCgilqFevUYpeEW0/3ScEjaa3kbW/T0ghhkEr7mv+fpjqn1Y1YuTA==", - "dev": true + "node_modules/wrappy": { + "version": "1.0.2", + "license": "ISC" }, - "node_modules/wcwidth": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", - "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", + "node_modules/write-file-atomic": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz", + "integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==", "dev": true, + "license": "ISC", "dependencies": { - "defaults": "^1.0.3" + "imurmurhash": "^0.1.4", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/web-streams-polyfill": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz", - "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==", + "node_modules/write-file-atomic/node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, + "license": "ISC", "engines": { - "node": ">= 8" + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/webidl-conversions": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", - "dev": true - }, - "node_modules/whatwg-encoding": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz", - "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==", + "node_modules/write-json-file": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/write-json-file/-/write-json-file-3.2.0.tgz", + "integrity": "sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ==", + "dev": true, "license": "MIT", "dependencies": { - "iconv-lite": "0.6.3" + "detect-indent": "^5.0.0", + "graceful-fs": "^4.1.15", + "make-dir": "^2.1.0", + "pify": "^4.0.1", + "sort-keys": "^2.0.0", + "write-file-atomic": "^2.4.2" }, "engines": { - "node": ">=18" + "node": ">=6" } }, - "node_modules/whatwg-encoding/node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "node_modules/write-json-file/node_modules/make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "dev": true, "license": "MIT", "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" + "pify": "^4.0.1", + "semver": "^5.6.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=6" } }, - "node_modules/whatwg-mimetype": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz", - "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==", + "node_modules/write-json-file/node_modules/pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "dev": true, + "license": "MIT", "engines": { - "node": ">=18" + "node": ">=6" } }, - "node_modules/whatwg-url": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "node_modules/write-json-file/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true, - "dependencies": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" - } - }, - "node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/which-boxed-primitive": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", - "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", - "dev": true, - "dependencies": { - "is-bigint": "^1.0.1", - "is-boolean-object": "^1.1.0", - "is-number-object": "^1.0.4", - "is-string": "^1.0.5", - "is-symbol": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/which-typed-array": { - "version": "1.1.15", - "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz", - "integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==", - "dev": true, - "dependencies": { - "available-typed-arrays": "^1.0.7", - "call-bind": "^1.0.7", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-tostringtag": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/why-is-node-running": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz", - "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==", - "dev": true, - "dependencies": { - "siginfo": "^2.0.0", - "stackback": "0.0.2" - }, - "bin": { - "why-is-node-running": "cli.js" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/wide-align": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", - "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", - "dev": true, - "dependencies": { - "string-width": "^1.0.2 || 2 || 3 || 4" - } - }, - "node_modules/widest-line": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-4.0.1.tgz", - "integrity": "sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==", - "dev": true, - "dependencies": { - "string-width": "^5.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/widest-line/node_modules/ansi-regex": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", - "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, - "node_modules/widest-line/node_modules/emoji-regex": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", - "dev": true - }, - "node_modules/widest-line/node_modules/string-width": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", - "dev": true, - "dependencies": { - "eastasianwidth": "^0.2.0", - "emoji-regex": "^9.2.2", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/widest-line/node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", - "dev": true, - "dependencies": { - "ansi-regex": "^6.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" - } - }, - "node_modules/word-wrap": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", - "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/wordwrap": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", - "integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==", - "dev": true - }, - "node_modules/wordwrapjs": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/wordwrapjs/-/wordwrapjs-5.1.0.tgz", - "integrity": "sha512-JNjcULU2e4KJwUNv6CHgI46UvDGitb6dGryHajXTDiLgg1/RiGoPSDw4kZfYnwGtEXf2ZMeIewDQgFGzkCB2Sg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12.17" - } - }, - "node_modules/wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/wrap-ansi-cjs": { - "name": "wrap-ansi", - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" - }, - "node_modules/write-file-atomic": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz", - "integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==", - "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^4.0.1" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/write-file-atomic/node_modules/signal-exit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", - "dev": true, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/write-json-file": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/write-json-file/-/write-json-file-3.2.0.tgz", - "integrity": "sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ==", - "dev": true, - "dependencies": { - "detect-indent": "^5.0.0", - "graceful-fs": "^4.1.15", - "make-dir": "^2.1.0", - "pify": "^4.0.1", - "sort-keys": "^2.0.0", - "write-file-atomic": "^2.4.2" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/write-json-file/node_modules/make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "dev": true, - "dependencies": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/write-json-file/node_modules/pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/write-json-file/node_modules/semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "dev": true, - "bin": { - "semver": "bin/semver" + "license": "ISC", + "bin": { + "semver": "bin/semver" } }, "node_modules/write-json-file/node_modules/write-file-atomic": { @@ -18990,6 +18690,7 @@ "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz", "integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==", "dev": true, + "license": "ISC", "dependencies": { "graceful-fs": "^4.1.11", "imurmurhash": "^0.1.4", @@ -19001,6 +18702,7 @@ "resolved": "https://registry.npmjs.org/write-pkg/-/write-pkg-4.0.0.tgz", "integrity": "sha512-v2UQ+50TNf2rNHJ8NyWttfm/EJUBWMJcx6ZTYZr6Qp52uuegWw/lBkCtCbnYZEmPRNL61m+u67dAmGxo+HTULA==", "dev": true, + "license": "MIT", "dependencies": { "sort-keys": "^2.0.0", "type-fest": "^0.4.1", @@ -19015,14 +18717,14 @@ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.4.1.tgz", "integrity": "sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=6" } }, "node_modules/ws": { "version": "8.18.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", - "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", + "license": "MIT", "engines": { "node": ">=10.0.0" }, @@ -19041,9 +18743,8 @@ }, "node_modules/xdg-basedir": { "version": "5.1.0", - "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-5.1.0.tgz", - "integrity": "sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -19053,9 +18754,8 @@ }, "node_modules/xml-crypto": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-6.0.0.tgz", - "integrity": "sha512-L3RgnkaDrHaYcCnoENv4Idzt1ZRj5U1z1BDH98QdDTQfssScx8adgxhd9qwyYo+E3fXbQZjEQH7aiXHLVgxGvw==", "dev": true, + "license": "MIT", "dependencies": { "@xmldom/is-dom-node": "^1.0.1", "@xmldom/xmldom": "^0.8.10", @@ -19067,17 +18767,14 @@ }, "node_modules/xml-crypto/node_modules/@xmldom/xmldom": { "version": "0.8.10", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz", - "integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==", "dev": true, + "license": "MIT", "engines": { "node": ">=10.0.0" } }, "node_modules/xml-name-validator": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz", - "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==", "license": "Apache-2.0", "engines": { "node": ">=18" @@ -19085,45 +18782,48 @@ }, "node_modules/xmlchars": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", - "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", "license": "MIT" }, - "node_modules/xpath": { - "version": "0.0.33", - "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.33.tgz", - "integrity": "sha512-NNXnzrkDrAzalLhIUc01jO2mOzXGXh1JwPgkihcLLzw98c0WgYDmmjSh1Kl3wzaxSVWMuA+fe0WTWOBDWCBmNA==", + "node_modules/xmlhttprequest": { + "version": "1.8.0", "dev": true, + "license": "MIT", "engines": { - "node": ">=0.6.0" + "node": ">=0.4.0" } }, - "node_modules/xtend": { + "node_modules/xpath": { + "version": "0.0.33", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/xtend": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.4" } }, "node_modules/y18n": { "version": "5.0.8", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/yallist": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + "license": "ISC" }, "node_modules/yargs": { "version": "17.7.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", - "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "license": "MIT", "dependencies": { "cliui": "^8.0.1", "escalade": "^3.1.1", @@ -19139,17 +18839,15 @@ }, "node_modules/yargs-parser": { "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "license": "ISC", "engines": { "node": ">=12" } }, "node_modules/yocto-queue": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -19159,9 +18857,8 @@ }, "node_modules/yoctocolors-cjs": { "version": "2.1.2", - "resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz", - "integrity": "sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==", "dev": true, + "license": "MIT", "engines": { "node": ">=18" }, @@ -19171,9 +18868,8 @@ }, "node_modules/zwitch": { "version": "2.0.4", - "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", - "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -19181,34 +18877,32 @@ }, "packages/api": { "name": "@hpcc-js/api", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.0.0" + "@hpcc-js/common": "^3.1.0" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", + "@hpcc-js/esbuild-plugins": "^1.2.0", "d3-collection": "^1", "d3-color": "3.1.0", "d3-format": "^1", - "d3-selection": "^1", - "tslib": "2.7.0" + "d3-selection": "^1" } }, "packages/chart": { "name": "@hpcc-js/chart", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^2.14.0", - "@hpcc-js/common": "^2.73.0", - "@hpcc-js/util": "^2.53.0" + "@hpcc-js/api": "^3.1.0", + "@hpcc-js/common": "^3.1.0", + "@hpcc-js/util": "^3.1.0" }, "devDependencies": { - "@hpcc-js/dataflow": "^10.0.0", - "@hpcc-js/esbuild-plugins": "^1.1.2", + "@hpcc-js/esbuild-plugins": "^1.2.0", "@types/d3-shape": "1.3.12", - "@types/d3-transition": "1.3.5", + "@types/d3-transition": "1.3.6", "d3-array": "^1", "d3-axis": "^1", "d3-brush": "^1", @@ -19227,71 +18921,36 @@ "d3-time-format": "^2", "d3-transition": "^1", "d3-zoom": "^1", - "d3v4-bullet": "1.0.7", - "tslib": "2.7.0" - } - }, - "packages/chart/node_modules/@hpcc-js/api": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/@hpcc-js/api/-/api-2.14.0.tgz", - "integrity": "sha512-Z9V8y63In1YEyGWaNew8NgvfQ/cj8evWmeux5TibgtZbIdtJ20fFUSecAc6qqyxNGy5t20ABtj/meIIWlawiog==", - "license": "Apache-2.0", - "dependencies": { - "@hpcc-js/common": "^2.73.0" + "d3v4-bullet": "1.0.7" } }, - "packages/chart/node_modules/@hpcc-js/common": { - "version": "2.73.0", - "resolved": "https://registry.npmjs.org/@hpcc-js/common/-/common-2.73.0.tgz", - "integrity": "sha512-M5fRbklYvB1ClMQ1xP+w0KqMrJAIObOI3XLJjINALc2eRHFUYtjtiEX26tna660WKMRA4CZgGlcwwz74PpsyFQ==", + "packages/codemirror": { + "name": "@hpcc-js/codemirror", + "version": "3.0.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/util": "^2.53.0", - "@types/d3-array": "1.2.12", - "@types/d3-brush": "1.1.8", - "@types/d3-collection": "1.0.13", - "@types/d3-color": "1.4.5", - "@types/d3-dispatch": "1.0.12", - "@types/d3-drag": "1.2.8", - "@types/d3-dsv": "1.2.8", - "@types/d3-ease": "1.0.13", - "@types/d3-format": "1.4.5", - "@types/d3-interpolate": "1.4.5", - "@types/d3-scale": "1.0.22", - "@types/d3-selection": "1.4.6", - "@types/d3-time-format": "2.3.4", - "@types/d3-transition": "1.3.5", - "@types/d3-zoom": "1.8.7" + "@hpcc-js/common": "^3.1.0" + }, + "devDependencies": { + "@hpcc-js/codemirror-shim": "^3.0.0", + "@hpcc-js/esbuild-plugins": "^1.2.0" } }, - "packages/chart/node_modules/@hpcc-js/util": { - "version": "2.53.0", - "resolved": "https://registry.npmjs.org/@hpcc-js/util/-/util-2.53.0.tgz", - "integrity": "sha512-T8zzMo/BAacKfiOBijs16yR2XbBH8E9Bq6rV9tS9Gu0s6+s37BwAY7V/wBEjREdNlKncI4eLL5wy3oinz8gqUQ==", + "packages/codemirror-shim": { + "name": "@hpcc-js/codemirror-shim", + "version": "3.0.0", "license": "Apache-2.0", - "dependencies": { - "tslib": "2.7.0" + "devDependencies": { + "@hpcc-js/esbuild-plugins": "^1.2.0", + "codemirror": "5.65.18" } }, - "packages/chart/node_modules/@hpcc-js/util/node_modules/tslib": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", - "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", - "license": "0BSD" - }, - "packages/chart/node_modules/tslib": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", - "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==", - "dev": true, - "license": "0BSD" - }, "packages/common": { "name": "@hpcc-js/common", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/util": "^3.0.0", + "@hpcc-js/util": "^3.1.0", "@types/d3-array": "1.2.12", "@types/d3-brush": "1.1.8", "@types/d3-collection": "1.0.13", @@ -19303,14 +18962,14 @@ "@types/d3-format": "1.4.5", "@types/d3-interpolate": "1.4.5", "@types/d3-scale": "1.0.22", - "@types/d3-selection": "1.4.6", + "@types/d3-selection": "1.4.7", "@types/d3-time-format": "2.3.4", - "@types/d3-transition": "1.3.5", + "@types/d3-transition": "1.3.6", "@types/d3-zoom": "1.8.7" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", - "colorbrewer": "1.5.6", + "@hpcc-js/esbuild-plugins": "^1.2.0", + "colorbrewer": "1.5.7", "d3-array": "^1", "d3-brush": "^1", "d3-collection": "^1", @@ -19327,48 +18986,16 @@ "d3-time-format": "^2", "d3-transition": "^1", "d3-zoom": "^1", - "font-awesome": "4.7.0", - "tslib": "2.7.0" - } - }, - "packages/common/node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true, - "license": "MIT" - }, - "packages/common/node_modules/d3-dsv": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-1.2.0.tgz", - "integrity": "sha512-9yVlqvZcSOMhCYzniHE7EVUws7Fa1zgw+/EAV2BxJoG3ME19V6BQFBwI855XQDsxyOuG7NibqRMTtiF/Qup46g==", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "commander": "2", - "iconv-lite": "0.4", - "rw": "1" - }, - "bin": { - "csv2json": "bin/dsv2json", - "csv2tsv": "bin/dsv2dsv", - "dsv2dsv": "bin/dsv2dsv", - "dsv2json": "bin/dsv2json", - "json2csv": "bin/json2dsv", - "json2dsv": "bin/json2dsv", - "json2tsv": "bin/json2dsv", - "tsv2csv": "bin/dsv2dsv", - "tsv2json": "bin/dsv2json" + "font-awesome": "4.7.0" } }, "packages/comms": { "name": "@hpcc-js/comms", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/ddl-shim": "^2.21.0", - "@hpcc-js/util": "^2.52.0", - "@xmldom/xmldom": "0.9.3", + "@hpcc-js/util": "^3.1.0", + "@xmldom/xmldom": "0.9.5", "abort-controller": "3.0.0", "node-fetch": "3.3.2", "safe-buffer": "5.2.1", @@ -19376,7 +19003,8 @@ "undici": "5.28.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", + "@hpcc-js/ddl-shim": "^3.0.0", + "@hpcc-js/esbuild-plugins": "^1.2.0", "@types/d3-request": "1.0.9", "@types/d3-time-format": "2.3.4", "@types/node": "^18", @@ -19385,23 +19013,12 @@ "d3-format": "^1", "d3-time-format": "^2", "soap": "1.1.5", - "tslib": "2.7.0", "typescript-formatter": "^7.2.2" } }, - "packages/comms/node_modules/@hpcc-js/util": { - "version": "2.53.0", - "resolved": "https://registry.npmjs.org/@hpcc-js/util/-/util-2.53.0.tgz", - "integrity": "sha512-T8zzMo/BAacKfiOBijs16yR2XbBH8E9Bq6rV9tS9Gu0s6+s37BwAY7V/wBEjREdNlKncI4eLL5wy3oinz8gqUQ==", - "license": "Apache-2.0", - "dependencies": { - "tslib": "2.7.0" - } - }, "packages/comms/node_modules/node-fetch": { "version": "3.3.2", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", - "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==", + "license": "MIT", "dependencies": { "data-uri-to-buffer": "^4.0.0", "fetch-blob": "^3.1.4", @@ -19415,370 +19032,196 @@ "url": "https://opencollective.com/node-fetch" } }, + "packages/composite": { + "name": "@hpcc-js/composite", + "version": "3.0.0", + "license": "Apache-2.0", + "dependencies": { + "@hpcc-js/api": "^3.1.0", + "@hpcc-js/chart": "^3.1.0", + "@hpcc-js/common": "^3.1.0", + "@hpcc-js/dgrid": "^3.0.0", + "@hpcc-js/form": "^3.0.0", + "@hpcc-js/html": "^3.0.0", + "@hpcc-js/other": "^3.0.0", + "@hpcc-js/phosphor": "^3.0.0", + "@hpcc-js/util": "^3.1.0" + }, + "devDependencies": { + "@hpcc-js/esbuild-plugins": "^1.2.0", + "@types/d3-transition": "1.3.6", + "d3-collection": "^1", + "d3-selection": "^1", + "d3-transition": "^1" + } + }, "packages/dataflow": { "name": "@hpcc-js/dataflow", - "version": "10.0.0", + "version": "9.1.0", "license": "Apache-2.0", "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", + "@hpcc-js/esbuild-plugins": "^1.2.0", "@types/faker": "4.1.12", "@types/jasmine": "5.1.4", "faker": "4.1.0" } }, - "packages/esbuild-plugins": { - "name": "@hpcc-js/esbuild-plugins", - "version": "1.2.0", + "packages/ddl-shim": { + "name": "@hpcc-js/ddl-shim", + "version": "3.0.0", + "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@hpcc-js/wasm-base91": "1.3.1", - "@hpcc-js/wasm-zstd": "1.2.1", - "esbuild": "0.24.0", - "esbuild-copy-static-files": "0.1.0", - "esbuild-plugin-umd-wrapper": "3.0.0", - "fzstd": "0.1.1" - } - }, - "packages/esbuild-plugins/node_modules/@esbuild/aix-ppc64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.24.0.tgz", - "integrity": "sha512-WtKdFM7ls47zkKHFVzMz8opM7LkcsIp9amDUBIAWirg70RM71WRSjdILPsY5Uv1D42ZpUfaPILDlfactHgsRkw==", - "cpu": [ - "ppc64" - ], - "optional": true, - "os": [ - "aix" - ], - "engines": { - "node": ">=18" - } - }, - "packages/esbuild-plugins/node_modules/@esbuild/android-arm": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.24.0.tgz", - "integrity": "sha512-arAtTPo76fJ/ICkXWetLCc9EwEHKaeya4vMrReVlEIUCAUncH7M4bhMQ+M9Vf+FFOZJdTNMXNBrWwW+OXWpSew==", - "cpu": [ - "arm" - ], - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" - } - }, - "packages/esbuild-plugins/node_modules/@esbuild/android-arm64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.24.0.tgz", - "integrity": "sha512-Vsm497xFM7tTIPYK9bNTYJyF/lsP590Qc1WxJdlB6ljCbdZKU9SY8i7+Iin4kyhV/KV5J2rOKsBQbB77Ab7L/w==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" - } - }, - "packages/esbuild-plugins/node_modules/@esbuild/android-x64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.24.0.tgz", - "integrity": "sha512-t8GrvnFkiIY7pa7mMgJd7p8p8qqYIz1NYiAoKc75Zyv73L3DZW++oYMSHPRarcotTKuSs6m3hTOa5CKHaS02TQ==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" - } - }, - "packages/esbuild-plugins/node_modules/@esbuild/darwin-arm64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.24.0.tgz", - "integrity": "sha512-CKyDpRbK1hXwv79soeTJNHb5EiG6ct3efd/FTPdzOWdbZZfGhpbcqIpiD0+vwmpu0wTIL97ZRPZu8vUt46nBSw==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=18" - } - }, - "packages/esbuild-plugins/node_modules/@esbuild/darwin-x64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.24.0.tgz", - "integrity": "sha512-rgtz6flkVkh58od4PwTRqxbKH9cOjaXCMZgWD905JOzjFKW+7EiUObfd/Kav+A6Gyud6WZk9w+xu6QLytdi2OA==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=18" - } - }, - "packages/esbuild-plugins/node_modules/@esbuild/freebsd-arm64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.24.0.tgz", - "integrity": "sha512-6Mtdq5nHggwfDNLAHkPlyLBpE5L6hwsuXZX8XNmHno9JuL2+bg2BX5tRkwjyfn6sKbxZTq68suOjgWqCicvPXA==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=18" - } - }, - "packages/esbuild-plugins/node_modules/@esbuild/freebsd-x64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.24.0.tgz", - "integrity": "sha512-D3H+xh3/zphoX8ck4S2RxKR6gHlHDXXzOf6f/9dbFt/NRBDIE33+cVa49Kil4WUjxMGW0ZIYBYtaGCa2+OsQwQ==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=18" - } - }, - "packages/esbuild-plugins/node_modules/@esbuild/linux-arm": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.24.0.tgz", - "integrity": "sha512-gJKIi2IjRo5G6Glxb8d3DzYXlxdEj2NlkixPsqePSZMhLudqPhtZ4BUrpIuTjJYXxvF9njql+vRjB2oaC9XpBw==", - "cpu": [ - "arm" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "packages/esbuild-plugins/node_modules/@esbuild/linux-arm64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.24.0.tgz", - "integrity": "sha512-TDijPXTOeE3eaMkRYpcy3LarIg13dS9wWHRdwYRnzlwlA370rNdZqbcp0WTyyV/k2zSxfko52+C7jU5F9Tfj1g==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "packages/esbuild-plugins/node_modules/@esbuild/linux-ia32": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.24.0.tgz", - "integrity": "sha512-K40ip1LAcA0byL05TbCQ4yJ4swvnbzHscRmUilrmP9Am7//0UjPreh4lpYzvThT2Quw66MhjG//20mrufm40mA==", - "cpu": [ - "ia32" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "packages/esbuild-plugins/node_modules/@esbuild/linux-loong64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.24.0.tgz", - "integrity": "sha512-0mswrYP/9ai+CU0BzBfPMZ8RVm3RGAN/lmOMgW4aFUSOQBjA31UP8Mr6DDhWSuMwj7jaWOT0p0WoZ6jeHhrD7g==", - "cpu": [ - "loong64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "packages/esbuild-plugins/node_modules/@esbuild/linux-mips64el": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.24.0.tgz", - "integrity": "sha512-hIKvXm0/3w/5+RDtCJeXqMZGkI2s4oMUGj3/jM0QzhgIASWrGO5/RlzAzm5nNh/awHE0A19h/CvHQe6FaBNrRA==", - "cpu": [ - "mips64el" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "packages/esbuild-plugins/node_modules/@esbuild/linux-ppc64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.24.0.tgz", - "integrity": "sha512-HcZh5BNq0aC52UoocJxaKORfFODWXZxtBaaZNuN3PUX3MoDsChsZqopzi5UupRhPHSEHotoiptqikjN/B77mYQ==", - "cpu": [ - "ppc64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" + "ajv": "6.12.6" + }, + "devDependencies": { + "@hpcc-js/esbuild-plugins": "^1.2.0", + "@rodrigoff/ajv-cli": "5.2.0", + "@types/node": "^18", + "ts-json-schema-generator": "0.98.0" } }, - "packages/esbuild-plugins/node_modules/@esbuild/linux-riscv64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.24.0.tgz", - "integrity": "sha512-bEh7dMn/h3QxeR2KTy1DUszQjUrIHPZKyO6aN1X4BCnhfYhuQqedHaa5MxSQA/06j3GpiIlFGSsy1c7Gf9padw==", - "cpu": [ - "riscv64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" + "packages/ddl-shim/node_modules/ajv": { + "version": "6.12.6", + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" } }, - "packages/esbuild-plugins/node_modules/@esbuild/linux-s390x": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.24.0.tgz", - "integrity": "sha512-ZcQ6+qRkw1UcZGPyrCiHHkmBaj9SiCD8Oqd556HldP+QlpUIe2Wgn3ehQGVoPOvZvtHm8HPx+bH20c9pvbkX3g==", - "cpu": [ - "s390x" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } + "packages/ddl-shim/node_modules/json-schema-traverse": { + "version": "0.4.1", + "license": "MIT" }, - "packages/esbuild-plugins/node_modules/@esbuild/linux-x64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.24.0.tgz", - "integrity": "sha512-vbutsFqQ+foy3wSSbmjBXXIJ6PL3scghJoM8zCL142cGaZKAdCZHyf+Bpu/MmX9zT9Q0zFBVKb36Ma5Fzfa8xA==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" + "packages/deck-shim": { + "name": "@hpcc-js/deck-shim", + "version": "2.8.0", + "license": "Apache-2.0", + "dependencies": { + "@deck.gl/core": "8.9.36", + "@deck.gl/layers": "8.9.36", + "mapbox-gl": "2.15.0" + }, + "devDependencies": { + "@hpcc-js/bundle": "^2.12.0", + "css-loader": "7.1.2", + "style-loader": "4.0.0", + "tslib": "2.7.0" } }, - "packages/esbuild-plugins/node_modules/@esbuild/netbsd-x64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.24.0.tgz", - "integrity": "sha512-hjQ0R/ulkO8fCYFsG0FZoH+pWgTTDreqpqY7UnQntnaKv95uP5iW3+dChxnx7C3trQQU40S+OgWhUVwCjVFLvg==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=18" - } + "packages/deck-shim/node_modules/tslib": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", + "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", + "dev": true, + "license": "0BSD" }, - "packages/esbuild-plugins/node_modules/@esbuild/openbsd-x64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.24.0.tgz", - "integrity": "sha512-4ir0aY1NGUhIC1hdoCzr1+5b43mw99uNwVzhIq1OY3QcEwPDO3B7WNXBzaKY5Nsf1+N11i1eOfFcq+D/gOS15Q==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=18" + "packages/dgrid": { + "name": "@hpcc-js/dgrid", + "version": "3.0.0", + "license": "Apache-2.0", + "dependencies": { + "@hpcc-js/common": "^3.1.0", + "@hpcc-js/dgrid-shim": "^2.26.0", + "@hpcc-js/util": "^3.1.0" + }, + "devDependencies": { + "@hpcc-js/ddl-shim": "^3.0.0", + "@hpcc-js/esbuild-plugins": "^1.2.0", + "@testing-library/dom": "10.4.0", + "d3-format": "^1", + "d3-selection": "^1" } }, - "packages/esbuild-plugins/node_modules/@esbuild/sunos-x64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.24.0.tgz", - "integrity": "sha512-jVzdzsbM5xrotH+W5f1s+JtUy1UWgjU0Cf4wMvffTB8m6wP5/kx0KiaLHlbJO+dMgtxKV8RQ/JvtlFcdZ1zCPA==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "sunos" - ], - "engines": { - "node": ">=18" + "packages/dgrid-shim": { + "name": "@hpcc-js/dgrid-shim", + "version": "2.26.0", + "license": "Apache-2.0", + "devDependencies": { + "@hpcc-js/bundle": "^2.12.0", + "@types/dojo": "1.9.48", + "dgrid": "1.3.3", + "dijit": "1.17.3", + "dijit-themes": "1.17.3", + "dojo": "1.17.3", + "dojo-dstore": "1.2.1", + "dojo-util": "1.17.3", + "dojo-webpack-plugin": "3.0.6", + "dojox": "1.17.3", + "terser-webpack-plugin": "5.3.10", + "webpack": "5.95.0", + "webpack-cli": "5.1.4", + "webpack-hasjs-plugin": "1.0.4" + } + }, + "packages/dgrid2": { + "name": "@hpcc-js/dgrid2", + "version": "3.0.0", + "license": "Apache-2.0", + "dependencies": { + "@hpcc-js/common": "^3.0.0", + "@hpcc-js/util": "^3.0.0" + }, + "devDependencies": { + "@hpcc-js/esbuild-plugins": "^1.2.0", + "react": "18.3.1", + "react-data-grid": "7.0.0-beta.47", + "react-dom": "18.3.1" + }, + "peerDependencies": { + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0" } }, - "packages/esbuild-plugins/node_modules/@esbuild/win32-arm64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.24.0.tgz", - "integrity": "sha512-iKc8GAslzRpBytO2/aN3d2yb2z8XTVfNV0PjGlCxKo5SgWmNXx82I/Q3aG1tFfS+A2igVCY97TJ8tnYwpUWLCA==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=18" + "packages/eclwatch": { + "name": "@hpcc-js/eclwatch", + "version": "3.0.0", + "license": "Apache-2.0", + "dependencies": { + "@hpcc-js/codemirror": "^3.0.0", + "@hpcc-js/common": "^3.0.0", + "@hpcc-js/comms": "^3.0.0", + "@hpcc-js/dgrid": "^3.0.0", + "@hpcc-js/graph": "^3.0.0", + "@hpcc-js/layout": "^3.0.0", + "@hpcc-js/phosphor": "^3.0.0", + "@hpcc-js/timeline": "^3.0.0", + "@hpcc-js/tree": "^3.0.0", + "@hpcc-js/util": "^3.0.0" + }, + "devDependencies": { + "@hpcc-js/esbuild-plugins": "^1.2.0", + "d3-selection": "^1" } }, - "packages/esbuild-plugins/node_modules/@esbuild/win32-ia32": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.24.0.tgz", - "integrity": "sha512-vQW36KZolfIudCcTnaTpmLQ24Ha1RjygBo39/aLkM2kmjkWmZGEJ5Gn9l5/7tzXA42QGIoWbICfg6KLLkIw6yw==", - "cpu": [ - "ia32" - ], - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=18" + "packages/esbuild-plugins": { + "name": "@hpcc-js/esbuild-plugins", + "version": "1.2.0", + "license": "Apache-2.0", + "dependencies": { + "@hpcc-js/wasm-base91": "1.3.1", + "@hpcc-js/wasm-zstd": "1.2.1", + "esbuild": "0.24.0", + "esbuild-copy-static-files": "0.1.0", + "esbuild-plugin-umd-wrapper": "3.0.0", + "fzstd": "0.1.1" } }, - "packages/esbuild-plugins/node_modules/@esbuild/win32-x64": { + "packages/esbuild-plugins/node_modules/@esbuild/linux-x64": { "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.24.0.tgz", - "integrity": "sha512-7IAFPrjSQIJrGsK6flwg7NFmwBoSTyF3rl7If0hNUFQU4ilTsEPL6GuMuU9BfIWVVGuRnuIidkSMC+c0Otu8IA==", "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ - "win32" + "linux" ], "engines": { "node": ">=18" @@ -19786,9 +19229,8 @@ }, "packages/esbuild-plugins/node_modules/esbuild": { "version": "0.24.0", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.24.0.tgz", - "integrity": "sha512-FuLPevChGDshgSicjisSooU0cemp/sGXR841D5LHMB7mTVOmsEHcAxaH3irL53+8YDIeVNQEySh4DaYU/iuPqQ==", "hasInstallScript": true, + "license": "MIT", "bin": { "esbuild": "bin/esbuild" }, @@ -19822,76 +19264,246 @@ "@esbuild/win32-x64": "0.24.0" } }, + "packages/form": { + "name": "@hpcc-js/form", + "version": "3.0.0", + "license": "Apache-2.0", + "dependencies": { + "@hpcc-js/api": "^3.1.0", + "@hpcc-js/chart": "^3.1.0", + "@hpcc-js/common": "^3.0.0" + }, + "devDependencies": { + "@hpcc-js/esbuild-plugins": "^1.2.0", + "d3-brush": "^1", + "d3-color": "3.1.0", + "d3-drag": "^1", + "d3-scale": "^1", + "d3-selection": "^1" + } + }, + "packages/graph": { + "name": "@hpcc-js/graph", + "version": "3.0.0", + "license": "Apache-2.0", + "dependencies": { + "@hpcc-js/api": "^3.1.0", + "@hpcc-js/common": "^3.1.0", + "@hpcc-js/html": "^3.0.0", + "@hpcc-js/react": "^3.0.0", + "@hpcc-js/util": "^3.1.0" + }, + "devDependencies": { + "@dagrejs/dagre": "1.1.4", + "@hpcc-js/esbuild-plugins": "^1.2.0", + "@hpcc-js/wasm-graphviz": "1.6.1", + "@types/d3-transition": "1.3.6", + "d3-force": "^1", + "d3-geo": "^1", + "d3-interpolate-path": "2.3.0", + "d3-sankey": "^0", + "d3-shape": "^1", + "d3-tile": "^1", + "d3-transition": "^1", + "react": "18.3.1", + "react-dom": "18.3.1" + }, + "peerDependencies": { + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0" + } + }, + "packages/html": { + "name": "@hpcc-js/html", + "version": "3.0.0", + "license": "Apache-2.0", + "dependencies": { + "@hpcc-js/common": "^3.1.0", + "@hpcc-js/util": "^3.1.0" + }, + "devDependencies": { + "@hpcc-js/esbuild-plugins": "^1.2.0", + "d3-format": "^1", + "d3-selection": "^1", + "react": "18.3.1", + "react-dom": "18.3.1" + }, + "peerDependencies": { + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0" + } + }, + "packages/layout": { + "name": "@hpcc-js/layout", + "version": "3.0.0", + "license": "Apache-2.0", + "dependencies": { + "@hpcc-js/api": "^3.0.0", + "@hpcc-js/chart": "^3.0.0", + "@hpcc-js/common": "^3.0.0", + "@hpcc-js/dgrid2": "^3.0.0", + "@hpcc-js/util": "^3.0.0" + }, + "devDependencies": { + "@hpcc-js/esbuild-plugins": "^1.2.0", + "@types/d3-transition": "1.3.6", + "d3-drag": "^1", + "d3-selection": "^1", + "d3-shape": "^1", + "d3-svg-legend": "2.25.6", + "d3-transition": "^1", + "grid-list": "0.4.1" + } + }, + "packages/leaflet-shim": { + "name": "@hpcc-js/leaflet-shim", + "version": "2.5.0", + "license": "Apache-2.0", + "dependencies": { + "@types/leaflet": "1.9.8", + "leaflet": "1.9.4" + }, + "devDependencies": { + "@types/leaflet-draw": "1.0.11", + "@types/leaflet.heat": "0.2.4", + "@types/leaflet.markercluster": "1.5.4", + "css-loader": "7.1.2", + "d3-geo": "^1", + "d3-selection": "^1", + "leaflet-draw": "1.0.4", + "leaflet.heat": "0.2.0", + "leaflet.markercluster": "1.5.3", + "simpleheat": "0.4.0", + "style-loader": "4.0.0", + "tslib": "2.6.3", + "url-loader": "4.1.1", + "webpack": "5.95.0", + "webpack-cli": "5.1.4" + } + }, + "packages/leaflet-shim/node_modules/tslib": { + "version": "2.6.3", + "dev": true, + "license": "0BSD" + }, + "packages/map": { + "name": "@hpcc-js/map", + "version": "3.0.0", + "license": "Apache-2.0", + "dependencies": { + "@hpcc-js/api": "^3.0.0", + "@hpcc-js/common": "^3.0.0", + "@hpcc-js/graph": "^3.0.0", + "@hpcc-js/layout": "^3.0.0", + "@hpcc-js/other": "^3.0.0", + "@hpcc-js/util": "^3.0.0" + }, + "devDependencies": { + "@hpcc-js/esbuild-plugins": "^1.2.0", + "@hpcc-js/leaflet-shim": "^2.5.0", + "d3-collection": "^1", + "d3-color": "3.1.0", + "d3-format": "^1", + "d3-geo": "^1", + "d3-quadtree": "^1", + "d3-request": "^1", + "d3-selection": "^1", + "d3-tile": "^1", + "google-maps": "3.3.0", + "topojson-client": "3.1.0" + } + }, + "packages/map-deck": { + "name": "@hpcc-js/map-deck", + "version": "3.0.0", + "license": "Apache-2.0", + "dependencies": { + "@hpcc-js/common": "^3.0.0", + "@hpcc-js/util": "^3.0.0" + }, + "devDependencies": { + "@hpcc-js/deck-shim": "^2.8.0", + "@hpcc-js/esbuild-plugins": "^1.2.0", + "d3-array": "^1", + "d3-color": "3.1.0", + "d3-transition": "^1" + } + }, "packages/markdown-it-plugins": { "name": "@hpcc-js/markdown-it-plugins", - "version": "3.0.0", + "version": "1.1.2", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/observablehq-compiler": "^1.3.0", + "@hpcc-js/observablehq-compiler": "^3.1.0", "@observablehq/framework": "1.12.0", "@observablehq/runtime": "5.9.9" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", + "@hpcc-js/esbuild-plugins": "^1.2.0", "@types/markdown-it": "14.1.2", "apache-arrow": "17.0.0", "d3-dsv": "3.0.1", "d3-fetch": "3.0.1", "dotenv": "16.4.5", "markdown-it": "14.1.0", - "tsx": "4.19.1" + "tsx": "4.19.2" } }, - "packages/markdown-it-plugins/node_modules/@hpcc-js/observable-shim": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@hpcc-js/observable-shim/-/observable-shim-1.0.0.tgz", - "integrity": "sha512-d20y1dgGdiWORseKUN3hSXtqIxhQGxv50q51FZ14OdJY6lePRzaX5XkFm2IKIUeXOtUxb2Eb7FZHhPfMJxDoeg==", - "license": "Apache-2.0" + "packages/markdown-it-plugins/node_modules/commander": { + "version": "7.2.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 10" + } }, - "packages/markdown-it-plugins/node_modules/@hpcc-js/observablehq-compiler": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@hpcc-js/observablehq-compiler/-/observablehq-compiler-1.4.0.tgz", - "integrity": "sha512-e0PZvRP4M+YC/fHv8wSvoMf3iAaXRmJ6gi3X/EAD6Te2PH6KZRxW7NxfVomxR8mi3mc5yVFgstGlPbaKKzP4VA==", - "license": "Apache-2.0", + "packages/markdown-it-plugins/node_modules/d3-dsv": { + "version": "3.0.1", + "dev": true, + "license": "ISC", "dependencies": { - "@hpcc-js/observable-shim": "^1.0.0", - "node-fetch": "3.3.2", - "yargs": "17.7.2" + "commander": "7", + "iconv-lite": "0.6", + "rw": "1" }, "bin": { - "ojscc": "bin/ojscc.mjs" + "csv2json": "bin/dsv2json.js", + "csv2tsv": "bin/dsv2dsv.js", + "dsv2dsv": "bin/dsv2dsv.js", + "dsv2json": "bin/dsv2json.js", + "json2csv": "bin/json2dsv.js", + "json2dsv": "bin/json2dsv.js", + "json2tsv": "bin/json2dsv.js", + "tsv2csv": "bin/dsv2dsv.js", + "tsv2json": "bin/dsv2json.js" + }, + "engines": { + "node": ">=12" } }, - "packages/markdown-it-plugins/node_modules/node-fetch": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", - "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==", + "packages/markdown-it-plugins/node_modules/iconv-lite": { + "version": "0.6.3", + "dev": true, "license": "MIT", "dependencies": { - "data-uri-to-buffer": "^4.0.0", - "fetch-blob": "^3.1.4", - "formdata-polyfill": "^4.0.10" + "safer-buffer": ">= 2.1.2 < 3.0.0" }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/node-fetch" + "node": ">=0.10.0" } }, "packages/observable-shim": { "name": "@hpcc-js/observable-shim", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", + "@hpcc-js/esbuild-plugins": "^1.2.0", "@observablehq/parser": "6.1.0" } }, "packages/observablehq-compiler": { "name": "@hpcc-js/observablehq-compiler", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { "yargs": "17.7.2" @@ -19900,21 +19512,136 @@ "ojscc": "bin/ojscc.mjs" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", - "@hpcc-js/observable-shim": "^3.0.0", + "@hpcc-js/esbuild-plugins": "^1.2.0", + "@hpcc-js/observable-shim": "^3.1.0", "@observablehq/runtime": "5.9.9" } }, + "packages/other": { + "name": "@hpcc-js/other", + "version": "3.0.0", + "license": "Apache-2.0", + "dependencies": { + "@hpcc-js/api": "^3.1.0", + "@hpcc-js/common": "^3.1.0", + "@hpcc-js/layout": "^3.0.0" + }, + "devDependencies": { + "@hpcc-js/esbuild-plugins": "^1.2.0", + "d3-array": "^1", + "d3-collection": "^1", + "d3-format": "^1", + "d3-scale": "^1", + "d3-selection": "^1", + "d3-shape": "^1", + "d3-time": "^1", + "d3-time-format": "^2", + "d3-timer": "^1", + "d3-zoom": "^1", + "javascript-autocomplete": "1.0.5", + "simpleheat": "0.4.0" + } + }, + "packages/phosphor": { + "name": "@hpcc-js/phosphor", + "version": "3.0.0", + "license": "Apache-2.0", + "dependencies": { + "@hpcc-js/common": "^3.1.0" + }, + "devDependencies": { + "@hpcc-js/esbuild-plugins": "^1.2.0", + "@hpcc-js/phosphor-shim": "^3.0.0" + } + }, + "packages/phosphor-shim": { + "name": "@hpcc-js/phosphor-shim", + "version": "3.0.0", + "license": "Apache-2.0", + "devDependencies": { + "@hpcc-js/esbuild-plugins": "^1.2.0", + "@lumino/algorithm": "1.9.2", + "@lumino/commands": "1.21.1", + "@lumino/messaging": "1.10.3", + "@lumino/widgets": "1.37.2" + } + }, + "packages/preact-shim": { + "name": "@hpcc-js/preact-shim", + "version": "3.0.0", + "license": "Apache-2.0", + "devDependencies": { + "@hpcc-js/esbuild-plugins": "^1.2.0", + "preact": "10.24.3" + } + }, + "packages/react": { + "name": "@hpcc-js/react", + "version": "3.0.0", + "license": "Apache-2.0", + "dependencies": { + "@hpcc-js/common": "^3.1.0" + }, + "devDependencies": { + "@hpcc-js/esbuild-plugins": "^1.2.0", + "react": "18.3.1", + "react-dom": "18.3.1" + }, + "peerDependencies": { + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0" + } + }, + "packages/timeline": { + "name": "@hpcc-js/timeline", + "version": "3.0.0", + "license": "Apache-2.0", + "dependencies": { + "@hpcc-js/api": "^3.0.0", + "@hpcc-js/chart": "^3.0.0", + "@hpcc-js/common": "^3.0.0", + "@hpcc-js/html": "^3.0.0", + "@hpcc-js/layout": "^3.0.0", + "@hpcc-js/react": "^3.0.0" + }, + "devDependencies": { + "@hpcc-js/esbuild-plugins": "^1.2.0", + "d3-array": "^1", + "d3-scale": "^1", + "d3-selection": "^1", + "d3-time-format": "^2", + "d3-zoom": "^1" + } + }, + "packages/tree": { + "name": "@hpcc-js/tree", + "version": "3.0.0", + "license": "Apache-2.0", + "dependencies": { + "@hpcc-js/api": "^3.1.0", + "@hpcc-js/common": "^3.1.0" + }, + "devDependencies": { + "@hpcc-js/esbuild-plugins": "^1.2.0", + "@types/d3-transition": "1.3.6", + "d3-hierarchy": "^1", + "d3-interpolate": "^1", + "d3-scale": "^1", + "d3-selection": "^1", + "d3-shape": "^1", + "d3-transition": "^1" + } + }, "packages/util": { "name": "@hpcc-js/util", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { - "@xmldom/xmldom": "0.9.3" + "@xmldom/xmldom": "0.9.5" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", - "@hpcc-js/esbuild-plugins": "^1.1.2" + "@hpcc-js/esbuild-plugins": "^1.2.0" } }, "utils/bundle": { @@ -19931,34 +19658,6 @@ "dependencies": { "d3-dsv": "^1" } - }, - "utils/data/node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "license": "MIT" - }, - "utils/data/node_modules/d3-dsv": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-1.2.0.tgz", - "integrity": "sha512-9yVlqvZcSOMhCYzniHE7EVUws7Fa1zgw+/EAV2BxJoG3ME19V6BQFBwI855XQDsxyOuG7NibqRMTtiF/Qup46g==", - "license": "BSD-3-Clause", - "dependencies": { - "commander": "2", - "iconv-lite": "0.4", - "rw": "1" - }, - "bin": { - "csv2json": "bin/dsv2json", - "csv2tsv": "bin/dsv2dsv", - "dsv2dsv": "bin/dsv2dsv", - "dsv2json": "bin/dsv2json", - "json2csv": "bin/json2dsv", - "json2dsv": "bin/json2dsv", - "json2tsv": "bin/json2dsv", - "tsv2csv": "bin/dsv2dsv", - "tsv2json": "bin/dsv2json" - } } } } diff --git a/package.json b/package.json index 83dc8eadff..d7df833bbf 100644 --- a/package.json +++ b/package.json @@ -3,45 +3,46 @@ "version": "2.107.0", "description": "HPCC Visualization Framework", "private": true, + "type": "module", "jsdelivr": "dist/index.umd.min.js", "workspaces": [ "utils/*", "packages/api", "xpackages/bundle", "packages/chart", - "xpackages/codemirror", - "xpackages/codemirror-shim", + "packages/codemirror", + "packages/codemirror-shim", "packages/common", "packages/comms", - "xpackages/composite", + "packages/composite", "packages/dataflow", - "xpackages/ddl-shim", - "xpackages/deck-shim", - "xpackages/dgrid", - "xpackages/dgrid-shim", - "xpackages/dgrid2", - "xpackages/eclwatch", + "packages/ddl-shim", + "packages/deck-shim", + "packages/dgrid", + "packages/dgrid-shim", + "packages/dgrid2", + "packages/eclwatch", "packages/esbuild-plugins", - "xpackages/form", - "xpackages/graph", - "xpackages/html", - "xpackages/layout", - "xpackages/leaflet-shim", + "packages/form", + "packages/graph", + "packages/html", + "packages/layout", + "packages/leaflet-shim", "xpackages/loader", - "xpackages/map", - "xpackages/map-deck", + "packages/map", + "packages/map-deck", "packages/markdown-it-plugins", "xpackages/marshaller", "packages/observable-shim", "packages/observablehq-compiler", - "xpackages/other", - "xpackages/phosphor", - "xpackages/phosphor-shim", - "xpackages/preact-shim", - "xpackages/react", + "packages/other", + "packages/phosphor", + "packages/phosphor-shim", + "packages/preact-shim", + "packages/react", "xpackages/requirejs-shim", - "xpackages/timeline", - "xpackages/tree", + "packages/timeline", + "packages/tree", "packages/util", "xcomponents/*", "xdemos/dashy", @@ -98,7 +99,7 @@ "publish": "lerna publish from-package --yes", "publish-lerna": "lerna publish from-package --yes", "purge-jsdelivr": "node ./utils/purge-jsdelivr.js", - "serve-docs": "vitepress dev .", + "dev-docs": "vitepress dev", "serve-docs-build": "vitepress serve --port 3000 .", "serve-vite": "vite", "dev-start": "ws", @@ -108,23 +109,23 @@ "update": "run-p update-workspaces update-root" }, "devDependencies": { - "@microsoft/api-documenter": "7.25.16", - "@microsoft/api-extractor": "7.47.9", + "@microsoft/api-documenter": "7.25.21", + "@microsoft/api-extractor": "7.47.11", "@microsoft/api-extractor-model": "7.29.8", "@typescript-eslint/eslint-plugin": "7.18.0", "@typescript-eslint/parser": "7.18.0", - "@vitest/browser": "2.1.1", - "@vitest/coverage-v8": "2.1.1", + "@vitest/browser": "2.1.4", + "@vitest/coverage-v8": "2.1.4", "eslint": "8.57.1", "eslint-plugin-react-hooks": "4.6.2", "lerna": "8.1.8", "npm-check-updates": "16.14.20", "npm-run-all": "4.1.5", - "playwright": "1.47.2", + "playwright": "1.48.2", "rimraf": "5.0.10", - "typescript": "5.6.2", - "vitepress": "1.3.4", - "vitest": "2.1.1" + "typescript": "5.6.3", + "vitepress": "1.4.2", + "vitest": "2.1.4" }, "overrides": { "d3-color": "3.1.0" diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 465f8401da..58b08ffe46 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -54,6 +54,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/api-v3.0.0...api-v3.1.0) (2024-10-24) + + +### Features + +* Rename "lint" to "lint-all" and revert "lint" to break on error. ([227ab65](https://github.com/hpcc-systems/Visualization/commit/227ab656f9ce64580a0c8a7015e53ac455b16be4)) +* Switch to esbuild (common, api, chart) ([a855017](https://github.com/hpcc-systems/Visualization/commit/a855017b8b35ee53ca4a3a060973bf4b87c8916b)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^2.73.0 to ^3.1.0 + ## [2.14.0](https://github.com/hpcc-systems/Visualization/compare/api-v2.13.0...api-v2.14.0) (2024-10-23) diff --git a/packages/api/esbuild.js b/packages/api/esbuild.js index 10c9f24d23..d1f64fcca3 100644 --- a/packages/api/esbuild.js +++ b/packages/api/esbuild.js @@ -1,4 +1,27 @@ import { browserTpl } from "@hpcc-js/esbuild-plugins"; +import pkg from "./package.json" with { type: "json" }; // config --- -browserTpl("src/index.ts", "dist/index"); \ No newline at end of file +browserTpl("src/index.ts", "dist/index", { + keepNames: true, + alias: { + "d3-array": "@hpcc-js/common", + "d3-brush": "@hpcc-js/common", + "d3-collection": "@hpcc-js/common", + "d3-color": "@hpcc-js/common", + "d3-dispatch": "@hpcc-js/common", + "d3-drag": "@hpcc-js/common", + "d3-dsv": "@hpcc-js/common", + "d3-ease": "@hpcc-js/common", + "d3-format": "@hpcc-js/common", + "d3-interpolate": "@hpcc-js/common", + "d3-scale": "@hpcc-js/common", + "d3-selection": "@hpcc-js/common", + "d3-time-format": "@hpcc-js/common", + "d3-transition": "@hpcc-js/common", + "d3-zoom": "@hpcc-js/common" + }, + external: [ + ...Object.keys(pkg.dependencies), + ] +}); diff --git a/packages/api/package.json b/packages/api/package.json index 5144ef897a..1ab21f0d44 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,13 +1,14 @@ { "name": "@hpcc-js/api", - "version": "2.14.0", + "version": "3.1.0", "description": "hpcc-js - Viz api", "type": "module", "exports": { ".": { "types": "./types/index.d.ts", "default": "./dist/index.js" - } + }, + "./dist/*": "./dist/*" }, "module": "./dist/index.js", "browser": "./dist/index.js", @@ -34,15 +35,14 @@ "update": "npx -y npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/common": "^3.0.0" + "@hpcc-js/common": "^3.1.0" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", + "@hpcc-js/esbuild-plugins": "^1.2.0", "d3-collection": "^1", "d3-color": "3.1.0", "d3-format": "^1", - "d3-selection": "^1", - "tslib": "2.7.0" + "d3-selection": "^1" }, "repository": { "type": "git", diff --git a/packages/api/src/__package__.ts b/packages/api/src/__package__.ts index 4415b49ace..ca60a872a0 100644 --- a/packages/api/src/__package__.ts +++ b/packages/api/src/__package__.ts @@ -1,3 +1,3 @@ export const PKG_NAME = "@hpcc-js/api"; -export const PKG_VERSION = "2.14.0"; +export const PKG_VERSION = "3.1.0"; export const BUILD_VERSION = "2.107.0"; diff --git a/packages/chart/CHANGELOG.md b/packages/chart/CHANGELOG.md index 85e0aa8e26..7b56aaf5ec 100644 --- a/packages/chart/CHANGELOG.md +++ b/packages/chart/CHANGELOG.md @@ -12,6 +12,37 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/chart-v3.0.0...chart-v3.1.0) (2024-10-24) + + +### Features + +* Add "sortByValue" PP to Pie Chart ([e098c43](https://github.com/hpcc-systems/Visualization/commit/e098c43b8a50699a337f6f9e4337b89b57a672a5)) +* Add Axis Padding ([a38074e](https://github.com/hpcc-systems/Visualization/commit/a38074e55980d9ec129157359025a54c8b42446d)) +* Add maxWeight to Heat chart ([59ee802](https://github.com/hpcc-systems/Visualization/commit/59ee80246e45fa5464f6fed4ed7f488ee3fca0cb)) +* Add showDomainTotal to Column Chart ([c7de54a](https://github.com/hpcc-systems/Visualization/commit/c7de54a0276782aa8fc0df99f297ff771b047861)) +* remove Column string format rounding ([7876e56](https://github.com/hpcc-systems/Visualization/commit/7876e56e900a7595e63da446469185b727dca700)) +* Rename "lint" to "lint-all" and revert "lint" to break on error. ([227ab65](https://github.com/hpcc-systems/Visualization/commit/227ab656f9ce64580a0c8a7015e53ac455b16be4)) +* Switch to esbuild (common, api, chart) ([a855017](https://github.com/hpcc-systems/Visualization/commit/a855017b8b35ee53ca4a3a060973bf4b87c8916b)) +* Switch to esbuild and ESM first packaging ([b752510](https://github.com/hpcc-systems/Visualization/commit/b752510b5074fbc9a606e4d189412798c241f414)) + + +### Bug Fixes + +* Don't relocate text in "Stacked" mode. ([2944a96](https://github.com/hpcc-systems/Visualization/commit/2944a964d2ec23306a41a77d51de511503e3649d)) +* Don't relocate text in "Stacked" mode. ([344179e](https://github.com/hpcc-systems/Visualization/commit/344179e00362aa45b7f1934bda84dfa65cb1bee6)) +* Merge conflict ([241e861](https://github.com/hpcc-systems/Visualization/commit/241e86168384df952f5e0e9d8b3c3ec8157f0288)) +* Tidy up StatChart to be more consistent ([fe6d47f](https://github.com/hpcc-systems/Visualization/commit/fe6d47f1d045fec4eb12163a2784dccd62f020af)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^2.14.0 to ^3.1.0 + * @hpcc-js/common bumped from ^2.73.0 to ^3.1.0 + * @hpcc-js/util bumped from ^2.53.0 to ^3.1.0 + ## [2.86.0](https://github.com/hpcc-systems/Visualization/compare/chart-v2.85.0...chart-v2.86.0) (2024-10-23) diff --git a/packages/chart/esbuild.js b/packages/chart/esbuild.js index b04c5b5a40..67b91a9988 100644 --- a/packages/chart/esbuild.js +++ b/packages/chart/esbuild.js @@ -1,6 +1,29 @@ import { browserTpl } from "@hpcc-js/esbuild-plugins"; +import pkg from "./package.json" with { type: "json" }; // config --- -browserTpl("src/index.ts", "dist/index", { - keepNames: true -}); \ No newline at end of file +await Promise.all([ + browserTpl("src/index.ts", "dist/index", { + keepNames: true, + alias: { + "d3-array": "@hpcc-js/common", + "d3-brush": "@hpcc-js/common", + "d3-collection": "@hpcc-js/common", + "d3-color": "@hpcc-js/common", + "d3-dispatch": "@hpcc-js/common", + "d3-drag": "@hpcc-js/common", + "d3-dsv": "@hpcc-js/common", + "d3-ease": "@hpcc-js/common", + "d3-format": "@hpcc-js/common", + "d3-interpolate": "@hpcc-js/common", + "d3-scale": "@hpcc-js/common", + "d3-selection": "@hpcc-js/common", + "d3-time-format": "@hpcc-js/common", + "d3-transition": "@hpcc-js/common", + "d3-zoom": "@hpcc-js/common" + }, + external: [ + ...Object.keys(pkg.dependencies), + ] + }) +]); diff --git a/packages/chart/index.html b/packages/chart/index.html index 21d3974647..6f902b3894 100644 --- a/packages/chart/index.html +++ b/packages/chart/index.html @@ -1,90 +1,95 @@ - + - - @hpcc-js/chart - - - + h1 { + text-align: center; + margin-top: 50px; + } - - - - -
- Stacked: - - Bar: - - Percentage: - -
-
-
- + + + - function doStacked(stacked) { - if (app) { - app - .yAxisStacked(stacked) - .lazyRender(); - } - } + +

ESM Quick Test

+
+ + diff --git a/packages/chart/package.json b/packages/chart/package.json index 3aa5df00bb..205ab84572 100644 --- a/packages/chart/package.json +++ b/packages/chart/package.json @@ -1,13 +1,14 @@ { "name": "@hpcc-js/chart", - "version": "2.86.0", + "version": "3.1.0", "description": "hpcc-js - Viz Chart", "type": "module", "exports": { ".": { "types": "./types/index.d.ts", "default": "./dist/index.js" - } + }, + "./dist/*": "./dist/*" }, "module": "./dist/index.js", "browser": "./dist/index.js", @@ -32,18 +33,18 @@ "test-browser": "vitest run --project browser", "test": "vitest run", "coverage": "vitest run --coverage", - "update": "npx -y npm-check-updates -u -t minor" + "update": "npx --yes npm-check-updates -u -t minor", + "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^2.14.0", - "@hpcc-js/common": "^2.73.0", - "@hpcc-js/util": "^2.53.0" + "@hpcc-js/api": "^3.1.0", + "@hpcc-js/common": "^3.1.0", + "@hpcc-js/util": "^3.1.0" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", - "@hpcc-js/dataflow": "^10.0.0", + "@hpcc-js/esbuild-plugins": "^1.2.0", "@types/d3-shape": "1.3.12", - "@types/d3-transition": "1.3.5", + "@types/d3-transition": "1.3.6", "d3-array": "^1", "d3-axis": "^1", "d3-brush": "^1", @@ -62,8 +63,7 @@ "d3-time-format": "^2", "d3-transition": "^1", "d3-zoom": "^1", - "d3v4-bullet": "1.0.7", - "tslib": "2.7.0" + "d3v4-bullet": "1.0.7" }, "repository": { "type": "git", diff --git a/packages/chart/src/Axis.ts b/packages/chart/src/Axis.ts index b851a5df7f..8ffd7f3753 100644 --- a/packages/chart/src/Axis.ts +++ b/packages/chart/src/Axis.ts @@ -113,13 +113,13 @@ export class Axis extends SVGWidget { return true; } - domain(_) { + domain(_?) { if (!arguments.length) return this.d3Scale.domain(); this.d3Scale.domain(_); return this; } - range(_) { + range(_?) { if (!arguments.length) { if (this.d3Scale.rangeRoundBands) { return this.d3Scale.rangeExtent(); @@ -746,7 +746,7 @@ Axis.prototype.publish("padding", 0, "number", "Padding space at top of axis (pi Axis.prototype._origType = Axis.prototype.type; Axis.prototype.type = function (_?: string) { const retVal = Axis.prototype._origType.apply(this, arguments); - if (arguments.length) { + if (_ !== undefined) { this._type = _; this.updateScale(); } @@ -756,7 +756,7 @@ Axis.prototype.type = function (_?: string) { Axis.prototype._origTimePattern = Axis.prototype.timePattern; Axis.prototype.timePattern = function (_?: string) { const retVal = Axis.prototype._origTimePattern.apply(this, arguments); - if (arguments.length) { + if (_ !== undefined) { this._timePattern = _; this.updateScale(); } diff --git a/packages/chart/src/Bubble.ts b/packages/chart/src/Bubble.ts index 1fc3f1ee0d..2c2116fa15 100644 --- a/packages/chart/src/Bubble.ts +++ b/packages/chart/src/Bubble.ts @@ -163,29 +163,34 @@ export class Bubble extends SVGWidget { super.exit(domNode, element); } - paletteID: { (): string; (_: string): Bubble; }; - useClonedPalette: { (): boolean; (_: boolean): Bubble; }; +} +Bubble.prototype._class += " chart_Bubble"; +Bubble.prototype.implements(I2DChart.prototype); +Bubble.prototype.implements(ITooltip.prototype); +Bubble.prototype.mixin(Utility.SimpleSelectionMixin); + +export interface Bubble { + paletteID(): string; + paletteID(_: string): this; + useClonedPalette(): boolean; + useClonedPalette(_: boolean): this; // I2DChart _palette; - fillColor: (row: any[], column: string, value: number) => string; - textColor: (row: any[], column: string, value: number) => string; - click: (row, column, selected) => void; - dblclick: (row, column, selected) => void; + fillColor(row: any[], column: string, value: number): string; + textColor(row: any[], column: string, value: number): string; + click(row, column, selected): void; + dblclick(row, column, selected): void; // ITooltip tooltip; - tooltipHTML: (_) => string; - tooltipFormat: (_) => string; - tooltipStyle: () => "default" | "none" | "series-table"; + tooltipHTML(_): string; + tooltipFormat(_): string; + tooltipStyle(): "default" | "none" | "series-table"; // SimpleSelectionMixin _selection; } -Bubble.prototype._class += " chart_Bubble"; -Bubble.prototype.implements(I2DChart.prototype); -Bubble.prototype.implements(ITooltip.prototype); -Bubble.prototype.mixin(Utility.SimpleSelectionMixin); Bubble.prototype.publish("paletteID", "default", "set", "Color palette for this widget", Bubble.prototype._palette.switch(), { tags: ["Basic", "Shared"] }); Bubble.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette", null, { tags: ["Intermediate", "Shared"] }); diff --git a/packages/chart/src/Column.ts b/packages/chart/src/Column.ts index e2c5ccae2d..db8d6cf35c 100644 --- a/packages/chart/src/Column.ts +++ b/packages/chart/src/Column.ts @@ -572,17 +572,6 @@ export class Column extends XYAxis { innerText(origRow, lparam, idx): string { return origRow[0]; } - - // INDChart --- - fillColor: (row, column, value, origRow) => string; - textColor: (row, column, value, origRow) => string; - dblclick: (row, column, selected) => void; - - // ITooltip --- - tooltip; - tooltipHTML: (_) => string; - tooltipFormat: (_) => string; - tooltipStyle: () => "default" | "none" | "series-table"; } Column.prototype._class += " chart_Column"; Column.prototype.implements(INDChart.prototype); @@ -626,6 +615,18 @@ export interface Column { innerTextPadding_exists(): boolean; tooltipInnerTextEllipsedOnly(): boolean; tooltipInnerTextEllipsedOnly(_: boolean): this; + + // INDChart --- + fillColor(row, column, value, origRow): string; + textColor(row, column, value, origRow): string; + dblclick(row, column, selected): void; + + // ITooltip --- + tooltip; + tooltipHTML(_): string; + tooltipFormat(_): string; + tooltipStyle(): "default" | "none" | "series-table"; + tooltipStyle(_: "default" | "none" | "series-table"): this; } Column.prototype.publish("valueFontFamily", null, "string", "Font family of value text", null, { optional: true }); diff --git a/packages/chart/src/D3Cloud.ts b/packages/chart/src/D3Cloud.ts index b325e29e92..dd23227718 100644 --- a/packages/chart/src/D3Cloud.ts +++ b/packages/chart/src/D3Cloud.ts @@ -26,7 +26,7 @@ export function d3Cloud() { let random = Math.random; let canvas = cloudCanvas; - cloud.canvas = function (_) { + cloud.canvas = function (_?) { return arguments.length ? (canvas = functor(_), cloud) : canvas; }; @@ -149,51 +149,51 @@ export function d3Cloud() { return false; } - cloud.timeInterval = function (_) { + cloud.timeInterval = function (_?) { return arguments.length ? (timeInterval = _ == null ? Infinity : _, cloud) : timeInterval; }; - cloud.words = function (_) { + cloud.words = function (_?) { return arguments.length ? (words = _, cloud) : words; }; - cloud.size = function (_) { + cloud.size = function (_?) { return arguments.length ? (size = [+_[0], +_[1]], cloud) : size; }; - cloud.font = function (_) { + cloud.font = function (_?) { return arguments.length ? (font = functor(_), cloud) : font; }; - cloud.fontStyle = function (_) { + cloud.fontStyle = function (_?) { return arguments.length ? (fontStyle = functor(_), cloud) : fontStyle; }; - cloud.fontWeight = function (_) { + cloud.fontWeight = function (_?) { return arguments.length ? (fontWeight = functor(_), cloud) : fontWeight; }; - cloud.rotate = function (_) { + cloud.rotate = function (_?) { return arguments.length ? (rotate = functor(_), cloud) : rotate; }; - cloud.text = function (_) { + cloud.text = function (_?) { return arguments.length ? (text = functor(_), cloud) : text; }; - cloud.spiral = function (_) { + cloud.spiral = function (_?) { return arguments.length ? (spiral = spirals[_] || _, cloud) : spiral; }; - cloud.fontSize = function (_) { + cloud.fontSize = function (_?) { return arguments.length ? (fontSize = functor(_), cloud) : fontSize; }; - cloud.padding = function (_) { + cloud.padding = function (_?) { return arguments.length ? (padding = functor(_), cloud) : padding; }; - cloud.random = function (_) { + cloud.random = function (_?) { return arguments.length ? (random = _, cloud) : random; }; diff --git a/packages/chart/src/HexBin.ts b/packages/chart/src/HexBin.ts index 1269c4c1a8..2c069ff037 100644 --- a/packages/chart/src/HexBin.ts +++ b/packages/chart/src/HexBin.ts @@ -118,21 +118,26 @@ export class HexBin extends XYAxis { dblclick(row: object[], column, selected) { // console.log("Click: " + JSON.stringify(row) + ", " + column + ", " + selected); } +} +HexBin.prototype._class += " chart_HexBin"; +HexBin.prototype.implements(I2DAggrChart.prototype); +HexBin.prototype.implements(ITooltip.prototype); +export interface HexBin { // ITooltip tooltip; - tooltipHTML: (_) => string; - tooltipFormat: (_) => string; - tooltipValueFormat: (_) => string; - tooltipValueFormat_default: (_) => string; + tooltipHTML(_): string; + tooltipFormat(_): string; + tooltipValueFormat(_): string; + tooltipValueFormat_default(_): string; - paletteID: { (): string; (_: string): HexBin; }; - useClonedPalette: { (): boolean; (_: boolean): HexBin; }; - binSize: { (): number; (_: number): HexBin; }; + paletteID(): string; + paletteID(_: string): this; + useClonedPalette(): boolean; + useClonedPalette(_: boolean): this; + binSize(): number; + binSize(_: number): this; } -HexBin.prototype._class += " chart_HexBin"; -HexBin.prototype.implements(I2DAggrChart.prototype); -HexBin.prototype.implements(ITooltip.prototype); HexBin.prototype.publish("paletteID", "Blues", "set", "Color palette for this widget", HexBin.prototype._palette.switch(), { tags: ["Basic", "Shared"] }); HexBin.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette", null, { tags: ["Intermediate", "Shared"] }); diff --git a/packages/chart/src/Pie.ts b/packages/chart/src/Pie.ts index 72abb4fb6a..65bb825613 100644 --- a/packages/chart/src/Pie.ts +++ b/packages/chart/src/Pie.ts @@ -437,38 +437,12 @@ export class Pie extends SVGWidget { }) ; } - - paletteID: (_?: string) => string | Pie; - useClonedPalette: (_?: boolean) => boolean | Pie; - outerText: (_?: boolean) => boolean | Pie; - innerRadius: { (): number; (_: number): Pie; }; - innerRadius_exists: () => boolean; - - // I2DChart - _palette; - fillColor: (row: any[], column: string, value: number) => string; - textColor: (row: any[], column: string, value: number) => string; - click: (row, column, selected) => void; - dblclick: (row, column, selected) => void; - - // ITooltip - tooltip; - tooltipHTML: (_) => string; - tooltipFormat: (_) => string; - tooltipStyle: () => "default" | "none" | "series-table"; - tooltipTick: { (): boolean; (_: boolean): Pie; }; - tooltipTick_default: { (): boolean; (_: boolean): Pie; }; - tooltipOffset: { (): number; (_: number): Pie; }; - tooltipOffset_default: { (): number; (_: number): Pie; }; - - // SimpleSelectionMixin - _selection: Utility.SimpleSelection; } - Pie.prototype._class += " chart_Pie"; Pie.prototype.implements(I2DChart.prototype); Pie.prototype.implements(ITooltip.prototype); Pie.prototype.mixin(Utility.SimpleSelectionMixin); + export interface Pie { showSeriesValue(): boolean; showSeriesValue(_: boolean): this; @@ -488,6 +462,36 @@ export interface Pie { showLabels(_: boolean): this; sortDataByValue(): "none" | "ascending" | "descending"; sortDataByValue(_: "none" | "ascending" | "descending"): this; + + paletteID(_?: string): string | Pie; + useClonedPalette(_?: boolean): boolean | Pie; + outerText(_?: boolean): boolean | Pie; + innerRadius(): number; + innerRadius_exists(): boolean; + + // I2DChart + _palette; + fillColor(row: any[], column: string, value: number): string; + textColor(row: any[], column: string, value: number): string; + click(row, column, selected): void; + dblclick(row, column, selected): void; + + // ITooltip + tooltip; + tooltipHTML(_): string; + tooltipFormat(_): string; + tooltipStyle(): "default" | "none" | "series-table"; + tooltipTick(): boolean; + tooltipTick(_: boolean): Pie; + tooltipTick_default(): boolean; + tooltipTick_default(_: boolean): Pie; + tooltipOffset(): number; + tooltipOffset(_: number): Pie; + tooltipOffset_default(): number; + tooltipOffset_default(_: number): Pie; + + // SimpleSelectionMixin + _selection: Utility.SimpleSelection; } Pie.prototype.publish("showLabels", true, "boolean", "If true, wedge labels will display"); Pie.prototype.publish("showSeriesValue", false, "boolean", "Append data series value next to label", null, { disable: w => !w.showLabels() }); diff --git a/packages/chart/src/Radar.ts b/packages/chart/src/Radar.ts index 9f824b6a08..81b549bb8a 100644 --- a/packages/chart/src/Radar.ts +++ b/packages/chart/src/Radar.ts @@ -282,21 +282,6 @@ export class Radar extends SVGWidget { } return inside; } - - // INDChart - _palette; - fillColor: (row, column, value) => string; - strokeColor: (row, column, value) => string; - textColor: (row, column, value) => string; - click: (row, column, selected) => void; - dblclick: (row, column, selected) => void; - - // ITooltip - tooltip; - tooltipHTML: (_) => string; - tooltipFormat: (_) => string; - - _selection; } Radar.prototype._class += " chart_Radar"; Radar.prototype.implements(INDChart.prototype); @@ -324,6 +309,21 @@ export interface Radar { pointShape(_: string): this; pointSize(): number; pointSize(_: number): this; + + // INDChart + _palette; + fillColor(row, column, value): string; + strokeColor(row, column, value): string; + textColor(row, column, value): string; + click(row, column, selected): void; + dblclick(row, column, selected): void; + + // ITooltip + tooltip; + tooltipHTML(_): string; + tooltipFormat(_): string; + + _selection; } Radar.prototype.publish("paletteID", "default", "set", "Color palette for this widget", Radar.prototype._palette.switch()); diff --git a/packages/chart/src/RadialBar.ts b/packages/chart/src/RadialBar.ts index 0e998784a2..69e78e8640 100644 --- a/packages/chart/src/RadialBar.ts +++ b/packages/chart/src/RadialBar.ts @@ -168,24 +168,12 @@ export class RadialBar extends SVGWidget { return degrees * Math.PI / 180; } - // INDChart - _palette; - fillColor: (row, column, value) => string; - strokeColor: (row, column, value) => string; - textColor: (row, column, value) => string; - click: (row, column, selected) => void; - dblclick: (row, column, selected) => void; - - // ITooltip - tooltip; - tooltipHTML: (_) => string; - tooltipFormat: (_) => string; - _selection; } RadialBar.prototype._class += " chart_RadialBar"; RadialBar.prototype.implements(INDChart.prototype); RadialBar.prototype.implements(ITooltip.prototype); RadialBar.prototype.mixin(Utility.SimpleSelectionMixin); + export interface RadialBar { paletteID(): string; paletteID(_: string): this; @@ -202,7 +190,24 @@ export interface RadialBar { transitionDelay(_: number): this; transitionDuration(): number; transitionDuration(_: number): this; + + // INDChart + _palette; + fillColor(row, column, value): string; + strokeColor(row, column, value): string; + textColor(row, column, value): string; + click(row, column, selected): void; + dblclick(row, column, selected): void; + + // ITooltip + tooltip; + tooltipHTML(_): string; + tooltipFormat(_): string; + + // SimpleSelectionMixin + _selection; } + RadialBar.prototype.publish("paletteID", "default", "set", "Color palette for this widget", RadialBar.prototype._palette.switch()); RadialBar.prototype.publish("tickCount", 10, "number", "Number of ticks to display"); RadialBar.prototype.publish("domainPadding", 0.25, "number", "Padding between chart edge and container edge (0..1)"); diff --git a/packages/chart/src/Scatter.ts b/packages/chart/src/Scatter.ts index 5ad1d3a70c..9984a2c3fc 100644 --- a/packages/chart/src/Scatter.ts +++ b/packages/chart/src/Scatter.ts @@ -321,34 +321,13 @@ export class Scatter extends XYAxis { exit(domNode, element) { super.exit(domNode, element); } - - paletteID: { (): string; (_: string): Scatter; }; - useClonedPalette: { (): boolean; (_: boolean): Scatter; }; - pointSizeScale: { (): string; (_: string): Scatter; }; - pointShape: { (): string; (_: string): Scatter; }; - pointSize: { (): number; (_: number): Scatter; }; - interpolate: { (): string; (_: string): Scatter; }; - interpolate_default: { (): string; (_: string): Scatter; }; - interpolateFill: { (): boolean; (_: boolean): Scatter; }; - interpolateFill_default: { (): boolean; (_: boolean): Scatter; }; - interpolateFillOpacity: { (): number; (_: number): Scatter; }; - - // INDChart - fillColor: (row, column, value, origRow) => string; - strokeColor: (row, column, value, origRow) => string; - textColor: (row, column, value, origRow) => string; - dblclick: (row, column, selected) => void; - - // ITooltip - tooltip; - tooltipHTML: (_) => string; - tooltipFormat: (_) => string; - tooltipStyle: () => "default" | "none" | "series-table"; } Scatter.prototype._class += " chart_Scatter"; Scatter.prototype.implements(INDChart.prototype); Scatter.prototype.implements(ITooltip.prototype); + export interface Scatter { + valueAnchor(): string; valueAnchor(_: string): this; valueBaseline(): string; @@ -359,6 +338,39 @@ export interface Scatter { pointDarken(_: boolean): this; interpolateDarken(): boolean; interpolateDarken(_: boolean): this; + + paletteID(): string; + paletteID(_: string): this; + useClonedPalette(): boolean; + useClonedPalette(_: boolean): this; + pointSizeScale(): string; + pointSizeScale(_: string): this; + pointShape(): string; + pointShape(_: string): this; + pointSize(): number; + pointSize(_: number): this; + interpolate(): string; + interpolate(_: string): this; + interpolate_default(): string; + interpolate_default(_: string): this; + interpolateFill(): boolean; + interpolateFill(_: boolean): this; + interpolateFill_default(): boolean; + interpolateFill_default(_: boolean): this; + interpolateFillOpacity(): number; + interpolateFillOpacity(_: number): this; + + // INDChart + fillColor(row, column, value, origRow): string; + strokeColor(row, column, value, origRow): string; + textColor(row, column, value, origRow): string; + dblclick(row, column, selected): void; + + // ITooltip + tooltip; + tooltipHTML(_): string; + tooltipFormat(_): string; + tooltipStyle(): "default" | "none" | "series-table"; } Scatter.prototype.publish("paletteID", "default", "set", "Color palette for this widget", Scatter.prototype._palette.switch(), { tags: ["Basic", "Shared"] }); Scatter.prototype.publish("pointSizeScale", "linear", "set", "pointSizeScale", ["linear", "pow", "log", "sqrt"]); diff --git a/packages/chart/src/StatChart.ts b/packages/chart/src/StatChart.ts index d676d12195..1627a8e085 100644 --- a/packages/chart/src/StatChart.ts +++ b/packages/chart/src/StatChart.ts @@ -221,8 +221,16 @@ export class StatChart extends HTMLWidget { this.updateScatter(); this.updateCandle(); } + + exit(domNode, element) { + this._bellCurve.target(null); + this._candle.target(null); + this._selectElement.remove(); + + super.exit(domNode, element); + } } -StatChart.prototype._class += " chart_Stat"; +StatChart.prototype._class += " chart_StatChart"; export interface StatChart { view(): StatChartView; diff --git a/packages/chart/src/WordCloud.ts b/packages/chart/src/WordCloud.ts index ba52147e2d..7feebadbb5 100644 --- a/packages/chart/src/WordCloud.ts +++ b/packages/chart/src/WordCloud.ts @@ -184,67 +184,72 @@ export class WordCloud extends SVGWidget { this._prevZoom = scale; } } +} +WordCloud.prototype._class += " chart_WordCloud"; +WordCloud.prototype.implements(I2DChart.prototype); +WordCloud.prototype.implements(ITooltip.prototype); +WordCloud.prototype.mixin(Utility.SimpleSelectionMixin); - paletteID: { (): string; (_: string): WordCloud }; - paletteID_exists: () => boolean; - useClonedPalette: { (): boolean; (_: boolean): WordCloud }; - useClonedPalette_exists: () => boolean; - fontFamily: { (): string; (_: string): WordCloud }; - fontFamily_exists: () => boolean; - fontSizeFrom: { (): number; (_: number): WordCloud }; - fontSizeFrom_exists: () => boolean; - fontSizeTo: { (): number; (_: number): WordCloud }; - fontSizeTo_exists: () => boolean; - angleFrom: { (): number; (_: number): WordCloud }; - angleFrom_exists: () => boolean; - angleTo: { (): number; (_: number): WordCloud }; - angleTo_exists: () => boolean; - angleCount: { (): number; (_: number): WordCloud }; - angleCount_exists: () => boolean; - padding: { (): number; (_: number): WordCloud }; - padding_exists: () => boolean; - scaleMode: { (): string; (_: string): WordCloud }; - scaleMode_exists: () => boolean; - spiral: { (): string; (_: string): WordCloud }; - spiral_exists: () => boolean; - offsetX: { (): number; (_: number): WordCloud }; - offsetX_exists: () => boolean; - offsetY: { (): number; (_: number): WordCloud }; - offsetY_exists: () => boolean; - zoom: { (): number; (_: number): WordCloud }; - zoom_exists: () => boolean; +export interface WordCloud { + + paletteID(): string; + paletteID(_: string): this; + useClonedPalette(): boolean; + useClonedPalette(_: boolean): this; + fontFamily(): string; + fontFamily(_: string): this; + fontSizeFrom(): number; + fontSizeFrom(_: number): this; + fontSizeTo(): number; + fontSizeTo(_: number): this; + angleFrom(): number; + angleFrom(_: number): this; + angleTo(): number; + angleTo(_: number): this; + angleCount(): number; + angleCount(_: number): this; + padding(): number; + padding(_: number): this; + scaleMode(): string; + scaleMode(_: string): this; + spiral(): string; + spiral(_: string): this; + offsetX(): number; + offsetX(_: number): this; + offsetY(): number; + offsetY(_: number): this; + zoom(): number; + zoom(_: number): this; + zoom_exists(): boolean; // I2DChart _palette; - click: (row, column, selected) => void; - dblclick: (row, column, selected) => void; + click(row, column, selected): void; + dblclick(row, column, selected): void; // ITooltip --- tooltip; - tooltipHTML: (_?) => any; - tooltipFormat: (opts) => any; - tooltipStyle: { (): string; (_: string): WordCloud }; - tooltipStyle_exists: () => boolean; - tooltipValueFormat: { (): string; (_: string): WordCloud }; - tooltipValueFormat_exists: () => boolean; - tooltipSeriesColor: { (): string; (_: string): WordCloud }; - tooltipSeriesColor_exists: () => boolean; - tooltipLabelColor: { (): string; (_: string): WordCloud }; - tooltipLabelColor_exists: () => boolean; - tooltipValueColor: { (): string; (_: string): WordCloud }; - tooltipValueColor_exists: () => boolean; - tooltipTick: { (): boolean; (_: boolean): WordCloud }; - tooltipTick_exists: () => boolean; - tooltipOffset: { (): number; (_: number): WordCloud }; - tooltipOffset_exists: () => boolean; + tooltipHTML(_?): any; + tooltipFormat(opts): any; + tooltipStyle(): string; + tooltipStyle(_: string): this; + tooltipValueFormat(): string; + tooltipValueFormat(_: string): this; + tooltipSeriesColor(): string; + tooltipSeriesColor(_: string): this; + tooltipLabelColor(): string; + tooltipLabelColor(_: string): this; + tooltipValueColor(): string; + tooltipValueColor(_: string): this; + tooltipTick(): boolean; + tooltipTick(_: boolean): this; + tooltipOffset(): number; + tooltipOffset(_: number): this; + tooltipOffset_exists(): boolean; // SimpleSelectionMixin _selection: Utility.SimpleSelection; } -WordCloud.prototype._class += " chart_WordCloud"; -WordCloud.prototype.implements(I2DChart.prototype); -WordCloud.prototype.implements(ITooltip.prototype); -WordCloud.prototype.mixin(Utility.SimpleSelectionMixin); WordCloud.prototype.publish("paletteID", "default", "set", "Color palette for this widget", WordCloud.prototype._palette.switch(), { tags: ["Basic", "Shared"] }); WordCloud.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette", null, { tags: ["Intermediate", "Shared"] }); diff --git a/packages/chart/src/XYAxis.ts b/packages/chart/src/XYAxis.ts index ca105f0708..936daa6268 100644 --- a/packages/chart/src/XYAxis.ts +++ b/packages/chart/src/XYAxis.ts @@ -16,7 +16,6 @@ export class XYAxis extends SVGWidget { protected yBrush; protected margin; protected focusChart: XYAxis; - _palette; constructor() { super(); @@ -219,7 +218,7 @@ export class XYAxis extends SVGWidget { const isHorizontal = this.orientation() === "horizontal"; const handleTypes = this.use2dSelection() ? [] : isHorizontal ? [{ type: "w" }, { type: "e" }] : [{ type: "n" }, { type: "s" }]; const handlePath = this.svgBrush.selectAll(".handle--custom").data(handleTypes); - const s = d3Event().selection; + const s = d3Event()?.selection; if (s == null) { handlePath.attr("display", "none"); } else if (isHorizontal) { @@ -571,7 +570,7 @@ export class XYAxis extends SVGWidget { return masterColumns.indexOf(column); } - layerData(host: XYAxis): any[][] { + layerData(host?: XYAxis): any[][] { if (arguments.length === 1) { const indices = this.layerColumnIndices(host); return host.data().map(row => { @@ -659,6 +658,7 @@ XYAxis.prototype._class += " chart_XYAxis"; XYAxis.prototype.mixin(Utility.SimpleSelectionMixin); export interface XYAxis { + _palette; orientation(): "horizontal" | "vertical"; orientation(_: "horizontal" | "vertical"): this; orientation_default(_: string); diff --git a/packages/chart/src/__package__.ts b/packages/chart/src/__package__.ts index 55c720a545..4ed8b5f7a1 100644 --- a/packages/chart/src/__package__.ts +++ b/packages/chart/src/__package__.ts @@ -1,3 +1,3 @@ export const PKG_NAME = "@hpcc-js/chart"; -export const PKG_VERSION = "2.86.0"; +export const PKG_VERSION = "3.1.0"; export const BUILD_VERSION = "2.107.0"; diff --git a/packages/codemirror-shim/.vscode/tasks.json b/packages/codemirror-shim/.vscode/tasks.json index 7fffdb949c..120545d06c 100644 --- a/packages/codemirror-shim/.vscode/tasks.json +++ b/packages/codemirror-shim/.vscode/tasks.json @@ -1,20 +1,36 @@ { - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { + "label": "gen-types-watch", "type": "npm", - "script": "compile-umd-watch", - "group": { - "kind": "build", - "isDefault": true - }, + "script": "gen-types-watch", "problemMatcher": [ "$tsc-watch" ], - "label": "npm: compile-umd-watch", - "detail": "tsc --module umd --outDir ./lib-umd --watch" + "presentation": { + "group": "group-build" + } + }, + { + "label": "bundle-watch", + "type": "npm", + "script": "bundle-watch", + "problemMatcher": [], + "presentation": { + "group": "group-build" + } + }, + { + "label": "build", + "dependsOn": [ + "gen-types-watch", + "bundle-watch", + ], + "group": { + "kind": "build", + "isDefault": true + } } ] } \ No newline at end of file diff --git a/packages/codemirror-shim/esbuild.js b/packages/codemirror-shim/esbuild.js new file mode 100644 index 0000000000..fe1b2e12f4 --- /dev/null +++ b/packages/codemirror-shim/esbuild.js @@ -0,0 +1,12 @@ +import { browserTpl } from "@hpcc-js/esbuild-plugins"; +import pkg from "./package.json" with { type: "json" }; + +// config --- +await Promise.all([ + browserTpl("src/index.ts", "dist/index", { + keepNames: true, + external: [ + ...Object.keys(pkg.dependencies), + ] + }) +]); diff --git a/packages/codemirror-shim/package.json b/packages/codemirror-shim/package.json index c9cdb5ee06..6300aef21a 100644 --- a/packages/codemirror-shim/package.json +++ b/packages/codemirror-shim/package.json @@ -1,41 +1,40 @@ { "name": "@hpcc-js/codemirror-shim", - "version": "2.37.0", + "version": "3.0.0", "description": "hpcc-js - codemirror shim", - "main": "dist/index.js", - "module": "dist/index.es6", - "types": "types/index.d.ts", - "typesVersions": { - "<3.8": { - "*": [ - "types-3.4/index.d.ts" - ] - } + "type": "module", + "exports": { + ".": { + "types": "./types/index.d.ts", + "default": "./dist/index.js" + }, + "./dist/*": "./dist/*" }, + "module": "./dist/index.js", + "browser": "./dist/index.js", + "types": "./types/index.d.ts", "files": [ "dist/*", - "types/*", - "types-3.4/*", - "src/*" + "src/*", + "types/*" ], "scripts": { - "clean": "rimraf --glob lib* types dist *.tsbuildinfo", - "compile-es6": "tsc --module es6 --outDir ./lib-es6", - "compile-es6-watch": "npm run compile-es6 -- -w", - "compile-umd": "tsc --module umd --outDir ./lib-umd", - "compile-umd-watch": "npm run compile-umd -- -w", - "bundle": "rollup -c", - "bundle-watch": "npm run bundle -- -w", - "gen-legacy-types": "downlevel-dts ./types ./types-3.4", - "build": "npm run compile-es6 && npm run bundle", - "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch", + "clean": "rimraf --glob lib* types dist *.tsbuildinfo .turbo", + "bundle": "node esbuild.js", + "bundle-watch": "npm run bundle -- --development --watch", + "gen-types": "tsc --project tsconfig.json", + "gen-types-watch": "npm run gen-types -- --watch", + "build": "run-p gen-types bundle", "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js", "lint": "eslint ./src", + "lint-fix": "eslint --fix src/**/*.ts", "docs": "typedoc --options tdoptions.json .", - "update": "npx --yes npm-check-updates -u -t minor" + "update": "npx --yes npm-check-updates -u -t minor", + "update-major": "npx --yes npm-check-updates -u" }, + "dependencies": {}, "devDependencies": { - "@hpcc-js/bundle": "^2.12.0", + "@hpcc-js/esbuild-plugins": "^1.2.0", "codemirror": "5.65.18" }, "repository": { @@ -49,4 +48,4 @@ "url": "https://github.com/hpcc-systems/Visualization/issues" }, "homepage": "https://github.com/hpcc-systems/Visualization" -} +} \ No newline at end of file diff --git a/packages/codemirror-shim/rollup.config.mjs b/packages/codemirror-shim/rollup.config.mjs deleted file mode 100644 index d6a0beff39..0000000000 --- a/packages/codemirror-shim/rollup.config.mjs +++ /dev/null @@ -1,37 +0,0 @@ -import { external, globals } from "@hpcc-js/bundle"; -import alias from "@rollup/plugin-alias"; -import commonjs from "@rollup/plugin-commonjs"; -import sourcemaps from "rollup-plugin-sourcemaps"; -import nodeResolve from "@rollup/plugin-node-resolve"; -import postcss from "rollup-plugin-postcss"; - -import pkg from "./package.json" with { type: "json" }; - -export default { - input: "lib-es6/index", - external: external, - output: [{ - file: pkg.main, - format: "umd", - sourcemap: true, - globals: globals, - name: pkg.name - }, { - file: pkg.module + ".js", - format: "es", - sourcemap: true, - globals: globals - }], - plugins: [ - alias({}), - nodeResolve({ - preferBuiltins: true - }), - commonjs({}), - sourcemaps(), - postcss({ - extensions: [".css"], - minimize: true - }) - ] -}; \ No newline at end of file diff --git a/packages/codemirror-shim/src/index.ts b/packages/codemirror-shim/src/index.ts index c2e36145ed..7b677cc34a 100644 --- a/packages/codemirror-shim/src/index.ts +++ b/packages/codemirror-shim/src/index.ts @@ -1,4 +1,4 @@ -export * from "./__package__"; +export * from "./__package__.ts"; import "codemirror/mode/css/css"; import "codemirror/mode/ecl/ecl"; import "codemirror/mode/gfm/gfm"; @@ -6,8 +6,8 @@ import "codemirror/mode/htmlmixed/htmlmixed"; import "codemirror/mode/javascript/javascript"; import "codemirror/mode/xml/xml"; import "codemirror/mode/sql/sql"; -import "./mode/dot/dot"; -import "./mode/markdown/markdown"; +import "./mode/dot/dot.ts"; +import "./mode/markdown/markdown.ts"; import "codemirror/lib/codemirror.css"; diff --git a/packages/codemirror-shim/tsconfig.json b/packages/codemirror-shim/tsconfig.json index 429dc0b389..318ecdd23e 100644 --- a/packages/codemirror-shim/tsconfig.json +++ b/packages/codemirror-shim/tsconfig.json @@ -1,11 +1,24 @@ { - "extends": "../tsconfig.settings.json", "compilerOptions": { - "rootDir": "./src", - "outDir": "./lib-umd", - "declarationDir": "./types", + "rootDir": "src", + "module": "NodeNext", + "target": "ESNext", + "resolveJsonModule": true, + "emitDeclarationOnly": true, + "declaration": true, + "declarationDir": "types", + "strict": true, + "noImplicitAny": false, + "strictNullChecks": false, + "skipLibCheck": true, + "allowImportingTsExtensions": true, + "lib": [ + "DOM", + "ESNext", + "ES2020" + ] }, "include": [ - "./src/**/*" + "./src/index.ts" ] } \ No newline at end of file diff --git a/packages/codemirror/.vscode/launch.json b/packages/codemirror/.vscode/launch.json new file mode 100644 index 0000000000..967172fec7 --- /dev/null +++ b/packages/codemirror/.vscode/launch.json @@ -0,0 +1,47 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "test-browser", + "type": "msedge", + "request": "launch", + "url": "http://localhost:63315", + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, + { + "name": "test-node", + "type": "node", + "request": "launch", + "runtimeArgs": [ + "run-script", + "test-node" + ], + "runtimeExecutable": "npm", + "skipFiles": [ + "/**" + ], + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, + { + "name": "index.html", + "request": "launch", + "type": "msedge", + "url": "file:///${workspaceFolder}/index.html", + "runtimeArgs": [ + "--disable-web-security" + ], + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ] + } + ] +} \ No newline at end of file diff --git a/packages/codemirror/.vscode/tasks.json b/packages/codemirror/.vscode/tasks.json index 79e20d2523..120545d06c 100644 --- a/packages/codemirror/.vscode/tasks.json +++ b/packages/codemirror/.vscode/tasks.json @@ -2,9 +2,9 @@ "version": "2.0.0", "tasks": [ { - "label": "es6 watch", + "label": "gen-types-watch", "type": "npm", - "script": "compile-es6-watch", + "script": "gen-types-watch", "problemMatcher": [ "$tsc-watch" ], @@ -13,18 +13,7 @@ } }, { - "label": "umd watch", - "type": "npm", - "script": "compile-umd-watch", - "problemMatcher": [ - "$tsc-watch" - ], - "presentation": { - "group": "group-build" - } - }, - { - "label": "bundle watch", + "label": "bundle-watch", "type": "npm", "script": "bundle-watch", "problemMatcher": [], @@ -35,15 +24,13 @@ { "label": "build", "dependsOn": [ - "es6 watch", - "umd watch", - "bundle watch" + "gen-types-watch", + "bundle-watch", ], "group": { "kind": "build", "isDefault": true - }, - "problemMatcher": [] + } } ] } \ No newline at end of file diff --git a/packages/codemirror/README.md b/packages/codemirror/README.md index c9aba03c34..f8fd75a774 100644 --- a/packages/codemirror/README.md +++ b/packages/codemirror/README.md @@ -33,11 +33,17 @@ This package is part of the mono repository "@hpcc-js" (aka Visualization Framew ``` - +```js exec echo +import { ECLEditor } from "./dist/index.js"; +ECLEditor.version +``` + + + diff --git a/packages/codemirror/esbuild.js b/packages/codemirror/esbuild.js new file mode 100644 index 0000000000..67b91a9988 --- /dev/null +++ b/packages/codemirror/esbuild.js @@ -0,0 +1,29 @@ +import { browserTpl } from "@hpcc-js/esbuild-plugins"; +import pkg from "./package.json" with { type: "json" }; + +// config --- +await Promise.all([ + browserTpl("src/index.ts", "dist/index", { + keepNames: true, + alias: { + "d3-array": "@hpcc-js/common", + "d3-brush": "@hpcc-js/common", + "d3-collection": "@hpcc-js/common", + "d3-color": "@hpcc-js/common", + "d3-dispatch": "@hpcc-js/common", + "d3-drag": "@hpcc-js/common", + "d3-dsv": "@hpcc-js/common", + "d3-ease": "@hpcc-js/common", + "d3-format": "@hpcc-js/common", + "d3-interpolate": "@hpcc-js/common", + "d3-scale": "@hpcc-js/common", + "d3-selection": "@hpcc-js/common", + "d3-time-format": "@hpcc-js/common", + "d3-transition": "@hpcc-js/common", + "d3-zoom": "@hpcc-js/common" + }, + external: [ + ...Object.keys(pkg.dependencies), + ] + }) +]); diff --git a/packages/codemirror/index.html b/packages/codemirror/index.html new file mode 100644 index 0000000000..a990e85ef4 --- /dev/null +++ b/packages/codemirror/index.html @@ -0,0 +1,66 @@ + + + + + Home + + + + + + + + + +

ESM Quick Test

+
+ + + + + \ No newline at end of file diff --git a/packages/codemirror/package.json b/packages/codemirror/package.json index e75a211e78..4c3c6a8027 100644 --- a/packages/codemirror/package.json +++ b/packages/codemirror/package.json @@ -1,49 +1,46 @@ { "name": "@hpcc-js/codemirror", - "version": "2.64.0", + "version": "3.0.0", "description": "hpcc-js - Viz Code Mirror", - "main": "dist/index.js", - "module": "dist/index.es6", - "unpkg": "dist/index.min.js", - "jsdelivr": "dist/index.min.js", - "types": "types/index.d.ts", - "typesVersions": { - "<3.8": { - "*": [ - "types-3.4/index.d.ts" - ] - } + "type": "module", + "exports": { + ".": { + "types": "./types/index.d.ts", + "default": "./dist/index.js" + }, + "./dist/*": "./dist/*" }, + "module": "./dist/index.js", + "browser": "./dist/index.js", + "types": "./types/index.d.ts", "files": [ "dist/*", - "types/*", - "types-3.4/*", - "src/*" + "src/*", + "types/*" ], "scripts": { - "clean": "rimraf --glob lib* types dist *.tsbuildinfo", - "compile-es6": "tsc --module es6 --outDir ./lib-es6", - "compile-es6-watch": "npm run compile-es6 -- -w", - "compile-umd": "tsc --module umd --outDir ./lib-umd", - "compile-umd-watch": "npm run compile-umd -- -w", - "bundle": "rollup -c", - "bundle-watch": "npm run bundle -- -w", - "minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js", - "gen-legacy-types": "downlevel-dts ./types ./types-3.4", - "build": "npm run compile-es6 && npm run bundle", - "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch", + "clean": "rimraf --glob lib* types dist *.tsbuildinfo .turbo", + "bundle": "node esbuild.js", + "bundle-watch": "npm run bundle -- --development --watch", + "gen-types": "tsc --project tsconfig.json", + "gen-types-watch": "npm run gen-types -- --watch", + "build": "run-p gen-types bundle", "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js", "lint": "eslint ./src", + "lint-fix": "eslint --fix src/**/*.ts", "docs": "typedoc --options tdoptions.json .", - "update": "npx --yes npm-check-updates -u -t minor" + "test-browser": "vitest run --project browser", + "test": "vitest run", + "coverage": "vitest run --coverage", + "update": "npx --yes npm-check-updates -u -t minor", + "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^2.73.0" + "@hpcc-js/common": "^3.1.0" }, "devDependencies": { - "@hpcc-js/bundle": "^2.12.0", - "@hpcc-js/codemirror-shim": "^2.37.0", - "tslib": "2.7.0" + "@hpcc-js/esbuild-plugins": "^1.2.0", + "@hpcc-js/codemirror-shim": "^3.0.0" }, "repository": { "type": "git", @@ -56,4 +53,4 @@ "url": "https://github.com/hpcc-systems/Visualization/issues" }, "homepage": "https://github.com/hpcc-systems/Visualization" -} +} \ No newline at end of file diff --git a/packages/codemirror/rollup.config.mjs b/packages/codemirror/rollup.config.mjs deleted file mode 100644 index ff533d571a..0000000000 --- a/packages/codemirror/rollup.config.mjs +++ /dev/null @@ -1,57 +0,0 @@ -import { external, globals } from "@hpcc-js/bundle"; -import alias from '@rollup/plugin-alias'; -import commonjs from '@rollup/plugin-commonjs'; -import sourcemaps from 'rollup-plugin-sourcemaps'; -import nodeResolve from '@rollup/plugin-node-resolve'; -import postcss from "rollup-plugin-postcss"; - -import pkg from "./package.json" with { type: "json" }; - -export default { - input: "lib-es6/index", - external: external, - output: [{ - file: pkg.main, - format: "umd", - sourcemap: true, - globals: globals, - name: pkg.name - }, { - file: pkg.module + ".js", - format: "es", - sourcemap: true, - globals: globals, - name: pkg.name - }], - plugins: [ - alias({ - entries: [ - { find: "d3-array", replacement: "@hpcc-js/common" }, - { find: "d3-brush", replacement: "@hpcc-js/common" }, - { find: "d3-collection", replacement: "@hpcc-js/common" }, - { find: "d3-color", replacement: "@hpcc-js/common" }, - { find: "d3-dispatch", replacement: "@hpcc-js/common" }, - { find: "d3-drag", replacement: "@hpcc-js/common" }, - { find: "d3-dsv", replacement: "@hpcc-js/common" }, - { find: "d3-ease", replacement: "@hpcc-js/common" }, - { find: "d3-format", replacement: "@hpcc-js/common" }, - { find: "d3-interpolate", replacement: "@hpcc-js/common" }, - { find: "d3-scale", replacement: "@hpcc-js/common" }, - { find: "d3-selection", replacement: "@hpcc-js/common" }, - { find: "d3-time-format", replacement: "@hpcc-js/common" }, - { find: "d3-transition", replacement: "@hpcc-js/common" }, - { find: "d3-zoom", replacement: "@hpcc-js/common" } - ] - }), - nodeResolve({ - preferBuiltins: true - }), - commonjs({ - }), - sourcemaps(), - postcss({ - extensions: [".css"], - minimize: true - }) - ] -}; diff --git a/packages/codemirror/src/CSSEditor.ts b/packages/codemirror/src/CSSEditor.ts index c30043d076..7717c7ab90 100644 --- a/packages/codemirror/src/CSSEditor.ts +++ b/packages/codemirror/src/CSSEditor.ts @@ -1,4 +1,4 @@ -import { Editor } from "./Editor"; +import { Editor } from "./Editor.ts"; export class CSSEditor extends Editor { options(): any { diff --git a/packages/codemirror/src/DOTEditor.ts b/packages/codemirror/src/DOTEditor.ts index dff9f2a9f3..59ba93378f 100644 --- a/packages/codemirror/src/DOTEditor.ts +++ b/packages/codemirror/src/DOTEditor.ts @@ -1,4 +1,4 @@ -import { Editor } from "./Editor"; +import { Editor } from "./Editor.ts"; export class DOTEditor extends Editor { options(): any { @@ -17,4 +17,4 @@ export class DOTEditor extends Editor { } } -DOTEditor.prototype._class += " codemirror_JSEditor"; +DOTEditor.prototype._class += " codemirror_DOTEditor"; diff --git a/packages/codemirror/src/ECLEditor.ts b/packages/codemirror/src/ECLEditor.ts index 117db0a813..2cfd518017 100644 --- a/packages/codemirror/src/ECLEditor.ts +++ b/packages/codemirror/src/ECLEditor.ts @@ -1,4 +1,4 @@ -import { Editor } from "./Editor"; +import { Editor } from "./Editor.ts"; import "../src/ECLEditor.css"; diff --git a/packages/codemirror/src/Editor.css b/packages/codemirror/src/Editor.css index c3db7f4947..421a271cdc 100644 --- a/packages/codemirror/src/Editor.css +++ b/packages/codemirror/src/Editor.css @@ -3,23 +3,28 @@ border-width: 1px; border-color: lightgray; } -.codemirror_Editor .cm-marked-text{ + +.codemirror_Editor .cm-marked-text { background-color: yellow; } + .codemirror_Editor .cm-marked-info, .codemirror_Editor .cm-marked-error, -.codemirror_Editor .cm-marked-warning{ +.codemirror_Editor .cm-marked-warning { display: inline-block; position: relative; background-position: left bottom; background-repeat: repeat-x; } + .codemirror_Editor .cm-marked-info { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAHElEQVQYV2NkgIP//xkYGBkZIXwIB0SDCQgHAgDEXAgCKU2DPwAAAABJRU5ErkJggg=="); } -.codemirror_Editor .cm-marked-error{ + +.codemirror_Editor .cm-marked-error { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAHUlEQVQYV2NkgIL/DAz/GRkYGBlBfBgHTMM4MJUAzFoIAuwf4BEAAAAASUVORK5CYII="); } + .codemirror_Editor .cm-marked-warning { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAHUlEQVQYV2NkgIL/Sxn+M0YzMDKC+DAOmIZxYCoBKQkLp8ga+UwAAAAASUVORK5CYII="); } \ No newline at end of file diff --git a/packages/codemirror/src/HTMLEditor.ts b/packages/codemirror/src/HTMLEditor.ts index 8977932ec4..0ed83a7680 100644 --- a/packages/codemirror/src/HTMLEditor.ts +++ b/packages/codemirror/src/HTMLEditor.ts @@ -1,4 +1,4 @@ -import { Editor } from "./Editor"; +import { Editor } from "./Editor.ts"; export class HTMLEditor extends Editor { options(): any { diff --git a/packages/codemirror/src/JSEditor.ts b/packages/codemirror/src/JSEditor.ts index 66b66d33e5..37010cd121 100644 --- a/packages/codemirror/src/JSEditor.ts +++ b/packages/codemirror/src/JSEditor.ts @@ -1,4 +1,4 @@ -import { Editor } from "./Editor"; +import { Editor } from "./Editor.ts"; export class JSEditor extends Editor { options(): any { diff --git a/packages/codemirror/src/JSONEditor.ts b/packages/codemirror/src/JSONEditor.ts index 9724202f08..6317706c22 100644 --- a/packages/codemirror/src/JSONEditor.ts +++ b/packages/codemirror/src/JSONEditor.ts @@ -1,4 +1,4 @@ -import { Editor } from "./Editor"; +import { Editor } from "./Editor.ts"; export class JSONEditor extends Editor { options(): any { diff --git a/packages/codemirror/src/MarkdownEditor.ts b/packages/codemirror/src/MarkdownEditor.ts index 0b0056c479..baef7afd38 100644 --- a/packages/codemirror/src/MarkdownEditor.ts +++ b/packages/codemirror/src/MarkdownEditor.ts @@ -1,4 +1,4 @@ -import { Editor } from "./Editor"; +import { Editor } from "./Editor.ts"; export class MarkdownEditor extends Editor { options(): any { diff --git a/packages/codemirror/src/ObservableMarkdownEditor.ts b/packages/codemirror/src/ObservableMarkdownEditor.ts index 43c67c87a8..c4b16f1c26 100644 --- a/packages/codemirror/src/ObservableMarkdownEditor.ts +++ b/packages/codemirror/src/ObservableMarkdownEditor.ts @@ -1,4 +1,4 @@ -import { MarkdownEditor } from "./MarkdownEditor"; +import { MarkdownEditor } from "./MarkdownEditor.ts"; export class ObservableMarkdownEditor extends MarkdownEditor { options(): any { diff --git a/packages/codemirror/src/SQLEditor.ts b/packages/codemirror/src/SQLEditor.ts index 03088c17a7..b7eb41bb20 100644 --- a/packages/codemirror/src/SQLEditor.ts +++ b/packages/codemirror/src/SQLEditor.ts @@ -1,4 +1,4 @@ -import { Editor } from "./Editor"; +import { Editor } from "./Editor.ts"; export class SQLEditor extends Editor { options(): any { diff --git a/packages/codemirror/src/XMLEditor.ts b/packages/codemirror/src/XMLEditor.ts index dae666d55a..ce8371f132 100644 --- a/packages/codemirror/src/XMLEditor.ts +++ b/packages/codemirror/src/XMLEditor.ts @@ -1,4 +1,4 @@ -import { Editor } from "./Editor"; +import { Editor } from "./Editor.ts"; export class XMLEditor extends Editor { options(): any { diff --git a/packages/codemirror/src/index.ts b/packages/codemirror/src/index.ts index 5bf56ea546..cf04cddfdf 100644 --- a/packages/codemirror/src/index.ts +++ b/packages/codemirror/src/index.ts @@ -1,12 +1,14 @@ -export * from "./__package__"; -export * from "./CSSEditor"; -export * from "./DOTEditor"; -export * from "./ECLEditor"; -export * from "./Editor"; -export * from "./HTMLEditor"; -export * from "./JSEditor"; -export * from "./JSONEditor"; -export * from "./MarkdownEditor"; -export * from "./ObservableMarkdownEditor"; -export * from "./XMLEditor"; -export * from "./SQLEditor"; +export * from "./__package__.ts"; +import "../../codemirror-shim/dist/index.css"; + +export * from "./CSSEditor.ts"; +export * from "./DOTEditor.ts"; +export * from "./ECLEditor.ts"; +export * from "./Editor.ts"; +export * from "./HTMLEditor.ts"; +export * from "./JSEditor.ts"; +export * from "./JSONEditor.ts"; +export * from "./MarkdownEditor.ts"; +export * from "./ObservableMarkdownEditor.ts"; +export * from "./XMLEditor.ts"; +export * from "./SQLEditor.ts"; diff --git a/packages/codemirror/tests/codemirror.browser.spec.ts b/packages/codemirror/tests/codemirror.browser.spec.ts new file mode 100644 index 0000000000..d647ea5ad8 --- /dev/null +++ b/packages/codemirror/tests/codemirror.browser.spec.ts @@ -0,0 +1,47 @@ +import * as codemirror from "@hpcc-js/codemirror"; +import { CSSEditor, DOTEditor, Editor, ECLEditor, HTMLEditor, JSEditor, JSONEditor, MarkdownEditor, ObservableMarkdownEditor, SQLEditor, XMLEditor } from "@hpcc-js/codemirror"; +import { Class, HTMLWidget, SVGWidget } from "@hpcc-js/common"; +import { describe, it, expect } from "vitest"; +import { classDef, renderMedium, renderShort, renderSmall, renderWide } from "../../common/tests/index.ts"; + +const urlSearch: string = window.location.href.split("?")[1]; + +describe("@hpcc-js/codemirror", () => { + for (const key in codemirror) { + const item = (codemirror as any)[key]; + if (item) { + if (!urlSearch || urlSearch === item.prototype.constructor.name) { + describe(`${item.prototype?.constructor?.name}`, () => { + it("Simple", () => { + expect(true).to.be.true; + }); + if (item.prototype instanceof Class) { + classDef("codemirror", item); + } + if (item.prototype instanceof HTMLWidget || item.prototype instanceof SVGWidget) { + switch (item.prototype.constructor) { + case Editor: + case CSSEditor: + case DOTEditor: + case HTMLEditor: + case JSEditor: + case JSONEditor: + case MarkdownEditor: + case ObservableMarkdownEditor: + case SQLEditor: + case XMLEditor: + case ECLEditor: + renderMedium(new item.prototype.constructor()); + break; + + default: + it("Has render test", () => { + expect(false).to.be.true; + }); + } + } + }); + } + } + } +}); diff --git a/packages/codemirror/tsconfig.json b/packages/codemirror/tsconfig.json index 034f7f27b2..318ecdd23e 100644 --- a/packages/codemirror/tsconfig.json +++ b/packages/codemirror/tsconfig.json @@ -1,19 +1,24 @@ { - "extends": "../tsconfig.settings.json", "compilerOptions": { - "rootDir": "./src", - "outDir": "./lib-umd", - "declarationDir": "./types", + "rootDir": "src", + "module": "NodeNext", + "target": "ESNext", + "resolveJsonModule": true, + "emitDeclarationOnly": true, + "declaration": true, + "declarationDir": "types", + "strict": true, + "noImplicitAny": false, + "strictNullChecks": false, + "skipLibCheck": true, + "allowImportingTsExtensions": true, + "lib": [ + "DOM", + "ESNext", + "ES2020" + ] }, "include": [ - "./src/**/*" - ], - "references": [ - { - "path": "../codemirror-shim" - }, - { - "path": "../common" - } + "./src/index.ts" ] } \ No newline at end of file diff --git a/packages/codemirror/vitest.workspace.ts b/packages/codemirror/vitest.workspace.ts new file mode 100644 index 0000000000..fa7bb0720b --- /dev/null +++ b/packages/codemirror/vitest.workspace.ts @@ -0,0 +1,6 @@ +import { defineWorkspace } from 'vitest/config'; +import baseWorkspace from '../../vitest.workspace.ts'; + +export default defineWorkspace([ + ...baseWorkspace +]) \ No newline at end of file diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 91542432ee..61054bd233 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -139,6 +139,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/common-v3.0.0...common-v3.1.0) (2024-10-24) + + +### Features + +* Rename "lint" to "lint-all" and revert "lint" to break on error. ([227ab65](https://github.com/hpcc-systems/Visualization/commit/227ab656f9ce64580a0c8a7015e53ac455b16be4)) +* Switch to esbuild (common, api, chart) ([a855017](https://github.com/hpcc-systems/Visualization/commit/a855017b8b35ee53ca4a3a060973bf4b87c8916b)) +* Switch to esbuild and ESM first packaging ([b752510](https://github.com/hpcc-systems/Visualization/commit/b752510b5074fbc9a606e4d189412798c241f414)) + + +### Bug Fixes + +* **html/common:** correct BreakdownTable tooltip height calculation ([5c77723](https://github.com/hpcc-systems/Visualization/commit/5c77723639ade13b1d07001d1e7b05cbddb5c805)) +* Potential prototype pollution ([dd69e58](https://github.com/hpcc-systems/Visualization/commit/dd69e5875de88e5598412202937f1fd1f3ed4710)), closes [#4069](https://github.com/hpcc-systems/Visualization/issues/4069) +* Unable to select "Accent" ordinal palette ([3031db5](https://github.com/hpcc-systems/Visualization/commit/3031db53a9d4e81e91693a4a5f902298c45fd3dc)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/util bumped from ^2.53.0 to ^3.1.0 + ## [2.73.0](https://github.com/hpcc-systems/Visualization/compare/common-v2.72.0...common-v2.73.0) (2024-10-23) diff --git a/packages/common/esbuild.js b/packages/common/esbuild.js index 198f75c4ec..ed1937e83c 100644 --- a/packages/common/esbuild.js +++ b/packages/common/esbuild.js @@ -1,8 +1,12 @@ import { browserTpl, copyStaticFiles } from "@hpcc-js/esbuild-plugins"; +import pkg from "./package.json" with { type: "json" }; // config --- browserTpl("src/index.ts", "dist/index", { keepNames: true, + external: [ + ...Object.keys(pkg.dependencies), + ], plugins: [ copyStaticFiles({ src: "../../node_modules/font-awesome/fonts", diff --git a/packages/common/index.html b/packages/common/index.html index d9392a8e06..a4cc12208e 100644 --- a/packages/common/index.html +++ b/packages/common/index.html @@ -23,6 +23,18 @@ margin-top: 20px; } + + diff --git a/packages/common/package.json b/packages/common/package.json index f66a2c543f..128d30a82a 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,13 +1,15 @@ { "name": "@hpcc-js/common", - "version": "2.73.0", + "version": "3.1.0", "description": "hpcc-js - Viz Common", "type": "module", "exports": { ".": { "types": "./types/index.d.ts", "default": "./dist/index.js" - } + }, + "./dist/*": "./dist/*", + "./font-awesome/*": "./font-awesome/*" }, "module": "./dist/index.js", "browser": "./dist/index.js", @@ -35,7 +37,7 @@ "update": "npx -y npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/util": "^3.0.0", + "@hpcc-js/util": "^3.1.0", "@types/d3-array": "1.2.12", "@types/d3-brush": "1.1.8", "@types/d3-collection": "1.0.13", @@ -47,14 +49,14 @@ "@types/d3-format": "1.4.5", "@types/d3-interpolate": "1.4.5", "@types/d3-scale": "1.0.22", - "@types/d3-selection": "1.4.6", + "@types/d3-selection": "1.4.7", "@types/d3-time-format": "2.3.4", - "@types/d3-transition": "1.3.5", + "@types/d3-transition": "1.3.6", "@types/d3-zoom": "1.8.7" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", - "colorbrewer": "1.5.6", + "@hpcc-js/esbuild-plugins": "^1.2.0", + "colorbrewer": "1.5.7", "d3-array": "^1", "d3-brush": "^1", "d3-collection": "^1", @@ -71,8 +73,7 @@ "d3-time-format": "^2", "d3-transition": "^1", "d3-zoom": "^1", - "font-awesome": "4.7.0", - "tslib": "2.7.0" + "font-awesome": "4.7.0" }, "repository": { "type": "git", diff --git a/packages/common/src/List.ts b/packages/common/src/List.ts index ab341a7c47..3232b174f9 100644 --- a/packages/common/src/List.ts +++ b/packages/common/src/List.ts @@ -91,8 +91,6 @@ export class List extends SVGWidget implements IList { dblclick(d) { // console.log("Double click: " + d); } - - // anchor: { (): string; (_: string): List; }; } List.prototype._class += " common_List"; diff --git a/packages/common/src/Palette.ts b/packages/common/src/Palette.ts index 2317a9d343..6250486528 100644 --- a/packages/common/src/Palette.ts +++ b/packages/common/src/Palette.ts @@ -124,12 +124,12 @@ function palette_ordinal(id?, colors?): any { ordinal.type = function () { return "ordinal"; }; - ordinal.id = function (_) { + ordinal.id = function (_?) { if (!arguments.length) return id; id = _; return ordinal; }; - ordinal.colors = function (_) { + ordinal.colors = function (_?) { if (!arguments.length) return colors; colors = _; return ordinal; @@ -145,7 +145,7 @@ function palette_ordinal(id?, colors?): any { } return this.clone(newID); }; - ordinal.switch = function (_id, _colors) { + ordinal.switch = function (_id?, _colors?) { if (id === _id) { return this; } @@ -239,12 +239,12 @@ function palette_rainbow(id?, _colors?, _steps?) { rainbow.type = function () { return "rainbow"; }; - rainbow.id = function (_) { + rainbow.id = function (_?) { if (!arguments.length) return id; id = _; return rainbow; }; - rainbow.colors = function (_) { + rainbow.colors = function (_?) { if (!arguments.length) return colors; colors = _; return rainbow; @@ -259,7 +259,7 @@ function palette_rainbow(id?, _colors?, _steps?) { } return this.clone(newID); }; - rainbow.switch = function (_id, _colors) { + rainbow.switch = function (_id?, _colors?) { if (id === _id) { return this; } diff --git a/packages/common/src/PropertyExt.ts b/packages/common/src/PropertyExt.ts index 29fd059c6c..38391b02d1 100644 --- a/packages/common/src/PropertyExt.ts +++ b/packages/common/src/PropertyExt.ts @@ -493,7 +493,7 @@ export class PropertyExt extends Class { if (this[id]) { } else { if (type === "propertyArray") { - this[id] = function (_) { + this[id] = function (_?) { if (!arguments.length) return this[__prop_ + id]; this[__prop_ + id] = _.map(item => { if (!meta.ext.noDeserialize && meta.ext.autoExpand && !(item instanceof meta.ext.autoExpand)) { @@ -505,8 +505,8 @@ export class PropertyExt extends Class { return this; }; } else { - this[id] = function (_) { - if (!arguments.length) return this[__prop_ + id]; + this[id] = function (_?) { + if (!arguments.length) return this[__prop_ + id] ?? this[id + "_default"](); this[__prop_ + id] = _; return this; }; @@ -532,7 +532,7 @@ export class PropertyExt extends Class { if (this[id + "_default"]() != null && !(this[id + "_default"]() === "" && ext.optional === true)) return true; return false; }; - this[id + "_default"] = function (_) { + this[id + "_default"] = function (_?) { if (!arguments.length) return this[__default_ + id] !== undefined ? this[__default_ + id] : meta.defaultValue; if (_ === "") { _ = null; @@ -594,7 +594,7 @@ export class PropertyExt extends Class { throw new Error(id + " is already published."); } this[__meta_ + id] = new MetaProxy(id, proxy, method, defaultValue); - this[id] = function (_) { + this[id] = function (_?) { if (!arguments.length) return defaultValue === undefined || this[id + "_modified"]() ? this[proxy][method]() : defaultValue; if (defaultValue !== undefined && _ === defaultValue) { this[proxy][method + "_reset"](); @@ -612,7 +612,7 @@ export class PropertyExt extends Class { this[id + "_exists"] = function () { return this[proxy][method + "_exists"](); }; - this[id + "_default"] = function (_) { + this[id + "_default"] = function (_?) { if (!arguments.length) return this[proxy][method + "_default"](); this[proxy][method + "_default"](_); return this; diff --git a/packages/common/src/SVGWidget.ts b/packages/common/src/SVGWidget.ts index 01ca77e659..2c5fd7e29b 100644 --- a/packages/common/src/SVGWidget.ts +++ b/packages/common/src/SVGWidget.ts @@ -164,7 +164,7 @@ export class SVGWidget extends Widget { } // Properties --- - move(_, transitionDuration?) { + move(_?, transitionDuration?) { const retVal = this.pos(_); if (arguments.length) { (transitionDuration ? this._element.transition().duration(transitionDuration) : this._element) diff --git a/packages/common/src/SVGZoomWidget.ts b/packages/common/src/SVGZoomWidget.ts index 35f7c357b0..2342cc6ac8 100644 --- a/packages/common/src/SVGZoomWidget.ts +++ b/packages/common/src/SVGZoomWidget.ts @@ -329,6 +329,7 @@ export class SVGZoomWidget extends SVGWidget { .attr("class", "zoomBackground") .attr("width", this.width()) .attr("height", this.height()) + .style("fill", "transparent") .on("mousedown", () => { if (d3Event.shiftKey && this.mouseMode() === "zoom") { d3Event.stopPropagation(); diff --git a/packages/common/src/Transition.ts b/packages/common/src/Transition.ts index 4dbbcbea7b..59ac57e935 100644 --- a/packages/common/src/Transition.ts +++ b/packages/common/src/Transition.ts @@ -14,19 +14,19 @@ export class Transition { this._ease = d3CubicInOut; } - duration(_) { + duration(_?) { if (!arguments.length) return this._duration; this._duration = _; return this._widget; } - delay(_) { + delay(_?) { if (!arguments.length) return this._delay; this._delay = _; return this._widget; } - ease(_) { + ease(_?) { if (!arguments.length) return this._ease; this._ease = _; return this._widget; diff --git a/packages/common/src/Utility.ts b/packages/common/src/Utility.ts index 78b9725de4..d888f10ffc 100644 --- a/packages/common/src/Utility.ts +++ b/packages/common/src/Utility.ts @@ -158,7 +158,7 @@ export class SimpleSelection extends SelectionBase { } _skipBringToTop; - skipBringToTop(_) { + skipBringToTop(_?) { if (!arguments.length) return this._skipBringToTop; this._skipBringToTop = _; return this; @@ -220,7 +220,7 @@ export class SimpleSelection extends SelectionBase { selected(domNode) { return d3Select(domNode).classed("selected"); } - selection(_) { + selection(_?) { if (!arguments.length) { return this.selection2().map(row => JSON.stringify(row)); } @@ -418,7 +418,7 @@ export function templateFields(tpl: string): string[] { return retVal; } -export function template(tpl: string, _args) { +export function template(tpl?: string, _args?) { if (!tpl) return ""; let args; diff --git a/packages/common/src/Widget.ts b/packages/common/src/Widget.ts index 283a913248..16a3daeb7c 100644 --- a/packages/common/src/Widget.ts +++ b/packages/common/src/Widget.ts @@ -7,6 +7,8 @@ import { debounce, textRect, TextRect, textSize, TextSize } from "./Utility.ts"; import "../src/Widget.css"; +export { Field }; + export type IPrimative = boolean | number | string | object; export type IFieldType = "boolean" | "number" | "string" | "dataset" | "object" | "any"; export interface InputField { @@ -312,8 +314,8 @@ export abstract class Widget extends PropertyExt { } scale(): number; - scale(_): Widget; - scale(_?): number | Widget { + scale(_): this; + scale(_?): number | this { if (!arguments.length) return this._widgetScale; this._widgetScale = _; if (this._overlayElement) { diff --git a/packages/common/src/__package__.ts b/packages/common/src/__package__.ts index 90a094cafc..b26d3bb19a 100644 --- a/packages/common/src/__package__.ts +++ b/packages/common/src/__package__.ts @@ -1,3 +1,3 @@ export const PKG_NAME = "@hpcc-js/common"; -export const PKG_VERSION = "2.73.0"; +export const PKG_VERSION = "3.1.0"; export const BUILD_VERSION = "2.107.0"; diff --git a/packages/common/tests/coreTests.ts b/packages/common/tests/coreTests.ts index 6aafc4e637..7e022193f0 100644 --- a/packages/common/tests/coreTests.ts +++ b/packages/common/tests/coreTests.ts @@ -15,17 +15,13 @@ export function classDef(module: string, WidgetClass: { new(): while (constructorName.length && constructorName[0] === "_") { constructorName = constructorName.substr(1); } - // Remove any trailing numerics - while (constructorName.length && !isNaN(parseInt(constructorName[constructorName.length - 1], 10))) { - constructorName = constructorName.substr(0, constructorName.length - 1); - } const widget = new WidgetClass(); const classID = widget.classID(); if (classID.indexOf(".") >= 0) { - expect(classID.indexOf(`${module}_`), `Correct module: ${module}`).to.equal(0); - expect(classID.indexOf(`.${constructorName}`), `Correct constructorName: ${constructorName}`).to.equal(classID.length - constructorName.length - 1); + expect(classID.indexOf(`${module}_`), `Incorrect module: ${module}`).to.equal(0); + expect(classID.indexOf(`.${constructorName}`), `Incorrect constructorName: ${constructorName}`).to.equal(classID.length - constructorName.length - 1); } else { - expect(`${module}_${constructorName}` === classID, `Correct classID: ${module}_${constructorName} === ${classID}`).to.be.true; + expect(`${module}_${constructorName}` === classID, `Incorrect classID: ${module}_${constructorName} === ${classID}`).to.be.true; } }); }); diff --git a/packages/comms/CHANGELOG.md b/packages/comms/CHANGELOG.md index 26f4dc8910..4c4541cabf 100644 --- a/packages/comms/CHANGELOG.md +++ b/packages/comms/CHANGELOG.md @@ -12,6 +12,68 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/comms-v3.0.0...comms-v3.1.0) (2024-10-24) + + +### Features + +* Add accumulated stats to Query Metrics ([25735c8](https://github.com/hpcc-systems/Visualization/commit/25735c8e9005e4992511e107b8a4b41e8d04d279)) +* Add additional skew information ([d2026a0](https://github.com/hpcc-systems/Visualization/commit/d2026a0b2fb777f170bcb2e083a97886c7bc6c82)) +* Add extra formatting to WUDetails ([e215d78](https://github.com/hpcc-systems/Visualization/commit/e215d786c94eb20e9a927f51a7e8d8ee60c4b41f)) +* Add Protect and Unprotect functions to Visualization Workunit Class ([fb2b4e9](https://github.com/hpcc-systems/Visualization/commit/fb2b4e9d885bf67d1d94af33fe2994c30a0d198a)) +* bump WsDFU to latest to include support for ExtendedIndexInfo ([01926c0](https://github.com/hpcc-systems/Visualization/commit/01926c0397975a0216394bd34f4f77d5002e4245)) +* Bump WsWorkunits services ([9ee2210](https://github.com/hpcc-systems/Visualization/commit/9ee221012ba7d2caccc4986409527573c8388c34)) +* **comms:** add a States enum to FileSpray service ([813ae88](https://github.com/hpcc-systems/Visualization/commit/813ae88a4bc0cc7a1328e5b59917dc5db285e18e)) +* **comms:** Add ability to clear the client tools cached locations ([856c734](https://github.com/hpcc-systems/Visualization/commit/856c73412511c501bbf85d96a532352dcb25eab6)) +* **comms:** add publishEx function to workunit ([05e3106](https://github.com/hpcc-systems/Visualization/commit/05e310686adc9c0143c9ad956bc90a5683e7f057)) +* **comms:** add support for the Grafana/Loki log engine ([43b7403](https://github.com/hpcc-systems/Visualization/commit/43b7403b8a0cfcd59846d5dbc23fc794eaa3b905)) +* **comms:** Add support for WsSasha ([7ffb27c](https://github.com/hpcc-systems/Visualization/commit/7ffb27c9b5b7b73ecc9688fae8f72a9f98bed6a9)) +* **comms:** Add WU compile cost ([ceb5ced](https://github.com/hpcc-systems/Visualization/commit/ceb5ced22059359511d62a8992f75a672c0ded83)) +* **comms:** allow the WU refresh function to accept optional request ([adc513b](https://github.com/hpcc-systems/Visualization/commit/adc513b367221a68ead06892268160991ff842a9)) +* **comms:** convert wsTopology to use service generated from wsdl ([07e5933](https://github.com/hpcc-systems/Visualization/commit/07e5933798daa6f0cdd3dec0edc1a6c9328bcacc)) +* **comms:** implementing some methods for dfuWorkunit ([7adeb8f](https://github.com/hpcc-systems/Visualization/commit/7adeb8f7389d1fb821c46fa7047d1339d5a78984)) +* **comms:** WUQuery support abort signal ([c9db1db](https://github.com/hpcc-systems/Visualization/commit/c9db1db7561dd16df28021bed99d77beed78ee96)) +* Export Metric Splitter ([e550a5c](https://github.com/hpcc-systems/Visualization/commit/e550a5ce3071f9e76768322218b9b7a23a09becb)) +* Parse the DefinitionList at source ([b9214e4](https://github.com/hpcc-systems/Visualization/commit/b9214e4bfa3ba5158cc0140d4a364c3b498f61c1)) +* Rename "lint" to "lint-all" and revert "lint" to break on error. ([227ab65](https://github.com/hpcc-systems/Visualization/commit/227ab656f9ce64580a0c8a7015e53ac455b16be4)) +* Switch to esbuild (common, api, chart) ([a855017](https://github.com/hpcc-systems/Visualization/commit/a855017b8b35ee53ca4a3a060973bf4b87c8916b)) +* Switch to esbuild and ESM first packaging ([b752510](https://github.com/hpcc-systems/Visualization/commit/b752510b5074fbc9a606e4d189412798c241f414)) +* Switch to esbuild and ESM first packaging (comms) ([3bc7e54](https://github.com/hpcc-systems/Visualization/commit/3bc7e54da7a70d5bfc57ea4b1a87fb02913cbf40)) + + +### Bug Fixes + +* **comms:** add exception handling to logicalFile fetchInfo ([daff182](https://github.com/hpcc-systems/Visualization/commit/daff182022da686b5ee86ad0ec11dfedbebe3461)) +* **comms:** change LogCategory filter based upon searchField ([0d30644](https://github.com/hpcc-systems/Visualization/commit/0d3064402a40e935f9c240f06951966b26de5961)) +* **comms:** correct wsdl generated services enum values ([4254b73](https://github.com/hpcc-systems/Visualization/commit/4254b73a974dcbef0d1d14a94eda06bae5d312fc)) +* **comms:** extend FileSpray.DFUWUFile to change reponse type to not be JSON ([769b1cb](https://github.com/hpcc-systems/Visualization/commit/769b1cbae92374a17dc7631229eaaf8604d6bcc4)) +* **comms:** GetLogs use WsLogaccess.LogAccessType ([498ffa6](https://github.com/hpcc-systems/Visualization/commit/498ffa66812f50b9abef62d2ef52e40c0e02fa93)) +* **comms:** GetLogsEx still using hardcoded ...KnownColumns maps ([8b49d50](https://github.com/hpcc-systems/Visualization/commit/8b49d504540e282a7500dbd258bd597083e9ce20)) +* **comms:** incorrect default for line count returned by GetLogs ([3f72eb8](https://github.com/hpcc-systems/Visualization/commit/3f72eb82755e1f13f5a89f1190834199bacb783e)) +* **comms:** regenerate some comms services with Partials ([b44a6d2](https://github.com/hpcc-systems/Visualization/commit/b44a6d2df50ae55663ae039e911227dcddc3e0b4)) +* **comms:** regenerate ws_access service with most recent changes ([7da53d1](https://github.com/hpcc-systems/Visualization/commit/7da53d172f083dc2d8a7293bb02977a6e53abf9d)) +* **comms:** separate Logaccess StartDate & EndDate request filters ([fe73335](https://github.com/hpcc-systems/Visualization/commit/fe73335b2e39fc6ee127a32cd7701d27cff1afbb)) +* **comms:** wsLogaccess GetLogs fix an incorrect boolean operator ([5cabad8](https://github.com/hpcc-systems/Visualization/commit/5cabad8eb53f178af6cd5655a0a5c7a73f286275)) +* **comms:** wsLogaccess GetLogs results not sorted by default ([0fcb7fb](https://github.com/hpcc-systems/Visualization/commit/0fcb7fbc6e34f87b2cf8d7e2330408e3718d165c)) +* **comms:** WsLogaccess incorrect abbrev for the Programmer audience value ([bcc72ac](https://github.com/hpcc-systems/Visualization/commit/bcc72ac15c5fdc2a5fe0683cbb71a0556addb721)) +* **comms:** wslogaccess, do not use binaryFilter if not necessary ([b7ba2c3](https://github.com/hpcc-systems/Visualization/commit/b7ba2c31acca226a036402a0a0c599385a463fb8)) +* **comms:** WsMachine Target Cluster sizes are in KB ([0205f84](https://github.com/hpcc-systems/Visualization/commit/0205f84d5aa45d8ee0d41aae9226256a49cfbeef)) +* grouped properties had "any" type. ([227c897](https://github.com/hpcc-systems/Visualization/commit/227c897ce512a7f1e6f3287ff6c8bcd54c893613)) +* isWUComplete fails for compile + Attach ([dac93fb](https://github.com/hpcc-systems/Visualization/commit/dac93fbe83f77712fadab1ab875823ef816a8c2e)) +* NodeJS v18 fetch + rejectUnauthorization = false ([7369d0d](https://github.com/hpcc-systems/Visualization/commit/7369d0d727db2313c4b02a99c1ff994330fc4009)) +* NodeJS v18 fetch + rejectUnauthorization = false ([d01d23f](https://github.com/hpcc-systems/Visualization/commit/d01d23f5a5f8ed31b233800144be047d7c5f1495)) +* Query fails fetching schemas ([a301e41](https://github.com/hpcc-systems/Visualization/commit/a301e410054ac7d5107971370647881c7b1af713)) +* Refresh does not load details ([09655d5](https://github.com/hpcc-systems/Visualization/commit/09655d5959d9114ed49ae8c8881314be521a2783)) +* Request string arrays had incorrect nesting ([37a0f8a](https://github.com/hpcc-systems/Visualization/commit/37a0f8a2b847f2fecf1d0406eb39ad1e5071b356)) +* Switch to wsdl generated WsSMC ([4621f91](https://github.com/hpcc-systems/Visualization/commit/4621f911d0963b918412deb18ad03423d5d980b8)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/util bumped from ^2.53.0 to ^3.1.0 + ## [2.98.0](https://github.com/hpcc-systems/Visualization/compare/comms-v2.97.0...comms-v2.98.0) (2024-10-23) diff --git a/packages/comms/esbuild.js b/packages/comms/esbuild.js index 88bf21b177..d4e797e59c 100644 --- a/packages/comms/esbuild.js +++ b/packages/comms/esbuild.js @@ -1,8 +1,14 @@ import { browserTpl, nodeTpl } from "@hpcc-js/esbuild-plugins"; +import pkg from "./package.json" with { type: "json" }; // config --- await Promise.all([ nodeTpl("src/index.node.ts", "dist/index.node"), - browserTpl("src/index.ts", "dist/index"), + browserTpl("src/index.ts", "dist/index", { + keepNames: true, + external: [ + ...Object.keys(pkg.dependencies), + ] + }), nodeTpl("utils/index.ts", "lib-esm/index") ]); diff --git a/packages/comms/index.html b/packages/comms/index.html index 6ad25d5144..9f2c329aba 100644 --- a/packages/comms/index.html +++ b/packages/comms/index.html @@ -26,7 +26,6 @@ const connection = new testMod.Topology({ baseUrl: "https://play.hpccsystems.com:18010" }); connection.fetchLogicalClusters().then(lc => { - debugger; }) }); diff --git a/packages/comms/package.json b/packages/comms/package.json index 0346fa9958..f518d4089a 100644 --- a/packages/comms/package.json +++ b/packages/comms/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/comms", - "version": "3.0.0", + "version": "3.1.0", "description": "hpcc-js - Communications", "type": "module", "exports": { @@ -58,9 +58,8 @@ "wsdl-all": "npm-run-all --aggregate-output -c --serial build --parallel wsdl-*" }, "dependencies": { - "@hpcc-js/ddl-shim": "^2.21.0", - "@hpcc-js/util": "^2.52.0", - "@xmldom/xmldom": "0.9.3", + "@hpcc-js/util": "^3.1.0", + "@xmldom/xmldom": "0.9.5", "abort-controller": "3.0.0", "node-fetch": "3.3.2", "safe-buffer": "5.2.1", @@ -68,7 +67,8 @@ "undici": "5.28.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", + "@hpcc-js/esbuild-plugins": "^1.2.0", + "@hpcc-js/ddl-shim": "^3.0.0", "@types/d3-request": "1.0.9", "@types/d3-time-format": "2.3.4", "@types/node": "^18", @@ -77,7 +77,6 @@ "d3-format": "^1", "d3-time-format": "^2", "soap": "1.1.5", - "tslib": "2.7.0", "typescript-formatter": "^7.2.2" }, "repository": { diff --git a/packages/comms/rollup.config.mjs b/packages/comms/rollup.config.mjs deleted file mode 100644 index 678d1cc67e..0000000000 --- a/packages/comms/rollup.config.mjs +++ /dev/null @@ -1,55 +0,0 @@ -import { external, globals } from "@hpcc-js/bundle"; -import alias from '@rollup/plugin-alias'; -import commonjs from '@rollup/plugin-commonjs'; -import sourcemaps from 'rollup-plugin-sourcemaps'; -import nodeResolve from '@rollup/plugin-node-resolve'; -import postcss from "rollup-plugin-postcss"; - -import pkg from "./package.json" with { type: "json" }; - -const plugins = [ - alias({}), - nodeResolve({ - preferBuiltins: true - }), - commonjs({}), - sourcemaps(), - postcss({ - extensions: [".css"], - minimize: true - }) -]; - -export default [{ - input: "lib-es6/index", - external: external, - output: [{ - file: pkg.browser, - format: "umd", - sourcemap: true, - globals: globals, - name: pkg.name - }, { - file: pkg.module + ".js", - format: "es", - sourcemap: true, - globals: globals - }], - plugins: plugins -}, { - input: "lib-es6/index.node", - external: external, - output: [{ - file: pkg.main, - format: "cjs", - sourcemap: true, - globals: globals, - name: pkg.name - }, { - file: pkg.module + ".js", - format: "es", - sourcemap: true, - globals: globals - }], - plugins: plugins -}]; \ No newline at end of file diff --git a/packages/comms/src/__package__.ts b/packages/comms/src/__package__.ts index 7e71bee8e8..05f8d31513 100644 --- a/packages/comms/src/__package__.ts +++ b/packages/comms/src/__package__.ts @@ -1,3 +1,3 @@ export const PKG_NAME = "@hpcc-js/comms"; -export const PKG_VERSION = "2.98.0"; +export const PKG_VERSION = "3.1.0"; export const BUILD_VERSION = "2.107.0"; diff --git a/packages/comms/src/ecl/activity.ts b/packages/comms/src/ecl/activity.ts index fa46aaf32b..f110f47cdd 100644 --- a/packages/comms/src/ecl/activity.ts +++ b/packages/comms/src/ecl/activity.ts @@ -41,9 +41,7 @@ export class Activity extends StateObject implem _activity = new Activity(optsConnection); } if (state) { - _activity.set({ - ...state - }); + _activity.set(state); } return _activity; } diff --git a/packages/comms/src/ecl/logicalFile.ts b/packages/comms/src/ecl/logicalFile.ts index fef62709e7..8b8f1dc042 100644 --- a/packages/comms/src/ecl/logicalFile.ts +++ b/packages/comms/src/ecl/logicalFile.ts @@ -91,10 +91,13 @@ export class LogicalFile extends StateObject impleme get properties(): FileDetailEx { return this.get(); } - static attach(optsConnection: IOptions | IConnection | DFUService, Cluster: string, Name: string): LogicalFile { + static attach(optsConnection: IOptions | IConnection | DFUService, Cluster: string, Name: string, state?: FileDetailEx): LogicalFile { const retVal: LogicalFile = _store.get({ BaseUrl: optsConnection.baseUrl, Cluster, Name }, () => { return new LogicalFile(optsConnection, Cluster, Name); }); + if (state) { + retVal.set(state); + } return retVal; } diff --git a/packages/comms/src/ecl/query.ts b/packages/comms/src/ecl/query.ts index bda73b7b49..e4af4ece5f 100644 --- a/packages/comms/src/ecl/query.ts +++ b/packages/comms/src/ecl/query.ts @@ -78,10 +78,13 @@ export class Query extends StateObject implements QueryEx { } as QueryEx); } - static attach(optsConnection: IOptions | IConnection, querySet: string, queryId: string): Query { + static attach(optsConnection: IOptions | IConnection, querySet: string, queryId: string, state?: QueryEx): Query { const retVal: Query = _queries.get({ BaseUrl: optsConnection.baseUrl, QuerySet: querySet, QueryId: queryId } as QueryEx, () => { return new Query(optsConnection, querySet, queryId); }); + if (state) { + retVal.set(state); + } return retVal; } diff --git a/packages/comms/src/ecl/targetCluster.ts b/packages/comms/src/ecl/targetCluster.ts index 426bb644d5..ae93f33b96 100644 --- a/packages/comms/src/ecl/targetCluster.ts +++ b/packages/comms/src/ecl/targetCluster.ts @@ -43,9 +43,7 @@ export class TargetCluster extends StateObject impl get LogicalClusters(): WsTopology.TpLogicalCluster[] { return this.get("LogicalClusters"); } get Services(): WsTopology.ServiceList { return this.get("Services"); } - static attach(optsConnection: IOptions | IConnection | TopologyService) { + static attach(optsConnection: IOptions | IConnection | TopologyService, state?: TopologyStateEx): Topology { const retVal: Topology = _topology.get({ BaseUrl: optsConnection.baseUrl }, () => { return new Topology(optsConnection); }); + if (state) { + retVal.set(state); + } return retVal; } diff --git a/packages/comms/src/espConnection.ts b/packages/comms/src/espConnection.ts index 6ebb771484..771b31679a 100644 --- a/packages/comms/src/espConnection.ts +++ b/packages/comms/src/espConnection.ts @@ -161,4 +161,12 @@ export class Service { constructor(optsConnection: IOptions | IConnection, service: string, version: string) { this._connection = new ESPConnection(optsConnection, service, version); } + + opts() { + return this._connection.opts(); + } + + connection(): ESPConnection { + return this._connection.clone(); + } } diff --git a/packages/comms/src/services/wsEcl.ts b/packages/comms/src/services/wsEcl.ts index 63018b17d4..5a9b8f1550 100644 --- a/packages/comms/src/services/wsEcl.ts +++ b/packages/comms/src/services/wsEcl.ts @@ -1,4 +1,4 @@ -import { DDL2 } from "@hpcc-js/ddl-shim"; +import type { DDL2 } from "@hpcc-js/ddl-shim"; import { IConnection, IOptions } from "../connection.ts"; import { ESPExceptions, Service } from "../espConnection.ts"; diff --git a/packages/comms/src/services/wsWorkunits.ts b/packages/comms/src/services/wsWorkunits.ts index 36a6f4cf25..2fe46ca58d 100644 --- a/packages/comms/src/services/wsWorkunits.ts +++ b/packages/comms/src/services/wsWorkunits.ts @@ -67,14 +67,6 @@ export class WorkunitsService extends WorkunitsServiceBase { super(optsConnection); } - opts() { - return this._connection.opts(); - } - - connection(): ESPConnection { - return this._connection.clone(); - } - Ping(): Promise { return this._connection.send("Ping", {}, "json", false, undefined, "WsWorkunitsPingResponse").then((response) => { return { result: true }; diff --git a/packages/composite/.vscode/launch.json b/packages/composite/.vscode/launch.json new file mode 100644 index 0000000000..7c2436335f --- /dev/null +++ b/packages/composite/.vscode/launch.json @@ -0,0 +1,47 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "test-browser", + "type": "msedge", + "request": "launch", + "url": "http://localhost:8888", + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, + { + "name": "test-node", + "type": "node", + "request": "launch", + "runtimeArgs": [ + "run-script", + "test-node" + ], + "runtimeExecutable": "npm", + "skipFiles": [ + "/**" + ], + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, + { + "name": "index.html", + "request": "launch", + "type": "msedge", + "url": "file:///${workspaceFolder}/index.html", + "runtimeArgs": [ + "--disable-web-security" + ], + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ] + } + ] +} \ No newline at end of file diff --git a/packages/composite/.vscode/tasks.json b/packages/composite/.vscode/tasks.json index 7fffdb949c..120545d06c 100644 --- a/packages/composite/.vscode/tasks.json +++ b/packages/composite/.vscode/tasks.json @@ -1,20 +1,36 @@ { - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { + "label": "gen-types-watch", "type": "npm", - "script": "compile-umd-watch", - "group": { - "kind": "build", - "isDefault": true - }, + "script": "gen-types-watch", "problemMatcher": [ "$tsc-watch" ], - "label": "npm: compile-umd-watch", - "detail": "tsc --module umd --outDir ./lib-umd --watch" + "presentation": { + "group": "group-build" + } + }, + { + "label": "bundle-watch", + "type": "npm", + "script": "bundle-watch", + "problemMatcher": [], + "presentation": { + "group": "group-build" + } + }, + { + "label": "build", + "dependsOn": [ + "gen-types-watch", + "bundle-watch", + ], + "group": { + "kind": "build", + "isDefault": true + } } ] } \ No newline at end of file diff --git a/packages/composite/esbuild.js b/packages/composite/esbuild.js new file mode 100644 index 0000000000..67b91a9988 --- /dev/null +++ b/packages/composite/esbuild.js @@ -0,0 +1,29 @@ +import { browserTpl } from "@hpcc-js/esbuild-plugins"; +import pkg from "./package.json" with { type: "json" }; + +// config --- +await Promise.all([ + browserTpl("src/index.ts", "dist/index", { + keepNames: true, + alias: { + "d3-array": "@hpcc-js/common", + "d3-brush": "@hpcc-js/common", + "d3-collection": "@hpcc-js/common", + "d3-color": "@hpcc-js/common", + "d3-dispatch": "@hpcc-js/common", + "d3-drag": "@hpcc-js/common", + "d3-dsv": "@hpcc-js/common", + "d3-ease": "@hpcc-js/common", + "d3-format": "@hpcc-js/common", + "d3-interpolate": "@hpcc-js/common", + "d3-scale": "@hpcc-js/common", + "d3-selection": "@hpcc-js/common", + "d3-time-format": "@hpcc-js/common", + "d3-transition": "@hpcc-js/common", + "d3-zoom": "@hpcc-js/common" + }, + external: [ + ...Object.keys(pkg.dependencies), + ] + }) +]); diff --git a/packages/composite/index.html b/packages/composite/index.html new file mode 100644 index 0000000000..cecdb20587 --- /dev/null +++ b/packages/composite/index.html @@ -0,0 +1,100 @@ + + + + + Home + + + + + + + +

ESM Quick Test

+
+ + + + + \ No newline at end of file diff --git a/packages/composite/package.json b/packages/composite/package.json index d39256ef42..99090b7aa2 100644 --- a/packages/composite/package.json +++ b/packages/composite/package.json @@ -1,60 +1,58 @@ { "name": "@hpcc-js/composite", - "version": "2.9.0", + "version": "3.0.0", "description": "hpcc-js - Viz Composite", - "main": "dist/index.js", - "module": "dist/index.es6", - "unpkg": "dist/index.min.js", - "jsdelivr": "dist/index.min.js", - "types": "types/index.d.ts", - "typesVersions": { - "<3.8": { - "*": [ - "types-3.4/index.d.ts" - ] - } + "type": "module", + "exports": { + ".": { + "types": "./types/index.d.ts", + "default": "./dist/index.js" + }, + "./dist/*": "./dist/*" }, + "module": "./dist/index.js", + "browser": "./dist/index.js", + "types": "./types/index.d.ts", "files": [ "dist/*", + "src/*", "types/*", - "types-3.4/*", - "src/*" + "font-awesome/**/*" ], "scripts": { - "clean": "rimraf --glob lib* types dist *.tsbuildinfo", - "compile-es6": "tsc --module es6 --outDir ./lib-es6", - "compile-es6-watch": "npm run compile-es6 -- -w", - "compile-umd": "tsc --module umd --outDir ./lib-umd", - "compile-umd-watch": "npm run compile-umd -- -w", - "bundle": "rollup -c", - "bundle-watch": "npm run bundle -- -w", - "minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js", - "gen-legacy-types": "downlevel-dts ./types ./types-3.4", - "build": "npm run compile-es6 && npm run bundle", - "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch", + "clean": "rimraf --glob lib* types dist *.tsbuildinfo .turbo", + "bundle": "node esbuild.js", + "bundle-watch": "npm run bundle -- --development --watch", + "gen-types": "tsc --project tsconfig.json", + "gen-types-watch": "npm run gen-types -- --watch", + "build": "run-p gen-types bundle", "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js", "lint": "eslint ./src", + "lint-fix": "eslint --fix src/**/*.ts", "docs": "typedoc --options tdoptions.json .", - "update": "npx --yes npm-check-updates -u -t minor" + "test-browser": "vitest run --project browser", + "test": "vitest run", + "coverage": "vitest run --coverage", + "update": "npx --yes npm-check-updates -u -t minor", + "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^2.14.0", - "@hpcc-js/chart": "^2.86.0", - "@hpcc-js/common": "^2.73.0", - "@hpcc-js/dgrid": "^2.34.0", - "@hpcc-js/form": "^2.12.0", - "@hpcc-js/html": "^2.44.0", - "@hpcc-js/layout": "^2.51.0", - "@hpcc-js/other": "^2.17.0", - "@hpcc-js/phosphor": "^2.20.0" + "@hpcc-js/api": "^3.1.0", + "@hpcc-js/chart": "^3.1.0", + "@hpcc-js/common": "^3.1.0", + "@hpcc-js/dgrid": "^3.0.0", + "@hpcc-js/form": "^3.0.0", + "@hpcc-js/html": "^3.0.0", + "@hpcc-js/util": "^3.1.0", + "@hpcc-js/other": "^3.0.0", + "@hpcc-js/phosphor": "^3.0.0" }, "devDependencies": { - "@hpcc-js/bundle": "^2.12.0", - "@types/d3-transition": "1.3.5", + "@hpcc-js/esbuild-plugins": "^1.2.0", + "@types/d3-transition": "1.3.6", "d3-collection": "^1", "d3-selection": "^1", - "d3-transition": "^1", - "tslib": "2.7.0" + "d3-transition": "^1" }, "repository": { "type": "git", @@ -67,4 +65,4 @@ "url": "https://github.com/hpcc-systems/Visualization/issues" }, "homepage": "https://github.com/hpcc-systems/Visualization" -} +} \ No newline at end of file diff --git a/packages/composite/rollup.config.mjs b/packages/composite/rollup.config.mjs deleted file mode 100644 index 3e0b2b9d2a..0000000000 --- a/packages/composite/rollup.config.mjs +++ /dev/null @@ -1,56 +0,0 @@ -import { external, globals } from "@hpcc-js/bundle"; -import alias from '@rollup/plugin-alias'; -import commonjs from '@rollup/plugin-commonjs'; -import sourcemaps from 'rollup-plugin-sourcemaps'; -import nodeResolve from '@rollup/plugin-node-resolve'; -import postcss from "rollup-plugin-postcss"; - -import pkg from "./package.json" with { type: "json" }; - -export default { - input: "lib-es6/index", - external: external, - output: [{ - file: pkg.main, - format: "umd", - sourcemap: true, - globals: globals, - name: pkg.name - }, { - file: pkg.module + ".js", - format: "es", - sourcemap: true, - globals: globals, - name: pkg.name - }], - plugins: [ - alias({ - entries: [ - { find: "d3-array", replacement: "@hpcc-js/common" }, - { find: "d3-brush", replacement: "@hpcc-js/common" }, - { find: "d3-collection", replacement: "@hpcc-js/common" }, - { find: "d3-color", replacement: "@hpcc-js/common" }, - { find: "d3-dispatch", replacement: "@hpcc-js/common" }, - { find: "d3-drag", replacement: "@hpcc-js/common" }, - { find: "d3-dsv", replacement: "@hpcc-js/common" }, - { find: "d3-ease", replacement: "@hpcc-js/common" }, - { find: "d3-format", replacement: "@hpcc-js/common" }, - { find: "d3-interpolate", replacement: "@hpcc-js/common" }, - { find: "d3-scale", replacement: "@hpcc-js/common" }, - { find: "d3-selection", replacement: "@hpcc-js/common" }, - { find: "d3-time-format", replacement: "@hpcc-js/common" }, - { find: "d3-transition", replacement: "@hpcc-js/common" }, - { find: "d3-zoom", replacement: "@hpcc-js/common" } - ] - }), - nodeResolve({ - preferBuiltins: true - }), - commonjs({}), - sourcemaps(), - postcss({ - extensions: [".css"], - minimize: true - }) - ] -}; \ No newline at end of file diff --git a/packages/composite/src/ChartPanel.ts b/packages/composite/src/ChartPanel.ts index 75b041f340..6cfbbed4d2 100644 --- a/packages/composite/src/ChartPanel.ts +++ b/packages/composite/src/ChartPanel.ts @@ -1,6 +1,6 @@ import { HTMLWidget, Widget } from "@hpcc-js/common"; import { ChartPanel } from "@hpcc-js/layout"; -import { MultiChart } from "./MultiChart"; +import { MultiChart } from "./MultiChart.ts"; import "../src/ChartPanel.css"; @@ -26,9 +26,7 @@ interface Summary { } Summary.prototype.publish("text", "", "string"); -export class MultiChartPanel extends ChartPanel { - - _widget: MultiChart; +export class MultiChartPanel extends ChartPanel { constructor() { super(); diff --git a/packages/composite/src/MegaChart.ts b/packages/composite/src/MegaChart.ts index db646aa074..a76e48732f 100644 --- a/packages/composite/src/MegaChart.ts +++ b/packages/composite/src/MegaChart.ts @@ -4,7 +4,7 @@ import { Border, Grid, Toolbar } from "@hpcc-js/layout"; import { Html, Legend } from "@hpcc-js/other"; import { select as d3Select } from "d3-selection"; import "d3-transition"; -import { MultiChart } from "./MultiChart"; +import { MultiChart } from "./MultiChart.ts"; import "../src/MegaChart.css"; diff --git a/packages/composite/src/MultiChart.ts b/packages/composite/src/MultiChart.ts index 98aa5b4640..fc0e254d17 100644 --- a/packages/composite/src/MultiChart.ts +++ b/packages/composite/src/MultiChart.ts @@ -1,7 +1,7 @@ import { IGraph, INDChart } from "@hpcc-js/api"; import { Database, HTMLWidget, Utility, Widget } from "@hpcc-js/common"; import { map as d3Map } from "d3-collection"; -import { requireWidget } from "./Utility"; +import { requireWidget } from "./Utility.ts"; declare const require: any; export class MultiChart extends HTMLWidget { @@ -99,12 +99,12 @@ export class MultiChart extends HTMLWidget { const classInfo = Utility.parseClassID(this._allCharts[chartType].widgetClass); switch (classInfo.package) { case "@hpcc-js/chart": - require(["@hpcc-js/chart"], mod => { + import("@hpcc-js/chart").then(mod => { callback(new mod[classInfo.widgetID]()); }); break; case "@hpcc-js/dgrid": - require(["@hpcc-js/dgrid"], mod => { + import("@hpcc-js/dgrid").then(mod => { callback(new mod[classInfo.widgetID]()); }); break; diff --git a/packages/composite/src/MultiChartSurface.ts b/packages/composite/src/MultiChartSurface.ts index 2a18ae8e4f..9413ea1be6 100644 --- a/packages/composite/src/MultiChartSurface.ts +++ b/packages/composite/src/MultiChartSurface.ts @@ -1,6 +1,6 @@ import { INDChart } from "@hpcc-js/api"; import { ResizeSurface } from "@hpcc-js/common"; -import { MultiChart } from "./MultiChart"; +import { MultiChart } from "./MultiChart.ts"; export function MultiChartSurface() { ResizeSurface.call(this); diff --git a/packages/composite/src/Persist.ts b/packages/composite/src/Persist.ts index d6c173cf00..15594d3891 100644 --- a/packages/composite/src/Persist.ts +++ b/packages/composite/src/Persist.ts @@ -1,6 +1,6 @@ import { Platform, Utility, Widget } from "@hpcc-js/common"; import { Persist } from "@hpcc-js/other"; -import { requireWidget } from "./Utility"; +import { requireWidget } from "./Utility.ts"; export function retrofit_114_serialization(state, replacement_version) { replacement_version = !replacement_version || replacement_version === "1.14.2-dev" ? "1.18.0" : replacement_version; diff --git a/packages/composite/src/index.ts b/packages/composite/src/index.ts index db403739c0..32d4a7afba 100644 --- a/packages/composite/src/index.ts +++ b/packages/composite/src/index.ts @@ -1,9 +1,9 @@ -export * from "./__package__"; -export * from "./ChartPanel"; -export * from "./Dermatology"; -export * from "./MegaChart"; -export * from "./MultiChart"; -import * as Persist from "./Persist"; +export * from "./__package__.ts"; +export * from "./ChartPanel.ts"; +export * from "./Dermatology.ts"; +export * from "./MegaChart.ts"; +export * from "./MultiChart.ts"; +import * as Persist from "./Persist.ts"; export { Persist }; -import * as Utility from "./Utility"; +import * as Utility from "./Utility.ts"; export { Utility }; diff --git a/packages/composite/tests/composite.browser.spec.ts b/packages/composite/tests/composite.browser.spec.ts new file mode 100644 index 0000000000..febec5a308 --- /dev/null +++ b/packages/composite/tests/composite.browser.spec.ts @@ -0,0 +1,66 @@ +import * as composite from "@hpcc-js/composite"; +import { MultiChart, Dermatology, MegaChart, MultiChartPanel } from "@hpcc-js/composite"; +import { Class, HTMLWidget, SVGWidget } from "@hpcc-js/common"; +import { describe, it, expect } from "vitest"; +import { classDef, data, render } from "../../common/tests/index.ts"; + +const urlSearch: string = window.location.href.split("?")[1]; +const simple = { + ND: { + columns: ["Subject", "Year 1", "Year 2", "Year 3", "Year 4"], + data: [ + ["English", 5, 43, 41, 92], + ["English II", 17, 43, 83, 93], + ["English III", 6, 43, 64, 93], + ["Geography", 7, 45, 52, 83], + ["Geography II", 16, 73, 52, 83], + ["Geography III", 26, 83, 11, 72], + ["Science", 66, 60, 85, 6], + ["Science II", 46, 20, 53, 7], + ["Science III", 46, 20, 38, 7], + ["Math", 98, 30, 23, 13], + ["Math II", 76, 30, 34, 6], + ["Math III", 80, 30, 27, 8] + ] + }, + WordCloud: { + columns: ["Word", "Weight"], + words: ["Myriel", "Napoleon", "Mlle.Baptistine", "Mme.Magloire", "CountessdeLo", "Geborand", "Champtercier", "Cravatte", "Count", "OldMan", "Labarre", "Valjean", "Marguerite", "Mme.deR", "Isabeau", "Gervais", "Tholomyes", "Listolier", "Fameuil", "Blacheville", "Favourite", "Dahlia", "Zephine", "Fantine", "Mme.Thenardier", "Thenardier", "Cosette", "Javert", "Fauchelevent", "Bamatabois", "Perpetue", "Simplice", "Scaufflaire", "Woman1", "Judge", "Champmathieu", "Brevet", "Chenildieu", "Cochepaille", "Pontmercy", "Boulatruelle", "Eponine", "Anzelma", "Woman2", "MotherInnocent", "Gribier", "Jondrette", "Mme.Burgon", "Gavroche", "Gillenormand", "Magnon", "Mlle.Gillenormand", "Mme.Pontmercy", "Mlle.Vaubois", "Lt.Gillenormand", "Marius", "BaronessT", "Mabeuf", "Enjolras", "Combeferre", "Prouvaire", "Feuilly", "Courfeyrac", "Bahorel", "Bossuet", "Joly", "Grantaire", "MotherPlutarch", "Gueulemer", "Babet", "Claquesous", "Montparnasse", "Toussaint", "Child1", "Child2", "Brujon", "Mme.Hucheloup"] + } +}; +describe("@hpcc-js/composite", () => { + for (const key in composite) { + const item = (composite as any)[key]; + if (item) { + if (!urlSearch || urlSearch === item.prototype.constructor.name) { + describe(`${item.prototype?.constructor?.name}`, () => { + it("Simple", () => { + expect(true).to.be.true; + }); + if (item.prototype instanceof Class) { + classDef("composite", item); + } + if (item.prototype instanceof HTMLWidget || item.prototype instanceof SVGWidget) { + switch (item.prototype.constructor) { + case MultiChart: + render(new MultiChart() + .columns(data.Pivot.subjects.columns) + .data(data.Pivot.subjects.data) + .chartType("COLUMN") + ); + case Dermatology: + case MegaChart: + case MultiChartPanel: + break; + + default: + it("Has render test", () => { + expect(false).to.be.true; + }); + } + } + }); + } + } + } +}); diff --git a/packages/composite/tsconfig.json b/packages/composite/tsconfig.json index 3ef07b71ac..3cd3be3a69 100644 --- a/packages/composite/tsconfig.json +++ b/packages/composite/tsconfig.json @@ -1,40 +1,25 @@ { - "extends": "../tsconfig.settings.json", "compilerOptions": { - "rootDir": "./src", - "outDir": "./lib-umd", - "declarationDir": "./types", + "rootDir": "src", + "module": "NodeNext", + "target": "ESNext", + "resolveJsonModule": true, + "emitDeclarationOnly": true, + "declaration": true, + "declarationDir": "types", + "strict": false, + "noImplicitAny": false, + "noImplicitThis": false, + "strictNullChecks": false, + "skipLibCheck": true, + "allowImportingTsExtensions": true, + "lib": [ + "DOM", + "ESNext", + "ES2020" + ] }, "include": [ - "./src/**/*" - ], - "references": [ - { - "path": "../api" - }, - { - "path": "../chart" - }, - { - "path": "../common" - }, - { - "path": "../dgrid" - }, - { - "path": "../form" - }, - { - "path": "../html" - }, - { - "path": "../layout" - }, - { - "path": "../other" - }, - { - "path": "../phosphor" - } + "./src/index.ts" ] } \ No newline at end of file diff --git a/packages/composite/vitest.workspace.ts b/packages/composite/vitest.workspace.ts new file mode 100644 index 0000000000..fa7bb0720b --- /dev/null +++ b/packages/composite/vitest.workspace.ts @@ -0,0 +1,6 @@ +import { defineWorkspace } from 'vitest/config'; +import baseWorkspace from '../../vitest.workspace.ts'; + +export default defineWorkspace([ + ...baseWorkspace +]) \ No newline at end of file diff --git a/packages/dataflow/CHANGELOG.md b/packages/dataflow/CHANGELOG.md index 5b26577cca..93c5a9e92a 100644 --- a/packages/dataflow/CHANGELOG.md +++ b/packages/dataflow/CHANGELOG.md @@ -39,6 +39,15 @@ Signed-off-by: Gordon Smith +## [9.1.0](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.0.0...dataflow-v9.1.0) (2024-10-24) + + +### Features + +* Add maxWeight to Heat chart ([59ee802](https://github.com/hpcc-systems/Visualization/commit/59ee80246e45fa5464f6fed4ed7f488ee3fca0cb)) +* Switch to esbuild and ESM first packaging ([b752510](https://github.com/hpcc-systems/Visualization/commit/b752510b5074fbc9a606e4d189412798c241f414)) +* Switch to esbuild and ESM first packaging (comms) ([3bc7e54](https://github.com/hpcc-systems/Visualization/commit/3bc7e54da7a70d5bfc57ea4b1a87fb02913cbf40)) + ## [9.1.0](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.0.0...dataflow-v9.1.0) (2024-10-23) diff --git a/packages/dataflow/package.json b/packages/dataflow/package.json index cbb389f1bd..85b4468084 100644 --- a/packages/dataflow/package.json +++ b/packages/dataflow/package.json @@ -7,7 +7,8 @@ ".": { "types": "./types/index.d.ts", "default": "./dist/index.js" - } + }, + "./dist/*": "./dist/*" }, "main": "./dist/index.js", "types": "./types/index.d.ts", @@ -35,7 +36,7 @@ }, "dependencies": {}, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", + "@hpcc-js/esbuild-plugins": "^1.2.0", "@types/faker": "4.1.12", "@types/jasmine": "5.1.4", "faker": "4.1.0" diff --git a/packages/ddl-shim/.vscode/launch.json b/packages/ddl-shim/.vscode/launch.json new file mode 100644 index 0000000000..7c2436335f --- /dev/null +++ b/packages/ddl-shim/.vscode/launch.json @@ -0,0 +1,47 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "test-browser", + "type": "msedge", + "request": "launch", + "url": "http://localhost:8888", + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, + { + "name": "test-node", + "type": "node", + "request": "launch", + "runtimeArgs": [ + "run-script", + "test-node" + ], + "runtimeExecutable": "npm", + "skipFiles": [ + "/**" + ], + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, + { + "name": "index.html", + "request": "launch", + "type": "msedge", + "url": "file:///${workspaceFolder}/index.html", + "runtimeArgs": [ + "--disable-web-security" + ], + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ] + } + ] +} \ No newline at end of file diff --git a/packages/ddl-shim/.vscode/tasks.json b/packages/ddl-shim/.vscode/tasks.json new file mode 100644 index 0000000000..120545d06c --- /dev/null +++ b/packages/ddl-shim/.vscode/tasks.json @@ -0,0 +1,36 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "gen-types-watch", + "type": "npm", + "script": "gen-types-watch", + "problemMatcher": [ + "$tsc-watch" + ], + "presentation": { + "group": "group-build" + } + }, + { + "label": "bundle-watch", + "type": "npm", + "script": "bundle-watch", + "problemMatcher": [], + "presentation": { + "group": "group-build" + } + }, + { + "label": "build", + "dependsOn": [ + "gen-types-watch", + "bundle-watch", + ], + "group": { + "kind": "build", + "isDefault": true + } + } + ] +} \ No newline at end of file diff --git a/packages/ddl-shim/esbuild.js b/packages/ddl-shim/esbuild.js new file mode 100644 index 0000000000..208b13ddf4 --- /dev/null +++ b/packages/ddl-shim/esbuild.js @@ -0,0 +1,12 @@ +import { neutralTpl } from "@hpcc-js/esbuild-plugins"; +import pkg from "./package.json" with { type: "json" }; + +// config --- +await Promise.all([ + neutralTpl("src/index.ts", "dist/index", { + keepNames: true, + external: [ + ...Object.keys(pkg.dependencies), + ] + }) +]); diff --git a/packages/ddl-shim/package.json b/packages/ddl-shim/package.json index 60cde0e226..27d7307d9c 100644 --- a/packages/ddl-shim/package.json +++ b/packages/ddl-shim/package.json @@ -1,54 +1,50 @@ { "name": "@hpcc-js/ddl-shim", - "version": "2.22.0", + "version": "3.0.0", "description": "hpcc-js DDL parser", - "main": "dist/index.js", - "module": "dist/index.es6", - "unpkg": "dist/index.min.js", - "jsdelivr": "dist/index.min.js", - "bin": "dist/cli.js", - "types": "types/index.d.ts", - "typesVersions": { - "<3.8": { - "*": [ - "types-3.4/index.d.ts" - ] - } + "type": "module", + "exports": { + ".": { + "types": "./types/index.d.ts", + "default": "./dist/index.js" + }, + "./dist/*": "./dist/*" }, + "module": "./dist/index.js", + "browser": "./dist/index.js", + "types": "./types/index.d.ts", "files": [ "dist/*", "src/*", - "schema/*.json", "types/*" ], "scripts": { "preinstall": "echo \"\" > cli.js", - "clean": "rimraf --glob bin lib* types dist ./src/ddl*Schema*.ts ./schema/*.json *.tsbuildinfo", - "compile-es6": "tsc --module es6 --outDir ./lib-es6", - "compile-es6-watch": "npm run compile-es6 -- -w", + "clean": "rimraf --glob bin lib* types dist ./src/ddl*Schema*.ts ./schema/*.json *.tsbuildinfo .turbo", "generate-v1": "ts-json-schema-generator --tsconfig tsconfig-schema.json --type DDLSchema > ./schema/v1.json", "generate-v2": "ts-json-schema-generator --tsconfig tsconfig-schema.json --type Schema > ./schema/v2.json", "generate": "run-p generate-v1 generate-v2", - "bundle": "rollup -c", - "bundle-watch": "npm run bundle -- --watch", - "minimize": "terser dist/index.js -c -m --source-map -o dist/index.min.js", - "gen-legacy-types": "downlevel-dts ./types ./types-3.4", - "build": "run-s generate compile-es6 bundle", - "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch", + "bundle": "node esbuild.js", + "bundle-watch": "npm run bundle -- --development --watch", + "gen-types": "tsc --project tsconfig.json", + "gen-types-watch": "npm run gen-types -- --watch", + "build": "npm-run-all --serial generate --parallel gen-types bundle", "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js", "lint": "eslint ./src", + "lint-fix": "eslint --fix src/**/*.ts", "docs": "typedoc --options tdoptions.json .", - "update": "npx --yes npm-check-updates -u -t minor" + "coverage": "vitest run --coverage", + "update": "npx --yes npm-check-updates -u -t minor", + "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { "ajv": "6.12.6" }, "devDependencies": { - "@hpcc-js/bundle": "^2.12.0", + "@hpcc-js/esbuild-plugins": "^1.2.0", "@rodrigoff/ajv-cli": "5.2.0", "@types/node": "^18", - "ts-json-schema-generator": "0.98.0", - "tslib": "2.7.0" + "ts-json-schema-generator": "0.98.0" }, "repository": { "type": "git", @@ -61,4 +57,4 @@ "url": "https://github.com/hpcc-systems/Visualization/issues" }, "homepage": "https://github.com/hpcc-systems/Visualization" -} +} \ No newline at end of file diff --git a/packages/ddl-shim/rollup.config.mjs b/packages/ddl-shim/rollup.config.mjs deleted file mode 100644 index c6d1d45573..0000000000 --- a/packages/ddl-shim/rollup.config.mjs +++ /dev/null @@ -1,58 +0,0 @@ -import { external, globals } from "@hpcc-js/bundle"; -import alias from "@rollup/plugin-alias"; -import commonjs from "@rollup/plugin-commonjs"; -import json from "@rollup/plugin-json"; -import nodeResolve from "@rollup/plugin-node-resolve"; -import postcss from "rollup-plugin-postcss"; -import shebang from "rollup-plugin-add-shebang"; -import sourcemaps from "rollup-plugin-sourcemaps"; - -// eslint-disable-next-line @typescript-eslint/no-var-requires -import pkg from "./package.json" with { type: "json" }; - -export default [{ - input: "lib-es6/cli", - external: ["fs"], - output: [{ - file: pkg.bin, - format: "cjs", - sourcemap: true - }], - plugins: [ - shebang({ - include: "dist/cli.js" - }), - nodeResolve(), - json(), - sourcemaps() - ] -}, { - input: "lib-es6/index", - external: external, - output: [{ - file: pkg.main, - format: "umd", - sourcemap: true, - globals: globals, - name: pkg.name - }, { - file: pkg.module + ".js", - format: "es", - sourcemap: true, - globals: globals, - name: pkg.name - }], - plugins: [ - alias({}), - nodeResolve({ - preferBuiltins: true - }), - commonjs({}), - json(), - sourcemaps(), - postcss({ - extensions: [".css"], - minimize: true - }) - ] -}]; \ No newline at end of file diff --git a/packages/ddl-shim/src/cli.ts b/packages/ddl-shim/src/cli.ts index 29373d6bad..2290c9481a 100644 --- a/packages/ddl-shim/src/cli.ts +++ b/packages/ddl-shim/src/cli.ts @@ -2,7 +2,7 @@ import * as fs from "fs"; // @ts-ignore import * as ddl2Schema from "../schema/v2.json"; -import { upgrade } from "./upgrade"; +import { upgrade } from "./upgrade.ts"; const args = process.argv.slice(2); diff --git a/packages/ddl-shim/src/dermatology.ts b/packages/ddl-shim/src/dermatology.ts index 1ed6fad089..de47a42abc 100644 --- a/packages/ddl-shim/src/dermatology.ts +++ b/packages/ddl-shim/src/dermatology.ts @@ -1,4 +1,4 @@ -import * as DDL2 from "./ddl/v2"; +import * as DDL2 from "./ddl/v2.ts"; const classMappings: any = { c3chart_Bar: "chart_Bar", diff --git a/packages/ddl-shim/src/index.ts b/packages/ddl-shim/src/index.ts index 23cd20fc6b..4c6271b4a4 100644 --- a/packages/ddl-shim/src/index.ts +++ b/packages/ddl-shim/src/index.ts @@ -1,8 +1,8 @@ -export * from "./__package__"; -import * as DDL1 from "./ddl/v1"; -import * as DDL2 from "./ddl/v2"; -export * from "./upgrade"; -export * from "./validate"; +export * from "./__package__.ts"; +import * as DDL1 from "./ddl/v1.ts"; +import * as DDL2 from "./ddl/v2.ts"; +export * from "./upgrade.ts"; +export * from "./validate.ts"; export { DDL1, DDL2 }; diff --git a/packages/ddl-shim/src/upgrade.ts b/packages/ddl-shim/src/upgrade.ts index 5c07106ba6..ba0a2523ab 100644 --- a/packages/ddl-shim/src/upgrade.ts +++ b/packages/ddl-shim/src/upgrade.ts @@ -1,7 +1,7 @@ -import { PKG_NAME, PKG_VERSION } from "./__package__"; -import * as DDL1 from "./ddl/v1"; -import * as DDL2 from "./ddl/v2"; -import { upgrade as dermatologyUpgrade } from "./dermatology"; +import { PKG_NAME, PKG_VERSION } from "./__package__.ts"; +import * as DDL1 from "./ddl/v1.ts"; +import * as DDL2 from "./ddl/v2.ts"; +import { upgrade as dermatologyUpgrade } from "./dermatology.ts"; interface IDatasourceOutput { datasource: DDL1.IAnyDatasource; diff --git a/packages/ddl-shim/src/validate.ts b/packages/ddl-shim/src/validate.ts index 7c3431b31d..63f364363a 100644 --- a/packages/ddl-shim/src/validate.ts +++ b/packages/ddl-shim/src/validate.ts @@ -1,6 +1,6 @@ import * as _Ajv from "ajv"; -import * as DDL from "./ddl/v1"; -import * as DDL2 from "./ddl/v2"; +import * as DDL from "./ddl/v1.ts"; +import * as DDL2 from "./ddl/v2.ts"; const Ajv = (_Ajv as any).default || _Ajv; @@ -31,9 +31,8 @@ export function validate(ddl: DDL.DDLSchema) { } */ -// @ts-ignore -import * as _ddl2Schema from "../schema/v2.json"; +import _ddl2Schema from "../schema/v2.json" with { type: "json" }; export function validate2(ddl: DDL2.Schema) { - return doValidate(ddl, _ddl2Schema); + return doValidate(ddl, _ddl2Schema as any); } diff --git a/packages/ddl-shim/tsconfig.json b/packages/ddl-shim/tsconfig.json index 7e19ec1c9a..3cd3be3a69 100644 --- a/packages/ddl-shim/tsconfig.json +++ b/packages/ddl-shim/tsconfig.json @@ -1,14 +1,25 @@ { - "extends": "../tsconfig.settings.json", "compilerOptions": { - "rootDir": "./src", - "outDir": "./lib-umd", - "declarationDir": "./types", - "types": [ - "node" + "rootDir": "src", + "module": "NodeNext", + "target": "ESNext", + "resolveJsonModule": true, + "emitDeclarationOnly": true, + "declaration": true, + "declarationDir": "types", + "strict": false, + "noImplicitAny": false, + "noImplicitThis": false, + "strictNullChecks": false, + "skipLibCheck": true, + "allowImportingTsExtensions": true, + "lib": [ + "DOM", + "ESNext", + "ES2020" ] }, "include": [ - "./src/**/*" + "./src/index.ts" ] } \ No newline at end of file diff --git a/packages/ddl-shim/vitest.workspace.ts b/packages/ddl-shim/vitest.workspace.ts new file mode 100644 index 0000000000..fa7bb0720b --- /dev/null +++ b/packages/ddl-shim/vitest.workspace.ts @@ -0,0 +1,6 @@ +import { defineWorkspace } from 'vitest/config'; +import baseWorkspace from '../../vitest.workspace.ts'; + +export default defineWorkspace([ + ...baseWorkspace +]) \ No newline at end of file diff --git a/packages/deck-shim/package.json b/packages/deck-shim/package.json index cec2b3f51e..df7fb43506 100644 --- a/packages/deck-shim/package.json +++ b/packages/deck-shim/package.json @@ -40,6 +40,8 @@ }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", + "css-loader": "7.1.2", + "style-loader": "4.0.0", "tslib": "2.7.0" }, "repository": { @@ -53,4 +55,4 @@ "url": "https://github.com/hpcc-systems/Visualization/issues" }, "homepage": "https://github.com/hpcc-systems/Visualization" -} +} \ No newline at end of file diff --git a/packages/dgrid-shim/package.json b/packages/dgrid-shim/package.json index fc16f69645..9f74154534 100644 --- a/packages/dgrid-shim/package.json +++ b/packages/dgrid-shim/package.json @@ -43,7 +43,12 @@ "dojo": "1.17.3", "dojo-dstore": "1.2.1", "dojo-util": "1.17.3", - "dojox": "1.17.3" + "dojox": "1.17.3", + "webpack": "5.95.0", + "webpack-cli": "5.1.4", + "webpack-hasjs-plugin": "1.0.4", + "dojo-webpack-plugin": "3.0.6", + "terser-webpack-plugin": "5.3.10" }, "repository": { "type": "git", @@ -61,4 +66,4 @@ "url": "https://github.com/hpcc-systems/Visualization/issues" }, "homepage": "https://github.com/hpcc-systems/Visualization#readme" -} +} \ No newline at end of file diff --git a/packages/dgrid-shim/webpack.config.js b/packages/dgrid-shim/webpack.config.js index 16edcb03b9..a1f4b59ae3 100644 --- a/packages/dgrid-shim/webpack.config.js +++ b/packages/dgrid-shim/webpack.config.js @@ -100,6 +100,6 @@ module.exports = function (env) { }) ] }, - devtool: false + devtool: "source-map" }; }; diff --git a/packages/dgrid/.vscode/launch.json b/packages/dgrid/.vscode/launch.json index 760a72e834..7c2436335f 100644 --- a/packages/dgrid/.vscode/launch.json +++ b/packages/dgrid/.vscode/launch.json @@ -1,52 +1,47 @@ { - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { - "name": "Dev", + "name": "test-browser", "type": "msedge", "request": "launch", - "url": "file:///${workspaceRoot}/index.html", - "runtimeArgs": [ - "--allow-file-access-from-files", - "--disable-web-security" + "url": "http://localhost:8888", + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" ], - "webRoot": "${workspaceRoot}" }, { - "name": "lws", - "type": "msedge", + "name": "test-node", + "type": "node", "request": "launch", - "url": "http://localhost:8080/../packages/dgrid/index.html", "runtimeArgs": [ - "--allow-file-access-from-files", - "--disable-web-security" + "run-script", + "test-node" ], - "webRoot": "${workspaceRoot}" - }, - { - "type": "msedge", - "request": "launch", - "name": "index.md", - "url": "${workspaceFolder}/../../website/index.html?debug=1#packages/graph/docs/index.md", - "runtimeArgs": [ - "--allow-file-access-from-files", - "--disable-web-security" + "runtimeExecutable": "npm", + "skipFiles": [ + "/**" + ], + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" ], - "webRoot": "${workspaceFolder}/../../website" }, { - "type": "msedge", + "name": "index.html", "request": "launch", - "name": "http index.md", - "url": "http://localhost:8080/${workspaceFolder}/../../website/index.html?debug=1#packages/graph/docs/index.md", + "type": "msedge", + "url": "file:///${workspaceFolder}/index.html", "runtimeArgs": [ - "--allow-file-access-from-files", "--disable-web-security" ], - "webRoot": "${workspaceFolder}/../../website" + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ] } ] } \ No newline at end of file diff --git a/packages/dgrid/.vscode/tasks.json b/packages/dgrid/.vscode/tasks.json index 89aac7c9d8..120545d06c 100644 --- a/packages/dgrid/.vscode/tasks.json +++ b/packages/dgrid/.vscode/tasks.json @@ -1,29 +1,20 @@ { - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { + "label": "gen-types-watch", "type": "npm", - "label": "compile umd watch", - "script": "compile-umd-watch", - "problemMatcher": [], - "presentation": { - "group": "group-build" - } - }, - { - "type": "npm", - "label": "compile es6 watch", - "script": "compile-es6-watch", - "problemMatcher": [], + "script": "gen-types-watch", + "problemMatcher": [ + "$tsc-watch" + ], "presentation": { "group": "group-build" } }, { + "label": "bundle-watch", "type": "npm", - "label": "bundle watch", "script": "bundle-watch", "problemMatcher": [], "presentation": { @@ -31,17 +22,15 @@ } }, { - "label": "build-local-dev-server", + "label": "build", "dependsOn": [ - "compile umd watch", - "compile es6 watch", - "bundle watch", + "gen-types-watch", + "bundle-watch", ], "group": { "kind": "build", "isDefault": true - }, - "problemMatcher": [] + } } ] } \ No newline at end of file diff --git a/packages/dgrid/esbuild.js b/packages/dgrid/esbuild.js new file mode 100644 index 0000000000..67b91a9988 --- /dev/null +++ b/packages/dgrid/esbuild.js @@ -0,0 +1,29 @@ +import { browserTpl } from "@hpcc-js/esbuild-plugins"; +import pkg from "./package.json" with { type: "json" }; + +// config --- +await Promise.all([ + browserTpl("src/index.ts", "dist/index", { + keepNames: true, + alias: { + "d3-array": "@hpcc-js/common", + "d3-brush": "@hpcc-js/common", + "d3-collection": "@hpcc-js/common", + "d3-color": "@hpcc-js/common", + "d3-dispatch": "@hpcc-js/common", + "d3-drag": "@hpcc-js/common", + "d3-dsv": "@hpcc-js/common", + "d3-ease": "@hpcc-js/common", + "d3-format": "@hpcc-js/common", + "d3-interpolate": "@hpcc-js/common", + "d3-scale": "@hpcc-js/common", + "d3-selection": "@hpcc-js/common", + "d3-time-format": "@hpcc-js/common", + "d3-transition": "@hpcc-js/common", + "d3-zoom": "@hpcc-js/common" + }, + external: [ + ...Object.keys(pkg.dependencies), + ] + }) +]); diff --git a/packages/dgrid/index.html b/packages/dgrid/index.html index 9b14493a58..1807e680fd 100644 --- a/packages/dgrid/index.html +++ b/packages/dgrid/index.html @@ -2,61 +2,82 @@ - - @hpcc-js/dgrid - - - + h1 { + text-align: center; + margin-top: 50px; + } - + + + + + -
-
- + diff --git a/packages/dgrid/package.json b/packages/dgrid/package.json index 26f46f75c3..5fc65bec4e 100644 --- a/packages/dgrid/package.json +++ b/packages/dgrid/package.json @@ -1,54 +1,51 @@ { "name": "@hpcc-js/dgrid", - "version": "2.34.0", + "version": "3.0.0", "description": "hpcc-js - Viz DGrid", - "main": "dist/index.js", - "module": "dist/index.es6", - "browser": "dist/index.js", - "unpkg": "dist/index.min.js", - "jsdelivr": "dist/index.min.js", - "types": "types/index.d.ts", - "typesVersions": { - "<3.8": { - "*": [ - "types-3.4/index.d.ts" - ] - } + "type": "module", + "exports": { + ".": { + "types": "./types/index.d.ts", + "default": "./dist/index.js" + }, + "./dist/*": "./dist/*" }, + "module": "./dist/index.js", + "browser": "./dist/index.js", + "types": "./types/index.d.ts", "files": [ "dist/*", - "types/*", - "types-3.4/*", - "src/*" + "src/*", + "types/*" ], "scripts": { - "clean": "rimraf --glob lib* types dist *.tsbuildinfo", - "compile-es6": "tsc --module es6 --outDir ./lib-es6", - "compile-es6-watch": "npm run compile-es6 -- -w", - "compile-umd": "tsc --module umd --outDir ./lib-umd", - "compile-umd-watch": "npm run compile-umd -- -w", - "bundle": "rollup -c", - "bundle-watch": "npm run bundle -- -w", - "minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js", - "gen-legacy-types": "downlevel-dts ./types ./types-3.4", - "build": "npm run compile-es6 && npm run bundle", - "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch", + "clean": "rimraf --glob lib* types dist *.tsbuildinfo .turbo", + "bundle": "node esbuild.js", + "bundle-watch": "npm run bundle -- --development --watch", + "gen-types": "tsc --project tsconfig.json", + "gen-types-watch": "npm run gen-types -- --watch", + "build": "run-p gen-types bundle", "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js", "lint": "eslint ./src", + "lint-fix": "eslint --fix src/**/*.ts", "docs": "typedoc --options tdoptions.json .", - "update": "npx --yes npm-check-updates -u -t minor" + "test-browser": "vitest run --project browser", + "test": "vitest run", + "coverage": "vitest run --coverage", + "update": "npx --yes npm-check-updates -u -t minor", + "update-major": "npx -yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^2.73.0", - "@hpcc-js/ddl-shim": "^2.22.0", + "@hpcc-js/common": "^3.1.0", "@hpcc-js/dgrid-shim": "^2.26.0", - "@hpcc-js/util": "^2.53.0" + "@hpcc-js/util": "^3.1.0" }, "devDependencies": { - "@hpcc-js/bundle": "^2.12.0", + "@hpcc-js/esbuild-plugins": "^1.2.0", + "@hpcc-js/ddl-shim": "^3.0.0", + "@testing-library/dom": "10.4.0", "d3-format": "^1", - "d3-selection": "^1", - "tslib": "2.7.0" + "d3-selection": "^1" }, "repository": { "type": "git", @@ -61,4 +58,4 @@ "url": "https://github.com/hpcc-systems/Visualization/issues" }, "homepage": "https://github.com/hpcc-systems/Visualization" -} +} \ No newline at end of file diff --git a/packages/dgrid/rollup.config.mjs b/packages/dgrid/rollup.config.mjs deleted file mode 100644 index d437a5d847..0000000000 --- a/packages/dgrid/rollup.config.mjs +++ /dev/null @@ -1,59 +0,0 @@ -import { external, globals } from "@hpcc-js/bundle"; -import alias from '@rollup/plugin-alias'; -import commonjs from '@rollup/plugin-commonjs'; -import sourcemaps from 'rollup-plugin-sourcemaps'; -import nodeResolve from '@rollup/plugin-node-resolve'; -import postcss from "rollup-plugin-postcss"; - -import pkg from "./package.json" with { type: "json" }; - -export default { - input: "lib-es6/index", - external: external, - output: [{ - file: pkg.main, - format: "umd", - sourcemap: true, - globals: globals, - name: pkg.name, - strict: false - }, { - file: pkg.module + ".js", - format: "es", - sourcemap: true, - globals: globals, - name: pkg.name, - strict: false - }], - plugins: [ - alias({ - entries: [ - { find: "d3-array", replacement: "@hpcc-js/common" }, - { find: "d3-brush", replacement: "@hpcc-js/common" }, - { find: "d3-collection", replacement: "@hpcc-js/common" }, - { find: "d3-color", replacement: "@hpcc-js/common" }, - { find: "d3-dispatch", replacement: "@hpcc-js/common" }, - { find: "d3-drag", replacement: "@hpcc-js/common" }, - { find: "d3-dsv", replacement: "@hpcc-js/common" }, - { find: "d3-ease", replacement: "@hpcc-js/common" }, - { find: "d3-format", replacement: "@hpcc-js/common" }, - { find: "d3-interpolate", replacement: "@hpcc-js/common" }, - { find: "d3-scale", replacement: "@hpcc-js/common" }, - { find: "d3-selection", replacement: "@hpcc-js/common" }, - { find: "d3-time-format", replacement: "@hpcc-js/common" }, - { find: "d3-transition", replacement: "@hpcc-js/common" }, - { find: "d3-zoom", replacement: "@hpcc-js/common" } - ] - }), - nodeResolve({ - preferBuiltins: true - }), - commonjs({ - }), - sourcemaps(), - postcss({ - extensions: [".css"], - minimize: true - }) - ] -}; \ No newline at end of file diff --git a/packages/dgrid/src/Common.ts b/packages/dgrid/src/Common.ts index fd9dc09814..91abcc2e7b 100644 --- a/packages/dgrid/src/Common.ts +++ b/packages/dgrid/src/Common.ts @@ -1,6 +1,6 @@ -import { HTMLWidget, publish } from "@hpcc-js/common"; -import { Grid, PagingGrid } from "@hpcc-js/dgrid-shim"; -import { DBStore } from "./DBStore"; +import { HTMLWidget } from "@hpcc-js/common"; +import { Grid, PagingGrid } from "./dgrid-shim.ts"; +import { DBStore } from "./DBStore.ts"; import "../src/Common.css"; @@ -19,32 +19,6 @@ export class Common extends HTMLWidget { this._tag = "div"; } - @publish("...empty...", "string", "No Data Message") - noDataMessage: publish; - @publish("loading...", "string", "Loading Message") - loadingMessage: publish; - @publish(false, "boolean", "Enable paging") - pagination: publish; - @publish(25, "number", "Page size") - pageSize: publish; - @publish(false, "boolean", "Enable sorting by column") - sortable: publish; - @publish(null, "set", "Default 'sort by' Column ID", function () { return this.columns(); }, { optional: true }) - sortBy: publish; - @publish(false, "boolean", "Default 'sort by' descending", null, { disable: self => !self.sortBy() }) - sortByDescending: publish; - @publish(false, "boolean", "Multiple Selection") - multiSelect: publish; - @publish(true, "boolean", "Render HTML") - renderHtml: publish; - - // Backward Compatibility - mulitSelect(): boolean; - mulitSelect(_?: boolean): this; - mulitSelect(_?: boolean): this | boolean { - return this.multiSelect.apply(this, arguments); - } - protected formatSortBy(): [{ property: string, descending: boolean }] | undefined { const idx = this.columns().indexOf(this.sortBy()); return idx >= 0 ? [{ property: idx.toString(), descending: this.sortByDescending() }] : undefined; @@ -58,7 +32,7 @@ export class Common extends HTMLWidget { const retVal = []; for (const id in this._dgrid.selection) { if (this._dgrid.selection[id]) { - const storeItem = this._store.get(+id); + const storeItem = this._store.get(+id); retVal.push(this.rowToObj(storeItem)); } } @@ -158,3 +132,35 @@ export class Common extends HTMLWidget { } } Common.prototype._class += " dgrid_Common"; + +export interface Common { + noDataMessage(): string; + noDataMessage(_: string): this; + loadingMessage(): string; + loadingMessage(_: string): this; + pagination(): boolean; + pagination(_: boolean): this; + pageSize(): number; + pageSize(_: number): this; + sortable(): boolean; + sortable(_: boolean): this; + sortBy(): string; + sortBy(_: string): this; + sortByDescending(): boolean; + sortByDescending(_: boolean): this; + multiSelect(): boolean; + multiSelect(_: boolean): this; + renderHtml(): boolean; + renderHtml(_: boolean): this; +} + +Common.prototype.publish("noDataMessage", "...empty...", "string", "No Data Message"); +Common.prototype.publish("loadingMessage", "loading...", "string", "Loading Message"); +Common.prototype.publish("pagination", false, "boolean", "Enable paging"); +Common.prototype.publish("pageSize", 25, "number", "Page size"); +Common.prototype.publish("sortable", false, "boolean", "Enable sorting by column"); +Common.prototype.publish("sortBy", null, "set", "Default 'sort by' Column ID", function (this: Common) { return this.columns(); }, { optional: true }); +Common.prototype.publish("sortByDescending", false, "boolean", "Default 'sort by' descending", undefined, { disable: self => !self.sortBy() }); +Common.prototype.publish("multiSelect", false, "boolean", "Multiple Selection"); +Common.prototype.publish("renderHtml", true, "boolean", "Render HTML"); + diff --git a/packages/dgrid/src/DBStore.ts b/packages/dgrid/src/DBStore.ts index c436346f09..c31d77fb3e 100644 --- a/packages/dgrid/src/DBStore.ts +++ b/packages/dgrid/src/DBStore.ts @@ -1,6 +1,6 @@ import { Database } from "@hpcc-js/common"; -import { Deferred } from "@hpcc-js/dgrid-shim"; -import { CellFormatter, CellRenderer, ColumnType, RowFormatter } from "./RowFormatter"; +import { Deferred } from "./dgrid-shim.ts"; +import { CellFormatter, CellRenderer, ColumnType, RowFormatter } from "./RowFormatter.ts"; export class DBStore { private _db: Database.Grid; diff --git a/packages/dgrid/src/DatasourceStore.ts b/packages/dgrid/src/DatasourceStore.ts index 0f0469174a..5b4d5a4cf9 100644 --- a/packages/dgrid/src/DatasourceStore.ts +++ b/packages/dgrid/src/DatasourceStore.ts @@ -1,6 +1,6 @@ -import { DDL2 } from "@hpcc-js/ddl-shim"; -import { Deferred, QueryResults } from "@hpcc-js/dgrid-shim"; -import { ColumnType, RowFormatter } from "./RowFormatter"; +import type { DDL2 } from "@hpcc-js/ddl-shim"; +import { Deferred, QueryResults } from "./dgrid-shim.ts"; +import { ColumnType, RowFormatter } from "./RowFormatter.ts"; export interface IDatasource { id: () => string; diff --git a/packages/dgrid/src/DatasourceTable.ts b/packages/dgrid/src/DatasourceTable.ts index 9b4092414f..3cc35b348e 100644 --- a/packages/dgrid/src/DatasourceTable.ts +++ b/packages/dgrid/src/DatasourceTable.ts @@ -1,18 +1,15 @@ -import { publish, Widget } from "@hpcc-js/common"; -import { Memory } from "@hpcc-js/dgrid-shim"; -import { Common } from "./Common"; -import { DatasourceStore, IDatasource } from "./DatasourceStore"; +import { Widget } from "@hpcc-js/common"; +import { Memory } from "./dgrid-shim.ts"; +import { Common } from "./Common.ts"; +import { DatasourceStore, IDatasource } from "./DatasourceStore.ts"; export class DatasourceTable extends Common { - _prevDatasource: IDatasource; + _prevDatasource?: IDatasource; constructor() { super(); } - @publish(null, "object", "Datasource") - datasource: { (): IDatasource; (_: IDatasource): DatasourceTable }; - invalidate(): this { delete this._prevDatasource; return this; @@ -55,3 +52,11 @@ export class DatasourceTable extends Common { } } DatasourceTable.prototype._class += " dgrid_DatasourceTable"; + +export interface DatasourceTable { + datasource(): IDatasource; + datasource(_: IDatasource): this; +} + +DatasourceTable.prototype.publish("datasource", null, "object", "Datasource"); + diff --git a/packages/dgrid/src/Table.ts b/packages/dgrid/src/Table.ts index c1471f6c33..a00a076a2d 100644 --- a/packages/dgrid/src/Table.ts +++ b/packages/dgrid/src/Table.ts @@ -1,9 +1,9 @@ -import { Palette, PropertyExt } from "@hpcc-js/common"; +import { Palette, PropertyExt, Field } from "@hpcc-js/common"; import { hashSum } from "@hpcc-js/util"; import { format as d3Format } from "d3-format"; import { select as d3Select } from "d3-selection"; -import { Common } from "./Common"; -import { CellFormatter, CellRenderer, ColumnType, RowType } from "./RowFormatter"; +import { Common } from "./Common.ts"; +import { CellFormatter, CellRenderer, ColumnType, RowType } from "./RowFormatter.ts"; // ColumnPalette --- export class ColumnFormat extends PropertyExt { @@ -54,7 +54,7 @@ export class ColumnFormat extends PropertyExt { } const value = valueColIdx ? row.__origRow[valueColIdx] : cell; const background = palette(value, min, max); - const cellText = defaultFormatter.call(this, cell, row); + const cellText: any = defaultFormatter.call(this, cell, row); d3Select(cellElement) .style("background", background) .style("color", background && Palette.textColor(background)) @@ -102,8 +102,10 @@ export class Table extends Common { super(); } - fields(_?: any): any | this { - const retVal = super.fields.apply(this, arguments); + fields(): Field[]; + fields(_: Field[]): this; + fields(_?: Field[]): Field[] | this { + const retVal = super.fields.apply(this, arguments as any); if (arguments.length) { const hash = hashSum({ _ }); if (this._prevFieldsHash !== hash) { @@ -114,8 +116,10 @@ export class Table extends Common { return retVal; } - columns(_?: any): any | this { - const retVal = super.columns.apply(this, arguments); + columns(): string[]; + columns(_: string[], asDefault?: boolean): this; + columns(_?: string[], asDefault?: boolean): string[] | this { + const retVal = super.columns.apply(this, arguments as any); if (arguments.length) { const hash = hashSum({ _ }); if (this._prevColsHash !== hash) { @@ -126,8 +130,10 @@ export class Table extends Common { return retVal; } + data(): any; + data(_: any): this; data(_?: any): any | this { - const retVal = super.data.apply(this, arguments); + const retVal = super.data.apply(this, arguments as any); if (arguments.length) { this._dataRefresh = true; } diff --git a/packages/dgrid/src/dgrid-shim.ts b/packages/dgrid/src/dgrid-shim.ts new file mode 100644 index 0000000000..3784fce208 --- /dev/null +++ b/packages/dgrid/src/dgrid-shim.ts @@ -0,0 +1,12 @@ +import type * as dgrid_shim from "@hpcc-js/dgrid-shim"; + +if (!globalThis["@hpcc-js/dgrid-shim"]) { + console.error("dgrid-shim not loaded, please add `` or similar to your HTML file"); +} + +export const Deferred = globalThis["@hpcc-js/dgrid-shim"].Deferred as typeof dgrid_shim.Deferred; +export const Memory = globalThis["@hpcc-js/dgrid-shim"].Memory as typeof dgrid_shim.Memory; +export const QueryResults = globalThis["@hpcc-js/dgrid-shim"].QueryResults as typeof dgrid_shim.QueryResults; +export const Grid = globalThis["@hpcc-js/dgrid-shim"].Grid as typeof dgrid_shim.Grid; +export const PagingGrid = globalThis["@hpcc-js/dgrid-shim"].PagingGrid as typeof dgrid_shim.PagingGrid; +export const domConstruct = globalThis["@hpcc-js/dgrid-shim"].domConstruct as typeof dgrid_shim.domConstruct; diff --git a/packages/dgrid/src/index.ts b/packages/dgrid/src/index.ts index 252ef5097a..a67bfe3797 100644 --- a/packages/dgrid/src/index.ts +++ b/packages/dgrid/src/index.ts @@ -1,11 +1,10 @@ -export * from "./__package__"; -export * from "./Common"; -export * from "./DatasourceStore"; -export * from "./DatasourceTable"; -export * from "./DBStore"; -export * from "./RowFormatter"; -export * from "./Table"; +export * from "./__package__.ts"; +export * from "./Common.ts"; +export * from "./DatasourceStore.ts"; +export * from "./DatasourceTable.ts"; +export * from "./DBStore.ts"; +export * from "./RowFormatter.ts"; +export * from "./Table.ts"; // Must be last... -export { Deferred, domConstruct, Memory, QueryResults } from "@hpcc-js/dgrid-shim"; - +export { Deferred, Memory, QueryResults, Grid, PagingGrid, domConstruct } from "./dgrid-shim.ts"; diff --git a/packages/dgrid/tests/dgrid.browser.spec.ts b/packages/dgrid/tests/dgrid.browser.spec.ts new file mode 100644 index 0000000000..867e5bf2ec --- /dev/null +++ b/packages/dgrid/tests/dgrid.browser.spec.ts @@ -0,0 +1,101 @@ +import { Class, HTMLWidget, SVGWidget } from "@hpcc-js/common"; +import { describe, it, expect } from "vitest"; +import { classDef, renderMedium } from "../../common/tests/index.ts"; + +const simple = { + ND: { + columns: ["Subject", "Year 1", "Year 2", "Year 3", "Year 4"], + data: [ + ["English", 5, 43, 41, 92], + ["English II", 17, 43, 83, 93], + ["English III", 6, 43, 64, 93], + ["Geography", 7, 45, 52, 83], + ["Geography II", 16, 73, 52, 83], + ["Geography III", 26, 83, 11, 72], + ["Science", 66, 60, 85, 6], + ["Science II", 46, 20, 53, 7], + ["Science III", 46, 20, 38, 7], + ["Math", 98, 30, 23, 13], + ["Math II", 76, 30, 34, 6], + ["Math III", 80, 30, 27, 8] + ] + }, +}; + +describe("@hpcc-js/dgrid", async () => { + + const script = document.createElement('script'); + script.src = import.meta.resolve("../../dgrid-shim/dist/index.js"); + script.type = 'text/javascript'; + document.head.appendChild(script); + + await new Promise((resolve) => { + script.onload = () => { + resolve(); + } + }); + + it("Shim Loaded", () => { + expect(globalThis["@hpcc-js/dgrid-shim"]).to.exist; + }); + + const dgridMod = await import("@hpcc-js/dgrid"); + + it("dgridMod Loaded", () => { + expect(dgridMod).to.exist; + }); + + for (const key in dgridMod) { + const item = dgridMod[key]; + if (item?.prototype?.constructor?.name) { + describe(`${item.prototype?.constructor?.name}`, () => { + it("Simple", () => { + expect(true).to.be.true; + }); + + if (item.prototype instanceof Class) { + it("Class Derived", () => { + expect(item.prototype instanceof Class).to.be.true; + }); + } + + + + if (item.prototype instanceof Class) { + classDef("dgrid", item); + } + + if (item.prototype instanceof HTMLWidget || item.prototype instanceof SVGWidget) { + it(item.prototype.constructor.name, () => { + expect(true).to.be.true; + }); + if (item instanceof dgridMod.Table) { + renderMedium(new dgridMod.Table() + .columns(simple.ND.columns) + .data(simple.ND.data) + ); + } + switch (item.prototype.constructor) { + case dgridMod.Common: + case dgridMod.DatasourceTable: + break; + case dgridMod.Table: + it("renderMedium", () => { + expect(true).to.be.true; + }); + renderMedium(new item.prototype.constructor() + .columns(simple.ND.columns) + .data(simple.ND.data) + ); + break; + default: + it("Has render test", () => { + expect(false).to.be.true; + }); + } + } + }); + + } + } +}); diff --git a/packages/dgrid/tsconfig.json b/packages/dgrid/tsconfig.json index 74e240a333..318ecdd23e 100644 --- a/packages/dgrid/tsconfig.json +++ b/packages/dgrid/tsconfig.json @@ -1,22 +1,24 @@ { - "extends": "../tsconfig.settings.json", "compilerOptions": { - "rootDir": "./src", - "outDir": "./lib-umd", - "declarationDir": "./types", + "rootDir": "src", + "module": "NodeNext", + "target": "ESNext", + "resolveJsonModule": true, + "emitDeclarationOnly": true, + "declaration": true, + "declarationDir": "types", + "strict": true, + "noImplicitAny": false, + "strictNullChecks": false, + "skipLibCheck": true, + "allowImportingTsExtensions": true, + "lib": [ + "DOM", + "ESNext", + "ES2020" + ] }, "include": [ - "./src/**/*" - ], - "references": [ - { - "path": "../common" - }, - { - "path": "../ddl-shim" - }, - { - "path": "../dgrid-shim" - }, + "./src/index.ts" ] } \ No newline at end of file diff --git a/packages/dgrid/vitest.workspace.ts b/packages/dgrid/vitest.workspace.ts new file mode 100644 index 0000000000..fa7bb0720b --- /dev/null +++ b/packages/dgrid/vitest.workspace.ts @@ -0,0 +1,6 @@ +import { defineWorkspace } from 'vitest/config'; +import baseWorkspace from '../../vitest.workspace.ts'; + +export default defineWorkspace([ + ...baseWorkspace +]) \ No newline at end of file diff --git a/packages/dgrid2/.vscode/launch.json b/packages/dgrid2/.vscode/launch.json index 5b64492e3f..7c2436335f 100644 --- a/packages/dgrid2/.vscode/launch.json +++ b/packages/dgrid2/.vscode/launch.json @@ -1,61 +1,47 @@ { - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { - "name": "Dev", - "type": "chrome", + "name": "test-browser", + "type": "msedge", "request": "launch", - "url": "file:///${workspaceRoot}/index.html", - "runtimeArgs": [ - "--allow-file-access-from-files", - "--disable-web-security" + "url": "http://localhost:8888", + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" ], - "webRoot": "${workspaceRoot}" - }, - { - "name": "index.html (vite)", - "type": "pwa-msedge", - "request": "launch", - "url": "http://localhost:3000/index.html", - "webRoot": "${workspaceRoot}", - "preLaunchTask": "serve-vite", - "postDebugTask": "Terminate All Tasks" }, { - "name": "lws", - "type": "chrome", + "name": "test-node", + "type": "node", "request": "launch", - "url": "http://localhost:8080/../packages/graph/index.html", "runtimeArgs": [ - "--allow-file-access-from-files", - "--disable-web-security" + "run-script", + "test-node" ], - "webRoot": "${workspaceRoot}" - }, - { - "type": "chrome", - "request": "launch", - "name": "index.md", - "url": "${workspaceFolder}/../../website/index.html?debug=1#packages/graph/docs/index.md", - "runtimeArgs": [ - "--allow-file-access-from-files", - "--disable-web-security" + "runtimeExecutable": "npm", + "skipFiles": [ + "/**" + ], + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" ], - "webRoot": "${workspaceFolder}/../../website" }, { - "type": "chrome", + "name": "index.html", "request": "launch", - "name": "http index.md", - "url": "http://localhost:8080/${workspaceFolder}/../../website/index.html?debug=1#packages/graph/docs/index.md", + "type": "msedge", + "url": "file:///${workspaceFolder}/index.html", "runtimeArgs": [ - "--allow-file-access-from-files", "--disable-web-security" ], - "webRoot": "${workspaceFolder}/../../website" + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ] } ] } \ No newline at end of file diff --git a/packages/dgrid2/.vscode/tasks.json b/packages/dgrid2/.vscode/tasks.json index 38129bb20e..120545d06c 100644 --- a/packages/dgrid2/.vscode/tasks.json +++ b/packages/dgrid2/.vscode/tasks.json @@ -1,29 +1,20 @@ { - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { + "label": "gen-types-watch", "type": "npm", - "label": "compile umd watch", - "script": "compile-umd-watch", - "problemMatcher": [], - "presentation": { - "group": "group-build" - } - }, - { - "type": "npm", - "label": "compile es6 watch", - "script": "compile-es6-watch", - "problemMatcher": [], + "script": "gen-types-watch", + "problemMatcher": [ + "$tsc-watch" + ], "presentation": { "group": "group-build" } }, { + "label": "bundle-watch", "type": "npm", - "label": "bundle watch", "script": "bundle-watch", "problemMatcher": [], "presentation": { @@ -31,46 +22,15 @@ } }, { - "label": "serve-vite", - "type": "npm", - "script": "serve-vite", - "problemMatcher": { - "owner": "node", - "fileLocation": [ - "relative", - "${workspaceFolder}" - ], - "pattern": { - "regexp": "^(.*):(\\d+):(\\d+):\\s+(warning|error):\\s+(.*)$", - "file": 1, - "line": 2, - "column": 3, - "severity": 4, - "message": 5 - }, - "background": { - "activeOnStart": true, - "beginsPattern": "^ vite", - "endsPattern": "^ ready in " - } - }, - "presentation": { - "group": "group-build" - }, - "isBackground": true - }, - { - "label": "build-local-dev-server", + "label": "build", "dependsOn": [ - "compile umd watch", - "compile es6 watch", - "bundle watch", + "gen-types-watch", + "bundle-watch", ], "group": { "kind": "build", "isDefault": true - }, - "problemMatcher": [] + } } ] } \ No newline at end of file diff --git a/packages/dgrid2/esbuild.js b/packages/dgrid2/esbuild.js new file mode 100644 index 0000000000..67b91a9988 --- /dev/null +++ b/packages/dgrid2/esbuild.js @@ -0,0 +1,29 @@ +import { browserTpl } from "@hpcc-js/esbuild-plugins"; +import pkg from "./package.json" with { type: "json" }; + +// config --- +await Promise.all([ + browserTpl("src/index.ts", "dist/index", { + keepNames: true, + alias: { + "d3-array": "@hpcc-js/common", + "d3-brush": "@hpcc-js/common", + "d3-collection": "@hpcc-js/common", + "d3-color": "@hpcc-js/common", + "d3-dispatch": "@hpcc-js/common", + "d3-drag": "@hpcc-js/common", + "d3-dsv": "@hpcc-js/common", + "d3-ease": "@hpcc-js/common", + "d3-format": "@hpcc-js/common", + "d3-interpolate": "@hpcc-js/common", + "d3-scale": "@hpcc-js/common", + "d3-selection": "@hpcc-js/common", + "d3-time-format": "@hpcc-js/common", + "d3-transition": "@hpcc-js/common", + "d3-zoom": "@hpcc-js/common" + }, + external: [ + ...Object.keys(pkg.dependencies), + ] + }) +]); diff --git a/packages/dgrid2/index.css b/packages/dgrid2/index.css deleted file mode 100644 index e216571c63..0000000000 --- a/packages/dgrid2/index.css +++ /dev/null @@ -1,16 +0,0 @@ -body { - padding: 0px; - margin: 8px; - background: lightgrey; - color: black; - overflow: hidden; -} - -#placeholder, -.placeholder { - position: absolute; - left: 18px; - top: 18px; - right: 18px; - bottom: 18px; -} \ No newline at end of file diff --git a/packages/dgrid2/index.html b/packages/dgrid2/index.html index e44c7aca08..3d9a327465 100644 --- a/packages/dgrid2/index.html +++ b/packages/dgrid2/index.html @@ -1,27 +1,91 @@ - + - - @hpcc-js/dgrid2 - - + Home + + + + -
-
+

ESM Quick Test

+
+ - \ No newline at end of file diff --git a/packages/dgrid2/package.json b/packages/dgrid2/package.json index 7005279ff8..67d28d28a1 100644 --- a/packages/dgrid2/package.json +++ b/packages/dgrid2/package.json @@ -1,52 +1,54 @@ { "name": "@hpcc-js/dgrid2", - "version": "2.5.0", + "version": "3.0.0", "description": "hpcc-js - DGrid2", - "main": "dist/index.js", - "module": "dist/index.es6", - "unpkg": "dist/index.min.js", - "jsdelivr": "dist/index.min.js", - "types": "types/index.d.ts", - "typesVersions": { - "<3.8": { - "*": [ - "types-3.4/index.d.ts" - ] - } + "type": "module", + "exports": { + ".": { + "types": "./types/index.d.ts", + "default": "./dist/index.js" + }, + "./dist/*": "./dist/*" }, + "module": "./dist/index.js", + "browser": "./dist/index.js", + "types": "./types/index.d.ts", "files": [ "dist/*", + "src/*", "types/*", - "types-3.4/*", - "src/*" + "font-awesome/**/*" ], "scripts": { - "clean": "rimraf --glob lib* types dist *.tsbuildinfo", - "compile-es6": "tsc --module es6 --outDir ./lib-es6", - "compile-es6-watch": "npm run compile-es6 -- -w", - "compile-umd": "tsc --module umd --outDir ./lib-umd", - "compile-umd-watch": "npm run compile-umd -- -w", - "bundle": "rollup -c", - "bundle-watch": "npm run bundle -- -w", - "minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js", - "gen-legacy-types": "downlevel-dts ./types ./types-3.4", - "build": "npm run compile-es6 && npm run bundle", - "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch", - "serve-vite": "vite --config ../../vite.config.js", + "clean": "rimraf --glob lib* types dist *.tsbuildinfo .turbo", + "bundle": "node esbuild.js", + "bundle-watch": "npm run bundle -- --development --watch", + "gen-types": "tsc --project tsconfig.json", + "gen-types-watch": "npm run gen-types -- --watch", + "build": "run-p gen-types bundle", "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js", - "lint": "eslint src/**/*.ts", + "lint": "eslint ./src", + "lint-fix": "eslint --fix src/**/*.ts", "docs": "typedoc --options tdoptions.json .", - "update": "npx --yes npm-check-updates -u -t minor" + "test-browser": "vitest run --project browser", + "test": "vitest run", + "coverage": "vitest run --coverage", + "update": "npx --yes npm-check-updates -u -t minor", + "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^2.73.0", - "@hpcc-js/preact-shim": "^2.18.0", - "@hpcc-js/util": "^2.53.0" + "@hpcc-js/common": "^3.0.0", + "@hpcc-js/util": "^3.0.0" }, "devDependencies": { - "@hpcc-js/bundle": "^2.12.0", - "react-data-grid": "7.0.0-canary.49", - "tslib": "2.7.0" + "@hpcc-js/esbuild-plugins": "^1.2.0", + "react-data-grid": "7.0.0-beta.47", + "react": "18.3.1", + "react-dom": "18.3.1" + }, + "peerDependencies": { + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0" }, "repository": { "type": "git", @@ -59,4 +61,4 @@ "url": "https://github.com/hpcc-systems/Visualization/issues" }, "homepage": "https://github.com/hpcc-systems/Visualization" -} +} \ No newline at end of file diff --git a/packages/dgrid2/rollup.config.mjs b/packages/dgrid2/rollup.config.mjs deleted file mode 100644 index 9ea9f3a97c..0000000000 --- a/packages/dgrid2/rollup.config.mjs +++ /dev/null @@ -1,52 +0,0 @@ -/* eslint-disable @typescript-eslint/no-var-requires */ - -import { external, globals } from "@hpcc-js/bundle"; -import alias from "@rollup/plugin-alias"; -import commonjs from "@rollup/plugin-commonjs"; -import sourcemaps from "rollup-plugin-sourcemaps"; -import nodeResolve from "@rollup/plugin-node-resolve"; -import postcss from "rollup-plugin-postcss"; -import replace from "@rollup/plugin-replace"; - -import pkg from "./package.json" with { type: "json" }; - -export default { - input: "lib-es6/index", - external, - output: [{ - file: pkg.main, - format: "umd", - sourcemap: true, - globals, - name: pkg.name - }, { - file: pkg.module + ".js", - format: "es", - sourcemap: true, - globals, - name: pkg.name - }], - plugins: [ - alias({ - entries: [ - { find: "react", replacement: "preact/compat" }, - { find: "react/jsx-runtime", replacement: "preact/jsx-runtime" }, - { find: "react-dom", replacement: "preact/compat" }, - { find: "react-dom/test-utils", replacement: "preact/test-utils" }, - ] - }), - nodeResolve({ - preferBuiltins: true - }), - replace({ - preventAssignment: true, - "process.env.NODE_ENV": JSON.stringify("production") - }), - commonjs({}), - sourcemaps(), - postcss({ - extensions: [".css"], - minimize: true - }) - ] -}; diff --git a/packages/dgrid2/src/hooks.ts b/packages/dgrid2/src/hooks.ts index b09ee01b7e..1ddb29a24c 100644 --- a/packages/dgrid2/src/hooks.ts +++ b/packages/dgrid2/src/hooks.ts @@ -1,5 +1,5 @@ +import React from "react"; import { Widget } from "@hpcc-js/common"; -import * as React from "react"; export function useData(widget: Widget): [string[], Array[]] { // eslint-disable-next-line react-hooks/exhaustive-deps @@ -9,4 +9,3 @@ export function useData(widget: Widget): [string[], Array[]] { return [columns, data]; } - diff --git a/packages/dgrid2/src/index.ts b/packages/dgrid2/src/index.ts index 6080d9cbfd..123939a29f 100644 --- a/packages/dgrid2/src/index.ts +++ b/packages/dgrid2/src/index.ts @@ -1,2 +1,2 @@ -export * from "./__package__"; -export * from "./table"; +export * from "./__package__.ts"; +export * from "./table.ts"; diff --git a/packages/dgrid2/src/reactTable.tsx b/packages/dgrid2/src/reactTable.tsx index 9b2fac4426..acfafc776f 100644 --- a/packages/dgrid2/src/reactTable.tsx +++ b/packages/dgrid2/src/reactTable.tsx @@ -1,8 +1,10 @@ import * as React from "react"; import DataGrid, { Column, SelectColumn, SortColumn } from "react-data-grid"; import { format, timeFormat, timeParse } from "@hpcc-js/common"; -import { useData } from "./hooks"; -import type { Table } from "./table"; +import { useData } from "./hooks.ts"; +import type { Table } from "./table.ts"; + +import "react-data-grid/lib/styles.css"; export type QuerySortItem = { attribute: string, descending: boolean }; function copyAndSort(items: T[], attribute: string, descending?: boolean): T[] { diff --git a/packages/dgrid2/src/table.ts b/packages/dgrid2/src/table.ts index de98fb10fa..8c2fa50fbf 100644 --- a/packages/dgrid2/src/table.ts +++ b/packages/dgrid2/src/table.ts @@ -1,33 +1,21 @@ -import * as React from "react"; -import { HTMLWidget, publish } from "@hpcc-js/common"; -import { render, unmountComponentAtNode } from "react-dom"; -import { ReactTable } from "./reactTable"; +import React from "react"; +import { createRoot, Root } from "react-dom/client"; +import { HTMLWidget } from "@hpcc-js/common"; +import { ReactTable } from "./reactTable.tsx"; -import "../src/table.css"; +import "./table.css"; export type ColumnType = "boolean" | "number" | "string" | "time"; export class Table extends HTMLWidget { protected _div; + protected _root: Root; constructor() { super(); } - @publish("...empty...", "string", "No Data Message") - noDataMessage: publish; - @publish(false, "boolean", "Dark Mode") - darkMode: publish; - @publish(false, "boolean", "Multiple Selection") - multiSelect: publish; - @publish({}, "object", "Column Types (\"boolean\" | \"number\" | \"string\" | \"time\"") - columnTypes: publish; - @publish({}, "object", "Column Patterns") - columnPatterns: publish; - @publish({}, "object", "Column Formats") - columnFormats: publish; - columnType(column: string): ColumnType; columnType(column: string, type: ColumnType): this; columnType(column: string, type?: ColumnType): ColumnType | this { @@ -69,18 +57,20 @@ export class Table extends HTMLWidget { super.enter(domNode, element); this._div = element .append("div") + .style("display", "grid") ; + this._root = createRoot(this._div.node()); } update(domNode, element) { super.update(domNode, element); this._div.style("width", this.width() + "px"); this._div.style("height", this.height() + "px"); - render(React.createElement(ReactTable, { table: this }), this._div.node()); + this._root.render(React.createElement(ReactTable, { table: this })); } exit(domNode, element) { - unmountComponentAtNode(this._div.node()); + this._root.unmount(); this._div.remove(); super.exit(domNode, element); } @@ -90,3 +80,26 @@ export class Table extends HTMLWidget { } } Table.prototype._class += " dgrid2_Table"; + +export interface Table { + noDataMessage(): string; + noDataMessage(_: string): this; + darkMode(): boolean; + darkMode(_: boolean): this; + multiSelect(): boolean; + multiSelect(_: boolean): this; + columnTypes(): { [column: string]: ColumnType }; + columnTypes(_: { [column: string]: ColumnType }): this; + columnPatterns(): { [column: string]: string }; + columnPatterns(_: { [column: string]: string }): this; + columnFormats(): { [column: string]: string }; + columnFormats(_: { [column: string]: string }): this; +} + +Table.prototype.publish("noDataMessage", "...empty...", "string", "No Data Message"); +Table.prototype.publish("darkMode", false, "boolean", "Dark Mode"); +Table.prototype.publish("multiSelect", false, "boolean", "Multiple Selection"); +Table.prototype.publish("columnTypes", {}, "object", "Column Types (\"boolean\" | \"number\" | \"string\" | \"time\""); +Table.prototype.publish("columnPatterns", {}, "object", "Column Patterns"); +Table.prototype.publish("columnFormats", {}, "object", "Column Formats"); + diff --git a/packages/dgrid2/tests/dgrid2.browser.spec.ts b/packages/dgrid2/tests/dgrid2.browser.spec.ts new file mode 100644 index 0000000000..5c95cd6c36 --- /dev/null +++ b/packages/dgrid2/tests/dgrid2.browser.spec.ts @@ -0,0 +1,62 @@ +import * as dgrid2 from "@hpcc-js/dgrid2"; +import { Table } from "@hpcc-js/dgrid2"; +import { Class, HTMLWidget, SVGWidget } from "@hpcc-js/common"; +import { describe, it, expect } from "vitest"; +import { classDef, renderMedium, renderShort, renderSmall, renderWide } from "../../common/tests/index.ts"; + +const urlSearch: string = window.location.href.split("?")[1]; +const simple = { + ND: { + columns: ["Subject", "Year 1", "Year 2", "Year 3", "Year 4"], + data: [ + ["English", 5, 43, 41, 92], + ["English II", 17, 43, 83, 93], + ["English III", 6, 43, 64, 93], + ["Geography", 7, 45, 52, 83], + ["Geography II", 16, 73, 52, 83], + ["Geography III", 26, 83, 11, 72], + ["Science", 66, 60, 85, 6], + ["Science II", 46, 20, 53, 7], + ["Science III", 46, 20, 38, 7], + ["Math", 98, 30, 23, 13], + ["Math II", 76, 30, 34, 6], + ["Math III", 80, 30, 27, 8] + ] + }, + WordCloud: { + columns: ["Word", "Weight"], + words: ["Myriel", "Napoleon", "Mlle.Baptistine", "Mme.Magloire", "CountessdeLo", "Geborand", "Champtercier", "Cravatte", "Count", "OldMan", "Labarre", "Valjean", "Marguerite", "Mme.deR", "Isabeau", "Gervais", "Tholomyes", "Listolier", "Fameuil", "Blacheville", "Favourite", "Dahlia", "Zephine", "Fantine", "Mme.Thenardier", "Thenardier", "Cosette", "Javert", "Fauchelevent", "Bamatabois", "Perpetue", "Simplice", "Scaufflaire", "Woman1", "Judge", "Champmathieu", "Brevet", "Chenildieu", "Cochepaille", "Pontmercy", "Boulatruelle", "Eponine", "Anzelma", "Woman2", "MotherInnocent", "Gribier", "Jondrette", "Mme.Burgon", "Gavroche", "Gillenormand", "Magnon", "Mlle.Gillenormand", "Mme.Pontmercy", "Mlle.Vaubois", "Lt.Gillenormand", "Marius", "BaronessT", "Mabeuf", "Enjolras", "Combeferre", "Prouvaire", "Feuilly", "Courfeyrac", "Bahorel", "Bossuet", "Joly", "Grantaire", "MotherPlutarch", "Gueulemer", "Babet", "Claquesous", "Montparnasse", "Toussaint", "Child1", "Child2", "Brujon", "Mme.Hucheloup"] + } +}; +describe("@hpcc-js/dgrid2", () => { + for (const key in dgrid2) { + const item = (dgrid2 as any)[key]; + if (item) { + if (!urlSearch || urlSearch === item.prototype.constructor.name) { + describe(`${item.prototype?.constructor?.name}`, () => { + it("Simple", () => { + expect(true).to.be.true; + }); + if (item.prototype instanceof Class) { + classDef("dgrid2", item); + } + if (item.prototype instanceof HTMLWidget || item.prototype instanceof SVGWidget) { + switch (item.prototype.constructor) { + case Table: + renderMedium(new item.prototype.constructor() + .columns(simple.ND.columns) + .data(simple.ND.data) + ); + break; + + default: + it("Has render test", () => { + expect(false).to.be.true; + }); + } + } + }); + } + } + } +}); diff --git a/packages/dgrid2/tsconfig.json b/packages/dgrid2/tsconfig.json index 5e7941733d..f7c315bbc3 100644 --- a/packages/dgrid2/tsconfig.json +++ b/packages/dgrid2/tsconfig.json @@ -1,18 +1,26 @@ { - "extends": "../tsconfig.settings.json", "compilerOptions": { - "rootDir": "./src", - "outDir": "./lib-umd", - "declarationDir": "./types", + "rootDir": "src", + "module": "NodeNext", + "target": "ESNext", + "resolveJsonModule": true, + "emitDeclarationOnly": true, + "declaration": true, + "declarationDir": "types", "jsx": "react", + "strict": false, + "noImplicitAny": false, + "noImplicitThis": false, + "strictNullChecks": false, "skipLibCheck": true, + "allowImportingTsExtensions": true, + "lib": [ + "DOM", + "ESNext", + "ES2020" + ] }, "include": [ - "./src/**/*" - ], - "references": [ - { - "path": "../common" - }, + "./src/index.ts" ] } \ No newline at end of file diff --git a/packages/dgrid2/vitest.workspace.ts b/packages/dgrid2/vitest.workspace.ts new file mode 100644 index 0000000000..fa7bb0720b --- /dev/null +++ b/packages/dgrid2/vitest.workspace.ts @@ -0,0 +1,6 @@ +import { defineWorkspace } from 'vitest/config'; +import baseWorkspace from '../../vitest.workspace.ts'; + +export default defineWorkspace([ + ...baseWorkspace +]) \ No newline at end of file diff --git a/packages/eclwatch/.vscode/launch.json b/packages/eclwatch/.vscode/launch.json new file mode 100644 index 0000000000..7c2436335f --- /dev/null +++ b/packages/eclwatch/.vscode/launch.json @@ -0,0 +1,47 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "test-browser", + "type": "msedge", + "request": "launch", + "url": "http://localhost:8888", + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, + { + "name": "test-node", + "type": "node", + "request": "launch", + "runtimeArgs": [ + "run-script", + "test-node" + ], + "runtimeExecutable": "npm", + "skipFiles": [ + "/**" + ], + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, + { + "name": "index.html", + "request": "launch", + "type": "msedge", + "url": "file:///${workspaceFolder}/index.html", + "runtimeArgs": [ + "--disable-web-security" + ], + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ] + } + ] +} \ No newline at end of file diff --git a/packages/eclwatch/.vscode/tasks.json b/packages/eclwatch/.vscode/tasks.json index 79e20d2523..120545d06c 100644 --- a/packages/eclwatch/.vscode/tasks.json +++ b/packages/eclwatch/.vscode/tasks.json @@ -2,9 +2,9 @@ "version": "2.0.0", "tasks": [ { - "label": "es6 watch", + "label": "gen-types-watch", "type": "npm", - "script": "compile-es6-watch", + "script": "gen-types-watch", "problemMatcher": [ "$tsc-watch" ], @@ -13,18 +13,7 @@ } }, { - "label": "umd watch", - "type": "npm", - "script": "compile-umd-watch", - "problemMatcher": [ - "$tsc-watch" - ], - "presentation": { - "group": "group-build" - } - }, - { - "label": "bundle watch", + "label": "bundle-watch", "type": "npm", "script": "bundle-watch", "problemMatcher": [], @@ -35,15 +24,13 @@ { "label": "build", "dependsOn": [ - "es6 watch", - "umd watch", - "bundle watch" + "gen-types-watch", + "bundle-watch", ], "group": { "kind": "build", "isDefault": true - }, - "problemMatcher": [] + } } ] } \ No newline at end of file diff --git a/packages/eclwatch/esbuild.js b/packages/eclwatch/esbuild.js new file mode 100644 index 0000000000..67b91a9988 --- /dev/null +++ b/packages/eclwatch/esbuild.js @@ -0,0 +1,29 @@ +import { browserTpl } from "@hpcc-js/esbuild-plugins"; +import pkg from "./package.json" with { type: "json" }; + +// config --- +await Promise.all([ + browserTpl("src/index.ts", "dist/index", { + keepNames: true, + alias: { + "d3-array": "@hpcc-js/common", + "d3-brush": "@hpcc-js/common", + "d3-collection": "@hpcc-js/common", + "d3-color": "@hpcc-js/common", + "d3-dispatch": "@hpcc-js/common", + "d3-drag": "@hpcc-js/common", + "d3-dsv": "@hpcc-js/common", + "d3-ease": "@hpcc-js/common", + "d3-format": "@hpcc-js/common", + "d3-interpolate": "@hpcc-js/common", + "d3-scale": "@hpcc-js/common", + "d3-selection": "@hpcc-js/common", + "d3-time-format": "@hpcc-js/common", + "d3-transition": "@hpcc-js/common", + "d3-zoom": "@hpcc-js/common" + }, + external: [ + ...Object.keys(pkg.dependencies), + ] + }) +]); diff --git a/packages/eclwatch/index.html b/packages/eclwatch/index.html new file mode 100644 index 0000000000..86775a961c --- /dev/null +++ b/packages/eclwatch/index.html @@ -0,0 +1,109 @@ + + + + + Home + + + + + + +

ESM Quick Test

+
+ + + + + \ No newline at end of file diff --git a/packages/eclwatch/package.json b/packages/eclwatch/package.json index fb9dd57bb4..fdea0d5a69 100644 --- a/packages/eclwatch/package.json +++ b/packages/eclwatch/package.json @@ -1,58 +1,55 @@ { "name": "@hpcc-js/eclwatch", - "version": "2.76.0", + "version": "3.0.0", "description": "hpcc-js - ECL Watch", - "main": "dist/index.js", - "module": "dist/index.es6", - "unpkg": "dist/index.min.js", - "jsdelivr": "dist/index.min.js", - "types": "types/index.d.ts", - "typesVersions": { - "<3.8": { - "*": [ - "types-3.4/index.d.ts" - ] - } + "type": "module", + "exports": { + ".": { + "types": "./types/index.d.ts", + "default": "./dist/index.js" + }, + "./dist/*": "./dist/*" }, + "module": "./dist/index.js", + "browser": "./dist/index.js", + "types": "./types/index.d.ts", "files": [ "dist/*", - "types/*", - "types-3.4/*", - "src/*" + "src/*", + "types/*" ], "scripts": { - "clean": "rimraf --glob lib* types dist *.tsbuildinfo", - "compile-es6": "tsc --module es6 --outDir ./lib-es6", - "compile-es6-watch": "npm run compile-es6 -- -w", - "compile-umd": "tsc --module umd --outDir ./lib-umd", - "compile-umd-watch": "npm run compile-umd -- -w", - "bundle": "rollup -c", - "bundle-watch": "npm run bundle -- -w", - "minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js", - "gen-legacy-types": "downlevel-dts ./types ./types-3.4", - "build": "npm run compile-es6 && npm run bundle", - "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch", + "clean": "rimraf --glob lib* types dist *.tsbuildinfo .turbo", + "bundle": "node esbuild.js", + "bundle-watch": "npm run bundle -- --development --watch", + "gen-types": "tsc --project tsconfig.json", + "gen-types-watch": "npm run gen-types -- --watch", + "build": "run-p gen-types bundle", "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js", "lint": "eslint ./src", + "lint-fix": "eslint --fix src/**/*.ts", "docs": "typedoc --options tdoptions.json .", - "update": "npx --yes npm-check-updates -u -t minor" + "test-browser": "vitest run --project browser", + "test": "vitest run", + "coverage": "vitest run --coverage", + "update": "npx --yes npm-check-updates -u -t minor", + "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/codemirror": "^2.64.0", - "@hpcc-js/common": "^2.73.0", - "@hpcc-js/comms": "^2.98.0", - "@hpcc-js/dgrid": "^2.34.0", - "@hpcc-js/graph": "^2.87.0", - "@hpcc-js/layout": "^2.51.0", - "@hpcc-js/phosphor": "^2.20.0", - "@hpcc-js/timeline": "^2.54.0", - "@hpcc-js/tree": "^2.42.0", - "@hpcc-js/util": "^2.53.0" + "@hpcc-js/codemirror": "^3.0.0", + "@hpcc-js/common": "^3.0.0", + "@hpcc-js/comms": "^3.0.0", + "@hpcc-js/dgrid": "^3.0.0", + "@hpcc-js/graph": "^3.0.0", + "@hpcc-js/layout": "^3.0.0", + "@hpcc-js/phosphor": "^3.0.0", + "@hpcc-js/timeline": "^3.0.0", + "@hpcc-js/tree": "^3.0.0", + "@hpcc-js/util": "^3.0.0" }, "devDependencies": { - "@hpcc-js/bundle": "^2.12.0", - "d3-selection": "^1", - "tslib": "2.7.0" + "@hpcc-js/esbuild-plugins": "^1.2.0", + "d3-selection": "^1" }, "repository": { "type": "git", diff --git a/packages/eclwatch/rollup.config.mjs b/packages/eclwatch/rollup.config.mjs deleted file mode 100644 index d437a5d847..0000000000 --- a/packages/eclwatch/rollup.config.mjs +++ /dev/null @@ -1,59 +0,0 @@ -import { external, globals } from "@hpcc-js/bundle"; -import alias from '@rollup/plugin-alias'; -import commonjs from '@rollup/plugin-commonjs'; -import sourcemaps from 'rollup-plugin-sourcemaps'; -import nodeResolve from '@rollup/plugin-node-resolve'; -import postcss from "rollup-plugin-postcss"; - -import pkg from "./package.json" with { type: "json" }; - -export default { - input: "lib-es6/index", - external: external, - output: [{ - file: pkg.main, - format: "umd", - sourcemap: true, - globals: globals, - name: pkg.name, - strict: false - }, { - file: pkg.module + ".js", - format: "es", - sourcemap: true, - globals: globals, - name: pkg.name, - strict: false - }], - plugins: [ - alias({ - entries: [ - { find: "d3-array", replacement: "@hpcc-js/common" }, - { find: "d3-brush", replacement: "@hpcc-js/common" }, - { find: "d3-collection", replacement: "@hpcc-js/common" }, - { find: "d3-color", replacement: "@hpcc-js/common" }, - { find: "d3-dispatch", replacement: "@hpcc-js/common" }, - { find: "d3-drag", replacement: "@hpcc-js/common" }, - { find: "d3-dsv", replacement: "@hpcc-js/common" }, - { find: "d3-ease", replacement: "@hpcc-js/common" }, - { find: "d3-format", replacement: "@hpcc-js/common" }, - { find: "d3-interpolate", replacement: "@hpcc-js/common" }, - { find: "d3-scale", replacement: "@hpcc-js/common" }, - { find: "d3-selection", replacement: "@hpcc-js/common" }, - { find: "d3-time-format", replacement: "@hpcc-js/common" }, - { find: "d3-transition", replacement: "@hpcc-js/common" }, - { find: "d3-zoom", replacement: "@hpcc-js/common" } - ] - }), - nodeResolve({ - preferBuiltins: true - }), - commonjs({ - }), - sourcemaps(), - postcss({ - extensions: [".css"], - minimize: true - }) - ] -}; \ No newline at end of file diff --git a/packages/eclwatch/src/WUGraph.ts b/packages/eclwatch/src/WUGraph.ts index c310ad8ea8..4a8699d5c1 100644 --- a/packages/eclwatch/src/WUGraph.ts +++ b/packages/eclwatch/src/WUGraph.ts @@ -4,8 +4,8 @@ import { Table } from "@hpcc-js/dgrid"; import { Graph as GraphWidget, Subgraph, Vertex } from "@hpcc-js/graph"; import { Carousel, ChartPanel } from "@hpcc-js/layout"; import { hashSum } from "@hpcc-js/util"; -import { WUGraphLegend } from "./WUGraphLegend"; -import { WUScopeController } from "./WUScopeController"; +import { WUGraphLegend } from "./WUGraphLegend.ts"; +import { WUScopeController } from "./WUScopeController.ts"; import "../src/WUGraph.css"; diff --git a/packages/eclwatch/src/WUResult.ts b/packages/eclwatch/src/WUResult.ts index 605211b92f..e8f2eaf929 100644 --- a/packages/eclwatch/src/WUResult.ts +++ b/packages/eclwatch/src/WUResult.ts @@ -1,8 +1,7 @@ -import { publish } from "@hpcc-js/common"; import { ResultFilter, IOptions, Result } from "@hpcc-js/comms"; import { Common } from "@hpcc-js/dgrid"; import { hashSum } from "@hpcc-js/util"; -import { Store } from "./WUResultStore"; +import { Store } from "./WUResultStore.ts"; export class WUResult extends Common { @@ -14,25 +13,6 @@ export class WUResult extends Common { this.renderHtml(false); } - @publish("", "string", "URL to WsWorkunits") - baseUrl: { (): string, (_: string): WUResult }; - @publish(undefined, "string", "Workunit ID") - user: { (): string, (_: string): WUResult }; - @publish(undefined, "string", "User ID") - password: { (): string, (_: string): WUResult }; - @publish(undefined, "string", "Password") - wuid: { (): string, (_: string): WUResult }; - @publish(undefined, "string", "Result Name") - resultName: { (): string, (_: string): WUResult }; - @publish(undefined, "number", "Sequence Number") - sequence: { (): number, (_: number): WUResult }; - @publish("", "string", "NodeGroup") - nodeGroup: { (): string, (_: string): WUResult }; - @publish("", "string", "Logical File Name") - logicalFile: { (): string, (_: string): WUResult }; - @publish({}, "object", "Filter") - filter: { (): ResultFilter, (_: ResultFilter): WUResult }; - hashSum(opts: any = {}) { return hashSum({ baseUrl: this.baseUrl(), @@ -104,3 +84,34 @@ export class WUResult extends Common { } } WUResult.prototype._class += " eclwatch_WUResult"; + +export interface WUResult { + baseUrl(): string; + baseUrl(_: string): this; + user(): string; + user(_: string): this; + password(): string; + password(_: string): this; + wuid(): string; + wuid(_: string): this; + resultName(): string; + resultName(_: string): this; + sequence(): number; + sequence(_: number): this; + nodeGroup(): string; + nodeGroup(_: string): this; + logicalFile(): string; + logicalFile(_: string): this; + filter(): ResultFilter; + filter(_: ResultFilter): this; +} + +WUResult.prototype.publish("baseUrl", "", "string", "URL to WsWorkunits"); +WUResult.prototype.publish("user", "", "string", "User ID"); +WUResult.prototype.publish("password", "", "string", "Password"); +WUResult.prototype.publish("wuid", "", "string", "Workunit ID"); +WUResult.prototype.publish("resultName", "", "string", "Result Name"); +WUResult.prototype.publish("sequence", undefined, "number", "Sequence Number"); +WUResult.prototype.publish("nodeGroup", "", "string", "NodeGroup"); +WUResult.prototype.publish("logicalFile", "", "string", "Logical File Name"); +WUResult.prototype.publish("filter", {}, "object", "Filter"); diff --git a/packages/eclwatch/src/WUResultStore.ts b/packages/eclwatch/src/WUResultStore.ts index c47b6e3303..dcedc5820c 100644 --- a/packages/eclwatch/src/WUResultStore.ts +++ b/packages/eclwatch/src/WUResultStore.ts @@ -14,7 +14,7 @@ function safeEncode(item) { case "[object String]": return entitiesEncode(item); default: - console.warn("Unknown cell type: " + Object.prototype.toString.call(item)); + console.warn("Unknown cell type: " + Object.prototype.toString.call(item)); } return item; } diff --git a/packages/eclwatch/src/WUScopeController.ts b/packages/eclwatch/src/WUScopeController.ts index 2d97c84e7b..45688d4f28 100644 --- a/packages/eclwatch/src/WUScopeController.ts +++ b/packages/eclwatch/src/WUScopeController.ts @@ -2,7 +2,7 @@ import { Icon } from "@hpcc-js/common"; import { BaseScope, ScopeEdge, ScopeGraph, ScopeSubgraph, ScopeVertex } from "@hpcc-js/comms"; import { Edge, IGraphData, Lineage, Subgraph, Vertex } from "@hpcc-js/graph"; import { Edge as UtilEdge, Subgraph as UtilSubgraph, Vertex as UtilVertex } from "@hpcc-js/util"; -import { WUGraphLegendData } from "./WUGraphLegend"; +import { WUGraphLegendData } from "./WUGraphLegend.ts"; export type VertexType = Vertex | Icon; diff --git a/packages/eclwatch/src/index.ts b/packages/eclwatch/src/index.ts index 69574276b1..f4266e4cde 100644 --- a/packages/eclwatch/src/index.ts +++ b/packages/eclwatch/src/index.ts @@ -1,7 +1,7 @@ -export * from "./__package__"; -export * from "./ECLArchiveViewer"; -export * from "./WUGraph"; -export * from "./WUResult"; -export * from "./WUScopeController"; -export * from "./WUStatus"; -export * from "./WUTimeline"; +export * from "./__package__.ts"; +export * from "./ECLArchiveViewer.ts"; +export * from "./WUGraph.ts"; +export * from "./WUResult.ts"; +export * from "./WUScopeController.ts"; +export * from "./WUStatus.ts"; +export * from "./WUTimeline.ts"; diff --git a/packages/eclwatch/tests/eclwatch.browser.spec.ts b/packages/eclwatch/tests/eclwatch.browser.spec.ts new file mode 100644 index 0000000000..22b279c209 --- /dev/null +++ b/packages/eclwatch/tests/eclwatch.browser.spec.ts @@ -0,0 +1,90 @@ +// import * as eclwatch from "@hpcc-js/eclwatch"; +// import { ECLArchiveViewer, WUGraph, WUResult, WUStatus, WUTimeline } from "@hpcc-js/eclwatch"; +import { Class, HTMLWidget, SVGWidget } from "@hpcc-js/common"; +import { describe, it, expect } from "vitest"; +import { classDef } from "../../common/tests/index.ts"; + +const urlSearch: string = window.location.href.split("?")[1]; + +const ESP_URL = "http://localhost:8010/"; +const WUID = "W20241111-173942"; + +describe("@hpcc-js/eclwatch", async () => { + const script = document.createElement('script'); + script.src = import.meta.resolve("../../dgrid-shim/dist/index.js"); + script.type = 'text/javascript'; + document.head.appendChild(script); + + await new Promise((resolve) => { + script.onload = () => { + resolve(); + } + }); + + it("Shim Loaded", () => { + expect(globalThis["@hpcc-js/dgrid-shim"]).to.exist; + }); + + const eclwatchMod = await import("@hpcc-js/eclwatch"); + + it("dgridMod Loaded", () => { + expect(eclwatchMod).to.exist; + }); + + for (const key in eclwatchMod) { + const item = (eclwatchMod as any)[key]; + if (item) { + if (!urlSearch || urlSearch === item.prototype.constructor.name) { + describe(`${item.prototype?.constructor?.name}`, () => { + it("Simple", () => { + expect(true).to.be.true; + }); + if (item.prototype instanceof Class) { + classDef("eclwatch", item); + } + if (item.prototype instanceof HTMLWidget || item.prototype instanceof SVGWidget) { + switch (item.prototype.constructor) { + case eclwatchMod.ECLArchiveViewer: + new eclwatchMod.ECLArchiveViewer() + .baseUrl(ESP_URL) + .wuid(WUID) + ; + break; + case eclwatchMod.WUGraph: + new eclwatchMod.WUGraph() + .baseUrl(ESP_URL) + .wuid(WUID) + .graphID("graph1") + ; + break; + case eclwatchMod.WUResult: + new eclwatchMod.WUResult() + .baseUrl(ESP_URL) + .wuid(WUID) + .resultName("Result 1") + ; + break; + case eclwatchMod.WUStatus: + new eclwatchMod.WUStatus() + .baseUrl(ESP_URL) + .wuid(WUID) + ; + break; + case eclwatchMod.WUTimeline: + new eclwatchMod.WUTimeline() + .baseUrl(ESP_URL) + .wuid(WUID) + ; + break; + + default: + it("Has render test", () => { + expect(false).to.be.true; + }); + } + } + }); + } + } + } +}); diff --git a/packages/eclwatch/tsconfig.json b/packages/eclwatch/tsconfig.json index fcf6bea2e7..3cd3be3a69 100644 --- a/packages/eclwatch/tsconfig.json +++ b/packages/eclwatch/tsconfig.json @@ -1,31 +1,25 @@ { - "extends": "../tsconfig.settings.json", "compilerOptions": { - "rootDir": "./src", - "outDir": "./lib-umd", - "declarationDir": "./types", + "rootDir": "src", + "module": "NodeNext", + "target": "ESNext", + "resolveJsonModule": true, + "emitDeclarationOnly": true, + "declaration": true, + "declarationDir": "types", + "strict": false, + "noImplicitAny": false, + "noImplicitThis": false, + "strictNullChecks": false, + "skipLibCheck": true, + "allowImportingTsExtensions": true, + "lib": [ + "DOM", + "ESNext", + "ES2020" + ] }, "include": [ - "./src/**/*" - ], - "references": [ - { - "path": "../common" - }, - { - "path": "../comms" - }, - { - "path": "../dgrid" - }, - { - "path": "../graph" - }, - { - "path": "../layout" - }, - { - "path": "../timeline" - }, + "./src/index.ts" ] } \ No newline at end of file diff --git a/packages/eclwatch/vitest.workspace.ts b/packages/eclwatch/vitest.workspace.ts new file mode 100644 index 0000000000..fa7bb0720b --- /dev/null +++ b/packages/eclwatch/vitest.workspace.ts @@ -0,0 +1,6 @@ +import { defineWorkspace } from 'vitest/config'; +import baseWorkspace from '../../vitest.workspace.ts'; + +export default defineWorkspace([ + ...baseWorkspace +]) \ No newline at end of file diff --git a/packages/esbuild-plugins/CHANGELOG.md b/packages/esbuild-plugins/CHANGELOG.md index 4864eb501c..06aff7ee90 100644 --- a/packages/esbuild-plugins/CHANGELOG.md +++ b/packages/esbuild-plugins/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.0](https://github.com/hpcc-systems/Visualization/compare/esbuild-plugins-v1.1.2...esbuild-plugins-v1.2.0) (2024-10-24) + + +### Features + +* Add esbuild-plugins package ([02ae102](https://github.com/hpcc-systems/Visualization/commit/02ae102f9cc6011be58ae0a51a0d01f494fac4de)) +* Additional VitePress Support ([80b8089](https://github.com/hpcc-systems/Visualization/commit/80b8089e96f1841c52f05e10c6a1c880b739a521)) +* Switch to esbuild (common, api, chart) ([a855017](https://github.com/hpcc-systems/Visualization/commit/a855017b8b35ee53ca4a3a060973bf4b87c8916b)) +* Switch to esbuild and ESM first packaging ([b752510](https://github.com/hpcc-systems/Visualization/commit/b752510b5074fbc9a606e4d189412798c241f414)) +* Switch to esbuild and ESM first packaging (comms) ([3bc7e54](https://github.com/hpcc-systems/Visualization/commit/3bc7e54da7a70d5bfc57ea4b1a87fb02913cbf40)) + + +### Bug Fixes + +* esbuild for Node should not bundle by default ([e379154](https://github.com/hpcc-systems/Visualization/commit/e37915451fb32d7b6b6796ecf19ef4a0292b9419)) +* Sourcemap for watch was different to build ([8811920](https://github.com/hpcc-systems/Visualization/commit/88119207d09e861d0bd86145134d2736bbb49fd3)) + ## [1.2.0](https://github.com/hpcc-systems/Visualization/compare/esbuild-plugins-v1.1.2...esbuild-plugins-v1.2.0) (2024-10-23) diff --git a/packages/esbuild-plugins/src/build.ts b/packages/esbuild-plugins/src/build.ts index aec95512a5..49abf8842c 100644 --- a/packages/esbuild-plugins/src/build.ts +++ b/packages/esbuild-plugins/src/build.ts @@ -56,16 +56,19 @@ export type TplOptions = { keepNames?: boolean; external?: string[]; plugins?: Plugin[]; - supported?: Record + supported?: Record; + alias?: Record; }; -export function browserTpl(input: string, output: string, { format = "esm", globalName, libraryName, keepNames, external = [], plugins = [] }: TplOptions = {}) { + +export function browserTpl(input: string, output: string, { format = "esm", globalName, libraryName, keepNames, external = [], plugins = [], alias = {} }: TplOptions = {}) { return buildWatch(input, format, external, { outfile: `${output}.${format === "esm" ? "js" : `${format}.js`}`, platform: "browser", target: "es2022", globalName, keepNames, - plugins: format === "umd" ? [umdWrapper({ libraryName }), ...plugins] : [...plugins] + plugins: format === "umd" ? [umdWrapper({ libraryName }), ...plugins] : [...plugins], + alias } as BuildOptions); } diff --git a/packages/esbuild-plugins/src/remove-strict.ts b/packages/esbuild-plugins/src/remove-strict.ts index 8a764dd47f..b87f059412 100644 --- a/packages/esbuild-plugins/src/remove-strict.ts +++ b/packages/esbuild-plugins/src/remove-strict.ts @@ -8,11 +8,9 @@ export function removeStrict(): Plugin { build.initialOptions.write = false; build.onEnd((result) => { result?.outputFiles?.forEach(file => { + console.log(file.path); if (file.path.endsWith(".js")) { const contents = file.text.replace(/"use strict";/g, ""); - if (contents.indexOf("use strict") >= 0) { - console.error("remove-strict: ", file.path); - } writeFileSync(file.path, contents, { encoding: "utf8" }); } else { writeFileSync(file.path, file.contents, { encoding: "binary" }); diff --git a/packages/form/.vscode/launch.json b/packages/form/.vscode/launch.json new file mode 100644 index 0000000000..7c2436335f --- /dev/null +++ b/packages/form/.vscode/launch.json @@ -0,0 +1,47 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "test-browser", + "type": "msedge", + "request": "launch", + "url": "http://localhost:8888", + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, + { + "name": "test-node", + "type": "node", + "request": "launch", + "runtimeArgs": [ + "run-script", + "test-node" + ], + "runtimeExecutable": "npm", + "skipFiles": [ + "/**" + ], + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, + { + "name": "index.html", + "request": "launch", + "type": "msedge", + "url": "file:///${workspaceFolder}/index.html", + "runtimeArgs": [ + "--disable-web-security" + ], + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ] + } + ] +} \ No newline at end of file diff --git a/packages/form/.vscode/tasks.json b/packages/form/.vscode/tasks.json index 7fffdb949c..120545d06c 100644 --- a/packages/form/.vscode/tasks.json +++ b/packages/form/.vscode/tasks.json @@ -1,20 +1,36 @@ { - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { + "label": "gen-types-watch", "type": "npm", - "script": "compile-umd-watch", - "group": { - "kind": "build", - "isDefault": true - }, + "script": "gen-types-watch", "problemMatcher": [ "$tsc-watch" ], - "label": "npm: compile-umd-watch", - "detail": "tsc --module umd --outDir ./lib-umd --watch" + "presentation": { + "group": "group-build" + } + }, + { + "label": "bundle-watch", + "type": "npm", + "script": "bundle-watch", + "problemMatcher": [], + "presentation": { + "group": "group-build" + } + }, + { + "label": "build", + "dependsOn": [ + "gen-types-watch", + "bundle-watch", + ], + "group": { + "kind": "build", + "isDefault": true + } } ] } \ No newline at end of file diff --git a/packages/form/esbuild.js b/packages/form/esbuild.js new file mode 100644 index 0000000000..67b91a9988 --- /dev/null +++ b/packages/form/esbuild.js @@ -0,0 +1,29 @@ +import { browserTpl } from "@hpcc-js/esbuild-plugins"; +import pkg from "./package.json" with { type: "json" }; + +// config --- +await Promise.all([ + browserTpl("src/index.ts", "dist/index", { + keepNames: true, + alias: { + "d3-array": "@hpcc-js/common", + "d3-brush": "@hpcc-js/common", + "d3-collection": "@hpcc-js/common", + "d3-color": "@hpcc-js/common", + "d3-dispatch": "@hpcc-js/common", + "d3-drag": "@hpcc-js/common", + "d3-dsv": "@hpcc-js/common", + "d3-ease": "@hpcc-js/common", + "d3-format": "@hpcc-js/common", + "d3-interpolate": "@hpcc-js/common", + "d3-scale": "@hpcc-js/common", + "d3-selection": "@hpcc-js/common", + "d3-time-format": "@hpcc-js/common", + "d3-transition": "@hpcc-js/common", + "d3-zoom": "@hpcc-js/common" + }, + external: [ + ...Object.keys(pkg.dependencies), + ] + }) +]); diff --git a/packages/form/index.html b/packages/form/index.html new file mode 100644 index 0000000000..6f902b3894 --- /dev/null +++ b/packages/form/index.html @@ -0,0 +1,97 @@ + + + + + Home + + + + + + + +

ESM Quick Test

+
+ + + + + \ No newline at end of file diff --git a/packages/form/package.json b/packages/form/package.json index 45b6332ae2..9b4c88f274 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,55 +1,53 @@ { "name": "@hpcc-js/form", - "version": "2.12.0", + "version": "3.0.0", "description": "hpcc-js - Viz Form", - "main": "dist/index.js", - "module": "dist/index.es6", - "unpkg": "dist/index.min.js", - "jsdelivr": "dist/index.min.js", - "types": "types/index.d.ts", - "typesVersions": { - "<3.8": { - "*": [ - "types-3.4/index.d.ts" - ] - } + "type": "module", + "exports": { + ".": { + "types": "./types/index.d.ts", + "default": "./dist/index.js" + }, + "./dist/*": "./dist/*" }, + "module": "./dist/index.js", + "browser": "./dist/index.js", + "types": "./types/index.d.ts", "files": [ "dist/*", + "src/*", "types/*", - "types-3.4/*", - "src/*" + "font-awesome/**/*" ], "scripts": { - "clean": "rimraf --glob lib* types dist *.tsbuildinfo", - "compile-es6": "tsc --module es6 --outDir ./lib-es6", - "compile-es6-watch": "npm run compile-es6 -- -w", - "compile-umd": "tsc --module umd --outDir ./lib-umd", - "compile-umd-watch": "npm run compile-umd -- -w", - "bundle": "rollup -c", - "bundle-watch": "npm run bundle -- -w", - "minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js", - "gen-legacy-types": "downlevel-dts ./types ./types-3.4", - "build": "npm run compile-es6 && npm run bundle", - "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch", + "clean": "rimraf --glob lib* types dist *.tsbuildinfo .turbo", + "bundle": "node esbuild.js", + "bundle-watch": "npm run bundle -- --development --watch", + "gen-types": "tsc --project tsconfig.json", + "gen-types-watch": "npm run gen-types -- --watch", + "build": "run-p gen-types bundle", "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js", "lint": "eslint ./src", + "lint-fix": "eslint --fix src/**/*.ts", "docs": "typedoc --options tdoptions.json .", - "update": "npx --yes npm-check-updates -u -t minor" + "test-browser": "vitest run --project browser", + "test": "vitest run", + "coverage": "vitest run --coverage", + "update": "npx --yes npm-check-updates -u -t minor", + "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^2.14.0", - "@hpcc-js/chart": "^2.86.0", - "@hpcc-js/common": "^2.73.0" + "@hpcc-js/api": "^3.1.0", + "@hpcc-js/chart": "^3.1.0", + "@hpcc-js/common": "^3.0.0" }, "devDependencies": { - "@hpcc-js/bundle": "^2.12.0", + "@hpcc-js/esbuild-plugins": "^1.2.0", "d3-brush": "^1", "d3-color": "3.1.0", "d3-drag": "^1", "d3-scale": "^1", - "d3-selection": "^1", - "tslib": "2.7.0" + "d3-selection": "^1" }, "repository": { "type": "git", diff --git a/packages/form/rollup.config.mjs b/packages/form/rollup.config.mjs deleted file mode 100644 index 3e0b2b9d2a..0000000000 --- a/packages/form/rollup.config.mjs +++ /dev/null @@ -1,56 +0,0 @@ -import { external, globals } from "@hpcc-js/bundle"; -import alias from '@rollup/plugin-alias'; -import commonjs from '@rollup/plugin-commonjs'; -import sourcemaps from 'rollup-plugin-sourcemaps'; -import nodeResolve from '@rollup/plugin-node-resolve'; -import postcss from "rollup-plugin-postcss"; - -import pkg from "./package.json" with { type: "json" }; - -export default { - input: "lib-es6/index", - external: external, - output: [{ - file: pkg.main, - format: "umd", - sourcemap: true, - globals: globals, - name: pkg.name - }, { - file: pkg.module + ".js", - format: "es", - sourcemap: true, - globals: globals, - name: pkg.name - }], - plugins: [ - alias({ - entries: [ - { find: "d3-array", replacement: "@hpcc-js/common" }, - { find: "d3-brush", replacement: "@hpcc-js/common" }, - { find: "d3-collection", replacement: "@hpcc-js/common" }, - { find: "d3-color", replacement: "@hpcc-js/common" }, - { find: "d3-dispatch", replacement: "@hpcc-js/common" }, - { find: "d3-drag", replacement: "@hpcc-js/common" }, - { find: "d3-dsv", replacement: "@hpcc-js/common" }, - { find: "d3-ease", replacement: "@hpcc-js/common" }, - { find: "d3-format", replacement: "@hpcc-js/common" }, - { find: "d3-interpolate", replacement: "@hpcc-js/common" }, - { find: "d3-scale", replacement: "@hpcc-js/common" }, - { find: "d3-selection", replacement: "@hpcc-js/common" }, - { find: "d3-time-format", replacement: "@hpcc-js/common" }, - { find: "d3-transition", replacement: "@hpcc-js/common" }, - { find: "d3-zoom", replacement: "@hpcc-js/common" } - ] - }), - nodeResolve({ - preferBuiltins: true - }), - commonjs({}), - sourcemaps(), - postcss({ - extensions: [".css"], - minimize: true - }) - ] -}; \ No newline at end of file diff --git a/packages/form/src/Button.ts b/packages/form/src/Button.ts index 51bec0ecb0..483dcf308e 100644 --- a/packages/form/src/Button.ts +++ b/packages/form/src/Button.ts @@ -36,16 +36,17 @@ export class Button extends HTMLWidget { this._inputElement[0].text(this.value()); } - - // IInput --- - name: { (): string; (_: string): Button }; - name_exists: () => boolean; - label: { (): string; (_: string): Button }; - label_exists: () => boolean; - value: { (): any; (_: any): Button }; - value_exists: () => boolean; - validate: { (): string; (_: string): Button }; - validate_exists: () => boolean; } Button.prototype._class += " form_Button"; Button.prototype.implements(IInput.prototype); + +export interface Button { + name(): string; + name(_: string): Button; + label(): string; + label(_: string): Button; + value(): any; + value(_: any): Button; + validate(): string; + validate(_: string): Button; +} diff --git a/packages/form/src/CheckBox.ts b/packages/form/src/CheckBox.ts index 0edc2b3c6d..4aed064243 100644 --- a/packages/form/src/CheckBox.ts +++ b/packages/form/src/CheckBox.ts @@ -75,21 +75,29 @@ export class CheckBox extends HTMLWidget { } this._inputElement[0].html(optionHTML); } - - selectOptions: { (): any[]; (_: any[]): CheckBox }; - selectOptions_exists: () => boolean; - - // IInput --- - name: { (): string; (_: string): CheckBox }; - name_exists: () => boolean; - label: { (): string; (_: string): CheckBox }; - label_exists: () => boolean; - value: { (): any; (_: any): CheckBox }; - value_exists: () => boolean; - validate: { (): string; (_: string): CheckBox }; - validate_exists: () => boolean; } CheckBox.prototype._class += " form_CheckBox"; CheckBox.prototype.implements(IInput.prototype); +export interface CheckBox { + // IInput --- + name(): string; + name(_: string): this; + name_exists(): boolean; + label(): string; + label(_: string): this; + label_exists(): boolean; + value(): any; + value(_: any): this; + value_exists(): boolean; + validate(): string; + validate(_: string): this; + validate_exists(): boolean; + + // Properties --- + selectOptions(): any[]; + selectOptions(_: any[]): this; + selectOptions_exists(): boolean; +} + CheckBox.prototype.publish("selectOptions", [], "array", "Array of options used to fill a dropdown list"); diff --git a/packages/form/src/ColorInput.ts b/packages/form/src/ColorInput.ts index b85547e50f..cbdf326b05 100644 --- a/packages/form/src/ColorInput.ts +++ b/packages/form/src/ColorInput.ts @@ -60,16 +60,22 @@ export class ColorInput extends HTMLWidget { this._inputElement[1].style("height", (bbox.height - 2) + "px"); } - - // IInput --- - name: { (): string; (_: string): ColorInput }; - name_exists: () => boolean; - label: { (): string; (_: string): ColorInput }; - label_exists: () => boolean; - value: { (): any; (_: any): ColorInput }; - value_exists: () => boolean; - validate: { (): string; (_: string): ColorInput }; - validate_exists: () => boolean; } ColorInput.prototype._class += " form_ColorInput"; ColorInput.prototype.implements(IInput.prototype); + +export interface ColorInput { + // IInput --- + name(): string; + name(_: string): this; + name_exists(): boolean; + label(): string; + label(_: string): this; + label_exists(): boolean; + value(): any; + value(_: any): this; + value_exists(): boolean; + validate(): string; + validate(_: string): this; + validate_exists(): boolean; +} diff --git a/packages/form/src/FieldForm.ts b/packages/form/src/FieldForm.ts index 9c4cb77e64..4675b6e793 100644 --- a/packages/form/src/FieldForm.ts +++ b/packages/form/src/FieldForm.ts @@ -1,6 +1,6 @@ import { Database } from "@hpcc-js/common"; -import { Form } from "./Form"; -import { Input } from "./Input"; +import { Form } from "./Form.ts"; +import { Input } from "./Input.ts"; import "../src/Form.css"; diff --git a/packages/form/src/Form.ts b/packages/form/src/Form.ts index 4ce46e05fd..8c33072d3d 100644 --- a/packages/form/src/Form.ts +++ b/packages/form/src/Form.ts @@ -1,5 +1,5 @@ import { d3Event, HTMLWidget, select as d3Select, SVGWidget, Widget, WidgetArray } from "@hpcc-js/common"; -import { Button } from "./Button"; +import { Button } from "./Button.ts"; import "../src/Form.css"; @@ -308,21 +308,28 @@ export class Form extends HTMLWidget { click(row, col, sel) { } - - validate: { (): boolean; (_: boolean): Form }; - validate_exists: () => boolean; - inputs: { (): any[]; (_: any[]): Form }; - inputs_exists: () => boolean; - inputs_reset: () => void; - showSubmit: { (): boolean; (_: boolean): Form }; - showSubmit_exists: () => boolean; - omitBlank: { (): boolean; (_: boolean): Form }; - omitBlank_exists: () => boolean; - allowEmptyRequest: { (): boolean; (_: boolean): Form }; - allowEmptyRequest_exists: () => boolean; } Form.prototype._class += " form_Form"; +export interface Form { + validate(): boolean; + validate(_: boolean): this; + validate_exists(): boolean; + inputs(): any[]; + inputs(_: any[]): this; + inputs_exists(): boolean; + inputs_reset(): void; + showSubmit(): boolean; + showSubmit(_: boolean): this; + showSubmit_exists(): boolean; + omitBlank(): boolean; + omitBlank(_: boolean): this; + omitBlank_exists(): boolean; + allowEmptyRequest(): boolean; + allowEmptyRequest(_: boolean): this; + allowEmptyRequest_exists(): boolean; +} + Form.prototype.publish("validate", true, "boolean", "Enable/Disable input validation"); Form.prototype.publish("inputs", [], "widgetArray", "Array of input widgets", null, { render: false }); Form.prototype.publish("showSubmit", true, "boolean", "Show Submit/Cancel Controls"); diff --git a/packages/form/src/Input.ts b/packages/form/src/Input.ts index 0327016239..4e38c0ff56 100644 --- a/packages/form/src/Input.ts +++ b/packages/form/src/Input.ts @@ -1,5 +1,5 @@ import { IInput } from "@hpcc-js/api"; -import { HTMLWidget } from "@hpcc-js/common"; +import { Database, HTMLWidget } from "@hpcc-js/common"; import "../src/Input.css"; @@ -90,32 +90,47 @@ export class Input extends HTMLWidget { } } - type: { (): string; (_: string): Input }; - type_exists: () => boolean; - type_default: { (): string; (_: string): Input }; - inlineLabel: { (): string; (_: string): Input }; - inlineLabel_exists: () => boolean; - - // IInput --- - name: { (): string; (_: string): Input }; - name_exists: () => boolean; - label: { (): string; (_: string): Input }; - label_exists: () => boolean; - value: { (): any; (_: any): Input }; - value_exists: () => boolean; - validate: { (): string; (_: string): Input }; - validate_exists: () => boolean; - // IInput Events --- - blur: (w: Input) => void; - keyup: (w: Input) => void; - focus: (w: Input) => void; - click: (w: Input) => void; - dblclick: (w: Input) => void; - change: (w: Input, complete: boolean) => void; + blur(w: Input) { + } + keyup(w: Input) { + } + focus(w: Input) { + } + click(w: Input) { + } + dblclick(w: Input) { + } + change(w: Input, complete: boolean) { + } } Input.prototype._class += " form_Input"; Input.prototype.implements(IInput.prototype); -Input.prototype.publish("type", "text", "set", "Input type", ["number", "button", "checkbox", "date", "text", "textarea", "search", "email", "time", "datetime", "hidden"]); +export interface Input { + // IInput --- + name(): string; + name(_: string): this; + name_exists(): boolean; + label(): string; + label(_: string): this; + label_exists(): boolean; + value(): any; + value(_: any): this; + value_exists(): boolean; + validate(): string; + validate(_: string): this; + validate_exists(): boolean; + + // Properties --- + type(): Database.FieldType | "button" | "checkbox" | "text" | "textarea" | "search" | "email" | "datetime"; + type(_: Database.FieldType | "button" | "checkbox" | "text" | "textarea" | "search" | "email" | "datetime"): this; + type_exists(): boolean; + type_default(): string; + inlineLabel(): string; + inlineLabel(_: string): this; + inlineLabel_exists(): boolean; +} + +Input.prototype.publish("type", "text", "set", "Input type", ["string", "number", "boolean", "date", "time", "hidden", "nested", "button", "checkbox", "text", "textarea", "search", "email", "datetime"]); Input.prototype.publish("inlineLabel", null, "string", "Input Label", null, { optional: true }); diff --git a/packages/form/src/InputRange.ts b/packages/form/src/InputRange.ts index 211f7386cb..b2f0be1d86 100644 --- a/packages/form/src/InputRange.ts +++ b/packages/form/src/InputRange.ts @@ -62,25 +62,34 @@ export class InputRange extends HTMLWidget { .property("value", this._rangeData.length > idx ? this._rangeData[idx] : ""); }, this); } - - type: { (): string; (_: string): InputRange }; - type_exists: () => boolean; - inlineLabel: { (): string; (_: string): InputRange }; - inlineLabel_exists: () => boolean; - value: { (): any[]; (_: any[]): InputRange }; - value_exists: () => boolean; - - // IInput --- - name: { (): string; (_: string): InputRange }; - name_exists: () => boolean; - label: { (): string; (_: string): InputRange }; - label_exists: () => boolean; - validate: { (): string; (_: string): InputRange }; - validate_exists: () => boolean; } InputRange.prototype._class += " form_InputRange"; InputRange.prototype.implements(IInput.prototype); +export interface InputRange { + // IInput --- + name(): string; + name(_: string): this; + name_exists(): boolean; + label(): string; + label(_: string): this; + label_exists(): boolean; + value(): any[]; + value(_: any[]): this; + value_exists(): boolean; + validate(): string; + validate(_: string): this; + validate_exists(): boolean; + + // Properties --- + type(): string; + type(_: string): this; + type_exists(): boolean; + inlineLabel(): string; + inlineLabel(_: string): this; + inlineLabel_exists(): boolean; +} + InputRange.prototype.publish("type", "text", "set", "InputRange type", ["number", "date", "text", "time", "datetime", "hidden"]); InputRange.prototype.publish("inlineLabel", null, "string", "InputRange Label", null, { optional: true }); InputRange.prototype.publish("value", ["", ""], "array", "Input Current Value", null, { override: true }); diff --git a/packages/form/src/OnOff.ts b/packages/form/src/OnOff.ts index 8725fec124..623afa3c61 100644 --- a/packages/form/src/OnOff.ts +++ b/packages/form/src/OnOff.ts @@ -96,19 +96,24 @@ export class OnOff extends HTMLWidget { .style("background-color", this.onColor()) ; } - - // IInput --- - name: { (): string; (_: string): OnOff }; - name_exists: () => boolean; - label: { (): string; (_: string): OnOff }; - label_exists: () => boolean; - value: { (): any; (_: any): OnOff }; - value_exists: () => boolean; - validate: { (): string; (_: string): OnOff }; - validate_exists: () => boolean; } OnOff.prototype._class += " form_OnOff"; export interface OnOff { + // IInput --- + name(): string; + name(_: string): this; + name_exists(): boolean; + label(): string; + label(_: string): this; + label_exists(): boolean; + value(): any; + value(_: any): this; + value_exists(): boolean; + validate(): string; + validate(_: string): this; + validate_exists(): boolean; + + // Properties --- marginLeft(): number; marginLeft(_: number): this; marginBottom(): number; diff --git a/packages/form/src/Radio.ts b/packages/form/src/Radio.ts index 6db2c29c39..e32a273cd9 100644 --- a/packages/form/src/Radio.ts +++ b/packages/form/src/Radio.ts @@ -55,21 +55,29 @@ export class Radio extends HTMLWidget { } }); } - - selectOptions: { (): any[]; (_: any[]): Radio }; - selectOptions_exists: () => boolean; - - // IInput --- - name: { (): string; (_: string): Radio }; - name_exists: () => boolean; - label: { (): string; (_: string): Radio }; - label_exists: () => boolean; - value: { (): any; (_: any): Radio }; - value_exists: () => boolean; - validate: { (): string; (_: string): Radio }; - validate_exists: () => boolean; } Radio.prototype._class += " form_Radio"; Radio.prototype.implements(IInput.prototype); +export interface Radio { + // IInput --- + name(): string; + name(_: string): this; + name_exists(): boolean; + label(): string; + label(_: string): this; + label_exists(): boolean; + value(): any; + value(_: any): this; + value_exists(): boolean; + validate(): string; + validate(_: string): this; + validate_exists(): boolean; + + // Properties --- + selectOptions(): any[]; + selectOptions(_: any[]): this; + selectOptions_exists(): boolean; +} + Radio.prototype.publish("selectOptions", [], "array", "Array of options used to fill a dropdown list"); diff --git a/packages/form/src/Range.ts b/packages/form/src/Range.ts index 052fd690c1..005f9f7c02 100644 --- a/packages/form/src/Range.ts +++ b/packages/form/src/Range.ts @@ -72,31 +72,43 @@ export class Range extends HTMLWidget { } this._inputElement[0].html(optionHTML); } - - type: { (): string; (_: string): Range }; - type_exists: () => boolean; - selectOptions: { (): any[]; (_: any[]): Range }; - selectOptions_exists: () => boolean; - low: { (): number; (_: number): Range }; - low_exists: () => boolean; - high: { (): number; (_: number): Range }; - high_exists: () => boolean; - step: { (): number; (_: number): Range }; - step_exists: () => boolean; - - // IInput --- - name: { (): string; (_: string): Range }; - name_exists: () => boolean; - label: { (): string; (_: string): Range }; - label_exists: () => boolean; - value: { (): any; (_: any): Range }; - value_exists: () => boolean; - validate: { (): string; (_: string): Range }; - validate_exists: () => boolean; } Range.prototype._class += " form_Range"; Range.prototype.implements(IInput.prototype); +export interface Range { + // IInput --- + name(): string; + name(_: string): this; + name_exists(): boolean; + label(): string; + label(_: string): this; + label_exists(): boolean; + value(): any; + value(_: any): this; + value_exists(): boolean; + validate(): string; + validate(_: string): this; + validate_exists(): boolean; + + // Properties --- + type(): string; + type(_: string): this; + type_exists(): boolean; + selectOptions(): any[]; + selectOptions(_: any[]): this; + selectOptions_exists(): boolean; + low(): number; + low(_: number): this; + low_exists(): boolean; + high(): number; + high(_: number): this; + high_exists(): boolean; + step(): number; + step(_: number): this; + step_exists(): boolean; +} + Range.prototype.publish("type", "text", "set", "Input type", ["html-color", "number", "checkbox", "button", "select", "textarea", "date", "text", "range", "search", "email", "time", "datetime"]); Range.prototype.publish("selectOptions", [], "array", "Array of options used to fill a dropdown list"); Range.prototype.publish("low", null, "number", "Minimum value for Range input"); diff --git a/packages/form/src/Select.ts b/packages/form/src/Select.ts index c131cd662f..64a6df08bb 100644 --- a/packages/form/src/Select.ts +++ b/packages/form/src/Select.ts @@ -57,24 +57,33 @@ export class Select extends HTMLWidget { } this._inputElement[0].html(optionHTML); } - - selectOptions: { (): any[]; (_: any[]): Select }; - selectOptions_exists: () => boolean; - maxWidth: { (): number; (_: number): Select }; - maxWidth_exists: () => boolean; - - // IInput --- - name: { (): string; (_: string): Select }; - name_exists: () => boolean; - label: { (): string; (_: string): Select }; - label_exists: () => boolean; - value: { (): any; (_: any): Select }; - value_exists: () => boolean; - validate: { (): string; (_: string): Select }; - validate_exists: () => boolean; } Select.prototype._class += " form_Select"; Select.prototype.implements(IInput.prototype); +export interface Select { + // IInput --- + name(): string; + name(_: string): this; + name_exists(): boolean; + label(): string; + label(_: string): this; + label_exists(): boolean; + value(): any; + value(_: any): this; + value_exists(): boolean; + validate(): string; + validate(_: string): this; + validate_exists(): boolean; + + // Properties --- + selectOptions(): any[]; + selectOptions(_: any[]): this; + selectOptions_exists(): boolean; + maxWidth(): number; + maxWidth(_: number): this; + maxWidth_exists(): boolean; +} + Select.prototype.publish("selectOptions", [], "array", "Array of options used to fill a dropdown list"); Select.prototype.publish("maxWidth", 120, "number", "Width", null, { optional: true }); diff --git a/packages/form/src/Slider.ts b/packages/form/src/Slider.ts index 87e863556d..b4ea8fc8a5 100644 --- a/packages/form/src/Slider.ts +++ b/packages/form/src/Slider.ts @@ -270,13 +270,17 @@ export class Slider extends SVGWidget { return retVal; }; - name: (_?: string) => string | this; - change: (_: Slider) => void; } Slider.prototype._class += " form_Slider"; Slider.prototype.implements(IInput.prototype); export interface Slider { + // IInput --- + name(): string; + name(_: string): this; + change(_: Slider): void; + + // Properties --- padding(): number; padding(_: number): this; fontSize(): number; @@ -357,7 +361,7 @@ Slider.prototype.publish("tickDateFormat", null, "string"); Slider.prototype.publish("tickValueFormat", ",.0f", "string"); const name = Slider.prototype.name; -Slider.prototype.name = function (_: any): any { +Slider.prototype.name = function (_?: any): any { const retVal = name.apply(this, arguments); if (arguments.length) { const val = _ instanceof Array ? _ : [_]; diff --git a/packages/form/src/TextArea.ts b/packages/form/src/TextArea.ts index 68267a4fb3..f10dd67ecf 100644 --- a/packages/form/src/TextArea.ts +++ b/packages/form/src/TextArea.ts @@ -1,4 +1,4 @@ -import { Input } from "./Input"; +import { Input } from "./Input.ts"; export class TextArea extends Input { constructor() { @@ -27,20 +27,27 @@ export class TextArea extends Input { ; } - rows: { (): number; (_: number): TextArea }; - rows_exists: () => boolean; - cols: { (): number; (_: number): TextArea }; - cols_exists: () => boolean; - wrap: { (): string; (_: string): TextArea }; - wrap_exists: () => boolean; - minHeight: { (): number; (_: number): TextArea }; - minHeight_exists: () => boolean; - spellcheck: { (): boolean; (_: boolean): TextArea }; - spellcheck_exists: () => boolean; - value: { (): any; (_: any): TextArea }; } TextArea.prototype._class += " form_TextArea"; +export interface TextArea { + rows(): number; + rows(_: number): this; + rows_exists(): boolean; + cols(): number; + cols(_: number): this; + cols_exists(): boolean; + wrap(): string; + wrap(_: string): this; + wrap_exists(): boolean; + minHeight(): number; + minHeight(_: number): this; + minHeight_exists(): boolean; + spellcheck(): boolean; + spellcheck(_: boolean): this; + spellcheck_exists(): boolean; +} + TextArea.prototype.publish("rows", null, "number", "Rows", null, { optional: true }); TextArea.prototype.publish("cols", null, "number", "Columns", null, { optional: true }); TextArea.prototype.publish("wrap", "off", "set", "Wrap", ["off", "on"]); diff --git a/packages/form/src/index.ts b/packages/form/src/index.ts index 2b9b7b1847..17b7fc569d 100644 --- a/packages/form/src/index.ts +++ b/packages/form/src/index.ts @@ -1,14 +1,14 @@ -export * from "./__package__"; -export * from "./Button"; -export * from "./CheckBox"; -export * from "./ColorInput"; -export * from "./Form"; -export * from "./FieldForm"; -export * from "./Input"; -export * from "./InputRange"; -export * from "./OnOff"; -export * from "./Radio"; -export * from "./Range"; -export * from "./Select"; -export * from "./Slider"; -export * from "./TextArea"; +export * from "./__package__.ts"; +export * from "./Button.ts"; +export * from "./CheckBox.ts"; +export * from "./ColorInput.ts"; +export * from "./Form.ts"; +export * from "./FieldForm.ts"; +export * from "./Input.ts"; +export * from "./InputRange.ts"; +export * from "./OnOff.ts"; +export * from "./Radio.ts"; +export * from "./Range.ts"; +export * from "./Select.ts"; +export * from "./Slider.ts"; +export * from "./TextArea.ts"; diff --git a/packages/form/tests/form.browser.spec.ts b/packages/form/tests/form.browser.spec.ts new file mode 100644 index 0000000000..6adc44e8f0 --- /dev/null +++ b/packages/form/tests/form.browser.spec.ts @@ -0,0 +1,130 @@ +import * as form from "@hpcc-js/form"; +import { Button, CheckBox, ColorInput, FieldForm, Form, Input, InputRange, OnOff, Radio, Select, Slider, TextArea, Range } from "@hpcc-js/form"; +import { Class, Database, HTMLWidget, SVGWidget, WidgetArray } from "@hpcc-js/common"; +import { describe, it, expect } from "vitest"; +import { classDef, data, render } from "../../common/tests/index.ts"; + +const urlSearch: string = window.location.href.split("?")[1]; + +describe("@hpcc-js/form", () => { + for (const key in form) { + const item = (form as any)[key]; + if (item) { + if (!urlSearch || urlSearch === item.prototype.constructor.name) { + describe(`${item.prototype?.constructor?.name}`, () => { + it("Simple", () => { + expect(true).to.be.true; + }); + if (item.prototype instanceof Class) { + classDef("form", item); + } + if (item.prototype instanceof HTMLWidget || item.prototype instanceof SVGWidget) { + switch (item.prototype.constructor) { + case Button: + render(new Button() + .name("button-test") + .value("Button Test") + ); + break; + case ColorInput: + break; + case Radio: + break; + case CheckBox: + break; + case FieldForm: + render(new FieldForm() + .fields([ + new Database.Field().id("fname").label("First Name"), + new Database.Field().id("lname").label("Last Name"), + new Database.Field().id("age").label("Age") + ]) + .data([["Joe", "Bloggs", 42]]) + ); + break; + case Form: + render(new Form() + .inputs([ + new Input() + .name("textbox-test") + .label("Alphanumeric") + .type("text") + .validate("^[A-Za-z0-9]+$") + .value("SomeString123"), + new InputRange() + .name("textbox-range-test") + .label("Range") + .value(["SomeString001", "SomeString100"]), + new Input() + .name("number-test") + .label("Number Test") + .type("number") + .validate("\\d+") + .value(123), + new Select() + .name("select-test") + .label("Select Test") + .selectOptions(["A", "B", "C"]) + .value("B"), + new WidgetArray() + .content([ + new Input() + .name("textbox-test") + .label("Only Alpha") + .type("text") + .validate("^[A-Za-z]+$") + .value("SomeString"), + new CheckBox() + .name("checkbox-test") + .label("Checkbox Test") + .value(true), + new Radio() + .name("radio-test") + .label("Radio Test") + .value(true), + new Button() + .name("button-test") + .value("Button Test") + ]), + new TextArea() + .minHeight(64) + .rows(10) + .name("textarea-test") + .label("Textarea Test") + .value("Textarea Text") + , + new ColorInput() + .name("color-input-test") + .label("Color Input Test"), + new Slider() + .columns(data.Slider.simple.columns) + .data(data.Slider.simple.data) + ] + )); + break; + case Input: + break; + case InputRange: + break; + case OnOff: + break; + case Range: + break; + case Select: + break; + case TextArea: + break; + case Slider: + break; + + default: + it("Has render test", () => { + expect(false).to.be.true; + }); + } + } + }); + } + } + } +}); diff --git a/packages/form/tsconfig.json b/packages/form/tsconfig.json index f0f5dccce5..3cd3be3a69 100644 --- a/packages/form/tsconfig.json +++ b/packages/form/tsconfig.json @@ -1,22 +1,25 @@ { - "extends": "../tsconfig.settings.json", "compilerOptions": { - "rootDir": "./src", - "outDir": "./lib-umd", - "declarationDir": "./types", + "rootDir": "src", + "module": "NodeNext", + "target": "ESNext", + "resolveJsonModule": true, + "emitDeclarationOnly": true, + "declaration": true, + "declarationDir": "types", + "strict": false, + "noImplicitAny": false, + "noImplicitThis": false, + "strictNullChecks": false, + "skipLibCheck": true, + "allowImportingTsExtensions": true, + "lib": [ + "DOM", + "ESNext", + "ES2020" + ] }, "include": [ - "./src/**/*" - ], - "references": [ - { - "path": "../api" - }, - { - "path": "../chart" - }, - { - "path": "../common" - } + "./src/index.ts" ] } \ No newline at end of file diff --git a/packages/form/vitest.workspace.ts b/packages/form/vitest.workspace.ts new file mode 100644 index 0000000000..fa7bb0720b --- /dev/null +++ b/packages/form/vitest.workspace.ts @@ -0,0 +1,6 @@ +import { defineWorkspace } from 'vitest/config'; +import baseWorkspace from '../../vitest.workspace.ts'; + +export default defineWorkspace([ + ...baseWorkspace +]) \ No newline at end of file diff --git a/packages/graph/.vscode/launch.json b/packages/graph/.vscode/launch.json index 49992c3d58..7c2436335f 100644 --- a/packages/graph/.vscode/launch.json +++ b/packages/graph/.vscode/launch.json @@ -1,52 +1,47 @@ { - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { - "name": "Dev", + "name": "test-browser", "type": "msedge", "request": "launch", - "url": "file:///${workspaceRoot}/index.html", - "runtimeArgs": [ - "--allow-file-access-from-files", - "--disable-web-security" + "url": "http://localhost:8888", + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" ], - "webRoot": "${workspaceRoot}" }, { - "name": "lws", - "type": "msedge", + "name": "test-node", + "type": "node", "request": "launch", - "url": "http://localhost:8080/../packages/graph/index.html", "runtimeArgs": [ - "--allow-file-access-from-files", - "--disable-web-security" + "run-script", + "test-node" ], - "webRoot": "${workspaceRoot}" - }, - { - "type": "msedge", - "request": "launch", - "name": "index.md", - "url": "${workspaceFolder}/../../website/index.html?debug=1#packages/graph/docs/index.md", - "runtimeArgs": [ - "--allow-file-access-from-files", - "--disable-web-security" + "runtimeExecutable": "npm", + "skipFiles": [ + "/**" + ], + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" ], - "webRoot": "${workspaceFolder}/../../website" }, { - "type": "msedge", + "name": "index.html", "request": "launch", - "name": "http index.md", - "url": "http://localhost:8080/${workspaceFolder}/../../website/index.html?debug=1#packages/graph/docs/index.md", + "type": "msedge", + "url": "file:///${workspaceFolder}/index.html", "runtimeArgs": [ - "--allow-file-access-from-files", "--disable-web-security" ], - "webRoot": "${workspaceFolder}/../../website" + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ] } ] } \ No newline at end of file diff --git a/packages/graph/.vscode/tasks.json b/packages/graph/.vscode/tasks.json index 79e20d2523..120545d06c 100644 --- a/packages/graph/.vscode/tasks.json +++ b/packages/graph/.vscode/tasks.json @@ -2,9 +2,9 @@ "version": "2.0.0", "tasks": [ { - "label": "es6 watch", + "label": "gen-types-watch", "type": "npm", - "script": "compile-es6-watch", + "script": "gen-types-watch", "problemMatcher": [ "$tsc-watch" ], @@ -13,18 +13,7 @@ } }, { - "label": "umd watch", - "type": "npm", - "script": "compile-umd-watch", - "problemMatcher": [ - "$tsc-watch" - ], - "presentation": { - "group": "group-build" - } - }, - { - "label": "bundle watch", + "label": "bundle-watch", "type": "npm", "script": "bundle-watch", "problemMatcher": [], @@ -35,15 +24,13 @@ { "label": "build", "dependsOn": [ - "es6 watch", - "umd watch", - "bundle watch" + "gen-types-watch", + "bundle-watch", ], "group": { "kind": "build", "isDefault": true - }, - "problemMatcher": [] + } } ] } \ No newline at end of file diff --git a/packages/graph/esbuild.js b/packages/graph/esbuild.js new file mode 100644 index 0000000000..b3dcf1d43b --- /dev/null +++ b/packages/graph/esbuild.js @@ -0,0 +1,30 @@ +import { browserTpl } from "@hpcc-js/esbuild-plugins"; +import pkg from "./package.json" with { type: "json" }; + +// config --- +await Promise.all([ + browserTpl("src/index.ts", "dist/index", { + keepNames: true, + alias: { + "d3-array": "@hpcc-js/common", + "d3-brush": "@hpcc-js/common", + "d3-collection": "@hpcc-js/common", + "d3-color": "@hpcc-js/common", + "d3-dispatch": "@hpcc-js/common", + "d3-drag": "@hpcc-js/common", + "d3-dsv": "@hpcc-js/common", + "d3-ease": "@hpcc-js/common", + "d3-format": "@hpcc-js/common", + "d3-interpolate": "@hpcc-js/common", + "d3-scale": "@hpcc-js/common", + "d3-selection": "@hpcc-js/common", + "d3-time-format": "@hpcc-js/common", + "d3-transition": "@hpcc-js/common", + "d3-zoom": "@hpcc-js/common" + }, + external: [ + ...Object.keys(pkg.dependencies), + ...Object.keys(pkg.peerDependencies), + ] + }) +]); diff --git a/packages/graph/index.html b/packages/graph/index.html index fd5304ad2d..806b8644c8 100644 --- a/packages/graph/index.html +++ b/packages/graph/index.html @@ -2,62 +2,149 @@ - - @hpcc-js/graph - - - + h1 { + text-align: center; + margin-top: 50px; + } - + + + + + + + + -
-
- +
+ + diff --git a/packages/graph/package.json b/packages/graph/package.json index cc81ae525e..673c006936 100644 --- a/packages/graph/package.json +++ b/packages/graph/package.json @@ -1,81 +1,65 @@ { "name": "@hpcc-js/graph", - "version": "2.87.0", + "version": "3.0.0", "description": "hpcc-js - Viz Graph", - "main": "dist/index.js", - "module": "dist/index.es6", - "unpkg": "dist/index.min.js", - "jsdelivr": "dist/index.min.js", - "types": "types/index.d.ts", - "typesVersions": { - "<3.8": { - "*": [ - "types-3.4/index.d.ts" - ] - } + "type": "module", + "exports": { + ".": { + "types": "./types/index.d.ts", + "default": "./dist/index.js" + }, + "./dist/*": "./dist/*" }, + "module": "./dist/index.js", + "browser": "./dist/index.js", + "types": "./types/index.d.ts", "files": [ "dist/*", - "types/*", - "types-3.4/*", - "src/*" + "src/*", + "types/*" ], "scripts": { - "clean": "rimraf --glob lib* types dist *.tsbuildinfo workers/lib-* workers/dist workers/types workers/*.tsbuildinfo", - "compile-es6": "tsc --module es6 --outDir ./lib-es6", - "compile-es6-watch": "npm run compile-es6 -- -w", - "compile-umd": "tsc --module umd --outDir ./lib-umd", - "compile-umd-watch": "npm run compile-umd -- -w", - "compile-workers": "tsc --project ./workers/tsconfig.json", - "bundle": "rollup -c", - "bundle-workers": "rollup -c ./workers/rollup.config.js", - "bundle-watch": "npm run bundle -- -w", - "minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js", - "minimize-workers-forceDirected": "terser workers/dist/forceDirected.js -c -m -o workers/dist/forceDirected.min.js", - "minimize-workers-dagre": "terser workers/dist/dagre.js -c -m -o workers/dist/dagre.min.js", - "minimize-workers-graphviz": "terser workers/dist/graphviz.js -c -m -o workers/dist/graphviz.min.js", - "minimize-workers": "run-p minimize-workers-forceDirected minimize-workers-dagre minimize-workers-graphviz", - "wrap-workers-forceDirected": "node util/wrapWorker.js forceDirected", - "wrap-workers-dagre": "node util/wrapWorker.js dagre", - "wrap-workers-graphviz": "node util/wrapWorker.js graphviz", - "wrap-workers": "run-p wrap-workers-forceDirected wrap-workers-dagre wrap-workers-graphviz", - "build-workers": "run-s compile-workers bundle-workers minimize-workers wrap-workers", - "build-package": "npm run compile-es6 && npm run bundle", - "gen-legacy-types": "downlevel-dts ./types ./types-3.4", - "build": "run-s build-workers build-package", - "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch", + "clean": "rimraf --glob lib* types dist *.tsbuildinfo .turbo", + "bundle": "node esbuild.js", + "bundle-watch": "npm run bundle -- --development --watch", + "gen-types": "tsc --project tsconfig.json", + "gen-types-watch": "npm run gen-types -- --watch", + "build": "run-p gen-types bundle", "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js", "lint": "eslint ./src", + "lint-fix": "eslint --fix src/**/*.ts", "docs": "typedoc --options tdoptions.json .", - "ddd": "downlevel-dts . ts3.4", - "update": "npx --yes npm-check-updates -u -t minor" + "test-browser": "vitest run --project browser", + "test": "vitest run", + "coverage": "vitest run --coverage", + "update": "npx --yes npm-check-updates -u -t minor", + "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^2.14.0", - "@hpcc-js/common": "^2.73.0", - "@hpcc-js/html": "^2.44.0", - "@hpcc-js/react": "^2.55.0", - "@hpcc-js/util": "^2.53.0" + "@hpcc-js/api": "^3.1.0", + "@hpcc-js/common": "^3.1.0", + "@hpcc-js/html": "^3.0.0", + "@hpcc-js/react": "^3.0.0", + "@hpcc-js/util": "^3.1.0" }, "devDependencies": { - "@hpcc-js/bundle": "^2.12.0", - "@hpcc-js/wasm-graphviz": "1.5.0", - "@types/d3-transition": "1.3.5", - "@types/dagre": "0.7.52", - "d3-array": "^1", - "d3-drag": "^1", + "@hpcc-js/esbuild-plugins": "^1.2.0", + "@hpcc-js/wasm-graphviz": "1.6.1", + "@dagrejs/dagre": "1.1.4", + "@types/d3-transition": "1.3.6", "d3-force": "^1", "d3-geo": "^1", "d3-interpolate-path": "2.3.0", "d3-sankey": "^0", - "d3-scale": "^1", - "d3-selection": "^1", "d3-shape": "^1", "d3-tile": "^1", "d3-transition": "^1", - "dagre": "0.8.5", - "es6-promise": "4.2.8", - "tslib": "2.7.0" + "react": "18.3.1", + "react-dom": "18.3.1" + }, + "peerDependencies": { + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0" }, "repository": { "type": "git", diff --git a/packages/graph/rollup.config.mjs b/packages/graph/rollup.config.mjs deleted file mode 100644 index 0afe4cdffc..0000000000 --- a/packages/graph/rollup.config.mjs +++ /dev/null @@ -1,59 +0,0 @@ -/* eslint-disable @typescript-eslint/no-var-requires */ -import { external, globals } from "@hpcc-js/bundle"; -import alias from "@rollup/plugin-alias"; -import commonjs from "@rollup/plugin-commonjs"; -import sourcemaps from "rollup-plugin-sourcemaps"; -import nodeResolve from "@rollup/plugin-node-resolve"; -import postcss from "rollup-plugin-postcss"; - -import pkg from "./package.json" with { type: "json" }; - -export default { - input: "lib-es6/index", - external: external, - output: [{ - file: pkg.main, - format: "umd", - sourcemap: true, - globals: globals, - name: pkg.name - }, { - file: pkg.module + ".js", - format: "es", - sourcemap: true, - globals: globals, - name: pkg.name - }], - plugins: [ - alias({ - entries: [ - { find: "d3-array", replacement: "@hpcc-js/common" }, - { find: "d3-brush", replacement: "@hpcc-js/common" }, - { find: "d3-collection", replacement: "@hpcc-js/common" }, - { find: "d3-color", replacement: "@hpcc-js/common" }, - { find: "d3-dispatch", replacement: "@hpcc-js/common" }, - { find: "d3-drag", replacement: "@hpcc-js/common" }, - { find: "d3-dsv", replacement: "@hpcc-js/common" }, - { find: "d3-ease", replacement: "@hpcc-js/common" }, - { find: "d3-format", replacement: "@hpcc-js/common" }, - { find: "d3-interpolate", replacement: "@hpcc-js/common" }, - { find: "d3-scale", replacement: "@hpcc-js/common" }, - { find: "d3-selection", replacement: "@hpcc-js/common" }, - { find: "d3-time-format", replacement: "@hpcc-js/common" }, - { find: "d3-transition", replacement: "@hpcc-js/common" }, - { find: "d3-zoom", replacement: "@hpcc-js/common" } - ] - }), - nodeResolve({ - preferBuiltins: true - }), - commonjs({ - ignoreTryCatch: false - }), - sourcemaps(), - postcss({ - extensions: [".css"], - minimize: true - }) - ] -}; \ No newline at end of file diff --git a/packages/graph/src/AdjacencyGraph.ts b/packages/graph/src/AdjacencyGraph.ts index 48bac31bd2..75cc365358 100644 --- a/packages/graph/src/AdjacencyGraph.ts +++ b/packages/graph/src/AdjacencyGraph.ts @@ -1,8 +1,8 @@ import { PropertyExt } from "@hpcc-js/common"; import { hashSum } from "@hpcc-js/util"; -import { Edge } from "./Edge"; -import { Graph, IGraphData } from "./Graph"; -import { IAnnotation, Vertex } from "./Vertex"; +import { Edge } from "./Edge.ts"; +import { Graph, IGraphData } from "./Graph.ts"; +import { IAnnotation, Vertex } from "./Vertex.ts"; interface IAnnotationIndexes { iconCol: number; diff --git a/packages/graph/src/Graph.ts b/packages/graph/src/Graph.ts index 26e286f831..e1679887d3 100644 --- a/packages/graph/src/Graph.ts +++ b/packages/graph/src/Graph.ts @@ -2,11 +2,11 @@ import { d3Event, drag as d3Drag, ISize, Platform, select as d3Select, Spacer, SVGGlowFilter, SVGZoomWidget, ToggleButton, Utility, Widget } from "@hpcc-js/common"; import "d3-transition"; -import { Edge } from "./Edge"; -import { GraphData } from "./GraphData"; -import * as GraphLayouts from "./GraphLayouts"; -import { Subgraph } from "./Subgraph"; -import { Vertex } from "./Vertex"; +import { Edge } from "./Edge.ts"; +import { GraphData } from "./GraphData.ts"; +import * as GraphLayouts from "./GraphLayouts.ts"; +import { Subgraph } from "./Subgraph.ts"; +import { Vertex } from "./Vertex.ts"; import "../src/Graph.css"; @@ -105,7 +105,7 @@ export class Graph extends SVGZoomWidget { size(): ISize; size(_): this; size(_?): ISize | this { - const retVal = super.size.apply(this, arguments); + const retVal = super.size.apply(this, arguments as any); return retVal; } @@ -117,7 +117,7 @@ export class Graph extends SVGZoomWidget { data(): IGraphData; data(_: IGraphData, merge?: boolean): this; data(_?: IGraphData, merge?: boolean): IGraphData | this { - const retVal = super.data.apply(this, arguments); + const retVal = super.data.apply(this, arguments as any); if (arguments.length) { if (!merge) { this._graphData = new GraphData(); @@ -283,7 +283,7 @@ export class Graph extends SVGZoomWidget { this._neighborOffsets = []; if (Platform.svgMarkerGlitch) { - this._graphData.nodeEdges(d.id()).forEach(function (id) { + this._graphData.nodeEdges(d.id()).forEach(function (this, id) { const edge = this._graphData.edge(id); this._popMarkers(edge.element()); }); @@ -639,7 +639,7 @@ export class Graph extends SVGZoomWidget { } const context = this; - const layoutEngine = this.getLayoutEngine(); + const layoutEngine = this.getLayoutEngine() as GraphLayouts.ForceDirected; if (this.layout() === "ForceDirected2") { this.forceLayout = layoutEngine; this.forceLayout.force @@ -964,15 +964,6 @@ export class Graph extends SVGZoomWidget { ; } - // IGraph --- - edge_click: (_row, _col, _sel, _more) => void; - edge_dblclick: (_row, _col, _sel, _more) => void; - - // ITooltip --- - tooltip; - tooltipHTML: (_) => string; - tooltipFormat: (_) => string; - // Progess Events --- progress(what: "start" | "end" | "layout-start" | "layout-tick" | "layout-end") { } @@ -988,7 +979,8 @@ export interface Graph { dragSingleNeighbors(_: boolean): this; layout(): GraphLayoutType; layout(_: GraphLayoutType): this; - // scale: { (): string; (_: string): this; }; + // scale(): string; + // scale(_: string): this; applyScaleOnLayout(): boolean; applyScaleOnLayout(_: boolean): this; highlightOnMouseOverVertex(): boolean; @@ -1034,6 +1026,15 @@ export interface Graph { forceDirectedTheta(_: number): this; forceDirectedGravity(): number; forceDirectedGravity(_: number): this; + + // IGraph --- + edge_click(_row, _col, _sel, _more): void; + edge_dblclick(_row, _col, _sel, _more): void; + + // ITooltip --- + tooltip; + tooltipHTML(_): string; + tooltipFormat(_): string; } Graph.prototype.publish("allowDragging", true, "boolean", "Allow Dragging of Vertices", null, { tags: ["Advanced"] }); @@ -1066,8 +1067,9 @@ Graph.prototype.publish("forceDirectedTheta", 0.8, "number", "Barnes–Hut appro Graph.prototype.publish("forceDirectedGravity", 0.1, "number", "Gravitational strength", null, { tags: ["Advanced"] }); const _origScale = Graph.prototype.scale; +//@ts-ignore Graph.prototype.scale = function (_?, transitionDuration?) { - const retVal = _origScale.apply(this, arguments); + const retVal = _origScale.apply(this, arguments as any); if (arguments.length) { this.zoomTo(_, transitionDuration); } diff --git a/packages/graph/src/GraphData.ts b/packages/graph/src/GraphData.ts index 18dfb0649f..88d34af36a 100644 --- a/packages/graph/src/GraphData.ts +++ b/packages/graph/src/GraphData.ts @@ -1,5 +1,5 @@ -import { Edge as GLEdge, GraphEdge, graphlib, Node } from "dagre"; -import { Vertex } from "./Vertex"; +import { Edge as GLEdge, GraphEdge, graphlib, Node } from "@dagrejs/dagre"; +import { Vertex } from "./Vertex.ts"; type GLNode = Node; @@ -40,9 +40,9 @@ export class GraphData { } eachNode(callback) { - this._g.nodes().forEach(function (item) { + this._g.nodes().forEach(item => { callback(item, this.node(item)); - }, this); + }); } private filterEdges(pred): GLEdge[] { @@ -56,9 +56,9 @@ export class GraphData { } eachEdge(callback) { - this._g.edges().forEach(function (item) { + this._g.edges().forEach(item => { callback(item, item.v, item.w, this.edge(item)); - }, this); + }); } setData(subgraphs, vertices, edges, hierarchy, merge) { diff --git a/packages/graph/src/GraphLayouts.ts b/packages/graph/src/GraphLayouts.ts index ef25051aec..279941594e 100644 --- a/packages/graph/src/GraphLayouts.ts +++ b/packages/graph/src/GraphLayouts.ts @@ -1,173 +1,214 @@ import { forceCenter as d3ForceCenter, forceLink as d3ForceLink, forceManyBody as d3ForceManyBody, forceSimulation as d3ForceSimulation } from "d3-force"; -import { GraphLabel, graphlib, layout } from "dagre"; -import { GraphData } from "./GraphData"; - -export function Circle(graphData: GraphData, width?, height?, radius?) { - const context = this; - this.pos = {}; - - // Initial Positions --- - const padding = 0; - radius = radius || (width < height ? width - padding : height - padding) / 2; - const order = graphData.nodeCount(); - let currStep = -Math.PI / 2; - const step = 2 * Math.PI / order; - graphData.eachNode(function (u, value) { - const size = value.getBBox(); - const maxSize = 0; // Math.max(size.width, size.height); - context.pos[u] = { - x: value.fixed ? value.x : width / 2 + Math.cos(currStep) * (radius - maxSize), - y: value.fixed ? value.y : height / 2 + Math.sin(currStep) * (radius - maxSize), - width: size.width, - height: size.height - }; - currStep += step; - }); +import { GraphLabel, graphlib, layout } from "@dagrejs/dagre"; +import { GraphData } from "./GraphData.ts"; + +interface Pos { + x?: number; + y?: number; + width?: number; + height?: number; +} + +export class Circle { + + protected pos: { [id: string]: Pos } = {}; + + constructor(graphData: GraphData, width?, height?, radius?) { + const context = this; + this.pos = {}; + + // Initial Positions --- + const padding = 0; + radius = radius || (width < height ? width - padding : height - padding) / 2; + const order = graphData.nodeCount(); + let currStep = -Math.PI / 2; + const step = 2 * Math.PI / order; + graphData.eachNode(function (u, value) { + const size = value.getBBox(); + const maxSize = 0; // Math.max(size.width, size.height); + context.pos[u] = { + x: value.fixed ? value.x : width / 2 + Math.cos(currStep) * (radius - maxSize), + y: value.fixed ? value.y : height / 2 + Math.sin(currStep) * (radius - maxSize), + width: size.width, + height: size.height + }; + currStep += step; + }); + } + + nodePos(u) { + return this.pos[u]; + } + + edgePoints(_e) { + return []; + } + } -Circle.prototype.nodePos = function (u) { - return this.pos[u]; -}; -Circle.prototype.edgePoints = function (_e) { - return []; -}; - -export function None(graphData: GraphData, _width, _height, _radius) { - const context = this; - this.pos = {}; - - graphData.eachNode(function (u, value) { - context.pos[u] = { - x: value.x, - y: value.y, - width: value.width, - height: value.height - }; - }); + +export class None { + + protected pos: { [id: string]: Pos } = {}; + + constructor(graphData: GraphData, _width, _height, _radius) { + const context = this; + this.pos = {}; + + graphData.eachNode(function (u, value) { + context.pos[u] = { + x: value.x, + y: value.y, + width: value.width, + height: value.height + }; + }); + } + + nodePos(u) { + return this.pos[u]; + } + + edgePoints(_e) { + return []; + } } -None.prototype.nodePos = function (u) { - return this.pos[u]; -}; -None.prototype.edgePoints = function (_e) { - return []; -}; - -export function ForceDirected(graphData: GraphData, width, height, options) { - options = options || {}; - const context = this; - this.pos = {}; - - this.vertices = []; - this.vertexMap = {}; - graphData.eachNode(function (u) { - const vertex = graphData.node(u); - const size = vertex.getBBox(); - const newItem = { - id: u, - x: vertex.pos().x, - y: vertex.pos().y, - width: size.width, - height: size.height, - value: vertex - }; - context.vertices.push(newItem); - context.vertexMap[u] = newItem; - }); - this.edges = []; - graphData.eachEdge(function (_e, s, t) { - context.edges.push({ - source: s, - target: t + +export class ForceDirected { + + protected pos: { [id: string]: Pos } = {}; + vertices: any[] = []; + protected vertexMap: { [id: string]: any } = {}; + protected edges: any[] = []; + protected force: any; + + constructor(graphData: GraphData, width, height, options) { + options = options || {}; + this.pos = {}; + this.vertices = []; + this.vertexMap = {}; + + graphData.eachNode(u => { + const vertex = graphData.node(u); + const size = vertex.getBBox(); + const newItem = { + id: u, + x: vertex.pos().x, + y: vertex.pos().y, + width: size.width, + height: size.height, + value: vertex + }; + this.vertices.push(newItem); + this.vertexMap[u] = newItem; }); - }); - const forceLink = d3ForceLink() - .id(function (d: any) { - return d.id; - }) - .distance(options.linkDistance) - .strength(options.linkStrength) - ; - const forceManyBody = d3ForceManyBody() - .strength(function (d: any) { - const cs = d.value.getBBox(); - return options.charge * Math.max(cs.width, cs.height); - }) - ; - this.force = d3ForceSimulation() - .force("link", forceLink) - .force("charge", forceManyBody) - .force("center", d3ForceCenter(width / 2, height / 2)) - .velocityDecay(options.oneShot ? 0.1 : options.friction) - .nodes(this.vertices) - ; - forceLink - .links(this.edges) - ; - - if (options.oneShot) { - this.force.restart(); - let total = graphData.nodeCount(); - total = Math.min(total * total, 500); - for (let i = 0; i < total; ++i) { - this.force.tick(); + this.edges = []; + graphData.eachEdge((_e, s, t) => { + this.edges.push({ + source: s, + target: t + }); + }); + const forceLink = d3ForceLink() + .id(function (d: any) { + return d.id; + }) + .distance(options.linkDistance) + .strength(options.linkStrength) + ; + const forceManyBody = d3ForceManyBody() + .strength(function (d: any) { + const cs = d.value.getBBox(); + return options.charge * Math.max(cs.width, cs.height); + }) + ; + this.force = d3ForceSimulation() + .force("link", forceLink) + .force("charge", forceManyBody) + .force("center", d3ForceCenter(width / 2, height / 2)) + .velocityDecay(options.oneShot ? 0.1 : options.friction) + .nodes(this.vertices) + ; + forceLink + .links(this.edges) + ; + + if (options.oneShot) { + this.force.restart(); + let total = graphData.nodeCount(); + total = Math.min(total * total, 500); + for (let i = 0; i < total; ++i) { + this.force.tick(); + } + this.force.stop(); } - this.force.stop(); + } + + nodePos(u) { + return this.vertexMap[u]; + } + + edgePoints(_e) { + return []; } } -ForceDirected.prototype.nodePos = function (u) { - return this.vertexMap[u]; -}; -ForceDirected.prototype.edgePoints = function (_e) { - return []; -}; - -export function Hierarchy(graphData: GraphData, _width, _height, options) { - const digraph = new graphlib.Graph({ multigraph: true, compound: true }) - .setGraph(options) - .setDefaultNodeLabel(function () { return {}; }) - .setDefaultEdgeLabel(function () { return {}; }) - ; - graphData.eachNode(function (u) { - const value = graphData.node(u); - const clientSize = value.getBBox(); - digraph.setNode(u, { - width: clientSize.width, - height: clientSize.height + +export class Hierarchy { + + protected digraph: any; + protected dagreLayout: any; + + constructor(graphData: GraphData, _width, _height, options) { + this.digraph = new graphlib.Graph({ multigraph: true, compound: true }) + .setGraph(options) + .setDefaultNodeLabel(function () { return {}; }) + .setDefaultEdgeLabel(function () { return {}; }) + ; + graphData.eachNode(u => { + const value = graphData.node(u); + const clientSize = value.getBBox(); + this.digraph.setNode(u, { + width: clientSize.width, + height: clientSize.height + }); }); - }); - graphData.eachEdge(function (e, s, t) { - const value = graphData.edge(e); - digraph.setEdge(s, t, { - weight: value.weight() - }, value._id); - if (!options.digraph) { - digraph.setEdge(t, s, { + graphData.eachEdge((e, s, t) => { + const value = graphData.edge(e); + this.digraph.setEdge(s, t, { weight: value.weight() }, value._id); - } - }); - graphData.eachNode(function (u) { - digraph.setParent(u, graphData.parent(u)); - }); - this.dagreLayout = layout(digraph, { debugTiming: false } as GraphLabel); - const deltaX = -digraph.graph().width / 2; - const deltaY = -digraph.graph().height / 2; - digraph.nodes().forEach(function (u) { - const value = digraph.node(u); - value.x += deltaX + _width / 2; - value.y += deltaY + _height / 2; - }); - digraph.edges().forEach(function (e) { - const value = digraph.edge(e); - for (let i = 0; i < value.points.length; ++i) { - value.points[i].x += deltaX + _width / 2; - value.points[i].y += deltaY + _height / 2; - } - }); - this.digraph = digraph; + if (!options.digraph) { + this.digraph.setEdge(t, s, { + weight: value.weight() + }, value._id); + } + }); + graphData.eachNode(u => { + this.digraph.setParent(u, graphData.parent(u)); + }); + + this.dagreLayout = layout(this.digraph, { debugTiming: false } as GraphLabel); + const deltaX = -this.digraph.graph().width / 2; + const deltaY = -this.digraph.graph().height / 2; + this.digraph.nodes().forEach(u => { + const value = this.digraph.node(u); + value.x += deltaX + _width / 2; + value.y += deltaY + _height / 2; + }); + this.digraph.edges().forEach(e => { + const value = this.digraph.edge(e); + for (let i = 0; i < value.points.length; ++i) { + value.points[i].x += deltaX + _width / 2; + value.points[i].y += deltaY + _height / 2; + } + }); + this.digraph = this.digraph; + } + + nodePos(u) { + return this.digraph.node(u); + } + + edgePoints(edge) { + return this.digraph.edge(edge._sourceVertex.id(), edge._targetVertex.id(), edge._id).points; + } } -Hierarchy.prototype.nodePos = function (u) { - return this.digraph.node(u); -}; -Hierarchy.prototype.edgePoints = function (edge) { - return this.digraph.edge(edge._sourceVertex.id(), edge._targetVertex.id(), edge._id).points; -}; diff --git a/packages/graph/src/Sankey.ts b/packages/graph/src/Sankey.ts index 8657cae2f6..69fec43ebc 100644 --- a/packages/graph/src/Sankey.ts +++ b/packages/graph/src/Sankey.ts @@ -1,5 +1,4 @@ -import { Palette, PropertyExt, SVGWidget, Utility } from "@hpcc-js/common"; -import { max as d3Max, mean as d3Mean, median as d3Median, min as d3Min, sum as d3Sum } from "d3-array"; +import { Palette, PropertyExt, SVGWidget, Utility, max as d3Max, mean as d3Mean, median as d3Median, min as d3Min, sum as d3Sum } from "@hpcc-js/common"; import { sankey as d3Sankey, sankeyLinkHorizontal as d3SankeyLinkHorizontal } from "d3-sankey"; import { select as d3Select } from "d3-selection"; @@ -46,28 +45,31 @@ export class SankeyColumn extends PropertyExt { }); } } - - column: { (): string; (_: string): SankeyColumn; }; - aggrType: { (): string; (_: string): SankeyColumn; }; - aggrColumn: { (): string; (_: string): SankeyColumn; }; - } SankeyColumn.prototype._class += " graph_Sankey.SankeyColumn"; -SankeyColumn.prototype.publish("column", null, "set", "Field", function () { return this._owner ? this._owner.columns() : []; }, { optional: true }); +export interface SankeyColumn { + column(): string; + column(_: string): this; + aggrType(): string; + aggrType(_: string): this; + aggrColumn(): string; + aggrColumn(_: string): this; +} + +SankeyColumn.prototype.publish("column", null, "set", "Field", function (this: SankeyColumn) { return this._owner ? this._owner.columns() : []; }, { optional: true }); SankeyColumn.prototype.publish("aggrType", null, "set", "Aggregation Type", [null, "mean", "median", "sum", "min", "max"], { optional: true, disable: w => !w._owner || w._owner.mappings().indexOf(w) === 0 }); -SankeyColumn.prototype.publish("aggrColumn", null, "set", "Aggregation Field", function () { return this._owner ? this._owner.columns() : []; }, { optional: true, disable: w => !w._owner || !w.aggrType() || w._owner.mappings().indexOf(w) === 0 }); +SankeyColumn.prototype.publish("aggrColumn", null, "set", "Aggregation Field", function (this: SankeyColumn) { return this._owner ? this._owner.columns() : []; }, { optional: true, disable: w => !w._owner || !w.aggrType() || w._owner.mappings().indexOf(w) === 0 }); export class Sankey extends SVGWidget { Column; - _palette; _d3Sankey; _d3SankeyPath; _selection; constructor() { super(); - Utility.SimpleSelectionMixin.call(this); + Utility.SimpleSelectionMixin.call(this, false); this._drawStartPos = "origin"; } @@ -80,7 +82,7 @@ export class Sankey extends SVGWidget { const vertexIndex = {}; const valueIdx = 2; const mappings = this.mappings().filter(mapping => mapping.valid()); - mappings.forEach(function (mapping, idx) { + mappings.forEach((mapping, idx) => { const view = this._db.rollupView([mapping.column()]); view.entries().forEach(function (row) { const id = mapping.column() + ":" + idx + ":" + row.key; @@ -95,8 +97,8 @@ export class Sankey extends SVGWidget { vertexIndex[id] = retVal.vertices.length - 1; } }, this); - }, this); - mappings.forEach(function (mapping, idx) { + }); + mappings.forEach((mapping, idx) => { if (idx < mappings.length - 1) { const mapping2 = mappings[idx + 1]; const view = this._db.rollupView([mapping.column(), mapping2.column()]); @@ -113,7 +115,7 @@ export class Sankey extends SVGWidget { }); }); } - }, this); + }); return retVal; } @@ -151,7 +153,7 @@ export class Sankey extends SVGWidget { const link = element.selectAll(".link").data(sankeyData.edges); link.enter().append("path") .attr("class", "link") - .each(function () { + .each(function (this: HTMLElement) { d3Select(this) .append("title") ; @@ -173,13 +175,13 @@ export class Sankey extends SVGWidget { node.enter().append("g") .attr("class", "node") .call(this._selection.enter.bind(this._selection)) - .on("click", function (d) { + .on("click", function (this: HTMLElement, d) { context.click(context.rowToObj(d.origRow[0]), "", context._selection.selected(this)); }) - .on("dblclick", function (d) { + .on("dblclick", function (this: HTMLElement, d) { context.dblclick(context.rowToObj(d.origRow[0]), "", context._selection.selected(this)); }) - .each(function () { + .each(function (this: HTMLElement) { const gElement = d3Select(this); gElement.append("rect"); gElement.append("text"); @@ -201,7 +203,7 @@ export class Sankey extends SVGWidget { if (d.y0) _y = d.y0; return "translate(" + (_x + strokeWidth) + "," + (_y + strokeWidth) + ")"; }) - .each(function () { + .each(function (this: HTMLElement) { const n = d3Select(this); n.select("rect") .attr("height", function (d: any) { return d.y1 - d.y0; }) @@ -255,15 +257,6 @@ export class Sankey extends SVGWidget { */ } - paletteID: { (): string; (_: string): Sankey; }; - mappings: { (): SankeyColumn[]; (_: SankeyColumn[]): Sankey; }; - vertexStrokeWidth: { (): number; (_: number): Sankey; }; - vertexStrokeColor: { (): string; (_: string): Sankey; }; - vertexWidth: { (): number; (_: number): Sankey; }; - vertexPadding: { (): number; (_: number): Sankey; }; - xAxisMovement: { (): boolean; (_: boolean): Sankey; }; - yAxisMovement: { (): boolean; (_: boolean): Sankey; }; - exit(domNode, element) { super.exit(domNode, element); } @@ -279,6 +272,26 @@ Sankey.prototype._class += " graph_Sankey"; Sankey.prototype.Column = SankeyColumn; Sankey.prototype.mixin(Utility.SimpleSelectionMixin); +export interface Sankey { + _palette; + paletteID(): string; + paletteID(_: string): this; + mappings(): SankeyColumn[]; + mappings(_: SankeyColumn[]): this; + vertexStrokeWidth(): number; + vertexStrokeWidth(_: number): this; + vertexStrokeColor(): string; + vertexStrokeColor(_: string): this; + vertexWidth(): number; + vertexWidth(_: number): this; + vertexPadding(): number; + vertexPadding(_: number): this; + xAxisMovement(): boolean; + xAxisMovement(_: boolean): this; + yAxisMovement(): boolean; + yAxisMovement(_: boolean): this; +} + Sankey.prototype._palette = Palette.ordinal("default"); Sankey.prototype.publish("paletteID", "default", "set", "Color palette for this widget", Sankey.prototype._palette.switch()); diff --git a/packages/graph/src/Vertex.ts b/packages/graph/src/Vertex.ts index 62208b5812..f4f856634e 100644 --- a/packages/graph/src/Vertex.ts +++ b/packages/graph/src/Vertex.ts @@ -126,7 +126,7 @@ export class Vertex extends SVGWidget { const annotations = element.selectAll(".annotation").data(this.annotationIcons()); const annotationsEnter = annotations.enter().append("g") .attr("class", "annotation") - .each(function (_d, idx) { + .each(function (this: HTMLElement, _d, idx) { context._annotationWidgets[idx] = new Icon() .target(this) .shape("square") @@ -164,7 +164,7 @@ export class Vertex extends SVGWidget { }) ; annotations.exit() - .each(function (_d, idx) { + .each(function (this: HTMLElement, _d, idx) { const element2 = d3Select(this); context._annotationWidgets[idx].target(null); delete context._annotationWidgets[idx]; diff --git a/packages/graph/src/graph2/dataGraph.ts b/packages/graph/src/graph2/dataGraph.ts index 6658cb5476..c8520f51d5 100644 --- a/packages/graph/src/graph2/dataGraph.ts +++ b/packages/graph/src/graph2/dataGraph.ts @@ -1,8 +1,8 @@ -import { PropertyExt, publish, Widget } from "@hpcc-js/common"; +import { PropertyExt, Widget } from "@hpcc-js/common"; import { Vertex3, CentroidVertex3, Vertex3Props, EdgeProps, SubgraphProps } from "@hpcc-js/react"; import { compare2 } from "@hpcc-js/util"; -import { Graph2 } from "./graph"; -import { HierarchyBase } from "./layouts/placeholders"; +import { Graph2 } from "./graph.ts"; +import { HierarchyBase } from "./layouts/placeholders.ts"; // Backward compatibility layer --- export type IVertex3 = Vertex3Props; @@ -15,11 +15,6 @@ export function toJsonObj(row, columns): T { export class AnnotationColumn extends PropertyExt { - @publish("", "set", "Annotation column (boolean)", function (this: AnnotationColumn) { return this._owner.vertexColumns(); }) - columnID: publish; - @publish("", "string", "Annotation ID") - annotationID: publish; - protected _owner: DataGraph; owner(): DataGraph; owner(_: DataGraph): this; @@ -35,69 +30,17 @@ export class AnnotationColumn extends PropertyExt { } AnnotationColumn.prototype._class += " graph_AnnotationColumn"; -export class DataGraph extends Graph2 { - - @publish([], "any", "Subgraph Columns", null, { internal: true }) - subgraphColumns: publish; - @publish([], "any", "Subgraphs", null, { internal: true }) - subgraphs: publish>>; - @publish("", "string", "Subgraph ID column") - subgraphIDColumn: publish; - @publish("", "string", "Subgraph Label column") - subgraphLabelColumn: publish; - - @publish([], "any", "Vertex Columns", null, { internal: true }) - vertexColumns: publish; - @publish([], "any", "Vertices (Nodes)", null, { internal: true }) - vertices: publish>>; - @publish("", "set", "Vertex Category ID column", function (this: DataGraph) { return this.vertexColumns(); }, { optional: true }) - vertexCategoryColumn: publish; - @publish("", "set", "Vertex ID column", function (this: DataGraph) { return this.vertexColumns(); }, { optional: true }) - vertexIDColumn: publish; - @publish("", "set", "Vertex label column", function (this: DataGraph) { return this.vertexColumns(); }, { optional: true }) - vertexLabelColumn: publish; - @publish("", "set", "Vertex centroid column (boolean)", function (this: DataGraph) { return this.vertexColumns(); }, { optional: true }) - vertexCentroidColumn: publish; - @publish("", "string", "Vertex default image url") - vertexImageUrl: publish; - @publish("", "set", "Vertex image url column", function (this: DataGraph) { return this.vertexColumns(); }, { optional: true }) - vertexImageUrlColumn: publish; - @publish("?", "string", "Vertex default FAChar") - vertexFAChar: publish; - @publish("", "set", "Vertex FAChar column", function (this: DataGraph) { return this.vertexColumns(); }, { optional: true }) - vertexFACharColumn: publish; - @publish("", "set", "Vertex tooltip column", function (this: DataGraph) { return this.vertexColumns(); }, { optional: true }) - vertexTooltipColumn: publish; - @publish([], "propertyArray", "Annotations", null, { autoExpand: AnnotationColumn }) - vertexAnnotationColumns: publish; - @publish("", "set", "Vertex expansion FAChar column", function (this: DataGraph) { return this.vertexColumns(); }, { optional: true }) - vertexExpansionFACharColumn: publish; +export interface AnnotationColumn { + columnID(): string; + columnID(_: string): this; + annotationID(): string; + annotationID(_: string): this; +} - @publish([], "any", "Edge columns", null, { internal: true }) - edgeColumns: publish; - @publish([], "any", "Edges (Edges)", null, { internal: true }) - edges: publish>>; - @publish("", "set", "Edge ID column", function (this: DataGraph) { return this.edgeColumns(); }, { optional: true }) - edgeIDColumn: publish; - @publish("", "set", "Edge label column", function (this: DataGraph) { return this.edgeColumns(); }, { optional: true }) - edgeLabelColumn: publish; - @publish("", "set", "Edge source ID column", function (this: DataGraph) { return this.edgeColumns(); }, { optional: true }) - edgeSourceColumn: publish; - @publish("", "set", "Edge target ID column", function (this: DataGraph) { return this.edgeColumns(); }, { optional: true }) - edgeTargetColumn: publish; - @publish("", "set", "Edge weight column", function (this: DataGraph) { return this.edgeColumns(); }, { optional: true }) - edgeWeightColumn: publish; - @publish("", "set", "Edge color column", function (this: DataGraph) { return this.edgeColumns(); }, { optional: true }) - edgeColorColumn: publish; +AnnotationColumn.prototype.publish("columnID", "", "set", "Annotation column (boolean)", function (this: AnnotationColumn) { return this._owner.vertexColumns(); }); +AnnotationColumn.prototype.publish("annotationID", "", "string", "Annotation ID"); - @publish([], "any", "Subgraph Columns") - hierarchyColumns: publish; - @publish([], "any", "Subgraphs") - hierarchy: publish>>; - @publish("", "string", "Subgraph ID column") - hierarchyParentIDColumn: publish; - @publish("", "string", "Subgraph Label column") - hierarchyChildIDColumn: publish; +export class DataGraph extends Graph2 { constructor() { super(); @@ -303,3 +246,100 @@ export class DataGraph extends Graph2 { } } DataGraph.prototype._class += " graph_DataGraph"; + +export interface DataGraph { + subgraphColumns(): string[]; + subgraphColumns(_: string[]): this; + subgraphs(): Array>; + subgraphs(_: Array>): this; + subgraphIDColumn(): string; + subgraphIDColumn(_: string): this; + subgraphLabelColumn(): string; + subgraphLabelColumn(_: string): this; + + vertexColumns(): string[]; + vertexColumns(_: string[]): this; + vertices(): Array>; + vertices(_: Array>): this; + vertexCategoryColumn(): string; + vertexCategoryColumn(_: string): this; + vertexIDColumn(): string; + vertexIDColumn(_: string): this; + vertexLabelColumn(): string; + vertexLabelColumn(_: string): this; + vertexCentroidColumn(): string; + vertexCentroidColumn(_: string): this; + vertexImageUrl(): string; + vertexImageUrl(_: string): this; + vertexImageUrlColumn(): string; + vertexImageUrlColumn(_: string): this; + vertexFAChar(): string; + vertexFAChar(_: string): this; + vertexFACharColumn(): string; + vertexFACharColumn(_: string): this; + vertexTooltipColumn(): string; + vertexTooltipColumn(_: string): this; + vertexAnnotationColumns(): AnnotationColumn[]; + vertexAnnotationColumns(_: AnnotationColumn[]): this; + vertexExpansionFACharColumn(): string; + vertexExpansionFACharColumn(_: string): this; + + edgeColumns(): string[]; + edgeColumns(_: string[]): this; + edges(): Array>; + edges(_: Array>): this; + edgeIDColumn(): string; + edgeIDColumn(_: string): this; + edgeLabelColumn(): string; + edgeLabelColumn(_: string): this; + edgeSourceColumn(): string; + edgeSourceColumn(_: string): this; + edgeTargetColumn(): string; + edgeTargetColumn(_: string): this; + edgeWeightColumn(): string; + edgeWeightColumn(_: string): this; + edgeColorColumn(): string; + edgeColorColumn(_: string): this; + + hierarchyColumns(): string[]; + hierarchyColumns(_: string[]): this; + hierarchy(): Array>; + hierarchy(_: Array>): this; + hierarchyParentIDColumn(): string; + hierarchyParentIDColumn(_: string): this; + hierarchyChildIDColumn(): string; + hierarchyChildIDColumn(_: string): this; +} + +DataGraph.prototype.publish("subgraphColumns", [], "any", "Subgraph Columns", null, { internal: true }); +DataGraph.prototype.publish("subgraphs", [], "any", "Subgraphs", null, { internal: true }); +DataGraph.prototype.publish("subgraphIDColumn", "", "string", "Subgraph ID column"); +DataGraph.prototype.publish("subgraphLabelColumn", "", "string", "Subgraph Label column"); + +DataGraph.prototype.publish("vertexColumns", [], "any", "Vertex Columns", null, { internal: true }); +DataGraph.prototype.publish("vertices", [], "any", "Vertices (Nodes)", null, { internal: true }); +DataGraph.prototype.publish("vertexCategoryColumn", "", "set", "Vertex Category ID column", function (this: DataGraph) { return this.vertexColumns(); }, { optional: true }); +DataGraph.prototype.publish("vertexIDColumn", "", "set", "Vertex ID column", function (this: DataGraph) { return this.vertexColumns(); }, { optional: true }); +DataGraph.prototype.publish("vertexLabelColumn", "", "set", "Vertex label column", function (this: DataGraph) { return this.vertexColumns(); }, { optional: true }); +DataGraph.prototype.publish("vertexCentroidColumn", "", "set", "Vertex centroid column (boolean)", function (this: DataGraph) { return this.vertexColumns(); }, { optional: true }); +DataGraph.prototype.publish("vertexImageUrl", "", "string", "Vertex default image url"); +DataGraph.prototype.publish("vertexImageUrlColumn", "", "set", "Vertex image url column", function (this: DataGraph) { return this.vertexColumns(); }, { optional: true }); +DataGraph.prototype.publish("vertexFAChar", "?", "string", "Vertex default FAChar"); +DataGraph.prototype.publish("vertexFACharColumn", "", "set", "Vertex FAChar column", function (this: DataGraph) { return this.vertexColumns(); }, { optional: true }); +DataGraph.prototype.publish("vertexTooltipColumn", "", "set", "Vertex tooltip column", function (this: DataGraph) { return this.vertexColumns(); }, { optional: true }); +DataGraph.prototype.publish("vertexAnnotationColumns", [], "propertyArray", "Annotations", null, { autoExpand: AnnotationColumn }); +DataGraph.prototype.publish("vertexExpansionFACharColumn", "", "set", "Vertex expansion FAChar column", function (this: DataGraph) { return this.vertexColumns(); }, { optional: true }); + +DataGraph.prototype.publish("edgeColumns", [], "any", "Edge columns", null, { internal: true }); +DataGraph.prototype.publish("edges", [], "any", "Edges (Edges)", null, { internal: true }); +DataGraph.prototype.publish("edgeIDColumn", "", "set", "Edge ID column", function (this: DataGraph) { return this.edgeColumns(); }, { optional: true }); +DataGraph.prototype.publish("edgeLabelColumn", "", "set", "Edge label column", function (this: DataGraph) { return this.edgeColumns(); }, { optional: true }); +DataGraph.prototype.publish("edgeSourceColumn", "", "set", "Edge source ID column", function (this: DataGraph) { return this.edgeColumns(); }, { optional: true }); +DataGraph.prototype.publish("edgeTargetColumn", "", "set", "Edge target ID column", function (this: DataGraph) { return this.edgeColumns(); }, { optional: true }); +DataGraph.prototype.publish("edgeWeightColumn", "", "set", "Edge weight column", function (this: DataGraph) { return this.edgeColumns(); }, { optional: true }); +DataGraph.prototype.publish("edgeColorColumn", "", "set", "Edge color column", function (this: DataGraph) { return this.edgeColumns(); }, { optional: true }); + +DataGraph.prototype.publish("hierarchyColumns", [], "any", "Subgraph Columns"); +DataGraph.prototype.publish("hierarchy", [], "any", "Subgraphs"); +DataGraph.prototype.publish("hierarchyParentIDColumn", "", "string", "Subgraph ID column"); +DataGraph.prototype.publish("hierarchyChildIDColumn", "", "string", "Subgraph Label column"); diff --git a/packages/graph/src/graph2/graph.ts b/packages/graph/src/graph2/graph.ts index 28c65ecce7..8b42624de3 100644 --- a/packages/graph/src/graph2/graph.ts +++ b/packages/graph/src/graph2/graph.ts @@ -1,7 +1,7 @@ -import { React, Subgraph, SubgraphProps, Vertex, VertexProps, Edge, EdgeProps } from "@hpcc-js/react"; -// import { IVertexEdgeProps, VertexEdge } from "./edge"; -import { GraphReactT } from "./graphReactT"; -import { GraphDataProps, HierarchyBase } from "./graphT"; +import React from "react"; +import { Subgraph, SubgraphProps, Vertex, VertexProps, Edge, EdgeProps } from "@hpcc-js/react"; +import { GraphReactT } from "./graphReactT.ts"; +import { GraphDataProps, HierarchyBase } from "./graphT.ts"; // Backward compatibility layer --- export type ISubgraph = SubgraphProps; @@ -50,19 +50,19 @@ export class Graph2 extends GraphReactT { return props; } - protected _reactVertexRenderer2: React.FunctionComponent; - vertexRenderer(): React.FunctionComponent; - vertexRenderer(_: React.FunctionComponent): this; - vertexRenderer(_?: React.FunctionComponent): this | React.FunctionComponent { + protected _reactVertexRenderer2: React.FunctionComponent; + vertexRenderer(): React.FunctionComponent; + vertexRenderer(_: React.FunctionComponent): this; + vertexRenderer(_?: React.FunctionComponent): this | React.FunctionComponent { if (!arguments.length) return this._reactVertexRenderer2; this._reactVertexRenderer2 = _; return this; } - protected _reactCentroidRenderer: React.FunctionComponent; - centroidRenderer(): React.FunctionComponent; - centroidRenderer(_: React.FunctionComponent): this; - centroidRenderer(_?: React.FunctionComponent): this | React.FunctionComponent { + protected _reactCentroidRenderer: React.FunctionComponent; + centroidRenderer(): React.FunctionComponent; + centroidRenderer(_: React.FunctionComponent): this; + centroidRenderer(_?: React.FunctionComponent): this | React.FunctionComponent { if (!arguments.length) return this._reactCentroidRenderer; this._reactCentroidRenderer = _; return this; diff --git a/packages/graph/src/graph2/graphReactT.ts b/packages/graph/src/graph2/graphReactT.ts index 132b0afa72..92f0bade44 100644 --- a/packages/graph/src/graph2/graphReactT.ts +++ b/packages/graph/src/graph2/graphReactT.ts @@ -1,11 +1,12 @@ -import { render, React, SubgraphProps, VertexProps, EdgeProps } from "@hpcc-js/react"; -import { GraphT, RendererT } from "./graphT"; +import React from "react"; +import { SubgraphProps, VertexProps, EdgeProps, render } from "@hpcc-js/react"; +import { GraphT, RendererT } from "./graphT.ts"; function adapter(reactRenderer: React.FunctionComponent): RendererT { return (props: T, element: SVGGElement) => render(reactRenderer, props, element); } -export class GraphReactT> extends GraphT { +export class GraphReactT> extends GraphT { constructor(subgraphRenderer: React.FunctionComponent, vertexRenderer: React.FunctionComponent, edgeRenderer: React.FunctionComponent) { super(adapter(subgraphRenderer), adapter(vertexRenderer), adapter(edgeRenderer)); diff --git a/packages/graph/src/graph2/graphT.ts b/packages/graph/src/graph2/graphT.ts index 7511fa2174..fdf200a9fc 100644 --- a/packages/graph/src/graph2/graphT.ts +++ b/packages/graph/src/graph2/graphT.ts @@ -1,16 +1,16 @@ -import { d3Event, drag as d3Drag, Palette, select as d3Select, Selection, Spacer, SVGGlowFilter, SVGZoomWidget, ToggleButton, Utility, Widget } from "@hpcc-js/common"; +import { d3Event, drag as d3Drag, Palette, select as d3Select, Selection, Spacer, SVGGlowFilter, SVGZoomWidget, ToggleButton, Utility, Widget, BaseType as D3BaseType } from "@hpcc-js/common"; import { IconEx, Icons, render } from "@hpcc-js/react"; import { Graph2 as GraphCollection, hashSum } from "@hpcc-js/util"; import { HTMLTooltip } from "@hpcc-js/html"; import { interpolateNumberArray as d3InterpolateNumberArray } from "d3-interpolate"; import "d3-transition"; import { interpolatePath as d3InterpolatePath } from "d3-interpolate-path"; -import { Circle, Dagre, ForceDirected, ForceDirectedAnimated, Graphviz, ILayout, Null } from "./layouts/index"; -import { Options as FDOptions } from "./layouts/forceDirectedWorker"; -import type { VertexBaseProps, EdgeBaseProps, GraphDataProps, HierarchyBase, SubgraphBaseProps } from "./layouts/placeholders"; -import { EdgePlaceholder, SubgraphPlaceholder, VertexPlaceholder, isEdgePlaceholder } from "./layouts/placeholders"; -import { Engine, graphviz as gvWorker } from "./layouts/graphvizWorker"; -import { Tree, RadialTree, Dendrogram, RadialDendrogram } from "./layouts/tree"; +import { Circle, Dagre, ForceDirected, ForceDirectedAnimated, Graphviz, ILayout, Null } from "./layouts/index.ts"; +import { Options as FDOptions } from "./layouts/forceDirectedWorker.ts"; +import type { VertexBaseProps, EdgeBaseProps, GraphDataProps, HierarchyBase, SubgraphBaseProps } from "./layouts/placeholders.ts"; +import { EdgePlaceholder, SubgraphPlaceholder, VertexPlaceholder, isEdgePlaceholder } from "./layouts/placeholders.ts"; +import { Engine, graphviz as gvWorker } from "./layouts/graphvizWorker.ts"; +import { Tree, RadialTree, Dendrogram, RadialDendrogram } from "./layouts/tree.ts"; import "../../src/graph2/graph.css"; @@ -32,7 +32,7 @@ function dragStart(n: VertexPlaceholder) { n.fx = n.sx = n.x; n.fy = n.sy = n.y; } -function dragTick(n: VertexPlaceholder, d: VertexPlaceholder) { +function dragTick(n: VertexPlaceholder, d: VertexPlaceholder) { n.fx = n.sx + d.fx - d.sx; n.fy = n.sy + d.fy - d.sy; } @@ -88,7 +88,7 @@ export class GraphT>(); + private _dragHandler = d3Drag, SVGGElement>(); protected _catPalette = Palette.ordinal("hpcc10"); _svgDefs: any; @@ -195,7 +195,7 @@ export class GraphT d.element + element: () => d.element as any }, event.sourceEvent); context.selectionChanged(); const selected = d.element.classed("selected"); @@ -319,7 +319,7 @@ export class GraphT vp.element + element: () => vp.element as any }; })); return this; @@ -579,7 +579,7 @@ export class GraphT, transition: boolean): this { const edgeLayout = { - ...this._layoutAlgo.edgePath(ep, this.edgeArcDepth()) + ...this._layoutAlgo.edgePath(ep as any, this.edgeArcDepth()) }; const context = this; if (this._edgeRenderer && ep.element) { @@ -605,9 +605,11 @@ export class GraphT, transition: boolean, moveNeighbours: boolean): this { const { x, y } = this.projectPlacholder(vp); - vp.element && (transition ? vp.element.transition().duration(this.transitionDuration()) as unknown as Selection, SVGGElement, any> : vp.element) - .attr("transform", `translate(${x} ${y})`) - ; + if (vp.element) { + (transition ? vp.element.transition().duration(this.transitionDuration()) as unknown as Selection, SVGGElement, any> : vp.element) + .attr("transform", `translate(${x} ${y})`) + ; + } if (moveNeighbours) { this._graphData.vertexEdges(vp.id).forEach(e => this.moveEdgePlaceholder(e, transition)); } @@ -695,14 +697,14 @@ export class GraphT) => d.id) + .data(this._graphData.allEdges(), d => (d as EdgePlaceholder).id) .join( enter => enter.append("g") .attr("class", "graphEdge") .on("click.selectionBag", function (d) { context._selection.click({ _id: String(d.id), - element: () => d.element + element: () => d.element as any }, d3Event()); context.selectionChanged(); }) @@ -761,7 +763,7 @@ export class GraphT) => d.id) + .data(this._graphData.allVertices(), d => (d as VertexPlaceholder).id) .join( enter => enter.append("g") .attr("class", "graphVertex") @@ -808,7 +810,7 @@ export class GraphT this._dragHandler(sel)) .each(function (d) { d.element = d3Select(this); }), @@ -822,7 +824,7 @@ export class GraphT d.props.centroid) .attr("opacity", d => d.props.hidden ? 0 : 1) .attr("filter", d => d.props.centroid ? "url(#" + this.id() + "_glow)" : null) - .each(function (this: SVGGElement, d) { + .each(function (this: any, d) { const props = context.calcProps( { showLabel: context.showVertexLabels(), @@ -860,14 +862,14 @@ export class GraphT) => d.id) + .data(this.hasSubgraphs() ? this._graphData.allSubgraphs() : [], d => (d as SubgraphPlaceholder).id) .join( enter => enter.append("g") .attr("class", "subgraphPlaceholder") .on("click.selectionBag", function (d) { context._selection.click({ _id: String(d.id), - element: () => d.element + element: () => d.element as any }, d3Event()); context.selectionChanged(); }) @@ -1310,8 +1312,9 @@ GraphT.prototype.publish("treeRankDirection", "LR", "set", "Direction for Rank N GraphT.prototype.publish("wasmFolder", null, "string", "WASM Folder", null, { optional: true, disable: (w: GraphT) => ["DOT", "Neato", "FDP", "TwoPI", "Circo"].indexOf(w.layout()) < 0 }); const _origScale = GraphT.prototype.scale; +// @ts-ignore --- GraphT.prototype.scale = function (_?, transitionDuration?) { - const retVal = _origScale.apply(this, arguments); + const retVal = _origScale.apply(this, arguments as any); if (arguments.length) { this.zoomTo(_, transitionDuration); } diff --git a/packages/graph/src/graph2/index.ts b/packages/graph/src/graph2/index.ts index 3ab72283a0..78fa73c881 100644 --- a/packages/graph/src/graph2/index.ts +++ b/packages/graph/src/graph2/index.ts @@ -1,7 +1,7 @@ -export * from "./graphT"; -export * from "./graphReactT"; -export * from "./graph"; -export * from "./dataGraph"; -export * from "./sankeyGraph"; -export * from "./subgraph"; -export * from "./vertex"; +export * from "./graphT.ts"; +export * from "./graphReactT.ts"; +export * from "./graph.ts"; +export * from "./dataGraph.ts"; +export * from "./sankeyGraph.ts"; +export * from "./subgraph.tsx"; +export * from "./vertex.tsx"; diff --git a/packages/graph/src/graph2/layouts/circle.ts b/packages/graph/src/graph2/layouts/circle.ts index 9a5169e197..d51555ff48 100644 --- a/packages/graph/src/graph2/layouts/circle.ts +++ b/packages/graph/src/graph2/layouts/circle.ts @@ -1,4 +1,4 @@ -import { Layout } from "./layout"; +import { Layout } from "./layout.ts"; const rads = (degrees: number) => degrees * Math.PI / 180; const radius = (vertexCount: number, sideLength: number) => sideLength / (2 * Math.sin(rads(180 / vertexCount))); diff --git a/packages/graph/src/graph2/layouts/dagre.ts b/packages/graph/src/graph2/layouts/dagre.ts index fe9604dd13..d053586f75 100644 --- a/packages/graph/src/graph2/layouts/dagre.ts +++ b/packages/graph/src/graph2/layouts/dagre.ts @@ -1,7 +1,7 @@ import { curveBasis as d3CurveBasis, line as d3Line } from "d3-shape"; -import { dagre, Options } from "./dagreWorker"; -import { Layout, Point } from "./layout"; -import { EdgePlaceholder } from "./placeholders"; +import { dagre, Options } from "./dagreWorker.ts"; +import { Layout, Point } from "./layout.ts"; +import { EdgePlaceholder } from "./placeholders.ts"; const lineBasis = d3Line() .x(d => d[0]) diff --git a/packages/graph/src/graph2/layouts/dagreWorker.ts b/packages/graph/src/graph2/layouts/dagreWorker.ts index e0a0b7e1a6..b82995d4ec 100644 --- a/packages/graph/src/graph2/layouts/dagreWorker.ts +++ b/packages/graph/src/graph2/layouts/dagreWorker.ts @@ -35,7 +35,7 @@ export interface Options { } export function dagre(data: Data, options: Options) { - // eslint-disable-next-line quotes + const workerCode = `!function(){"use strict";var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function t(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var n={exports:{}};n.exports=function(){function e(n,r,o){function i(s,u){if(!r[s]){if(!n[s]){if(!u&&t)return t(s);if(a)return a(s,!0);var c=new Error("Cannot find module '"+s+"'");throw c.code="MODULE_NOT_FOUND",c}var f=r[s]={exports:{}};n[s][0].call(f.exports,(function(e){return i(n[s][1][e]||e)}),f,f.exports,e,n,r,o)}return r[s].exports}for(var a=t,s=0;s0;--s)if(r=t[s].dequeue()){o=o.concat(c(e,t,n,r,!0));break}}return o}function c(e,t,n,o,i){var a=i?[]:void 0;return r.forEach(e.inEdges(o.v),(function(r){var o=e.edge(r),s=e.node(r.v);i&&a.push({v:r.v,w:r.w}),s.out-=o,d(t,n,s)})),r.forEach(e.outEdges(o.v),(function(r){var o=e.edge(r),i=r.w,a=e.node(i);a.in-=o,d(t,n,a)})),e.removeNode(o.v),a}function f(e,t){var n=new o,a=0,s=0;r.forEach(e.nodes(),(function(e){n.setNode(e,{v:e,in:0,out:0})})),r.forEach(e.edges(),(function(e){var r=n.edge(e.v,e.w)||0,o=t(e),i=r+o;n.setEdge(e.v,e.w,i),s=Math.max(s,n.node(e.v).out+=o),a=Math.max(a,n.node(e.w).in+=o)}));var u=r.range(s+a+3).map((function(){return new i})),c=a+1;return r.forEach(n.nodes(),(function(e){d(u,c,n.node(e))})),{graph:n,buckets:u,zeroIdx:c}}function d(e,t,n){n.out?n.in?e[n.out-n.in+t].enqueue(n):e[e.length-1].enqueue(n):e[0].enqueue(n)}},{"./data/list":5,"./graphlib":7,"./lodash":10}],9:[function(e,t,n){var r=e("./lodash"),o=e("./acyclic"),i=e("./normalize"),a=e("./rank"),s=e("./util").normalizeRanks,u=e("./parent-dummy-chains"),c=e("./util").removeEmptyRanks,f=e("./nesting-graph"),d=e("./add-border-segments"),h=e("./coordinate-system"),l=e("./order"),p=e("./position"),v=e("./util"),_=e("./graphlib").Graph;function y(e,t){var n=t&&t.debugTiming?v.time:v.notime;n("layout",(function(){var t=n(" buildLayoutGraph",(function(){return I(e)}));n(" runLayout",(function(){g(t,n)})),n(" updateInputGraph",(function(){b(e,t)}))}))}function g(e,t){t(" makeSpaceForEdgeLabels",(function(){S(e)})),t(" removeSelfEdges",(function(){B(e)})),t(" acyclic",(function(){o.run(e)})),t(" nestingGraph.run",(function(){f.run(e)})),t(" rank",(function(){a(v.asNonCompoundGraph(e))})),t(" injectEdgeLabelProxies",(function(){C(e)})),t(" removeEmptyRanks",(function(){c(e)})),t(" nestingGraph.cleanup",(function(){f.cleanup(e)})),t(" normalizeRanks",(function(){s(e)})),t(" assignRankMinMax",(function(){N(e)})),t(" removeEdgeLabelProxies",(function(){T(e)})),t(" normalize.run",(function(){i.run(e)})),t(" parentDummyChains",(function(){u(e)})),t(" addBorderSegments",(function(){d(e)})),t(" order",(function(){l(e)})),t(" insertSelfEdges",(function(){G(e)})),t(" adjustCoordinateSystem",(function(){h.adjust(e)})),t(" position",(function(){p(e)})),t(" positionSelfEdges",(function(){R(e)})),t(" removeBorderNodes",(function(){D(e)})),t(" normalize.undo",(function(){i.undo(e)})),t(" fixupEdgeLabelCoords",(function(){P(e)})),t(" undoCoordinateSystem",(function(){h.undo(e)})),t(" translateGraph",(function(){M(e)})),t(" assignNodeIntersects",(function(){L(e)})),t(" reversePoints",(function(){F(e)})),t(" acyclic.undo",(function(){o.undo(e)}))}function b(e,t){r.forEach(e.nodes(),(function(n){var r=e.node(n),o=t.node(n);r&&(r.x=o.x,r.y=o.y,t.children(n).length&&(r.width=o.width,r.height=o.height))})),r.forEach(e.edges(),(function(n){var o=e.edge(n),i=t.edge(n);o.points=i.points,r.has(i,"x")&&(o.x=i.x,o.y=i.y)})),e.graph().width=t.graph().width,e.graph().height=t.graph().height}t.exports=y;var m=["nodesep","edgesep","ranksep","marginx","marginy"],x={ranksep:50,edgesep:20,nodesep:50,rankdir:"tb"},w=["acyclicer","ranker","rankdir","align"],E=["width","height"],j={width:0,height:0},k=["minlen","weight","width","height","labeloffset"],A={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:"r"},O=["labelpos"];function I(e){var t=new _({multigraph:!0,compound:!0}),n=z(e.graph());return t.setGraph(r.merge({},x,U(n,m),r.pick(n,w))),r.forEach(e.nodes(),(function(n){var o=z(e.node(n));t.setNode(n,r.defaults(U(o,E),j)),t.setParent(n,e.parent(n))})),r.forEach(e.edges(),(function(n){var o=z(e.edge(n));t.setEdge(n,r.merge({},A,U(o,k),r.pick(o,O)))})),t}function S(e){var t=e.graph();t.ranksep/=2,r.forEach(e.edges(),(function(n){var r=e.edge(n);r.minlen*=2,"c"!==r.labelpos.toLowerCase()&&("TB"===t.rankdir||"BT"===t.rankdir?r.width+=r.labeloffset:r.height+=r.labeloffset)}))}function C(e){r.forEach(e.edges(),(function(t){var n=e.edge(t);if(n.width&&n.height){var r=e.node(t.v),o={rank:(e.node(t.w).rank-r.rank)/2+r.rank,e:t};v.addDummyNode(e,"edge-proxy",o,"_ep")}}))}function N(e){var t=0;r.forEach(e.nodes(),(function(n){var o=e.node(n);o.borderTop&&(o.minRank=e.node(o.borderTop).rank,o.maxRank=e.node(o.borderBottom).rank,t=r.max(t,o.maxRank))})),e.graph().maxRank=t}function T(e){r.forEach(e.nodes(),(function(t){var n=e.node(t);"edge-proxy"===n.dummy&&(e.edge(n.e).labelRank=n.rank,e.removeNode(t))}))}function M(e){var t=Number.POSITIVE_INFINITY,n=0,o=Number.POSITIVE_INFINITY,i=0,a=e.graph(),s=a.marginx||0,u=a.marginy||0;function c(e){var r=e.x,a=e.y,s=e.width,u=e.height;t=Math.min(t,r-s/2),n=Math.max(n,r+s/2),o=Math.min(o,a-u/2),i=Math.max(i,a+u/2)}r.forEach(e.nodes(),(function(t){c(e.node(t))})),r.forEach(e.edges(),(function(t){var n=e.edge(t);r.has(n,"x")&&c(n)})),t-=s,o-=u,r.forEach(e.nodes(),(function(n){var r=e.node(n);r.x-=t,r.y-=o})),r.forEach(e.edges(),(function(n){var i=e.edge(n);r.forEach(i.points,(function(e){e.x-=t,e.y-=o})),r.has(i,"x")&&(i.x-=t),r.has(i,"y")&&(i.y-=o)})),a.width=n-t+s,a.height=i-o+u}function L(e){r.forEach(e.edges(),(function(t){var n,r,o=e.edge(t),i=e.node(t.v),a=e.node(t.w);o.points?(n=o.points[0],r=o.points[o.points.length-1]):(o.points=[],n=a,r=i),o.points.unshift(v.intersectRect(i,n)),o.points.push(v.intersectRect(a,r))}))}function P(e){r.forEach(e.edges(),(function(t){var n=e.edge(t);if(r.has(n,"x"))switch("l"!==n.labelpos&&"r"!==n.labelpos||(n.width-=n.labeloffset),n.labelpos){case"l":n.x-=n.width/2+n.labeloffset;break;case"r":n.x+=n.width/2+n.labeloffset}}))}function F(e){r.forEach(e.edges(),(function(t){var n=e.edge(t);n.reversed&&n.points.reverse()}))}function D(e){r.forEach(e.nodes(),(function(t){if(e.children(t).length){var n=e.node(t),o=e.node(n.borderTop),i=e.node(n.borderBottom),a=e.node(r.last(n.borderLeft)),s=e.node(r.last(n.borderRight));n.width=Math.abs(s.x-a.x),n.height=Math.abs(i.y-o.y),n.x=a.x+n.width/2,n.y=o.y+n.height/2}})),r.forEach(e.nodes(),(function(t){"border"===e.node(t).dummy&&e.removeNode(t)}))}function B(e){r.forEach(e.edges(),(function(t){if(t.v===t.w){var n=e.node(t.v);n.selfEdges||(n.selfEdges=[]),n.selfEdges.push({e:t,label:e.edge(t)}),e.removeEdge(t)}}))}function G(e){var t=v.buildLayerMatrix(e);r.forEach(t,(function(t){var n=0;r.forEach(t,(function(t,o){var i=e.node(t);i.order=o+n,r.forEach(i.selfEdges,(function(t){v.addDummyNode(e,"selfedge",{width:t.label.width,height:t.label.height,rank:i.rank,order:o+ ++n,e:t.e,label:t.label},"_se")})),delete i.selfEdges}))}))}function R(e){r.forEach(e.nodes(),(function(t){var n=e.node(t);if("selfedge"===n.dummy){var r=e.node(n.e.v),o=r.x+r.width/2,i=r.y,a=n.x-o,s=r.height/2;e.setEdge(n.e,n.label),e.removeNode(t),n.label.points=[{x:o+2*a/3,y:i-s},{x:o+5*a/6,y:i-s},{x:o+a,y:i},{x:o+5*a/6,y:i+s},{x:o+2*a/3,y:i+s}],n.label.x=n.x,n.label.y=n.y}}))}function U(e,t){return r.mapValues(r.pick(e,t),Number)}function z(e){var t={};return r.forEach(e,(function(e,n){t[n.toLowerCase()]=e})),t}},{"./acyclic":2,"./add-border-segments":3,"./coordinate-system":4,"./graphlib":7,"./lodash":10,"./nesting-graph":11,"./normalize":12,"./order":17,"./parent-dummy-chains":22,"./position":24,"./rank":26,"./util":29}],10:[function(e,t,n){var r;if("function"==typeof e)try{r={cloneDeep:e("lodash/cloneDeep"),constant:e("lodash/constant"),defaults:e("lodash/defaults"),each:e("lodash/each"),filter:e("lodash/filter"),find:e("lodash/find"),flatten:e("lodash/flatten"),forEach:e("lodash/forEach"),forIn:e("lodash/forIn"),has:e("lodash/has"),isUndefined:e("lodash/isUndefined"),last:e("lodash/last"),map:e("lodash/map"),mapValues:e("lodash/mapValues"),max:e("lodash/max"),merge:e("lodash/merge"),min:e("lodash/min"),minBy:e("lodash/minBy"),now:e("lodash/now"),pick:e("lodash/pick"),range:e("lodash/range"),reduce:e("lodash/reduce"),sortBy:e("lodash/sortBy"),uniqueId:e("lodash/uniqueId"),values:e("lodash/values"),zipObject:e("lodash/zipObject")}}catch(e){}r||(r=window._),t.exports=r},{"lodash/cloneDeep":227,"lodash/constant":228,"lodash/defaults":229,"lodash/each":230,"lodash/filter":232,"lodash/find":233,"lodash/flatten":235,"lodash/forEach":236,"lodash/forIn":237,"lodash/has":239,"lodash/isUndefined":258,"lodash/last":261,"lodash/map":262,"lodash/mapValues":263,"lodash/max":264,"lodash/merge":266,"lodash/min":267,"lodash/minBy":268,"lodash/now":270,"lodash/pick":271,"lodash/range":273,"lodash/reduce":274,"lodash/sortBy":276,"lodash/uniqueId":286,"lodash/values":287,"lodash/zipObject":288}],11:[function(e,t,n){var r=e("./lodash"),o=e("./util");function i(e){var t=o.addDummyNode(e,"root",{},"_root"),n=s(e),i=r.max(r.values(n))-1,c=2*i+1;e.graph().nestingRoot=t,r.forEach(e.edges(),(function(t){e.edge(t).minlen*=c}));var f=u(e)+1;r.forEach(e.children(),(function(r){a(e,t,c,f,i,n,r)})),e.graph().nodeRankFactor=c}function a(e,t,n,i,s,u,c){var f=e.children(c);if(f.length){var d=o.addBorderNode(e,"_bt"),h=o.addBorderNode(e,"_bb"),l=e.node(c);e.setParent(d,c),l.borderTop=d,e.setParent(h,c),l.borderBottom=h,r.forEach(f,(function(r){a(e,t,n,i,s,u,r);var o=e.node(r),f=o.borderTop?o.borderTop:r,l=o.borderBottom?o.borderBottom:r,p=o.borderTop?i:2*i,v=f!==l?1:s-u[c]+1;e.setEdge(d,f,{weight:p,minlen:v,nestingEdge:!0}),e.setEdge(l,h,{weight:p,minlen:v,nestingEdge:!0})})),e.parent(c)||e.setEdge(t,d,{weight:0,minlen:s+u[c]})}else c!==t&&e.setEdge(t,c,{weight:0,minlen:n})}function s(e){var t={};function n(o,i){var a=e.children(o);a&&a.length&&r.forEach(a,(function(e){n(e,i+1)})),t[o]=i}return r.forEach(e.children(),(function(e){n(e,1)})),t}function u(e){return r.reduce(e.edges(),(function(t,n){return t+e.edge(n).weight}),0)}function c(e){var t=e.graph();e.removeNode(t.nestingRoot),delete t.nestingRoot,r.forEach(e.edges(),(function(t){e.edge(t).nestingEdge&&e.removeEdge(t)}))}t.exports={run:i,cleanup:c}},{"./lodash":10,"./util":29}],12:[function(e,t,n){var r=e("./lodash"),o=e("./util");function i(e){e.graph().dummyChains=[],r.forEach(e.edges(),(function(t){a(e,t)}))}function a(e,t){var n=t.v,r=e.node(n).rank,i=t.w,a=e.node(i).rank,s=t.name,u=e.edge(t),c=u.labelRank;if(a!==r+1){var f,d,h;for(e.removeEdge(t),h=0,++r;r0;)t%2&&(n+=u[t+1]),u[t=t-1>>1]+=e.weight;c+=e.weight*n}))),c}t.exports=o},{"../lodash":10}],17:[function(e,t,n){var r=e("../lodash"),o=e("./init-order"),i=e("./cross-count"),a=e("./sort-subgraph"),s=e("./build-layer-graph"),u=e("./add-subgraph-constraints"),c=e("../graphlib").Graph,f=e("../util");function d(e){var t=f.maxRank(e),n=h(e,r.range(1,t+1),"inEdges"),a=h(e,r.range(t-1,-1,-1),"outEdges"),s=o(e);p(e,s);for(var u,c=Number.POSITIVE_INFINITY,d=0,v=0;v<4;++d,++v){l(d%2?n:a,d%4>=2),s=f.buildLayerMatrix(e);var _=i(e,s);_=e.barycenter)&&a(e,t)}}function o(t){return function(n){n.in.push(t),0==--n.indegree&&e.push(n)}}for(;e.length;){var i=e.pop();t.push(i),r.forEach(i.in.reverse(),n(i)),r.forEach(i.out,o(i))}return r.map(r.filter(t,(function(e){return!e.merged})),(function(e){return r.pick(e,["vs","i","barycenter","weight"])}))}function a(e,t){var n=0,r=0;e.weight&&(n+=e.barycenter*e.weight,r+=e.weight),t.weight&&(n+=t.barycenter*t.weight,r+=t.weight),e.vs=t.vs.concat(e.vs),e.barycenter=n/r,e.weight=r,e.i=Math.min(t.i,e.i),t.merged=!0}t.exports=o},{"../lodash":10}],20:[function(e,t,n){var r=e("../lodash"),o=e("./barycenter"),i=e("./resolve-conflicts"),a=e("./sort");function s(e,t,n,f){var d=e.children(t),h=e.node(t),l=h?h.borderLeft:void 0,p=h?h.borderRight:void 0,v={};l&&(d=r.filter(d,(function(e){return e!==l&&e!==p})));var _=o(e,d);r.forEach(_,(function(t){if(e.children(t.v).length){var o=s(e,t.v,n,f);v[t.v]=o,r.has(o,"barycenter")&&c(t,o)}}));var y=i(_,n);u(y,v);var g=a(y,f);if(l&&(g.vs=r.flatten([l,g.vs,p],!0),e.predecessors(l).length)){var b=e.node(e.predecessors(l)[0]),m=e.node(e.predecessors(p)[0]);r.has(g,"barycenter")||(g.barycenter=0,g.weight=0),g.barycenter=(g.barycenter*g.weight+b.order+m.order)/(g.weight+2),g.weight+=2}return g}function u(e,t){r.forEach(e,(function(e){e.vs=r.flatten(e.vs.map((function(e){return t[e]?t[e].vs:e})),!0)}))}function c(e,t){r.isUndefined(e.barycenter)?(e.barycenter=t.barycenter,e.weight=t.weight):(e.barycenter=(e.barycenter*e.weight+t.barycenter*t.weight)/(e.weight+t.weight),e.weight+=t.weight)}t.exports=s},{"../lodash":10,"./barycenter":14,"./resolve-conflicts":19,"./sort":21}],21:[function(e,t,n){var r=e("../lodash"),o=e("../util");function i(e,t){var n=o.partition(e,(function(e){return r.has(e,"barycenter")})),i=n.lhs,u=r.sortBy(n.rhs,(function(e){return-e.i})),c=[],f=0,d=0,h=0;i.sort(s(!!t)),h=a(c,u,h),r.forEach(i,(function(e){h+=e.vs.length,c.push(e.vs),f+=e.barycenter*e.weight,d+=e.weight,h=a(c,u,h)}));var l={vs:r.flatten(c,!0)};return d&&(l.barycenter=f/d,l.weight=d),l}function a(e,t,n){for(var o;t.length&&(o=r.last(t)).i<=n;)t.pop(),e.push(o.vs),n++;return n}function s(e){return function(t,n){return t.barycentern.barycenter?1:e?n.i-t.i:t.i-n.i}}t.exports=i},{"../lodash":10,"../util":29}],22:[function(e,t,n){var r=e("./lodash");function o(e){var t=a(e);r.forEach(e.graph().dummyChains,(function(n){for(var r=e.node(n),o=r.edgeObj,a=i(e,t,o.v,o.w),s=a.path,u=a.lca,c=0,f=s[c],d=!0;n!==o.w;){if(r=e.node(n),d){for(;(f=s[c])!==u&&e.node(f).maxRanku||c>t[o].lim));for(i=o,o=r;(o=e.parent(o))!==i;)s.push(o);return{path:a.concat(s.reverse()),lca:i}}function a(e){var t={},n=0;function o(i){var a=n;r.forEach(e.children(i),o),t[i]={low:a,lim:n++}}return r.forEach(e.children(),o),t}t.exports=o},{"./lodash":10}],23:[function(e,t,n){var r=e("../lodash"),o=e("../graphlib").Graph,i=e("../util");function a(e,t){var n={};function o(t,o){var i=0,a=0,s=t.length,f=r.last(o);return r.forEach(o,(function(t,d){var h=u(e,t),l=h?e.node(h).order:s;(h||t===f)&&(r.forEach(o.slice(a,d+1),(function(t){r.forEach(e.predecessors(t),(function(r){var o=e.node(r),a=o.order;!(as)&&c(n,t,u)}))}))}function i(t,n){var i,a=-1,s=0;return r.forEach(n,(function(r,u){if("border"===e.node(r).dummy){var c=e.predecessors(r);c.length&&(i=e.node(c[0]).order,o(n,s,u,a,i),s=u,a=i)}o(n,s,n.length,i,t.length)})),n}return r.reduce(t,i),n}function u(e,t){if(e.node(t).dummy)return r.find(e.predecessors(t),(function(t){return e.node(t).dummy}))}function c(e,t,n){if(t>n){var r=t;t=n,n=r}var o=e[t];o||(e[t]=o={}),o[n]=!0}function f(e,t,n){if(t>n){var o=t;t=n,n=o}return r.has(e[t],n)}function d(e,t,n,o){var i={},a={},s={};return r.forEach(t,(function(e){r.forEach(e,(function(e,t){i[e]=e,a[e]=e,s[e]=t}))})),r.forEach(t,(function(e){var t=-1;r.forEach(e,(function(e){var u=o(e);if(u.length){u=r.sortBy(u,(function(e){return s[e]}));for(var c=(u.length-1)/2,d=Math.floor(c),h=Math.ceil(c);d<=h;++d){var l=u[d];a[e]===e&&tu.lim&&(c=u,f=!0);var d=r.filter(t.edges(),(function(t){return f===x(e,e.node(t.v),c)&&f!==x(e,e.node(t.w),c)}));return r.minBy(d,(function(e){return i(t,e)}))}function g(e,t,n,r){var o=n.v,i=n.w;e.removeEdge(o,i),e.setEdge(r.v,r.w,{}),p(e),d(e,t),b(e,t)}function b(e,t){var n=r.find(e.nodes(),(function(e){return!t.node(e).parent})),o=s(e,n);o=o.slice(1),r.forEach(o,(function(n){var r=e.node(n).parent,o=t.edge(n,r),i=!1;o||(o=t.edge(r,n),i=!0),t.node(n).rank=t.node(r).rank+(i?o.minlen:-o.minlen)}))}function m(e,t,n){return e.hasEdge(t,n)}function x(e,t,n){return n.low<=t.lim&&t.lim<=n.lim}t.exports=f,f.initLowLimValues=p,f.initCutValues=d,f.calcCutValue=l,f.leaveEdge=_,f.enterEdge=y,f.exchangeEdges=g},{"../graphlib":7,"../lodash":10,"../util":29,"./feasible-tree":25,"./util":28}],28:[function(e,t,n){var r=e("../lodash");function o(e){var t={};function n(o){var i=e.node(o);if(r.has(t,o))return i.rank;t[o]=!0;var a=r.min(r.map(e.outEdges(o),(function(t){return n(t.w)-e.edge(t).minlen})));return a!==Number.POSITIVE_INFINITY&&null!=a||(a=0),i.rank=a}r.forEach(e.sources(),n)}function i(e,t){return e.node(t.w).rank-e.node(t.v).rank-e.edge(t).minlen}t.exports={longestPath:o,slack:i}},{"../lodash":10}],29:[function(e,t,n){var r=e("./lodash"),o=e("./graphlib").Graph;function i(e,t,n,o){var i;do{i=r.uniqueId(o)}while(e.hasNode(i));return n.dummy=t,e.setNode(i,n),i}function a(e){var t=(new o).setGraph(e.graph());return r.forEach(e.nodes(),(function(n){t.setNode(n,e.node(n))})),r.forEach(e.edges(),(function(n){var r=t.edge(n.v,n.w)||{weight:0,minlen:1},o=e.edge(n);t.setEdge(n.v,n.w,{weight:r.weight+o.weight,minlen:Math.max(r.minlen,o.minlen)})})),t}function s(e){var t=new o({multigraph:e.isMultigraph()}).setGraph(e.graph());return r.forEach(e.nodes(),(function(n){e.children(n).length||t.setNode(n,e.node(n))})),r.forEach(e.edges(),(function(n){t.setEdge(n,e.edge(n))})),t}function u(e){var t=r.map(e.nodes(),(function(t){var n={};return r.forEach(e.outEdges(t),(function(t){n[t.w]=(n[t.w]||0)+e.edge(t).weight})),n}));return r.zipObject(e.nodes(),t)}function c(e){var t=r.map(e.nodes(),(function(t){var n={};return r.forEach(e.inEdges(t),(function(t){n[t.v]=(n[t.v]||0)+e.edge(t).weight})),n}));return r.zipObject(e.nodes(),t)}function f(e,t){var n,r,o=e.x,i=e.y,a=t.x-o,s=t.y-i,u=e.width/2,c=e.height/2;if(!a&&!s)throw new Error("Not possible to find intersection inside of the rectangle");return Math.abs(s)*u>Math.abs(a)*c?(s<0&&(c=-c),n=c*a/s,r=c):(a<0&&(u=-u),n=u,r=u*s/a),{x:o+n,y:i+r}}function d(e){var t=r.map(r.range(v(e)+1),(function(){return[]}));return r.forEach(e.nodes(),(function(n){var o=e.node(n),i=o.rank;r.isUndefined(i)||(t[i][o.order]=n)})),t}function h(e){var t=r.min(r.map(e.nodes(),(function(t){return e.node(t).rank})));r.forEach(e.nodes(),(function(n){var o=e.node(n);r.has(o,"rank")&&(o.rank-=t)}))}function l(e){var t=r.min(r.map(e.nodes(),(function(t){return e.node(t).rank}))),n=[];r.forEach(e.nodes(),(function(r){var o=e.node(r).rank-t;n[o]||(n[o]=[]),n[o].push(r)}));var o=0,i=e.graph().nodeRankFactor;r.forEach(n,(function(t,n){r.isUndefined(t)&&n%i!=0?--o:o&&r.forEach(t,(function(t){e.node(t).rank+=o}))}))}function p(e,t,n,r){var o={width:0,height:0};return arguments.length>=4&&(o.rank=n,o.order=r),i(e,"border",o,t)}function v(e){return r.max(r.map(e.nodes(),(function(t){var n=e.node(t).rank;if(!r.isUndefined(n))return n})))}function _(e,t){var n={lhs:[],rhs:[]};return r.forEach(e,(function(e){t(e)?n.lhs.push(e):n.rhs.push(e)})),n}function y(e,t){var n=r.now();try{return t()}finally{console.log(e+" time: "+(r.now()-n)+"ms")}}function g(e,t){return t()}t.exports={addDummyNode:i,simplify:a,asNonCompoundGraph:s,successorWeights:u,predecessorWeights:c,intersectRect:f,buildLayerMatrix:d,normalizeRanks:h,removeEmptyRanks:l,addBorderNode:p,maxRank:v,partition:_,time:y,notime:g}},{"./graphlib":7,"./lodash":10}],30:[function(e,t,n){t.exports="0.8.5"},{}],31:[function(e,t,n){var r=e("./lib");t.exports={Graph:r.Graph,json:e("./lib/json"),alg:e("./lib/alg"),version:r.version}},{"./lib":47,"./lib/alg":38,"./lib/json":48}],32:[function(e,t,n){var r=e("../lodash");function o(e){var t,n={},o=[];function i(o){r.has(n,o)||(n[o]=!0,t.push(o),r.each(e.successors(o),i),r.each(e.predecessors(o),i))}return r.each(e.nodes(),(function(e){t=[],i(e),t.length&&o.push(t)})),o}t.exports=o},{"../lodash":49}],33:[function(e,t,n){var r=e("../lodash");function o(e,t,n){r.isArray(t)||(t=[t]);var o=(e.isDirected()?e.successors:e.neighbors).bind(e),a=[],s={};return r.each(t,(function(t){if(!e.hasNode(t))throw new Error("Graph does not have node: "+t);i(e,t,"post"===n,s,o,a)})),a}function i(e,t,n,o,a,s){r.has(o,t)||(o[t]=!0,n||s.push(t),r.each(a(t),(function(t){i(e,t,n,o,a,s)})),n&&s.push(t))}t.exports=o},{"../lodash":49}],34:[function(e,t,n){var r=e("./dijkstra"),o=e("../lodash");function i(e,t,n){return o.transform(e.nodes(),(function(o,i){o[i]=r(e,i,t,n)}),{})}t.exports=i},{"../lodash":49,"./dijkstra":35}],35:[function(e,t,n){var r=e("../lodash"),o=e("../data/priority-queue");t.exports=a;var i=r.constant(1);function a(e,t,n,r){return s(e,String(t),n||i,r||function(t){return e.outEdges(t)})}function s(e,t,n,r){var i,a,s={},u=new o,c=function(e){var t=e.v!==i?e.v:e.w,r=s[t],o=n(e),c=a.distance+o;if(o<0)throw new Error("dijkstra does not allow negative edge weights. Bad edge: "+e+" Weight: "+o);c0&&(i=u.removeMin(),(a=s[i]).distance!==Number.POSITIVE_INFINITY);)r(i).forEach(c);return s}},{"../data/priority-queue":45,"../lodash":49}],36:[function(e,t,n){var r=e("../lodash"),o=e("./tarjan");function i(e){return r.filter(o(e),(function(t){return t.length>1||1===t.length&&e.hasEdge(t[0],t[0])}))}t.exports=i},{"../lodash":49,"./tarjan":43}],37:[function(e,t,n){var r=e("../lodash");t.exports=i;var o=r.constant(1);function i(e,t,n){return a(e,t||o,n||function(t){return e.outEdges(t)})}function a(e,t,n){var r={},o=e.nodes();return o.forEach((function(e){r[e]={},r[e][e]={distance:0},o.forEach((function(t){e!==t&&(r[e][t]={distance:Number.POSITIVE_INFINITY})})),n(e).forEach((function(n){var o=n.v===e?n.w:n.v,i=t(n);r[e][o]={distance:i,predecessor:e}}))})),o.forEach((function(e){var t=r[e];o.forEach((function(n){var i=r[n];o.forEach((function(n){var r=i[e],o=t[n],a=i[n],s=r.distance+o.distance;s0;){if(n=u.removeMin(),r.has(s,n))a.setEdge(n,s[n]);else{if(f)throw new Error("Input graph is not connected: "+e);f=!0}e.nodeEdges(n).forEach(c)}return a}t.exports=a},{"../data/priority-queue":45,"../graph":46,"../lodash":49}],43:[function(e,t,n){var r=e("../lodash");function o(e){var t=0,n=[],o={},i=[];function a(s){var u=o[s]={onStack:!0,lowlink:t,index:t++};if(n.push(s),e.successors(s).forEach((function(e){r.has(o,e)?o[e].onStack&&(u.lowlink=Math.min(u.lowlink,o[e].index)):(a(e),u.lowlink=Math.min(u.lowlink,o[e].lowlink))})),u.lowlink===u.index){var c,f=[];do{c=n.pop(),o[c].onStack=!1,f.push(c)}while(s!==c);i.push(f)}}return e.nodes().forEach((function(e){r.has(o,e)||a(e)})),i}t.exports=o},{"../lodash":49}],44:[function(e,t,n){var r=e("../lodash");function o(e){var t={},n={},o=[];function a(s){if(r.has(n,s))throw new i;r.has(t,s)||(n[s]=!0,t[s]=!0,r.each(e.predecessors(s),a),delete n[s],o.push(s))}if(r.each(e.sinks(),a),r.size(t)!==e.nodeCount())throw new i;return o}function i(){}t.exports=o,o.CycleException=i,i.prototype=new Error},{"../lodash":49}],45:[function(e,t,n){var r=e("../lodash");function o(){this._arr=[],this._keyIndices={}}t.exports=o,o.prototype.size=function(){return this._arr.length},o.prototype.keys=function(){return this._arr.map((function(e){return e.key}))},o.prototype.has=function(e){return r.has(this._keyIndices,e)},o.prototype.priority=function(e){var t=this._keyIndices[e];if(void 0!==t)return this._arr[t].priority},o.prototype.min=function(){if(0===this.size())throw new Error("Queue underflow");return this._arr[0].key},o.prototype.add=function(e,t){var n=this._keyIndices;if(e=String(e),!r.has(n,e)){var o=this._arr,i=o.length;return n[e]=i,o.push({key:e,priority:t}),this._decrease(i),!0}return!1},o.prototype.removeMin=function(){this._swap(0,this._arr.length-1);var e=this._arr.pop();return delete this._keyIndices[e.key],this._heapify(0),e.key},o.prototype.decrease=function(e,t){var n=this._keyIndices[e];if(t>this._arr[n].priority)throw new Error("New priority is greater than current priority. Key: "+e+" Old: "+this._arr[n].priority+" New: "+t);this._arr[n].priority=t,this._decrease(n)},o.prototype._heapify=function(e){var t=this._arr,n=2*e,r=n+1,o=e;n>1].priorityu){var c=s;s=u,u=c}return s+a+u+a+(r.isUndefined(i)?o:i)}function d(e,t,n,r){var o=""+t,i=""+n;if(!e&&o>i){var a=o;o=i,i=a}var s={v:o,w:i};return r&&(s.name=r),s}function h(e,t){return f(e,t.v,t.w,t.name)}s.prototype._nodeCount=0,s.prototype._edgeCount=0,s.prototype.isDirected=function(){return this._isDirected},s.prototype.isMultigraph=function(){return this._isMultigraph},s.prototype.isCompound=function(){return this._isCompound},s.prototype.setGraph=function(e){return this._label=e,this},s.prototype.graph=function(){return this._label},s.prototype.setDefaultNodeLabel=function(e){return r.isFunction(e)||(e=r.constant(e)),this._defaultNodeLabelFn=e,this},s.prototype.nodeCount=function(){return this._nodeCount},s.prototype.nodes=function(){return r.keys(this._nodes)},s.prototype.sources=function(){var e=this;return r.filter(this.nodes(),(function(t){return r.isEmpty(e._in[t])}))},s.prototype.sinks=function(){var e=this;return r.filter(this.nodes(),(function(t){return r.isEmpty(e._out[t])}))},s.prototype.setNodes=function(e,t){var n=arguments,o=this;return r.each(e,(function(e){n.length>1?o.setNode(e,t):o.setNode(e)})),this},s.prototype.setNode=function(e,t){return r.has(this._nodes,e)?(arguments.length>1&&(this._nodes[e]=t),this):(this._nodes[e]=arguments.length>1?t:this._defaultNodeLabelFn(e),this._isCompound&&(this._parent[e]=i,this._children[e]={},this._children[i][e]=!0),this._in[e]={},this._preds[e]={},this._out[e]={},this._sucs[e]={},++this._nodeCount,this)},s.prototype.node=function(e){return this._nodes[e]},s.prototype.hasNode=function(e){return r.has(this._nodes,e)},s.prototype.removeNode=function(e){var t=this;if(r.has(this._nodes,e)){var n=function(e){t.removeEdge(t._edgeObjs[e])};delete this._nodes[e],this._isCompound&&(this._removeFromParentsChildList(e),delete this._parent[e],r.each(this.children(e),(function(e){t.setParent(e)})),delete this._children[e]),r.each(r.keys(this._in[e]),n),delete this._in[e],delete this._preds[e],r.each(r.keys(this._out[e]),n),delete this._out[e],delete this._sucs[e],--this._nodeCount}return this},s.prototype.setParent=function(e,t){if(!this._isCompound)throw new Error("Cannot set parent in a non-compound graph");if(r.isUndefined(t))t=i;else{for(var n=t+="";!r.isUndefined(n);n=this.parent(n))if(n===e)throw new Error("Setting "+t+" as parent of "+e+" would create a cycle");this.setNode(t)}return this.setNode(e),this._removeFromParentsChildList(e),this._parent[e]=t,this._children[t][e]=!0,this},s.prototype._removeFromParentsChildList=function(e){delete this._children[this._parent[e]][e]},s.prototype.parent=function(e){if(this._isCompound){var t=this._parent[e];if(t!==i)return t}},s.prototype.children=function(e){if(r.isUndefined(e)&&(e=i),this._isCompound){var t=this._children[e];if(t)return r.keys(t)}else{if(e===i)return this.nodes();if(this.hasNode(e))return[]}},s.prototype.predecessors=function(e){var t=this._preds[e];if(t)return r.keys(t)},s.prototype.successors=function(e){var t=this._sucs[e];if(t)return r.keys(t)},s.prototype.neighbors=function(e){var t=this.predecessors(e);if(t)return r.union(t,this.successors(e))},s.prototype.isLeaf=function(e){return 0===(this.isDirected()?this.successors(e):this.neighbors(e)).length},s.prototype.filterNodes=function(e){var t=new this.constructor({directed:this._isDirected,multigraph:this._isMultigraph,compound:this._isCompound});t.setGraph(this.graph());var n=this;r.each(this._nodes,(function(n,r){e(r)&&t.setNode(r,n)})),r.each(this._edgeObjs,(function(e){t.hasNode(e.v)&&t.hasNode(e.w)&&t.setEdge(e,n.edge(e))}));var o={};function i(e){var r=n.parent(e);return void 0===r||t.hasNode(r)?(o[e]=r,r):r in o?o[r]:i(r)}return this._isCompound&&r.each(t.nodes(),(function(e){t.setParent(e,i(e))})),t},s.prototype.setDefaultEdgeLabel=function(e){return r.isFunction(e)||(e=r.constant(e)),this._defaultEdgeLabelFn=e,this},s.prototype.edgeCount=function(){return this._edgeCount},s.prototype.edges=function(){return r.values(this._edgeObjs)},s.prototype.setPath=function(e,t){var n=this,o=arguments;return r.reduce(e,(function(e,r){return o.length>1?n.setEdge(e,r,t):n.setEdge(e,r),r})),this},s.prototype.setEdge=function(){var e,t,n,o,i=!1,a=arguments[0];"object"==typeof a&&null!==a&&"v"in a?(e=a.v,t=a.w,n=a.name,2===arguments.length&&(o=arguments[1],i=!0)):(e=a,t=arguments[1],n=arguments[3],arguments.length>2&&(o=arguments[2],i=!0)),e=""+e,t=""+t,r.isUndefined(n)||(n=""+n);var s=f(this._isDirected,e,t,n);if(r.has(this._edgeLabels,s))return i&&(this._edgeLabels[s]=o),this;if(!r.isUndefined(n)&&!this._isMultigraph)throw new Error("Cannot set a named edge when isMultigraph = false");this.setNode(e),this.setNode(t),this._edgeLabels[s]=i?o:this._defaultEdgeLabelFn(e,t,n);var c=d(this._isDirected,e,t,n);return e=c.v,t=c.w,Object.freeze(c),this._edgeObjs[s]=c,u(this._preds[t],e),u(this._sucs[e],t),this._in[t][s]=c,this._out[e][s]=c,this._edgeCount++,this},s.prototype.edge=function(e,t,n){var r=1===arguments.length?h(this._isDirected,arguments[0]):f(this._isDirected,e,t,n);return this._edgeLabels[r]},s.prototype.hasEdge=function(e,t,n){var o=1===arguments.length?h(this._isDirected,arguments[0]):f(this._isDirected,e,t,n);return r.has(this._edgeLabels,o)},s.prototype.removeEdge=function(e,t,n){var r=1===arguments.length?h(this._isDirected,arguments[0]):f(this._isDirected,e,t,n),o=this._edgeObjs[r];return o&&(e=o.v,t=o.w,delete this._edgeLabels[r],delete this._edgeObjs[r],c(this._preds[t],e),c(this._sucs[e],t),delete this._in[t][r],delete this._out[e][r],this._edgeCount--),this},s.prototype.inEdges=function(e,t){var n=this._in[e];if(n){var o=r.values(n);return t?r.filter(o,(function(e){return e.v===t})):o}},s.prototype.outEdges=function(e,t){var n=this._out[e];if(n){var o=r.values(n);return t?r.filter(o,(function(e){return e.w===t})):o}},s.prototype.nodeEdges=function(e,t){var n=this.inEdges(e,t);if(n)return n.concat(this.outEdges(e,t))}},{"./lodash":49}],47:[function(e,t,n){t.exports={Graph:e("./graph"),version:e("./version")}},{"./graph":46,"./version":50}],48:[function(e,t,n){var r=e("./lodash"),o=e("./graph");function i(e){var t={options:{directed:e.isDirected(),multigraph:e.isMultigraph(),compound:e.isCompound()},nodes:a(e),edges:s(e)};return r.isUndefined(e.graph())||(t.value=r.clone(e.graph())),t}function a(e){return r.map(e.nodes(),(function(t){var n=e.node(t),o=e.parent(t),i={v:t};return r.isUndefined(n)||(i.value=n),r.isUndefined(o)||(i.parent=o),i}))}function s(e){return r.map(e.edges(),(function(t){var n=e.edge(t),o={v:t.v,w:t.w};return r.isUndefined(t.name)||(o.name=t.name),r.isUndefined(n)||(o.value=n),o}))}function u(e){var t=new o(e.options).setGraph(e.value);return r.each(e.nodes,(function(e){t.setNode(e.v,e.value),e.parent&&t.setParent(e.v,e.parent)})),r.each(e.edges,(function(e){t.setEdge({v:e.v,w:e.w,name:e.name},e.value)})),t}t.exports={write:i,read:u}},{"./graph":46,"./lodash":49}],49:[function(e,t,n){var r;if("function"==typeof e)try{r={clone:e("lodash/clone"),constant:e("lodash/constant"),each:e("lodash/each"),filter:e("lodash/filter"),has:e("lodash/has"),isArray:e("lodash/isArray"),isEmpty:e("lodash/isEmpty"),isFunction:e("lodash/isFunction"),isUndefined:e("lodash/isUndefined"),keys:e("lodash/keys"),map:e("lodash/map"),reduce:e("lodash/reduce"),size:e("lodash/size"),transform:e("lodash/transform"),union:e("lodash/union"),values:e("lodash/values")}}catch(e){}r||(r=window._),t.exports=r},{"lodash/clone":226,"lodash/constant":228,"lodash/each":230,"lodash/filter":232,"lodash/has":239,"lodash/isArray":243,"lodash/isEmpty":247,"lodash/isFunction":248,"lodash/isUndefined":258,"lodash/keys":259,"lodash/map":262,"lodash/reduce":274,"lodash/size":275,"lodash/transform":284,"lodash/union":285,"lodash/values":287}],50:[function(e,t,n){t.exports="2.1.8"},{}],51:[function(e,t,n){var r=e("./_getNative")(e("./_root"),"DataView");t.exports=r},{"./_getNative":163,"./_root":208}],52:[function(e,t,n){var r=e("./_hashClear"),o=e("./_hashDelete"),i=e("./_hashGet"),a=e("./_hashHas"),s=e("./_hashSet");function u(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t-1}t.exports=o},{"./_baseIndexOf":95}],67:[function(e,t,n){function r(e,t,n){for(var r=-1,o=null==e?0:e.length;++r0&&n(f)?t>1?i(f,t-1,n,a,s):r(s,f):a||(s[s.length]=f)}return s}t.exports=i},{"./_arrayPush":70,"./_isFlattenable":180}],87:[function(e,t,n){var r=e("./_createBaseFor")();t.exports=r},{"./_createBaseFor":149}],88:[function(e,t,n){var r=e("./_baseFor"),o=e("./keys");function i(e,t){return e&&r(e,t,o)}t.exports=i},{"./_baseFor":87,"./keys":259}],89:[function(e,t,n){var r=e("./_castPath"),o=e("./_toKey");function i(e,t){for(var n=0,i=(t=r(t,e)).length;null!=e&&nt}t.exports=r},{}],93:[function(e,t,n){var r=Object.prototype.hasOwnProperty;function o(e,t){return null!=e&&r.call(e,t)}t.exports=o},{}],94:[function(e,t,n){function r(e,t){return null!=e&&t in Object(e)}t.exports=r},{}],95:[function(e,t,n){var r=e("./_baseFindIndex"),o=e("./_baseIsNaN"),i=e("./_strictIndexOf");function a(e,t,n){return t==t?i(e,t,n):r(e,o,n)}t.exports=a},{"./_baseFindIndex":85,"./_baseIsNaN":101,"./_strictIndexOf":220}],96:[function(e,t,n){var r=e("./_baseGetTag"),o=e("./isObjectLike"),i="[object Arguments]";function a(e){return o(e)&&r(e)==i}t.exports=a},{"./_baseGetTag":91,"./isObjectLike":252}],97:[function(e,t,n){var r=e("./_baseIsEqualDeep"),o=e("./isObjectLike");function i(e,t,n,a,s){return e===t||(null==e||null==t||!o(e)&&!o(t)?e!=e&&t!=t:r(e,t,n,a,i,s))}t.exports=i},{"./_baseIsEqualDeep":98,"./isObjectLike":252}],98:[function(e,t,n){var r=e("./_Stack"),o=e("./_equalArrays"),i=e("./_equalByTag"),a=e("./_equalObjects"),s=e("./_getTag"),u=e("./isArray"),c=e("./isBuffer"),f=e("./isTypedArray"),d=1,h="[object Arguments]",l="[object Array]",p="[object Object]",v=Object.prototype.hasOwnProperty;function _(e,t,n,_,y,g){var b=u(e),m=u(t),x=b?l:s(e),w=m?l:s(t),E=(x=x==h?p:x)==p,j=(w=w==h?p:w)==p,k=x==w;if(k&&c(e)){if(!c(t))return!1;b=!0,E=!1}if(k&&!E)return g||(g=new r),b||f(e)?o(e,t,n,_,y,g):i(e,t,x,n,_,y,g);if(!(n&d)){var A=E&&v.call(e,"__wrapped__"),O=j&&v.call(t,"__wrapped__");if(A||O){var I=A?e.value():e,S=O?t.value():t;return g||(g=new r),y(I,S,n,_,g)}}return!!k&&(g||(g=new r),a(e,t,n,_,y,g))}t.exports=_},{"./_Stack":59,"./_equalArrays":154,"./_equalByTag":155,"./_equalObjects":156,"./_getTag":168,"./isArray":243,"./isBuffer":246,"./isTypedArray":257}],99:[function(e,t,n){var r=e("./_getTag"),o=e("./isObjectLike"),i="[object Map]";function a(e){return o(e)&&r(e)==i}t.exports=a},{"./_getTag":168,"./isObjectLike":252}],100:[function(e,t,n){var r=e("./_Stack"),o=e("./_baseIsEqual"),i=1,a=2;function s(e,t,n,s){var u=n.length,c=u,f=!s;if(null==e)return!c;for(e=Object(e);u--;){var d=n[u];if(f&&d[2]?d[1]!==e[d[0]]:!(d[0]in e))return!1}for(;++u=c){var _=t?null:s(e);if(_)return u(_);l=!1,d=a,v=new r}else v=t?[]:p;e:for(;++ft||a&&s&&c&&!u&&!f||o&&s&&c||!n&&c||!i)return 1;if(!o&&!a&&!f&&e=u?c:c*("desc"==n[o]?-1:1)}return e.index-t.index}t.exports=o},{"./_compareAscending":140}],142:[function(e,t,n){function r(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n1?n[i-1]:void 0,s=i>2?n[2]:void 0;for(a=e.length>3&&"function"==typeof a?(i--,a):void 0,s&&o(n[0],n[1],s)&&(a=i<3?void 0:a,i=1),t=Object(t);++r-1?s[u?t[c]:c]:void 0}}t.exports=a},{"./_baseIteratee":105,"./isArrayLike":244,"./keys":259}],151:[function(e,t,n){var r=e("./_baseRange"),o=e("./_isIterateeCall"),i=e("./toFinite");function a(e){return function(t,n,a){return a&&"number"!=typeof a&&o(t,n,a)&&(n=a=void 0),t=i(t),void 0===n?(n=t,t=0):n=i(n),a=void 0===a?th))return!1;var p=f.get(e);if(p&&f.get(t))return p==t;var v=-1,_=!0,y=n&s?new r:void 0;for(f.set(e,t),f.set(t,e);++v-1&&e%1==0&&e-1}t.exports=o},{"./_assocIndexOf":76}],192:[function(e,t,n){var r=e("./_assocIndexOf");function o(e,t){var n=this.__data__,o=r(n,e);return o<0?(++this.size,n.push([e,t])):n[o][1]=t,this}t.exports=o},{"./_assocIndexOf":76}],193:[function(e,t,n){var r=e("./_Hash"),o=e("./_ListCache"),i=e("./_Map");function a(){this.size=0,this.__data__={hash:new r,map:new(i||o),string:new r}}t.exports=a},{"./_Hash":52,"./_ListCache":53,"./_Map":54}],194:[function(e,t,n){var r=e("./_getMapData");function o(e){var t=r(this,e).delete(e);return this.size-=t?1:0,t}t.exports=o},{"./_getMapData":161}],195:[function(e,t,n){var r=e("./_getMapData");function o(e){return r(this,e).get(e)}t.exports=o},{"./_getMapData":161}],196:[function(e,t,n){var r=e("./_getMapData");function o(e){return r(this,e).has(e)}t.exports=o},{"./_getMapData":161}],197:[function(e,t,n){var r=e("./_getMapData");function o(e,t){var n=r(this,e),o=n.size;return n.set(e,t),this.size+=n.size==o?0:1,this}t.exports=o},{"./_getMapData":161}],198:[function(e,t,n){function r(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}t.exports=r},{}],199:[function(e,t,n){function r(e,t){return function(n){return null!=n&&n[e]===t&&(void 0!==t||e in Object(n))}}t.exports=r},{}],200:[function(e,t,n){var r=e("./memoize"),o=500;function i(e){var t=r(e,(function(e){return n.size===o&&n.clear(),e})),n=t.cache;return t}t.exports=i},{"./memoize":265}],201:[function(e,t,n){var r=e("./_getNative")(Object,"create");t.exports=r},{"./_getNative":163}],202:[function(e,t,n){var r=e("./_overArg")(Object.keys,Object);t.exports=r},{"./_overArg":206}],203:[function(e,t,n){function r(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}t.exports=r},{}],204:[function(e,t,n){var r=e("./_freeGlobal"),o="object"==typeof n&&n&&!n.nodeType&&n,i=o&&"object"==typeof t&&t&&!t.nodeType&&t,a=i&&i.exports===o&&r.process,s=function(){try{var e=i&&i.require&&i.require("util").types;return e||a&&a.binding&&a.binding("util")}catch(e){}}();t.exports=s},{"./_freeGlobal":158}],205:[function(e,t,n){var r=Object.prototype.toString;function o(e){return r.call(e)}t.exports=o},{}],206:[function(e,t,n){function r(e,t){return function(n){return e(t(n))}}t.exports=r},{}],207:[function(e,t,n){var r=e("./_apply"),o=Math.max;function i(e,t,n){return t=o(void 0===t?e.length-1:t,0),function(){for(var i=arguments,a=-1,s=o(i.length-t,0),u=Array(s);++a0){if(++t>=r)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}t.exports=a},{}],215:[function(e,t,n){var r=e("./_ListCache");function o(){this.__data__=new r,this.size=0}t.exports=o},{"./_ListCache":53}],216:[function(e,t,n){function r(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}t.exports=r},{}],217:[function(e,t,n){function r(e){return this.__data__.get(e)}t.exports=r},{}],218:[function(e,t,n){function r(e){return this.__data__.has(e)}t.exports=r},{}],219:[function(e,t,n){var r=e("./_ListCache"),o=e("./_Map"),i=e("./_MapCache"),a=200;function s(e,t){var n=this.__data__;if(n instanceof r){var s=n.__data__;if(!o||s.length2?t[2]:void 0;for(c&&i(t[0],t[1],c)&&(r=1);++n-1&&e%1==0&&e<=r}t.exports=o},{}],250:[function(e,t,n){var r=e("./_baseIsMap"),o=e("./_baseUnary"),i=e("./_nodeUtil"),a=i&&i.isMap,s=a?o(a):r;t.exports=s},{"./_baseIsMap":99,"./_baseUnary":127,"./_nodeUtil":204}],251:[function(e,t,n){function r(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}t.exports=r},{}],252:[function(e,t,n){function r(e){return null!=e&&"object"==typeof e}t.exports=r},{}],253:[function(e,t,n){var r=e("./_baseGetTag"),o=e("./_getPrototype"),i=e("./isObjectLike"),a="[object Object]",s=Function.prototype,u=Object.prototype,c=s.toString,f=u.hasOwnProperty,d=c.call(Object);function h(e){if(!i(e)||r(e)!=a)return!1;var t=o(e);if(null===t)return!0;var n=f.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&c.call(n)==d}t.exports=h},{"./_baseGetTag":91,"./_getPrototype":164,"./isObjectLike":252}],254:[function(e,t,n){var r=e("./_baseIsSet"),o=e("./_baseUnary"),i=e("./_nodeUtil"),a=i&&i.isSet,s=a?o(a):r;t.exports=s},{"./_baseIsSet":103,"./_baseUnary":127,"./_nodeUtil":204}],255:[function(e,t,n){var r=e("./_baseGetTag"),o=e("./isArray"),i=e("./isObjectLike"),a="[object String]";function s(e){return"string"==typeof e||!o(e)&&i(e)&&r(e)==a}t.exports=s},{"./_baseGetTag":91,"./isArray":243,"./isObjectLike":252}],256:[function(e,t,n){var r=e("./_baseGetTag"),o=e("./isObjectLike"),i="[object Symbol]";function a(e){return"symbol"==typeof e||o(e)&&r(e)==i}t.exports=a},{"./_baseGetTag":91,"./isObjectLike":252}],257:[function(e,t,n){var r=e("./_baseIsTypedArray"),o=e("./_baseUnary"),i=e("./_nodeUtil"),a=i&&i.isTypedArray,s=a?o(a):r;t.exports=s},{"./_baseIsTypedArray":104,"./_baseUnary":127,"./_nodeUtil":204}],258:[function(e,t,n){function r(e){return void 0===e}t.exports=r},{}],259:[function(e,t,n){var r=e("./_arrayLikeKeys"),o=e("./_baseKeys"),i=e("./isArrayLike");function a(e){return i(e)?r(e):o(e)}t.exports=a},{"./_arrayLikeKeys":68,"./_baseKeys":106,"./isArrayLike":244}],260:[function(e,t,n){var r=e("./_arrayLikeKeys"),o=e("./_baseKeysIn"),i=e("./isArrayLike");function a(e){return i(e)?r(e,!0):o(e)}t.exports=a},{"./_arrayLikeKeys":68,"./_baseKeysIn":107,"./isArrayLike":244}],261:[function(e,t,n){function r(e){var t=null==e?0:e.length;return t?e[t-1]:void 0}t.exports=r},{}],262:[function(e,t,n){var r=e("./_arrayMap"),o=e("./_baseIteratee"),i=e("./_baseMap"),a=e("./isArray");function s(e,t){return(a(e)?r:i)(e,o(t,3))}t.exports=s},{"./_arrayMap":69,"./_baseIteratee":105,"./_baseMap":109,"./isArray":243}],263:[function(e,t,n){var r=e("./_baseAssignValue"),o=e("./_baseForOwn"),i=e("./_baseIteratee");function a(e,t){var n={};return t=i(t,3),o(e,(function(e,o,i){r(n,o,t(e,o,i))})),n}t.exports=a},{"./_baseAssignValue":79,"./_baseForOwn":88,"./_baseIteratee":105}],264:[function(e,t,n){var r=e("./_baseExtremum"),o=e("./_baseGt"),i=e("./identity");function a(e){return e&&e.length?r(e,i,o):void 0}t.exports=a},{"./_baseExtremum":83,"./_baseGt":92,"./identity":241}],265:[function(e,t,n){var r=e("./_MapCache"),o="Expected a function";function i(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError(o);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var a=e.apply(this,r);return n.cache=i.set(o,a)||i,a};return n.cache=new(i.Cache||r),n}i.Cache=r,t.exports=i},{"./_MapCache":55}],266:[function(e,t,n){var r=e("./_baseMerge"),o=e("./_createAssigner")((function(e,t,n){r(e,t,n)}));t.exports=o},{"./_baseMerge":112,"./_createAssigner":147}],267:[function(e,t,n){var r=e("./_baseExtremum"),o=e("./_baseLt"),i=e("./identity");function a(e){return e&&e.length?r(e,i,o):void 0}t.exports=a},{"./_baseExtremum":83,"./_baseLt":108,"./identity":241}],268:[function(e,t,n){var r=e("./_baseExtremum"),o=e("./_baseIteratee"),i=e("./_baseLt");function a(e,t){return e&&e.length?r(e,o(t,2),i):void 0}t.exports=a},{"./_baseExtremum":83,"./_baseIteratee":105,"./_baseLt":108}],269:[function(e,t,n){function r(){}t.exports=r},{}],270:[function(e,t,n){var r=e("./_root"),o=function(){return r.Date.now()};t.exports=o},{"./_root":208}],271:[function(e,t,n){var r=e("./_basePick"),o=e("./_flatRest")((function(e,t){return null==e?{}:r(e,t)}));t.exports=o},{"./_basePick":115,"./_flatRest":157}],272:[function(e,t,n){var r=e("./_baseProperty"),o=e("./_basePropertyDeep"),i=e("./_isKey"),a=e("./_toKey");function s(e){return i(e)?r(a(e)):o(e)}t.exports=s},{"./_baseProperty":117,"./_basePropertyDeep":118,"./_isKey":183,"./_toKey":223}],273:[function(e,t,n){var r=e("./_createRange")();t.exports=r},{"./_createRange":151}],274:[function(e,t,n){var r=e("./_arrayReduce"),o=e("./_baseEach"),i=e("./_baseIteratee"),a=e("./_baseReduce"),s=e("./isArray");function u(e,t,n){var u=s(e)?r:a,c=arguments.length<3;return u(e,i(t,4),n,c,o)}t.exports=u},{"./_arrayReduce":71,"./_baseEach":82,"./_baseIteratee":105,"./_baseReduce":120,"./isArray":243}],275:[function(e,t,n){var r=e("./_baseKeys"),o=e("./_getTag"),i=e("./isArrayLike"),a=e("./isString"),s=e("./_stringSize"),u="[object Map]",c="[object Set]";function f(e){if(null==e)return 0;if(i(e))return a(e)?s(e):e.length;var t=o(e);return t==u||t==c?e.size:r(e).length}t.exports=f},{"./_baseKeys":106,"./_getTag":168,"./_stringSize":221,"./isArrayLike":244,"./isString":255}],276:[function(e,t,n){var r=e("./_baseFlatten"),o=e("./_baseOrderBy"),i=e("./_baseRest"),a=e("./_isIterateeCall"),s=i((function(e,t){if(null==e)return[];var n=t.length;return n>1&&a(e,t[0],t[1])?t=[]:n>2&&a(t[0],t[1],t[2])&&(t=[t[0]]),o(e,r(t,1),[])}));t.exports=s},{"./_baseFlatten":86,"./_baseOrderBy":114,"./_baseRest":121,"./_isIterateeCall":182}],277:[function(e,t,n){function r(){return[]}t.exports=r},{}],278:[function(e,t,n){function r(){return!1}t.exports=r},{}],279:[function(e,t,n){var r=e("./toNumber"),o=1/0,i=17976931348623157e292;function a(e){return e?(e=r(e))===o||e===-o?(e<0?-1:1)*i:e==e?e:0:0===e?e:0}t.exports=a},{"./toNumber":281}],280:[function(e,t,n){var r=e("./toFinite");function o(e){var t=r(e),n=t%1;return t==t?n?t-n:t:0}t.exports=o},{"./toFinite":279}],281:[function(e,t,n){var r=e("./isObject"),o=e("./isSymbol"),i=NaN,a=/^\\s+|\\s+\$/g,s=/^[-+]0x[0-9a-f]+\$/i,u=/^0b[01]+\$/i,c=/^0o[0-7]+\$/i,f=parseInt;function d(e){if("number"==typeof e)return e;if(o(e))return i;if(r(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=r(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(a,"");var n=u.test(e);return n||c.test(e)?f(e.slice(2),n?2:8):s.test(e)?i:+e}t.exports=d},{"./isObject":251,"./isSymbol":256}],282:[function(e,t,n){var r=e("./_copyObject"),o=e("./keysIn");function i(e){return r(e,o(e))}t.exports=i},{"./_copyObject":143,"./keysIn":260}],283:[function(e,t,n){var r=e("./_baseToString");function o(e){return null==e?"":r(e)}t.exports=o},{"./_baseToString":126}],284:[function(e,t,n){var r=e("./_arrayEach"),o=e("./_baseCreate"),i=e("./_baseForOwn"),a=e("./_baseIteratee"),s=e("./_getPrototype"),u=e("./isArray"),c=e("./isBuffer"),f=e("./isFunction"),d=e("./isObject"),h=e("./isTypedArray");function l(e,t,n){var l=u(e),p=l||c(e)||h(e);if(t=a(t,4),null==n){var v=e&&e.constructor;n=p?l?new v:[]:d(e)&&f(v)?o(s(e)):{}}return(p?r:i)(e,(function(e,r,o){return t(n,e,r,o)})),n}t.exports=l},{"./_arrayEach":64,"./_baseCreate":81,"./_baseForOwn":88,"./_baseIteratee":105,"./_getPrototype":164,"./isArray":243,"./isBuffer":246,"./isFunction":248,"./isObject":251,"./isTypedArray":257}],285:[function(e,t,n){var r=e("./_baseFlatten"),o=e("./_baseRest"),i=e("./_baseUniq"),a=e("./isArrayLikeObject"),s=o((function(e){return i(r(e,1,a,!0))}));t.exports=s},{"./_baseFlatten":86,"./_baseRest":121,"./_baseUniq":128,"./isArrayLikeObject":245}],286:[function(e,t,n){var r=e("./toString"),o=0;function i(e){var t=++o;return r(e)+t}t.exports=i},{"./toString":283}],287:[function(e,t,n){var r=e("./_baseValues"),o=e("./keys");function i(e){return null==e?[]:r(e,o(e))}t.exports=i},{"./_baseValues":129,"./keys":259}],288:[function(e,t,n){var r=e("./_assignValue"),o=e("./_baseZipObject");function i(e,t){return o(e||[],t||[],r)}t.exports=i},{"./_assignValue":75,"./_baseZipObject":130}]},{},[1])(1);var r=n.exports,o={exports:{}};function i(e,t){var n=e.subgraphs,o=e.nodes,i=e.links,a=e.hierarchy,s=new r.graphlib.Graph({multigraph:!0,compound:!0,directed:!1!==t.digraph}).setGraph(t).setDefaultNodeLabel((function(){return{}})).setDefaultEdgeLabel((function(){return{}}));n.forEach((function(e){s.setNode(e.id,e)})),o.forEach((function(e){s.setNode(e.id,e)})),i.forEach((function(e){s.setEdge(e.source.id,e.target.id,e,e.id)})),a.forEach((function(e){s.setParent(e.child,e.parent)})),r.layout(s,{debugTiming:!1});var u=-s.graph().width/2||0,c=-s.graph().height/2;return s.nodes().forEach((function(e){var t=s.node(e);t.x+=u,t.y+=c})),s.edges().forEach((function(e){var t=s.edge(e);t.points=t.points.map((function(e){return[e.x+u,e.y+c]}))})),{subgraphs:n,nodes:o,links:i}} /*! * @overview es6-promise - a tiny implementation of Promises/A+. diff --git a/packages/graph/src/graph2/layouts/forceDirected.ts b/packages/graph/src/graph2/layouts/forceDirected.ts index c0cf82fc9f..eacfc855e5 100644 --- a/packages/graph/src/graph2/layouts/forceDirected.ts +++ b/packages/graph/src/graph2/layouts/forceDirected.ts @@ -1,8 +1,8 @@ import { forceCenter as d3ForceCenter, forceLink as d3ForceLink, forceManyBody as d3ForceManyBody, forceSimulation as d3ForceSimulation, forceX as d3ForceX, forceY as d3ForceY } from "d3-force"; -import { Layout } from "./layout"; +import { Layout } from "./layout.ts"; -import { Options } from "./forceDirectedWorker"; +import { Options } from "./forceDirectedWorker.ts"; // Non worker --- diff --git a/packages/graph/src/graph2/layouts/graphviz.ts b/packages/graph/src/graph2/layouts/graphviz.ts index 8ddf7df199..dc10854ca1 100644 --- a/packages/graph/src/graph2/layouts/graphviz.ts +++ b/packages/graph/src/graph2/layouts/graphviz.ts @@ -1,7 +1,7 @@ import { curveBasis as d3CurveBasis, line as d3Line } from "d3-shape"; -import { Cluster, graphviz as gvWorker, Node, isLayoutSuccess, LayoutError } from "./graphvizWorker"; -import { Layout, Point } from "./layout"; -import { EdgePlaceholder } from "./placeholders"; +import { Cluster, graphviz as gvWorker, Node, isLayoutSuccess, LayoutError } from "./graphvizWorker.ts"; +import { Layout, Point } from "./layout.ts"; +import { EdgePlaceholder } from "./placeholders.ts"; type Engine = "circo" | "dot" | "fdp" | "neato" | "osage" | "patchwork" | "twopi"; diff --git a/packages/graph/src/graph2/layouts/index.ts b/packages/graph/src/graph2/layouts/index.ts index d54db71397..fdff6e7b09 100644 --- a/packages/graph/src/graph2/layouts/index.ts +++ b/packages/graph/src/graph2/layouts/index.ts @@ -1,7 +1,7 @@ -export * from "./circle"; -export * from "./dagre"; -export * from "./forceDirected"; -export * from "./geoForceDirected"; -export * from "./graphviz"; -export type { ILayout } from "./layout"; -export * from "./null"; +export * from "./circle.ts"; +export * from "./dagre.ts"; +export * from "./forceDirected.ts"; +export * from "./geoForceDirected.ts"; +export * from "./graphviz.ts"; +export type { ILayout } from "./layout.ts"; +export * from "./null.ts"; diff --git a/packages/graph/src/graph2/layouts/layout.ts b/packages/graph/src/graph2/layouts/layout.ts index ff6a8208f7..5c97dc8f33 100644 --- a/packages/graph/src/graph2/layouts/layout.ts +++ b/packages/graph/src/graph2/layouts/layout.ts @@ -1,7 +1,7 @@ import { Graph2 as GraphCollection } from "@hpcc-js/util"; import { curveBasis as d3CurveBasis, curveCardinal as d3CurveCardinal, line as d3Line } from "d3-shape"; -import { EdgePlaceholder, SubgraphPlaceholder, VertexPlaceholder } from "./placeholders"; -import { EdgeLayout } from "./tree"; +import { EdgePlaceholder, SubgraphPlaceholder, VertexPlaceholder } from "./placeholders.ts"; +import { EdgeLayout } from "./tree.ts"; export type Point = [number, number]; diff --git a/packages/graph/src/graph2/layouts/null.ts b/packages/graph/src/graph2/layouts/null.ts index 75f13c3201..21a8cecbf5 100644 --- a/packages/graph/src/graph2/layouts/null.ts +++ b/packages/graph/src/graph2/layouts/null.ts @@ -1,7 +1,11 @@ -import { Layout } from "./layout"; +import { Layout } from "./layout.ts"; export class Null extends Layout { + constructor(graph) { + super(graph); + } + start(): Promise { return super.start().then(() => { this.stop(); diff --git a/packages/graph/src/graph2/layouts/tree.ts b/packages/graph/src/graph2/layouts/tree.ts index 5b9e9bfb4d..50179bef26 100644 --- a/packages/graph/src/graph2/layouts/tree.ts +++ b/packages/graph/src/graph2/layouts/tree.ts @@ -1,9 +1,9 @@ import { Graph2 } from "@hpcc-js/util"; import { cluster, hierarchy, tree } from "d3-hierarchy"; import { linkHorizontal as d3LinkHorizontal } from "d3-shape"; -import { Hierarchy } from "./dagreWorker"; -import { Layout, Point } from "./layout"; -import { VertexPlaceholder, EdgePlaceholder, SubgraphPlaceholder } from "./placeholders"; +import { Hierarchy } from "./dagreWorker.ts"; +import { Layout, Point } from "./layout.ts"; +import { VertexPlaceholder, EdgePlaceholder, SubgraphPlaceholder } from "./placeholders.ts"; const linkHorizontal = d3LinkHorizontal() .x(d => d.x) diff --git a/packages/graph/src/graph2/liteMap.ts b/packages/graph/src/graph2/liteMap.ts index d0069b29ba..6338da20a6 100644 --- a/packages/graph/src/graph2/liteMap.ts +++ b/packages/graph/src/graph2/liteMap.ts @@ -1,7 +1,7 @@ import { select as d3Select, zoomTransform as d3ZoomTransform } from "@hpcc-js/common"; import { geoMercator as d3GeoMercator } from "d3-geo"; import { tile as d3Tile, tileWrap as d3TileWrap } from "d3-tile"; -import { LiteSVGZoomWidget } from "./liteSVGZooom"; +import { LiteSVGZoomWidget } from "./liteSVGZooom.ts"; function url(x, y, z) { return `https://api.mapbox.com/styles/v1/mapbox/streets-v11/tiles/${z}/${x}/${y}${devicePixelRatio > 1 ? "@2x" : ""}?access_token=pk.eyJ1IjoibGVzY2htb28iLCJhIjoiY2psY2FqY3l3MDhqNDN3cDl1MzFmZnkwcCJ9.HRoFwmz1j80gyz18ruggqw`; diff --git a/packages/graph/src/graph2/sankeyGraph.ts b/packages/graph/src/graph2/sankeyGraph.ts index 2385c00591..585758ece9 100644 --- a/packages/graph/src/graph2/sankeyGraph.ts +++ b/packages/graph/src/graph2/sankeyGraph.ts @@ -1,56 +1,19 @@ -import { Palette, publish, SVGWidget, Utility } from "@hpcc-js/common"; +import { Palette, SVGWidget, Utility, select as d3Select } from "@hpcc-js/common"; import { compare2 } from "@hpcc-js/util"; import { sankey as d3Sankey, sankeyLinkHorizontal as d3SankeyLinkHorizontal } from "d3-sankey"; -import { select as d3Select } from "d3-selection"; -import { AnnotationColumn, toJsonObj } from "./dataGraph"; +import { AnnotationColumn, toJsonObj } from "./dataGraph.ts"; import "../../src/graph2/sankeyGraph.css"; -import { EdgeBaseProps, VertexBaseProps } from "./graphT"; +import { EdgeBaseProps, VertexBaseProps } from "./graphT.ts"; export class SankeyGraph extends SVGWidget { - @publish([], "any", "Vertex Columns", null, { internal: true }) - vertexColumns: publish; - @publish([], "any", "Vertices (Nodes)", null, { internal: true }) - vertices: publish>>; - @publish("", "set", "Vertex Category ID column", function (this: SankeyGraph) { return this.vertexColumns(); }, { optional: true }) - vertexCategoryColumn: publish; - @publish("", "set", "Vertex ID column", function (this: SankeyGraph) { return this.vertexColumns(); }, { optional: true }) - vertexIDColumn: publish; - @publish("", "set", "Vertex label column", function (this: SankeyGraph) { return this.vertexColumns(); }, { optional: true }) - vertexLabelColumn: publish; - @publish("", "set", "Vertex centroid column (boolean)", function (this: SankeyGraph) { return this.vertexColumns(); }, { optional: true }) - vertexCentroidColumn: publish; - @publish("?", "string", "Vertex default FAChar") - vertexFAChar: publish; - @publish("", "set", "Vertex FAChar column", function (this: SankeyGraph) { return this.vertexColumns(); }, { optional: true }) - vertexFACharColumn: publish; - @publish("", "set", "Vertex tooltip column", function (this: SankeyGraph) { return this.vertexColumns(); }, { optional: true }) - vertexTooltipColumn: publish; - @publish([], "propertyArray", "Annotations", null, { autoExpand: AnnotationColumn }) - vertexAnnotationColumns: publish; - - @publish([], "any", "Edge columns", null, { internal: true }) - edgeColumns: publish; - @publish([], "any", "Edges (Edges)", null, { internal: true }) - edges: publish>>; - @publish("", "set", "Edge ID column", function (this: SankeyGraph) { return this.edgeColumns(); }, { optional: true }) - edgeIDColumn: publish; - @publish("", "set", "Edge label column", function (this: SankeyGraph) { return this.edgeColumns(); }, { optional: true }) - edgeLabelColumn: publish; - @publish("", "set", "Edge source ID column", function (this: SankeyGraph) { return this.edgeColumns(); }, { optional: true }) - edgeSourceColumn: publish; - @publish("", "set", "Edge target ID column", function (this: SankeyGraph) { return this.edgeColumns(); }, { optional: true }) - edgeTargetColumn: publish; - @publish("", "set", "Edge target ID column", function (this: SankeyGraph) { return this.edgeColumns(); }, { optional: true }) - edgeWeightColumn: publish; protected _d3Sankey: any; protected _selection: any; - _palette: any; constructor() { super(); - Utility.SimpleSelectionMixin.call(this); + Utility.SimpleSelectionMixin.call(this, false); this._drawStartPos = "origin"; } @@ -174,7 +137,7 @@ export class SankeyGraph extends SVGWidget { const link = element.selectAll(".link").data(sankeyData.edges); link.enter().append("path") .attr("class", "link") - .each(function () { + .each(function (this: HTMLElement) { d3Select(this) .append("title") ; @@ -195,13 +158,13 @@ export class SankeyGraph extends SVGWidget { node.enter().append("g") .attr("class", "node") .call(this._selection.enter.bind(this._selection)) - .on("click", function (d) { + .on("click", function (this: HTMLElement, d) { context.click(d.origData, "", context._selection.selected(this)); }) - .on("dblclick", function (d) { + .on("dblclick", function (this: HTMLElement, d) { context.dblclick(d.origData, "", context._selection.selected(this)); }) - .each(function () { + .each(function (this: HTMLElement) { const gElement = d3Select(this); gElement.append("rect"); gElement.append("text"); @@ -223,7 +186,7 @@ export class SankeyGraph extends SVGWidget { if (d.y0) _y = d.y0; return "translate(" + (_x + strokeWidth) + "," + (_y + strokeWidth) + ")"; }) - .each(function () { + .each(function (this: HTMLElement) { const n = d3Select(this); n.select("rect") .attr("height", (d: any) => { @@ -283,14 +246,6 @@ export class SankeyGraph extends SVGWidget { */ } - paletteID: { (): string; (_: string): SankeyGraph; }; - vertexStrokeWidth: { (): number; (_: number): SankeyGraph; }; - vertexStrokeColor: { (): string; (_: string): SankeyGraph; }; - vertexWidth: { (): number; (_: number): SankeyGraph; }; - vertexPadding: { (): number; (_: number): SankeyGraph; }; - xAxisMovement: { (): boolean; (_: boolean): SankeyGraph; }; - yAxisMovement: { (): boolean; (_: boolean): SankeyGraph; }; - exit(domNode, element) { super.exit(domNode, element); } @@ -307,10 +262,84 @@ SankeyGraph.prototype.mixin(Utility.SimpleSelectionMixin); SankeyGraph.prototype._palette = Palette.ordinal("category10"); +export interface SankeyGraph { + _palette: any; + vertexColumns(): string[]; + vertexColumns(_: string[]): this; + vertices(): Array>; + vertices(_: Array>): this; + vertexCategoryColumn(): string; + vertexCategoryColumn(_: string): this; + vertexIDColumn(): string; + vertexIDColumn(_: string): this; + vertexLabelColumn(): string; + vertexLabelColumn(_: string): this; + vertexCentroidColumn(): string; + vertexCentroidColumn(_: string): this; + vertexFAChar(): string; + vertexFAChar(_: string): this; + vertexFACharColumn(): string; + vertexFACharColumn(_: string): this; + vertexTooltipColumn(): string; + vertexTooltipColumn(_: string): this; + vertexAnnotationColumns(): AnnotationColumn[]; + vertexAnnotationColumns(_: AnnotationColumn[]): this; + + edgeColumns(): string[]; + edgeColumns(_: string[]): this; + edges(): Array>; + edges(_: Array>): this; + edgeIDColumn(): string; + edgeIDColumn(_: string): this; + edgeLabelColumn(): string; + edgeLabelColumn(_: string): this; + edgeSourceColumn(): string; + edgeSourceColumn(_: string): this; + edgeTargetColumn(): string; + edgeTargetColumn(_: string): this; + edgeWeightColumn(): string; + edgeWeightColumn(_: string): this; + + paletteID(): string; + paletteID(_: string): this; + vertexStrokeWidth(): number; + vertexStrokeWidth(_: number): this; + vertexStrokeColor(): string; + vertexStrokeColor(_: string): this; + vertexWidth(): number; + vertexWidth(_: number): this; + vertexPadding(): number; + vertexPadding(_: number): this; + xAxisMovement(): boolean; + xAxisMovement(_: boolean): this; + yAxisMovement(): boolean; + yAxisMovement(_: boolean): this; +} + SankeyGraph.prototype.publish("paletteID", "category10", "set", "Color palette for this widget", SankeyGraph.prototype._palette.switch()); + +SankeyGraph.prototype.publish("xAxisMovement", false, "boolean", "Enable x-axis movement"); +SankeyGraph.prototype.publish("yAxisMovement", false, "boolean", "Enable y-axis movement"); + SankeyGraph.prototype.publish("vertexStrokeWidth", 1, "number", "Vertex Stroke Width"); SankeyGraph.prototype.publish("vertexStrokeColor", "darkgray", "string", "Vertex Stroke Color"); SankeyGraph.prototype.publish("vertexWidth", 36, "number", "Vertex Width"); SankeyGraph.prototype.publish("vertexPadding", 20, "number", "Vertex Padding"); -SankeyGraph.prototype.publish("xAxisMovement", false, "boolean", "Enable x-axis movement"); -SankeyGraph.prototype.publish("yAxisMovement", false, "boolean", "Enable y-axis movement"); +SankeyGraph.prototype.publish("vertexColumns", [], "any", "Vertex Columns", null, { internal: true }); +SankeyGraph.prototype.publish("vertices", [], "any", "Vertices (Nodes)", null, { internal: true }); +SankeyGraph.prototype.publish("vertexCategoryColumn", "", "set", "Vertex Category ID column", function (this: SankeyGraph) { return this.vertexColumns(); }, { optional: true }); +SankeyGraph.prototype.publish("vertexIDColumn", "", "set", "Vertex ID column", function (this: SankeyGraph) { return this.vertexColumns(); }, { optional: true }); +SankeyGraph.prototype.publish("vertexLabelColumn", "", "set", "Vertex label column", function (this: SankeyGraph) { return this.vertexColumns(); }, { optional: true }); +SankeyGraph.prototype.publish("vertexCentroidColumn", "", "set", "Vertex centroid column (boolean)", function (this: SankeyGraph) { return this.vertexColumns(); }, { optional: true }); +SankeyGraph.prototype.publish("vertexFAChar", "?", "string", "Vertex default FAChar"); +SankeyGraph.prototype.publish("vertexFACharColumn", "", "set", "Vertex FAChar column", function (this: SankeyGraph) { return this.vertexColumns(); }, { optional: true }); +SankeyGraph.prototype.publish("vertexTooltipColumn", "", "set", "Vertex tooltip column", function (this: SankeyGraph) { return this.vertexColumns(); }, { optional: true }); +SankeyGraph.prototype.publish("vertexAnnotationColumns", [], "propertyArray", "Annotations", null, { autoExpand: AnnotationColumn }); + +SankeyGraph.prototype.publish("edgeColumns", [], "any", "Edge columns", null, { internal: true }); +SankeyGraph.prototype.publish("edges", [], "any", "Edges (Edges)", null, { internal: true }); +SankeyGraph.prototype.publish("edgeIDColumn", "", "set", "Edge ID column", function (this: SankeyGraph) { return this.edgeColumns(); }, { optional: true }); +SankeyGraph.prototype.publish("edgeLabelColumn", "", "set", "Edge label column", function (this: SankeyGraph) { return this.edgeColumns(); }, { optional: true }); +SankeyGraph.prototype.publish("edgeSourceColumn", "", "set", "Edge source ID column", function (this: SankeyGraph) { return this.edgeColumns(); }, { optional: true }); +SankeyGraph.prototype.publish("edgeTargetColumn", "", "set", "Edge target ID column", function (this: SankeyGraph) { return this.edgeColumns(); }, { optional: true }); +SankeyGraph.prototype.publish("edgeWeightColumn", "", "set", "Edge weight column", function (this: SankeyGraph) { return this.edgeColumns(); }, { optional: true }); diff --git a/packages/graph/src/graph2/subgraph.tsx b/packages/graph/src/graph2/subgraph.tsx index cc1002f1dd..4293f05d15 100644 --- a/packages/graph/src/graph2/subgraph.tsx +++ b/packages/graph/src/graph2/subgraph.tsx @@ -1,6 +1,6 @@ -// , Shape, Text, -import { React, Text } from "@hpcc-js/react"; -import { SubgraphBaseProps } from "./layouts/placeholders"; +import React from "react"; +import { Text } from "@hpcc-js/react"; +import { SubgraphBaseProps } from "./layouts/placeholders.ts"; export interface BasicSubgraphProps extends SubgraphBaseProps { label?: string; diff --git a/packages/graph/src/graph2/vertex.tsx b/packages/graph/src/graph2/vertex.tsx index ace7eecf85..79b0d9b41d 100644 --- a/packages/graph/src/graph2/vertex.tsx +++ b/packages/graph/src/graph2/vertex.tsx @@ -1,6 +1,6 @@ -// , Shape, Text, -import { React, Text } from "@hpcc-js/react"; -import { VertexBaseProps } from "./layouts/placeholders"; +import React from "react"; +import { Text } from "@hpcc-js/react"; +import { VertexBaseProps } from "./layouts/placeholders.ts"; export interface BasicVertexProps extends VertexBaseProps { textFill?: string; @@ -25,7 +25,7 @@ export const BasicVertex: React.FunctionComponent = ({ return - + ; }; diff --git a/packages/graph/src/index.ts b/packages/graph/src/index.ts index e85869c7dd..8429fb853a 100644 --- a/packages/graph/src/index.ts +++ b/packages/graph/src/index.ts @@ -1,8 +1,8 @@ -export * from "./__package__"; -export * from "./AdjacencyGraph"; -export * from "./Edge"; -export * from "./Graph"; -export * from "./Sankey"; -export * from "./Subgraph"; -export * from "./Vertex"; -export * from "./graph2/index"; +export * from "./__package__.ts"; +export * from "./AdjacencyGraph.ts"; +export * from "./Edge.ts"; +export * from "./Graph.ts"; +export * from "./Sankey.ts"; +export * from "./Subgraph.ts"; +export * from "./Vertex.ts"; +export * from "./graph2/index.ts"; diff --git a/packages/graph/tests/graph.browser.spec.ts b/packages/graph/tests/graph.browser.spec.ts new file mode 100644 index 0000000000..78a14ca354 --- /dev/null +++ b/packages/graph/tests/graph.browser.spec.ts @@ -0,0 +1,665 @@ +import * as graph from "@hpcc-js/graph"; +import { Class, HTMLWidget, Palette, SVGWidget } from "@hpcc-js/common"; +import { AdjacencyGraph, AnnotationColumn, BasicSubgraph, BasicVertex, DataGraph, Edge, Graph, GraphT, GraphReactT, Graph2, Sankey, SankeyColumn, SankeyGraph, Subgraph, Vertex } from "@hpcc-js/graph"; +import { Subgraph as ReactSubgraph, Vertex as ReactVertex, Edge as ReactEdge } from "@hpcc-js/react"; +import { describe, it, expect } from "vitest"; +import { classDef, dataBreach, render } from "../../common/tests/index.ts"; + +const urlSearch: string = window.location.href.split("?")[1]; +const data = { + simple: { + nodes: [ + { name: "John Doe", icon: "" }, + { name: "Jane Doe", icon: "" }, + { name: "123 Main Street", icon: "" } + ], + links: [ + { source: 1, target: 0 }, + { source: 2, target: 0 } + ] + } +}; + +const DataGraphVerticesRaw = [ + [0, "Myriel", 1], + [1, "Napoleon", 1], + [2, "Mlle.Baptistine", 1], + [3, "Mme.Magloire", 1], + [4, "CountessdeLo", 1], + [5, "Geborand", 1], + [6, "Champtercier", 1], + [7, "Cravatte", 1], + [8, "Count", 1], + [9, "OldMan", 1], + [10, "Labarre", 2], + [11, "Valjean", 2], + [12, "Marguerite", 3], + [13, "Mme.deR", 2], + [14, "Isabeau", 2], + [15, "Gervais", 2], + [16, "Tholomyes", 3], + [17, "Listolier", 3], + [18, "Fameuil", 3], + [19, "Blacheville", 3], + [20, "Favourite", 3], + [21, "Dahlia", 3], + [22, "Zephine", 3], + [23, "Fantine", 3], + [24, "Mme.Thenardier", 4], + [25, "Thenardier", 4], + [26, "Cosette", 5], + [27, "Javert", 4], + [28, "Fauchelevent", 0], + [29, "Bamatabois", 2], + [30, "Perpetue", 3], + [31, "Simplice", 2], + [32, "Scaufflaire", 2], + [33, "Woman1", 2], + [34, "Judge", 2], + [35, "Champmathieu", 2], + [36, "Brevet", 2], + [37, "Chenildieu", 2], + [38, "Cochepaille", 2], + [39, "Pontmercy", 4], + [40, "Boulatruelle", 6], + [41, "Eponine", 4], + [42, "Anzelma", 4], + [43, "Woman2", 5], + [44, "MotherInnocent", 0], + [45, "Gribier", 0], + [46, "Jondrette", 7], + [47, "Mme.Burgon", 7], + [48, "Gavroche", 8], + [49, "Gillenormand", 5], + [50, "Magnon", 5], + [51, "Mlle.Gillenormand", 5], + [52, "Mme.Pontmercy", 5], + [53, "Mlle.Vaubois", 5], + [54, "Lt.Gillenormand", 5], + [55, "Marius", 8], + [56, "BaronessT", 5], + [57, "Mabeuf", 8], + [58, "Enjolras", 8], + [59, "Combeferre", 8], + [60, "Prouvaire", 8], + [61, "Feuilly", 8], + [62, "Courfeyrac", 8], + [63, "Bahorel", 8], + [64, "Bossuet", 8], + [65, "Joly", 8], + [66, "Grantaire", 8], + [67, "MotherPlutarch", 9], + [68, "Gueulemer", 4], + [69, "Babet", 4], + [70, "Claquesous", 4], + [71, "Montparnasse", 4], + [72, "Toussaint", 5], + [73, "Child1", 10], + [74, "Child2", 10], + [75, "Brujon", 4], + [76, "Mme.Hucheloup", 8] +]; +const DataGraphVerticesColumns = ["id", "label", "group", "centroid", "ann1", "ann2", "ann3"]; +const DataGraphVertices = DataGraphVerticesRaw.map(v => ([...v, v[1] === "Valjean", Math.random() > .8, Math.random() > .8, Math.random() > .8])); +const DataGraphEdges = [ + ["1->0", 1, 0, 1], + ["2->0", 2, 0, 8], + ["3->0", 3, 0, 10], + ["3->2", 3, 2, 6], + ["4->0", 4, 0, 1], + ["5->0", 5, 0, 1], + ["6->0", 6, 0, 1], + ["7->0", 7, 0, 1], + ["8->0", 8, 0, 2], + ["9->0", 9, 0, 1], + ["11->10", 11, 10, 1], + ["11->3", 11, 3, 3], + ["11->2", 11, 2, 3], + ["11->0", 11, 0, 5], + ["12->11", 12, 11, 1], + ["13->11", 13, 11, 1], + ["14->11", 14, 11, 1], + ["15->11", 15, 11, 1], + ["17->16", 17, 16, 4], + ["18->16", 18, 16, 4], + ["18->17", 18, 17, 4], + ["19->16", 19, 16, 4], + ["19->17", 19, 17, 4], + ["19->18", 19, 18, 4], + ["20->16", 20, 16, 3], + ["20->17", 20, 17, 3], + ["20->18", 20, 18, 3], + ["20->19", 20, 19, 4], + ["21->16", 21, 16, 3], + ["21->17", 21, 17, 3], + ["21->18", 21, 18, 3], + ["21->19", 21, 19, 3], + ["21->20", 21, 20, 5], + ["22->16", 22, 16, 3], + ["22->17", 22, 17, 3], + ["22->18", 22, 18, 3], + ["22->19", 22, 19, 3], + ["22->20", 22, 20, 4], + ["22->21", 22, 21, 4], + ["23->16", 23, 16, 3], + ["23->17", 23, 17, 3], + ["23->18", 23, 18, 3], + ["23->19", 23, 19, 3], + ["23->20", 23, 20, 4], + ["23->21", 23, 21, 4], + ["23->22", 23, 22, 4], + ["23->12", 23, 12, 2], + ["23->11", 23, 11, 9], + ["24->23", 24, 23, 2], + ["24->11", 24, 11, 7], + ["25->24", 25, 24, 13], + ["25->23", 25, 23, 1], + ["25->11", 25, 11, 12], + ["26->24", 26, 24, 4], + ["26->11", 26, 11, 31], + ["26->16", 26, 16, 1], + ["26->25", 26, 25, 1], + ["27->11", 27, 11, 17], + ["27->23", 27, 23, 5], + ["27->25", 27, 25, 5], + ["27->24", 27, 24, 1], + ["27->26", 27, 26, 1], + ["28->11", 28, 11, 8], + ["28->27", 28, 27, 1], + ["29->23", 29, 23, 1], + ["29->27", 29, 27, 1], + ["29->11", 29, 11, 2], + ["30->23", 30, 23, 1], + ["31->30", 31, 30, 2], + ["31->11", 31, 11, 3], + ["31->23", 31, 23, 2], + ["31->27", 31, 27, 1], + ["32->11", 32, 11, 1], + ["33->11", 33, 11, 2], + ["33->27", 33, 27, 1], + ["34->11", 34, 11, 3], + ["34->29", 34, 29, 2], + ["35->11", 35, 11, 3], + ["35->34", 35, 34, 3], + ["35->29", 35, 29, 2], + ["36->34", 36, 34, 2], + ["36->35", 36, 35, 2], + ["36->11", 36, 11, 2], + ["36->29", 36, 29, 1], + ["37->34", 37, 34, 2], + ["37->35", 37, 35, 2], + ["37->36", 37, 36, 2], + ["37->11", 37, 11, 2], + ["37->29", 37, 29, 1], + ["38->34", 38, 34, 2], + ["38->35", 38, 35, 2], + ["38->36", 38, 36, 2], + ["38->37", 38, 37, 2], + ["38->11", 38, 11, 2], + ["38->29", 38, 29, 1], + ["39->25", 39, 25, 1], + ["40->25", 40, 25, 1], + ["41->24", 41, 24, 2], + ["41->25", 41, 25, 3], + ["42->41", 42, 41, 2], + ["42->25", 42, 25, 2], + ["42->24", 42, 24, 1], + ["43->11", 43, 11, 3], + ["43->26", 43, 26, 1], + ["43->27", 43, 27, 1], + ["44->28", 44, 28, 3], + ["44->11", 44, 11, 1], + ["45->28", 45, 28, 2], + ["47->46", 47, 46, 1], + ["48->47", 48, 47, 2], + ["48->25", 48, 25, 1], + ["48->27", 48, 27, 1], + ["48->11", 48, 11, 1], + ["49->26", 49, 26, 3], + ["49->11", 49, 11, 2], + ["50->49", 50, 49, 1], + ["50->24", 50, 24, 1], + ["51->49", 51, 49, 9], + ["51->26", 51, 26, 2], + ["51->11", 51, 11, 2], + ["52->51", 52, 51, 1], + ["52->39", 52, 39, 1], + ["53->51", 53, 51, 1], + ["54->51", 54, 51, 2], + ["54->49", 54, 49, 1], + ["54->26", 54, 26, 1], + ["55->51", 55, 51, 6], + ["55->49", 55, 49, 12], + ["55->39", 55, 39, 1], + ["55->54", 55, 54, 1], + ["55->26", 55, 26, 21], + ["55->11", 55, 11, 19], + ["55->16", 55, 16, 1], + ["55->25", 55, 25, 2], + ["55->41", 55, 41, 5], + ["55->48", 55, 48, 4], + ["56->49", 56, 49, 1], + ["56->55", 56, 55, 1], + ["57->55", 57, 55, 1], + ["57->41", 57, 41, 1], + ["57->48", 57, 48, 1], + ["58->55", 58, 55, 7], + ["58->48", 58, 48, 7], + ["58->27", 58, 27, 6], + ["58->57", 58, 57, 1], + ["58->11", 58, 11, 4], + ["59->58", 59, 58, 15], + ["59->55", 59, 55, 5], + ["59->48", 59, 48, 6], + ["59->57", 59, 57, 2], + ["60->48", 60, 48, 1], + ["60->58", 60, 58, 4], + ["60->59", 60, 59, 2], + ["61->48", 61, 48, 2], + ["61->58", 61, 58, 6], + ["61->60", 61, 60, 2], + ["61->59", 61, 59, 5], + ["61->57", 61, 57, 1], + ["61->55", 61, 55, 1], + ["62->55", 62, 55, 9], + ["62->58", 62, 58, 17], + ["62->59", 62, 59, 13], + ["62->48", 62, 48, 7], + ["62->57", 62, 57, 2], + ["62->41", 62, 41, 1], + ["62->61", 62, 61, 6], + ["62->60", 62, 60, 3], + ["63->59", 63, 59, 5], + ["63->48", 63, 48, 5], + ["63->62", 63, 62, 6], + ["63->57", 63, 57, 2], + ["63->58", 63, 58, 4], + ["63->61", 63, 61, 3], + ["63->60", 63, 60, 2], + ["63->55", 63, 55, 1], + ["64->55", 64, 55, 5], + ["64->62", 64, 62, 12], + ["64->48", 64, 48, 5], + ["64->63", 64, 63, 4], + ["64->58", 64, 58, 10], + ["64->61", 64, 61, 6], + ["64->60", 64, 60, 2], + ["64->59", 64, 59, 9], + ["64->57", 64, 57, 1], + ["64->11", 64, 11, 1], + ["65->63", 65, 63, 5], + ["65->64", 65, 64, 7], + ["65->48", 65, 48, 3], + ["65->62", 65, 62, 5], + ["65->58", 65, 58, 5], + ["65->61", 65, 61, 5], + ["65->60", 65, 60, 2], + ["65->59", 65, 59, 5], + ["65->57", 65, 57, 1], + ["65->55", 65, 55, 2], + ["66->64", 66, 64, 3], + ["66->58", 66, 58, 3], + ["66->59", 66, 59, 1], + ["66->62", 66, 62, 2], + ["66->65", 66, 65, 2], + ["66->48", 66, 48, 1], + ["66->63", 66, 63, 1], + ["66->61", 66, 61, 1], + ["66->60", 66, 60, 1], + ["67->57", 67, 57, 3], + ["68->25", 68, 25, 5], + ["68->11", 68, 11, 1], + ["68->24", 68, 24, 1], + ["68->27", 68, 27, 1], + ["68->48", 68, 48, 1], + ["68->41", 68, 41, 1], + ["69->25", 69, 25, 6], + ["69->68", 69, 68, 6], + ["69->11", 69, 11, 1], + ["69->24", 69, 24, 1], + ["69->27", 69, 27, 2], + ["69->48", 69, 48, 1], + ["69->41", 69, 41, 1], + ["70->25", 70, 25, 4], + ["70->69", 70, 69, 4], + ["70->68", 70, 68, 4], + ["70->11", 70, 11, 1], + ["70->24", 70, 24, 1], + ["70->27", 70, 27, 1], + ["70->41", 70, 41, 1], + ["70->58", 70, 58, 1], + ["71->27", 71, 27, 1], + ["71->69", 71, 69, 2], + ["71->68", 71, 68, 2], + ["71->70", 71, 70, 2], + ["71->11", 71, 11, 1], + ["71->48", 71, 48, 1], + ["71->41", 71, 41, 1], + ["71->25", 71, 25, 1], + ["72->26", 72, 26, 2], + ["72->27", 72, 27, 1], + ["72->11", 72, 11, 1], + ["73->48", 73, 48, 2], + ["74->48", 74, 48, 2], + ["74->73", 74, 73, 3], + ["75->69", 75, 69, 3], + ["75->68", 75, 68, 3], + ["75->25", 75, 25, 3], + ["75->48", 75, 48, 1], + ["75->41", 75, 41, 1], + ["75->70", 75, 70, 1], + ["75->71", 75, 71, 1], + ["76->64", 76, 64, 1], + ["76->65", 76, 65, 1], + ["76->66", 76, 66, 1], + ["76->63", 76, 63, 1], + ["76->62", 76, 62, 1], + ["76->48", 76, 48, 1], + ["76->58", 76, 58, 1] +]; + +describe("@hpcc-js/graph", () => { + for (const key in graph) { + const item = (graph as any)[key]; + if (item) { + if (!urlSearch || urlSearch === item.prototype.constructor.name) { + describe(`${item.prototype?.constructor?.name}`, () => { + it("Simple", () => { + expect(true).to.be.true; + }); + if (item.prototype instanceof Class) { + classDef("graph", item); + } + if (item.prototype instanceof HTMLWidget || item.prototype instanceof SVGWidget) { + switch (item.prototype.constructor) { + case Edge: + { + const graph = new Graph(); + const vertices: any[] = []; + const edges: any[] = []; + const palette = Palette.ordinal("dark2"); + + const rawData = data.simple; + rawData.nodes.forEach(function (node) { + vertices.push( + new Vertex() + .text(node.name) + .textbox_shape_colorStroke(palette(node.icon)) + .textbox_shape_colorFill("whitesmoke") + .icon_diameter(60) + .icon_shape_colorStroke("transparent") + .icon_shape_colorFill("transparent") + .icon_image_colorFill("#333333") + .textbox_shape_colorStroke("transparent") + .textbox_shape_colorFill("transparent") + .textbox_text_colorFill("#333333") + .iconAnchor("middle") + .faChar(node.icon) + ) + ; + }, graph); + + rawData.links.forEach(function (link, idx) { + edges.push( + new Edge() + .sourceVertex(vertices[link.source]) + .targetVertex(vertices[link.target]) + .sourceMarker("circle") + .targetMarker("arrow") + .text("Hello!") + .strokeDasharray(idx === 0 ? "15, 10, 5, 10, 15" : "") + .strokeColor(idx === 0 ? "cyan" : "") + .weight(50) + ) + ; + }, graph); + + graph.data({ vertices, edges }); + render(graph); + } + break; + case AdjacencyGraph: + render(new AdjacencyGraph() + .columns(["uid", "label", "links"]) + .data([ + [1, "AdjacencyGraph 1", [[2], [3], [4]]], + [2, "AdjacencyGraph 2", []], + [3, "AdjacencyGraph 3", []], + [4, "AdjacencyGraph 4", []] + ] as any) + ); + break; + case Graph: + { + const graph2 = new Graph(); + const vertices2: any[] = []; + const edges2: any[] = []; + const palette2 = Palette.ordinal("dark2"); + + const rawData2 = data.simple; + rawData2.nodes.forEach(function (node) { + vertices2.push( + new Vertex() + .text(node.name) + .textbox_shape_colorStroke(palette2(node.icon)) + .textbox_shape_colorFill("whitesmoke") + .icon_diameter(30) + .icon_shape_colorStroke(palette2(node.icon)) + .icon_shape_colorFill(palette2(node.icon)) + .faChar(node.icon) + ); + }, graph2); + + rawData2.links.forEach(function (link, idx) { + edges2.push( + new Edge() + .sourceVertex(vertices2[link.source]) + .targetVertex(vertices2[link.target]) + .sourceMarker("circle") + .targetMarker("arrow") + .text("") + .weight(50) + ); + }, graph2); + + graph2.data({ vertices: vertices2, edges: edges2 }); + render(graph2); + } + break; + case GraphT: + { + const subgraphsB = [ + { id: "10", text: "Adults" } + ]; + + const verticesB = [ + { id: "0", text: "Daddy", annotations: [] }, + { id: "1", text: "Mummy", annotations: [] }, + { id: "2", text: "Baby", annotations: [] } + ]; + + const edgesB = [ + { id: "0", source: verticesB[0], target: verticesB[2] }, + { id: "1", source: verticesB[1], target: verticesB[2] } + ]; + + const hierarchyB = [ + { id: "0", parent: subgraphsB[0], child: verticesB[0] }, + { id: "1", parent: subgraphsB[0], child: verticesB[1] } + ]; + + const graphB = new GraphT(BasicSubgraph, BasicVertex, ReactEdge) + .data({ subgraphs: subgraphsB, vertices: verticesB, edges: edgesB, hierarchy: hierarchyB }) + ; + + render(graphB); + } + break; + case GraphReactT: + { + const subgraphsB = [ + { id: "10", text: "Adults" } + ]; + + const verticesB = [ + { id: "0", text: "Daddy", annotations: [] }, + { id: "1", text: "Mummy", annotations: [] }, + { id: "2", text: "Baby", annotations: [] } + ]; + + const edgesB = [ + { id: "0", source: verticesB[0], target: verticesB[2] }, + { id: "1", source: verticesB[1], target: verticesB[2] } + ]; + + const hierarchyB = [ + { id: "0", parent: subgraphsB[0], child: verticesB[0] }, + { id: "1", parent: subgraphsB[0], child: verticesB[1] } + ]; + + const graphB = new GraphReactT(ReactSubgraph, ReactVertex, ReactEdge) + .data({ subgraphs: subgraphsB, vertices: verticesB, edges: edgesB, hierarchy: hierarchyB }) + ; + + render(graphB); + } + break; + case Graph2: + { + const subgraphsB = [ + { id: "10", text: "Adults" } + ]; + + const verticesB = [ + { id: "0", text: "Daddy", annotations: [] }, + { id: "1", text: "Mummy", annotations: [] }, + { id: "2", text: "Baby", annotations: [] } + ]; + + const edgesB = [ + { id: "0", source: verticesB[0], target: verticesB[2] }, + { id: "1", source: verticesB[1], target: verticesB[2] } + ]; + + const hierarchyB = [ + { id: "0", parent: subgraphsB[0], child: verticesB[0] }, + { id: "1", parent: subgraphsB[0], child: verticesB[1] } + ]; + + const graphB = new Graph2() + .data({ subgraphs: subgraphsB, vertices: verticesB, edges: edgesB, hierarchy: hierarchyB }) + ; + + render(graphB); + } + break; + case DataGraph: + { + const graphD = new DataGraph() + .categories((Array(11) as any).fill().map((_row: any, idx: number) => ({ id: "" + idx, faChar: "fa-user" }))) + .annotations((Array(11) as any).fill().map((_row: any, idx: number) => ({ id: "" + idx, faChar: "fa-plus" }))) + .vertexColumns(DataGraphVerticesColumns) + .vertexCategoryColumn("group") + .vertexIDColumn("id") + .vertexLabelColumn("label") + .vertexAnnotationColumns([ + new AnnotationColumn().columnID("ann1").annotationID("1"), + new AnnotationColumn().columnID("ann2").annotationID("2"), + new AnnotationColumn().columnID("ann3").annotationID("3") + ]) + .vertices(DataGraphVertices) + .edgeColumns(["id", "source", "target", "weight"]) + .edgeIDColumn("id") + .edgeSourceColumn("source") + .edgeTargetColumn("target") + .edgeWeightColumn("weight") + .edges(DataGraphEdges) + ; + render(graphD); + } + break; + case Sankey: + { + render(new Sankey() + .columns(dataBreach.columns) + .data(dataBreach.data) + .mappings([new SankeyColumn().column("Covered Entity Type"), new SankeyColumn().column("Type of Breach")]) + ); + } + break; + case SankeyGraph: + render(new SankeyGraph() + .vertexColumns(["category", "id", "label"]) + .vertices([ + [0, 0, "A"], + [0, 1, "B"], + [0, 2, "C"], + [0, 3, "D"], + [0, 4, "F"], + [1, 5, "Math"], + [2, 6, "English"], + [3, 7, "Geometry"], + [4, 8, "Science"], + ]) + .edgeColumns(["source", "target", "weight"]) + .edges([ + [0, 5, 48], + [0, 6, 28], + [0, 7, 26], + [0, 8, 38], + [1, 5, 63], + [1, 6, 39], + [1, 7, 36], + [1, 8, 58], + [2, 5, 42], + [2, 6, 36], + [2, 7, 27], + [2, 8, 68], + [3, 5, 90], + [3, 6, 59], + [3, 7, 15], + [3, 8, 35], + [4, 5, 10], + [4, 6, 3], + [4, 7, 6], + [4, 8, 4], + ]) + ); + break; + case Subgraph: + render(new Subgraph() + .title("Hello and Welcome!") + ); + break; + case Vertex: + render(new Vertex() + .faChar("\uf007") + .text("Hello and Welcome!") + .annotationIcons([ + { faChar: "\uf188", tooltip: "Test A", shape_colorFill: "white", image_colorFill: "red" }, + { faChar: "\uf0ad", tooltip: "Test B", shape_colorFill: "green", shape_colorStroke: "green", image_colorFill: "white" }, + { faChar: "\uf193", tooltip: "Test C", shape_colorFill: "navy", shape_colorStroke: "navy", image_colorFill: "white" } + ]) + ); + break; + default: + it("Has render test", () => { + expect(false).to.be.true; + }); + } + } + }); + } + } + } + + render(new Vertex() + .faChar("\uf007") + .text("Hello and Welcome!") + .annotationIcons([ + { faChar: "\uf188", tooltip: "Test A", shape_colorFill: "white", image_colorFill: "red" }, + { faChar: "\uf0ad", tooltip: "Test B", shape_colorFill: "green", shape_colorStroke: "green", image_colorFill: "white" }, + { faChar: "\uf193", tooltip: "Test C", shape_colorFill: "navy", shape_colorStroke: "navy", image_colorFill: "white" } + ]) + ); +}); diff --git a/packages/graph/tsconfig.json b/packages/graph/tsconfig.json index a2d5e4b44b..acfd3b2511 100644 --- a/packages/graph/tsconfig.json +++ b/packages/graph/tsconfig.json @@ -1,20 +1,25 @@ { - "extends": "../tsconfig.settings.json", "compilerOptions": { - "rootDir": "./src", - "outDir": "./lib-umd", - "declarationDir": "./types", - "jsx": "react" + "rootDir": "src", + "module": "NodeNext", + "target": "ESNext", + "resolveJsonModule": true, + "emitDeclarationOnly": true, + "declaration": true, + "declarationDir": "types", + "jsx": "react", + "strict": true, + "noImplicitAny": false, + "strictNullChecks": false, + "skipLibCheck": true, + "allowImportingTsExtensions": true, + "lib": [ + "DOM", + "ESNext", + "ES2020" + ] }, "include": [ - "./src/**/*" - ], - "references": [ - { - "path": "../api" - }, - { - "path": "../common" - } + "./src/index.ts" ] } \ No newline at end of file diff --git a/packages/graph/vitest.workspace.ts b/packages/graph/vitest.workspace.ts new file mode 100644 index 0000000000..fa7bb0720b --- /dev/null +++ b/packages/graph/vitest.workspace.ts @@ -0,0 +1,6 @@ +import { defineWorkspace } from 'vitest/config'; +import baseWorkspace from '../../vitest.workspace.ts'; + +export default defineWorkspace([ + ...baseWorkspace +]) \ No newline at end of file diff --git a/packages/html/.vscode/launch.json b/packages/html/.vscode/launch.json new file mode 100644 index 0000000000..967172fec7 --- /dev/null +++ b/packages/html/.vscode/launch.json @@ -0,0 +1,47 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "test-browser", + "type": "msedge", + "request": "launch", + "url": "http://localhost:63315", + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, + { + "name": "test-node", + "type": "node", + "request": "launch", + "runtimeArgs": [ + "run-script", + "test-node" + ], + "runtimeExecutable": "npm", + "skipFiles": [ + "/**" + ], + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, + { + "name": "index.html", + "request": "launch", + "type": "msedge", + "url": "file:///${workspaceFolder}/index.html", + "runtimeArgs": [ + "--disable-web-security" + ], + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ] + } + ] +} \ No newline at end of file diff --git a/packages/html/.vscode/tasks.json b/packages/html/.vscode/tasks.json index 7fffdb949c..120545d06c 100644 --- a/packages/html/.vscode/tasks.json +++ b/packages/html/.vscode/tasks.json @@ -1,20 +1,36 @@ { - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { + "label": "gen-types-watch", "type": "npm", - "script": "compile-umd-watch", - "group": { - "kind": "build", - "isDefault": true - }, + "script": "gen-types-watch", "problemMatcher": [ "$tsc-watch" ], - "label": "npm: compile-umd-watch", - "detail": "tsc --module umd --outDir ./lib-umd --watch" + "presentation": { + "group": "group-build" + } + }, + { + "label": "bundle-watch", + "type": "npm", + "script": "bundle-watch", + "problemMatcher": [], + "presentation": { + "group": "group-build" + } + }, + { + "label": "build", + "dependsOn": [ + "gen-types-watch", + "bundle-watch", + ], + "group": { + "kind": "build", + "isDefault": true + } } ] } \ No newline at end of file diff --git a/packages/html/esbuild.js b/packages/html/esbuild.js new file mode 100644 index 0000000000..b3dcf1d43b --- /dev/null +++ b/packages/html/esbuild.js @@ -0,0 +1,30 @@ +import { browserTpl } from "@hpcc-js/esbuild-plugins"; +import pkg from "./package.json" with { type: "json" }; + +// config --- +await Promise.all([ + browserTpl("src/index.ts", "dist/index", { + keepNames: true, + alias: { + "d3-array": "@hpcc-js/common", + "d3-brush": "@hpcc-js/common", + "d3-collection": "@hpcc-js/common", + "d3-color": "@hpcc-js/common", + "d3-dispatch": "@hpcc-js/common", + "d3-drag": "@hpcc-js/common", + "d3-dsv": "@hpcc-js/common", + "d3-ease": "@hpcc-js/common", + "d3-format": "@hpcc-js/common", + "d3-interpolate": "@hpcc-js/common", + "d3-scale": "@hpcc-js/common", + "d3-selection": "@hpcc-js/common", + "d3-time-format": "@hpcc-js/common", + "d3-transition": "@hpcc-js/common", + "d3-zoom": "@hpcc-js/common" + }, + external: [ + ...Object.keys(pkg.dependencies), + ...Object.keys(pkg.peerDependencies), + ] + }) +]); diff --git a/packages/html/index.html b/packages/html/index.html new file mode 100644 index 0000000000..5342205e5b --- /dev/null +++ b/packages/html/index.html @@ -0,0 +1,82 @@ + + + + + Home + + + + + + + +

ESM Quick Test

+
+ + + + + \ No newline at end of file diff --git a/packages/html/package.json b/packages/html/package.json index e069478cbf..c030fbbef1 100644 --- a/packages/html/package.json +++ b/packages/html/package.json @@ -1,52 +1,54 @@ { "name": "@hpcc-js/html", - "version": "2.44.0", + "version": "3.0.0", "description": "hpcc-js - Viz HTML", - "main": "dist/index.js", - "module": "dist/index.es6", - "unpkg": "dist/index.min.js", - "jsdelivr": "dist/index.min.js", - "types": "types/index.d.ts", - "typesVersions": { - "<3.8": { - "*": [ - "types-3.4/index.d.ts" - ] - } + "type": "module", + "exports": { + ".": { + "types": "./types/index.d.ts", + "default": "./dist/index.js" + }, + "./dist/*": "./dist/*" }, + "module": "./dist/index.js", + "browser": "./dist/index.js", + "types": "./types/index.d.ts", "files": [ "dist/*", - "types/*", - "types-3.4/*", - "src/*" + "src/*", + "types/*" ], "scripts": { - "clean": "rimraf --glob lib* types dist *.tsbuildinfo", - "compile-es6": "tsc --module es6 --outDir ./lib-es6", - "compile-es6-watch": "npm run compile-es6 -- -w", - "compile-umd": "tsc --module umd --outDir ./lib-umd", - "compile-umd-watch": "npm run compile-umd -- -w", - "bundle": "rollup -c", - "bundle-watch": "npm run bundle -- -w", - "minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js", - "gen-legacy-types": "downlevel-dts ./types ./types-3.4", - "build": "npm run compile-es6 && npm run bundle", - "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch", + "clean": "rimraf --glob lib* types dist *.tsbuildinfo .turbo", + "bundle": "node esbuild.js", + "bundle-watch": "npm run bundle -- --development --watch", + "gen-types": "tsc --project tsconfig.json", + "gen-types-watch": "npm run gen-types -- --watch", + "build": "run-p gen-types bundle", "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js", "lint": "eslint ./src", + "lint-fix": "eslint --fix src/**/*.ts", "docs": "typedoc --options tdoptions.json .", - "update": "npx --yes npm-check-updates -u -t minor" + "test-browser": "vitest run --project browser", + "test": "vitest run", + "coverage": "vitest run --coverage", + "update": "npx --yes npm-check-updates -u -t minor", + "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^2.73.0", - "@hpcc-js/preact-shim": "^2.18.0", - "@hpcc-js/util": "^2.53.0" + "@hpcc-js/common": "^3.1.0", + "@hpcc-js/util": "^3.1.0" }, "devDependencies": { - "@hpcc-js/bundle": "^2.12.0", + "@hpcc-js/esbuild-plugins": "^1.2.0", "d3-format": "^1", "d3-selection": "^1", - "tslib": "2.7.0" + "react": "18.3.1", + "react-dom": "18.3.1" + }, + "peerDependencies": { + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0" }, "repository": { "type": "git", @@ -59,4 +61,4 @@ "url": "https://github.com/hpcc-systems/Visualization/issues" }, "homepage": "https://github.com/hpcc-systems/Visualization" -} +} \ No newline at end of file diff --git a/packages/html/rollup.config.mjs b/packages/html/rollup.config.mjs deleted file mode 100644 index 3e0b2b9d2a..0000000000 --- a/packages/html/rollup.config.mjs +++ /dev/null @@ -1,56 +0,0 @@ -import { external, globals } from "@hpcc-js/bundle"; -import alias from '@rollup/plugin-alias'; -import commonjs from '@rollup/plugin-commonjs'; -import sourcemaps from 'rollup-plugin-sourcemaps'; -import nodeResolve from '@rollup/plugin-node-resolve'; -import postcss from "rollup-plugin-postcss"; - -import pkg from "./package.json" with { type: "json" }; - -export default { - input: "lib-es6/index", - external: external, - output: [{ - file: pkg.main, - format: "umd", - sourcemap: true, - globals: globals, - name: pkg.name - }, { - file: pkg.module + ".js", - format: "es", - sourcemap: true, - globals: globals, - name: pkg.name - }], - plugins: [ - alias({ - entries: [ - { find: "d3-array", replacement: "@hpcc-js/common" }, - { find: "d3-brush", replacement: "@hpcc-js/common" }, - { find: "d3-collection", replacement: "@hpcc-js/common" }, - { find: "d3-color", replacement: "@hpcc-js/common" }, - { find: "d3-dispatch", replacement: "@hpcc-js/common" }, - { find: "d3-drag", replacement: "@hpcc-js/common" }, - { find: "d3-dsv", replacement: "@hpcc-js/common" }, - { find: "d3-ease", replacement: "@hpcc-js/common" }, - { find: "d3-format", replacement: "@hpcc-js/common" }, - { find: "d3-interpolate", replacement: "@hpcc-js/common" }, - { find: "d3-scale", replacement: "@hpcc-js/common" }, - { find: "d3-selection", replacement: "@hpcc-js/common" }, - { find: "d3-time-format", replacement: "@hpcc-js/common" }, - { find: "d3-transition", replacement: "@hpcc-js/common" }, - { find: "d3-zoom", replacement: "@hpcc-js/common" } - ] - }), - nodeResolve({ - preferBuiltins: true - }), - commonjs({}), - sourcemaps(), - postcss({ - extensions: [".css"], - minimize: true - }) - ] -}; \ No newline at end of file diff --git a/packages/html/src/BreakdownTable.ts b/packages/html/src/BreakdownTable.ts index 73f27851db..c8d1f7260e 100644 --- a/packages/html/src/BreakdownTable.ts +++ b/packages/html/src/BreakdownTable.ts @@ -1,10 +1,10 @@ -import { HTMLTooltip } from "./HTMLTooltip"; -import { StyledTable } from "./StyledTable"; +import { HTMLTooltip } from "./HTMLTooltip.ts"; +import { StyledTable } from "./StyledTable.ts"; export class BreakdownTable extends StyledTable { - protected _table; - protected _tbody; - protected _tooltip; + // protected _table; + // protected _tbody; + protected _tooltip: HTMLTooltip; constructor() { super(); } diff --git a/packages/html/src/HTMLTooltip.ts b/packages/html/src/HTMLTooltip.ts index 5c99bd457c..dd642f1265 100644 --- a/packages/html/src/HTMLTooltip.ts +++ b/packages/html/src/HTMLTooltip.ts @@ -1,6 +1,5 @@ -import { HTMLWidget } from "@hpcc-js/common"; +import { HTMLWidget, select as d3Select } from "@hpcc-js/common"; import { scopedLogger, ScopedLogging } from "@hpcc-js/util"; -import { select as d3Select } from "d3-selection"; type Direction = "n" | "s" | "e" | "w" | "ne" | "nw" | "se" | "sw"; type Position = { x: number, y: number }; @@ -56,19 +55,19 @@ export class HTMLTooltip extends HTMLWidget { update(domNode, element) { super.update(domNode, element); - if(this._contentNode !== this._prevContentNode){ + if (this._contentNode !== this._prevContentNode) { const node = this._tooltipElement.node(); [...node.querySelectorAll("*")] - .map(n=>n.__data__) - .filter(n=>n) - .forEach(w=>{ - if(typeof w.target === "function"){ - w.target(null); - } - if(typeof w.exit === "function"){ - w.exit(); - } - }); + .map(n => n.__data__) + .filter(n => n) + .forEach(w => { + if (typeof w.target === "function") { + w.target(null); + } + if (typeof w.exit === "function") { + w.exit(); + } + }); node.innerHTML = ""; node.appendChild(this._contentNode); this._prevContentNode = this._contentNode; @@ -82,7 +81,7 @@ export class HTMLTooltip extends HTMLWidget { return this._tooltipHTMLCallback(this.data()); }); } - if(this.fitContent()){ + if (this.fitContent()) { this._tooltipElement .style("width", "auto") .style("height", "auto") @@ -112,7 +111,7 @@ export class HTMLTooltip extends HTMLWidget { } onShowContent(node) { - + } protected updateTooltipPosition(): Position { @@ -259,8 +258,8 @@ export class HTMLTooltip extends HTMLWidget { const p = this.padding(); const p2 = p * 2; - if(this.followCursor() && this._cursorLoc) { - + if (this.followCursor() && this._cursorLoc) { + left = this._cursorLoc[0]; top = this._cursorLoc[1]; width = 1; @@ -312,8 +311,8 @@ export class HTMLTooltip extends HTMLWidget { this._tooltipElement.on("mouseout", () => { this.mouseout(); }); - setTimeout(()=>{ - if(this._closing){ + setTimeout(() => { + if (this._closing) { this.visible(false); } }, this.closeDelay()); @@ -368,7 +367,7 @@ export interface HTMLTooltip { closeDelay(_: number): this; fitContent(): boolean; fitContent(_: boolean): this; - + } HTMLTooltip.prototype.publish("fitContent", false, "boolean", "If true, tooltip will grow to fit its html content"); diff --git a/packages/html/src/JSXWidget.ts b/packages/html/src/JSXWidget.ts index c07f53d513..349af47564 100644 --- a/packages/html/src/JSXWidget.ts +++ b/packages/html/src/JSXWidget.ts @@ -1,9 +1,10 @@ +import React from "react"; +import { render } from "react-dom"; import { HTMLWidget } from "@hpcc-js/common"; -import { Component, createElement, render } from "@hpcc-js/preact-shim"; export class JSXWidget extends HTMLWidget { - static Component = Component; - static createElement = createElement; + static Component = React.Component; + static createElement = React.createElement; protected rootNode; jsxRender(jsx, domNode) { diff --git a/packages/html/src/SimpleTable.ts b/packages/html/src/SimpleTable.ts index e22a5f35f1..4234b177a1 100644 --- a/packages/html/src/SimpleTable.ts +++ b/packages/html/src/SimpleTable.ts @@ -1,5 +1,4 @@ -import { HTMLWidget } from "@hpcc-js/common"; -import { select as d3Select } from "d3-selection"; +import { HTMLWidget, select as d3Select } from "@hpcc-js/common"; export class SimpleTable extends HTMLWidget { protected _table; diff --git a/packages/html/src/StatsTable.ts b/packages/html/src/StatsTable.ts index d8317fce2c..cbb527fa0c 100644 --- a/packages/html/src/StatsTable.ts +++ b/packages/html/src/StatsTable.ts @@ -1,5 +1,5 @@ import { format as d3Format } from "d3-format"; -import { StyledTable } from "./StyledTable"; +import { StyledTable } from "./StyledTable.ts"; export class StatsTable extends StyledTable { @@ -99,5 +99,5 @@ StatsTable.prototype.publish("evenRowFontColor", "#333", "html-color", "Font col StatsTable.prototype.publish("firstColumnWidth", "auto", "string", "CSS style applied as the 'width' for the first column (ex: 40px)"); StatsTable.prototype.publish("secondColumnWidth", "1%", "string", "CSS style applied as the 'width' for the second column (ex: 40px)"); StatsTable.prototype.publish("thirdColumnWidth", "1%", "string", "CSS style applied as the 'width' for the third column (ex: 40px)"); -StatsTable.prototype.publish("secondColumnFormat", "$,.0f", "string", "d3-format specifier applied to the second column's values", undefined, {optional: true}); -StatsTable.prototype.publish("thirdColumnFormat", null, "string", "d3-format specifier applied to the third column's values", undefined, {optional: true}); +StatsTable.prototype.publish("secondColumnFormat", "$,.0f", "string", "d3-format specifier applied to the second column's values", undefined, { optional: true }); +StatsTable.prototype.publish("thirdColumnFormat", null, "string", "d3-format specifier applied to the third column's values", undefined, { optional: true }); diff --git a/packages/html/src/StyledTable.ts b/packages/html/src/StyledTable.ts index 584fffc519..6e814b39ce 100644 --- a/packages/html/src/StyledTable.ts +++ b/packages/html/src/StyledTable.ts @@ -1,4 +1,4 @@ -import { SimpleTable } from "./SimpleTable"; +import { SimpleTable } from "./SimpleTable.ts"; export class StyledTable extends SimpleTable { constructor() { @@ -30,11 +30,11 @@ export class StyledTable extends SimpleTable { const lastRowStylesExist = Object.keys(this.lastRowStyles()).length > 0; const tbodyRows = element.selectAll("tbody > tr"); if (evenRowStylesExist) { - const tbodyEvenRows = tbodyRows.select(function (d, i) { return i % 2 ? this : null; }); + const tbodyEvenRows = tbodyRows.select(function (this: HTMLElement, d, i) { return i % 2 ? this : null; }); this.applyStyleObject(tbodyEvenRows, this.evenRowStyles()); } if (lastRowStylesExist) { - const tbodyLastRow = tbodyRows.select(function (d, i, arr) { return i === arr.length - 1 ? this : null; }); + const tbodyLastRow = tbodyRows.select(function (this: HTMLElement, d, i, arr) { return i === arr.length - 1 ? this : null; }); this.applyStyleObject(tbodyLastRow, this.lastRowStyles()); } } @@ -46,18 +46,18 @@ export interface StyledTable { fontFamily(_: string): this; fontColor(): string; fontColor(_: string): this; - tbodyColumnStyles(): Array<{[styleID: string]: any}>; - tbodyColumnStyles(_: Array<{[styleID: string]: any}>): this; - tbodyColumnStyles_default(_: Array<{[styleID: string]: any}>): this; - theadColumnStyles(): Array<{[styleID: string]: any}>; - theadColumnStyles(_: Array<{[styleID: string]: any}>): this; - theadColumnStyles_default(_: Array<{[styleID: string]: any}>): this; - lastRowStyles(): {[styleID: string]: any}; - lastRowStyles(_: {[styleID: string]: any}): this; - lastRowStyles_default(_: {[styleID: string]: any}): this; - evenRowStyles(): {[styleID: string]: any}; - evenRowStyles(_: {[styleID: string]: any}): this; - evenRowStyles_default(_: {[styleID: string]: any}): this; + tbodyColumnStyles(): Array<{ [styleID: string]: any }>; + tbodyColumnStyles(_: Array<{ [styleID: string]: any }>): this; + tbodyColumnStyles_default(_: Array<{ [styleID: string]: any }>): this; + theadColumnStyles(): Array<{ [styleID: string]: any }>; + theadColumnStyles(_: Array<{ [styleID: string]: any }>): this; + theadColumnStyles_default(_: Array<{ [styleID: string]: any }>): this; + lastRowStyles(): { [styleID: string]: any }; + lastRowStyles(_: { [styleID: string]: any }): this; + lastRowStyles_default(_: { [styleID: string]: any }): this; + evenRowStyles(): { [styleID: string]: any }; + evenRowStyles(_: { [styleID: string]: any }): this; + evenRowStyles_default(_: { [styleID: string]: any }): this; } StyledTable.prototype.publish("fontFamily", "Verdana", "string", "Base font-family used within the table"); diff --git a/packages/html/src/TitleBar.ts b/packages/html/src/TitleBar.ts index d4d47203e1..705047c4f4 100644 --- a/packages/html/src/TitleBar.ts +++ b/packages/html/src/TitleBar.ts @@ -1,5 +1,5 @@ import { HTMLWidget } from "@hpcc-js/common"; -import { JSXWidget } from "./JSXWidget"; +import { JSXWidget } from "./JSXWidget.ts"; import "../src/TitleBar.css"; @@ -9,7 +9,6 @@ export interface IClickHandler { export class Item extends HTMLWidget { protected _owner: IClickHandler; - protected _element; constructor(owner: IClickHandler) { super(); @@ -17,6 +16,7 @@ export class Item extends HTMLWidget { this._tag = "a"; } } +Item.prototype._class += " html_Item"; export class Button extends Item { private _icon: string; @@ -40,6 +40,7 @@ export class Button extends Item { ; } } +Button.prototype._class += " html_Button"; export class ToggleButton extends Button { @@ -56,6 +57,7 @@ export class ToggleButton extends Button { this._element.classed("selected", this.selected()); } } +ToggleButton.prototype._class += " html_ToggleButton"; export interface ToggleButton { selected(): boolean; selected(_: boolean): this; @@ -73,6 +75,7 @@ export class Spacer extends Item { ; } } +Spacer.prototype._class += " html_Spacer"; export class TitleBar extends JSXWidget { protected _divMain; diff --git a/packages/html/src/VizComponent.tsx b/packages/html/src/VizComponent.tsx index 48969903a7..a38f1dc73a 100644 --- a/packages/html/src/VizComponent.tsx +++ b/packages/html/src/VizComponent.tsx @@ -1,5 +1,5 @@ -import * as React from "@hpcc-js/preact-shim"; -import { JSXWidget } from "./JSXWidget"; +import React from "react"; +import { JSXWidget } from "./JSXWidget.ts"; export class VizComponent extends JSXWidget.Component { widget; diff --git a/packages/html/src/VizInstance.tsx b/packages/html/src/VizInstance.tsx index 23acfe40e2..f7f2135f99 100644 --- a/packages/html/src/VizInstance.tsx +++ b/packages/html/src/VizInstance.tsx @@ -1,5 +1,5 @@ -import * as React from "@hpcc-js/preact-shim"; -import { JSXWidget } from "./JSXWidget"; +import React from "react"; +import { JSXWidget } from "./JSXWidget.ts"; export class VizInstance extends JSXWidget.Component { widget; diff --git a/packages/html/src/index.ts b/packages/html/src/index.ts index 2a8649da90..322aa97527 100644 --- a/packages/html/src/index.ts +++ b/packages/html/src/index.ts @@ -1,11 +1,11 @@ -export * from "./__package__"; -export * from "./BreakdownTable"; -export * from "./HTMLTooltip"; -export * from "./JSXWidget"; -export * from "./reactD3"; -export * from "./VizComponent"; -export * from "./VizInstance"; -export * from "./SimpleTable"; -export * from "./StatsTable"; -export * from "./StyledTable"; -export * from "./TitleBar"; +export * from "./__package__.ts"; +export * from "./BreakdownTable.ts"; +export * from "./HTMLTooltip.ts"; +export * from "./JSXWidget.ts"; +export * from "./reactD3.ts"; +export * from "./VizComponent.tsx"; +export * from "./VizInstance.tsx"; +export * from "./SimpleTable.ts"; +export * from "./StatsTable.ts"; +export * from "./StyledTable.ts"; +export * from "./TitleBar.ts"; diff --git a/packages/html/src/reactD3.ts b/packages/html/src/reactD3.ts index a9af46e957..394d086295 100644 --- a/packages/html/src/reactD3.ts +++ b/packages/html/src/reactD3.ts @@ -1,4 +1,4 @@ -import { select as d3Select } from "d3-selection"; +import { select as d3Select } from "@hpcc-js/common"; export type ReactFn = (attrs: { [key: string]: string }) => VNode; @@ -42,7 +42,7 @@ export class VNode { return thisElement.enter().append(this.type()) .attr("reactd3", 0) .merge(thisElement) - .each(function (d: VNode) { + .each(function (this: HTMLElement, d: VNode) { const element = d3Select(this); d.update(element); d.renderChildren(element); @@ -57,7 +57,7 @@ export class VNode { return thisElement.enter().append(d => document.createElement(d.type())) .attr("reactd3", (_d, i) => i) .merge(thisElement) - .each(function (d: VNode) { + .each(function (this: HTMLElement, d: VNode) { const element = d3Select(this); d.update(element); d.renderChildren(element); diff --git a/packages/html/tests/html.browser.spec.ts b/packages/html/tests/html.browser.spec.ts new file mode 100644 index 0000000000..3ae288c7d1 --- /dev/null +++ b/packages/html/tests/html.browser.spec.ts @@ -0,0 +1,47 @@ +import * as html from "@hpcc-js/html"; +import { Class, HTMLWidget, SVGWidget } from "@hpcc-js/common"; +import { Button, Item, JSXWidget, SimpleTable, Spacer, StatsTable, StyledTable, TitleBar, HTMLTooltip, BreakdownTable, ToggleButton } from "@hpcc-js/html"; +import { describe, it, expect } from "vitest"; +import { classDef, renderMedium } from "../../common/tests/index.ts"; + +const urlSearch: string = window.location.href.split("?")[1]; + +describe("@hpcc-js/html", () => { + for (const key in html) { + const item = (html as any)[key]; + if (item) { + if (!urlSearch || urlSearch === item.prototype.constructor.name) { + describe(`${item.prototype?.constructor?.name}`, () => { + it("Simple", () => { + expect(true).to.be.true; + }); + if (item.prototype instanceof Class) { + classDef("html", item); + } + if (item.prototype instanceof HTMLWidget || item.prototype instanceof SVGWidget) { + switch (item.prototype.constructor) { + case Button: + case BreakdownTable: + case HTMLTooltip: + case Item: + case JSXWidget: + case SimpleTable: + case Spacer: + case StatsTable: + case StyledTable: + case TitleBar: + case ToggleButton: + renderMedium(new item.prototype.constructor()); + break; + + default: + it("Has render test", () => { + expect(false).to.be.true; + }); + } + } + }); + } + } + } +}); diff --git a/packages/html/tsconfig.json b/packages/html/tsconfig.json index a2506a626f..acfd3b2511 100644 --- a/packages/html/tsconfig.json +++ b/packages/html/tsconfig.json @@ -1,20 +1,25 @@ { - "extends": "../tsconfig.settings.json", "compilerOptions": { - "rootDir": "./src", - "outDir": "./lib-umd", - "declarationDir": "./types", - "jsx": "react" + "rootDir": "src", + "module": "NodeNext", + "target": "ESNext", + "resolveJsonModule": true, + "emitDeclarationOnly": true, + "declaration": true, + "declarationDir": "types", + "jsx": "react", + "strict": true, + "noImplicitAny": false, + "strictNullChecks": false, + "skipLibCheck": true, + "allowImportingTsExtensions": true, + "lib": [ + "DOM", + "ESNext", + "ES2020" + ] }, "include": [ - "./src/**/*" - ], - "references": [ - { - "path": "../api" - }, - { - "path": "../common" - }, + "./src/index.ts" ] } \ No newline at end of file diff --git a/packages/html/vitest.workspace.ts b/packages/html/vitest.workspace.ts new file mode 100644 index 0000000000..fa7bb0720b --- /dev/null +++ b/packages/html/vitest.workspace.ts @@ -0,0 +1,6 @@ +import { defineWorkspace } from 'vitest/config'; +import baseWorkspace from '../../vitest.workspace.ts'; + +export default defineWorkspace([ + ...baseWorkspace +]) \ No newline at end of file diff --git a/packages/layout/.vscode/launch.json b/packages/layout/.vscode/launch.json new file mode 100644 index 0000000000..7c2436335f --- /dev/null +++ b/packages/layout/.vscode/launch.json @@ -0,0 +1,47 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "test-browser", + "type": "msedge", + "request": "launch", + "url": "http://localhost:8888", + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, + { + "name": "test-node", + "type": "node", + "request": "launch", + "runtimeArgs": [ + "run-script", + "test-node" + ], + "runtimeExecutable": "npm", + "skipFiles": [ + "/**" + ], + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, + { + "name": "index.html", + "request": "launch", + "type": "msedge", + "url": "file:///${workspaceFolder}/index.html", + "runtimeArgs": [ + "--disable-web-security" + ], + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ] + } + ] +} \ No newline at end of file diff --git a/packages/layout/.vscode/tasks.json b/packages/layout/.vscode/tasks.json index 7fffdb949c..120545d06c 100644 --- a/packages/layout/.vscode/tasks.json +++ b/packages/layout/.vscode/tasks.json @@ -1,20 +1,36 @@ { - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { + "label": "gen-types-watch", "type": "npm", - "script": "compile-umd-watch", - "group": { - "kind": "build", - "isDefault": true - }, + "script": "gen-types-watch", "problemMatcher": [ "$tsc-watch" ], - "label": "npm: compile-umd-watch", - "detail": "tsc --module umd --outDir ./lib-umd --watch" + "presentation": { + "group": "group-build" + } + }, + { + "label": "bundle-watch", + "type": "npm", + "script": "bundle-watch", + "problemMatcher": [], + "presentation": { + "group": "group-build" + } + }, + { + "label": "build", + "dependsOn": [ + "gen-types-watch", + "bundle-watch", + ], + "group": { + "kind": "build", + "isDefault": true + } } ] } \ No newline at end of file diff --git a/packages/layout/esbuild.js b/packages/layout/esbuild.js new file mode 100644 index 0000000000..67b91a9988 --- /dev/null +++ b/packages/layout/esbuild.js @@ -0,0 +1,29 @@ +import { browserTpl } from "@hpcc-js/esbuild-plugins"; +import pkg from "./package.json" with { type: "json" }; + +// config --- +await Promise.all([ + browserTpl("src/index.ts", "dist/index", { + keepNames: true, + alias: { + "d3-array": "@hpcc-js/common", + "d3-brush": "@hpcc-js/common", + "d3-collection": "@hpcc-js/common", + "d3-color": "@hpcc-js/common", + "d3-dispatch": "@hpcc-js/common", + "d3-drag": "@hpcc-js/common", + "d3-dsv": "@hpcc-js/common", + "d3-ease": "@hpcc-js/common", + "d3-format": "@hpcc-js/common", + "d3-interpolate": "@hpcc-js/common", + "d3-scale": "@hpcc-js/common", + "d3-selection": "@hpcc-js/common", + "d3-time-format": "@hpcc-js/common", + "d3-transition": "@hpcc-js/common", + "d3-zoom": "@hpcc-js/common" + }, + external: [ + ...Object.keys(pkg.dependencies), + ] + }) +]); diff --git a/packages/layout/index.html b/packages/layout/index.html new file mode 100644 index 0000000000..a76ccdd0a4 --- /dev/null +++ b/packages/layout/index.html @@ -0,0 +1,108 @@ + + + + + Home + + + + + + +

ESM Quick Test

+
+ + + + + \ No newline at end of file diff --git a/packages/layout/package.json b/packages/layout/package.json index 607a069166..28d5a0996a 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,58 +1,56 @@ { "name": "@hpcc-js/layout", - "version": "2.51.0", + "version": "3.0.0", "description": "hpcc-js - Viz Layout", - "main": "dist/index.js", - "module": "dist/index.es6", - "unpkg": "dist/index.min.js", - "jsdelivr": "dist/index.min.js", - "types": "types/index.d.ts", - "typesVersions": { - "<3.8": { - "*": [ - "types-3.4/index.d.ts" - ] - } + "type": "module", + "exports": { + ".": { + "types": "./types/index.d.ts", + "default": "./dist/index.js" + }, + "./dist/*": "./dist/*" }, + "module": "./dist/index.js", + "browser": "./dist/index.js", + "types": "./types/index.d.ts", "files": [ "dist/*", - "types/*", - "types-3.4/*", - "src/*" + "src/*", + "types/*" ], "scripts": { - "clean": "rimraf --glob lib* types dist *.tsbuildinfo", - "compile-es6": "tsc --module es6 --outDir ./lib-es6", - "compile-es6-watch": "npm run compile-es6 -- -w", - "compile-umd": "tsc --module umd --outDir ./lib-umd", - "compile-umd-watch": "npm run compile-umd -- -w", - "bundle": "rollup -c", - "bundle-watch": "npm run bundle -- -w", - "minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js", - "gen-legacy-types": "downlevel-dts ./types ./types-3.4", - "build": "npm run compile-es6 && npm run bundle", - "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch", + "clean": "rimraf --glob lib* types dist *.tsbuildinfo .turbo", + "bundle": "node esbuild.js", + "bundle-watch": "npm run bundle -- --development --watch", + "gen-types": "tsc --project tsconfig.json", + "gen-types-watch": "npm run gen-types -- --watch", + "build": "run-p gen-types bundle", "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js", "lint": "eslint ./src", + "lint-fix": "eslint --fix src/**/*.ts", "docs": "typedoc --options tdoptions.json .", - "update": "npx --yes npm-check-updates -u -t minor" + "test-browser": "vitest run --project browser", + "test": "vitest run", + "coverage": "vitest run --coverage", + "update": "npx --yes npm-check-updates -u -t minor", + "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^2.14.0", - "@hpcc-js/chart": "^2.86.0", - "@hpcc-js/common": "^2.73.0", - "@hpcc-js/dgrid2": "^2.5.0" + "@hpcc-js/api": "^3.0.0", + "@hpcc-js/chart": "^3.0.0", + "@hpcc-js/common": "^3.0.0", + "@hpcc-js/dgrid2": "^3.0.0", + "@hpcc-js/util": "^3.0.0" }, "devDependencies": { - "@hpcc-js/bundle": "^2.12.0", - "@types/d3-transition": "1.3.5", + "@hpcc-js/esbuild-plugins": "^1.2.0", + "@types/d3-transition": "1.3.6", "d3-drag": "^1", "d3-selection": "^1", "d3-shape": "^1", "d3-svg-legend": "2.25.6", "d3-transition": "^1", - "grid-list": "0.4.1", - "tslib": "2.7.0" + "grid-list": "0.4.1" }, "repository": { "type": "git", @@ -65,4 +63,4 @@ "url": "https://github.com/hpcc-systems/Visualization/issues" }, "homepage": "https://github.com/hpcc-systems/Visualization" -} +} \ No newline at end of file diff --git a/packages/layout/rollup.config.mjs b/packages/layout/rollup.config.mjs deleted file mode 100644 index 3e0b2b9d2a..0000000000 --- a/packages/layout/rollup.config.mjs +++ /dev/null @@ -1,56 +0,0 @@ -import { external, globals } from "@hpcc-js/bundle"; -import alias from '@rollup/plugin-alias'; -import commonjs from '@rollup/plugin-commonjs'; -import sourcemaps from 'rollup-plugin-sourcemaps'; -import nodeResolve from '@rollup/plugin-node-resolve'; -import postcss from "rollup-plugin-postcss"; - -import pkg from "./package.json" with { type: "json" }; - -export default { - input: "lib-es6/index", - external: external, - output: [{ - file: pkg.main, - format: "umd", - sourcemap: true, - globals: globals, - name: pkg.name - }, { - file: pkg.module + ".js", - format: "es", - sourcemap: true, - globals: globals, - name: pkg.name - }], - plugins: [ - alias({ - entries: [ - { find: "d3-array", replacement: "@hpcc-js/common" }, - { find: "d3-brush", replacement: "@hpcc-js/common" }, - { find: "d3-collection", replacement: "@hpcc-js/common" }, - { find: "d3-color", replacement: "@hpcc-js/common" }, - { find: "d3-dispatch", replacement: "@hpcc-js/common" }, - { find: "d3-drag", replacement: "@hpcc-js/common" }, - { find: "d3-dsv", replacement: "@hpcc-js/common" }, - { find: "d3-ease", replacement: "@hpcc-js/common" }, - { find: "d3-format", replacement: "@hpcc-js/common" }, - { find: "d3-interpolate", replacement: "@hpcc-js/common" }, - { find: "d3-scale", replacement: "@hpcc-js/common" }, - { find: "d3-selection", replacement: "@hpcc-js/common" }, - { find: "d3-time-format", replacement: "@hpcc-js/common" }, - { find: "d3-transition", replacement: "@hpcc-js/common" }, - { find: "d3-zoom", replacement: "@hpcc-js/common" } - ] - }), - nodeResolve({ - preferBuiltins: true - }), - commonjs({}), - sourcemaps(), - postcss({ - extensions: [".css"], - minimize: true - }) - ] -}; \ No newline at end of file diff --git a/packages/layout/src/AbsoluteSurface.ts b/packages/layout/src/AbsoluteSurface.ts index 56b83b39fe..fd3c2c9724 100644 --- a/packages/layout/src/AbsoluteSurface.ts +++ b/packages/layout/src/AbsoluteSurface.ts @@ -64,17 +64,26 @@ export class AbsoluteSurface extends HTMLWidget { } super.exit(domNode, element); } - - units: { (): string; (_: string): AbsoluteSurface; }; - widgetX: { (): number; (_: number): AbsoluteSurface; }; - widgetY: { (): number; (_: number): AbsoluteSurface; }; - widgetWidth: { (): string; (_: string): AbsoluteSurface; }; - widgetHeight: { (): string; (_: string): AbsoluteSurface; }; - widget: { (): any; (_: any): AbsoluteSurface; }; - opacity: { (): number; (_: number): AbsoluteSurface; }; } AbsoluteSurface.prototype._class += " layout_AbsoluteSurface"; +export interface AbsoluteSurface { + units(): string; + units(_: string): this; + widgetX(): number; + widgetX(_: number): this; + widgetY(): number; + widgetY(_: number): this; + widgetWidth(): string; + widgetWidth(_: string): this; + widgetHeight(): string; + widgetHeight(_: string): this; + widget(): any; + widget(_: any): this; + opacity(): number; + opacity(_: number): this; +} + AbsoluteSurface.prototype.publish("units", "percent", "set", "Units", ["pixels", "percent"]); AbsoluteSurface.prototype.publish("widgetX", 0, "number", "Widget XPos"); AbsoluteSurface.prototype.publish("widgetY", 0, "number", "Widget YPos"); diff --git a/packages/layout/src/Accordion.ts b/packages/layout/src/Accordion.ts index 6d611ee1d3..9384fef4dc 100644 --- a/packages/layout/src/Accordion.ts +++ b/packages/layout/src/Accordion.ts @@ -115,17 +115,27 @@ export class Accordion extends HTMLWidget { exit(domNode, element) { super.exit(domNode, element); } - - content: { (): any[]; (_: any[]): Accordion; }; - title: { (): string; (_: string): Accordion; }; - openIcon: { (): string; (_: string): Accordion; }; - closedIcon: { (): string; (_: string): Accordion; }; - titleFontColor: { (): string; (_: string): Accordion; }; - titleBackgroundColor: { (): any; (_: any): Accordion; }; - defaultCollapsed: { (): boolean; (_: boolean): Accordion; }; } Accordion.prototype._class += " layout_Accordion"; +export interface Accordion { + content(): any[]; + content(_: any[]): this; + title(): string; + title(_: string): this; + openIcon(): string; + openIcon(_: string): this; + closedIcon(): string; + closedIcon(_: string): this; + titleFontColor(): string; + titleFontColor(_: string): this; + titleBackgroundColor(): string; + titleBackgroundColor(_: string): this; + + defaultCollapsed(): boolean; + defaultCollapsed(_: boolean): this; +} + Accordion.prototype.publish("content", [], "widgetArray", "Array of widgets", null, { tags: ["Basic"] }); Accordion.prototype.publish("title", "", "string", "Title of collapsible section", null, { tags: ["Private"] }); Accordion.prototype.publish("openIcon", "\uf147", "string", "Icon to display when list is open", null, { tags: ["Private"] }); diff --git a/packages/layout/src/Border.ts b/packages/layout/src/Border.ts index d7af363cc7..e4a65446cb 100644 --- a/packages/layout/src/Border.ts +++ b/packages/layout/src/Border.ts @@ -1,6 +1,6 @@ import { d3Event, HTMLWidget, Platform, select as d3Select, selectAll as d3SelectAll, Utility } from "@hpcc-js/common"; import { drag as d3Drag } from "d3-drag"; -import { Cell } from "./Cell"; +import { Cell } from "./Cell.ts"; import "../src/Border.css"; @@ -563,34 +563,53 @@ export class Border extends HTMLWidget { this.content().forEach(w => w.target(null)); super.exit(domNode, element); } - - designMode: { (): boolean; (_: boolean): Border; }; - - content: { (): any[]; (_: any[]): Border; }; - - gutter: { (): number; (_: number): Border; }; - - topShrinkWrap: { (): boolean; (_: boolean): Border; }; - leftShrinkWrap: { (): boolean; (_: boolean): Border; }; - rightShrinkWrap: { (): boolean; (_: boolean): Border; }; - bottomShrinkWrap: { (): boolean; (_: boolean): Border; }; - - topSize: { (): number; (_: number): Border; }; - leftSize: { (): number; (_: number): Border; }; - rightSize: { (): number; (_: number): Border; }; - bottomSize: { (): number; (_: number): Border; }; - - topPercentage: { (): number; (_: number): Border; }; - leftPercentage: { (): number; (_: number): Border; }; - rightPercentage: { (): number; (_: number): Border; }; - bottomPercentage: { (): number; (_: number): Border; }; - - surfacePadding: { (): number; (_: number): Border; }; - - sectionTypes: { (): any[]; (_: any[]): Border; }; } Border.prototype._class += " layout_Border"; +export interface Border { + designMode(): boolean; + designMode(_: boolean): this; + + content(): any[]; + content(_: any[]): this; + + gutter(): number; + gutter(_: number): this; + + topShrinkWrap(): boolean; + topShrinkWrap(_: boolean): this; + leftShrinkWrap(): boolean; + leftShrinkWrap(_: boolean): this; + rightShrinkWrap(): boolean; + rightShrinkWrap(_: boolean): this; + bottomShrinkWrap(): boolean; + bottomShrinkWrap(_: boolean): this; + + topSize(): number; + topSize(_: number): this; + leftSize(): number; + leftSize(_: number): this; + rightSize(): number; + rightSize(_: number): this; + bottomSize(): number; + bottomSize(_: number): this; + + topPercentage(): number; + topPercentage(_: number): this; + leftPercentage(): number; + leftPercentage(_: number): this; + rightPercentage(): number; + rightPercentage(_: number): this; + bottomPercentage(): number; + bottomPercentage(_: number): this; + + surfacePadding(): number; + surfacePadding(_: number): this; + + sectionTypes(): any[]; + sectionTypes(_: any[]): this; +} + Border.prototype.publish("designMode", false, "boolean", "Design Mode", null, { tags: ["Basic"] }); Border.prototype.publish("content", [], "widgetArray", "widgets", null, { tags: ["Intermediate"] }); diff --git a/packages/layout/src/Cell.ts b/packages/layout/src/Cell.ts index 67f833f56b..aa5ad31d34 100644 --- a/packages/layout/src/Cell.ts +++ b/packages/layout/src/Cell.ts @@ -1,6 +1,6 @@ import { Widget } from "@hpcc-js/common"; import { select as d3Select, selectAll as d3SelectAll } from "d3-selection"; -import { Surface } from "./Surface"; +import { Surface } from "./Surface.ts"; import "../src/Cell.css"; @@ -63,21 +63,26 @@ export class Cell extends Surface { d3SelectAll("#" + arr[i] + " > div.update-indicator").remove(); } } +} +Cell.prototype._class += " layout_Cell"; - title: { (): string; (_: string): Cell; }; - widget: { (): Widget; (_: Widget): Cell; }; - - gridRow: { (): number; (_: number): Cell; }; - gridCol: { (): number; (_: number): Cell; }; - gridRowSpan: { (): number; (_: number): Cell; }; - gridColSpan: { (): number; (_: number): Cell; }; - - indicatorGlowColor: { (): string; (_: string): Cell; }; - indicatorBorderColor: { (): string; (_: string): Cell; }; - indicatorOpacity: { (): number; (_: number): Cell; }; +export interface Cell { + gridRow(): number; + gridRow(_: number): this; + gridCol(): number; + gridCol(_: number): this; + gridRowSpan(): number; + gridRowSpan(_: number): this; + gridColSpan(): number; + gridColSpan(_: number): this; + indicatorGlowColor(): string; + indicatorGlowColor(_: string): this; + indicatorBorderColor(): string; + indicatorBorderColor(_: string): this; + indicatorOpacity(): number; + indicatorOpacity(_: number): this; } -Cell.prototype._class += " layout_Cell"; Cell.prototype.publish("gridRow", 0, "number", "Grid Row Position", null, { tags: ["Private"] }); Cell.prototype.publish("gridCol", 0, "number", "Grid Column Position", null, { tags: ["Private"] }); diff --git a/packages/layout/src/ChartPanel.ts b/packages/layout/src/ChartPanel.ts index f777cf1e5d..6278d12f44 100644 --- a/packages/layout/src/ChartPanel.ts +++ b/packages/layout/src/ChartPanel.ts @@ -3,14 +3,14 @@ import { Button, Database, IconBar, ProgressBar, Spacer, SVGWidget, Text, TitleB import type { XYAxis } from "@hpcc-js/chart"; import { Table } from "@hpcc-js/dgrid2"; import { select as d3Select } from "d3-selection"; -import { Border2 } from "./Border2"; -import { Carousel } from "./Carousel"; -import { Legend } from "./Legend"; -import { Modal } from "./Modal"; +import { Border2 } from "./Border2.ts"; +import { Carousel } from "./Carousel.ts"; +import { Legend } from "./Legend.ts"; +import { Modal } from "./Modal.ts"; import "../src/ChartPanel.css"; -export class ChartPanel extends Border2 implements IHighlight { +export class ChartPanel extends Border2 implements IHighlight { protected _legend = new Legend(this).enableOverflow(true); protected _progressBar = new ProgressBar(); @@ -98,7 +98,7 @@ export class ChartPanel extends Border2 implements IHighlight { protected _carousel = new Carousel(); protected _table = new Table(); - protected _widget: Widget; + protected _widget: T; protected _hideLegendToggleList = ["dgrid_Table"]; @@ -287,7 +287,7 @@ export class ChartPanel extends Border2 implements IHighlight { update(domNode, element) { super.update(domNode, element); if (this._table && this.widget_exists() && this.widget().class().indexOf("chart_XYAxis") >= 0) { - const chart = this.widget() as XYAxis; + const chart = this.widget() as unknown as XYAxis; this._table.columns().forEach((column, idx) => { switch (idx === 0 ? chart.xAxisType() : chart.yAxisType()) { case "linear": @@ -533,7 +533,7 @@ export class ChartPanel extends Border2 implements IHighlight { } ChartPanel.prototype._class += " layout_ChartPanel"; -export interface ChartPanel { +export interface ChartPanel { title(): string; title(_: string): this; titleVisible(): boolean; @@ -568,8 +568,8 @@ export interface ChartPanel { description(): string; description(_: string): this; description_exists(): boolean; - widget(): Widget; - widget(_: Widget): this; + widget(): T; + widget(_: T): this; widget_exists(): boolean; enableAutoscaling(): boolean; enableAutoscaling(_: boolean): this; diff --git a/packages/layout/src/Grid.ts b/packages/layout/src/Grid.ts index e547bea867..c857ff82c4 100644 --- a/packages/layout/src/Grid.ts +++ b/packages/layout/src/Grid.ts @@ -1,6 +1,6 @@ import { d3Event, drag as d3Drag, HTMLWidget, Platform, select as d3Select, Utility } from "@hpcc-js/common"; import * as _GridList from "grid-list"; -import { Cell } from "./Cell"; +import { Cell } from "./Cell.ts"; import "../src/Grid.css"; diff --git a/packages/layout/src/HorizontalList.ts b/packages/layout/src/HorizontalList.ts index 353d1afa81..f51a916476 100644 --- a/packages/layout/src/HorizontalList.ts +++ b/packages/layout/src/HorizontalList.ts @@ -1,4 +1,4 @@ -import { FlexGrid } from "./FlexGrid"; +import { FlexGrid } from "./FlexGrid.ts"; export class HorizontalList extends FlexGrid { constructor() { diff --git a/packages/layout/src/Layered.ts b/packages/layout/src/Layered.ts index ce6a05a027..b6dc5c66cc 100644 --- a/packages/layout/src/Layered.ts +++ b/packages/layout/src/Layered.ts @@ -118,11 +118,15 @@ export class Layered extends HTMLWidget { }; } } - - surfacePadding: { (): number; (_: string): Layered; }; - widgets: { (): any[]; (_: any[]): Layered; }; } Layered.prototype._class += " layout_Layered"; +export interface Layered { + surfacePadding(): number; + surfacePadding(_: number): this; + widgets(): any; + widgets(_: any): this; +} + Layered.prototype.publish("surfacePadding", 0, "number", "Padding"); Layered.prototype.publish("widgets", [], "widgetArray", "widgets", null, { tags: ["Private"] }); diff --git a/packages/layout/src/Legend.ts b/packages/layout/src/Legend.ts index 401f2938df..ff243cd72c 100644 --- a/packages/layout/src/Legend.ts +++ b/packages/layout/src/Legend.ts @@ -13,7 +13,7 @@ import { symbolWye as d3SymbolWye } from "d3-shape"; import { legendColor as d3LegendColor } from "d3-svg-legend"; -import { ChartPanel } from "./ChartPanel"; +import { ChartPanel } from "./ChartPanel.ts"; export class Legend extends SVGWidget { _owner: ChartPanel; diff --git a/packages/layout/src/Popup.ts b/packages/layout/src/Popup.ts index 9f05775fb4..0783043cda 100644 --- a/packages/layout/src/Popup.ts +++ b/packages/layout/src/Popup.ts @@ -1,4 +1,4 @@ -import { HTMLWidget } from "@hpcc-js/common"; +import { HTMLWidget, Widget } from "@hpcc-js/common"; export class Popup extends HTMLWidget { _surfaceButtons; @@ -83,20 +83,31 @@ export class Popup extends HTMLWidget { click(obj) { } - - popupState: { (): boolean; (_: boolean): Popup; }; - shrinkWrap: { (): boolean; (_: boolean): Popup; }; - centerPopup: { (): string; (_: string): Popup; }; - top: { (): number; (_: number): Popup; }; - bottom: { (): number; (_: number): Popup; }; - left: { (): number; (_: number): Popup; }; - right: { (): number; (_: number): Popup; }; - position: { (): string; (_: string): Popup; }; - - widget: { (): any; (_: any): Popup; }; } Popup.prototype._class += " layout_Popup"; +export interface Popup { + popupState(): boolean; + popupState(_: boolean): this; + shrinkWrap(): boolean; + shrinkWrap(_: boolean): this; + centerPopup(): "none" | "container" | "window"; + centerPopup(_: "none" | "container" | "window"): this; + top(): number; + top(_: number): this; + bottom(): number; + bottom(_: number): this; + left(): number; + left(_: number): this; + right(): number; + right(_: number): this; + position(): string; + position(_: string): this; + + widget(): Widget; + widget(_: Widget): this; +} + Popup.prototype.publish("popupState", false, "boolean", "State of the popup, visible (true) or hidden (false)", null, {}); Popup.prototype.publish("shrinkWrap", false, "boolean", "The popup parent container either shrinks to the size of its contents (true) or expands to fit thge popup's parentDiv (false)", null, {}); Popup.prototype.publish("centerPopup", "none", "set", "Center the widget in its container element (target) or in the window", ["none", "container", "window"], {}); diff --git a/packages/layout/src/Surface.ts b/packages/layout/src/Surface.ts index 7f5712fad7..82e2fb0d31 100644 --- a/packages/layout/src/Surface.ts +++ b/packages/layout/src/Surface.ts @@ -121,6 +121,14 @@ export class Surface extends HTMLWidget { super.exit(domNode, element); } + // Events --- + click(obj) { + } +} +Surface.prototype._class += " layout_Surface"; + +export interface Surface { + /* title: { (): string; (_: string): Surface; }; altText: { (): string; (_: string): Surface; }; altText_exists: () => boolean; @@ -147,12 +155,51 @@ export class Surface extends HTMLWidget { buttonAnnotations: { (): any[]; (_: any[]): Surface; }; widget: { (): Widget; (_: Widget): Surface; }; - - // Events --- - click(obj) { - } + */ + title(): string; + title(_: string): this; + altText(): string; + altText(_: string): this; + altText_exists(): boolean; + surfaceTitlePadding(): number; + surfaceTitlePadding(_: number): this; + surfaceTitlePadding_exists(): boolean; + surfaceTitleFontSize(): number; + surfaceTitleFontSize(_: number): this; + surfaceTitleFontSize_exists(): boolean; + surfaceTitleFontColor(): string; + surfaceTitleFontColor(_: string): this; + surfaceTitleFontFamily(): string; + surfaceTitleFontFamily(_: string): this; + surfaceTitleFontBold(): boolean; + surfaceTitleFontBold(_: boolean): this; + surfaceTitleBackgroundColor(): string; + surfaceTitleBackgroundColor(_: string): this; + surfaceTitleAlignment(): string; + surfaceTitleAlignment(_: string): this; + + surfaceShadow(): boolean; + surfaceShadow(_: boolean): this; + surfacePadding(): string; + surfacePadding(_: string): this; + surfacePadding_exists(): boolean; + surfaceBackgroundColor(): string; + surfaceBackgroundColor(_: string): this; + surfaceBorderWidth(): number; + surfaceBorderWidth(_: number): this; + surfaceBorderWidth_exists(): boolean; + surfaceBorderColor(): string; + surfaceBorderColor(_: string): this; + surfaceBorderRadius(): number; + surfaceBorderRadius(_: number): this; + surfaceBorderRadius_exists(): boolean; + + buttonAnnotations(): any[]; + buttonAnnotations(_: any[]): this; + + widget(): Widget; + widget(_: Widget): this; } -Surface.prototype._class += " layout_Surface"; Surface.prototype.publish("title", "", "string", "Title", null, { tags: ["Intermediate"] }); Surface.prototype.publish("altText", null, "string", "Alt text", null, { optional: true }); diff --git a/packages/layout/src/Tabbed.ts b/packages/layout/src/Tabbed.ts index e181b9fa6c..8043d0ad9b 100644 --- a/packages/layout/src/Tabbed.ts +++ b/packages/layout/src/Tabbed.ts @@ -1,6 +1,6 @@ -import { HTMLWidget, Text } from "@hpcc-js/common"; +import { HTMLWidget, Text, Widget } from "@hpcc-js/common"; import { select as d3Select } from "d3-selection"; -import { Surface } from "./Surface"; +import { Surface } from "./Surface.ts"; import "../src/Tabbed.css"; @@ -136,19 +136,26 @@ export class Tabbed extends HTMLWidget { click(widget, column, idx) { } - - showTabs: { (): boolean; (_: boolean): Tabbed; }; - surfacePadding: { (): number; (_: number): Tabbed; }; - surfacePadding_default: { (): number; (_: number): Tabbed; }; - surfacePadding_exists: () => boolean; - activeTabIdx: { (): number; (_: number): Tabbed; }; - - labels: { (): string[]; (_: string[]): Tabbed; }; - tabLocation: { (): string; (_: string): Tabbed; }; - widgets: { (): any[]; (_: any[]): Tabbed; }; } Tabbed.prototype._class += " layout_Tabbed"; +export interface Tabbed { + showTabs(): boolean; + showTabs(_: boolean): this; + surfacePadding(): number; + surfacePadding(_: number): this; + surfacePadding_exists(): boolean; + activeTabIdx(): number; + activeTabIdx(_: number): this; + + labels(): string[]; + labels(_: string[]): this; + tabLocation(): "top" | "bottom"; + tabLocation(_: "top" | "bottom"): this; + widgets(): any[]; + widgets(_: any[]): this; +} + Tabbed.prototype.publish("showTabs", true, "boolean", "Show Tabs", null, {}); Tabbed.prototype.publish("surfacePadding", 4, "number", "Padding"); Tabbed.prototype.publish("activeTabIdx", 0, "number", "Index of active tab", null, {}); diff --git a/packages/layout/src/Toolbar.ts b/packages/layout/src/Toolbar.ts index 2191232517..eef1a19289 100644 --- a/packages/layout/src/Toolbar.ts +++ b/packages/layout/src/Toolbar.ts @@ -1,17 +1,118 @@ -import { HTMLWidget } from "@hpcc-js/common"; +import { HTMLWidget, Widget } from "@hpcc-js/common"; import { select as d3Select } from "d3-selection"; import "../src/Toolbar.css"; -function Toolbar() { - HTMLWidget.call(this); +export class Toolbar extends HTMLWidget { - this._tag = "div"; + constructor() { + super(); + this._tag = "div"; + } + + enter(domNode, element) { + super.enter(domNode, element); + } + + update(domNode, element) { + super.update(domNode, element); + const context = this; + + element + .attr("title", context.title()) + .style("background-color", this.backgroundColor()) + ; + + const title = element.selectAll("div.toolbar-title") + .data(this.title() ? [this.title()] : []); + title.enter().append("div") + .classed("toolbar-title", true) + .append("span") + ; + title.selectAll("div.toolbar-title > span") + .style("font-size", this.fontSize_exists() ? this.fontSize() + "px" : null) + .style("color", this.fontColor_exists() ? this.fontColor() : null) + .style("font-family", this.fontFamily_exists() ? this.fontFamily() : null) + .style("font-weight", this.fontBold_exists() ? (this.fontBold() ? "bold" : "normal") : null) + .style("background-color", this.backgroundColor_exists() ? this.backgroundColor() : null) + .text(context.title()) + ; + title.exit().remove(); + + const childWidgets = element.selectAll("div.toolbar-child") + .data(this.widgets() !== null ? this.widgets() : [], function (d) { return d.id(); }); + + childWidgets.enter().insert("div", "div.toolbar-title") + .each(function (d, i) { + const widgetClass = context.widgetClasses()[i] ? context.widgetClasses()[i] + " toolbar-child" : "toolbar-child"; + d3Select(this).classed(widgetClass, true); + d.target(this); + }); + childWidgets.exit().each(function (d) { + d.target(null); + }).remove(); + childWidgets.order(); + } + + render(callback?: (w: Widget) => void): this { + const context = this; + return super.render(function (w) { + const toolbarBBox = context.element().node().getBoundingClientRect(); + let minX = toolbarBBox.left + toolbarBBox.width; + context.element().selectAll("div.toolbar-child") + .each(function (d, i) { + const childBBox = this.getBoundingClientRect(); + if (minX > childBBox.left) + minX = childBBox.left; + }) + ; + context.element().select(".toolbar-title") + .style("width", (minX - toolbarBBox.left - 4) + "px") + ; + if (callback) { + callback(w); + } + }); + } + + exit(domNode, element) { + this.widgets().forEach(function (w) { + w.target(null); + }); + super.exit(domNode, element); + } } -Toolbar.prototype = Object.create(HTMLWidget.prototype); -Toolbar.prototype.constructor = Toolbar; Toolbar.prototype._class += " layout_Toolbar"; +export interface Toolbar { + title(): string; + title(_: string): this; + + fontSize(): number; + fontSize(_: number): this; + fontSize_exists(): boolean; + fontColor(): string; + fontColor(_: string): this; + fontColor_exists(): boolean; + fontFamily(): string; + fontFamily(_: string): this; + fontFamily_exists(): boolean; + fontBold(): boolean; + fontBold(_: boolean): this; + fontBold_exists(): boolean; + backgroundColor(): string; + backgroundColor(_: string): this; + backgroundColor_exists(): boolean; + + responsive(): boolean; + responsive(_: boolean): this; + + widgets(): any[]; + widgets(_: any[]): this; + widgetClasses(): string[]; + widgetClasses(_: string[]): this; +} + Toolbar.prototype.publish("title", "", "string", "Title", null, { tags: ["Intermediate"] }); Toolbar.prototype.publish("fontSize", null, "number", "Title Font Size (px)", null, { tags: ["Advanced"], optional: true }); @@ -24,79 +125,3 @@ Toolbar.prototype.publish("responsive", true, "boolean", "Adapts to pixel width" Toolbar.prototype.publish("widgets", [], "widgetArray", "Child widgets of the toolbar", null, { tags: ["Basic"] }); Toolbar.prototype.publish("widgetClasses", [], "array", "Array of Html Element classes to be assigned to the child widgets (shares index with widgets param)", null, { tags: ["Basic"] }); - -Toolbar.prototype.enter = function (domNode, element) { - HTMLWidget.prototype.enter.apply(this, arguments); -}; - -Toolbar.prototype.update = function (domNode, element) { - HTMLWidget.prototype.update.apply(this, arguments); - const context = this; - - element - .attr("title", context.title()) - .style("background-color", this.backgroundColor()) - ; - - const title = element.selectAll("div.toolbar-title") - .data(this.title() ? [this.title()] : []); - title.enter().append("div") - .classed("toolbar-title", true) - .append("span") - ; - title.selectAll("div.toolbar-title > span") - .style("font-size", this.fontSize_exists() ? this.fontSize() + "px" : null) - .style("color", this.fontColor_exists() ? this.fontColor() : null) - .style("font-family", this.fontFamily_exists() ? this.fontFamily() : null) - .style("font-weight", this.fontBold_exists() ? (this.fontBold() ? "bold" : "normal") : null) - .style("background-color", this.backgroundColor_exists() ? this.backgroundColor() : null) - .text(context.title()) - ; - title.exit().remove(); - - const childWidgets = element.selectAll("div.toolbar-child") - .data(this.widgets() !== null ? this.widgets() : [], function (d) { return d.id(); }); - - childWidgets.enter().insert("div", "div.toolbar-title") - .each(function (d, i) { - const widgetClass = context.widgetClasses()[i] ? context.widgetClasses()[i] + " toolbar-child" : "toolbar-child"; - d3Select(this).classed(widgetClass, true); - d.target(this); - }); - childWidgets.exit().each(function (d) { - d.target(null); - }).remove(); - childWidgets.order(); -}; - -Toolbar.prototype.render = function (callback) { - const context = this; - HTMLWidget.prototype.render.call(this, function (w) { - const toolbarBBox = context.element().node().getBoundingClientRect(); - let minX = toolbarBBox.left + toolbarBBox.width; - context.element().selectAll("div.toolbar-child") - .each(function (d, i) { - const childBBox = this.getBoundingClientRect(); - if (minX > childBBox.left) - minX = childBBox.left; - }) - ; - context.element().select(".toolbar-title") - .style("width", (minX - toolbarBBox.left - 4) + "px") - ; - if (callback) { - callback(w); - } - }); -}; - -Toolbar.prototype.exit = function (domNode, element) { - HTMLWidget.prototype.exit.apply(this, arguments); - this.widgets().forEach(function (w) { - w.target(null); - }); -}; - -export { - Toolbar -}; diff --git a/packages/layout/src/VerticalList.ts b/packages/layout/src/VerticalList.ts index df0e7a5107..09bbb2d4bd 100644 --- a/packages/layout/src/VerticalList.ts +++ b/packages/layout/src/VerticalList.ts @@ -1,4 +1,4 @@ -import { FlexGrid } from "./FlexGrid"; +import { FlexGrid } from "./FlexGrid.ts"; export class VerticalList extends FlexGrid { constructor() { diff --git a/packages/layout/src/index.ts b/packages/layout/src/index.ts index f2d11152d3..52aed277c6 100644 --- a/packages/layout/src/index.ts +++ b/packages/layout/src/index.ts @@ -1,19 +1,19 @@ -export * from "./__package__"; -export * from "./AbsoluteSurface"; -export * from "./Accordion"; -export * from "./Border"; -export * from "./Border2"; -export * from "./Carousel"; -export * from "./Cell"; -export * from "./ChartPanel"; -export * from "./FlexGrid"; -export * from "./Grid"; -export * from "./HorizontalList"; -export * from "./Layered"; -export * from "./Legend"; -export * from "./Modal"; -export * from "./Popup"; -export * from "./Surface"; -export * from "./Tabbed"; -export * from "./Toolbar"; -export * from "./VerticalList"; +export * from "./__package__.ts"; +export * from "./AbsoluteSurface.ts"; +export * from "./Accordion.ts"; +export * from "./Border.ts"; +export * from "./Border2.ts"; +export * from "./Carousel.ts"; +export * from "./Cell.ts"; +export * from "./ChartPanel.ts"; +export * from "./FlexGrid.ts"; +export * from "./Grid.ts"; +export * from "./HorizontalList.ts"; +export * from "./Layered.ts"; +export * from "./Legend.ts"; +export * from "./Modal.ts"; +export * from "./Popup.ts"; +export * from "./Surface.ts"; +export * from "./Tabbed.ts"; +export * from "./Toolbar.ts"; +export * from "./VerticalList.ts"; diff --git a/packages/layout/tests/layout.browser.spec.ts b/packages/layout/tests/layout.browser.spec.ts new file mode 100644 index 0000000000..bfdc0256b9 --- /dev/null +++ b/packages/layout/tests/layout.browser.spec.ts @@ -0,0 +1,331 @@ +import * as layout from "@hpcc-js/layout"; +import { AbsoluteSurface, Accordion, Border, Border2, Carousel, Cell, ChartPanel, FlexGrid, Grid, HorizontalList, Layered, Legend, Modal, Popup, Surface, Tabbed, Toolbar, VerticalList } from "@hpcc-js/layout"; +import { Class, EntityCard, HTMLWidget, Icon, SVGWidget } from "@hpcc-js/common"; +import { Bar, Column, Line, Pie, Step } from "@hpcc-js/chart"; +import { describe, it, expect } from "vitest"; +import { classDef, data, render } from "../../common/tests/index.ts"; + +const urlSearch: string = window.location.href.split("?")[1]; + +describe("@hpcc-js/layout", () => { + for (const key in layout) { + const item = (layout as any)[key]; + if (item) { + if (!urlSearch || urlSearch === item.prototype.constructor.name) { + describe(`${item.prototype?.constructor?.name}`, () => { + it("Simple", () => { + expect(true).to.be.true; + }); + if (item.prototype instanceof Class) { + classDef("layout", item); + } + if (item.prototype instanceof HTMLWidget || item.prototype instanceof SVGWidget) { + switch (item.prototype.constructor) { + case AbsoluteSurface: + const col = new Bar() + .columns(data.ND.subjects.columns) + .data(data.ND.subjects.data) + ; + render(new AbsoluteSurface() + .widget(col) + .widgetY(data.AbsoluteSurface.simple.widgetY) + .widgetWidth(data.AbsoluteSurface.simple.widgetWidth) + .widgetHeight(data.AbsoluteSurface.simple.widgetHeight) + .widgetX(data.AbsoluteSurface.simple.widgetX) + ); + break; + case Accordion: + render( + new Accordion() + .pushListItem(new Accordion() + .pushListItem(new Line() + .columns(data.ND.subjects.columns) + .data(data.ND.subjects.data) + ) + ) + .pushListItem(new Accordion() + .pushListItem(new Line() + .columns(data.ND.subjects.columns) + .data(data.ND.subjects.data) + ) + ) + .pushListItem(new Accordion() + .pushListItem(new Line() + .columns(data.ND.subjects.columns) + .data(data.ND.subjects.data) + ) + .pushListItem( + new Surface() + .size({ height: 200, width: 200 }) + .title("Hello and Welcome!") + .widget(new Line() + .columns(data.ND.subjects.columns) + .data(data.ND.subjects.data) + ) + ) + ) + ); + break; + case Border: + render(new Border() + .setContent("top", new Pie() + .columns(data.ND.subjects.columns) + .data(data.ND.subjects.data) + ) + .setContent("right", new Line() + .columns(data.ND.subjects.columns) + .data(data.ND.subjects.data) + ) + .setContent("bottom", new Column() + .columns(data.ND.subjects.columns) + .data(data.ND.subjects.data) + ) + .setContent("left", new Step() + .columns(data.ND.subjects.columns) + .data(data.ND.subjects.data) + ) + .setContent("center", new Pie() + .columns(data.ND.subjects.columns) + .data(data.ND.subjects.data) + )); + break; + case Border2: + render(new Border2() + .top(new Pie() + .columns(data.ND.subjects.columns) + .data(data.ND.subjects.data) + ).right(new Line() + .columns(data.ND.subjects.columns) + .data(data.ND.subjects.data) + ).bottom(new Column() + .columns(data.ND.subjects.columns) + .data(data.ND.subjects.data) + ).left(new Step() + .columns(data.ND.subjects.columns) + .data(data.ND.subjects.data) + ).center(new Pie() + .columns(data.ND.subjects.columns) + .data(data.ND.subjects.data) + )); + break; + case Carousel: + render(new Carousel() + .widgets([ + new Pie().columns(data.ND.subjects.columns).data(data.ND.subjects.data), + new Line().columns(data.ND.subjects.columns).data(data.ND.subjects.data), + new Column().columns(data.ND.subjects.columns).data(data.ND.subjects.data), + new Step().columns(data.ND.subjects.columns).data(data.ND.subjects.data) + ])); + break; + case Cell: + render(new Cell() + .title("Hello and Welcome!") + .widget(new Line() + .columns(data.ND.subjects.columns) + .data(data.ND.subjects.data) + ) + .buttonAnnotations(data.Surface.simple.buttonAnnotations) + ); + break; + case Grid: + render(new Grid() + .setContent(0, 0, new Pie() + .columns(data.TwoD.subjects.columns) + .data(data.TwoD.subjects.data), "", 2, 2 + ) + .setContent(0, 2, new Pie() + .columns(data.TwoD.subjects.columns) + .data(data.TwoD.subjects.data) + .paletteID("Dark2"), "", 2, 2 + ) + .setContent(2, 0, new Pie() + .columns(data.TwoD.subjects.columns) + .data(data.TwoD.subjects.data) + .paletteID("Paired"), "", 2, 2 + ) + .setContent(2, 2, new Pie() + .columns(data.TwoD.subjects.columns) + .data(data.TwoD.subjects.data) + .paletteID("Pastel2"), "", 2, 2 + ) + .setContent(0, 4, new Line() + .columns(data.ND.subjects.columns) + .data(data.ND.subjects.data) + , "Title AAA", 4, 4 + ) + .setContent(4, 0, new Bar() + .columns(data.ND.subjects.columns) + .data(data.ND.subjects.data) + , "Title BBB", 4, 8 + ) + ); + + // Hover indicators --- + const pie1 = new Pie() + .columns(data.TwoD.subjects.columns) + .data(data.TwoD.subjects.data) + ; + const pie2 = new Pie() + .columns(data.TwoD.subjects.columns) + .data(data.TwoD.subjects.data) + ; + const step1 = new Step() + .columns(data.ND.subjects.columns) + .data(data.ND.subjects.data) + ; + const step2 = new Step() + .columns(data.ND.subjects.columns) + .data(data.ND.subjects.data) + ; + const grid = new Grid() + .setContent(0, 0, pie1, "Updates Step1") + .setContent(0, 1, pie2, "Updates Step1 & Step2") + .setContent(1, 0, step1, "Step1") + .setContent(1, 1, step2, "Step2") + ; + grid.content()[0].indicateTheseIds([grid.content()[2].id()]); + grid.content()[1].indicateTheseIds([grid.content()[2].id(), grid.content()[3].id()]); + render(grid); + break; + case Layered: + render(new Layered() + .addLayer(new AbsoluteSurface().widgetX(0).widgetY(0).widgetWidth("100").widgetHeight("100").widget(new Pie() + .columns(data.TwoD.subjects.columns) + .data(data.TwoD.subjects.data) + ) + ) + .addLayer(new AbsoluteSurface().widgetX(40).widgetY(40).widgetWidth("50").widgetHeight("50").opacity(0.66).widget(new Line() + .columns(data.ND.subjects.columns) + .data(data.ND.subjects.data) + ) + ) + .addLayer(new AbsoluteSurface().widgetX(30).widgetY(10).widgetWidth("40").widgetHeight("60").widget(new Column() + .columns(data.ND.subjects.columns) + .data(data.ND.subjects.data) + ) + )); + break; + case Modal: + render(new Modal() + .widget(new Pie() + .columns(data.TwoD.subjects.columns) + .data(data.TwoD.subjects.data) + ) + ); + break; + case Popup: + render(new Popup() + .widget(new Surface() + .widget(new Icon() + .faChar("\uF007") + ) + ) + ); + break; + case Tabbed: + render(new Tabbed() + .addTab(new Pie() + .columns(data.TwoD.subjects.columns) + .data(data.TwoD.subjects.data) + , "Pie Chart", true) + .addTab( + new Line() + .columns(data.ND.subjects.columns) + .data(data.TwoD.subjects.data) + , "Line Chart") + .addTab( + new Column() + .columns(data.ND.subjects.columns) + .data(data.ND.subjects.data) + , "Column Chart" + ) + .addTab(new Tabbed() + .addTab(new Step() + .columns(data.ND.subjects.columns) + .data(data.ND.subjects.data) + , "Step Chart" + ) + .addTab(new Pie() + .columns(data.TwoD.subjects.columns) + .data(data.TwoD.subjects.data) + , "Pie Chart", true), "Nested Example" + ) + ); + break; + case Surface: + case Toolbar: + break; + case ChartPanel: + render(new ChartPanel() + .widget(new Column()) + .title("Hello and Welcome!") + .columns(data.ND.subjects.columns) + .data(data.ND.subjects.data) + ); + break; + case Legend: + break; + case HorizontalList: + const hlData: Array<[string, number, number]> = [ + ["A", 34, 21], + ["B", 55, 34], + ["C", 54, 90], + ["D", 80, 153], + ["E", 86, 92], + ["F", 144, 233] + ]; + render(new HorizontalList() + .itemMinWidth(85) + .itemMinHeight(68) + .widgets(hlData.map(function (row) { + return new EntityCard() + .icon("") + .title(row[0]) + .description("sum: " + (row[1] + row[2])) + .iconColor("#000") + .backgroundShape("rect") + .backgroundColorFill("#c8d6e5") + .backgroundColorStroke("#576574") + ; + })) + ); + break; + case VerticalList: + const vlData: Array<[string, number, number]> = [ + ["A", 34, 21], + ["B", 55, 34], + ["C", 54, 90], + ["D", 80, 153], + ["E", 86, 92], + ["F", 144, 233] + ]; + render(new VerticalList() + .itemMinWidth(85) + .itemMinHeight(68) + .widgets(vlData.map(function (row) { + return new EntityCard() + .icon("") + .title(row[0]) + .description("sum: " + (row[1] + row[2])) + .iconColor("#000") + .backgroundShape("rect") + .backgroundColorFill("#c8d6e5") + .backgroundColorStroke("#576574") + ; + })) + ); + break; + case FlexGrid: + break; + + default: + it("Has render test", () => { + expect(false).to.be.true; + }); + } + } + }); + } + } + } +}); diff --git a/packages/layout/tsconfig.json b/packages/layout/tsconfig.json index ef873272ed..3cd3be3a69 100644 --- a/packages/layout/tsconfig.json +++ b/packages/layout/tsconfig.json @@ -1,22 +1,25 @@ { - "extends": "../tsconfig.settings.json", "compilerOptions": { - "rootDir": "./src", - "outDir": "./lib-umd", - "declarationDir": "./types", + "rootDir": "src", + "module": "NodeNext", + "target": "ESNext", + "resolveJsonModule": true, + "emitDeclarationOnly": true, + "declaration": true, + "declarationDir": "types", + "strict": false, + "noImplicitAny": false, + "noImplicitThis": false, + "strictNullChecks": false, + "skipLibCheck": true, + "allowImportingTsExtensions": true, + "lib": [ + "DOM", + "ESNext", + "ES2020" + ] }, "include": [ - "./src/**/*" - ], - "references": [ - { - "path": "../api" - }, - { - "path": "../common" - }, - { - "path": "../dgrid" - } + "./src/index.ts" ] } \ No newline at end of file diff --git a/packages/layout/vitest.workspace.ts b/packages/layout/vitest.workspace.ts new file mode 100644 index 0000000000..fa7bb0720b --- /dev/null +++ b/packages/layout/vitest.workspace.ts @@ -0,0 +1,6 @@ +import { defineWorkspace } from 'vitest/config'; +import baseWorkspace from '../../vitest.workspace.ts'; + +export default defineWorkspace([ + ...baseWorkspace +]) \ No newline at end of file diff --git a/packages/leaflet-shim/package.json b/packages/leaflet-shim/package.json index aa0bd63174..99e06f039e 100644 --- a/packages/leaflet-shim/package.json +++ b/packages/leaflet-shim/package.json @@ -3,6 +3,7 @@ "version": "2.5.0", "description": "hpcc-js - leaflet shim", "main": "dist/index.js", + "module": "dist/index.js", "unpkg": "dist/index.min.js", "jsdelivr": "dist/index.min.js", "types": "types/index.d.ts", @@ -41,13 +42,18 @@ "@types/leaflet-draw": "1.0.11", "@types/leaflet.heat": "0.2.4", "@types/leaflet.markercluster": "1.5.4", + "css-loader": "7.1.2", "d3-geo": "^1", "d3-selection": "^1", "leaflet-draw": "1.0.4", "leaflet.heat": "0.2.0", "leaflet.markercluster": "1.5.3", "simpleheat": "0.4.0", - "tslib": "2.6.3" + "style-loader": "4.0.0", + "tslib": "2.6.3", + "url-loader": "4.1.1", + "webpack": "5.95.0", + "webpack-cli": "5.1.4" }, "repository": { "type": "git", @@ -60,4 +66,4 @@ "url": "https://github.com/hpcc-systems/Visualization/issues" }, "homepage": "https://github.com/hpcc-systems/Visualization" -} +} \ No newline at end of file diff --git a/packages/leaflet-shim/src/index.ts b/packages/leaflet-shim/src/index.ts index 8eba0ce3ba..325e75a28a 100644 --- a/packages/leaflet-shim/src/index.ts +++ b/packages/leaflet-shim/src/index.ts @@ -10,9 +10,9 @@ import "leaflet.markercluster/dist/MarkerCluster.css"; import "leaflet.markercluster/dist/MarkerCluster.Default.css"; export * from "./plugins/Leaflet.GoogleMutant"; -export * from "./plugins/BeautifyIcon"; +export { BeautifyIcon } from "./plugins/BeautifyIcon"; export * from "./plugins/D3SvgOverlay"; -export * from "./plugins/HeatLayer"; +export { HeatLayer as LHeatLayer } from "./plugins/HeatLayer"; export type MarkerClusterGroup = L.MarkerClusterGroup; export const MarkerClusterGroup = L.MarkerClusterGroup; diff --git a/packages/leaflet-shim/webpack.config.js b/packages/leaflet-shim/webpack.config.js index d96d535065..1e72f0f584 100644 --- a/packages/leaflet-shim/webpack.config.js +++ b/packages/leaflet-shim/webpack.config.js @@ -38,5 +38,6 @@ module.exports = { test: /\.min\.js$/ }) ] - } + }, + devtool: "source-map" }; diff --git a/packages/map-deck/.vscode/launch.json b/packages/map-deck/.vscode/launch.json index 5973db54ef..7c2436335f 100644 --- a/packages/map-deck/.vscode/launch.json +++ b/packages/map-deck/.vscode/launch.json @@ -1,18 +1,47 @@ { - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { + "name": "test-browser", + "type": "msedge", + "request": "launch", + "url": "http://localhost:8888", + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, + { + "name": "test-node", + "type": "node", + "request": "launch", + "runtimeArgs": [ + "run-script", + "test-node" + ], + "runtimeExecutable": "npm", + "skipFiles": [ + "/**" + ], + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, { "name": "index.html", - "type": "chrome", "request": "launch", - "url": "file:///${workspaceRoot}/index.html", + "type": "msedge", + "url": "file:///${workspaceFolder}/index.html", "runtimeArgs": [ "--disable-web-security" ], - "webRoot": "${workspaceRoot}" + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ] } ] } \ No newline at end of file diff --git a/packages/map-deck/.vscode/tasks.json b/packages/map-deck/.vscode/tasks.json index 79e20d2523..120545d06c 100644 --- a/packages/map-deck/.vscode/tasks.json +++ b/packages/map-deck/.vscode/tasks.json @@ -2,9 +2,9 @@ "version": "2.0.0", "tasks": [ { - "label": "es6 watch", + "label": "gen-types-watch", "type": "npm", - "script": "compile-es6-watch", + "script": "gen-types-watch", "problemMatcher": [ "$tsc-watch" ], @@ -13,18 +13,7 @@ } }, { - "label": "umd watch", - "type": "npm", - "script": "compile-umd-watch", - "problemMatcher": [ - "$tsc-watch" - ], - "presentation": { - "group": "group-build" - } - }, - { - "label": "bundle watch", + "label": "bundle-watch", "type": "npm", "script": "bundle-watch", "problemMatcher": [], @@ -35,15 +24,13 @@ { "label": "build", "dependsOn": [ - "es6 watch", - "umd watch", - "bundle watch" + "gen-types-watch", + "bundle-watch", ], "group": { "kind": "build", "isDefault": true - }, - "problemMatcher": [] + } } ] } \ No newline at end of file diff --git a/packages/map-deck/esbuild.js b/packages/map-deck/esbuild.js new file mode 100644 index 0000000000..67b91a9988 --- /dev/null +++ b/packages/map-deck/esbuild.js @@ -0,0 +1,29 @@ +import { browserTpl } from "@hpcc-js/esbuild-plugins"; +import pkg from "./package.json" with { type: "json" }; + +// config --- +await Promise.all([ + browserTpl("src/index.ts", "dist/index", { + keepNames: true, + alias: { + "d3-array": "@hpcc-js/common", + "d3-brush": "@hpcc-js/common", + "d3-collection": "@hpcc-js/common", + "d3-color": "@hpcc-js/common", + "d3-dispatch": "@hpcc-js/common", + "d3-drag": "@hpcc-js/common", + "d3-dsv": "@hpcc-js/common", + "d3-ease": "@hpcc-js/common", + "d3-format": "@hpcc-js/common", + "d3-interpolate": "@hpcc-js/common", + "d3-scale": "@hpcc-js/common", + "d3-selection": "@hpcc-js/common", + "d3-time-format": "@hpcc-js/common", + "d3-transition": "@hpcc-js/common", + "d3-zoom": "@hpcc-js/common" + }, + external: [ + ...Object.keys(pkg.dependencies), + ] + }) +]); diff --git a/packages/map-deck/index.html b/packages/map-deck/index.html index 1aeb1be350..cb882d91b3 100644 --- a/packages/map-deck/index.html +++ b/packages/map-deck/index.html @@ -1,57 +1,85 @@ - + - - @hpcc-js/chart - - - + h1 { + text-align: center; + margin-top: 50px; + } - + + -
-
- + diff --git a/packages/map-deck/package.json b/packages/map-deck/package.json index f0b44b96a2..b5af10c2e4 100644 --- a/packages/map-deck/package.json +++ b/packages/map-deck/package.json @@ -1,54 +1,50 @@ { "name": "@hpcc-js/map-deck", - "version": "2.9.0", + "version": "3.0.0", "description": "hpcc-js - Deck.gl Maps", - "main": "dist/index.js", - "module": "dist/index.es6", - "unpkg": "dist/index.min.js", - "jsdelivr": "dist/index.min.js", - "types": "types/index.d.ts", - "typesVersions": { - "<3.8": { - "*": [ - "types-3.4/index.d.ts" - ] - } + "type": "module", + "exports": { + ".": { + "types": "./types/index.d.ts", + "default": "./dist/index.js" + }, + "./dist/*": "./dist/*" }, + "module": "./dist/index.js", + "browser": "./dist/index.js", + "types": "./types/index.d.ts", "files": [ "dist/*", - "types/*", - "types-3.4/*", - "TopoJSON/*", - "src/*" + "src/*", + "types/*" ], "scripts": { - "clean": "rimraf --glob lib* types dist *.tsbuildinfo", - "compile-es6": "tsc --module es6 --outDir ./lib-es6", - "compile-es6-watch": "npm run compile-es6 -- -w", - "compile-umd": "tsc --module umd --outDir ./lib-umd", - "compile-umd-watch": "npm run compile-umd -- -w", - "bundle": "rollup -c", - "bundle-watch": "npm run bundle -- -w", - "minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js", - "gen-legacy-types": "downlevel-dts ./types ./types-3.4", - "build": "npm run compile-es6 && npm run bundle", - "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch", + "clean": "rimraf --glob lib* types dist *.tsbuildinfo .turbo", + "bundle": "node esbuild.js", + "bundle-watch": "npm run bundle -- --development --watch", + "gen-types": "tsc --project tsconfig.json", + "gen-types-watch": "npm run gen-types -- --watch", + "build": "run-p gen-types bundle", "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js", "lint": "eslint ./src", + "lint-fix": "eslint --fix src/**/*.ts", "docs": "typedoc --options tdoptions.json .", - "update": "npx --yes npm-check-updates -u -t minor" + "test-browser": "vitest run --project browser", + "test": "vitest run", + "coverage": "vitest run --coverage", + "update": "npx --yes npm-check-updates -u -t minor", + "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^2.73.0", - "@hpcc-js/deck-shim": "^2.8.0", - "@hpcc-js/util": "^2.53.0" + "@hpcc-js/common": "^3.0.0", + "@hpcc-js/util": "^3.0.0" }, "devDependencies": { - "@hpcc-js/bundle": "^2.12.0", + "@hpcc-js/esbuild-plugins": "^1.2.0", + "@hpcc-js/deck-shim": "^2.8.0", "d3-array": "^1", "d3-color": "3.1.0", - "d3-transition": "^1", - "tslib": "2.7.0" + "d3-transition": "^1" }, "repository": { "type": "git", @@ -61,4 +57,4 @@ "url": "https://github.com/hpcc-systems/Visualization/issues" }, "homepage": "https://github.com/hpcc-systems/Visualization" -} +} \ No newline at end of file diff --git a/packages/map-deck/rollup.config.mjs b/packages/map-deck/rollup.config.mjs deleted file mode 100644 index 2817812d53..0000000000 --- a/packages/map-deck/rollup.config.mjs +++ /dev/null @@ -1,39 +0,0 @@ -import { external, globals } from "@hpcc-js/bundle"; -import alias from '@rollup/plugin-alias'; -import commonjs from '@rollup/plugin-commonjs'; -import sourcemaps from 'rollup-plugin-sourcemaps'; -import nodeResolve from '@rollup/plugin-node-resolve'; -import postcss from "rollup-plugin-postcss"; - -import pkg from "./package.json" with { type: "json" }; - -export default { - input: "lib-es6/index", - external: external, - output: [{ - file: pkg.main, - format: "umd", - sourcemap: true, - globals: globals, - name: pkg.name - }, { - file: pkg.module + ".js", - format: "es", - sourcemap: true, - globals: globals, - name: pkg.name - }], - plugins: [ - alias({}), - nodeResolve({ - preferBuiltins: true - }), - commonjs({ - }), - sourcemaps(), - postcss({ - extensions: [".css"], - minimize: true - }) - ] -}; \ No newline at end of file diff --git a/packages/map-deck/src/CircleLines.ts b/packages/map-deck/src/CircleLines.ts index 33dc1bee98..1b536f6d53 100644 --- a/packages/map-deck/src/CircleLines.ts +++ b/packages/map-deck/src/CircleLines.ts @@ -1,5 +1,5 @@ import { ArcLayer, ScatterplotLayer } from "@hpcc-js/deck-shim"; -import { Common } from "./Common"; +import { Common } from "./Common.ts"; export class CircleLines extends Common { diff --git a/packages/map-deck/src/Polygons.ts b/packages/map-deck/src/Polygons.ts index 76da99e4d0..43458aef67 100644 --- a/packages/map-deck/src/Polygons.ts +++ b/packages/map-deck/src/Polygons.ts @@ -2,7 +2,7 @@ import { Palette } from "@hpcc-js/common"; import { PolygonLayer } from "@hpcc-js/deck-shim"; import { extent as d3Extent } from "d3-array"; import { rgb as d3Rgb } from "d3-color"; -import { Common } from "./Common"; +import { Common } from "./Common.ts"; export class Polygons extends Common { @@ -10,7 +10,6 @@ export class Polygons extends Common { super(); } - _palette; layers(): any[] { this._palette = this._palette.switch(this.paletteID()); if (this.useClonedPalette()) { @@ -75,6 +74,8 @@ Polygons.prototype._class += " map-deck_Polygons"; Polygons.prototype._palette = Palette.rainbow("default"); export interface Polygons { + _palette; + paletteID(): string; paletteID(_: string): this; paletteID_exists(): boolean; diff --git a/packages/map-deck/src/index.ts b/packages/map-deck/src/index.ts index b677213e88..d2e53bbe84 100644 --- a/packages/map-deck/src/index.ts +++ b/packages/map-deck/src/index.ts @@ -1,2 +1,2 @@ -export * from "./CircleLines"; -export * from "./Polygons"; +export * from "./CircleLines.ts"; +export * from "./Polygons.ts"; diff --git a/packages/map-deck/tests/map-deck.browser.spec.ts b/packages/map-deck/tests/map-deck.browser.spec.ts new file mode 100644 index 0000000000..381dcd67fd --- /dev/null +++ b/packages/map-deck/tests/map-deck.browser.spec.ts @@ -0,0 +1,74 @@ +import * as mapDeck from "@hpcc-js/map-deck"; +import { CircleLines, Polygons } from "@hpcc-js/map-deck"; +import { Class, HTMLWidget, SVGWidget } from "@hpcc-js/common"; +import { describe, it, expect } from "vitest"; +import { classDef, render } from "../../common/tests/index.ts"; + +const urlSearch: string = window.location.href.split("?")[1]; + +describe("@hpcc-js/map-deck", () => { + for (const key in mapDeck) { + const item = (mapDeck as any)[key]; + if (item) { + if (!urlSearch || urlSearch === item.prototype.constructor.name) { + describe(`${item.prototype?.constructor?.name}`, () => { + it("Simple", () => { + expect(true).to.be.true; + }); + if (item.prototype instanceof Class) { + classDef("map-deck", item); + } + if (item.prototype instanceof HTMLWidget || item.prototype instanceof SVGWidget) { + switch (item.prototype.constructor) { + case CircleLines: + render(new CircleLines() + .columns(["fromLatitude", "fromLongitude", "toLatitude", "toLongitude"]) + .data([[51.897969, -8.475438, 35.652930, 139.687128], + [35.652930, 139.687128, 37.665074, -122.384375], + [37.665074, -122.384375, 32.690680, -117.178540], + [32.690680, -117.178540, 39.709455, -104.969859], + [39.709455, -104.969859, 41.244123, -95.961610], + [41.244123, -95.961610, 32.688980, -117.192040], + [32.688980, -117.192040, 45.786490, -108.526600], + [45.786490, -108.526600, 45.796180, -108.535652], + [45.796180, -108.535652, 45.774320, -108.494370], + [45.774320, -108.494370, 45.777062, -108.549835], + [45.777062, -108.549835, 51.897969, -8.475438]]) + .latitudeColumn("fromLatitude") + .longitudeColumn("fromLongitude") + .latitude2Column("toLatitude") + .longitude2Column("toLongitude") + ); + break; + + case Polygons: + render(new Polygons() + .columns(["h3index", "polys", "weight"]) + .data([ + ["822647fffffffff", [[-89.7485370040972, 36.65876042006413], [-87.99076359407903, 37.38207405857687], [-87.95138172303123, 39.0147883106185], [-89.72621630626134, 39.94722184718561], [-91.54335025644869, 39.22565620613393], [-91.52528283315517, 37.57043047609912]], 46], + ["82489ffffffffff", [[-98.24787904177958, 28.91983357142504], [-96.56734672388515, 29.86373079369924], [-96.66289038040519, 31.61953062690852], [-98.49387337240059, 32.44435492016832], [-100.2117838202375, 31.48993750697799], [-100.061214992845, 29.72188188001257]], 14], + ["82450ffffffffff", [[-88.35361313416331, 18.71869881492448], [-86.86052253318431, 19.58510743293509], [-86.81165399779584, 21.27218577811605], [-88.29590003003726, 22.12073073961633], [-89.8335894971924, 21.24816786632389], [-89.8417414487811, 19.53349485374346]], 15], + ["824447fffffffff", [[-91.44305997299979, 29.03851386192278], [-89.78916802666802, 29.87606801972664], [-89.7794734704032, 31.59073781085478], [-91.4744264324729, 32.49146921600194], [-93.17771064982072, 31.65113143450284], [-93.13595107051557, 29.91330256038463]], 26], + ["82265ffffffffff", [[-91.49084714009673, 34.20071647537129], [-89.75917248139794, 34.98489313139716], [-89.7485370040972, 36.65876042006413], [-91.52528283315517, 37.57043047609912], [-93.31108179083483, 36.78541768537119], [-93.26521175979074, 35.09010839353649]], 22], + ["8244b7fffffffff", [[-76.8312173516333, 23.34286288063484], [-75.445541089086, 24.01255660121923], [-75.25188715193887, 25.56875428660015], [-76.47218493325147, 26.49429123770877], [-77.90890704647856, 25.83560088252219], [-78.0732653483983, 24.24011047374086]], 1], + ["8226cffffffffff", [[-96.66289038040519, 31.61953062690852], [-94.94582051780957, 32.51690625937428], [-95.01750723130108, 34.24608056480459], [-96.86314528739003, 35.09305545301956], [-98.62272599746812, 34.18804644137447], [-98.49387337240059, 32.44435492016832]], 38], + ["8248b7fffffffff", [[-97.90563426634658, 23.58979436809323], [-96.29745134025397, 24.55902528467453], [-96.38475070596915, 26.33013314194643], [-98.13038997835126, 27.14553087371657], [-99.77344403948946, 26.16294928512754], [-99.63585556147724, 24.37894428550873]], 14], + ["82445ffffffffff", [[-89.7794734704032, 31.59073781085478], [-88.10173760069401, 32.37535444162421], [-88.0658863098819, 34.05983621723471], [-89.75917248139794, 34.98489313139716], [-91.49084714009673, 34.20071647537129], [-91.4744264324729, 32.49146921600194]], 13], + ["822677fffffffff", [[-91.4762617917987, 42.44495953871468], [-93.4580322172988, 41.74324949577916], [-93.40741416499294, 40.11435457093053], [-91.54335025644869, 39.22565620613393], [-89.7262163062613, 39.94722184718562], [-89.5783976626672, 41.51855472869031]], 21] + ]) + .polygonColumn("polys") + .weightColumn("weight") + ); + break; + + default: + it("Has render test", () => { + expect(false).to.be.true; + }); + } + } + }); + } + } + } +}); diff --git a/packages/map-deck/tsconfig.json b/packages/map-deck/tsconfig.json index f4b0720e48..3cd3be3a69 100644 --- a/packages/map-deck/tsconfig.json +++ b/packages/map-deck/tsconfig.json @@ -1,19 +1,25 @@ { - "extends": "../tsconfig.settings.json", "compilerOptions": { - "rootDir": "./src", - "outDir": "./lib-umd", - "declarationDir": "./types" + "rootDir": "src", + "module": "NodeNext", + "target": "ESNext", + "resolveJsonModule": true, + "emitDeclarationOnly": true, + "declaration": true, + "declarationDir": "types", + "strict": false, + "noImplicitAny": false, + "noImplicitThis": false, + "strictNullChecks": false, + "skipLibCheck": true, + "allowImportingTsExtensions": true, + "lib": [ + "DOM", + "ESNext", + "ES2020" + ] }, "include": [ - "./src/**/*" - ], - "references": [ - { - "path": "../common" - }, - { - "path": "../deck-shim" - } + "./src/index.ts" ] } \ No newline at end of file diff --git a/packages/map-deck/vitest.workspace.ts b/packages/map-deck/vitest.workspace.ts new file mode 100644 index 0000000000..fa7bb0720b --- /dev/null +++ b/packages/map-deck/vitest.workspace.ts @@ -0,0 +1,6 @@ +import { defineWorkspace } from 'vitest/config'; +import baseWorkspace from '../../vitest.workspace.ts'; + +export default defineWorkspace([ + ...baseWorkspace +]) \ No newline at end of file diff --git a/packages/map/.vscode/launch.json b/packages/map/.vscode/launch.json index 0bb8e4f098..7c2436335f 100644 --- a/packages/map/.vscode/launch.json +++ b/packages/map/.vscode/launch.json @@ -1,35 +1,46 @@ { - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { - "name": "index.html", - "type": "chrome", + "name": "test-browser", + "type": "msedge", "request": "launch", - "url": "file:///${workspaceRoot}/index.html", - "runtimeArgs": [ - "--disable-web-security" + "url": "http://localhost:8888", + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" ], - "webRoot": "${workspaceRoot}" }, { - "name": "Mocha Tests", - "type": "pwa-node", + "name": "test-node", + "type": "node", "request": "launch", - "program": "${workspaceFolder}/../../node_modules/mocha/bin/_mocha", - "args": [ - "-u", - "tdd", - "--timeout", - "999999", - "--colors", - "${workspaceFolder}/lib-umd/__tests__" + "runtimeArgs": [ + "run-script", + "test-node" ], - "internalConsoleOptions": "openOnSessionStart", + "runtimeExecutable": "npm", "skipFiles": [ "/**" + ], + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, + { + "name": "index.html", + "request": "launch", + "type": "msedge", + "url": "file:///${workspaceFolder}/index.html", + "runtimeArgs": [ + "--disable-web-security" + ], + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" ] } ] diff --git a/packages/map/.vscode/tasks.json b/packages/map/.vscode/tasks.json index 79e20d2523..120545d06c 100644 --- a/packages/map/.vscode/tasks.json +++ b/packages/map/.vscode/tasks.json @@ -2,9 +2,9 @@ "version": "2.0.0", "tasks": [ { - "label": "es6 watch", + "label": "gen-types-watch", "type": "npm", - "script": "compile-es6-watch", + "script": "gen-types-watch", "problemMatcher": [ "$tsc-watch" ], @@ -13,18 +13,7 @@ } }, { - "label": "umd watch", - "type": "npm", - "script": "compile-umd-watch", - "problemMatcher": [ - "$tsc-watch" - ], - "presentation": { - "group": "group-build" - } - }, - { - "label": "bundle watch", + "label": "bundle-watch", "type": "npm", "script": "bundle-watch", "problemMatcher": [], @@ -35,15 +24,13 @@ { "label": "build", "dependsOn": [ - "es6 watch", - "umd watch", - "bundle watch" + "gen-types-watch", + "bundle-watch", ], "group": { "kind": "build", "isDefault": true - }, - "problemMatcher": [] + } } ] } \ No newline at end of file diff --git a/packages/map/esbuild.js b/packages/map/esbuild.js new file mode 100644 index 0000000000..67b91a9988 --- /dev/null +++ b/packages/map/esbuild.js @@ -0,0 +1,29 @@ +import { browserTpl } from "@hpcc-js/esbuild-plugins"; +import pkg from "./package.json" with { type: "json" }; + +// config --- +await Promise.all([ + browserTpl("src/index.ts", "dist/index", { + keepNames: true, + alias: { + "d3-array": "@hpcc-js/common", + "d3-brush": "@hpcc-js/common", + "d3-collection": "@hpcc-js/common", + "d3-color": "@hpcc-js/common", + "d3-dispatch": "@hpcc-js/common", + "d3-drag": "@hpcc-js/common", + "d3-dsv": "@hpcc-js/common", + "d3-ease": "@hpcc-js/common", + "d3-format": "@hpcc-js/common", + "d3-interpolate": "@hpcc-js/common", + "d3-scale": "@hpcc-js/common", + "d3-selection": "@hpcc-js/common", + "d3-time-format": "@hpcc-js/common", + "d3-transition": "@hpcc-js/common", + "d3-zoom": "@hpcc-js/common" + }, + external: [ + ...Object.keys(pkg.dependencies), + ] + }) +]); diff --git a/packages/map/index.html b/packages/map/index.html index ceeded727e..4ae0b43220 100644 --- a/packages/map/index.html +++ b/packages/map/index.html @@ -1,57 +1,126 @@ - + - - @hpcc-js/map - - - + h1 { + text-align: center; + margin-top: 50px; + } - + + -
-
- + diff --git a/packages/map/package.json b/packages/map/package.json index 3aeb6de35f..85edae8aac 100644 --- a/packages/map/package.json +++ b/packages/map/package.json @@ -1,54 +1,51 @@ { "name": "@hpcc-js/map", - "version": "2.79.0", + "version": "3.0.0", "description": "hpcc-js - Viz Map", - "main": "dist/index.js", - "module": "dist/index.es6", - "unpkg": "dist/index.min.js", - "jsdelivr": "dist/index.min.js", - "types": "types/index.d.ts", - "typesVersions": { - "<3.8": { - "*": [ - "types-3.4/index.d.ts" - ] - } + "type": "module", + "exports": { + ".": { + "types": "./types/index.d.ts", + "default": "./dist/index.js" + }, + "./dist/*": "./dist/*" }, + "module": "./dist/index.js", + "browser": "./dist/index.js", + "types": "./types/index.d.ts", "files": [ "dist/*", - "types/*", - "types-3.4/*", - "TopoJSON/*", - "src/*" + "src/*", + "types/*" ], "scripts": { - "clean": "rimraf --glob lib* types dist *.tsbuildinfo", - "compile-es6": "tsc --module es6 --outDir ./lib-es6", - "compile-es6-watch": "npm run compile-es6 -- -w", - "compile-umd": "tsc --module umd --outDir ./lib-umd", - "compile-umd-watch": "npm run compile-umd -- -w", - "bundle": "rollup -c", - "bundle-watch": "npm run bundle -- -w", - "minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js", - "gen-legacy-types": "downlevel-dts ./types ./types-3.4", - "build": "npm run compile-es6 && npm run bundle", - "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch", + "clean": "rimraf --glob lib* types dist *.tsbuildinfo .turbo", + "bundle": "node esbuild.js", + "bundle-watch": "npm run bundle -- --development --watch", + "gen-types": "tsc --project tsconfig.json", + "gen-types-watch": "npm run gen-types -- --watch", + "build": "run-p gen-types bundle", "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js", "lint": "eslint ./src", + "lint-fix": "eslint --fix src/**/*.ts", "docs": "typedoc --options tdoptions.json .", - "update": "npx --yes npm-check-updates -u -t minor" + "test-browser": "vitest run --project browser", + "test": "vitest run", + "coverage": "vitest run --coverage", + "update": "npx --yes npm-check-updates -u -t minor", + "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^2.14.0", - "@hpcc-js/common": "^2.73.0", - "@hpcc-js/graph": "^2.87.0", - "@hpcc-js/layout": "^2.51.0", - "@hpcc-js/leaflet-shim": "^2.5.0", - "@hpcc-js/other": "^2.17.0", - "@hpcc-js/util": "^2.53.0" + "@hpcc-js/api": "^3.0.0", + "@hpcc-js/common": "^3.0.0", + "@hpcc-js/graph": "^3.0.0", + "@hpcc-js/layout": "^3.0.0", + "@hpcc-js/other": "^3.0.0", + "@hpcc-js/util": "^3.0.0" }, "devDependencies": { - "@hpcc-js/bundle": "^2.12.0", + "@hpcc-js/esbuild-plugins": "^1.2.0", + "@hpcc-js/leaflet-shim": "^2.5.0", "d3-collection": "^1", "d3-color": "3.1.0", "d3-format": "^1", @@ -58,8 +55,7 @@ "d3-selection": "^1", "d3-tile": "^1", "google-maps": "3.3.0", - "topojson-client": "3.1.0", - "tslib": "2.7.0" + "topojson-client": "3.1.0" }, "repository": { "type": "git", @@ -72,4 +68,4 @@ "url": "https://github.com/hpcc-systems/Visualization/issues" }, "homepage": "https://github.com/hpcc-systems/Visualization" -} +} \ No newline at end of file diff --git a/packages/map/rollup.config.mjs b/packages/map/rollup.config.mjs deleted file mode 100644 index 91efc812e8..0000000000 --- a/packages/map/rollup.config.mjs +++ /dev/null @@ -1,57 +0,0 @@ -import { external, globals } from "@hpcc-js/bundle"; -import alias from '@rollup/plugin-alias'; -import commonjs from '@rollup/plugin-commonjs'; -import sourcemaps from 'rollup-plugin-sourcemaps'; -import nodeResolve from '@rollup/plugin-node-resolve'; -import postcss from "rollup-plugin-postcss"; - -import pkg from "./package.json" with { type: "json" }; - -export default { - input: "lib-es6/index", - external: external, - output: [{ - file: pkg.main, - format: "umd", - sourcemap: true, - globals: globals, - name: pkg.name - }, { - file: pkg.module + ".js", - format: "es", - sourcemap: true, - globals: globals, - name: pkg.name - }], - plugins: [ - alias({ - entries: [ - { find: "d3-array", replacement: "@hpcc-js/common" }, - { find: "d3-brush", replacement: "@hpcc-js/common" }, - { find: "d3-collection", replacement: "@hpcc-js/common" }, - { find: "d3-color", replacement: "@hpcc-js/common" }, - { find: "d3-dispatch", replacement: "@hpcc-js/common" }, - { find: "d3-drag", replacement: "@hpcc-js/common" }, - { find: "d3-dsv", replacement: "@hpcc-js/common" }, - { find: "d3-ease", replacement: "@hpcc-js/common" }, - { find: "d3-format", replacement: "@hpcc-js/common" }, - { find: "d3-interpolate", replacement: "@hpcc-js/common" }, - { find: "d3-scale", replacement: "@hpcc-js/common" }, - { find: "d3-selection", replacement: "@hpcc-js/common" }, - { find: "d3-time-format", replacement: "@hpcc-js/common" }, - { find: "d3-transition", replacement: "@hpcc-js/common" }, - { find: "d3-zoom", replacement: "@hpcc-js/common" } - ] - }), - nodeResolve({ - preferBuiltins: true - }), - commonjs({ - }), - sourcemaps(), - postcss({ - extensions: [".css"], - minimize: true - }) - ] -}; \ No newline at end of file diff --git a/packages/map/src/CanvasPinLayer.ts b/packages/map/src/CanvasPinLayer.ts index ab16c0b33d..b2f8ac696c 100644 --- a/packages/map/src/CanvasPinLayer.ts +++ b/packages/map/src/CanvasPinLayer.ts @@ -1,5 +1,5 @@ -import { CanvasPins } from "./CanvasPins"; -import { Layer } from "./Layer"; +import { CanvasPins } from "./CanvasPins.ts"; +import { Layer } from "./Layer.ts"; export class CanvasPinLayer extends Layer { _pinsTransform; diff --git a/packages/map/src/CanvasPins.ts b/packages/map/src/CanvasPins.ts index 07ce25cc4b..f282ced732 100644 --- a/packages/map/src/CanvasPins.ts +++ b/packages/map/src/CanvasPins.ts @@ -64,7 +64,6 @@ class Quadtree { } export class CanvasPins extends CanvasWidget { - _ctx; _quadtree_rect_arr; _drawData; _overlap_count = 0; @@ -328,6 +327,9 @@ CanvasPins.prototype._class += " map_CanvasPins"; export interface CanvasPins { clusterMode(): any; clusterMode(_: any): CanvasPins; + gridCellSize(): number; + gridCellSize(_: number): CanvasPins; + allCircles(): boolean; allCircles(_: boolean): CanvasPins; showQuadtree(): boolean; @@ -344,20 +346,19 @@ export interface CanvasPins { enableClustering(_: boolean): CanvasPins; searchRectMult(): number; searchRectMult(_: number): CanvasPins; - gridCellSize(): number; - gridCellSize(_: number): CanvasPins; - arrowHeight(): number; - arrowHeight(_: number): CanvasPins; - arrowWidth(): number; - arrowWidth(_: number): CanvasPins; bottomRightX(): number; bottomRightX(_: number): CanvasPins; + bottomRightX_exists(): boolean; bottomRightY(): number; bottomRightY(_: number): CanvasPins; + bottomRightY_exists(): boolean; topLeftX(): number; topLeftX(_: number): CanvasPins; + topLeftX_exists(): boolean; topLeftY(): number; topLeftY(_: number): CanvasPins; + topLeftY_exists(): boolean; + pinHeight(): number; pinHeight(_: number): CanvasPins; pinWidth(): number; @@ -366,10 +367,10 @@ export interface CanvasPins { pinFontFamily(_: string): CanvasPins; pinFontSize(): number; pinFontSize(_: number): CanvasPins; - bottomRightX_exists(): boolean; - bottomRightY_exists(): boolean; - topLeftX_exists(): boolean; - topLeftY_exists(): boolean; + arrowHeight(): number; + arrowHeight(_: number): CanvasPins; + arrowWidth(): number; + arrowWidth(_: number): CanvasPins; } CanvasPins.prototype.publish("clusterMode", "default", "set", "clusterMode", ["defualt", "grid"], { tags: ["Basic"], optional: true }); diff --git a/packages/map/src/Choropleth.ts b/packages/map/src/Choropleth.ts index eeb4316c64..e2885f4f63 100644 --- a/packages/map/src/Choropleth.ts +++ b/packages/map/src/Choropleth.ts @@ -1,7 +1,7 @@ import { Palette, Utility } from "@hpcc-js/common"; import { select as d3Select } from "d3-selection"; import * as topojson from "topojson-client"; -import { Layer } from "./Layer"; +import { Layer } from "./Layer.ts"; import "../src/Choropleth.css"; @@ -18,7 +18,7 @@ export function topoJsonFolder(_?: string): string { export class Choropleth extends Layer { _dataMap = {}; _path: any = d3Select(null); - _palette; + _dataMinWeight; _dataMaxWeight; _choroplethData; @@ -157,18 +157,23 @@ Choropleth.prototype.mixin(Utility.SimpleSelectionMixin); Choropleth.prototype._palette = Palette.rainbow("default"); export interface Choropleth { - autoScaleMode(): string; - autoScaleMode(_: string): this; - autoScaleMode_exists(): boolean; + _palette; + + // SimpleSelectionMixin --- + _selection; + + // Properties --- paletteID(): string; paletteID(_: string): this; paletteID_exists(): boolean; useClonedPalette(): boolean; useClonedPalette(_: boolean): this; useClonedPalette_exists(): boolean; + opacity(): number; opacity(_: number): this; opacity_exists(): boolean; + meshVisible(): boolean; meshVisible(_: boolean): this; meshVisible_exists(): boolean; @@ -181,6 +186,9 @@ export interface Choropleth { internalOnly(): boolean; internalOnly(_: boolean): this; internalOnly_exists(): boolean; + autoScaleMode(): string; + autoScaleMode(_: string): this; + autoScaleMode_exists(): boolean; } Choropleth.prototype.publish("paletteID", "YlOrRd", "set", "Color palette for this widget", Choropleth.prototype._palette.switch(), { tags: ["Basic", "Shared"] }); diff --git a/packages/map/src/ChoroplethContinents.ts b/packages/map/src/ChoroplethContinents.ts index 8dec12bf69..9be822a755 100644 --- a/packages/map/src/ChoroplethContinents.ts +++ b/packages/map/src/ChoroplethContinents.ts @@ -1,4 +1,4 @@ -import { ChoroplethCountries } from "./ChoroplethCountries"; +import { ChoroplethCountries } from "./ChoroplethCountries.ts"; export class ChoroplethContinents extends ChoroplethCountries { constructor() { diff --git a/packages/map/src/ChoroplethCounties.ts b/packages/map/src/ChoroplethCounties.ts index cbc8fda78d..98c07af503 100644 --- a/packages/map/src/ChoroplethCounties.ts +++ b/packages/map/src/ChoroplethCounties.ts @@ -2,7 +2,7 @@ import { InputField } from "@hpcc-js/common"; import { json as d3Json } from "d3-request"; import { select as d3Select } from "d3-selection"; import * as topojson from "topojson-client"; -import { Choropleth, topoJsonFolder } from "./Choropleth"; +import { Choropleth, topoJsonFolder } from "./Choropleth.ts"; let usCounties = null; let features = null; @@ -17,7 +17,6 @@ export class ChoroplethCounties extends Choropleth { type: "number" }]; - _selection; choroPaths; constructor() { @@ -65,9 +64,9 @@ export class ChoroplethCounties extends Choropleth { .on("mousemove.tooltip", this.tooltip.show) .merge(this.choroPaths) .attr("d", function (d) { - const retVal = base._d3GeoPath(rFeatures[d[0]]); + const retVal = base._d3GeoPath(rFeatures[d.county]); if (!retVal) { - console.warn("Unknown US County: " + d[0]); + console.warn("Unknown US County: " + d.county, d); } return retVal; }) @@ -100,10 +99,13 @@ export class ChoroplethCounties extends Choropleth { } return this._topoJsonPromise; } - - onClickFormatFIPS: { (): boolean; (_: boolean): ChoroplethCounties }; - onClickFormatFIPS_exists: () => boolean; } ChoroplethCounties.prototype._class += " map_ChoroplethCounties"; +export interface ChoroplethCounties { + onClickFormatFIPS(): boolean; + onClickFormatFIPS(_: boolean): this; + onClickFormatFIPS_exists(): boolean; +} + ChoroplethCounties.prototype.publish("onClickFormatFIPS", false, "boolean", "format FIPS code as a String on Click"); diff --git a/packages/map/src/ChoroplethCountries.ts b/packages/map/src/ChoroplethCountries.ts index 28b23dc0d7..87a83c0e18 100644 --- a/packages/map/src/ChoroplethCountries.ts +++ b/packages/map/src/ChoroplethCountries.ts @@ -1,7 +1,7 @@ import { json as d3Json } from "d3-request"; import { select as d3Select } from "d3-selection"; import * as topojson from "topojson-client"; -import { Choropleth, topoJsonFolder } from "./Choropleth"; +import { Choropleth, topoJsonFolder } from "./Choropleth.ts"; let countries = null; let features = null; @@ -10,7 +10,6 @@ let rFeatures = null; export class ChoroplethCountries extends Choropleth { _choroTopologyObjectsCountries; _choroTopologyObjectsLand; - _selection; choroPaths; constructor() { @@ -98,3 +97,4 @@ export class ChoroplethCountries extends Choropleth { } } ChoroplethCountries.prototype._class += " map_ChoroplethCountries"; + diff --git a/packages/map/src/ChoroplethStates.ts b/packages/map/src/ChoroplethStates.ts index e4ee9a7720..be73a1daaa 100644 --- a/packages/map/src/ChoroplethStates.ts +++ b/packages/map/src/ChoroplethStates.ts @@ -2,7 +2,7 @@ import { InputField } from "@hpcc-js/common"; import { json as d3Json } from "d3-request"; import { select as d3Select } from "d3-selection"; import * as topojson from "topojson-client"; -import { Choropleth, topoJsonFolder } from "./Choropleth"; +import { Choropleth, topoJsonFolder } from "./Choropleth.ts"; let usStates = null; let features = null; @@ -17,7 +17,6 @@ export class ChoroplethStates extends Choropleth { type: "number" }]; - _selection; choroPaths; constructor() { diff --git a/packages/map/src/ChoroplethStatesHeat.ts b/packages/map/src/ChoroplethStatesHeat.ts index 389ad12876..ae4201a440 100644 --- a/packages/map/src/ChoroplethStatesHeat.ts +++ b/packages/map/src/ChoroplethStatesHeat.ts @@ -1,4 +1,4 @@ -import { Layered } from "./Layered"; +import { Layered } from "./Layered.ts"; export class ChoroplethStatesHeat extends Layered { constructor() { diff --git a/packages/map/src/GMap.ts b/packages/map/src/GMap.ts index 9435036fdb..868cd2911f 100644 --- a/packages/map/src/GMap.ts +++ b/packages/map/src/GMap.ts @@ -845,15 +845,16 @@ export interface GMap { drawingState(): string; drawingState(_: string): this; drawingState_exists(): boolean; - googleMapStyles(): object; - googleMapStyles(_: object): this; - googleMapStyles_exists(): boolean; useComputedHeading(): boolean; useComputedHeading(_: boolean): this; showStreetViewMarker(): boolean; showStreetViewMarker(_: boolean): this; outdoorStreetViewOnly(): boolean; outdoorStreetViewOnly(_: boolean): this; + + googleMapStyles(): object; + googleMapStyles(_: object): this; + googleMapStyles_exists(): boolean; } GMap.prototype.publish("outdoorStreetViewOnly", false, "boolean", "If true, streetView will only display outdoor locations"); diff --git a/packages/map/src/GMapCounties.ts b/packages/map/src/GMapCounties.ts index 2f9b0c362d..093232a5d0 100644 --- a/packages/map/src/GMapCounties.ts +++ b/packages/map/src/GMapCounties.ts @@ -1,6 +1,6 @@ import { Widget } from "@hpcc-js/common"; -import { ChoroplethCounties } from "./ChoroplethCounties"; -import { GMapLayered } from "./GMapLayered"; +import { ChoroplethCounties } from "./ChoroplethCounties.ts"; +import { GMapLayered } from "./GMapLayered.ts"; export class GMapCounties extends GMapLayered { _counties: ChoroplethCounties; diff --git a/packages/map/src/GMapGraph.ts b/packages/map/src/GMapGraph.ts index 48d33d02bd..d1d8618700 100644 --- a/packages/map/src/GMapGraph.ts +++ b/packages/map/src/GMapGraph.ts @@ -1,6 +1,6 @@ import { Shape } from "@hpcc-js/common"; import { Edge, Graph } from "@hpcc-js/graph"; -import { GMap } from "./GMap"; +import { GMap } from "./GMap.ts"; export class GMapGraph extends GMap { constructor() { diff --git a/packages/map/src/GMapHeat.ts b/packages/map/src/GMapHeat.ts index b6f4fefcd6..15ee3c0292 100644 --- a/packages/map/src/GMapHeat.ts +++ b/packages/map/src/GMapHeat.ts @@ -1,5 +1,5 @@ import { HeatMap } from "@hpcc-js/other"; -import { GMap } from "./GMap"; +import { GMap } from "./GMap.ts"; export class GMapHeat extends GMap { constructor() { diff --git a/packages/map/src/GMapLayered.ts b/packages/map/src/GMapLayered.ts index 57e25cc9af..453007aed7 100644 --- a/packages/map/src/GMapLayered.ts +++ b/packages/map/src/GMapLayered.ts @@ -1,7 +1,7 @@ import { Widget } from "@hpcc-js/common"; import { AbsoluteSurface } from "@hpcc-js/layout"; -import { GMap, google } from "./GMap"; -import { Layered } from "./Layered"; +import { GMap, google } from "./GMap.ts"; +import { Layered } from "./Layered.ts"; const zoomFactor = 1 / (1 << 4); diff --git a/packages/map/src/GMapPin.ts b/packages/map/src/GMapPin.ts index 3c0710d674..44eaa5352e 100644 --- a/packages/map/src/GMapPin.ts +++ b/packages/map/src/GMapPin.ts @@ -1,5 +1,5 @@ -import { GMapLayered } from "./GMapLayered"; -import { Pins } from "./Pins"; +import { GMapLayered } from "./GMapLayered.ts"; +import { Pins } from "./Pins.ts"; export class GMapPin extends GMapLayered { _pins; diff --git a/packages/map/src/GMapPinLine.ts b/packages/map/src/GMapPinLine.ts index 5fea42a444..e2ce84e21e 100644 --- a/packages/map/src/GMapPinLine.ts +++ b/packages/map/src/GMapPinLine.ts @@ -1,6 +1,6 @@ -import { GMapLayered } from "./GMapLayered"; -import { Lines } from "./Lines"; -import { Pins } from "./Pins"; +import { GMapLayered } from "./GMapLayered.ts"; +import { Lines } from "./Lines.ts"; +import { Pins } from "./Pins.ts"; export class GMapPinLine extends GMapLayered { _lines; @@ -85,31 +85,44 @@ export class GMapPinLine extends GMapLayered { dblclick(row, column, selected) { } +} +GMapPinLine.prototype._class += " map_GMapPinLine"; - autoScale: { (): boolean; (_: boolean): GMapPinLine }; - fromPinColor: { (): string; (_: string): GMapPinLine }; - fromPinColor_exists: () => boolean; - fromLatitudeColumn: { (): string; (_: string): GMapPinLine }; - fromLatitudeColumn_exists: () => boolean; - fromLongitudeColumn: { (): string; (_: string): GMapPinLine }; - fromLongitudeColumn_exists: () => boolean; - fromColorColumn: { (): string; (_: string): GMapPinLine }; - fromColorColumn_exists: () => boolean; - fromTooltipColumn: { (): string; (_: string): GMapPinLine }; - fromTooltipColumn_exists: () => boolean; - toPinColor: { (): string; (_: string): GMapPinLine }; - toPinColor_exists: () => boolean; - toLatitudeColumn: { (): string; (_: string): GMapPinLine }; - toLatitudeColumn_exists: () => boolean; - toLongitudeColumn: { (): string; (_: string): GMapPinLine }; - toLongitudeColumn_exists: () => boolean; - toColorColumn: { (): string; (_: string): GMapPinLine }; - toColorColumn_exists: () => boolean; - toTooltipColumn: { (): string; (_: string): GMapPinLine }; - toTooltipColumn_exists: () => boolean; +export interface GMapPinLine { + autoScale(): boolean; + autoScale(_: boolean): GMapPinLine; + fromPinColor(): string; + fromPinColor(_: string): GMapPinLine; + fromPinColor_exists(): boolean; + fromLatitudeColumn(): string; + fromLatitudeColumn(_: string): GMapPinLine; + fromLatitudeColumn_exists(): boolean; + fromLongitudeColumn(): string; + fromLongitudeColumn(_: string): GMapPinLine; + fromLongitudeColumn_exists(): boolean; + fromColorColumn(): string; + fromColorColumn(_: string): GMapPinLine; + fromColorColumn_exists(): boolean; + fromTooltipColumn(): string; + fromTooltipColumn(_: string): GMapPinLine; + fromTooltipColumn_exists(): boolean; + toPinColor(): string; + toPinColor(_: string): GMapPinLine; + toPinColor_exists(): boolean; + toLatitudeColumn(): string; + toLatitudeColumn(_: string): GMapPinLine; + toLatitudeColumn_exists(): boolean; + toLongitudeColumn(): string; + toLongitudeColumn(_: string): GMapPinLine; + toLongitudeColumn_exists(): boolean; + toColorColumn(): string; + toColorColumn(_: string): GMapPinLine; + toColorColumn_exists(): boolean; + toTooltipColumn(): string; + toTooltipColumn(_: string): GMapPinLine; + toTooltipColumn_exists(): boolean; } -GMapPinLine.prototype._class += " map_GMapPinLine"; GMapPinLine.prototype.publish("autoScale", false, "boolean", "Auto scale to data"); GMapPinLine.prototype.publish("fromPinColor", "green", "html-color", "From Pin Color"); diff --git a/packages/map/src/GeoHash.ts b/packages/map/src/GeoHash.ts index 3bd5491dc2..a2def267b8 100644 --- a/packages/map/src/GeoHash.ts +++ b/packages/map/src/GeoHash.ts @@ -1,17 +1,15 @@ import { Palette, Utility as CommonUtility } from "@hpcc-js/common"; import { select as d3Select } from "d3-selection"; -import { Layer } from "./Layer"; -import * as Utility from "./Utility"; +import { Layer } from "./Layer.ts"; +import * as Utility from "./Utility.ts"; import "../src/GeoHash.css"; export class GeoHash extends Layer { - _palette; _dataMinWeight; _dataMaxWeight; geohash; _geoHashTransform; - _selection; geoHashPaths; constructor() { @@ -97,24 +95,40 @@ export class GeoHash extends Layer { dblclick(row, column, selected) { } - - paletteID: { (): string; (_: string): GeoHash }; - paletteID_exists: () => boolean; - useClonedPalette: { (): boolean; (_: boolean): GeoHash }; - useClonedPalette_exists: () => boolean; - opacity: { (): number; (_: number): GeoHash }; - opacity_exists: () => boolean; - meshVisible: { (): boolean; (_: boolean): GeoHash }; - meshVisible_exists: () => boolean; - meshColor: { (): string; (_: string): GeoHash }; - meshColor_exists: () => boolean; - meshStrokeWidth: { (): number; (_: number): GeoHash }; - meshStrokeWidth_exists: () => boolean; } GeoHash.prototype._class += " map_GeoHash"; GeoHash.prototype._palette = Palette.rainbow("default"); +export interface GeoHash { + _palette; + + // Simple Selection --- + _selection; + + // Properties --- + paletteID(): string; + paletteID(_: string): this; + paletteID_exists(): boolean; + useClonedPalette(): boolean; + useClonedPalette(_: boolean): this; + useClonedPalette_exists(): boolean; + + opacity(): number; + opacity(_: number): this; + opacity_exists(): boolean; + + meshVisible(): boolean; + meshVisible(_: boolean): this; + meshVisible_exists(): boolean; + meshColor(): string; + meshColor(_: string): this; + meshColor_exists(): boolean; + meshStrokeWidth(): number; + meshStrokeWidth(_: number): this; + meshStrokeWidth_exists(): boolean; +} + GeoHash.prototype.publish("paletteID", "YlOrRd", "set", "Color palette for this widget", GeoHash.prototype._palette.switch(), { tags: ["Basic", "Shared"] }); GeoHash.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette", null, { tags: ["Intermediate", "Shared"] }); diff --git a/packages/map/src/Graph.ts b/packages/map/src/Graph.ts index 41bda6ae4a..6a3f4e5634 100644 --- a/packages/map/src/Graph.ts +++ b/packages/map/src/Graph.ts @@ -1,4 +1,4 @@ -import { Pins } from "./Pins"; +import { Pins } from "./Pins.ts"; import "../src/Graph.css"; diff --git a/packages/map/src/Graticule.ts b/packages/map/src/Graticule.ts index aa7597b90f..74a7671813 100644 --- a/packages/map/src/Graticule.ts +++ b/packages/map/src/Graticule.ts @@ -1,6 +1,6 @@ import { geoGraticule as d3GeoGraticule } from "d3-geo"; import { select as d3Select } from "d3-selection"; -import { Layer } from "./Layer"; +import { Layer } from "./Layer.ts"; import "../src/Graticule.css"; @@ -75,15 +75,22 @@ export class Graticule extends Layer { ; } */ - opacity: { (): number; (_: number): Graticule }; - opacity_exists: () => boolean; - meshColor: { (): string; (_: string): Graticule }; - meshColor_exists: () => boolean; - meshStrokeWidth: { (): number; (_: number): Graticule }; - meshStrokeWidth_exists: () => boolean; } Graticule.prototype._class += " map_Graticule"; +export interface Graticule { + opacity(): number; + opacity(_: number): this; + opacity_exists(): boolean; + + meshColor(): string; + meshColor(_: string): this; + meshColor_exists(): boolean; + meshStrokeWidth(): number; + meshStrokeWidth(_: number): this; + meshStrokeWidth_exists(): boolean; +} + Graticule.prototype.publish("opacity", 1.0, "number", "Opacity", null, { tags: ["Advanced"] }); Graticule.prototype.publish("meshColor", null, "html-color", "Stroke Color", null, { optional: true }); diff --git a/packages/map/src/Heat.ts b/packages/map/src/Heat.ts index ba27e38b34..dfa894e9c6 100644 --- a/packages/map/src/Heat.ts +++ b/packages/map/src/Heat.ts @@ -1,5 +1,5 @@ import { HeatMap } from "@hpcc-js/other"; -import { Layer } from "./Layer"; +import { Layer } from "./Layer.ts"; import "../src/Heat.css"; @@ -64,16 +64,21 @@ export class Heat extends Layer { .render() ; } - - latColumn: { (): string; (_: string): Heat }; - latColumn_exists: () => boolean; - longColumn: { (): string; (_: string): Heat }; - longColumn_exists: () => boolean; - opacity: { (): number; (_: number): Heat }; - opacity_exists: () => boolean; } Heat.prototype._class += " map_Heat"; +export interface Heat { + latColumn(): string; + latColumn(_: string): this; + latColumn_exists(): boolean; + longColumn(): string; + longColumn(_: string): this; + longColumn_exists(): boolean; + opacity(): number; + opacity(_: number): this; + opacity_exists(): boolean; +} + Heat.prototype.publish("latColumn", null, "set", "Latitude column", function () { return this.columns(); }, { optional: true }); Heat.prototype.publish("longColumn", null, "set", "Longitude column", function () { return this.columns(); }, { optional: true }); Heat.prototype.publish("opacity", 1.0, "number", "Opacity", null, { tags: ["Advanced"] }); diff --git a/packages/map/src/Layer.ts b/packages/map/src/Layer.ts index 80c335dffd..897c37d6f2 100644 --- a/packages/map/src/Layer.ts +++ b/packages/map/src/Layer.ts @@ -1,5 +1,5 @@ import { ITooltip } from "@hpcc-js/api"; -import { Layered } from "./Layered"; +import { Layered } from "./Layered.ts"; export class Layer extends Layered { _svgElement; @@ -65,26 +65,35 @@ export class Layer extends Layered { layerZoomed(base) { } +} +Layer.prototype._class += " map_Layer"; +Layer.prototype.implements(ITooltip.prototype); +export interface Layer { // ITooltip --- tooltip: any; - tooltipHTML: (_: any) => any; - tooltipFormat: (opts: any) => string; - tooltipStyle: { (): string; (_: string): ITooltip }; - tooltipStyle_exists: () => boolean; - tooltipValueFormat: { (): string; (_: string): ITooltip }; - tooltipValueFormat_exists: () => boolean; - tooltipSeriesColor: { (): string; (_: string): ITooltip }; - tooltipSeriesColor_exists: () => boolean; - tooltipLabelColor: { (): string; (_: string): ITooltip }; - tooltipLabelColor_exists: () => boolean; - tooltipValueColor: { (): string; (_: string): ITooltip }; - tooltipValueColor_exists: () => boolean; - tooltipTick: { (): boolean; (_: boolean): ITooltip }; - tooltipTick_exists: () => boolean; - tooltipOffset: { (): number; (_: number): ITooltip }; - tooltipOffset_exists: () => boolean; + tooltipHTML(_: any): any; + tooltipFormat(opts: any): string; + tooltipStyle(): string; + tooltipStyle(_: string): Layer; + tooltipStyle_exists(): boolean; + tooltipValueFormat(): string; + tooltipValueFormat(_: string): Layer; + tooltipValueFormat_exists(): boolean; + tooltipSeriesColor(): string; + tooltipSeriesColor(_: string): Layer; + tooltipSeriesColor_exists(): boolean; + tooltipLabelColor(): string; + tooltipLabelColor(_: string): Layer; + tooltipLabelColor_exists(): boolean; + tooltipValueColor(): string; + tooltipValueColor(_: string): Layer; + tooltipValueColor_exists(): boolean; + tooltipTick(): boolean; + tooltipTick(_: boolean): Layer; + tooltipTick_exists(): boolean; + tooltipOffset(): number; + tooltipOffset(_: number): Layer; + tooltipOffset_exists(): boolean; } -Layer.prototype._class += " map_Layer"; -Layer.prototype.implements(ITooltip.prototype); diff --git a/packages/map/src/Layered.ts b/packages/map/src/Layered.ts index d29a355902..2694f759b1 100644 --- a/packages/map/src/Layered.ts +++ b/packages/map/src/Layered.ts @@ -1,7 +1,7 @@ import { SVGZoomWidget } from "@hpcc-js/common"; import { geoPath as d3GeoPath } from "d3-geo"; import { select as d3Select } from "d3-selection"; -import { resolve, types as projectionTypes } from "./Projection"; +import { resolve, types as projectionTypes } from "./Projection.ts"; import "./Utility"; // For albersUsaPr import "../src/Layered.css"; diff --git a/packages/map/src/Lines.ts b/packages/map/src/Lines.ts index 32e45e8fc9..9c6c553dfb 100644 --- a/packages/map/src/Lines.ts +++ b/packages/map/src/Lines.ts @@ -1,4 +1,4 @@ -import { Layer } from "./Layer"; +import { Layer } from "./Layer.ts"; import "../src/Lines.css"; @@ -67,9 +67,12 @@ export class Lines extends Layer { .attr("stroke-width", `${0.5 / base.zoomScale()}px`) ; } - - opacity: { (): number; (_: number): Lines }; } Lines.prototype._class += " map_Lines"; +export interface Lines { + opacity(): number; + opacity(_: number): this; +} + Lines.prototype.publish("opacity", 1.0, "number", "Opacity", null, { tags: ["Advanced"] }); diff --git a/packages/map/src/OpenStreet.ts b/packages/map/src/OpenStreet.ts index 11f8277ed8..afe46ac17b 100644 --- a/packages/map/src/OpenStreet.ts +++ b/packages/map/src/OpenStreet.ts @@ -1,6 +1,6 @@ import { select as d3Select } from "d3-selection"; import { tile as d3Tile } from "d3-tile"; -import { Layer } from "./Layer"; +import { Layer } from "./Layer.ts"; // import * as Utility from "./Utility"; @@ -109,12 +109,15 @@ export class OpenStreet extends Layer { .style("opacity", 1) ; } - - tileProvider: { (): string; (_: string): OpenStreet }; - tileProvider_exists: () => boolean; } OpenStreet.prototype._class += " map_OpenStreet"; +export interface OpenStreet { + tileProvider(): string; + tileProvider(_: string): this; + tileProvider_exists(): boolean; +} + OpenStreet.prototype.publish("tileProvider", "OpenStreetMap", "set", "Tile Provider", ["OpenStreetMap", "OpenStreetMap Hot", "MapQuest", "MapQuest Sat", "Stamen Watercolor", "OpenCycleMap"], { tags: ["Basic", "Shared"] }); function stringify(scale, translate) { diff --git a/packages/map/src/Pins.ts b/packages/map/src/Pins.ts index a41db8ce1f..f772bea116 100644 --- a/packages/map/src/Pins.ts +++ b/packages/map/src/Pins.ts @@ -1,14 +1,13 @@ import { Platform, Utility } from "@hpcc-js/common"; import { select as d3Select } from "d3-selection"; -import { Layer } from "./Layer"; -import * as MapUtility from "./Utility"; +import { Layer } from "./Layer.ts"; +import * as MapUtility from "./Utility.ts"; import "../src/Pins.css"; export class Pins extends Layer { _geohash; _pinsTransform; - _selection; pinsPaths; constructor() { @@ -246,51 +245,83 @@ export class Pins extends Layer { dblclick(row, column, selected) { } - - latColumn: { (): string; (_: string): Pins }; - latColumn_exists: () => boolean; - longColumn: { (): string; (_: string): Pins }; - longColumn_exists: () => boolean; - geohashColumn: { (): string; (_: string): Pins }; - geohashColumn_exists: () => boolean; - tooltipColumn: { (): string; (_: string): Pins }; - tooltipColumn_exists: () => boolean; - opacity: { (): number; (_: number): Pins }; - opacity_exists: () => boolean; - fillColor: { (): string; (_: string): Pins }; - fillColor_exists: () => boolean; - omitNullLatLong: { (): boolean; (_: boolean): Pins }; - omitNullLatLong_exists: () => boolean; - strokeWidth: { (): number; (_: number): Pins }; - strokeWidth_exists: () => boolean; - strokeColor: { (): string; (_: string): Pins }; - strokeColor_exists: () => boolean; - fontSize: { (): number; (_: number): Pins }; - fontSize_exists: () => boolean; - fontFamily: { (): string; (_: string): Pins }; - fontFamily_exists: () => boolean; - fontColor: { (): string; (_: string): Pins }; - fontColor_exists: () => boolean; - pinType: { (): string; (_: string): Pins }; - pinType_exists: () => boolean; - arrowWidth: { (): number; (_: number): Pins }; - arrowWidth_exists: () => boolean; - arrowHeight: { (): number; (_: number): Pins }; - arrowHeight_exists: () => boolean; - pinWidth: { (): number; (_: number): Pins }; - pinWidth_exists: () => boolean; - pinHeight: { (): number; (_: number): Pins }; - pinHeight_exists: () => boolean; - cornerRadius: { (): number; (_: number): Pins }; - cornerRadius_exists: () => boolean; - pinRadius: { (): number; (_: number): Pins }; - pinRadius_exists: () => boolean; - textBaseline: { (): string; (_: string): Pins }; - textBaseline_exists: () => boolean; } Pins.prototype._class += " map_Pins"; Pins.prototype.mixin(Utility.SimpleSelectionMixin); +export interface Pins { + // Simple Selection --- + _selection; + + // Properties --- + latColumn(): string; + latColumn(_: string): this; + latColumn_exists(): boolean; + longColumn(): string; + longColumn(_: string): this; + longColumn_exists(): boolean; + geohashColumn(): string; + geohashColumn(_: string): this; + geohashColumn_exists(): boolean; + tooltipColumn(): string; + tooltipColumn(_: string): this; + tooltipColumn_exists(): boolean; + opacity(): number; + opacity(_: number): this; + opacity_exists(): boolean; + fillColor(): string; + fillColor(_: string): this; + fillColor_exists(): boolean; + omitNullLatLong(): boolean; + omitNullLatLong(_: boolean): this; + omitNullLatLong_exists(): boolean; + + strokeWidth(): number; + strokeWidth(_: number): this; + strokeWidth_exists(): boolean; + strokeColor(): string; + strokeColor(_: string): this; + strokeColor_exists(): boolean; + + fontSize(): number; + fontSize(_: number): this; + fontSize_exists(): boolean; + fontFamily(): string; + fontFamily(_: string): this; + fontFamily_exists(): boolean; + fontColor(): string; + fontColor(_: string): this; + fontColor_exists(): boolean; + + pinType(): string; + pinType(_: string): this; + pinType_exists(): boolean; + arrowWidth(): number; + arrowWidth(_: number): this; + arrowWidth_exists(): boolean; + arrowHeight(): number; + arrowHeight(_: number): this; + arrowHeight_exists(): boolean; + + pinWidth(): number; + pinWidth(_: number): this; + pinWidth_exists(): boolean; + pinHeight(): number; + pinHeight(_: number): this; + pinHeight_exists(): boolean; + cornerRadius(): number; + cornerRadius(_: number): this; + cornerRadius_exists(): boolean; + + pinRadius(): number; + pinRadius(_: number): this; + pinRadius_exists(): boolean; + + textBaseline(): string; + textBaseline(_: string): this; + textBaseline_exists(): boolean; +} + Pins.prototype.publish("geohashColumn", null, "set", "Geohash column", function () { return this.columns(); }, { optional: true }); Pins.prototype.publish("tooltipColumn", null, "set", "Tooltip column", function () { return this.columns(); }, { optional: true }); Pins.prototype.publish("latColumn", null, "set", "Latitude column", function () { return this.columns(); }, { optional: true }); diff --git a/packages/map/src/Projection.ts b/packages/map/src/Projection.ts index 654152eaac..91f51ee5d5 100644 --- a/packages/map/src/Projection.ts +++ b/packages/map/src/Projection.ts @@ -1,5 +1,5 @@ import * as d3Geo from "d3-geo"; -import { albersUsaPr } from "./Utility"; +import { albersUsaPr } from "./Utility.ts"; // const d3Geo = _d3Geo.geo || _d3Geo.default || _d3Geo; diff --git a/packages/map/src/TestHeatMap.ts b/packages/map/src/TestHeatMap.ts index 01245d346a..96408c9c73 100644 --- a/packages/map/src/TestHeatMap.ts +++ b/packages/map/src/TestHeatMap.ts @@ -1,4 +1,4 @@ -import { Layered } from "./Layered"; +import { Layered } from "./Layered.ts"; export class TestHeatMap extends Layered { constructor() { diff --git a/packages/map/src/TopoJSONChoropleth.ts b/packages/map/src/TopoJSONChoropleth.ts index 8c3e57436e..dcc0bf709e 100644 --- a/packages/map/src/TopoJSONChoropleth.ts +++ b/packages/map/src/TopoJSONChoropleth.ts @@ -1,114 +1,125 @@ import { json as d3Json } from "d3-request"; import { select as d3Select } from "d3-selection"; import * as topojson from "topojson-client"; -import { Choropleth, topoJsonFolder } from "./Choropleth"; +import { Choropleth, topoJsonFolder } from "./Choropleth.ts"; -export function TopoJSONChoropleth() { - Choropleth.call(this); +export class TopoJSONChoropleth extends Choropleth { + protected _prevRegion: string; + protected choroPaths: any; + protected _choroTopologyIndex: any; + protected _choroTopologyFeatures: any; - this.projection("Mercator"); -} -TopoJSONChoropleth.prototype = Object.create(Choropleth.prototype); -TopoJSONChoropleth.prototype.constructor = TopoJSONChoropleth; -TopoJSONChoropleth.prototype._class += " map_TopoJSONChoropleth"; + constructor() { + super(); -TopoJSONChoropleth.prototype.publish("region", "GB", "set", "Region Data", ["AT", "BE", "BG", "BR", "CHLI", "CY", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "GE", "GR", "HR", "HU", "IE", "IS", "IT", "KS", "LT", "LU", "LV", "MD", "MK", "MT", "ND", "NL", "NO", "PL", "PT", "RO", "RS", "SE", "SI", "SK", "UA"]); + this.projection("Mercator"); + } -TopoJSONChoropleth.prototype.layerEnter = function (base, svgElement, domElement) { - Choropleth.prototype.layerEnter.apply(this, arguments); + layerEnter(base, svgElement, domElement) { + Choropleth.prototype.layerEnter.apply(this, arguments); - this._selection.widgetElement(this._choroplethData); - this.choroPaths = d3Select(null); + this._selection.widgetElement(this._choroplethData); + this.choroPaths = d3Select(null); - const context = this; - this - .tooltipHTML(function (d) { - const columns = context.columns(); - const series = columns && columns.length ? columns[0] : "Location"; - const origData = d && d.length ? d[d.length - 1] : [""]; - return context.tooltipFormat({ label: origData[0], series, value: d[1] }); - }) - ; -}; + const context = this; + this + .tooltipHTML(function (d) { + const columns = context.columns(); + const series = columns && columns.length ? columns[0] : "Location"; + const origData = d && d.length ? d[d.length - 1] : [""]; + return context.tooltipFormat({ label: origData[0], series, value: d[1] }); + }) + ; + } -TopoJSONChoropleth.prototype.layerUpdate = function (base) { - Choropleth.prototype.layerUpdate.apply(this, arguments); - const data = []; - const context = this; - this.data().forEach(function (row) { - if (isNaN(row[0])) { - for (const key in context._choroTopologyIndex) { - for (const key2 in context._choroTopologyIndex[key]) { - if (key2 === row[0]) { - context._choroTopologyIndex[key][key2].forEach(function (idx) { - data.push([idx].concat(row.filter(function (d, i) { return i > 0; })).concat([row])); - }); + layerUpdate(base) { + Choropleth.prototype.layerUpdate.apply(this, arguments); + const data = []; + const context = this; + this.data().forEach(function (row) { + if (isNaN(row[0])) { + for (const key in context._choroTopologyIndex) { + for (const key2 in context._choroTopologyIndex[key]) { + if (key2 === row[0]) { + context._choroTopologyIndex[key][key2].forEach(function (idx) { + data.push([idx].concat(row.filter(function (d, i) { return i > 0; })).concat([row])); + }); + } } } + } else { + data.push(row.concat([row])); } - } else { - data.push(row.concat([row])); - } - }); - this.choroPaths = this._choroplethData.selectAll(".data").data(this.visible() ? data : [], function (d) { return d[0]; }); - this.choroPaths.enter().append("path") - .attr("class", "data") - .call(this._selection.enter.bind(this._selection)) - .on("click", function (d) { - if (context._dataMap[d[0]]) { - context.click(context.rowToObj(context._dataMap[d[0]]), "weight", context._selection.selected(context)); - } - }) - .on("dblclick", function (d) { - if (context._dataMap[d[0]]) { - context.dblclick(context.rowToObj(context._dataMap[d[0]]), "weight", context._selection.selected(context)); - } - }) - .on("mouseout.tooltip", this.tooltip.hide) - .on("mousemove.tooltip", this.tooltip.show) - ; - this.choroPaths - .attr("d", function (d) { - const retVal = base._d3GeoPath(context._choroTopologyFeatures[d[0]]); - if (!retVal) { - console.warn("Unknown Country: " + d); - } - return retVal; - }) - .style("fill", function (d) { - const retVal = context._palette(d[1], context._dataMinWeight, context._dataMaxWeight); - return retVal; - }) - ; - this.choroPaths.exit().remove(); -}; - -TopoJSONChoropleth.prototype.layerPreRender = function () { - if (this._prevRegion !== this.region()) { - this._prevRegion = this.region(); - delete this._topoJsonPromise; + }); + this.choroPaths = this._choroplethData.selectAll(".data").data(this.visible() ? data : [], function (d) { return d[0]; }); + this.choroPaths.enter().append("path") + .attr("class", "data") + .call(this._selection.enter.bind(this._selection)) + .on("click", function (d) { + if (context._dataMap[d[0]]) { + context.click(context.rowToObj(context._dataMap[d[0]]), "weight", context._selection.selected(context)); + } + }) + .on("dblclick", function (d) { + if (context._dataMap[d[0]]) { + context.dblclick(context.rowToObj(context._dataMap[d[0]]), "weight", context._selection.selected(context)); + } + }) + .on("mouseout.tooltip", this.tooltip.hide) + .on("mousemove.tooltip", this.tooltip.show) + ; + this.choroPaths + .attr("d", function (d) { + const retVal = base._d3GeoPath(context._choroTopologyFeatures[d[0]]); + if (!retVal) { + console.warn("Unknown Country: " + d); + } + return retVal; + }) + .style("fill", function (d) { + const retVal = context._palette(d[1], context._dataMinWeight, context._dataMaxWeight); + return retVal; + }) + ; + this.choroPaths.exit().remove(); } - if (!this._topoJsonPromise) { - const context = this; - this._topoJsonPromise = new Promise(function (resolve, reject) { - d3Json(`${topoJsonFolder()}/${context.region()}.json`, function (region) { - context._choroTopology = region; - context._choroTopologyObjects = region.objects.PolbndA; - context._choroTopologyFeatures = topojson.feature(context._choroTopology, context._choroTopologyObjects).features; + layerPreRender() { + if (this._prevRegion !== this.region()) { + this._prevRegion = this.region(); + delete this._topoJsonPromise; + } - d3Json(`${topoJsonFolder()}/${context.region()}_idx.json`, indexLoad) - .on("error", function (err) { - indexLoad({}); - }) - ; + if (!this._topoJsonPromise) { + const context = this; + this._topoJsonPromise = new Promise(function (resolve, reject) { + d3Json(`${topoJsonFolder()}/${context.region()}.json`, function (region) { + context._choroTopology = region; + context._choroTopologyObjects = region.objects.PolbndA; + context._choroTopologyFeatures = topojson.feature(context._choroTopology, context._choroTopologyObjects).features; - function indexLoad(index) { - context._choroTopologyIndex = index; - resolve(); - } + d3Json(`${topoJsonFolder()}/${context.region()}_idx.json`, indexLoad) + .on("error", function (err) { + indexLoad({}); + }) + ; + + function indexLoad(index) { + context._choroTopologyIndex = index; + resolve(); + } + }); }); - }); + } + return this._topoJsonPromise; } - return this._topoJsonPromise; -}; +} +TopoJSONChoropleth.prototype._class += " map_TopoJSONChoropleth"; + +export interface TopoJSONChoropleth { + region(): string; + region(_: string): this; + region_exists(): boolean; +} + +TopoJSONChoropleth.prototype.publish("region", "GB", "set", "Region Data", ["AT", "BE", "BG", "BR", "CHLI", "CY", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "GE", "GR", "HR", "HU", "IE", "IS", "IT", "KS", "LT", "LU", "LV", "MD", "MK", "MT", "ND", "NL", "NO", "PL", "PT", "RO", "RS", "SE", "SI", "SK", "UA"]); diff --git a/packages/map/src/index.ts b/packages/map/src/index.ts index cb724a7dcd..7512fc7653 100644 --- a/packages/map/src/index.ts +++ b/packages/map/src/index.ts @@ -1,34 +1,33 @@ -export * from "./__package__"; -export * from "./CanvasPinLayer"; -export * from "./CanvasPins"; -export * from "./Choropleth"; -export * from "./ChoroplethContinents"; -export * from "./ChoroplethCounties"; -export * from "./ChoroplethCountries"; -export * from "./ChoroplethStates"; -export * from "./ChoroplethStatesHeat"; -export * from "./GeoHash"; -export * from "./GMap"; -export * from "./GMapCounties"; -export * from "./GMapGraph"; -export * from "./GMapHeat"; -export * from "./GMapLayered"; -export * from "./GMapPin"; -export * from "./GMapPinLine"; -export * from "./Graph"; -export * from "./Graticule"; -export * from "./Heat"; -export * from "./IChoropleth"; -export * from "./Layer"; -export * from "./Layered"; -export * from "./Lines"; -export * from "./OpenStreet"; -export * from "./Pins"; -export * from "./Projection"; -export * from "./TestHeatMap"; -export * from "./TopoJSONChoropleth"; +export * from "./__package__.ts"; +export * from "./CanvasPinLayer.ts"; +export * from "./CanvasPins.ts"; +export * from "./Choropleth.ts"; +export * from "./ChoroplethContinents.ts"; +export * from "./ChoroplethCounties.ts"; +export * from "./ChoroplethCountries.ts"; +export * from "./ChoroplethStates.ts"; +export * from "./ChoroplethStatesHeat.ts"; +export * from "./GeoHash.ts"; +export * from "./GMap.ts"; +export * from "./GMapCounties.ts"; +export * from "./GMapGraph.ts"; +export * from "./GMapHeat.ts"; +export * from "./GMapLayered.ts"; +export * from "./GMapPin.ts"; +export * from "./GMapPinLine.ts"; +export * from "./Graph.ts"; +export * from "./Graticule.ts"; +export * from "./Heat.ts"; +export * from "./IChoropleth.ts"; +export * from "./Layer.ts"; +export * from "./Layered.ts"; +export * from "./Lines.ts"; +export * from "./OpenStreet.ts"; +export * from "./Pins.ts"; +export * from "./Projection.ts"; +export * from "./TopoJSONChoropleth.ts"; -import * as Leaflet from "./leaflet/index"; +import * as Leaflet from "./leaflet/index.ts"; export { Leaflet }; diff --git a/packages/map/src/leaflet/AlbersPR.ts b/packages/map/src/leaflet/AlbersPR.ts index c15d65ed17..70723117e0 100644 --- a/packages/map/src/leaflet/AlbersPR.ts +++ b/packages/map/src/leaflet/AlbersPR.ts @@ -1,6 +1,6 @@ import { CRS, LatLng, LatLngBounds, Point, Transformation, Util } from "@hpcc-js/leaflet-shim"; -import { resolve } from "../Projection"; -import { TileLayer } from "./TileLayer"; +import { resolve } from "../Projection.ts"; +import { TileLayer } from "./TileLayer.ts"; const projAlbers = resolve("Albers").scale(.5); const projAlbersUsaPr = resolve("AlbersUsaPr").scale(.5); diff --git a/packages/map/src/leaflet/Blank.ts b/packages/map/src/leaflet/Blank.ts index c67762369c..48bba91325 100644 --- a/packages/map/src/leaflet/Blank.ts +++ b/packages/map/src/leaflet/Blank.ts @@ -1,4 +1,4 @@ -import { TileLayer } from "./TileLayer"; +import { TileLayer } from "./TileLayer.ts"; export class BlankLayer extends TileLayer { diff --git a/packages/map/src/leaflet/Circles.ts b/packages/map/src/leaflet/Circles.ts index e78b4b4c22..5521268dd9 100644 --- a/packages/map/src/leaflet/Circles.ts +++ b/packages/map/src/leaflet/Circles.ts @@ -1,5 +1,5 @@ import { Circle, Map } from "@hpcc-js/leaflet-shim"; -import { ClusterLayer, D3SurfaceLayer } from "./FeatureLayer"; +import { ClusterLayer, D3SurfaceLayer } from "./FeatureLayer.ts"; export class Circles extends ClusterLayer { diff --git a/packages/map/src/leaflet/ClusterCircles.ts b/packages/map/src/leaflet/ClusterCircles.ts index acb385430d..9fc1bb40c6 100644 --- a/packages/map/src/leaflet/ClusterCircles.ts +++ b/packages/map/src/leaflet/ClusterCircles.ts @@ -2,7 +2,7 @@ import { extent as d3Extent, Palette } from "@hpcc-js/common"; import { DivIcon, Map, Marker, Point } from "@hpcc-js/leaflet-shim"; import { hsl as d3Hsl } from "d3-color"; import { format as d3Format } from "d3-format"; -import { FeatureLayer } from "./FeatureLayer"; +import { FeatureLayer } from "./FeatureLayer.ts"; import "../../src/leaflet/ClusterCircles.css"; diff --git a/packages/map/src/leaflet/Countries.ts b/packages/map/src/leaflet/Countries.ts index 414be4fc57..a88312774e 100644 --- a/packages/map/src/leaflet/Countries.ts +++ b/packages/map/src/leaflet/Countries.ts @@ -1,7 +1,7 @@ import { json as d3Json } from "d3-request"; import * as topojson from "topojson-client"; -import { topoJsonFolder } from "../Choropleth"; -import { World } from "./World"; +import { topoJsonFolder } from "../Choropleth.ts"; +import { World } from "./World.ts"; let countries = null; diff --git a/packages/map/src/leaflet/DrawLayer.ts b/packages/map/src/leaflet/DrawLayer.ts index fc35efa6fc..9d818f19d3 100644 --- a/packages/map/src/leaflet/DrawLayer.ts +++ b/packages/map/src/leaflet/DrawLayer.ts @@ -1,6 +1,6 @@ import { Circle, Control, Draw, LatLng, LatLngBounds, LatLngExpression, Map, Polygon, Polyline, Rectangle } from "@hpcc-js/leaflet-shim"; import { hashSum } from "@hpcc-js/util"; -import { FeatureLayer } from "./FeatureLayer"; +import { FeatureLayer } from "./FeatureLayer.ts"; function del(arr: any[], item: object) { const idx = arr.indexOf(item); diff --git a/packages/map/src/leaflet/FeatureLayer.ts b/packages/map/src/leaflet/FeatureLayer.ts index e923df415c..9e87dac927 100644 --- a/packages/map/src/leaflet/FeatureLayer.ts +++ b/packages/map/src/leaflet/FeatureLayer.ts @@ -1,7 +1,7 @@ import { HTMLWidget, select as d3Select, Utility } from "@hpcc-js/common"; import { D3SvgOverlay, FeatureGroup, LatLngBounds, LeafletEvent, Map, MarkerClusterGroup } from "@hpcc-js/leaflet-shim"; -import { Leaflet } from "./Leaflet"; -import { ILayer } from "./TileLayer"; +import { Leaflet } from "./Leaflet.ts"; +import { ILayer } from "./TileLayer.ts"; export class FeatureLayer extends Leaflet implements ILayer { protected _layer: FeatureGroup | MarkerClusterGroup; diff --git a/packages/map/src/leaflet/GMap.ts b/packages/map/src/leaflet/GMap.ts index 51940f4531..70d370fec9 100644 --- a/packages/map/src/leaflet/GMap.ts +++ b/packages/map/src/leaflet/GMap.ts @@ -1,8 +1,8 @@ import * as _GoogleMapsLoader from "google-maps"; import { GoogleMutant, Map } from "@hpcc-js/leaflet-shim"; -import { requireGoogleMap } from "../GMap"; -import { TileLayer } from "./TileLayer"; +import { requireGoogleMap } from "../GMap.ts"; +import { TileLayer } from "./TileLayer.ts"; declare const window: any; diff --git a/packages/map/src/leaflet/HeatLayer.ts b/packages/map/src/leaflet/HeatLayer.ts index 3ff242410c..33b4001df4 100644 --- a/packages/map/src/leaflet/HeatLayer.ts +++ b/packages/map/src/leaflet/HeatLayer.ts @@ -1,5 +1,5 @@ -import { HeatLayer as LHeatLayer, LatLngBounds, Map } from "@hpcc-js/leaflet-shim"; -import { FeatureLayer } from "./FeatureLayer"; +import { LHeatLayer, LatLngBounds, Map } from "@hpcc-js/leaflet-shim"; +import { FeatureLayer } from "./FeatureLayer.ts"; export class HeatLayer extends FeatureLayer { diff --git a/packages/map/src/leaflet/Icons.ts b/packages/map/src/leaflet/Icons.ts index 0e1ba21207..dee9a95cdc 100644 --- a/packages/map/src/leaflet/Icons.ts +++ b/packages/map/src/leaflet/Icons.ts @@ -1,5 +1,5 @@ import { Icon, Map } from "@hpcc-js/leaflet-shim"; -import { Markers } from "./Markers"; +import { Markers } from "./Markers.ts"; export class Icons extends Markers { diff --git a/packages/map/src/leaflet/Leaflet.ts b/packages/map/src/leaflet/Leaflet.ts index dfdf162b3b..fd58c302ca 100644 --- a/packages/map/src/leaflet/Leaflet.ts +++ b/packages/map/src/leaflet/Leaflet.ts @@ -1,11 +1,11 @@ -import { Button, HTMLWidget, IconBar, publish, Spacer, Widget } from "@hpcc-js/common"; +import { Button, HTMLWidget, IconBar, Spacer, Widget } from "@hpcc-js/common"; import { LatLngBounds, Map } from "@hpcc-js/leaflet-shim"; -import { AlbersLayer } from "./AlbersPR"; -import { BlankLayer } from "./Blank"; -import { GMapLayer } from "./GMap"; -import { MapBoxLayer } from "./MapBox"; -import { OpenStreetLayer } from "./OpenStreet"; -import { ILayer, TileLayer } from "./TileLayer"; +import { AlbersLayer } from "./AlbersPR.ts"; +import { BlankLayer } from "./Blank.ts"; +import { GMapLayer } from "./GMap.ts"; +import { MapBoxLayer } from "./MapBox.ts"; +import { OpenStreetLayer } from "./OpenStreet.ts"; +import { ILayer, TileLayer } from "./TileLayer.ts"; import "../../src/leaflet/Leaflet.css"; @@ -225,7 +225,8 @@ export interface Leaflet { defaultLong(_: number): this; defaultZoom(): number; defaultZoom(_: number): this; - autoZoomToFit: publish; + autoZoomToFit(): boolean; + autoZoomToFit(_: boolean): this; } Leaflet.prototype.publish("showToolbar", true, "boolean", "Show toolbar", undefined, { hidden: (w: Leaflet) => w.isLayer() }); diff --git a/packages/map/src/leaflet/MapBox.ts b/packages/map/src/leaflet/MapBox.ts index cc22645b4a..9fafb68123 100644 --- a/packages/map/src/leaflet/MapBox.ts +++ b/packages/map/src/leaflet/MapBox.ts @@ -1,5 +1,5 @@ import { Map, TileLayer as LeafletTileLayer } from "@hpcc-js/leaflet-shim"; -import { TileLayer } from "./TileLayer"; +import { TileLayer } from "./TileLayer.ts"; declare const window: any; diff --git a/packages/map/src/leaflet/Markers.ts b/packages/map/src/leaflet/Markers.ts index dac50cc1b7..d9f351816f 100644 --- a/packages/map/src/leaflet/Markers.ts +++ b/packages/map/src/leaflet/Markers.ts @@ -1,5 +1,5 @@ import { Map, Marker, point, Direction } from "@hpcc-js/leaflet-shim"; -import { ClusterLayer } from "./FeatureLayer"; +import { ClusterLayer } from "./FeatureLayer.ts"; export class Markers extends ClusterLayer { diff --git a/packages/map/src/leaflet/OpenStreet.ts b/packages/map/src/leaflet/OpenStreet.ts index 927ee89e15..8afc67f371 100644 --- a/packages/map/src/leaflet/OpenStreet.ts +++ b/packages/map/src/leaflet/OpenStreet.ts @@ -1,5 +1,5 @@ import { Map, TileLayer as LeafletTileLayer } from "@hpcc-js/leaflet-shim"; -import { TileLayer } from "./TileLayer"; +import { TileLayer } from "./TileLayer.ts"; export class OpenStreetLayer extends TileLayer { diff --git a/packages/map/src/leaflet/Path.ts b/packages/map/src/leaflet/Path.ts index 25e619cbf9..e3b6978dbf 100644 --- a/packages/map/src/leaflet/Path.ts +++ b/packages/map/src/leaflet/Path.ts @@ -1,7 +1,7 @@ import { Map } from "@hpcc-js/leaflet-shim"; import { geoPath as d3GeoPath } from "d3-geo"; -import { resolve } from "../Projection"; -import { D3SurfaceLayer } from "./FeatureLayer"; +import { resolve } from "../Projection.ts"; +import { D3SurfaceLayer } from "./FeatureLayer.ts"; const projectionFactor = (1 << 12) / 2 / Math.PI; diff --git a/packages/map/src/leaflet/Pins.ts b/packages/map/src/leaflet/Pins.ts index 5889361120..49e9109fbe 100644 --- a/packages/map/src/leaflet/Pins.ts +++ b/packages/map/src/leaflet/Pins.ts @@ -1,5 +1,5 @@ import { BeautifyIcon, Map } from "@hpcc-js/leaflet-shim"; -import { Markers } from "./Markers"; +import { Markers } from "./Markers.ts"; export class Pins extends Markers { diff --git a/packages/map/src/leaflet/Polygons.ts b/packages/map/src/leaflet/Polygons.ts index 303bea5f49..05ddf5fe14 100644 --- a/packages/map/src/leaflet/Polygons.ts +++ b/packages/map/src/leaflet/Polygons.ts @@ -1,6 +1,6 @@ import { extent as d3Extent, Palette } from "@hpcc-js/common"; import { LeafletEvent, Map, Polygon } from "@hpcc-js/leaflet-shim"; -import { FeatureLayer } from "./FeatureLayer"; +import { FeatureLayer } from "./FeatureLayer.ts"; function lngLat2LatLng(d: [number, number]): [number, number] { return [d[1], d[0]]; diff --git a/packages/map/src/leaflet/Region.ts b/packages/map/src/leaflet/Region.ts index e84c3c0f5d..71ef95c6ad 100644 --- a/packages/map/src/leaflet/Region.ts +++ b/packages/map/src/leaflet/Region.ts @@ -1,7 +1,7 @@ import { json as d3Json } from "d3-request"; import * as topojson from "topojson-client"; -import { topoJsonFolder } from "../Choropleth"; -import { World } from "./World"; +import { topoJsonFolder } from "../Choropleth.ts"; +import { World } from "./World.ts"; const topo_indexes = { "GB": ["administrative_area_level_3", "administrative_area_level_2", "administrative_area_level_1"], diff --git a/packages/map/src/leaflet/Text.ts b/packages/map/src/leaflet/Text.ts index 634de09e17..d2cabeec36 100644 --- a/packages/map/src/leaflet/Text.ts +++ b/packages/map/src/leaflet/Text.ts @@ -1,6 +1,6 @@ import { BeautifyIcon, Map } from "@hpcc-js/leaflet-shim"; import { format as d3Format } from "d3-format"; -import { Markers } from "./Markers"; +import { Markers } from "./Markers.ts"; export class Text extends Markers { diff --git a/packages/map/src/leaflet/TopoJSON.ts b/packages/map/src/leaflet/TopoJSON.ts index 3cc52decf4..8be9abe33c 100644 --- a/packages/map/src/leaflet/TopoJSON.ts +++ b/packages/map/src/leaflet/TopoJSON.ts @@ -1,8 +1,8 @@ import { GeoJSON, Map } from "@hpcc-js/leaflet-shim"; import { json as d3Json } from "d3-request"; import * as topojson from "topojson-client"; -import { topoJsonFolder } from "../Choropleth"; -import { FeatureLayer } from "./FeatureLayer"; +import { topoJsonFolder } from "../Choropleth.ts"; +import { FeatureLayer } from "./FeatureLayer.ts"; export function fixDateLine(feature, layer) { const latlongs = layer.getLatLngs(); diff --git a/packages/map/src/leaflet/US.ts b/packages/map/src/leaflet/US.ts index 954c6f0b9f..c8ddad4db4 100644 --- a/packages/map/src/leaflet/US.ts +++ b/packages/map/src/leaflet/US.ts @@ -1,5 +1,5 @@ import { LatLngBounds } from "@hpcc-js/leaflet-shim"; -import { World } from "./World"; +import { World } from "./World.ts"; export class US extends World { diff --git a/packages/map/src/leaflet/USCounties.ts b/packages/map/src/leaflet/USCounties.ts index 9e24526572..8c681f716f 100644 --- a/packages/map/src/leaflet/USCounties.ts +++ b/packages/map/src/leaflet/USCounties.ts @@ -1,7 +1,7 @@ import { json as d3Json } from "d3-request"; import * as topojson from "topojson-client"; -import { topoJsonFolder } from "../Choropleth"; -import { US } from "./US"; +import { topoJsonFolder } from "../Choropleth.ts"; +import { US } from "./US.ts"; let usCounties = null; const usCountyNames = {}; diff --git a/packages/map/src/leaflet/USStates.ts b/packages/map/src/leaflet/USStates.ts index f6de9e759e..dfc4ed808d 100644 --- a/packages/map/src/leaflet/USStates.ts +++ b/packages/map/src/leaflet/USStates.ts @@ -1,7 +1,7 @@ import { json as d3Json } from "d3-request"; import * as topojson from "topojson-client"; -import { topoJsonFolder } from "../Choropleth"; -import { US } from "./US"; +import { topoJsonFolder } from "../Choropleth.ts"; +import { US } from "./US.ts"; let usStates = null; const usStateNames = {}; diff --git a/packages/map/src/leaflet/World.ts b/packages/map/src/leaflet/World.ts index bd1677274f..d4c0b3fc3a 100644 --- a/packages/map/src/leaflet/World.ts +++ b/packages/map/src/leaflet/World.ts @@ -1,15 +1,14 @@ import { Palette, SVGGlowFilter, Utility } from "@hpcc-js/common"; import { LatLngBounds, Map } from "@hpcc-js/leaflet-shim"; import { select as d3Select } from "d3-selection"; -import { FeatureLayer } from "./FeatureLayer"; -import { TopoJSON } from "./TopoJSON"; +import { FeatureLayer } from "./FeatureLayer.ts"; +import { TopoJSON } from "./TopoJSON.ts"; import "../../src/leaflet/World.css"; export class World extends FeatureLayer { protected _features; - protected _selection: Utility.SimpleSelection; _palette; protected _dataMap = {}; @@ -136,19 +135,18 @@ World.prototype._palette = Palette.rainbow("default"); World.prototype.mixin(Utility.SimpleSelectionMixin); export interface World { - autoScaleMode(): string; - autoScaleMode(_: string): this; - autoScaleMode_exists(): boolean; paletteID(): string; paletteID(_: string): this; paletteID_exists(): boolean; useClonedPalette(): boolean; useClonedPalette(_: boolean): this; useClonedPalette_exists(): boolean; + opacity(): number; opacity(_: number): this; opacity_default(_: number): this; opacity_exists(): boolean; + meshVisible(): boolean; meshVisible(_: boolean): this; meshVisible_exists(): boolean; @@ -158,6 +156,9 @@ export interface World { meshStrokeWidth(): number; meshStrokeWidth(_: number): this; meshStrokeWidth_exists(): boolean; + internalOnly(): boolean; + internalOnly(_: boolean): this; + internalOnly_exists(): boolean; } World.prototype.publish("paletteID", "YlOrRd", "set", "Color palette for this widget", World.prototype._palette.switch(), { tags: ["Basic", "Shared"] }); diff --git a/packages/map/src/leaflet/index.ts b/packages/map/src/leaflet/index.ts index 83c774c203..a9e7944a58 100644 --- a/packages/map/src/leaflet/index.ts +++ b/packages/map/src/leaflet/index.ts @@ -1,18 +1,18 @@ -export * from "./Circles"; -export * from "./ClusterCircles"; -export * from "./Countries"; -export * from "./DrawLayer"; -export * from "./FeatureLayer"; -export * from "./HeatLayer"; -export * from "./Icons"; -export * from "./Leaflet"; -export * from "./Markers"; -export * from "./Polygons"; -export * from "./Path"; -export * from "./Pins"; -export * from "./Region"; -export * from "./Text"; -export * from "./TileLayer"; -export * from "./USCounties"; -export * from "./USStates"; -export * from "./World"; +export * from "./Circles.ts"; +export * from "./ClusterCircles.ts"; +export * from "./Countries.ts"; +export * from "./DrawLayer.ts"; +export * from "./FeatureLayer.ts"; +export * from "./HeatLayer.ts"; +export * from "./Icons.ts"; +export * from "./Leaflet.ts"; +export * from "./Markers.ts"; +export * from "./Polygons.ts"; +export * from "./Path.ts"; +export * from "./Pins.ts"; +export * from "./Region.ts"; +export * from "./Text.ts"; +export * from "./TileLayer.ts"; +export * from "./USCounties.ts"; +export * from "./USStates.ts"; +export * from "./World.ts"; diff --git a/packages/map/tests/map.browser.spec.ts b/packages/map/tests/map.browser.spec.ts new file mode 100644 index 0000000000..f0e99dc3c4 --- /dev/null +++ b/packages/map/tests/map.browser.spec.ts @@ -0,0 +1,174 @@ +import * as map from "@hpcc-js/map"; +import { topoJsonFolder, CanvasPinLayer, CanvasPins, Choropleth, ChoroplethContinents, ChoroplethCounties, ChoroplethCountries, ChoroplethStates, GeoHash, GMap, GMapCounties, GMapGraph, GMapLayered, GMapPin, GMapPinLine, Graph, Graticule, Layered, Leaflet, Lines, OpenStreet, Pins, GMapHeat, Heat, TopoJSONChoropleth, Layer, ChoroplethStatesHeat } from "@hpcc-js/map"; +import { Class, HTMLWidget, SVGWidget } from "@hpcc-js/common"; +import { describe, it, expect } from "vitest"; +import { classDef, flightPath, geo, render } from "../../common/tests/index.ts"; + +const urlSearch: string = window.location.href.split("?")[1]; + +topoJsonFolder("https://cdn.jsdelivr.net/npm/@hpcc-js/map/TopoJSON"); + +describe("@hpcc-js/map", () => { + for (const key in map) { + const item = (map as any)[key]; + if (item) { + if (!urlSearch || urlSearch === item.prototype.constructor.name) { + describe(`${item.prototype?.constructor?.name}`, () => { + it("Simple", () => { + expect(true).to.be.true; + }); + if (item.prototype instanceof Class) { + classDef("map", item); + } + if (item.prototype instanceof HTMLWidget || item.prototype instanceof SVGWidget) { + switch (item.prototype.constructor) { + case ChoroplethContinents: + render(new ChoroplethContinents()); + break; + case ChoroplethCountries: + render(new ChoroplethCountries() + .columns(geo.Countries.simple.columns) + .data(geo.Countries.simple.rawData) + ); + break; + case ChoroplethStates: + render(new ChoroplethStates() + .columns(geo.States.simple.columns) + .data(geo.States.simple.data)); + break; + case ChoroplethCounties: + render(new ChoroplethCounties() + .columns(geo.Counties.simple.columns) + .data(geo.Counties.simple.rawData) + ); + break; + case GeoHash: + render(new GeoHash() + .columns(["geohash", "weight"]) + .data(geo.GeoHash.map(function (row) { return [row.term, row.count]; })) + ); + break; + case GMap: + render(new GMap() + .columns(geo.GMap.simple.columns) + .data(geo.GMap.simple.data) + ); + break; + case GMapCounties: + render(new GMapCounties() + .columns(geo.Counties.simple.columns) + .data(geo.Counties.simple.rawData)); + break; + case GMapGraph: + render(new GMapGraph() + .columns(geo.GMap.graph.columns) + .data(geo.GMap.graph.data) + ); + break; + case GMapPin: + render(new GMapPin() + .columns(flightPath.columns) + .data(flightPath.data) + .latitudeColumn("dest_lat") + .longitudeColumn("dest_long") + ); + break; + case GMapPinLine: + const gmapLayered = new GMapLayered() + .layers([ + new Graticule(), + new ChoroplethContinents(), + new ChoroplethStates() + .columns(geo.States.simple.columns) + .data(geo.States.simple.data), + new Lines() + .opacity(0.75) + .columns(["fromLatitude", "fromLongitude", "toLatitude", "toLongitude"]) + .data([[51.897969, -8.475438, 35.652930, 139.687128], + [35.652930, 139.687128, 37.665074, -122.384375], + [37.665074, -122.384375, 32.690680, -117.178540], + [32.690680, -117.178540, 39.709455, -104.969859], + [39.709455, -104.969859, 41.244123, -95.961610], + [41.244123, -95.961610, 32.688980, -117.192040], + [32.688980, -117.192040, 45.786490, -108.526600], + [45.786490, -108.526600, 45.796180, -108.535652], + [45.796180, -108.535652, 45.774320, -108.494370], + [45.774320, -108.494370, 45.777062, -108.549835], + [45.777062, -108.549835, 51.897969, -8.475438]]), + new Pins() + .opacity(0.75) + .columns(geo.GMap.simple.columns) + .data(geo.GMap.simple.data) + ]); + render(gmapLayered); + break; + case Graticule: + render(new Graticule()); + break; + case OpenStreet: + // render(new OpenStreet()); + break; + case Layered: + const layered = new Layered() + .layers([ + new Graticule(), + new ChoroplethContinents(), + new ChoroplethStates() + .columns(geo.States.simple.columns) + .data(geo.States.simple.data), + new Lines() + .opacity(0.75) + .columns(["fromLatitude", "fromLongitude", "toLatitude", "toLongitude"]) + .data([[51.897969, -8.475438, 35.652930, 139.687128], + [35.652930, 139.687128, 37.665074, -122.384375], + [37.665074, -122.384375, 32.690680, -117.178540], + [32.690680, -117.178540, 39.709455, -104.969859], + [39.709455, -104.969859, 41.244123, -95.961610], + [41.244123, -95.961610, 32.688980, -117.192040], + [32.688980, -117.192040, 45.786490, -108.526600], + [45.786490, -108.526600, 45.796180, -108.535652], + [45.796180, -108.535652, 45.774320, -108.494370], + [45.774320, -108.494370, 45.777062, -108.549835], + [45.777062, -108.549835, 51.897969, -8.475438]]), + new Pins() + .opacity(0.75) + .columns(geo.GMap.simple.columns) + .data(geo.GMap.simple.data) + ]); + render(layered); + break; + + case Leaflet.ClusterPins: + render(new Leaflet.ClusterPins() + .columns(flightPath.columns) + .data(flightPath.data) + .latitudeColumn("dest_lat") + .longitudeColumn("dest_long") + ); + break; + + case Layer: + case GMapLayered: + case Choropleth: + case ChoroplethStatesHeat: + case CanvasPinLayer: + case CanvasPins: + case Graph: + case GMapHeat: + case Heat: + case Lines: + case Pins: + case TopoJSONChoropleth: + break; + + default: + it("Has render test", () => { + expect(false).to.be.true; + }); + } + } + }); + } + } + } +}); diff --git a/packages/map/tmp.txt b/packages/map/tmp.txt new file mode 100644 index 0000000000..1ae5f95382 --- /dev/null +++ b/packages/map/tmp.txt @@ -0,0 +1,371510 @@ + +> @hpcc-js/map@3.0.0 test +> vitest run + +Port 63315 is in use, trying another one... +Port 63316 is in use, trying another one... +Port 63317 is in use, trying another one... +Port 63318 is in use, trying another one... +Port 63319 is in use, trying another one... +Port 63320 is in use, trying another one... +Port 63321 is in use, trying another one... +Port 63322 is in use, trying another one... +Port 63323 is in use, trying another one... +Port 63324 is in use, trying another one... +Port 63325 is in use, trying another one... +Port 63326 is in use, trying another one... +Port 63327 is in use, trying another one... +Port 63328 is in use, trying another one... +Port 63329 is in use, trying another one... +Port 63330 is in use, trying another one... +Port 63331 is in use, trying another one... +Port 63332 is in use, trying another one... +Port 63333 is in use, trying another one... +Port 63334 is in use, trying another one... +Port 63335 is in use, trying another one... +Port 63336 is in use, trying another one... +Port 63337 is in use, trying another one... +Port 63338 is in use, trying another one... +Port 63339 is in use, trying another one... + + RUN v2.1.4 /home/gordon/Visualization/packages/map + [browser] Browser runner started by playwright at http://localhost:63340/ + +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53073 { + "geometry": { + "coordinates": [ + [ + [ + -120.8519857238025, + 49.00031611978763, + ], + [ + -120.76727914557584, + 48.95396018826008, + ], + [ + -120.73354008475674, + 48.78212632388392, + ], + [ + -120.6545763253929, + 48.72416798075736, + ], + [ + -120.751845319882, + 48.657507828931536, + ], + [ + -120.91084961714647, + 48.640909934560725, + ], + [ + -122.48868909970767, + 48.64536826864738, + ], + [ + -122.49084265678124, + 48.74205503197251, + ], + [ + -122.64733447079323, + 48.774606242291966, + ], + [ + -122.81818333196227, + 48.939081169681714, + ], + [ + -122.75824266008154, + 49.00208871044859, + ], + [ + -121.75971003030782, + 48.99730808715084, + ], + [ + -120.8519857238025, + 49.00031611978763, + ], + ], + ], + "type": "Polygon", + }, + "id": "53073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30105 { + "geometry": { + "coordinates": [ + [ + [ + -106.11196433382499, + 48.9994566818914, + ], + [ + -106.15180513968583, + 48.82391649158778, + ], + [ + -106.02151493673549, + 48.82391649158778, + ], + [ + -106.02115601055657, + 48.564043957717246, + ], + [ + -105.80436459848491, + 48.56329194955805, + ], + [ + -105.80436459848491, + 48.21919450185763, + ], + [ + -105.8434875519879, + 48.21903335725209, + ], + [ + -105.84384647816684, + 48.01029737820684, + ], + [ + -106.22933319433398, + 48.02641183876103, + ], + [ + -106.40089990786088, + 48.06191736684876, + ], + [ + -106.41848729062828, + 47.95738823272059, + ], + [ + -106.5660059501671, + 47.81482897168454, + ], + [ + -106.87468246404396, + 47.684892704749274, + ], + [ + -107.24904246866437, + 47.6615267369457, + ], + [ + -107.41486636332844, + 47.69166077818203, + ], + [ + -107.40445750413957, + 48.21828134909289, + ], + [ + -107.36928273860477, + 48.30513829147996, + ], + [ + -107.26052810639001, + 48.304762287400365, + ], + [ + -107.30144569078765, + 48.48089334125764, + ], + [ + -107.19304998475182, + 48.50930850670152, + ], + [ + -107.20597132719318, + 48.91259973950433, + ], + [ + -107.18012864231046, + 49.00004754544506, + ], + [ + -106.11196433382499, + 48.9994566818914, + ], + ], + ], + "type": "Polygon", + }, + "id": "30105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30029 { + "geometry": { + "coordinates": [ + [ + [ + -114.06792201591138, + 48.99886581833775, + ], + [ + -113.95629597426522, + 48.81768556684017, + ], + [ + -113.84215744936657, + 48.85566197887953, + ], + [ + -113.70253516576413, + 48.719763361539215, + ], + [ + -113.75027234756136, + 48.613945070566714, + ], + [ + -113.46743851856722, + 48.54760720795198, + ], + [ + -113.48107771336643, + 48.45972968306314, + ], + [ + -113.35653032927891, + 48.4241704401069, + ], + [ + -113.34935180570038, + 48.31013377425176, + ], + [ + -113.22624012632856, + 48.234073520436, + ], + [ + -113.23521328080173, + 48.174933450202126, + ], + [ + -113.01698616401437, + 48.132444989207585, + ], + [ + -112.87844065894872, + 47.9762958664375, + ], + [ + -112.98468280791099, + 47.95395048113569, + ], + [ + -113.08661784272613, + 47.91812266383688, + ], + [ + -113.06651797670624, + 47.77647655556558, + ], + [ + -113.1659405282689, + 47.72072052204808, + ], + [ + -113.14476388371223, + 47.59631688656975, + ], + [ + -113.46636174003044, + 47.599969497628706, + ], + [ + -113.63433919176808, + 47.59986206789168, + ], + [ + -113.59808764769649, + 47.68376469251048, + ], + [ + -113.68171744738639, + 47.7950619000714, + ], + [ + -113.67059073583967, + 47.89497155550737, + ], + [ + -113.84179852318763, + 47.97822960170401, + ], + [ + -113.88558751701667, + 48.05112067827745, + ], + [ + -114.07833087510025, + 48.023457520992764, + ], + [ + -114.0384900692394, + 47.962544860097935, + ], + [ + -114.49181383322366, + 47.96190028167577, + ], + [ + -114.47709785988766, + 47.78985155782555, + ], + [ + -114.60415772722767, + 47.78958298348299, + ], + [ + -114.6045166534066, + 47.875580487973835, + ], + [ + -114.98964444339481, + 47.872787314811106, + ], + [ + -115.01082108795148, + 48.01540029071567, + ], + [ + -115.02015316860357, + 48.22596257529039, + ], + [ + -114.84786860271882, + 48.226177434764445, + ], + [ + -114.84966323361346, + 48.5734977745757, + ], + [ + -114.88878618711645, + 48.658420981696274, + ], + [ + -114.65225383520384, + 48.658958130381414, + ], + [ + -114.61205410316406, + 48.751884852910564, + ], + [ + -114.69173571488575, + 48.842179546882534, + ], + [ + -114.72942296367304, + 49.00047726439317, + ], + [ + -114.06792201591138, + 48.99886581833775, + ], + ], + ], + "type": "Polygon", + }, + "id": "30029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16021 { + "geometry": { + "coordinates": [ + [ + [ + -116.04919452358605, + 49.00085326847277, + ], + [ + -116.04919452358605, + 48.50200328458362, + ], + [ + -116.78571104274337, + 48.50049926826523, + ], + [ + -116.7860699689223, + 48.84728245939135, + ], + [ + -117.03337010620271, + 48.84642302149513, + ], + [ + -117.03337010620271, + 48.99918810754883, + ], + [ + -116.04919452358605, + 49.00085326847277, + ], + ], + ], + "type": "Polygon", + }, + "id": "16021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30071 { + "geometry": { + "coordinates": [ + [ + [ + -107.18012864231046, + 49.00004754544506, + ], + [ + -107.20597132719318, + 48.91259973950433, + ], + [ + -107.19304998475182, + 48.50930850670152, + ], + [ + -107.30144569078765, + 48.48089334125764, + ], + [ + -107.26052810639001, + 48.304762287400365, + ], + [ + -107.36928273860477, + 48.30513829147996, + ], + [ + -107.40445750413957, + 48.21828134909289, + ], + [ + -107.41486636332844, + 47.69166077818203, + ], + [ + -107.45004112886325, + 47.62204630858794, + ], + [ + -107.69446985671225, + 47.62978124965395, + ], + [ + -107.9087487855314, + 47.4506421631599, + ], + [ + -107.93100220862485, + 47.56908344823318, + ], + [ + -108.06524059954339, + 47.59830433670477, + ], + [ + -108.31289966300272, + 47.58337160325789, + ], + [ + -108.77160731967088, + 47.645465991260025, + ], + [ + -108.89112973725344, + 47.73436409865063, + ], + [ + -108.88825832782202, + 47.92274214252909, + ], + [ + -108.62552436484776, + 47.920808407262584, + ], + [ + -108.60793698208036, + 47.991013740410324, + ], + [ + -108.4342167114799, + 47.97656444078007, + ], + [ + -108.4342167114799, + 48.219409361331685, + ], + [ + -108.40299013391329, + 48.443239218429355, + ], + [ + -108.34592087146397, + 48.42229041970891, + ], + [ + -108.31900140804447, + 48.74226989144657, + ], + [ + -108.25941966234267, + 48.74216246170954, + ], + [ + -108.23644838689137, + 48.999617826496944, + ], + [ + -107.18012864231046, + 49.00004754544506, + ], + ], + ], + "type": "Polygon", + }, + "id": "30071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38079 { + "geometry": { + "coordinates": [ + [ + [ + -99.49300666824007, + 48.544814034789255, + ], + [ + -100.14625231388644, + 48.54524375373737, + ], + [ + -100.18286278413694, + 48.71992450614476, + ], + [ + -100.18286278413694, + 48.99929553728586, + ], + [ + -99.52602787670132, + 48.99940296702289, + ], + [ + -99.52495109816454, + 48.71836677495786, + ], + [ + -99.49300666824007, + 48.544814034789255, + ], + ], + ], + "type": "Polygon", + }, + "id": "38079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30053 { + "geometry": { + "coordinates": [ + [ + [ + -114.72942296367304, + 49.00047726439317, + ], + [ + -114.69173571488575, + 48.842179546882534, + ], + [ + -114.61205410316406, + 48.751884852910564, + ], + [ + -114.65225383520384, + 48.658958130381414, + ], + [ + -114.88878618711645, + 48.658420981696274, + ], + [ + -114.84966323361346, + 48.5734977745757, + ], + [ + -114.84786860271882, + 48.226177434764445, + ], + [ + -115.02015316860357, + 48.22596257529039, + ], + [ + -115.01082108795148, + 48.01540029071567, + ], + [ + -115.15439155952211, + 48.017710030061764, + ], + [ + -115.19674484863545, + 47.91602778396484, + ], + [ + -115.2785800174307, + 47.89024464707814, + ], + [ + -115.52121411438506, + 47.90775569421369, + ], + [ + -115.53844257097354, + 47.98193592763147, + ], + [ + -115.75918217101338, + 48.26367041298718, + ], + [ + -116.00971264390412, + 48.16037672083485, + ], + [ + -116.0499123759439, + 48.21505845698205, + ], + [ + -116.04919452358605, + 48.50200328458362, + ], + [ + -116.04919452358605, + 49.00085326847277, + ], + [ + -114.72942296367304, + 49.00047726439317, + ], + ], + ], + "type": "Polygon", + }, + "id": "30053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38009 { + "geometry": { + "coordinates": [ + [ + [ + -100.18286278413694, + 48.99929553728586, + ], + [ + -100.18286278413694, + 48.71992450614476, + ], + [ + -100.14625231388644, + 48.54524375373737, + ], + [ + -100.27654251683678, + 48.54470660505223, + ], + [ + -100.4064737936082, + 48.54465289018371, + ], + [ + -100.40683271978713, + 48.63188583665038, + ], + [ + -101.05971943925456, + 48.632422985335516, + ], + [ + -101.05971943925456, + 48.54545861321142, + ], + [ + -101.45130790046345, + 48.54604947676507, + ], + [ + -101.45130790046345, + 48.720031935881785, + ], + [ + -101.4965325990082, + 48.720569084566925, + ], + [ + -101.49689152518712, + 48.9994566818914, + ], + [ + -100.18286278413694, + 48.99929553728586, + ], + ], + ], + "type": "Polygon", + }, + "id": "38009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30035 { + "geometry": { + "coordinates": [ + [ + [ + -112.19360950955682, + 48.99865095886369, + ], + [ + -112.18463635508365, + 48.47756301940977, + ], + [ + -112.57730159482932, + 48.483364225209286, + ], + [ + -112.58053193043966, + 48.3098651999092, + ], + [ + -113.34935180570038, + 48.31013377425176, + ], + [ + -113.35653032927891, + 48.4241704401069, + ], + [ + -113.48107771336643, + 48.45972968306314, + ], + [ + -113.46743851856722, + 48.54760720795198, + ], + [ + -113.75027234756136, + 48.613945070566714, + ], + [ + -113.70253516576413, + 48.719763361539215, + ], + [ + -113.84215744936657, + 48.85566197887953, + ], + [ + -113.95629597426522, + 48.81768556684017, + ], + [ + -114.06792201591138, + 48.99886581833775, + ], + [ + -112.19360950955682, + 48.99865095886369, + ], + ], + ], + "type": "Polygon", + }, + "id": "30035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30041 { + "geometry": { + "coordinates": [ + [ + [ + -109.53432544988985, + 48.13507701776477, + ], + [ + -109.72742773415234, + 48.13260613381313, + ], + [ + -109.72742773415234, + 48.221396811466704, + ], + [ + -109.84587337319812, + 48.2190870721206, + ], + [ + -109.84587337319812, + 48.30594401450767, + ], + [ + -110.62546103382662, + 48.306481163192814, + ], + [ + -110.62546103382662, + 48.21962422080574, + ], + [ + -110.75575123677697, + 48.219677935674255, + ], + [ + -110.74318882051455, + 48.99859724399518, + ], + [ + -109.48981860370296, + 49.00031611978763, + ], + [ + -109.50561135557572, + 48.571617754177716, + ], + [ + -109.46433484499917, + 48.45247817581375, + ], + [ + -109.5511949802994, + 48.293482165012435, + ], + [ + -109.53432544988985, + 48.13507701776477, + ], + ], + ], + "type": "Polygon", + }, + "id": "30041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30005 { + "geometry": { + "coordinates": [ + [ + [ + -108.23644838689137, + 48.999617826496944, + ], + [ + -108.25941966234267, + 48.74216246170954, + ], + [ + -108.31900140804447, + 48.74226989144657, + ], + [ + -108.34592087146397, + 48.42229041970891, + ], + [ + -108.40299013391329, + 48.443239218429355, + ], + [ + -108.4342167114799, + 48.219409361331685, + ], + [ + -108.4342167114799, + 47.97656444078007, + ], + [ + -108.60793698208036, + 47.991013740410324, + ], + [ + -108.62552436484776, + 47.920808407262584, + ], + [ + -108.88825832782202, + 47.92274214252909, + ], + [ + -108.89112973725344, + 47.73436409865063, + ], + [ + -108.93886691905067, + 47.79022756190515, + ], + [ + -109.27410397016808, + 47.79318187967341, + ], + [ + -109.42987793182222, + 47.7200222287574, + ], + [ + -109.53827363785804, + 47.73887614760581, + ], + [ + -109.53432544988985, + 48.13507701776477, + ], + [ + -109.5511949802994, + 48.293482165012435, + ], + [ + -109.46433484499917, + 48.45247817581375, + ], + [ + -109.50561135557572, + 48.571617754177716, + ], + [ + -109.48981860370296, + 49.00031611978763, + ], + [ + -108.23644838689137, + 48.999617826496944, + ], + ], + ], + "type": "Polygon", + }, + "id": "30005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30019 { + "geometry": { + "coordinates": [ + [ + [ + -105.05743922013872, + 48.999241822417346, + ], + [ + -105.03841613265561, + 48.650202606813636, + ], + [ + -104.9734504942699, + 48.563238234689535, + ], + [ + -105.80436459848491, + 48.56329194955805, + ], + [ + -106.02115601055657, + 48.564043957717246, + ], + [ + -106.02151493673549, + 48.82391649158778, + ], + [ + -106.15180513968583, + 48.82391649158778, + ], + [ + -106.11196433382499, + 48.9994566818914, + ], + [ + -105.05743922013872, + 48.999241822417346, + ], + ], + ], + "type": "Polygon", + }, + "id": "30019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38067 { + "geometry": { + "coordinates": [ + [ + [ + -97.22890033157127, + 49.000423549524655, + ], + [ + -97.15496153871239, + 48.75784720331561, + ], + [ + -97.09537979301058, + 48.687373295825296, + ], + [ + -97.16249898846985, + 48.543095158996806, + ], + [ + -97.92701174958344, + 48.543095158996806, + ], + [ + -97.94998302503474, + 49.000423549524655, + ], + [ + -97.22890033157127, + 49.000423549524655, + ], + ], + ], + "type": "Polygon", + }, + "id": "38067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27069 { + "geometry": { + "coordinates": [ + [ + [ + -96.4055236771137, + 49.00004754544506, + ], + [ + -96.3879362943463, + 48.5442231712356, + ], + [ + -97.16249898846985, + 48.543095158996806, + ], + [ + -97.09537979301058, + 48.687373295825296, + ], + [ + -97.15496153871239, + 48.75784720331561, + ], + [ + -97.22890033157127, + 49.000423549524655, + ], + [ + -96.4055236771137, + 49.00004754544506, + ], + ], + ], + "type": "Polygon", + }, + "id": "27069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38095 { + "geometry": { + "coordinates": [ + [ + [ + -98.97041015172299, + 48.5442231712356, + ], + [ + -98.97076907790192, + 48.37126129462065, + ], + [ + -99.20012290623599, + 48.370670431067, + ], + [ + -99.49300666824007, + 48.37093900540957, + ], + [ + -99.49300666824007, + 48.544814034789255, + ], + [ + -99.52495109816454, + 48.71836677495786, + ], + [ + -99.52602787670132, + 48.99940296702289, + ], + [ + -98.99984209839496, + 48.99994011570803, + ], + [ + -98.99984209839496, + 48.71809820061529, + ], + [ + -98.97041015172299, + 48.5442231712356, + ], + ], + ], + "type": "Polygon", + }, + "id": "38095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38019 { + "geometry": { + "coordinates": [ + [ + [ + -97.94998302503474, + 49.000423549524655, + ], + [ + -97.92701174958344, + 48.543095158996806, + ], + [ + -98.3182412846134, + 48.543739737418974, + ], + [ + -98.97041015172299, + 48.5442231712356, + ], + [ + -98.99984209839496, + 48.71809820061529, + ], + [ + -98.99984209839496, + 48.99994011570803, + ], + [ + -97.94998302503474, + 49.000423549524655, + ], + ], + ], + "type": "Polygon", + }, + "id": "38019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53047 { + "geometry": { + "coordinates": [ + [ + [ + -118.83697415530874, + 49.00010126031357, + ], + [ + -118.85204905482365, + 47.95765680706316, + ], + [ + -118.97336610330083, + 47.9435835115125, + ], + [ + -118.982339257774, + 47.962007711412795, + ], + [ + -118.95075375402845, + 48.01873061256353, + ], + [ + -119.06130301713785, + 48.137870190927494, + ], + [ + -119.15139348804841, + 48.14581999146756, + ], + [ + -119.43781657883181, + 48.07701124490118, + ], + [ + -119.64814731968279, + 47.99912468555594, + ], + [ + -119.68547564229115, + 48.09178283374251, + ], + [ + -119.8900635642793, + 48.05697559894547, + ], + [ + -119.87032262443833, + 47.96034255048886, + ], + [ + -120.04870893536484, + 47.96055740996292, + ], + [ + -120.14310652042252, + 48.06503282922257, + ], + [ + -120.36241041574667, + 48.16875624032302, + ], + [ + -120.39184236241864, + 48.2429364737408, + ], + [ + -120.58279108960758, + 48.31905044242508, + ], + [ + -120.70159565483227, + 48.53160017713482, + ], + [ + -120.751845319882, + 48.657507828931536, + ], + [ + -120.6545763253929, + 48.72416798075736, + ], + [ + -120.73354008475674, + 48.78212632388392, + ], + [ + -120.76727914557584, + 48.95396018826008, + ], + [ + -120.8519857238025, + 49.00031611978763, + ], + [ + -120.05911779455371, + 48.999510396759916, + ], + [ + -118.83697415530874, + 49.00010126031357, + ], + ], + ], + "type": "Polygon", + }, + "id": "53047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53065 { + "geometry": { + "coordinates": [ + [ + [ + -117.42962460773765, + 49.00047726439317, + ], + [ + -117.56350407247726, + 48.836700630294104, + ], + [ + -117.62918756322082, + 48.65584266800761, + ], + [ + -117.49961521262833, + 48.656218672087206, + ], + [ + -117.50212769588082, + 48.134862158290716, + ], + [ + -117.43680313131618, + 48.04719949287593, + ], + [ + -117.53514890434207, + 48.0478440712981, + ], + [ + -117.53550783052098, + 47.795760193362085, + ], + [ + -117.69199964453297, + 47.88600117246554, + ], + [ + -117.82085414276762, + 47.82519594130774, + ], + [ + -117.88043588846942, + 47.84764875634657, + ], + [ + -118.07712743452117, + 47.79984252336915, + ], + [ + -118.21028904690294, + 47.945248672436435, + ], + [ + -118.34093817603221, + 47.894380691953714, + ], + [ + -118.38831643165052, + 48.02104035190963, + ], + [ + -118.24295132918526, + 48.061702507374704, + ], + [ + -118.24438703390096, + 48.12669749827659, + ], + [ + -118.14065736819119, + 48.254592600208326, + ], + [ + -118.20777656365046, + 48.43120708788223, + ], + [ + -118.09435589110966, + 48.66862680671393, + ], + [ + -118.21316045633435, + 48.88085425221258, + ], + [ + -118.19700877828265, + 49.00004754544506, + ], + [ + -117.42962460773765, + 49.00047726439317, + ], + ], + ], + "type": "Polygon", + }, + "id": "53065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53051 { + "geometry": { + "coordinates": [ + [ + [ + -117.03337010620271, + 48.99918810754883, + ], + [ + -117.03337010620271, + 48.84642302149513, + ], + [ + -117.0427021868548, + 48.045534331952, + ], + [ + -117.43680313131618, + 48.04719949287593, + ], + [ + -117.50212769588082, + 48.134862158290716, + ], + [ + -117.49961521262833, + 48.656218672087206, + ], + [ + -117.62918756322082, + 48.65584266800761, + ], + [ + -117.56350407247726, + 48.836700630294104, + ], + [ + -117.42962460773765, + 49.00047726439317, + ], + [ + -117.03337010620271, + 48.99918810754883, + ], + ], + ], + "type": "Polygon", + }, + "id": "53051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53019 { + "geometry": { + "coordinates": [ + [ + [ + -118.19700877828265, + 49.00004754544506, + ], + [ + -118.21316045633435, + 48.88085425221258, + ], + [ + -118.09435589110966, + 48.66862680671393, + ], + [ + -118.20777656365046, + 48.43120708788223, + ], + [ + -118.14065736819119, + 48.254592600208326, + ], + [ + -118.24438703390096, + 48.12669749827659, + ], + [ + -118.24295132918526, + 48.061702507374704, + ], + [ + -118.38831643165052, + 48.02104035190963, + ], + [ + -118.34093817603221, + 47.894380691953714, + ], + [ + -118.35708985408391, + 47.841578976204495, + ], + [ + -118.5311690508633, + 47.87488219468315, + ], + [ + -118.5702920043663, + 47.93230338912457, + ], + [ + -118.73037308016754, + 47.90018189775323, + ], + [ + -118.85204905482365, + 47.95765680706316, + ], + [ + -118.83697415530874, + 49.00010126031357, + ], + [ + -118.19700877828265, + 49.00004754544506, + ], + ], + ], + "type": "Polygon", + }, + "id": "53019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30051 { + "geometry": { + "coordinates": [ + [ + [ + -111.40899688242334, + 48.13223012973353, + ], + [ + -111.40899688242334, + 48.2194630762002, + ], + [ + -111.2747584915048, + 48.2194630762002, + ], + [ + -111.2708103035366, + 48.99725437228233, + ], + [ + -110.74318882051455, + 48.99859724399518, + ], + [ + -110.75575123677697, + 48.219677935674255, + ], + [ + -110.82753647256229, + 48.13314328249827, + ], + [ + -111.40899688242334, + 48.13223012973353, + ], + ], + ], + "type": "Polygon", + }, + "id": "30051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38023 { + "geometry": { + "coordinates": [ + [ + [ + -102.93869798593516, + 48.99929553728586, + ], + [ + -102.93977476447195, + 48.72132109272612, + ], + [ + -102.88593583763296, + 48.63328242323174, + ], + [ + -104.0481388049972, + 48.63408814625945, + ], + [ + -104.04849773117613, + 48.999886400839515, + ], + [ + -102.93869798593516, + 48.99929553728586, + ], + ], + ], + "type": "Polygon", + }, + "id": "38023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38013 { + "geometry": { + "coordinates": [ + [ + [ + -102.02128267259884, + 48.99886581833775, + ], + [ + -102.02164159877778, + 48.80710373774291, + ], + [ + -102.15229072790704, + 48.8070500228744, + ], + [ + -102.15264965408598, + 48.720300510224355, + ], + [ + -102.23376697052338, + 48.720300510224355, + ], + [ + -102.23376697052338, + 48.54631805110764, + ], + [ + -102.88557691145404, + 48.546371765976154, + ], + [ + -102.88593583763296, + 48.63328242323174, + ], + [ + -102.93977476447195, + 48.72132109272612, + ], + [ + -102.93869798593516, + 48.99929553728586, + ], + [ + -102.02128267259884, + 48.99886581833775, + ], + ], + ], + "type": "Polygon", + }, + "id": "38013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30101 { + "geometry": { + "coordinates": [ + [ + [ + -112.19360950955682, + 48.99865095886369, + ], + [ + -111.2708103035366, + 48.99725437228233, + ], + [ + -111.2747584915048, + 48.2194630762002, + ], + [ + -111.40899688242334, + 48.2194630762002, + ], + [ + -111.66670587889261, + 48.219409361331685, + ], + [ + -111.66598802653476, + 48.349506772872495, + ], + [ + -111.79591930330618, + 48.39269352715772, + ], + [ + -111.99081621846331, + 48.39430497321314, + ], + [ + -112.01988923895635, + 48.45204845686564, + ], + [ + -112.18463635508365, + 48.47756301940977, + ], + [ + -112.19360950955682, + 48.99865095886369, + ], + ], + ], + "type": "Polygon", + }, + "id": "30101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38075 { + "geometry": { + "coordinates": [ + [ + [ + -101.05971943925456, + 48.54545861321142, + ], + [ + -101.05971943925456, + 48.458386811350294, + ], + [ + -101.84181958313556, + 48.45951482358908, + ], + [ + -101.8421785093145, + 48.72013936561881, + ], + [ + -102.02128267259884, + 48.7204616548299, + ], + [ + -102.02164159877778, + 48.80710373774291, + ], + [ + -102.02128267259884, + 48.99886581833775, + ], + [ + -101.49689152518712, + 48.9994566818914, + ], + [ + -101.4965325990082, + 48.720569084566925, + ], + [ + -101.45130790046345, + 48.720031935881785, + ], + [ + -101.45130790046345, + 48.54604947676507, + ], + [ + -101.05971943925456, + 48.54545861321142, + ], + ], + ], + "type": "Polygon", + }, + "id": "38075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27135 { + "geometry": { + "coordinates": [ + [ + [ + -95.3423843351332, + 48.54019455609705, + ], + [ + -95.60224688867604, + 48.538797969515684, + ], + [ + -96.3879362943463, + 48.5442231712356, + ], + [ + -96.4055236771137, + 49.00004754544506, + ], + [ + -95.32192554293438, + 48.99891953320626, + ], + [ + -95.235783259992, + 48.88139140089772, + ], + [ + -95.09149493606353, + 48.92049582517588, + ], + [ + -95.08970030516889, + 48.71304900297497, + ], + [ + -95.3423843351332, + 48.71288785836943, + ], + [ + -95.3423843351332, + 48.54019455609705, + ], + ], + ], + "type": "Polygon", + }, + "id": "27135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30091 { + "geometry": { + "coordinates": [ + [ + [ + -104.04849773117613, + 48.999886400839515, + ], + [ + -104.0481388049972, + 48.63408814625945, + ], + [ + -104.04670310028149, + 48.38941692017836, + ], + [ + -104.62816351014254, + 48.38920206070431, + ], + [ + -104.62780458396361, + 48.47632757743395, + ], + [ + -104.75809478691396, + 48.476542436908005, + ], + [ + -104.75809478691396, + 48.56313080495251, + ], + [ + -104.9734504942699, + 48.563238234689535, + ], + [ + -105.03841613265561, + 48.650202606813636, + ], + [ + -105.05743922013872, + 48.999241822417346, + ], + [ + -104.04849773117613, + 48.999886400839515, + ], + ], + ], + "type": "Polygon", + }, + "id": "30091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16017 { + "geometry": { + "coordinates": [ + [ + [ + -116.04919452358605, + 48.50200328458362, + ], + [ + -116.0499123759439, + 48.21505845698205, + ], + [ + -116.0499123759439, + 47.97865932065211, + ], + [ + -116.23045224394397, + 48.06761114291123, + ], + [ + -116.33023372168556, + 48.017710030061764, + ], + [ + -116.32377305046488, + 47.89024464707814, + ], + [ + -116.50610754935957, + 47.8900835024726, + ], + [ + -116.5050307708228, + 47.99133602962141, + ], + [ + -117.04377896539158, + 47.977262734070756, + ], + [ + -117.0427021868548, + 48.045534331952, + ], + [ + -117.03337010620271, + 48.84642302149513, + ], + [ + -116.7860699689223, + 48.84728245939135, + ], + [ + -116.78571104274337, + 48.50049926826523, + ], + [ + -116.04919452358605, + 48.50200328458362, + ], + ], + ], + "type": "Polygon", + }, + "id": "16017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38101 { + "geometry": { + "coordinates": [ + [ + [ + -102.02164159877778, + 48.80710373774291, + ], + [ + -102.02128267259884, + 48.7204616548299, + ], + [ + -101.8421785093145, + 48.72013936561881, + ], + [ + -101.84181958313556, + 48.45951482358908, + ], + [ + -101.05971943925456, + 48.458386811350294, + ], + [ + -101.01413581453089, + 48.371422439226194, + ], + [ + -101.01485366688874, + 48.02270551283357, + ], + [ + -100.97034682070185, + 48.02259808309654, + ], + [ + -100.97142359923862, + 47.84866933884834, + ], + [ + -101.87196938216539, + 47.84759504147806, + ], + [ + -101.87161045598647, + 48.023188946650194, + ], + [ + -101.92221904721511, + 48.023188946650194, + ], + [ + -101.92221904721511, + 48.37152986896322, + ], + [ + -101.97354549080161, + 48.372067017648355, + ], + [ + -101.97354549080161, + 48.54712377413535, + ], + [ + -102.23376697052338, + 48.54631805110764, + ], + [ + -102.23376697052338, + 48.720300510224355, + ], + [ + -102.15264965408598, + 48.720300510224355, + ], + [ + -102.15229072790704, + 48.8070500228744, + ], + [ + -102.02164159877778, + 48.80710373774291, + ], + ], + ], + "type": "Polygon", + }, + "id": "38101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53055 { + "geometry": { + "coordinates": [ + [ + [ + [ + -122.87632937294838, + 48.55324726914594, + ], + [ + -122.82428507700402, + 48.42771562142882, + ], + [ + -122.94488427312335, + 48.46531602938859, + ], + [ + -122.87632937294838, + 48.55324726914594, + ], + ], + ], + [ + [ + [ + -123.14839541657472, + 48.62425832532139, + ], + [ + -123.01666950890866, + 48.561895362976685, + ], + [ + -123.0360515225707, + 48.45870910056138, + ], + [ + -123.13439729559659, + 48.49969354523752, + ], + [ + -123.14839541657472, + 48.62425832532139, + ], + ], + ], + [ + [ + [ + -122.8996595745786, + 48.71482159363593, + ], + [ + -122.74280883438769, + 48.660945580516426, + ], + [ + -122.94811460873369, + 48.59745460593293, + ], + [ + -123.01056776386692, + 48.65439236655773, + ], + [ + -122.8996595745786, + 48.71482159363593, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "53055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27071 { + "geometry": { + "coordinates": [ + [ + [ + -93.08832793147432, + 48.62769607690629, + ], + [ + -93.09766001212643, + 48.24245303992417, + ], + [ + -93.0811494078958, + 47.89180237826505, + ], + [ + -93.77567156411871, + 47.898946455777406, + ], + [ + -93.77638941647656, + 47.84641331437075, + ], + [ + -94.4185083505762, + 47.845822450817096, + ], + [ + -94.42891720976507, + 48.36734010921913, + ], + [ + -94.43035291448078, + 48.700909442690815, + ], + [ + -94.30867693982468, + 48.710202114943726, + ], + [ + -94.22432928777692, + 48.649396883785926, + ], + [ + -93.84853357844081, + 48.63075782441159, + ], + [ + -93.79325894688611, + 48.51629143960834, + ], + [ + -93.46771290259971, + 48.54642548084467, + ], + [ + -93.46555934552616, + 48.59159968526491, + ], + [ + -93.20749142287795, + 48.642521380616145, + ], + [ + -93.08832793147432, + 48.62769607690629, + ], + ], + ], + "type": "Polygon", + }, + "id": "27071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53057 { + "geometry": { + "coordinates": [ + [ + [ + -122.65128265876142, + 48.41106401218949, + ], + [ + -122.70225017616899, + 48.491690029828945, + ], + [ + -122.61323648379519, + 48.52257607922447, + ], + [ + -122.48330520702378, + 48.455593638187565, + ], + [ + -122.48868909970767, + 48.64536826864738, + ], + [ + -120.91084961714647, + 48.640909934560725, + ], + [ + -120.751845319882, + 48.657507828931536, + ], + [ + -120.70159565483227, + 48.53160017713482, + ], + [ + -120.82398948184624, + 48.54513632400034, + ], + [ + -121.03396129651829, + 48.49512778141384, + ], + [ + -121.0720074714845, + 48.317922430186286, + ], + [ + -121.00129901423597, + 48.29552333001597, + ], + [ + -122.38388265546112, + 48.29713477607139, + ], + [ + -122.65128265876142, + 48.41106401218949, + ], + ], + ], + "type": "Polygon", + }, + "id": "53057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38105 { + "geometry": { + "coordinates": [ + [ + [ + -102.88593583763296, + 48.63328242323174, + ], + [ + -102.88557691145404, + 48.546371765976154, + ], + [ + -102.88557691145404, + 48.372604166333495, + ], + [ + -102.82814872282579, + 48.37292645554458, + ], + [ + -102.8285076490047, + 48.1236357507713, + ], + [ + -103.20214980126727, + 48.1351844475018, + ], + [ + -103.29547060778818, + 48.03941083694141, + ], + [ + -103.4727801401779, + 47.992249182386146, + ], + [ + -103.60630067873859, + 48.130296394467024, + ], + [ + -103.74376940526747, + 48.092212552690626, + ], + [ + -103.82237423845238, + 47.97887418012617, + ], + [ + -104.044190617029, + 47.99617036778767, + ], + [ + -104.04670310028149, + 48.38941692017836, + ], + [ + -104.0481388049972, + 48.63408814625945, + ], + [ + -102.88593583763296, + 48.63328242323174, + ], + ], + ], + "type": "Polygon", + }, + "id": "38105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38049 { + "geometry": { + "coordinates": [ + [ + [ + -100.27654251683678, + 48.54470660505223, + ], + [ + -100.23741956333379, + 48.37120757975214, + ], + [ + -100.23706063715485, + 48.02184607493734, + ], + [ + -100.19757875747294, + 48.02184607493734, + ], + [ + -100.19793768365186, + 47.84764875634657, + ], + [ + -100.58521903071363, + 47.84748761174103, + ], + [ + -100.97142359923862, + 47.84866933884834, + ], + [ + -100.97034682070185, + 48.02259808309654, + ], + [ + -101.01485366688874, + 48.02270551283357, + ], + [ + -101.01413581453089, + 48.371422439226194, + ], + [ + -101.05971943925456, + 48.458386811350294, + ], + [ + -101.05971943925456, + 48.54545861321142, + ], + [ + -101.05971943925456, + 48.632422985335516, + ], + [ + -100.40683271978713, + 48.63188583665038, + ], + [ + -100.4064737936082, + 48.54465289018371, + ], + [ + -100.27654251683678, + 48.54470660505223, + ], + ], + ], + "type": "Polygon", + }, + "id": "38049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27137 { + "geometry": { + "coordinates": [ + [ + [ + -91.79834724441223, + 48.202918896697895, + ], + [ + -91.78793838522336, + 47.54673806293137, + ], + [ + -91.79404013026512, + 46.94083434609391, + ], + [ + -92.09338456348988, + 46.788284119514266, + ], + [ + -92.01729221355744, + 46.70744324240076, + ], + [ + -92.01801006591529, + 46.70706723832116, + ], + [ + -92.09840952999484, + 46.75127457510815, + ], + [ + -92.10199879178411, + 46.75127457510815, + ], + [ + -92.16911798724338, + 46.71947537294788, + ], + [ + -92.17234832285372, + 46.71985137702748, + ], + [ + -92.19926778627321, + 46.70846382490252, + ], + [ + -92.20106241716785, + 46.70642265989899, + ], + [ + -92.20429275277819, + 46.65958329455482, + ], + [ + -92.2032159742414, + 46.660174158108475, + ], + [ + -92.2922296666152, + 46.66323590561377, + ], + [ + -92.30156174726729, + 46.7641661435515, + ], + [ + -93.06140846805484, + 46.76652959776611, + ], + [ + -93.05602457537094, + 47.026402131636644, + ], + [ + -93.06140846805484, + 47.72012965849443, + ], + [ + -93.0811494078958, + 47.89180237826505, + ], + [ + -93.09766001212643, + 48.24245303992417, + ], + [ + -93.08832793147432, + 48.62769607690629, + ], + [ + -92.72832497401097, + 48.53938883306934, + ], + [ + -92.63500416749007, + 48.542558010311666, + ], + [ + -92.71253222213821, + 48.46289886030546, + ], + [ + -92.5072264477922, + 48.44785869712155, + ], + [ + -92.37011664744226, + 48.221933960151844, + ], + [ + -92.26961731734282, + 48.248200530855165, + ], + [ + -92.26243879376429, + 48.354931974592404, + ], + [ + -92.05533838852365, + 48.35933659381055, + ], + [ + -92.00688335436857, + 48.265335573911116, + ], + [ + -91.79834724441223, + 48.202918896697895, + ], + ], + ], + "type": "Polygon", + }, + "id": "27137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30085 { + "geometry": { + "coordinates": [ + [ + [ + -104.9734504942699, + 48.563238234689535, + ], + [ + -104.75809478691396, + 48.56313080495251, + ], + [ + -104.75809478691396, + 48.476542436908005, + ], + [ + -104.62780458396361, + 48.47632757743395, + ], + [ + -104.62816351014254, + 48.38920206070431, + ], + [ + -104.04670310028149, + 48.38941692017836, + ], + [ + -104.044190617029, + 47.99617036778767, + ], + [ + -104.13679357119206, + 48.05606244618073, + ], + [ + -104.34963679529552, + 48.04644748471674, + ], + [ + -104.45982713222598, + 48.11960713563275, + ], + [ + -104.83921210335136, + 48.120627718134514, + ], + [ + -104.89125639929571, + 48.15070804450233, + ], + [ + -104.99462713882657, + 48.06567740764473, + ], + [ + -105.1949079466676, + 48.065623692776214, + ], + [ + -105.22828808130777, + 48.09237369729617, + ], + [ + -105.49820056786055, + 48.09790632875311, + ], + [ + -105.84384647816684, + 48.01029737820684, + ], + [ + -105.8434875519879, + 48.21903335725209, + ], + [ + -105.80436459848491, + 48.21919450185763, + ], + [ + -105.80436459848491, + 48.56329194955805, + ], + [ + -104.9734504942699, + 48.563238234689535, + ], + ], + ], + "type": "Polygon", + }, + "id": "30085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53007 { + "geometry": { + "coordinates": [ + [ + [ + -120.70159565483227, + 48.53160017713482, + ], + [ + -120.58279108960758, + 48.31905044242508, + ], + [ + -120.39184236241864, + 48.2429364737408, + ], + [ + -120.36241041574667, + 48.16875624032302, + ], + [ + -120.14310652042252, + 48.06503282922257, + ], + [ + -120.04870893536484, + 47.96055740996292, + ], + [ + -119.87032262443833, + 47.96034255048886, + ], + [ + -119.99917712267298, + 47.779699447676414, + ], + [ + -120.18438303099909, + 47.761919826198294, + ], + [ + -120.23427376986987, + 47.601043794998986, + ], + [ + -120.30426437476056, + 47.51966576920034, + ], + [ + -120.28667699199316, + 47.3925226754278, + ], + [ + -120.08531940561535, + 47.336551782436246, + ], + [ + -120.09429256008852, + 47.26215668954441, + ], + [ + -120.38932987916616, + 47.26118982191116, + ], + [ + -120.66498518458177, + 47.34331985586901, + ], + [ + -120.80245391111065, + 47.42249557205858, + ], + [ + -120.92412988576675, + 47.433345975498405, + ], + [ + -121.11364290823998, + 47.59712260959746, + ], + [ + -121.06734143115845, + 47.7061637926808, + ], + [ + -121.11902680092388, + 47.77991430715047, + ], + [ + -121.0705717667688, + 47.82691481710018, + ], + [ + -121.18076210369925, + 47.898409307092265, + ], + [ + -121.15348371410083, + 48.04064627891722, + ], + [ + -121.01493820903517, + 48.075238654240216, + ], + [ + -120.90618357682042, + 48.16386818728825, + ], + [ + -121.00129901423597, + 48.29552333001597, + ], + [ + -121.0720074714845, + 48.317922430186286, + ], + [ + -121.03396129651829, + 48.49512778141384, + ], + [ + -120.82398948184624, + 48.54513632400034, + ], + [ + -120.70159565483227, + 48.53160017713482, + ], + ], + ], + "type": "Polygon", + }, + "id": "53007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38061 { + "geometry": { + "coordinates": [ + [ + [ + -101.87196938216539, + 47.84759504147806, + ], + [ + -102.38559274420932, + 47.8477561860836, + ], + [ + -102.38631059656717, + 47.75789121105974, + ], + [ + -102.64258388832074, + 47.82374563985786, + ], + [ + -102.64796778100464, + 47.9016321992031, + ], + [ + -102.5528523435891, + 47.998641251739315, + ], + [ + -102.66340160669849, + 48.07663524082158, + ], + [ + -102.8285076490047, + 48.1236357507713, + ], + [ + -102.82814872282579, + 48.37292645554458, + ], + [ + -102.88557691145404, + 48.372604166333495, + ], + [ + -102.88557691145404, + 48.546371765976154, + ], + [ + -102.23376697052338, + 48.54631805110764, + ], + [ + -101.97354549080161, + 48.54712377413535, + ], + [ + -101.97354549080161, + 48.372067017648355, + ], + [ + -101.92221904721511, + 48.37152986896322, + ], + [ + -101.92221904721511, + 48.023188946650194, + ], + [ + -101.87161045598647, + 48.023188946650194, + ], + [ + -101.87196938216539, + 47.84759504147806, + ], + ], + ], + "type": "Polygon", + }, + "id": "38061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27089 { + "geometry": { + "coordinates": [ + [ + [ + -95.60224688867604, + 48.538797969515684, + ], + [ + -95.5936326603818, + 48.172946000067114, + ], + [ + -96.50063911452925, + 48.1740740123059, + ], + [ + -97.14634731041815, + 48.17375172309482, + ], + [ + -97.14132234391317, + 48.19346507983944, + ], + [ + -97.11583858520939, + 48.32458307388202, + ], + [ + -97.16249898846985, + 48.543095158996806, + ], + [ + -96.3879362943463, + 48.5442231712356, + ], + [ + -95.60224688867604, + 48.538797969515684, + ], + ], + ], + "type": "Polygon", + }, + "id": "27089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38069 { + "geometry": { + "coordinates": [ + [ + [ + -99.49300666824007, + 48.544814034789255, + ], + [ + -99.49300666824007, + 48.37093900540957, + ], + [ + -99.84690788066167, + 48.371315009489166, + ], + [ + -99.84798465919846, + 48.02179236006883, + ], + [ + -99.8120920413058, + 47.847272752266974, + ], + [ + -100.06908318541723, + 47.847272752266974, + ], + [ + -100.19793768365186, + 47.84764875634657, + ], + [ + -100.19757875747294, + 48.02184607493734, + ], + [ + -100.23706063715485, + 48.02184607493734, + ], + [ + -100.23741956333379, + 48.37120757975214, + ], + [ + -100.27654251683678, + 48.54470660505223, + ], + [ + -100.14625231388644, + 48.54524375373737, + ], + [ + -99.49300666824007, + 48.544814034789255, + ], + ], + ], + "type": "Polygon", + }, + "id": "38069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38071 { + "geometry": { + "coordinates": [ + [ + [ + -98.3182412846134, + 48.543739737418974, + ], + [ + -98.29203967355177, + 48.195237670500404, + ], + [ + -98.42197095032319, + 48.19480795155229, + ], + [ + -98.42268880268104, + 48.02109406677815, + ], + [ + -98.52570061603296, + 48.02114778164666, + ], + [ + -98.52570061603296, + 47.91506091633159, + ], + [ + -98.62009820109066, + 47.91640378804444, + ], + [ + -98.82504504925772, + 48.06240080066538, + ], + [ + -98.9302104196832, + 47.99708352055241, + ], + [ + -99.20012290623599, + 48.16435162110488, + ], + [ + -99.20012290623599, + 48.370670431067, + ], + [ + -98.97076907790192, + 48.37126129462065, + ], + [ + -98.97041015172299, + 48.5442231712356, + ], + [ + -98.3182412846134, + 48.543739737418974, + ], + ], + ], + "type": "Polygon", + }, + "id": "38071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38099 { + "geometry": { + "coordinates": [ + [ + [ + -97.92701174958344, + 48.543095158996806, + ], + [ + -97.16249898846985, + 48.543095158996806, + ], + [ + -97.11583858520939, + 48.32458307388202, + ], + [ + -97.14132234391317, + 48.19346507983944, + ], + [ + -97.9033226217743, + 48.19491538128932, + ], + [ + -98.29203967355177, + 48.195237670500404, + ], + [ + -98.3182412846134, + 48.543739737418974, + ], + [ + -97.92701174958344, + 48.543095158996806, + ], + ], + ], + "type": "Polygon", + }, + "id": "38099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27007 { + "geometry": { + "coordinates": [ + [ + [ + -94.42891720976507, + 48.36734010921913, + ], + [ + -94.4185083505762, + 47.845822450817096, + ], + [ + -94.41635479350265, + 47.44484095736039, + ], + [ + -94.41635479350265, + 47.411806313224304, + ], + [ + -94.67011560200373, + 47.410087437431855, + ], + [ + -95.18338003786873, + 47.412773180857556, + ], + [ + -95.1937888970576, + 47.87257245533705, + ], + [ + -95.27418836113715, + 47.95658250969288, + ], + [ + -95.22932258877132, + 48.01996605453935, + ], + [ + -95.58322380119293, + 48.02055691809301, + ], + [ + -95.5936326603818, + 48.172946000067114, + ], + [ + -95.60224688867604, + 48.538797969515684, + ], + [ + -95.3423843351332, + 48.54019455609705, + ], + [ + -95.21209413218286, + 48.53992598175448, + ], + [ + -95.21101735364607, + 48.365943522637764, + ], + [ + -94.42891720976507, + 48.36734010921913, + ], + ], + ], + "type": "Polygon", + }, + "id": "27007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30073 { + "geometry": { + "coordinates": [ + [ + [ + -112.18463635508365, + 48.47756301940977, + ], + [ + -112.01988923895635, + 48.45204845686564, + ], + [ + -111.99081621846331, + 48.39430497321314, + ], + [ + -111.79591930330618, + 48.39269352715772, + ], + [ + -111.66598802653476, + 48.349506772872495, + ], + [ + -111.66670587889261, + 48.219409361331685, + ], + [ + -111.40899688242334, + 48.2194630762002, + ], + [ + -111.40899688242334, + 48.13223012973353, + ], + [ + -111.4086379562444, + 47.9870388401403, + ], + [ + -111.98363769488478, + 47.98478281566271, + ], + [ + -112.04788548091263, + 48.08689478070775, + ], + [ + -112.17817568386297, + 48.13094097288919, + ], + [ + -113.01698616401437, + 48.132444989207585, + ], + [ + -113.23521328080173, + 48.174933450202126, + ], + [ + -113.22624012632856, + 48.234073520436, + ], + [ + -113.34935180570038, + 48.31013377425176, + ], + [ + -112.58053193043966, + 48.3098651999092, + ], + [ + -112.57730159482932, + 48.483364225209286, + ], + [ + -112.18463635508365, + 48.47756301940977, + ], + ], + ], + "type": "Polygon", + }, + "id": "30073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53029 { + "geometry": { + "coordinates": [ + [ + [ + [ + -122.40470037383886, + 48.250456555332754, + ], + [ + -122.39500936700784, + 48.22956147148082, + ], + [ + -122.47863916669773, + 48.17536316915024, + ], + [ + -122.37921661513508, + 48.08721706991883, + ], + [ + -122.51166037515898, + 48.13346557170935, + ], + [ + -122.53140131499994, + 48.249274828225445, + ], + [ + -122.40470037383886, + 48.250456555332754, + ], + ], + ], + [ + [ + [ + -122.59205983923853, + 48.396131278742615, + ], + [ + -122.50484077775937, + 48.30073367226182, + ], + [ + -122.65451299437176, + 48.28424320762804, + ], + [ + -122.73311782755667, + 48.227359161871746, + ], + [ + -122.60749366493238, + 48.20914982144552, + ], + [ + -122.54109232183096, + 48.01588372453229, + ], + [ + -122.52494064377926, + 48.09656345704026, + ], + [ + -122.37598627952474, + 48.03457649877515, + ], + [ + -122.37670413188259, + 47.906627681974896, + ], + [ + -122.60713473875344, + 48.031138747190255, + ], + [ + -122.61431326233198, + 48.15704639898698, + ], + [ + -122.77008722398611, + 48.22461970357754, + ], + [ + -122.66312722266599, + 48.401663910199545, + ], + [ + -122.59205983923853, + 48.396131278742615, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "53029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53009 { + "geometry": { + "coordinates": [ + [ + [ + -122.92729689035595, + 48.065140258959595, + ], + [ + -122.94883246109154, + 47.86709353874862, + ], + [ + -123.5101930049327, + 47.86671753466903, + ], + [ + -123.5101930049327, + 47.88089825995671, + ], + [ + -124.61066066952156, + 47.88068340048265, + ], + [ + -124.73161879181983, + 48.16886367006005, + ], + [ + -124.65911570367666, + 48.3299008458649, + ], + [ + -124.73161879181983, + 48.382057983191956, + ], + [ + -124.56543597097682, + 48.367823543035755, + ], + [ + -124.39171570037635, + 48.2875735294759, + ], + [ + -124.24958093352143, + 48.264798425225976, + ], + [ + -123.98110415168436, + 48.16472762518447, + ], + [ + -123.70724347716339, + 48.16784308755828, + ], + [ + -123.39569555385512, + 48.114396793386895, + ], + [ + -123.1171688390081, + 48.15205091621518, + ], + [ + -122.92729689035595, + 48.065140258959595, + ], + ], + ], + "type": "Polygon", + }, + "id": "53009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38005 { + "geometry": { + "coordinates": [ + [ + [ + -99.49300666824007, + 48.37093900540957, + ], + [ + -99.20012290623599, + 48.370670431067, + ], + [ + -99.20012290623599, + 48.16435162110488, + ], + [ + -98.9302104196832, + 47.99708352055241, + ], + [ + -98.82504504925772, + 48.06240080066538, + ], + [ + -98.62009820109066, + 47.91640378804444, + ], + [ + -98.52570061603296, + 47.91506091633159, + ], + [ + -98.52570061603296, + 47.84625216976521, + ], + [ + -99.29775082690402, + 47.84678931845035, + ], + [ + -99.8120920413058, + 47.847272752266974, + ], + [ + -99.84798465919846, + 48.02179236006883, + ], + [ + -99.84690788066167, + 48.371315009489166, + ], + [ + -99.49300666824007, + 48.37093900540957, + ], + ], + ], + "type": "Polygon", + }, + "id": "38005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30015 { + "geometry": { + "coordinates": [ + [ + [ + -109.53432544988985, + 48.13507701776477, + ], + [ + -109.53827363785804, + 47.73887614760581, + ], + [ + -109.82649135953608, + 47.71620847309291, + ], + [ + -109.84479659466133, + 47.543676315426076, + ], + [ + -110.21341378041892, + 47.416640651390566, + ], + [ + -110.63945915480477, + 47.41626464731097, + ], + [ + -110.76903150539725, + 47.445915254730664, + ], + [ + -110.76867257921833, + 47.524822396577676, + ], + [ + -110.8641469428128, + 47.52503725605173, + ], + [ + -111.04971177731784, + 47.59830433670477, + ], + [ + -110.97649083681681, + 47.698589996220335, + ], + [ + -111.40899688242334, + 47.69821399214074, + ], + [ + -111.4086379562444, + 47.9870388401403, + ], + [ + -111.40899688242334, + 48.13223012973353, + ], + [ + -110.82753647256229, + 48.13314328249827, + ], + [ + -110.75575123677697, + 48.219677935674255, + ], + [ + -110.62546103382662, + 48.21962422080574, + ], + [ + -110.62546103382662, + 48.306481163192814, + ], + [ + -109.84587337319812, + 48.30594401450767, + ], + [ + -109.84587337319812, + 48.2190870721206, + ], + [ + -109.72742773415234, + 48.221396811466704, + ], + [ + -109.72742773415234, + 48.13260613381313, + ], + [ + -109.53432544988985, + 48.13507701776477, + ], + ], + ], + "type": "Polygon", + }, + "id": "30015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53061 { + "geometry": { + "coordinates": [ + [ + [ + -121.00129901423597, + 48.29552333001597, + ], + [ + -120.90618357682042, + 48.16386818728825, + ], + [ + -121.01493820903517, + 48.075238654240216, + ], + [ + -121.15348371410083, + 48.04064627891722, + ], + [ + -121.18076210369925, + 47.898409307092265, + ], + [ + -121.0705717667688, + 47.82691481710018, + ], + [ + -121.11902680092388, + 47.77991430715047, + ], + [ + -122.39500936700784, + 47.77792685701545, + ], + [ + -122.30563674845513, + 47.9493310024435, + ], + [ + -122.19759996859823, + 48.03516736232881, + ], + [ + -122.34368292342134, + 48.09855090717528, + ], + [ + -122.39500936700784, + 48.22956147148082, + ], + [ + -122.40470037383886, + 48.250456555332754, + ], + [ + -122.38388265546112, + 48.29713477607139, + ], + [ + -121.00129901423597, + 48.29552333001597, + ], + ], + ], + "type": "Polygon", + }, + "id": "53061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30089 { + "geometry": { + "coordinates": [ + [ + [ + -115.01082108795148, + 48.01540029071567, + ], + [ + -114.98964444339481, + 47.872787314811106, + ], + [ + -114.6045166534066, + 47.875580487973835, + ], + [ + -114.60415772722767, + 47.78958298348299, + ], + [ + -114.58334000884993, + 47.601688373421155, + ], + [ + -114.35039691872659, + 47.60190323289521, + ], + [ + -114.3830592010089, + 47.48195793150354, + ], + [ + -114.29763477042438, + 47.495440363500535, + ], + [ + -114.35290940197908, + 47.390750084766836, + ], + [ + -114.20323718536669, + 47.35588913510128, + ], + [ + -114.18744443349392, + 47.138182773014194, + ], + [ + -114.29225087774049, + 47.12539863430787, + ], + [ + -114.35362725433693, + 47.18921189810246, + ], + [ + -114.55139557892547, + 47.25168229018419, + ], + [ + -114.79726001149017, + 47.267689321001356, + ], + [ + -114.96882672501707, + 47.31259495107902, + ], + [ + -114.98246591981628, + 47.396819864908906, + ], + [ + -115.28288713157782, + 47.48689969940682, + ], + [ + -115.62853304188411, + 47.47964819215744, + ], + [ + -115.75559290922412, + 47.55141125649209, + ], + [ + -115.68990941848055, + 47.59432943643474, + ], + [ + -115.72400740547857, + 47.69434652160773, + ], + [ + -115.8255835141148, + 47.75209000526024, + ], + [ + -116.0499123759439, + 47.97865932065211, + ], + [ + -116.0499123759439, + 48.21505845698205, + ], + [ + -116.00971264390412, + 48.16037672083485, + ], + [ + -115.75918217101338, + 48.26367041298718, + ], + [ + -115.53844257097354, + 47.98193592763147, + ], + [ + -115.52121411438506, + 47.90775569421369, + ], + [ + -115.2785800174307, + 47.89024464707814, + ], + [ + -115.19674484863545, + 47.91602778396484, + ], + [ + -115.15439155952211, + 48.017710030061764, + ], + [ + -115.01082108795148, + 48.01540029071567, + ], + ], + ], + "type": "Polygon", + }, + "id": "30089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27075 { + "geometry": { + "coordinates": [ + [ + [ + -91.03168092622508, + 48.18932903496386, + ], + [ + -91.02306669793083, + 47.4652526073957, + ], + [ + -91.47710831427295, + 47.125989497861525, + ], + [ + -91.79404013026512, + 46.94083434609391, + ], + [ + -91.78793838522336, + 47.54673806293137, + ], + [ + -91.79834724441223, + 48.202918896697895, + ], + [ + -91.711487109112, + 48.11735111115516, + ], + [ + -91.5589434830682, + 48.10859558758739, + ], + [ + -91.56755771136244, + 48.043761741291036, + ], + [ + -91.2495491168335, + 48.08410160754502, + ], + [ + -91.03168092622508, + 48.18932903496386, + ], + ], + ], + "type": "Polygon", + }, + "id": "27075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38063 { + "geometry": { + "coordinates": [ + [ + [ + -97.9033226217743, + 48.19491538128932, + ], + [ + -97.88214597721762, + 48.02077177756706, + ], + [ + -97.88250490339655, + 47.672162280911465, + ], + [ + -97.98479886439063, + 47.67226971064849, + ], + [ + -98.50021685732918, + 47.67226971064849, + ], + [ + -98.52570061603296, + 47.84625216976521, + ], + [ + -98.52570061603296, + 47.91506091633159, + ], + [ + -98.52570061603296, + 48.02114778164666, + ], + [ + -98.42268880268104, + 48.02109406677815, + ], + [ + -98.42197095032319, + 48.19480795155229, + ], + [ + -98.29203967355177, + 48.195237670500404, + ], + [ + -97.9033226217743, + 48.19491538128932, + ], + ], + ], + "type": "Polygon", + }, + "id": "38063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38035 { + "geometry": { + "coordinates": [ + [ + [ + -97.14132234391317, + 48.19346507983944, + ], + [ + -97.14634731041815, + 48.17375172309482, + ], + [ + -97.02072314779384, + 47.872357595862994, + ], + [ + -96.89725254224311, + 47.67474059460014, + ], + [ + -97.4726112070624, + 47.67205485117444, + ], + [ + -97.88250490339655, + 47.672162280911465, + ], + [ + -97.88214597721762, + 48.02077177756706, + ], + [ + -97.9033226217743, + 48.19491538128932, + ], + [ + -97.14132234391317, + 48.19346507983944, + ], + ], + ], + "type": "Polygon", + }, + "id": "38035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27119 { + "geometry": { + "coordinates": [ + [ + [ + -96.50063911452925, + 48.1740740123059, + ], + [ + -96.48269280558291, + 47.96351172773118, + ], + [ + -96.48197495322506, + 47.847433896872516, + ], + [ + -96.3527615288115, + 47.847165322529946, + ], + [ + -96.35204367645365, + 47.7604158098799, + ], + [ + -95.83698460969401, + 47.76068438422247, + ], + [ + -95.83698460969401, + 47.84818590503171, + ], + [ + -95.70920688999615, + 47.84856190911131, + ], + [ + -95.70956581617509, + 47.93579485557798, + ], + [ + -95.58214702265614, + 47.933968550048505, + ], + [ + -95.5545097068788, + 47.50032841653531, + ], + [ + -96.0677741427438, + 47.499200404296516, + ], + [ + -96.85095106516158, + 47.49995241245571, + ], + [ + -96.89725254224311, + 47.67474059460014, + ], + [ + -97.02072314779384, + 47.872357595862994, + ], + [ + -97.14634731041815, + 48.17375172309482, + ], + [ + -96.50063911452925, + 48.1740740123059, + ], + ], + ], + "type": "Polygon", + }, + "id": "27119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27113 { + "geometry": { + "coordinates": [ + [ + [ + -95.5936326603818, + 48.172946000067114, + ], + [ + -95.58322380119293, + 48.02055691809301, + ], + [ + -95.58214702265614, + 47.933968550048505, + ], + [ + -95.70956581617509, + 47.93579485557798, + ], + [ + -95.709924742354, + 47.96431745075889, + ], + [ + -96.48269280558291, + 47.96351172773118, + ], + [ + -96.50063911452925, + 48.1740740123059, + ], + [ + -95.5936326603818, + 48.172946000067114, + ], + ], + ], + "type": "Polygon", + }, + "id": "27113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30083 { + "geometry": { + "coordinates": [ + [ + [ + -104.044190617029, + 47.99617036778767, + ], + [ + -104.04490846938685, + 47.39741072846256, + ], + [ + -104.13140967850816, + 47.354116544440316, + ], + [ + -104.42034525254405, + 47.35459997825694, + ], + [ + -104.51330713288604, + 47.35470740799397, + ], + [ + -104.51294820670711, + 47.529227015795826, + ], + [ + -104.59370659696559, + 47.528958441453256, + ], + [ + -104.59370659696559, + 47.615922813577356, + ], + [ + -104.97847546077487, + 47.61629881765695, + ], + [ + -104.97811653459594, + 47.70342433438659, + ], + [ + -105.23474875252845, + 47.703639193860646, + ], + [ + -105.23474875252845, + 47.79076471059029, + ], + [ + -105.1949079466676, + 47.868114121250386, + ], + [ + -105.1949079466676, + 48.065623692776214, + ], + [ + -104.99462713882657, + 48.06567740764473, + ], + [ + -104.89125639929571, + 48.15070804450233, + ], + [ + -104.83921210335136, + 48.120627718134514, + ], + [ + -104.45982713222598, + 48.11960713563275, + ], + [ + -104.34963679529552, + 48.04644748471674, + ], + [ + -104.13679357119206, + 48.05606244618073, + ], + [ + -104.044190617029, + 47.99617036778767, + ], + ], + ], + "type": "Polygon", + }, + "id": "30083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53017 { + "geometry": { + "coordinates": [ + [ + [ + -118.982339257774, + 47.962007711412795, + ], + [ + -119.1040152324301, + 47.961739137070225, + ], + [ + -119.212052012287, + 47.88761261852096, + ], + [ + -119.21241093846592, + 47.80064824639686, + ], + [ + -119.2985532214083, + 47.72829431850855, + ], + [ + -119.34162436287949, + 47.61232391738692, + ], + [ + -119.53293201624736, + 47.527615569740405, + ], + [ + -119.53364986860521, + 47.44129577603847, + ], + [ + -119.87642436948009, + 47.43673001221478, + ], + [ + -120.0049199415358, + 47.32006131780246, + ], + [ + -120.00707349860936, + 47.22004423262947, + ], + [ + -120.09429256008852, + 47.26215668954441, + ], + [ + -120.08531940561535, + 47.336551782436246, + ], + [ + -120.28667699199316, + 47.3925226754278, + ], + [ + -120.30426437476056, + 47.51966576920034, + ], + [ + -120.23427376986987, + 47.601043794998986, + ], + [ + -120.18438303099909, + 47.761919826198294, + ], + [ + -119.99917712267298, + 47.779699447676414, + ], + [ + -119.87032262443833, + 47.96034255048886, + ], + [ + -119.8900635642793, + 48.05697559894547, + ], + [ + -119.68547564229115, + 48.09178283374251, + ], + [ + -119.64814731968279, + 47.99912468555594, + ], + [ + -119.43781657883181, + 48.07701124490118, + ], + [ + -119.15139348804841, + 48.14581999146756, + ], + [ + -119.06130301713785, + 48.137870190927494, + ], + [ + -118.95075375402845, + 48.01873061256353, + ], + [ + -118.982339257774, + 47.962007711412795, + ], + ], + ], + "type": "Polygon", + }, + "id": "53017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38053 { + "geometry": { + "coordinates": [ + [ + [ + -102.8285076490047, + 48.1236357507713, + ], + [ + -102.66340160669849, + 48.07663524082158, + ], + [ + -102.5528523435891, + 47.998641251739315, + ], + [ + -102.64796778100464, + 47.9016321992031, + ], + [ + -102.64258388832074, + 47.82374563985786, + ], + [ + -102.64258388832074, + 47.673881156703914, + ], + [ + -103.0998558402732, + 47.674418305389054, + ], + [ + -103.09913798791534, + 47.32870941163321, + ], + [ + -103.66660027679825, + 47.32935399005538, + ], + [ + -104.04526739556579, + 47.33015971308309, + ], + [ + -104.04490846938685, + 47.39741072846256, + ], + [ + -104.044190617029, + 47.99617036778767, + ], + [ + -103.82237423845238, + 47.97887418012617, + ], + [ + -103.74376940526747, + 48.092212552690626, + ], + [ + -103.60630067873859, + 48.130296394467024, + ], + [ + -103.4727801401779, + 47.992249182386146, + ], + [ + -103.29547060778818, + 48.03941083694141, + ], + [ + -103.20214980126727, + 48.1351844475018, + ], + [ + -102.8285076490047, + 48.1236357507713, + ], + ], + ], + "type": "Polygon", + }, + "id": "38053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53031 { + "geometry": { + "coordinates": [ + [ + [ + -122.98795541459454, + 47.60614670750781, + ], + [ + -123.50445018606987, + 47.606952430535515, + ], + [ + -123.50445018606987, + 47.517624604196804, + ], + [ + -124.04714656860685, + 47.51810803801343, + ], + [ + -124.35474630394692, + 47.53411506883059, + ], + [ + -124.43191543241613, + 47.74978026591414, + ], + [ + -124.61066066952156, + 47.88068340048265, + ], + [ + -123.5101930049327, + 47.88089825995671, + ], + [ + -123.5101930049327, + 47.86671753466903, + ], + [ + -122.94883246109154, + 47.86709353874862, + ], + [ + -122.92729689035595, + 48.065140258959595, + ], + [ + -122.829310043509, + 48.134593583948146, + ], + [ + -122.62579890005762, + 47.88879434562826, + ], + [ + -122.69363594787475, + 47.86752325769673, + ], + [ + -122.78372641878532, + 47.7046060614939, + ], + [ + -122.82141366757261, + 47.83776522054001, + ], + [ + -122.90970950758854, + 47.664212480371404, + ], + [ + -122.98795541459454, + 47.60614670750781, + ], + ], + ], + "type": "Polygon", + }, + "id": "53031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30099 { + "geometry": { + "coordinates": [ + [ + [ + -111.4086379562444, + 47.9870388401403, + ], + [ + -111.40899688242334, + 47.69821399214074, + ], + [ + -111.66670587889261, + 47.69783798806114, + ], + [ + -111.66670587889261, + 47.611249620016636, + ], + [ + -111.92262024446725, + 47.61141076462218, + ], + [ + -111.92262024446725, + 47.50548504391265, + ], + [ + -112.04716762855477, + 47.51590572840436, + ], + [ + -112.2783160877835, + 47.505968477729276, + ], + [ + -112.43121864000621, + 47.60603927777078, + ], + [ + -112.57801944718717, + 47.63321900123884, + ], + [ + -112.813475020563, + 47.606898715667, + ], + [ + -112.91397435066244, + 47.69719340963897, + ], + [ + -112.91182079358889, + 47.82643138328356, + ], + [ + -112.98468280791099, + 47.95395048113569, + ], + [ + -112.87844065894872, + 47.9762958664375, + ], + [ + -113.01698616401437, + 48.132444989207585, + ], + [ + -112.17817568386297, + 48.13094097288919, + ], + [ + -112.04788548091263, + 48.08689478070775, + ], + [ + -111.98363769488478, + 47.98478281566271, + ], + [ + -111.4086379562444, + 47.9870388401403, + ], + ], + ], + "type": "Polygon", + }, + "id": "30099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30055 { + "geometry": { + "coordinates": [ + [ + [ + -105.1949079466676, + 48.065623692776214, + ], + [ + -105.1949079466676, + 47.868114121250386, + ], + [ + -105.23474875252845, + 47.79076471059029, + ], + [ + -105.36288539840523, + 47.79038870651069, + ], + [ + -105.36396217694201, + 47.52938816040137, + ], + [ + -105.4070333184132, + 47.529227015795826, + ], + [ + -105.40631546605535, + 47.181530671904966, + ], + [ + -105.83271976662012, + 47.180993523219826, + ], + [ + -105.83271976662012, + 47.09311599833099, + ], + [ + -105.96013856013904, + 47.092954853725445, + ], + [ + -105.96013856013904, + 47.181100952956854, + ], + [ + -106.08719842747905, + 47.18093980835131, + ], + [ + -106.17046930099002, + 47.18093980835131, + ], + [ + -106.17082822716894, + 47.35470740799397, + ], + [ + -106.29824702068788, + 47.354385118782886, + ], + [ + -106.26055977190059, + 47.52901215632177, + ], + [ + -106.26127762425844, + 47.86827526585593, + ], + [ + -106.35818769256862, + 47.86832898072444, + ], + [ + -106.41848729062828, + 47.95738823272059, + ], + [ + -106.40089990786088, + 48.06191736684876, + ], + [ + -106.22933319433398, + 48.02641183876103, + ], + [ + -105.84384647816684, + 48.01029737820684, + ], + [ + -105.49820056786055, + 48.09790632875311, + ], + [ + -105.22828808130777, + 48.09237369729617, + ], + [ + -105.1949079466676, + 48.065623692776214, + ], + ], + ], + "type": "Polygon", + }, + "id": "30055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16079 { + "geometry": { + "coordinates": [ + [ + [ + -116.0499123759439, + 47.97865932065211, + ], + [ + -115.8255835141148, + 47.75209000526024, + ], + [ + -115.72400740547857, + 47.69434652160773, + ], + [ + -115.68990941848055, + 47.59432943643474, + ], + [ + -115.75559290922412, + 47.55141125649209, + ], + [ + -115.62853304188411, + 47.47964819215744, + ], + [ + -115.72077706986823, + 47.425503604695365, + ], + [ + -115.55100498723597, + 47.34987306982771, + ], + [ + -115.52946941650038, + 47.29927366368756, + ], + [ + -115.34067424638499, + 47.262747553098066, + ], + [ + -115.1436237741543, + 47.10176409216173, + ], + [ + -115.04922618909663, + 46.96973294535442, + ], + [ + -114.95949464436498, + 46.93288454555385, + ], + [ + -116.33059264786448, + 46.93438856187224, + ], + [ + -116.33059264786448, + 47.022319801629585, + ], + [ + -116.33059264786448, + 47.413686333622294, + ], + [ + -116.32377305046488, + 47.89024464707814, + ], + [ + -116.33023372168556, + 48.017710030061764, + ], + [ + -116.23045224394397, + 48.06761114291123, + ], + [ + -116.0499123759439, + 47.97865932065211, + ], + ], + ], + "type": "Polygon", + }, + "id": "16079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30047 { + "geometry": { + "coordinates": [ + [ + [ + -113.63433919176808, + 47.59986206789168, + ], + [ + -113.9304532893825, + 47.59846548131031, + ], + [ + -113.95127100776024, + 47.47599558109849, + ], + [ + -113.87087154368069, + 47.39144837805752, + ], + [ + -113.82205758334668, + 47.181638101641994, + ], + [ + -113.93368362499284, + 47.13823648788271, + ], + [ + -114.18744443349392, + 47.138182773014194, + ], + [ + -114.20323718536669, + 47.35588913510128, + ], + [ + -114.35290940197908, + 47.390750084766836, + ], + [ + -114.29763477042438, + 47.495440363500535, + ], + [ + -114.3830592010089, + 47.48195793150354, + ], + [ + -114.35039691872659, + 47.60190323289521, + ], + [ + -114.58334000884993, + 47.601688373421155, + ], + [ + -114.60415772722767, + 47.78958298348299, + ], + [ + -114.47709785988766, + 47.78985155782555, + ], + [ + -114.49181383322366, + 47.96190028167577, + ], + [ + -114.0384900692394, + 47.962544860097935, + ], + [ + -114.07833087510025, + 48.023457520992764, + ], + [ + -113.88558751701667, + 48.05112067827745, + ], + [ + -113.84179852318763, + 47.97822960170401, + ], + [ + -113.67059073583967, + 47.89497155550737, + ], + [ + -113.68171744738639, + 47.7950619000714, + ], + [ + -113.59808764769649, + 47.68376469251048, + ], + [ + -113.63433919176808, + 47.59986206789168, + ], + ], + ], + "type": "Polygon", + }, + "id": "30047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53063 { + "geometry": { + "coordinates": [ + [ + [ + -117.43680313131618, + 48.04719949287593, + ], + [ + -117.0427021868548, + 48.045534331952, + ], + [ + -117.04377896539158, + 47.977262734070756, + ], + [ + -117.04090755596017, + 47.3659875303819, + ], + [ + -117.04090755596017, + 47.25925608664466, + ], + [ + -117.82372555219902, + 47.260330384014935, + ], + [ + -117.82085414276762, + 47.82519594130774, + ], + [ + -117.69199964453297, + 47.88600117246554, + ], + [ + -117.53550783052098, + 47.795760193362085, + ], + [ + -117.53514890434207, + 48.0478440712981, + ], + [ + -117.43680313131618, + 48.04719949287593, + ], + ], + ], + "type": "Polygon", + }, + "id": "53063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27029 { + "geometry": { + "coordinates": [ + [ + [ + -95.18338003786873, + 47.412773180857556, + ], + [ + -95.16902299071167, + 47.15252464290742, + ], + [ + -95.55127937126846, + 47.15145034553714, + ], + [ + -95.5545097068788, + 47.50032841653531, + ], + [ + -95.58214702265614, + 47.933968550048505, + ], + [ + -95.58322380119293, + 48.02055691809301, + ], + [ + -95.22932258877132, + 48.01996605453935, + ], + [ + -95.27418836113715, + 47.95658250969288, + ], + [ + -95.1937888970576, + 47.87257245533705, + ], + [ + -95.18338003786873, + 47.412773180857556, + ], + ], + ], + "type": "Polygon", + }, + "id": "27029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16055 { + "geometry": { + "coordinates": [ + [ + [ + -116.32377305046488, + 47.89024464707814, + ], + [ + -116.33059264786448, + 47.413686333622294, + ], + [ + -116.58722486579698, + 47.41454577151852, + ], + [ + -116.63029600726817, + 47.371573876707345, + ], + [ + -117.04090755596017, + 47.3659875303819, + ], + [ + -117.04377896539158, + 47.977262734070756, + ], + [ + -116.5050307708228, + 47.99133602962141, + ], + [ + -116.50610754935957, + 47.8900835024726, + ], + [ + -116.32377305046488, + 47.89024464707814, + ], + ], + ], + "type": "Polygon", + }, + "id": "16055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30033 { + "geometry": { + "coordinates": [ + [ + [ + -106.41848729062828, + 47.95738823272059, + ], + [ + -106.35818769256862, + 47.86832898072444, + ], + [ + -106.26127762425844, + 47.86827526585593, + ], + [ + -106.26055977190059, + 47.52901215632177, + ], + [ + -106.29824702068788, + 47.354385118782886, + ], + [ + -106.17082822716894, + 47.35470740799397, + ], + [ + -106.17046930099002, + 47.18093980835131, + ], + [ + -106.08719842747905, + 47.18093980835131, + ], + [ + -106.0864805751212, + 46.860262043322976, + ], + [ + -106.0864805751212, + 46.84597388829826, + ], + [ + -106.72034420710553, + 46.845221880139064, + ], + [ + -106.72106205946338, + 46.85961746490081, + ], + [ + -107.89223818130078, + 46.85145280488668, + ], + [ + -107.94320569870835, + 46.877719375590004, + ], + [ + -107.88111146975406, + 46.99342120236908, + ], + [ + -107.95612704114971, + 47.130931265764815, + ], + [ + -107.9600752291179, + 47.35895088260657, + ], + [ + -107.9087487855314, + 47.4506421631599, + ], + [ + -107.69446985671225, + 47.62978124965395, + ], + [ + -107.45004112886325, + 47.62204630858794, + ], + [ + -107.41486636332844, + 47.69166077818203, + ], + [ + -107.24904246866437, + 47.6615267369457, + ], + [ + -106.87468246404396, + 47.684892704749274, + ], + [ + -106.5660059501671, + 47.81482897168454, + ], + [ + -106.41848729062828, + 47.95738823272059, + ], + ], + ], + "type": "Polygon", + }, + "id": "30033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27125 { + "geometry": { + "coordinates": [ + [ + [ + -95.70956581617509, + 47.93579485557798, + ], + [ + -95.70920688999615, + 47.84856190911131, + ], + [ + -95.83698460969401, + 47.84818590503171, + ], + [ + -95.83698460969401, + 47.76068438422247, + ], + [ + -96.35204367645365, + 47.7604158098799, + ], + [ + -96.3527615288115, + 47.847165322529946, + ], + [ + -96.48197495322506, + 47.847433896872516, + ], + [ + -96.48269280558291, + 47.96351172773118, + ], + [ + -95.709924742354, + 47.96431745075889, + ], + [ + -95.70956581617509, + 47.93579485557798, + ], + ], + ], + "type": "Polygon", + }, + "id": "27125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53025 { + "geometry": { + "coordinates": [ + [ + [ + -118.982339257774, + 47.962007711412795, + ], + [ + -118.97336610330083, + 47.9435835115125, + ], + [ + -118.97946784834258, + 47.261404681385216, + ], + [ + -118.98269818395292, + 46.91129116841123, + ], + [ + -119.36854382629899, + 46.91247289551854, + ], + [ + -119.36962060483577, + 46.737254994426, + ], + [ + -119.45325040452566, + 46.67918922156241, + ], + [ + -119.52036959998493, + 46.72522286387888, + ], + [ + -119.62625282276827, + 46.64497285031902, + ], + [ + -119.8739118862276, + 46.628536100553745, + ], + [ + -119.97297551161134, + 46.737147564688975, + ], + [ + -119.92739188688766, + 46.7984362296634, + ], + [ + -120.03901792853382, + 47.07050203868661, + ], + [ + -120.00707349860936, + 47.22004423262947, + ], + [ + -120.0049199415358, + 47.32006131780246, + ], + [ + -119.87642436948009, + 47.43673001221478, + ], + [ + -119.53364986860521, + 47.44129577603847, + ], + [ + -119.53293201624736, + 47.527615569740405, + ], + [ + -119.34162436287949, + 47.61232391738692, + ], + [ + -119.2985532214083, + 47.72829431850855, + ], + [ + -119.21241093846592, + 47.80064824639686, + ], + [ + -119.212052012287, + 47.88761261852096, + ], + [ + -119.1040152324301, + 47.961739137070225, + ], + [ + -118.982339257774, + 47.962007711412795, + ], + ], + ], + "type": "Polygon", + }, + "id": "53025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53043 { + "geometry": { + "coordinates": [ + [ + [ + -118.85204905482365, + 47.95765680706316, + ], + [ + -118.73037308016754, + 47.90018189775323, + ], + [ + -118.5702920043663, + 47.93230338912457, + ], + [ + -118.5311690508633, + 47.87488219468315, + ], + [ + -118.35708985408391, + 47.841578976204495, + ], + [ + -118.34093817603221, + 47.894380691953714, + ], + [ + -118.21028904690294, + 47.945248672436435, + ], + [ + -118.07712743452117, + 47.79984252336915, + ], + [ + -117.88043588846942, + 47.84764875634657, + ], + [ + -117.82085414276762, + 47.82519594130774, + ], + [ + -117.82372555219902, + 47.260330384014935, + ], + [ + -117.96047642637005, + 47.26038409888345, + ], + [ + -118.97946784834258, + 47.261404681385216, + ], + [ + -118.97336610330083, + 47.9435835115125, + ], + [ + -118.85204905482365, + 47.95765680706316, + ], + ], + ], + "type": "Polygon", + }, + "id": "53043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30049 { + "geometry": { + "coordinates": [ + [ + [ + -112.04716762855477, + 47.51590572840436, + ], + [ + -112.04465514530229, + 47.19297193889844, + ], + [ + -111.7894586320855, + 47.12899753049831, + ], + [ + -111.79017648444335, + 46.9138694820999, + ], + [ + -111.65809165059838, + 46.913278618546244, + ], + [ + -111.64552923433594, + 46.84194527315971, + ], + [ + -111.49801057479712, + 46.76244726775905, + ], + [ + -111.63870963693634, + 46.73832929179628, + ], + [ + -111.63368467043136, + 46.56912745597731, + ], + [ + -111.7880229273698, + 46.56896631137177, + ], + [ + -112.02922131960845, + 46.569073741108795, + ], + [ + -112.31061944388688, + 46.42098184861581, + ], + [ + -112.29410883965626, + 46.60581471117234, + ], + [ + -112.4107598478074, + 46.699708301334745, + ], + [ + -112.53530723189492, + 46.698526574227444, + ], + [ + -112.53566615807384, + 46.834371476699246, + ], + [ + -112.79516978543775, + 46.83173944814206, + ], + [ + -112.79660549015345, + 47.177233482423844, + ], + [ + -113.05898052694879, + 47.179382077164405, + ], + [ + -113.0593394531277, + 47.48706084401236, + ], + [ + -113.14476388371223, + 47.59631688656975, + ], + [ + -113.1659405282689, + 47.72072052204808, + ], + [ + -113.06651797670624, + 47.77647655556558, + ], + [ + -113.08661784272613, + 47.91812266383688, + ], + [ + -112.98468280791099, + 47.95395048113569, + ], + [ + -112.91182079358889, + 47.82643138328356, + ], + [ + -112.91397435066244, + 47.69719340963897, + ], + [ + -112.813475020563, + 47.606898715667, + ], + [ + -112.57801944718717, + 47.63321900123884, + ], + [ + -112.43121864000621, + 47.60603927777078, + ], + [ + -112.2783160877835, + 47.505968477729276, + ], + [ + -112.04716762855477, + 47.51590572840436, + ], + ], + ], + "type": "Polygon", + }, + "id": "30049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53035 { + "geometry": { + "coordinates": [ + [ + [ + [ + -122.5364262815049, + 47.69848256648331, + ], + [ + -122.48186950230807, + 47.58552019799845, + ], + [ + -122.57626708736576, + 47.598626625915855, + ], + [ + -122.5364262815049, + 47.69848256648331, + ], + ], + ], + [ + [ + [ + -122.55221903337768, + 47.40342679373613, + ], + [ + -122.62723460477334, + 47.40353422347316, + ], + [ + -122.63441312835187, + 47.403480508604645, + ], + [ + -122.80131380155272, + 47.404017657289785, + ], + [ + -122.80023702301594, + 47.52009548814845, + ], + [ + -123.02313018012934, + 47.52020291788547, + ], + [ + -122.91652910498814, + 47.62086458148063, + ], + [ + -122.75321769357656, + 47.66775766169332, + ], + [ + -122.68394494104373, + 47.798714511130356, + ], + [ + -122.52601742231604, + 47.912482602642925, + ], + [ + -122.4890480258866, + 47.74360305603503, + ], + [ + -122.56047433549298, + 47.75160657144362, + ], + [ + -122.6078525911113, + 47.56860001441655, + ], + [ + -122.49550869710728, + 47.50983594826228, + ], + [ + -122.55221903337768, + 47.40342679373613, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "53035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27061 { + "geometry": { + "coordinates": [ + [ + [ + -93.0811494078958, + 47.89180237826505, + ], + [ + -93.06140846805484, + 47.72012965849443, + ], + [ + -93.05602457537094, + 47.026402131636644, + ], + [ + -93.77531263793979, + 47.030430746775195, + ], + [ + -93.77746619501335, + 47.277357997333866, + ], + [ + -94.02656096318839, + 47.351430801014615, + ], + [ + -94.11808713881466, + 47.480722489527714, + ], + [ + -94.32267506080281, + 47.4156200688888, + ], + [ + -94.41635479350265, + 47.44484095736039, + ], + [ + -94.4185083505762, + 47.845822450817096, + ], + [ + -93.77638941647656, + 47.84641331437075, + ], + [ + -93.77567156411871, + 47.898946455777406, + ], + [ + -93.0811494078958, + 47.89180237826505, + ], + ], + ], + "type": "Polygon", + }, + "id": "27061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38055 { + "geometry": { + "coordinates": [ + [ + [ + -100.58521903071363, + 47.84748761174103, + ], + [ + -100.58521903071363, + 47.673881156703914, + ], + [ + -100.67172023983494, + 47.674149731046484, + ], + [ + -100.67351487072958, + 47.32774254399996, + ], + [ + -100.74924829448308, + 47.327688829131446, + ], + [ + -100.74924829448308, + 47.15725155133666, + ], + [ + -100.96532185419687, + 47.156660687783, + ], + [ + -101.05541232510744, + 47.29309645380846, + ], + [ + -101.2574877638431, + 47.265540726260795, + ], + [ + -101.3493728656483, + 47.29599705670821, + ], + [ + -101.44125796745351, + 47.462942868049595, + ], + [ + -101.42833662501215, + 47.561993085589336, + ], + [ + -101.73414172945759, + 47.53218133356409, + ], + [ + -101.81382334117929, + 47.4964609460023, + ], + [ + -102.20541180238818, + 47.57450864995309, + ], + [ + -102.2610453601218, + 47.61662110686803, + ], + [ + -102.26212213865858, + 47.781955472153996, + ], + [ + -102.38631059656717, + 47.75789121105974, + ], + [ + -102.38559274420932, + 47.8477561860836, + ], + [ + -101.87196938216539, + 47.84759504147806, + ], + [ + -100.97142359923862, + 47.84866933884834, + ], + [ + -100.58521903071363, + 47.84748761174103, + ], + ], + ], + "type": "Polygon", + }, + "id": "38055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38027 { + "geometry": { + "coordinates": [ + [ + [ + -98.52570061603296, + 47.84625216976521, + ], + [ + -98.50021685732918, + 47.67226971064849, + ], + [ + -98.50021685732918, + 47.58713164405387, + ], + [ + -99.26580639697956, + 47.587615077870495, + ], + [ + -99.29775082690402, + 47.84678931845035, + ], + [ + -98.52570061603296, + 47.84625216976521, + ], + ], + ], + "type": "Polygon", + }, + "id": "38027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38103 { + "geometry": { + "coordinates": [ + [ + [ + -99.8120920413058, + 47.847272752266974, + ], + [ + -99.29775082690402, + 47.84678931845035, + ], + [ + -99.26580639697956, + 47.587615077870495, + ], + [ + -99.26652424933741, + 47.32720539531482, + ], + [ + -99.48080317815658, + 47.326990535840764, + ], + [ + -100.03319056752457, + 47.32720539531482, + ], + [ + -100.03283164134564, + 47.67361258236134, + ], + [ + -100.06908318541723, + 47.847272752266974, + ], + [ + -99.8120920413058, + 47.847272752266974, + ], + ], + ], + "type": "Polygon", + }, + "id": "38103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38083 { + "geometry": { + "coordinates": [ + [ + [ + -100.19793768365186, + 47.84764875634657, + ], + [ + -100.06908318541723, + 47.847272752266974, + ], + [ + -100.03283164134564, + 47.67361258236134, + ], + [ + -100.03319056752457, + 47.32720539531482, + ], + [ + -100.11287217924627, + 47.32720539531482, + ], + [ + -100.67351487072958, + 47.32774254399996, + ], + [ + -100.67172023983494, + 47.674149731046484, + ], + [ + -100.58521903071363, + 47.673881156703914, + ], + [ + -100.58521903071363, + 47.84748761174103, + ], + [ + -100.19793768365186, + 47.84764875634657, + ], + ], + ], + "type": "Polygon", + }, + "id": "38083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38025 { + "geometry": { + "coordinates": [ + [ + [ + -102.38631059656717, + 47.75789121105974, + ], + [ + -102.26212213865858, + 47.781955472153996, + ], + [ + -102.2610453601218, + 47.61662110686803, + ], + [ + -102.20541180238818, + 47.57450864995309, + ], + [ + -102.20541180238818, + 47.328064833211045, + ], + [ + -102.14439435197066, + 47.328064833211045, + ], + [ + -102.1447532781496, + 47.01034138595097, + ], + [ + -102.52557395399069, + 47.010233956213945, + ], + [ + -102.52557395399069, + 46.98128164208492, + ], + [ + -103.032377718635, + 46.98058334879424, + ], + [ + -103.03273664481392, + 47.32870941163321, + ], + [ + -103.09913798791534, + 47.32870941163321, + ], + [ + -103.0998558402732, + 47.674418305389054, + ], + [ + -102.64258388832074, + 47.673881156703914, + ], + [ + -102.64258388832074, + 47.82374563985786, + ], + [ + -102.38631059656717, + 47.75789121105974, + ], + ], + ], + "type": "Polygon", + }, + "id": "38025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30027 { + "geometry": { + "coordinates": [ + [ + [ + -108.89112973725344, + 47.73436409865063, + ], + [ + -108.77160731967088, + 47.645465991260025, + ], + [ + -108.31289966300272, + 47.58337160325789, + ], + [ + -108.31505322007628, + 47.314904690425124, + ], + [ + -108.59142637784974, + 47.30625659659438, + ], + [ + -108.7192040975476, + 47.27026763469002, + ], + [ + -108.736791480315, + 47.0981651959713, + ], + [ + -108.60901376061715, + 47.097842906760214, + ], + [ + -108.63090825753167, + 46.74939455471016, + ], + [ + -109.0095753762992, + 46.750576281817466, + ], + [ + -109.38896034742459, + 46.75100600076558, + ], + [ + -109.38931927360352, + 46.69363852119267, + ], + [ + -109.7457329692776, + 46.69379966579821, + ], + [ + -109.83043954750427, + 46.80198141098532, + ], + [ + -109.75542397610862, + 46.89619729035881, + ], + [ + -109.75685968082432, + 47.185505572174996, + ], + [ + -110.1279893498344, + 47.27198651048247, + ], + [ + -110.1279893498344, + 47.359004597475085, + ], + [ + -110.21341378041892, + 47.416640651390566, + ], + [ + -109.84479659466133, + 47.543676315426076, + ], + [ + -109.82649135953608, + 47.71620847309291, + ], + [ + -109.53827363785804, + 47.73887614760581, + ], + [ + -109.42987793182222, + 47.7200222287574, + ], + [ + -109.27410397016808, + 47.79318187967341, + ], + [ + -108.93886691905067, + 47.79022756190515, + ], + [ + -108.89112973725344, + 47.73436409865063, + ], + ], + ], + "type": "Polygon", + }, + "id": "30027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30021 { + "geometry": { + "coordinates": [ + [ + [ + -105.23474875252845, + 47.79076471059029, + ], + [ + -105.23474875252845, + 47.703639193860646, + ], + [ + -104.97811653459594, + 47.70342433438659, + ], + [ + -104.97847546077487, + 47.61629881765695, + ], + [ + -104.59370659696559, + 47.615922813577356, + ], + [ + -104.59370659696559, + 47.528958441453256, + ], + [ + -104.51294820670711, + 47.529227015795826, + ], + [ + -104.51330713288604, + 47.35470740799397, + ], + [ + -104.42034525254405, + 47.35459997825694, + ], + [ + -104.34209934553806, + 47.245612510042115, + ], + [ + -104.30548887528755, + 47.04230173271678, + ], + [ + -104.41208995042874, + 46.904147090898874, + ], + [ + -104.60375652997553, + 46.86085290687662, + ], + [ + -105.02764834728781, + 46.86149748529879, + ], + [ + -105.06964271022223, + 46.91913353921427, + ], + [ + -105.19706150374115, + 46.919187254082786, + ], + [ + -105.19706150374115, + 46.97714559720934, + ], + [ + -105.32483922343901, + 46.97719931207786, + ], + [ + -105.32483922343901, + 47.18142324216794, + ], + [ + -105.40631546605535, + 47.181530671904966, + ], + [ + -105.4070333184132, + 47.529227015795826, + ], + [ + -105.36396217694201, + 47.52938816040137, + ], + [ + -105.36288539840523, + 47.79038870651069, + ], + [ + -105.23474875252845, + 47.79076471059029, + ], + ], + ], + "type": "Polygon", + }, + "id": "30021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53033 { + "geometry": { + "coordinates": [ + [ + [ + [ + -122.43736265612118, + 47.40724054940062, + ], + [ + -122.5281709793896, + 47.34509244652997, + ], + [ + -122.47397312637169, + 47.51101767536959, + ], + [ + -122.43736265612118, + 47.40724054940062, + ], + ], + ], + [ + [ + [ + -121.11902680092388, + 47.77991430715047, + ], + [ + -121.06734143115845, + 47.7061637926808, + ], + [ + -121.11364290823998, + 47.59712260959746, + ], + [ + -121.21486009069727, + 47.569029733364665, + ], + [ + -121.42878009333751, + 47.41615721757394, + ], + [ + -121.46395485887231, + 47.35363311062369, + ], + [ + -121.29884881656609, + 47.14747544526711, + ], + [ + -121.37960720682457, + 47.08672392897782, + ], + [ + -121.79596157437939, + 47.17309743754827, + ], + [ + -121.90112694480487, + 47.15585496475529, + ], + [ + -122.09494708142523, + 47.19442224034832, + ], + [ + -122.14268426322246, + 47.25780578519478, + ], + [ + -122.33435084276925, + 47.25791321493181, + ], + [ + -122.41726279010129, + 47.320491036750575, + ], + [ + -122.32465983593823, + 47.34885248732594, + ], + [ + -122.42121097806948, + 47.57622752574554, + ], + [ + -122.340452587811, + 47.60469640605793, + ], + [ + -122.43700372994225, + 47.661687881551245, + ], + [ + -122.39500936700784, + 47.77792685701545, + ], + [ + -121.11902680092388, + 47.77991430715047, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "53033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30013 { + "geometry": { + "coordinates": [ + [ + [ + -110.63945915480477, + 47.41626464731097, + ], + [ + -110.63910022862584, + 47.359004597475085, + ], + [ + -110.76759580068155, + 47.35905831234359, + ], + [ + -110.77226184100759, + 47.095855456625195, + ], + [ + -110.64520197366758, + 47.09574802688817, + ], + [ + -110.65273942342505, + 46.82362850299645, + ], + [ + -110.91296090314681, + 46.98052963392573, + ], + [ + -111.07124734805343, + 47.00539961804769, + ], + [ + -111.08129728106337, + 47.08806680069067, + ], + [ + -111.15882533571151, + 47.01146939818977, + ], + [ + -111.5396460115526, + 46.999866986590746, + ], + [ + -111.53928708537367, + 46.91338604828327, + ], + [ + -111.65809165059838, + 46.913278618546244, + ], + [ + -111.79017648444335, + 46.9138694820999, + ], + [ + -111.7894586320855, + 47.12899753049831, + ], + [ + -112.04465514530229, + 47.19297193889844, + ], + [ + -112.04716762855477, + 47.51590572840436, + ], + [ + -111.92262024446725, + 47.50548504391265, + ], + [ + -111.92262024446725, + 47.61141076462218, + ], + [ + -111.66670587889261, + 47.611249620016636, + ], + [ + -111.66670587889261, + 47.69783798806114, + ], + [ + -111.40899688242334, + 47.69821399214074, + ], + [ + -110.97649083681681, + 47.698589996220335, + ], + [ + -111.04971177731784, + 47.59830433670477, + ], + [ + -110.8641469428128, + 47.52503725605173, + ], + [ + -110.76867257921833, + 47.524822396577676, + ], + [ + -110.76903150539725, + 47.445915254730664, + ], + [ + -110.63945915480477, + 47.41626464731097, + ], + ], + ], + "type": "Polygon", + }, + "id": "30013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38091 { + "geometry": { + "coordinates": [ + [ + [ + -97.88250490339655, + 47.672162280911465, + ], + [ + -97.4726112070624, + 47.67205485117444, + ], + [ + -97.47368798559918, + 47.32451965188912, + ], + [ + -97.45143456250574, + 47.23905929608341, + ], + [ + -97.70591322336467, + 47.23997244884815, + ], + [ + -97.96110973658146, + 47.24050959753329, + ], + [ + -97.98695242146418, + 47.326077383076026, + ], + [ + -97.98479886439063, + 47.67226971064849, + ], + [ + -97.88250490339655, + 47.672162280911465, + ], + ], + ], + "type": "Polygon", + }, + "id": "38091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38039 { + "geometry": { + "coordinates": [ + [ + [ + -97.98479886439063, + 47.67226971064849, + ], + [ + -97.98695242146418, + 47.326077383076026, + ], + [ + -97.96110973658146, + 47.24050959753329, + ], + [ + -98.46755457504686, + 47.240455882664776, + ], + [ + -98.4991400787924, + 47.32650710202414, + ], + [ + -98.50021685732918, + 47.58713164405387, + ], + [ + -98.50021685732918, + 47.67226971064849, + ], + [ + -97.98479886439063, + 47.67226971064849, + ], + ], + ], + "type": "Polygon", + }, + "id": "38039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38097 { + "geometry": { + "coordinates": [ + [ + [ + -96.85095106516158, + 47.49995241245571, + ], + [ + -96.83192797767848, + 47.23760899463353, + ], + [ + -97.45143456250574, + 47.23905929608341, + ], + [ + -97.47368798559918, + 47.32451965188912, + ], + [ + -97.4726112070624, + 47.67205485117444, + ], + [ + -96.89725254224311, + 47.67474059460014, + ], + [ + -96.85095106516158, + 47.49995241245571, + ], + ], + ], + "type": "Polygon", + }, + "id": "38097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53045 { + "geometry": { + "coordinates": [ + [ + [ + [ + -122.98795541459454, + 47.60614670750781, + ], + [ + -123.02313018012934, + 47.52020291788547, + ], + [ + -122.80023702301594, + 47.52009548814845, + ], + [ + -122.80131380155272, + 47.404017657289785, + ], + [ + -122.80203165391057, + 47.35905831234359, + ], + [ + -122.92729689035595, + 47.28090317865579, + ], + [ + -122.94667890401799, + 47.2032314787846, + ], + [ + -123.07481554989477, + 47.09832634057684, + ], + [ + -123.20187541723477, + 47.08489762344835, + ], + [ + -123.48937528655496, + 47.08269531383928, + ], + [ + -123.50445018606987, + 47.517624604196804, + ], + [ + -123.50445018606987, + 47.606952430535515, + ], + [ + -122.98795541459454, + 47.60614670750781, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "53045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30063 { + "geometry": { + "coordinates": [ + [ + [ + -113.63433919176808, + 47.59986206789168, + ], + [ + -113.46636174003044, + 47.599969497628706, + ], + [ + -113.46600281385152, + 47.17895235821629, + ], + [ + -113.30305032861885, + 47.17943579203292, + ], + [ + -113.30305032861885, + 46.83211545222166, + ], + [ + -113.48000093482965, + 46.802679704276, + ], + [ + -113.47964200865073, + 46.7449362206235, + ], + [ + -113.66771932640825, + 46.71598390649447, + ], + [ + -113.66736040022933, + 46.65840156744751, + ], + [ + -113.8278004022095, + 46.6610335960047, + ], + [ + -114.33280953595919, + 46.66076502166213, + ], + [ + -114.59554349893344, + 46.63396130227366, + ], + [ + -114.67522511065513, + 46.736878990346405, + ], + [ + -114.54888309567298, + 46.74735338970663, + ], + [ + -114.56611155226146, + 46.96371688008085, + ], + [ + -114.45125517500496, + 46.993260057763536, + ], + [ + -114.48355853110834, + 47.067332861444285, + ], + [ + -114.71183558090564, + 47.18212153545862, + ], + [ + -114.79726001149017, + 47.267689321001356, + ], + [ + -114.55139557892547, + 47.25168229018419, + ], + [ + -114.35362725433693, + 47.18921189810246, + ], + [ + -114.29225087774049, + 47.12539863430787, + ], + [ + -114.18744443349392, + 47.138182773014194, + ], + [ + -113.93368362499284, + 47.13823648788271, + ], + [ + -113.82205758334668, + 47.181638101641994, + ], + [ + -113.87087154368069, + 47.39144837805752, + ], + [ + -113.95127100776024, + 47.47599558109849, + ], + [ + -113.9304532893825, + 47.59846548131031, + ], + [ + -113.63433919176808, + 47.59986206789168, + ], + ], + ], + "type": "Polygon", + }, + "id": "30063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30077 { + "geometry": { + "coordinates": [ + [ + [ + -113.14476388371223, + 47.59631688656975, + ], + [ + -113.0593394531277, + 47.48706084401236, + ], + [ + -113.05898052694879, + 47.179382077164405, + ], + [ + -112.79660549015345, + 47.177233482423844, + ], + [ + -112.79516978543775, + 46.83173944814206, + ], + [ + -112.53566615807384, + 46.834371476699246, + ], + [ + -112.53530723189492, + 46.698526574227444, + ], + [ + -112.4107598478074, + 46.699708301334745, + ], + [ + -112.29410883965626, + 46.60581471117234, + ], + [ + -112.31061944388688, + 46.42098184861581, + ], + [ + -112.55827850734622, + 46.26590702321601, + ], + [ + -113.03672710385534, + 46.26682017598075, + ], + [ + -113.0388806609289, + 46.736126982187216, + ], + [ + -113.11569086321919, + 46.71356673741135, + ], + [ + -113.30305032861885, + 46.83211545222166, + ], + [ + -113.30305032861885, + 47.17943579203292, + ], + [ + -113.46600281385152, + 47.17895235821629, + ], + [ + -113.46636174003044, + 47.599969497628706, + ], + [ + -113.14476388371223, + 47.59631688656975, + ], + ], + ], + "type": "Polygon", + }, + "id": "30077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30069 { + "geometry": { + "coordinates": [ + [ + [ + -107.9087487855314, + 47.4506421631599, + ], + [ + -107.9600752291179, + 47.35895088260657, + ], + [ + -107.95612704114971, + 47.130931265764815, + ], + [ + -107.88111146975406, + 46.99342120236908, + ], + [ + -107.94320569870835, + 46.877719375590004, + ], + [ + -107.89223818130078, + 46.85145280488668, + ], + [ + -107.827631469094, + 46.75584033893183, + ], + [ + -108.63090825753167, + 46.74939455471016, + ], + [ + -108.60901376061715, + 47.097842906760214, + ], + [ + -108.736791480315, + 47.0981651959713, + ], + [ + -108.7192040975476, + 47.27026763469002, + ], + [ + -108.59142637784974, + 47.30625659659438, + ], + [ + -108.31505322007628, + 47.314904690425124, + ], + [ + -108.31289966300272, + 47.58337160325789, + ], + [ + -108.06524059954339, + 47.59830433670477, + ], + [ + -107.93100220862485, + 47.56908344823318, + ], + [ + -107.9087487855314, + 47.4506421631599, + ], + ], + ], + "type": "Polygon", + }, + "id": "30069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53037 { + "geometry": { + "coordinates": [ + [ + [ + -120.09429256008852, + 47.26215668954441, + ], + [ + -120.00707349860936, + 47.22004423262947, + ], + [ + -120.03901792853382, + 47.07050203868661, + ], + [ + -119.92739188688766, + 46.7984362296634, + ], + [ + -119.97297551161134, + 46.737147564688975, + ], + [ + -120.50957014910657, + 46.73811443232223, + ], + [ + -120.50921122292763, + 46.82454165576119, + ], + [ + -120.634476459373, + 46.825830812605524, + ], + [ + -120.63483538555194, + 46.911989461701914, + ], + [ + -121.02642384676082, + 46.911344883279746, + ], + [ + -121.08995378043082, + 46.99105774815446, + ], + [ + -121.28126143379869, + 47.08887252371838, + ], + [ + -121.37960720682457, + 47.08672392897782, + ], + [ + -121.29884881656609, + 47.14747544526711, + ], + [ + -121.46395485887231, + 47.35363311062369, + ], + [ + -121.42878009333751, + 47.41615721757394, + ], + [ + -121.21486009069727, + 47.569029733364665, + ], + [ + -121.11364290823998, + 47.59712260959746, + ], + [ + -120.92412988576675, + 47.433345975498405, + ], + [ + -120.80245391111065, + 47.42249557205858, + ], + [ + -120.66498518458177, + 47.34331985586901, + ], + [ + -120.38932987916616, + 47.26118982191116, + ], + [ + -120.09429256008852, + 47.26215668954441, + ], + ], + ], + "type": "Polygon", + }, + "id": "53037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38031 { + "geometry": { + "coordinates": [ + [ + [ + -98.50021685732918, + 47.58713164405387, + ], + [ + -98.4991400787924, + 47.32650710202414, + ], + [ + -99.26652424933741, + 47.32720539531482, + ], + [ + -99.26580639697956, + 47.587615077870495, + ], + [ + -98.50021685732918, + 47.58713164405387, + ], + ], + ], + "type": "Polygon", + }, + "id": "38031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38057 { + "geometry": { + "coordinates": [ + [ + [ + -101.2574877638431, + 47.265540726260795, + ], + [ + -101.25784669002203, + 47.241315320561, + ], + [ + -101.76429152848742, + 47.24120789082397, + ], + [ + -101.76429152848742, + 46.98128164208492, + ], + [ + -102.09737502253128, + 46.98106678261087, + ], + [ + -102.1447532781496, + 47.01034138595097, + ], + [ + -102.14439435197066, + 47.328064833211045, + ], + [ + -102.20541180238818, + 47.328064833211045, + ], + [ + -102.20541180238818, + 47.57450864995309, + ], + [ + -101.81382334117929, + 47.4964609460023, + ], + [ + -101.73414172945759, + 47.53218133356409, + ], + [ + -101.42833662501215, + 47.561993085589336, + ], + [ + -101.44125796745351, + 47.462942868049595, + ], + [ + -101.3493728656483, + 47.29599705670821, + ], + [ + -101.2574877638431, + 47.265540726260795, + ], + ], + ], + "type": "Polygon", + }, + "id": "38057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53027 { + "geometry": { + "coordinates": [ + [ + [ + -123.50445018606987, + 47.517624604196804, + ], + [ + -123.48937528655496, + 47.08269531383928, + ], + [ + -123.20187541723477, + 47.08489762344835, + ], + [ + -123.15880427576359, + 46.99621437553181, + ], + [ + -123.16059890665822, + 46.79338703202309, + ], + [ + -123.37128857368812, + 46.792097875178754, + ], + [ + -124.09811408601442, + 46.79413904018229, + ], + [ + -124.13759596569635, + 46.904415665241444, + ], + [ + -124.04678764242792, + 46.893565261801626, + ], + [ + -123.82317663295667, + 46.95775452967581, + ], + [ + -124.15123516049556, + 47.02172893807593, + ], + [ + -124.23378818164866, + 47.28208490576309, + ], + [ + -124.32028939076997, + 47.35524455667911, + ], + [ + -124.35474630394692, + 47.53411506883059, + ], + [ + -124.04714656860685, + 47.51810803801343, + ], + [ + -123.50445018606987, + 47.517624604196804, + ], + ], + ], + "type": "Polygon", + }, + "id": "53027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27087 { + "geometry": { + "coordinates": [ + [ + [ + -95.55127937126846, + 47.15145034553714, + ], + [ + -96.06705629038595, + 47.1516652050112, + ], + [ + -96.0677741427438, + 47.499200404296516, + ], + [ + -95.5545097068788, + 47.50032841653531, + ], + [ + -95.55127937126846, + 47.15145034553714, + ], + ], + ], + "type": "Polygon", + }, + "id": "27087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27107 { + "geometry": { + "coordinates": [ + [ + [ + -96.85095106516158, + 47.49995241245571, + ], + [ + -96.0677741427438, + 47.499200404296516, + ], + [ + -96.06705629038595, + 47.1516652050112, + ], + [ + -96.19483401008381, + 47.151074341457544, + ], + [ + -96.84054220597271, + 47.15085948198349, + ], + [ + -96.83192797767848, + 47.23760899463353, + ], + [ + -96.85095106516158, + 47.49995241245571, + ], + ], + ], + "type": "Polygon", + }, + "id": "27107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30061 { + "geometry": { + "coordinates": [ + [ + [ + -114.79726001149017, + 47.267689321001356, + ], + [ + -114.71183558090564, + 47.18212153545862, + ], + [ + -114.48355853110834, + 47.067332861444285, + ], + [ + -114.45125517500496, + 46.993260057763536, + ], + [ + -114.56611155226146, + 46.96371688008085, + ], + [ + -114.54888309567298, + 46.74735338970663, + ], + [ + -114.67522511065513, + 46.736878990346405, + ], + [ + -114.94836793281826, + 46.85924146082121, + ], + [ + -114.95949464436498, + 46.93288454555385, + ], + [ + -115.04922618909663, + 46.96973294535442, + ], + [ + -115.1436237741543, + 47.10176409216173, + ], + [ + -115.34067424638499, + 47.262747553098066, + ], + [ + -115.52946941650038, + 47.29927366368756, + ], + [ + -115.55100498723597, + 47.34987306982771, + ], + [ + -115.72077706986823, + 47.425503604695365, + ], + [ + -115.62853304188411, + 47.47964819215744, + ], + [ + -115.28288713157782, + 47.48689969940682, + ], + [ + -114.98246591981628, + 47.396819864908906, + ], + [ + -114.96882672501707, + 47.31259495107902, + ], + [ + -114.79726001149017, + 47.267689321001356, + ], + ], + ], + "type": "Polygon", + }, + "id": "30061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27021 { + "geometry": { + "coordinates": [ + [ + [ + -93.77531263793979, + 47.030430746775195, + ], + [ + -93.77603049029764, + 46.802840848881544, + ], + [ + -94.34241600064377, + 46.805526592307245, + ], + [ + -94.32734110112885, + 46.289648995099185, + ], + [ + -94.34169814828591, + 46.27767057942057, + ], + [ + -94.42461009561795, + 46.33170773714561, + ], + [ + -94.53480043254841, + 46.3028091378851, + ], + [ + -94.65396392395203, + 46.34868163559602, + ], + [ + -94.73149197860018, + 46.36866356668321, + ], + [ + -94.7792291603974, + 46.394768992780996, + ], + [ + -94.78712553633379, + 46.80407629085737, + ], + [ + -94.66042459517271, + 46.80348542730371, + ], + [ + -94.67011560200373, + 47.410087437431855, + ], + [ + -94.41635479350265, + 47.411806313224304, + ], + [ + -94.41635479350265, + 47.44484095736039, + ], + [ + -94.32267506080281, + 47.4156200688888, + ], + [ + -94.11808713881466, + 47.480722489527714, + ], + [ + -94.02656096318839, + 47.351430801014615, + ], + [ + -93.77746619501335, + 47.277357997333866, + ], + [ + -93.77531263793979, + 47.030430746775195, + ], + ], + ], + "type": "Polygon", + }, + "id": "27021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 23003 { + "geometry": { + "coordinates": [ + [ + [ + -67.80628574024446, + 45.68073724562494, + ], + [ + -68.04820198484097, + 45.640021375291354, + ], + [ + -68.43261192247134, + 45.57953843334464, + ], + [ + -68.43656011043953, + 46.38182370946913, + ], + [ + -68.81917541717526, + 46.395682145545734, + ], + [ + -68.82204682660667, + 46.57245777782518, + ], + [ + -69.72115690481773, + 46.57385436440654, + ], + [ + -70.02301382129498, + 46.57396179414357, + ], + [ + -69.99717113641226, + 46.69551854159066, + ], + [ + -69.22440307318335, + 47.45977369080727, + ], + [ + -69.04314535282543, + 47.42668533180267, + ], + [ + -69.04099179575188, + 47.24502164648846, + ], + [ + -68.89993380743373, + 47.177770631108984, + ], + [ + -68.60740897160858, + 47.246955381754965, + ], + [ + -68.58013058201016, + 47.28708038853489, + ], + [ + -68.37769621709558, + 47.28734896287746, + ], + [ + -68.36298024375958, + 47.35465369312546, + ], + [ + -68.23448467170387, + 47.355298271547625, + ], + [ + -67.95344547360436, + 47.1966782648259, + ], + [ + -67.79013406219278, + 47.06722543170726, + ], + [ + -67.78116090771961, + 45.94345666752671, + ], + [ + -67.80628574024446, + 45.68073724562494, + ], + ], + ], + "type": "Polygon", + }, + "id": "23003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30045 { + "geometry": { + "coordinates": [ + [ + [ + -110.21341378041892, + 47.416640651390566, + ], + [ + -110.1279893498344, + 47.359004597475085, + ], + [ + -110.1279893498344, + 47.27198651048247, + ], + [ + -109.75685968082432, + 47.185505572174996, + ], + [ + -109.75542397610862, + 46.89619729035881, + ], + [ + -109.83043954750427, + 46.80198141098532, + ], + [ + -109.7457329692776, + 46.69379966579821, + ], + [ + -109.96826720021207, + 46.750844856160036, + ], + [ + -110.27335445229966, + 46.710612419643084, + ], + [ + -110.45784250826792, + 46.67849092827173, + ], + [ + -110.65273942342505, + 46.82362850299645, + ], + [ + -110.64520197366758, + 47.09574802688817, + ], + [ + -110.77226184100759, + 47.095855456625195, + ], + [ + -110.76759580068155, + 47.35905831234359, + ], + [ + -110.63910022862584, + 47.359004597475085, + ], + [ + -110.63945915480477, + 47.41626464731097, + ], + [ + -110.21341378041892, + 47.416640651390566, + ], + ], + ], + "type": "Polygon", + }, + "id": "30045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16009 { + "geometry": { + "coordinates": [ + [ + [ + -116.33059264786448, + 47.413686333622294, + ], + [ + -116.33059264786448, + 47.022319801629585, + ], + [ + -116.83631963397202, + 47.032418196910214, + ], + [ + -117.04054862978124, + 47.12717122496883, + ], + [ + -117.04090755596017, + 47.25925608664466, + ], + [ + -117.04090755596017, + 47.3659875303819, + ], + [ + -116.63029600726817, + 47.371573876707345, + ], + [ + -116.58722486579698, + 47.41454577151852, + ], + [ + -116.33059264786448, + 47.413686333622294, + ], + ], + ], + "type": "Polygon", + }, + "id": "16009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27057 { + "geometry": { + "coordinates": [ + [ + [ + -94.67011560200373, + 47.410087437431855, + ], + [ + -94.66042459517271, + 46.80348542730371, + ], + [ + -94.78712553633379, + 46.80407629085737, + ], + [ + -95.16328017184884, + 46.80482829901656, + ], + [ + -95.16902299071167, + 47.15252464290742, + ], + [ + -95.18338003786873, + 47.412773180857556, + ], + [ + -94.67011560200373, + 47.410087437431855, + ], + ], + ], + "type": "Polygon", + }, + "id": "27057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53053 { + "geometry": { + "coordinates": [ + [ + [ + [ + -122.41726279010129, + 47.320491036750575, + ], + [ + -122.33435084276925, + 47.25791321493181, + ], + [ + -122.14268426322246, + 47.25780578519478, + ], + [ + -122.09494708142523, + 47.19442224034832, + ], + [ + -121.90112694480487, + 47.15585496475529, + ], + [ + -121.79596157437939, + 47.17309743754827, + ], + [ + -121.37960720682457, + 47.08672392897782, + ], + [ + -121.45677633529378, + 46.922732435404704, + ], + [ + -121.5231776783952, + 46.87288503742375, + ], + [ + -121.45534063057808, + 46.78318120700544, + ], + [ + -121.75863325177103, + 46.783772070559095, + ], + [ + -121.8325720446299, + 46.72790860730457, + ], + [ + -122.20298386128212, + 46.763038131312705, + ], + [ + -122.32932587626428, + 46.84398643816324, + ], + [ + -122.48976587824446, + 46.8665466829391, + ], + [ + -122.63728453778327, + 46.97687702286677, + ], + [ + -122.6968662834851, + 47.09735947294359, + ], + [ + -122.58416346330215, + 47.18491470862134, + ], + [ + -122.53319594589456, + 47.31662356621757, + ], + [ + -122.41726279010129, + 47.320491036750575, + ], + ], + ], + [ + [ + [ + -122.62723460477334, + 47.40353422347316, + ], + [ + -122.55221903337768, + 47.40342679373613, + ], + [ + -122.58559916801785, + 47.25415317413584, + ], + [ + -122.67281822949701, + 47.28686552906083, + ], + [ + -122.62723460477334, + 47.40353422347316, + ], + ], + ], + [ + [ + [ + -122.80203165391057, + 47.35905831234359, + ], + [ + -122.80131380155272, + 47.404017657289785, + ], + [ + -122.63441312835187, + 47.403480508604645, + ], + [ + -122.72701608251492, + 47.33805579875464, + ], + [ + -122.76111406951294, + 47.16724251688025, + ], + [ + -122.83146360058255, + 47.243249055827505, + ], + [ + -122.80203165391057, + 47.35905831234359, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "53053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30109 { + "geometry": { + "coordinates": [ + [ + [ + -104.04490846938685, + 47.39741072846256, + ], + [ + -104.04526739556579, + 47.33015971308309, + ], + [ + -104.04526739556579, + 46.64137395412858, + ], + [ + -104.35394390944263, + 46.64137395412858, + ], + [ + -104.41783276929156, + 46.6848829976249, + ], + [ + -104.60698686558587, + 46.6848829976249, + ], + [ + -104.60375652997553, + 46.86085290687662, + ], + [ + -104.41208995042874, + 46.904147090898874, + ], + [ + -104.30548887528755, + 47.04230173271678, + ], + [ + -104.34209934553806, + 47.245612510042115, + ], + [ + -104.42034525254405, + 47.35459997825694, + ], + [ + -104.13140967850816, + 47.354116544440316, + ], + [ + -104.04490846938685, + 47.39741072846256, + ], + ], + ], + "type": "Polygon", + }, + "id": "30109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38007 { + "geometry": { + "coordinates": [ + [ + [ + -103.09913798791534, + 47.32870941163321, + ], + [ + -103.03273664481392, + 47.32870941163321, + ], + [ + -103.032377718635, + 46.98058334879424, + ], + [ + -103.2308638955814, + 46.97988505550356, + ], + [ + -103.23158174793925, + 46.62977154252957, + ], + [ + -103.60917208817, + 46.629717827661054, + ], + [ + -103.60953101434893, + 46.97988505550356, + ], + [ + -103.66695920297718, + 46.97977762576653, + ], + [ + -103.66660027679825, + 47.32935399005538, + ], + [ + -103.09913798791534, + 47.32870941163321, + ], + ], + ], + "type": "Polygon", + }, + "id": "38007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38033 { + "geometry": { + "coordinates": [ + [ + [ + -103.66660027679825, + 47.32935399005538, + ], + [ + -103.66695920297718, + 46.97977762576653, + ], + [ + -103.60953101434893, + 46.97988505550356, + ], + [ + -103.60917208817, + 46.629717827661054, + ], + [ + -103.80083866771679, + 46.629502968187, + ], + [ + -103.80083866771679, + 46.54076600540194, + ], + [ + -104.04526739556579, + 46.540927150007484, + ], + [ + -104.04526739556579, + 46.64137395412858, + ], + [ + -104.04526739556579, + 47.33015971308309, + ], + [ + -103.66660027679825, + 47.32935399005538, + ], + ], + ], + "type": "Polygon", + }, + "id": "38033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38043 { + "geometry": { + "coordinates": [ + [ + [ + -99.48080317815658, + 47.326990535840764, + ], + [ + -99.4811621043355, + 46.98069077853127, + ], + [ + -99.44634626497962, + 46.980905638005325, + ], + [ + -99.44957660058996, + 46.63170527779607, + ], + [ + -99.91582170701558, + 46.632940719771895, + ], + [ + -100.08164560167965, + 46.63337043872001, + ], + [ + -100.07518493045897, + 46.981442786690465, + ], + [ + -100.1146668101409, + 46.98165764616452, + ], + [ + -100.11287217924627, + 47.32720539531482, + ], + [ + -100.03319056752457, + 47.32720539531482, + ], + [ + -99.48080317815658, + 47.326990535840764, + ], + ], + ], + "type": "Polygon", + }, + "id": "38043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38093 { + "geometry": { + "coordinates": [ + [ + [ + -98.4991400787924, + 47.32650710202414, + ], + [ + -98.46755457504686, + 47.240455882664776, + ], + [ + -98.46755457504686, + 46.979562766292474, + ], + [ + -98.43955833309059, + 46.9796701960295, + ], + [ + -98.43955833309059, + 46.63111441424242, + ], + [ + -99.0368114948244, + 46.63057726555728, + ], + [ + -99.44957660058996, + 46.63170527779607, + ], + [ + -99.44634626497962, + 46.980905638005325, + ], + [ + -99.4811621043355, + 46.98069077853127, + ], + [ + -99.48080317815658, + 47.326990535840764, + ], + [ + -99.26652424933741, + 47.32720539531482, + ], + [ + -98.4991400787924, + 47.32650710202414, + ], + ], + ], + "type": "Polygon", + }, + "id": "38093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38015 { + "geometry": { + "coordinates": [ + [ + [ + -100.11287217924627, + 47.32720539531482, + ], + [ + -100.1146668101409, + 46.98165764616452, + ], + [ + -100.07518493045897, + 46.981442786690465, + ], + [ + -100.08164560167965, + 46.63337043872001, + ], + [ + -100.66202923300392, + 46.63433730635326, + ], + [ + -100.78155165058647, + 46.686601873417345, + ], + [ + -100.81600856376342, + 46.80396886112034, + ], + [ + -100.9358899075249, + 46.98283937327183, + ], + [ + -100.88097420214913, + 47.016088876881966, + ], + [ + -100.96532185419687, + 47.156660687783, + ], + [ + -100.74924829448308, + 47.15725155133666, + ], + [ + -100.74924829448308, + 47.327688829131446, + ], + [ + -100.67351487072958, + 47.32774254399996, + ], + [ + -100.11287217924627, + 47.32720539531482, + ], + ], + ], + "type": "Polygon", + }, + "id": "38015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38065 { + "geometry": { + "coordinates": [ + [ + [ + -100.96532185419687, + 47.156660687783, + ], + [ + -100.88097420214913, + 47.016088876881966, + ], + [ + -100.9358899075249, + 46.98283937327183, + ], + [ + -101.76429152848742, + 46.98128164208492, + ], + [ + -101.76429152848742, + 47.24120789082397, + ], + [ + -101.25784669002203, + 47.241315320561, + ], + [ + -101.2574877638431, + 47.265540726260795, + ], + [ + -101.05541232510744, + 47.29309645380846, + ], + [ + -100.96532185419687, + 47.156660687783, + ], + ], + ], + "type": "Polygon", + }, + "id": "38065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53001 { + "geometry": { + "coordinates": [ + [ + [ + -117.96047642637005, + 47.26038409888345, + ], + [ + -117.95868179547541, + 46.914890064601664, + ], + [ + -118.0125207223144, + 46.79043271425482, + ], + [ + -118.20993012072401, + 46.73892015534994, + ], + [ + -119.36962060483577, + 46.737254994426, + ], + [ + -119.36854382629899, + 46.91247289551854, + ], + [ + -118.98269818395292, + 46.91129116841123, + ], + [ + -118.97946784834258, + 47.261404681385216, + ], + [ + -117.96047642637005, + 47.26038409888345, + ], + ], + ], + "type": "Polygon", + }, + "id": "53001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53075 { + "geometry": { + "coordinates": [ + [ + [ + -117.82372555219902, + 47.260330384014935, + ], + [ + -117.04090755596017, + 47.25925608664466, + ], + [ + -117.04054862978124, + 47.12717122496883, + ], + [ + -117.04054862978124, + 46.54162544329816, + ], + [ + -117.04090755596017, + 46.425869901650586, + ], + [ + -117.19704044379323, + 46.41996126611404, + ], + [ + -117.22898487371769, + 46.46228858250305, + ], + [ + -117.25410970624256, + 46.54527805435711, + ], + [ + -117.47520823246131, + 46.7002991648884, + ], + [ + -117.75122246405586, + 46.689985910133714, + ], + [ + -117.8517217941553, + 46.62477605975778, + ], + [ + -118.17260179811565, + 46.55693418082464, + ], + [ + -118.21567293958684, + 46.58889452759045, + ], + [ + -118.20993012072401, + 46.73892015534994, + ], + [ + -118.0125207223144, + 46.79043271425482, + ], + [ + -117.95868179547541, + 46.914890064601664, + ], + [ + -117.96047642637005, + 47.26038409888345, + ], + [ + -117.82372555219902, + 47.260330384014935, + ], + ], + ], + "type": "Polygon", + }, + "id": "53075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38003 { + "geometry": { + "coordinates": [ + [ + [ + -97.96110973658146, + 47.24050959753329, + ], + [ + -97.70591322336467, + 47.23997244884815, + ], + [ + -97.68150624319767, + 46.978488468922194, + ], + [ + -97.6818651693766, + 46.63004011687214, + ], + [ + -98.03397175090356, + 46.63073841016282, + ], + [ + -98.43955833309059, + 46.63111441424242, + ], + [ + -98.43955833309059, + 46.9796701960295, + ], + [ + -98.46755457504686, + 46.979562766292474, + ], + [ + -98.46755457504686, + 47.240455882664776, + ], + [ + -97.96110973658146, + 47.24050959753329, + ], + ], + ], + "type": "Polygon", + }, + "id": "38003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38017 { + "geometry": { + "coordinates": [ + [ + [ + -97.45143456250574, + 47.23905929608341, + ], + [ + -96.83192797767848, + 47.23760899463353, + ], + [ + -96.84054220597271, + 47.15085948198349, + ], + [ + -96.83838864889915, + 47.008407650684475, + ], + [ + -96.76229629896672, + 46.93476456595183, + ], + [ + -96.80177817864865, + 46.79789908097827, + ], + [ + -96.79818891685937, + 46.63046983582025, + ], + [ + -97.27986784897884, + 46.629180678975914, + ], + [ + -97.6818651693766, + 46.63004011687214, + ], + [ + -97.68150624319767, + 46.978488468922194, + ], + [ + -97.70591322336467, + 47.23997244884815, + ], + [ + -97.45143456250574, + 47.23905929608341, + ], + ], + ], + "type": "Polygon", + }, + "id": "38017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53067 { + "geometry": { + "coordinates": [ + [ + [ + -122.6968662834851, + 47.09735947294359, + ], + [ + -122.63728453778327, + 46.97687702286677, + ], + [ + -122.48976587824446, + 46.8665466829391, + ], + [ + -122.32932587626428, + 46.84398643816324, + ], + [ + -122.20298386128212, + 46.763038131312705, + ], + [ + -123.16095783283714, + 46.76427357328852, + ], + [ + -123.16059890665822, + 46.79338703202309, + ], + [ + -123.15880427576359, + 46.99621437553181, + ], + [ + -123.20187541723477, + 47.08489762344835, + ], + [ + -123.07481554989477, + 47.09832634057684, + ], + [ + -122.94165393751301, + 47.17170085096691, + ], + [ + -123.0008767570359, + 47.074047220008524, + ], + [ + -122.90396668872572, + 47.07463808356218, + ], + [ + -122.81495299635193, + 47.17728719729236, + ], + [ + -122.6968662834851, + 47.09735947294359, + ], + ], + ], + "type": "Polygon", + }, + "id": "53067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30079 { + "geometry": { + "coordinates": [ + [ + [ + -104.60375652997553, + 46.86085290687662, + ], + [ + -104.60698686558587, + 46.6848829976249, + ], + [ + -104.73332888056802, + 46.61269021434213, + ], + [ + -104.8585941170134, + 46.612475354868074, + ], + [ + -104.98457720581662, + 46.5406048607964, + ], + [ + -105.23941479285449, + 46.540980864876, + ], + [ + -105.44938660752653, + 46.57090004663827, + ], + [ + -105.49497023225021, + 46.6579718484994, + ], + [ + -105.57572862250869, + 46.65786441876237, + ], + [ + -105.6177229854431, + 46.83206173735314, + ], + [ + -105.83271976662012, + 46.86053061766554, + ], + [ + -106.0864805751212, + 46.860262043322976, + ], + [ + -106.08719842747905, + 47.18093980835131, + ], + [ + -105.96013856013904, + 47.181100952956854, + ], + [ + -105.96013856013904, + 47.092954853725445, + ], + [ + -105.83271976662012, + 47.09311599833099, + ], + [ + -105.83271976662012, + 47.180993523219826, + ], + [ + -105.40631546605535, + 47.181530671904966, + ], + [ + -105.32483922343901, + 47.18142324216794, + ], + [ + -105.32483922343901, + 46.97719931207786, + ], + [ + -105.19706150374115, + 46.97714559720934, + ], + [ + -105.19706150374115, + 46.919187254082786, + ], + [ + -105.06964271022223, + 46.91913353921427, + ], + [ + -105.02764834728781, + 46.86149748529879, + ], + [ + -104.60375652997553, + 46.86085290687662, + ], + ], + ], + "type": "Polygon", + }, + "id": "30079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27005 { + "geometry": { + "coordinates": [ + [ + [ + -95.16902299071167, + 47.15252464290742, + ], + [ + -95.16328017184884, + 46.80482829901656, + ], + [ + -95.16363909802777, + 46.71764906741841, + ], + [ + -96.17473414406392, + 46.71786392689246, + ], + [ + -96.19483401008381, + 47.151074341457544, + ], + [ + -96.06705629038595, + 47.1516652050112, + ], + [ + -95.55127937126846, + 47.15145034553714, + ], + [ + -95.16902299071167, + 47.15252464290742, + ], + ], + ], + "type": "Polygon", + }, + "id": "27005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27027 { + "geometry": { + "coordinates": [ + [ + [ + -96.19483401008381, + 47.151074341457544, + ], + [ + -96.17473414406392, + 46.71786392689246, + ], + [ + -96.17222166081143, + 46.630684695294306, + ], + [ + -96.28097629302619, + 46.63084583989985, + ], + [ + -96.78311401734446, + 46.630416120951736, + ], + [ + -96.79818891685937, + 46.63046983582025, + ], + [ + -96.80177817864865, + 46.79789908097827, + ], + [ + -96.76229629896672, + 46.93476456595183, + ], + [ + -96.83838864889915, + 47.008407650684475, + ], + [ + -96.84054220597271, + 47.15085948198349, + ], + [ + -96.19483401008381, + 47.151074341457544, + ], + ], + ], + "type": "Polygon", + }, + "id": "27027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16057 { + "geometry": { + "coordinates": [ + [ + [ + -116.33059264786448, + 47.022319801629585, + ], + [ + -116.33059264786448, + 46.93438856187224, + ], + [ + -116.33023372168556, + 46.627784092394556, + ], + [ + -116.45693466284663, + 46.62891210463334, + ], + [ + -116.62239963133179, + 46.6287509600278, + ], + [ + -116.72074540435767, + 46.54259231093141, + ], + [ + -117.04054862978124, + 46.54162544329816, + ], + [ + -117.04054862978124, + 47.12717122496883, + ], + [ + -116.83631963397202, + 47.032418196910214, + ], + [ + -116.33059264786448, + 47.022319801629585, + ], + ], + ], + "type": "Polygon", + }, + "id": "16057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53077 { + "geometry": { + "coordinates": [ + [ + [ + -119.97297551161134, + 46.737147564688975, + ], + [ + -119.8739118862276, + 46.628536100553745, + ], + [ + -119.86673336264907, + 46.04068057953698, + ], + [ + -120.59319994879645, + 46.04068057953698, + ], + [ + -121.52389553075305, + 46.04406461625336, + ], + [ + -121.52389553075305, + 46.388699212638926, + ], + [ + -121.3950410325184, + 46.38929007619258, + ], + [ + -121.45139244260989, + 46.53346078328404, + ], + [ + -121.3613019716993, + 46.711418142670794, + ], + [ + -121.45534063057808, + 46.78318120700544, + ], + [ + -121.5231776783952, + 46.87288503742375, + ], + [ + -121.45677633529378, + 46.922732435404704, + ], + [ + -121.37960720682457, + 47.08672392897782, + ], + [ + -121.28126143379869, + 47.08887252371838, + ], + [ + -121.08995378043082, + 46.99105774815446, + ], + [ + -121.02642384676082, + 46.911344883279746, + ], + [ + -120.63483538555194, + 46.911989461701914, + ], + [ + -120.634476459373, + 46.825830812605524, + ], + [ + -120.50921122292763, + 46.82454165576119, + ], + [ + -120.50957014910657, + 46.73811443232223, + ], + [ + -119.97297551161134, + 46.737147564688975, + ], + ], + ], + "type": "Polygon", + }, + "id": "53077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30059 { + "geometry": { + "coordinates": [ + [ + [ + -110.65273942342505, + 46.82362850299645, + ], + [ + -110.45784250826792, + 46.67849092827173, + ], + [ + -110.27335445229966, + 46.710612419643084, + ], + [ + -110.28196868059389, + 46.2204642444532, + ], + [ + -110.28196868059389, + 46.184206708206275, + ], + [ + -110.78410640491217, + 46.192425083088914, + ], + [ + -111.06299204593812, + 46.19290851690554, + ], + [ + -111.12688090578705, + 46.27428654270419, + ], + [ + -111.05689030089637, + 46.39815302949738, + ], + [ + -111.22702130970757, + 46.42871678968182, + ], + [ + -111.34510802257441, + 46.54592263277928, + ], + [ + -111.49801057479712, + 46.76244726775905, + ], + [ + -111.64552923433594, + 46.84194527315971, + ], + [ + -111.65809165059838, + 46.913278618546244, + ], + [ + -111.53928708537367, + 46.91338604828327, + ], + [ + -111.5396460115526, + 46.999866986590746, + ], + [ + -111.15882533571151, + 47.01146939818977, + ], + [ + -111.08129728106337, + 47.08806680069067, + ], + [ + -111.07124734805343, + 47.00539961804769, + ], + [ + -110.91296090314681, + 46.98052963392573, + ], + [ + -110.65273942342505, + 46.82362850299645, + ], + ], + ], + "type": "Polygon", + }, + "id": "30059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27001 { + "geometry": { + "coordinates": [ + [ + [ + -93.05602457537094, + 47.026402131636644, + ], + [ + -93.06140846805484, + 46.76652959776611, + ], + [ + -93.05494779683416, + 46.41926297282336, + ], + [ + -93.0542299444763, + 46.158047567239976, + ], + [ + -93.43182028470706, + 46.153965237232924, + ], + [ + -93.43038457999135, + 46.24613995160287, + ], + [ + -93.79613035631753, + 46.24318563383461, + ], + [ + -93.81156418201137, + 46.58379161508162, + ], + [ + -93.77782512119228, + 46.589646535749644, + ], + [ + -93.77603049029764, + 46.802840848881544, + ], + [ + -93.77531263793979, + 47.030430746775195, + ], + [ + -93.05602457537094, + 47.026402131636644, + ], + ], + ], + "type": "Polygon", + }, + "id": "27001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26131 { + "geometry": { + "coordinates": [ + [ + [ + -88.99118559902752, + 46.41969269177147, + ], + [ + -88.99046774666967, + 46.333211753464, + ], + [ + -89.36554560364793, + 46.33294317912143, + ], + [ + -89.365186677469, + 46.50558276652529, + ], + [ + -89.7406234606262, + 46.505206762445695, + ], + [ + -89.74026453444726, + 46.59206370483277, + ], + [ + -89.86445299235587, + 46.59276199812345, + ], + [ + -89.88850104634395, + 46.76577758960691, + ], + [ + -89.78764279006558, + 46.81922388377831, + ], + [ + -89.41615419487657, + 46.84355671921513, + ], + [ + -89.23920358866577, + 46.90742369787823, + ], + [ + -89.11896331872538, + 46.994173210528274, + ], + [ + -88.93339848422033, + 47.031236469802906, + ], + [ + -88.93268063186248, + 46.7657238747384, + ], + [ + -88.86448465786643, + 46.67929665129944, + ], + [ + -88.98939096813288, + 46.68010237432715, + ], + [ + -88.99118559902752, + 46.41969269177147, + ], + ], + ], + "type": "Polygon", + }, + "id": "26131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38089 { + "geometry": { + "coordinates": [ + [ + [ + -102.1447532781496, + 47.01034138595097, + ], + [ + -102.09737502253128, + 46.98106678261087, + ], + [ + -102.0962982439945, + 46.71781021202395, + ], + [ + -102.09665717017343, + 46.63100698450539, + ], + [ + -102.92793020056737, + 46.63004011687214, + ], + [ + -103.23158174793925, + 46.62977154252957, + ], + [ + -103.2308638955814, + 46.97988505550356, + ], + [ + -103.032377718635, + 46.98058334879424, + ], + [ + -102.52557395399069, + 46.98128164208492, + ], + [ + -102.52557395399069, + 47.010233956213945, + ], + [ + -102.1447532781496, + 47.01034138595097, + ], + ], + ], + "type": "Polygon", + }, + "id": "38089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38059 { + "geometry": { + "coordinates": [ + [ + [ + -100.9358899075249, + 46.98283937327183, + ], + [ + -100.81600856376342, + 46.80396886112034, + ], + [ + -100.78155165058647, + 46.686601873417345, + ], + [ + -100.66202923300392, + 46.63433730635326, + ], + [ + -100.56799057412516, + 46.59399744009927, + ], + [ + -100.59024399721861, + 46.4278573517856, + ], + [ + -100.72268775724251, + 46.38037340801925, + ], + [ + -100.91937930329428, + 46.39417812922734, + ], + [ + -101.04859272770784, + 46.28465351232738, + ], + [ + -101.04859272770784, + 46.371403024977425, + ], + [ + -101.29912320059859, + 46.37145673984594, + ], + [ + -101.29912320059859, + 46.630147546609166, + ], + [ + -101.71763112522697, + 46.63100698450539, + ], + [ + -101.71799005140589, + 46.718025071498005, + ], + [ + -102.0962982439945, + 46.71781021202395, + ], + [ + -102.09737502253128, + 46.98106678261087, + ], + [ + -101.76429152848742, + 46.98128164208492, + ], + [ + -100.9358899075249, + 46.98283937327183, + ], + ], + ], + "type": "Polygon", + }, + "id": "38059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26013 { + "geometry": { + "coordinates": [ + [ + [ + -88.04469726519814, + 46.91182831709637, + ], + [ + -88.04469726519814, + 46.765294155790286, + ], + [ + -87.99157619071701, + 46.67902807695687, + ], + [ + -88.1157646486256, + 46.678329783666186, + ], + [ + -88.11648250098345, + 46.419585262034445, + ], + [ + -88.67927874954032, + 46.420122410719586, + ], + [ + -88.6789198233614, + 46.85172137922925, + ], + [ + -88.55185995602139, + 46.85172137922925, + ], + [ + -88.55221888220032, + 46.93847089187929, + ], + [ + -88.45136062592195, + 46.9389006108274, + ], + [ + -88.46787123015257, + 46.75159686431923, + ], + [ + -88.24031203271312, + 46.931380529235454, + ], + [ + -88.04469726519814, + 46.91182831709637, + ], + ], + ], + "type": "Polygon", + }, + "id": "26013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16035 { + "geometry": { + "coordinates": [ + [ + [ + -114.95949464436498, + 46.93288454555385, + ], + [ + -114.94836793281826, + 46.85924146082121, + ], + [ + -114.67522511065513, + 46.736878990346405, + ], + [ + -114.59554349893344, + 46.63396130227366, + ], + [ + -115.6310455251366, + 46.47340756028544, + ], + [ + -115.81661035964163, + 46.26628302729561, + ], + [ + -116.17122942442109, + 46.37151045471445, + ], + [ + -116.37043345372533, + 46.46680063145822, + ], + [ + -116.45011506544704, + 46.49693467269455, + ], + [ + -116.45693466284663, + 46.62891210463334, + ], + [ + -116.33023372168556, + 46.627784092394556, + ], + [ + -116.33059264786448, + 46.93438856187224, + ], + [ + -114.95949464436498, + 46.93288454555385, + ], + ], + ], + "type": "Polygon", + }, + "id": "16035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30017 { + "geometry": { + "coordinates": [ + [ + [ + -104.73332888056802, + 46.61269021434213, + ], + [ + -104.73332888056802, + 46.48221679872172, + ], + [ + -104.90597237263171, + 46.48216308385321, + ], + [ + -104.88587250661182, + 46.13672276443994, + ], + [ + -104.93935250727188, + 46.136561619834396, + ], + [ + -104.93935250727188, + 45.78687782580852, + ], + [ + -104.98206472256413, + 45.78693154067703, + ], + [ + -106.19200487172562, + 45.78854298673245, + ], + [ + -106.19128701936776, + 46.13699133878251, + ], + [ + -106.15324084440154, + 46.137206198256564, + ], + [ + -106.1553944014751, + 46.483452240697545, + ], + [ + -106.12057856211922, + 46.48355967043457, + ], + [ + -106.12093748829815, + 46.83130972919395, + ], + [ + -106.0864805751212, + 46.84597388829826, + ], + [ + -106.0864805751212, + 46.860262043322976, + ], + [ + -105.83271976662012, + 46.86053061766554, + ], + [ + -105.6177229854431, + 46.83206173735314, + ], + [ + -105.57572862250869, + 46.65786441876237, + ], + [ + -105.49497023225021, + 46.6579718484994, + ], + [ + -105.44938660752653, + 46.57090004663827, + ], + [ + -105.23941479285449, + 46.540980864876, + ], + [ + -104.98457720581662, + 46.5406048607964, + ], + [ + -104.8585941170134, + 46.612475354868074, + ], + [ + -104.73332888056802, + 46.61269021434213, + ], + ], + ], + "type": "Polygon", + }, + "id": "30017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30087 { + "geometry": { + "coordinates": [ + [ + [ + -106.0864805751212, + 46.84597388829826, + ], + [ + -106.12093748829815, + 46.83130972919395, + ], + [ + -106.12057856211922, + 46.48355967043457, + ], + [ + -106.1553944014751, + 46.483452240697545, + ], + [ + -106.15324084440154, + 46.137206198256564, + ], + [ + -106.19128701936776, + 46.13699133878251, + ], + [ + -106.19200487172562, + 45.78854298673245, + ], + [ + -106.23435816083895, + 45.78827441238988, + ], + [ + -106.23543493937572, + 45.35173367597693, + ], + [ + -106.2795828593837, + 45.35028337452706, + ], + [ + -106.2795828593837, + 45.17984609673226, + ], + [ + -106.76808138890276, + 45.17963123725821, + ], + [ + -106.76844031508169, + 45.35280797334721, + ], + [ + -106.72967628775761, + 45.35162624623991, + ], + [ + -106.72967628775761, + 45.67300230455893, + ], + [ + -106.91344649136802, + 45.6840675674728, + ], + [ + -106.87755387347536, + 45.83167602614917, + ], + [ + -106.9389302500718, + 45.87008215713664, + ], + [ + -106.9389302500718, + 46.136669049571424, + ], + [ + -107.00748515024678, + 46.13403702101424, + ], + [ + -107.02830286862452, + 46.395413571203164, + ], + [ + -107.15320917889098, + 46.39552100094019, + ], + [ + -107.17474474962657, + 46.48232422845875, + ], + [ + -107.7386177767202, + 46.4817333649051, + ], + [ + -107.78132999201247, + 46.4959678050613, + ], + [ + -107.827631469094, + 46.75584033893183, + ], + [ + -107.89223818130078, + 46.85145280488668, + ], + [ + -106.72106205946338, + 46.85961746490081, + ], + [ + -106.72034420710553, + 46.845221880139064, + ], + [ + -106.0864805751212, + 46.84597388829826, + ], + ], + ], + "type": "Polygon", + }, + "id": "30087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30039 { + "geometry": { + "coordinates": [ + [ + [ + -113.03672710385534, + 46.26682017598075, + ], + [ + -113.03708603003426, + 46.223096273010384, + ], + [ + -113.28366831495681, + 46.2227739837993, + ], + [ + -113.27828442227292, + 46.045568632571744, + ], + [ + -113.51732925743802, + 45.93991148620479, + ], + [ + -113.60885543306429, + 45.9495801625373, + ], + [ + -113.68781919242814, + 46.03547023729112, + ], + [ + -113.80375234822142, + 46.038048550979795, + ], + [ + -113.75314375699277, + 46.11281964795123, + ], + [ + -113.82385221424131, + 46.202684622975084, + ], + [ + -113.74955449520351, + 46.271171080330376, + ], + [ + -113.87589651018565, + 46.50859079916208, + ], + [ + -113.8278004022095, + 46.6610335960047, + ], + [ + -113.66736040022933, + 46.65840156744751, + ], + [ + -113.66771932640825, + 46.71598390649447, + ], + [ + -113.47964200865073, + 46.7449362206235, + ], + [ + -113.48000093482965, + 46.802679704276, + ], + [ + -113.30305032861885, + 46.83211545222166, + ], + [ + -113.11569086321919, + 46.71356673741135, + ], + [ + -113.0388806609289, + 46.736126982187216, + ], + [ + -113.03672710385534, + 46.26682017598075, + ], + ], + ], + "type": "Polygon", + }, + "id": "30039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27159 { + "geometry": { + "coordinates": [ + [ + [ + -94.78712553633379, + 46.80407629085737, + ], + [ + -94.7792291603974, + 46.394768992780996, + ], + [ + -94.73149197860018, + 46.36866356668321, + ], + [ + -95.15610164827031, + 46.368878426157266, + ], + [ + -95.16363909802777, + 46.71764906741841, + ], + [ + -95.16328017184884, + 46.80482829901656, + ], + [ + -94.78712553633379, + 46.80407629085737, + ], + ], + ], + "type": "Polygon", + }, + "id": "27159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27035 { + "geometry": { + "coordinates": [ + [ + [ + -93.77603049029764, + 46.802840848881544, + ], + [ + -93.77782512119228, + 46.589646535749644, + ], + [ + -93.81156418201137, + 46.58379161508162, + ], + [ + -93.79613035631753, + 46.24318563383461, + ], + [ + -93.8104874034746, + 46.156597265790104, + ], + [ + -94.37471935674716, + 46.157026984738216, + ], + [ + -94.34169814828591, + 46.27767057942057, + ], + [ + -94.32734110112885, + 46.289648995099185, + ], + [ + -94.34241600064377, + 46.805526592307245, + ], + [ + -93.77603049029764, + 46.802840848881544, + ], + ], + ], + "type": "Polygon", + }, + "id": "27035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53049 { + "geometry": { + "coordinates": [ + [ + [ + -123.37128857368812, + 46.792097875178754, + ], + [ + -123.35836723124676, + 46.384026019078206, + ], + [ + -123.72590763846756, + 46.38542260565957, + ], + [ + -123.72806119554113, + 46.290669577600944, + ], + [ + -123.8762977074378, + 46.240123886329314, + ], + [ + -124.02022710518736, + 46.31543213198588, + ], + [ + -124.08232133414165, + 46.26950591940644, + ], + [ + -124.0234574407977, + 46.5825561731058, + ], + [ + -124.00910039364064, + 46.373820194060556, + ], + [ + -123.95382576208594, + 46.377365375382475, + ], + [ + -123.8953207949209, + 46.54909181002161, + ], + [ + -123.95920965476984, + 46.61360336710687, + ], + [ + -123.83896938482944, + 46.71807878636652, + ], + [ + -123.99869153445177, + 46.70534836252871, + ], + [ + -124.09811408601442, + 46.79413904018229, + ], + [ + -123.37128857368812, + 46.792097875178754, + ], + ], + ], + "type": "Polygon", + }, + "id": "53049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53041 { + "geometry": { + "coordinates": [ + [ + [ + -123.16059890665822, + 46.79338703202309, + ], + [ + -123.16095783283714, + 46.76427357328852, + ], + [ + -122.20298386128212, + 46.763038131312705, + ], + [ + -121.8325720446299, + 46.72790860730457, + ], + [ + -121.75863325177103, + 46.783772070559095, + ], + [ + -121.45534063057808, + 46.78318120700544, + ], + [ + -121.3613019716993, + 46.711418142670794, + ], + [ + -121.45139244260989, + 46.53346078328404, + ], + [ + -121.3950410325184, + 46.38929007619258, + ], + [ + -121.52389553075305, + 46.388699212638926, + ], + [ + -122.24103003624833, + 46.38536889079106, + ], + [ + -123.21802709528647, + 46.38510031644849, + ], + [ + -123.35836723124676, + 46.384026019078206, + ], + [ + -123.37128857368812, + 46.792097875178754, + ], + [ + -123.16059890665822, + 46.79338703202309, + ], + ], + ], + "type": "Polygon", + }, + "id": "53041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30007 { + "geometry": { + "coordinates": [ + [ + [ + -111.49801057479712, + 46.76244726775905, + ], + [ + -111.34510802257441, + 46.54592263277928, + ], + [ + -111.22702130970757, + 46.42871678968182, + ], + [ + -111.05689030089637, + 46.39815302949738, + ], + [ + -111.12688090578705, + 46.27428654270419, + ], + [ + -111.06299204593812, + 46.19290851690554, + ], + [ + -111.34654372729011, + 46.188074178739285, + ], + [ + -111.41581647982294, + 46.00243559315504, + ], + [ + -111.66024520767193, + 45.83350233167864, + ], + [ + -111.66096306002979, + 46.04943610310475, + ], + [ + -111.78443366558052, + 46.04997325178989, + ], + [ + -111.7880229273698, + 46.56896631137177, + ], + [ + -111.63368467043136, + 46.56912745597731, + ], + [ + -111.63870963693634, + 46.73832929179628, + ], + [ + -111.49801057479712, + 46.76244726775905, + ], + ], + ], + "type": "Polygon", + }, + "id": "30007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27017 { + "geometry": { + "coordinates": [ + [ + [ + -92.2922296666152, + 46.66323590561377, + ], + [ + -92.29294751897305, + 46.417221807819836, + ], + [ + -93.05494779683416, + 46.41926297282336, + ], + [ + -93.06140846805484, + 46.76652959776611, + ], + [ + -92.30156174726729, + 46.7641661435515, + ], + [ + -92.2922296666152, + 46.66323590561377, + ], + ], + ], + "type": "Polygon", + }, + "id": "27017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26053 { + "geometry": { + "coordinates": [ + [ + [ + -88.99046774666967, + 46.333211753464, + ], + [ + -88.99082667284858, + 46.09729605095069, + ], + [ + -89.09168492912696, + 46.13844164023239, + ], + [ + -89.92905970456265, + 46.29969367551129, + ], + [ + -89.92870077838371, + 46.288037549043764, + ], + [ + -89.92905970456265, + 46.29969367551129, + ], + [ + -90.1203673579305, + 46.33686436452295, + ], + [ + -90.1742062847695, + 46.43967462285867, + ], + [ + -90.2309166210399, + 46.50977252626939, + ], + [ + -90.31418749455085, + 46.51621831049106, + ], + [ + -90.35618185748527, + 46.54039000132234, + ], + [ + -90.41719930790278, + 46.565367415181335, + ], + [ + -90.02525192051496, + 46.67591261458306, + ], + [ + -89.88850104634395, + 46.76577758960691, + ], + [ + -89.86445299235587, + 46.59276199812345, + ], + [ + -89.74026453444726, + 46.59206370483277, + ], + [ + -89.7406234606262, + 46.505206762445695, + ], + [ + -89.365186677469, + 46.50558276652529, + ], + [ + -89.36554560364793, + 46.33294317912143, + ], + [ + -88.99046774666967, + 46.333211753464, + ], + ], + ], + "type": "Polygon", + }, + "id": "26053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30065 { + "geometry": { + "coordinates": [ + [ + [ + -107.827631469094, + 46.75584033893183, + ], + [ + -107.78132999201247, + 46.4959678050613, + ], + [ + -107.78204784437033, + 46.39525242659762, + ], + [ + -107.92884865155129, + 46.395306141466136, + ], + [ + -108.02934798165073, + 46.26381214334397, + ], + [ + -108.32079603893911, + 46.26408071768654, + ], + [ + -108.40478476480793, + 46.23609527119076, + ], + [ + -108.40478476480793, + 46.13264043443287, + ], + [ + -108.7798626217862, + 46.13247928982733, + ], + [ + -108.77914476942834, + 46.27670371178732, + ], + [ + -108.86133886440253, + 46.36484981101872, + ], + [ + -108.90476893205265, + 46.57729211599143, + ], + [ + -108.98839873174254, + 46.57852755796725, + ], + [ + -109.0095753762992, + 46.750576281817466, + ], + [ + -108.63090825753167, + 46.74939455471016, + ], + [ + -107.827631469094, + 46.75584033893183, + ], + ], + ], + "type": "Polygon", + }, + "id": "30065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26095 { + "geometry": { + "coordinates": [ + [ + [ + -85.23789454599235, + 46.75557176458926, + ], + [ + -85.23789454599235, + 46.24533422857516, + ], + [ + -85.86493858057707, + 46.244582220415964, + ], + [ + -85.86493858057707, + 46.504669613760555, + ], + [ + -85.86457965439814, + 46.68987848039669, + ], + [ + -85.48196434766243, + 46.680585808143775, + ], + [ + -85.23789454599235, + 46.75557176458926, + ], + ], + ], + "type": "Polygon", + }, + "id": "26095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30037 { + "geometry": { + "coordinates": [ + [ + [ + -109.0095753762992, + 46.750576281817466, + ], + [ + -108.98839873174254, + 46.57852755796725, + ], + [ + -108.90476893205265, + 46.57729211599143, + ], + [ + -108.86133886440253, + 46.36484981101872, + ], + [ + -108.77914476942834, + 46.27670371178732, + ], + [ + -108.7798626217862, + 46.13247928982733, + ], + [ + -108.92415094571467, + 46.13221071548477, + ], + [ + -109.41552088466516, + 46.13226443035328, + ], + [ + -109.41767444173871, + 46.04449433520147, + ], + [ + -109.60503390713838, + 46.045353773097695, + ], + [ + -109.65420679365133, + 46.2193362322144, + ], + [ + -109.40331739458165, + 46.21944366195143, + ], + [ + -109.38931927360352, + 46.69363852119267, + ], + [ + -109.38896034742459, + 46.75100600076558, + ], + [ + -109.0095753762992, + 46.750576281817466, + ], + ], + ], + "type": "Polygon", + }, + "id": "30037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30107 { + "geometry": { + "coordinates": [ + [ + [ + -109.7457329692776, + 46.69379966579821, + ], + [ + -109.38931927360352, + 46.69363852119267, + ], + [ + -109.40331739458165, + 46.21944366195143, + ], + [ + -109.65420679365133, + 46.2193362322144, + ], + [ + -110.28196868059389, + 46.2204642444532, + ], + [ + -110.27335445229966, + 46.710612419643084, + ], + [ + -109.96826720021207, + 46.750844856160036, + ], + [ + -109.7457329692776, + 46.69379966579821, + ], + ], + ], + "type": "Polygon", + }, + "id": "30107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53021 { + "geometry": { + "coordinates": [ + [ + [ + -118.21567293958684, + 46.58889452759045, + ], + [ + -118.22895320820712, + 46.593621436019674, + ], + [ + -118.45256421767837, + 46.596951757867544, + ], + [ + -118.61551670291104, + 46.50450846915501, + ], + [ + -118.63561656893093, + 46.4113131722833, + ], + [ + -118.7755977787123, + 46.290669577600944, + ], + [ + -119.04156207729687, + 46.192854802037026, + ], + [ + -119.2687623485574, + 46.277939153763135, + ], + [ + -119.27199268416774, + 46.52325495826639, + ], + [ + -119.45325040452566, + 46.67918922156241, + ], + [ + -119.36962060483577, + 46.737254994426, + ], + [ + -118.20993012072401, + 46.73892015534994, + ], + [ + -118.21567293958684, + 46.58889452759045, + ], + ], + ], + "type": "Polygon", + }, + "id": "53021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53005 { + "geometry": { + "coordinates": [ + [ + [ + -119.04156207729687, + 46.192854802037026, + ], + [ + -118.967623284438, + 46.13000840587569, + ], + [ + -118.98700529810004, + 45.99985727946637, + ], + [ + -119.12626865552355, + 45.93287483842946, + ], + [ + -119.43171483379007, + 45.91826439419367, + ], + [ + -119.57169604357142, + 45.925462186574535, + ], + [ + -119.67040074277624, + 45.85686829948221, + ], + [ + -119.86816906736478, + 45.83591950076176, + ], + [ + -119.86673336264907, + 46.04068057953698, + ], + [ + -119.8739118862276, + 46.628536100553745, + ], + [ + -119.62625282276827, + 46.64497285031902, + ], + [ + -119.52036959998493, + 46.72522286387888, + ], + [ + -119.45325040452566, + 46.67918922156241, + ], + [ + -119.27199268416774, + 46.52325495826639, + ], + [ + -119.2687623485574, + 46.277939153763135, + ], + [ + -119.04156207729687, + 46.192854802037026, + ], + ], + ], + "type": "Polygon", + }, + "id": "53005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27111 { + "geometry": { + "coordinates": [ + [ + [ + -95.16363909802777, + 46.71764906741841, + ], + [ + -95.15610164827031, + 46.368878426157266, + ], + [ + -95.14569278908144, + 46.10674986780915, + ], + [ + -95.76986541423474, + 46.107501875968346, + ], + [ + -96.26518354115342, + 46.10857617333862, + ], + [ + -96.28097629302619, + 46.63084583989985, + ], + [ + -96.17222166081143, + 46.630684695294306, + ], + [ + -96.17473414406392, + 46.71786392689246, + ], + [ + -95.16363909802777, + 46.71764906741841, + ], + ], + ], + "type": "Polygon", + }, + "id": "27111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38037 { + "geometry": { + "coordinates": [ + [ + [ + -101.04859272770784, + 46.28465351232738, + ], + [ + -101.19108642074168, + 46.147573167879756, + ], + [ + -101.34757823475367, + 46.07543409946551, + ], + [ + -101.67779031936612, + 46.01145969106538, + ], + [ + -101.84935703289302, + 46.07328550472495, + ], + [ + -101.99867032332648, + 46.05341100337479, + ], + [ + -101.99831139714755, + 46.20537036640078, + ], + [ + -102.04676643130263, + 46.283632929825615, + ], + [ + -102.05107354544975, + 46.63089955476836, + ], + [ + -102.09665717017343, + 46.63100698450539, + ], + [ + -102.0962982439945, + 46.71781021202395, + ], + [ + -101.71799005140589, + 46.718025071498005, + ], + [ + -101.71763112522697, + 46.63100698450539, + ], + [ + -101.29912320059859, + 46.630147546609166, + ], + [ + -101.29912320059859, + 46.37145673984594, + ], + [ + -101.04859272770784, + 46.371403024977425, + ], + [ + -101.04859272770784, + 46.28465351232738, + ], + ], + ], + "type": "Polygon", + }, + "id": "38037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53023 { + "geometry": { + "coordinates": [ + [ + [ + -117.22898487371769, + 46.46228858250305, + ], + [ + -117.22898487371769, + 46.4113131722833, + ], + [ + -117.4195746747277, + 46.38327401091901, + ], + [ + -117.4195746747277, + 46.12189746073008, + ], + [ + -117.47987427278737, + 46.12200489046711, + ], + [ + -117.48023319896629, + 45.997816114462836, + ], + [ + -117.60298595215917, + 45.998890411833116, + ], + [ + -117.61231803281127, + 46.33847581057837, + ], + [ + -117.67513011412342, + 46.33761637268215, + ], + [ + -117.73722434307771, + 46.471366395281905, + ], + [ + -117.86320743188094, + 46.47093667633379, + ], + [ + -117.8517217941553, + 46.62477605975778, + ], + [ + -117.75122246405586, + 46.689985910133714, + ], + [ + -117.47520823246131, + 46.7002991648884, + ], + [ + -117.25410970624256, + 46.54527805435711, + ], + [ + -117.22898487371769, + 46.46228858250305, + ], + ], + ], + "type": "Polygon", + }, + "id": "53023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30025 { + "geometry": { + "coordinates": [ + [ + [ + -104.04526739556579, + 46.64137395412858, + ], + [ + -104.04526739556579, + 46.540927150007484, + ], + [ + -104.04598524792364, + 46.280195178240724, + ], + [ + -104.04526739556579, + 45.94528297305619, + ], + [ + -104.044190617029, + 45.881899428209714, + ], + [ + -104.1346400141185, + 45.88200685794674, + ], + [ + -104.1346400141185, + 45.96891751520233, + ], + [ + -104.39091330587208, + 45.97031410178369, + ], + [ + -104.39019545351422, + 46.054915019693176, + ], + [ + -104.51617854231745, + 46.0545927304821, + ], + [ + -104.51617854231745, + 46.13634676036034, + ], + [ + -104.88587250661182, + 46.13672276443994, + ], + [ + -104.90597237263171, + 46.48216308385321, + ], + [ + -104.73332888056802, + 46.48221679872172, + ], + [ + -104.73332888056802, + 46.61269021434213, + ], + [ + -104.60698686558587, + 46.6848829976249, + ], + [ + -104.41783276929156, + 46.6848829976249, + ], + [ + -104.35394390944263, + 46.64137395412858, + ], + [ + -104.04526739556579, + 46.64137395412858, + ], + ], + ], + "type": "Polygon", + }, + "id": "30025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16049 { + "geometry": { + "coordinates": [ + [ + [ + -114.33280953595919, + 46.66076502166213, + ], + [ + -114.34321839514806, + 46.51960234720744, + ], + [ + -114.43725705402682, + 46.27579055902258, + ], + [ + -114.4613051080149, + 46.09713490634515, + ], + [ + -114.50832443745428, + 46.03144162215258, + ], + [ + -114.41285007385981, + 45.97799532798119, + ], + [ + -114.41105544296518, + 45.8518191018419, + ], + [ + -114.5004280615179, + 45.84999279631242, + ], + [ + -114.56754725697716, + 45.773717683022596, + ], + [ + -114.49971020916004, + 45.6690274042889, + ], + [ + -114.56467584754576, + 45.557730196727974, + ], + [ + -114.66589303000305, + 45.470926969209415, + ], + [ + -114.78936363555378, + 45.512072558491106, + ], + [ + -114.79438860205876, + 45.43633459388642, + ], + [ + -114.60523450576446, + 45.29576278298539, + ], + [ + -114.69496605049609, + 45.197034854656735, + ], + [ + -115.97669143544289, + 45.19558455320686, + ], + [ + -116.14538673953837, + 45.10749216884396, + ], + [ + -116.28536794931973, + 45.13015984335685, + ], + [ + -116.34387291648477, + 45.26788476622664, + ], + [ + -116.68700634353857, + 45.26766990675259, + ], + [ + -116.55707506676715, + 45.506110208086056, + ], + [ + -116.4644721126041, + 45.61456052761574, + ], + [ + -116.54917869083076, + 45.752231735617016, + ], + [ + -116.79540204957439, + 45.85590143184896, + ], + [ + -116.70279909541134, + 45.995989808933366, + ], + [ + -116.54271801961009, + 45.998460692885004, + ], + [ + -116.51543963001167, + 46.129256397716496, + ], + [ + -116.4292973470693, + 46.20246976350103, + ], + [ + -116.19061143808312, + 46.15455610078657, + ], + [ + -116.13426002799164, + 46.21509275760181, + ], + [ + -116.01401975805125, + 46.22599687591014, + ], + [ + -116.17122942442109, + 46.37151045471445, + ], + [ + -115.81661035964163, + 46.26628302729561, + ], + [ + -115.6310455251366, + 46.47340756028544, + ], + [ + -114.59554349893344, + 46.63396130227366, + ], + [ + -114.33280953595919, + 46.66076502166213, + ], + ], + ], + "type": "Polygon", + }, + "id": "16049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30081 { + "geometry": { + "coordinates": [ + [ + [ + -113.8278004022095, + 46.6610335960047, + ], + [ + -113.87589651018565, + 46.50859079916208, + ], + [ + -113.74955449520351, + 46.271171080330376, + ], + [ + -113.82385221424131, + 46.202684622975084, + ], + [ + -113.75314375699277, + 46.11281964795123, + ], + [ + -113.80375234822142, + 46.038048550979795, + ], + [ + -113.68781919242814, + 46.03547023729112, + ], + [ + -113.60885543306429, + 45.9495801625373, + ], + [ + -113.51732925743802, + 45.93991148620479, + ], + [ + -113.51625247890124, + 45.938622329360456, + ], + [ + -113.52845596898474, + 45.881147420050524, + ], + [ + -113.69751019925916, + 45.84354701209075, + ], + [ + -113.93799073913996, + 45.69572369394033, + ], + [ + -114.27681705204664, + 45.48199223212329, + ], + [ + -114.3464487307584, + 45.4605062847177, + ], + [ + -114.47171396720377, + 45.565035418845866, + ], + [ + -114.56467584754576, + 45.557730196727974, + ], + [ + -114.49971020916004, + 45.6690274042889, + ], + [ + -114.56754725697716, + 45.773717683022596, + ], + [ + -114.5004280615179, + 45.84999279631242, + ], + [ + -114.41105544296518, + 45.8518191018419, + ], + [ + -114.41285007385981, + 45.97799532798119, + ], + [ + -114.50832443745428, + 46.03144162215258, + ], + [ + -114.4613051080149, + 46.09713490634515, + ], + [ + -114.43725705402682, + 46.27579055902258, + ], + [ + -114.34321839514806, + 46.51960234720744, + ], + [ + -114.33280953595919, + 46.66076502166213, + ], + [ + -113.8278004022095, + 46.6610335960047, + ], + ], + ], + "type": "Polygon", + }, + "id": "30081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38029 { + "geometry": { + "coordinates": [ + [ + [ + -100.08164560167965, + 46.63337043872001, + ], + [ + -99.91582170701558, + 46.632940719771895, + ], + [ + -99.91653955937343, + 46.28314949600899, + ], + [ + -99.87885231058614, + 46.28277349192939, + ], + [ + -99.87992908912292, + 45.941415502523185, + ], + [ + -100.51199809021261, + 45.94372524186928, + ], + [ + -100.6293669507216, + 46.14429656090041, + ], + [ + -100.55829956729414, + 46.2493091288452, + ], + [ + -100.59024399721861, + 46.4278573517856, + ], + [ + -100.56799057412516, + 46.59399744009927, + ], + [ + -100.66202923300392, + 46.63433730635326, + ], + [ + -100.08164560167965, + 46.63337043872001, + ], + ], + ], + "type": "Polygon", + }, + "id": "38029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38047 { + "geometry": { + "coordinates": [ + [ + [ + -99.44957660058996, + 46.63170527779607, + ], + [ + -99.0368114948244, + 46.63057726555728, + ], + [ + -99.03752934718226, + 46.28325692574602, + ], + [ + -99.87885231058614, + 46.28277349192939, + ], + [ + -99.91653955937343, + 46.28314949600899, + ], + [ + -99.91582170701558, + 46.632940719771895, + ], + [ + -99.44957660058996, + 46.63170527779607, + ], + ], + ], + "type": "Polygon", + }, + "id": "38047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16069 { + "geometry": { + "coordinates": [ + [ + [ + -116.45693466284663, + 46.62891210463334, + ], + [ + -116.45011506544704, + 46.49693467269455, + ], + [ + -116.37043345372533, + 46.46680063145822, + ], + [ + -116.37007452754641, + 46.34293414466503, + ], + [ + -116.71392580695806, + 46.32542309752948, + ], + [ + -116.70279909541134, + 45.995989808933366, + ], + [ + -116.79540204957439, + 45.85590143184896, + ], + [ + -116.9170780242305, + 45.99550637511674, + ], + [ + -116.96086701805955, + 46.09890749700611, + ], + [ + -116.92353869545119, + 46.1692739747594, + ], + [ + -117.05705923401186, + 46.34540502861667, + ], + [ + -117.04090755596017, + 46.425869901650586, + ], + [ + -117.04054862978124, + 46.54162544329816, + ], + [ + -116.72074540435767, + 46.54259231093141, + ], + [ + -116.62239963133179, + 46.6287509600278, + ], + [ + -116.45693466284663, + 46.62891210463334, + ], + ], + ], + "type": "Polygon", + }, + "id": "16069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38087 { + "geometry": { + "coordinates": [ + [ + [ + -102.92793020056737, + 46.63004011687214, + ], + [ + -102.92469986495703, + 46.281484335085054, + ], + [ + -102.99540832220556, + 46.280732326925865, + ], + [ + -104.04598524792364, + 46.280195178240724, + ], + [ + -104.04526739556579, + 46.540927150007484, + ], + [ + -103.80083866771679, + 46.54076600540194, + ], + [ + -103.80083866771679, + 46.629502968187, + ], + [ + -103.60917208817, + 46.629717827661054, + ], + [ + -103.23158174793925, + 46.62977154252957, + ], + [ + -102.92793020056737, + 46.63004011687214, + ], + ], + ], + "type": "Polygon", + }, + "id": "38087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38045 { + "geometry": { + "coordinates": [ + [ + [ + -98.03397175090356, + 46.63073841016282, + ], + [ + -98.03468960326141, + 46.28277349192939, + ], + [ + -99.0030724340053, + 46.282827206797904, + ], + [ + -99.03752934718226, + 46.28325692574602, + ], + [ + -99.0368114948244, + 46.63057726555728, + ], + [ + -98.43955833309059, + 46.63111441424242, + ], + [ + -98.03397175090356, + 46.63073841016282, + ], + ], + ], + "type": "Polygon", + }, + "id": "38045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38041 { + "geometry": { + "coordinates": [ + [ + [ + -102.09665717017343, + 46.63100698450539, + ], + [ + -102.05107354544975, + 46.63089955476836, + ], + [ + -102.04676643130263, + 46.283632929825615, + ], + [ + -101.99831139714755, + 46.20537036640078, + ], + [ + -102.49757771203441, + 46.20606865969146, + ], + [ + -102.49757771203441, + 46.2832032108775, + ], + [ + -102.92469986495703, + 46.281484335085054, + ], + [ + -102.92793020056737, + 46.63004011687214, + ], + [ + -102.09665717017343, + 46.63100698450539, + ], + ], + ], + "type": "Polygon", + }, + "id": "38041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27167 { + "geometry": { + "coordinates": [ + [ + [ + -96.28097629302619, + 46.63084583989985, + ], + [ + -96.26518354115342, + 46.10857617333862, + ], + [ + -96.26554246733234, + 46.02150437147749, + ], + [ + -96.57637253828275, + 46.02171923095155, + ], + [ + -96.56022086023106, + 46.11657968874721, + ], + [ + -96.60113844462869, + 46.33106315872344, + ], + [ + -96.73753039262078, + 46.48834029373232, + ], + [ + -96.78311401734446, + 46.630416120951736, + ], + [ + -96.28097629302619, + 46.63084583989985, + ], + ], + ], + "type": "Polygon", + }, + "id": "27167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38073 { + "geometry": { + "coordinates": [ + [ + [ + -97.6818651693766, + 46.63004011687214, + ], + [ + -97.27986784897884, + 46.629180678975914, + ], + [ + -97.28058570133669, + 46.28234377298128, + ], + [ + -98.00669336130514, + 46.282558632455334, + ], + [ + -98.03468960326141, + 46.28277349192939, + ], + [ + -98.03397175090356, + 46.63073841016282, + ], + [ + -97.6818651693766, + 46.63004011687214, + ], + ], + ], + "type": "Polygon", + }, + "id": "38073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38077 { + "geometry": { + "coordinates": [ + [ + [ + -96.78311401734446, + 46.630416120951736, + ], + [ + -96.73753039262078, + 46.48834029373232, + ], + [ + -96.60113844462869, + 46.33106315872344, + ], + [ + -96.56022086023106, + 46.11657968874721, + ], + [ + -96.57637253828275, + 46.02171923095155, + ], + [ + -96.56381012202033, + 45.93518457777556, + ], + [ + -97.22854140539233, + 45.935130862907045, + ], + [ + -97.25976798295895, + 45.997117821172154, + ], + [ + -97.28058570133669, + 46.28234377298128, + ], + [ + -97.27986784897884, + 46.629180678975914, + ], + [ + -96.79818891685937, + 46.63046983582025, + ], + [ + -96.78311401734446, + 46.630416120951736, + ], + ], + ], + "type": "Polygon", + }, + "id": "38077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53013 { + "geometry": { + "coordinates": [ + [ + [ + -117.60298595215917, + 45.998890411833116, + ], + [ + -117.97806380913745, + 46.00071671736259, + ], + [ + -117.99708689662056, + 46.00077043223111, + ], + [ + -117.99134407775773, + 46.2077875354839, + ], + [ + -118.11696824038204, + 46.207841250352416, + ], + [ + -118.11625038802418, + 46.295450200898685, + ], + [ + -118.24151562446956, + 46.29502048195057, + ], + [ + -118.22895320820712, + 46.593621436019674, + ], + [ + -118.21567293958684, + 46.58889452759045, + ], + [ + -118.17260179811565, + 46.55693418082464, + ], + [ + -117.8517217941553, + 46.62477605975778, + ], + [ + -117.86320743188094, + 46.47093667633379, + ], + [ + -117.73722434307771, + 46.471366395281905, + ], + [ + -117.67513011412342, + 46.33761637268215, + ], + [ + -117.61231803281127, + 46.33847581057837, + ], + [ + -117.60298595215917, + 45.998890411833116, + ], + ], + ], + "type": "Polygon", + }, + "id": "53013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53071 { + "geometry": { + "coordinates": [ + [ + [ + -118.22895320820712, + 46.593621436019674, + ], + [ + -118.24151562446956, + 46.29502048195057, + ], + [ + -118.11625038802418, + 46.295450200898685, + ], + [ + -118.11696824038204, + 46.207841250352416, + ], + [ + -117.99134407775773, + 46.2077875354839, + ], + [ + -117.99708689662056, + 46.00077043223111, + ], + [ + -118.98700529810004, + 45.99985727946637, + ], + [ + -118.967623284438, + 46.13000840587569, + ], + [ + -119.04156207729687, + 46.192854802037026, + ], + [ + -118.7755977787123, + 46.290669577600944, + ], + [ + -118.63561656893093, + 46.4113131722833, + ], + [ + -118.61551670291104, + 46.50450846915501, + ], + [ + -118.45256421767837, + 46.596951757867544, + ], + [ + -118.22895320820712, + 46.593621436019674, + ], + ], + ], + "type": "Polygon", + }, + "id": "53071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55051 { + "geometry": { + "coordinates": [ + [ + [ + -90.41827608643956, + 46.56558227465539, + ], + [ + -90.41719930790278, + 46.565367415181335, + ], + [ + -90.35618185748527, + 46.54039000132234, + ], + [ + -90.31418749455085, + 46.51621831049106, + ], + [ + -90.2309166210399, + 46.50977252626939, + ], + [ + -90.1742062847695, + 46.43967462285867, + ], + [ + -90.1203673579305, + 46.33686436452295, + ], + [ + -89.92905970456265, + 46.29969367551129, + ], + [ + -89.92870077838371, + 46.288037549043764, + ], + [ + -89.92870077838371, + 45.98197022825122, + ], + [ + -90.04391608181915, + 45.98191651338271, + ], + [ + -90.30198400446736, + 45.98132564982905, + ], + [ + -90.30306078300413, + 46.15482467512914, + ], + [ + -90.42617246237594, + 46.15401895210143, + ], + [ + -90.42581353619703, + 46.2404461755404, + ], + [ + -90.55215555117917, + 46.24082217961999, + ], + [ + -90.55000199410561, + 46.58320075152797, + ], + [ + -90.41827608643956, + 46.56558227465539, + ], + ], + ], + "type": "Polygon", + }, + "id": "55051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 23025 { + "geometry": { + "coordinates": [ + [ + [ + -69.72115690481773, + 46.57385436440654, + ], + [ + -69.72977113311197, + 45.975793018372116, + ], + [ + -69.64614133342208, + 45.863851232389024, + ], + [ + -69.73228361636446, + 45.7556157723334, + ], + [ + -69.82488657052751, + 45.74304649310113, + ], + [ + -69.70141596497676, + 45.628365248823826, + ], + [ + -69.78073865051954, + 45.54279746328109, + ], + [ + -69.62101650089721, + 45.010912835255866, + ], + [ + -69.35577005467047, + 45.07349065707463, + ], + [ + -69.26675636229669, + 44.72192684265076, + ], + [ + -69.38520200134246, + 44.75372604481103, + ], + [ + -69.47170321046376, + 44.692920813653224, + ], + [ + -69.63321999098072, + 44.700387180376666, + ], + [ + -69.60486482284551, + 44.577165272005644, + ], + [ + -69.93041086713193, + 44.610737064826864, + ], + [ + -69.99609435787548, + 44.677558361258235, + ], + [ + -70.03270482812599, + 44.86437867394979, + ], + [ + -70.13176845350972, + 44.85170196498049, + ], + [ + -70.10951503041628, + 44.94720700119831, + ], + [ + -70.15940576928708, + 45.12844096756441, + ], + [ + -70.29436201256347, + 45.10996305279561, + ], + [ + -70.41890939665099, + 45.14493143219819, + ], + [ + -70.55242993521166, + 45.66709366902239, + ], + [ + -70.38517033583189, + 45.7340761100593, + ], + [ + -70.4163969133985, + 45.79321618029317, + ], + [ + -70.26169973028115, + 45.88888236111653, + ], + [ + -70.31625650947798, + 46.01908720239437, + ], + [ + -70.23765167629307, + 46.14644515564096, + ], + [ + -70.29256738166883, + 46.19145821545566, + ], + [ + -70.18991449449584, + 46.34980964783482, + ], + [ + -70.05639395593515, + 46.41652351452915, + ], + [ + -70.02301382129498, + 46.57396179414357, + ], + [ + -69.72115690481773, + 46.57385436440654, + ], + ], + ], + "type": "Polygon", + }, + "id": "23025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 23021 { + "geometry": { + "coordinates": [ + [ + [ + -68.81917541717526, + 46.395682145545734, + ], + [ + -68.82491823603807, + 45.6844435715524, + ], + [ + -68.95915662695661, + 45.6621519011191, + ], + [ + -68.96418159346159, + 45.51228741796516, + ], + [ + -68.85758051832039, + 45.52700529193798, + ], + [ + -68.77610427570407, + 45.240275323810465, + ], + [ + -68.88091071995062, + 45.225020301152504, + ], + [ + -68.85650373978362, + 45.14278283745763, + ], + [ + -69.35577005467047, + 45.07349065707463, + ], + [ + -69.62101650089721, + 45.010912835255866, + ], + [ + -69.78073865051954, + 45.54279746328109, + ], + [ + -69.70141596497676, + 45.628365248823826, + ], + [ + -69.82488657052751, + 45.74304649310113, + ], + [ + -69.73228361636446, + 45.7556157723334, + ], + [ + -69.64614133342208, + 45.863851232389024, + ], + [ + -69.72977113311197, + 45.975793018372116, + ], + [ + -69.72115690481773, + 46.57385436440654, + ], + [ + -68.82204682660667, + 46.57245777782518, + ], + [ + -68.81917541717526, + 46.395682145545734, + ], + ], + ], + "type": "Polygon", + }, + "id": "23021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30043 { + "geometry": { + "coordinates": [ + [ + [ + -111.7880229273698, + 46.56896631137177, + ], + [ + -111.78443366558052, + 46.04997325178989, + ], + [ + -111.66096306002979, + 46.04943610310475, + ], + [ + -111.66024520767193, + 45.83350233167864, + ], + [ + -111.80489245777935, + 45.79767451437983, + ], + [ + -111.93051662040364, + 45.856814584613694, + ], + [ + -112.10639044807766, + 45.841452132218706, + ], + [ + -112.19002024776755, + 45.74841797995252, + ], + [ + -112.40106884097638, + 45.831622311280654, + ], + [ + -112.50623421140186, + 46.181843253991666, + ], + [ + -112.57730159482932, + 46.178888936223395, + ], + [ + -112.55827850734622, + 46.26590702321601, + ], + [ + -112.31061944388688, + 46.42098184861581, + ], + [ + -112.02922131960845, + 46.569073741108795, + ], + [ + -111.7880229273698, + 46.56896631137177, + ], + ], + ], + "type": "Polygon", + }, + "id": "30043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26153 { + "geometry": { + "coordinates": [ + [ + [ + -85.86493858057707, + 46.504669613760555, + ], + [ + -85.86493858057707, + 46.244582220415964, + ], + [ + -85.865297506756, + 45.96827293678016, + ], + [ + -85.91303468855324, + 45.9199295551176, + ], + [ + -86.06127120044991, + 45.96413689190459, + ], + [ + -86.31180167334065, + 45.91966098077503, + ], + [ + -86.3677941572532, + 45.78607210278081, + ], + [ + -86.46039711141626, + 45.757173503520306, + ], + [ + -86.49018798426717, + 45.89629501297146, + ], + [ + -86.49018798426717, + 46.158047567239976, + ], + [ + -86.61545322071254, + 46.15863843079363, + ], + [ + -86.61545322071254, + 46.33326546833251, + ], + [ + -86.36528167400071, + 46.33186888175115, + ], + [ + -86.36528167400071, + 46.50579762599935, + ], + [ + -85.86493858057707, + 46.504669613760555, + ], + ], + ], + "type": "Polygon", + }, + "id": "26153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30111 { + "geometry": { + "coordinates": [ + [ + [ + -107.7386177767202, + 46.4817333649051, + ], + [ + -107.61263468791698, + 46.30796576526244, + ], + [ + -107.46619280691495, + 46.17754606451055, + ], + [ + -107.51141750545969, + 46.04325889322565, + ], + [ + -107.67436999069236, + 46.043634897305246, + ], + [ + -107.67436999069236, + 45.98567655417868, + ], + [ + -107.79819952242202, + 45.98567655417868, + ], + [ + -107.88182932211191, + 45.89898075639715, + ], + [ + -108.04729429059707, + 45.899303045608235, + ], + [ + -108.06954771369051, + 45.51927035087198, + ], + [ + -108.31684785097092, + 45.4605062847177, + ], + [ + -108.6449063785098, + 45.46405146603962, + ], + [ + -108.84267470309834, + 45.61101534629382, + ], + [ + -108.90512785823157, + 45.68245612141739, + ], + [ + -108.90153859644231, + 45.959571128080896, + ], + [ + -108.92415094571467, + 46.13221071548477, + ], + [ + -108.7798626217862, + 46.13247928982733, + ], + [ + -108.40478476480793, + 46.13264043443287, + ], + [ + -108.40478476480793, + 46.23609527119076, + ], + [ + -108.32079603893911, + 46.26408071768654, + ], + [ + -108.02934798165073, + 46.26381214334397, + ], + [ + -107.92884865155129, + 46.395306141466136, + ], + [ + -107.78204784437033, + 46.39525242659762, + ], + [ + -107.78132999201247, + 46.4959678050613, + ], + [ + -107.7386177767202, + 46.4817333649051, + ], + ], + ], + "type": "Polygon", + }, + "id": "30111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30103 { + "geometry": { + "coordinates": [ + [ + [ + -106.9389302500718, + 45.87008215713664, + ], + [ + -107.17618045434227, + 45.956777954918174, + ], + [ + -107.42491629633838, + 45.9568853846552, + ], + [ + -107.42491629633838, + 46.043366322962676, + ], + [ + -107.51141750545969, + 46.04325889322565, + ], + [ + -107.46619280691495, + 46.17754606451055, + ], + [ + -107.61263468791698, + 46.30796576526244, + ], + [ + -107.7386177767202, + 46.4817333649051, + ], + [ + -107.17474474962657, + 46.48232422845875, + ], + [ + -107.15320917889098, + 46.39552100094019, + ], + [ + -107.02830286862452, + 46.395413571203164, + ], + [ + -107.00748515024678, + 46.13403702101424, + ], + [ + -106.9389302500718, + 46.136669049571424, + ], + [ + -106.9389302500718, + 45.87008215713664, + ], + ], + ], + "type": "Polygon", + }, + "id": "30103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16061 { + "geometry": { + "coordinates": [ + [ + [ + -116.37043345372533, + 46.46680063145822, + ], + [ + -116.17122942442109, + 46.37151045471445, + ], + [ + -116.01401975805125, + 46.22599687591014, + ], + [ + -116.13426002799164, + 46.21509275760181, + ], + [ + -116.19061143808312, + 46.15455610078657, + ], + [ + -116.4292973470693, + 46.20246976350103, + ], + [ + -116.51543963001167, + 46.129256397716496, + ], + [ + -116.54271801961009, + 45.998460692885004, + ], + [ + -116.70279909541134, + 45.995989808933366, + ], + [ + -116.71392580695806, + 46.32542309752948, + ], + [ + -116.37007452754641, + 46.34293414466503, + ], + [ + -116.37043345372533, + 46.46680063145822, + ], + ], + ], + "type": "Polygon", + }, + "id": "16061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53003 { + "geometry": { + "coordinates": [ + [ + [ + -117.04090755596017, + 46.425869901650586, + ], + [ + -117.05705923401186, + 46.34540502861667, + ], + [ + -116.92353869545119, + 46.1692739747594, + ], + [ + -116.96086701805955, + 46.09890749700611, + ], + [ + -116.9170780242305, + 45.99550637511674, + ], + [ + -117.48023319896629, + 45.997816114462836, + ], + [ + -117.47987427278737, + 46.12200489046711, + ], + [ + -117.4195746747277, + 46.12189746073008, + ], + [ + -117.4195746747277, + 46.38327401091901, + ], + [ + -117.22898487371769, + 46.4113131722833, + ], + [ + -117.22898487371769, + 46.46228858250305, + ], + [ + -117.19704044379323, + 46.41996126611404, + ], + [ + -117.04090755596017, + 46.425869901650586, + ], + ], + ], + "type": "Polygon", + }, + "id": "53003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38085 { + "geometry": { + "coordinates": [ + [ + [ + -100.59024399721861, + 46.4278573517856, + ], + [ + -100.55829956729414, + 46.2493091288452, + ], + [ + -100.6293669507216, + 46.14429656090041, + ], + [ + -100.51199809021261, + 45.94372524186928, + ], + [ + -101.99867032332648, + 45.94463839463402, + ], + [ + -101.99867032332648, + 46.05341100337479, + ], + [ + -101.84935703289302, + 46.07328550472495, + ], + [ + -101.67779031936612, + 46.01145969106538, + ], + [ + -101.34757823475367, + 46.07543409946551, + ], + [ + -101.19108642074168, + 46.147573167879756, + ], + [ + -101.04859272770784, + 46.28465351232738, + ], + [ + -100.91937930329428, + 46.39417812922734, + ], + [ + -100.72268775724251, + 46.38037340801925, + ], + [ + -100.59024399721861, + 46.4278573517856, + ], + ], + ], + "type": "Polygon", + }, + "id": "38085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26071 { + "geometry": { + "coordinates": [ + [ + [ + -88.67927874954032, + 46.420122410719586, + ], + [ + -88.11648250098345, + 46.419585262034445, + ], + [ + -88.11755927952024, + 46.2466233854195, + ], + [ + -88.11684142716238, + 45.92159471604153, + ], + [ + -88.3953681420094, + 45.98041249706432, + ], + [ + -88.53355472089613, + 46.02107465252938, + ], + [ + -88.68358586368744, + 46.01398428988554, + ], + [ + -88.93268063186248, + 46.073607793936034, + ], + [ + -88.99082667284858, + 46.09729605095069, + ], + [ + -88.99046774666967, + 46.333211753464, + ], + [ + -88.99118559902752, + 46.41969269177147, + ], + [ + -88.67927874954032, + 46.420122410719586, + ], + ], + ], + "type": "Polygon", + }, + "id": "26071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27115 { + "geometry": { + "coordinates": [ + [ + [ + -92.29294751897305, + 46.417221807819836, + ], + [ + -92.2936653713309, + 46.157241844212265, + ], + [ + -92.3503757076013, + 46.01634774410016, + ], + [ + -92.6568986644046, + 45.924011885124656, + ], + [ + -92.84102779419392, + 45.72999378005224, + ], + [ + -93.14180793213438, + 45.73063835847441, + ], + [ + -93.14360256302902, + 45.980949645749455, + ], + [ + -93.05494779683416, + 45.981218220092025, + ], + [ + -93.0542299444763, + 46.158047567239976, + ], + [ + -93.05494779683416, + 46.41926297282336, + ], + [ + -92.29294751897305, + 46.417221807819836, + ], + ], + ], + "type": "Polygon", + }, + "id": "27115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 23019 { + "geometry": { + "coordinates": [ + [ + [ + -68.04820198484097, + 45.640021375291354, + ], + [ + -67.9390884264473, + 45.2673476175415, + ], + [ + -68.05573943459844, + 45.25520805725735, + ], + [ + -68.30339849805777, + 45.221582549567614, + ], + [ + -68.2700183634176, + 45.10024066159458, + ], + [ + -68.39671930457868, + 45.08342790774971, + ], + [ + -68.37482480766415, + 44.99786012220697, + ], + [ + -68.5022436011831, + 44.981530802178725, + ], + [ + -68.44589219109162, + 44.763985584697195, + ], + [ + -68.8130736721335, + 44.68432643469099, + ], + [ + -68.81558615538599, + 44.68368185626882, + ], + [ + -68.83748065230051, + 44.701998626432086, + ], + [ + -69.18348548878572, + 44.64404028330552, + ], + [ + -69.26675636229669, + 44.72192684265076, + ], + [ + -69.35577005467047, + 45.07349065707463, + ], + [ + -68.85650373978362, + 45.14278283745763, + ], + [ + -68.88091071995062, + 45.225020301152504, + ], + [ + -68.77610427570407, + 45.240275323810465, + ], + [ + -68.85758051832039, + 45.52700529193798, + ], + [ + -68.96418159346159, + 45.51228741796516, + ], + [ + -68.95915662695661, + 45.6621519011191, + ], + [ + -68.82491823603807, + 45.6844435715524, + ], + [ + -68.81917541717526, + 46.395682145545734, + ], + [ + -68.43656011043953, + 46.38182370946913, + ], + [ + -68.43261192247134, + 45.57953843334464, + ], + [ + -68.04820198484097, + 45.640021375291354, + ], + ], + ], + "type": "Polygon", + }, + "id": "23019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53059 { + "geometry": { + "coordinates": [ + [ + [ + -121.52389553075305, + 46.388699212638926, + ], + [ + -121.52389553075305, + 46.04406461625336, + ], + [ + -121.61255029694792, + 46.0438497567793, + ], + [ + -121.60896103515864, + 45.7825806363274, + ], + [ + -121.52245982603735, + 45.72462229320084, + ], + [ + -121.8081650644629, + 45.70609066356353, + ], + [ + -121.92230358936155, + 45.649045473201696, + ], + [ + -122.24892641218473, + 45.54773923118437, + ], + [ + -122.24569607657439, + 46.05394815205993, + ], + [ + -122.24103003624833, + 46.38536889079106, + ], + [ + -121.52389553075305, + 46.388699212638926, + ], + ], + ], + "type": "Polygon", + }, + "id": "53059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53015 { + "geometry": { + "coordinates": [ + [ + [ + -122.24103003624833, + 46.38536889079106, + ], + [ + -122.24569607657439, + 46.05394815205993, + ], + [ + -122.35983460147304, + 45.95752996307737, + ], + [ + -122.5227870867057, + 45.98406510812326, + ], + [ + -122.7388606464195, + 45.91380606010701, + ], + [ + -122.78552104967994, + 45.85052994499756, + ], + [ + -122.90396668872572, + 46.08359875947963, + ], + [ + -123.11932239608166, + 46.1854421501821, + ], + [ + -123.21228427642365, + 46.17281915608132, + ], + [ + -123.2130021287815, + 46.175719758981074, + ], + [ + -123.21802709528647, + 46.38510031644849, + ], + [ + -122.24103003624833, + 46.38536889079106, + ], + ], + ], + "type": "Polygon", + }, + "id": "53015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53069 { + "geometry": { + "coordinates": [ + [ + [ + -123.35836723124676, + 46.384026019078206, + ], + [ + -123.21802709528647, + 46.38510031644849, + ], + [ + -123.2130021287815, + 46.175719758981074, + ], + [ + -123.27868561952506, + 46.150903489727625, + ], + [ + -123.45635407809371, + 46.26848533690468, + ], + [ + -123.72806119554113, + 46.290669577600944, + ], + [ + -123.72590763846756, + 46.38542260565957, + ], + [ + -123.35836723124676, + 46.384026019078206, + ], + ], + ], + "type": "Polygon", + }, + "id": "53069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27153 { + "geometry": { + "coordinates": [ + [ + [ + -94.73149197860018, + 46.36866356668321, + ], + [ + -94.65396392395203, + 46.34868163559602, + ], + [ + -94.6439139909421, + 45.77387882762814, + ], + [ + -95.13959104403969, + 45.773341678943, + ], + [ + -95.14569278908144, + 46.10674986780915, + ], + [ + -95.15610164827031, + 46.368878426157266, + ], + [ + -94.73149197860018, + 46.36866356668321, + ], + ], + ], + "type": "Polygon", + }, + "id": "27153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27097 { + "geometry": { + "coordinates": [ + [ + [ + -94.34169814828591, + 46.27767057942057, + ], + [ + -94.37471935674716, + 46.157026984738216, + ], + [ + -93.8104874034746, + 46.156597265790104, + ], + [ + -93.8104874034746, + 45.9830445256215, + ], + [ + -93.76885196671911, + 45.982561091804875, + ], + [ + -93.76382700021414, + 45.82211477955368, + ], + [ + -94.35282485983264, + 45.82200734981665, + ], + [ + -94.27170754339524, + 45.775167984472475, + ], + [ + -94.6439139909421, + 45.77387882762814, + ], + [ + -94.65396392395203, + 46.34868163559602, + ], + [ + -94.53480043254841, + 46.3028091378851, + ], + [ + -94.42461009561795, + 46.33170773714561, + ], + [ + -94.34169814828591, + 46.27767057942057, + ], + ], + ], + "type": "Polygon", + }, + "id": "27097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55125 { + "geometry": { + "coordinates": [ + [ + [ + -89.04753700911898, + 45.895328145338205, + ], + [ + -90.04283930328236, + 45.89710073599916, + ], + [ + -90.04391608181915, + 45.98191651338271, + ], + [ + -89.92870077838371, + 45.98197022825122, + ], + [ + -89.92870077838371, + 46.288037549043764, + ], + [ + -89.92905970456265, + 46.29969367551129, + ], + [ + -89.09168492912696, + 46.13844164023239, + ], + [ + -88.99082667284858, + 46.09729605095069, + ], + [ + -88.93268063186248, + 46.073607793936034, + ], + [ + -88.93339848422033, + 45.98207765798825, + ], + [ + -89.04753700911898, + 45.98218508772528, + ], + [ + -89.04753700911898, + 45.895328145338205, + ], + ], + ], + "type": "Polygon", + }, + "id": "55125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41007 { + "geometry": { + "coordinates": [ + [ + [ + -123.36375112393065, + 46.141234813395116, + ], + [ + -123.36087971449925, + 45.77968003342765, + ], + [ + -123.96710603070622, + 45.78306407014403, + ], + [ + -123.99151301087323, + 45.946196125820926, + ], + [ + -123.92547059395073, + 46.00957967066739, + ], + [ + -124.01950925282951, + 46.22943462749503, + ], + [ + -123.9086010635412, + 46.182058113465715, + ], + [ + -123.76754307522305, + 46.20488693258415, + ], + [ + -123.59059246901225, + 46.18603301373575, + ], + [ + -123.49763058867026, + 46.23443011026683, + ], + [ + -123.36375112393065, + 46.141234813395116, + ], + ], + ], + "type": "Polygon", + }, + "id": "41007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38001 { + "geometry": { + "coordinates": [ + [ + [ + -101.99831139714755, + 46.20537036640078, + ], + [ + -101.99867032332648, + 46.05341100337479, + ], + [ + -101.99867032332648, + 45.94463839463402, + ], + [ + -102.0004649542211, + 45.94453096489699, + ], + [ + -102.9419283215455, + 45.94501439871362, + ], + [ + -102.9957672483845, + 45.945121828450645, + ], + [ + -102.99540832220556, + 46.280732326925865, + ], + [ + -102.92469986495703, + 46.281484335085054, + ], + [ + -102.49757771203441, + 46.2832032108775, + ], + [ + -102.49757771203441, + 46.20606865969146, + ], + [ + -101.99831139714755, + 46.20537036640078, + ], + ], + ], + "type": "Polygon", + }, + "id": "38001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38081 { + "geometry": { + "coordinates": [ + [ + [ + -97.28058570133669, + 46.28234377298128, + ], + [ + -97.25976798295895, + 45.997117821172154, + ], + [ + -97.22854140539233, + 45.935130862907045, + ], + [ + -97.97869711934887, + 45.93577544132921, + ], + [ + -98.00848799219978, + 45.93582915619773, + ], + [ + -98.00669336130514, + 46.282558632455334, + ], + [ + -97.28058570133669, + 46.28234377298128, + ], + ], + ], + "type": "Polygon", + }, + "id": "38081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38051 { + "geometry": { + "coordinates": [ + [ + [ + -99.03752934718226, + 46.28325692574602, + ], + [ + -99.0030724340053, + 46.282827206797904, + ], + [ + -99.00558491725779, + 45.93975034159925, + ], + [ + -99.71841230860596, + 45.940878353838045, + ], + [ + -99.87992908912292, + 45.941415502523185, + ], + [ + -99.87885231058614, + 46.28277349192939, + ], + [ + -99.03752934718226, + 46.28325692574602, + ], + ], + ], + "type": "Polygon", + }, + "id": "38051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38021 { + "geometry": { + "coordinates": [ + [ + [ + -98.03468960326141, + 46.28277349192939, + ], + [ + -98.00669336130514, + 46.282558632455334, + ], + [ + -98.00848799219978, + 45.93582915619773, + ], + [ + -98.72454571915829, + 45.938622329360456, + ], + [ + -99.00558491725779, + 45.93975034159925, + ], + [ + -99.0030724340053, + 46.282827206797904, + ], + [ + -98.03468960326141, + 46.28277349192939, + ], + ], + ], + "type": "Polygon", + }, + "id": "38021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 38011 { + "geometry": { + "coordinates": [ + [ + [ + -102.99540832220556, + 46.280732326925865, + ], + [ + -102.9957672483845, + 45.945121828450645, + ], + [ + -104.04526739556579, + 45.94528297305619, + ], + [ + -104.04598524792364, + 46.280195178240724, + ], + [ + -102.99540832220556, + 46.280732326925865, + ], + ], + ], + "type": "Polygon", + }, + "id": "38011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30023 { + "geometry": { + "coordinates": [ + [ + [ + -112.55827850734622, + 46.26590702321601, + ], + [ + -112.57730159482932, + 46.178888936223395, + ], + [ + -112.77758240267035, + 46.1358096116752, + ], + [ + -112.77722347649143, + 46.04836180573447, + ], + [ + -112.93838133082946, + 45.99319663577064, + ], + [ + -112.9240242836724, + 45.934486284484876, + ], + [ + -113.08589999036828, + 45.86062834027818, + ], + [ + -113.22552227397071, + 45.86938386384596, + ], + [ + -113.39637113513976, + 45.76759418801201, + ], + [ + -113.51625247890124, + 45.938622329360456, + ], + [ + -113.51732925743802, + 45.93991148620479, + ], + [ + -113.27828442227292, + 46.045568632571744, + ], + [ + -113.28366831495681, + 46.2227739837993, + ], + [ + -113.03708603003426, + 46.223096273010384, + ], + [ + -113.03672710385534, + 46.26682017598075, + ], + [ + -112.55827850734622, + 46.26590702321601, + ], + ], + ], + "type": "Polygon", + }, + "id": "30023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26043 { + "geometry": { + "coordinates": [ + [ + [ + -87.6172161860966, + 45.985998843389766, + ], + [ + -87.6172161860966, + 45.89881961179161, + ], + [ + -87.6968977978183, + 45.89881961179161, + ], + [ + -87.69761565017615, + 45.72295713227691, + ], + [ + -87.8469289406096, + 45.7225274133288, + ], + [ + -88.0576186076395, + 45.78059318619239, + ], + [ + -88.13406988375085, + 45.82324279179247, + ], + [ + -88.11684142716238, + 45.92159471604153, + ], + [ + -88.11755927952024, + 46.2466233854195, + ], + [ + -87.61542155520196, + 46.246193666471385, + ], + [ + -87.6172161860966, + 45.985998843389766, + ], + ], + ], + "type": "Polygon", + }, + "id": "26043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27095 { + "geometry": { + "coordinates": [ + [ + [ + -93.43182028470706, + 46.153965237232924, + ], + [ + -93.43253813706491, + 45.98137936469757, + ], + [ + -93.51796256764943, + 45.981755368777165, + ], + [ + -93.51401437968124, + 45.73439839927038, + ], + [ + -93.5107840440709, + 45.558804494098254, + ], + [ + -93.75987881224594, + 45.55966393199447, + ], + [ + -93.76382700021414, + 45.82211477955368, + ], + [ + -93.76885196671911, + 45.982561091804875, + ], + [ + -93.8104874034746, + 45.9830445256215, + ], + [ + -93.8104874034746, + 46.156597265790104, + ], + [ + -93.79613035631753, + 46.24318563383461, + ], + [ + -93.43038457999135, + 46.24613995160287, + ], + [ + -93.43182028470706, + 46.153965237232924, + ], + ], + ], + "type": "Polygon", + }, + "id": "27095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30097 { + "geometry": { + "coordinates": [ + [ + [ + -109.65420679365133, + 46.2193362322144, + ], + [ + -109.60503390713838, + 46.045353773097695, + ], + [ + -109.41767444173871, + 46.04449433520147, + ], + [ + -109.42341726060154, + 45.96016199163455, + ], + [ + -109.50668813411251, + 45.95908769426427, + ], + [ + -109.54940034940476, + 45.87094159503287, + ], + [ + -109.56196276566719, + 45.60913532589583, + ], + [ + -109.93129780378264, + 45.52260067271984, + ], + [ + -109.93237458231941, + 45.348510783866104, + ], + [ + -110.06338263762761, + 45.34867192847164, + ], + [ + -110.06374156380654, + 45.17211115566626, + ], + [ + -110.22848867993383, + 45.172863163825454, + ], + [ + -110.22095123017638, + 45.784890375673506, + ], + [ + -110.2927364659617, + 45.78499780541053, + ], + [ + -110.28196868059389, + 46.184206708206275, + ], + [ + -110.28196868059389, + 46.2204642444532, + ], + [ + -109.65420679365133, + 46.2193362322144, + ], + ], + ], + "type": "Polygon", + }, + "id": "30097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30031 { + "geometry": { + "coordinates": [ + [ + [ + -111.06299204593812, + 46.19290851690554, + ], + [ + -110.78410640491217, + 46.192425083088914, + ], + [ + -110.79487419027997, + 45.590227692178914, + ], + [ + -110.91906264818856, + 45.52528641614553, + ], + [ + -110.91762694347285, + 45.351142812423284, + ], + [ + -111.03822613959218, + 45.351142812423284, + ], + [ + -111.04432788463393, + 45.001351588660384, + ], + [ + -111.05581352235959, + 44.666278238870305, + ], + [ + -111.04899392495999, + 44.47403272445884, + ], + [ + -111.22594453117078, + 44.57635954897793, + ], + [ + -111.2194838599501, + 44.622017187214794, + ], + [ + -111.37777030485672, + 44.75173859467601, + ], + [ + -111.37310426453068, + 45.35060566373814, + ], + [ + -111.35013298907937, + 45.35055194886963, + ], + [ + -111.35120976761615, + 45.641901395689345, + ], + [ + -111.53713352830012, + 45.6421162551634, + ], + [ + -111.65952735531408, + 45.743207637706675, + ], + [ + -111.80489245777935, + 45.79767451437983, + ], + [ + -111.66024520767193, + 45.83350233167864, + ], + [ + -111.41581647982294, + 46.00243559315504, + ], + [ + -111.34654372729011, + 46.188074178739285, + ], + [ + -111.06299204593812, + 46.19290851690554, + ], + ], + ], + "type": "Polygon", + }, + "id": "30031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30067 { + "geometry": { + "coordinates": [ + [ + [ + -110.28196868059389, + 46.184206708206275, + ], + [ + -110.2927364659617, + 45.78499780541053, + ], + [ + -110.22095123017638, + 45.784890375673506, + ], + [ + -110.22848867993383, + 45.172863163825454, + ], + [ + -110.06374156380654, + 45.17211115566626, + ], + [ + -109.7984951175798, + 45.16733053236851, + ], + [ + -109.79885404375874, + 45.00215731168809, + ], + [ + -110.70514264554832, + 44.99227377588152, + ], + [ + -111.04432788463393, + 45.001351588660384, + ], + [ + -111.03822613959218, + 45.351142812423284, + ], + [ + -110.91762694347285, + 45.351142812423284, + ], + [ + -110.91906264818856, + 45.52528641614553, + ], + [ + -110.79487419027997, + 45.590227692178914, + ], + [ + -110.78410640491217, + 46.192425083088914, + ], + [ + -110.28196868059389, + 46.184206708206275, + ], + ], + ], + "type": "Polygon", + }, + "id": "30067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30093 { + "geometry": { + "coordinates": [ + [ + [ + -112.19002024776755, + 45.74841797995252, + ], + [ + -112.46136843903604, + 45.74283163362708, + ], + [ + -112.68677407940193, + 45.6251960715815, + ], + [ + -112.7592771675451, + 45.748095690741444, + ], + [ + -113.08589999036828, + 45.86062834027818, + ], + [ + -112.9240242836724, + 45.934486284484876, + ], + [ + -112.93838133082946, + 45.99319663577064, + ], + [ + -112.77722347649143, + 46.04836180573447, + ], + [ + -112.77758240267035, + 46.1358096116752, + ], + [ + -112.57730159482932, + 46.178888936223395, + ], + [ + -112.50623421140186, + 46.181843253991666, + ], + [ + -112.40106884097638, + 45.831622311280654, + ], + [ + -112.19002024776755, + 45.74841797995252, + ], + ], + ], + "type": "Polygon", + }, + "id": "30093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41009 { + "geometry": { + "coordinates": [ + [ + [ + -122.78552104967994, + 45.85052994499756, + ], + [ + -122.76290870040758, + 45.72822118939128, + ], + [ + -122.92909152125058, + 45.72231255385474, + ], + [ + -123.03102655606573, + 45.779196599611026, + ], + [ + -123.36087971449925, + 45.77968003342765, + ], + [ + -123.36375112393065, + 46.141234813395116, + ], + [ + -123.21228427642365, + 46.17281915608132, + ], + [ + -123.11932239608166, + 46.1854421501821, + ], + [ + -122.90396668872572, + 46.08359875947963, + ], + [ + -122.78552104967994, + 45.85052994499756, + ], + ], + ], + "type": "Polygon", + }, + "id": "41009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27065 { + "geometry": { + "coordinates": [ + [ + [ + -93.0542299444763, + 46.158047567239976, + ], + [ + -93.05494779683416, + 45.981218220092025, + ], + [ + -93.14360256302902, + 45.980949645749455, + ], + [ + -93.14180793213438, + 45.73063835847441, + ], + [ + -93.51401437968124, + 45.73439839927038, + ], + [ + -93.51796256764943, + 45.981755368777165, + ], + [ + -93.43253813706491, + 45.98137936469757, + ], + [ + -93.43182028470706, + 46.153965237232924, + ], + [ + -93.0542299444763, + 46.158047567239976, + ], + ], + ], + "type": "Polygon", + }, + "id": "27065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55013 { + "geometry": { + "coordinates": [ + [ + [ + -92.04995449583976, + 46.15767156316038, + ], + [ + -92.0316492607145, + 45.63986023068581, + ], + [ + -92.15476094008632, + 45.63969908608027, + ], + [ + -92.15440201390739, + 45.725535445965576, + ], + [ + -92.52840309234888, + 45.7287046232079, + ], + [ + -92.52912094470673, + 45.6421162551634, + ], + [ + -92.88697034509653, + 45.644157420166934, + ], + [ + -92.84102779419392, + 45.72999378005224, + ], + [ + -92.6568986644046, + 45.924011885124656, + ], + [ + -92.3503757076013, + 46.01634774410016, + ], + [ + -92.2936653713309, + 46.157241844212265, + ], + [ + -92.04995449583976, + 46.15767156316038, + ], + ], + ], + "type": "Polygon", + }, + "id": "55013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55113 { + "geometry": { + "coordinates": [ + [ + [ + -90.92472092490496, + 46.15471724539211, + ], + [ + -90.92507985108388, + 45.98105707548648, + ], + [ + -90.67706186144562, + 45.98154050930311, + ], + [ + -90.67885649234026, + 45.63819506976188, + ], + [ + -91.54063824794295, + 45.63755049133971, + ], + [ + -91.55140603331076, + 46.157026984738216, + ], + [ + -90.92472092490496, + 46.15471724539211, + ], + ], + ], + "type": "Polygon", + }, + "id": "55113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55129 { + "geometry": { + "coordinates": [ + [ + [ + -91.55140603331076, + 46.157026984738216, + ], + [ + -91.54063824794295, + 45.63755049133971, + ], + [ + -92.0316492607145, + 45.63986023068581, + ], + [ + -92.04995449583976, + 46.15767156316038, + ], + [ + -91.55140603331076, + 46.157026984738216, + ], + ], + ], + "type": "Polygon", + }, + "id": "55129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30011 { + "geometry": { + "coordinates": [ + [ + [ + -104.044190617029, + 45.881899428209714, + ], + [ + -104.03988350288189, + 45.21288074086835, + ], + [ + -104.05782981182821, + 44.99737668839035, + ], + [ + -105.03841613265561, + 45.00033100615862, + ], + [ + -105.03805720647668, + 45.3520022503195, + ], + [ + -104.98708968906911, + 45.35194853545099, + ], + [ + -104.98206472256413, + 45.78693154067703, + ], + [ + -104.93935250727188, + 45.78687782580852, + ], + [ + -104.93935250727188, + 46.136561619834396, + ], + [ + -104.88587250661182, + 46.13672276443994, + ], + [ + -104.51617854231745, + 46.13634676036034, + ], + [ + -104.51617854231745, + 46.0545927304821, + ], + [ + -104.39019545351422, + 46.054915019693176, + ], + [ + -104.39091330587208, + 45.97031410178369, + ], + [ + -104.1346400141185, + 45.96891751520233, + ], + [ + -104.1346400141185, + 45.88200685794674, + ], + [ + -104.044190617029, + 45.881899428209714, + ], + ], + ], + "type": "Polygon", + }, + "id": "30011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30095 { + "geometry": { + "coordinates": [ + [ + [ + -108.92415094571467, + 46.13221071548477, + ], + [ + -108.90153859644231, + 45.959571128080896, + ], + [ + -108.90512785823157, + 45.68245612141739, + ], + [ + -108.84267470309834, + 45.61101534629382, + ], + [ + -109.12802101534497, + 45.586145362171855, + ], + [ + -109.19155094901497, + 45.46421261064516, + ], + [ + -109.35629806514227, + 45.464373755250705, + ], + [ + -109.56196276566719, + 45.362960083496354, + ], + [ + -109.60862316892765, + 45.26122412253092, + ], + [ + -109.6904583377229, + 45.26127783739943, + ], + [ + -109.69153511625969, + 45.16716938776297, + ], + [ + -109.7984951175798, + 45.16733053236851, + ], + [ + -110.06374156380654, + 45.17211115566626, + ], + [ + -110.06338263762761, + 45.34867192847164, + ], + [ + -109.93237458231941, + 45.348510783866104, + ], + [ + -109.93129780378264, + 45.52260067271984, + ], + [ + -109.56196276566719, + 45.60913532589583, + ], + [ + -109.54940034940476, + 45.87094159503287, + ], + [ + -109.50668813411251, + 45.95908769426427, + ], + [ + -109.42341726060154, + 45.96016199163455, + ], + [ + -109.41767444173871, + 46.04449433520147, + ], + [ + -109.41552088466516, + 46.13226443035328, + ], + [ + -108.92415094571467, + 46.13221071548477, + ], + ], + ], + "type": "Polygon", + }, + "id": "30095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27051 { + "geometry": { + "coordinates": [ + [ + [ + -96.26518354115342, + 46.10857617333862, + ], + [ + -95.76986541423474, + 46.107501875968346, + ], + [ + -95.7583797765091, + 45.75996667668303, + ], + [ + -96.2540568296067, + 45.759805532077486, + ], + [ + -96.26554246733234, + 46.02150437147749, + ], + [ + -96.26518354115342, + 46.10857617333862, + ], + ], + ], + "type": "Polygon", + }, + "id": "27051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27041 { + "geometry": { + "coordinates": [ + [ + [ + -95.14569278908144, + 46.10674986780915, + ], + [ + -95.13959104403969, + 45.773341678943, + ], + [ + -95.13959104403969, + 45.75889237931275, + ], + [ + -95.7583797765091, + 45.75996667668303, + ], + [ + -95.76986541423474, + 46.107501875968346, + ], + [ + -95.14569278908144, + 46.10674986780915, + ], + ], + ], + "type": "Polygon", + }, + "id": "27041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55041 { + "geometry": { + "coordinates": [ + [ + [ + -88.68358586368744, + 46.01398428988554, + ], + [ + -88.67640734010891, + 45.72284970253988, + ], + [ + -88.42515901486031, + 45.72241998359177, + ], + [ + -88.42803042429172, + 45.37692594930998, + ], + [ + -88.67784304482461, + 45.37864482510243, + ], + [ + -88.9262199606418, + 45.37859111023391, + ], + [ + -88.92298962503146, + 45.46507204854139, + ], + [ + -89.04681915676113, + 45.46469604446179, + ], + [ + -89.04753700911898, + 45.895328145338205, + ], + [ + -89.04753700911898, + 45.98218508772528, + ], + [ + -88.93339848422033, + 45.98207765798825, + ], + [ + -88.93268063186248, + 46.073607793936034, + ], + [ + -88.68358586368744, + 46.01398428988554, + ], + ], + ], + "type": "Polygon", + }, + "id": "55041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53011 { + "geometry": { + "coordinates": [ + [ + [ + -122.24569607657439, + 46.05394815205993, + ], + [ + -122.24892641218473, + 45.54773923118437, + ], + [ + -122.6322595712783, + 45.606181008127564, + ], + [ + -122.75034628414514, + 45.64743402714628, + ], + [ + -122.76290870040758, + 45.72822118939128, + ], + [ + -122.78552104967994, + 45.85052994499756, + ], + [ + -122.7388606464195, + 45.91380606010701, + ], + [ + -122.5227870867057, + 45.98406510812326, + ], + [ + -122.35983460147304, + 45.95752996307737, + ], + [ + -122.24569607657439, + 46.05394815205993, + ], + ], + ], + "type": "Polygon", + }, + "id": "53011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 53039 { + "geometry": { + "coordinates": [ + [ + [ + -119.86673336264907, + 46.04068057953698, + ], + [ + -119.86816906736478, + 45.83591950076176, + ], + [ + -119.9995360488519, + 45.81244610322116, + ], + [ + -120.21489175620785, + 45.724192574252726, + ], + [ + -120.48229175950814, + 45.69497168578114, + ], + [ + -120.65385847303504, + 45.737191572433105, + ], + [ + -120.91587458365143, + 45.641364247004205, + ], + [ + -121.19655485557202, + 45.616816552093326, + ], + [ + -121.21306545980264, + 45.66666395007428, + ], + [ + -121.44098358342102, + 45.69722771025872, + ], + [ + -121.52245982603735, + 45.72462229320084, + ], + [ + -121.60896103515864, + 45.7825806363274, + ], + [ + -121.61255029694792, + 46.0438497567793, + ], + [ + -121.52389553075305, + 46.04406461625336, + ], + [ + -120.59319994879645, + 46.04068057953698, + ], + [ + -119.86673336264907, + 46.04068057953698, + ], + ], + ], + "type": "Polygon", + }, + "id": "53039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30003 { + "geometry": { + "coordinates": [ + [ + [ + -106.9389302500718, + 45.87008215713664, + ], + [ + -106.87755387347536, + 45.83167602614917, + ], + [ + -106.91344649136802, + 45.6840675674728, + ], + [ + -106.72967628775761, + 45.67300230455893, + ], + [ + -106.72967628775761, + 45.35162624623991, + ], + [ + -106.76844031508169, + 45.35280797334721, + ], + [ + -106.76808138890276, + 45.17963123725821, + ], + [ + -106.2795828593837, + 45.17984609673226, + ], + [ + -106.263431181332, + 44.99372407733139, + ], + [ + -107.91162019496282, + 45.00129787379187, + ], + [ + -108.24936972933273, + 44.99947156826239, + ], + [ + -108.12841160703447, + 45.21787622364015, + ], + [ + -108.69946315770665, + 45.21787622364015, + ], + [ + -108.68223470111816, + 45.43305798690707, + ], + [ + -108.6449063785098, + 45.46405146603962, + ], + [ + -108.31684785097092, + 45.4605062847177, + ], + [ + -108.06954771369051, + 45.51927035087198, + ], + [ + -108.04729429059707, + 45.899303045608235, + ], + [ + -107.88182932211191, + 45.89898075639715, + ], + [ + -107.79819952242202, + 45.98567655417868, + ], + [ + -107.67436999069236, + 45.98567655417868, + ], + [ + -107.67436999069236, + 46.043634897305246, + ], + [ + -107.51141750545969, + 46.04325889322565, + ], + [ + -107.42491629633838, + 46.043366322962676, + ], + [ + -107.42491629633838, + 45.9568853846552, + ], + [ + -107.17618045434227, + 45.956777954918174, + ], + [ + -106.9389302500718, + 45.87008215713664, + ], + ], + ], + "type": "Polygon", + }, + "id": "30003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27155 { + "geometry": { + "coordinates": [ + [ + [ + -96.26554246733234, + 46.02150437147749, + ], + [ + -96.2540568296067, + 45.759805532077486, + ], + [ + -96.25298005106991, + 45.58544706888117, + ], + [ + -96.83551723946773, + 45.586145362171855, + ], + [ + -96.83802972272022, + 45.64829346504251, + ], + [ + -96.6539005929309, + 45.74567852165831, + ], + [ + -96.56381012202033, + 45.93518457777556, + ], + [ + -96.57637253828275, + 46.02171923095155, + ], + [ + -96.26554246733234, + 46.02150437147749, + ], + ], + ], + "type": "Polygon", + }, + "id": "27155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55037 { + "geometry": { + "coordinates": [ + [ + [ + -88.3953681420094, + 45.98041249706432, + ], + [ + -88.11684142716238, + 45.92159471604153, + ], + [ + -88.13406988375085, + 45.82324279179247, + ], + [ + -88.0576186076395, + 45.78059318619239, + ], + [ + -88.05941323853413, + 45.713019881601824, + ], + [ + -88.42515901486031, + 45.72241998359177, + ], + [ + -88.67640734010891, + 45.72284970253988, + ], + [ + -88.68358586368744, + 46.01398428988554, + ], + [ + -88.53355472089613, + 46.02107465252938, + ], + [ + -88.3953681420094, + 45.98041249706432, + ], + ], + ], + "type": "Polygon", + }, + "id": "55037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41059 { + "geometry": { + "coordinates": [ + [ + [ + -117.99708689662056, + 46.00077043223111, + ], + [ + -117.97806380913745, + 46.00071671736259, + ], + [ + -117.97303884263248, + 45.860520910541155, + ], + [ + -118.11696824038204, + 45.68841847182243, + ], + [ + -118.11696824038204, + 45.47076582460387, + ], + [ + -118.19808555681944, + 45.42709563650202, + ], + [ + -118.42851616369029, + 45.42886822716298, + ], + [ + -118.42815723751137, + 45.35517142756183, + ], + [ + -118.69806972406415, + 45.34512674714972, + ], + [ + -118.65571643495082, + 45.19687371005119, + ], + [ + -118.54660287655713, + 45.19692742491971, + ], + [ + -118.51896556077979, + 44.99592638694047, + ], + [ + -119.16431483048977, + 44.995872672071954, + ], + [ + -119.14672744772237, + 45.08294447393308, + ], + [ + -119.14529174300665, + 45.516047458761136, + ], + [ + -119.24866248253751, + 45.51610117362965, + ], + [ + -119.24866248253751, + 45.60183010377793, + ], + [ + -119.43458624322147, + 45.60268954167415, + ], + [ + -119.43171483379007, + 45.91826439419367, + ], + [ + -119.12626865552355, + 45.93287483842946, + ], + [ + -118.98700529810004, + 45.99985727946637, + ], + [ + -117.99708689662056, + 46.00077043223111, + ], + ], + ], + "type": "Polygon", + }, + "id": "41059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41063 { + "geometry": { + "coordinates": [ + [ + [ + -117.60298595215917, + 45.998890411833116, + ], + [ + -117.48023319896629, + 45.997816114462836, + ], + [ + -116.9170780242305, + 45.99550637511674, + ], + [ + -116.79540204957439, + 45.85590143184896, + ], + [ + -116.54917869083076, + 45.752231735617016, + ], + [ + -116.4644721126041, + 45.61456052761574, + ], + [ + -116.55707506676715, + 45.506110208086056, + ], + [ + -116.68700634353857, + 45.26766990675259, + ], + [ + -116.78391641184874, + 45.079023288531566, + ], + [ + -117.26667212250499, + 45.08074216432401, + ], + [ + -117.26738997486284, + 45.16577280118161, + ], + [ + -117.47700286335595, + 45.165289367364984, + ], + [ + -117.5828860861393, + 45.33830495884845, + ], + [ + -117.64426246273574, + 45.33717694660965, + ], + [ + -117.68410326859659, + 45.515080591127884, + ], + [ + -117.78783293430637, + 45.689546484061225, + ], + [ + -117.74727427608767, + 45.86095062948927, + ], + [ + -117.97303884263248, + 45.860520910541155, + ], + [ + -117.97806380913745, + 46.00071671736259, + ], + [ + -117.60298595215917, + 45.998890411833116, + ], + ], + ], + "type": "Polygon", + }, + "id": "41063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26109 { + "geometry": { + "coordinates": [ + [ + [ + -87.36776249174262, + 45.98524683523057, + ], + [ + -87.32576812880822, + 45.89855103744904, + ], + [ + -87.32756275970286, + 45.55042497461007, + ], + [ + -87.2647506783907, + 45.55004897053047, + ], + [ + -87.43739417045438, + 45.2938827625874, + ], + [ + -87.59998772950811, + 45.15024920418108, + ], + [ + -87.59065564885603, + 45.09621204645603, + ], + [ + -87.6172161860966, + 45.10120752922783, + ], + [ + -87.74212249636304, + 45.19778686281593, + ], + [ + -87.64772491130536, + 45.34018497924643, + ], + [ + -87.88676974647045, + 45.35323769229532, + ], + [ + -87.79237216141276, + 45.501007295577224, + ], + [ + -87.83436652434717, + 45.560630799627724, + ], + [ + -87.78124544986603, + 45.67353945324407, + ], + [ + -87.8469289406096, + 45.7225274133288, + ], + [ + -87.69761565017615, + 45.72295713227691, + ], + [ + -87.6968977978183, + 45.89881961179161, + ], + [ + -87.6172161860966, + 45.89881961179161, + ], + [ + -87.6172161860966, + 45.985998843389766, + ], + [ + -87.36776249174262, + 45.98524683523057, + ], + ], + ], + "type": "Polygon", + }, + "id": "26109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55099 { + "geometry": { + "coordinates": [ + [ + [ + -90.04391608181915, + 45.98191651338271, + ], + [ + -90.04283930328236, + 45.89710073599916, + ], + [ + -90.04355715564022, + 45.55509816817079, + ], + [ + -90.04212145092451, + 45.38186771721327, + ], + [ + -90.67885649234026, + 45.37773167233769, + ], + [ + -90.67885649234026, + 45.63819506976188, + ], + [ + -90.67706186144562, + 45.98154050930311, + ], + [ + -90.30198400446736, + 45.98132564982905, + ], + [ + -90.04391608181915, + 45.98191651338271, + ], + ], + ], + "type": "Polygon", + }, + "id": "55099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46105 { + "geometry": { + "coordinates": [ + [ + [ + -102.0004649542211, + 45.94453096489699, + ], + [ + -101.99974710186325, + 45.47243098552781, + ], + [ + -102.00010602804218, + 45.03793141411839, + ], + [ + -102.95736214723935, + 45.03948914530529, + ], + [ + -102.95736214723935, + 45.212827025999836, + ], + [ + -102.9419283215455, + 45.94501439871362, + ], + [ + -102.0004649542211, + 45.94453096489699, + ], + ], + ], + "type": "Polygon", + }, + "id": "46105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46031 { + "geometry": { + "coordinates": [ + [ + [ + -100.51199809021261, + 45.94372524186928, + ], + [ + -100.36124909506346, + 45.857083158956264, + ], + [ + -100.30884587294017, + 45.70780953935598, + ], + [ + -100.43052184759628, + 45.594793456002606, + ], + [ + -100.47897688175136, + 45.525071556671485, + ], + [ + -100.34186708140142, + 45.47291441934443, + ], + [ + -101.47068991412549, + 45.47243098552781, + ], + [ + -101.99974710186325, + 45.47243098552781, + ], + [ + -102.0004649542211, + 45.94453096489699, + ], + [ + -101.99867032332648, + 45.94463839463402, + ], + [ + -100.51199809021261, + 45.94372524186928, + ], + ], + ], + "type": "Polygon", + }, + "id": "46031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46063 { + "geometry": { + "coordinates": [ + [ + [ + -102.9957672483845, + 45.945121828450645, + ], + [ + -102.9419283215455, + 45.94501439871362, + ], + [ + -102.95736214723935, + 45.212827025999836, + ], + [ + -104.03988350288189, + 45.21288074086835, + ], + [ + -104.044190617029, + 45.881899428209714, + ], + [ + -104.04526739556579, + 45.94528297305619, + ], + [ + -102.9957672483845, + 45.945121828450645, + ], + ], + ], + "type": "Polygon", + }, + "id": "46063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46021 { + "geometry": { + "coordinates": [ + [ + [ + -99.87992908912292, + 45.941415502523185, + ], + [ + -99.71841230860596, + 45.940878353838045, + ], + [ + -99.71733553006918, + 45.59339686942124, + ], + [ + -100.43052184759628, + 45.594793456002606, + ], + [ + -100.30884587294017, + 45.70780953935598, + ], + [ + -100.36124909506346, + 45.857083158956264, + ], + [ + -100.51199809021261, + 45.94372524186928, + ], + [ + -99.87992908912292, + 45.941415502523185, + ], + ], + ], + "type": "Polygon", + }, + "id": "46021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30001 { + "geometry": { + "coordinates": [ + [ + [ + -113.08589999036828, + 45.86062834027818, + ], + [ + -112.7592771675451, + 45.748095690741444, + ], + [ + -112.68677407940193, + 45.6251960715815, + ], + [ + -112.68785085793871, + 45.477802472379196, + ], + [ + -112.50623421140186, + 45.442887807845125, + ], + [ + -112.45777917724678, + 45.349961085315975, + ], + [ + -112.45670239871, + 45.08858453512705, + ], + [ + -112.33359071933818, + 45.08853082025853, + ], + [ + -112.33466749787496, + 45.00059958050119, + ], + [ + -112.19109702630433, + 44.999901287210506, + ], + [ + -112.16704897231625, + 44.8267245511215, + ], + [ + -112.06583178985896, + 44.78369894144181, + ], + [ + -111.78228010850697, + 44.78112062775315, + ], + [ + -111.78156225614912, + 44.70876669986484, + ], + [ + -111.47288574227227, + 44.70919641881295, + ], + [ + -111.50841943398599, + 44.53596596785543, + ], + [ + -111.6178919185586, + 44.55068384182826, + ], + [ + -111.82140306200996, + 44.50921596333548, + ], + [ + -111.86770453909149, + 44.56421998869378, + ], + [ + -112.09634051506772, + 44.523128114280595, + ], + [ + -112.28764816843558, + 44.56798002948975, + ], + [ + -112.38814749853502, + 44.448625591651734, + ], + [ + -112.47357192911954, + 44.47999507486389, + ], + [ + -112.78117166445962, + 44.48482941303014, + ], + [ + -112.81562857763657, + 44.37627166376343, + ], + [ + -113.00442374775194, + 44.45072047152378, + ], + [ + -113.00801300954122, + 44.52576014283778, + ], + [ + -113.13291931980766, + 44.77343940155565, + ], + [ + -113.24633999234845, + 44.82253479137741, + ], + [ + -113.34037865122721, + 44.78461209420655, + ], + [ + -113.4563118070205, + 44.865291826714525, + ], + [ + -113.45164576669445, + 45.05866535336477, + ], + [ + -113.55465758004638, + 45.11291737056388, + ], + [ + -113.69212630657526, + 45.26294299832336, + ], + [ + -113.77575610626515, + 45.40802685817957, + ], + [ + -113.80662375765283, + 45.6020986781205, + ], + [ + -113.90425167832086, + 45.62148974565404, + ], + [ + -113.93799073913996, + 45.69572369394033, + ], + [ + -113.69751019925916, + 45.84354701209075, + ], + [ + -113.52845596898474, + 45.881147420050524, + ], + [ + -113.51625247890124, + 45.938622329360456, + ], + [ + -113.39637113513976, + 45.76759418801201, + ], + [ + -113.22552227397071, + 45.86938386384596, + ], + [ + -113.08589999036828, + 45.86062834027818, + ], + ], + ], + "type": "Polygon", + }, + "id": "30001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46089 { + "geometry": { + "coordinates": [ + [ + [ + -99.00558491725779, + 45.93975034159925, + ], + [ + -98.72454571915829, + 45.938622329360456, + ], + [ + -98.72490464533722, + 45.59124827468068, + ], + [ + -99.70800344941709, + 45.59339686942124, + ], + [ + -99.71733553006918, + 45.59339686942124, + ], + [ + -99.71841230860596, + 45.940878353838045, + ], + [ + -99.00558491725779, + 45.93975034159925, + ], + ], + ], + "type": "Polygon", + }, + "id": "46089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46013 { + "geometry": { + "coordinates": [ + [ + [ + -98.00848799219978, + 45.93582915619773, + ], + [ + -97.97869711934887, + 45.93577544132921, + ], + [ + -97.97941497170672, + 45.58840138664944, + ], + [ + -97.98156852878029, + 45.24032903867898, + ], + [ + -98.71772612175869, + 45.24371307539536, + ], + [ + -98.72239216208473, + 45.24376679026388, + ], + [ + -98.72490464533722, + 45.59124827468068, + ], + [ + -98.72454571915829, + 45.938622329360456, + ], + [ + -98.00848799219978, + 45.93582915619773, + ], + ], + ], + "type": "Polygon", + }, + "id": "46013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46109 { + "geometry": { + "coordinates": [ + [ + [ + -96.56381012202033, + 45.93518457777556, + ], + [ + -96.6539005929309, + 45.74567852165831, + ], + [ + -96.83802972272022, + 45.64829346504251, + ], + [ + -96.83551723946773, + 45.586145362171855, + ], + [ + -96.6958949558653, + 45.420327563069264, + ], + [ + -96.47048931549942, + 45.32654140264389, + ], + [ + -96.9930858320165, + 45.326863691854975, + ], + [ + -97.00744287917357, + 45.29683708035567, + ], + [ + -97.22638784831878, + 45.29764280338338, + ], + [ + -97.22710570067663, + 45.558159915676086, + ], + [ + -97.22854140539233, + 45.935130862907045, + ], + [ + -96.56381012202033, + 45.93518457777556, + ], + ], + ], + "type": "Polygon", + }, + "id": "46109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46091 { + "geometry": { + "coordinates": [ + [ + [ + -97.22854140539233, + 45.935130862907045, + ], + [ + -97.22710570067663, + 45.558159915676086, + ], + [ + -97.37354758167866, + 45.58759566362173, + ], + [ + -97.97941497170672, + 45.58840138664944, + ], + [ + -97.97869711934887, + 45.93577544132921, + ], + [ + -97.22854140539233, + 45.935130862907045, + ], + ], + ], + "type": "Polygon", + }, + "id": "46091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41049 { + "geometry": { + "coordinates": [ + [ + [ + -119.43171483379007, + 45.91826439419367, + ], + [ + -119.43458624322147, + 45.60268954167415, + ], + [ + -119.24866248253751, + 45.60183010377793, + ], + [ + -119.24866248253751, + 45.51610117362965, + ], + [ + -119.14529174300665, + 45.516047458761136, + ], + [ + -119.14672744772237, + 45.08294447393308, + ], + [ + -119.16431483048977, + 44.995872672071954, + ], + [ + -119.67183644749194, + 44.99436865575356, + ], + [ + -119.79099993889557, + 44.99458351522762, + ], + [ + -119.7902820865377, + 45.067689451275115, + ], + [ + -119.76013228750787, + 45.167545391842566, + ], + [ + -119.88288504070076, + 45.16964027171461, + ], + [ + -119.88252611452184, + 45.255960065416545, + ], + [ + -120.00707349860936, + 45.25746408173494, + ], + [ + -119.9995360488519, + 45.81244610322116, + ], + [ + -119.86816906736478, + 45.83591950076176, + ], + [ + -119.67040074277624, + 45.85686829948221, + ], + [ + -119.57169604357142, + 45.925462186574535, + ], + [ + -119.43171483379007, + 45.91826439419367, + ], + ], + ], + "type": "Polygon", + }, + "id": "41049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55085 { + "geometry": { + "coordinates": [ + [ + [ + -89.04753700911898, + 45.895328145338205, + ], + [ + -89.04681915676113, + 45.46469604446179, + ], + [ + -89.42512734934974, + 45.46727435815046, + ], + [ + -89.42835768496008, + 45.55536674251336, + ], + [ + -90.04355715564022, + 45.55509816817079, + ], + [ + -90.04283930328236, + 45.89710073599916, + ], + [ + -89.04753700911898, + 45.895328145338205, + ], + ], + ], + "type": "Polygon", + }, + "id": "55085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41061 { + "geometry": { + "coordinates": [ + [ + [ + -117.26667212250499, + 45.08074216432401, + ], + [ + -117.56314514629833, + 45.079506722348185, + ], + [ + -117.56386299865619, + 44.99270349482963, + ], + [ + -117.77778300129643, + 44.992166346144494, + ], + [ + -117.88581978115332, + 45.0587727831018, + ], + [ + -117.994933339547, + 44.99431494088505, + ], + [ + -118.13060743518125, + 45.04496806189371, + ], + [ + -118.2447459600799, + 44.95821854924367, + ], + [ + -118.51896556077979, + 44.99592638694047, + ], + [ + -118.54660287655713, + 45.19692742491971, + ], + [ + -118.65571643495082, + 45.19687371005119, + ], + [ + -118.69806972406415, + 45.34512674714972, + ], + [ + -118.42815723751137, + 45.35517142756183, + ], + [ + -118.42851616369029, + 45.42886822716298, + ], + [ + -118.19808555681944, + 45.42709563650202, + ], + [ + -118.11696824038204, + 45.47076582460387, + ], + [ + -118.11696824038204, + 45.68841847182243, + ], + [ + -117.97303884263248, + 45.860520910541155, + ], + [ + -117.74727427608767, + 45.86095062948927, + ], + [ + -117.78783293430637, + 45.689546484061225, + ], + [ + -117.68410326859659, + 45.515080591127884, + ], + [ + -117.64426246273574, + 45.33717694660965, + ], + [ + -117.5828860861393, + 45.33830495884845, + ], + [ + -117.47700286335595, + 45.165289367364984, + ], + [ + -117.26738997486284, + 45.16577280118161, + ], + [ + -117.26667212250499, + 45.08074216432401, + ], + ], + ], + "type": "Polygon", + }, + "id": "41061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30057 { + "geometry": { + "coordinates": [ + [ + [ + -111.80489245777935, + 45.79767451437983, + ], + [ + -111.65952735531408, + 45.743207637706675, + ], + [ + -111.53713352830012, + 45.6421162551634, + ], + [ + -111.35120976761615, + 45.641901395689345, + ], + [ + -111.35013298907937, + 45.35055194886963, + ], + [ + -111.37310426453068, + 45.35060566373814, + ], + [ + -111.37777030485672, + 44.75173859467601, + ], + [ + -111.47288574227227, + 44.70919641881295, + ], + [ + -111.78156225614912, + 44.70876669986484, + ], + [ + -111.78228010850697, + 44.78112062775315, + ], + [ + -112.06583178985896, + 44.78369894144181, + ], + [ + -112.16704897231625, + 44.8267245511215, + ], + [ + -112.19109702630433, + 44.999901287210506, + ], + [ + -112.33466749787496, + 45.00059958050119, + ], + [ + -112.33359071933818, + 45.08853082025853, + ], + [ + -112.45670239871, + 45.08858453512705, + ], + [ + -112.45777917724678, + 45.349961085315975, + ], + [ + -112.50623421140186, + 45.442887807845125, + ], + [ + -112.68785085793871, + 45.477802472379196, + ], + [ + -112.68677407940193, + 45.6251960715815, + ], + [ + -112.46136843903604, + 45.74283163362708, + ], + [ + -112.19002024776755, + 45.74841797995252, + ], + [ + -112.10639044807766, + 45.841452132218706, + ], + [ + -111.93051662040364, + 45.856814584613694, + ], + [ + -111.80489245777935, + 45.79767451437983, + ], + ], + ], + "type": "Polygon", + }, + "id": "30057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27009 { + "geometry": { + "coordinates": [ + [ + [ + -93.76382700021414, + 45.82211477955368, + ], + [ + -93.75987881224594, + 45.55966393199447, + ], + [ + -94.14931371638127, + 45.559073068440824, + ], + [ + -94.27170754339524, + 45.775167984472475, + ], + [ + -94.35282485983264, + 45.82200734981665, + ], + [ + -93.76382700021414, + 45.82211477955368, + ], + ], + ], + "type": "Polygon", + }, + "id": "27009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41021 { + "geometry": { + "coordinates": [ + [ + [ + -119.7902820865377, + 45.067689451275115, + ], + [ + -120.4952131019495, + 45.068495174302825, + ], + [ + -120.50382733024374, + 45.08294447393308, + ], + [ + -120.54366813610459, + 45.212182447577675, + ], + [ + -120.49162384016023, + 45.468133796046686, + ], + [ + -120.3602568586731, + 45.5093331001969, + ], + [ + -120.41050652372283, + 45.59527688981923, + ], + [ + -120.65385847303504, + 45.737191572433105, + ], + [ + -120.48229175950814, + 45.69497168578114, + ], + [ + -120.21489175620785, + 45.724192574252726, + ], + [ + -119.9995360488519, + 45.81244610322116, + ], + [ + -120.00707349860936, + 45.25746408173494, + ], + [ + -119.88252611452184, + 45.255960065416545, + ], + [ + -119.88288504070076, + 45.16964027171461, + ], + [ + -119.76013228750787, + 45.167545391842566, + ], + [ + -119.7902820865377, + 45.067689451275115, + ], + ], + ], + "type": "Polygon", + }, + "id": "41021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30075 { + "geometry": { + "coordinates": [ + [ + [ + -104.98206472256413, + 45.78693154067703, + ], + [ + -104.98708968906911, + 45.35194853545099, + ], + [ + -105.03805720647668, + 45.3520022503195, + ], + [ + -105.03841613265561, + 45.00033100615862, + ], + [ + -105.08938365006318, + 45.000438435895646, + ], + [ + -106.02474527234583, + 44.99350921785734, + ], + [ + -106.263431181332, + 44.99372407733139, + ], + [ + -106.2795828593837, + 45.17984609673226, + ], + [ + -106.2795828593837, + 45.35028337452706, + ], + [ + -106.23543493937572, + 45.35173367597693, + ], + [ + -106.23435816083895, + 45.78827441238988, + ], + [ + -106.19200487172562, + 45.78854298673245, + ], + [ + -104.98206472256413, + 45.78693154067703, + ], + ], + ], + "type": "Polygon", + }, + "id": "30075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26031 { + "geometry": { + "coordinates": [ + [ + [ + -84.20490500304167, + 45.62616293921475, + ], + [ + -84.25192433248105, + 45.625948079740695, + ], + [ + -84.24654043979716, + 45.19870001558067, + ], + [ + -84.36678070973757, + 45.198753730449184, + ], + [ + -84.73432111695837, + 45.201922907691504, + ], + [ + -84.73252648606373, + 45.28937071363223, + ], + [ + -84.73252648606373, + 45.78768354883623, + ], + [ + -84.46261399951096, + 45.65296665860322, + ], + [ + -84.20490500304167, + 45.62616293921475, + ], + ], + ], + "type": "Polygon", + }, + "id": "26031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41057 { + "geometry": { + "coordinates": [ + [ + [ + -123.36087971449925, + 45.77968003342765, + ], + [ + -123.36087971449925, + 45.708668977252195, + ], + [ + -123.48470924622892, + 45.70909869620031, + ], + [ + -123.42333286963247, + 45.63615390475835, + ], + [ + -123.2995033379028, + 45.60730902036636, + ], + [ + -123.46102011841975, + 45.491607193587285, + ], + [ + -123.46532723256688, + 45.43380999506627, + ], + [ + -123.46317367549332, + 45.21621106271621, + ], + [ + -123.78477153181153, + 45.215996203242156, + ], + [ + -123.78477153181153, + 45.07628383023735, + ], + [ + -123.72411300757294, + 45.07601525589478, + ], + [ + -123.72554871228864, + 45.043947479391946, + ], + [ + -124.00048616534639, + 45.044860632156684, + ], + [ + -123.93193126517141, + 45.40620055265009, + ], + [ + -123.96710603070622, + 45.78306407014403, + ], + [ + -123.36087971449925, + 45.77968003342765, + ], + ], + ], + "type": "Polygon", + }, + "id": "41057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41067 { + "geometry": { + "coordinates": [ + [ + [ + -122.92909152125058, + 45.72231255385474, + ], + [ + -122.92909152125058, + 45.63384416541225, + ], + [ + -122.74424453910339, + 45.51932406574049, + ], + [ + -122.74388561292447, + 45.4335414207237, + ], + [ + -122.74424453910339, + 45.33185917462677, + ], + [ + -122.868432997012, + 45.317302445259486, + ], + [ + -123.13547407413336, + 45.43327284638113, + ], + [ + -123.46532723256688, + 45.43380999506627, + ], + [ + -123.46102011841975, + 45.491607193587285, + ], + [ + -123.2995033379028, + 45.60730902036636, + ], + [ + -123.42333286963247, + 45.63615390475835, + ], + [ + -123.48470924622892, + 45.70909869620031, + ], + [ + -123.36087971449925, + 45.708668977252195, + ], + [ + -123.36087971449925, + 45.77968003342765, + ], + [ + -123.03102655606573, + 45.779196599611026, + ], + [ + -122.92909152125058, + 45.72231255385474, + ], + ], + ], + "type": "Polygon", + }, + "id": "41067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27145 { + "geometry": { + "coordinates": [ + [ + [ + -94.27170754339524, + 45.775167984472475, + ], + [ + -94.14931371638127, + 45.559073068440824, + ], + [ + -94.04737868156613, + 45.42285216188942, + ], + [ + -94.12706029328783, + 45.31896760618342, + ], + [ + -94.26129868420637, + 45.283999226780836, + ], + [ + -94.38369251122033, + 45.32670254724943, + ], + [ + -94.76343640852464, + 45.32611168369578, + ], + [ + -94.76307748234571, + 45.41280748147731, + ], + [ + -95.13169466810331, + 45.412377762529196, + ], + [ + -95.13959104403969, + 45.75889237931275, + ], + [ + -95.13959104403969, + 45.773341678943, + ], + [ + -94.6439139909421, + 45.77387882762814, + ], + [ + -94.27170754339524, + 45.775167984472475, + ], + ], + ], + "type": "Polygon", + }, + "id": "27145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27149 { + "geometry": { + "coordinates": [ + [ + [ + -95.7583797765091, + 45.75996667668303, + ], + [ + -95.7476119911413, + 45.412377762529196, + ], + [ + -96.11730595543567, + 45.411948043581084, + ], + [ + -96.24185333952319, + 45.41264633687177, + ], + [ + -96.25298005106991, + 45.58544706888117, + ], + [ + -96.2540568296067, + 45.759805532077486, + ], + [ + -95.7583797765091, + 45.75996667668303, + ], + ], + ], + "type": "Polygon", + }, + "id": "27149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27121 { + "geometry": { + "coordinates": [ + [ + [ + -95.13959104403969, + 45.75889237931275, + ], + [ + -95.13169466810331, + 45.412377762529196, + ], + [ + -95.25516527365404, + 45.41253890713474, + ], + [ + -95.7476119911413, + 45.412377762529196, + ], + [ + -95.7583797765091, + 45.75996667668303, + ], + [ + -95.13959104403969, + 45.75889237931275, + ], + ], + ], + "type": "Polygon", + }, + "id": "27121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41055 { + "geometry": { + "coordinates": [ + [ + [ + -120.50382733024374, + 45.08294447393308, + ], + [ + -120.72959189678855, + 45.08385762669782, + ], + [ + -120.7234901517468, + 45.13080442177902, + ], + [ + -120.85844639502318, + 45.195423408601314, + ], + [ + -121.02427028968727, + 45.21927281022151, + ], + [ + -121.01493820903517, + 45.305592603923444, + ], + [ + -120.86634277095958, + 45.38825978656643, + ], + [ + -120.8261430389198, + 45.51008510835609, + ], + [ + -120.91587458365143, + 45.641364247004205, + ], + [ + -120.65385847303504, + 45.737191572433105, + ], + [ + -120.41050652372283, + 45.59527688981923, + ], + [ + -120.3602568586731, + 45.5093331001969, + ], + [ + -120.49162384016023, + 45.468133796046686, + ], + [ + -120.54366813610459, + 45.212182447577675, + ], + [ + -120.50382733024374, + 45.08294447393308, + ], + ], + ], + "type": "Polygon", + }, + "id": "41055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27059 { + "geometry": { + "coordinates": [ + [ + [ + -93.14180793213438, + 45.73063835847441, + ], + [ + -93.14180793213438, + 45.55810620080757, + ], + [ + -93.02228551455184, + 45.55719304804283, + ], + [ + -93.01941410512043, + 45.41189432871257, + ], + [ + -93.51006619171305, + 45.414741216743806, + ], + [ + -93.5107840440709, + 45.558804494098254, + ], + [ + -93.51401437968124, + 45.73439839927038, + ], + [ + -93.14180793213438, + 45.73063835847441, + ], + ], + ], + "type": "Polygon", + }, + "id": "27059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27025 { + "geometry": { + "coordinates": [ + [ + [ + -92.84102779419392, + 45.72999378005224, + ], + [ + -92.88697034509653, + 45.644157420166934, + ], + [ + -92.88409893566511, + 45.5759395371542, + ], + [ + -92.77354967255573, + 45.568204596088194, + ], + [ + -92.64648980521572, + 45.441437506395246, + ], + [ + -92.74555343059946, + 45.29603135732796, + ], + [ + -93.0190551789415, + 45.29683708035567, + ], + [ + -93.01941410512043, + 45.41189432871257, + ], + [ + -93.02228551455184, + 45.55719304804283, + ], + [ + -93.14180793213438, + 45.55810620080757, + ], + [ + -93.14180793213438, + 45.73063835847441, + ], + [ + -92.84102779419392, + 45.72999378005224, + ], + ], + ], + "type": "Polygon", + }, + "id": "27025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55095 { + "geometry": { + "coordinates": [ + [ + [ + -92.15476094008632, + 45.63969908608027, + ], + [ + -92.15691449715987, + 45.209496704151974, + ], + [ + -92.75811584686188, + 45.20955041902049, + ], + [ + -92.74555343059946, + 45.29603135732796, + ], + [ + -92.64648980521572, + 45.441437506395246, + ], + [ + -92.77354967255573, + 45.568204596088194, + ], + [ + -92.88409893566511, + 45.5759395371542, + ], + [ + -92.88697034509653, + 45.644157420166934, + ], + [ + -92.52912094470673, + 45.6421162551634, + ], + [ + -92.52840309234888, + 45.7287046232079, + ], + [ + -92.15440201390739, + 45.725535445965576, + ], + [ + -92.15476094008632, + 45.63969908608027, + ], + ], + ], + "type": "Polygon", + }, + "id": "55095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41051 { + "geometry": { + "coordinates": [ + [ + [ + -122.76290870040758, + 45.72822118939128, + ], + [ + -122.75034628414514, + 45.64743402714628, + ], + [ + -122.6322595712783, + 45.606181008127564, + ], + [ + -122.24892641218473, + 45.54773923118437, + ], + [ + -121.92230358936155, + 45.649045473201696, + ], + [ + -121.92230358936155, + 45.546718648682614, + ], + [ + -121.8203685545464, + 45.46152686721947, + ], + [ + -122.6415916519304, + 45.46115086313987, + ], + [ + -122.74388561292447, + 45.4335414207237, + ], + [ + -122.74424453910339, + 45.51932406574049, + ], + [ + -122.92909152125058, + 45.63384416541225, + ], + [ + -122.92909152125058, + 45.72231255385474, + ], + [ + -122.76290870040758, + 45.72822118939128, + ], + ], + ], + "type": "Polygon", + }, + "id": "41051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41027 { + "geometry": { + "coordinates": [ + [ + [ + -121.44098358342102, + 45.69722771025872, + ], + [ + -121.44098358342102, + 45.51927035087198, + ], + [ + -121.4826190201765, + 45.51959264008306, + ], + [ + -121.48154224163972, + 45.25826980476265, + ], + [ + -121.69689794899566, + 45.25800123042008, + ], + [ + -121.69582117045888, + 45.373434482856574, + ], + [ + -121.8203685545464, + 45.46152686721947, + ], + [ + -121.92230358936155, + 45.546718648682614, + ], + [ + -121.92230358936155, + 45.649045473201696, + ], + [ + -121.8081650644629, + 45.70609066356353, + ], + [ + -121.52245982603735, + 45.72462229320084, + ], + [ + -121.44098358342102, + 45.69722771025872, + ], + ], + ], + "type": "Polygon", + }, + "id": "41027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41065 { + "geometry": { + "coordinates": [ + [ + [ + -120.91587458365143, + 45.641364247004205, + ], + [ + -120.8261430389198, + 45.51008510835609, + ], + [ + -120.86634277095958, + 45.38825978656643, + ], + [ + -121.01493820903517, + 45.305592603923444, + ], + [ + -121.02427028968727, + 45.21927281022151, + ], + [ + -120.85844639502318, + 45.195423408601314, + ], + [ + -120.7234901517468, + 45.13080442177902, + ], + [ + -120.72959189678855, + 45.08385762669782, + ], + [ + -120.50382733024374, + 45.08294447393308, + ], + [ + -120.4952131019495, + 45.068495174302825, + ], + [ + -120.45250088665723, + 44.8644323888183, + ], + [ + -120.37174249639875, + 44.821567923744155, + ], + [ + -121.75935110412888, + 44.82565025375122, + ], + [ + -121.73458519778295, + 44.888228075569984, + ], + [ + -121.80493472885256, + 45.012363136705744, + ], + [ + -121.6595696263873, + 45.06650772416781, + ], + [ + -121.74535298315075, + 45.20702582020033, + ], + [ + -121.69689794899566, + 45.25800123042008, + ], + [ + -121.48154224163972, + 45.25826980476265, + ], + [ + -121.4826190201765, + 45.51959264008306, + ], + [ + -121.44098358342102, + 45.51927035087198, + ], + [ + -121.44098358342102, + 45.69722771025872, + ], + [ + -121.21306545980264, + 45.66666395007428, + ], + [ + -121.19655485557202, + 45.616816552093326, + ], + [ + -120.91587458365143, + 45.641364247004205, + ], + ], + ], + "type": "Polygon", + }, + "id": "41065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16059 { + "geometry": { + "coordinates": [ + [ + [ + -113.93799073913996, + 45.69572369394033, + ], + [ + -113.90425167832086, + 45.62148974565404, + ], + [ + -113.80662375765283, + 45.6020986781205, + ], + [ + -113.77575610626515, + 45.40802685817957, + ], + [ + -113.69212630657526, + 45.26294299832336, + ], + [ + -113.55465758004638, + 45.11291737056388, + ], + [ + -113.45164576669445, + 45.05866535336477, + ], + [ + -113.4563118070205, + 44.865291826714525, + ], + [ + -113.34037865122721, + 44.78461209420655, + ], + [ + -113.24633999234845, + 44.82253479137741, + ], + [ + -113.13291931980766, + 44.77343940155565, + ], + [ + -113.00801300954122, + 44.52576014283778, + ], + [ + -113.00442374775194, + 44.45072047152378, + ], + [ + -112.81562857763657, + 44.37627166376343, + ], + [ + -112.81455179909979, + 44.23032836601101, + ], + [ + -112.99616844563663, + 44.23387354733293, + ], + [ + -113.3213555637441, + 44.23290667969968, + ], + [ + -113.341455429764, + 44.31868932471647, + ], + [ + -113.46636174003044, + 44.455339950215986, + ], + [ + -113.50440791499666, + 44.422359020948406, + ], + [ + -113.80770053618961, + 44.48815973487801, + ], + [ + -114.03490080745013, + 44.67068285808844, + ], + [ + -114.08550939867878, + 44.75544492060347, + ], + [ + -114.21651745398698, + 44.74529281045433, + ], + [ + -114.1978532926828, + 44.86255236842031, + ], + [ + -114.26281893106851, + 44.84998308918804, + ], + [ + -114.40710725499699, + 44.71945595869912, + ], + [ + -114.38736631515603, + 44.67084400269398, + ], + [ + -114.56359906900897, + 44.575714970555765, + ], + [ + -114.8205902131204, + 44.74717283085232, + ], + [ + -114.81341168954187, + 44.808300351221206, + ], + [ + -114.7355247087148, + 44.878666828974495, + ], + [ + -114.73229437310447, + 45.15272008813272, + ], + [ + -114.69496605049609, + 45.197034854656735, + ], + [ + -114.60523450576446, + 45.29576278298539, + ], + [ + -114.79438860205876, + 45.43633459388642, + ], + [ + -114.78936363555378, + 45.512072558491106, + ], + [ + -114.66589303000305, + 45.470926969209415, + ], + [ + -114.56467584754576, + 45.557730196727974, + ], + [ + -114.47171396720377, + 45.565035418845866, + ], + [ + -114.3464487307584, + 45.4605062847177, + ], + [ + -114.27681705204664, + 45.48199223212329, + ], + [ + -113.93799073913996, + 45.69572369394033, + ], + ], + ], + "type": "Polygon", + }, + "id": "16059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 23029 { + "geometry": { + "coordinates": [ + [ + [ + -67.9889791653181, + 44.50174959661204, + ], + [ + -68.10598909964816, + 44.93920348578973, + ], + [ + -67.98287742027634, + 44.95569395042351, + ], + [ + -68.05573943459844, + 45.25520805725735, + ], + [ + -67.9390884264473, + 45.2673476175415, + ], + [ + -68.04820198484097, + 45.640021375291354, + ], + [ + -67.80628574024446, + 45.68073724562494, + ], + [ + -67.60851741565592, + 45.60612729325905, + ], + [ + -67.42546506440337, + 45.57841042110584, + ], + [ + -67.50191634051474, + 45.48994203266335, + ], + [ + -67.43013110472943, + 45.392718120653086, + ], + [ + -67.48863607189445, + 45.2827100699365, + ], + [ + -67.34219419089241, + 45.12607751334979, + ], + [ + -67.29014989494806, + 45.187366178324226, + ], + [ + -67.16488465850269, + 45.15868243853777, + ], + [ + -67.03854264352053, + 44.95365278541998, + ], + [ + -66.98075552871336, + 44.80625918621768, + ], + [ + -67.19323982663788, + 44.645275725281344, + ], + [ + -67.50909486409327, + 44.63775564368939, + ], + [ + -67.56795875743722, + 44.53113162968918, + ], + [ + -67.65840815452673, + 44.56529428606406, + ], + [ + -67.71188815518678, + 44.49256435409616, + ], + [ + -67.78439124332995, + 44.60477471442182, + ], + [ + -67.84935688171565, + 44.562554827769844, + ], + [ + -67.8999654729443, + 44.39517929748035, + ], + [ + -67.9889791653181, + 44.50174959661204, + ], + ], + ], + "type": "Polygon", + }, + "id": "23029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 23007 { + "geometry": { + "coordinates": [ + [ + [ + -69.93041086713193, + 44.610737064826864, + ], + [ + -70.03988335170452, + 44.58903625794723, + ], + [ + -70.04311368731486, + 44.485151702241225, + ], + [ + -70.12961489643617, + 44.48724658211327, + ], + [ + -70.23872845482984, + 44.45893884640642, + ], + [ + -70.28072281776426, + 44.56964519041369, + ], + [ + -70.51043557227726, + 44.627120099723626, + ], + [ + -70.61488309034489, + 44.79551621251488, + ], + [ + -70.76922134728332, + 44.73213266766841, + ], + [ + -70.82377812648016, + 45.014189442235214, + ], + [ + -70.77998913265111, + 45.01848663171633, + ], + [ + -70.83418698566902, + 45.2773385830851, + ], + [ + -70.82485490501693, + 45.39996962790247, + ], + [ + -70.63893114433297, + 45.381706572607726, + ], + [ + -70.72327879638071, + 45.510192538093115, + ], + [ + -70.55242993521166, + 45.66709366902239, + ], + [ + -70.41890939665099, + 45.14493143219819, + ], + [ + -70.29436201256347, + 45.10996305279561, + ], + [ + -70.15940576928708, + 45.12844096756441, + ], + [ + -70.10951503041628, + 44.94720700119831, + ], + [ + -70.13176845350972, + 44.85170196498049, + ], + [ + -70.03270482812599, + 44.86437867394979, + ], + [ + -69.99609435787548, + 44.677558361258235, + ], + [ + -69.93041086713193, + 44.610737064826864, + ], + ], + ], + "type": "Polygon", + }, + "id": "23007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26141 { + "geometry": { + "coordinates": [ + [ + [ + -83.38870687216266, + 45.20707953506884, + ], + [ + -83.88115358964991, + 45.20203033742853, + ], + [ + -84.24654043979716, + 45.19870001558067, + ], + [ + -84.25192433248105, + 45.625948079740695, + ], + [ + -84.20490500304167, + 45.62616293921475, + ], + [ + -84.11122527034185, + 45.5066473567712, + ], + [ + -83.90914983160619, + 45.48580598778778, + ], + [ + -83.77383466215086, + 45.407435994625914, + ], + [ + -83.57463063284662, + 45.347329056758795, + ], + [ + -83.49638472584063, + 45.35651429927468, + ], + [ + -83.38188727476305, + 45.26928135280801, + ], + [ + -83.38870687216266, + 45.20707953506884, + ], + ], + ], + "type": "Polygon", + }, + "id": "26141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55005 { + "geometry": { + "coordinates": [ + [ + [ + -92.0316492607145, + 45.63986023068581, + ], + [ + -91.54063824794295, + 45.63755049133971, + ], + [ + -91.5413561003008, + 45.2919490273209, + ], + [ + -91.54207395265865, + 45.2065423863837, + ], + [ + -91.6655445582094, + 45.20793897296507, + ], + [ + -92.15691449715987, + 45.209496704151974, + ], + [ + -92.15476094008632, + 45.63969908608027, + ], + [ + -92.0316492607145, + 45.63986023068581, + ], + ], + ], + "type": "Polygon", + }, + "id": "55005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55107 { + "geometry": { + "coordinates": [ + [ + [ + -90.67885649234026, + 45.63819506976188, + ], + [ + -90.67885649234026, + 45.37773167233769, + ], + [ + -90.92507985108388, + 45.37939683326162, + ], + [ + -90.92507985108388, + 45.29189531245238, + ], + [ + -91.5413561003008, + 45.2919490273209, + ], + [ + -91.54063824794295, + 45.63755049133971, + ], + [ + -90.67885649234026, + 45.63819506976188, + ], + ], + ], + "type": "Polygon", + }, + "id": "55107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 30009 { + "geometry": { + "coordinates": [ + [ + [ + -108.6449063785098, + 45.46405146603962, + ], + [ + -108.68223470111816, + 45.43305798690707, + ], + [ + -108.69946315770665, + 45.21787622364015, + ], + [ + -108.12841160703447, + 45.21787622364015, + ], + [ + -108.24936972933273, + 44.99947156826239, + ], + [ + -108.62121725070065, + 45.000277291290104, + ], + [ + -109.79885404375874, + 45.00215731168809, + ], + [ + -109.7984951175798, + 45.16733053236851, + ], + [ + -109.69153511625969, + 45.16716938776297, + ], + [ + -109.6904583377229, + 45.26127783739943, + ], + [ + -109.60862316892765, + 45.26122412253092, + ], + [ + -109.56196276566719, + 45.362960083496354, + ], + [ + -109.35629806514227, + 45.464373755250705, + ], + [ + -109.19155094901497, + 45.46421261064516, + ], + [ + -109.12802101534497, + 45.586145362171855, + ], + [ + -108.84267470309834, + 45.61101534629382, + ], + [ + -108.6449063785098, + 45.46405146603962, + ], + ], + ], + "type": "Polygon", + }, + "id": "30009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46129 { + "geometry": { + "coordinates": [ + [ + [ + -99.71733553006918, + 45.59339686942124, + ], + [ + -99.70800344941709, + 45.59339686942124, + ], + [ + -99.70908022795388, + 45.24586167013592, + ], + [ + -100.26039083878509, + 45.246828537769176, + ], + [ + -100.31710117505548, + 45.31923618052599, + ], + [ + -100.2740300335843, + 45.381169423922586, + ], + [ + -100.34186708140142, + 45.47291441934443, + ], + [ + -100.47897688175136, + 45.525071556671485, + ], + [ + -100.43052184759628, + 45.594793456002606, + ], + [ + -99.71733553006918, + 45.59339686942124, + ], + ], + ], + "type": "Polygon", + }, + "id": "46129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46045 { + "geometry": { + "coordinates": [ + [ + [ + -98.72490464533722, + 45.59124827468068, + ], + [ + -98.72239216208473, + 45.24376679026388, + ], + [ + -99.57340613231963, + 45.2453782363193, + ], + [ + -99.70908022795388, + 45.24586167013592, + ], + [ + -99.70800344941709, + 45.59339686942124, + ], + [ + -98.72490464533722, + 45.59124827468068, + ], + ], + ], + "type": "Polygon", + }, + "id": "46045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46037 { + "geometry": { + "coordinates": [ + [ + [ + -97.97941497170672, + 45.58840138664944, + ], + [ + -97.37354758167866, + 45.58759566362173, + ], + [ + -97.22710570067663, + 45.558159915676086, + ], + [ + -97.22638784831878, + 45.29764280338338, + ], + [ + -97.22638784831878, + 45.15186065023649, + ], + [ + -97.494146777798, + 45.15164579076244, + ], + [ + -97.9819274549592, + 45.15331095168637, + ], + [ + -97.98156852878029, + 45.24032903867898, + ], + [ + -97.97941497170672, + 45.58840138664944, + ], + ], + ], + "type": "Polygon", + }, + "id": "46037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27011 { + "geometry": { + "coordinates": [ + [ + [ + -96.83551723946773, + 45.586145362171855, + ], + [ + -96.25298005106991, + 45.58544706888117, + ], + [ + -96.24185333952319, + 45.41264633687177, + ], + [ + -96.11730595543567, + 45.411948043581084, + ], + [ + -96.10366676063646, + 45.17667691948994, + ], + [ + -96.22426595675579, + 45.220776826539904, + ], + [ + -96.45290193273202, + 45.26890534872841, + ], + [ + -96.47048931549942, + 45.32654140264389, + ], + [ + -96.6958949558653, + 45.420327563069264, + ], + [ + -96.83551723946773, + 45.586145362171855, + ], + ], + ], + "type": "Polygon", + }, + "id": "27011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27141 { + "geometry": { + "coordinates": [ + [ + [ + -93.75987881224594, + 45.55966393199447, + ], + [ + -93.5107840440709, + 45.558804494098254, + ], + [ + -93.51006619171305, + 45.414741216743806, + ], + [ + -93.5122197487866, + 45.24570052553038, + ], + [ + -93.5215518294387, + 45.24661367829512, + ], + [ + -93.58005679660373, + 45.29189531245238, + ], + [ + -93.76741626200341, + 45.2973205141723, + ], + [ + -94.04737868156613, + 45.42285216188942, + ], + [ + -94.14931371638127, + 45.559073068440824, + ], + [ + -93.75987881224594, + 45.55966393199447, + ], + ], + ], + "type": "Polygon", + }, + "id": "27141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55069 { + "geometry": { + "coordinates": [ + [ + [ + -89.42512734934974, + 45.46727435815046, + ], + [ + -89.42584520170759, + 45.119094580442976, + ], + [ + -90.04355715564022, + 45.120168877813256, + ], + [ + -90.04212145092451, + 45.38186771721327, + ], + [ + -90.04355715564022, + 45.55509816817079, + ], + [ + -89.42835768496008, + 45.55536674251336, + ], + [ + -89.42512734934974, + 45.46727435815046, + ], + ], + ], + "type": "Polygon", + }, + "id": "55069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46041 { + "geometry": { + "coordinates": [ + [ + [ + -100.34186708140142, + 45.47291441934443, + ], + [ + -100.2740300335843, + 45.381169423922586, + ], + [ + -100.31710117505548, + 45.31923618052599, + ], + [ + -100.26039083878509, + 45.246828537769176, + ], + [ + -100.32427969863402, + 45.10163724817594, + ], + [ + -100.28013177862604, + 45.0183792019793, + ], + [ + -100.39211674645114, + 45.02600671330829, + ], + [ + -100.40467916271356, + 44.89768189242844, + ], + [ + -100.54358359395815, + 44.76108498179744, + ], + [ + -100.67638628016098, + 44.823179369799576, + ], + [ + -100.71766279073753, + 44.770861087866976, + ], + [ + -100.92691675305173, + 44.773922835372275, + ], + [ + -101.00157339826846, + 44.72912463503163, + ], + [ + -101.13688856772377, + 44.74706540111529, + ], + [ + -101.13617071536592, + 44.99399265167396, + ], + [ + -101.5004807869764, + 44.99372407733139, + ], + [ + -101.47068991412549, + 45.47243098552781, + ], + [ + -100.34186708140142, + 45.47291441934443, + ], + ], + ], + "type": "Polygon", + }, + "id": "46041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46137 { + "geometry": { + "coordinates": [ + [ + [ + -101.47068991412549, + 45.47243098552781, + ], + [ + -101.5004807869764, + 44.99372407733139, + ], + [ + -101.13617071536592, + 44.99399265167396, + ], + [ + -101.13688856772377, + 44.74706540111529, + ], + [ + -101.23343970985502, + 44.69173908654592, + ], + [ + -101.45633286696842, + 44.63721849500425, + ], + [ + -101.53170736454301, + 44.57077320265248, + ], + [ + -101.71224723254306, + 44.58017330464243, + ], + [ + -101.80700374377969, + 44.524578415730474, + ], + [ + -102.0004649542211, + 44.51152570268158, + ], + [ + -102.00010602804218, + 45.03793141411839, + ], + [ + -101.99974710186325, + 45.47243098552781, + ], + [ + -101.47068991412549, + 45.47243098552781, + ], + ], + ], + "type": "Polygon", + }, + "id": "46137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55067 { + "geometry": { + "coordinates": [ + [ + [ + -89.04681915676113, + 45.46469604446179, + ], + [ + -88.92298962503146, + 45.46507204854139, + ], + [ + -88.9262199606418, + 45.37859111023391, + ], + [ + -88.67784304482461, + 45.37864482510243, + ], + [ + -88.6803555280771, + 45.20493094032828, + ], + [ + -88.6412325745741, + 45.1172682749135, + ], + [ + -88.98221244455435, + 45.11796656820418, + ], + [ + -88.9814945921965, + 45.0287461716025, + ], + [ + -89.22376976297193, + 45.029229605419125, + ], + [ + -89.22412868915086, + 45.11850371688932, + ], + [ + -89.42584520170759, + 45.119094580442976, + ], + [ + -89.42512734934974, + 45.46727435815046, + ], + [ + -89.04681915676113, + 45.46469604446179, + ], + ], + ], + "type": "Polygon", + }, + "id": "55067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41005 { + "geometry": { + "coordinates": [ + [ + [ + -121.8203685545464, + 45.46152686721947, + ], + [ + -121.69582117045888, + 45.373434482856574, + ], + [ + -121.69689794899566, + 45.25800123042008, + ], + [ + -121.74535298315075, + 45.20702582020033, + ], + [ + -121.6595696263873, + 45.06650772416781, + ], + [ + -121.80493472885256, + 45.012363136705744, + ], + [ + -121.73458519778295, + 44.888228075569984, + ], + [ + -122.3971629240814, + 44.88527375780171, + ], + [ + -122.53606735532598, + 44.93726975052323, + ], + [ + -122.59672587956457, + 45.01988321829769, + ], + [ + -122.78839245911136, + 45.130482132567934, + ], + [ + -122.74209098202984, + 45.2588606683163, + ], + [ + -122.8497688357078, + 45.25966639134401, + ], + [ + -122.868432997012, + 45.317302445259486, + ], + [ + -122.74424453910339, + 45.33185917462677, + ], + [ + -122.74388561292447, + 45.4335414207237, + ], + [ + -122.6415916519304, + 45.46115086313987, + ], + [ + -121.8203685545464, + 45.46152686721947, + ], + ], + ], + "type": "Polygon", + }, + "id": "41005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41071 { + "geometry": { + "coordinates": [ + [ + [ + -122.868432997012, + 45.317302445259486, + ], + [ + -122.8497688357078, + 45.25966639134401, + ], + [ + -122.86520266140165, + 45.253005747648274, + ], + [ + -123.03964078435996, + 45.222012268515726, + ], + [ + -122.99764642142556, + 45.1149585355674, + ], + [ + -123.06979058338979, + 45.07510210313005, + ], + [ + -123.72411300757294, + 45.07601525589478, + ], + [ + -123.78477153181153, + 45.07628383023735, + ], + [ + -123.78477153181153, + 45.215996203242156, + ], + [ + -123.46317367549332, + 45.21621106271621, + ], + [ + -123.46532723256688, + 45.43380999506627, + ], + [ + -123.13547407413336, + 45.43327284638113, + ], + [ + -122.868432997012, + 45.317302445259486, + ], + ], + ], + "type": "Polygon", + }, + "id": "41071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27171 { + "geometry": { + "coordinates": [ + [ + [ + -94.04737868156613, + 45.42285216188942, + ], + [ + -93.76741626200341, + 45.2973205141723, + ], + [ + -93.58005679660373, + 45.29189531245238, + ], + [ + -93.5215518294387, + 45.24661367829512, + ], + [ + -93.65866162978865, + 45.19413425175698, + ], + [ + -93.75808418135131, + 45.08240732524794, + ], + [ + -93.76633948346662, + 44.97793190598829, + ], + [ + -94.01220391603132, + 44.97868391414749, + ], + [ + -94.25591479152247, + 44.979435922306685, + ], + [ + -94.26129868420637, + 45.283999226780836, + ], + [ + -94.12706029328783, + 45.31896760618342, + ], + [ + -94.04737868156613, + 45.42285216188942, + ], + ], + ], + "type": "Polygon", + }, + "id": "27171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27003 { + "geometry": { + "coordinates": [ + [ + [ + -93.01941410512043, + 45.41189432871257, + ], + [ + -93.0190551789415, + 45.29683708035567, + ], + [ + -93.0204908836572, + 45.123875203740724, + ], + [ + -93.22759128889784, + 45.12451978216289, + ], + [ + -93.22687343653999, + 45.0356753896408, + ], + [ + -93.30440149118813, + 45.141225106270724, + ], + [ + -93.5122197487866, + 45.24570052553038, + ], + [ + -93.51006619171305, + 45.414741216743806, + ], + [ + -93.01941410512043, + 45.41189432871257, + ], + ], + ], + "type": "Polygon", + }, + "id": "27003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27067 { + "geometry": { + "coordinates": [ + [ + [ + -94.76343640852464, + 45.32611168369578, + ], + [ + -94.75805251584075, + 44.89204183123447, + ], + [ + -95.24870460243336, + 44.891289823075276, + ], + [ + -95.24655104535981, + 45.15239779892163, + ], + [ + -95.25516527365404, + 45.41253890713474, + ], + [ + -95.13169466810331, + 45.412377762529196, + ], + [ + -94.76307748234571, + 45.41280748147731, + ], + [ + -94.76343640852464, + 45.32611168369578, + ], + ], + ], + "type": "Polygon", + }, + "id": "27067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27151 { + "geometry": { + "coordinates": [ + [ + [ + -95.25516527365404, + 45.41253890713474, + ], + [ + -95.24655104535981, + 45.15239779892163, + ], + [ + -96.03654756517719, + 45.15218293944758, + ], + [ + -96.10366676063646, + 45.17667691948994, + ], + [ + -96.11730595543567, + 45.411948043581084, + ], + [ + -95.7476119911413, + 45.412377762529196, + ], + [ + -95.25516527365404, + 45.41253890713474, + ], + ], + ], + "type": "Polygon", + }, + "id": "27151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55119 { + "geometry": { + "coordinates": [ + [ + [ + -90.04212145092451, + 45.38186771721327, + ], + [ + -90.04355715564022, + 45.120168877813256, + ], + [ + -90.19789541257865, + 45.120544881892855, + ], + [ + -90.19789541257865, + 45.03363422463727, + ], + [ + -90.31526427308764, + 45.03379536924281, + ], + [ + -90.92328522018924, + 45.031055910948595, + ], + [ + -90.92507985108388, + 45.29189531245238, + ], + [ + -90.92507985108388, + 45.37939683326162, + ], + [ + -90.67885649234026, + 45.37773167233769, + ], + [ + -90.04212145092451, + 45.38186771721327, + ], + ], + ], + "type": "Polygon", + }, + "id": "55119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55083 { + "geometry": { + "coordinates": [ + [ + [ + -88.42803042429172, + 45.37692594930998, + ], + [ + -88.30599552345669, + 45.37456249509537, + ], + [ + -88.30922585906703, + 45.20160061848042, + ], + [ + -88.18647310587414, + 45.19789429255296, + ], + [ + -88.12114854130951, + 45.02358954422516, + ], + [ + -87.76258128856186, + 44.966168349783736, + ], + [ + -87.9007678674486, + 44.82742284441218, + ], + [ + -87.98762800274882, + 44.67761207612675, + ], + [ + -87.99049941218023, + 44.677558361258235, + ], + [ + -87.9940886739695, + 44.67750464638972, + ], + [ + -88.24282451596561, + 44.67954581139325, + ], + [ + -88.24856733482844, + 44.85256140287672, + ], + [ + -88.48904787470924, + 44.85535457603944, + ], + [ + -88.48402290820427, + 45.11624769241173, + ], + [ + -88.6412325745741, + 45.1172682749135, + ], + [ + -88.6803555280771, + 45.20493094032828, + ], + [ + -88.67784304482461, + 45.37864482510243, + ], + [ + -88.42803042429172, + 45.37692594930998, + ], + ], + ], + "type": "Polygon", + }, + "id": "55083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 23017 { + "geometry": { + "coordinates": [ + [ + [ + -70.83418698566902, + 45.2773385830851, + ], + [ + -70.77998913265111, + 45.01848663171633, + ], + [ + -70.82377812648016, + 45.014189442235214, + ], + [ + -70.76922134728332, + 44.73213266766841, + ], + [ + -70.61488309034489, + 44.79551621251488, + ], + [ + -70.51043557227726, + 44.627120099723626, + ], + [ + -70.28072281776426, + 44.56964519041369, + ], + [ + -70.23872845482984, + 44.45893884640642, + ], + [ + -70.33420281842432, + 44.2106687241349, + ], + [ + -70.4799268470685, + 44.03201307145747, + ], + [ + -70.61272953327133, + 44.06295283572151, + ], + [ + -70.62421517099698, + 44.1710271511716, + ], + [ + -70.85644040876248, + 44.057849923212686, + ], + [ + -70.71538242044433, + 43.96175402344121, + ], + [ + -70.78321946826145, + 43.813823275553766, + ], + [ + -70.98888416878638, + 43.790940741566814, + ], + [ + -70.98888416878638, + 43.7900813036706, + ], + [ + -70.98888416878638, + 43.790940741566814, + ], + [ + -71.01006081334305, + 44.28474152781565, + ], + [ + -71.04092846473073, + 44.802606575158734, + ], + [ + -71.08435853238085, + 45.30564631879196, + ], + [ + -71.00647155155379, + 45.34603989991446, + ], + [ + -70.83418698566902, + 45.2773385830851, + ], + ], + ], + "type": "Polygon", + }, + "id": "23017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46051 { + "geometry": { + "coordinates": [ + [ + [ + -96.47048931549942, + 45.32654140264389, + ], + [ + -96.45290193273202, + 45.26890534872841, + ], + [ + -96.45182515419523, + 44.977448472171666, + ], + [ + -96.8821776427282, + 44.976803893749505, + ], + [ + -96.88397227362283, + 45.150195489312566, + ], + [ + -97.22638784831878, + 45.15186065023649, + ], + [ + -97.22638784831878, + 45.29764280338338, + ], + [ + -97.00744287917357, + 45.29683708035567, + ], + [ + -96.9930858320165, + 45.326863691854975, + ], + [ + -96.47048931549942, + 45.32654140264389, + ], + ], + ], + "type": "Polygon", + }, + "id": "46051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27093 { + "geometry": { + "coordinates": [ + [ + [ + -94.26129868420637, + 45.283999226780836, + ], + [ + -94.25591479152247, + 44.979435922306685, + ], + [ + -94.50213815026609, + 44.979704496649255, + ], + [ + -94.50249707644502, + 44.89231040557704, + ], + [ + -94.75805251584075, + 44.89204183123447, + ], + [ + -94.76343640852464, + 45.32611168369578, + ], + [ + -94.38369251122033, + 45.32670254724943, + ], + [ + -94.26129868420637, + 45.283999226780836, + ], + ], + ], + "type": "Polygon", + }, + "id": "27093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 33007 { + "geometry": { + "coordinates": [ + [ + [ + -71.01006081334305, + 44.28474152781565, + ], + [ + -71.04236416944644, + 44.23774101786593, + ], + [ + -71.25233598411849, + 44.244240516956125, + ], + [ + -71.34350323356583, + 44.09222743906162, + ], + [ + -71.41564739553007, + 44.21201159584774, + ], + [ + -71.57572847133133, + 44.254714916316345, + ], + [ + -71.76380578908885, + 44.4057611265776, + ], + [ + -71.57716417604703, + 44.50507991845991, + ], + [ + -71.53696444400725, + 44.584577923860564, + ], + [ + -71.63172095524386, + 44.7486231323022, + ], + [ + -71.494252228715, + 44.911862617716125, + ], + [ + -71.5010718261146, + 45.013437434076025, + ], + [ + -71.3618084686911, + 45.267508762147045, + ], + [ + -71.2849982664008, + 45.300973125231245, + ], + [ + -71.14645276133514, + 45.24065132789006, + ], + [ + -71.08435853238085, + 45.30564631879196, + ], + [ + -71.04092846473073, + 44.802606575158734, + ], + [ + -71.01006081334305, + 44.28474152781565, + ], + ], + ], + "type": "Polygon", + }, + "id": "33007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27163 { + "geometry": { + "coordinates": [ + [ + [ + -92.74555343059946, + 45.29603135732796, + ], + [ + -92.75811584686188, + 45.20955041902049, + ], + [ + -92.79257276003884, + 45.078862143926024, + ], + [ + -92.76960148458754, + 44.86201521973517, + ], + [ + -92.80369947158556, + 44.747226545720835, + ], + [ + -93.00541598414229, + 44.77107594734103, + ], + [ + -93.0190551789415, + 44.88962466215135, + ], + [ + -92.98423933958563, + 44.89080638925865, + ], + [ + -92.98459826576455, + 45.123767774003696, + ], + [ + -93.0204908836572, + 45.123875203740724, + ], + [ + -93.0190551789415, + 45.29683708035567, + ], + [ + -92.74555343059946, + 45.29603135732796, + ], + ], + ], + "type": "Polygon", + }, + "id": "27163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55017 { + "geometry": { + "coordinates": [ + [ + [ + -90.92507985108388, + 45.29189531245238, + ], + [ + -90.92328522018924, + 45.031055910948595, + ], + [ + -90.92220844165247, + 44.85723459643742, + ], + [ + -91.65082858487341, + 44.85594543959309, + ], + [ + -91.6655445582094, + 45.20793897296507, + ], + [ + -91.54207395265865, + 45.2065423863837, + ], + [ + -91.5413561003008, + 45.2919490273209, + ], + [ + -90.92507985108388, + 45.29189531245238, + ], + ], + ], + "type": "Polygon", + }, + "id": "55017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41047 { + "geometry": { + "coordinates": [ + [ + [ + -122.86520266140165, + 45.253005747648274, + ], + [ + -122.8497688357078, + 45.25966639134401, + ], + [ + -122.74209098202984, + 45.2588606683163, + ], + [ + -122.78839245911136, + 45.130482132567934, + ], + [ + -122.59672587956457, + 45.01988321829769, + ], + [ + -122.53606735532598, + 44.93726975052323, + ], + [ + -122.3971629240814, + 44.88527375780171, + ], + [ + -121.73458519778295, + 44.888228075569984, + ], + [ + -121.75935110412888, + 44.82565025375122, + ], + [ + -121.81929177600962, + 44.78971500671538, + ], + [ + -121.79416694348475, + 44.683896715742875, + ], + [ + -122.2080088277871, + 44.69496197865675, + ], + [ + -122.29199755365592, + 44.75275917717778, + ], + [ + -122.51847997255858, + 44.75329632586292, + ], + [ + -122.79880131830024, + 44.791971031192965, + ], + [ + -123.00626064971979, + 44.686689888905605, + ], + [ + -123.14337045006974, + 44.749643714803966, + ], + [ + -123.17854521560454, + 44.8332777650802, + ], + [ + -123.03928185818104, + 44.95188019475903, + ], + [ + -123.06979058338979, + 45.07510210313005, + ], + [ + -122.99764642142556, + 45.1149585355674, + ], + [ + -123.03964078435996, + 45.222012268515726, + ], + [ + -122.86520266140165, + 45.253005747648274, + ], + ], + ], + "type": "Polygon", + }, + "id": "41047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16003 { + "geometry": { + "coordinates": [ + [ + [ + -116.14538673953837, + 45.10749216884396, + ], + [ + -116.09011210798369, + 45.06312368745144, + ], + [ + -116.21214700881872, + 44.7813354872272, + ], + [ + -116.15794915580081, + 44.703180353539395, + ], + [ + -116.15794915580081, + 44.49879527884377, + ], + [ + -116.30080177501358, + 44.44395239809103, + ], + [ + -116.52836097245303, + 44.49057690396114, + ], + [ + -116.52979667716873, + 44.614765679965416, + ], + [ + -116.62562996694213, + 44.66273305754838, + ], + [ + -116.62562996694213, + 44.8386492519316, + ], + [ + -116.90020849382095, + 44.840475557461076, + ], + [ + -116.83237144600383, + 44.933885713806845, + ], + [ + -116.8481641978766, + 45.02170952382717, + ], + [ + -116.78391641184874, + 45.079023288531566, + ], + [ + -116.68700634353857, + 45.26766990675259, + ], + [ + -116.34387291648477, + 45.26788476622664, + ], + [ + -116.28536794931973, + 45.13015984335685, + ], + [ + -116.14538673953837, + 45.10749216884396, + ], + ], + ], + "type": "Polygon", + }, + "id": "16003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27073 { + "geometry": { + "coordinates": [ + [ + [ + -96.22426595675579, + 45.220776826539904, + ], + [ + -96.10366676063646, + 45.17667691948994, + ], + [ + -96.03654756517719, + 45.15218293944758, + ], + [ + -95.7989384347278, + 44.95080589738875, + ], + [ + -95.73684420577351, + 44.93619545315295, + ], + [ + -95.84775239506182, + 44.89171954202339, + ], + [ + -95.84882917359859, + 44.80534603345294, + ], + [ + -96.45182515419523, + 44.80636661595471, + ], + [ + -96.45182515419523, + 44.977448472171666, + ], + [ + -96.45290193273202, + 45.26890534872841, + ], + [ + -96.22426595675579, + 45.220776826539904, + ], + ], + ], + "type": "Polygon", + }, + "id": "27073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 23009 { + "geometry": { + "coordinates": [ + [ + [ + [ + -68.66304252934219, + 44.26964764976323, + ], + [ + -68.64043018006983, + 44.16006931799475, + ], + [ + -68.7319563556961, + 44.221787701917286, + ], + [ + -68.66304252934219, + 44.26964764976323, + ], + ], + ], + [ + [ + [ + -68.30268064569992, + 44.437238039526775, + ], + [ + -68.18710641608556, + 44.37224304862489, + ], + [ + -68.33857326359258, + 44.222324850602426, + ], + [ + -68.43045836539778, + 44.3126732594429, + ], + [ + -68.30268064569992, + 44.437238039526775, + ], + ], + ], + [ + [ + [ + -67.9889791653181, + 44.50174959661204, + ], + [ + -68.05861084402984, + 44.332386616187534, + ], + [ + -68.10204091167996, + 44.474945877223576, + ], + [ + -68.32206265936195, + 44.53725512469977, + ], + [ + -68.26678802780727, + 44.47322700143113, + ], + [ + -68.43368870100811, + 44.40162508170202, + ], + [ + -68.42256198946139, + 44.49621696515511, + ], + [ + -68.56685031338988, + 44.40457939947029, + ], + [ + -68.52449702427654, + 44.228663205087074, + ], + [ + -68.82168790042773, + 44.40833944026627, + ], + [ + -68.75708118822095, + 44.51098855399644, + ], + [ + -68.84214669262656, + 44.625508653668206, + ], + [ + -68.8130736721335, + 44.68432643469099, + ], + [ + -68.44589219109162, + 44.763985584697195, + ], + [ + -68.5022436011831, + 44.981530802178725, + ], + [ + -68.37482480766415, + 44.99786012220697, + ], + [ + -68.39671930457868, + 45.08342790774971, + ], + [ + -68.2700183634176, + 45.10024066159458, + ], + [ + -68.30339849805777, + 45.221582549567614, + ], + [ + -68.05573943459844, + 45.25520805725735, + ], + [ + -67.98287742027634, + 44.95569395042351, + ], + [ + -68.10598909964816, + 44.93920348578973, + ], + [ + -67.9889791653181, + 44.50174959661204, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "23009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46107 { + "geometry": { + "coordinates": [ + [ + [ + -99.70908022795388, + 45.24586167013592, + ], + [ + -99.57340613231963, + 45.2453782363193, + ], + [ + -99.5730472061407, + 44.89741331808587, + ], + [ + -99.67318761006122, + 44.89746703295438, + ], + [ + -100.40467916271356, + 44.89768189242844, + ], + [ + -100.39211674645114, + 45.02600671330829, + ], + [ + -100.28013177862604, + 45.0183792019793, + ], + [ + -100.32427969863402, + 45.10163724817594, + ], + [ + -100.26039083878509, + 45.246828537769176, + ], + [ + -99.70908022795388, + 45.24586167013592, + ], + ], + ], + "type": "Polygon", + }, + "id": "46107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46049 { + "geometry": { + "coordinates": [ + [ + [ + -98.72239216208473, + 45.24376679026388, + ], + [ + -98.71772612175869, + 45.24371307539536, + ], + [ + -98.7166493432219, + 44.89703731400627, + ], + [ + -99.31210787406108, + 44.89719845861181, + ], + [ + -99.5730472061407, + 44.89741331808587, + ], + [ + -99.57340613231963, + 45.2453782363193, + ], + [ + -98.72239216208473, + 45.24376679026388, + ], + ], + ], + "type": "Polygon", + }, + "id": "46049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27053 { + "geometry": { + "coordinates": [ + [ + [ + -93.5215518294387, + 45.24661367829512, + ], + [ + -93.5122197487866, + 45.24570052553038, + ], + [ + -93.30440149118813, + 45.141225106270724, + ], + [ + -93.22687343653999, + 45.0356753896408, + ], + [ + -93.17877732856383, + 44.88833550530701, + ], + [ + -93.33203880696547, + 44.78944643237281, + ], + [ + -93.52370538651226, + 44.80163970752548, + ], + [ + -93.52047505090192, + 44.89069895952162, + ], + [ + -93.76705733582448, + 44.890860104127164, + ], + [ + -93.76633948346662, + 44.97793190598829, + ], + [ + -93.75808418135131, + 45.08240732524794, + ], + [ + -93.65866162978865, + 45.19413425175698, + ], + [ + -93.5215518294387, + 45.24661367829512, + ], + ], + ], + "type": "Polygon", + }, + "id": "27053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46115 { + "geometry": { + "coordinates": [ + [ + [ + -97.98156852878029, + 45.24032903867898, + ], + [ + -97.9819274549592, + 45.15331095168637, + ], + [ + -97.9776203408121, + 44.63157843381028, + ], + [ + -98.7058815578541, + 44.63421046236746, + ], + [ + -98.7166493432219, + 44.89703731400627, + ], + [ + -98.71772612175869, + 45.24371307539536, + ], + [ + -97.98156852878029, + 45.24032903867898, + ], + ], + ], + "type": "Polygon", + }, + "id": "46115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16085 { + "geometry": { + "coordinates": [ + [ + [ + -114.69496605049609, + 45.197034854656735, + ], + [ + -114.73229437310447, + 45.15272008813272, + ], + [ + -114.7355247087148, + 44.878666828974495, + ], + [ + -114.81341168954187, + 44.808300351221206, + ], + [ + -114.95518753021786, + 44.720798830411965, + ], + [ + -115.08691343788391, + 44.77118337707806, + ], + [ + -115.16946645903703, + 44.647102030810814, + ], + [ + -115.2800157221464, + 44.61191879193417, + ], + [ + -115.22904820473883, + 44.423433318318686, + ], + [ + -115.29544954784025, + 44.33931583422583, + ], + [ + -115.40205062298145, + 44.260677266721395, + ], + [ + -115.52121411438506, + 44.23510898930875, + ], + [ + -116.10339237660396, + 44.23645186102159, + ], + [ + -116.11416016197177, + 44.14766118336802, + ], + [ + -116.21358271353442, + 44.15120636468994, + ], + [ + -116.21286486117657, + 44.324114526436375, + ], + [ + -116.15400096783262, + 44.3242219561734, + ], + [ + -116.15794915580081, + 44.49879527884377, + ], + [ + -116.15794915580081, + 44.703180353539395, + ], + [ + -116.21214700881872, + 44.7813354872272, + ], + [ + -116.09011210798369, + 45.06312368745144, + ], + [ + -116.14538673953837, + 45.10749216884396, + ], + [ + -115.97669143544289, + 45.19558455320686, + ], + [ + -114.69496605049609, + 45.197034854656735, + ], + ], + ], + "type": "Polygon", + }, + "id": "16085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46019 { + "geometry": { + "coordinates": [ + [ + [ + -102.95736214723935, + 45.212827025999836, + ], + [ + -102.95736214723935, + 45.03948914530529, + ], + [ + -102.96418174463895, + 44.604291280605196, + ], + [ + -103.56753665141451, + 44.60407642113114, + ], + [ + -103.81914390284204, + 44.60477471442182, + ], + [ + -104.05639410711251, + 44.570934347258024, + ], + [ + -104.05782981182821, + 44.99737668839035, + ], + [ + -104.03988350288189, + 45.21288074086835, + ], + [ + -102.95736214723935, + 45.212827025999836, + ], + ], + ], + "type": "Polygon", + }, + "id": "46019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55109 { + "geometry": { + "coordinates": [ + [ + [ + -92.15691449715987, + 45.209496704151974, + ], + [ + -92.13645570496107, + 44.85777174512256, + ], + [ + -92.76960148458754, + 44.86201521973517, + ], + [ + -92.79257276003884, + 45.078862143926024, + ], + [ + -92.75811584686188, + 45.20955041902049, + ], + [ + -92.15691449715987, + 45.209496704151974, + ], + ], + ], + "type": "Polygon", + }, + "id": "55109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55033 { + "geometry": { + "coordinates": [ + [ + [ + -91.6655445582094, + 45.20793897296507, + ], + [ + -91.65082858487341, + 44.85594543959309, + ], + [ + -91.65082858487341, + 44.68352071166328, + ], + [ + -92.13537892642428, + 44.68432643469099, + ], + [ + -92.13645570496107, + 44.85777174512256, + ], + [ + -92.15691449715987, + 45.209496704151974, + ], + [ + -91.6655445582094, + 45.20793897296507, + ], + ], + ], + "type": "Polygon", + }, + "id": "55033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26009 { + "geometry": { + "coordinates": [ + [ + [ + -84.85743279633019, + 45.11662369649133, + ], + [ + -84.84738286332025, + 44.85798660459662, + ], + [ + -85.29245132518919, + 44.8594369060465, + ], + [ + -85.33300998340789, + 44.81238268122827, + ], + [ + -85.4424824679805, + 44.859812910126095, + ], + [ + -85.36351870861665, + 45.111950502930625, + ], + [ + -85.38828461496259, + 45.207777828359525, + ], + [ + -85.22389642501422, + 45.205521803881936, + ], + [ + -85.22353749883528, + 45.11780542359864, + ], + [ + -84.85743279633019, + 45.11662369649133, + ], + ], + ], + "type": "Polygon", + }, + "id": "26009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26137 { + "geometry": { + "coordinates": [ + [ + [ + -84.36678070973757, + 45.198753730449184, + ], + [ + -84.37180567624253, + 44.855032286828354, + ], + [ + -84.84738286332025, + 44.85798660459662, + ], + [ + -84.85743279633019, + 45.11662369649133, + ], + [ + -84.7346800431373, + 45.11490482069889, + ], + [ + -84.73432111695837, + 45.201922907691504, + ], + [ + -84.36678070973757, + 45.198753730449184, + ], + ], + ], + "type": "Polygon", + }, + "id": "26137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26119 { + "geometry": { + "coordinates": [ + [ + [ + -83.88115358964991, + 45.20203033742853, + ], + [ + -83.88833211322844, + 44.856590018015254, + ], + [ + -84.37180567624253, + 44.855032286828354, + ], + [ + -84.36678070973757, + 45.198753730449184, + ], + [ + -84.24654043979716, + 45.19870001558067, + ], + [ + -83.88115358964991, + 45.20203033742853, + ], + ], + ], + "type": "Polygon", + }, + "id": "26119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46025 { + "geometry": { + "coordinates": [ + [ + [ + -97.494146777798, + 45.15164579076244, + ], + [ + -97.49127536836659, + 44.80394944687158, + ], + [ + -97.49271107308229, + 44.543862053526986, + ], + [ + -97.85307295672457, + 44.54439920221213, + ], + [ + -97.85630329233491, + 44.63104128512514, + ], + [ + -97.9776203408121, + 44.63157843381028, + ], + [ + -97.9819274549592, + 45.15331095168637, + ], + [ + -97.494146777798, + 45.15164579076244, + ], + ], + ], + "type": "Polygon", + }, + "id": "46025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46029 { + "geometry": { + "coordinates": [ + [ + [ + -97.22638784831878, + 45.15186065023649, + ], + [ + -96.88397227362283, + 45.150195489312566, + ], + [ + -96.8821776427282, + 44.976803893749505, + ], + [ + -96.88469012598068, + 44.8044328806882, + ], + [ + -97.49127536836659, + 44.80394944687158, + ], + [ + -97.494146777798, + 45.15164579076244, + ], + [ + -97.22638784831878, + 45.15186065023649, + ], + ], + ], + "type": "Polygon", + }, + "id": "46029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27023 { + "geometry": { + "coordinates": [ + [ + [ + -95.24655104535981, + 45.15239779892163, + ], + [ + -95.24870460243336, + 44.891289823075276, + ], + [ + -95.48272447109349, + 44.89069895952162, + ], + [ + -95.48272447109349, + 44.75292032178332, + ], + [ + -95.73684420577351, + 44.93619545315295, + ], + [ + -95.7989384347278, + 44.95080589738875, + ], + [ + -96.03654756517719, + 45.15218293944758, + ], + [ + -95.24655104535981, + 45.15239779892163, + ], + ], + ], + "type": "Polygon", + }, + "id": "27023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27123 { + "geometry": { + "coordinates": [ + [ + [ + -93.0204908836572, + 45.123875203740724, + ], + [ + -92.98459826576455, + 45.123767774003696, + ], + [ + -92.98423933958563, + 44.89080638925865, + ], + [ + -93.0190551789415, + 44.88962466215135, + ], + [ + -93.17877732856383, + 44.88833550530701, + ], + [ + -93.22687343653999, + 45.0356753896408, + ], + [ + -93.22759128889784, + 45.12451978216289, + ], + [ + -93.0204908836572, + 45.123875203740724, + ], + ], + ], + "type": "Polygon", + }, + "id": "27123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55073 { + "geometry": { + "coordinates": [ + [ + [ + -90.04355715564022, + 45.120168877813256, + ], + [ + -89.42584520170759, + 45.119094580442976, + ], + [ + -89.22412868915086, + 45.11850371688932, + ], + [ + -89.22376976297193, + 45.029229605419125, + ], + [ + -89.22376976297193, + 44.681372116922724, + ], + [ + -89.84507097869383, + 44.68486358337613, + ], + [ + -90.31634105162442, + 44.6851321577187, + ], + [ + -90.31526427308764, + 45.03379536924281, + ], + [ + -90.19789541257865, + 45.03363422463727, + ], + [ + -90.19789541257865, + 45.120544881892855, + ], + [ + -90.04355715564022, + 45.120168877813256, + ], + ], + ], + "type": "Polygon", + }, + "id": "55073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55078 { + "geometry": { + "coordinates": [ + [ + [ + -88.6412325745741, + 45.1172682749135, + ], + [ + -88.48402290820427, + 45.11624769241173, + ], + [ + -88.48904787470924, + 44.85535457603944, + ], + [ + -88.73634801198965, + 44.856321443672684, + ], + [ + -88.7356301596318, + 44.94312467119124, + ], + [ + -88.9814945921965, + 44.94280238198016, + ], + [ + -88.9814945921965, + 45.0287461716025, + ], + [ + -88.98221244455435, + 45.11796656820418, + ], + [ + -88.6412325745741, + 45.1172682749135, + ], + ], + ], + "type": "Polygon", + }, + "id": "55078", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41001 { + "geometry": { + "coordinates": [ + [ + [ + -116.78391641184874, + 45.079023288531566, + ], + [ + -116.8481641978766, + 45.02170952382717, + ], + [ + -116.83237144600383, + 44.933885713806845, + ], + [ + -116.90020849382095, + 44.840475557461076, + ], + [ + -117.03839507270769, + 44.74819341335409, + ], + [ + -117.14463722166995, + 44.54563464418795, + ], + [ + -117.22324205485486, + 44.484131119739466, + ], + [ + -117.22001171924452, + 44.30133942218646, + ], + [ + -117.48597601782912, + 44.30133942218646, + ], + [ + -117.48597601782912, + 44.38765921588839, + ], + [ + -117.59150031443353, + 44.44443583190765, + ], + [ + -117.97160313791677, + 44.44330781966886, + ], + [ + -118.23218354381746, + 44.256057788029196, + ], + [ + -118.49707106386526, + 44.25509092039594, + ], + [ + -118.40913415002827, + 44.372833912178535, + ], + [ + -118.41954300921714, + 44.45641424758626, + ], + [ + -118.30684018903419, + 44.589251117421284, + ], + [ + -118.50496743980166, + 44.666278238870305, + ], + [ + -118.2853046182986, + 44.75077172704276, + ], + [ + -118.29571347748747, + 44.863143231973964, + ], + [ + -118.2447459600799, + 44.95821854924367, + ], + [ + -118.13060743518125, + 45.04496806189371, + ], + [ + -117.994933339547, + 44.99431494088505, + ], + [ + -117.88581978115332, + 45.0587727831018, + ], + [ + -117.77778300129643, + 44.992166346144494, + ], + [ + -117.56386299865619, + 44.99270349482963, + ], + [ + -117.56314514629833, + 45.079506722348185, + ], + [ + -117.26667212250499, + 45.08074216432401, + ], + [ + -116.78391641184874, + 45.079023288531566, + ], + ], + ], + "type": "Polygon", + }, + "id": "41001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41053 { + "geometry": { + "coordinates": [ + [ + [ + -123.06979058338979, + 45.07510210313005, + ], + [ + -123.03928185818104, + 44.95188019475903, + ], + [ + -123.17854521560454, + 44.8332777650802, + ], + [ + -123.14337045006974, + 44.749643714803966, + ], + [ + -123.14911326893257, + 44.72020796685831, + ], + [ + -123.60279595909576, + 44.72112111962305, + ], + [ + -123.72483085993079, + 44.73906188570672, + ], + [ + -123.72554871228864, + 45.043947479391946, + ], + [ + -123.72411300757294, + 45.07601525589478, + ], + [ + -123.06979058338979, + 45.07510210313005, + ], + ], + ], + "type": "Polygon", + }, + "id": "41053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41069 { + "geometry": { + "coordinates": [ + [ + [ + -119.7902820865377, + 45.067689451275115, + ], + [ + -119.79099993889557, + 44.99458351522762, + ], + [ + -119.67183644749194, + 44.99436865575356, + ], + [ + -119.65209550765098, + 44.823179369799576, + ], + [ + -119.65604369561918, + 44.30697948338043, + ], + [ + -119.89867779257354, + 44.30665719416935, + ], + [ + -119.89903671875246, + 44.38953923628638, + ], + [ + -120.02178947194534, + 44.43852719637111, + ], + [ + -120.3857406173769, + 44.437506613869346, + ], + [ + -120.38538169119796, + 44.56395141435121, + ], + [ + -120.37174249639875, + 44.821567923744155, + ], + [ + -120.45250088665723, + 44.8644323888183, + ], + [ + -120.4952131019495, + 45.068495174302825, + ], + [ + -119.7902820865377, + 45.067689451275115, + ], + ], + ], + "type": "Polygon", + }, + "id": "41069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41041 { + "geometry": { + "coordinates": [ + [ + [ + -123.72554871228864, + 45.043947479391946, + ], + [ + -123.72483085993079, + 44.73906188570672, + ], + [ + -123.60279595909576, + 44.72112111962305, + ], + [ + -123.59705314023293, + 44.43288713517715, + ], + [ + -123.7208826719626, + 44.43304827978269, + ], + [ + -123.71513985309977, + 44.36053320728884, + ], + [ + -123.81707488791491, + 44.34479475081426, + ], + [ + -123.77543945115943, + 44.28355980070834, + ], + [ + -124.1153425426029, + 44.276200863721925, + ], + [ + -124.08339811267844, + 44.41752468278216, + ], + [ + -124.06760536080566, + 44.82661712138447, + ], + [ + -124.00658791038815, + 44.91089575008287, + ], + [ + -124.00048616534639, + 45.044860632156684, + ], + [ + -123.72554871228864, + 45.043947479391946, + ], + ], + ], + "type": "Polygon", + }, + "id": "41041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46093 { + "geometry": { + "coordinates": [ + [ + [ + -102.00010602804218, + 45.03793141411839, + ], + [ + -102.0004649542211, + 44.51152570268158, + ], + [ + -102.00154173275789, + 44.51088112425941, + ], + [ + -102.11316777440405, + 44.43530430426027, + ], + [ + -102.28329878321524, + 44.44819587270362, + ], + [ + -102.36298039493694, + 44.29908339770887, + ], + [ + -102.38846415364073, + 44.14014110177607, + ], + [ + -103.4523213479791, + 44.140785680198235, + ], + [ + -103.45303920033695, + 44.256594936714336, + ], + [ + -103.57435624881413, + 44.256057788029196, + ], + [ + -103.56753665141451, + 44.60407642113114, + ], + [ + -102.96418174463895, + 44.604291280605196, + ], + [ + -102.95736214723935, + 45.03948914530529, + ], + [ + -102.00010602804218, + 45.03793141411839, + ], + ], + ], + "type": "Polygon", + }, + "id": "46093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55019 { + "geometry": { + "coordinates": [ + [ + [ + -90.31526427308764, + 45.03379536924281, + ], + [ + -90.31634105162442, + 44.6851321577187, + ], + [ + -90.31598212544549, + 44.424615045425995, + ], + [ + -90.80196817171206, + 44.42294988450206, + ], + [ + -90.80196817171206, + 44.509430822809534, + ], + [ + -90.92292629401032, + 44.50975311202062, + ], + [ + -90.92220844165247, + 44.59634148006512, + ], + [ + -90.92220844165247, + 44.85723459643742, + ], + [ + -90.92328522018924, + 45.031055910948595, + ], + [ + -90.31526427308764, + 45.03379536924281, + ], + ], + ], + "type": "Polygon", + }, + "id": "55019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55115 { + "geometry": { + "coordinates": [ + [ + [ + -88.9814945921965, + 45.0287461716025, + ], + [ + -88.9814945921965, + 44.94280238198016, + ], + [ + -88.7356301596318, + 44.94312467119124, + ], + [ + -88.73634801198965, + 44.856321443672684, + ], + [ + -88.48904787470924, + 44.85535457603944, + ], + [ + -88.24856733482844, + 44.85256140287672, + ], + [ + -88.24282451596561, + 44.67954581139325, + ], + [ + -88.2453369992181, + 44.58473906846611, + ], + [ + -88.6060578090393, + 44.59048655939711, + ], + [ + -88.60533995668145, + 44.67831036941743, + ], + [ + -89.22376976297193, + 44.681372116922724, + ], + [ + -89.22376976297193, + 45.029229605419125, + ], + [ + -88.9814945921965, + 45.0287461716025, + ], + ], + ], + "type": "Polygon", + }, + "id": "55115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 50011 { + "geometry": { + "coordinates": [ + [ + [ + -72.55380230890623, + 45.00801223235611, + ], + [ + -72.53226673817063, + 44.83306290560614, + ], + [ + -72.57785036289431, + 44.78160406156977, + ], + [ + -72.74690459316872, + 44.78622354026197, + ], + [ + -72.79500070114489, + 44.69222252036254, + ], + [ + -72.92385519937953, + 44.633028735260154, + ], + [ + -73.22858352528819, + 44.7228399954155, + ], + [ + -73.19161412885875, + 45.013437434076025, + ], + [ + -72.55380230890623, + 45.00801223235611, + ], + ], + ], + "type": "Polygon", + }, + "id": "50011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 50009 { + "geometry": { + "coordinates": [ + [ + [ + -71.76380578908885, + 44.4057611265776, + ], + [ + -71.8373856557688, + 44.34796392805658, + ], + [ + -71.93286001936326, + 44.44121293979681, + ], + [ + -71.8564087432519, + 44.49616325028659, + ], + [ + -71.90809411301733, + 44.54708494563782, + ], + [ + -71.84241062227376, + 44.611166783774976, + ], + [ + -71.90988874391196, + 44.6470483159423, + ], + [ + -71.83666780341095, + 44.71660907066788, + ], + [ + -71.93932069058394, + 44.76908849720602, + ], + [ + -71.87435505219823, + 44.87651823423394, + ], + [ + -71.89732632764954, + 45.00790480261908, + ], + [ + -71.5010718261146, + 45.013437434076025, + ], + [ + -71.494252228715, + 44.911862617716125, + ], + [ + -71.63172095524386, + 44.7486231323022, + ], + [ + -71.53696444400725, + 44.584577923860564, + ], + [ + -71.57716417604703, + 44.50507991845991, + ], + [ + -71.76380578908885, + 44.4057611265776, + ], + ], + ], + "type": "Polygon", + }, + "id": "50009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 50013 { + "geometry": { + "coordinates": [ + [ + [ + -73.22858352528819, + 44.7228399954155, + ], + [ + -73.28062782123254, + 44.58339619675326, + ], + [ + -73.36174513766994, + 44.56373655487715, + ], + [ + -73.38866460108945, + 44.61605483680975, + ], + [ + -73.33518460042939, + 44.804701455030774, + ], + [ + -73.37789681572164, + 44.83714523561321, + ], + [ + -73.34308097636577, + 45.01069797578181, + ], + [ + -73.19161412885875, + 45.013437434076025, + ], + [ + -73.22858352528819, + 44.7228399954155, + ], + ], + ], + "type": "Polygon", + }, + "id": "50013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36019 { + "geometry": { + "coordinates": [ + [ + [ + -73.36174513766994, + 44.56373655487715, + ], + [ + -73.33841493603971, + 44.54681637129525, + ], + [ + -73.67221628244143, + 44.439225489661794, + ], + [ + -73.90982541289083, + 44.42966424306631, + ], + [ + -73.98627668900218, + 44.70769240249456, + ], + [ + -74.02755319957873, + 44.99571152746641, + ], + [ + -73.34308097636577, + 45.01069797578181, + ], + [ + -73.37789681572164, + 44.83714523561321, + ], + [ + -73.33518460042939, + 44.804701455030774, + ], + [ + -73.38866460108945, + 44.61605483680975, + ], + [ + -73.36174513766994, + 44.56373655487715, + ], + ], + ], + "type": "Polygon", + }, + "id": "36019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 50019 { + "geometry": { + "coordinates": [ + [ + [ + -71.89732632764954, + 45.00790480261908, + ], + [ + -71.87435505219823, + 44.87651823423394, + ], + [ + -71.93932069058394, + 44.76908849720602, + ], + [ + -72.01218270490604, + 44.69888316405827, + ], + [ + -72.11411773972118, + 44.749643714803966, + ], + [ + -72.26235425161785, + 44.5423580372086, + ], + [ + -72.37433921944294, + 44.58409449004394, + ], + [ + -72.481658146942, + 44.63378074341935, + ], + [ + -72.41920499180877, + 44.72289371028401, + ], + [ + -72.57785036289431, + 44.78160406156977, + ], + [ + -72.53226673817063, + 44.83306290560614, + ], + [ + -72.55380230890623, + 45.00801223235611, + ], + [ + -71.89732632764954, + 45.00790480261908, + ], + ], + ], + "type": "Polygon", + }, + "id": "50019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 56029 { + "geometry": { + "coordinates": [ + [ + [ + -108.62121725070065, + 45.000277291290104, + ], + [ + -108.5921442302076, + 44.871361606856595, + ], + [ + -108.59250315638653, + 44.52092580467153, + ], + [ + -108.57348006890342, + 44.5208183749345, + ], + [ + -108.57383899508234, + 44.16844883748293, + ], + [ + -108.55050879345211, + 44.16844883748293, + ], + [ + -108.55086771963104, + 44.07938958548678, + ], + [ + -108.79242503804862, + 44.079604444960836, + ], + [ + -108.79242503804862, + 43.9909749119128, + ], + [ + -108.91589564359937, + 43.99081376730726, + ], + [ + -108.91266530798903, + 43.90470883307938, + ], + [ + -109.09284624981017, + 43.90444025873681, + ], + [ + -109.09212839745231, + 43.81613301489986, + ], + [ + -109.31286799749215, + 43.8131786971316, + ], + [ + -109.44244034808465, + 43.93043825509757, + ], + [ + -109.54222182582623, + 43.9613243044931, + ], + [ + -109.64200330356782, + 43.92275702890008, + ], + [ + -109.66533350519805, + 43.8462670561362, + ], + [ + -109.78736840603308, + 43.801200281452985, + ], + [ + -109.85843578946054, + 43.957456833960094, + ], + [ + -109.99410988509479, + 43.94956074828854, + ], + [ + -110.05333270461767, + 44.00800252523173, + ], + [ + -110.05333270461767, + 44.13262102018412, + ], + [ + -110.15024277292784, + 44.29150960124841, + ], + [ + -110.29596680157204, + 44.42912709438117, + ], + [ + -110.2780204926257, + 44.518347490982855, + ], + [ + -110.37564841329373, + 44.583020192673665, + ], + [ + -110.66781432293996, + 44.58280533319961, + ], + [ + -110.66781432293996, + 44.666278238870305, + ], + [ + -111.05581352235959, + 44.666278238870305, + ], + [ + -111.04432788463393, + 45.001351588660384, + ], + [ + -110.70514264554832, + 44.99227377588152, + ], + [ + -109.79885404375874, + 45.00215731168809, + ], + [ + -108.62121725070065, + 45.000277291290104, + ], + ], + ], + "type": "Polygon", + }, + "id": "56029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36089 { + "geometry": { + "coordinates": [ + [ + [ + -74.72602354376984, + 44.99458351522762, + ], + [ + -74.64203481790102, + 44.95263220291822, + ], + [ + -74.52574273592882, + 44.170651147092, + ], + [ + -74.5350748165809, + 44.099264086836946, + ], + [ + -74.85416018964663, + 44.07009691323387, + ], + [ + -75.06269629960298, + 44.050383556489244, + ], + [ + -75.17001522710201, + 44.09695434749085, + ], + [ + -75.44602945869654, + 44.21765165704171, + ], + [ + -75.8602302691778, + 44.40334395749447, + ], + [ + -75.7669094626569, + 44.51528574347756, + ], + [ + -75.28487160435851, + 44.84831792826411, + ], + [ + -74.9726058286924, + 44.98346453744523, + ], + [ + -74.72602354376984, + 44.99458351522762, + ], + ], + ], + "type": "Polygon", + }, + "id": "36089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 56003 { + "geometry": { + "coordinates": [ + [ + [ + -107.91162019496282, + 45.00129787379187, + ], + [ + -107.83229750942004, + 44.790144725663495, + ], + [ + -107.66970395036631, + 44.67949209652473, + ], + [ + -107.61514717116947, + 44.70108547366735, + ], + [ + -107.3696416647837, + 44.559761654607115, + ], + [ + -107.30324032168228, + 44.46334346562456, + ], + [ + -107.20022850833035, + 44.44201866282452, + ], + [ + -107.14495387677566, + 44.32395338183083, + ], + [ + -107.1467485076703, + 44.1656556643202, + ], + [ + -108.55050879345211, + 44.16844883748293, + ], + [ + -108.57383899508234, + 44.16844883748293, + ], + [ + -108.57348006890342, + 44.5208183749345, + ], + [ + -108.59250315638653, + 44.52092580467153, + ], + [ + -108.5921442302076, + 44.871361606856595, + ], + [ + -108.62121725070065, + 45.000277291290104, + ], + [ + -108.24936972933273, + 44.99947156826239, + ], + [ + -107.91162019496282, + 45.00129787379187, + ], + ], + ], + "type": "Polygon", + }, + "id": "56003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 56005 { + "geometry": { + "coordinates": [ + [ + [ + -105.08938365006318, + 45.000438435895646, + ], + [ + -105.07933371705325, + 44.17613006368042, + ], + [ + -105.07969264323216, + 43.49846328250831, + ], + [ + -106.01720782258838, + 43.494918101186386, + ], + [ + -106.00967037283091, + 44.56395141435121, + ], + [ + -106.02474527234583, + 44.99350921785734, + ], + [ + -105.08938365006318, + 45.000438435895646, + ], + ], + ], + "type": "Polygon", + }, + "id": "56005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 56033 { + "geometry": { + "coordinates": [ + [ + [ + -106.263431181332, + 44.99372407733139, + ], + [ + -106.02474527234583, + 44.99350921785734, + ], + [ + -106.00967037283091, + 44.56395141435121, + ], + [ + -106.42889614981715, + 44.55675362197034, + ], + [ + -107.3696416647837, + 44.559761654607115, + ], + [ + -107.61514717116947, + 44.70108547366735, + ], + [ + -107.66970395036631, + 44.67949209652473, + ], + [ + -107.83229750942004, + 44.790144725663495, + ], + [ + -107.91162019496282, + 45.00129787379187, + ], + [ + -106.263431181332, + 44.99372407733139, + ], + ], + ], + "type": "Polygon", + }, + "id": "56033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36033 { + "geometry": { + "coordinates": [ + [ + [ + -74.02755319957873, + 44.99571152746641, + ], + [ + -73.98627668900218, + 44.70769240249456, + ], + [ + -73.90982541289083, + 44.42966424306631, + ], + [ + -74.14133279829846, + 44.40726514289599, + ], + [ + -74.09359561650123, + 44.13793879216699, + ], + [ + -74.28203186043767, + 44.12053517476848, + ], + [ + -74.5350748165809, + 44.099264086836946, + ], + [ + -74.52574273592882, + 44.170651147092, + ], + [ + -74.64203481790102, + 44.95263220291822, + ], + [ + -74.72602354376984, + 44.99458351522762, + ], + [ + -74.02755319957873, + 44.99571152746641, + ], + ], + ], + "type": "Polygon", + }, + "id": "36033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 56011 { + "geometry": { + "coordinates": [ + [ + [ + -105.03841613265561, + 45.00033100615862, + ], + [ + -104.05782981182821, + 44.99737668839035, + ], + [ + -104.05639410711251, + 44.570934347258024, + ], + [ + -104.05459947621787, + 44.180373538293026, + ], + [ + -105.07933371705325, + 44.17613006368042, + ], + [ + -105.08938365006318, + 45.000438435895646, + ], + [ + -105.03841613265561, + 45.00033100615862, + ], + ], + ], + "type": "Polygon", + }, + "id": "56011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41023 { + "geometry": { + "coordinates": [ + [ + [ + -118.51896556077979, + 44.99592638694047, + ], + [ + -118.2447459600799, + 44.95821854924367, + ], + [ + -118.29571347748747, + 44.863143231973964, + ], + [ + -118.2853046182986, + 44.75077172704276, + ], + [ + -118.50496743980166, + 44.666278238870305, + ], + [ + -118.30684018903419, + 44.589251117421284, + ], + [ + -118.41954300921714, + 44.45641424758626, + ], + [ + -118.40913415002827, + 44.372833912178535, + ], + [ + -118.49707106386526, + 44.25509092039594, + ], + [ + -118.23218354381746, + 44.256057788029196, + ], + [ + -118.22751750349141, + 44.03990915712902, + ], + [ + -118.81507965839421, + 44.04769781306354, + ], + [ + -118.81651536310991, + 43.95998143278025, + ], + [ + -119.65747940033488, + 43.959068280015515, + ], + [ + -119.65604369561918, + 44.30697948338043, + ], + [ + -119.65209550765098, + 44.823179369799576, + ], + [ + -119.67183644749194, + 44.99436865575356, + ], + [ + -119.16431483048977, + 44.995872672071954, + ], + [ + -118.51896556077979, + 44.99592638694047, + ], + ], + ], + "type": "Polygon", + }, + "id": "41023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27085 { + "geometry": { + "coordinates": [ + [ + [ + -94.25591479152247, + 44.979435922306685, + ], + [ + -94.01220391603132, + 44.97868391414749, + ], + [ + -94.01040928513669, + 44.717361078827075, + ], + [ + -94.25412016062783, + 44.7178445126437, + ], + [ + -94.25483801298569, + 44.63018184722892, + ], + [ + -94.49783103611898, + 44.62985955801784, + ], + [ + -94.4981899622979, + 44.71725364909005, + ], + [ + -94.50249707644502, + 44.89231040557704, + ], + [ + -94.50213815026609, + 44.979704496649255, + ], + [ + -94.25591479152247, + 44.979435922306685, + ], + ], + ], + "type": "Polygon", + }, + "id": "27085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27019 { + "geometry": { + "coordinates": [ + [ + [ + -93.76633948346662, + 44.97793190598829, + ], + [ + -93.76705733582448, + 44.890860104127164, + ], + [ + -93.52047505090192, + 44.89069895952162, + ], + [ + -93.52370538651226, + 44.80163970752548, + ], + [ + -93.61846189774887, + 44.708175836311185, + ], + [ + -93.76813411436126, + 44.64028024250955, + ], + [ + -93.88873331048059, + 44.71714621935302, + ], + [ + -94.01040928513669, + 44.717361078827075, + ], + [ + -94.01220391603132, + 44.97868391414749, + ], + [ + -93.76633948346662, + 44.97793190598829, + ], + ], + ], + "type": "Polygon", + }, + "id": "27019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46039 { + "geometry": { + "coordinates": [ + [ + [ + -96.45182515419523, + 44.977448472171666, + ], + [ + -96.45182515419523, + 44.80636661595471, + ], + [ + -96.45182515419523, + 44.63136357433623, + ], + [ + -96.45182515419523, + 44.5435397643159, + ], + [ + -96.88540797833853, + 44.54375462378996, + ], + [ + -96.88469012598068, + 44.8044328806882, + ], + [ + -96.8821776427282, + 44.976803893749505, + ], + [ + -96.45182515419523, + 44.977448472171666, + ], + ], + ], + "type": "Polygon", + }, + "id": "46039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27173 { + "geometry": { + "coordinates": [ + [ + [ + -95.48272447109349, + 44.75292032178332, + ], + [ + -95.36033064407953, + 44.69845344511016, + ], + [ + -95.36033064407953, + 44.54155231418089, + ], + [ + -95.5950683650975, + 44.54219689260306, + ], + [ + -95.60404151957067, + 44.62985955801784, + ], + [ + -96.09289897526867, + 44.63045042157149, + ], + [ + -96.45182515419523, + 44.63136357433623, + ], + [ + -96.45182515419523, + 44.80636661595471, + ], + [ + -95.84882917359859, + 44.80534603345294, + ], + [ + -95.84775239506182, + 44.89171954202339, + ], + [ + -95.73684420577351, + 44.93619545315295, + ], + [ + -95.48272447109349, + 44.75292032178332, + ], + ], + ], + "type": "Polygon", + }, + "id": "27173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27037 { + "geometry": { + "coordinates": [ + [ + [ + -93.0190551789415, + 44.88962466215135, + ], + [ + -93.00541598414229, + 44.77107594734103, + ], + [ + -92.80369947158556, + 44.747226545720835, + ], + [ + -92.73191423580025, + 44.7143530461903, + ], + [ + -92.79257276003884, + 44.542948900762255, + ], + [ + -93.03987289731924, + 44.51249257031483, + ], + [ + -93.03987289731924, + 44.47183041484977, + ], + [ + -93.28178914191575, + 44.47193784458679, + ], + [ + -93.28178914191575, + 44.543969483264014, + ], + [ + -93.33203880696547, + 44.78944643237281, + ], + [ + -93.17877732856383, + 44.88833550530701, + ], + [ + -93.0190551789415, + 44.88962466215135, + ], + ], + ], + "type": "Polygon", + }, + "id": "27037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46119 { + "geometry": { + "coordinates": [ + [ + [ + -99.67318761006122, + 44.89746703295438, + ], + [ + -99.67641794567156, + 44.54805181327107, + ], + [ + -100.52635513736968, + 44.54735351998039, + ], + [ + -100.6401347360894, + 44.583664771095826, + ], + [ + -100.61249742031205, + 44.70275063459128, + ], + [ + -100.71766279073753, + 44.770861087866976, + ], + [ + -100.67638628016098, + 44.823179369799576, + ], + [ + -100.54358359395815, + 44.76108498179744, + ], + [ + -100.40467916271356, + 44.89768189242844, + ], + [ + -99.67318761006122, + 44.89746703295438, + ], + ], + ], + "type": "Polygon", + }, + "id": "46119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46069 { + "geometry": { + "coordinates": [ + [ + [ + -99.5730472061407, + 44.89741331808587, + ], + [ + -99.31210787406108, + 44.89719845861181, + ], + [ + -99.30026331015651, + 44.19482283792328, + ], + [ + -99.57627754175104, + 44.19240566884015, + ], + [ + -99.6634966032302, + 44.21749051243617, + ], + [ + -99.67641794567156, + 44.54805181327107, + ], + [ + -99.67318761006122, + 44.89746703295438, + ], + [ + -99.5730472061407, + 44.89741331808587, + ], + ], + ], + "type": "Polygon", + }, + "id": "46069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46059 { + "geometry": { + "coordinates": [ + [ + [ + -98.7166493432219, + 44.89703731400627, + ], + [ + -98.7058815578541, + 44.63421046236746, + ], + [ + -98.7004976651702, + 44.19670285832127, + ], + [ + -98.9259033055361, + 44.196541713715725, + ], + [ + -99.30026331015651, + 44.19482283792328, + ], + [ + -99.31210787406108, + 44.89719845861181, + ], + [ + -98.7166493432219, + 44.89703731400627, + ], + ], + ], + "type": "Polygon", + }, + "id": "46059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27129 { + "geometry": { + "coordinates": [ + [ + [ + -94.75805251584075, + 44.89204183123447, + ], + [ + -94.50249707644502, + 44.89231040557704, + ], + [ + -94.4981899622979, + 44.71725364909005, + ], + [ + -94.62991586996395, + 44.716823930141935, + ], + [ + -94.62417305110112, + 44.45619938811221, + ], + [ + -94.78102379129204, + 44.456629107060316, + ], + [ + -94.86573036951872, + 44.498043270684576, + ], + [ + -95.36033064407953, + 44.69845344511016, + ], + [ + -95.48272447109349, + 44.75292032178332, + ], + [ + -95.48272447109349, + 44.89069895952162, + ], + [ + -95.24870460243336, + 44.891289823075276, + ], + [ + -94.75805251584075, + 44.89204183123447, + ], + ], + ], + "type": "Polygon", + }, + "id": "27129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16037 { + "geometry": { + "coordinates": [ + [ + [ + -113.3213555637441, + 44.23290667969968, + ], + [ + -113.41754777969643, + 44.23312153917374, + ], + [ + -113.4171888535175, + 44.05908536518851, + ], + [ + -113.45882429027299, + 44.05913908005702, + ], + [ + -113.45523502848371, + 43.87403764315791, + ], + [ + -113.37375878586738, + 43.82128964227721, + ], + [ + -113.53276308313185, + 43.72041311920799, + ], + [ + -113.74668308577209, + 43.62850697918061, + ], + [ + -113.79872738171645, + 43.56866861565605, + ], + [ + -114.03346510273443, + 43.778747466414146, + ], + [ + -114.07402376095312, + 43.73856874476571, + ], + [ + -114.27609919968879, + 43.83085088887269, + ], + [ + -114.27932953529913, + 43.87806625829646, + ], + [ + -114.51514403485389, + 43.89536244595796, + ], + [ + -114.52914215583202, + 43.8458910520566, + ], + [ + -114.68204470805475, + 43.92759136706633, + ], + [ + -114.81484739425757, + 43.92764508193484, + ], + [ + -114.81448846807865, + 43.99285493231079, + ], + [ + -114.9720570606274, + 43.93801205155804, + ], + [ + -114.9921569266473, + 43.949614463157054, + ], + [ + -115.04743155820199, + 44.05613104742024, + ], + [ + -115.02517813510855, + 44.155396124434034, + ], + [ + -115.16803075432132, + 44.2026114938578, + ], + [ + -115.1798753182259, + 44.29629022454615, + ], + [ + -115.29544954784025, + 44.33931583422583, + ], + [ + -115.22904820473883, + 44.423433318318686, + ], + [ + -115.2800157221464, + 44.61191879193417, + ], + [ + -115.16946645903703, + 44.647102030810814, + ], + [ + -115.08691343788391, + 44.77118337707806, + ], + [ + -114.95518753021786, + 44.720798830411965, + ], + [ + -114.81341168954187, + 44.808300351221206, + ], + [ + -114.8205902131204, + 44.74717283085232, + ], + [ + -114.56359906900897, + 44.575714970555765, + ], + [ + -114.38736631515603, + 44.67084400269398, + ], + [ + -114.40710725499699, + 44.71945595869912, + ], + [ + -114.26281893106851, + 44.84998308918804, + ], + [ + -114.1978532926828, + 44.86255236842031, + ], + [ + -114.21651745398698, + 44.74529281045433, + ], + [ + -114.08550939867878, + 44.75544492060347, + ], + [ + -114.03490080745013, + 44.67068285808844, + ], + [ + -113.80770053618961, + 44.48815973487801, + ], + [ + -113.50440791499666, + 44.422359020948406, + ], + [ + -113.46636174003044, + 44.455339950215986, + ], + [ + -113.341455429764, + 44.31868932471647, + ], + [ + -113.3213555637441, + 44.23290667969968, + ], + ], + ], + "type": "Polygon", + }, + "id": "16037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55093 { + "geometry": { + "coordinates": [ + [ + [ + -92.13645570496107, + 44.85777174512256, + ], + [ + -92.13537892642428, + 44.68432643469099, + ], + [ + -92.13537892642428, + 44.53956486404587, + ], + [ + -92.3166366467822, + 44.54101516549575, + ], + [ + -92.54886188454769, + 44.56824860383232, + ], + [ + -92.73191423580025, + 44.7143530461903, + ], + [ + -92.80369947158556, + 44.747226545720835, + ], + [ + -92.76960148458754, + 44.86201521973517, + ], + [ + -92.13645570496107, + 44.85777174512256, + ], + ], + ], + "type": "Polygon", + }, + "id": "55093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26001 { + "geometry": { + "coordinates": [ + [ + [ + -83.32122875052445, + 44.85841632354473, + ], + [ + -83.27169693783259, + 44.7132250339515, + ], + [ + -83.31871626727197, + 44.51168684728712, + ], + [ + -83.88653748233381, + 44.508947388992915, + ], + [ + -83.88833211322844, + 44.856590018015254, + ], + [ + -83.32122875052445, + 44.85841632354473, + ], + ], + ], + "type": "Polygon", + }, + "id": "26001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26079 { + "geometry": { + "coordinates": [ + [ + [ + -84.84738286332025, + 44.85798660459662, + ], + [ + -84.85097212510951, + 44.51098855399644, + ], + [ + -85.33408676194468, + 44.51222399597226, + ], + [ + -85.33300998340789, + 44.81238268122827, + ], + [ + -85.29245132518919, + 44.8594369060465, + ], + [ + -84.84738286332025, + 44.85798660459662, + ], + ], + ], + "type": "Polygon", + }, + "id": "26079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26039 { + "geometry": { + "coordinates": [ + [ + [ + -84.37180567624253, + 44.855032286828354, + ], + [ + -84.37072889770576, + 44.50722851320047, + ], + [ + -84.85097212510951, + 44.51098855399644, + ], + [ + -84.84738286332025, + 44.85798660459662, + ], + [ + -84.37180567624253, + 44.855032286828354, + ], + ], + ], + "type": "Polygon", + }, + "id": "26039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55035 { + "geometry": { + "coordinates": [ + [ + [ + -90.92220844165247, + 44.85723459643742, + ], + [ + -90.92220844165247, + 44.59634148006512, + ], + [ + -91.16556039096469, + 44.596932343618775, + ], + [ + -91.52951153639623, + 44.596126620591065, + ], + [ + -91.65011073251556, + 44.59661005440769, + ], + [ + -91.65082858487341, + 44.68352071166328, + ], + [ + -91.65082858487341, + 44.85594543959309, + ], + [ + -90.92220844165247, + 44.85723459643742, + ], + ], + ], + "type": "Polygon", + }, + "id": "55035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26135 { + "geometry": { + "coordinates": [ + [ + [ + -83.88833211322844, + 44.856590018015254, + ], + [ + -83.88653748233381, + 44.508947388992915, + ], + [ + -84.37072889770576, + 44.50722851320047, + ], + [ + -84.37180567624253, + 44.855032286828354, + ], + [ + -83.88833211322844, + 44.856590018015254, + ], + ], + ], + "type": "Polygon", + }, + "id": "26135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16087 { + "geometry": { + "coordinates": [ + [ + [ + -116.30080177501358, + 44.44395239809103, + ], + [ + -116.34818003063188, + 44.321751072221765, + ], + [ + -116.35966566835754, + 44.15088407547886, + ], + [ + -116.45298647487844, + 44.151260079558455, + ], + [ + -116.8980549367474, + 44.15238809179725, + ], + [ + -116.97594191757446, + 44.24284393037476, + ], + [ + -117.22001171924452, + 44.30133942218646, + ], + [ + -117.22324205485486, + 44.484131119739466, + ], + [ + -117.14463722166995, + 44.54563464418795, + ], + [ + -117.03839507270769, + 44.74819341335409, + ], + [ + -116.90020849382095, + 44.840475557461076, + ], + [ + -116.62562996694213, + 44.8386492519316, + ], + [ + -116.62562996694213, + 44.66273305754838, + ], + [ + -116.52979667716873, + 44.614765679965416, + ], + [ + -116.52836097245303, + 44.49057690396114, + ], + [ + -116.30080177501358, + 44.44395239809103, + ], + ], + ], + "type": "Polygon", + }, + "id": "16087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41031 { + "geometry": { + "coordinates": [ + [ + [ + -120.37174249639875, + 44.821567923744155, + ], + [ + -120.38538169119796, + 44.56395141435121, + ], + [ + -120.82721981745658, + 44.562823402112414, + ], + [ + -120.82721981745658, + 44.47661103814751, + ], + [ + -120.98909552415246, + 44.47644989354197, + ], + [ + -120.98837767179461, + 44.39002267010301, + ], + [ + -121.1071822370193, + 44.39055981878815, + ], + [ + -121.84262197763985, + 44.39243983918614, + ], + [ + -121.79416694348475, + 44.683896715742875, + ], + [ + -121.81929177600962, + 44.78971500671538, + ], + [ + -121.75935110412888, + 44.82565025375122, + ], + [ + -120.37174249639875, + 44.821567923744155, + ], + ], + ], + "type": "Polygon", + }, + "id": "41031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27139 { + "geometry": { + "coordinates": [ + [ + [ + -93.33203880696547, + 44.78944643237281, + ], + [ + -93.28178914191575, + 44.543969483264014, + ], + [ + -93.52442323887011, + 44.543593479184416, + ], + [ + -93.91098673357403, + 44.5431100453678, + ], + [ + -93.76813411436126, + 44.64028024250955, + ], + [ + -93.61846189774887, + 44.708175836311185, + ], + [ + -93.52370538651226, + 44.80163970752548, + ], + [ + -93.33203880696547, + 44.78944643237281, + ], + ], + ], + "type": "Polygon", + }, + "id": "27139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46057 { + "geometry": { + "coordinates": [ + [ + [ + -96.88469012598068, + 44.8044328806882, + ], + [ + -96.88540797833853, + 44.54375462378996, + ], + [ + -97.1280420752929, + 44.5431100453678, + ], + [ + -97.49271107308229, + 44.543862053526986, + ], + [ + -97.49127536836659, + 44.80394944687158, + ], + [ + -96.88469012598068, + 44.8044328806882, + ], + ], + ], + "type": "Polygon", + }, + "id": "46057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 50015 { + "geometry": { + "coordinates": [ + [ + [ + -72.37433921944294, + 44.58409449004394, + ], + [ + -72.43392096514476, + 44.506154215830186, + ], + [ + -72.49027237523623, + 44.42574305766479, + ], + [ + -72.5965145241985, + 44.479350496441725, + ], + [ + -72.65394271282675, + 44.39824104498564, + ], + [ + -72.8046917079759, + 44.45174105402555, + ], + [ + -72.82873976196399, + 44.55229528788368, + ], + [ + -72.92385519937953, + 44.633028735260154, + ], + [ + -72.79500070114489, + 44.69222252036254, + ], + [ + -72.74690459316872, + 44.78622354026197, + ], + [ + -72.57785036289431, + 44.78160406156977, + ], + [ + -72.41920499180877, + 44.72289371028401, + ], + [ + -72.481658146942, + 44.63378074341935, + ], + [ + -72.37433921944294, + 44.58409449004394, + ], + ], + ], + "type": "Polygon", + }, + "id": "50015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41043 { + "geometry": { + "coordinates": [ + [ + [ + -121.79416694348475, + 44.683896715742875, + ], + [ + -121.84262197763985, + 44.39243983918614, + ], + [ + -121.79919190998973, + 44.25809895303273, + ], + [ + -122.32645446683287, + 44.25331832973498, + ], + [ + -122.38603621253468, + 44.21716822322509, + ], + [ + -122.57698493972362, + 44.22812605640193, + ], + [ + -122.72450359926243, + 44.288125564532024, + ], + [ + -122.90324883636787, + 44.259065820665974, + ], + [ + -122.90540239344142, + 44.20019432477467, + ], + [ + -123.16454709462641, + 44.199979465300615, + ], + [ + -123.18428803446737, + 44.28366723044537, + ], + [ + -123.22843595447534, + 44.344203887260605, + ], + [ + -123.2130021287815, + 44.505241063065455, + ], + [ + -123.26038038439981, + 44.55487360157235, + ], + [ + -123.07337984517906, + 44.650862071606795, + ], + [ + -123.14911326893257, + 44.72020796685831, + ], + [ + -123.14337045006974, + 44.749643714803966, + ], + [ + -123.00626064971979, + 44.686689888905605, + ], + [ + -122.79880131830024, + 44.791971031192965, + ], + [ + -122.51847997255858, + 44.75329632586292, + ], + [ + -122.29199755365592, + 44.75275917717778, + ], + [ + -122.2080088277871, + 44.69496197865675, + ], + [ + -121.79416694348475, + 44.683896715742875, + ], + ], + ], + "type": "Polygon", + }, + "id": "41043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46117 { + "geometry": { + "coordinates": [ + [ + [ + -100.71766279073753, + 44.770861087866976, + ], + [ + -100.61249742031205, + 44.70275063459128, + ], + [ + -100.6401347360894, + 44.583664771095826, + ], + [ + -100.52635513736968, + 44.54735351998039, + ], + [ + -100.57409231916691, + 44.455447379953014, + ], + [ + -100.38637392758831, + 44.43997749782099, + ], + [ + -100.36555620921057, + 44.35553772451705, + ], + [ + -100.08559378964785, + 44.3084297848303, + ], + [ + -99.89213257920642, + 44.24187706274151, + ], + [ + -99.93807513010903, + 44.19519884200288, + ], + [ + -100.3673508401052, + 44.19460797844923, + ], + [ + -100.3673508401052, + 44.16866369695698, + ], + [ + -101.0467980968132, + 44.1683414077459, + ], + [ + -101.16667944057468, + 44.16807283340333, + ], + [ + -101.15447595049118, + 44.689912781016446, + ], + [ + -101.13688856772377, + 44.74706540111529, + ], + [ + -101.00157339826846, + 44.72912463503163, + ], + [ + -100.92691675305173, + 44.773922835372275, + ], + [ + -100.71766279073753, + 44.770861087866976, + ], + ], + ], + "type": "Polygon", + }, + "id": "46117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26019 { + "geometry": { + "coordinates": [ + [ + [ + -85.81504784170627, + 44.77451369892593, + ], + [ + -85.8179192511377, + 44.51297600413146, + ], + [ + -86.23427361869251, + 44.51829377611435, + ], + [ + -86.23893965901856, + 44.70382493196156, + ], + [ + -86.07455146907019, + 44.77838116945894, + ], + [ + -85.81504784170627, + 44.77451369892593, + ], + ], + ], + "type": "Polygon", + }, + "id": "26019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 50005 { + "geometry": { + "coordinates": [ + [ + [ + -71.8373856557688, + 44.34796392805658, + ], + [ + -72.03264149710485, + 44.320408200508915, + ], + [ + -72.03982002068338, + 44.15587955825066, + ], + [ + -72.36787854822227, + 44.204115510176194, + ], + [ + -72.22359022429379, + 44.42466876029451, + ], + [ + -72.43392096514476, + 44.506154215830186, + ], + [ + -72.37433921944294, + 44.58409449004394, + ], + [ + -72.26235425161785, + 44.5423580372086, + ], + [ + -72.11411773972118, + 44.749643714803966, + ], + [ + -72.01218270490604, + 44.69888316405827, + ], + [ + -71.93932069058394, + 44.76908849720602, + ], + [ + -71.83666780341095, + 44.71660907066788, + ], + [ + -71.90988874391196, + 44.6470483159423, + ], + [ + -71.84241062227376, + 44.611166783774976, + ], + [ + -71.90809411301733, + 44.54708494563782, + ], + [ + -71.8564087432519, + 44.49616325028659, + ], + [ + -71.93286001936326, + 44.44121293979681, + ], + [ + -71.8373856557688, + 44.34796392805658, + ], + ], + ], + "type": "Polygon", + }, + "id": "50005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 23027 { + "geometry": { + "coordinates": [ + [ + [ + [ + -69.26675636229669, + 44.72192684265076, + ], + [ + -69.18348548878572, + 44.64404028330552, + ], + [ + -68.83748065230051, + 44.701998626432086, + ], + [ + -68.81558615538599, + 44.68368185626882, + ], + [ + -68.8658358204357, + 44.599188368096364, + ], + [ + -68.80122910822892, + 44.56561657527514, + ], + [ + -68.82420038368022, + 44.464310333257814, + ], + [ + -69.01191877525882, + 44.432725990571605, + ], + [ + -68.94838884158882, + 44.35607487320219, + ], + [ + -69.0291472318473, + 44.24939714433346, + ], + [ + -69.12139125983143, + 44.25557435421257, + ], + [ + -69.26926884554918, + 44.36456182242739, + ], + [ + -69.40925005533053, + 44.32808942670641, + ], + [ + -69.50687797599856, + 44.342861015547754, + ], + [ + -69.39596978671025, + 44.45705882600843, + ], + [ + -69.39309837727885, + 44.64033395737806, + ], + [ + -69.47170321046376, + 44.692920813653224, + ], + [ + -69.38520200134246, + 44.75372604481103, + ], + [ + -69.26675636229669, + 44.72192684265076, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "23027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16043 { + "geometry": { + "coordinates": [ + [ + [ + -111.04899392495999, + 44.47403272445884, + ], + [ + -111.04719929406535, + 43.98345483032085, + ], + [ + -111.18682157766779, + 43.932371990364075, + ], + [ + -111.39966480177124, + 43.922971888374136, + ], + [ + -111.56046372993035, + 43.8832228856738, + ], + [ + -111.97753594984302, + 43.92726907785524, + ], + [ + -111.97789487602195, + 43.97083183622007, + ], + [ + -112.15699903930631, + 43.971261555168184, + ], + [ + -112.15664011312738, + 44.057581348870116, + ], + [ + -112.0353230646502, + 44.05725905965903, + ], + [ + -112.03460521229235, + 44.143578853360964, + ], + [ + -111.85873138461832, + 44.187625045542404, + ], + [ + -111.85334749193443, + 44.316863019187, + ], + [ + -111.7923300415169, + 44.40049706946323, + ], + [ + -111.61860977091645, + 44.401517651964994, + ], + [ + -111.6178919185586, + 44.55068384182826, + ], + [ + -111.50841943398599, + 44.53596596785543, + ], + [ + -111.47288574227227, + 44.70919641881295, + ], + [ + -111.37777030485672, + 44.75173859467601, + ], + [ + -111.2194838599501, + 44.622017187214794, + ], + [ + -111.22594453117078, + 44.57635954897793, + ], + [ + -111.04899392495999, + 44.47403272445884, + ], + ], + ], + "type": "Polygon", + }, + "id": "16043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46055 { + "geometry": { + "coordinates": [ + [ + [ + -101.0467980968132, + 44.1683414077459, + ], + [ + -101.06402655340167, + 43.994896097314324, + ], + [ + -102.00728455162071, + 43.994520093234726, + ], + [ + -102.00154173275789, + 44.51088112425941, + ], + [ + -102.0004649542211, + 44.51152570268158, + ], + [ + -101.80700374377969, + 44.524578415730474, + ], + [ + -101.71224723254306, + 44.58017330464243, + ], + [ + -101.53170736454301, + 44.57077320265248, + ], + [ + -101.45633286696842, + 44.63721849500425, + ], + [ + -101.23343970985502, + 44.69173908654592, + ], + [ + -101.13688856772377, + 44.74706540111529, + ], + [ + -101.15447595049118, + 44.689912781016446, + ], + [ + -101.16667944057468, + 44.16807283340333, + ], + [ + -101.0467980968132, + 44.1683414077459, + ], + ], + ], + "type": "Polygon", + }, + "id": "46055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 50007 { + "geometry": { + "coordinates": [ + [ + [ + -72.92385519937953, + 44.633028735260154, + ], + [ + -72.82873976196399, + 44.55229528788368, + ], + [ + -72.8046917079759, + 44.45174105402555, + ], + [ + -72.9518514413358, + 44.16130475997057, + ], + [ + -72.9762584215028, + 44.29945940178847, + ], + [ + -73.31293117733593, + 44.264115018306285, + ], + [ + -73.29570272074746, + 44.428375086221976, + ], + [ + -73.33841493603971, + 44.54681637129525, + ], + [ + -73.36174513766994, + 44.56373655487715, + ], + [ + -73.28062782123254, + 44.58339619675326, + ], + [ + -73.22858352528819, + 44.7228399954155, + ], + [ + -72.92385519937953, + 44.633028735260154, + ], + ], + ], + "type": "Polygon", + }, + "id": "50007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41003 { + "geometry": { + "coordinates": [ + [ + [ + -123.14911326893257, + 44.72020796685831, + ], + [ + -123.07337984517906, + 44.650862071606795, + ], + [ + -123.26038038439981, + 44.55487360157235, + ], + [ + -123.2130021287815, + 44.505241063065455, + ], + [ + -123.22843595447534, + 44.344203887260605, + ], + [ + -123.18428803446737, + 44.28366723044537, + ], + [ + -123.77543945115943, + 44.28355980070834, + ], + [ + -123.81707488791491, + 44.34479475081426, + ], + [ + -123.71513985309977, + 44.36053320728884, + ], + [ + -123.7208826719626, + 44.43304827978269, + ], + [ + -123.59705314023293, + 44.43288713517715, + ], + [ + -123.60279595909576, + 44.72112111962305, + ], + [ + -123.14911326893257, + 44.72020796685831, + ], + ], + ], + "type": "Polygon", + }, + "id": "41003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 23011 { + "geometry": { + "coordinates": [ + [ + [ + -69.50687797599856, + 44.342861015547754, + ], + [ + -69.5546151577958, + 44.26202013843424, + ], + [ + -69.65008952139027, + 44.27969233017534, + ], + [ + -69.65655019261095, + 44.12236148029795, + ], + [ + -69.7559727441736, + 44.13885194493173, + ], + [ + -69.75848522742609, + 44.139335378748356, + ], + [ + -69.85503636955734, + 44.16785797392927, + ], + [ + -69.89774858484961, + 44.10769732119364, + ], + [ + -70.00542643852758, + 44.12456378990702, + ], + [ + -70.07577596959719, + 44.206264104916755, + ], + [ + -70.12961489643617, + 44.48724658211327, + ], + [ + -70.04311368731486, + 44.485151702241225, + ], + [ + -70.03988335170452, + 44.58903625794723, + ], + [ + -69.93041086713193, + 44.610737064826864, + ], + [ + -69.60486482284551, + 44.577165272005644, + ], + [ + -69.63321999098072, + 44.700387180376666, + ], + [ + -69.47170321046376, + 44.692920813653224, + ], + [ + -69.39309837727885, + 44.64033395737806, + ], + [ + -69.39596978671025, + 44.45705882600843, + ], + [ + -69.50687797599856, + 44.342861015547754, + ], + ], + ], + "type": "Polygon", + }, + "id": "23011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27143 { + "geometry": { + "coordinates": [ + [ + [ + -94.01040928513669, + 44.717361078827075, + ], + [ + -93.88873331048059, + 44.71714621935302, + ], + [ + -93.76813411436126, + 44.64028024250955, + ], + [ + -93.91098673357403, + 44.5431100453678, + ], + [ + -93.92929196869929, + 44.45899256127493, + ], + [ + -94.62417305110112, + 44.45619938811221, + ], + [ + -94.62991586996395, + 44.716823930141935, + ], + [ + -94.4981899622979, + 44.71725364909005, + ], + [ + -94.49783103611898, + 44.62985955801784, + ], + [ + -94.25483801298569, + 44.63018184722892, + ], + [ + -94.25412016062783, + 44.7178445126437, + ], + [ + -94.01040928513669, + 44.717361078827075, + ], + ], + ], + "type": "Polygon", + }, + "id": "27143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27049 { + "geometry": { + "coordinates": [ + [ + [ + -92.3166366467822, + 44.54101516549575, + ], + [ + -92.2423389277444, + 44.454265652845706, + ], + [ + -92.43077517168085, + 44.45512509074193, + ], + [ + -92.43077517168085, + 44.36826814835486, + ], + [ + -92.55065651544233, + 44.36853672269743, + ], + [ + -92.55101544162125, + 44.19493026766031, + ], + [ + -92.6787931613191, + 44.195521131213965, + ], + [ + -93.04130860203495, + 44.19670285832127, + ], + [ + -93.03987289731924, + 44.47183041484977, + ], + [ + -93.03987289731924, + 44.51249257031483, + ], + [ + -92.79257276003884, + 44.542948900762255, + ], + [ + -92.73191423580025, + 44.7143530461903, + ], + [ + -92.54886188454769, + 44.56824860383232, + ], + [ + -92.3166366467822, + 44.54101516549575, + ], + ], + ], + "type": "Polygon", + }, + "id": "27049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27127 { + "geometry": { + "coordinates": [ + [ + [ + -94.86573036951872, + 44.498043270684576, + ], + [ + -94.86608929569763, + 44.282216928995496, + ], + [ + -95.10728768793629, + 44.28173349517887, + ], + [ + -95.10908231883093, + 44.19503769739734, + ], + [ + -95.46226567889468, + 44.196058279899106, + ], + [ + -95.5936326603818, + 44.19568227581951, + ], + [ + -95.5950683650975, + 44.54219689260306, + ], + [ + -95.36033064407953, + 44.54155231418089, + ], + [ + -95.36033064407953, + 44.69845344511016, + ], + [ + -94.86573036951872, + 44.498043270684576, + ], + ], + ], + "type": "Polygon", + }, + "id": "27127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55097 { + "geometry": { + "coordinates": [ + [ + [ + -89.22376976297193, + 44.681372116922724, + ], + [ + -89.22484654150871, + 44.24354222366544, + ], + [ + -89.59812976759234, + 44.245690818406004, + ], + [ + -89.72483070875343, + 44.2476245536725, + ], + [ + -89.72698426582699, + 44.51114969860198, + ], + [ + -89.84435312633597, + 44.51141827294455, + ], + [ + -89.84507097869383, + 44.68486358337613, + ], + [ + -89.22376976297193, + 44.681372116922724, + ], + ], + ], + "type": "Polygon", + }, + "id": "55097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55141 { + "geometry": { + "coordinates": [ + [ + [ + -89.84507097869383, + 44.68486358337613, + ], + [ + -89.84435312633597, + 44.51141827294455, + ], + [ + -89.72698426582699, + 44.51114969860198, + ], + [ + -89.72483070875343, + 44.2476245536725, + ], + [ + -89.90249916732208, + 44.24939714433346, + ], + [ + -90.3120339374773, + 44.248752565911296, + ], + [ + -90.31598212544549, + 44.424615045425995, + ], + [ + -90.31634105162442, + 44.6851321577187, + ], + [ + -89.84507097869383, + 44.68486358337613, + ], + ], + ], + "type": "Polygon", + }, + "id": "55141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55009 { + "geometry": { + "coordinates": [ + [ + [ + -88.24282451596561, + 44.67954581139325, + ], + [ + -87.9940886739695, + 44.67750464638972, + ], + [ + -88.04864545316633, + 44.56448856303635, + ], + [ + -87.92912303558379, + 44.53591225298692, + ], + [ + -87.76258128856186, + 44.64430885764809, + ], + [ + -87.76617055035112, + 44.327176273941674, + ], + [ + -87.88784652500723, + 44.32760599288979, + ], + [ + -87.88820545118615, + 44.240373046423116, + ], + [ + -88.04326156048243, + 44.24096390997677, + ], + [ + -88.19257485091589, + 44.24198449247854, + ], + [ + -88.19042129384233, + 44.58678023346964, + ], + [ + -88.2453369992181, + 44.58473906846611, + ], + [ + -88.24282451596561, + 44.67954581139325, + ], + ], + ], + "type": "Polygon", + }, + "id": "55009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55091 { + "geometry": { + "coordinates": [ + [ + [ + -91.65082858487341, + 44.68352071166328, + ], + [ + -91.65011073251556, + 44.59661005440769, + ], + [ + -92.02913677746201, + 44.5862430847845, + ], + [ + -92.08369355665886, + 44.4073188577645, + ], + [ + -92.2423389277444, + 44.454265652845706, + ], + [ + -92.3166366467822, + 44.54101516549575, + ], + [ + -92.13537892642428, + 44.53956486404587, + ], + [ + -92.13537892642428, + 44.68432643469099, + ], + [ + -91.65082858487341, + 44.68352071166328, + ], + ], + ], + "type": "Polygon", + }, + "id": "55091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55135 { + "geometry": { + "coordinates": [ + [ + [ + -88.6060578090393, + 44.59048655939711, + ], + [ + -88.7370658643475, + 44.59054027426562, + ], + [ + -88.7399372737789, + 44.24327364932287, + ], + [ + -88.8870970071388, + 44.242629070900705, + ], + [ + -89.22484654150871, + 44.24354222366544, + ], + [ + -89.22376976297193, + 44.681372116922724, + ], + [ + -88.60533995668145, + 44.67831036941743, + ], + [ + -88.6060578090393, + 44.59048655939711, + ], + ], + ], + "type": "Polygon", + }, + "id": "55135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55061 { + "geometry": { + "coordinates": [ + [ + [ + -87.37529994150009, + 44.675570911123216, + ], + [ + -87.48369564753591, + 44.51071997965387, + ], + [ + -87.5443541717745, + 44.32749856315276, + ], + [ + -87.76617055035112, + 44.327176273941674, + ], + [ + -87.76258128856186, + 44.64430885764809, + ], + [ + -87.73673860367914, + 44.677021212573095, + ], + [ + -87.37529994150009, + 44.675570911123216, + ], + ], + ], + "type": "Polygon", + }, + "id": "55061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 56039 { + "geometry": { + "coordinates": [ + [ + [ + -110.05333270461767, + 44.00800252523173, + ], + [ + -110.05153807372304, + 43.46478405995006, + ], + [ + -110.05728089258587, + 43.37776597295745, + ], + [ + -110.3440629095482, + 43.37792711756299, + ], + [ + -110.3440629095482, + 43.291177604912946, + ], + [ + -110.57844170438725, + 43.29160732386106, + ], + [ + -110.57880063056618, + 43.23515299705288, + ], + [ + -110.81389727776308, + 43.235099282184365, + ], + [ + -110.81389727776308, + 43.31588644442937, + ], + [ + -111.04468681081286, + 43.315725299823825, + ], + [ + -111.04540466317071, + 43.50114902593401, + ], + [ + -111.04719929406535, + 43.98345483032085, + ], + [ + -111.04899392495999, + 44.47403272445884, + ], + [ + -111.05581352235959, + 44.666278238870305, + ], + [ + -110.66781432293996, + 44.666278238870305, + ], + [ + -110.66781432293996, + 44.58280533319961, + ], + [ + -110.37564841329373, + 44.583020192673665, + ], + [ + -110.2780204926257, + 44.518347490982855, + ], + [ + -110.29596680157204, + 44.42912709438117, + ], + [ + -110.15024277292784, + 44.29150960124841, + ], + [ + -110.05333270461767, + 44.13262102018412, + ], + [ + -110.05333270461767, + 44.00800252523173, + ], + ], + ], + "type": "Polygon", + }, + "id": "56039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46005 { + "geometry": { + "coordinates": [ + [ + [ + -97.9776203408121, + 44.63157843381028, + ], + [ + -97.85630329233491, + 44.63104128512514, + ], + [ + -97.85307295672457, + 44.54439920221213, + ], + [ + -97.85379080908243, + 44.19530627173991, + ], + [ + -98.33188047941262, + 44.19659542858424, + ], + [ + -98.7004976651702, + 44.19670285832127, + ], + [ + -98.7058815578541, + 44.63421046236746, + ], + [ + -97.9776203408121, + 44.63157843381028, + ], + ], + ], + "type": "Polygon", + }, + "id": "46005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27081 { + "geometry": { + "coordinates": [ + [ + [ + -96.09289897526867, + 44.63045042157149, + ], + [ + -96.0785419281116, + 44.19664914345275, + ], + [ + -96.45254300655309, + 44.19675657318978, + ], + [ + -96.45182515419523, + 44.5435397643159, + ], + [ + -96.45182515419523, + 44.63136357433623, + ], + [ + -96.09289897526867, + 44.63045042157149, + ], + ], + ], + "type": "Polygon", + }, + "id": "27081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27083 { + "geometry": { + "coordinates": [ + [ + [ + -95.5950683650975, + 44.54219689260306, + ], + [ + -95.5936326603818, + 44.19568227581951, + ], + [ + -96.06382595477561, + 44.196541713715725, + ], + [ + -96.0785419281116, + 44.19664914345275, + ], + [ + -96.09289897526867, + 44.63045042157149, + ], + [ + -95.60404151957067, + 44.62985955801784, + ], + [ + -95.5950683650975, + 44.54219689260306, + ], + ], + ], + "type": "Polygon", + }, + "id": "27083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46081 { + "geometry": { + "coordinates": [ + [ + [ + -103.56753665141451, + 44.60407642113114, + ], + [ + -103.57435624881413, + 44.256057788029196, + ], + [ + -103.45303920033695, + 44.256594936714336, + ], + [ + -103.4523213479791, + 44.140785680198235, + ], + [ + -104.05459947621787, + 44.141054254540805, + ], + [ + -104.05459947621787, + 44.180373538293026, + ], + [ + -104.05639410711251, + 44.570934347258024, + ], + [ + -103.81914390284204, + 44.60477471442182, + ], + [ + -103.56753665141451, + 44.60407642113114, + ], + ], + ], + "type": "Polygon", + }, + "id": "46081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55011 { + "geometry": { + "coordinates": [ + [ + [ + -91.65011073251556, + 44.59661005440769, + ], + [ + -91.52951153639623, + 44.596126620591065, + ], + [ + -91.52987046257516, + 44.24676511577628, + ], + [ + -91.60847529576007, + 44.20073147345981, + ], + [ + -91.53417757672227, + 44.096094909594626, + ], + [ + -91.5589434830682, + 44.025298712893225, + ], + [ + -91.85828791629297, + 44.192996532393806, + ], + [ + -91.95842832021349, + 44.3584383274168, + ], + [ + -92.08369355665886, + 44.4073188577645, + ], + [ + -92.02913677746201, + 44.5862430847845, + ], + [ + -91.65011073251556, + 44.59661005440769, + ], + ], + ], + "type": "Polygon", + }, + "id": "55011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55121 { + "geometry": { + "coordinates": [ + [ + [ + -91.16556039096469, + 44.596932343618775, + ], + [ + -91.15192119616547, + 44.07965815982935, + ], + [ + -91.19499233763666, + 44.08631880352508, + ], + [ + -91.30733623164068, + 44.064832856119494, + ], + [ + -91.32205220497667, + 43.98447541282262, + ], + [ + -91.4250640183286, + 43.98431426821708, + ], + [ + -91.5589434830682, + 44.025298712893225, + ], + [ + -91.53417757672227, + 44.096094909594626, + ], + [ + -91.60847529576007, + 44.20073147345981, + ], + [ + -91.52987046257516, + 44.24676511577628, + ], + [ + -91.52951153639623, + 44.596126620591065, + ], + [ + -91.16556039096469, + 44.596932343618775, + ], + ], + ], + "type": "Polygon", + }, + "id": "55121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55053 { + "geometry": { + "coordinates": [ + [ + [ + -90.92220844165247, + 44.59634148006512, + ], + [ + -90.92292629401032, + 44.50975311202062, + ], + [ + -90.80196817171206, + 44.509430822809534, + ], + [ + -90.80196817171206, + 44.42294988450206, + ], + [ + -90.31598212544549, + 44.424615045425995, + ], + [ + -90.3120339374773, + 44.248752565911296, + ], + [ + -90.31239286365623, + 44.155288694697006, + ], + [ + -90.90605676360077, + 44.15829672733379, + ], + [ + -90.97317595906004, + 44.07074149165604, + ], + [ + -91.15192119616547, + 44.07965815982935, + ], + [ + -91.16556039096469, + 44.596932343618775, + ], + [ + -90.92220844165247, + 44.59634148006512, + ], + ], + ], + "type": "Polygon", + }, + "id": "55053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55087 { + "geometry": { + "coordinates": [ + [ + [ + -88.6060578090393, + 44.59048655939711, + ], + [ + -88.2453369992181, + 44.58473906846611, + ], + [ + -88.19042129384233, + 44.58678023346964, + ], + [ + -88.19257485091589, + 44.24198449247854, + ], + [ + -88.40398237030364, + 44.24407937235058, + ], + [ + -88.7399372737789, + 44.24327364932287, + ], + [ + -88.7370658643475, + 44.59054027426562, + ], + [ + -88.6060578090393, + 44.59048655939711, + ], + ], + ], + "type": "Polygon", + }, + "id": "55087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16033 { + "geometry": { + "coordinates": [ + [ + [ + -111.6178919185586, + 44.55068384182826, + ], + [ + -111.61860977091645, + 44.401517651964994, + ], + [ + -111.7923300415169, + 44.40049706946323, + ], + [ + -111.85334749193443, + 44.316863019187, + ], + [ + -111.85873138461832, + 44.187625045542404, + ], + [ + -112.03460521229235, + 44.143578853360964, + ], + [ + -112.0353230646502, + 44.05725905965903, + ], + [ + -112.15664011312738, + 44.057581348870116, + ], + [ + -112.69538830769616, + 44.05833335702931, + ], + [ + -112.6957472338751, + 43.97185241872184, + ], + [ + -112.99509166709986, + 43.97228213766995, + ], + [ + -112.99616844563663, + 44.23387354733293, + ], + [ + -112.81455179909979, + 44.23032836601101, + ], + [ + -112.81562857763657, + 44.37627166376343, + ], + [ + -112.78117166445962, + 44.48482941303014, + ], + [ + -112.47357192911954, + 44.47999507486389, + ], + [ + -112.38814749853502, + 44.448625591651734, + ], + [ + -112.28764816843558, + 44.56798002948975, + ], + [ + -112.09634051506772, + 44.523128114280595, + ], + [ + -111.86770453909149, + 44.56421998869378, + ], + [ + -111.82140306200996, + 44.50921596333548, + ], + [ + -111.6178919185586, + 44.55068384182826, + ], + ], + ], + "type": "Polygon", + }, + "id": "16033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 56019 { + "geometry": { + "coordinates": [ + [ + [ + -106.00967037283091, + 44.56395141435121, + ], + [ + -106.01720782258838, + 43.494918101186386, + ], + [ + -106.07822527300588, + 43.49443466736976, + ], + [ + -107.11085588977764, + 43.49233978749772, + ], + [ + -107.11085588977764, + 43.50028958803779, + ], + [ + -107.12844327254504, + 44.16570937918871, + ], + [ + -107.1467485076703, + 44.1656556643202, + ], + [ + -107.14495387677566, + 44.32395338183083, + ], + [ + -107.20022850833035, + 44.44201866282452, + ], + [ + -107.30324032168228, + 44.46334346562456, + ], + [ + -107.3696416647837, + 44.559761654607115, + ], + [ + -106.42889614981715, + 44.55675362197034, + ], + [ + -106.00967037283091, + 44.56395141435121, + ], + ], + ], + "type": "Polygon", + }, + "id": "56019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41013 { + "geometry": { + "coordinates": [ + [ + [ + -120.38538169119796, + 44.56395141435121, + ], + [ + -120.3857406173769, + 44.437506613869346, + ], + [ + -120.02178947194534, + 44.43852719637111, + ], + [ + -119.89903671875246, + 44.38953923628638, + ], + [ + -119.89867779257354, + 44.30665719416935, + ], + [ + -119.65604369561918, + 44.30697948338043, + ], + [ + -119.65747940033488, + 43.959068280015515, + ], + [ + -119.77556611320172, + 43.959068280015515, + ], + [ + -119.77736074409636, + 43.698067733906186, + ], + [ + -119.89867779257354, + 43.698336308248756, + ], + [ + -120.25796289767904, + 43.69876602719687, + ], + [ + -120.25796289767904, + 43.78524696550434, + ], + [ + -120.37856209379837, + 43.785032106030286, + ], + [ + -120.37927994615622, + 43.87194276328587, + ], + [ + -120.7478971319138, + 43.87124446999519, + ], + [ + -120.74825605809272, + 43.95751054882861, + ], + [ + -120.98658304089997, + 43.9609483004135, + ], + [ + -120.98730089325782, + 44.13385646215994, + ], + [ + -121.10251619669326, + 44.137992507035506, + ], + [ + -121.1071822370193, + 44.39055981878815, + ], + [ + -120.98837767179461, + 44.39002267010301, + ], + [ + -120.98909552415246, + 44.47644989354197, + ], + [ + -120.82721981745658, + 44.47661103814751, + ], + [ + -120.82721981745658, + 44.562823402112414, + ], + [ + -120.38538169119796, + 44.56395141435121, + ], + ], + ], + "type": "Polygon", + }, + "id": "41013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46065 { + "geometry": { + "coordinates": [ + [ + [ + -99.67641794567156, + 44.54805181327107, + ], + [ + -99.6634966032302, + 44.21749051243617, + ], + [ + -99.59888989102342, + 44.121824331612814, + ], + [ + -99.86772559903942, + 44.124348930432966, + ], + [ + -99.93807513010903, + 44.19519884200288, + ], + [ + -99.89213257920642, + 44.24187706274151, + ], + [ + -100.08559378964785, + 44.3084297848303, + ], + [ + -100.36555620921057, + 44.35553772451705, + ], + [ + -100.38637392758831, + 44.43997749782099, + ], + [ + -100.57409231916691, + 44.455447379953014, + ], + [ + -100.52635513736968, + 44.54735351998039, + ], + [ + -99.67641794567156, + 44.54805181327107, + ], + ], + ], + "type": "Polygon", + }, + "id": "46065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36031 { + "geometry": { + "coordinates": [ + [ + [ + -73.31293117733593, + 44.264115018306285, + ], + [ + -73.38974137962622, + 44.191922235023526, + ], + [ + -73.43711963524453, + 44.04350805331946, + ], + [ + -73.37897359425843, + 43.8085592184394, + ], + [ + -73.43819641378131, + 43.80361745053611, + ], + [ + -74.05698514625071, + 43.74447738030224, + ], + [ + -74.04693521324077, + 43.796043654075646, + ], + [ + -74.21383588644163, + 43.81081524291699, + ], + [ + -74.33694756581345, + 43.92522791285172, + ], + [ + -74.25618917555497, + 43.96997239832385, + ], + [ + -74.28203186043767, + 44.12053517476848, + ], + [ + -74.09359561650123, + 44.13793879216699, + ], + [ + -74.14133279829846, + 44.40726514289599, + ], + [ + -73.90982541289083, + 44.42966424306631, + ], + [ + -73.67221628244143, + 44.439225489661794, + ], + [ + -73.33841493603971, + 44.54681637129525, + ], + [ + -73.29570272074746, + 44.428375086221976, + ], + [ + -73.31293117733593, + 44.264115018306285, + ], + ], + ], + "type": "Polygon", + }, + "id": "36031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27079 { + "geometry": { + "coordinates": [ + [ + [ + -93.52442323887011, + 44.543593479184416, + ], + [ + -93.52514109122797, + 44.19595085016208, + ], + [ + -93.76813411436126, + 44.19584342042505, + ], + [ + -93.76777518818233, + 44.23919131931581, + ], + [ + -94.01220391603132, + 44.23881531523621, + ], + [ + -93.93288123048855, + 44.34463360620872, + ], + [ + -93.92929196869929, + 44.45899256127493, + ], + [ + -93.91098673357403, + 44.5431100453678, + ], + [ + -93.52442323887011, + 44.543593479184416, + ], + ], + ], + "type": "Polygon", + }, + "id": "27079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27131 { + "geometry": { + "coordinates": [ + [ + [ + -93.28178914191575, + 44.543969483264014, + ], + [ + -93.28178914191575, + 44.47193784458679, + ], + [ + -93.03987289731924, + 44.47183041484977, + ], + [ + -93.04130860203495, + 44.19670285832127, + ], + [ + -93.04597464236099, + 44.19670285832127, + ], + [ + -93.40705437836112, + 44.19638056911018, + ], + [ + -93.52514109122797, + 44.19595085016208, + ], + [ + -93.52442323887011, + 44.543593479184416, + ], + [ + -93.28178914191575, + 44.543969483264014, + ], + ], + ], + "type": "Polygon", + }, + "id": "27131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46077 { + "geometry": { + "coordinates": [ + [ + [ + -97.49271107308229, + 44.543862053526986, + ], + [ + -97.1280420752929, + 44.5431100453678, + ], + [ + -97.1294777800086, + 44.19595085016208, + ], + [ + -97.3699583198894, + 44.1948765527918, + ], + [ + -97.8494836949353, + 44.195252556871395, + ], + [ + -97.85379080908243, + 44.19530627173991, + ], + [ + -97.85307295672457, + 44.54439920221213, + ], + [ + -97.49271107308229, + 44.543862053526986, + ], + ], + ], + "type": "Polygon", + }, + "id": "46077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46011 { + "geometry": { + "coordinates": [ + [ + [ + -96.45182515419523, + 44.5435397643159, + ], + [ + -96.45254300655309, + 44.19675657318978, + ], + [ + -96.45254300655309, + 44.19664914345275, + ], + [ + -96.88935616630673, + 44.19557484608248, + ], + [ + -97.1294777800086, + 44.19595085016208, + ], + [ + -97.1280420752929, + 44.5431100453678, + ], + [ + -96.88540797833853, + 44.54375462378996, + ], + [ + -96.45182515419523, + 44.5435397643159, + ], + ], + ], + "type": "Polygon", + }, + "id": "46011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26101 { + "geometry": { + "coordinates": [ + [ + [ + -85.8179192511377, + 44.51297600413146, + ], + [ + -85.82114958674804, + 44.164151648001805, + ], + [ + -86.04188918678787, + 44.16710596577008, + ], + [ + -86.38789402327309, + 44.17865466250058, + ], + [ + -86.25724489414381, + 44.36961102006771, + ], + [ + -86.23427361869251, + 44.51829377611435, + ], + [ + -85.8179192511377, + 44.51297600413146, + ], + ], + ], + "type": "Polygon", + }, + "id": "26101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26165 { + "geometry": { + "coordinates": [ + [ + [ + -85.33408676194468, + 44.51222399597226, + ], + [ + -85.33480461430253, + 44.165064800766544, + ], + [ + -85.56451736881553, + 44.16484994129249, + ], + [ + -85.82114958674804, + 44.164151648001805, + ], + [ + -85.8179192511377, + 44.51297600413146, + ], + [ + -85.33408676194468, + 44.51222399597226, + ], + ], + ], + "type": "Polygon", + }, + "id": "26165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26143 { + "geometry": { + "coordinates": [ + [ + [ + -84.37072889770576, + 44.50722851320047, + ], + [ + -84.36785748827434, + 44.16055275181137, + ], + [ + -84.60797910197621, + 44.16049903694286, + ], + [ + -84.85168997746736, + 44.16135847483908, + ], + [ + -84.85097212510951, + 44.51098855399644, + ], + [ + -84.37072889770576, + 44.50722851320047, + ], + ], + ], + "type": "Polygon", + }, + "id": "26143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26113 { + "geometry": { + "coordinates": [ + [ + [ + -84.85097212510951, + 44.51098855399644, + ], + [ + -84.85168997746736, + 44.16135847483908, + ], + [ + -85.08714555084319, + 44.164151648001805, + ], + [ + -85.33480461430253, + 44.165064800766544, + ], + [ + -85.33408676194468, + 44.51222399597226, + ], + [ + -84.85097212510951, + 44.51098855399644, + ], + ], + ], + "type": "Polygon", + }, + "id": "26113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26069 { + "geometry": { + "coordinates": [ + [ + [ + -83.31871626727197, + 44.51168684728712, + ], + [ + -83.34096969036543, + 44.330345451184, + ], + [ + -83.5096649944609, + 44.273031686479605, + ], + [ + -83.56601640455239, + 44.16345335471112, + ], + [ + -83.88402499908132, + 44.161788193787196, + ], + [ + -83.88653748233381, + 44.508947388992915, + ], + [ + -83.31871626727197, + 44.51168684728712, + ], + ], + ], + "type": "Polygon", + }, + "id": "26069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26129 { + "geometry": { + "coordinates": [ + [ + [ + -83.88653748233381, + 44.508947388992915, + ], + [ + -83.88402499908132, + 44.161788193787196, + ], + [ + -84.16614097571761, + 44.161788193787196, + ], + [ + -84.36785748827434, + 44.16055275181137, + ], + [ + -84.37072889770576, + 44.50722851320047, + ], + [ + -83.88653748233381, + 44.508947388992915, + ], + ], + ], + "type": "Polygon", + }, + "id": "26129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16045 { + "geometry": { + "coordinates": [ + [ + [ + -116.15794915580081, + 44.49879527884377, + ], + [ + -116.15400096783262, + 44.3242219561734, + ], + [ + -116.21286486117657, + 44.324114526436375, + ], + [ + -116.21358271353442, + 44.15120636468994, + ], + [ + -116.27424123777301, + 44.1510452200844, + ], + [ + -116.28249653988833, + 43.80684034264695, + ], + [ + -116.51364499911703, + 43.80710891698952, + ], + [ + -116.71356688077914, + 43.807055202121006, + ], + [ + -116.71356688077914, + 43.98114509097475, + ], + [ + -116.57322674481884, + 43.98023193821001, + ], + [ + -116.53230916042122, + 44.06585343862126, + ], + [ + -116.45334540105738, + 44.06515514533058, + ], + [ + -116.45298647487844, + 44.151260079558455, + ], + [ + -116.35966566835754, + 44.15088407547886, + ], + [ + -116.34818003063188, + 44.321751072221765, + ], + [ + -116.30080177501358, + 44.44395239809103, + ], + [ + -116.15794915580081, + 44.49879527884377, + ], + ], + ], + "type": "Polygon", + }, + "id": "16045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46103 { + "geometry": { + "coordinates": [ + [ + [ + -102.00154173275789, + 44.51088112425941, + ], + [ + -102.00728455162071, + 43.994520093234726, + ], + [ + -102.01912911552529, + 43.70859584813492, + ], + [ + -102.13901045928677, + 43.700807192200394, + ], + [ + -102.17633878189513, + 43.68764704941448, + ], + [ + -102.81020241387945, + 43.688130483231106, + ], + [ + -102.68709073450763, + 43.85545229865208, + ], + [ + -104.05531732857573, + 43.85341113364855, + ], + [ + -104.05459947621787, + 44.141054254540805, + ], + [ + -103.4523213479791, + 44.140785680198235, + ], + [ + -102.38846415364073, + 44.14014110177607, + ], + [ + -102.36298039493694, + 44.29908339770887, + ], + [ + -102.28329878321524, + 44.44819587270362, + ], + [ + -102.11316777440405, + 44.43530430426027, + ], + [ + -102.00154173275789, + 44.51088112425941, + ], + ], + ], + "type": "Polygon", + }, + "id": "46103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 50023 { + "geometry": { + "coordinates": [ + [ + [ + -72.36787854822227, + 44.204115510176194, + ], + [ + -72.442535193439, + 44.128699834782594, + ], + [ + -72.58897707444103, + 44.16033789233732, + ], + [ + -72.68301573331979, + 44.0132665823461, + ], + [ + -72.74152070048483, + 44.02959590237434, + ], + [ + -72.91631774962207, + 44.071923218763345, + ], + [ + -72.9518514413358, + 44.16130475997057, + ], + [ + -72.8046917079759, + 44.45174105402555, + ], + [ + -72.65394271282675, + 44.39824104498564, + ], + [ + -72.5965145241985, + 44.479350496441725, + ], + [ + -72.49027237523623, + 44.42574305766479, + ], + [ + -72.43392096514476, + 44.506154215830186, + ], + [ + -72.22359022429379, + 44.42466876029451, + ], + [ + -72.36787854822227, + 44.204115510176194, + ], + ], + ], + "type": "Polygon", + }, + "id": "50023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27015 { + "geometry": { + "coordinates": [ + [ + [ + -94.78102379129204, + 44.456629107060316, + ], + [ + -94.47198835123626, + 44.3392084044888, + ], + [ + -94.37328365203146, + 44.26513560080805, + ], + [ + -94.36897653788434, + 44.10861047395838, + ], + [ + -94.85998755065589, + 44.1079121806677, + ], + [ + -95.10010916435776, + 44.10807332527324, + ], + [ + -95.10908231883093, + 44.19503769739734, + ], + [ + -95.10728768793629, + 44.28173349517887, + ], + [ + -94.86608929569763, + 44.282216928995496, + ], + [ + -94.86573036951872, + 44.498043270684576, + ], + [ + -94.78102379129204, + 44.456629107060316, + ], + ], + ], + "type": "Polygon", + }, + "id": "27015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 23001 { + "geometry": { + "coordinates": [ + [ + [ + -70.00542643852758, + 44.12456378990702, + ], + [ + -70.03378160666277, + 43.975773604123354, + ], + [ + -70.11597570163696, + 43.9066962832144, + ], + [ + -70.31553865712013, + 44.037653132651435, + ], + [ + -70.3636347650963, + 43.98646286295763, + ], + [ + -70.4799268470685, + 44.03201307145747, + ], + [ + -70.33420281842432, + 44.2106687241349, + ], + [ + -70.23872845482984, + 44.45893884640642, + ], + [ + -70.12961489643617, + 44.48724658211327, + ], + [ + -70.07577596959719, + 44.206264104916755, + ], + [ + -70.00542643852758, + 44.12456378990702, + ], + ], + ], + "type": "Polygon", + }, + "id": "23001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27103 { + "geometry": { + "coordinates": [ + [ + [ + -94.01220391603132, + 44.23881531523621, + ], + [ + -94.07034995701743, + 44.15904873549298, + ], + [ + -94.37328365203146, + 44.26513560080805, + ], + [ + -94.47198835123626, + 44.3392084044888, + ], + [ + -94.78102379129204, + 44.456629107060316, + ], + [ + -94.62417305110112, + 44.45619938811221, + ], + [ + -93.92929196869929, + 44.45899256127493, + ], + [ + -93.93288123048855, + 44.34463360620872, + ], + [ + -94.01220391603132, + 44.23881531523621, + ], + ], + ], + "type": "Polygon", + }, + "id": "27103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27157 { + "geometry": { + "coordinates": [ + [ + [ + -92.2423389277444, + 44.454265652845706, + ], + [ + -92.08369355665886, + 44.4073188577645, + ], + [ + -91.95842832021349, + 44.3584383274168, + ], + [ + -91.85828791629297, + 44.192996532393806, + ], + [ + -92.07938644251173, + 44.19305024726232, + ], + [ + -92.07938644251173, + 44.10699902790296, + ], + [ + -92.31914913003469, + 44.107375031982556, + ], + [ + -92.3195080562136, + 44.19439311897517, + ], + [ + -92.55101544162125, + 44.19493026766031, + ], + [ + -92.55065651544233, + 44.36853672269743, + ], + [ + -92.43077517168085, + 44.36826814835486, + ], + [ + -92.43077517168085, + 44.45512509074193, + ], + [ + -92.2423389277444, + 44.454265652845706, + ], + ], + ], + "type": "Polygon", + }, + "id": "27157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41045 { + "geometry": { + "coordinates": [ + [ + [ + -117.22001171924452, + 44.30133942218646, + ], + [ + -116.97594191757446, + 44.24284393037476, + ], + [ + -116.8980549367474, + 44.15238809179725, + ], + [ + -116.97522406521661, + 44.08760796036942, + ], + [ + -116.93538325935576, + 43.9874834454594, + ], + [ + -116.98383829351084, + 43.87983884895742, + ], + [ + -117.02619158262418, + 43.840734424679255, + ], + [ + -117.0265505088031, + 43.68018068269103, + ], + [ + -117.02726836116096, + 41.99976473610033, + ], + [ + -118.19700877828265, + 41.9969715629376, + ], + [ + -118.21459616105005, + 42.27602030486762, + ], + [ + -118.21674971812362, + 42.91452894689306, + ], + [ + -118.22895320820712, + 42.91458266176157, + ], + [ + -118.22751750349141, + 44.03990915712902, + ], + [ + -118.23218354381746, + 44.256057788029196, + ], + [ + -117.97160313791677, + 44.44330781966886, + ], + [ + -117.59150031443353, + 44.44443583190765, + ], + [ + -117.48597601782912, + 44.38765921588839, + ], + [ + -117.48597601782912, + 44.30133942218646, + ], + [ + -117.22001171924452, + 44.30133942218646, + ], + ], + ], + "type": "Polygon", + }, + "id": "41045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 33009 { + "geometry": { + "coordinates": [ + [ + [ + -71.41564739553007, + 44.21201159584774, + ], + [ + -71.3618084686911, + 43.91550552165069, + ], + [ + -71.5646017597846, + 43.89310642148037, + ], + [ + -71.53229840368121, + 43.76499646007458, + ], + [ + -71.52224847067127, + 43.69715458114145, + ], + [ + -71.65146189508484, + 43.68071783137617, + ], + [ + -71.72791317119619, + 43.56351198827872, + ], + [ + -71.81800364210676, + 43.54476549916734, + ], + [ + -71.8495891458523, + 43.61142565099317, + ], + [ + -71.93537250261575, + 43.5284361791391, + ], + [ + -72.32947344707712, + 43.60014552860524, + ], + [ + -72.30327183601548, + 43.69586542429711, + ], + [ + -72.20528498916853, + 43.7712273848222, + ], + [ + -72.03982002068338, + 44.15587955825066, + ], + [ + -72.03264149710485, + 44.320408200508915, + ], + [ + -71.8373856557688, + 44.34796392805658, + ], + [ + -71.76380578908885, + 44.4057611265776, + ], + [ + -71.57572847133133, + 44.254714916316345, + ], + [ + -71.41564739553007, + 44.21201159584774, + ], + ], + ], + "type": "Polygon", + }, + "id": "33009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41017 { + "geometry": { + "coordinates": [ + [ + [ + -121.1071822370193, + 44.39055981878815, + ], + [ + -121.10251619669326, + 44.137992507035506, + ], + [ + -120.98730089325782, + 44.13385646215994, + ], + [ + -120.98658304089997, + 43.9609483004135, + ], + [ + -120.74825605809272, + 43.95751054882861, + ], + [ + -120.7478971319138, + 43.87124446999519, + ], + [ + -120.37927994615622, + 43.87194276328587, + ], + [ + -120.37856209379837, + 43.785032106030286, + ], + [ + -120.25796289767904, + 43.78524696550434, + ], + [ + -120.25796289767904, + 43.69876602719687, + ], + [ + -119.89867779257354, + 43.698336308248756, + ], + [ + -119.89867779257354, + 43.60836390348787, + ], + [ + -121.33294680356411, + 43.6154005512632, + ], + [ + -122.00306197962003, + 43.61523940665766, + ], + [ + -121.97506573766375, + 43.85770832312967, + ], + [ + -121.86882358870149, + 43.912712348487965, + ], + [ + -121.76724748006527, + 44.11430425002085, + ], + [ + -121.79919190998973, + 44.25809895303273, + ], + [ + -121.84262197763985, + 44.39243983918614, + ], + [ + -121.1071822370193, + 44.39055981878815, + ], + ], + ], + "type": "Polygon", + }, + "id": "41017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36045 { + "geometry": { + "coordinates": [ + [ + [ + -76.28268638177438, + 44.01074198352594, + ], + [ + -76.39969631610445, + 44.11231679988584, + ], + [ + -76.31283618080423, + 44.19901259766737, + ], + [ + -75.8602302691778, + 44.40334395749447, + ], + [ + -75.44602945869654, + 44.21765165704171, + ], + [ + -75.54581093643813, + 44.10291669789589, + ], + [ + -75.48443455984169, + 44.07417924324093, + ], + [ + -75.54293952700672, + 43.96777008871477, + ], + [ + -75.75829523436266, + 43.878710836718625, + ], + [ + -75.84048932933685, + 43.883974893833, + ], + [ + -75.77444691241436, + 43.688882491390295, + ], + [ + -76.0249773853051, + 43.7069844020795, + ], + [ + -76.18254597785388, + 43.67921381505778, + ], + [ + -76.19331376322167, + 43.67980467861143, + ], + [ + -76.19941550826343, + 43.68012696782252, + ], + [ + -76.2327956429036, + 43.82268622885857, + ], + [ + -76.29847913364716, + 43.8385858299387, + ], + [ + -76.12870705101489, + 43.89595330951161, + ], + [ + -76.20802973655766, + 43.97792219886391, + ], + [ + -76.13911591020376, + 44.07074149165604, + ], + [ + -76.28268638177438, + 44.01074198352594, + ], + ], + ], + "type": "Polygon", + }, + "id": "36045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 23013 { + "geometry": { + "coordinates": [ + [ + [ + [ + -69.0291472318473, + 44.24939714433346, + ], + [ + -69.10380387706402, + 44.0786912921961, + ], + [ + -69.07401300421311, + 44.047536668458, + ], + [ + -69.21542991871019, + 43.93097540378271, + ], + [ + -69.3668967662172, + 43.9648157709465, + ], + [ + -69.35253971906013, + 44.01509288787557, + ], + [ + -69.28147233563267, + 44.05145785385952, + ], + [ + -69.33782374572415, + 44.20937956729056, + ], + [ + -69.40601971972019, + 44.21072243900341, + ], + [ + -69.40925005533053, + 44.32808942670641, + ], + [ + -69.26926884554918, + 44.36456182242739, + ], + [ + -69.12139125983143, + 44.25557435421257, + ], + [ + -69.0291472318473, + 44.24939714433346, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "23013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16015 { + "geometry": { + "coordinates": [ + [ + [ + -115.29544954784025, + 44.33931583422583, + ], + [ + -115.1798753182259, + 44.29629022454615, + ], + [ + -115.16803075432132, + 44.2026114938578, + ], + [ + -115.02517813510855, + 44.155396124434034, + ], + [ + -115.04743155820199, + 44.05613104742024, + ], + [ + -114.9921569266473, + 43.949614463157054, + ], + [ + -115.13859880764934, + 43.98447541282262, + ], + [ + -115.17341464700522, + 44.08465364260115, + ], + [ + -115.30765303792376, + 43.929310242858776, + ], + [ + -115.49537142950236, + 43.89128011595089, + ], + [ + -115.64612042465151, + 43.70037747325229, + ], + [ + -115.83204418533548, + 43.60503358164, + ], + [ + -115.97669143544289, + 43.59122886043192, + ], + [ + -116.28249653988833, + 43.80684034264695, + ], + [ + -116.27424123777301, + 44.1510452200844, + ], + [ + -116.21358271353442, + 44.15120636468994, + ], + [ + -116.11416016197177, + 44.14766118336802, + ], + [ + -116.10339237660396, + 44.23645186102159, + ], + [ + -115.52121411438506, + 44.23510898930875, + ], + [ + -115.40205062298145, + 44.260677266721395, + ], + [ + -115.29544954784025, + 44.33931583422583, + ], + ], + ], + "type": "Polygon", + }, + "id": "16015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 23015 { + "geometry": { + "coordinates": [ + [ + [ + -69.50687797599856, + 44.342861015547754, + ], + [ + -69.40925005533053, + 44.32808942670641, + ], + [ + -69.40601971972019, + 44.21072243900341, + ], + [ + -69.33782374572415, + 44.20937956729056, + ], + [ + -69.28147233563267, + 44.05145785385952, + ], + [ + -69.35253971906013, + 44.01509288787557, + ], + [ + -69.38412522280568, + 44.07686498666662, + ], + [ + -69.50364764038822, + 43.83751153256842, + ], + [ + -69.55856334576399, + 43.89724246635595, + ], + [ + -69.6640876423684, + 43.85410942693923, + ], + [ + -69.65439663553738, + 44.01708033801059, + ], + [ + -69.72295153571235, + 43.940697794983734, + ], + [ + -69.70033918643999, + 44.006713368387395, + ], + [ + -69.80550455686547, + 44.02470784933957, + ], + [ + -69.7559727441736, + 44.13885194493173, + ], + [ + -69.65655019261095, + 44.12236148029795, + ], + [ + -69.65008952139027, + 44.27969233017534, + ], + [ + -69.5546151577958, + 44.26202013843424, + ], + [ + -69.50687797599856, + 44.342861015547754, + ], + ], + ], + "type": "Polygon", + }, + "id": "23015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55071 { + "geometry": { + "coordinates": [ + [ + [ + -87.76617055035112, + 44.327176273941674, + ], + [ + -87.5443541717745, + 44.32749856315276, + ], + [ + -87.54076490998524, + 44.158995020624474, + ], + [ + -87.64234101862145, + 44.10807332527324, + ], + [ + -87.73279041571095, + 43.892139553847116, + ], + [ + -88.04182585576673, + 43.89165612003049, + ], + [ + -88.04326156048243, + 44.24096390997677, + ], + [ + -87.88820545118615, + 44.240373046423116, + ], + [ + -87.88784652500723, + 44.32760599288979, + ], + [ + -87.76617055035112, + 44.327176273941674, + ], + ], + ], + "type": "Polygon", + }, + "id": "55071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 50001 { + "geometry": { + "coordinates": [ + [ + [ + -72.9518514413358, + 44.16130475997057, + ], + [ + -72.91631774962207, + 44.071923218763345, + ], + [ + -72.74152070048483, + 44.02959590237434, + ], + [ + -72.7910525131767, + 43.96191516804675, + ], + [ + -72.97984768329208, + 43.88263202212015, + ], + [ + -72.95831211255648, + 43.82660741426009, + ], + [ + -73.21853359227825, + 43.83718924335734, + ], + [ + -73.20597117601581, + 43.76676905073553, + ], + [ + -73.36210406384888, + 43.75296432952745, + ], + [ + -73.37897359425843, + 43.8085592184394, + ], + [ + -73.43711963524453, + 44.04350805331946, + ], + [ + -73.38974137962622, + 44.191922235023526, + ], + [ + -73.31293117733593, + 44.264115018306285, + ], + [ + -72.9762584215028, + 44.29945940178847, + ], + [ + -72.9518514413358, + 44.16130475997057, + ], + ], + ], + "type": "Polygon", + }, + "id": "50001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41039 { + "geometry": { + "coordinates": [ + [ + [ + -121.79919190998973, + 44.25809895303273, + ], + [ + -121.76724748006527, + 44.11430425002085, + ], + [ + -121.86882358870149, + 43.912712348487965, + ], + [ + -121.97506573766375, + 43.85770832312967, + ], + [ + -122.00306197962003, + 43.61523940665766, + ], + [ + -122.13083969931789, + 43.55706620405704, + ], + [ + -122.13227540403359, + 43.44039750964472, + ], + [ + -122.74065527731413, + 43.43712090266537, + ], + [ + -122.74209098202984, + 43.54449692482477, + ], + [ + -123.10927246307172, + 43.53751399191796, + ], + [ + -123.13798655738584, + 43.77960690431037, + ], + [ + -123.34759944587896, + 43.780090338126996, + ], + [ + -123.52921609241581, + 43.82940058742281, + ], + [ + -123.61930656332638, + 43.92012500034289, + ], + [ + -123.82784267328272, + 43.94504869933337, + ], + [ + -123.92547059395073, + 43.865550693932704, + ], + [ + -124.15841368407409, + 43.86350952892918, + ], + [ + -124.1153425426029, + 44.276200863721925, + ], + [ + -123.77543945115943, + 44.28355980070834, + ], + [ + -123.18428803446737, + 44.28366723044537, + ], + [ + -123.16454709462641, + 44.199979465300615, + ], + [ + -122.90540239344142, + 44.20019432477467, + ], + [ + -122.90324883636787, + 44.259065820665974, + ], + [ + -122.72450359926243, + 44.288125564532024, + ], + [ + -122.57698493972362, + 44.22812605640193, + ], + [ + -122.38603621253468, + 44.21716822322509, + ], + [ + -122.32645446683287, + 44.25331832973498, + ], + [ + -121.79919190998973, + 44.25809895303273, + ], + ], + ], + "type": "Polygon", + }, + "id": "41039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 33003 { + "geometry": { + "coordinates": [ + [ + [ + -71.01006081334305, + 44.28474152781565, + ], + [ + -70.98888416878638, + 43.790940741566814, + ], + [ + -70.98888416878638, + 43.7900813036706, + ], + [ + -70.96232363154581, + 43.541005458371366, + ], + [ + -71.16368121792362, + 43.53934029744744, + ], + [ + -71.26095021241272, + 43.572052652372435, + ], + [ + -71.53229840368121, + 43.76499646007458, + ], + [ + -71.5646017597846, + 43.89310642148037, + ], + [ + -71.3618084686911, + 43.91550552165069, + ], + [ + -71.41564739553007, + 44.21201159584774, + ], + [ + -71.34350323356583, + 44.09222743906162, + ], + [ + -71.25233598411849, + 44.244240516956125, + ], + [ + -71.04236416944644, + 44.23774101786593, + ], + [ + -71.01006081334305, + 44.28474152781565, + ], + ], + ], + "type": "Polygon", + }, + "id": "33003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27013 { + "geometry": { + "coordinates": [ + [ + [ + -94.01220391603132, + 44.23881531523621, + ], + [ + -93.76777518818233, + 44.23919131931581, + ], + [ + -93.76813411436126, + 44.19584342042505, + ], + [ + -93.76777518818233, + 43.847932217060134, + ], + [ + -94.2469416370493, + 43.84777107245459, + ], + [ + -94.36897653788434, + 43.84771735758608, + ], + [ + -94.36897653788434, + 44.10861047395838, + ], + [ + -94.37328365203146, + 44.26513560080805, + ], + [ + -94.07034995701743, + 44.15904873549298, + ], + [ + -94.01220391603132, + 44.23881531523621, + ], + ], + ], + "type": "Polygon", + }, + "id": "27013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55057 { + "geometry": { + "coordinates": [ + [ + [ + -89.90249916732208, + 44.24939714433346, + ], + [ + -89.90106346260637, + 44.18477815751117, + ], + [ + -90.02884118230423, + 44.08943426589889, + ], + [ + -89.9689005104235, + 43.993982944549586, + ], + [ + -89.96279876538175, + 43.87521937026522, + ], + [ + -89.86588869707157, + 43.783796664054464, + ], + [ + -89.78584815917094, + 43.64102254354436, + ], + [ + -90.31239286365623, + 43.640968828675845, + ], + [ + -90.3120339374773, + 43.73126352264781, + ], + [ + -90.31239286365623, + 44.155288694697006, + ], + [ + -90.3120339374773, + 44.248752565911296, + ], + [ + -89.90249916732208, + 44.24939714433346, + ], + ], + ], + "type": "Polygon", + }, + "id": "55057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55001 { + "geometry": { + "coordinates": [ + [ + [ + -89.72483070875343, + 44.2476245536725, + ], + [ + -89.59812976759234, + 44.245690818406004, + ], + [ + -89.59812976759234, + 43.98221938834503, + ], + [ + -89.59956547230806, + 43.642526559862745, + ], + [ + -89.78584815917094, + 43.64102254354436, + ], + [ + -89.86588869707157, + 43.783796664054464, + ], + [ + -89.96279876538175, + 43.87521937026522, + ], + [ + -89.9689005104235, + 43.993982944549586, + ], + [ + -90.02884118230423, + 44.08943426589889, + ], + [ + -89.90106346260637, + 44.18477815751117, + ], + [ + -89.90249916732208, + 44.24939714433346, + ], + [ + -89.72483070875343, + 44.2476245536725, + ], + ], + ], + "type": "Polygon", + }, + "id": "55001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55137 { + "geometry": { + "coordinates": [ + [ + [ + -89.22484654150871, + 44.24354222366544, + ], + [ + -88.8870970071388, + 44.242629070900705, + ], + [ + -88.88637915478095, + 43.983239970846796, + ], + [ + -89.16813620523831, + 43.982810251898684, + ], + [ + -89.59812976759234, + 43.98221938834503, + ], + [ + -89.59812976759234, + 44.245690818406004, + ], + [ + -89.22484654150871, + 44.24354222366544, + ], + ], + ], + "type": "Polygon", + }, + "id": "55137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55139 { + "geometry": { + "coordinates": [ + [ + [ + -88.40398237030364, + 44.24407937235058, + ], + [ + -88.40434129648257, + 43.93817319616358, + ], + [ + -88.40326451794579, + 43.892945276874826, + ], + [ + -88.8856613024231, + 43.895201301352415, + ], + [ + -88.88637915478095, + 43.983239970846796, + ], + [ + -88.8870970071388, + 44.242629070900705, + ], + [ + -88.7399372737789, + 44.24327364932287, + ], + [ + -88.40398237030364, + 44.24407937235058, + ], + ], + ], + "type": "Polygon", + }, + "id": "55139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55015 { + "geometry": { + "coordinates": [ + [ + [ + -88.19257485091589, + 44.24198449247854, + ], + [ + -88.04326156048243, + 44.24096390997677, + ], + [ + -88.04182585576673, + 43.89165612003049, + ], + [ + -88.16242505188606, + 43.89138754568792, + ], + [ + -88.16170719952821, + 43.937689762346956, + ], + [ + -88.40434129648257, + 43.93817319616358, + ], + [ + -88.40398237030364, + 44.24407937235058, + ], + [ + -88.19257485091589, + 44.24198449247854, + ], + ], + ], + "type": "Polygon", + }, + "id": "55015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16023 { + "geometry": { + "coordinates": [ + [ + [ + -112.99616844563663, + 44.23387354733293, + ], + [ + -112.99509166709986, + 43.97228213766995, + ], + [ + -112.6957472338751, + 43.97185241872184, + ], + [ + -112.69825971712758, + 43.622920632855156, + ], + [ + -112.7000543480222, + 43.54014602047514, + ], + [ + -112.81670535617334, + 43.53579511612551, + ], + [ + -112.8174232085312, + 43.44893817373844, + ], + [ + -112.93694562611375, + 43.449260462949525, + ], + [ + -112.94807233766048, + 43.28494668016532, + ], + [ + -113.00801300954122, + 43.284624390954235, + ], + [ + -113.36263207432066, + 43.28451696121721, + ], + [ + -113.36263207432066, + 43.36713042899168, + ], + [ + -113.63613382266271, + 43.36745271820276, + ], + [ + -113.61065006395893, + 43.49024490762567, + ], + [ + -113.70145838722735, + 43.584675646473215, + ], + [ + -113.79872738171645, + 43.56866861565605, + ], + [ + -113.74668308577209, + 43.62850697918061, + ], + [ + -113.53276308313185, + 43.72041311920799, + ], + [ + -113.37375878586738, + 43.82128964227721, + ], + [ + -113.45523502848371, + 43.87403764315791, + ], + [ + -113.45882429027299, + 44.05913908005702, + ], + [ + -113.4171888535175, + 44.05908536518851, + ], + [ + -113.41754777969643, + 44.23312153917374, + ], + [ + -113.3213555637441, + 44.23290667969968, + ], + [ + -112.99616844563663, + 44.23387354733293, + ], + ], + ], + "type": "Polygon", + }, + "id": "16023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 50017 { + "geometry": { + "coordinates": [ + [ + [ + -72.03982002068338, + 44.15587955825066, + ], + [ + -72.20528498916853, + 43.7712273848222, + ], + [ + -72.78279721106139, + 43.92898795364769, + ], + [ + -72.7910525131767, + 43.96191516804675, + ], + [ + -72.74152070048483, + 44.02959590237434, + ], + [ + -72.68301573331979, + 44.0132665823461, + ], + [ + -72.58897707444103, + 44.16033789233732, + ], + [ + -72.442535193439, + 44.128699834782594, + ], + [ + -72.36787854822227, + 44.204115510176194, + ], + [ + -72.03982002068338, + 44.15587955825066, + ], + ], + ], + "type": "Polygon", + }, + "id": "50017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36049 { + "geometry": { + "coordinates": [ + [ + [ + -75.11007455522127, + 43.61523940665766, + ], + [ + -75.53360744635464, + 43.41971728526684, + ], + [ + -75.75614167728911, + 43.47031669140699, + ], + [ + -75.77444691241436, + 43.688882491390295, + ], + [ + -75.84048932933685, + 43.883974893833, + ], + [ + -75.75829523436266, + 43.878710836718625, + ], + [ + -75.54293952700672, + 43.96777008871477, + ], + [ + -75.48443455984169, + 44.07417924324093, + ], + [ + -75.54581093643813, + 44.10291669789589, + ], + [ + -75.44602945869654, + 44.21765165704171, + ], + [ + -75.17001522710201, + 44.09695434749085, + ], + [ + -75.11007455522127, + 43.61523940665766, + ], + ], + ], + "type": "Polygon", + }, + "id": "36049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46085 { + "geometry": { + "coordinates": [ + [ + [ + -99.35589686789012, + 43.934252010762066, + ], + [ + -99.30600612901934, + 43.85905119484252, + ], + [ + -99.40542868058199, + 43.779929193521454, + ], + [ + -99.4610622383156, + 43.65719071896706, + ], + [ + -99.37527888155216, + 43.65681471488746, + ], + [ + -99.29846867926187, + 43.49975243935265, + ], + [ + -99.53356532645878, + 43.49980615422116, + ], + [ + -99.62365579736935, + 43.49991358395819, + ], + [ + -99.62401472354827, + 43.74270478964128, + ], + [ + -99.69759459022822, + 43.758174671773304, + ], + [ + -99.84116506179885, + 43.68893620625881, + ], + [ + -100.08738842054248, + 43.68522988033135, + ], + [ + -100.23167674447096, + 43.713859905249286, + ], + [ + -100.33899567197001, + 43.71702908249161, + ], + [ + -100.36663298774735, + 43.84696534942688, + ], + [ + -100.3673508401052, + 44.16866369695698, + ], + [ + -100.3673508401052, + 44.19460797844923, + ], + [ + -99.93807513010903, + 44.19519884200288, + ], + [ + -99.86772559903942, + 44.124348930432966, + ], + [ + -99.59888989102342, + 44.121824331612814, + ], + [ + -99.6634966032302, + 44.21749051243617, + ], + [ + -99.57627754175104, + 44.19240566884015, + ], + [ + -99.56263834695183, + 44.101466396446014, + ], + [ + -99.35374331081657, + 43.99527210139392, + ], + [ + -99.35589686789012, + 43.934252010762066, + ], + ], + ], + "type": "Polygon", + }, + "id": "46085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27117 { + "geometry": { + "coordinates": [ + [ + [ + -96.0785419281116, + 44.19664914345275, + ], + [ + -96.06382595477561, + 44.196541713715725, + ], + [ + -96.06454380713346, + 43.849167659035956, + ], + [ + -96.45326085891094, + 43.849651092852575, + ], + [ + -96.45254300655309, + 44.19664914345275, + ], + [ + -96.45254300655309, + 44.19675657318978, + ], + [ + -96.0785419281116, + 44.19664914345275, + ], + ], + ], + "type": "Polygon", + }, + "id": "27117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27101 { + "geometry": { + "coordinates": [ + [ + [ + -95.5936326603818, + 44.19568227581951, + ], + [ + -95.46226567889468, + 44.196058279899106, + ], + [ + -95.46226567889468, + 43.84787850219162, + ], + [ + -96.05234031704995, + 43.849006514430414, + ], + [ + -96.06454380713346, + 43.849167659035956, + ], + [ + -96.06382595477561, + 44.196541713715725, + ], + [ + -95.5936326603818, + 44.19568227581951, + ], + ], + ], + "type": "Polygon", + }, + "id": "27101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46073 { + "geometry": { + "coordinates": [ + [ + [ + -98.7004976651702, + 44.19670285832127, + ], + [ + -98.33188047941262, + 44.19659542858424, + ], + [ + -98.33152155323369, + 43.93763604747844, + ], + [ + -98.80781659266925, + 43.93521887839532, + ], + [ + -98.9273390102518, + 43.93511144865829, + ], + [ + -98.9259033055361, + 44.196541713715725, + ], + [ + -98.7004976651702, + 44.19670285832127, + ], + ], + ], + "type": "Polygon", + }, + "id": "46073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27147 { + "geometry": { + "coordinates": [ + [ + [ + -93.04597464236099, + 44.19670285832127, + ], + [ + -93.04561571618207, + 43.84841565087676, + ], + [ + -93.04956390415026, + 43.848469365745274, + ], + [ + -93.40705437836112, + 43.848093361665676, + ], + [ + -93.40705437836112, + 44.19638056911018, + ], + [ + -93.04597464236099, + 44.19670285832127, + ], + ], + ], + "type": "Polygon", + }, + "id": "27147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27039 { + "geometry": { + "coordinates": [ + [ + [ + -92.6787931613191, + 44.195521131213965, + ], + [ + -92.68991987286583, + 43.848469365745274, + ], + [ + -93.04561571618207, + 43.84841565087676, + ], + [ + -93.04597464236099, + 44.19670285832127, + ], + [ + -93.04130860203495, + 44.19670285832127, + ], + [ + -92.6787931613191, + 44.195521131213965, + ], + ], + ], + "type": "Polygon", + }, + "id": "27039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46101 { + "geometry": { + "coordinates": [ + [ + [ + -96.45254300655309, + 44.19664914345275, + ], + [ + -96.45326085891094, + 43.849651092852575, + ], + [ + -96.88863831394887, + 43.848361936008246, + ], + [ + -96.88935616630673, + 44.19557484608248, + ], + [ + -96.45254300655309, + 44.19664914345275, + ], + ], + ], + "type": "Polygon", + }, + "id": "46101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27161 { + "geometry": { + "coordinates": [ + [ + [ + -93.40705437836112, + 44.19638056911018, + ], + [ + -93.40705437836112, + 43.848093361665676, + ], + [ + -93.64825277059978, + 43.84814707653419, + ], + [ + -93.76777518818233, + 43.847932217060134, + ], + [ + -93.76813411436126, + 44.19584342042505, + ], + [ + -93.52514109122797, + 44.19595085016208, + ], + [ + -93.40705437836112, + 44.19638056911018, + ], + ], + ], + "type": "Polygon", + }, + "id": "27161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46017 { + "geometry": { + "coordinates": [ + [ + [ + -98.9259033055361, + 44.196541713715725, + ], + [ + -98.9273390102518, + 43.93511144865829, + ], + [ + -99.35589686789012, + 43.934252010762066, + ], + [ + -99.35374331081657, + 43.99527210139392, + ], + [ + -99.56263834695183, + 44.101466396446014, + ], + [ + -99.57627754175104, + 44.19240566884015, + ], + [ + -99.30026331015651, + 44.19482283792328, + ], + [ + -98.9259033055361, + 44.196541713715725, + ], + ], + ], + "type": "Polygon", + }, + "id": "46017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46111 { + "geometry": { + "coordinates": [ + [ + [ + -97.85379080908243, + 44.19530627173991, + ], + [ + -97.8494836949353, + 44.195252556871395, + ], + [ + -97.85127832582994, + 43.84986595232663, + ], + [ + -97.96721148162322, + 43.85067167535434, + ], + [ + -98.32541980819194, + 43.85104767943394, + ], + [ + -98.33152155323369, + 43.93763604747844, + ], + [ + -98.33188047941262, + 44.19659542858424, + ], + [ + -97.85379080908243, + 44.19530627173991, + ], + ], + ], + "type": "Polygon", + }, + "id": "46111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27109 { + "geometry": { + "coordinates": [ + [ + [ + -92.55101544162125, + 44.19493026766031, + ], + [ + -92.3195080562136, + 44.19439311897517, + ], + [ + -92.31914913003469, + 44.107375031982556, + ], + [ + -92.07938644251173, + 44.10699902790296, + ], + [ + -92.07938644251173, + 43.84707277916391, + ], + [ + -92.4490804068061, + 43.83407378098353, + ], + [ + -92.68991987286583, + 43.848469365745274, + ], + [ + -92.6787931613191, + 44.195521131213965, + ], + [ + -92.55101544162125, + 44.19493026766031, + ], + ], + ], + "type": "Polygon", + }, + "id": "27109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27033 { + "geometry": { + "coordinates": [ + [ + [ + -95.10908231883093, + 44.19503769739734, + ], + [ + -95.10010916435776, + 44.10807332527324, + ], + [ + -94.85998755065589, + 44.1079121806677, + ], + [ + -94.85926969829804, + 43.847932217060134, + ], + [ + -95.45257467206366, + 43.847932217060134, + ], + [ + -95.46226567889468, + 43.84787850219162, + ], + [ + -95.46226567889468, + 44.196058279899106, + ], + [ + -95.10908231883093, + 44.19503769739734, + ], + ], + ], + "type": "Polygon", + }, + "id": "27033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46079 { + "geometry": { + "coordinates": [ + [ + [ + -97.1294777800086, + 44.19595085016208, + ], + [ + -96.88935616630673, + 44.19557484608248, + ], + [ + -96.88863831394887, + 43.848361936008246, + ], + [ + -97.12911885382968, + 43.84798593192865, + ], + [ + -97.36959939371047, + 43.848630510350816, + ], + [ + -97.3699583198894, + 44.1948765527918, + ], + [ + -97.1294777800086, + 44.19595085016208, + ], + ], + ], + "type": "Polygon", + }, + "id": "46079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46097 { + "geometry": { + "coordinates": [ + [ + [ + -97.3699583198894, + 44.1948765527918, + ], + [ + -97.36959939371047, + 43.848630510350816, + ], + [ + -97.60864422887558, + 43.84906022929893, + ], + [ + -97.85127832582994, + 43.84986595232663, + ], + [ + -97.8494836949353, + 44.195252556871395, + ], + [ + -97.3699583198894, + 44.1948765527918, + ], + ], + ], + "type": "Polygon", + }, + "id": "46097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27169 { + "geometry": { + "coordinates": [ + [ + [ + -91.85828791629297, + 44.192996532393806, + ], + [ + -91.5589434830682, + 44.025298712893225, + ], + [ + -91.4250640183286, + 43.98431426821708, + ], + [ + -91.28436495618938, + 43.84707277916391, + ], + [ + -91.7305101965951, + 43.84691163455837, + ], + [ + -92.07938644251173, + 43.84707277916391, + ], + [ + -92.07938644251173, + 44.10699902790296, + ], + [ + -92.07938644251173, + 44.19305024726232, + ], + [ + -91.85828791629297, + 44.192996532393806, + ], + ], + ], + "type": "Polygon", + }, + "id": "27169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 56045 { + "geometry": { + "coordinates": [ + [ + [ + -104.05459947621787, + 44.180373538293026, + ], + [ + -104.05459947621787, + 44.141054254540805, + ], + [ + -104.05531732857573, + 43.85341113364855, + ], + [ + -104.05459947621787, + 43.50319019093754, + ], + [ + -104.89987062758995, + 43.49964500961562, + ], + [ + -105.07969264323216, + 43.49846328250831, + ], + [ + -105.07933371705325, + 44.17613006368042, + ], + [ + -104.05459947621787, + 44.180373538293026, + ], + ], + ], + "type": "Polygon", + }, + "id": "56045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26105 { + "geometry": { + "coordinates": [ + [ + [ + -86.04188918678787, + 44.16710596577008, + ], + [ + -86.03794099881968, + 43.81554215134621, + ], + [ + -86.43096516474428, + 43.81940962187922, + ], + [ + -86.51244140736061, + 44.03990915712902, + ], + [ + -86.38789402327309, + 44.17865466250058, + ], + [ + -86.04188918678787, + 44.16710596577008, + ], + ], + ], + "type": "Polygon", + }, + "id": "26105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 23005 { + "geometry": { + "coordinates": [ + [ + [ + -70.4799268470685, + 44.03201307145747, + ], + [ + -70.3636347650963, + 43.98646286295763, + ], + [ + -70.31553865712013, + 44.037653132651435, + ], + [ + -70.11597570163696, + 43.9066962832144, + ], + [ + -70.03378160666277, + 43.975773604123354, + ], + [ + -69.92107878647982, + 43.92044728955398, + ], + [ + -69.86544522874621, + 43.948808740129344, + ], + [ + -69.8801612020822, + 43.89450300806173, + ], + [ + -69.89523610159712, + 43.788738431957746, + ], + [ + -69.94692147136254, + 43.865980412880816, + ], + [ + -70.14612550066678, + 43.799642550266086, + ], + [ + -70.25631583759724, + 43.674970340445185, + ], + [ + -70.19745194425329, + 43.56490857486008, + ], + [ + -70.35358483208634, + 43.53563397151997, + ], + [ + -70.492130337152, + 43.60675245743245, + ], + [ + -70.54991745195919, + 43.71579364051579, + ], + [ + -70.65974886271071, + 43.7062323939203, + ], + [ + -70.65867208417393, + 43.79244475788521, + ], + [ + -70.78321946826145, + 43.813823275553766, + ], + [ + -70.71538242044433, + 43.96175402344121, + ], + [ + -70.85644040876248, + 44.057849923212686, + ], + [ + -70.62421517099698, + 44.1710271511716, + ], + [ + -70.61272953327133, + 44.06295283572151, + ], + [ + -70.4799268470685, + 44.03201307145747, + ], + ], + ], + "type": "Polygon", + }, + "id": "23005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46075 { + "geometry": { + "coordinates": [ + [ + [ + -100.3673508401052, + 44.16866369695698, + ], + [ + -100.36663298774735, + 43.84696534942688, + ], + [ + -100.33899567197001, + 43.71702908249161, + ], + [ + -100.58665473542933, + 43.76870278600204, + ], + [ + -100.68033446812917, + 43.71144273616616, + ], + [ + -100.7804748720497, + 43.723958300529915, + ], + [ + -100.92942923630422, + 43.82993773610795, + ], + [ + -101.06438547958061, + 43.84105671389034, + ], + [ + -101.06438547958061, + 43.841002999021825, + ], + [ + -101.06438547958061, + 43.84105671389034, + ], + [ + -101.06402655340167, + 43.994896097314324, + ], + [ + -101.0467980968132, + 44.1683414077459, + ], + [ + -100.3673508401052, + 44.16866369695698, + ], + ], + ], + "type": "Polygon", + }, + "id": "46075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 56043 { + "geometry": { + "coordinates": [ + [ + [ + -107.1467485076703, + 44.1656556643202, + ], + [ + -107.12844327254504, + 44.16570937918871, + ], + [ + -107.11085588977764, + 43.50028958803779, + ], + [ + -107.53474770708992, + 43.50136388540807, + ], + [ + -107.59504730514958, + 43.50136388540807, + ], + [ + -107.59504730514958, + 43.646394030395754, + ], + [ + -107.71636435362676, + 43.645749451973586, + ], + [ + -107.71600542744784, + 43.733358402519855, + ], + [ + -107.95684489350757, + 43.73341211738837, + ], + [ + -107.95684489350757, + 43.81865761372002, + ], + [ + -108.30966932739238, + 43.84658934534728, + ], + [ + -108.30966932739238, + 43.90320481676099, + ], + [ + -108.42883281879601, + 43.90331224649802, + ], + [ + -108.42703818790137, + 43.99204920928308, + ], + [ + -108.55086771963104, + 44.07938958548678, + ], + [ + -108.55050879345211, + 44.16844883748293, + ], + [ + -107.1467485076703, + 44.1656556643202, + ], + ], + ], + "type": "Polygon", + }, + "id": "56043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 23023 { + "geometry": { + "coordinates": [ + [ + [ + [ + -69.8801612020822, + 43.89450300806173, + ], + [ + -69.86544522874621, + 43.948808740129344, + ], + [ + -69.83098831556926, + 43.97163755924778, + ], + [ + -69.77858509344598, + 43.74474595464481, + ], + [ + -69.85431851719949, + 43.7042986586538, + ], + [ + -69.8801612020822, + 43.89450300806173, + ], + ], + ], + [ + [ + [ + -69.80550455686547, + 44.02470784933957, + ], + [ + -69.70033918643999, + 44.006713368387395, + ], + [ + -69.72295153571235, + 43.940697794983734, + ], + [ + -69.77463690547779, + 43.89434186345619, + ], + [ + -69.70787663619744, + 43.825371972284266, + ], + [ + -69.75669059653146, + 43.75328661873853, + ], + [ + -69.82811690613785, + 43.98130623558029, + ], + [ + -69.80550455686547, + 44.02470784933957, + ], + ], + ], + [ + [ + [ + -69.75848522742609, + 44.139335378748356, + ], + [ + -69.82560442288536, + 44.003920195224666, + ], + [ + -69.92107878647982, + 43.92044728955398, + ], + [ + -70.03378160666277, + 43.975773604123354, + ], + [ + -70.00542643852758, + 44.12456378990702, + ], + [ + -69.89774858484961, + 44.10769732119364, + ], + [ + -69.85503636955734, + 44.16785797392927, + ], + [ + -69.75848522742609, + 44.139335378748356, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "23023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26085 { + "geometry": { + "coordinates": [ + [ + [ + -86.04188918678787, + 44.16710596577008, + ], + [ + -85.82114958674804, + 44.164151648001805, + ], + [ + -85.56451736881553, + 44.16484994129249, + ], + [ + -85.56236381174197, + 43.81559586621472, + ], + [ + -86.03794099881968, + 43.81554215134621, + ], + [ + -86.04188918678787, + 44.16710596577008, + ], + ], + ], + "type": "Polygon", + }, + "id": "26085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26133 { + "geometry": { + "coordinates": [ + [ + [ + -85.33480461430253, + 44.165064800766544, + ], + [ + -85.08714555084319, + 44.164151648001805, + ], + [ + -85.08894018173783, + 43.813662130948224, + ], + [ + -85.56236381174197, + 43.81559586621472, + ], + [ + -85.56451736881553, + 44.16484994129249, + ], + [ + -85.33480461430253, + 44.165064800766544, + ], + ], + ], + "type": "Polygon", + }, + "id": "26133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26035 { + "geometry": { + "coordinates": [ + [ + [ + -84.85168997746736, + 44.16135847483908, + ], + [ + -84.60797910197621, + 44.16049903694286, + ], + [ + -84.60618447108159, + 43.81516614726661, + ], + [ + -85.08894018173783, + 43.813662130948224, + ], + [ + -85.08714555084319, + 44.164151648001805, + ], + [ + -84.85168997746736, + 44.16135847483908, + ], + ], + ], + "type": "Polygon", + }, + "id": "26035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26051 { + "geometry": { + "coordinates": [ + [ + [ + -84.16614097571761, + 44.161788193787196, + ], + [ + -84.16649990189653, + 43.99688354744934, + ], + [ + -84.1672177542544, + 43.825909120969406, + ], + [ + -84.60618447108159, + 43.81516614726661, + ], + [ + -84.60797910197621, + 44.16049903694286, + ], + [ + -84.36785748827434, + 44.16055275181137, + ], + [ + -84.16614097571761, + 44.161788193787196, + ], + ], + ], + "type": "Polygon", + }, + "id": "26051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55081 { + "geometry": { + "coordinates": [ + [ + [ + -90.31239286365623, + 44.155288694697006, + ], + [ + -90.3120339374773, + 43.73126352264781, + ], + [ + -90.9103638777479, + 43.725301172242766, + ], + [ + -90.9132352871793, + 44.071386070078205, + ], + [ + -90.97317595906004, + 44.07074149165604, + ], + [ + -90.90605676360077, + 44.15829672733379, + ], + [ + -90.31239286365623, + 44.155288694697006, + ], + ], + ], + "type": "Polygon", + }, + "id": "55081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16075 { + "geometry": { + "coordinates": [ + [ + [ + -116.45298647487844, + 44.151260079558455, + ], + [ + -116.45334540105738, + 44.06515514533058, + ], + [ + -116.53230916042122, + 44.06585343862126, + ], + [ + -116.57322674481884, + 43.98023193821001, + ], + [ + -116.71356688077914, + 43.98114509097475, + ], + [ + -116.71356688077914, + 43.807055202121006, + ], + [ + -116.85426594291835, + 43.79244475788521, + ], + [ + -116.98383829351084, + 43.87983884895742, + ], + [ + -116.93538325935576, + 43.9874834454594, + ], + [ + -116.97522406521661, + 44.08760796036942, + ], + [ + -116.8980549367474, + 44.15238809179725, + ], + [ + -116.45298647487844, + 44.151260079558455, + ], + ], + ], + "type": "Polygon", + }, + "id": "16075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36041 { + "geometry": { + "coordinates": [ + [ + [ + -74.05698514625071, + 43.74447738030224, + ], + [ + -74.21455373879948, + 43.72863149409062, + ], + [ + -74.15999695960264, + 43.37148133334131, + ], + [ + -74.14025601976168, + 43.25395320103277, + ], + [ + -74.53471589040198, + 43.228116349277556, + ], + [ + -74.71274327514956, + 43.28612840727263, + ], + [ + -74.86779938444585, + 43.33984327578659, + ], + [ + -74.77555535646171, + 43.48664601143524, + ], + [ + -74.85416018964663, + 44.07009691323387, + ], + [ + -74.5350748165809, + 44.099264086836946, + ], + [ + -74.28203186043767, + 44.12053517476848, + ], + [ + -74.25618917555497, + 43.96997239832385, + ], + [ + -74.33694756581345, + 43.92522791285172, + ], + [ + -74.21383588644163, + 43.81081524291699, + ], + [ + -74.04693521324077, + 43.796043654075646, + ], + [ + -74.05698514625071, + 43.74447738030224, + ], + ], + ], + "type": "Polygon", + }, + "id": "36041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27165 { + "geometry": { + "coordinates": [ + [ + [ + -94.36897653788434, + 44.10861047395838, + ], + [ + -94.36897653788434, + 43.84771735758608, + ], + [ + -94.85424473179306, + 43.84798593192865, + ], + [ + -94.85926969829804, + 43.847932217060134, + ], + [ + -94.85998755065589, + 44.1079121806677, + ], + [ + -94.36897653788434, + 44.10861047395838, + ], + ], + ], + "type": "Polygon", + }, + "id": "27165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16039 { + "geometry": { + "coordinates": [ + [ + [ + -114.9921569266473, + 43.949614463157054, + ], + [ + -114.9720570606274, + 43.93801205155804, + ], + [ + -114.99036229575266, + 43.85851404615738, + ], + [ + -115.04312444405487, + 43.74533681819847, + ], + [ + -115.03343343722385, + 43.62206119495893, + ], + [ + -115.0840420284525, + 43.60250898281985, + ], + [ + -115.08727236406284, + 43.19825088238379, + ], + [ + -115.08799021642069, + 42.914636376630085, + ], + [ + -115.03451021576063, + 42.9120043480729, + ], + [ + -115.03845840372882, + 42.76837078966658, + ], + [ + -115.45517169746257, + 42.768209645061035, + ], + [ + -115.44260928120015, + 42.93080455205279, + ], + [ + -115.79363908419033, + 42.95143106156215, + ], + [ + -115.9364917034031, + 43.00176189335973, + ], + [ + -115.96664150243294, + 42.943588690759114, + ], + [ + -116.20137922345091, + 43.0486012587039, + ], + [ + -116.26706271419448, + 43.11241452249848, + ], + [ + -115.9795628448743, + 43.11332767526322, + ], + [ + -115.97669143544289, + 43.59122886043192, + ], + [ + -115.83204418533548, + 43.60503358164, + ], + [ + -115.64612042465151, + 43.70037747325229, + ], + [ + -115.49537142950236, + 43.89128011595089, + ], + [ + -115.30765303792376, + 43.929310242858776, + ], + [ + -115.17341464700522, + 44.08465364260115, + ], + [ + -115.13859880764934, + 43.98447541282262, + ], + [ + -114.9921569266473, + 43.949614463157054, + ], + ], + ], + "type": "Polygon", + }, + "id": "16039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36043 { + "geometry": { + "coordinates": [ + [ + [ + -74.85416018964663, + 44.07009691323387, + ], + [ + -74.77555535646171, + 43.48664601143524, + ], + [ + -74.86779938444585, + 43.33984327578659, + ], + [ + -74.71274327514956, + 43.28612840727263, + ], + [ + -74.69551481856108, + 43.174025476683994, + ], + [ + -74.75976260458894, + 43.047365816728075, + ], + [ + -74.76335186637822, + 42.86317753259371, + ], + [ + -74.87892609599257, + 42.89819962686481, + ], + [ + -74.90728126412776, + 42.825147405685826, + ], + [ + -75.1011014007481, + 42.90835173701395, + ], + [ + -75.21200959003643, + 42.879990286438584, + ], + [ + -75.21918811361496, + 43.05246872923691, + ], + [ + -75.06915697082364, + 43.227310626249846, + ], + [ + -75.16247777734456, + 43.261258423150664, + ], + [ + -75.0766944205811, + 43.330711748139215, + ], + [ + -75.11007455522127, + 43.61523940665766, + ], + [ + -75.17001522710201, + 44.09695434749085, + ], + [ + -75.06269629960298, + 44.050383556489244, + ], + [ + -74.85416018964663, + 44.07009691323387, + ], + ], + ], + "type": "Polygon", + }, + "id": "36043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55063 { + "geometry": { + "coordinates": [ + [ + [ + -91.15192119616547, + 44.07965815982935, + ], + [ + -90.97317595906004, + 44.07074149165604, + ], + [ + -90.9132352871793, + 44.071386070078205, + ], + [ + -90.9103638777479, + 43.725301172242766, + ], + [ + -91.25672764041204, + 43.72836291974806, + ], + [ + -91.28436495618938, + 43.84707277916391, + ], + [ + -91.4250640183286, + 43.98431426821708, + ], + [ + -91.32205220497667, + 43.98447541282262, + ], + [ + -91.30733623164068, + 44.064832856119494, + ], + [ + -91.19499233763666, + 44.08631880352508, + ], + [ + -91.15192119616547, + 44.07965815982935, + ], + ], + ], + "type": "Polygon", + }, + "id": "55063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 56017 { + "geometry": { + "coordinates": [ + [ + [ + -108.55086771963104, + 44.07938958548678, + ], + [ + -108.42703818790137, + 43.99204920928308, + ], + [ + -108.42883281879601, + 43.90331224649802, + ], + [ + -108.30966932739238, + 43.90320481676099, + ], + [ + -108.30966932739238, + 43.84658934534728, + ], + [ + -107.95684489350757, + 43.81865761372002, + ], + [ + -107.95684489350757, + 43.73341211738837, + ], + [ + -107.71600542744784, + 43.733358402519855, + ], + [ + -107.71636435362676, + 43.645749451973586, + ], + [ + -107.59504730514958, + 43.646394030395754, + ], + [ + -107.59504730514958, + 43.50136388540807, + ], + [ + -107.59504730514958, + 43.4722504266735, + ], + [ + -108.33838342170651, + 43.459734862309745, + ], + [ + -108.45682906075228, + 43.503136476069024, + ], + [ + -108.69515604355952, + 43.532196219935074, + ], + [ + -108.81431953496315, + 43.60519472624554, + ], + [ + -109.17181000917401, + 43.619697740744314, + ], + [ + -109.17181000917401, + 43.69919574614498, + ], + [ + -109.31286799749215, + 43.8131786971316, + ], + [ + -109.09212839745231, + 43.81613301489986, + ], + [ + -109.09284624981017, + 43.90444025873681, + ], + [ + -108.91266530798903, + 43.90470883307938, + ], + [ + -108.91589564359937, + 43.99081376730726, + ], + [ + -108.79242503804862, + 43.9909749119128, + ], + [ + -108.79242503804862, + 44.079604444960836, + ], + [ + -108.55086771963104, + 44.07938958548678, + ], + ], + ], + "type": "Polygon", + }, + "id": "56017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16051 { + "geometry": { + "coordinates": [ + [ + [ + -112.15664011312738, + 44.057581348870116, + ], + [ + -112.15699903930631, + 43.971261555168184, + ], + [ + -111.97789487602195, + 43.97083183622007, + ], + [ + -111.97753594984302, + 43.92726907785524, + ], + [ + -111.9839966210637, + 43.753770052555154, + ], + [ + -111.92836306333008, + 43.76607075744485, + ], + [ + -111.62722399921068, + 43.62668067365113, + ], + [ + -112.52059125855892, + 43.626465814177074, + ], + [ + -112.69825971712758, + 43.622920632855156, + ], + [ + -112.6957472338751, + 43.97185241872184, + ], + [ + -112.69538830769616, + 44.05833335702931, + ], + [ + -112.15664011312738, + 44.057581348870116, + ], + ], + ], + "type": "Polygon", + }, + "id": "16051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41025 { + "geometry": { + "coordinates": [ + [ + [ + -118.22751750349141, + 44.03990915712902, + ], + [ + -118.22895320820712, + 42.91458266176157, + ], + [ + -118.21674971812362, + 42.91452894689306, + ], + [ + -118.21459616105005, + 42.27602030486762, + ], + [ + -118.19700877828265, + 41.9969715629376, + ], + [ + -119.3240369801121, + 41.993802385695275, + ], + [ + -119.3606474503626, + 41.99423210464339, + ], + [ + -119.36531349068865, + 42.74903343700155, + ], + [ + -119.94174893404472, + 42.741137351329996, + ], + [ + -119.93959537697117, + 43.175368348396844, + ], + [ + -119.89795994021569, + 43.17655007550415, + ], + [ + -119.89867779257354, + 43.60836390348787, + ], + [ + -119.89867779257354, + 43.698336308248756, + ], + [ + -119.77736074409636, + 43.698067733906186, + ], + [ + -119.77556611320172, + 43.959068280015515, + ], + [ + -119.65747940033488, + 43.959068280015515, + ], + [ + -118.81651536310991, + 43.95998143278025, + ], + [ + -118.81507965839421, + 44.04769781306354, + ], + [ + -118.22751750349141, + 44.03990915712902, + ], + ], + ], + "type": "Polygon", + }, + "id": "41025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 56013 { + "geometry": { + "coordinates": [ + [ + [ + -109.31286799749215, + 43.8131786971316, + ], + [ + -109.17181000917401, + 43.69919574614498, + ], + [ + -109.17181000917401, + 43.619697740744314, + ], + [ + -108.81431953496315, + 43.60519472624554, + ], + [ + -108.69515604355952, + 43.532196219935074, + ], + [ + -108.45682906075228, + 43.503136476069024, + ], + [ + -108.33838342170651, + 43.459734862309745, + ], + [ + -107.59504730514958, + 43.4722504266735, + ], + [ + -107.59504730514958, + 43.50136388540807, + ], + [ + -107.53474770708992, + 43.50136388540807, + ], + [ + -107.51716032432252, + 43.472626430753095, + ], + [ + -107.50136757244975, + 42.78147721758398, + ], + [ + -107.54336193538416, + 42.78147721758398, + ], + [ + -107.54192623066845, + 42.43437173724678, + ], + [ + -107.52290314318535, + 42.43437173724678, + ], + [ + -107.52254421700641, + 42.26173214984291, + ], + [ + -109.04367336329723, + 42.26366588510941, + ], + [ + -109.07274638379027, + 42.69349226295812, + ], + [ + -109.14740302900701, + 42.7280846382811, + ], + [ + -109.3702961861204, + 42.945576140894126, + ], + [ + -109.5526306850151, + 43.012451152194004, + ], + [ + -109.69189404243862, + 43.2656093275003, + ], + [ + -109.75470612375076, + 43.46317261389464, + ], + [ + -110.05153807372304, + 43.46478405995006, + ], + [ + -110.05333270461767, + 44.00800252523173, + ], + [ + -109.99410988509479, + 43.94956074828854, + ], + [ + -109.85843578946054, + 43.957456833960094, + ], + [ + -109.78736840603308, + 43.801200281452985, + ], + [ + -109.66533350519805, + 43.8462670561362, + ], + [ + -109.64200330356782, + 43.92275702890008, + ], + [ + -109.54222182582623, + 43.9613243044931, + ], + [ + -109.44244034808465, + 43.93043825509757, + ], + [ + -109.31286799749215, + 43.8131786971316, + ], + ], + ], + "type": "Polygon", + }, + "id": "56013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26017 { + "geometry": { + "coordinates": [ + [ + [ + -83.9080730530694, + 43.91045632401038, + ], + [ + -83.91273909339544, + 43.67604463781546, + ], + [ + -83.69953694311306, + 43.58967112924501, + ], + [ + -83.69881909075521, + 43.47896478523774, + ], + [ + -83.81726472980098, + 43.52231268412851, + ], + [ + -84.05092567228218, + 43.524407564000555, + ], + [ + -84.16829453279117, + 43.56882976026159, + ], + [ + -84.1672177542544, + 43.825909120969406, + ], + [ + -84.16649990189653, + 43.99688354744934, + ], + [ + -84.04554177959828, + 43.99699097718637, + ], + [ + -84.04482392724043, + 43.91196034032877, + ], + [ + -83.9080730530694, + 43.91045632401038, + ], + ], + ], + "type": "Polygon", + }, + "id": "26017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46071 { + "geometry": { + "coordinates": [ + [ + [ + -101.06402655340167, + 43.994896097314324, + ], + [ + -101.06438547958061, + 43.84105671389034, + ], + [ + -101.06438547958061, + 43.841002999021825, + ], + [ + -101.22877366952898, + 43.79556022025902, + ], + [ + -101.22805581717112, + 43.389153525082406, + ], + [ + -102.11065529115156, + 43.3899055332416, + ], + [ + -102.13901045928677, + 43.47665504589165, + ], + [ + -102.13901045928677, + 43.700807192200394, + ], + [ + -102.01912911552529, + 43.70859584813492, + ], + [ + -102.00728455162071, + 43.994520093234726, + ], + [ + -101.06402655340167, + 43.994896097314324, + ], + ], + ], + "type": "Polygon", + }, + "id": "46071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16013 { + "geometry": { + "coordinates": [ + [ + [ + -113.79872738171645, + 43.56866861565605, + ], + [ + -113.70145838722735, + 43.584675646473215, + ], + [ + -113.61065006395893, + 43.49024490762567, + ], + [ + -113.63613382266271, + 43.36745271820276, + ], + [ + -113.36263207432066, + 43.36713042899168, + ], + [ + -113.36263207432066, + 43.28451696121721, + ], + [ + -113.00801300954122, + 43.284624390954235, + ], + [ + -113.00837193572013, + 43.110856791311576, + ], + [ + -113.2441864352749, + 43.110964221048604, + ], + [ + -113.23772576405422, + 42.762193579787464, + ], + [ + -113.17993864924703, + 42.675390352268906, + ], + [ + -113.23772576405422, + 42.62516695020836, + ], + [ + -113.37088737643597, + 42.6861333259717, + ], + [ + -113.47318133743005, + 42.66915942752129, + ], + [ + -113.47282241125112, + 42.84905052217454, + ], + [ + -113.41395851790716, + 42.84910423704305, + ], + [ + -113.41467637026501, + 43.19970118383367, + ], + [ + -113.71545650820548, + 43.199916043307724, + ], + [ + -114.37588067743037, + 43.19948632435961, + ], + [ + -114.39562161727133, + 43.323406526021316, + ], + [ + -114.5356028270527, + 43.33457921867222, + ], + [ + -114.50868336363321, + 43.48062994616167, + ], + [ + -114.68312148659152, + 43.59031570766718, + ], + [ + -114.69353034578039, + 43.78358180458041, + ], + [ + -114.85684175719199, + 43.7962585135497, + ], + [ + -114.99036229575266, + 43.85851404615738, + ], + [ + -114.9720570606274, + 43.93801205155804, + ], + [ + -114.81448846807865, + 43.99285493231079, + ], + [ + -114.81484739425757, + 43.92764508193484, + ], + [ + -114.68204470805475, + 43.92759136706633, + ], + [ + -114.52914215583202, + 43.8458910520566, + ], + [ + -114.51514403485389, + 43.89536244595796, + ], + [ + -114.27932953529913, + 43.87806625829646, + ], + [ + -114.27609919968879, + 43.83085088887269, + ], + [ + -114.07402376095312, + 43.73856874476571, + ], + [ + -114.03346510273443, + 43.778747466414146, + ], + [ + -113.79872738171645, + 43.56866861565605, + ], + ], + ], + "type": "Polygon", + }, + "id": "16013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16081 { + "geometry": { + "coordinates": [ + [ + [ + -111.04719929406535, + 43.98345483032085, + ], + [ + -111.04540466317071, + 43.50114902593401, + ], + [ + -111.19974292010914, + 43.53950144205297, + ], + [ + -111.24496761865389, + 43.621577761142305, + ], + [ + -111.40074158030802, + 43.62190005035339, + ], + [ + -111.39966480177124, + 43.922971888374136, + ], + [ + -111.18682157766779, + 43.932371990364075, + ], + [ + -111.04719929406535, + 43.98345483032085, + ], + ], + ], + "type": "Polygon", + }, + "id": "16081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55047 { + "geometry": { + "coordinates": [ + [ + [ + -88.88637915478095, + 43.983239970846796, + ], + [ + -88.8856613024231, + 43.895201301352415, + ], + [ + -88.88637915478095, + 43.63355617682092, + ], + [ + -89.00697835090028, + 43.63301902813578, + ], + [ + -89.24530533370752, + 43.64300999367937, + ], + [ + -89.16813620523831, + 43.982810251898684, + ], + [ + -88.88637915478095, + 43.983239970846796, + ], + ], + ], + "type": "Polygon", + }, + "id": "55047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55077 { + "geometry": { + "coordinates": [ + [ + [ + -89.16813620523831, + 43.982810251898684, + ], + [ + -89.24530533370752, + 43.64300999367937, + ], + [ + -89.59956547230806, + 43.642526559862745, + ], + [ + -89.59812976759234, + 43.98221938834503, + ], + [ + -89.16813620523831, + 43.982810251898684, + ], + ], + ], + "type": "Polygon", + }, + "id": "55077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 50027 { + "geometry": { + "coordinates": [ + [ + [ + -72.20528498916853, + 43.7712273848222, + ], + [ + -72.30327183601548, + 43.69586542429711, + ], + [ + -72.32947344707712, + 43.60014552860524, + ], + [ + -72.37936418594792, + 43.57162293342432, + ], + [ + -72.4332031127869, + 43.23327297665489, + ], + [ + -72.68265680714087, + 43.222637432689126, + ], + [ + -72.81904875513297, + 43.255564647088185, + ], + [ + -72.86750378928805, + 43.30079256637694, + ], + [ + -72.85314674213099, + 43.37110532926171, + ], + [ + -72.75946700943116, + 43.354185145679814, + ], + [ + -72.72680472714885, + 43.46870524535157, + ], + [ + -72.79069358699778, + 43.495025530923414, + ], + [ + -72.7006031160872, + 43.68286642611673, + ], + [ + -72.81976660749082, + 43.71681422301755, + ], + [ + -72.78243828488246, + 43.80431574382679, + ], + [ + -72.87396446050873, + 43.8581917569463, + ], + [ + -72.95831211255648, + 43.82660741426009, + ], + [ + -72.97984768329208, + 43.88263202212015, + ], + [ + -72.7910525131767, + 43.96191516804675, + ], + [ + -72.78279721106139, + 43.92898795364769, + ], + [ + -72.20528498916853, + 43.7712273848222, + ], + ], + ], + "type": "Polygon", + }, + "id": "50027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41019 { + "geometry": { + "coordinates": [ + [ + [ + -122.13227540403359, + 43.44039750964472, + ], + [ + -122.06515620857432, + 43.40730915064012, + ], + [ + -121.97398895912697, + 43.26158071236175, + ], + [ + -122.09243459817274, + 43.078627870203206, + ], + [ + -122.2823065468249, + 43.06756260728933, + ], + [ + -122.28338332536168, + 42.99477896045291, + ], + [ + -122.40218789058638, + 42.994940105058454, + ], + [ + -122.55903863077728, + 42.93789491469663, + ], + [ + -122.7955709826899, + 42.77938233771194, + ], + [ + -123.15270253072183, + 42.75397520490483, + ], + [ + -123.22951273301211, + 42.70826385179946, + ], + [ + -123.44702199744162, + 42.701656922972234, + ], + [ + -123.71513985309977, + 42.73968704988012, + ], + [ + -123.71621663163656, + 42.78378695693008, + ], + [ + -123.81204992140995, + 42.78937330325553, + ], + [ + -123.81994629734633, + 42.99477896045291, + ], + [ + -123.7018595844795, + 43.087222249165436, + ], + [ + -123.70365421537412, + 43.25825039051388, + ], + [ + -123.76467166579164, + 43.257014948538064, + ], + [ + -123.7643127396127, + 43.43228656449911, + ], + [ + -123.87557985507995, + 43.51592061477535, + ], + [ + -123.87557985507995, + 43.60825647375084, + ], + [ + -124.21835435595483, + 43.610297638754375, + ], + [ + -124.15841368407409, + 43.86350952892918, + ], + [ + -123.92547059395073, + 43.865550693932704, + ], + [ + -123.82784267328272, + 43.94504869933337, + ], + [ + -123.61930656332638, + 43.92012500034289, + ], + [ + -123.52921609241581, + 43.82940058742281, + ], + [ + -123.34759944587896, + 43.780090338126996, + ], + [ + -123.13798655738584, + 43.77960690431037, + ], + [ + -123.10927246307172, + 43.53751399191796, + ], + [ + -122.74209098202984, + 43.54449692482477, + ], + [ + -122.74065527731413, + 43.43712090266537, + ], + [ + -122.13227540403359, + 43.44039750964472, + ], + ], + ], + "type": "Polygon", + }, + "id": "41019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55039 { + "geometry": { + "coordinates": [ + [ + [ + -88.16242505188606, + 43.89138754568792, + ], + [ + -88.16098934717036, + 43.54288547876935, + ], + [ + -88.40039310851438, + 43.543476342323004, + ], + [ + -88.40111096087223, + 43.6308167185267, + ], + [ + -88.88637915478095, + 43.63355617682092, + ], + [ + -88.8856613024231, + 43.895201301352415, + ], + [ + -88.40326451794579, + 43.892945276874826, + ], + [ + -88.40434129648257, + 43.93817319616358, + ], + [ + -88.16170719952821, + 43.937689762346956, + ], + [ + -88.16242505188606, + 43.89138754568792, + ], + ], + ], + "type": "Polygon", + }, + "id": "55039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46003 { + "geometry": { + "coordinates": [ + [ + [ + -98.33152155323369, + 43.93763604747844, + ], + [ + -98.32541980819194, + 43.85104767943394, + ], + [ + -98.32039484168696, + 43.49862442711385, + ], + [ + -98.7058815578541, + 43.499322720404535, + ], + [ + -98.79453632404896, + 43.49916157579899, + ], + [ + -98.80781659266925, + 43.93521887839532, + ], + [ + -98.33152155323369, + 43.93763604747844, + ], + ], + ], + "type": "Polygon", + }, + "id": "46003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46015 { + "geometry": { + "coordinates": [ + [ + [ + -98.80781659266925, + 43.93521887839532, + ], + [ + -98.79453632404896, + 43.49916157579899, + ], + [ + -99.29846867926187, + 43.49975243935265, + ], + [ + -99.37527888155216, + 43.65681471488746, + ], + [ + -99.4610622383156, + 43.65719071896706, + ], + [ + -99.40542868058199, + 43.779929193521454, + ], + [ + -99.30600612901934, + 43.85905119484252, + ], + [ + -99.35589686789012, + 43.934252010762066, + ], + [ + -98.9273390102518, + 43.93511144865829, + ], + [ + -98.80781659266925, + 43.93521887839532, + ], + ], + ], + "type": "Polygon", + }, + "id": "46015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16065 { + "geometry": { + "coordinates": [ + [ + [ + -111.39966480177124, + 43.922971888374136, + ], + [ + -111.40074158030802, + 43.62190005035339, + ], + [ + -111.62722399921068, + 43.62668067365113, + ], + [ + -111.92836306333008, + 43.76607075744485, + ], + [ + -111.9839966210637, + 43.753770052555154, + ], + [ + -111.97753594984302, + 43.92726907785524, + ], + [ + -111.56046372993035, + 43.8832228856738, + ], + [ + -111.39966480177124, + 43.922971888374136, + ], + ], + ], + "type": "Polygon", + }, + "id": "16065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55117 { + "geometry": { + "coordinates": [ + [ + [ + -87.73279041571095, + 43.892139553847116, + ], + [ + -87.70264061668112, + 43.68823791296813, + ], + [ + -87.79273108759169, + 43.54299290850638, + ], + [ + -88.04074907722995, + 43.54234833008422, + ], + [ + -88.16098934717036, + 43.54288547876935, + ], + [ + -88.16242505188606, + 43.89138754568792, + ], + [ + -88.04182585576673, + 43.89165612003049, + ], + [ + -87.73279041571095, + 43.892139553847116, + ], + ], + ], + "type": "Polygon", + }, + "id": "55117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16027 { + "geometry": { + "coordinates": [ + [ + [ + -116.71356688077914, + 43.807055202121006, + ], + [ + -116.51364499911703, + 43.80710891698952, + ], + [ + -116.51400392529597, + 43.634039610637544, + ], + [ + -116.47559882415082, + 43.63398589576903, + ], + [ + -116.47452204561404, + 43.45968114744123, + ], + [ + -116.51436285147489, + 43.459197713624604, + ], + [ + -116.51256822058025, + 43.29015702241118, + ], + [ + -116.78212178095411, + 43.47708476483976, + ], + [ + -116.8427803051927, + 43.5931088808299, + ], + [ + -117.0265505088031, + 43.68018068269103, + ], + [ + -117.02619158262418, + 43.840734424679255, + ], + [ + -116.98383829351084, + 43.87983884895742, + ], + [ + -116.85426594291835, + 43.79244475788521, + ], + [ + -116.71356688077914, + 43.807055202121006, + ], + ], + ], + "type": "Polygon", + }, + "id": "16027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46095 { + "geometry": { + "coordinates": [ + [ + [ + -100.33899567197001, + 43.71702908249161, + ], + [ + -100.23167674447096, + 43.713859905249286, + ], + [ + -100.21408936170356, + 43.390335252189715, + ], + [ + -101.22805581717112, + 43.389153525082406, + ], + [ + -101.22877366952898, + 43.79556022025902, + ], + [ + -101.06438547958061, + 43.841002999021825, + ], + [ + -101.06438547958061, + 43.84105671389034, + ], + [ + -100.92942923630422, + 43.82993773610795, + ], + [ + -100.7804748720497, + 43.723958300529915, + ], + [ + -100.68033446812917, + 43.71144273616616, + ], + [ + -100.58665473542933, + 43.76870278600204, + ], + [ + -100.33899567197001, + 43.71702908249161, + ], + ], + ], + "type": "Polygon", + }, + "id": "46095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16025 { + "geometry": { + "coordinates": [ + [ + [ + -114.37588067743037, + 43.19948632435961, + ], + [ + -114.59554349893344, + 43.19814345264676, + ], + [ + -115.08727236406284, + 43.19825088238379, + ], + [ + -115.0840420284525, + 43.60250898281985, + ], + [ + -115.03343343722385, + 43.62206119495893, + ], + [ + -115.04312444405487, + 43.74533681819847, + ], + [ + -114.99036229575266, + 43.85851404615738, + ], + [ + -114.85684175719199, + 43.7962585135497, + ], + [ + -114.69353034578039, + 43.78358180458041, + ], + [ + -114.68312148659152, + 43.59031570766718, + ], + [ + -114.50868336363321, + 43.48062994616167, + ], + [ + -114.5356028270527, + 43.33457921867222, + ], + [ + -114.39562161727133, + 43.323406526021316, + ], + [ + -114.37588067743037, + 43.19948632435961, + ], + ], + ], + "type": "Polygon", + }, + "id": "16025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 50021 { + "geometry": { + "coordinates": [ + [ + [ + -72.86750378928805, + 43.30079256637694, + ], + [ + -73.2544262101709, + 43.31475843219057, + ], + [ + -73.24832446512914, + 43.552554155101866, + ], + [ + -73.30252231814706, + 43.625713806017885, + ], + [ + -73.42635184987672, + 43.64343971262748, + ], + [ + -73.36210406384888, + 43.75296432952745, + ], + [ + -73.20597117601581, + 43.76676905073553, + ], + [ + -73.21853359227825, + 43.83718924335734, + ], + [ + -72.95831211255648, + 43.82660741426009, + ], + [ + -72.87396446050873, + 43.8581917569463, + ], + [ + -72.78243828488246, + 43.80431574382679, + ], + [ + -72.81976660749082, + 43.71681422301755, + ], + [ + -72.7006031160872, + 43.68286642611673, + ], + [ + -72.79069358699778, + 43.495025530923414, + ], + [ + -72.72680472714885, + 43.46870524535157, + ], + [ + -72.75946700943116, + 43.354185145679814, + ], + [ + -72.85314674213099, + 43.37110532926171, + ], + [ + -72.86750378928805, + 43.30079256637694, + ], + ], + ], + "type": "Polygon", + }, + "id": "50021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46033 { + "geometry": { + "coordinates": [ + [ + [ + -102.81020241387945, + 43.688130483231106, + ], + [ + -103.00115114106839, + 43.605355870851085, + ], + [ + -103.00079221488946, + 43.47681619049719, + ], + [ + -104.0549584023968, + 43.477783058130434, + ], + [ + -104.05459947621787, + 43.50319019093754, + ], + [ + -104.05531732857573, + 43.85341113364855, + ], + [ + -102.68709073450763, + 43.85545229865208, + ], + [ + -102.81020241387945, + 43.688130483231106, + ], + ], + ], + "type": "Polygon", + }, + "id": "46033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27133 { + "geometry": { + "coordinates": [ + [ + [ + -96.06454380713346, + 43.849167659035956, + ], + [ + -96.05234031704995, + 43.849006514430414, + ], + [ + -96.05341709558674, + 43.500128443432246, + ], + [ + -96.45290193273202, + 43.500397017774816, + ], + [ + -96.45326085891094, + 43.849651092852575, + ], + [ + -96.06454380713346, + 43.849167659035956, + ], + ], + ], + "type": "Polygon", + }, + "id": "27133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27105 { + "geometry": { + "coordinates": [ + [ + [ + -95.46226567889468, + 43.84787850219162, + ], + [ + -95.45257467206366, + 43.847932217060134, + ], + [ + -95.45472822913722, + 43.50055816238036, + ], + [ + -95.8610326636821, + 43.50002101369522, + ], + [ + -96.05341709558674, + 43.500128443432246, + ], + [ + -96.05234031704995, + 43.849006514430414, + ], + [ + -95.46226567889468, + 43.84787850219162, + ], + ], + ], + "type": "Polygon", + }, + "id": "27105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27047 { + "geometry": { + "coordinates": [ + [ + [ + -93.04956390415026, + 43.848469365745274, + ], + [ + -93.04848712561348, + 43.49969872448413, + ], + [ + -93.49714484927169, + 43.49948386501008, + ], + [ + -93.64897062295763, + 43.49964500961562, + ], + [ + -93.64825277059978, + 43.84814707653419, + ], + [ + -93.40705437836112, + 43.848093361665676, + ], + [ + -93.04956390415026, + 43.848469365745274, + ], + ], + ], + "type": "Polygon", + }, + "id": "27047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27099 { + "geometry": { + "coordinates": [ + [ + [ + -92.68991987286583, + 43.848469365745274, + ], + [ + -92.4490804068061, + 43.83407378098353, + ], + [ + -92.4490804068061, + 43.50045073264333, + ], + [ + -92.55316899869482, + 43.500235873169274, + ], + [ + -93.0244390716254, + 43.49969872448413, + ], + [ + -93.04848712561348, + 43.49969872448413, + ], + [ + -93.04956390415026, + 43.848469365745274, + ], + [ + -93.04561571618207, + 43.84841565087676, + ], + [ + -92.68991987286583, + 43.848469365745274, + ], + ], + ], + "type": "Polygon", + }, + "id": "27099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27055 { + "geometry": { + "coordinates": [ + [ + [ + -91.28436495618938, + 43.84707277916391, + ], + [ + -91.25672764041204, + 43.72836291974806, + ], + [ + -91.26929005667446, + 43.61658227837051, + ], + [ + -91.21760468690904, + 43.50055816238036, + ], + [ + -91.61098777901256, + 43.500665592117386, + ], + [ + -91.73086912277404, + 43.5007193069859, + ], + [ + -91.7305101965951, + 43.84691163455837, + ], + [ + -91.28436495618938, + 43.84707277916391, + ], + ], + ], + "type": "Polygon", + }, + "id": "27055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46035 { + "geometry": { + "coordinates": [ + [ + [ + -97.96721148162322, + 43.85067167535434, + ], + [ + -97.96505792454965, + 43.499054146061965, + ], + [ + -98.11473014116204, + 43.49830213790277, + ], + [ + -98.32039484168696, + 43.49862442711385, + ], + [ + -98.32541980819194, + 43.85104767943394, + ], + [ + -97.96721148162322, + 43.85067167535434, + ], + ], + ], + "type": "Polygon", + }, + "id": "46035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46061 { + "geometry": { + "coordinates": [ + [ + [ + -97.85127832582994, + 43.84986595232663, + ], + [ + -97.60864422887558, + 43.84906022929893, + ], + [ + -97.60684959798094, + 43.49980615422116, + ], + [ + -97.96505792454965, + 43.499054146061965, + ], + [ + -97.96721148162322, + 43.85067167535434, + ], + [ + -97.85127832582994, + 43.84986595232663, + ], + ], + ], + "type": "Polygon", + }, + "id": "46061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27045 { + "geometry": { + "coordinates": [ + [ + [ + -92.07938644251173, + 43.84707277916391, + ], + [ + -91.7305101965951, + 43.84691163455837, + ], + [ + -91.73086912277404, + 43.5007193069859, + ], + [ + -92.07974536869067, + 43.500665592117386, + ], + [ + -92.4490804068061, + 43.50045073264333, + ], + [ + -92.4490804068061, + 43.83407378098353, + ], + [ + -92.07938644251173, + 43.84707277916391, + ], + ], + ], + "type": "Polygon", + }, + "id": "27045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27063 { + "geometry": { + "coordinates": [ + [ + [ + -94.85926969829804, + 43.847932217060134, + ], + [ + -94.85424473179306, + 43.84798593192865, + ], + [ + -94.85568043650876, + 43.50088045159144, + ], + [ + -94.91454432985273, + 43.50045073264333, + ], + [ + -95.38796795985688, + 43.500235873169274, + ], + [ + -95.45472822913722, + 43.50055816238036, + ], + [ + -95.45257467206366, + 43.847932217060134, + ], + [ + -94.85926969829804, + 43.847932217060134, + ], + ], + ], + "type": "Polygon", + }, + "id": "27063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27043 { + "geometry": { + "coordinates": [ + [ + [ + -93.76777518818233, + 43.847932217060134, + ], + [ + -93.64825277059978, + 43.84814707653419, + ], + [ + -93.64897062295763, + 43.49964500961562, + ], + [ + -93.97092740545477, + 43.499591294747106, + ], + [ + -94.24801841558609, + 43.500128443432246, + ], + [ + -94.2469416370493, + 43.84777107245459, + ], + [ + -93.76777518818233, + 43.847932217060134, + ], + ], + ], + "type": "Polygon", + }, + "id": "27043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46099 { + "geometry": { + "coordinates": [ + [ + [ + -96.45290193273202, + 43.500397017774816, + ], + [ + -96.59898488755513, + 43.500397017774816, + ], + [ + -96.92488985802045, + 43.499967298826704, + ], + [ + -97.1294777800086, + 43.49969872448413, + ], + [ + -97.12911885382968, + 43.84798593192865, + ], + [ + -96.88863831394887, + 43.848361936008246, + ], + [ + -96.45326085891094, + 43.849651092852575, + ], + [ + -96.45290193273202, + 43.500397017774816, + ], + ], + ], + "type": "Polygon", + }, + "id": "46099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27091 { + "geometry": { + "coordinates": [ + [ + [ + -94.36897653788434, + 43.84771735758608, + ], + [ + -94.2469416370493, + 43.84777107245459, + ], + [ + -94.24801841558609, + 43.500128443432246, + ], + [ + -94.44327425692214, + 43.500397017774816, + ], + [ + -94.85568043650876, + 43.50088045159144, + ], + [ + -94.85424473179306, + 43.84798593192865, + ], + [ + -94.36897653788434, + 43.84771735758608, + ], + ], + ], + "type": "Polygon", + }, + "id": "27091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46087 { + "geometry": { + "coordinates": [ + [ + [ + -97.36959939371047, + 43.848630510350816, + ], + [ + -97.12911885382968, + 43.84798593192865, + ], + [ + -97.1294777800086, + 43.49969872448413, + ], + [ + -97.40154382363494, + 43.49975243935265, + ], + [ + -97.60684959798094, + 43.49980615422116, + ], + [ + -97.60864422887558, + 43.84906022929893, + ], + [ + -97.36959939371047, + 43.848630510350816, + ], + ], + ], + "type": "Polygon", + }, + "id": "46087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26111 { + "geometry": { + "coordinates": [ + [ + [ + -84.1672177542544, + 43.825909120969406, + ], + [ + -84.16829453279117, + 43.56882976026159, + ], + [ + -84.17044808986473, + 43.48191910300601, + ], + [ + -84.37001104534791, + 43.46601950192588, + ], + [ + -84.6076201757973, + 43.46601950192588, + ], + [ + -84.60618447108159, + 43.81516614726661, + ], + [ + -84.1672177542544, + 43.825909120969406, + ], + ], + ], + "type": "Polygon", + }, + "id": "26111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26127 { + "geometry": { + "coordinates": [ + [ + [ + -86.03794099881968, + 43.81554215134621, + ], + [ + -86.03937670353538, + 43.46741608850724, + ], + [ + -86.46111496377411, + 43.47230414154201, + ], + [ + -86.53971979695903, + 43.65455869040987, + ], + [ + -86.43096516474428, + 43.81940962187922, + ], + [ + -86.03794099881968, + 43.81554215134621, + ], + ], + ], + "type": "Polygon", + }, + "id": "26127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26073 { + "geometry": { + "coordinates": [ + [ + [ + -84.60618447108159, + 43.81516614726661, + ], + [ + -84.6076201757973, + 43.46601950192588, + ], + [ + -84.84594715860453, + 43.466126931662906, + ], + [ + -85.08499199376963, + 43.46618064653142, + ], + [ + -85.08894018173783, + 43.813662130948224, + ], + [ + -84.60618447108159, + 43.81516614726661, + ], + ], + ], + "type": "Polygon", + }, + "id": "26073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 23031 { + "geometry": { + "coordinates": [ + [ + [ + -70.35358483208634, + 43.53563397151997, + ], + [ + -70.43865033649195, + 43.354990868707524, + ], + [ + -70.54955852578026, + 43.32576998023593, + ], + [ + -70.67267020515207, + 43.070516925057596, + ], + [ + -70.82952094534298, + 43.13416904424663, + ], + [ + -70.80942107932309, + 43.225430605851855, + ], + [ + -70.9863716855339, + 43.381042579936796, + ], + [ + -70.96232363154581, + 43.541005458371366, + ], + [ + -70.98888416878638, + 43.7900813036706, + ], + [ + -70.98888416878638, + 43.790940741566814, + ], + [ + -70.78321946826145, + 43.813823275553766, + ], + [ + -70.65867208417393, + 43.79244475788521, + ], + [ + -70.65974886271071, + 43.7062323939203, + ], + [ + -70.54991745195919, + 43.71579364051579, + ], + [ + -70.492130337152, + 43.60675245743245, + ], + [ + -70.35358483208634, + 43.53563397151997, + ], + ], + ], + "type": "Polygon", + }, + "id": "23031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26107 { + "geometry": { + "coordinates": [ + [ + [ + -85.08894018173783, + 43.813662130948224, + ], + [ + -85.08499199376963, + 43.46618064653142, + ], + [ + -85.56236381174197, + 43.46816809666644, + ], + [ + -85.56236381174197, + 43.81559586621472, + ], + [ + -85.08894018173783, + 43.813662130948224, + ], + ], + ], + "type": "Polygon", + }, + "id": "26107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26123 { + "geometry": { + "coordinates": [ + [ + [ + -85.56236381174197, + 43.81559586621472, + ], + [ + -85.56236381174197, + 43.46816809666644, + ], + [ + -85.56236381174197, + 43.29423935241824, + ], + [ + -85.79028193536034, + 43.293003910442415, + ], + [ + -86.03901777735646, + 43.29348734425904, + ], + [ + -86.03937670353538, + 43.46741608850724, + ], + [ + -86.03794099881968, + 43.81554215134621, + ], + [ + -85.56236381174197, + 43.81559586621472, + ], + ], + ], + "type": "Polygon", + }, + "id": "26123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36115 { + "geometry": { + "coordinates": [ + [ + [ + -73.36210406384888, + 43.75296432952745, + ], + [ + -73.42635184987672, + 43.64343971262748, + ], + [ + -73.30252231814706, + 43.625713806017885, + ], + [ + -73.24832446512914, + 43.552554155101866, + ], + [ + -73.2544262101709, + 43.31475843219057, + ], + [ + -73.27380822383293, + 42.94364240562763, + ], + [ + -73.63560581219092, + 42.94127895141301, + ], + [ + -73.57566514031018, + 43.08040046086417, + ], + [ + -73.59504715397222, + 43.30611033835982, + ], + [ + -73.62878621479132, + 43.486431151961185, + ], + [ + -73.49311211915708, + 43.65520326883204, + ], + [ + -73.43819641378131, + 43.80361745053611, + ], + [ + -73.37897359425843, + 43.8085592184394, + ], + [ + -73.36210406384888, + 43.75296432952745, + ], + ], + ], + "type": "Polygon", + }, + "id": "36115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16001 { + "geometry": { + "coordinates": [ + [ + [ + -116.28249653988833, + 43.80684034264695, + ], + [ + -115.97669143544289, + 43.59122886043192, + ], + [ + -115.9795628448743, + 43.11332767526322, + ], + [ + -116.26706271419448, + 43.11241452249848, + ], + [ + -116.38694405795596, + 43.193309114480506, + ], + [ + -116.43324553503749, + 43.29606565794771, + ], + [ + -116.51256822058025, + 43.29015702241118, + ], + [ + -116.51436285147489, + 43.459197713624604, + ], + [ + -116.47452204561404, + 43.45968114744123, + ], + [ + -116.47559882415082, + 43.63398589576903, + ], + [ + -116.51400392529597, + 43.634039610637544, + ], + [ + -116.51364499911703, + 43.80710891698952, + ], + [ + -116.28249653988833, + 43.80684034264695, + ], + ], + ], + "type": "Polygon", + }, + "id": "16001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36113 { + "geometry": { + "coordinates": [ + [ + [ + -73.59504715397222, + 43.30611033835982, + ], + [ + -73.83588662003194, + 43.253738341558716, + ], + [ + -73.8839827280081, + 43.398016478387206, + ], + [ + -74.15999695960264, + 43.37148133334131, + ], + [ + -74.21455373879948, + 43.72863149409062, + ], + [ + -74.05698514625071, + 43.74447738030224, + ], + [ + -73.43819641378131, + 43.80361745053611, + ], + [ + -73.49311211915708, + 43.65520326883204, + ], + [ + -73.62878621479132, + 43.486431151961185, + ], + [ + -73.59504715397222, + 43.30611033835982, + ], + ], + ], + "type": "Polygon", + }, + "id": "36113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46123 { + "geometry": { + "coordinates": [ + [ + [ + -99.53356532645878, + 43.49980615422116, + ], + [ + -99.53428317881664, + 42.99794813769523, + ], + [ + -100.19829660983079, + 42.9985927161174, + ], + [ + -100.21408936170356, + 43.390335252189715, + ], + [ + -100.23167674447096, + 43.713859905249286, + ], + [ + -100.08738842054248, + 43.68522988033135, + ], + [ + -99.84116506179885, + 43.68893620625881, + ], + [ + -99.69759459022822, + 43.758174671773304, + ], + [ + -99.62401472354827, + 43.74270478964128, + ], + [ + -99.62365579736935, + 43.49991358395819, + ], + [ + -99.53356532645878, + 43.49980615422116, + ], + ], + ], + "type": "Polygon", + }, + "id": "46123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 33001 { + "geometry": { + "coordinates": [ + [ + [ + -71.16368121792362, + 43.53934029744744, + ], + [ + -71.16009195613435, + 43.35585030660375, + ], + [ + -71.23582537988786, + 43.28467810582275, + ], + [ + -71.55706431002714, + 43.455222813354574, + ], + [ + -71.60121223003512, + 43.43481116331927, + ], + [ + -71.72791317119619, + 43.56351198827872, + ], + [ + -71.65146189508484, + 43.68071783137617, + ], + [ + -71.52224847067127, + 43.69715458114145, + ], + [ + -71.53229840368121, + 43.76499646007458, + ], + [ + -71.26095021241272, + 43.572052652372435, + ], + [ + -71.16368121792362, + 43.53934029744744, + ], + ], + ], + "type": "Polygon", + }, + "id": "33001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26157 { + "geometry": { + "coordinates": [ + [ + [ + -83.46731170534757, + 43.727772056194404, + ], + [ + -83.46659385298972, + 43.66782626293282, + ], + [ + -83.11771760707309, + 43.675507489130325, + ], + [ + -83.12023009032558, + 43.32705913708027, + ], + [ + -83.3542499589857, + 43.32217108404549, + ], + [ + -83.35173747573322, + 43.23515299705288, + ], + [ + -83.46085103412689, + 43.22306715163724, + ], + [ + -83.69558875514487, + 43.22134827584479, + ], + [ + -83.69881909075521, + 43.47896478523774, + ], + [ + -83.69953694311306, + 43.58967112924501, + ], + [ + -83.67189962733572, + 43.59020827793015, + ], + [ + -83.51684351803944, + 43.73486241883825, + ], + [ + -83.46731170534757, + 43.727772056194404, + ], + ], + ], + "type": "Polygon", + }, + "id": "26157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55123 { + "geometry": { + "coordinates": [ + [ + [ + -90.31239286365623, + 43.640968828675845, + ], + [ + -90.31131608511944, + 43.554004456551745, + ], + [ + -90.67167796876173, + 43.55298387404998, + ], + [ + -90.66844763315139, + 43.4229938922462, + ], + [ + -91.20540119682553, + 43.42294017737768, + ], + [ + -91.21760468690904, + 43.50055816238036, + ], + [ + -91.26929005667446, + 43.61658227837051, + ], + [ + -91.25672764041204, + 43.72836291974806, + ], + [ + -90.9103638777479, + 43.725301172242766, + ], + [ + -90.3120339374773, + 43.73126352264781, + ], + [ + -90.31239286365623, + 43.640968828675845, + ], + ], + ], + "type": "Polygon", + }, + "id": "55123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36075 { + "geometry": { + "coordinates": [ + [ + [ + -75.77444691241436, + 43.688882491390295, + ], + [ + -75.75614167728911, + 43.47031669140699, + ], + [ + -75.81464664445414, + 43.48353054906143, + ], + [ + -75.88679080641838, + 43.325017972076736, + ], + [ + -75.88427832316589, + 43.155601276783706, + ], + [ + -75.99339188155957, + 43.183318148936905, + ], + [ + -76.20156906533698, + 43.271088244088716, + ], + [ + -76.25756154924953, + 43.233917555077056, + ], + [ + -76.47937792782615, + 43.2275254857239, + ], + [ + -76.60500209045045, + 43.253577196953174, + ], + [ + -76.61684665435503, + 43.417944694605886, + ], + [ + -76.41046410147224, + 43.52317212202473, + ], + [ + -76.23494919997715, + 43.52951047650938, + ], + [ + -76.18254597785388, + 43.67921381505778, + ], + [ + -76.0249773853051, + 43.7069844020795, + ], + [ + -75.77444691241436, + 43.688882491390295, + ], + ], + ], + "type": "Polygon", + }, + "id": "36075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46113 { + "geometry": { + "coordinates": [ + [ + [ + -102.11065529115156, + 43.3899055332416, + ], + [ + -102.10886066025694, + 43.12992556963404, + ], + [ + -102.08265904919529, + 42.99929100940808, + ], + [ + -102.79261503111205, + 42.99993558783025, + ], + [ + -103.00079221488946, + 43.00074131085796, + ], + [ + -103.00079221488946, + 43.47681619049719, + ], + [ + -103.00115114106839, + 43.605355870851085, + ], + [ + -102.81020241387945, + 43.688130483231106, + ], + [ + -102.17633878189513, + 43.68764704941448, + ], + [ + -102.13901045928677, + 43.700807192200394, + ], + [ + -102.13901045928677, + 43.47665504589165, + ], + [ + -102.11065529115156, + 43.3899055332416, + ], + ], + ], + "type": "Polygon", + }, + "id": "46113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26151 { + "geometry": { + "coordinates": [ + [ + [ + -82.5032359887508, + 43.16892256417517, + ], + [ + -82.99640055859591, + 43.15409726046532, + ], + [ + -83.0003487465641, + 43.28483925042829, + ], + [ + -83.12023009032558, + 43.32705913708027, + ], + [ + -83.11771760707309, + 43.675507489130325, + ], + [ + -82.60696565446058, + 43.6904402225772, + ], + [ + -82.53912860664346, + 43.436906043191314, + ], + [ + -82.5032359887508, + 43.16892256417517, + ], + ], + ], + "type": "Polygon", + }, + "id": "26151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16073 { + "geometry": { + "coordinates": [ + [ + [ + -116.51256822058025, + 43.29015702241118, + ], + [ + -116.43324553503749, + 43.29606565794771, + ], + [ + -116.38694405795596, + 43.193309114480506, + ], + [ + -116.26706271419448, + 43.11241452249848, + ], + [ + -116.20137922345091, + 43.0486012587039, + ], + [ + -115.96664150243294, + 42.943588690759114, + ], + [ + -115.9364917034031, + 43.00176189335973, + ], + [ + -115.79363908419033, + 42.95143106156215, + ], + [ + -115.44260928120015, + 42.93080455205279, + ], + [ + -115.45517169746257, + 42.768209645061035, + ], + [ + -115.03845840372882, + 42.76837078966658, + ], + [ + -115.03917625608668, + 41.99584355069881, + ], + [ + -116.14682244425408, + 41.99804586030788, + ], + [ + -117.0182952066878, + 41.99906644280965, + ], + [ + -117.02726836116096, + 41.99976473610033, + ], + [ + -117.0265505088031, + 43.68018068269103, + ], + [ + -116.8427803051927, + 43.5931088808299, + ], + [ + -116.78212178095411, + 43.47708476483976, + ], + [ + -116.51256822058025, + 43.29015702241118, + ], + ], + ], + "type": "Polygon", + }, + "id": "16073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55021 { + "geometry": { + "coordinates": [ + [ + [ + -89.00697835090028, + 43.63301902813578, + ], + [ + -89.00913190797384, + 43.28478553555978, + ], + [ + -89.7205235946063, + 43.29289648070539, + ], + [ + -89.60064225084483, + 43.380505431251656, + ], + [ + -89.59920654612912, + 43.55948337314017, + ], + [ + -89.72770211818484, + 43.56882976026159, + ], + [ + -89.78584815917094, + 43.64102254354436, + ], + [ + -89.59956547230806, + 43.642526559862745, + ], + [ + -89.24530533370752, + 43.64300999367937, + ], + [ + -89.00697835090028, + 43.63301902813578, + ], + ], + ], + "type": "Polygon", + }, + "id": "55021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55111 { + "geometry": { + "coordinates": [ + [ + [ + -89.78584815917094, + 43.64102254354436, + ], + [ + -89.72770211818484, + 43.56882976026159, + ], + [ + -89.59920654612912, + 43.55948337314017, + ], + [ + -89.60064225084483, + 43.380505431251656, + ], + [ + -89.7205235946063, + 43.29289648070539, + ], + [ + -89.83825138129423, + 43.206039538318315, + ], + [ + -90.19394722461045, + 43.16446423008851, + ], + [ + -90.1917936675369, + 43.55491760931648, + ], + [ + -90.31131608511944, + 43.554004456551745, + ], + [ + -90.31239286365623, + 43.640968828675845, + ], + [ + -89.78584815917094, + 43.64102254354436, + ], + ], + ], + "type": "Polygon", + }, + "id": "55111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55027 { + "geometry": { + "coordinates": [ + [ + [ + -88.40039310851438, + 43.543476342323004, + ], + [ + -88.41798049128178, + 43.19470570106187, + ], + [ + -88.53570827796969, + 43.1959948579062, + ], + [ + -89.00877298179492, + 43.19760630396162, + ], + [ + -89.00913190797384, + 43.28478553555978, + ], + [ + -89.00697835090028, + 43.63301902813578, + ], + [ + -88.88637915478095, + 43.63355617682092, + ], + [ + -88.40111096087223, + 43.6308167185267, + ], + [ + -88.40039310851438, + 43.543476342323004, + ], + ], + ], + "type": "Polygon", + }, + "id": "55027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16019 { + "geometry": { + "coordinates": [ + [ + [ + -111.62722399921068, + 43.62668067365113, + ], + [ + -111.40074158030802, + 43.62190005035339, + ], + [ + -111.24496761865389, + 43.621577761142305, + ], + [ + -111.19974292010914, + 43.53950144205297, + ], + [ + -111.04540466317071, + 43.50114902593401, + ], + [ + -111.04468681081286, + 43.315725299823825, + ], + [ + -111.04396895845501, + 43.02002494865447, + ], + [ + -111.59061352896018, + 43.01997123378596, + ], + [ + -111.58845997188662, + 43.28156264344894, + ], + [ + -111.8231976929046, + 43.28209979213408, + ], + [ + -111.8231976929046, + 43.366002416752885, + ], + [ + -112.04357836676552, + 43.36659328030654, + ], + [ + -112.1042368910041, + 43.424981342381216, + ], + [ + -112.52095018473786, + 43.424981342381216, + ], + [ + -112.52059125855892, + 43.626465814177074, + ], + [ + -111.62722399921068, + 43.62668067365113, + ], + ], + ], + "type": "Polygon", + }, + "id": "16019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16011 { + "geometry": { + "coordinates": [ + [ + [ + -111.59061352896018, + 43.01997123378596, + ], + [ + -112.06403715896433, + 43.02222725826354, + ], + [ + -112.6566242803721, + 43.02185125418395, + ], + [ + -112.75138079160871, + 42.95132363182512, + ], + [ + -112.81706428235228, + 42.863123817725196, + ], + [ + -113.00801300954122, + 42.86290895825114, + ], + [ + -113.00837193572013, + 43.110856791311576, + ], + [ + -113.00801300954122, + 43.284624390954235, + ], + [ + -112.94807233766048, + 43.28494668016532, + ], + [ + -112.93694562611375, + 43.449260462949525, + ], + [ + -112.8174232085312, + 43.44893817373844, + ], + [ + -112.81670535617334, + 43.53579511612551, + ], + [ + -112.7000543480222, + 43.54014602047514, + ], + [ + -112.69825971712758, + 43.622920632855156, + ], + [ + -112.52059125855892, + 43.626465814177074, + ], + [ + -112.52095018473786, + 43.424981342381216, + ], + [ + -112.1042368910041, + 43.424981342381216, + ], + [ + -112.04357836676552, + 43.36659328030654, + ], + [ + -111.8231976929046, + 43.366002416752885, + ], + [ + -111.8231976929046, + 43.28209979213408, + ], + [ + -111.58845997188662, + 43.28156264344894, + ], + [ + -111.59061352896018, + 43.01997123378596, + ], + ], + ], + "type": "Polygon", + }, + "id": "16011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41035 { + "geometry": { + "coordinates": [ + [ + [ + -121.33294680356411, + 43.6154005512632, + ], + [ + -121.34981633397366, + 42.74543454081112, + ], + [ + -120.88357122754805, + 42.74387680962421, + ], + [ + -120.87962303957985, + 41.99374867082676, + ], + [ + -121.4474442546417, + 41.99750871162274, + ], + [ + -122.28948507040343, + 42.00771453664039, + ], + [ + -122.28338332536168, + 42.99477896045291, + ], + [ + -122.2823065468249, + 43.06756260728933, + ], + [ + -122.09243459817274, + 43.078627870203206, + ], + [ + -121.97398895912697, + 43.26158071236175, + ], + [ + -122.06515620857432, + 43.40730915064012, + ], + [ + -122.13227540403359, + 43.44039750964472, + ], + [ + -122.13083969931789, + 43.55706620405704, + ], + [ + -122.00306197962003, + 43.61523940665766, + ], + [ + -121.33294680356411, + 43.6154005512632, + ], + ], + ], + "type": "Polygon", + }, + "id": "41035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41037 { + "geometry": { + "coordinates": [ + [ + [ + -119.3606474503626, + 41.99423210464339, + ], + [ + -119.99917712267298, + 41.99476925332853, + ], + [ + -120.87962303957985, + 41.99374867082676, + ], + [ + -120.88357122754805, + 42.74387680962421, + ], + [ + -121.34981633397366, + 42.74543454081112, + ], + [ + -121.33294680356411, + 43.6154005512632, + ], + [ + -119.89867779257354, + 43.60836390348787, + ], + [ + -119.89795994021569, + 43.17655007550415, + ], + [ + -119.93959537697117, + 43.175368348396844, + ], + [ + -119.94174893404472, + 42.741137351329996, + ], + [ + -119.36531349068865, + 42.74903343700155, + ], + [ + -119.3606474503626, + 41.99423210464339, + ], + ], + ], + "type": "Polygon", + }, + "id": "41037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36065 { + "geometry": { + "coordinates": [ + [ + [ + -75.21200959003643, + 42.879990286438584, + ], + [ + -75.24790220792909, + 42.871503337213376, + ], + [ + -75.43705630422339, + 42.863231247462224, + ], + [ + -75.44423482780192, + 42.93306057653037, + ], + [ + -75.54437523172243, + 42.931771419686044, + ], + [ + -75.55263053383774, + 43.03748228092151, + ], + [ + -75.73891322070062, + 43.1647865192996, + ], + [ + -75.88427832316589, + 43.155601276783706, + ], + [ + -75.88679080641838, + 43.325017972076736, + ], + [ + -75.81464664445414, + 43.48353054906143, + ], + [ + -75.75614167728911, + 43.47031669140699, + ], + [ + -75.53360744635464, + 43.41971728526684, + ], + [ + -75.11007455522127, + 43.61523940665766, + ], + [ + -75.0766944205811, + 43.330711748139215, + ], + [ + -75.16247777734456, + 43.261258423150664, + ], + [ + -75.06915697082364, + 43.227310626249846, + ], + [ + -75.21918811361496, + 43.05246872923691, + ], + [ + -75.21200959003643, + 42.879990286438584, + ], + ], + ], + "type": "Polygon", + }, + "id": "36065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 33013 { + "geometry": { + "coordinates": [ + [ + [ + -71.72791317119619, + 43.56351198827872, + ], + [ + -71.60121223003512, + 43.43481116331927, + ], + [ + -71.55706431002714, + 43.455222813354574, + ], + [ + -71.23582537988786, + 43.28467810582275, + ], + [ + -71.24731101761351, + 43.27420370646253, + ], + [ + -71.39231719389984, + 43.0089596857406, + ], + [ + -71.518659208882, + 43.068905479002176, + ], + [ + -71.64141196207488, + 43.054187605029355, + ], + [ + -71.66797249931545, + 43.15259324414693, + ], + [ + -71.85604981707297, + 43.115368840266754, + ], + [ + -71.9131190795223, + 43.20727498029414, + ], + [ + -72.0089523692957, + 43.1878839127606, + ], + [ + -72.0900696857331, + 43.32249337325658, + ], + [ + -72.05381814166152, + 43.4410958029354, + ], + [ + -71.93537250261575, + 43.5284361791391, + ], + [ + -71.8495891458523, + 43.61142565099317, + ], + [ + -71.81800364210676, + 43.54476549916734, + ], + [ + -71.72791317119619, + 43.56351198827872, + ], + ], + ], + "type": "Polygon", + }, + "id": "33013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41011 { + "geometry": { + "coordinates": [ + [ + [ + -123.81204992140995, + 42.78937330325553, + ], + [ + -123.92547059395073, + 42.77487028875676, + ], + [ + -123.99689690355713, + 42.68564989215508, + ], + [ + -124.13903167041205, + 42.67082458844523, + ], + [ + -124.16092616732658, + 42.88246117039023, + ], + [ + -124.2571183832789, + 42.954761383410016, + ], + [ + -124.47929368803445, + 42.95497624288407, + ], + [ + -124.3827425459032, + 43.27124938869426, + ], + [ + -124.21835435595483, + 43.610297638754375, + ], + [ + -123.87557985507995, + 43.60825647375084, + ], + [ + -123.87557985507995, + 43.51592061477535, + ], + [ + -123.7643127396127, + 43.43228656449911, + ], + [ + -123.76467166579164, + 43.257014948538064, + ], + [ + -123.70365421537412, + 43.25825039051388, + ], + [ + -123.7018595844795, + 43.087222249165436, + ], + [ + -123.81994629734633, + 42.99477896045291, + ], + [ + -123.81204992140995, + 42.78937330325553, + ], + ], + ], + "type": "Polygon", + }, + "id": "41011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 33019 { + "geometry": { + "coordinates": [ + [ + [ + -71.93537250261575, + 43.5284361791391, + ], + [ + -72.05381814166152, + 43.4410958029354, + ], + [ + -72.0900696857331, + 43.32249337325658, + ], + [ + -72.0089523692957, + 43.1878839127606, + ], + [ + -72.03802538978874, + 43.128797557395245, + ], + [ + -72.17836552574904, + 43.131966734637565, + ], + [ + -72.15647102883452, + 43.18197527722406, + ], + [ + -72.45150834791215, + 43.161295052846185, + ], + [ + -72.4332031127869, + 43.23327297665489, + ], + [ + -72.37936418594792, + 43.57162293342432, + ], + [ + -72.32947344707712, + 43.60014552860524, + ], + [ + -71.93537250261575, + 43.5284361791391, + ], + ], + ], + "type": "Polygon", + }, + "id": "33019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 33017 { + "geometry": { + "coordinates": [ + [ + [ + -70.96232363154581, + 43.541005458371366, + ], + [ + -70.9863716855339, + 43.381042579936796, + ], + [ + -70.80942107932309, + 43.225430605851855, + ], + [ + -70.82952094534298, + 43.13416904424663, + ], + [ + -70.88802591250801, + 43.08249534073621, + ], + [ + -71.07215504229734, + 43.08174333257701, + ], + [ + -71.02657141757366, + 43.13809022964816, + ], + [ + -71.24731101761351, + 43.27420370646253, + ], + [ + -71.23582537988786, + 43.28467810582275, + ], + [ + -71.16009195613435, + 43.35585030660375, + ], + [ + -71.16368121792362, + 43.53934029744744, + ], + [ + -70.96232363154581, + 43.541005458371366, + ], + ], + ], + "type": "Polygon", + }, + "id": "33017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26145 { + "geometry": { + "coordinates": [ + [ + [ + -83.69881909075521, + 43.47896478523774, + ], + [ + -83.69558875514487, + 43.22134827584479, + ], + [ + -83.93176218087856, + 43.22032769334303, + ], + [ + -83.92924969762608, + 43.132772457665276, + ], + [ + -84.36785748827434, + 43.12842155331565, + ], + [ + -84.37001104534791, + 43.46601950192588, + ], + [ + -84.17044808986473, + 43.48191910300601, + ], + [ + -84.16829453279117, + 43.56882976026159, + ], + [ + -84.05092567228218, + 43.524407564000555, + ], + [ + -83.81726472980098, + 43.52231268412851, + ], + [ + -83.69881909075521, + 43.47896478523774, + ], + ], + ], + "type": "Polygon", + }, + "id": "26145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55103 { + "geometry": { + "coordinates": [ + [ + [ + -90.19394722461045, + 43.16446423008851, + ], + [ + -90.42976172416522, + 43.20093662580949, + ], + [ + -90.66665300225675, + 43.17171573733789, + ], + [ + -90.66844763315139, + 43.4229938922462, + ], + [ + -90.67167796876173, + 43.55298387404998, + ], + [ + -90.31131608511944, + 43.554004456551745, + ], + [ + -90.1917936675369, + 43.55491760931648, + ], + [ + -90.19394722461045, + 43.16446423008851, + ], + ], + ], + "type": "Polygon", + }, + "id": "55103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55089 { + "geometry": { + "coordinates": [ + [ + [ + -87.79273108759169, + 43.54299290850638, + ], + [ + -87.91081780045853, + 43.25669265932698, + ], + [ + -87.89323041769113, + 43.19201995763618, + ], + [ + -88.06407927886018, + 43.192127387373205, + ], + [ + -88.04074907722995, + 43.54234833008422, + ], + [ + -87.79273108759169, + 43.54299290850638, + ], + ], + ], + "type": "Polygon", + }, + "id": "55089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55131 { + "geometry": { + "coordinates": [ + [ + [ + -88.16098934717036, + 43.54288547876935, + ], + [ + -88.04074907722995, + 43.54234833008422, + ], + [ + -88.06407927886018, + 43.192127387373205, + ], + [ + -88.41798049128178, + 43.19470570106187, + ], + [ + -88.40039310851438, + 43.543476342323004, + ], + [ + -88.16098934717036, + 43.54288547876935, + ], + ], + ], + "type": "Polygon", + }, + "id": "55131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19189 { + "geometry": { + "coordinates": [ + [ + [ + -93.49714484927169, + 43.49948386501008, + ], + [ + -93.49750377545062, + 43.25545721735116, + ], + [ + -93.97056847927584, + 43.25534978761413, + ], + [ + -93.97092740545477, + 43.499591294747106, + ], + [ + -93.64897062295763, + 43.49964500961562, + ], + [ + -93.49714484927169, + 43.49948386501008, + ], + ], + ], + "type": "Polygon", + }, + "id": "19189", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19109 { + "geometry": { + "coordinates": [ + [ + [ + -93.97128633163369, + 42.9077608734603, + ], + [ + -94.44327425692214, + 42.90808316267138, + ], + [ + -94.44327425692214, + 43.255027498403045, + ], + [ + -94.44327425692214, + 43.500397017774816, + ], + [ + -94.24801841558609, + 43.500128443432246, + ], + [ + -93.97092740545477, + 43.499591294747106, + ], + [ + -93.97056847927584, + 43.25534978761413, + ], + [ + -93.97128633163369, + 42.9077608734603, + ], + ], + ], + "type": "Polygon", + }, + "id": "19109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19059 { + "geometry": { + "coordinates": [ + [ + [ + -94.91382647749488, + 43.255027498403045, + ], + [ + -95.38796795985688, + 43.25518864300859, + ], + [ + -95.38796795985688, + 43.500235873169274, + ], + [ + -94.91454432985273, + 43.50045073264333, + ], + [ + -94.91382647749488, + 43.255027498403045, + ], + ], + ], + "type": "Polygon", + }, + "id": "19059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19063 { + "geometry": { + "coordinates": [ + [ + [ + -94.44327425692214, + 43.255027498403045, + ], + [ + -94.91382647749488, + 43.255027498403045, + ], + [ + -94.91454432985273, + 43.50045073264333, + ], + [ + -94.85568043650876, + 43.50088045159144, + ], + [ + -94.44327425692214, + 43.500397017774816, + ], + [ + -94.44327425692214, + 43.255027498403045, + ], + ], + ], + "type": "Polygon", + }, + "id": "19063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19195 { + "geometry": { + "coordinates": [ + [ + [ + -93.02408014544648, + 43.25551093221967, + ], + [ + -93.49750377545062, + 43.25545721735116, + ], + [ + -93.49714484927169, + 43.49948386501008, + ], + [ + -93.04848712561348, + 43.49969872448413, + ], + [ + -93.0244390716254, + 43.49969872448413, + ], + [ + -93.02408014544648, + 43.25551093221967, + ], + ], + ], + "type": "Polygon", + }, + "id": "19195", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19143 { + "geometry": { + "coordinates": [ + [ + [ + -95.38796795985688, + 43.25518864300859, + ], + [ + -95.86175051603995, + 43.25749838235469, + ], + [ + -95.8610326636821, + 43.50002101369522, + ], + [ + -95.45472822913722, + 43.50055816238036, + ], + [ + -95.38796795985688, + 43.500235873169274, + ], + [ + -95.38796795985688, + 43.25518864300859, + ], + ], + ], + "type": "Polygon", + }, + "id": "19143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 56027 { + "geometry": { + "coordinates": [ + [ + [ + -104.05459947621787, + 43.50319019093754, + ], + [ + -104.0549584023968, + 43.477783058130434, + ], + [ + -104.05316377150217, + 43.00444763678543, + ], + [ + -104.05316377150217, + 42.61163080334284, + ], + [ + -104.65580082591988, + 42.60948220860229, + ], + [ + -104.8923331778325, + 42.60894505991715, + ], + [ + -104.89987062758995, + 43.49964500961562, + ], + [ + -104.05459947621787, + 43.50319019093754, + ], + ], + ], + "type": "Polygon", + }, + "id": "56027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19131 { + "geometry": { + "coordinates": [ + [ + [ + -92.55424577723159, + 43.212807611751074, + ], + [ + -93.02408014544648, + 43.212807611751074, + ], + [ + -93.02408014544648, + 43.25551093221967, + ], + [ + -93.0244390716254, + 43.49969872448413, + ], + [ + -92.55316899869482, + 43.500235873169274, + ], + [ + -92.55424577723159, + 43.212807611751074, + ], + ], + ], + "type": "Polygon", + }, + "id": "19131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19119 { + "geometry": { + "coordinates": [ + [ + [ + -95.86175051603995, + 43.25749838235469, + ], + [ + -96.55555481990501, + 43.25975440683227, + ], + [ + -96.52396931615948, + 43.393504429432035, + ], + [ + -96.59898488755513, + 43.500397017774816, + ], + [ + -96.45290193273202, + 43.500397017774816, + ], + [ + -96.05341709558674, + 43.500128443432246, + ], + [ + -95.8610326636821, + 43.50002101369522, + ], + [ + -95.86175051603995, + 43.25749838235469, + ], + ], + ], + "type": "Polygon", + }, + "id": "19119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19089 { + "geometry": { + "coordinates": [ + [ + [ + -92.07974536869067, + 43.500665592117386, + ], + [ + -92.08082214722744, + 43.2129150414881, + ], + [ + -92.55424577723159, + 43.212807611751074, + ], + [ + -92.55316899869482, + 43.500235873169274, + ], + [ + -92.4490804068061, + 43.50045073264333, + ], + [ + -92.07974536869067, + 43.500665592117386, + ], + ], + ], + "type": "Polygon", + }, + "id": "19089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19005 { + "geometry": { + "coordinates": [ + [ + [ + -91.21760468690904, + 43.50055816238036, + ], + [ + -91.20540119682553, + 43.42294017737768, + ], + [ + -91.20396549210983, + 43.349834241330186, + ], + [ + -91.05860038964457, + 43.25760581209171, + ], + [ + -91.17740495486926, + 43.08023931625863, + ], + [ + -91.60524496014973, + 43.081635902839984, + ], + [ + -91.61098777901256, + 43.500665592117386, + ], + [ + -91.21760468690904, + 43.50055816238036, + ], + ], + ], + "type": "Polygon", + }, + "id": "19005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19191 { + "geometry": { + "coordinates": [ + [ + [ + -91.60524496014973, + 43.081635902839984, + ], + [ + -92.08118107340637, + 43.08276391507878, + ], + [ + -92.08082214722744, + 43.2129150414881, + ], + [ + -92.07974536869067, + 43.500665592117386, + ], + [ + -91.73086912277404, + 43.5007193069859, + ], + [ + -91.61098777901256, + 43.500665592117386, + ], + [ + -91.60524496014973, + 43.081635902839984, + ], + ], + ], + "type": "Polygon", + }, + "id": "19191", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46083 { + "geometry": { + "coordinates": [ + [ + [ + -96.59898488755513, + 43.500397017774816, + ], + [ + -96.52396931615948, + 43.393504429432035, + ], + [ + -96.55555481990501, + 43.25975440683227, + ], + [ + -96.47515535582546, + 43.219736829789376, + ], + [ + -96.45397871126879, + 43.08335477863243, + ], + [ + -96.80572636661684, + 43.08367706784352, + ], + [ + -96.9241720056626, + 43.08373078271203, + ], + [ + -96.92488985802045, + 43.499967298826704, + ], + [ + -96.59898488755513, + 43.500397017774816, + ], + ], + ], + "type": "Polygon", + }, + "id": "46083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 56009 { + "geometry": { + "coordinates": [ + [ + [ + -104.89987062758995, + 43.49964500961562, + ], + [ + -104.8923331778325, + 42.60894505991715, + ], + [ + -105.28643412229387, + 42.605829597543334, + ], + [ + -105.28392163904138, + 42.43141741947851, + ], + [ + -105.33201774701755, + 42.43109513026742, + ], + [ + -105.37544781466767, + 42.290147315286795, + ], + [ + -105.6137747974749, + 42.30438175544299, + ], + [ + -105.55634660884665, + 42.43050426671377, + ], + [ + -106.07355923267984, + 42.43324372500798, + ], + [ + -106.07607171593233, + 42.43319001013947, + ], + [ + -106.07822527300588, + 43.49443466736976, + ], + [ + -106.01720782258838, + 43.494918101186386, + ], + [ + -105.07969264323216, + 43.49846328250831, + ], + [ + -104.89987062758995, + 43.49964500961562, + ], + ], + ], + "type": "Polygon", + }, + "id": "56009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46023 { + "geometry": { + "coordinates": [ + [ + [ + -98.79453632404896, + 43.49916157579899, + ], + [ + -98.7058815578541, + 43.499322720404535, + ], + [ + -98.67321927557178, + 43.370783040050625, + ], + [ + -98.10934624847815, + 43.19680058093391, + ], + [ + -98.07704289237475, + 43.168331700621515, + ], + [ + -98.0939124227843, + 42.978771929635755, + ], + [ + -98.15313524230719, + 42.838952126893915, + ], + [ + -98.30962705631917, + 42.88262231499577, + ], + [ + -98.49842222643454, + 42.998646430985914, + ], + [ + -98.86883404308676, + 43.16199334613687, + ], + [ + -98.89683028504304, + 43.24686283838892, + ], + [ + -99.06552558913853, + 43.31803503916992, + ], + [ + -99.15274465061769, + 43.42691507764772, + ], + [ + -99.29846867926187, + 43.49975243935265, + ], + [ + -98.79453632404896, + 43.49916157579899, + ], + ], + ], + "type": "Polygon", + }, + "id": "46023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46125 { + "geometry": { + "coordinates": [ + [ + [ + -97.1294777800086, + 43.49969872448413, + ], + [ + -96.92488985802045, + 43.499967298826704, + ], + [ + -96.9241720056626, + 43.08373078271203, + ], + [ + -97.16070435757521, + 43.08313991915838, + ], + [ + -97.16070435757521, + 43.16999686154545, + ], + [ + -97.39939026656138, + 43.169405997991795, + ], + [ + -97.40154382363494, + 43.49975243935265, + ], + [ + -97.1294777800086, + 43.49969872448413, + ], + ], + ], + "type": "Polygon", + }, + "id": "46125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46067 { + "geometry": { + "coordinates": [ + [ + [ + -97.60684959798094, + 43.49980615422116, + ], + [ + -97.40154382363494, + 43.49975243935265, + ], + [ + -97.39939026656138, + 43.169405997991795, + ], + [ + -97.6373583231897, + 43.16876141956963, + ], + [ + -98.07704289237475, + 43.168331700621515, + ], + [ + -98.10934624847815, + 43.19680058093391, + ], + [ + -98.11473014116204, + 43.49830213790277, + ], + [ + -97.96505792454965, + 43.499054146061965, + ], + [ + -97.60684959798094, + 43.49980615422116, + ], + ], + ], + "type": "Polygon", + }, + "id": "46067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 56025 { + "geometry": { + "coordinates": [ + [ + [ + -107.11085588977764, + 43.50028958803779, + ], + [ + -107.11085588977764, + 43.49233978749772, + ], + [ + -106.07822527300588, + 43.49443466736976, + ], + [ + -106.07607171593233, + 42.43319001013947, + ], + [ + -106.62522876968998, + 42.430450551845254, + ], + [ + -107.52290314318535, + 42.43437173724678, + ], + [ + -107.54192623066845, + 42.43437173724678, + ], + [ + -107.54336193538416, + 42.78147721758398, + ], + [ + -107.50136757244975, + 42.78147721758398, + ], + [ + -107.51716032432252, + 43.472626430753095, + ], + [ + -107.53474770708992, + 43.50136388540807, + ], + [ + -107.11085588977764, + 43.50028958803779, + ], + ], + ], + "type": "Polygon", + }, + "id": "56025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46043 { + "geometry": { + "coordinates": [ + [ + [ + -98.32039484168696, + 43.49862442711385, + ], + [ + -98.11473014116204, + 43.49830213790277, + ], + [ + -98.10934624847815, + 43.19680058093391, + ], + [ + -98.67321927557178, + 43.370783040050625, + ], + [ + -98.7058815578541, + 43.499322720404535, + ], + [ + -98.32039484168696, + 43.49862442711385, + ], + ], + ], + "type": "Polygon", + }, + "id": "46043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46053 { + "geometry": { + "coordinates": [ + [ + [ + -99.29846867926187, + 43.49975243935265, + ], + [ + -99.15274465061769, + 43.42691507764772, + ], + [ + -99.06552558913853, + 43.31803503916992, + ], + [ + -98.89683028504304, + 43.24686283838892, + ], + [ + -98.86883404308676, + 43.16199334613687, + ], + [ + -98.49842222643454, + 42.998646430985914, + ], + [ + -99.25539753779069, + 42.99805556743226, + ], + [ + -99.53428317881664, + 42.99794813769523, + ], + [ + -99.53356532645878, + 43.49980615422116, + ], + [ + -99.29846867926187, + 43.49975243935265, + ], + ], + ], + "type": "Polygon", + }, + "id": "46053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46047 { + "geometry": { + "coordinates": [ + [ + [ + -103.00079221488946, + 43.47681619049719, + ], + [ + -103.00079221488946, + 43.00074131085796, + ], + [ + -103.50364779156558, + 43.00074131085796, + ], + [ + -104.05316377150217, + 43.00444763678543, + ], + [ + -104.0549584023968, + 43.477783058130434, + ], + [ + -103.00079221488946, + 43.47681619049719, + ], + ], + ], + "type": "Polygon", + }, + "id": "46047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26121 { + "geometry": { + "coordinates": [ + [ + [ + -86.03937670353538, + 43.46741608850724, + ], + [ + -86.03901777735646, + 43.29348734425904, + ], + [ + -85.79028193536034, + 43.293003910442415, + ], + [ + -85.79064086153927, + 43.20518010042209, + ], + [ + -85.90872757440611, + 43.20593210858129, + ], + [ + -85.90729186969041, + 43.11891402158867, + ], + [ + -86.2719608674798, + 43.11837687290353, + ], + [ + -86.46111496377411, + 43.47230414154201, + ], + [ + -86.03937670353538, + 43.46741608850724, + ], + ], + ], + "type": "Polygon", + }, + "id": "26121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26117 { + "geometry": { + "coordinates": [ + [ + [ + -85.08499199376963, + 43.46618064653142, + ], + [ + -84.84594715860453, + 43.466126931662906, + ], + [ + -84.83697400413138, + 43.11886030672016, + ], + [ + -85.31255119120908, + 43.118806591851644, + ], + [ + -85.31219226503015, + 43.294185637549724, + ], + [ + -85.56236381174197, + 43.29423935241824, + ], + [ + -85.56236381174197, + 43.46816809666644, + ], + [ + -85.08499199376963, + 43.46618064653142, + ], + ], + ], + "type": "Polygon", + }, + "id": "26117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 56035 { + "geometry": { + "coordinates": [ + [ + [ + -109.04367336329723, + 42.26366588510941, + ], + [ + -110.05369163079659, + 42.270756247753255, + ], + [ + -110.5414723079578, + 42.2774706063175, + ], + [ + -110.54326693885244, + 42.448552462534465, + ], + [ + -110.59028626829182, + 42.44844503279744, + ], + [ + -110.57880063056618, + 43.23515299705288, + ], + [ + -110.57844170438725, + 43.29160732386106, + ], + [ + -110.3440629095482, + 43.291177604912946, + ], + [ + -110.3440629095482, + 43.37792711756299, + ], + [ + -110.05728089258587, + 43.37776597295745, + ], + [ + -110.05153807372304, + 43.46478405995006, + ], + [ + -109.75470612375076, + 43.46317261389464, + ], + [ + -109.69189404243862, + 43.2656093275003, + ], + [ + -109.5526306850151, + 43.012451152194004, + ], + [ + -109.3702961861204, + 42.945576140894126, + ], + [ + -109.14740302900701, + 42.7280846382811, + ], + [ + -109.07274638379027, + 42.69349226295812, + ], + [ + -109.04367336329723, + 42.26366588510941, + ], + ], + ], + "type": "Polygon", + }, + "id": "56035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26057 { + "geometry": { + "coordinates": [ + [ + [ + -84.6076201757973, + 43.46601950192588, + ], + [ + -84.37001104534791, + 43.46601950192588, + ], + [ + -84.36785748827434, + 43.12842155331565, + ], + [ + -84.36785748827434, + 43.11794715395543, + ], + [ + -84.83697400413138, + 43.11886030672016, + ], + [ + -84.84594715860453, + 43.466126931662906, + ], + [ + -84.6076201757973, + 43.46601950192588, + ], + ], + ], + "type": "Polygon", + }, + "id": "26057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55023 { + "geometry": { + "coordinates": [ + [ + [ + -90.66844763315139, + 43.4229938922462, + ], + [ + -90.66665300225675, + 43.17171573733789, + ], + [ + -91.06541998704417, + 42.992039502158704, + ], + [ + -91.15694616267045, + 42.98811831675718, + ], + [ + -91.17740495486926, + 43.08023931625863, + ], + [ + -91.05860038964457, + 43.25760581209171, + ], + [ + -91.20396549210983, + 43.349834241330186, + ], + [ + -91.20540119682553, + 43.42294017737768, + ], + [ + -90.66844763315139, + 43.4229938922462, + ], + ], + ], + "type": "Polygon", + }, + "id": "55023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36011 { + "geometry": { + "coordinates": [ + [ + [ + -76.47937792782615, + 43.2275254857239, + ], + [ + -76.49194034408858, + 43.004931070602055, + ], + [ + -76.45066383351202, + 42.84577391519519, + ], + [ + -76.35698410081218, + 42.84937281138562, + ], + [ + -76.274790005838, + 42.77121767769781, + ], + [ + -76.26545792518591, + 42.62355550415294, + ], + [ + -76.6663784670469, + 42.62344807441591, + ], + [ + -76.73349766250617, + 42.72781606393853, + ], + [ + -76.7137567226652, + 43.02394613405599, + ], + [ + -76.72237095095944, + 43.34113243263093, + ], + [ + -76.61684665435503, + 43.417944694605886, + ], + [ + -76.60500209045045, + 43.253577196953174, + ], + [ + -76.47937792782615, + 43.2275254857239, + ], + ], + ], + "type": "Polygon", + }, + "id": "36011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36091 { + "geometry": { + "coordinates": [ + [ + [ + -73.59504715397222, + 43.30611033835982, + ], + [ + -73.57566514031018, + 43.08040046086417, + ], + [ + -73.63560581219092, + 42.94127895141301, + ], + [ + -73.67688232276748, + 42.783249808244946, + ], + [ + -73.80932608279139, + 42.778845189026796, + ], + [ + -73.90480044638585, + 42.91109119530816, + ], + [ + -74.09251883796445, + 42.95578196591178, + ], + [ + -74.09754380446942, + 42.98290797451133, + ], + [ + -74.14025601976168, + 43.25395320103277, + ], + [ + -74.15999695960264, + 43.37148133334131, + ], + [ + -73.8839827280081, + 43.398016478387206, + ], + [ + -73.83588662003194, + 43.253738341558716, + ], + [ + -73.59504715397222, + 43.30611033835982, + ], + ], + ], + "type": "Polygon", + }, + "id": "36091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46007 { + "geometry": { + "coordinates": [ + [ + [ + -101.22805581717112, + 43.389153525082406, + ], + [ + -101.22805581717112, + 42.997840707958204, + ], + [ + -102.08265904919529, + 42.99929100940808, + ], + [ + -102.10886066025694, + 43.12992556963404, + ], + [ + -102.11065529115156, + 43.3899055332416, + ], + [ + -101.22805581717112, + 43.389153525082406, + ], + ], + ], + "type": "Polygon", + }, + "id": "46007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46121 { + "geometry": { + "coordinates": [ + [ + [ + -100.21408936170356, + 43.390335252189715, + ], + [ + -100.19829660983079, + 42.9985927161174, + ], + [ + -101.22805581717112, + 42.997840707958204, + ], + [ + -101.22805581717112, + 43.389153525082406, + ], + [ + -100.21408936170356, + 43.390335252189715, + ], + ], + ], + "type": "Polygon", + }, + "id": "46121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36073 { + "geometry": { + "coordinates": [ + [ + [ + -77.99548210761199, + 43.3648744045141, + ], + [ + -77.99727673850661, + 43.13298731713933, + ], + [ + -78.4656754020058, + 43.1286364127897, + ], + [ + -78.4656754020058, + 43.37089046978765, + ], + [ + -77.99548210761199, + 43.3648744045141, + ], + ], + ], + "type": "Polygon", + }, + "id": "36073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36063 { + "geometry": { + "coordinates": [ + [ + [ + -78.4656754020058, + 43.37089046978765, + ], + [ + -78.4656754020058, + 43.1286364127897, + ], + [ + -78.4642396972901, + 43.083623352975, + ], + [ + -78.73415218384287, + 43.0839993570546, + ], + [ + -78.88274762191847, + 43.02357012997639, + ], + [ + -79.06867138260243, + 43.08577194771556, + ], + [ + -79.06436426845532, + 43.263407017891225, + ], + [ + -78.80629634580711, + 43.323675100363886, + ], + [ + -78.4656754020058, + 43.37089046978765, + ], + ], + ], + "type": "Polygon", + }, + "id": "36063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36055 { + "geometry": { + "coordinates": [ + [ + [ + -77.37453981806902, + 43.276406016071604, + ], + [ + -77.37130948245868, + 43.034635392890266, + ], + [ + -77.48544800735733, + 43.03452796315324, + ], + [ + -77.48257659792591, + 42.943158971811, + ], + [ + -77.58020451859394, + 42.94396469483871, + ], + [ + -77.73418384935344, + 42.94573728549967, + ], + [ + -77.7309535137431, + 42.98838689109975, + ], + [ + -77.90969875084853, + 42.98768859780907, + ], + [ + -77.90610948905928, + 43.133578180692986, + ], + [ + -77.99727673850661, + 43.13298731713933, + ], + [ + -77.99548210761199, + 43.3648744045141, + ], + [ + -77.75966760805723, + 43.341078717762414, + ], + [ + -77.57051351176293, + 43.23971876087657, + ], + [ + -77.37453981806902, + 43.276406016071604, + ], + ], + ], + "type": "Polygon", + }, + "id": "36055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36117 { + "geometry": { + "coordinates": [ + [ + [ + -76.7137567226652, + 43.02394613405599, + ], + [ + -76.96392826937702, + 43.013149445484686, + ], + [ + -77.13405927818822, + 43.03989945000464, + ], + [ + -77.37130948245868, + 43.034635392890266, + ], + [ + -77.37453981806902, + 43.276406016071604, + ], + [ + -77.14662169445064, + 43.28988844806861, + ], + [ + -76.99264236369115, + 43.26163442723026, + ], + [ + -76.72237095095944, + 43.34113243263093, + ], + [ + -76.7137567226652, + 43.02394613405599, + ], + ], + ], + "type": "Polygon", + }, + "id": "36117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26087 { + "geometry": { + "coordinates": [ + [ + [ + -82.99640055859591, + 43.15409726046532, + ], + [ + -82.98347921615455, + 42.89374129277816, + ], + [ + -83.10300163373711, + 42.88858466540081, + ], + [ + -83.45331358436944, + 42.880420005386696, + ], + [ + -83.46085103412689, + 43.22306715163724, + ], + [ + -83.35173747573322, + 43.23515299705288, + ], + [ + -83.3542499589857, + 43.32217108404549, + ], + [ + -83.12023009032558, + 43.32705913708027, + ], + [ + -83.0003487465641, + 43.28483925042829, + ], + [ + -82.99640055859591, + 43.15409726046532, + ], + ], + ], + "type": "Polygon", + }, + "id": "26087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 56023 { + "geometry": { + "coordinates": [ + [ + [ + -110.57880063056618, + 43.23515299705288, + ], + [ + -110.59028626829182, + 42.44844503279744, + ], + [ + -110.54326693885244, + 42.448552462534465, + ], + [ + -110.5414723079578, + 42.2774706063175, + ], + [ + -110.05369163079659, + 42.270756247753255, + ], + [ + -110.0483077381127, + 41.57740472497507, + ], + [ + -111.04576358934965, + 41.5798218940582, + ], + [ + -111.04684036788642, + 42.001537326761294, + ], + [ + -111.04684036788642, + 42.51311773448824, + ], + [ + -111.04396895845501, + 43.02002494865447, + ], + [ + -111.04468681081286, + 43.315725299823825, + ], + [ + -110.81389727776308, + 43.31588644442937, + ], + [ + -110.81389727776308, + 43.235099282184365, + ], + [ + -110.57880063056618, + 43.23515299705288, + ], + ], + ], + "type": "Polygon", + }, + "id": "56023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 50003 { + "geometry": { + "coordinates": [ + [ + [ + -72.86750378928805, + 43.30079256637694, + ], + [ + -72.81904875513297, + 43.255564647088185, + ], + [ + -72.8682216416459, + 43.11322024552619, + ], + [ + -72.9963582875227, + 43.11918259593124, + ], + [ + -73.00748499906942, + 42.93015997363062, + ], + [ + -72.92098378994811, + 42.92688336665127, + ], + [ + -72.92995694442128, + 42.73920361606349, + ], + [ + -73.02291882476327, + 42.74119106619851, + ], + [ + -73.26483506935978, + 42.74597168949626, + ], + [ + -73.27380822383293, + 42.94364240562763, + ], + [ + -73.2544262101709, + 43.31475843219057, + ], + [ + -72.86750378928805, + 43.30079256637694, + ], + ], + ], + "type": "Polygon", + }, + "id": "50003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55025 { + "geometry": { + "coordinates": [ + [ + [ + -89.00913190797384, + 43.28478553555978, + ], + [ + -89.00877298179492, + 43.19760630396162, + ], + [ + -89.01343902212096, + 42.847331646382095, + ], + [ + -89.36913486543719, + 42.845021907036, + ], + [ + -89.83825138129423, + 42.85737632679421, + ], + [ + -89.83825138129423, + 43.206039538318315, + ], + [ + -89.7205235946063, + 43.29289648070539, + ], + [ + -89.00913190797384, + 43.28478553555978, + ], + ], + ], + "type": "Polygon", + }, + "id": "55025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26081 { + "geometry": { + "coordinates": [ + [ + [ + -85.31255119120908, + 43.118806591851644, + ], + [ + -85.30967978177766, + 42.76987480598497, + ], + [ + -85.54549428133242, + 42.76815593019252, + ], + [ + -85.78238555942396, + 42.768209645061035, + ], + [ + -85.79064086153927, + 43.20518010042209, + ], + [ + -85.79028193536034, + 43.293003910442415, + ], + [ + -85.56236381174197, + 43.29423935241824, + ], + [ + -85.31219226503015, + 43.294185637549724, + ], + [ + -85.31255119120908, + 43.118806591851644, + ], + ], + ], + "type": "Polygon", + }, + "id": "26081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36035 { + "geometry": { + "coordinates": [ + [ + [ + -74.14025601976168, + 43.25395320103277, + ], + [ + -74.09754380446942, + 42.98290797451133, + ], + [ + -74.54225334015943, + 42.98543257333148, + ], + [ + -74.75976260458894, + 43.047365816728075, + ], + [ + -74.69551481856108, + 43.174025476683994, + ], + [ + -74.71274327514956, + 43.28612840727263, + ], + [ + -74.53471589040198, + 43.228116349277556, + ], + [ + -74.14025601976168, + 43.25395320103277, + ], + ], + ], + "type": "Polygon", + }, + "id": "36035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 33015 { + "geometry": { + "coordinates": [ + [ + [ + -70.88802591250801, + 43.08249534073621, + ], + [ + -70.82018886469089, + 43.11767857961286, + ], + [ + -70.71215208483399, + 43.04306862724697, + ], + [ + -70.81803530761734, + 42.871879341292974, + ], + [ + -71.03123745789972, + 42.85909520258665, + ], + [ + -71.06497651871881, + 42.80629348683743, + ], + [ + -71.24551638671888, + 42.742587652779875, + ], + [ + -71.42713303325573, + 42.82482511647474, + ], + [ + -71.45118108724381, + 42.93069712231576, + ], + [ + -71.39231719389984, + 43.0089596857406, + ], + [ + -71.24731101761351, + 43.27420370646253, + ], + [ + -71.02657141757366, + 43.13809022964816, + ], + [ + -71.07215504229734, + 43.08174333257701, + ], + [ + -70.88802591250801, + 43.08249534073621, + ], + ], + ], + "type": "Polygon", + }, + "id": "33015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36067 { + "geometry": { + "coordinates": [ + [ + [ + -75.99339188155957, + 43.183318148936905, + ], + [ + -75.91622275309035, + 43.07561983756642, + ], + [ + -75.89612288707048, + 42.79093103444244, + ], + [ + -76.274790005838, + 42.77121767769781, + ], + [ + -76.35698410081218, + 42.84937281138562, + ], + [ + -76.45066383351202, + 42.84577391519519, + ], + [ + -76.49194034408858, + 43.004931070602055, + ], + [ + -76.47937792782615, + 43.2275254857239, + ], + [ + -76.25756154924953, + 43.233917555077056, + ], + [ + -76.20156906533698, + 43.271088244088716, + ], + [ + -75.99339188155957, + 43.183318148936905, + ], + ], + ], + "type": "Polygon", + }, + "id": "36067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 50025 { + "geometry": { + "coordinates": [ + [ + [ + -72.4332031127869, + 43.23327297665489, + ], + [ + -72.45150834791215, + 43.161295052846185, + ], + [ + -72.4439708981547, + 43.01105456561264, + ], + [ + -72.55523801362195, + 42.85431457928891, + ], + [ + -72.45832794531177, + 42.726902911173795, + ], + [ + -72.92995694442128, + 42.73920361606349, + ], + [ + -72.92098378994811, + 42.92688336665127, + ], + [ + -73.00748499906942, + 42.93015997363062, + ], + [ + -72.9963582875227, + 43.11918259593124, + ], + [ + -72.8682216416459, + 43.11322024552619, + ], + [ + -72.81904875513297, + 43.255564647088185, + ], + [ + -72.68265680714087, + 43.222637432689126, + ], + [ + -72.4332031127869, + 43.23327297665489, + ], + ], + ], + "type": "Polygon", + }, + "id": "50025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19167 { + "geometry": { + "coordinates": [ + [ + [ + -95.86175051603995, + 43.25749838235469, + ], + [ + -95.85923803278746, + 42.90910374517315, + ], + [ + -96.53832636331654, + 42.908781455962064, + ], + [ + -96.51033012136027, + 43.04994413041675, + ], + [ + -96.45397871126879, + 43.08335477863243, + ], + [ + -96.47515535582546, + 43.219736829789376, + ], + [ + -96.55555481990501, + 43.25975440683227, + ], + [ + -95.86175051603995, + 43.25749838235469, + ], + ], + ], + "type": "Polygon", + }, + "id": "19167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19141 { + "geometry": { + "coordinates": [ + [ + [ + -95.38796795985688, + 43.25518864300859, + ], + [ + -95.38796795985688, + 42.90990946820086, + ], + [ + -95.85923803278746, + 42.90910374517315, + ], + [ + -95.86175051603995, + 43.25749838235469, + ], + [ + -95.38796795985688, + 43.25518864300859, + ], + ], + ], + "type": "Polygon", + }, + "id": "19141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19033 { + "geometry": { + "coordinates": [ + [ + [ + -93.02408014544648, + 43.25551093221967, + ], + [ + -93.02408014544648, + 43.212807611751074, + ], + [ + -93.02551585016218, + 42.9077608734603, + ], + [ + -93.4985805539874, + 42.908512881619494, + ], + [ + -93.49750377545062, + 43.25545721735116, + ], + [ + -93.02408014544648, + 43.25551093221967, + ], + ], + ], + "type": "Polygon", + }, + "id": "19033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19081 { + "geometry": { + "coordinates": [ + [ + [ + -93.49750377545062, + 43.25545721735116, + ], + [ + -93.4985805539874, + 42.908512881619494, + ], + [ + -93.97128633163369, + 42.9077608734603, + ], + [ + -93.97056847927584, + 43.25534978761413, + ], + [ + -93.49750377545062, + 43.25545721735116, + ], + ], + ], + "type": "Polygon", + }, + "id": "19081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19147 { + "geometry": { + "coordinates": [ + [ + [ + -94.44327425692214, + 43.255027498403045, + ], + [ + -94.44327425692214, + 42.90808316267138, + ], + [ + -94.91382647749488, + 42.9096946087268, + ], + [ + -94.91382647749488, + 43.255027498403045, + ], + [ + -94.44327425692214, + 43.255027498403045, + ], + ], + ], + "type": "Polygon", + }, + "id": "19147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19041 { + "geometry": { + "coordinates": [ + [ + [ + -94.91382647749488, + 43.255027498403045, + ], + [ + -94.91382647749488, + 42.9096946087268, + ], + [ + -95.38796795985688, + 42.90990946820086, + ], + [ + -95.38796795985688, + 43.25518864300859, + ], + [ + -94.91382647749488, + 43.255027498403045, + ], + ], + ], + "type": "Polygon", + }, + "id": "19041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26049 { + "geometry": { + "coordinates": [ + [ + [ + -83.46085103412689, + 43.22306715163724, + ], + [ + -83.45331358436944, + 42.880420005386696, + ], + [ + -83.68948701010312, + 42.871234762870806, + ], + [ + -83.68661560067171, + 42.783249808244946, + ], + [ + -83.92243010022646, + 42.780832639161815, + ], + [ + -83.92924969762608, + 43.132772457665276, + ], + [ + -83.93176218087856, + 43.22032769334303, + ], + [ + -83.69558875514487, + 43.22134827584479, + ], + [ + -83.46085103412689, + 43.22306715163724, + ], + ], + ], + "type": "Polygon", + }, + "id": "26049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19037 { + "geometry": { + "coordinates": [ + [ + [ + -92.08082214722744, + 43.2129150414881, + ], + [ + -92.08118107340637, + 43.08276391507878, + ], + [ + -92.08189892576422, + 42.90700886530111, + ], + [ + -92.55424577723159, + 42.907116295038136, + ], + [ + -92.55424577723159, + 43.212807611751074, + ], + [ + -92.08082214722744, + 43.2129150414881, + ], + ], + ], + "type": "Polygon", + }, + "id": "19037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19067 { + "geometry": { + "coordinates": [ + [ + [ + -92.55424577723159, + 43.212807611751074, + ], + [ + -92.55424577723159, + 42.907116295038136, + ], + [ + -93.02551585016218, + 42.9077608734603, + ], + [ + -93.02408014544648, + 43.212807611751074, + ], + [ + -92.55424577723159, + 43.212807611751074, + ], + ], + ], + "type": "Polygon", + }, + "id": "19067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55049 { + "geometry": { + "coordinates": [ + [ + [ + -90.19394722461045, + 43.16446423008851, + ], + [ + -89.83825138129423, + 43.206039538318315, + ], + [ + -89.83825138129423, + 42.85737632679421, + ], + [ + -89.83825138129423, + 42.81375985356087, + ], + [ + -90.4268903147338, + 42.812792985927615, + ], + [ + -90.42976172416522, + 43.20093662580949, + ], + [ + -90.19394722461045, + 43.16446423008851, + ], + ], + ], + "type": "Polygon", + }, + "id": "55049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55043 { + "geometry": { + "coordinates": [ + [ + [ + -90.42976172416522, + 43.20093662580949, + ], + [ + -90.4268903147338, + 42.812792985927615, + ], + [ + -90.42653138855488, + 42.50704795434616, + ], + [ + -90.64081031737403, + 42.508283396321985, + ], + [ + -90.70254562014941, + 42.63075329653381, + ], + [ + -90.8970836091276, + 42.67512177792634, + ], + [ + -91.06541998704417, + 42.75209518450684, + ], + [ + -91.15694616267045, + 42.98811831675718, + ], + [ + -91.06541998704417, + 42.992039502158704, + ], + [ + -90.66665300225675, + 43.17171573733789, + ], + [ + -90.42976172416522, + 43.20093662580949, + ], + ], + ], + "type": "Polygon", + }, + "id": "55043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 33011 { + "geometry": { + "coordinates": [ + [ + [ + -71.39231719389984, + 43.0089596857406, + ], + [ + -71.45118108724381, + 42.93069712231576, + ], + [ + -71.42713303325573, + 42.82482511647474, + ], + [ + -71.24551638671888, + 42.742587652779875, + ], + [ + -71.25592524590775, + 42.736088153689685, + ], + [ + -71.29433034705289, + 42.69693001454301, + ], + [ + -71.89876203236524, + 42.71143302904178, + ], + [ + -71.92891183139507, + 42.71223875206949, + ], + [ + -72.00608095986428, + 42.9439109799702, + ], + [ + -72.06243236995576, + 42.944770417866415, + ], + [ + -72.03802538978874, + 43.128797557395245, + ], + [ + -72.0089523692957, + 43.1878839127606, + ], + [ + -71.9131190795223, + 43.20727498029414, + ], + [ + -71.85604981707297, + 43.115368840266754, + ], + [ + -71.66797249931545, + 43.15259324414693, + ], + [ + -71.64141196207488, + 43.054187605029355, + ], + [ + -71.518659208882, + 43.068905479002176, + ], + [ + -71.39231719389984, + 43.0089596857406, + ], + ], + ], + "type": "Polygon", + }, + "id": "33011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26139 { + "geometry": { + "coordinates": [ + [ + [ + -85.79064086153927, + 43.20518010042209, + ], + [ + -85.78238555942396, + 42.768209645061035, + ], + [ + -86.20843093380981, + 42.76751135177035, + ], + [ + -86.22637724275613, + 42.98795717215164, + ], + [ + -86.2719608674798, + 43.11837687290353, + ], + [ + -85.90729186969041, + 43.11891402158867, + ], + [ + -85.90872757440611, + 43.20593210858129, + ], + [ + -85.79064086153927, + 43.20518010042209, + ], + ], + ], + "type": "Polygon", + }, + "id": "26139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16063 { + "geometry": { + "coordinates": [ + [ + [ + -113.71545650820548, + 43.199916043307724, + ], + [ + -113.71473865584763, + 42.84958767085968, + ], + [ + -113.76534724707628, + 42.76412731505397, + ], + [ + -113.93368362499284, + 42.764879323213165, + ], + [ + -114.05105248550183, + 42.80838836670947, + ], + [ + -114.3464487307584, + 42.80897923026313, + ], + [ + -114.36618967059935, + 42.85066196822996, + ], + [ + -114.5951845727545, + 42.85066196822996, + ], + [ + -114.59554349893344, + 43.19814345264676, + ], + [ + -114.37588067743037, + 43.19948632435961, + ], + [ + -113.71545650820548, + 43.199916043307724, + ], + ], + ], + "type": "Polygon", + }, + "id": "16063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16047 { + "geometry": { + "coordinates": [ + [ + [ + -114.59554349893344, + 43.19814345264676, + ], + [ + -114.5951845727545, + 42.85066196822996, + ], + [ + -114.61779692202688, + 42.64928492617113, + ], + [ + -114.8205902131204, + 42.670663443839686, + ], + [ + -114.8787362541065, + 42.757466671358245, + ], + [ + -114.90134860337888, + 42.85818204982191, + ], + [ + -115.03451021576063, + 42.9120043480729, + ], + [ + -115.08799021642069, + 42.914636376630085, + ], + [ + -115.08727236406284, + 43.19825088238379, + ], + [ + -114.59554349893344, + 43.19814345264676, + ], + ], + ], + "type": "Polygon", + }, + "id": "16047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55055 { + "geometry": { + "coordinates": [ + [ + [ + -88.53570827796969, + 43.1959948579062, + ], + [ + -88.54145109683252, + 42.84292702716395, + ], + [ + -88.77690667020835, + 42.84265845282138, + ], + [ + -89.01343902212096, + 42.847331646382095, + ], + [ + -89.00877298179492, + 43.19760630396162, + ], + [ + -88.53570827796969, + 43.1959948579062, + ], + ], + ], + "type": "Polygon", + }, + "id": "55055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16067 { + "geometry": { + "coordinates": [ + [ + [ + -113.47318133743005, + 42.66915942752129, + ], + [ + -113.55860576801457, + 42.65632157394646, + ], + [ + -113.65731046721938, + 42.53503340084194, + ], + [ + -113.93260684645605, + 42.53519454544748, + ], + [ + -113.93368362499284, + 42.764879323213165, + ], + [ + -113.76534724707628, + 42.76412731505397, + ], + [ + -113.71473865584763, + 42.84958767085968, + ], + [ + -113.71545650820548, + 43.199916043307724, + ], + [ + -113.41467637026501, + 43.19970118383367, + ], + [ + -113.41395851790716, + 42.84910423704305, + ], + [ + -113.47282241125112, + 42.84905052217454, + ], + [ + -113.47318133743005, + 42.66915942752129, + ], + ], + ], + "type": "Polygon", + }, + "id": "16067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55133 { + "geometry": { + "coordinates": [ + [ + [ + -88.41798049128178, + 43.19470570106187, + ], + [ + -88.06407927886018, + 43.192127387373205, + ], + [ + -88.069822097723, + 42.84330303124355, + ], + [ + -88.30671337581454, + 42.84206758926773, + ], + [ + -88.54145109683252, + 42.84292702716395, + ], + [ + -88.53570827796969, + 43.1959948579062, + ], + [ + -88.41798049128178, + 43.19470570106187, + ], + ], + ], + "type": "Polygon", + }, + "id": "55133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55079 { + "geometry": { + "coordinates": [ + [ + [ + -87.89323041769113, + 43.19201995763618, + ], + [ + -87.82682907458971, + 42.84222873387327, + ], + [ + -88.069822097723, + 42.84330303124355, + ], + [ + -88.06407927886018, + 43.192127387373205, + ], + [ + -87.89323041769113, + 43.19201995763618, + ], + ], + ], + "type": "Polygon", + }, + "id": "55079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36053 { + "geometry": { + "coordinates": [ + [ + [ + -75.88427832316589, + 43.155601276783706, + ], + [ + -75.73891322070062, + 43.1647865192996, + ], + [ + -75.55263053383774, + 43.03748228092151, + ], + [ + -75.54437523172243, + 42.931771419686044, + ], + [ + -75.44423482780192, + 42.93306057653037, + ], + [ + -75.43705630422339, + 42.863231247462224, + ], + [ + -75.24790220792909, + 42.871503337213376, + ], + [ + -75.29563938972632, + 42.74414538396678, + ], + [ + -75.8896622158498, + 42.7238411636685, + ], + [ + -75.89612288707048, + 42.79093103444244, + ], + [ + -75.91622275309035, + 43.07561983756642, + ], + [ + -75.99339188155957, + 43.183318148936905, + ], + [ + -75.88427832316589, + 43.155601276783706, + ], + ], + ], + "type": "Polygon", + }, + "id": "36053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 33005 { + "geometry": { + "coordinates": [ + [ + [ + -72.03802538978874, + 43.128797557395245, + ], + [ + -72.06243236995576, + 42.944770417866415, + ], + [ + -72.00608095986428, + 42.9439109799702, + ], + [ + -71.92891183139507, + 42.71223875206949, + ], + [ + -72.28281304381667, + 42.72153142432241, + ], + [ + -72.45832794531177, + 42.726902911173795, + ], + [ + -72.55523801362195, + 42.85431457928891, + ], + [ + -72.4439708981547, + 43.01105456561264, + ], + [ + -72.45150834791215, + 43.161295052846185, + ], + [ + -72.15647102883452, + 43.18197527722406, + ], + [ + -72.17836552574904, + 43.131966734637565, + ], + [ + -72.03802538978874, + 43.128797557395245, + ], + ], + ], + "type": "Polygon", + }, + "id": "33005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46135 { + "geometry": { + "coordinates": [ + [ + [ + -97.16070435757521, + 43.08313991915838, + ], + [ + -97.16070435757521, + 42.799632843141694, + ], + [ + -97.30786409093511, + 42.867528436943346, + ], + [ + -97.48481469714591, + 42.85028596415036, + ], + [ + -97.63556369229507, + 42.85141397638915, + ], + [ + -97.6373583231897, + 43.16876141956963, + ], + [ + -97.39939026656138, + 43.169405997991795, + ], + [ + -97.16070435757521, + 43.16999686154545, + ], + [ + -97.16070435757521, + 43.08313991915838, + ], + ], + ], + "type": "Polygon", + }, + "id": "46135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46009 { + "geometry": { + "coordinates": [ + [ + [ + -97.6373583231897, + 43.16876141956963, + ], + [ + -97.63556369229507, + 42.85141397638915, + ], + [ + -97.86778893006056, + 42.85963235127179, + ], + [ + -97.95357228682401, + 42.76896165322023, + ], + [ + -98.0343306770825, + 42.76396617044843, + ], + [ + -98.15313524230719, + 42.838952126893915, + ], + [ + -98.0939124227843, + 42.978771929635755, + ], + [ + -98.07704289237475, + 43.168331700621515, + ], + [ + -97.6373583231897, + 43.16876141956963, + ], + ], + ], + "type": "Polygon", + }, + "id": "46009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26155 { + "geometry": { + "coordinates": [ + [ + [ + -83.92924969762608, + 43.132772457665276, + ], + [ + -83.92243010022646, + 42.780832639161815, + ], + [ + -84.15824459978123, + 42.77658916454921, + ], + [ + -84.36355037412723, + 42.77572972665298, + ], + [ + -84.36785748827434, + 43.11794715395543, + ], + [ + -84.36785748827434, + 43.12842155331565, + ], + [ + -83.92924969762608, + 43.132772457665276, + ], + ], + ], + "type": "Polygon", + }, + "id": "26155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36037 { + "geometry": { + "coordinates": [ + [ + [ + -77.90969875084853, + 42.98768859780907, + ], + [ + -77.95492344939329, + 42.86247923930303, + ], + [ + -78.4642396972901, + 42.86747472207483, + ], + [ + -78.4642396972901, + 43.083623352975, + ], + [ + -78.4656754020058, + 43.1286364127897, + ], + [ + -77.99727673850661, + 43.13298731713933, + ], + [ + -77.90610948905928, + 43.133578180692986, + ], + [ + -77.90969875084853, + 42.98768859780907, + ], + ], + ], + "type": "Polygon", + }, + "id": "36037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26067 { + "geometry": { + "coordinates": [ + [ + [ + -84.83697400413138, + 43.11886030672016, + ], + [ + -84.83697400413138, + 42.77046566953862, + ], + [ + -85.07422420840183, + 42.77078795874971, + ], + [ + -85.30967978177766, + 42.76987480598497, + ], + [ + -85.31255119120908, + 43.118806591851644, + ], + [ + -84.83697400413138, + 43.11886030672016, + ], + ], + ], + "type": "Polygon", + }, + "id": "26067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26037 { + "geometry": { + "coordinates": [ + [ + [ + -84.36785748827434, + 43.11794715395543, + ], + [ + -84.36355037412723, + 42.77572972665298, + ], + [ + -84.60259520929232, + 42.76987480598497, + ], + [ + -84.83697400413138, + 42.77046566953862, + ], + [ + -84.83697400413138, + 43.11886030672016, + ], + [ + -84.36785748827434, + 43.11794715395543, + ], + ], + ], + "type": "Polygon", + }, + "id": "26037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16077 { + "geometry": { + "coordinates": [ + [ + [ + -113.00837193572013, + 43.110856791311576, + ], + [ + -113.00801300954122, + 42.86290895825114, + ], + [ + -112.81706428235228, + 42.863123817725196, + ], + [ + -112.75138079160871, + 42.95132363182512, + ], + [ + -112.74886830835622, + 42.913562079259805, + ], + [ + -112.58268548751322, + 42.97286329409921, + ], + [ + -112.51700199676966, + 42.90990946820086, + ], + [ + -112.49761998310763, + 42.732918976447365, + ], + [ + -112.38096897495649, + 42.64611574892881, + ], + [ + -112.42080978081734, + 42.50269704999653, + ], + [ + -112.49905568782333, + 42.50291190947058, + ], + [ + -112.49869676164441, + 42.415840107609455, + ], + [ + -112.65482964947746, + 42.415840107609455, + ], + [ + -112.65482964947746, + 42.32871459087981, + ], + [ + -113.00155233832054, + 42.32737171916697, + ], + [ + -113.00370589539409, + 42.587942546328186, + ], + [ + -113.23772576405422, + 42.62516695020836, + ], + [ + -113.17993864924703, + 42.675390352268906, + ], + [ + -113.23772576405422, + 42.762193579787464, + ], + [ + -113.2441864352749, + 43.110964221048604, + ], + [ + -113.00837193572013, + 43.110856791311576, + ], + ], + ], + "type": "Polygon", + }, + "id": "16077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36029 { + "geometry": { + "coordinates": [ + [ + [ + [ + -78.9965272206382, + 43.064662004389575, + ], + [ + -78.89423325964412, + 43.02577243958547, + ], + [ + -78.93874010583102, + 42.958575139074505, + ], + [ + -78.9965272206382, + 43.064662004389575, + ], + ], + ], + [ + [ + [ + -78.4642396972901, + 43.083623352975, + ], + [ + -78.4642396972901, + 42.86747472207483, + ], + [ + -78.46388077111116, + 42.53632255768627, + ], + [ + -78.90141178322266, + 42.448552462534465, + ], + [ + -79.06077500666605, + 42.53782657400466, + ], + [ + -79.13614950424063, + 42.56930348695384, + ], + [ + -79.04821259040362, + 42.69005451137322, + ], + [ + -78.85331567524649, + 42.78668755982983, + ], + [ + -78.91182064241153, + 42.9558356807803, + ], + [ + -78.88274762191847, + 43.02357012997639, + ], + [ + -78.73415218384287, + 43.0839993570546, + ], + [ + -78.4642396972901, + 43.083623352975, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "36029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46127 { + "geometry": { + "coordinates": [ + [ + [ + -96.45397871126879, + 43.08335477863243, + ], + [ + -96.51033012136027, + 43.04994413041675, + ], + [ + -96.53832636331654, + 42.908781455962064, + ], + [ + -96.63057039130067, + 42.76611476518899, + ], + [ + -96.62410972007999, + 42.707135839560664, + ], + [ + -96.50961226900242, + 42.63064586679678, + ], + [ + -96.49884448363461, + 42.560816537728634, + ], + [ + -96.44715911386919, + 42.48980548155318, + ], + [ + -96.63128824365852, + 42.524344142007656, + ], + [ + -96.69840743911779, + 42.65035922354141, + ], + [ + -96.80608529279576, + 42.70412780692388, + ], + [ + -96.80572636661684, + 43.08367706784352, + ], + [ + -96.45397871126879, + 43.08335477863243, + ], + ], + ], + "type": "Polygon", + }, + "id": "46127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 46027 { + "geometry": { + "coordinates": [ + [ + [ + -96.80572636661684, + 43.08367706784352, + ], + [ + -96.80608529279576, + 42.70412780692388, + ], + [ + -97.01641603364673, + 42.76160271623382, + ], + [ + -97.16070435757521, + 42.799632843141694, + ], + [ + -97.16070435757521, + 43.08313991915838, + ], + [ + -96.9241720056626, + 43.08373078271203, + ], + [ + -96.80572636661684, + 43.08367706784352, + ], + ], + ], + "type": "Polygon", + }, + "id": "46027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19065 { + "geometry": { + "coordinates": [ + [ + [ + -91.60524496014973, + 43.081635902839984, + ], + [ + -91.60703959104437, + 42.643967154188246, + ], + [ + -92.08189892576422, + 42.64203341892174, + ], + [ + -92.08189892576422, + 42.90700886530111, + ], + [ + -92.08118107340637, + 43.08276391507878, + ], + [ + -91.60524496014973, + 43.081635902839984, + ], + ], + ], + "type": "Polygon", + }, + "id": "19065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19043 { + "geometry": { + "coordinates": [ + [ + [ + -91.17740495486926, + 43.08023931625863, + ], + [ + -91.15694616267045, + 42.98811831675718, + ], + [ + -91.06541998704417, + 42.75209518450684, + ], + [ + -90.8970836091276, + 42.67512177792634, + ], + [ + -90.89744253530654, + 42.645686029980695, + ], + [ + -91.13289810868237, + 42.64584717458624, + ], + [ + -91.60703959104437, + 42.643967154188246, + ], + [ + -91.60524496014973, + 43.081635902839984, + ], + [ + -91.17740495486926, + 43.08023931625863, + ], + ], + ], + "type": "Polygon", + }, + "id": "19043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36057 { + "geometry": { + "coordinates": [ + [ + [ + -74.09754380446942, + 42.98290797451133, + ], + [ + -74.09251883796445, + 42.95578196591178, + ], + [ + -74.08390460967021, + 42.89734018896859, + ], + [ + -74.2633676991335, + 42.79651738076789, + ], + [ + -74.45503427868029, + 42.772990268358775, + ], + [ + -74.64813656294278, + 42.829552024903975, + ], + [ + -74.76335186637822, + 42.86317753259371, + ], + [ + -74.75976260458894, + 43.047365816728075, + ], + [ + -74.54225334015943, + 42.98543257333148, + ], + [ + -74.09754380446942, + 42.98290797451133, + ], + ], + ], + "type": "Polygon", + }, + "id": "36057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36069 { + "geometry": { + "coordinates": [ + [ + [ + -76.96392826937702, + 43.013149445484686, + ], + [ + -76.97254249767126, + 42.76412731505397, + ], + [ + -77.31316344147257, + 42.76128042702273, + ], + [ + -77.36664344213263, + 42.57628641986065, + ], + [ + -77.49011404768338, + 42.57719957262539, + ], + [ + -77.48688371207304, + 42.67028743976009, + ], + [ + -77.59886867989813, + 42.67195260068402, + ], + [ + -77.58020451859394, + 42.94396469483871, + ], + [ + -77.48257659792591, + 42.943158971811, + ], + [ + -77.48544800735733, + 43.03452796315324, + ], + [ + -77.37130948245868, + 43.034635392890266, + ], + [ + -77.13405927818822, + 43.03989945000464, + ], + [ + -76.96392826937702, + 43.013149445484686, + ], + ], + ], + "type": "Polygon", + }, + "id": "36069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16005 { + "geometry": { + "coordinates": [ + [ + [ + -112.06403715896433, + 43.02222725826354, + ], + [ + -112.15053836808563, + 42.897662478179676, + ], + [ + -112.09777621978343, + 42.696392865857874, + ], + [ + -111.97035742626448, + 42.717771383526426, + ], + [ + -111.91795420414121, + 42.617109719931264, + ], + [ + -111.87631876738573, + 42.41621611168905, + ], + [ + -111.89785433812132, + 42.25652180759705, + ], + [ + -112.1272081664554, + 42.285259262252026, + ], + [ + -112.19181487866219, + 42.35111369105014, + ], + [ + -112.32820682665428, + 42.32457854600425, + ], + [ + -112.29805702762445, + 42.45397766425437, + ], + [ + -112.42080978081734, + 42.50269704999653, + ], + [ + -112.38096897495649, + 42.64611574892881, + ], + [ + -112.49761998310763, + 42.732918976447365, + ], + [ + -112.51700199676966, + 42.90990946820086, + ], + [ + -112.58268548751322, + 42.97286329409921, + ], + [ + -112.74886830835622, + 42.913562079259805, + ], + [ + -112.75138079160871, + 42.95132363182512, + ], + [ + -112.6566242803721, + 43.02185125418395, + ], + [ + -112.06403715896433, + 43.02222725826354, + ], + ], + ], + "type": "Polygon", + }, + "id": "16005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16029 { + "geometry": { + "coordinates": [ + [ + [ + -111.59061352896018, + 43.01997123378596, + ], + [ + -111.04396895845501, + 43.02002494865447, + ], + [ + -111.04684036788642, + 42.51311773448824, + ], + [ + -111.23491768564395, + 42.47868650377079, + ], + [ + -111.22235526938151, + 42.57231151959063, + ], + [ + -111.60425272375939, + 42.59062828975388, + ], + [ + -111.59922775725441, + 42.41567896300391, + ], + [ + -111.87631876738573, + 42.41621611168905, + ], + [ + -111.91795420414121, + 42.617109719931264, + ], + [ + -111.97035742626448, + 42.717771383526426, + ], + [ + -112.09777621978343, + 42.696392865857874, + ], + [ + -112.15053836808563, + 42.897662478179676, + ], + [ + -112.06403715896433, + 43.02222725826354, + ], + [ + -111.59061352896018, + 43.01997123378596, + ], + ], + ], + "type": "Polygon", + }, + "id": "16029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36099 { + "geometry": { + "coordinates": [ + [ + [ + -76.6663784670469, + 42.62344807441591, + ], + [ + -76.58597900296733, + 42.5499124194203, + ], + [ + -76.69652826607673, + 42.54668952730947, + ], + [ + -76.89573229538097, + 42.54147918506361, + ], + [ + -76.89501444302311, + 42.654280408942924, + ], + [ + -76.97254249767126, + 42.76412731505397, + ], + [ + -76.96392826937702, + 43.013149445484686, + ], + [ + -76.7137567226652, + 43.02394613405599, + ], + [ + -76.73349766250617, + 42.72781606393853, + ], + [ + -76.6663784670469, + 42.62344807441591, + ], + ], + ], + "type": "Polygon", + }, + "id": "36099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31165 { + "geometry": { + "coordinates": [ + [ + [ + -103.44442497204271, + 42.43732605501504, + ], + [ + -103.44406604586378, + 42.09070400849446, + ], + [ + -103.40171275675044, + 42.003524776896306, + ], + [ + -104.05316377150217, + 42.001698471366836, + ], + [ + -104.05316377150217, + 42.61163080334284, + ], + [ + -104.05316377150217, + 43.00444763678543, + ], + [ + -103.50364779156558, + 43.00074131085796, + ], + [ + -103.48031758993537, + 42.78496868403739, + ], + [ + -103.47995866375643, + 42.43727234014653, + ], + [ + -103.44442497204271, + 42.43732605501504, + ], + ], + ], + "type": "Polygon", + }, + "id": "31165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31161 { + "geometry": { + "coordinates": [ + [ + [ + -102.00620777308393, + 42.09634406968843, + ], + [ + -102.0665073711436, + 42.00911112322176, + ], + [ + -102.67739972767662, + 42.00529736755727, + ], + [ + -102.69785851987544, + 42.00481393374064, + ], + [ + -102.74236536606233, + 42.0923691694184, + ], + [ + -102.74954388964086, + 42.439850653835194, + ], + [ + -102.77323301745001, + 42.439850653835194, + ], + [ + -102.77323301745001, + 42.78523725837996, + ], + [ + -102.79261503111205, + 42.99993558783025, + ], + [ + -102.08265904919529, + 42.99929100940808, + ], + [ + -102.0665073711436, + 42.44344955002563, + ], + [ + -102.03922898154518, + 42.44328840542009, + ], + [ + -102.04066468626088, + 42.096720073768026, + ], + [ + -102.00620777308393, + 42.09634406968843, + ], + ], + ], + "type": "Polygon", + }, + "id": "31161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31045 { + "geometry": { + "coordinates": [ + [ + [ + -102.77323301745001, + 42.439850653835194, + ], + [ + -103.44442497204271, + 42.43732605501504, + ], + [ + -103.47995866375643, + 42.43727234014653, + ], + [ + -103.48031758993537, + 42.78496868403739, + ], + [ + -103.50364779156558, + 43.00074131085796, + ], + [ + -103.00079221488946, + 43.00074131085796, + ], + [ + -102.79261503111205, + 42.99993558783025, + ], + [ + -102.77323301745001, + 42.78523725837996, + ], + [ + -102.77323301745001, + 42.439850653835194, + ], + ], + ], + "type": "Polygon", + }, + "id": "31045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31015 { + "geometry": { + "coordinates": [ + [ + [ + -98.30962705631917, + 42.88262231499577, + ], + [ + -98.30496101599313, + 42.761172997285705, + ], + [ + -98.58384665701907, + 42.77970462692302, + ], + [ + -98.89324102325378, + 42.84604248953776, + ], + [ + -98.95282276895558, + 42.89272071027639, + ], + [ + -99.25719216868532, + 42.804306036702414, + ], + [ + -99.25539753779069, + 42.99805556743226, + ], + [ + -98.49842222643454, + 42.998646430985914, + ], + [ + -98.30962705631917, + 42.88262231499577, + ], + ], + ], + "type": "Polygon", + }, + "id": "31015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31103 { + "geometry": { + "coordinates": [ + [ + [ + -99.25539753779069, + 42.99805556743226, + ], + [ + -99.25719216868532, + 42.804306036702414, + ], + [ + -99.53751351442698, + 42.717610238920884, + ], + [ + -99.67785365038726, + 42.73087781144383, + ], + [ + -100.13404882380293, + 42.807797503155825, + ], + [ + -100.19829660983079, + 42.84609620440627, + ], + [ + -100.19829660983079, + 42.9985927161174, + ], + [ + -99.53428317881664, + 42.99794813769523, + ], + [ + -99.25539753779069, + 42.99805556743226, + ], + ], + ], + "type": "Polygon", + }, + "id": "31103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31031 { + "geometry": { + "coordinates": [ + [ + [ + -101.22805581717112, + 42.997840707958204, + ], + [ + -100.19829660983079, + 42.9985927161174, + ], + [ + -100.19829660983079, + 42.84609620440627, + ], + [ + -100.16742895844311, + 42.085815955459694, + ], + [ + -100.26756936236362, + 42.08613824467078, + ], + [ + -100.84615836279325, + 42.08817940967431, + ], + [ + -101.42654199411751, + 42.092208024812855, + ], + [ + -102.00620777308393, + 42.09634406968843, + ], + [ + -102.04066468626088, + 42.096720073768026, + ], + [ + -102.03922898154518, + 42.44328840542009, + ], + [ + -102.0665073711436, + 42.44344955002563, + ], + [ + -102.08265904919529, + 42.99929100940808, + ], + [ + -101.22805581717112, + 42.997840707958204, + ], + ], + ], + "type": "Polygon", + }, + "id": "31031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41029 { + "geometry": { + "coordinates": [ + [ + [ + -122.28338332536168, + 42.99477896045291, + ], + [ + -122.28948507040343, + 42.00771453664039, + ], + [ + -123.2305895115489, + 42.00384706610739, + ], + [ + -123.22951273301211, + 42.70826385179946, + ], + [ + -123.15270253072183, + 42.75397520490483, + ], + [ + -122.7955709826899, + 42.77938233771194, + ], + [ + -122.55903863077728, + 42.93789491469663, + ], + [ + -122.40218789058638, + 42.994940105058454, + ], + [ + -122.28338332536168, + 42.99477896045291, + ], + ], + ], + "type": "Polygon", + }, + "id": "41029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36051 { + "geometry": { + "coordinates": [ + [ + [ + -77.58020451859394, + 42.94396469483871, + ], + [ + -77.59886867989813, + 42.67195260068402, + ], + [ + -77.48688371207304, + 42.67028743976009, + ], + [ + -77.49011404768338, + 42.57719957262539, + ], + [ + -77.65988613031564, + 42.5803150349992, + ], + [ + -77.72305713780672, + 42.471220137047354, + ], + [ + -77.84078492449464, + 42.51773721318044, + ], + [ + -78.03855324908318, + 42.52096010529128, + ], + [ + -77.956359154109, + 42.66787027067696, + ], + [ + -77.95492344939329, + 42.86247923930303, + ], + [ + -77.90969875084853, + 42.98768859780907, + ], + [ + -77.7309535137431, + 42.98838689109975, + ], + [ + -77.73418384935344, + 42.94573728549967, + ], + [ + -77.58020451859394, + 42.94396469483871, + ], + ], + ], + "type": "Polygon", + }, + "id": "36051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36083 { + "geometry": { + "coordinates": [ + [ + [ + -73.27380822383293, + 42.94364240562763, + ], + [ + -73.26483506935978, + 42.74597168949626, + ], + [ + -73.35241305701786, + 42.510002272114434, + ], + [ + -73.7838423240876, + 42.46423720414054, + ], + [ + -73.76194782717307, + 42.60674275030807, + ], + [ + -73.67688232276748, + 42.783249808244946, + ], + [ + -73.63560581219092, + 42.94127895141301, + ], + [ + -73.27380822383293, + 42.94364240562763, + ], + ], + ], + "type": "Polygon", + }, + "id": "36083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36093 { + "geometry": { + "coordinates": [ + [ + [ + -73.80932608279139, + 42.778845189026796, + ], + [ + -74.18009682562253, + 42.729964658679094, + ], + [ + -74.27234085360666, + 42.7142262022045, + ], + [ + -74.2633676991335, + 42.79651738076789, + ], + [ + -74.08390460967021, + 42.89734018896859, + ], + [ + -74.09251883796445, + 42.95578196591178, + ], + [ + -73.90480044638585, + 42.91109119530816, + ], + [ + -73.80932608279139, + 42.778845189026796, + ], + ], + ], + "type": "Polygon", + }, + "id": "36093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41015 { + "geometry": { + "coordinates": [ + [ + [ + -123.81204992140995, + 42.78937330325553, + ], + [ + -123.71621663163656, + 42.78378695693008, + ], + [ + -123.83179086125091, + 42.63257960206329, + ], + [ + -123.89065475459486, + 42.50033359578192, + ], + [ + -124.00838254128278, + 42.49609012116932, + ], + [ + -124.02561099787125, + 42.35922463619575, + ], + [ + -123.89209045931057, + 42.35283256684259, + ], + [ + -123.79123220303221, + 42.235734153482156, + ], + [ + -123.85691569377576, + 42.14114227002907, + ], + [ + -123.82138200206204, + 41.995413831750696, + ], + [ + -124.21153475855522, + 41.998475579255995, + ], + [ + -124.35295167305229, + 42.10338071746376, + ], + [ + -124.42760831826902, + 42.33446208181081, + ], + [ + -124.38992106948173, + 42.57472868867375, + ], + [ + -124.41540482818552, + 42.66061876342757, + ], + [ + -124.51016133942213, + 42.733456125132506, + ], + [ + -124.55107892381976, + 42.842443593347326, + ], + [ + -124.47929368803445, + 42.95497624288407, + ], + [ + -124.2571183832789, + 42.954761383410016, + ], + [ + -124.16092616732658, + 42.88246117039023, + ], + [ + -124.13903167041205, + 42.67082458844523, + ], + [ + -123.99689690355713, + 42.68564989215508, + ], + [ + -123.92547059395073, + 42.77487028875676, + ], + [ + -123.81204992140995, + 42.78937330325553, + ], + ], + ], + "type": "Polygon", + }, + "id": "41015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16083 { + "geometry": { + "coordinates": [ + [ + [ + -114.8787362541065, + 42.757466671358245, + ], + [ + -114.8205902131204, + 42.670663443839686, + ], + [ + -114.61779692202688, + 42.64928492617113, + ], + [ + -114.37588067743037, + 42.598148371345836, + ], + [ + -114.13073409722352, + 42.49501582379904, + ], + [ + -114.00152067280996, + 42.526331592142675, + ], + [ + -114.06792201591138, + 42.514353176464056, + ], + [ + -114.07007557298493, + 42.41696811984825, + ], + [ + -114.2857902065198, + 42.41723669419082, + ], + [ + -114.28255987090947, + 41.994070960037845, + ], + [ + -115.03917625608668, + 41.99584355069881, + ], + [ + -115.03845840372882, + 42.76837078966658, + ], + [ + -115.03451021576063, + 42.9120043480729, + ], + [ + -114.90134860337888, + 42.85818204982191, + ], + [ + -114.8787362541065, + 42.757466671358245, + ], + ], + ], + "type": "Polygon", + }, + "id": "16083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19149 { + "geometry": { + "coordinates": [ + [ + [ + -95.85923803278746, + 42.90910374517315, + ], + [ + -95.85995588514531, + 42.560547963386064, + ], + [ + -96.49884448363461, + 42.560816537728634, + ], + [ + -96.50961226900242, + 42.63064586679678, + ], + [ + -96.62410972007999, + 42.707135839560664, + ], + [ + -96.63057039130067, + 42.76611476518899, + ], + [ + -96.53832636331654, + 42.908781455962064, + ], + [ + -95.85923803278746, + 42.90910374517315, + ], + ], + ], + "type": "Polygon", + }, + "id": "19149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19021 { + "geometry": { + "coordinates": [ + [ + [ + -94.91382647749488, + 42.9096946087268, + ], + [ + -94.91454432985273, + 42.5602793890435, + ], + [ + -95.38796795985688, + 42.56172969049337, + ], + [ + -95.38796795985688, + 42.90990946820086, + ], + [ + -94.91382647749488, + 42.9096946087268, + ], + ], + ], + "type": "Polygon", + }, + "id": "19021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19035 { + "geometry": { + "coordinates": [ + [ + [ + -95.38796795985688, + 42.90990946820086, + ], + [ + -95.38796795985688, + 42.56172969049337, + ], + [ + -95.74151024609955, + 42.56129997154526, + ], + [ + -95.85995588514531, + 42.560547963386064, + ], + [ + -95.85923803278746, + 42.90910374517315, + ], + [ + -95.38796795985688, + 42.90990946820086, + ], + ], + ], + "type": "Polygon", + }, + "id": "19035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19151 { + "geometry": { + "coordinates": [ + [ + [ + -94.44327425692214, + 42.90808316267138, + ], + [ + -94.44327425692214, + 42.645148881295555, + ], + [ + -94.44327425692214, + 42.55882908759362, + ], + [ + -94.91454432985273, + 42.5602793890435, + ], + [ + -94.91382647749488, + 42.9096946087268, + ], + [ + -94.44327425692214, + 42.90808316267138, + ], + ], + ], + "type": "Polygon", + }, + "id": "19151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19197 { + "geometry": { + "coordinates": [ + [ + [ + -93.4985805539874, + 42.908512881619494, + ], + [ + -93.49965733252418, + 42.55770107535483, + ], + [ + -93.97164525781263, + 42.55813079430294, + ], + [ + -93.97164525781263, + 42.64471916234744, + ], + [ + -93.97128633163369, + 42.9077608734603, + ], + [ + -93.4985805539874, + 42.908512881619494, + ], + ], + ], + "type": "Polygon", + }, + "id": "19197", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19091 { + "geometry": { + "coordinates": [ + [ + [ + -93.97128633163369, + 42.9077608734603, + ], + [ + -93.97164525781263, + 42.64471916234744, + ], + [ + -94.44327425692214, + 42.645148881295555, + ], + [ + -94.44327425692214, + 42.90808316267138, + ], + [ + -93.97128633163369, + 42.9077608734603, + ], + ], + ], + "type": "Polygon", + }, + "id": "19091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19069 { + "geometry": { + "coordinates": [ + [ + [ + -93.02551585016218, + 42.9077608734603, + ], + [ + -93.02695155487788, + 42.556841637458604, + ], + [ + -93.49965733252418, + 42.55770107535483, + ], + [ + -93.4985805539874, + 42.908512881619494, + ], + [ + -93.02551585016218, + 42.9077608734603, + ], + ], + ], + "type": "Polygon", + }, + "id": "19069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19023 { + "geometry": { + "coordinates": [ + [ + [ + -92.55424577723159, + 42.907116295038136, + ], + [ + -92.55460470341052, + 42.64230199326431, + ], + [ + -92.55424577723159, + 42.55582105495684, + ], + [ + -93.02695155487788, + 42.556841637458604, + ], + [ + -93.02551585016218, + 42.9077608734603, + ], + [ + -92.55424577723159, + 42.907116295038136, + ], + ], + ], + "type": "Polygon", + }, + "id": "19023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19017 { + "geometry": { + "coordinates": [ + [ + [ + -92.08189892576422, + 42.90700886530111, + ], + [ + -92.08189892576422, + 42.64203341892174, + ], + [ + -92.55460470341052, + 42.64230199326431, + ], + [ + -92.55424577723159, + 42.907116295038136, + ], + [ + -92.08189892576422, + 42.90700886530111, + ], + ], + ], + "type": "Polygon", + }, + "id": "19017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36077 { + "geometry": { + "coordinates": [ + [ + [ + -74.76335186637822, + 42.86317753259371, + ], + [ + -74.64813656294278, + 42.829552024903975, + ], + [ + -74.63054918017538, + 42.62661725165823, + ], + [ + -74.71166649661278, + 42.51779092804895, + ], + [ + -74.84411025663668, + 42.5125805858031, + ], + [ + -75.19729361670043, + 42.35836519829952, + ], + [ + -75.41516180730886, + 42.314157861512534, + ], + [ + -75.37496207526908, + 42.41025376128401, + ], + [ + -75.39901012925716, + 42.511291428958764, + ], + [ + -75.33081415526112, + 42.56736975168734, + ], + [ + -75.29563938972632, + 42.74414538396678, + ], + [ + -75.24790220792909, + 42.871503337213376, + ], + [ + -75.21200959003643, + 42.879990286438584, + ], + [ + -75.1011014007481, + 42.90835173701395, + ], + [ + -74.90728126412776, + 42.825147405685826, + ], + [ + -74.87892609599257, + 42.89819962686481, + ], + [ + -74.76335186637822, + 42.86317753259371, + ], + ], + ], + "type": "Polygon", + }, + "id": "36077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31089 { + "geometry": { + "coordinates": [ + [ + [ + -98.30496101599313, + 42.761172997285705, + ], + [ + -98.300653901846, + 42.43689633606693, + ], + [ + -98.300653901846, + 42.08882398809648, + ], + [ + -98.7611561894088, + 42.088501698885395, + ], + [ + -99.22273525550837, + 42.08791083533174, + ], + [ + -99.23457981941294, + 42.087964550200255, + ], + [ + -99.24570653095967, + 42.78249780008575, + ], + [ + -99.25719216868532, + 42.804306036702414, + ], + [ + -98.95282276895558, + 42.89272071027639, + ], + [ + -98.89324102325378, + 42.84604248953776, + ], + [ + -98.58384665701907, + 42.77970462692302, + ], + [ + -98.30496101599313, + 42.761172997285705, + ], + ], + ], + "type": "Polygon", + }, + "id": "31089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26099 { + "geometry": { + "coordinates": [ + [ + [ + -82.70602927984432, + 42.686294470577245, + ], + [ + -82.81944995238511, + 42.616196567166526, + ], + [ + -82.87041746979268, + 42.45096963161759, + ], + [ + -83.08326069389614, + 42.4471558759531, + ], + [ + -83.10300163373711, + 42.88858466540081, + ], + [ + -82.98347921615455, + 42.89374129277816, + ], + [ + -82.73905048830557, + 42.89755504844265, + ], + [ + -82.70602927984432, + 42.686294470577245, + ], + ], + ], + "type": "Polygon", + }, + "id": "26099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26125 { + "geometry": { + "coordinates": [ + [ + [ + -83.08326069389614, + 42.4471558759531, + ], + [ + -83.55201828357424, + 42.43517746027449, + ], + [ + -83.66472110375719, + 42.43114884513594, + ], + [ + -83.68661560067171, + 42.783249808244946, + ], + [ + -83.68948701010312, + 42.871234762870806, + ], + [ + -83.45331358436944, + 42.880420005386696, + ], + [ + -83.10300163373711, + 42.88858466540081, + ], + [ + -83.08326069389614, + 42.4471558759531, + ], + ], + ], + "type": "Polygon", + }, + "id": "26125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 25009 { + "geometry": { + "coordinates": [ + [ + [ + -70.81803530761734, + 42.871879341292974, + ], + [ + -70.77173383053581, + 42.71014387219744, + ], + [ + -70.59083503635681, + 42.64079797694592, + ], + [ + -70.65257033913218, + 42.59154144251862, + ], + [ + -70.88802591250801, + 42.537343140188035, + ], + [ + -70.89520443608654, + 42.46026230387051, + ], + [ + -70.98385920228141, + 42.43168599382108, + ], + [ + -71.02513571285796, + 42.44489985147551, + ], + [ + -71.05743906896136, + 42.604647870436025, + ], + [ + -71.25484846737098, + 42.65632157394646, + ], + [ + -71.25592524590775, + 42.736088153689685, + ], + [ + -71.24551638671888, + 42.742587652779875, + ], + [ + -71.06497651871881, + 42.80629348683743, + ], + [ + -71.03123745789972, + 42.85909520258665, + ], + [ + -70.81803530761734, + 42.871879341292974, + ], + ], + ], + "type": "Polygon", + }, + "id": "25009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31107 { + "geometry": { + "coordinates": [ + [ + [ + -98.15313524230719, + 42.838952126893915, + ], + [ + -98.0343306770825, + 42.76396617044843, + ], + [ + -97.95357228682401, + 42.76896165322023, + ], + [ + -97.86778893006056, + 42.85963235127179, + ], + [ + -97.63556369229507, + 42.85141397638915, + ], + [ + -97.48481469714591, + 42.85028596415036, + ], + [ + -97.48553254950376, + 42.438561496990864, + ], + [ + -97.83440879542039, + 42.43770205909464, + ], + [ + -98.300653901846, + 42.43689633606693, + ], + [ + -98.30496101599313, + 42.761172997285705, + ], + [ + -98.30962705631917, + 42.88262231499577, + ], + [ + -98.15313524230719, + 42.838952126893915, + ], + ], + ], + "type": "Polygon", + }, + "id": "31107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31027 { + "geometry": { + "coordinates": [ + [ + [ + -97.16070435757521, + 42.799632843141694, + ], + [ + -97.01641603364673, + 42.76160271623382, + ], + [ + -97.01785173836244, + 42.351328550524194, + ], + [ + -97.36780476281585, + 42.351865699209334, + ], + [ + -97.36744583663692, + 42.43877635646492, + ], + [ + -97.48553254950376, + 42.438561496990864, + ], + [ + -97.48481469714591, + 42.85028596415036, + ], + [ + -97.30786409093511, + 42.867528436943346, + ], + [ + -97.16070435757521, + 42.799632843141694, + ], + ], + ], + "type": "Polygon", + }, + "id": "31027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36121 { + "geometry": { + "coordinates": [ + [ + [ + -77.95492344939329, + 42.86247923930303, + ], + [ + -77.956359154109, + 42.66787027067696, + ], + [ + -78.03855324908318, + 42.52096010529128, + ], + [ + -78.30882466181488, + 42.521013820159794, + ], + [ + -78.46388077111116, + 42.53632255768627, + ], + [ + -78.4642396972901, + 42.86747472207483, + ], + [ + -77.95492344939329, + 42.86247923930303, + ], + ], + ], + "type": "Polygon", + }, + "id": "36121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55045 { + "geometry": { + "coordinates": [ + [ + [ + -89.36913486543719, + 42.845021907036, + ], + [ + -89.36590452982685, + 42.5002798809134, + ], + [ + -89.40143822154059, + 42.500441025518946, + ], + [ + -89.8378924551153, + 42.50570508263331, + ], + [ + -89.83825138129423, + 42.81375985356087, + ], + [ + -89.83825138129423, + 42.85737632679421, + ], + [ + -89.36913486543719, + 42.845021907036, + ], + ], + ], + "type": "Polygon", + }, + "id": "55045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16053 { + "geometry": { + "coordinates": [ + [ + [ + -113.93368362499284, + 42.764879323213165, + ], + [ + -113.93260684645605, + 42.53519454544748, + ], + [ + -114.00152067280996, + 42.526331592142675, + ], + [ + -114.13073409722352, + 42.49501582379904, + ], + [ + -114.37588067743037, + 42.598148371345836, + ], + [ + -114.61779692202688, + 42.64928492617113, + ], + [ + -114.5951845727545, + 42.85066196822996, + ], + [ + -114.36618967059935, + 42.85066196822996, + ], + [ + -114.3464487307584, + 42.80897923026313, + ], + [ + -114.05105248550183, + 42.80838836670947, + ], + [ + -113.93368362499284, + 42.764879323213165, + ], + ], + ], + "type": "Polygon", + }, + "id": "16053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55105 { + "geometry": { + "coordinates": [ + [ + [ + -89.01343902212096, + 42.847331646382095, + ], + [ + -88.77690667020835, + 42.84265845282138, + ], + [ + -88.77654774402943, + 42.49195407629374, + ], + [ + -88.94057700779886, + 42.49506953866755, + ], + [ + -89.36590452982685, + 42.5002798809134, + ], + [ + -89.36913486543719, + 42.845021907036, + ], + [ + -89.01343902212096, + 42.847331646382095, + ], + ], + ], + "type": "Polygon", + }, + "id": "55105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31017 { + "geometry": { + "coordinates": [ + [ + [ + -99.67785365038726, + 42.73087781144383, + ], + [ + -99.66241982469342, + 42.085977100065236, + ], + [ + -99.68682680486043, + 42.086084529802264, + ], + [ + -100.16742895844311, + 42.085815955459694, + ], + [ + -100.19829660983079, + 42.84609620440627, + ], + [ + -100.13404882380293, + 42.807797503155825, + ], + [ + -99.67785365038726, + 42.73087781144383, + ], + ], + ], + "type": "Polygon", + }, + "id": "31017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55127 { + "geometry": { + "coordinates": [ + [ + [ + -88.54145109683252, + 42.84292702716395, + ], + [ + -88.30671337581454, + 42.84206758926773, + ], + [ + -88.30599552345669, + 42.61082508031513, + ], + [ + -88.30455981874098, + 42.494586104850924, + ], + [ + -88.70727499149659, + 42.49356552234916, + ], + [ + -88.77654774402943, + 42.49195407629374, + ], + [ + -88.77690667020835, + 42.84265845282138, + ], + [ + -88.54145109683252, + 42.84292702716395, + ], + ], + ], + "type": "Polygon", + }, + "id": "55127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55101 { + "geometry": { + "coordinates": [ + [ + [ + -87.82682907458971, + 42.84222873387327, + ], + [ + -87.76042773148829, + 42.78432410561522, + ], + [ + -87.80601135621197, + 42.6680314152825, + ], + [ + -88.18790881058985, + 42.669696576206434, + ], + [ + -88.18790881058985, + 42.61125479926324, + ], + [ + -88.30599552345669, + 42.61082508031513, + ], + [ + -88.30671337581454, + 42.84206758926773, + ], + [ + -88.069822097723, + 42.84330303124355, + ], + [ + -87.82682907458971, + 42.84222873387327, + ], + ], + ], + "type": "Polygon", + }, + "id": "55101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36095 { + "geometry": { + "coordinates": [ + [ + [ + -74.2633676991335, + 42.79651738076789, + ], + [ + -74.27234085360666, + 42.7142262022045, + ], + [ + -74.18009682562253, + 42.729964658679094, + ], + [ + -74.24147320221897, + 42.550771857316526, + ], + [ + -74.25439454466033, + 42.40821259628048, + ], + [ + -74.44354864095463, + 42.35498116158314, + ], + [ + -74.61906354244972, + 42.42432705683466, + ], + [ + -74.71166649661278, + 42.51779092804895, + ], + [ + -74.63054918017538, + 42.62661725165823, + ], + [ + -74.64813656294278, + 42.829552024903975, + ], + [ + -74.45503427868029, + 42.772990268358775, + ], + [ + -74.2633676991335, + 42.79651738076789, + ], + ], + ], + "type": "Polygon", + }, + "id": "36095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36001 { + "geometry": { + "coordinates": [ + [ + [ + -73.67688232276748, + 42.783249808244946, + ], + [ + -73.76194782717307, + 42.60674275030807, + ], + [ + -73.7838423240876, + 42.46423720414054, + ], + [ + -74.25439454466033, + 42.40821259628048, + ], + [ + -74.24147320221897, + 42.550771857316526, + ], + [ + -74.18009682562253, + 42.729964658679094, + ], + [ + -73.80932608279139, + 42.778845189026796, + ], + [ + -73.67688232276748, + 42.783249808244946, + ], + ], + ], + "type": "Polygon", + }, + "id": "36001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55065 { + "geometry": { + "coordinates": [ + [ + [ + -89.83825138129423, + 42.81375985356087, + ], + [ + -89.8378924551153, + 42.50570508263331, + ], + [ + -89.92654722131016, + 42.50575879750183, + ], + [ + -90.42653138855488, + 42.50704795434616, + ], + [ + -90.4268903147338, + 42.812792985927615, + ], + [ + -89.83825138129423, + 42.81375985356087, + ], + ], + ], + "type": "Polygon", + }, + "id": "55065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31149 { + "geometry": { + "coordinates": [ + [ + [ + -99.23457981941294, + 42.087964550200255, + ], + [ + -99.66241982469342, + 42.085977100065236, + ], + [ + -99.67785365038726, + 42.73087781144383, + ], + [ + -99.53751351442698, + 42.717610238920884, + ], + [ + -99.25719216868532, + 42.804306036702414, + ], + [ + -99.24570653095967, + 42.78249780008575, + ], + [ + -99.23457981941294, + 42.087964550200255, + ], + ], + ], + "type": "Polygon", + }, + "id": "31149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36023 { + "geometry": { + "coordinates": [ + [ + [ + -76.13014275573059, + 42.410307476152525, + ], + [ + -76.2532544351024, + 42.40756801785831, + ], + [ + -76.26545792518591, + 42.62355550415294, + ], + [ + -76.274790005838, + 42.77121767769781, + ], + [ + -75.89612288707048, + 42.79093103444244, + ], + [ + -75.8896622158498, + 42.7238411636685, + ], + [ + -75.86417845714601, + 42.4156252481354, + ], + [ + -76.13014275573059, + 42.410307476152525, + ], + ], + ], + "type": "Polygon", + }, + "id": "36023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 41033 { + "geometry": { + "coordinates": [ + [ + [ + -123.71621663163656, + 42.78378695693008, + ], + [ + -123.71513985309977, + 42.73968704988012, + ], + [ + -123.44702199744162, + 42.701656922972234, + ], + [ + -123.22951273301211, + 42.70826385179946, + ], + [ + -123.2305895115489, + 42.00384706610739, + ], + [ + -123.51808938086909, + 42.00083903347061, + ], + [ + -123.82138200206204, + 41.995413831750696, + ], + [ + -123.85691569377576, + 42.14114227002907, + ], + [ + -123.79123220303221, + 42.235734153482156, + ], + [ + -123.89209045931057, + 42.35283256684259, + ], + [ + -124.02561099787125, + 42.35922463619575, + ], + [ + -124.00838254128278, + 42.49609012116932, + ], + [ + -123.89065475459486, + 42.50033359578192, + ], + [ + -123.83179086125091, + 42.63257960206329, + ], + [ + -123.71621663163656, + 42.78378695693008, + ], + ], + ], + "type": "Polygon", + }, + "id": "41033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26093 { + "geometry": { + "coordinates": [ + [ + [ + -83.68661560067171, + 42.783249808244946, + ], + [ + -83.66472110375719, + 42.43114884513594, + ], + [ + -84.1309662101828, + 42.42454191630872, + ], + [ + -84.14065721701382, + 42.42459563117723, + ], + [ + -84.15824459978123, + 42.77658916454921, + ], + [ + -83.92243010022646, + 42.780832639161815, + ], + [ + -83.68661560067171, + 42.783249808244946, + ], + ], + ], + "type": "Polygon", + }, + "id": "26093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26065 { + "geometry": { + "coordinates": [ + [ + [ + -84.15824459978123, + 42.77658916454921, + ], + [ + -84.14065721701382, + 42.42459563117723, + ], + [ + -84.60044165221876, + 42.42196360262005, + ], + [ + -84.60259520929232, + 42.76987480598497, + ], + [ + -84.36355037412723, + 42.77572972665298, + ], + [ + -84.15824459978123, + 42.77658916454921, + ], + ], + ], + "type": "Polygon", + }, + "id": "26065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26045 { + "geometry": { + "coordinates": [ + [ + [ + -84.83697400413138, + 42.77046566953862, + ], + [ + -84.60259520929232, + 42.76987480598497, + ], + [ + -84.60044165221876, + 42.42196360262005, + ], + [ + -84.7185283650856, + 42.42153388367194, + ], + [ + -85.07207065132827, + 42.42142645393491, + ], + [ + -85.07422420840183, + 42.77078795874971, + ], + [ + -84.83697400413138, + 42.77046566953862, + ], + ], + ], + "type": "Polygon", + }, + "id": "26045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26015 { + "geometry": { + "coordinates": [ + [ + [ + -85.07422420840183, + 42.77078795874971, + ], + [ + -85.07207065132827, + 42.42142645393491, + ], + [ + -85.29891199640987, + 42.41981500787949, + ], + [ + -85.54334072425887, + 42.42142645393491, + ], + [ + -85.54549428133242, + 42.76815593019252, + ], + [ + -85.30967978177766, + 42.76987480598497, + ], + [ + -85.07422420840183, + 42.77078795874971, + ], + ], + ], + "type": "Polygon", + }, + "id": "26015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26005 { + "geometry": { + "coordinates": [ + [ + [ + -85.78238555942396, + 42.768209645061035, + ], + [ + -85.54549428133242, + 42.76815593019252, + ], + [ + -85.54334072425887, + 42.42142645393491, + ], + [ + -85.76443925047764, + 42.42056701603869, + ], + [ + -86.27375549837444, + 42.41927785919435, + ], + [ + -86.20843093380981, + 42.76751135177035, + ], + [ + -85.78238555942396, + 42.768209645061035, + ], + ], + ], + "type": "Polygon", + }, + "id": "26005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36123 { + "geometry": { + "coordinates": [ + [ + [ + -76.89573229538097, + 42.54147918506361, + ], + [ + -76.88963055033922, + 42.46305547703323, + ], + [ + -77.10713981476873, + 42.483735701411106, + ], + [ + -77.14375028501924, + 42.57682356854579, + ], + [ + -77.36664344213263, + 42.57628641986065, + ], + [ + -77.31316344147257, + 42.76128042702273, + ], + [ + -76.97254249767126, + 42.76412731505397, + ], + [ + -76.89501444302311, + 42.654280408942924, + ], + [ + -76.89573229538097, + 42.54147918506361, + ], + ], + ], + "type": "Polygon", + }, + "id": "36123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31051 { + "geometry": { + "coordinates": [ + [ + [ + -96.80608529279576, + 42.70412780692388, + ], + [ + -96.69840743911779, + 42.65035922354141, + ], + [ + -96.63128824365852, + 42.524344142007656, + ], + [ + -96.72209656692694, + 42.52466643121874, + ], + [ + -96.726762607253, + 42.27800775500264, + ], + [ + -96.82295482320531, + 42.26431046353158, + ], + [ + -97.01785173836244, + 42.26447160813712, + ], + [ + -97.01785173836244, + 42.351328550524194, + ], + [ + -97.01641603364673, + 42.76160271623382, + ], + [ + -96.80608529279576, + 42.70412780692388, + ], + ], + ], + "type": "Polygon", + }, + "id": "31051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 25003 { + "geometry": { + "coordinates": [ + [ + [ + -73.02291882476327, + 42.74119106619851, + ], + [ + -72.95077466279902, + 42.64069054720889, + ], + [ + -72.97554056914495, + 42.555928484693865, + ], + [ + -73.00030647549089, + 42.312331555983064, + ], + [ + -73.05342754997201, + 42.03983602801175, + ], + [ + -73.48736930029425, + 42.049612134081286, + ], + [ + -73.49670138094633, + 42.0496658489498, + ], + [ + -73.50782809249306, + 42.08683653796146, + ], + [ + -73.35241305701786, + 42.510002272114434, + ], + [ + -73.26483506935978, + 42.74597168949626, + ], + [ + -73.02291882476327, + 42.74119106619851, + ], + ], + ], + "type": "Polygon", + }, + "id": "25003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36017 { + "geometry": { + "coordinates": [ + [ + [ + -75.29563938972632, + 42.74414538396678, + ], + [ + -75.33081415526112, + 42.56736975168734, + ], + [ + -75.39901012925716, + 42.511291428958764, + ], + [ + -75.37496207526908, + 42.41025376128401, + ], + [ + -75.41516180730886, + 42.314157861512534, + ], + [ + -75.4183921429192, + 42.19496456828006, + ], + [ + -75.63697818588548, + 42.195609146702225, + ], + [ + -75.63841389060119, + 42.24867943679402, + ], + [ + -75.83618221518974, + 42.244059958101815, + ], + [ + -75.86417845714601, + 42.4156252481354, + ], + [ + -75.8896622158498, + 42.7238411636685, + ], + [ + -75.29563938972632, + 42.74414538396678, + ], + ], + ], + "type": "Polygon", + }, + "id": "36017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 25011 { + "geometry": { + "coordinates": [ + [ + [ + -72.31475747374114, + 42.343486179721154, + ], + [ + -72.37541599797973, + 42.42040587143315, + ], + [ + -72.70419237787647, + 42.40547313798626, + ], + [ + -72.70096204226613, + 42.45284965201557, + ], + [ + -72.87109305107732, + 42.48416542035922, + ], + [ + -72.97554056914495, + 42.555928484693865, + ], + [ + -72.95077466279902, + 42.64069054720889, + ], + [ + -73.02291882476327, + 42.74119106619851, + ], + [ + -72.92995694442128, + 42.73920361606349, + ], + [ + -72.45832794531177, + 42.726902911173795, + ], + [ + -72.28281304381667, + 42.72153142432241, + ], + [ + -72.22969196933553, + 42.66282107303664, + ], + [ + -72.24512579502938, + 42.51354745343635, + ], + [ + -72.31475747374114, + 42.343486179721154, + ], + ], + ], + "type": "Polygon", + }, + "id": "25011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 25017 { + "geometry": { + "coordinates": [ + [ + [ + -71.02513571285796, + 42.44489985147551, + ], + [ + -71.05026054538283, + 42.39279642901697, + ], + [ + -71.07430859937091, + 42.39059411940789, + ], + [ + -71.06425866636096, + 42.369269316607856, + ], + [ + -71.06497651871881, + 42.3690544571338, + ], + [ + -71.15686162052401, + 42.33005746259266, + ], + [ + -71.1647579964604, + 42.30362974728379, + ], + [ + -71.19131853370097, + 42.28268094856335, + ], + [ + -71.3295051125877, + 42.31238527085158, + ], + [ + -71.34386215974476, + 42.20060462947403, + ], + [ + -71.47774162448437, + 42.15661215216109, + ], + [ + -71.58326592108878, + 42.19491085341154, + ], + [ + -71.58721410905697, + 42.2593686956283, + ], + [ + -71.48635585277862, + 42.32973517338158, + ], + [ + -71.62561921020212, + 42.349502244994724, + ], + [ + -71.5592178671007, + 42.41191892220794, + ], + [ + -71.53875907490189, + 42.54287577164497, + ], + [ + -71.67874028468326, + 42.530306492412706, + ], + [ + -71.66474216370511, + 42.61157708847433, + ], + [ + -71.85856230032546, + 42.63365389943357, + ], + [ + -71.89876203236524, + 42.71143302904178, + ], + [ + -71.29433034705289, + 42.69693001454301, + ], + [ + -71.25592524590775, + 42.736088153689685, + ], + [ + -71.25484846737098, + 42.65632157394646, + ], + [ + -71.05743906896136, + 42.604647870436025, + ], + [ + -71.02513571285796, + 42.44489985147551, + ], + ], + ], + "type": "Polygon", + }, + "id": "25017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 25027 { + "geometry": { + "coordinates": [ + [ + [ + -71.92891183139507, + 42.71223875206949, + ], + [ + -71.89876203236524, + 42.71143302904178, + ], + [ + -71.85856230032546, + 42.63365389943357, + ], + [ + -71.66474216370511, + 42.61157708847433, + ], + [ + -71.67874028468326, + 42.530306492412706, + ], + [ + -71.53875907490189, + 42.54287577164497, + ], + [ + -71.5592178671007, + 42.41191892220794, + ], + [ + -71.62561921020212, + 42.349502244994724, + ], + [ + -71.48635585277862, + 42.32973517338158, + ], + [ + -71.58721410905697, + 42.2593686956283, + ], + [ + -71.58326592108878, + 42.19491085341154, + ], + [ + -71.47774162448437, + 42.15661215216109, + ], + [ + -71.49784149050426, + 42.01716835349885, + ], + [ + -71.79933948080257, + 42.00798311098296, + ], + [ + -72.1022731758166, + 42.02877076509787, + ], + [ + -72.13565331045677, + 42.030221066547746, + ], + [ + -72.13493545809892, + 42.16171506466992, + ], + [ + -72.26378995633357, + 42.18389930536618, + ], + [ + -72.2210777410413, + 42.24518797034061, + ], + [ + -72.21138673421028, + 42.31104239913873, + ], + [ + -72.31475747374114, + 42.343486179721154, + ], + [ + -72.24512579502938, + 42.51354745343635, + ], + [ + -72.22969196933553, + 42.66282107303664, + ], + [ + -72.28281304381667, + 42.72153142432241, + ], + [ + -71.92891183139507, + 42.71223875206949, + ], + ], + ], + "type": "Polygon", + }, + "id": "25027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16031 { + "geometry": { + "coordinates": [ + [ + [ + -113.23772576405422, + 42.62516695020836, + ], + [ + -113.00370589539409, + 42.587942546328186, + ], + [ + -113.00155233832054, + 42.32737171916697, + ], + [ + -113.00155233832054, + 41.998207004913425, + ], + [ + -114.04172040484974, + 41.993587526221226, + ], + [ + -114.28255987090947, + 41.994070960037845, + ], + [ + -114.2857902065198, + 42.41723669419082, + ], + [ + -114.07007557298493, + 42.41696811984825, + ], + [ + -114.06792201591138, + 42.514353176464056, + ], + [ + -114.00152067280996, + 42.526331592142675, + ], + [ + -113.93260684645605, + 42.53519454544748, + ], + [ + -113.65731046721938, + 42.53503340084194, + ], + [ + -113.55860576801457, + 42.65632157394646, + ], + [ + -113.47318133743005, + 42.66915942752129, + ], + [ + -113.37088737643597, + 42.6861333259717, + ], + [ + -113.23772576405422, + 42.62516695020836, + ], + ], + ], + "type": "Polygon", + }, + "id": "16031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19061 { + "geometry": { + "coordinates": [ + [ + [ + -90.64081031737403, + 42.508283396321985, + ], + [ + -90.65409058599433, + 42.47841792942822, + ], + [ + -90.47390964417318, + 42.381462591760524, + ], + [ + -90.66485837136212, + 42.38221459991972, + ], + [ + -90.66557622371997, + 42.29471307911048, + ], + [ + -90.89816038766439, + 42.29525022779562, + ], + [ + -91.13038562542988, + 42.295733661612246, + ], + [ + -91.13289810868237, + 42.64584717458624, + ], + [ + -90.89744253530654, + 42.645686029980695, + ], + [ + -90.8970836091276, + 42.67512177792634, + ], + [ + -90.70254562014941, + 42.63075329653381, + ], + [ + -90.64081031737403, + 42.508283396321985, + ], + ], + ], + "type": "Polygon", + }, + "id": "19061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55059 { + "geometry": { + "coordinates": [ + [ + [ + -87.80601135621197, + 42.6680314152825, + ], + [ + -87.8049345776752, + 42.492598654715906, + ], + [ + -88.19688196506301, + 42.495123253536065, + ], + [ + -88.30455981874098, + 42.494586104850924, + ], + [ + -88.30599552345669, + 42.61082508031513, + ], + [ + -88.18790881058985, + 42.61125479926324, + ], + [ + -88.18790881058985, + 42.669696576206434, + ], + [ + -87.80601135621197, + 42.6680314152825, + ], + ], + ], + "type": "Polygon", + }, + "id": "55059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19055 { + "geometry": { + "coordinates": [ + [ + [ + -91.13289810868237, + 42.64584717458624, + ], + [ + -91.13038562542988, + 42.295733661612246, + ], + [ + -91.36332871555322, + 42.29643195490293, + ], + [ + -91.59734858421335, + 42.296378240034414, + ], + [ + -91.60703959104437, + 42.643967154188246, + ], + [ + -91.13289810868237, + 42.64584717458624, + ], + ], + ], + "type": "Polygon", + }, + "id": "19055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19187 { + "geometry": { + "coordinates": [ + [ + [ + -93.97164525781263, + 42.64471916234744, + ], + [ + -93.97164525781263, + 42.55813079430294, + ], + [ + -93.93180445195178, + 42.472025860075064, + ], + [ + -93.93144552577284, + 42.210112161200996, + ], + [ + -94.16474754207512, + 42.209951016595454, + ], + [ + -94.39769063219846, + 42.209145293567744, + ], + [ + -94.39769063219846, + 42.4733150169194, + ], + [ + -94.44327425692214, + 42.55882908759362, + ], + [ + -94.44327425692214, + 42.645148881295555, + ], + [ + -93.97164525781263, + 42.64471916234744, + ], + ], + ], + "type": "Polygon", + }, + "id": "19187", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19019 { + "geometry": { + "coordinates": [ + [ + [ + -91.60703959104437, + 42.643967154188246, + ], + [ + -91.59734858421335, + 42.296378240034414, + ], + [ + -91.83100952669454, + 42.299063983460115, + ], + [ + -92.06467046917575, + 42.29723767793064, + ], + [ + -92.08189892576422, + 42.64203341892174, + ], + [ + -91.60703959104437, + 42.643967154188246, + ], + ], + ], + "type": "Polygon", + }, + "id": "19019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19013 { + "geometry": { + "coordinates": [ + [ + [ + -92.08189892576422, + 42.64203341892174, + ], + [ + -92.06467046917575, + 42.29723767793064, + ], + [ + -92.2990492640148, + 42.29750625227321, + ], + [ + -92.53378698503278, + 42.29696910358807, + ], + [ + -92.55424577723159, + 42.55582105495684, + ], + [ + -92.55460470341052, + 42.64230199326431, + ], + [ + -92.08189892576422, + 42.64203341892174, + ], + ], + ], + "type": "Polygon", + }, + "id": "19013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36109 { + "geometry": { + "coordinates": [ + [ + [ + -76.26545792518591, + 42.62355550415294, + ], + [ + -76.2532544351024, + 42.40756801785831, + ], + [ + -76.25002409949207, + 42.296646814376984, + ], + [ + -76.41513014179829, + 42.31829390638811, + ], + [ + -76.41620692033507, + 42.262967591818736, + ], + [ + -76.5382418211701, + 42.2817140809301, + ], + [ + -76.61935913760752, + 42.282842093168895, + ], + [ + -76.69150329957175, + 42.28434610948729, + ], + [ + -76.69652826607673, + 42.54668952730947, + ], + [ + -76.58597900296733, + 42.5499124194203, + ], + [ + -76.6663784670469, + 42.62344807441591, + ], + [ + -76.26545792518591, + 42.62355550415294, + ], + ], + ], + "type": "Polygon", + }, + "id": "36109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 56015 { + "geometry": { + "coordinates": [ + [ + [ + -104.05316377150217, + 42.61163080334284, + ], + [ + -104.05316377150217, + 42.001698471366836, + ], + [ + -104.05316377150217, + 41.697887175051875, + ], + [ + -104.05244591914432, + 41.56424458218915, + ], + [ + -104.65292941648848, + 41.56499659034834, + ], + [ + -104.6532883426674, + 41.65298154497421, + ], + [ + -104.65580082591988, + 42.60948220860229, + ], + [ + -104.05316377150217, + 42.61163080334284, + ], + ], + ], + "type": "Polygon", + }, + "id": "56015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 56031 { + "geometry": { + "coordinates": [ + [ + [ + -104.65580082591988, + 42.60948220860229, + ], + [ + -104.6532883426674, + 41.65298154497421, + ], + [ + -105.27853774635749, + 41.65663415603316, + ], + [ + -105.28392163904138, + 42.43141741947851, + ], + [ + -105.28643412229387, + 42.605829597543334, + ], + [ + -104.8923331778325, + 42.60894505991715, + ], + [ + -104.65580082591988, + 42.60948220860229, + ], + ], + ], + "type": "Polygon", + }, + "id": "56031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16007 { + "geometry": { + "coordinates": [ + [ + [ + -111.04684036788642, + 42.51311773448824, + ], + [ + -111.04684036788642, + 42.001537326761294, + ], + [ + -111.50841943398599, + 41.99944244688925, + ], + [ + -111.59563849546515, + 42.093765755999755, + ], + [ + -111.62686507303177, + 42.208769289488146, + ], + [ + -111.56297621318284, + 42.276718598158304, + ], + [ + -111.59922775725441, + 42.41567896300391, + ], + [ + -111.60425272375939, + 42.59062828975388, + ], + [ + -111.22235526938151, + 42.57231151959063, + ], + [ + -111.23491768564395, + 42.47868650377079, + ], + [ + -111.04684036788642, + 42.51311773448824, + ], + ], + ], + "type": "Polygon", + }, + "id": "16007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36101 { + "geometry": { + "coordinates": [ + [ + [ + -77.49011404768338, + 42.57719957262539, + ], + [ + -77.36664344213263, + 42.57628641986065, + ], + [ + -77.14375028501924, + 42.57682356854579, + ], + [ + -77.10713981476873, + 42.483735701411106, + ], + [ + -77.09960236501126, + 42.272367693808675, + ], + [ + -76.9650050479138, + 42.27849118881927, + ], + [ + -76.96572290027166, + 41.99987216583736, + ], + [ + -77.60999539144485, + 41.999818450968846, + ], + [ + -77.74997660122621, + 41.99724013728017, + ], + [ + -77.72305713780672, + 42.471220137047354, + ], + [ + -77.65988613031564, + 42.5803150349992, + ], + [ + -77.49011404768338, + 42.57719957262539, + ], + ], + ], + "type": "Polygon", + }, + "id": "36101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36013 { + "geometry": { + "coordinates": [ + [ + [ + -79.06077500666605, + 42.53782657400466, + ], + [ + -79.06113393284498, + 41.99987216583736, + ], + [ + -79.6099320604237, + 41.9973475670172, + ], + [ + -79.76175783410964, + 41.99879786846708, + ], + [ + -79.76175783410964, + 42.26919851656635, + ], + [ + -79.54568427439585, + 42.36362925541389, + ], + [ + -79.31848400313532, + 42.50167646749477, + ], + [ + -79.13614950424063, + 42.56930348695384, + ], + [ + -79.06077500666605, + 42.53782657400466, + ], + ], + ], + "type": "Polygon", + }, + "id": "36013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19193 { + "geometry": { + "coordinates": [ + [ + [ + -95.85995588514531, + 42.560547963386064, + ], + [ + -95.74151024609955, + 42.56129997154526, + ], + [ + -95.74186917227847, + 42.475356181922926, + ], + [ + -95.6693660841353, + 42.474657888632244, + ], + [ + -95.67080178885101, + 42.21140131804533, + ], + [ + -96.35670971677969, + 42.215000214235765, + ], + [ + -96.35635079060077, + 42.27650373868425, + ], + [ + -96.41162542215545, + 42.34101529576951, + ], + [ + -96.39762730117732, + 42.484917428518415, + ], + [ + -96.44715911386919, + 42.48980548155318, + ], + [ + -96.49884448363461, + 42.560816537728634, + ], + [ + -95.85995588514531, + 42.560547963386064, + ], + ], + ], + "type": "Polygon", + }, + "id": "19193", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19161 { + "geometry": { + "coordinates": [ + [ + [ + -94.91454432985273, + 42.5602793890435, + ], + [ + -94.85675721504555, + 42.47390588047305, + ], + [ + -94.85855184594018, + 42.209682442252884, + ], + [ + -95.09077708370567, + 42.210380735543566, + ], + [ + -95.3233612476501, + 42.21091788422871, + ], + [ + -95.32228446911331, + 42.47417445481562, + ], + [ + -95.38796795985688, + 42.56172969049337, + ], + [ + -94.91454432985273, + 42.5602793890435, + ], + ], + ], + "type": "Polygon", + }, + "id": "19161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19093 { + "geometry": { + "coordinates": [ + [ + [ + -95.38796795985688, + 42.56172969049337, + ], + [ + -95.32228446911331, + 42.47417445481562, + ], + [ + -95.3233612476501, + 42.21091788422871, + ], + [ + -95.67080178885101, + 42.21140131804533, + ], + [ + -95.6693660841353, + 42.474657888632244, + ], + [ + -95.74186917227847, + 42.475356181922926, + ], + [ + -95.74151024609955, + 42.56129997154526, + ], + [ + -95.38796795985688, + 42.56172969049337, + ], + ], + ], + "type": "Polygon", + }, + "id": "19093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19025 { + "geometry": { + "coordinates": [ + [ + [ + -94.44327425692214, + 42.55882908759362, + ], + [ + -94.39769063219846, + 42.4733150169194, + ], + [ + -94.39769063219846, + 42.209145293567744, + ], + [ + -94.62883909142718, + 42.209413867910314, + ], + [ + -94.85855184594018, + 42.209682442252884, + ], + [ + -94.85675721504555, + 42.47390588047305, + ], + [ + -94.91454432985273, + 42.5602793890435, + ], + [ + -94.44327425692214, + 42.55882908759362, + ], + ], + ], + "type": "Polygon", + }, + "id": "19025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19079 { + "geometry": { + "coordinates": [ + [ + [ + -93.49965733252418, + 42.55770107535483, + ], + [ + -93.46268793609474, + 42.47079041809924, + ], + [ + -93.46304686227367, + 42.209306438173286, + ], + [ + -93.6985024356495, + 42.209306438173286, + ], + [ + -93.93144552577284, + 42.210112161200996, + ], + [ + -93.93180445195178, + 42.472025860075064, + ], + [ + -93.97164525781263, + 42.55813079430294, + ], + [ + -93.49965733252418, + 42.55770107535483, + ], + ], + ], + "type": "Polygon", + }, + "id": "19079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19083 { + "geometry": { + "coordinates": [ + [ + [ + -93.49965733252418, + 42.55770107535483, + ], + [ + -93.02695155487788, + 42.556841637458604, + ], + [ + -93.00182672235303, + 42.20925272330477, + ], + [ + -93.23153947686603, + 42.208876719225174, + ], + [ + -93.46304686227367, + 42.209306438173286, + ], + [ + -93.46268793609474, + 42.47079041809924, + ], + [ + -93.49965733252418, + 42.55770107535483, + ], + ], + ], + "type": "Polygon", + }, + "id": "19083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19075 { + "geometry": { + "coordinates": [ + [ + [ + -92.55424577723159, + 42.55582105495684, + ], + [ + -92.53378698503278, + 42.29696910358807, + ], + [ + -92.76816577987182, + 42.296646814376984, + ], + [ + -92.76744792751397, + 42.210112161200996, + ], + [ + -93.00182672235303, + 42.20925272330477, + ], + [ + -93.02695155487788, + 42.556841637458604, + ], + [ + -92.55424577723159, + 42.55582105495684, + ], + ], + ], + "type": "Polygon", + }, + "id": "19075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 25015 { + "geometry": { + "coordinates": [ + [ + [ + -72.31475747374114, + 42.343486179721154, + ], + [ + -72.21138673421028, + 42.31104239913873, + ], + [ + -72.2210777410413, + 42.24518797034061, + ], + [ + -72.39551586399962, + 42.18577932576417, + ], + [ + -72.40413009229385, + 42.23175925321212, + ], + [ + -72.59184848387245, + 42.2116698923879, + ], + [ + -72.63420177298579, + 42.273979139864096, + ], + [ + -72.68947640454047, + 42.183684445892126, + ], + [ + -72.91236956165388, + 42.239279334804074, + ], + [ + -72.88509117205545, + 42.33258206141282, + ], + [ + -73.00030647549089, + 42.312331555983064, + ], + [ + -72.97554056914495, + 42.555928484693865, + ], + [ + -72.87109305107732, + 42.48416542035922, + ], + [ + -72.70096204226613, + 42.45284965201557, + ], + [ + -72.70419237787647, + 42.40547313798626, + ], + [ + -72.37541599797973, + 42.42040587143315, + ], + [ + -72.31475747374114, + 42.343486179721154, + ], + ], + ], + "type": "Polygon", + }, + "id": "25015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36097 { + "geometry": { + "coordinates": [ + [ + [ + -76.69652826607673, + 42.54668952730947, + ], + [ + -76.69150329957175, + 42.28434610948729, + ], + [ + -76.61935913760752, + 42.282842093168895, + ], + [ + -76.9650050479138, + 42.27849118881927, + ], + [ + -77.09960236501126, + 42.272367693808675, + ], + [ + -77.10713981476873, + 42.483735701411106, + ], + [ + -76.88963055033922, + 42.46305547703323, + ], + [ + -76.89573229538097, + 42.54147918506361, + ], + [ + -76.69652826607673, + 42.54668952730947, + ], + ], + ], + "type": "Polygon", + }, + "id": "36097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36009 { + "geometry": { + "coordinates": [ + [ + [ + -78.90141178322266, + 42.448552462534465, + ], + [ + -78.46388077111116, + 42.53632255768627, + ], + [ + -78.30882466181488, + 42.521013820159794, + ], + [ + -78.30738895709918, + 41.99987216583736, + ], + [ + -78.91899916599006, + 41.99718642241166, + ], + [ + -79.06113393284498, + 41.99987216583736, + ], + [ + -79.06077500666605, + 42.53782657400466, + ], + [ + -78.90141178322266, + 42.448552462534465, + ], + ], + ], + "type": "Polygon", + }, + "id": "36009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31043 { + "geometry": { + "coordinates": [ + [ + [ + -96.63128824365852, + 42.524344142007656, + ], + [ + -96.44715911386919, + 42.48980548155318, + ], + [ + -96.39762730117732, + 42.484917428518415, + ], + [ + -96.41162542215545, + 42.34101529576951, + ], + [ + -96.35635079060077, + 42.27650373868425, + ], + [ + -96.726762607253, + 42.27800775500264, + ], + [ + -96.72209656692694, + 42.52466643121874, + ], + [ + -96.63128824365852, + 42.524344142007656, + ], + ], + ], + "type": "Polygon", + }, + "id": "31043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36003 { + "geometry": { + "coordinates": [ + [ + [ + -78.03855324908318, + 42.52096010529128, + ], + [ + -77.84078492449464, + 42.51773721318044, + ], + [ + -77.72305713780672, + 42.471220137047354, + ], + [ + -77.74997660122621, + 41.99724013728017, + ], + [ + -78.2065307008208, + 41.99987216583736, + ], + [ + -78.30738895709918, + 41.99987216583736, + ], + [ + -78.30882466181488, + 42.521013820159794, + ], + [ + -78.03855324908318, + 42.52096010529128, + ], + ], + ], + "type": "Polygon", + }, + "id": "36003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36025 { + "geometry": { + "coordinates": [ + [ + [ + -74.71166649661278, + 42.51779092804895, + ], + [ + -74.61906354244972, + 42.42432705683466, + ], + [ + -74.44354864095463, + 42.35498116158314, + ], + [ + -74.53722837365447, + 42.20141035250173, + ], + [ + -74.45180394306995, + 42.169181431393355, + ], + [ + -74.78058032296669, + 42.01636263047114, + ], + [ + -75.14058328043004, + 41.85215627742397, + ], + [ + -75.25866999329688, + 41.86203981323054, + ], + [ + -75.36275858518559, + 41.99987216583736, + ], + [ + -75.42198140470846, + 42.041340044330134, + ], + [ + -75.4183921429192, + 42.19496456828006, + ], + [ + -75.41516180730886, + 42.314157861512534, + ], + [ + -75.19729361670043, + 42.35836519829952, + ], + [ + -74.84411025663668, + 42.5125805858031, + ], + [ + -74.71166649661278, + 42.51779092804895, + ], + ], + ], + "type": "Polygon", + }, + "id": "36025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17085 { + "geometry": { + "coordinates": [ + [ + [ + -90.42653138855488, + 42.50704795434616, + ], + [ + -89.92654722131016, + 42.50575879750183, + ], + [ + -89.92008655008948, + 42.19630743999291, + ], + [ + -90.31777675634012, + 42.193729126304234, + ], + [ + -90.39351018009363, + 42.22719348938843, + ], + [ + -90.47390964417318, + 42.381462591760524, + ], + [ + -90.65409058599433, + 42.47841792942822, + ], + [ + -90.64081031737403, + 42.508283396321985, + ], + [ + -90.42653138855488, + 42.50704795434616, + ], + ], + ], + "type": "Polygon", + }, + "id": "17085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36021 { + "geometry": { + "coordinates": [ + [ + [ + -73.49670138094633, + 42.0496658489498, + ], + [ + -73.5272101061551, + 41.97795649948367, + ], + [ + -73.71169816212335, + 42.00583451624241, + ], + [ + -73.92956635273178, + 42.078779307684364, + ], + [ + -73.91054326524868, + 42.12728383395247, + ], + [ + -73.78420125026652, + 42.280424924085764, + ], + [ + -73.7838423240876, + 42.46423720414054, + ], + [ + -73.35241305701786, + 42.510002272114434, + ], + [ + -73.50782809249306, + 42.08683653796146, + ], + [ + -73.49670138094633, + 42.0496658489498, + ], + ], + ], + "type": "Polygon", + }, + "id": "36021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17177 { + "geometry": { + "coordinates": [ + [ + [ + -89.68857916468184, + 42.199100613155636, + ], + [ + -89.92008655008948, + 42.19630743999291, + ], + [ + -89.92654722131016, + 42.50575879750183, + ], + [ + -89.8378924551153, + 42.50570508263331, + ], + [ + -89.40143822154059, + 42.500441025518946, + ], + [ + -89.39641325503561, + 42.20216236066093, + ], + [ + -89.68857916468184, + 42.199100613155636, + ], + ], + ], + "type": "Polygon", + }, + "id": "17177", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17201 { + "geometry": { + "coordinates": [ + [ + [ + -88.94057700779886, + 42.49506953866755, + ], + [ + -88.93985915544101, + 42.152314962679974, + ], + [ + -89.17316117174329, + 42.15027379767645, + ], + [ + -89.17244331938544, + 42.204257240532975, + ], + [ + -89.39641325503561, + 42.20216236066093, + ], + [ + -89.40143822154059, + 42.500441025518946, + ], + [ + -89.36590452982685, + 42.5002798809134, + ], + [ + -88.94057700779886, + 42.49506953866755, + ], + ], + ], + "type": "Polygon", + }, + "id": "17201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16071 { + "geometry": { + "coordinates": [ + [ + [ + -112.42080978081734, + 42.50269704999653, + ], + [ + -112.29805702762445, + 42.45397766425437, + ], + [ + -112.32820682665428, + 42.32457854600425, + ], + [ + -112.19181487866219, + 42.35111369105014, + ], + [ + -112.1272081664554, + 42.285259262252026, + ], + [ + -112.11033863604585, + 41.99750871162274, + ], + [ + -112.16597219377947, + 41.99756242649126, + ], + [ + -113.00155233832054, + 41.998207004913425, + ], + [ + -113.00155233832054, + 42.32737171916697, + ], + [ + -112.65482964947746, + 42.32871459087981, + ], + [ + -112.65482964947746, + 42.415840107609455, + ], + [ + -112.49869676164441, + 42.415840107609455, + ], + [ + -112.49905568782333, + 42.50291190947058, + ], + [ + -112.42080978081734, + 42.50269704999653, + ], + ], + ], + "type": "Polygon", + }, + "id": "16071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17111 { + "geometry": { + "coordinates": [ + [ + [ + -88.19688196506301, + 42.495123253536065, + ], + [ + -88.19975337449442, + 42.15424869794648, + ], + [ + -88.23887632799742, + 42.15424869794648, + ], + [ + -88.58882935245083, + 42.153550404655796, + ], + [ + -88.70548036060197, + 42.153550404655796, + ], + [ + -88.70727499149659, + 42.49356552234916, + ], + [ + -88.30455981874098, + 42.494586104850924, + ], + [ + -88.19688196506301, + 42.495123253536065, + ], + ], + ], + "type": "Polygon", + }, + "id": "17111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17007 { + "geometry": { + "coordinates": [ + [ + [ + -88.77654774402943, + 42.49195407629374, + ], + [ + -88.70727499149659, + 42.49356552234916, + ], + [ + -88.70548036060197, + 42.153550404655796, + ], + [ + -88.93985915544101, + 42.152314962679974, + ], + [ + -88.94057700779886, + 42.49506953866755, + ], + [ + -88.77654774402943, + 42.49195407629374, + ], + ], + ], + "type": "Polygon", + }, + "id": "17007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17097 { + "geometry": { + "coordinates": [ + [ + [ + -87.75970987913044, + 42.15236867754849, + ], + [ + -88.19975337449442, + 42.15424869794648, + ], + [ + -88.19688196506301, + 42.495123253536065, + ], + [ + -87.8049345776752, + 42.492598654715906, + ], + [ + -87.83436652434717, + 42.302877739124604, + ], + [ + -87.75970987913044, + 42.15236867754849, + ], + ], + ], + "type": "Polygon", + }, + "id": "17097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36039 { + "geometry": { + "coordinates": [ + [ + [ + -73.91054326524868, + 42.12728383395247, + ], + [ + -74.04226917291473, + 42.17030944363215, + ], + [ + -74.07529038137596, + 42.096612644031, + ], + [ + -74.30751561914147, + 42.11433855064061, + ], + [ + -74.45180394306995, + 42.169181431393355, + ], + [ + -74.53722837365447, + 42.20141035250173, + ], + [ + -74.44354864095463, + 42.35498116158314, + ], + [ + -74.25439454466033, + 42.40821259628048, + ], + [ + -73.7838423240876, + 42.46423720414054, + ], + [ + -73.78420125026652, + 42.280424924085764, + ], + [ + -73.91054326524868, + 42.12728383395247, + ], + ], + ], + "type": "Polygon", + }, + "id": "36039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 25025 { + "geometry": { + "coordinates": [ + [ + [ + [ + -71.06497651871881, + 42.3690544571338, + ], + [ + -71.04021061237287, + 42.28225122961524, + ], + [ + -71.13101893564131, + 42.227891782679116, + ], + [ + -71.19131853370097, + 42.28268094856335, + ], + [ + -71.1647579964604, + 42.30362974728379, + ], + [ + -71.15686162052401, + 42.33005746259266, + ], + [ + -71.06497651871881, + 42.3690544571338, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "25025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31139 { + "geometry": { + "coordinates": [ + [ + [ + -97.36780476281585, + 42.351865699209334, + ], + [ + -97.3685226151737, + 42.09091886796852, + ], + [ + -97.83440879542039, + 42.089683425992696, + ], + [ + -97.83440879542039, + 42.43770205909464, + ], + [ + -97.48553254950376, + 42.438561496990864, + ], + [ + -97.36744583663692, + 42.43877635646492, + ], + [ + -97.36780476281585, + 42.351865699209334, + ], + ], + ], + "type": "Polygon", + }, + "id": "31139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31013 { + "geometry": { + "coordinates": [ + [ + [ + -102.69785851987544, + 42.00481393374064, + ], + [ + -103.36294872942638, + 42.00293391334266, + ], + [ + -103.40171275675044, + 42.003524776896306, + ], + [ + -103.44406604586378, + 42.09070400849446, + ], + [ + -103.44442497204271, + 42.43732605501504, + ], + [ + -102.77323301745001, + 42.439850653835194, + ], + [ + -102.74954388964086, + 42.439850653835194, + ], + [ + -102.74236536606233, + 42.0923691694184, + ], + [ + -102.69785851987544, + 42.00481393374064, + ], + ], + ], + "type": "Polygon", + }, + "id": "31013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31003 { + "geometry": { + "coordinates": [ + [ + [ + -97.83440879542039, + 42.43770205909464, + ], + [ + -97.83440879542039, + 42.089683425992696, + ], + [ + -97.8333320168836, + 41.91623811556112, + ], + [ + -98.29562893534103, + 41.91494895871679, + ], + [ + -98.300653901846, + 42.08882398809648, + ], + [ + -98.300653901846, + 42.43689633606693, + ], + [ + -97.83440879542039, + 42.43770205909464, + ], + ], + ], + "type": "Polygon", + }, + "id": "31003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26161 { + "geometry": { + "coordinates": [ + [ + [ + -83.53945586731182, + 42.08560109598564, + ], + [ + -83.77383466215086, + 42.082378203874796, + ], + [ + -84.13204298871959, + 42.07158151530349, + ], + [ + -84.1309662101828, + 42.42454191630872, + ], + [ + -83.66472110375719, + 42.43114884513594, + ], + [ + -83.55201828357424, + 42.43517746027449, + ], + [ + -83.53945586731182, + 42.08560109598564, + ], + ], + ], + "type": "Polygon", + }, + "id": "26161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 56007 { + "geometry": { + "coordinates": [ + [ + [ + -106.07607171593233, + 42.43319001013947, + ], + [ + -106.07355923267984, + 42.43324372500798, + ], + [ + -106.0688931923538, + 41.39504274637018, + ], + [ + -106.32301292703382, + 41.39515017610721, + ], + [ + -106.3201415176024, + 40.999110450553786, + ], + [ + -106.85888971217118, + 41.00260191700718, + ], + [ + -107.31795629501826, + 41.00287049134975, + ], + [ + -107.91843979236242, + 41.002011053453536, + ], + [ + -107.92956650390914, + 41.65953475893291, + ], + [ + -107.50962287456505, + 41.65743987906087, + ], + [ + -107.50388005570223, + 42.087964550200255, + ], + [ + -107.52254421700641, + 42.26173214984291, + ], + [ + -107.52290314318535, + 42.43437173724678, + ], + [ + -106.62522876968998, + 42.430450551845254, + ], + [ + -106.07607171593233, + 42.43319001013947, + ], + ], + ], + "type": "Polygon", + }, + "id": "56007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 56001 { + "geometry": { + "coordinates": [ + [ + [ + -105.28392163904138, + 42.43141741947851, + ], + [ + -105.27853774635749, + 41.65663415603316, + ], + [ + -105.27710204164178, + 40.99825101265756, + ], + [ + -106.19056916700991, + 40.99792872344648, + ], + [ + -106.3201415176024, + 40.999110450553786, + ], + [ + -106.32301292703382, + 41.39515017610721, + ], + [ + -106.0688931923538, + 41.39504274637018, + ], + [ + -106.07355923267984, + 42.43324372500798, + ], + [ + -105.55634660884665, + 42.43050426671377, + ], + [ + -105.6137747974749, + 42.30438175544299, + ], + [ + -105.37544781466767, + 42.290147315286795, + ], + [ + -105.33201774701755, + 42.43109513026742, + ], + [ + -105.28392163904138, + 42.43141741947851, + ], + ], + ], + "type": "Polygon", + }, + "id": "56001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 16041 { + "geometry": { + "coordinates": [ + [ + [ + -111.59922775725441, + 42.41567896300391, + ], + [ + -111.56297621318284, + 42.276718598158304, + ], + [ + -111.62686507303177, + 42.208769289488146, + ], + [ + -111.59563849546515, + 42.093765755999755, + ], + [ + -111.50841943398599, + 41.99944244688925, + ], + [ + -112.11033863604585, + 41.99750871162274, + ], + [ + -112.1272081664554, + 42.285259262252026, + ], + [ + -111.89785433812132, + 42.25652180759705, + ], + [ + -111.87631876738573, + 42.41621611168905, + ], + [ + -111.59922775725441, + 42.41567896300391, + ], + ], + ], + "type": "Polygon", + }, + "id": "16041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26075 { + "geometry": { + "coordinates": [ + [ + [ + -84.14065721701382, + 42.42459563117723, + ], + [ + -84.1309662101828, + 42.42454191630872, + ], + [ + -84.13204298871959, + 42.07158151530349, + ], + [ + -84.3631914479483, + 42.07346153570148, + ], + [ + -84.70955521061244, + 42.070292358459156, + ], + [ + -84.7185283650856, + 42.42153388367194, + ], + [ + -84.60044165221876, + 42.42196360262005, + ], + [ + -84.14065721701382, + 42.42459563117723, + ], + ], + ], + "type": "Polygon", + }, + "id": "26075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26025 { + "geometry": { + "coordinates": [ + [ + [ + -84.7185283650856, + 42.42153388367194, + ], + [ + -84.70955521061244, + 42.070292358459156, + ], + [ + -84.8265651449425, + 42.07244095319972, + ], + [ + -85.29352810372598, + 42.07152780043498, + ], + [ + -85.29891199640987, + 42.41981500787949, + ], + [ + -85.07207065132827, + 42.42142645393491, + ], + [ + -84.7185283650856, + 42.42153388367194, + ], + ], + ], + "type": "Polygon", + }, + "id": "26025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26159 { + "geometry": { + "coordinates": [ + [ + [ + -85.76443925047764, + 42.42056701603869, + ], + [ + -85.76336247194085, + 42.06927177595739, + ], + [ + -86.22278798096687, + 42.071474085566464, + ], + [ + -86.22350583332472, + 42.24330794994262, + ], + [ + -86.36456382164286, + 42.24309309046856, + ], + [ + -86.27375549837444, + 42.41927785919435, + ], + [ + -85.76443925047764, + 42.42056701603869, + ], + ], + ], + "type": "Polygon", + }, + "id": "26159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26077 { + "geometry": { + "coordinates": [ + [ + [ + -85.29891199640987, + 42.41981500787949, + ], + [ + -85.29352810372598, + 42.07152780043498, + ], + [ + -85.76336247194085, + 42.06927177595739, + ], + [ + -85.76443925047764, + 42.42056701603869, + ], + [ + -85.54334072425887, + 42.42142645393491, + ], + [ + -85.29891199640987, + 42.41981500787949, + ], + ], + ], + "type": "Polygon", + }, + "id": "26077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36007 { + "geometry": { + "coordinates": [ + [ + [ + -75.83618221518974, + 42.244059958101815, + ], + [ + -75.63841389060119, + 42.24867943679402, + ], + [ + -75.63697818588548, + 42.195609146702225, + ], + [ + -75.4183921429192, + 42.19496456828006, + ], + [ + -75.42198140470846, + 42.041340044330134, + ], + [ + -75.36275858518559, + 41.99987216583736, + ], + [ + -75.48263992894705, + 41.99863672386154, + ], + [ + -76.10573577556359, + 41.99987216583736, + ], + [ + -76.11614463475246, + 42.18561818115863, + ], + [ + -76.08096986921765, + 42.23041638149927, + ], + [ + -76.13014275573059, + 42.410307476152525, + ], + [ + -75.86417845714601, + 42.4156252481354, + ], + [ + -75.83618221518974, + 42.244059958101815, + ], + ], + ], + "type": "Polygon", + }, + "id": "36007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36107 { + "geometry": { + "coordinates": [ + [ + [ + -76.13014275573059, + 42.410307476152525, + ], + [ + -76.08096986921765, + 42.23041638149927, + ], + [ + -76.11614463475246, + 42.18561818115863, + ], + [ + -76.10573577556359, + 41.99987216583736, + ], + [ + -76.14701228614014, + 41.99987216583736, + ], + [ + -76.55798276101106, + 41.99987216583736, + ], + [ + -76.5382418211701, + 42.2817140809301, + ], + [ + -76.41620692033507, + 42.262967591818736, + ], + [ + -76.41513014179829, + 42.31829390638811, + ], + [ + -76.25002409949207, + 42.296646814376984, + ], + [ + -76.2532544351024, + 42.40756801785831, + ], + [ + -76.13014275573059, + 42.410307476152525, + ], + ], + ], + "type": "Polygon", + }, + "id": "36107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19097 { + "geometry": { + "coordinates": [ + [ + [ + -90.47390964417318, + 42.381462591760524, + ], + [ + -90.39351018009363, + 42.22719348938843, + ], + [ + -90.31777675634012, + 42.193729126304234, + ], + [ + -90.16272064704384, + 42.11670200485522, + ], + [ + -90.15338856639175, + 42.0319936572087, + ], + [ + -90.89887824002224, + 42.033497673527094, + ], + [ + -90.89816038766439, + 42.29525022779562, + ], + [ + -90.66557622371997, + 42.29471307911048, + ], + [ + -90.66485837136212, + 42.38221459991972, + ], + [ + -90.47390964417318, + 42.381462591760524, + ], + ], + ], + "type": "Polygon", + }, + "id": "19097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31179 { + "geometry": { + "coordinates": [ + [ + [ + -97.01785173836244, + 42.351328550524194, + ], + [ + -97.01785173836244, + 42.26447160813712, + ], + [ + -96.82295482320531, + 42.26431046353158, + ], + [ + -96.82367267556316, + 42.09038171928338, + ], + [ + -97.01928744307814, + 42.09054286388892, + ], + [ + -97.3685226151737, + 42.09091886796852, + ], + [ + -97.36780476281585, + 42.351865699209334, + ], + [ + -97.01785173836244, + 42.351328550524194, + ], + ], + ], + "type": "Polygon", + }, + "id": "31179", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 25021 { + "geometry": { + "coordinates": [ + [ + [ + -71.19131853370097, + 42.28268094856335, + ], + [ + -71.13101893564131, + 42.227891782679116, + ], + [ + -71.04021061237287, + 42.28225122961524, + ], + [ + -70.9310970539792, + 42.24749770968671, + ], + [ + -70.92463638275852, + 42.1574178751888, + ], + [ + -71.08005141823372, + 42.095645776397745, + ], + [ + -71.38119048235312, + 41.98499314725899, + ], + [ + -71.49784149050426, + 42.01716835349885, + ], + [ + -71.47774162448437, + 42.15661215216109, + ], + [ + -71.34386215974476, + 42.20060462947403, + ], + [ + -71.3295051125877, + 42.31238527085158, + ], + [ + -71.19131853370097, + 42.28268094856335, + ], + ], + ], + "type": "Polygon", + }, + "id": "25021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 25013 { + "geometry": { + "coordinates": [ + [ + [ + -72.2210777410413, + 42.24518797034061, + ], + [ + -72.26378995633357, + 42.18389930536618, + ], + [ + -72.13493545809892, + 42.16171506466992, + ], + [ + -72.13565331045677, + 42.030221066547746, + ], + [ + -72.50929546271934, + 42.03414225194926, + ], + [ + -73.0085617776062, + 42.038869160378496, + ], + [ + -73.05342754997201, + 42.03983602801175, + ], + [ + -73.00030647549089, + 42.312331555983064, + ], + [ + -72.88509117205545, + 42.33258206141282, + ], + [ + -72.91236956165388, + 42.239279334804074, + ], + [ + -72.68947640454047, + 42.183684445892126, + ], + [ + -72.63420177298579, + 42.273979139864096, + ], + [ + -72.59184848387245, + 42.2116698923879, + ], + [ + -72.40413009229385, + 42.23175925321212, + ], + [ + -72.39551586399962, + 42.18577932576417, + ], + [ + -72.2210777410413, + 42.24518797034061, + ], + ], + ], + "type": "Polygon", + }, + "id": "25013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 25023 { + "geometry": { + "coordinates": [ + [ + [ + -70.82593168355372, + 42.26457903787415, + ], + [ + -70.78429624679823, + 42.24067592138544, + ], + [ + -70.63964899669082, + 42.08780340559471, + ], + [ + -70.70999852776043, + 42.00717738795525, + ], + [ + -70.53950859277032, + 41.925853077025124, + ], + [ + -70.53771396187568, + 41.81025867998308, + ], + [ + -70.6217026877445, + 41.74639170131998, + ], + [ + -70.72220201784394, + 41.73543386814313, + ], + [ + -70.75701785719981, + 41.653464978790836, + ], + [ + -70.84351906632112, + 41.62913214335401, + ], + [ + -70.92176497332711, + 41.790867612449546, + ], + [ + -71.02621249139474, + 41.77921148598202, + ], + [ + -70.97380926927147, + 41.860804371254716, + ], + [ + -71.05061947156175, + 41.9650112161718, + ], + [ + -71.08005141823372, + 42.095645776397745, + ], + [ + -70.92463638275852, + 42.1574178751888, + ], + [ + -70.9310970539792, + 42.24749770968671, + ], + [ + -70.82593168355372, + 42.26457903787415, + ], + ], + ], + "type": "Polygon", + }, + "id": "25023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19011 { + "geometry": { + "coordinates": [ + [ + [ + -91.83100952669454, + 42.299063983460115, + ], + [ + -91.83136845287348, + 41.86182495375648, + ], + [ + -92.29833141165695, + 41.862791821389735, + ], + [ + -92.2990492640148, + 42.29750625227321, + ], + [ + -92.06467046917575, + 42.29723767793064, + ], + [ + -91.83100952669454, + 42.299063983460115, + ], + ], + ], + "type": "Polygon", + }, + "id": "19011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19113 { + "geometry": { + "coordinates": [ + [ + [ + -91.59734858421335, + 42.296378240034414, + ], + [ + -91.36332871555322, + 42.29643195490293, + ], + [ + -91.36584119880571, + 41.94739273929922, + ], + [ + -91.36620012498464, + 41.859998648227005, + ], + [ + -91.83136845287348, + 41.86182495375648, + ], + [ + -91.83100952669454, + 42.299063983460115, + ], + [ + -91.59734858421335, + 42.296378240034414, + ], + ], + ], + "type": "Polygon", + }, + "id": "19113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19171 { + "geometry": { + "coordinates": [ + [ + [ + -92.2990492640148, + 42.29750625227321, + ], + [ + -92.29833141165695, + 41.862791821389735, + ], + [ + -92.76601222279827, + 41.862415817310136, + ], + [ + -92.76744792751397, + 42.210112161200996, + ], + [ + -92.76816577987182, + 42.296646814376984, + ], + [ + -92.53378698503278, + 42.29696910358807, + ], + [ + -92.2990492640148, + 42.29750625227321, + ], + ], + ], + "type": "Polygon", + }, + "id": "19171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19105 { + "geometry": { + "coordinates": [ + [ + [ + -91.13038562542988, + 42.295733661612246, + ], + [ + -90.89816038766439, + 42.29525022779562, + ], + [ + -90.89887824002224, + 42.033497673527094, + ], + [ + -90.89887824002224, + 41.94599615271785, + ], + [ + -91.36584119880571, + 41.94739273929922, + ], + [ + -91.36332871555322, + 42.29643195490293, + ], + [ + -91.13038562542988, + 42.295733661612246, + ], + ], + ], + "type": "Polygon", + }, + "id": "19105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36015 { + "geometry": { + "coordinates": [ + [ + [ + -76.61935913760752, + 42.282842093168895, + ], + [ + -76.5382418211701, + 42.2817140809301, + ], + [ + -76.55798276101106, + 41.99987216583736, + ], + [ + -76.92659994676866, + 41.99987216583736, + ], + [ + -76.96572290027166, + 41.99987216583736, + ], + [ + -76.9650050479138, + 42.27849118881927, + ], + [ + -76.61935913760752, + 42.282842093168895, + ], + ], + ], + "type": "Polygon", + }, + "id": "36015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31173 { + "geometry": { + "coordinates": [ + [ + [ + -96.35635079060077, + 42.27650373868425, + ], + [ + -96.35670971677969, + 42.215000214235765, + ], + [ + -96.26733709822697, + 42.11073965445017, + ], + [ + -96.27272099091087, + 42.04724867986667, + ], + [ + -96.31112609205601, + 42.01518090336384, + ], + [ + -96.55483696754716, + 42.01587919665452, + ], + [ + -96.55555481990501, + 42.089952000335266, + ], + [ + -96.82367267556316, + 42.09038171928338, + ], + [ + -96.82295482320531, + 42.26431046353158, + ], + [ + -96.726762607253, + 42.27800775500264, + ], + [ + -96.35635079060077, + 42.27650373868425, + ], + ], + ], + "type": "Polygon", + }, + "id": "31173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 56037 { + "geometry": { + "coordinates": [ + [ + [ + -109.04367336329723, + 42.26366588510941, + ], + [ + -107.52254421700641, + 42.26173214984291, + ], + [ + -107.50388005570223, + 42.087964550200255, + ], + [ + -107.50962287456505, + 41.65743987906087, + ], + [ + -107.92956650390914, + 41.65953475893291, + ], + [ + -107.91843979236242, + 41.002011053453536, + ], + [ + -109.05049296069683, + 41.000668181740686, + ], + [ + -110.00057055631547, + 40.99766014910391, + ], + [ + -110.0483077381127, + 40.99766014910391, + ], + [ + -110.0483077381127, + 41.57740472497507, + ], + [ + -110.05369163079659, + 42.270756247753255, + ], + [ + -109.04367336329723, + 42.26366588510941, + ], + ], + ], + "type": "Polygon", + }, + "id": "56037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42049 { + "geometry": { + "coordinates": [ + [ + [ + -79.6099320604237, + 41.9973475670172, + ], + [ + -79.61208561749727, + 41.850061397551926, + ], + [ + -80.51945099782364, + 41.84930938939273, + ], + [ + -80.51945099782364, + 41.9773119210615, + ], + [ + -80.33065582770827, + 42.03586112774171, + ], + [ + -79.76175783410964, + 42.26919851656635, + ], + [ + -79.76175783410964, + 41.99879786846708, + ], + [ + -79.6099320604237, + 41.9973475670172, + ], + ], + ], + "type": "Polygon", + }, + "id": "42049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26021 { + "geometry": { + "coordinates": [ + [ + [ + -86.22278798096687, + 42.071474085566464, + ], + [ + -86.22637724275613, + 41.76035756713361, + ], + [ + -86.52428597126519, + 41.759605558974414, + ], + [ + -86.82470718302673, + 41.76025013739658, + ], + [ + -86.61688892542824, + 41.896632188553525, + ], + [ + -86.48839335337253, + 42.10966535707989, + ], + [ + -86.36456382164286, + 42.24309309046856, + ], + [ + -86.22350583332472, + 42.24330794994262, + ], + [ + -86.22278798096687, + 42.071474085566464, + ], + ], + ], + "type": "Polygon", + }, + "id": "26021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19133 { + "geometry": { + "coordinates": [ + [ + [ + -95.67080178885101, + 42.21140131804533, + ], + [ + -95.67259641974564, + 41.86311411060082, + ], + [ + -96.13884152617126, + 41.866283287843146, + ], + [ + -96.13202192877166, + 41.974303888424714, + ], + [ + -96.27272099091087, + 42.04724867986667, + ], + [ + -96.26733709822697, + 42.11073965445017, + ], + [ + -96.35670971677969, + 42.215000214235765, + ], + [ + -95.67080178885101, + 42.21140131804533, + ], + ], + ], + "type": "Polygon", + }, + "id": "19133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19127 { + "geometry": { + "coordinates": [ + [ + [ + -92.76744792751397, + 42.210112161200996, + ], + [ + -92.76601222279827, + 41.862415817310136, + ], + [ + -93.23225732922388, + 41.86268439165271, + ], + [ + -93.23153947686603, + 42.208876719225174, + ], + [ + -93.00182672235303, + 42.20925272330477, + ], + [ + -92.76744792751397, + 42.210112161200996, + ], + ], + ], + "type": "Polygon", + }, + "id": "19127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19027 { + "geometry": { + "coordinates": [ + [ + [ + -94.85855184594018, + 42.209682442252884, + ], + [ + -94.62883909142718, + 42.209413867910314, + ], + [ + -94.62883909142718, + 41.86273810652122, + ], + [ + -94.74477224722045, + 41.86236210244162, + ], + [ + -95.09293064077923, + 41.86338268494339, + ], + [ + -95.09077708370567, + 42.210380735543566, + ], + [ + -94.85855184594018, + 42.209682442252884, + ], + ], + ], + "type": "Polygon", + }, + "id": "19027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19047 { + "geometry": { + "coordinates": [ + [ + [ + -95.67080178885101, + 42.21140131804533, + ], + [ + -95.3233612476501, + 42.21091788422871, + ], + [ + -95.09077708370567, + 42.210380735543566, + ], + [ + -95.09293064077923, + 41.86338268494339, + ], + [ + -95.55738111631021, + 41.8634363998119, + ], + [ + -95.67259641974564, + 41.86311411060082, + ], + [ + -95.67080178885101, + 42.21140131804533, + ], + ], + ], + "type": "Polygon", + }, + "id": "19047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19015 { + "geometry": { + "coordinates": [ + [ + [ + -93.93144552577284, + 42.210112161200996, + ], + [ + -93.6985024356495, + 42.209306438173286, + ], + [ + -93.6985024356495, + 41.86338268494339, + ], + [ + -93.81551236997956, + 41.8634363998119, + ], + [ + -94.16402968971727, + 41.86322154033785, + ], + [ + -94.16474754207512, + 42.209951016595454, + ], + [ + -93.93144552577284, + 42.210112161200996, + ], + ], + ], + "type": "Polygon", + }, + "id": "19015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19073 { + "geometry": { + "coordinates": [ + [ + [ + -94.16474754207512, + 42.209951016595454, + ], + [ + -94.16402968971727, + 41.86322154033785, + ], + [ + -94.28032177168947, + 41.86300668086379, + ], + [ + -94.62883909142718, + 41.86273810652122, + ], + [ + -94.62883909142718, + 42.209413867910314, + ], + [ + -94.39769063219846, + 42.209145293567744, + ], + [ + -94.16474754207512, + 42.209951016595454, + ], + ], + ], + "type": "Polygon", + }, + "id": "19073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19169 { + "geometry": { + "coordinates": [ + [ + [ + -93.46304686227367, + 42.209306438173286, + ], + [ + -93.23153947686603, + 42.208876719225174, + ], + [ + -93.23225732922388, + 41.86268439165271, + ], + [ + -93.34783155883824, + 41.86311411060082, + ], + [ + -93.6985024356495, + 41.86338268494339, + ], + [ + -93.6985024356495, + 42.209306438173286, + ], + [ + -93.46304686227367, + 42.209306438173286, + ], + ], + ], + "type": "Polygon", + }, + "id": "19169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17141 { + "geometry": { + "coordinates": [ + [ + [ + -88.93985915544101, + 42.152314962679974, + ], + [ + -88.94129486015672, + 41.891744135518756, + ], + [ + -89.36052063714295, + 41.888037809591296, + ], + [ + -89.62971527133789, + 41.90173510106236, + ], + [ + -89.6867845337872, + 41.930633700322865, + ], + [ + -89.68857916468184, + 42.199100613155636, + ], + [ + -89.39641325503561, + 42.20216236066093, + ], + [ + -89.17244331938544, + 42.204257240532975, + ], + [ + -89.17316117174329, + 42.15027379767645, + ], + [ + -88.93985915544101, + 42.152314962679974, + ], + ], + ], + "type": "Polygon", + }, + "id": "17141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17015 { + "geometry": { + "coordinates": [ + [ + [ + -89.68857916468184, + 42.199100613155636, + ], + [ + -89.6867845337872, + 41.930633700322865, + ], + [ + -90.15195286167605, + 41.928914824530416, + ], + [ + -90.15338856639175, + 42.0319936572087, + ], + [ + -90.16272064704384, + 42.11670200485522, + ], + [ + -90.31777675634012, + 42.193729126304234, + ], + [ + -89.92008655008948, + 42.19630743999291, + ], + [ + -89.68857916468184, + 42.199100613155636, + ], + ], + ], + "type": "Polygon", + }, + "id": "17015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36111 { + "geometry": { + "coordinates": [ + [ + [ + -73.91054326524868, + 42.12728383395247, + ], + [ + -73.92956635273178, + 42.078779307684364, + ], + [ + -73.95325548054093, + 41.589974004207335, + ], + [ + -74.12625789878355, + 41.58256135235241, + ], + [ + -74.26408555149135, + 41.632731039544446, + ], + [ + -74.3674562910222, + 41.5909945867091, + ], + [ + -74.39509360679955, + 41.6448705998286, + ], + [ + -74.57491562244176, + 41.74526368908119, + ], + [ + -74.45359857396458, + 41.87557596009606, + ], + [ + -74.78058032296669, + 42.01636263047114, + ], + [ + -74.45180394306995, + 42.169181431393355, + ], + [ + -74.30751561914147, + 42.11433855064061, + ], + [ + -74.07529038137596, + 42.096612644031, + ], + [ + -74.04226917291473, + 42.17030944363215, + ], + [ + -73.91054326524868, + 42.12728383395247, + ], + ], + ], + "type": "Polygon", + }, + "id": "36111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17031 { + "geometry": { + "coordinates": [ + [ + [ + -88.19975337449442, + 42.15424869794648, + ], + [ + -87.75970987913044, + 42.15236867754849, + ], + [ + -87.68146397212445, + 42.074696977677306, + ], + [ + -87.56804329958365, + 41.782595522698394, + ], + [ + -87.52389537957569, + 41.70744842164736, + ], + [ + -87.52604893664925, + 41.46653723636226, + ], + [ + -87.79057753051814, + 41.47008241768418, + ], + [ + -87.79380786612847, + 41.55860452099518, + ], + [ + -87.90938209574283, + 41.5567245005972, + ], + [ + -87.91189457899532, + 41.64390373219535, + ], + [ + -88.0292634395043, + 41.68547904042515, + ], + [ + -87.91476598842672, + 41.71674109390028, + ], + [ + -87.92050880728955, + 41.99396353030082, + ], + [ + -88.2629243819855, + 41.98622858923481, + ], + [ + -88.23887632799742, + 42.15424869794648, + ], + [ + -88.19975337449442, + 42.15424869794648, + ], + ], + ], + "type": "Polygon", + }, + "id": "17031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17037 { + "geometry": { + "coordinates": [ + [ + [ + -88.58882935245083, + 42.153550404655796, + ], + [ + -88.60210962107111, + 41.719534267063004, + ], + [ + -88.60210962107111, + 41.631388167831595, + ], + [ + -88.93878237690423, + 41.6283264203263, + ], + [ + -88.94129486015672, + 41.891744135518756, + ], + [ + -88.93985915544101, + 42.152314962679974, + ], + [ + -88.70548036060197, + 42.153550404655796, + ], + [ + -88.58882935245083, + 42.153550404655796, + ], + ], + ], + "type": "Polygon", + }, + "id": "17037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17089 { + "geometry": { + "coordinates": [ + [ + [ + -88.23887632799742, + 42.15424869794648, + ], + [ + -88.2629243819855, + 41.98622858923481, + ], + [ + -88.26184760344871, + 41.72463717957183, + ], + [ + -88.60210962107111, + 41.719534267063004, + ], + [ + -88.58882935245083, + 42.153550404655796, + ], + [ + -88.23887632799742, + 42.15424869794648, + ], + ], + ], + "type": "Polygon", + }, + "id": "17089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31075 { + "geometry": { + "coordinates": [ + [ + [ + -101.42654199411751, + 42.092208024812855, + ], + [ + -101.42582414175966, + 41.74306137947212, + ], + [ + -101.98539005470619, + 41.74230937131293, + ], + [ + -102.0679430758593, + 41.74209451183887, + ], + [ + -102.0665073711436, + 42.00911112322176, + ], + [ + -102.00620777308393, + 42.09634406968843, + ], + [ + -101.42654199411751, + 42.092208024812855, + ], + ], + ], + "type": "Polygon", + }, + "id": "31075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 25005 { + "geometry": { + "coordinates": [ + [ + [ + -70.84351906632112, + 41.62913214335401, + ], + [ + -70.9282256445478, + 41.53921345346164, + ], + [ + -71.11953329791565, + 41.497315856020755, + ], + [ + -71.13245464035701, + 41.6602867670921, + ], + [ + -71.19562564784809, + 41.67516578567047, + ], + [ + -71.2268522254147, + 41.71314219770984, + ], + [ + -71.31766054868312, + 41.776096023608204, + ], + [ + -71.38119048235312, + 41.98499314725899, + ], + [ + -71.08005141823372, + 42.095645776397745, + ], + [ + -71.05061947156175, + 41.9650112161718, + ], + [ + -70.97380926927147, + 41.860804371254716, + ], + [ + -71.02621249139474, + 41.77921148598202, + ], + [ + -70.92176497332711, + 41.790867612449546, + ], + [ + -70.84351906632112, + 41.62913214335401, + ], + ], + ], + "type": "Polygon", + }, + "id": "25005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31091 { + "geometry": { + "coordinates": [ + [ + [ + -100.84615836279325, + 42.08817940967431, + ], + [ + -100.84256910100399, + 41.74037563604642, + ], + [ + -101.40680105427656, + 41.743168809209145, + ], + [ + -101.42582414175966, + 41.74306137947212, + ], + [ + -101.42654199411751, + 42.092208024812855, + ], + [ + -100.84615836279325, + 42.08817940967431, + ], + ], + ], + "type": "Polygon", + }, + "id": "31091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31039 { + "geometry": { + "coordinates": [ + [ + [ + -96.82367267556316, + 42.09038171928338, + ], + [ + -96.55555481990501, + 42.089952000335266, + ], + [ + -96.55483696754716, + 42.01587919665452, + ], + [ + -96.55555481990501, + 41.74198708210184, + ], + [ + -96.90586677053734, + 41.742685375392526, + ], + [ + -97.020005295436, + 41.74295394973509, + ], + [ + -97.01928744307814, + 42.09054286388892, + ], + [ + -96.82367267556316, + 42.09038171928338, + ], + ], + ], + "type": "Polygon", + }, + "id": "31039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31119 { + "geometry": { + "coordinates": [ + [ + [ + -97.3685226151737, + 42.09091886796852, + ], + [ + -97.36816368899477, + 41.74322252407766, + ], + [ + -97.8304606074522, + 41.742255656444414, + ], + [ + -97.8333320168836, + 41.91623811556112, + ], + [ + -97.83440879542039, + 42.089683425992696, + ], + [ + -97.3685226151737, + 42.09091886796852, + ], + ], + ], + "type": "Polygon", + }, + "id": "31119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31167 { + "geometry": { + "coordinates": [ + [ + [ + -97.01928744307814, + 42.09054286388892, + ], + [ + -97.020005295436, + 41.74295394973509, + ], + [ + -97.25258945938042, + 41.74306137947212, + ], + [ + -97.36816368899477, + 41.74322252407766, + ], + [ + -97.3685226151737, + 42.09091886796852, + ], + [ + -97.01928744307814, + 42.09054286388892, + ], + ], + ], + "type": "Polygon", + }, + "id": "31167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31171 { + "geometry": { + "coordinates": [ + [ + [ + -100.26756936236362, + 42.08613824467078, + ], + [ + -100.26541580529006, + 41.73983848736128, + ], + [ + -100.71156104569579, + 41.739731057624255, + ], + [ + -100.84256910100399, + 41.74037563604642, + ], + [ + -100.84615836279325, + 42.08817940967431, + ], + [ + -100.26756936236362, + 42.08613824467078, + ], + ], + ], + "type": "Polygon", + }, + "id": "31171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31183 { + "geometry": { + "coordinates": [ + [ + [ + -98.29562893534103, + 41.91494895871679, + ], + [ + -98.29562893534103, + 41.74118135907413, + ], + [ + -98.75218303493563, + 41.74037563604642, + ], + [ + -98.75900263233524, + 41.74037563604642, + ], + [ + -98.7611561894088, + 42.088501698885395, + ], + [ + -98.300653901846, + 42.08882398809648, + ], + [ + -98.29562893534103, + 41.91494895871679, + ], + ], + ], + "type": "Polygon", + }, + "id": "31183", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31009 { + "geometry": { + "coordinates": [ + [ + [ + -100.26756936236362, + 42.08613824467078, + ], + [ + -100.16742895844311, + 42.085815955459694, + ], + [ + -99.68682680486043, + 42.086084529802264, + ], + [ + -99.68682680486043, + 41.74032192117791, + ], + [ + -100.251058758133, + 41.73978477249277, + ], + [ + -100.26541580529006, + 41.73983848736128, + ], + [ + -100.26756936236362, + 42.08613824467078, + ], + ], + ], + "type": "Polygon", + }, + "id": "31009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31115 { + "geometry": { + "coordinates": [ + [ + [ + -99.22273525550837, + 42.08791083533174, + ], + [ + -99.22165847697158, + 41.740805354994535, + ], + [ + -99.68682680486043, + 41.74032192117791, + ], + [ + -99.68682680486043, + 42.086084529802264, + ], + [ + -99.66241982469342, + 42.085977100065236, + ], + [ + -99.23457981941294, + 42.087964550200255, + ], + [ + -99.22273525550837, + 42.08791083533174, + ], + ], + ], + "type": "Polygon", + }, + "id": "31115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31071 { + "geometry": { + "coordinates": [ + [ + [ + -98.7611561894088, + 42.088501698885395, + ], + [ + -98.75900263233524, + 41.74037563604642, + ], + [ + -99.2123263963195, + 41.74059049552048, + ], + [ + -99.22165847697158, + 41.740805354994535, + ], + [ + -99.22273525550837, + 42.08791083533174, + ], + [ + -98.7611561894088, + 42.088501698885395, + ], + ], + ], + "type": "Polygon", + }, + "id": "31071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26091 { + "geometry": { + "coordinates": [ + [ + [ + -83.77383466215086, + 42.082378203874796, + ], + [ + -83.76306687678307, + 41.723509167333034, + ], + [ + -83.88043573729206, + 41.720071415748144, + ], + [ + -84.36032003851689, + 41.70658898375114, + ], + [ + -84.3631914479483, + 42.07346153570148, + ], + [ + -84.13204298871959, + 42.07158151530349, + ], + [ + -83.77383466215086, + 42.082378203874796, + ], + ], + ], + "type": "Polygon", + }, + "id": "26091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36027 { + "geometry": { + "coordinates": [ + [ + [ + -73.49670138094633, + 42.0496658489498, + ], + [ + -73.48736930029425, + 42.049612134081286, + ], + [ + -73.51823695168193, + 41.66683998105081, + ], + [ + -73.5300815155865, + 41.527181322914515, + ], + [ + -73.93387346687891, + 41.48823804324189, + ], + [ + -73.98161064867614, + 41.43892779394608, + ], + [ + -73.95325548054093, + 41.589974004207335, + ], + [ + -73.92956635273178, + 42.078779307684364, + ], + [ + -73.71169816212335, + 42.00583451624241, + ], + [ + -73.5272101061551, + 41.97795649948367, + ], + [ + -73.49670138094633, + 42.0496658489498, + ], + ], + ], + "type": "Polygon", + }, + "id": "36027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 25001 { + "geometry": { + "coordinates": [ + [ + [ + -70.6217026877445, + 41.74639170131998, + ], + [ + -70.53771396187568, + 41.81025867998308, + ], + [ + -70.42249865844025, + 41.74639170131998, + ], + [ + -70.27605677743821, + 41.726570914838334, + ], + [ + -70.0018371767383, + 41.80773408116293, + ], + [ + -70.12423100375227, + 42.053157315403205, + ], + [ + -69.98030160600271, + 41.93836864138888, + ], + [ + -69.94189650485757, + 41.76438618227216, + ], + [ + -70.01727100243215, + 41.66941829473948, + ], + [ + -70.40670590656748, + 41.636974514157046, + ], + [ + -70.49320711568879, + 41.55178273269391, + ], + [ + -70.67338805750992, + 41.53008192581427, + ], + [ + -70.6217026877445, + 41.74639170131998, + ], + ], + ], + "type": "Polygon", + }, + "id": "25001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26023 { + "geometry": { + "coordinates": [ + [ + [ + -84.8265651449425, + 42.07244095319972, + ], + [ + -84.82512944022679, + 41.7599278481855, + ], + [ + -85.1966180354158, + 41.759605558974414, + ], + [ + -85.29245132518919, + 41.75982041844847, + ], + [ + -85.29352810372598, + 42.07152780043498, + ], + [ + -84.8265651449425, + 42.07244095319972, + ], + ], + ], + "type": "Polygon", + }, + "id": "26023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26059 { + "geometry": { + "coordinates": [ + [ + [ + -84.3631914479483, + 42.07346153570148, + ], + [ + -84.36032003851689, + 41.70658898375114, + ], + [ + -84.39944299201989, + 41.70578326072343, + ], + [ + -84.80610635274368, + 41.69611458439092, + ], + [ + -84.82512944022679, + 41.7599278481855, + ], + [ + -84.8265651449425, + 42.07244095319972, + ], + [ + -84.70955521061244, + 42.070292358459156, + ], + [ + -84.3631914479483, + 42.07346153570148, + ], + ], + ], + "type": "Polygon", + }, + "id": "26059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26149 { + "geometry": { + "coordinates": [ + [ + [ + -85.29352810372598, + 42.07152780043498, + ], + [ + -85.29245132518919, + 41.75982041844847, + ], + [ + -85.65963280623107, + 41.75901469542076, + ], + [ + -85.78489804267645, + 41.75901469542076, + ], + [ + -85.76013213633051, + 41.79881741298961, + ], + [ + -85.76336247194085, + 42.06927177595739, + ], + [ + -85.29352810372598, + 42.07152780043498, + ], + ], + ], + "type": "Polygon", + }, + "id": "26149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26027 { + "geometry": { + "coordinates": [ + [ + [ + -85.76336247194085, + 42.06927177595739, + ], + [ + -85.76013213633051, + 41.79881741298961, + ], + [ + -85.78489804267645, + 41.75901469542076, + ], + [ + -86.06270690516561, + 41.76046499687064, + ], + [ + -86.22637724275613, + 41.76035756713361, + ], + [ + -86.22278798096687, + 42.071474085566464, + ], + [ + -85.76336247194085, + 42.06927177595739, + ], + ], + ], + "type": "Polygon", + }, + "id": "26027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 09005 { + "geometry": { + "coordinates": [ + [ + [ + -73.05342754997201, + 42.03983602801175, + ], + [ + -73.0085617776062, + 42.038869160378496, + ], + [ + -73.02937949598395, + 41.966622662227216, + ], + [ + -72.88688580295009, + 41.973122161317406, + ], + [ + -72.94898003190438, + 41.80644492431859, + ], + [ + -73.0168170797215, + 41.798119119698924, + ], + [ + -72.98307801890242, + 41.63960654271423, + ], + [ + -73.15572151096609, + 41.514182324734136, + ], + [ + -73.31041869408345, + 41.468793260839846, + ], + [ + -73.44142674939164, + 41.49129979074719, + ], + [ + -73.51823695168193, + 41.66683998105081, + ], + [ + -73.48736930029425, + 42.049612134081286, + ], + [ + -73.05342754997201, + 42.03983602801175, + ], + ], + ], + "type": "Polygon", + }, + "id": "09005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31021 { + "geometry": { + "coordinates": [ + [ + [ + -96.13884152617126, + 41.866283287843146, + ], + [ + -96.06526165949131, + 41.79736711153973, + ], + [ + -96.12268984811956, + 41.68300815647351, + ], + [ + -96.4446466306167, + 41.68359902002717, + ], + [ + -96.44428770443777, + 41.74177222262779, + ], + [ + -96.55555481990501, + 41.74198708210184, + ], + [ + -96.55483696754716, + 42.01587919665452, + ], + [ + -96.31112609205601, + 42.01518090336384, + ], + [ + -96.27272099091087, + 42.04724867986667, + ], + [ + -96.13202192877166, + 41.974303888424714, + ], + [ + -96.13884152617126, + 41.866283287843146, + ], + ], + ], + "type": "Polygon", + }, + "id": "31021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 09003 { + "geometry": { + "coordinates": [ + [ + [ + -72.50929546271934, + 42.03414225194926, + ], + [ + -72.5075008318247, + 41.80961410156091, + ], + [ + -72.47591532807917, + 41.812998138277294, + ], + [ + -72.41059076351453, + 41.601791275280405, + ], + [ + -72.46658324742708, + 41.58390422406526, + ], + [ + -72.50534727475114, + 41.646911764832126, + ], + [ + -72.71388338470749, + 41.627681841904135, + ], + [ + -72.75228848585263, + 41.57890874129346, + ], + [ + -72.9464675486519, + 41.55677821546571, + ], + [ + -72.98307801890242, + 41.63960654271423, + ], + [ + -73.0168170797215, + 41.798119119698924, + ], + [ + -72.94898003190438, + 41.80644492431859, + ], + [ + -72.88688580295009, + 41.973122161317406, + ], + [ + -73.02937949598395, + 41.966622662227216, + ], + [ + -73.0085617776062, + 42.038869160378496, + ], + [ + -72.50929546271934, + 42.03414225194926, + ], + ], + ], + "type": "Polygon", + }, + "id": "09003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 09013 { + "geometry": { + "coordinates": [ + [ + [ + -72.13565331045677, + 42.030221066547746, + ], + [ + -72.1022731758166, + 42.02877076509787, + ], + [ + -72.0994017663852, + 41.958887721161204, + ], + [ + -72.21712955307311, + 41.958081998133494, + ], + [ + -72.21784740543096, + 41.83512866410504, + ], + [ + -72.15682995501345, + 41.7537506383064, + ], + [ + -72.23938297616655, + 41.71416278021161, + ], + [ + -72.41059076351453, + 41.601791275280405, + ], + [ + -72.47591532807917, + 41.812998138277294, + ], + [ + -72.5075008318247, + 41.80961410156091, + ], + [ + -72.50929546271934, + 42.03414225194926, + ], + [ + -72.13565331045677, + 42.030221066547746, + ], + ], + ], + "type": "Polygon", + }, + "id": "09013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19045 { + "geometry": { + "coordinates": [ + [ + [ + -90.15338856639175, + 42.0319936572087, + ], + [ + -90.15195286167605, + 41.928914824530416, + ], + [ + -90.24240225876554, + 41.78297152677799, + ], + [ + -90.31598212544549, + 41.72877322444741, + ], + [ + -90.54282347052708, + 41.76594391345907, + ], + [ + -90.71367233169613, + 41.734789289720965, + ], + [ + -90.89887824002224, + 41.771315400310456, + ], + [ + -90.89887824002224, + 41.94599615271785, + ], + [ + -90.89887824002224, + 42.033497673527094, + ], + [ + -90.15338856639175, + 42.0319936572087, + ], + ], + ], + "type": "Polygon", + }, + "id": "19045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 09015 { + "geometry": { + "coordinates": [ + [ + [ + -71.79933948080257, + 42.00798311098296, + ], + [ + -71.78964847397157, + 41.7245297498348, + ], + [ + -71.787494916898, + 41.63992883192532, + ], + [ + -71.9522420330253, + 41.63434248559986, + ], + [ + -72.15324069322418, + 41.665658253943505, + ], + [ + -72.23938297616655, + 41.71416278021161, + ], + [ + -72.15682995501345, + 41.7537506383064, + ], + [ + -72.21784740543096, + 41.83512866410504, + ], + [ + -72.21712955307311, + 41.958081998133494, + ], + [ + -72.0994017663852, + 41.958887721161204, + ], + [ + -72.1022731758166, + 42.02877076509787, + ], + [ + -71.79933948080257, + 42.00798311098296, + ], + ], + ], + "type": "Polygon", + }, + "id": "09015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 44007 { + "geometry": { + "coordinates": [ + [ + [ + -71.38119048235312, + 41.98499314725899, + ], + [ + -71.31766054868312, + 41.776096023608204, + ], + [ + -71.35175853568114, + 41.75305234501572, + ], + [ + -71.39124041536307, + 41.76411760792959, + ], + [ + -71.4590774631802, + 41.73231840576933, + ], + [ + -71.78964847397157, + 41.7245297498348, + ], + [ + -71.79933948080257, + 42.00798311098296, + ], + [ + -71.49784149050426, + 42.01716835349885, + ], + [ + -71.38119048235312, + 41.98499314725899, + ], + ], + ], + "type": "Polygon", + }, + "id": "44007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36105 { + "geometry": { + "coordinates": [ + [ + [ + -74.3674562910222, + 41.5909945867091, + ], + [ + -74.4754930708791, + 41.504621078138655, + ], + [ + -74.75222515483148, + 41.49371695983032, + ], + [ + -74.75437871190505, + 41.42485449839542, + ], + [ + -74.9819379093445, + 41.47948251967412, + ], + [ + -75.06987482318151, + 41.60195241988595, + ], + [ + -75.05300529277196, + 41.75224662198801, + ], + [ + -75.14058328043004, + 41.85215627742397, + ], + [ + -74.78058032296669, + 42.01636263047114, + ], + [ + -74.45359857396458, + 41.87557596009606, + ], + [ + -74.57491562244176, + 41.74526368908119, + ], + [ + -74.39509360679955, + 41.6448705998286, + ], + [ + -74.3674562910222, + 41.5909945867091, + ], + ], + ], + "type": "Polygon", + }, + "id": "36105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06093 { + "geometry": { + "coordinates": [ + [ + [ + -122.28948507040343, + 42.00771453664039, + ], + [ + -121.4474442546417, + 41.99750871162274, + ], + [ + -121.44636747610491, + 41.18345987929369, + ], + [ + -122.49838010653869, + 41.18265415626598, + ], + [ + -122.48043379759237, + 41.320486508872804, + ], + [ + -122.57124212086079, + 41.368131597244684, + ], + [ + -122.80203165391057, + 41.20301209143277, + ], + [ + -122.88673823213725, + 41.20494582669927, + ], + [ + -122.97359836743748, + 41.11207281903864, + ], + [ + -122.91760588352493, + 40.994007538044954, + ], + [ + -123.0374872272864, + 41.00432079279963, + ], + [ + -123.14121689299618, + 41.07914560463958, + ], + [ + -123.23956266602207, + 41.0757615679232, + ], + [ + -123.40825797011755, + 41.17991469797177, + ], + [ + -123.47537716557682, + 41.367487018822516, + ], + [ + -123.66165985243971, + 41.382097463058315, + ], + [ + -123.62181904657886, + 41.43264315432995, + ], + [ + -123.71513985309977, + 41.591854024605325, + ], + [ + -123.6627366309765, + 41.69348255583373, + ], + [ + -123.7032952891952, + 41.828414305540804, + ], + [ + -123.56439085795061, + 41.903453976854806, + ], + [ + -123.51808938086909, + 42.00083903347061, + ], + [ + -123.2305895115489, + 42.00384706610739, + ], + [ + -122.28948507040343, + 42.00771453664039, + ], + ], + ], + "type": "Polygon", + }, + "id": "06093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31069 { + "geometry": { + "coordinates": [ + [ + [ + -102.0665073711436, + 42.00911112322176, + ], + [ + -102.0679430758593, + 41.74209451183887, + ], + [ + -101.98539005470619, + 41.74230937131293, + ], + [ + -101.98467220234834, + 41.394720457159096, + ], + [ + -102.05538065959688, + 41.39515017610721, + ], + [ + -102.05538065959688, + 41.22154372107009, + ], + [ + -102.61063945839628, + 41.221597435938605, + ], + [ + -102.63684106945792, + 41.43898150881459, + ], + [ + -102.636482143279, + 41.74311509434063, + ], + [ + -102.6784765062134, + 41.801610586152336, + ], + [ + -102.67739972767662, + 42.00529736755727, + ], + [ + -102.0665073711436, + 42.00911112322176, + ], + ], + ], + "type": "Polygon", + }, + "id": "31069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31123 { + "geometry": { + "coordinates": [ + [ + [ + -102.67739972767662, + 42.00529736755727, + ], + [ + -102.6784765062134, + 41.801610586152336, + ], + [ + -102.636482143279, + 41.74311509434063, + ], + [ + -102.63684106945792, + 41.43898150881459, + ], + [ + -103.36905047446812, + 41.43758492223323, + ], + [ + -103.37048617918383, + 41.6991226170277, + ], + [ + -103.36294872942638, + 42.00293391334266, + ], + [ + -102.69785851987544, + 42.00481393374064, + ], + [ + -102.67739972767662, + 42.00529736755727, + ], + ], + ], + "type": "Polygon", + }, + "id": "31123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49005 { + "geometry": { + "coordinates": [ + [ + [ + -111.50841943398599, + 41.99944244688925, + ], + [ + -111.50770158162814, + 41.85215627742397, + ], + [ + -111.42658426519074, + 41.67822753317577, + ], + [ + -111.44309486942136, + 41.53126365292158, + ], + [ + -111.51093191723848, + 41.42302819286595, + ], + [ + -111.66634695271368, + 41.42872196892843, + ], + [ + -111.72628762459442, + 41.3759202531792, + ], + [ + -111.8852919218589, + 41.42635851471381, + ], + [ + -111.91687742560443, + 41.53878373451353, + ], + [ + -111.98220199016907, + 41.53400311121579, + ], + [ + -112.0514747427019, + 41.69933747650175, + ], + [ + -112.0529104474176, + 41.862523247047164, + ], + [ + -112.16597219377947, + 41.99756242649126, + ], + [ + -112.11033863604585, + 41.99750871162274, + ], + [ + -111.50841943398599, + 41.99944244688925, + ], + ], + ], + "type": "Polygon", + }, + "id": "49005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31157 { + "geometry": { + "coordinates": [ + [ + [ + -103.36294872942638, + 42.00293391334266, + ], + [ + -103.37048617918383, + 41.6991226170277, + ], + [ + -104.05316377150217, + 41.697887175051875, + ], + [ + -104.05316377150217, + 42.001698471366836, + ], + [ + -103.40171275675044, + 42.003524776896306, + ], + [ + -103.36294872942638, + 42.00293391334266, + ], + ], + ], + "type": "Polygon", + }, + "id": "31157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49033 { + "geometry": { + "coordinates": [ + [ + [ + -111.04684036788642, + 42.001537326761294, + ], + [ + -111.04576358934965, + 41.5798218940582, + ], + [ + -111.0464814417075, + 41.251677762306414, + ], + [ + -111.26470855849485, + 41.1442480252785, + ], + [ + -111.22163741702366, + 41.21251962315974, + ], + [ + -111.33110990159626, + 41.35669033025121, + ], + [ + -111.42048252014898, + 41.36141723868044, + ], + [ + -111.51093191723848, + 41.42302819286595, + ], + [ + -111.44309486942136, + 41.53126365292158, + ], + [ + -111.42658426519074, + 41.67822753317577, + ], + [ + -111.50770158162814, + 41.85215627742397, + ], + [ + -111.50841943398599, + 41.99944244688925, + ], + [ + -111.04684036788642, + 42.001537326761294, + ], + ], + ], + "type": "Polygon", + }, + "id": "49033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42015 { + "geometry": { + "coordinates": [ + [ + [ + -76.92659994676866, + 41.99987216583736, + ], + [ + -76.55798276101106, + 41.99987216583736, + ], + [ + -76.14701228614014, + 41.99987216583736, + ], + [ + -76.11542678239461, + 41.6521758219465, + ], + [ + -76.19941550826343, + 41.64669690535807, + ], + [ + -76.21987430046224, + 41.542060341492885, + ], + [ + -76.81389712658572, + 41.59018886368139, + ], + [ + -76.87491457700322, + 41.59668836277158, + ], + [ + -76.92659994676866, + 41.99987216583736, + ], + ], + ], + "type": "Polygon", + }, + "id": "42015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42117 { + "geometry": { + "coordinates": [ + [ + [ + -76.96572290027166, + 41.99987216583736, + ], + [ + -76.92659994676866, + 41.99987216583736, + ], + [ + -76.87491457700322, + 41.59668836277158, + ], + [ + -76.96033900758775, + 41.551353013745796, + ], + [ + -77.59958653225598, + 41.54227520096694, + ], + [ + -77.60999539144485, + 41.999818450968846, + ], + [ + -76.96572290027166, + 41.99987216583736, + ], + ], + ], + "type": "Polygon", + }, + "id": "42117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49003 { + "geometry": { + "coordinates": [ + [ + [ + -111.8852919218589, + 41.42635851471381, + ], + [ + -111.95887178853884, + 41.43382488143725, + ], + [ + -112.0285034672506, + 41.33643982482145, + ], + [ + -112.23811635574371, + 41.33670839916402, + ], + [ + -112.4933128689605, + 41.07667472068794, + ], + [ + -112.79911797340594, + 41.000238462792574, + ], + [ + -114.04207933102866, + 40.99996988845, + ], + [ + -114.04172040484974, + 41.993587526221226, + ], + [ + -113.00155233832054, + 41.998207004913425, + ], + [ + -112.16597219377947, + 41.99756242649126, + ], + [ + -112.0529104474176, + 41.862523247047164, + ], + [ + -112.0514747427019, + 41.69933747650175, + ], + [ + -111.98220199016907, + 41.53400311121579, + ], + [ + -111.91687742560443, + 41.53878373451353, + ], + [ + -111.8852919218589, + 41.42635851471381, + ], + ], + ], + "type": "Polygon", + }, + "id": "49003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 32013 { + "geometry": { + "coordinates": [ + [ + [ + -117.0182952066878, + 41.000238462792574, + ], + [ + -117.01865413286671, + 40.64298087230623, + ], + [ + -117.24693118266401, + 40.64244372362109, + ], + [ + -117.30041118332409, + 40.52615103328837, + ], + [ + -117.30938433779724, + 40.68353559803427, + ], + [ + -117.64426246273574, + 40.68434132106198, + ], + [ + -117.64426246273574, + 40.85784034636207, + ], + [ + -118.78672449025902, + 40.85585289622705, + ], + [ + -118.78672449025902, + 40.960865464171846, + ], + [ + -119.30967993295502, + 40.96038203035522, + ], + [ + -119.33013872515384, + 40.96038203035522, + ], + [ + -119.3240369801121, + 41.993802385695275, + ], + [ + -118.19700877828265, + 41.9969715629376, + ], + [ + -117.02726836116096, + 41.99976473610033, + ], + [ + -117.0182952066878, + 41.99906644280965, + ], + [ + -117.0182952066878, + 41.000238462792574, + ], + ], + ], + "type": "Polygon", + }, + "id": "32013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 32007 { + "geometry": { + "coordinates": [ + [ + [ + -114.28255987090947, + 41.994070960037845, + ], + [ + -114.04172040484974, + 41.993587526221226, + ], + [ + -114.04207933102866, + 40.99996988845, + ], + [ + -114.0467453713547, + 40.11695116494903, + ], + [ + -115.26386404409472, + 40.12253751127448, + ], + [ + -115.83527452094582, + 40.12785528325736, + ], + [ + -116.00073948943097, + 40.127371849440735, + ], + [ + -116.15794915580081, + 40.66640055497832, + ], + [ + -116.15830808197973, + 40.99991617358149, + ], + [ + -116.58722486579698, + 41.000399607398116, + ], + [ + -117.0182952066878, + 41.000238462792574, + ], + [ + -117.0182952066878, + 41.99906644280965, + ], + [ + -116.14682244425408, + 41.99804586030788, + ], + [ + -115.03917625608668, + 41.99584355069881, + ], + [ + -114.28255987090947, + 41.994070960037845, + ], + ], + ], + "type": "Polygon", + }, + "id": "32007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42083 { + "geometry": { + "coordinates": [ + [ + [ + -78.30738895709918, + 41.99987216583736, + ], + [ + -78.2065307008208, + 41.99987216583736, + ], + [ + -78.20330036521047, + 41.61817431017717, + ], + [ + -78.41901499874534, + 41.60216727936, + ], + [ + -78.4832627847732, + 41.62988415151321, + ], + [ + -78.9559685624195, + 41.623814371371125, + ], + [ + -78.91899916599006, + 41.99718642241166, + ], + [ + -78.30738895709918, + 41.99987216583736, + ], + ], + ], + "type": "Polygon", + }, + "id": "42083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42105 { + "geometry": { + "coordinates": [ + [ + [ + -77.74997660122621, + 41.99724013728017, + ], + [ + -77.60999539144485, + 41.999818450968846, + ], + [ + -77.59958653225598, + 41.54227520096694, + ], + [ + -77.59815082754027, + 41.47856936690938, + ], + [ + -77.98902143639131, + 41.47475561124489, + ], + [ + -78.05039781298775, + 41.475400189667056, + ], + [ + -78.20330036521047, + 41.61817431017717, + ], + [ + -78.2065307008208, + 41.99987216583736, + ], + [ + -77.74997660122621, + 41.99724013728017, + ], + ], + ], + "type": "Polygon", + }, + "id": "42105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06015 { + "geometry": { + "coordinates": [ + [ + [ + -123.51808938086909, + 42.00083903347061, + ], + [ + -123.56439085795061, + 41.903453976854806, + ], + [ + -123.7032952891952, + 41.828414305540804, + ], + [ + -123.6627366309765, + 41.69348255583373, + ], + [ + -123.71513985309977, + 41.591854024605325, + ], + [ + -123.62181904657886, + 41.43264315432995, + ], + [ + -123.66165985243971, + 41.382097463058315, + ], + [ + -123.77041448465447, + 41.38113059542506, + ], + [ + -123.77185018937017, + 41.465570368729004, + ], + [ + -124.06581072991104, + 41.46471093083278, + ], + [ + -124.16164401968443, + 41.73768989262072, + ], + [ + -124.25568267856319, + 41.78130636585406, + ], + [ + -124.21153475855522, + 41.998475579255995, + ], + [ + -123.82138200206204, + 41.995413831750696, + ], + [ + -123.51808938086909, + 42.00083903347061, + ], + ], + ], + "type": "Polygon", + }, + "id": "06015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42127 { + "geometry": { + "coordinates": [ + [ + [ + -75.36275858518559, + 41.99987216583736, + ], + [ + -75.25866999329688, + 41.86203981323054, + ], + [ + -75.14058328043004, + 41.85215627742397, + ], + [ + -75.05300529277196, + 41.75224662198801, + ], + [ + -75.06987482318151, + 41.60195241988595, + ], + [ + -75.35845147103846, + 41.239484487153746, + ], + [ + -75.50597013057728, + 41.23250155424694, + ], + [ + -75.4413634183705, + 41.25817726139661, + ], + [ + -75.46254006292718, + 41.64159399284925, + ], + [ + -75.48263992894705, + 41.99863672386154, + ], + [ + -75.36275858518559, + 41.99987216583736, + ], + ], + ], + "type": "Polygon", + }, + "id": "42127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42115 { + "geometry": { + "coordinates": [ + [ + [ + -75.46254006292718, + 41.64159399284925, + ], + [ + -75.72132583793322, + 41.64223857127142, + ], + [ + -76.11542678239461, + 41.6521758219465, + ], + [ + -76.14701228614014, + 41.99987216583736, + ], + [ + -76.10573577556359, + 41.99987216583736, + ], + [ + -75.48263992894705, + 41.99863672386154, + ], + [ + -75.46254006292718, + 41.64159399284925, + ], + ], + ], + "type": "Polygon", + }, + "id": "42115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42123 { + "geometry": { + "coordinates": [ + [ + [ + -78.91899916599006, + 41.99718642241166, + ], + [ + -78.9559685624195, + 41.623814371371125, + ], + [ + -79.51194521357675, + 41.62451266466181, + ], + [ + -79.61280346985512, + 41.623814371371125, + ], + [ + -79.61208561749727, + 41.850061397551926, + ], + [ + -79.6099320604237, + 41.9973475670172, + ], + [ + -79.06113393284498, + 41.99987216583736, + ], + [ + -78.91899916599006, + 41.99718642241166, + ], + ], + ], + "type": "Polygon", + }, + "id": "42123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06049 { + "geometry": { + "coordinates": [ + [ + [ + -120.87962303957985, + 41.99374867082676, + ], + [ + -119.99917712267298, + 41.99476925332853, + ], + [ + -119.99989497503083, + 41.18394331311032, + ], + [ + -121.33115217266948, + 41.183889598241805, + ], + [ + -121.44636747610491, + 41.18345987929369, + ], + [ + -121.4474442546417, + 41.99750871162274, + ], + [ + -120.87962303957985, + 41.99374867082676, + ], + ], + ], + "type": "Polygon", + }, + "id": "06049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 32031 { + "geometry": { + "coordinates": [ + [ + [ + -119.30967993295502, + 40.96038203035522, + ], + [ + -119.31291026856536, + 40.51830866248533, + ], + [ + -119.33839402726916, + 40.517825228668706, + ], + [ + -119.33911187962701, + 39.998617309612776, + ], + [ + -119.22497335472836, + 39.99931560290345, + ], + [ + -119.20882167667666, + 39.80997069139175, + ], + [ + -119.17077550171044, + 39.78821616964359, + ], + [ + -119.1890807368357, + 39.63255048069014, + ], + [ + -119.28383724807232, + 39.62153893264478, + ], + [ + -119.46509496843024, + 39.583455090868384, + ], + [ + -119.62230463480007, + 39.51158459679671, + ], + [ + -119.69588450148002, + 39.52136070286625, + ], + [ + -119.65855617887166, + 39.331478642669396, + ], + [ + -119.71275403188957, + 39.25085262502995, + ], + [ + -119.88109040980613, + 39.16544598409275, + ], + [ + -120.00420208917794, + 39.16560712869829, + ], + [ + -120.00743242478828, + 39.31600876053738, + ], + [ + -120.00312531064117, + 39.44803990734469, + ], + [ + -120.00097175356761, + 39.722415455714, + ], + [ + -119.99989497503083, + 41.18394331311032, + ], + [ + -119.99917712267298, + 41.99476925332853, + ], + [ + -119.3606474503626, + 41.99423210464339, + ], + [ + -119.3240369801121, + 41.993802385695275, + ], + [ + -119.33013872515384, + 40.96038203035522, + ], + [ + -119.30967993295502, + 40.96038203035522, + ], + ], + ], + "type": "Polygon", + }, + "id": "32031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17043 { + "geometry": { + "coordinates": [ + [ + [ + -88.0292634395043, + 41.68547904042515, + ], + [ + -88.03069914422001, + 41.72893436905295, + ], + [ + -88.2614886772698, + 41.7245297498348, + ], + [ + -88.26184760344871, + 41.72463717957183, + ], + [ + -88.2629243819855, + 41.98622858923481, + ], + [ + -87.92050880728955, + 41.99396353030082, + ], + [ + -87.91476598842672, + 41.71674109390028, + ], + [ + -88.0292634395043, + 41.68547904042515, + ], + ], + ], + "type": "Polygon", + }, + "id": "17043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39007 { + "geometry": { + "coordinates": [ + [ + [ + -80.51945099782364, + 41.84930938939273, + ], + [ + -80.51945099782364, + 41.499410735892795, + ], + [ + -81.00328348701666, + 41.501666760370384, + ], + [ + -81.00364241319559, + 41.71512964784486, + ], + [ + -81.00256563465881, + 41.85333800453128, + ], + [ + -80.51945099782364, + 41.9773119210615, + ], + [ + -80.51945099782364, + 41.84930938939273, + ], + ], + ], + "type": "Polygon", + }, + "id": "39007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19031 { + "geometry": { + "coordinates": [ + [ + [ + -91.36584119880571, + 41.94739273929922, + ], + [ + -90.89887824002224, + 41.94599615271785, + ], + [ + -90.89887824002224, + 41.771315400310456, + ], + [ + -90.89995501855903, + 41.59711808171969, + ], + [ + -91.36655905116356, + 41.598299808826994, + ], + [ + -91.36620012498464, + 41.859998648227005, + ], + [ + -91.36584119880571, + 41.94739273929922, + ], + ], + ], + "type": "Polygon", + }, + "id": "19031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17195 { + "geometry": { + "coordinates": [ + [ + [ + -89.6867845337872, + 41.930633700322865, + ], + [ + -89.62971527133789, + 41.90173510106236, + ], + [ + -89.63150990223252, + 41.58492480656702, + ], + [ + -89.86265836146123, + 41.5840653686708, + ], + [ + -90.18569192249514, + 41.584656232224454, + ], + [ + -90.24240225876554, + 41.78297152677799, + ], + [ + -90.15195286167605, + 41.928914824530416, + ], + [ + -89.6867845337872, + 41.930633700322865, + ], + ], + ], + "type": "Polygon", + }, + "id": "17195", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31011 { + "geometry": { + "coordinates": [ + [ + [ + -97.8333320168836, + 41.91623811556112, + ], + [ + -97.8304606074522, + 41.742255656444414, + ], + [ + -97.82974275509434, + 41.52616074041275, + ], + [ + -98.10001416782605, + 41.48077167651846, + ], + [ + -98.29132182119392, + 41.480717961649944, + ], + [ + -98.29562893534103, + 41.74118135907413, + ], + [ + -98.29562893534103, + 41.91494895871679, + ], + [ + -97.8333320168836, + 41.91623811556112, + ], + ], + ], + "type": "Polygon", + }, + "id": "31011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17103 { + "geometry": { + "coordinates": [ + [ + [ + -88.94129486015672, + 41.891744135518756, + ], + [ + -88.93878237690423, + 41.6283264203263, + ], + [ + -89.16705942670153, + 41.6287024244059, + ], + [ + -89.16670050052261, + 41.58497852143553, + ], + [ + -89.63150990223252, + 41.58492480656702, + ], + [ + -89.62971527133789, + 41.90173510106236, + ], + [ + -89.36052063714295, + 41.888037809591296, + ], + [ + -88.94129486015672, + 41.891744135518756, + ], + ], + ], + "type": "Polygon", + }, + "id": "17103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19085 { + "geometry": { + "coordinates": [ + [ + [ + -95.67259641974564, + 41.86311411060082, + ], + [ + -95.55738111631021, + 41.8634363998119, + ], + [ + -95.55738111631021, + 41.60227470909703, + ], + [ + -95.49815829678734, + 41.50607137958853, + ], + [ + -95.99670675931634, + 41.50693081748476, + ], + [ + -96.08859186112154, + 41.530511644762385, + ], + [ + -96.12268984811956, + 41.68300815647351, + ], + [ + -96.06526165949131, + 41.79736711153973, + ], + [ + -96.13884152617126, + 41.866283287843146, + ], + [ + -95.67259641974564, + 41.86311411060082, + ], + ], + ], + "type": "Polygon", + }, + "id": "19085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19095 { + "geometry": { + "coordinates": [ + [ + [ + -91.83136845287348, + 41.86182495375648, + ], + [ + -91.82921489579992, + 41.51138915157141, + ], + [ + -91.94622483012998, + 41.510690858280725, + ], + [ + -92.2976135592991, + 41.509777705515994, + ], + [ + -92.29833141165695, + 41.862791821389735, + ], + [ + -91.83136845287348, + 41.86182495375648, + ], + ], + ], + "type": "Polygon", + }, + "id": "19095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19049 { + "geometry": { + "coordinates": [ + [ + [ + -93.81551236997956, + 41.8634363998119, + ], + [ + -93.79110538981256, + 41.51187258538803, + ], + [ + -94.24155774436541, + 41.5036542105054, + ], + [ + -94.27996284551055, + 41.60130784146378, + ], + [ + -94.28032177168947, + 41.86300668086379, + ], + [ + -94.16402968971727, + 41.86322154033785, + ], + [ + -93.81551236997956, + 41.8634363998119, + ], + ], + ], + "type": "Polygon", + }, + "id": "19049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19165 { + "geometry": { + "coordinates": [ + [ + [ + -95.09293064077923, + 41.86338268494339, + ], + [ + -95.09257171460031, + 41.602328423965545, + ], + [ + -95.04088634483487, + 41.50467479300717, + ], + [ + -95.1546659435546, + 41.50521194169231, + ], + [ + -95.49815829678734, + 41.50607137958853, + ], + [ + -95.55738111631021, + 41.60227470909703, + ], + [ + -95.55738111631021, + 41.8634363998119, + ], + [ + -95.09293064077923, + 41.86338268494339, + ], + ], + ], + "type": "Polygon", + }, + "id": "19165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19009 { + "geometry": { + "coordinates": [ + [ + [ + -94.74477224722045, + 41.86236210244162, + ], + [ + -94.7440543948626, + 41.60469187818016, + ], + [ + -94.7006243272125, + 41.50413764432203, + ], + [ + -95.04088634483487, + 41.50467479300717, + ], + [ + -95.09257171460031, + 41.602328423965545, + ], + [ + -95.09293064077923, + 41.86338268494339, + ], + [ + -94.74477224722045, + 41.86236210244162, + ], + ], + ], + "type": "Polygon", + }, + "id": "19009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19157 { + "geometry": { + "coordinates": [ + [ + [ + -92.29833141165695, + 41.862791821389735, + ], + [ + -92.2976135592991, + 41.509777705515994, + ], + [ + -92.41211101037666, + 41.50956284604194, + ], + [ + -92.75668014214618, + 41.50881083788274, + ], + [ + -92.76601222279827, + 41.862415817310136, + ], + [ + -92.29833141165695, + 41.862791821389735, + ], + ], + ], + "type": "Polygon", + }, + "id": "19157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19153 { + "geometry": { + "coordinates": [ + [ + [ + -93.6985024356495, + 41.86338268494339, + ], + [ + -93.34783155883824, + 41.86311411060082, + ], + [ + -93.32880847135513, + 41.507790255380975, + ], + [ + -93.32880847135513, + 41.490923786667594, + ], + [ + -93.79110538981256, + 41.51187258538803, + ], + [ + -93.81551236997956, + 41.8634363998119, + ], + [ + -93.6985024356495, + 41.86338268494339, + ], + ], + ], + "type": "Polygon", + }, + "id": "19153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19099 { + "geometry": { + "coordinates": [ + [ + [ + -93.23225732922388, + 41.86268439165271, + ], + [ + -92.76601222279827, + 41.862415817310136, + ], + [ + -92.75668014214618, + 41.50881083788274, + ], + [ + -92.87153651940268, + 41.50848854867166, + ], + [ + -93.32880847135513, + 41.507790255380975, + ], + [ + -93.34783155883824, + 41.86311411060082, + ], + [ + -93.23225732922388, + 41.86268439165271, + ], + ], + ], + "type": "Polygon", + }, + "id": "19099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19077 { + "geometry": { + "coordinates": [ + [ + [ + -94.28032177168947, + 41.86300668086379, + ], + [ + -94.27996284551055, + 41.60130784146378, + ], + [ + -94.24155774436541, + 41.5036542105054, + ], + [ + -94.7006243272125, + 41.50413764432203, + ], + [ + -94.7440543948626, + 41.60469187818016, + ], + [ + -94.74477224722045, + 41.86236210244162, + ], + [ + -94.62883909142718, + 41.86273810652122, + ], + [ + -94.28032177168947, + 41.86300668086379, + ], + ], + ], + "type": "Polygon", + }, + "id": "19077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19103 { + "geometry": { + "coordinates": [ + [ + [ + -91.36620012498464, + 41.859998648227005, + ], + [ + -91.36655905116356, + 41.598299808826994, + ], + [ + -91.3683536820582, + 41.42313562260298, + ], + [ + -91.48392791167255, + 41.42378020102514, + ], + [ + -91.52125623428091, + 41.510959432623295, + ], + [ + -91.82921489579992, + 41.51138915157141, + ], + [ + -91.83136845287348, + 41.86182495375648, + ], + [ + -91.36620012498464, + 41.859998648227005, + ], + ], + ], + "type": "Polygon", + }, + "id": "19103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39085 { + "geometry": { + "coordinates": [ + [ + [ + -81.00364241319559, + 41.71512964784486, + ], + [ + -81.1023471124004, + 41.71432392481715, + ], + [ + -81.10127033386361, + 41.64143284824371, + ], + [ + -81.29473154430504, + 41.640841984690056, + ], + [ + -81.29580832284182, + 41.569938358251626, + ], + [ + -81.39092376025735, + 41.56972349877757, + ], + [ + -81.48855168092538, + 41.63128073809457, + ], + [ + -81.28396375893723, + 41.7629895956908, + ], + [ + -81.00256563465881, + 41.85333800453128, + ], + [ + -81.00364241319559, + 41.71512964784486, + ], + ], + ], + "type": "Polygon", + }, + "id": "39085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42039 { + "geometry": { + "coordinates": [ + [ + [ + -79.61208561749727, + 41.850061397551926, + ], + [ + -79.61280346985512, + 41.623814371371125, + ], + [ + -79.82887702956891, + 41.62198806584165, + ], + [ + -79.99972589073796, + 41.49006434877137, + ], + [ + -80.51945099782364, + 41.48899005140109, + ], + [ + -80.51945099782364, + 41.499410735892795, + ], + [ + -80.51945099782364, + 41.84930938939273, + ], + [ + -79.61208561749727, + 41.850061397551926, + ], + ], + ], + "type": "Polygon", + }, + "id": "42039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17161 { + "geometry": { + "coordinates": [ + [ + [ + -90.18569192249514, + 41.584656232224454, + ], + [ + -90.19610078168401, + 41.540341465700436, + ], + [ + -90.43191528123877, + 41.45681484516123, + ], + [ + -90.43370991213341, + 41.32693229309447, + ], + [ + -91.07188065826485, + 41.333378077316155, + ], + [ + -91.07188065826485, + 41.33359293679021, + ], + [ + -91.03993622834038, + 41.41851614391078, + ], + [ + -90.7861754198393, + 41.45289365975971, + ], + [ + -90.65588521688895, + 41.46207890227559, + ], + [ + -90.34326051504391, + 41.58777169459826, + ], + [ + -90.31598212544549, + 41.72877322444741, + ], + [ + -90.24240225876554, + 41.78297152677799, + ], + [ + -90.18569192249514, + 41.584656232224454, + ], + ], + ], + "type": "Polygon", + }, + "id": "17161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 44001 { + "geometry": { + "coordinates": [ + [ + [ + -71.2268522254147, + 41.71314219770984, + ], + [ + -71.26059128623379, + 41.64288314969359, + ], + [ + -71.35175853568114, + 41.75305234501572, + ], + [ + -71.31766054868312, + 41.776096023608204, + ], + [ + -71.2268522254147, + 41.71314219770984, + ], + ], + ], + "type": "Polygon", + }, + "id": "44001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19163 { + "geometry": { + "coordinates": [ + [ + [ + -90.31598212544549, + 41.72877322444741, + ], + [ + -90.34326051504391, + 41.58777169459826, + ], + [ + -90.65588521688895, + 41.46207890227559, + ], + [ + -90.7861754198393, + 41.45289365975971, + ], + [ + -90.78366293658681, + 41.59652721816604, + ], + [ + -90.89995501855903, + 41.59711808171969, + ], + [ + -90.89887824002224, + 41.771315400310456, + ], + [ + -90.71367233169613, + 41.734789289720965, + ], + [ + -90.54282347052708, + 41.76594391345907, + ], + [ + -90.31598212544549, + 41.72877322444741, + ], + ], + ], + "type": "Polygon", + }, + "id": "19163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 44003 { + "geometry": { + "coordinates": [ + [ + [ + -71.39124041536307, + 41.76411760792959, + ], + [ + -71.43000444268714, + 41.650779235365135, + ], + [ + -71.48527907424183, + 41.60275814291366, + ], + [ + -71.78928954779263, + 41.59684950737712, + ], + [ + -71.787494916898, + 41.63992883192532, + ], + [ + -71.78964847397157, + 41.7245297498348, + ], + [ + -71.4590774631802, + 41.73231840576933, + ], + [ + -71.39124041536307, + 41.76411760792959, + ], + ], + ], + "type": "Polygon", + }, + "id": "44003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18039 { + "geometry": { + "coordinates": [ + [ + [ + -85.65963280623107, + 41.75901469542076, + ], + [ + -85.6546078397261, + 41.52326013751299, + ], + [ + -85.65353106118933, + 41.43677919920552, + ], + [ + -86.05911764337635, + 41.43581233157227, + ], + [ + -86.05947656955527, + 41.47910651559452, + ], + [ + -86.06270690516561, + 41.76046499687064, + ], + [ + -85.78489804267645, + 41.75901469542076, + ], + [ + -85.65963280623107, + 41.75901469542076, + ], + ], + ], + "type": "Polygon", + }, + "id": "18039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18141 { + "geometry": { + "coordinates": [ + [ + [ + -86.05947656955527, + 41.47910651559452, + ], + [ + -86.46721670881585, + 41.47642077216882, + ], + [ + -86.466498856458, + 41.43291172867252, + ], + [ + -86.52500382362304, + 41.43285801380401, + ], + [ + -86.48767550101468, + 41.64927521904674, + ], + [ + -86.52428597126519, + 41.759605558974414, + ], + [ + -86.22637724275613, + 41.76035756713361, + ], + [ + -86.06270690516561, + 41.76046499687064, + ], + [ + -86.05947656955527, + 41.47910651559452, + ], + ], + ], + "type": "Polygon", + }, + "id": "18141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18091 { + "geometry": { + "coordinates": [ + [ + [ + -86.52500382362304, + 41.43285801380401, + ], + [ + -86.70087765129706, + 41.40229425361956, + ], + [ + -86.7837895986291, + 41.285571844338726, + ], + [ + -86.93023147963113, + 41.236959888333594, + ], + [ + -86.93274396288362, + 41.71008045020454, + ], + [ + -86.82470718302673, + 41.76025013739658, + ], + [ + -86.52428597126519, + 41.759605558974414, + ], + [ + -86.48767550101468, + 41.64927521904674, + ], + [ + -86.52500382362304, + 41.43285801380401, + ], + ], + ], + "type": "Polygon", + }, + "id": "18091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18151 { + "geometry": { + "coordinates": [ + [ + [ + -84.80467064802798, + 41.530135640682786, + ], + [ + -85.19410555216331, + 41.52642931475532, + ], + [ + -85.1966180354158, + 41.759605558974414, + ], + [ + -84.82512944022679, + 41.7599278481855, + ], + [ + -84.80610635274368, + 41.69611458439092, + ], + [ + -84.80467064802798, + 41.530135640682786, + ], + ], + ], + "type": "Polygon", + }, + "id": "18151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18087 { + "geometry": { + "coordinates": [ + [ + [ + -85.19410555216331, + 41.52642931475532, + ], + [ + -85.6546078397261, + 41.52326013751299, + ], + [ + -85.65963280623107, + 41.75901469542076, + ], + [ + -85.29245132518919, + 41.75982041844847, + ], + [ + -85.1966180354158, + 41.759605558974414, + ], + [ + -85.19410555216331, + 41.52642931475532, + ], + ], + ], + "type": "Polygon", + }, + "id": "18087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31037 { + "geometry": { + "coordinates": [ + [ + [ + -97.020005295436, + 41.74295394973509, + ], + [ + -96.90586677053734, + 41.742685375392526, + ], + [ + -96.90586677053734, + 41.456438841081635, + ], + [ + -97.17829174034262, + 41.37677969107543, + ], + [ + -97.25402516409612, + 41.384192342930355, + ], + [ + -97.25258945938042, + 41.74306137947212, + ], + [ + -97.020005295436, + 41.74295394973509, + ], + ], + ], + "type": "Polygon", + }, + "id": "31037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31141 { + "geometry": { + "coordinates": [ + [ + [ + -97.25258945938042, + 41.74306137947212, + ], + [ + -97.25402516409612, + 41.384192342930355, + ], + [ + -97.36816368899477, + 41.39638561808302, + ], + [ + -97.59895322204456, + 41.33300207323656, + ], + [ + -97.59895322204456, + 41.394827886896124, + ], + [ + -97.70375966629112, + 41.39488160176464, + ], + [ + -97.70375966629112, + 41.52680531883492, + ], + [ + -97.82974275509434, + 41.52616074041275, + ], + [ + -97.8304606074522, + 41.742255656444414, + ], + [ + -97.36816368899477, + 41.74322252407766, + ], + [ + -97.25258945938042, + 41.74306137947212, + ], + ], + ], + "type": "Polygon", + }, + "id": "31141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31053 { + "geometry": { + "coordinates": [ + [ + [ + -96.55555481990501, + 41.74198708210184, + ], + [ + -96.44428770443777, + 41.74177222262779, + ], + [ + -96.4446466306167, + 41.68359902002717, + ], + [ + -96.44392877825885, + 41.523851001066646, + ], + [ + -96.32907240100235, + 41.393109011103675, + ], + [ + -96.47084824167834, + 41.3932164408407, + ], + [ + -96.56991186706207, + 41.43334144762063, + ], + [ + -96.90586677053734, + 41.453377093576336, + ], + [ + -96.90586677053734, + 41.456438841081635, + ], + [ + -96.90586677053734, + 41.742685375392526, + ], + [ + -96.55555481990501, + 41.74198708210184, + ], + ], + ], + "type": "Polygon", + }, + "id": "31053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31117 { + "geometry": { + "coordinates": [ + [ + [ + -100.84256910100399, + 41.74037563604642, + ], + [ + -100.71156104569579, + 41.739731057624255, + ], + [ + -100.71335567659042, + 41.39348501518327, + ], + [ + -101.26969125392661, + 41.39493531663315, + ], + [ + -101.40715998045549, + 41.39541875044978, + ], + [ + -101.40680105427656, + 41.743168809209145, + ], + [ + -100.84256910100399, + 41.74037563604642, + ], + ], + ], + "type": "Polygon", + }, + "id": "31117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31005 { + "geometry": { + "coordinates": [ + [ + [ + -101.40680105427656, + 41.743168809209145, + ], + [ + -101.40715998045549, + 41.39541875044978, + ], + [ + -101.98467220234834, + 41.394720457159096, + ], + [ + -101.98539005470619, + 41.74230937131293, + ], + [ + -101.42582414175966, + 41.74306137947212, + ], + [ + -101.40680105427656, + 41.743168809209145, + ], + ], + ], + "type": "Polygon", + }, + "id": "31005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31077 { + "geometry": { + "coordinates": [ + [ + [ + -98.29132182119392, + 41.480717961649944, + ], + [ + -98.29132182119392, + 41.39386101926287, + ], + [ + -98.74428665899924, + 41.394183308473956, + ], + [ + -98.75146518257777, + 41.39407587873693, + ], + [ + -98.75218303493563, + 41.74037563604642, + ], + [ + -98.29562893534103, + 41.74118135907413, + ], + [ + -98.29132182119392, + 41.480717961649944, + ], + ], + ], + "type": "Polygon", + }, + "id": "31077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31041 { + "geometry": { + "coordinates": [ + [ + [ + -99.22165847697158, + 41.740805354994535, + ], + [ + -99.2123263963195, + 41.74059049552048, + ], + [ + -99.20335324184633, + 41.39412959360544, + ], + [ + -99.20766035599345, + 41.04697039839972, + ], + [ + -99.42624639895973, + 41.046486964583096, + ], + [ + -100.22449822089243, + 41.046594394320124, + ], + [ + -100.251058758133, + 41.39327015570922, + ], + [ + -100.251058758133, + 41.73978477249277, + ], + [ + -99.68682680486043, + 41.74032192117791, + ], + [ + -99.22165847697158, + 41.740805354994535, + ], + ], + ], + "type": "Polygon", + }, + "id": "31041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31113 { + "geometry": { + "coordinates": [ + [ + [ + -100.26541580529006, + 41.73983848736128, + ], + [ + -100.251058758133, + 41.73978477249277, + ], + [ + -100.251058758133, + 41.39327015570922, + ], + [ + -100.71335567659042, + 41.39348501518327, + ], + [ + -100.71156104569579, + 41.739731057624255, + ], + [ + -100.26541580529006, + 41.73983848736128, + ], + ], + ], + "type": "Polygon", + }, + "id": "31113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31175 { + "geometry": { + "coordinates": [ + [ + [ + -98.75900263233524, + 41.74037563604642, + ], + [ + -98.75218303493563, + 41.74037563604642, + ], + [ + -98.75146518257777, + 41.39407587873693, + ], + [ + -99.20335324184633, + 41.39412959360544, + ], + [ + -99.2123263963195, + 41.74059049552048, + ], + [ + -98.75900263233524, + 41.74037563604642, + ], + ], + ], + "type": "Polygon", + }, + "id": "31175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39095 { + "geometry": { + "coordinates": [ + [ + [ + -83.16545478887032, + 41.62316979294896, + ], + [ + -83.41562633558215, + 41.61887260346784, + ], + [ + -83.56996459252058, + 41.6171537276754, + ], + [ + -83.71138150701765, + 41.49554326535979, + ], + [ + -83.88330714672347, + 41.41443381390371, + ], + [ + -83.88294822054455, + 41.487486035082696, + ], + [ + -83.88043573729206, + 41.720071415748144, + ], + [ + -83.76306687678307, + 41.723509167333034, + ], + [ + -83.48274553104142, + 41.732157261163785, + ], + [ + -83.48059197396786, + 41.7322109760323, + ], + [ + -83.46982418860006, + 41.73253326524338, + ], + [ + -83.46408136973723, + 41.7325869801119, + ], + [ + -83.45474928908514, + 41.73290926932298, + ], + [ + -83.16545478887032, + 41.62316979294896, + ], + ], + ], + "type": "Polygon", + }, + "id": "39095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17197 { + "geometry": { + "coordinates": [ + [ + [ + -88.0292634395043, + 41.68547904042515, + ], + [ + -87.91189457899532, + 41.64390373219535, + ], + [ + -87.90938209574283, + 41.5567245005972, + ], + [ + -87.79380786612847, + 41.55860452099518, + ], + [ + -87.79057753051814, + 41.47008241768418, + ], + [ + -87.52604893664925, + 41.46653723636226, + ], + [ + -87.5267667890071, + 41.29819483843951, + ], + [ + -88.01382961381046, + 41.29228620290297, + ], + [ + -88.0116760567369, + 41.20559040512144, + ], + [ + -88.24426022068131, + 41.20129321564032, + ], + [ + -88.25251552279663, + 41.462777195566275, + ], + [ + -88.2614886772698, + 41.7245297498348, + ], + [ + -88.03069914422001, + 41.72893436905295, + ], + [ + -88.0292634395043, + 41.68547904042515, + ], + ], + ], + "type": "Polygon", + }, + "id": "17197", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39123 { + "geometry": { + "coordinates": [ + [ + [ + -83.16545478887032, + 41.62316979294896, + ], + [ + -82.96948109517642, + 41.51976867105959, + ], + [ + -82.83273022100539, + 41.587180831044606, + ], + [ + -82.72720592440098, + 41.50241876852958, + ], + [ + -83.03875384770924, + 41.457513138451915, + ], + [ + -83.05670015665558, + 41.45729827897786, + ], + [ + -83.06208404933948, + 41.457244564109345, + ], + [ + -83.338098280934, + 41.457513138451915, + ], + [ + -83.41454955704536, + 41.50016274405199, + ], + [ + -83.41562633558215, + 41.61887260346784, + ], + [ + -83.16545478887032, + 41.62316979294896, + ], + ], + ], + "type": "Polygon", + }, + "id": "39123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17093 { + "geometry": { + "coordinates": [ + [ + [ + -88.2614886772698, + 41.7245297498348, + ], + [ + -88.25251552279663, + 41.462777195566275, + ], + [ + -88.59564894985043, + 41.45702970463529, + ], + [ + -88.60210962107111, + 41.631388167831595, + ], + [ + -88.60210962107111, + 41.719534267063004, + ], + [ + -88.26184760344871, + 41.72463717957183, + ], + [ + -88.2614886772698, + 41.7245297498348, + ], + ], + ], + "type": "Polygon", + }, + "id": "17093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39051 { + "geometry": { + "coordinates": [ + [ + [ + -83.88294822054455, + 41.487486035082696, + ], + [ + -84.34201480339163, + 41.485498584947685, + ], + [ + -84.3807788307157, + 41.513913750391566, + ], + [ + -84.39944299201989, + 41.70578326072343, + ], + [ + -84.36032003851689, + 41.70658898375114, + ], + [ + -83.88043573729206, + 41.720071415748144, + ], + [ + -83.88294822054455, + 41.487486035082696, + ], + ], + ], + "type": "Polygon", + }, + "id": "39051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39055 { + "geometry": { + "coordinates": [ + [ + [ + -81.00328348701666, + 41.501666760370384, + ], + [ + -81.00328348701666, + 41.347827376946405, + ], + [ + -81.39128268643628, + 41.34825709589452, + ], + [ + -81.39092376025735, + 41.56972349877757, + ], + [ + -81.29580832284182, + 41.569938358251626, + ], + [ + -81.29473154430504, + 41.640841984690056, + ], + [ + -81.10127033386361, + 41.64143284824371, + ], + [ + -81.1023471124004, + 41.71432392481715, + ], + [ + -81.00364241319559, + 41.71512964784486, + ], + [ + -81.00328348701666, + 41.501666760370384, + ], + ], + ], + "type": "Polygon", + }, + "id": "39055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 09011 { + "geometry": { + "coordinates": [ + [ + [ + -71.787494916898, + 41.63992883192532, + ], + [ + -71.78928954779263, + 41.59684950737712, + ], + [ + -71.79754484990795, + 41.41652869377576, + ], + [ + -71.84779451495767, + 41.32961803652017, + ], + [ + -72.00428632896966, + 41.3070040768758, + ], + [ + -72.17728874721226, + 41.322473959007816, + ], + [ + -72.32660203764571, + 41.27735346945609, + ], + [ + -72.43104955571334, + 41.423619056419604, + ], + [ + -72.30542539308904, + 41.43624205052038, + ], + [ + -72.32337170203537, + 41.534217970689845, + ], + [ + -72.43069062953442, + 41.524495579488814, + ], + [ + -72.46658324742708, + 41.58390422406526, + ], + [ + -72.41059076351453, + 41.601791275280405, + ], + [ + -72.23938297616655, + 41.71416278021161, + ], + [ + -72.15324069322418, + 41.665658253943505, + ], + [ + -71.9522420330253, + 41.63434248559986, + ], + [ + -71.787494916898, + 41.63992883192532, + ], + ], + ], + "type": "Polygon", + }, + "id": "09011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18089 { + "geometry": { + "coordinates": [ + [ + [ + -87.2227563154563, + 41.6237069416341, + ], + [ + -87.2188081274881, + 41.242009085973905, + ], + [ + -87.2755184637585, + 41.218643118170334, + ], + [ + -87.41406396882415, + 41.16218879136216, + ], + [ + -87.5267667890071, + 41.16600254702665, + ], + [ + -87.5267667890071, + 41.29819483843951, + ], + [ + -87.52604893664925, + 41.46653723636226, + ], + [ + -87.52389537957569, + 41.70744842164736, + ], + [ + -87.4348816872019, + 41.652927830105696, + ], + [ + -87.2227563154563, + 41.6237069416341, + ], + ], + ], + "type": "Polygon", + }, + "id": "18089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18127 { + "geometry": { + "coordinates": [ + [ + [ + -86.93023147963113, + 41.236959888333594, + ], + [ + -87.13087121365109, + 41.28627013762941, + ], + [ + -87.2188081274881, + 41.242009085973905, + ], + [ + -87.2227563154563, + 41.6237069416341, + ], + [ + -86.93274396288362, + 41.71008045020454, + ], + [ + -86.93023147963113, + 41.236959888333594, + ], + ], + ], + "type": "Polygon", + }, + "id": "18127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39171 { + "geometry": { + "coordinates": [ + [ + [ + -84.34201480339163, + 41.485498584947685, + ], + [ + -84.3416558772127, + 41.42754024182112, + ], + [ + -84.80395279567013, + 41.42598251063421, + ], + [ + -84.80467064802798, + 41.530135640682786, + ], + [ + -84.80610635274368, + 41.69611458439092, + ], + [ + -84.39944299201989, + 41.70578326072343, + ], + [ + -84.3807788307157, + 41.513913750391566, + ], + [ + -84.34201480339163, + 41.485498584947685, + ], + ], + ], + "type": "Polygon", + }, + "id": "39171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31007 { + "geometry": { + "coordinates": [ + [ + [ + -103.37048617918383, + 41.6991226170277, + ], + [ + -103.36905047446812, + 41.43758492223323, + ], + [ + -103.37766470276236, + 41.39461302742207, + ], + [ + -104.05208699296539, + 41.3932164408407, + ], + [ + -104.05244591914432, + 41.56424458218915, + ], + [ + -104.05316377150217, + 41.697887175051875, + ], + [ + -103.37048617918383, + 41.6991226170277, + ], + ], + ], + "type": "Polygon", + }, + "id": "31007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31177 { + "geometry": { + "coordinates": [ + [ + [ + -96.12268984811956, + 41.68300815647351, + ], + [ + -96.08859186112154, + 41.530511644762385, + ], + [ + -95.99670675931634, + 41.50693081748476, + ], + [ + -95.93784286597239, + 41.39074555688906, + ], + [ + -96.32907240100235, + 41.393109011103675, + ], + [ + -96.44392877825885, + 41.523851001066646, + ], + [ + -96.4446466306167, + 41.68359902002717, + ], + [ + -96.12268984811956, + 41.68300815647351, + ], + ], + ], + "type": "Polygon", + }, + "id": "31177", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 44005 { + "geometry": { + "coordinates": [ + [ + [ + [ + -71.21680229240475, + 41.63837110073841, + ], + [ + -71.24731101761351, + 41.48834547297892, + ], + [ + -71.3226855151881, + 41.51547148157847, + ], + [ + -71.21680229240475, + 41.63837110073841, + ], + ], + ], + [ + [ + [ + -71.11953329791565, + 41.497315856020755, + ], + [ + -71.19418994313237, + 41.45713713437232, + ], + [ + -71.19562564784809, + 41.67516578567047, + ], + [ + -71.13245464035701, + 41.6602867670921, + ], + [ + -71.11953329791565, + 41.497315856020755, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "44005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 09001 { + "geometry": { + "coordinates": [ + [ + [ + -73.31041869408345, + 41.468793260839846, + ], + [ + -73.185512383817, + 41.40686001744325, + ], + [ + -73.06491318769767, + 41.29760397488585, + ], + [ + -73.10834325534779, + 41.2315884014822, + ], + [ + -73.1801284911331, + 41.16782885255613, + ], + [ + -73.43317144727634, + 41.05556477736195, + ], + [ + -73.65785923528436, + 40.99191265817291, + ], + [ + -73.72784984017505, + 41.10068526691368, + ], + [ + -73.4827032599682, + 41.2127344826338, + ], + [ + -73.5447974889225, + 41.36635900658372, + ], + [ + -73.5300815155865, + 41.527181322914515, + ], + [ + -73.51823695168193, + 41.66683998105081, + ], + [ + -73.44142674939164, + 41.49129979074719, + ], + [ + -73.31041869408345, + 41.468793260839846, + ], + ], + ], + "type": "Polygon", + }, + "id": "09001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 56021 { + "geometry": { + "coordinates": [ + [ + [ + -104.6532883426674, + 41.65298154497421, + ], + [ + -104.65292941648848, + 41.56499659034834, + ], + [ + -104.05244591914432, + 41.56424458218915, + ], + [ + -104.05208699296539, + 41.3932164408407, + ], + [ + -104.0535226976811, + 41.00136647503137, + ], + [ + -104.94330069524007, + 40.99819729778905, + ], + [ + -105.27710204164178, + 40.99825101265756, + ], + [ + -105.27853774635749, + 41.65663415603316, + ], + [ + -104.6532883426674, + 41.65298154497421, + ], + ], + ], + "type": "Polygon", + }, + "id": "56021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 44009 { + "geometry": { + "coordinates": [ + [ + [ + -71.84779451495767, + 41.32961803652017, + ], + [ + -71.79754484990795, + 41.41652869377576, + ], + [ + -71.78928954779263, + 41.59684950737712, + ], + [ + -71.48527907424183, + 41.60275814291366, + ], + [ + -71.43000444268714, + 41.650779235365135, + ], + [ + -71.42031343585612, + 41.469974987947154, + ], + [ + -71.48456122188398, + 41.37151563396106, + ], + [ + -71.85856230032546, + 41.304801767266724, + ], + [ + -71.84779451495767, + 41.32961803652017, + ], + ], + ], + "type": "Polygon", + }, + "id": "44009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42131 { + "geometry": { + "coordinates": [ + [ + [ + -76.11542678239461, + 41.6521758219465, + ], + [ + -75.72132583793322, + 41.64223857127142, + ], + [ + -75.83474651047402, + 41.427217952610036, + ], + [ + -76.00954355961126, + 41.38456834700995, + ], + [ + -76.28268638177438, + 41.37726312489205, + ], + [ + -76.21987430046224, + 41.542060341492885, + ], + [ + -76.19941550826343, + 41.64669690535807, + ], + [ + -76.11542678239461, + 41.6521758219465, + ], + ], + ], + "type": "Polygon", + }, + "id": "42131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 09007 { + "geometry": { + "coordinates": [ + [ + [ + -72.46658324742708, + 41.58390422406526, + ], + [ + -72.43069062953442, + 41.524495579488814, + ], + [ + -72.32337170203537, + 41.534217970689845, + ], + [ + -72.30542539308904, + 41.43624205052038, + ], + [ + -72.43104955571334, + 41.423619056419604, + ], + [ + -72.35675183667554, + 41.268705375625345, + ], + [ + -72.54734163768555, + 41.262581880614746, + ], + [ + -72.65430163900567, + 41.438229500655396, + ], + [ + -72.74618674081087, + 41.42329676720852, + ], + [ + -72.75228848585263, + 41.57890874129346, + ], + [ + -72.71388338470749, + 41.627681841904135, + ], + [ + -72.50534727475114, + 41.646911764832126, + ], + [ + -72.46658324742708, + 41.58390422406526, + ], + ], + ], + "type": "Polygon", + }, + "id": "09007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 09009 { + "geometry": { + "coordinates": [ + [ + [ + -72.75228848585263, + 41.57890874129346, + ], + [ + -72.74618674081087, + 41.42329676720852, + ], + [ + -72.65430163900567, + 41.438229500655396, + ], + [ + -72.54734163768555, + 41.262581880614746, + ], + [ + -72.54411130207521, + 41.25925155876689, + ], + [ + -72.53657385231776, + 41.255008084154284, + ], + [ + -72.9356997632841, + 41.2581235465281, + ], + [ + -73.10547184591637, + 41.17217975690576, + ], + [ + -73.10834325534779, + 41.2315884014822, + ], + [ + -73.06491318769767, + 41.29760397488585, + ], + [ + -73.185512383817, + 41.40686001744325, + ], + [ + -73.31041869408345, + 41.468793260839846, + ], + [ + -73.15572151096609, + 41.514182324734136, + ], + [ + -72.98307801890242, + 41.63960654271423, + ], + [ + -72.9464675486519, + 41.55677821546571, + ], + [ + -72.75228848585263, + 41.57890874129346, + ], + ], + ], + "type": "Polygon", + }, + "id": "09009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42069 { + "geometry": { + "coordinates": [ + [ + [ + -75.46254006292718, + 41.64159399284925, + ], + [ + -75.4413634183705, + 41.25817726139661, + ], + [ + -75.50597013057728, + 41.23250155424694, + ], + [ + -75.6007266418139, + 41.161544212939994, + ], + [ + -75.64846382361114, + 41.18764963903778, + ], + [ + -75.6857921462195, + 41.33950157232674, + ], + [ + -75.83474651047402, + 41.427217952610036, + ], + [ + -75.72132583793322, + 41.64223857127142, + ], + [ + -75.46254006292718, + 41.64159399284925, + ], + ], + ], + "type": "Polygon", + }, + "id": "42069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36071 { + "geometry": { + "coordinates": [ + [ + [ + -73.95325548054093, + 41.589974004207335, + ], + [ + -73.98161064867614, + 41.43892779394608, + ], + [ + -73.98627668900218, + 41.321292231900514, + ], + [ + -74.23142326920903, + 41.143925736067416, + ], + [ + -74.36530273394864, + 41.20054120748113, + ], + [ + -74.70053978506606, + 41.35454173551065, + ], + [ + -74.75437871190505, + 41.42485449839542, + ], + [ + -74.75222515483148, + 41.49371695983032, + ], + [ + -74.4754930708791, + 41.504621078138655, + ], + [ + -74.3674562910222, + 41.5909945867091, + ], + [ + -74.26408555149135, + 41.632731039544446, + ], + [ + -74.12625789878355, + 41.58256135235241, + ], + [ + -73.95325548054093, + 41.589974004207335, + ], + ], + ], + "type": "Polygon", + }, + "id": "36071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17099 { + "geometry": { + "coordinates": [ + [ + [ + -88.60210962107111, + 41.631388167831595, + ], + [ + -88.59564894985043, + 41.45702970463529, + ], + [ + -88.58631686919834, + 41.10788305929455, + ], + [ + -88.93088600096785, + 41.105788179422504, + ], + [ + -88.93124492714678, + 40.927777105167245, + ], + [ + -89.04753700911898, + 40.92595079963777, + ], + [ + -89.04753700911898, + 41.10476759692074, + ], + [ + -89.16203446019657, + 41.10401558876154, + ], + [ + -89.16382909109119, + 41.31017325411812, + ], + [ + -89.16670050052261, + 41.58497852143553, + ], + [ + -89.16705942670153, + 41.6287024244059, + ], + [ + -88.93878237690423, + 41.6283264203263, + ], + [ + -88.60210962107111, + 41.631388167831595, + ], + ], + ], + "type": "Polygon", + }, + "id": "17099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39035 { + "geometry": { + "coordinates": [ + [ + [ + -81.39092376025735, + 41.56972349877757, + ], + [ + -81.39128268643628, + 41.34825709589452, + ], + [ + -81.3916416126152, + 41.34825709589452, + ], + [ + -81.59587060842443, + 41.35078169471467, + ], + [ + -81.56966899736278, + 41.2777831884042, + ], + [ + -81.68488430079822, + 41.27708489511352, + ], + [ + -81.87798658506071, + 41.275043730109985, + ], + [ + -81.87690980652394, + 41.3505131203721, + ], + [ + -81.97130739158162, + 41.351265128531296, + ], + [ + -81.96843598215021, + 41.50494336734974, + ], + [ + -81.74482497267896, + 41.4871100310031, + ], + [ + -81.48855168092538, + 41.63128073809457, + ], + [ + -81.39092376025735, + 41.56972349877757, + ], + ], + ], + "type": "Polygon", + }, + "id": "39035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42047 { + "geometry": { + "coordinates": [ + [ + [ + -78.41901499874534, + 41.60216727936, + ], + [ + -78.42009177728212, + 41.404926282176746, + ], + [ + -78.25390895643912, + 41.40471142270269, + ], + [ + -78.2373983522085, + 41.23051410411192, + ], + [ + -78.64657419618479, + 41.25377264217846, + ], + [ + -78.7101041298548, + 41.201776649456946, + ], + [ + -78.73522896237965, + 41.26285045495732, + ], + [ + -78.95919889802984, + 41.362115531971114, + ], + [ + -79.095231919843, + 41.34084444403959, + ], + [ + -79.06364641609747, + 41.453215948970794, + ], + [ + -78.9588399718509, + 41.43699405867957, + ], + [ + -78.9559685624195, + 41.623814371371125, + ], + [ + -78.4832627847732, + 41.62988415151321, + ], + [ + -78.41901499874534, + 41.60216727936, + ], + ], + ], + "type": "Polygon", + }, + "id": "42047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42053 { + "geometry": { + "coordinates": [ + [ + [ + -78.9559685624195, + 41.623814371371125, + ], + [ + -78.9588399718509, + 41.43699405867957, + ], + [ + -79.06364641609747, + 41.453215948970794, + ], + [ + -79.095231919843, + 41.34084444403959, + ], + [ + -79.20901151856273, + 41.331927775866276, + ], + [ + -79.2072168876681, + 41.43070941906345, + ], + [ + -79.40031917193059, + 41.43624205052038, + ], + [ + -79.47784722657873, + 41.386448367407944, + ], + [ + -79.51194521357675, + 41.62451266466181, + ], + [ + -78.9559685624195, + 41.623814371371125, + ], + ], + ], + "type": "Polygon", + }, + "id": "42053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42121 { + "geometry": { + "coordinates": [ + [ + [ + -79.47784722657873, + 41.386448367407944, + ], + [ + -79.47820615275765, + 41.33568781666225, + ], + [ + -79.60418924156089, + 41.32150709137456, + ], + [ + -79.69499756482931, + 41.172824335327924, + ], + [ + -79.99972589073796, + 41.17185746769468, + ], + [ + -79.99972589073796, + 41.49006434877137, + ], + [ + -79.82887702956891, + 41.62198806584165, + ], + [ + -79.61280346985512, + 41.623814371371125, + ], + [ + -79.51194521357675, + 41.62451266466181, + ], + [ + -79.47784722657873, + 41.386448367407944, + ], + ], + ], + "type": "Polygon", + }, + "id": "42121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39043 { + "geometry": { + "coordinates": [ + [ + [ + -82.3478209532756, + 41.42684194853044, + ], + [ + -82.34207813441277, + 41.2835306793352, + ], + [ + -82.84134444929963, + 41.28997646355687, + ], + [ + -82.8478051205203, + 41.42990369603574, + ], + [ + -82.9016440473593, + 41.43044084472088, + ], + [ + -82.81083572409088, + 41.47475561124489, + ], + [ + -82.67300807138307, + 41.45289365975971, + ], + [ + -82.6748027022777, + 41.44467528487708, + ], + [ + -82.50251813639295, + 41.38172145897872, + ], + [ + -82.3478209532756, + 41.42684194853044, + ], + ], + ], + "type": "Polygon", + }, + "id": "39043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39173 { + "geometry": { + "coordinates": [ + [ + [ + -83.41562633558215, + 41.61887260346784, + ], + [ + -83.41454955704536, + 41.50016274405199, + ], + [ + -83.41993344972927, + 41.25398750165252, + ], + [ + -83.42101022826604, + 41.16675455518585, + ], + [ + -83.88115358964991, + 41.16777513768761, + ], + [ + -83.88330714672347, + 41.41443381390371, + ], + [ + -83.71138150701765, + 41.49554326535979, + ], + [ + -83.56996459252058, + 41.6171537276754, + ], + [ + -83.41562633558215, + 41.61887260346784, + ], + ], + ], + "type": "Polygon", + }, + "id": "39173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42023 { + "geometry": { + "coordinates": [ + [ + [ + -78.20330036521047, + 41.61817431017717, + ], + [ + -78.05039781298775, + 41.475400189667056, + ], + [ + -77.98902143639131, + 41.47475561124489, + ], + [ + -77.98866251021238, + 41.369098464877936, + ], + [ + -78.09346895445894, + 41.216924242377885, + ], + [ + -78.2373983522085, + 41.23051410411192, + ], + [ + -78.25390895643912, + 41.40471142270269, + ], + [ + -78.42009177728212, + 41.404926282176746, + ], + [ + -78.41901499874534, + 41.60216727936, + ], + [ + -78.20330036521047, + 41.61817431017717, + ], + ], + ], + "type": "Polygon", + }, + "id": "42023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42103 { + "geometry": { + "coordinates": [ + [ + [ + -74.75437871190505, + 41.42485449839542, + ], + [ + -74.70053978506606, + 41.35454173551065, + ], + [ + -74.83836743777387, + 41.27724603971906, + ], + [ + -74.99162891617551, + 41.09219831768847, + ], + [ + -75.15709388466065, + 41.150156660815036, + ], + [ + -75.12766193798868, + 41.25269834480818, + ], + [ + -75.35845147103846, + 41.239484487153746, + ], + [ + -75.06987482318151, + 41.60195241988595, + ], + [ + -74.9819379093445, + 41.47948251967412, + ], + [ + -74.75437871190505, + 41.42485449839542, + ], + ], + ], + "type": "Polygon", + }, + "id": "42103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19139 { + "geometry": { + "coordinates": [ + [ + [ + -91.36655905116356, + 41.598299808826994, + ], + [ + -90.89995501855903, + 41.59711808171969, + ], + [ + -90.78366293658681, + 41.59652721816604, + ], + [ + -90.7861754198393, + 41.45289365975971, + ], + [ + -91.03993622834038, + 41.41851614391078, + ], + [ + -91.07188065826485, + 41.33359293679021, + ], + [ + -91.3697893867739, + 41.33606382074185, + ], + [ + -91.3683536820582, + 41.42313562260298, + ], + [ + -91.36655905116356, + 41.598299808826994, + ], + ], + ], + "type": "Polygon", + }, + "id": "19139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42081 { + "geometry": { + "coordinates": [ + [ + [ + -76.81389712658572, + 41.59018886368139, + ], + [ + -76.75108504527357, + 41.40669887283771, + ], + [ + -76.59279860036695, + 41.30437204831861, + ], + [ + -76.44743349790168, + 41.275580878795125, + ], + [ + -76.64089470834311, + 41.15568929227197, + ], + [ + -76.7327798101483, + 41.17201861230022, + ], + [ + -76.8960912215599, + 41.138983968164126, + ], + [ + -76.97792639035515, + 41.087901128207356, + ], + [ + -77.14410921119816, + 41.0688323498849, + ], + [ + -77.52744237029174, + 41.35900006959731, + ], + [ + -77.59815082754027, + 41.47856936690938, + ], + [ + -77.59958653225598, + 41.54227520096694, + ], + [ + -76.96033900758775, + 41.551353013745796, + ], + [ + -76.87491457700322, + 41.59668836277158, + ], + [ + -76.81389712658572, + 41.59018886368139, + ], + ], + ], + "type": "Polygon", + }, + "id": "42081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42113 { + "geometry": { + "coordinates": [ + [ + [ + -76.44743349790168, + 41.275580878795125, + ], + [ + -76.59279860036695, + 41.30437204831861, + ], + [ + -76.75108504527357, + 41.40669887283771, + ], + [ + -76.81389712658572, + 41.59018886368139, + ], + [ + -76.21987430046224, + 41.542060341492885, + ], + [ + -76.28268638177438, + 41.37726312489205, + ], + [ + -76.31068262373066, + 41.308669237799734, + ], + [ + -76.44743349790168, + 41.275580878795125, + ], + ], + ], + "type": "Polygon", + }, + "id": "42113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17011 { + "geometry": { + "coordinates": [ + [ + [ + -89.16670050052261, + 41.58497852143553, + ], + [ + -89.16382909109119, + 41.31017325411812, + ], + [ + -89.33611365697595, + 41.30071943725966, + ], + [ + -89.35657244917476, + 41.233253562406134, + ], + [ + -89.46640385992629, + 41.23384442595979, + ], + [ + -89.46640385992629, + 41.148545214759615, + ], + [ + -89.63832949963212, + 41.14859892962813, + ], + [ + -89.63868842581105, + 41.23384442595979, + ], + [ + -89.85763339495625, + 41.234489004381956, + ], + [ + -89.86265836146123, + 41.5840653686708, + ], + [ + -89.63150990223252, + 41.58492480656702, + ], + [ + -89.16670050052261, + 41.58497852143553, + ], + ], + ], + "type": "Polygon", + }, + "id": "17011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17073 { + "geometry": { + "coordinates": [ + [ + [ + -89.86265836146123, + 41.5840653686708, + ], + [ + -89.85763339495625, + 41.234489004381956, + ], + [ + -89.86876010650298, + 41.14897493370773, + ], + [ + -89.98469326229626, + 41.149350937787325, + ], + [ + -90.4376581001016, + 41.151177243316795, + ], + [ + -90.43370991213341, + 41.32693229309447, + ], + [ + -90.43191528123877, + 41.45681484516123, + ], + [ + -90.19610078168401, + 41.540341465700436, + ], + [ + -90.18569192249514, + 41.584656232224454, + ], + [ + -89.86265836146123, + 41.5840653686708, + ], + ], + ], + "type": "Polygon", + }, + "id": "17073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 56041 { + "geometry": { + "coordinates": [ + [ + [ + -110.0483077381127, + 41.57740472497507, + ], + [ + -110.0483077381127, + 40.99766014910391, + ], + [ + -111.04684036788642, + 40.99792872344648, + ], + [ + -111.0464814417075, + 41.251677762306414, + ], + [ + -111.04576358934965, + 41.5798218940582, + ], + [ + -110.0483077381127, + 41.57740472497507, + ], + ], + ], + "type": "Polygon", + }, + "id": "56041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18033 { + "geometry": { + "coordinates": [ + [ + [ + -84.80395279567013, + 41.42598251063421, + ], + [ + -84.8035938694912, + 41.27128368931402, + ], + [ + -85.19195199508975, + 41.26413961180165, + ], + [ + -85.19410555216331, + 41.52642931475532, + ], + [ + -84.80467064802798, + 41.530135640682786, + ], + [ + -84.80395279567013, + 41.42598251063421, + ], + ], + ], + "type": "Polygon", + }, + "id": "18033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18113 { + "geometry": { + "coordinates": [ + [ + [ + -85.19410555216331, + 41.52642931475532, + ], + [ + -85.19195199508975, + 41.26413961180165, + ], + [ + -85.30788515088304, + 41.26408589693314, + ], + [ + -85.53723897921711, + 41.26612706193667, + ], + [ + -85.65245428265254, + 41.29475708685462, + ], + [ + -85.65353106118933, + 41.43677919920552, + ], + [ + -85.6546078397261, + 41.52326013751299, + ], + [ + -85.19410555216331, + 41.52642931475532, + ], + ], + ], + "type": "Polygon", + }, + "id": "18113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31125 { + "geometry": { + "coordinates": [ + [ + [ + -97.70375966629112, + 41.39488160176464, + ], + [ + -97.70591322336467, + 41.30909895674784, + ], + [ + -98.05299483838667, + 41.29309192593068, + ], + [ + -98.27588799550007, + 41.264300756407195, + ], + [ + -98.2870147070468, + 41.393914734131386, + ], + [ + -98.29132182119392, + 41.39386101926287, + ], + [ + -98.29132182119392, + 41.480717961649944, + ], + [ + -98.10001416782605, + 41.48077167651846, + ], + [ + -97.82974275509434, + 41.52616074041275, + ], + [ + -97.70375966629112, + 41.52680531883492, + ], + [ + -97.70375966629112, + 41.39488160176464, + ], + ], + ], + "type": "Polygon", + }, + "id": "31125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36079 { + "geometry": { + "coordinates": [ + [ + [ + -73.9798160177815, + 41.32199052519119, + ], + [ + -73.98627668900218, + 41.321023657557944, + ], + [ + -73.98627668900218, + 41.321292231900514, + ], + [ + -73.98161064867614, + 41.43892779394608, + ], + [ + -73.93387346687891, + 41.48823804324189, + ], + [ + -73.5300815155865, + 41.527181322914515, + ], + [ + -73.5447974889225, + 41.36635900658372, + ], + [ + -73.9798160177815, + 41.32199052519119, + ], + ], + ], + "type": "Polygon", + }, + "id": "36079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 25007 { + "geometry": { + "coordinates": [ + [ + [ + -70.59801355993534, + 41.45251765568011, + ], + [ + -70.46449302137466, + 41.348364525631546, + ], + [ + -70.7419429576849, + 41.33418380034386, + ], + [ + -70.7013842994662, + 41.43301915840954, + ], + [ + -70.59801355993534, + 41.45251765568011, + ], + ], + ], + "type": "Polygon", + }, + "id": "25007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39093 { + "geometry": { + "coordinates": [ + [ + [ + -81.96843598215021, + 41.50494336734974, + ], + [ + -81.97130739158162, + 41.351265128531296, + ], + [ + -81.87690980652394, + 41.3505131203721, + ], + [ + -81.87798658506071, + 41.275043730109985, + ], + [ + -81.9723841701184, + 41.275312304452555, + ], + [ + -81.97453772719196, + 41.199950343927476, + ], + [ + -82.07252457403892, + 41.19984291419045, + ], + [ + -82.16979356852802, + 41.13705023289763, + ], + [ + -82.17158819942264, + 41.06351457790202, + ], + [ + -82.33633531554995, + 41.06571688751109, + ], + [ + -82.34207813441277, + 41.2835306793352, + ], + [ + -82.3478209532756, + 41.42684194853044, + ], + [ + -82.01186604980033, + 41.515632626184015, + ], + [ + -81.96843598215021, + 41.50494336734974, + ], + ], + ], + "type": "Polygon", + }, + "id": "39093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19183 { + "geometry": { + "coordinates": [ + [ + [ + -91.48392791167255, + 41.42378020102514, + ], + [ + -91.48572254256719, + 41.16240365083622, + ], + [ + -91.71579422325912, + 41.16283336978433, + ], + [ + -91.94550697777213, + 41.163531663075005, + ], + [ + -91.94622483012998, + 41.510690858280725, + ], + [ + -91.82921489579992, + 41.51138915157141, + ], + [ + -91.52125623428091, + 41.510959432623295, + ], + [ + -91.48392791167255, + 41.42378020102514, + ], + ], + ], + "type": "Polygon", + }, + "id": "19183", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19181 { + "geometry": { + "coordinates": [ + [ + [ + -93.32880847135513, + 41.490923786667594, + ], + [ + -93.32809061899728, + 41.160631060175255, + ], + [ + -93.55744444733136, + 41.161275638597424, + ], + [ + -93.78931075891792, + 41.16202764675662, + ], + [ + -93.79110538981256, + 41.51187258538803, + ], + [ + -93.32880847135513, + 41.490923786667594, + ], + ], + ], + "type": "Polygon", + }, + "id": "19181", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19107 { + "geometry": { + "coordinates": [ + [ + [ + -91.94622483012998, + 41.510690858280725, + ], + [ + -91.94550697777213, + 41.163531663075005, + ], + [ + -92.17988577261117, + 41.16267222517879, + ], + [ + -92.41031637948204, + 41.16192021701959, + ], + [ + -92.41211101037666, + 41.50956284604194, + ], + [ + -92.2976135592991, + 41.509777705515994, + ], + [ + -91.94622483012998, + 41.510690858280725, + ], + ], + ], + "type": "Polygon", + }, + "id": "19107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19121 { + "geometry": { + "coordinates": [ + [ + [ + -93.78931075891792, + 41.16202764675662, + ], + [ + -94.01435747310488, + 41.15676358964225, + ], + [ + -94.24155774436541, + 41.15713959372185, + ], + [ + -94.24155774436541, + 41.5036542105054, + ], + [ + -93.79110538981256, + 41.51187258538803, + ], + [ + -93.78931075891792, + 41.16202764675662, + ], + ], + ], + "type": "Polygon", + }, + "id": "19121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19123 { + "geometry": { + "coordinates": [ + [ + [ + -92.41211101037666, + 41.50956284604194, + ], + [ + -92.41031637948204, + 41.16192021701959, + ], + [ + -92.6407469863529, + 41.161275638597424, + ], + [ + -92.86974188850805, + 41.16084591964931, + ], + [ + -92.87153651940268, + 41.50848854867166, + ], + [ + -92.75668014214618, + 41.50881083788274, + ], + [ + -92.41211101037666, + 41.50956284604194, + ], + ], + ], + "type": "Polygon", + }, + "id": "19123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19125 { + "geometry": { + "coordinates": [ + [ + [ + -92.87153651940268, + 41.50848854867166, + ], + [ + -92.86974188850805, + 41.16084591964931, + ], + [ + -93.09909571684213, + 41.16073848991228, + ], + [ + -93.32809061899728, + 41.160631060175255, + ], + [ + -93.32880847135513, + 41.490923786667594, + ], + [ + -93.32880847135513, + 41.507790255380975, + ], + [ + -92.87153651940268, + 41.50848854867166, + ], + ], + ], + "type": "Polygon", + }, + "id": "19125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19155 { + "geometry": { + "coordinates": [ + [ + [ + -95.49815829678734, + 41.50607137958853, + ], + [ + -95.1546659435546, + 41.50521194169231, + ], + [ + -95.15610164827031, + 41.1592344735939, + ], + [ + -95.38437869806761, + 41.159986481753094, + ], + [ + -95.88041467734413, + 41.159879052016066, + ], + [ + -95.92348581881532, + 41.190765101411586, + ], + [ + -95.89190031506978, + 41.320379079135776, + ], + [ + -95.93784286597239, + 41.39074555688906, + ], + [ + -95.99670675931634, + 41.50693081748476, + ], + [ + -95.49815829678734, + 41.50607137958853, + ], + ], + ], + "type": "Polygon", + }, + "id": "19155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19029 { + "geometry": { + "coordinates": [ + [ + [ + -95.04088634483487, + 41.50467479300717, + ], + [ + -94.7006243272125, + 41.50413764432203, + ], + [ + -94.7006243272125, + 41.15805274648659, + ], + [ + -94.92782459847301, + 41.1584824654347, + ], + [ + -95.15610164827031, + 41.1592344735939, + ], + [ + -95.1546659435546, + 41.50521194169231, + ], + [ + -95.04088634483487, + 41.50467479300717, + ], + ], + ], + "type": "Polygon", + }, + "id": "19029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19001 { + "geometry": { + "coordinates": [ + [ + [ + -94.7006243272125, + 41.50413764432203, + ], + [ + -94.24155774436541, + 41.5036542105054, + ], + [ + -94.24155774436541, + 41.15713959372185, + ], + [ + -94.47055264652056, + 41.15756931266996, + ], + [ + -94.7006243272125, + 41.15805274648659, + ], + [ + -94.7006243272125, + 41.50413764432203, + ], + ], + ], + "type": "Polygon", + }, + "id": "19001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39155 { + "geometry": { + "coordinates": [ + [ + [ + -80.51945099782364, + 41.499410735892795, + ], + [ + -80.51945099782364, + 41.48899005140109, + ], + [ + -80.5190920716447, + 41.13323647723314, + ], + [ + -80.99969422522739, + 41.13420334486639, + ], + [ + -81.00328348701666, + 41.347827376946405, + ], + [ + -81.00328348701666, + 41.501666760370384, + ], + [ + -80.51945099782364, + 41.499410735892795, + ], + ], + ], + "type": "Polygon", + }, + "id": "39155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39143 { + "geometry": { + "coordinates": [ + [ + [ + -83.06208404933948, + 41.457244564109345, + ], + [ + -82.9016440473593, + 41.43044084472088, + ], + [ + -82.8478051205203, + 41.42990369603574, + ], + [ + -82.84134444929963, + 41.28997646355687, + ], + [ + -82.84026767076286, + 41.25533037336537, + ], + [ + -83.41993344972927, + 41.25398750165252, + ], + [ + -83.41454955704536, + 41.50016274405199, + ], + [ + -83.338098280934, + 41.457513138451915, + ], + [ + -83.06208404933948, + 41.457244564109345, + ], + ], + ], + "type": "Polygon", + }, + "id": "39143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42085 { + "geometry": { + "coordinates": [ + [ + [ + -79.99972589073796, + 41.49006434877137, + ], + [ + -79.99972589073796, + 41.17185746769468, + ], + [ + -80.09699488522706, + 41.06979921751815, + ], + [ + -80.14724455027678, + 41.113791694831086, + ], + [ + -80.51945099782364, + 41.12458838340239, + ], + [ + -80.5190920716447, + 41.13323647723314, + ], + [ + -80.51945099782364, + 41.48899005140109, + ], + [ + -79.99972589073796, + 41.49006434877137, + ], + ], + ], + "type": "Polygon", + }, + "id": "42085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39069 { + "geometry": { + "coordinates": [ + [ + [ + -83.88294822054455, + 41.487486035082696, + ], + [ + -83.88330714672347, + 41.41443381390371, + ], + [ + -83.88115358964991, + 41.16777513768761, + ], + [ + -84.2282352046719, + 41.165787687552594, + ], + [ + -84.22859413085084, + 41.42780881616369, + ], + [ + -84.3416558772127, + 41.42754024182112, + ], + [ + -84.34201480339163, + 41.485498584947685, + ], + [ + -83.88294822054455, + 41.487486035082696, + ], + ], + ], + "type": "Polygon", + }, + "id": "39069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18099 { + "geometry": { + "coordinates": [ + [ + [ + -86.05947656955527, + 41.47910651559452, + ], + [ + -86.05911764337635, + 41.43581233157227, + ], + [ + -86.05409267687138, + 41.17314662453901, + ], + [ + -86.07742287850161, + 41.172824335327924, + ], + [ + -86.46721670881585, + 41.17142774874657, + ], + [ + -86.466498856458, + 41.43291172867252, + ], + [ + -86.46721670881585, + 41.47642077216882, + ], + [ + -86.05947656955527, + 41.47910651559452, + ], + ], + ], + "type": "Polygon", + }, + "id": "18099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42035 { + "geometry": { + "coordinates": [ + [ + [ + -77.59815082754027, + 41.47856936690938, + ], + [ + -77.52744237029174, + 41.35900006959731, + ], + [ + -77.14410921119816, + 41.0688323498849, + ], + [ + -77.14410921119816, + 41.044338369842535, + ], + [ + -77.50841928280863, + 40.96290662917537, + ], + [ + -77.57302599501541, + 41.068241486331246, + ], + [ + -77.7417212991109, + 41.10750705521495, + ], + [ + -77.7890995547292, + 41.1823318670549, + ], + [ + -77.89282922043898, + 41.17819582217932, + ], + [ + -77.89785418694396, + 41.25151661770087, + ], + [ + -78.0374764705464, + 41.15166067713342, + ], + [ + -78.09346895445894, + 41.216924242377885, + ], + [ + -77.98866251021238, + 41.369098464877936, + ], + [ + -77.98902143639131, + 41.47475561124489, + ], + [ + -77.59815082754027, + 41.47856936690938, + ], + ], + ], + "type": "Polygon", + }, + "id": "42035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06023 { + "geometry": { + "coordinates": [ + [ + [ + -123.66165985243971, + 41.382097463058315, + ], + [ + -123.47537716557682, + 41.367487018822516, + ], + [ + -123.40825797011755, + 41.17991469797177, + ], + [ + -123.45778978280941, + 41.06818777146273, + ], + [ + -123.40718119158078, + 41.02967421073822, + ], + [ + -123.4818378367975, + 40.91483182185538, + ], + [ + -123.62038334186316, + 40.93159086083173, + ], + [ + -123.54213743485717, + 40.73198640943386, + ], + [ + -123.54429099193072, + 40.00184020172361, + ], + [ + -124.02309851461877, + 40.00119562330144, + ], + [ + -124.11031757609793, + 40.10330758834648, + ], + [ + -124.36264267988331, + 40.259832715196154, + ], + [ + -124.40894415696484, + 40.44310784656579, + ], + [ + -124.27003972572025, + 40.699327769377376, + ], + [ + -124.22266147010194, + 40.684287606193465, + ], + [ + -124.11211220699256, + 41.02607531454779, + ], + [ + -124.15913153643194, + 41.073022109628994, + ], + [ + -124.06581072991104, + 41.46471093083278, + ], + [ + -123.77185018937017, + 41.465570368729004, + ], + [ + -123.77041448465447, + 41.38113059542506, + ], + [ + -123.66165985243971, + 41.382097463058315, + ], + ], + ], + "type": "Polygon", + }, + "id": "06023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17063 { + "geometry": { + "coordinates": [ + [ + [ + -88.24426022068131, + 41.20129321564032, + ], + [ + -88.25179767043878, + 41.11389912456811, + ], + [ + -88.58631686919834, + 41.10788305929455, + ], + [ + -88.59564894985043, + 41.45702970463529, + ], + [ + -88.25251552279663, + 41.462777195566275, + ], + [ + -88.24426022068131, + 41.20129321564032, + ], + ], + ], + "type": "Polygon", + }, + "id": "17063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31023 { + "geometry": { + "coordinates": [ + [ + [ + -96.90586677053734, + 41.456438841081635, + ], + [ + -96.90586677053734, + 41.453377093576336, + ], + [ + -96.90837925378983, + 41.046057245634984, + ], + [ + -96.91089173704232, + 41.0461109605035, + ], + [ + -97.36816368899477, + 41.04691668353121, + ], + [ + -97.36816368899477, + 41.39638561808302, + ], + [ + -97.25402516409612, + 41.384192342930355, + ], + [ + -97.17829174034262, + 41.37677969107543, + ], + [ + -96.90586677053734, + 41.456438841081635, + ], + ], + ], + "type": "Polygon", + }, + "id": "31023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31155 { + "geometry": { + "coordinates": [ + [ + [ + -96.47084824167834, + 41.3932164408407, + ], + [ + -96.32727777010771, + 41.189959378383875, + ], + [ + -96.3190224679924, + 41.0449829482647, + ], + [ + -96.46402864427874, + 41.01597691926716, + ], + [ + -96.46402864427874, + 41.04509037800173, + ], + [ + -96.90837925378983, + 41.046057245634984, + ], + [ + -96.90586677053734, + 41.453377093576336, + ], + [ + -96.56991186706207, + 41.43334144762063, + ], + [ + -96.47084824167834, + 41.3932164408407, + ], + ], + ], + "type": "Polygon", + }, + "id": "31155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18085 { + "geometry": { + "coordinates": [ + [ + [ + -85.65353106118933, + 41.43677919920552, + ], + [ + -85.65245428265254, + 41.29475708685462, + ], + [ + -85.684398712577, + 41.04670182405715, + ], + [ + -85.94569697083556, + 41.04288806839266, + ], + [ + -86.07634609996482, + 41.08489309557058, + ], + [ + -86.07742287850161, + 41.172824335327924, + ], + [ + -86.05409267687138, + 41.17314662453901, + ], + [ + -86.05911764337635, + 41.43581233157227, + ], + [ + -85.65353106118933, + 41.43677919920552, + ], + ], + ], + "type": "Polygon", + }, + "id": "18085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31033 { + "geometry": { + "coordinates": [ + [ + [ + -102.63684106945792, + 41.43898150881459, + ], + [ + -102.61063945839628, + 41.221597435938605, + ], + [ + -102.62104831758515, + 41.00238705753313, + ], + [ + -102.65371059986747, + 41.00233334266462, + ], + [ + -103.3823307430884, + 41.002279627796106, + ], + [ + -103.37766470276236, + 41.39461302742207, + ], + [ + -103.36905047446812, + 41.43758492223323, + ], + [ + -102.63684106945792, + 41.43898150881459, + ], + ], + ], + "type": "Polygon", + }, + "id": "31033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42031 { + "geometry": { + "coordinates": [ + [ + [ + -79.20901151856273, + 41.331927775866276, + ], + [ + -79.21511326360448, + 41.0503544351161, + ], + [ + -79.2815146067059, + 41.00894027149184, + ], + [ + -79.52163622040777, + 40.975153619196554, + ], + [ + -79.66556561815733, + 41.05008586077353, + ], + [ + -79.69069045068218, + 41.170729455455884, + ], + [ + -79.69499756482931, + 41.172824335327924, + ], + [ + -79.60418924156089, + 41.32150709137456, + ], + [ + -79.47820615275765, + 41.33568781666225, + ], + [ + -79.47784722657873, + 41.386448367407944, + ], + [ + -79.40031917193059, + 41.43624205052038, + ], + [ + -79.2072168876681, + 41.43070941906345, + ], + [ + -79.20901151856273, + 41.331927775866276, + ], + ], + ], + "type": "Polygon", + }, + "id": "42031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49057 { + "geometry": { + "coordinates": [ + [ + [ + -111.8852919218589, + 41.42635851471381, + ], + [ + -111.72628762459442, + 41.3759202531792, + ], + [ + -111.66634695271368, + 41.42872196892843, + ], + [ + -111.51093191723848, + 41.42302819286595, + ], + [ + -111.42048252014898, + 41.36141723868044, + ], + [ + -111.49657487008142, + 41.22680777818445, + ], + [ + -111.65773272441945, + 41.18593076324533, + ], + [ + -111.80596923631612, + 41.215581370665035, + ], + [ + -111.85621890136584, + 41.138983968164126, + ], + [ + -112.1893023954097, + 41.152788689372215, + ], + [ + -112.4933128689605, + 41.07667472068794, + ], + [ + -112.23811635574371, + 41.33670839916402, + ], + [ + -112.0285034672506, + 41.33643982482145, + ], + [ + -111.95887178853884, + 41.43382488143725, + ], + [ + -111.8852919218589, + 41.42635851471381, + ], + ], + ], + "type": "Polygon", + }, + "id": "49057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18149 { + "geometry": { + "coordinates": [ + [ + [ + -86.466498856458, + 41.43291172867252, + ], + [ + -86.46721670881585, + 41.17142774874657, + ], + [ + -86.93023147963113, + 41.172340901511305, + ], + [ + -86.93023147963113, + 41.236959888333594, + ], + [ + -86.7837895986291, + 41.285571844338726, + ], + [ + -86.70087765129706, + 41.40229425361956, + ], + [ + -86.52500382362304, + 41.43285801380401, + ], + [ + -86.466498856458, + 41.43291172867252, + ], + ], + ], + "type": "Polygon", + }, + "id": "18149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42079 { + "geometry": { + "coordinates": [ + [ + [ + -75.6007266418139, + 41.161544212939994, + ], + [ + -75.64918167596899, + 41.12222492918778, + ], + [ + -75.76726838883583, + 41.09101659058116, + ], + [ + -75.73209362330103, + 41.00813454846413, + ], + [ + -75.99734006952777, + 40.91295180145739, + ], + [ + -76.20767081037873, + 40.94969277152094, + ], + [ + -76.2288474549354, + 41.13844681947899, + ], + [ + -76.31893792584597, + 41.20494582669927, + ], + [ + -76.31068262373066, + 41.308669237799734, + ], + [ + -76.28268638177438, + 41.37726312489205, + ], + [ + -76.00954355961126, + 41.38456834700995, + ], + [ + -75.83474651047402, + 41.427217952610036, + ], + [ + -75.6857921462195, + 41.33950157232674, + ], + [ + -75.64846382361114, + 41.18764963903778, + ], + [ + -75.6007266418139, + 41.161544212939994, + ], + ], + ], + "type": "Polygon", + }, + "id": "42079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39039 { + "geometry": { + "coordinates": [ + [ + [ + -84.2282352046719, + 41.165787687552594, + ], + [ + -84.3416558772127, + 41.16546539834151, + ], + [ + -84.45830688536384, + 41.25339663809886, + ], + [ + -84.8035938694912, + 41.252483485334125, + ], + [ + -84.8035938694912, + 41.27128368931402, + ], + [ + -84.80395279567013, + 41.42598251063421, + ], + [ + -84.3416558772127, + 41.42754024182112, + ], + [ + -84.22859413085084, + 41.42780881616369, + ], + [ + -84.2282352046719, + 41.165787687552594, + ], + ], + ], + "type": "Polygon", + }, + "id": "39039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19115 { + "geometry": { + "coordinates": [ + [ + [ + -91.3683536820582, + 41.42313562260298, + ], + [ + -91.3697893867739, + 41.33606382074185, + ], + [ + -91.07188065826485, + 41.33359293679021, + ], + [ + -91.07188065826485, + 41.333378077316155, + ], + [ + -91.11315716884141, + 41.23991420610186, + ], + [ + -90.98968656329066, + 41.15568929227197, + ], + [ + -90.94912790507196, + 41.07269982041791, + ], + [ + -91.37086616531069, + 41.07409640699927, + ], + [ + -91.37014831295284, + 41.16073848991228, + ], + [ + -91.48572254256719, + 41.16240365083622, + ], + [ + -91.48392791167255, + 41.42378020102514, + ], + [ + -91.3683536820582, + 41.42313562260298, + ], + ], + ], + "type": "Polygon", + }, + "id": "19115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31101 { + "geometry": { + "coordinates": [ + [ + [ + -101.26969125392661, + 41.39493531663315, + ], + [ + -101.27040910628446, + 41.047400117347834, + ], + [ + -101.25030924026457, + 41.00389107385152, + ], + [ + -102.0517913978076, + 41.003837358983006, + ], + [ + -102.05538065959688, + 41.22154372107009, + ], + [ + -102.05538065959688, + 41.39515017610721, + ], + [ + -101.98467220234834, + 41.394720457159096, + ], + [ + -101.40715998045549, + 41.39541875044978, + ], + [ + -101.26969125392661, + 41.39493531663315, + ], + ], + ], + "type": "Polygon", + }, + "id": "31101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31111 { + "geometry": { + "coordinates": [ + [ + [ + -100.71335567659042, + 41.39348501518327, + ], + [ + -100.251058758133, + 41.39327015570922, + ], + [ + -100.22449822089243, + 41.046594394320124, + ], + [ + -100.22342144235564, + 40.700240922142115, + ], + [ + -100.7779623887972, + 40.70013349240509, + ], + [ + -101.24779675701208, + 40.69777003819047, + ], + [ + -101.25030924026457, + 41.00389107385152, + ], + [ + -101.27040910628446, + 41.047400117347834, + ], + [ + -101.26969125392661, + 41.39493531663315, + ], + [ + -100.71335567659042, + 41.39348501518327, + ], + ], + ], + "type": "Polygon", + }, + "id": "31111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 25019 { + "geometry": { + "coordinates": [ + [ + [ + -70.00901570031684, + 41.35201713669049, + ], + [ + -69.96558563266673, + 41.25280577454521, + ], + [ + -70.11777033253159, + 41.24222394544796, + ], + [ + -70.00901570031684, + 41.35201713669049, + ], + ], + ], + "type": "Polygon", + }, + "id": "25019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31143 { + "geometry": { + "coordinates": [ + [ + [ + -97.36816368899477, + 41.04691668353121, + ], + [ + -97.82615349330507, + 41.046594394320124, + ], + [ + -97.82830705037864, + 41.173630058355634, + ], + [ + -97.59895322204456, + 41.33300207323656, + ], + [ + -97.36816368899477, + 41.39638561808302, + ], + [ + -97.36816368899477, + 41.04691668353121, + ], + ], + ], + "type": "Polygon", + }, + "id": "31143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31105 { + "geometry": { + "coordinates": [ + [ + [ + -103.37766470276236, + 41.39461302742207, + ], + [ + -103.3823307430884, + 41.002279627796106, + ], + [ + -103.57435624881413, + 41.001742479110966, + ], + [ + -104.0535226976811, + 41.00136647503137, + ], + [ + -104.05208699296539, + 41.3932164408407, + ], + [ + -103.37766470276236, + 41.39461302742207, + ], + ], + ], + "type": "Polygon", + }, + "id": "31105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31121 { + "geometry": { + "coordinates": [ + [ + [ + -97.59895322204456, + 41.33300207323656, + ], + [ + -97.82830705037864, + 41.173630058355634, + ], + [ + -98.01997362992543, + 41.06593174698514, + ], + [ + -98.2830665190786, + 40.872289645992325, + ], + [ + -98.2870147070468, + 41.04637953484607, + ], + [ + -98.2870147070468, + 41.393914734131386, + ], + [ + -98.27588799550007, + 41.264300756407195, + ], + [ + -98.05299483838667, + 41.29309192593068, + ], + [ + -97.70591322336467, + 41.30909895674784, + ], + [ + -97.70375966629112, + 41.39488160176464, + ], + [ + -97.59895322204456, + 41.394827886896124, + ], + [ + -97.59895322204456, + 41.33300207323656, + ], + ], + ], + "type": "Polygon", + }, + "id": "31121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31093 { + "geometry": { + "coordinates": [ + [ + [ + -98.29132182119392, + 41.39386101926287, + ], + [ + -98.2870147070468, + 41.393914734131386, + ], + [ + -98.2870147070468, + 41.04637953484607, + ], + [ + -98.7220332359058, + 41.04664810918864, + ], + [ + -98.74859377314637, + 41.04664810918864, + ], + [ + -98.74428665899924, + 41.394183308473956, + ], + [ + -98.29132182119392, + 41.39386101926287, + ], + ], + ], + "type": "Polygon", + }, + "id": "31093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31163 { + "geometry": { + "coordinates": [ + [ + [ + -98.75146518257777, + 41.39407587873693, + ], + [ + -98.74428665899924, + 41.394183308473956, + ], + [ + -98.74859377314637, + 41.04664810918864, + ], + [ + -99.20766035599345, + 41.04697039839972, + ], + [ + -99.20335324184633, + 41.39412959360544, + ], + [ + -98.75146518257777, + 41.39407587873693, + ], + ], + ], + "type": "Polygon", + }, + "id": "31163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31055 { + "geometry": { + "coordinates": [ + [ + [ + -96.32907240100235, + 41.393109011103675, + ], + [ + -95.93784286597239, + 41.39074555688906, + ], + [ + -95.89190031506978, + 41.320379079135776, + ], + [ + -95.92348581881532, + 41.190765101411586, + ], + [ + -96.32727777010771, + 41.189959378383875, + ], + [ + -96.47084824167834, + 41.3932164408407, + ], + [ + -96.32907240100235, + 41.393109011103675, + ], + ], + ], + "type": "Polygon", + }, + "id": "31055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49029 { + "geometry": { + "coordinates": [ + [ + [ + -111.26470855849485, + 41.1442480252785, + ], + [ + -111.50877836016492, + 41.06276256974282, + ], + [ + -111.59312601221266, + 40.992557236595076, + ], + [ + -111.47970533967187, + 40.859666651891544, + ], + [ + -111.54897809220469, + 40.780652080307505, + ], + [ + -111.6408631940099, + 40.7990762802078, + ], + [ + -111.73849111467793, + 40.86106323847291, + ], + [ + -111.81530131696822, + 40.95753514232398, + ], + [ + -111.85621890136584, + 41.138983968164126, + ], + [ + -111.80596923631612, + 41.215581370665035, + ], + [ + -111.65773272441945, + 41.18593076324533, + ], + [ + -111.49657487008142, + 41.22680777818445, + ], + [ + -111.42048252014898, + 41.36141723868044, + ], + [ + -111.33110990159626, + 41.35669033025121, + ], + [ + -111.22163741702366, + 41.21251962315974, + ], + [ + -111.26470855849485, + 41.1442480252785, + ], + ], + ], + "type": "Polygon", + }, + "id": "49029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42065 { + "geometry": { + "coordinates": [ + [ + [ + -78.7101041298548, + 41.201776649456946, + ], + [ + -78.80486064109141, + 41.131034167624065, + ], + [ + -78.80521956727033, + 40.90591515368206, + ], + [ + -79.2154721897834, + 40.911340355401975, + ], + [ + -79.21511326360448, + 41.0503544351161, + ], + [ + -79.20901151856273, + 41.331927775866276, + ], + [ + -79.095231919843, + 41.34084444403959, + ], + [ + -78.95919889802984, + 41.362115531971114, + ], + [ + -78.73522896237965, + 41.26285045495732, + ], + [ + -78.7101041298548, + 41.201776649456946, + ], + ], + ], + "type": "Polygon", + }, + "id": "42065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06105 { + "geometry": { + "coordinates": [ + [ + [ + -122.49838010653869, + 41.18265415626598, + ], + [ + -122.44597688441542, + 41.1592344735939, + ], + [ + -122.59995621517491, + 40.90032880735661, + ], + [ + -122.751064136503, + 40.684824754878605, + ], + [ + -122.69901984055865, + 40.56923035783656, + ], + [ + -122.99908212614126, + 40.418130432706796, + ], + [ + -123.06548346924268, + 40.28685129405868, + ], + [ + -122.98580185752098, + 40.248713737413766, + ], + [ + -122.93411648775555, + 39.978151944708955, + ], + [ + -123.54464991810966, + 39.97697021760165, + ], + [ + -123.54429099193072, + 40.00184020172361, + ], + [ + -123.54213743485717, + 40.73198640943386, + ], + [ + -123.62038334186316, + 40.93159086083173, + ], + [ + -123.4818378367975, + 40.91483182185538, + ], + [ + -123.40718119158078, + 41.02967421073822, + ], + [ + -123.45778978280941, + 41.06818777146273, + ], + [ + -123.40825797011755, + 41.17991469797177, + ], + [ + -123.23956266602207, + 41.0757615679232, + ], + [ + -123.14121689299618, + 41.07914560463958, + ], + [ + -123.0374872272864, + 41.00432079279963, + ], + [ + -122.91760588352493, + 40.994007538044954, + ], + [ + -122.97359836743748, + 41.11207281903864, + ], + [ + -122.88673823213725, + 41.20494582669927, + ], + [ + -122.80203165391057, + 41.20301209143277, + ], + [ + -122.57124212086079, + 41.368131597244684, + ], + [ + -122.48043379759237, + 41.320486508872804, + ], + [ + -122.49838010653869, + 41.18265415626598, + ], + ], + ], + "type": "Polygon", + }, + "id": "06105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36119 { + "geometry": { + "coordinates": [ + [ + [ + -73.79389225709754, + 40.88362348324877, + ], + [ + -73.91054326524868, + 40.91520782593498, + ], + [ + -73.8663953452407, + 41.075922712528744, + ], + [ + -73.87644527825066, + 41.18716620522115, + ], + [ + -73.9798160177815, + 41.32199052519119, + ], + [ + -73.5447974889225, + 41.36635900658372, + ], + [ + -73.4827032599682, + 41.2127344826338, + ], + [ + -73.72784984017505, + 41.10068526691368, + ], + [ + -73.65785923528436, + 40.99191265817291, + ], + [ + -73.79389225709754, + 40.88362348324877, + ], + ], + ], + "type": "Polygon", + }, + "id": "36119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 34037 { + "geometry": { + "coordinates": [ + [ + [ + -74.36530273394864, + 41.20054120748113, + ], + [ + -74.50277146047752, + 41.08596739294086, + ], + [ + -74.65244367708989, + 40.92192218449922, + ], + [ + -74.76801790670426, + 40.911877504087116, + ], + [ + -74.96686300982958, + 41.094508057034574, + ], + [ + -74.99162891617551, + 41.09219831768847, + ], + [ + -74.83836743777387, + 41.27724603971906, + ], + [ + -74.70053978506606, + 41.35454173551065, + ], + [ + -74.36530273394864, + 41.20054120748113, + ], + ], + ], + "type": "Polygon", + }, + "id": "34037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39153 { + "geometry": { + "coordinates": [ + [ + [ + -81.3916416126152, + 41.34825709589452, + ], + [ + -81.39343624350984, + 40.98852862145653, + ], + [ + -81.41999678075041, + 40.906667161841256, + ], + [ + -81.64755597818986, + 40.91440210290727, + ], + [ + -81.68847356258749, + 40.988582336325045, + ], + [ + -81.68488430079822, + 41.27708489511352, + ], + [ + -81.56966899736278, + 41.2777831884042, + ], + [ + -81.59587060842443, + 41.35078169471467, + ], + [ + -81.3916416126152, + 41.34825709589452, + ], + ], + ], + "type": "Polygon", + }, + "id": "39153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39133 { + "geometry": { + "coordinates": [ + [ + [ + -81.00328348701666, + 41.347827376946405, + ], + [ + -80.99969422522739, + 41.13420334486639, + ], + [ + -80.99969422522739, + 40.9884211917195, + ], + [ + -81.08691328670655, + 40.98815261737693, + ], + [ + -81.39343624350984, + 40.98852862145653, + ], + [ + -81.3916416126152, + 41.34825709589452, + ], + [ + -81.39128268643628, + 41.34825709589452, + ], + [ + -81.00328348701666, + 41.347827376946405, + ], + ], + ], + "type": "Polygon", + }, + "id": "39133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17131 { + "geometry": { + "coordinates": [ + [ + [ + -90.43370991213341, + 41.32693229309447, + ], + [ + -90.4376581001016, + 41.151177243316795, + ], + [ + -90.43981165717516, + 41.063998011718645, + ], + [ + -90.78545756748144, + 41.06872492014787, + ], + [ + -90.94912790507196, + 41.07060494054586, + ], + [ + -90.94912790507196, + 41.07269982041791, + ], + [ + -90.98968656329066, + 41.15568929227197, + ], + [ + -91.11315716884141, + 41.23991420610186, + ], + [ + -91.07188065826485, + 41.333378077316155, + ], + [ + -90.43370991213341, + 41.32693229309447, + ], + ], + ], + "type": "Polygon", + }, + "id": "17131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17155 { + "geometry": { + "coordinates": [ + [ + [ + -89.16382909109119, + 41.31017325411812, + ], + [ + -89.16203446019657, + 41.10401558876154, + ], + [ + -89.35872600624832, + 41.10358586981343, + ], + [ + -89.46640385992629, + 41.148545214759615, + ], + [ + -89.46640385992629, + 41.23384442595979, + ], + [ + -89.35657244917476, + 41.233253562406134, + ], + [ + -89.33611365697595, + 41.30071943725966, + ], + [ + -89.16382909109119, + 41.31017325411812, + ], + ], + ], + "type": "Polygon", + }, + "id": "17155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36087 { + "geometry": { + "coordinates": [ + [ + [ + -73.90336474167015, + 40.99851958700013, + ], + [ + -74.21311803408378, + 41.134633063814505, + ], + [ + -74.23142326920903, + 41.143925736067416, + ], + [ + -73.98627668900218, + 41.321292231900514, + ], + [ + -73.98627668900218, + 41.321023657557944, + ], + [ + -73.90731292963834, + 41.14252914948605, + ], + [ + -73.90336474167015, + 40.99851958700013, + ], + ], + ], + "type": "Polygon", + }, + "id": "36087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42037 { + "geometry": { + "coordinates": [ + [ + [ + -76.20767081037873, + 40.94969277152094, + ], + [ + -76.3070933619414, + 40.80181573850201, + ], + [ + -76.38031430244241, + 40.77549545293017, + ], + [ + -76.52819188816017, + 40.882495471009975, + ], + [ + -76.5123991362874, + 40.946255019936046, + ], + [ + -76.61720558053395, + 41.06340714816499, + ], + [ + -76.64089470834311, + 41.15568929227197, + ], + [ + -76.44743349790168, + 41.275580878795125, + ], + [ + -76.31068262373066, + 41.308669237799734, + ], + [ + -76.31893792584597, + 41.20494582669927, + ], + [ + -76.2288474549354, + 41.13844681947899, + ], + [ + -76.20767081037873, + 40.94969277152094, + ], + ], + ], + "type": "Polygon", + }, + "id": "42037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17091 { + "geometry": { + "coordinates": [ + [ + [ + -87.5267667890071, + 41.29819483843951, + ], + [ + -87.5267667890071, + 41.16600254702665, + ], + [ + -87.52604893664925, + 41.0103368580732, + ], + [ + -88.1319163266773, + 40.997767578840936, + ], + [ + -88.24713163011273, + 40.99475954620415, + ], + [ + -88.25179767043878, + 41.11389912456811, + ], + [ + -88.24426022068131, + 41.20129321564032, + ], + [ + -88.0116760567369, + 41.20559040512144, + ], + [ + -88.01382961381046, + 41.29228620290297, + ], + [ + -87.5267667890071, + 41.29819483843951, + ], + ], + ], + "type": "Polygon", + }, + "id": "17091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18183 { + "geometry": { + "coordinates": [ + [ + [ + -85.30788515088304, + 41.26408589693314, + ], + [ + -85.33552246666038, + 41.005180230695856, + ], + [ + -85.64384005435831, + 41.002279627796106, + ], + [ + -85.684398712577, + 41.04670182405715, + ], + [ + -85.65245428265254, + 41.29475708685462, + ], + [ + -85.53723897921711, + 41.26612706193667, + ], + [ + -85.30788515088304, + 41.26408589693314, + ], + ], + ], + "type": "Polygon", + }, + "id": "18183", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36103 { + "geometry": { + "coordinates": [ + [ + [ + [ + -73.42419829280317, + 40.657483886805, + ], + [ + -73.46403909866402, + 40.859505507286, + ], + [ + -73.49741923330419, + 40.923533630554644, + ], + [ + -73.22140500170966, + 40.90715059565788, + ], + [ + -73.15895184657643, + 40.967740967341626, + ], + [ + -72.77418298276714, + 40.96527008338998, + ], + [ + -72.63922673949075, + 40.981277114207145, + ], + [ + -72.31511639992006, + 41.14161599672131, + ], + [ + -72.47340284482668, + 40.9891731998787, + ], + [ + -72.60656445720844, + 40.914616962381324, + ], + [ + -72.50175801296189, + 40.89463503129413, + ], + [ + -72.36572499114871, + 40.99808986805202, + ], + [ + -72.17477626395977, + 41.046325819977554, + ], + [ + -72.10119639727982, + 40.99137550948777, + ], + [ + -71.90306914651237, + 41.08596739294086, + ], + [ + -71.87363719984037, + 41.05234188525111, + ], + [ + -72.43140848189228, + 40.85724948280841, + ], + [ + -72.50032230824617, + 40.882602900747, + ], + [ + -72.64568741071143, + 40.796336821913584, + ], + [ + -72.72859935804347, + 40.814922166419414, + ], + [ + -72.88221976262405, + 40.74315910208476, + ], + [ + -73.02184204622648, + 40.74847687406765, + ], + [ + -73.1478251350297, + 40.697716323321956, + ], + [ + -73.23324956561423, + 40.716677671907384, + ], + [ + -73.42419829280317, + 40.657483886805, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "36103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39077 { + "geometry": { + "coordinates": [ + [ + [ + -82.34207813441277, + 41.2835306793352, + ], + [ + -82.33633531554995, + 41.06571688751109, + ], + [ + -82.43611679329153, + 41.06534088343149, + ], + [ + -82.43288645768119, + 40.99287952580616, + ], + [ + -82.7246934411485, + 40.995618984100375, + ], + [ + -82.82949988539505, + 40.99663956660214, + ], + [ + -82.84026767076286, + 41.25533037336537, + ], + [ + -82.84134444929963, + 41.28997646355687, + ], + [ + -82.34207813441277, + 41.2835306793352, + ], + ], + ], + "type": "Polygon", + }, + "id": "39077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18073 { + "geometry": { + "coordinates": [ + [ + [ + -86.93023147963113, + 41.236959888333594, + ], + [ + -86.93023147963113, + 41.172340901511305, + ], + [ + -86.93059040581007, + 40.912414652772256, + ], + [ + -86.98658288972261, + 40.837912130143394, + ], + [ + -87.09964463608448, + 40.837643555800824, + ], + [ + -87.09892678372663, + 40.73655217325755, + ], + [ + -87.26726316164319, + 40.736498458389036, + ], + [ + -87.2755184637585, + 41.218643118170334, + ], + [ + -87.2188081274881, + 41.242009085973905, + ], + [ + -87.13087121365109, + 41.28627013762941, + ], + [ + -86.93023147963113, + 41.236959888333594, + ], + ], + ], + "type": "Polygon", + }, + "id": "18073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39103 { + "geometry": { + "coordinates": [ + [ + [ + -81.68488430079822, + 41.27708489511352, + ], + [ + -81.68847356258749, + 40.988582336325045, + ], + [ + -82.12923491030932, + 40.991751513567365, + ], + [ + -82.17158819942264, + 41.06351457790202, + ], + [ + -82.16979356852802, + 41.13705023289763, + ], + [ + -82.07252457403892, + 41.19984291419045, + ], + [ + -81.97453772719196, + 41.199950343927476, + ], + [ + -81.9723841701184, + 41.275312304452555, + ], + [ + -81.87798658506071, + 41.275043730109985, + ], + [ + -81.68488430079822, + 41.27708489511352, + ], + ], + ], + "type": "Polygon", + }, + "id": "39103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18003 { + "geometry": { + "coordinates": [ + [ + [ + -84.8035938694912, + 41.252483485334125, + ], + [ + -84.80323494331228, + 40.989388059352756, + ], + [ + -84.80287601713334, + 40.92256676292139, + ], + [ + -85.07386528222291, + 40.917786139623644, + ], + [ + -85.33588139283931, + 40.91703413146445, + ], + [ + -85.33552246666038, + 41.005180230695856, + ], + [ + -85.30788515088304, + 41.26408589693314, + ], + [ + -85.19195199508975, + 41.26413961180165, + ], + [ + -84.8035938694912, + 41.27128368931402, + ], + [ + -84.8035938694912, + 41.252483485334125, + ], + ], + ], + "type": "Polygon", + }, + "id": "18003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39147 { + "geometry": { + "coordinates": [ + [ + [ + -82.84026767076286, + 41.25533037336537, + ], + [ + -82.82949988539505, + 40.99663956660214, + ], + [ + -83.11269264056813, + 40.9934166744913, + ], + [ + -83.42029237590819, + 40.99180522843588, + ], + [ + -83.42101022826604, + 41.16675455518585, + ], + [ + -83.41993344972927, + 41.25398750165252, + ], + [ + -82.84026767076286, + 41.25533037336537, + ], + ], + ], + "type": "Polygon", + }, + "id": "39147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42033 { + "geometry": { + "coordinates": [ + [ + [ + -78.0374764705464, + 41.15166067713342, + ], + [ + -78.10710814925815, + 41.106862476792784, + ], + [ + -78.08054761201758, + 40.955117973240846, + ], + [ + -78.21083781496793, + 40.91719527606999, + ], + [ + -78.376661709632, + 40.75417065013013, + ], + [ + -78.35979217922245, + 40.732523558119, + ], + [ + -78.35046009857037, + 40.72484233192151, + ], + [ + -78.80163030548107, + 40.724520042710424, + ], + [ + -78.80521956727033, + 40.90591515368206, + ], + [ + -78.80486064109141, + 41.131034167624065, + ], + [ + -78.7101041298548, + 41.201776649456946, + ], + [ + -78.64657419618479, + 41.25377264217846, + ], + [ + -78.2373983522085, + 41.23051410411192, + ], + [ + -78.09346895445894, + 41.216924242377885, + ], + [ + -78.0374764705464, + 41.15166067713342, + ], + ], + ], + "type": "Polygon", + }, + "id": "42033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49043 { + "geometry": { + "coordinates": [ + [ + [ + -111.0464814417075, + 41.251677762306414, + ], + [ + -111.04684036788642, + 40.99792872344648, + ], + [ + -110.0483077381127, + 40.99766014910391, + ], + [ + -110.00057055631547, + 40.99766014910391, + ], + [ + -110.00057055631547, + 40.813740439312106, + ], + [ + -110.26186881457402, + 40.83549496106026, + ], + [ + -110.37493056093588, + 40.788279591636496, + ], + [ + -110.65740546375109, + 40.740580788396095, + ], + [ + -110.75108519645093, + 40.747617436171424, + ], + [ + -110.90183419160009, + 40.67816411118287, + ], + [ + -111.02386909243512, + 40.57793216653583, + ], + [ + -111.14698077180694, + 40.54951700109194, + ], + [ + -111.36879715038356, + 40.62896129162409, + ], + [ + -111.39356305672949, + 40.69035738633554, + ], + [ + -111.48939634650289, + 40.59914953959884, + ], + [ + -111.55292628017288, + 40.60935536461649, + ], + [ + -111.6408631940099, + 40.7990762802078, + ], + [ + -111.54897809220469, + 40.780652080307505, + ], + [ + -111.47970533967187, + 40.859666651891544, + ], + [ + -111.59312601221266, + 40.992557236595076, + ], + [ + -111.50877836016492, + 41.06276256974282, + ], + [ + -111.26470855849485, + 41.1442480252785, + ], + [ + -111.0464814417075, + 41.251677762306414, + ], + ], + ], + "type": "Polygon", + }, + "id": "49043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42027 { + "geometry": { + "coordinates": [ + [ + [ + -77.14410921119816, + 41.044338369842535, + ], + [ + -77.36413095888015, + 40.846936228053735, + ], + [ + -77.68142170105124, + 40.72973038495628, + ], + [ + -77.82463324644294, + 40.74364253590139, + ], + [ + -77.94415566402549, + 40.69153911344285, + ], + [ + -78.11608130373132, + 40.73934534642027, + ], + [ + -78.35979217922245, + 40.732523558119, + ], + [ + -78.376661709632, + 40.75417065013013, + ], + [ + -78.21083781496793, + 40.91719527606999, + ], + [ + -78.08054761201758, + 40.955117973240846, + ], + [ + -78.10710814925815, + 41.106862476792784, + ], + [ + -78.0374764705464, + 41.15166067713342, + ], + [ + -77.89785418694396, + 41.25151661770087, + ], + [ + -77.89282922043898, + 41.17819582217932, + ], + [ + -77.7890995547292, + 41.1823318670549, + ], + [ + -77.7417212991109, + 41.10750705521495, + ], + [ + -77.57302599501541, + 41.068241486331246, + ], + [ + -77.50841928280863, + 40.96290662917537, + ], + [ + -77.14410921119816, + 41.044338369842535, + ], + ], + ], + "type": "Polygon", + }, + "id": "42027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42089 { + "geometry": { + "coordinates": [ + [ + [ + -74.99162891617551, + 41.09219831768847, + ], + [ + -74.96686300982958, + 41.094508057034574, + ], + [ + -75.12048341441015, + 40.96822440115825, + ], + [ + -75.28774301378994, + 40.86401755624117, + ], + [ + -75.47402570065282, + 40.81476102181387, + ], + [ + -75.57452503075226, + 40.95130421757636, + ], + [ + -75.49627912374626, + 40.98734689434922, + ], + [ + -75.64918167596899, + 41.12222492918778, + ], + [ + -75.6007266418139, + 41.161544212939994, + ], + [ + -75.50597013057728, + 41.23250155424694, + ], + [ + -75.35845147103846, + 41.239484487153746, + ], + [ + -75.12766193798868, + 41.25269834480818, + ], + [ + -75.15709388466065, + 41.150156660815036, + ], + [ + -74.99162891617551, + 41.09219831768847, + ], + ], + ], + "type": "Polygon", + }, + "id": "42089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39125 { + "geometry": { + "coordinates": [ + [ + [ + -84.3416558772127, + 41.16546539834151, + ], + [ + -84.34201480339163, + 40.99062350132857, + ], + [ + -84.39944299201989, + 40.99024749724897, + ], + [ + -84.80323494331228, + 40.989388059352756, + ], + [ + -84.8035938694912, + 41.252483485334125, + ], + [ + -84.45830688536384, + 41.25339663809886, + ], + [ + -84.3416558772127, + 41.16546539834151, + ], + ], + ], + "type": "Polygon", + }, + "id": "39125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17175 { + "geometry": { + "coordinates": [ + [ + [ + -89.85763339495625, + 41.234489004381956, + ], + [ + -89.63868842581105, + 41.23384442595979, + ], + [ + -89.63832949963212, + 41.14859892962813, + ], + [ + -89.63868842581105, + 40.97370331774668, + ], + [ + -89.98541111465411, + 40.97472390024844, + ], + [ + -89.98469326229626, + 41.149350937787325, + ], + [ + -89.86876010650298, + 41.14897493370773, + ], + [ + -89.85763339495625, + 41.234489004381956, + ], + ], + ], + "type": "Polygon", + }, + "id": "17175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31049 { + "geometry": { + "coordinates": [ + [ + [ + -102.05538065959688, + 41.22154372107009, + ], + [ + -102.0517913978076, + 41.003837358983006, + ], + [ + -102.05250925016546, + 41.00233334266462, + ], + [ + -102.62104831758515, + 41.00238705753313, + ], + [ + -102.61063945839628, + 41.221597435938605, + ], + [ + -102.05538065959688, + 41.22154372107009, + ], + ], + ], + "type": "Polygon", + }, + "id": "31049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18111 { + "geometry": { + "coordinates": [ + [ + [ + -87.26726316164319, + 40.736498458389036, + ], + [ + -87.52604893664925, + 40.73692817733715, + ], + [ + -87.52604893664925, + 41.0103368580732, + ], + [ + -87.5267667890071, + 41.16600254702665, + ], + [ + -87.41406396882415, + 41.16218879136216, + ], + [ + -87.2755184637585, + 41.218643118170334, + ], + [ + -87.26726316164319, + 40.736498458389036, + ], + ], + ], + "type": "Polygon", + }, + "id": "18111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 34031 { + "geometry": { + "coordinates": [ + [ + [ + -74.13020608675174, + 40.819971364059725, + ], + [ + -74.27198192742773, + 40.89742820445686, + ], + [ + -74.30931025003609, + 40.998412157263104, + ], + [ + -74.50277146047752, + 41.08596739294086, + ], + [ + -74.36530273394864, + 41.20054120748113, + ], + [ + -74.23142326920903, + 41.143925736067416, + ], + [ + -74.21311803408378, + 41.134633063814505, + ], + [ + -74.27234085360666, + 41.01828665861326, + ], + [ + -74.14061494594061, + 40.966129521286206, + ], + [ + -74.13020608675174, + 40.819971364059725, + ], + ], + ], + "type": "Polygon", + }, + "id": "34031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31153 { + "geometry": { + "coordinates": [ + [ + [ + -95.92348581881532, + 41.190765101411586, + ], + [ + -95.88041467734413, + 41.159879052016066, + ], + [ + -95.87933789880735, + 41.05325503801585, + ], + [ + -96.0340350819247, + 41.06593174698514, + ], + [ + -96.20775535252517, + 40.995618984100375, + ], + [ + -96.3190224679924, + 41.0449829482647, + ], + [ + -96.32727777010771, + 41.189959378383875, + ], + [ + -95.92348581881532, + 41.190765101411586, + ], + ], + ], + "type": "Polygon", + }, + "id": "31153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06035 { + "geometry": { + "coordinates": [ + [ + [ + -119.99989497503083, + 41.18394331311032, + ], + [ + -120.00097175356761, + 39.722415455714, + ], + [ + -120.14705470839073, + 39.70764386687266, + ], + [ + -120.11044423814022, + 39.765709639736244, + ], + [ + -120.10864960724558, + 39.9394772393789, + ], + [ + -120.20125256140864, + 40.01338889845411, + ], + [ + -120.20986678970287, + 40.08595768581647, + ], + [ + -120.34123377118999, + 40.11523228915658, + ], + [ + -120.51064692764334, + 40.24887488201931, + ], + [ + -120.76440773614442, + 40.31601846766176, + ], + [ + -120.92843699991387, + 40.19193712139452, + ], + [ + -121.06159861229563, + 40.256394963611264, + ], + [ + -121.06123968611669, + 40.446491883282164, + ], + [ + -121.32792183705914, + 40.445310156174855, + ], + [ + -121.32002546112275, + 40.90580772394503, + ], + [ + -121.33115217266948, + 41.183889598241805, + ], + [ + -119.99989497503083, + 41.18394331311032, + ], + ], + ], + "type": "Polygon", + }, + "id": "06035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06089 { + "geometry": { + "coordinates": [ + [ + [ + -121.44636747610491, + 41.18345987929369, + ], + [ + -121.33115217266948, + 41.183889598241805, + ], + [ + -121.32002546112275, + 40.90580772394503, + ], + [ + -121.32792183705914, + 40.445310156174855, + ], + [ + -121.49769391969141, + 40.44552501564891, + ], + [ + -122.00988157701963, + 40.42677852653755, + ], + [ + -122.3081492317076, + 40.371344782231134, + ], + [ + -122.5051997039383, + 40.38939297805183, + ], + [ + -122.65128265876142, + 40.328265457682946, + ], + [ + -122.74855165325052, + 40.365275002089064, + ], + [ + -123.06548346924268, + 40.28685129405868, + ], + [ + -122.99908212614126, + 40.418130432706796, + ], + [ + -122.69901984055865, + 40.56923035783656, + ], + [ + -122.751064136503, + 40.684824754878605, + ], + [ + -122.59995621517491, + 40.90032880735661, + ], + [ + -122.44597688441542, + 41.1592344735939, + ], + [ + -122.49838010653869, + 41.18265415626598, + ], + [ + -121.44636747610491, + 41.18345987929369, + ], + ], + ], + "type": "Polygon", + }, + "id": "06089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42097 { + "geometry": { + "coordinates": [ + [ + [ + -76.7327798101483, + 41.17201861230022, + ], + [ + -76.79272048202904, + 40.946631024015645, + ], + [ + -76.66135350054192, + 40.96795582681568, + ], + [ + -76.52819188816017, + 40.882495471009975, + ], + [ + -76.38031430244241, + 40.77549545293017, + ], + [ + -76.7015532325817, + 40.65796732062162, + ], + [ + -76.88998947651815, + 40.61032223224974, + ], + [ + -76.94921229604103, + 40.62815556859638, + ], + [ + -76.93988021538894, + 40.638253963877006, + ], + [ + -76.8447647779734, + 40.716033093485215, + ], + [ + -76.8002579317865, + 40.88201203719335, + ], + [ + -76.88029846968713, + 40.971178718926524, + ], + [ + -76.8960912215599, + 41.138983968164126, + ], + [ + -76.7327798101483, + 41.17201861230022, + ], + ], + ], + "type": "Polygon", + }, + "id": "42097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18049 { + "geometry": { + "coordinates": [ + [ + [ + -85.94569697083556, + 41.04288806839266, + ], + [ + -85.94641482319341, + 40.999217880290814, + ], + [ + -86.16894905412788, + 40.996102417917, + ], + [ + -86.16894905412788, + 40.90962147960953, + ], + [ + -86.46865241353157, + 40.9098900539521, + ], + [ + -86.46721670881585, + 41.17142774874657, + ], + [ + -86.07742287850161, + 41.172824335327924, + ], + [ + -86.07634609996482, + 41.08489309557058, + ], + [ + -85.94569697083556, + 41.04288806839266, + ], + ], + ], + "type": "Polygon", + }, + "id": "18049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31081 { + "geometry": { + "coordinates": [ + [ + [ + -97.82615349330507, + 41.046594394320124, + ], + [ + -97.82579456712615, + 40.698522046349666, + ], + [ + -98.27804155257363, + 40.69830718687561, + ], + [ + -98.2830665190786, + 40.698253472007096, + ], + [ + -98.2830665190786, + 40.872289645992325, + ], + [ + -98.01997362992543, + 41.06593174698514, + ], + [ + -97.82830705037864, + 41.173630058355634, + ], + [ + -97.82615349330507, + 41.046594394320124, + ], + ], + ], + "type": "Polygon", + }, + "id": "31081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18131 { + "geometry": { + "coordinates": [ + [ + [ + -86.46721670881585, + 41.17142774874657, + ], + [ + -86.46865241353157, + 40.9098900539521, + ], + [ + -86.5813552337145, + 40.91091063645386, + ], + [ + -86.93059040581007, + 40.912414652772256, + ], + [ + -86.93023147963113, + 41.172340901511305, + ], + [ + -86.46721670881585, + 41.17142774874657, + ], + ], + ], + "type": "Polygon", + }, + "id": "18131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42093 { + "geometry": { + "coordinates": [ + [ + [ + -76.64089470834311, + 41.15568929227197, + ], + [ + -76.61720558053395, + 41.06340714816499, + ], + [ + -76.5123991362874, + 40.946255019936046, + ], + [ + -76.52819188816017, + 40.882495471009975, + ], + [ + -76.66135350054192, + 40.96795582681568, + ], + [ + -76.79272048202904, + 40.946631024015645, + ], + [ + -76.7327798101483, + 41.17201861230022, + ], + [ + -76.64089470834311, + 41.15568929227197, + ], + ], + ], + "type": "Polygon", + }, + "id": "42093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42019 { + "geometry": { + "coordinates": [ + [ + [ + -79.69499756482931, + 41.172824335327924, + ], + [ + -79.69069045068218, + 41.170729455455884, + ], + [ + -79.69284400775575, + 40.669677161957665, + ], + [ + -80.14868025499248, + 40.67451150012393, + ], + [ + -80.1583712618235, + 40.85510088806785, + ], + [ + -80.16519085922312, + 41.00045332226663, + ], + [ + -80.09699488522706, + 41.06979921751815, + ], + [ + -79.99972589073796, + 41.17185746769468, + ], + [ + -79.69499756482931, + 41.172824335327924, + ], + ], + ], + "type": "Polygon", + }, + "id": "42019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42005 { + "geometry": { + "coordinates": [ + [ + [ + -79.21511326360448, + 41.0503544351161, + ], + [ + -79.2154721897834, + 40.911340355401975, + ], + [ + -79.21511326360448, + 40.775925171878285, + ], + [ + -79.45020991080138, + 40.5301259335584, + ], + [ + -79.69248508157682, + 40.66871029432441, + ], + [ + -79.69284400775575, + 40.669677161957665, + ], + [ + -79.69069045068218, + 41.170729455455884, + ], + [ + -79.66556561815733, + 41.05008586077353, + ], + [ + -79.52163622040777, + 40.975153619196554, + ], + [ + -79.2815146067059, + 41.00894027149184, + ], + [ + -79.21511326360448, + 41.0503544351161, + ], + ], + ], + "type": "Polygon", + }, + "id": "42005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39063 { + "geometry": { + "coordinates": [ + [ + [ + -83.42101022826604, + 41.16675455518585, + ], + [ + -83.42029237590819, + 40.99180522843588, + ], + [ + -83.51576673950267, + 40.818091343661735, + ], + [ + -83.88007681111313, + 40.81991764919121, + ], + [ + -83.88043573729206, + 40.92041816818083, + ], + [ + -83.88115358964991, + 41.16777513768761, + ], + [ + -83.42101022826604, + 41.16675455518585, + ], + ], + ], + "type": "Polygon", + }, + "id": "39063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39137 { + "geometry": { + "coordinates": [ + [ + [ + -83.88115358964991, + 41.16777513768761, + ], + [ + -83.88043573729206, + 40.92041816818083, + ], + [ + -84.10943063944721, + 40.90467971170624, + ], + [ + -84.10943063944721, + 40.861009523604395, + ], + [ + -84.34057909867592, + 40.85907578833789, + ], + [ + -84.39944299201989, + 40.99024749724897, + ], + [ + -84.34201480339163, + 40.99062350132857, + ], + [ + -84.3416558772127, + 41.16546539834151, + ], + [ + -84.2282352046719, + 41.165787687552594, + ], + [ + -83.88115358964991, + 41.16777513768761, + ], + ], + ], + "type": "Polygon", + }, + "id": "39137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19101 { + "geometry": { + "coordinates": [ + [ + [ + -91.94550697777213, + 41.163531663075005, + ], + [ + -91.71579422325912, + 41.16283336978433, + ], + [ + -91.71866563269053, + 40.900812241173234, + ], + [ + -92.17916792025332, + 40.89973794380296, + ], + [ + -92.17988577261117, + 41.16267222517879, + ], + [ + -91.94550697777213, + 41.163531663075005, + ], + ], + ], + "type": "Polygon", + }, + "id": "19101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19087 { + "geometry": { + "coordinates": [ + [ + [ + -91.48572254256719, + 41.16240365083622, + ], + [ + -91.37014831295284, + 41.16073848991228, + ], + [ + -91.37086616531069, + 41.07409640699927, + ], + [ + -91.37194294384746, + 40.81261242707332, + ], + [ + -91.40927126645583, + 40.81266614194183, + ], + [ + -91.71866563269053, + 40.813471864969536, + ], + [ + -91.71866563269053, + 40.900812241173234, + ], + [ + -91.71579422325912, + 41.16283336978433, + ], + [ + -91.48572254256719, + 41.16240365083622, + ], + ], + ], + "type": "Polygon", + }, + "id": "19087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19179 { + "geometry": { + "coordinates": [ + [ + [ + -92.17988577261117, + 41.16267222517879, + ], + [ + -92.17916792025332, + 40.89973794380296, + ], + [ + -92.63895235545826, + 40.89887850590674, + ], + [ + -92.6407469863529, + 41.161275638597424, + ], + [ + -92.41031637948204, + 41.16192021701959, + ], + [ + -92.17988577261117, + 41.16267222517879, + ], + ], + ], + "type": "Polygon", + }, + "id": "19179", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19039 { + "geometry": { + "coordinates": [ + [ + [ + -93.55744444733136, + 41.161275638597424, + ], + [ + -93.55636766879458, + 40.89828764235308, + ], + [ + -94.01471639928381, + 40.896998485508746, + ], + [ + -94.01435747310488, + 41.15676358964225, + ], + [ + -93.78931075891792, + 41.16202764675662, + ], + [ + -93.55744444733136, + 41.161275638597424, + ], + ], + ], + "type": "Polygon", + }, + "id": "19039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19117 { + "geometry": { + "coordinates": [ + [ + [ + -93.32809061899728, + 41.160631060175255, + ], + [ + -93.09909571684213, + 41.16073848991228, + ], + [ + -93.09766001212643, + 40.898448786958625, + ], + [ + -93.55636766879458, + 40.89828764235308, + ], + [ + -93.55744444733136, + 41.161275638597424, + ], + [ + -93.32809061899728, + 41.160631060175255, + ], + ], + ], + "type": "Polygon", + }, + "id": "19117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19135 { + "geometry": { + "coordinates": [ + [ + [ + -92.6407469863529, + 41.161275638597424, + ], + [ + -92.63895235545826, + 40.89887850590674, + ], + [ + -93.09766001212643, + 40.898448786958625, + ], + [ + -93.09909571684213, + 41.16073848991228, + ], + [ + -92.86974188850805, + 41.16084591964931, + ], + [ + -92.6407469863529, + 41.161275638597424, + ], + ], + ], + "type": "Polygon", + }, + "id": "19135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19129 { + "geometry": { + "coordinates": [ + [ + [ + -95.38437869806761, + 41.159986481753094, + ], + [ + -95.38509655042546, + 40.90156424933243, + ], + [ + -95.81329548188486, + 40.90167167906946, + ], + [ + -95.87933789880735, + 41.05325503801585, + ], + [ + -95.88041467734413, + 41.159879052016066, + ], + [ + -95.38437869806761, + 41.159986481753094, + ], + ], + ], + "type": "Polygon", + }, + "id": "19129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19137 { + "geometry": { + "coordinates": [ + [ + [ + -95.15610164827031, + 41.1592344735939, + ], + [ + -94.92782459847301, + 41.1584824654347, + ], + [ + -94.92854245083086, + 40.90065109656769, + ], + [ + -95.38509655042546, + 40.90156424933243, + ], + [ + -95.38437869806761, + 41.159986481753094, + ], + [ + -95.15610164827031, + 41.1592344735939, + ], + ], + ], + "type": "Polygon", + }, + "id": "19137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19003 { + "geometry": { + "coordinates": [ + [ + [ + -94.7006243272125, + 41.15805274648659, + ], + [ + -94.47055264652056, + 41.15756931266996, + ], + [ + -94.47091157269948, + 40.89946936946039, + ], + [ + -94.92854245083086, + 40.90065109656769, + ], + [ + -94.92782459847301, + 41.1584824654347, + ], + [ + -94.7006243272125, + 41.15805274648659, + ], + ], + ], + "type": "Polygon", + }, + "id": "19003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19175 { + "geometry": { + "coordinates": [ + [ + [ + -94.24155774436541, + 41.15713959372185, + ], + [ + -94.01435747310488, + 41.15676358964225, + ], + [ + -94.01471639928381, + 40.896998485508746, + ], + [ + -94.47091157269948, + 40.89946936946039, + ], + [ + -94.47055264652056, + 41.15756931266996, + ], + [ + -94.24155774436541, + 41.15713959372185, + ], + ], + ], + "type": "Polygon", + }, + "id": "19175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49011 { + "geometry": { + "coordinates": [ + [ + [ + -111.85621890136584, + 41.138983968164126, + ], + [ + -111.81530131696822, + 40.95753514232398, + ], + [ + -111.73849111467793, + 40.86106323847291, + ], + [ + -111.94128440577144, + 40.822227388537314, + ], + [ + -112.00660897033607, + 40.921814754762195, + ], + [ + -112.2636001144475, + 40.773400573058126, + ], + [ + -112.4933128689605, + 41.07667472068794, + ], + [ + -112.1893023954097, + 41.152788689372215, + ], + [ + -111.85621890136584, + 41.138983968164126, + ], + ], + ], + "type": "Polygon", + }, + "id": "49011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17095 { + "geometry": { + "coordinates": [ + [ + [ + -89.98469326229626, + 41.149350937787325, + ], + [ + -89.98541111465411, + 40.97472390024844, + ], + [ + -89.98612896701196, + 40.71227305268924, + ], + [ + -90.4444776975012, + 40.71463650690385, + ], + [ + -90.43981165717516, + 41.063998011718645, + ], + [ + -90.4376581001016, + 41.151177243316795, + ], + [ + -89.98469326229626, + 41.149350937787325, + ], + ], + ], + "type": "Polygon", + }, + "id": "17095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42119 { + "geometry": { + "coordinates": [ + [ + [ + -76.8002579317865, + 40.88201203719335, + ], + [ + -76.94311055099928, + 40.88775952812434, + ], + [ + -77.35659350912269, + 40.80729465509043, + ], + [ + -77.36413095888015, + 40.846936228053735, + ], + [ + -77.14410921119816, + 41.044338369842535, + ], + [ + -77.14410921119816, + 41.0688323498849, + ], + [ + -76.97792639035515, + 41.087901128207356, + ], + [ + -76.8960912215599, + 41.138983968164126, + ], + [ + -76.88029846968713, + 40.971178718926524, + ], + [ + -76.8002579317865, + 40.88201203719335, + ], + ], + ], + "type": "Polygon", + }, + "id": "42119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17123 { + "geometry": { + "coordinates": [ + [ + [ + -89.46640385992629, + 41.148545214759615, + ], + [ + -89.35872600624832, + 41.10358586981343, + ], + [ + -89.16203446019657, + 41.10401558876154, + ], + [ + -89.04753700911898, + 41.10476759692074, + ], + [ + -89.04753700911898, + 40.92595079963777, + ], + [ + -89.47214667878912, + 40.92122389120854, + ], + [ + -89.44773969862212, + 40.97321988393006, + ], + [ + -89.63868842581105, + 40.97370331774668, + ], + [ + -89.63832949963212, + 41.14859892962813, + ], + [ + -89.46640385992629, + 41.148545214759615, + ], + ], + ], + "type": "Polygon", + }, + "id": "17123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 34003 { + "geometry": { + "coordinates": [ + [ + [ + -73.99273736022286, + 40.80084887086876, + ], + [ + -74.14743454334021, + 40.786399571238505, + ], + [ + -74.13020608675174, + 40.819971364059725, + ], + [ + -74.14061494594061, + 40.966129521286206, + ], + [ + -74.27234085360666, + 41.01828665861326, + ], + [ + -74.21311803408378, + 41.134633063814505, + ], + [ + -73.90336474167015, + 40.99851958700013, + ], + [ + -73.99273736022286, + 40.80084887086876, + ], + ], + ], + "type": "Polygon", + }, + "id": "34003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39099 { + "geometry": { + "coordinates": [ + [ + [ + -80.5190920716447, + 41.13323647723314, + ], + [ + -80.51945099782364, + 41.12458838340239, + ], + [ + -80.51945099782364, + 40.89957679919742, + ], + [ + -81.08655436052763, + 40.901617964200945, + ], + [ + -81.08691328670655, + 40.98815261737693, + ], + [ + -80.99969422522739, + 40.9884211917195, + ], + [ + -80.99969422522739, + 41.13420334486639, + ], + [ + -80.5190920716447, + 41.13323647723314, + ], + ], + ], + "type": "Polygon", + }, + "id": "39099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42025 { + "geometry": { + "coordinates": [ + [ + [ + -75.64918167596899, + 41.12222492918778, + ], + [ + -75.49627912374626, + 40.98734689434922, + ], + [ + -75.57452503075226, + 40.95130421757636, + ], + [ + -75.47402570065282, + 40.81476102181387, + ], + [ + -75.60898194392921, + 40.78736643887176, + ], + [ + -75.75793630818374, + 40.735424161018756, + ], + [ + -75.99734006952777, + 40.91295180145739, + ], + [ + -75.73209362330103, + 41.00813454846413, + ], + [ + -75.76726838883583, + 41.09101659058116, + ], + [ + -75.64918167596899, + 41.12222492918778, + ], + ], + ], + "type": "Polygon", + }, + "id": "42025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42073 { + "geometry": { + "coordinates": [ + [ + [ + -80.09699488522706, + 41.06979921751815, + ], + [ + -80.16519085922312, + 41.00045332226663, + ], + [ + -80.1583712618235, + 40.85510088806785, + ], + [ + -80.51873314546579, + 40.851448277008906, + ], + [ + -80.51945099782364, + 40.89957679919742, + ], + [ + -80.51945099782364, + 41.12458838340239, + ], + [ + -80.14724455027678, + 41.113791694831086, + ], + [ + -80.09699488522706, + 41.06979921751815, + ], + ], + ], + "type": "Polygon", + }, + "id": "42073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17105 { + "geometry": { + "coordinates": [ + [ + [ + -88.25179767043878, + 41.11389912456811, + ], + [ + -88.24713163011273, + 40.99475954620415, + ], + [ + -88.23492814002923, + 40.61811088818427, + ], + [ + -88.45925700185833, + 40.61730516515656, + ], + [ + -88.57447230529377, + 40.616445727260334, + ], + [ + -88.5845222383037, + 40.75750097197799, + ], + [ + -88.92945029625214, + 40.75325749736539, + ], + [ + -88.93124492714678, + 40.927777105167245, + ], + [ + -88.93088600096785, + 41.105788179422504, + ], + [ + -88.58631686919834, + 41.10788305929455, + ], + [ + -88.25179767043878, + 41.11389912456811, + ], + ], + ], + "type": "Polygon", + }, + "id": "17105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 34041 { + "geometry": { + "coordinates": [ + [ + [ + -74.76801790670426, + 40.911877504087116, + ], + [ + -74.88969388136036, + 40.78779615781987, + ], + [ + -74.9686576407242, + 40.71050046202828, + ], + [ + -75.18975616694297, + 40.59179060261243, + ], + [ + -75.1969346905215, + 40.608495926720266, + ], + [ + -75.1725277103545, + 40.77796633688181, + ], + [ + -75.05013388334054, + 40.87051705533136, + ], + [ + -75.12048341441015, + 40.96822440115825, + ], + [ + -74.96686300982958, + 41.094508057034574, + ], + [ + -74.76801790670426, + 40.911877504087116, + ], + ], + ], + "type": "Polygon", + }, + "id": "34041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 34027 { + "geometry": { + "coordinates": [ + [ + [ + -74.27198192742773, + 40.89742820445686, + ], + [ + -74.33012796841383, + 40.90860089710776, + ], + [ + -74.37176340516932, + 40.73929163155176, + ], + [ + -74.46077709754312, + 40.67418921091284, + ], + [ + -74.55589253495864, + 40.757984405794616, + ], + [ + -74.72494676523307, + 40.71914855585902, + ], + [ + -74.88969388136036, + 40.78779615781987, + ], + [ + -74.76801790670426, + 40.911877504087116, + ], + [ + -74.65244367708989, + 40.92192218449922, + ], + [ + -74.50277146047752, + 41.08596739294086, + ], + [ + -74.30931025003609, + 40.998412157263104, + ], + [ + -74.27198192742773, + 40.89742820445686, + ], + ], + ], + "type": "Polygon", + }, + "id": "34027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49045 { + "geometry": { + "coordinates": [ + [ + [ + -112.2636001144475, + 40.773400573058126, + ], + [ + -112.20796655671388, + 40.71571080427413, + ], + [ + -112.173150717358, + 40.466957248185984, + ], + [ + -112.212273670861, + 40.45868515843483, + ], + [ + -112.19899340224072, + 40.306994369751415, + ], + [ + -112.14551340158066, + 40.17114946727961, + ], + [ + -112.17961138857868, + 40.01156259292463, + ], + [ + -112.34184602145349, + 39.90424028563375, + ], + [ + -112.79804119486917, + 39.90321970313198, + ], + [ + -114.04710429753364, + 39.90601287629471, + ], + [ + -114.0467453713547, + 40.11695116494903, + ], + [ + -114.04207933102866, + 40.99996988845, + ], + [ + -112.79911797340594, + 41.000238462792574, + ], + [ + -112.4933128689605, + 41.07667472068794, + ], + [ + -112.2636001144475, + 40.773400573058126, + ], + ], + ], + "type": "Polygon", + }, + "id": "49045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19057 { + "geometry": { + "coordinates": [ + [ + [ + -90.94912790507196, + 41.07269982041791, + ], + [ + -90.94912790507196, + 41.07060494054586, + ], + [ + -90.96240817369224, + 40.92584336990074, + ], + [ + -91.0901858933901, + 40.824644557620445, + ], + [ + -91.11279824266248, + 40.69631973674059, + ], + [ + -91.26498294252734, + 40.754278079867156, + ], + [ + -91.40927126645583, + 40.81266614194183, + ], + [ + -91.37194294384746, + 40.81261242707332, + ], + [ + -91.37086616531069, + 41.07409640699927, + ], + [ + -90.94912790507196, + 41.07269982041791, + ], + ], + ], + "type": "Polygon", + }, + "id": "19057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17071 { + "geometry": { + "coordinates": [ + [ + [ + -90.78545756748144, + 41.06872492014787, + ], + [ + -90.78976468162857, + 40.63572936505685, + ], + [ + -90.90426213270614, + 40.639167116641744, + ], + [ + -91.18530133080564, + 40.63777053006038, + ], + [ + -91.11279824266248, + 40.69631973674059, + ], + [ + -91.0901858933901, + 40.824644557620445, + ], + [ + -90.96240817369224, + 40.92584336990074, + ], + [ + -90.94912790507196, + 41.07060494054586, + ], + [ + -90.78545756748144, + 41.06872492014787, + ], + ], + ], + "type": "Polygon", + }, + "id": "17071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17187 { + "geometry": { + "coordinates": [ + [ + [ + -90.43981165717516, + 41.063998011718645, + ], + [ + -90.4444776975012, + 40.71463650690385, + ], + [ + -90.44555447603798, + 40.62783327938529, + ], + [ + -90.78976468162857, + 40.63572936505685, + ], + [ + -90.78545756748144, + 41.06872492014787, + ], + [ + -90.43981165717516, + 41.063998011718645, + ], + ], + ], + "type": "Polygon", + }, + "id": "17187", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39005 { + "geometry": { + "coordinates": [ + [ + [ + -82.17158819942264, + 41.06351457790202, + ], + [ + -82.12923491030932, + 40.991751513567365, + ], + [ + -82.1263635008779, + 40.66817314563927, + ], + [ + -82.22076108593559, + 40.667582282085625, + ], + [ + -82.22004323357774, + 40.5682097753348, + ], + [ + -82.3370531679078, + 40.554995917680365, + ], + [ + -82.33920672498135, + 40.72661492258247, + ], + [ + -82.41637585345057, + 40.826793152361, + ], + [ + -82.43288645768119, + 40.99287952580616, + ], + [ + -82.43611679329153, + 41.06534088343149, + ], + [ + -82.33633531554995, + 41.06571688751109, + ], + [ + -82.17158819942264, + 41.06351457790202, + ], + ], + ], + "type": "Polygon", + }, + "id": "39005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31025 { + "geometry": { + "coordinates": [ + [ + [ + -95.87933789880735, + 41.05325503801585, + ], + [ + -95.81329548188486, + 40.90167167906946, + ], + [ + -95.8341132002626, + 40.78376754268132, + ], + [ + -96.46366971809981, + 40.78392868728686, + ], + [ + -96.46402864427874, + 41.01597691926716, + ], + [ + -96.3190224679924, + 41.0449829482647, + ], + [ + -96.20775535252517, + 40.995618984100375, + ], + [ + -96.0340350819247, + 41.06593174698514, + ], + [ + -95.87933789880735, + 41.05325503801585, + ], + ], + ], + "type": "Polygon", + }, + "id": "31025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31185 { + "geometry": { + "coordinates": [ + [ + [ + -97.36816368899477, + 41.04691668353121, + ], + [ + -97.3685226151737, + 40.698629476086694, + ], + [ + -97.82471778858937, + 40.698522046349666, + ], + [ + -97.82579456712615, + 40.698522046349666, + ], + [ + -97.82615349330507, + 41.046594394320124, + ], + [ + -97.36816368899477, + 41.04691668353121, + ], + ], + ], + "type": "Polygon", + }, + "id": "31185", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31079 { + "geometry": { + "coordinates": [ + [ + [ + -98.2870147070468, + 41.04637953484607, + ], + [ + -98.2830665190786, + 40.872289645992325, + ], + [ + -98.2830665190786, + 40.698253472007096, + ], + [ + -98.72131538354795, + 40.698898050429264, + ], + [ + -98.7220332359058, + 41.04664810918864, + ], + [ + -98.2870147070468, + 41.04637953484607, + ], + ], + ], + "type": "Polygon", + }, + "id": "31079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31047 { + "geometry": { + "coordinates": [ + [ + [ + -99.42624639895973, + 41.046486964583096, + ], + [ + -99.41727324448657, + 40.670751459327946, + ], + [ + -99.64339673721031, + 40.68487846974712, + ], + [ + -99.98186412393807, + 40.699972347799545, + ], + [ + -100.22342144235564, + 40.700240922142115, + ], + [ + -100.22449822089243, + 41.046594394320124, + ], + [ + -99.42624639895973, + 41.046486964583096, + ], + ], + ], + "type": "Polygon", + }, + "id": "31047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31019 { + "geometry": { + "coordinates": [ + [ + [ + -98.74859377314637, + 41.04664810918864, + ], + [ + -98.7220332359058, + 41.04664810918864, + ], + [ + -98.72131538354795, + 40.698898050429264, + ], + [ + -98.72454571915829, + 40.68976652278189, + ], + [ + -98.90652129187406, + 40.652703263507256, + ], + [ + -99.17930518785825, + 40.66269422905086, + ], + [ + -99.41727324448657, + 40.670751459327946, + ], + [ + -99.42624639895973, + 41.046486964583096, + ], + [ + -99.20766035599345, + 41.04697039839972, + ], + [ + -98.74859377314637, + 41.04664810918864, + ], + ], + ], + "type": "Polygon", + }, + "id": "31019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31159 { + "geometry": { + "coordinates": [ + [ + [ + -96.91089173704232, + 41.0461109605035, + ], + [ + -96.91340422029481, + 40.697984897664526, + ], + [ + -97.3685226151737, + 40.698629476086694, + ], + [ + -97.36816368899477, + 41.04691668353121, + ], + [ + -96.91089173704232, + 41.0461109605035, + ], + ], + ], + "type": "Polygon", + }, + "id": "31159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31109 { + "geometry": { + "coordinates": [ + [ + [ + -96.46402864427874, + 41.01597691926716, + ], + [ + -96.46366971809981, + 40.78392868728686, + ], + [ + -96.46366971809981, + 40.522981856046044, + ], + [ + -96.91268636793696, + 40.52362643446821, + ], + [ + -96.91340422029481, + 40.697984897664526, + ], + [ + -96.91089173704232, + 41.0461109605035, + ], + [ + -96.90837925378983, + 41.046057245634984, + ], + [ + -96.46402864427874, + 41.04509037800173, + ], + [ + -96.46402864427874, + 41.01597691926716, + ], + ], + ], + "type": "Polygon", + }, + "id": "31109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18169 { + "geometry": { + "coordinates": [ + [ + [ + -85.684398712577, + 41.04670182405715, + ], + [ + -85.64384005435831, + 41.002279627796106, + ], + [ + -85.63881508785333, + 40.65313298245537, + ], + [ + -85.86493858057707, + 40.6516826810055, + ], + [ + -85.9395952257938, + 40.650984387714814, + ], + [ + -85.94641482319341, + 40.999217880290814, + ], + [ + -85.94569697083556, + 41.04288806839266, + ], + [ + -85.684398712577, + 41.04670182405715, + ], + ], + ], + "type": "Polygon", + }, + "id": "18169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17075 { + "geometry": { + "coordinates": [ + [ + [ + -87.52604893664925, + 41.0103368580732, + ], + [ + -87.52604893664925, + 40.73692817733715, + ], + [ + -87.52640786282818, + 40.49118265388579, + ], + [ + -87.93558370680447, + 40.48591859677141, + ], + [ + -88.11791820569917, + 40.48806719151197, + ], + [ + -88.1319163266773, + 40.997767578840936, + ], + [ + -87.52604893664925, + 41.0103368580732, + ], + ], + ], + "type": "Polygon", + }, + "id": "17075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18069 { + "geometry": { + "coordinates": [ + [ + [ + -85.33552246666038, + 41.005180230695856, + ], + [ + -85.33588139283931, + 40.91703413146445, + ], + [ + -85.33480461430253, + 40.654422139299704, + ], + [ + -85.44894313920118, + 40.653616416271994, + ], + [ + -85.63881508785333, + 40.65313298245537, + ], + [ + -85.64384005435831, + 41.002279627796106, + ], + [ + -85.33552246666038, + 41.005180230695856, + ], + ], + ], + "type": "Polygon", + }, + "id": "18069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08123 { + "geometry": { + "coordinates": [ + [ + [ + -103.58189369857158, + 40.52335786012564, + ], + [ + -104.14792028273878, + 40.524324727758895, + ], + [ + -104.15043276599127, + 40.00081961922184, + ], + [ + -104.96160593036532, + 40.0002824705367, + ], + [ + -105.05277317981268, + 40.00022875566819, + ], + [ + -105.05492673688623, + 40.26176645046266, + ], + [ + -105.05672136778087, + 40.3492679712719, + ], + [ + -104.94545425231362, + 40.34910682666636, + ], + [ + -104.94330069524007, + 40.99819729778905, + ], + [ + -104.0535226976811, + 41.00136647503137, + ], + [ + -103.57435624881413, + 41.001742479110966, + ], + [ + -103.58189369857158, + 40.52335786012564, + ], + ], + ], + "type": "Polygon", + }, + "id": "08123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31135 { + "geometry": { + "coordinates": [ + [ + [ + -101.25030924026457, + 41.00389107385152, + ], + [ + -101.24779675701208, + 40.69777003819047, + ], + [ + -101.34542467768011, + 40.698092327401554, + ], + [ + -102.0517913978076, + 40.697555178716414, + ], + [ + -102.0517913978076, + 40.74960488630644, + ], + [ + -102.05250925016546, + 41.00233334266462, + ], + [ + -102.0517913978076, + 41.003837358983006, + ], + [ + -101.25030924026457, + 41.00389107385152, + ], + ], + ], + "type": "Polygon", + }, + "id": "31135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08107 { + "geometry": { + "coordinates": [ + [ + [ + -106.65214823310947, + 40.444558148015666, + ], + [ + -106.63240729326851, + 40.341533030205895, + ], + [ + -106.62666447440569, + 39.92470565053756, + ], + [ + -107.0318921304138, + 39.91890444473806, + ], + [ + -107.03727602309769, + 40.091544032141925, + ], + [ + -107.03799387545554, + 40.22470319118803, + ], + [ + -107.43927334349544, + 40.22330660460666, + ], + [ + -107.42886448430657, + 40.54221177897404, + ], + [ + -107.31400810705007, + 40.600277551837635, + ], + [ + -107.31795629501826, + 41.00287049134975, + ], + [ + -106.85888971217118, + 41.00260191700718, + ], + [ + -106.84955763151909, + 40.924231923845326, + ], + [ + -106.6930658175071, + 40.88824296194097, + ], + [ + -106.63599655505779, + 40.79241563651206, + ], + [ + -106.70239789815919, + 40.578361885483936, + ], + [ + -106.65214823310947, + 40.444558148015666, + ], + ], + ], + "type": "Polygon", + }, + "id": "08107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08057 { + "geometry": { + "coordinates": [ + [ + [ + -105.85497318971356, + 40.4862408859825, + ], + [ + -105.95977963396012, + 40.34808624416459, + ], + [ + -106.01864352730408, + 40.373224802629124, + ], + [ + -106.23005104669183, + 40.323323689779656, + ], + [ + -106.26522581222663, + 40.3604406639228, + ], + [ + -106.45150849908953, + 40.351738855223545, + ], + [ + -106.48991360023467, + 40.41157721874809, + ], + [ + -106.6119485010697, + 40.37918715303418, + ], + [ + -106.65214823310947, + 40.444558148015666, + ], + [ + -106.70239789815919, + 40.578361885483936, + ], + [ + -106.63599655505779, + 40.79241563651206, + ], + [ + -106.6930658175071, + 40.88824296194097, + ], + [ + -106.84955763151909, + 40.924231923845326, + ], + [ + -106.85888971217118, + 41.00260191700718, + ], + [ + -106.3201415176024, + 40.999110450553786, + ], + [ + -106.19056916700991, + 40.99792872344648, + ], + [ + -106.185185274326, + 40.93395431504635, + ], + [ + -105.99495439949493, + 40.732093839170886, + ], + [ + -105.85497318971356, + 40.4862408859825, + ], + ], + ], + "type": "Polygon", + }, + "id": "08057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08081 { + "geometry": { + "coordinates": [ + [ + [ + -107.31795629501826, + 41.00287049134975, + ], + [ + -107.31400810705007, + 40.600277551837635, + ], + [ + -107.42886448430657, + 40.54221177897404, + ], + [ + -107.43927334349544, + 40.22330660460666, + ], + [ + -108.11333670751955, + 40.221641443682735, + ], + [ + -109.05085188687576, + 40.22260831131598, + ], + [ + -109.04833940362327, + 40.653616416271994, + ], + [ + -109.05049296069683, + 41.000668181740686, + ], + [ + -107.91843979236242, + 41.002011053453536, + ], + [ + -107.31795629501826, + 41.00287049134975, + ], + ], + ], + "type": "Polygon", + }, + "id": "08081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08075 { + "geometry": { + "coordinates": [ + [ + [ + -102.66483731141419, + 40.438434653005075, + ], + [ + -102.78005261484962, + 40.438434653005075, + ], + [ + -103.46560161659937, + 40.43633977313303, + ], + [ + -103.46739624749401, + 40.523250430388615, + ], + [ + -103.58189369857158, + 40.52335786012564, + ], + [ + -103.57435624881413, + 41.001742479110966, + ], + [ + -103.3823307430884, + 41.002279627796106, + ], + [ + -102.65371059986747, + 41.00233334266462, + ], + [ + -102.65119811661498, + 40.7494437417009, + ], + [ + -102.66483731141419, + 40.438434653005075, + ], + ], + ], + "type": "Polygon", + }, + "id": "08075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08115 { + "geometry": { + "coordinates": [ + [ + [ + -102.0517913978076, + 40.74960488630644, + ], + [ + -102.65119811661498, + 40.7494437417009, + ], + [ + -102.65371059986747, + 41.00233334266462, + ], + [ + -102.62104831758515, + 41.00238705753313, + ], + [ + -102.05250925016546, + 41.00233334266462, + ], + [ + -102.0517913978076, + 40.74960488630644, + ], + ], + ], + "type": "Polygon", + }, + "id": "08115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49009 { + "geometry": { + "coordinates": [ + [ + [ + -109.04833940362327, + 40.653616416271994, + ], + [ + -109.16140114998514, + 40.68380417237684, + ], + [ + -109.20375443909847, + 40.85864606938978, + ], + [ + -109.39434424010848, + 40.85805520583612, + ], + [ + -109.48407578484013, + 40.7394527761573, + ], + [ + -109.58062692697138, + 40.82534285091113, + ], + [ + -109.87028035336512, + 40.76378561159413, + ], + [ + -109.97759928086417, + 40.80981925391059, + ], + [ + -110.00057055631547, + 40.813740439312106, + ], + [ + -110.00057055631547, + 40.99766014910391, + ], + [ + -109.05049296069683, + 41.000668181740686, + ], + [ + -109.04833940362327, + 40.653616416271994, + ], + ], + ], + "type": "Polygon", + }, + "id": "49009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 32011 { + "geometry": { + "coordinates": [ + [ + [ + -115.83527452094582, + 40.12785528325736, + ], + [ + -115.79471586272712, + 39.85305001593994, + ], + [ + -115.83096740679869, + 39.73503844981478, + ], + [ + -115.81338002403129, + 39.59349977128049, + ], + [ + -115.90777760908898, + 39.46442294224145, + ], + [ + -115.90705975673113, + 39.161847087902316, + ], + [ + -116.6008640605962, + 39.16147108382272, + ], + [ + -116.59045520140732, + 40.071078667238105, + ], + [ + -116.596915872628, + 40.9464698794101, + ], + [ + -116.58722486579698, + 41.000399607398116, + ], + [ + -116.15830808197973, + 40.99991617358149, + ], + [ + -116.15794915580081, + 40.66640055497832, + ], + [ + -116.00073948943097, + 40.127371849440735, + ], + [ + -115.83527452094582, + 40.12785528325736, + ], + ], + ], + "type": "Polygon", + }, + "id": "32011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 32015 { + "geometry": { + "coordinates": [ + [ + [ + -116.58722486579698, + 41.000399607398116, + ], + [ + -116.596915872628, + 40.9464698794101, + ], + [ + -116.59045520140732, + 40.071078667238105, + ], + [ + -116.6008640605962, + 39.16147108382272, + ], + [ + -117.33199668706962, + 39.16340481908922, + ], + [ + -117.77562944422286, + 39.09341434541553, + ], + [ + -117.7207137388471, + 39.21287621299058, + ], + [ + -117.76306702796043, + 39.35291087520647, + ], + [ + -117.59006460971783, + 39.51797666614986, + ], + [ + -117.49459024612335, + 39.53398369696703, + ], + [ + -117.46372259473567, + 39.632711625295684, + ], + [ + -117.49566702466014, + 39.74921917510246, + ], + [ + -117.46874756124065, + 39.92142904355821, + ], + [ + -117.54196850174166, + 40.000980763827386, + ], + [ + -117.30041118332409, + 40.52615103328837, + ], + [ + -117.24693118266401, + 40.64244372362109, + ], + [ + -117.01865413286671, + 40.64298087230623, + ], + [ + -117.0182952066878, + 41.000238462792574, + ], + [ + -116.58722486579698, + 41.000399607398116, + ], + ], + ], + "type": "Polygon", + }, + "id": "32015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08069 { + "geometry": { + "coordinates": [ + [ + [ + -105.05492673688623, + 40.26176645046266, + ], + [ + -105.65325667715683, + 40.26042357874981, + ], + [ + -105.85497318971356, + 40.4862408859825, + ], + [ + -105.99495439949493, + 40.732093839170886, + ], + [ + -106.185185274326, + 40.93395431504635, + ], + [ + -106.19056916700991, + 40.99792872344648, + ], + [ + -105.27710204164178, + 40.99825101265756, + ], + [ + -104.94330069524007, + 40.99819729778905, + ], + [ + -104.94545425231362, + 40.34910682666636, + ], + [ + -105.05672136778087, + 40.3492679712719, + ], + [ + -105.05492673688623, + 40.26176645046266, + ], + ], + ], + "type": "Polygon", + }, + "id": "08069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18103 { + "geometry": { + "coordinates": [ + [ + [ + -85.94641482319341, + 40.999217880290814, + ], + [ + -85.9395952257938, + 40.650984387714814, + ], + [ + -85.86493858057707, + 40.6516826810055, + ], + [ + -85.86386180204029, + 40.565524031909106, + ], + [ + -86.16500086615969, + 40.56267714387786, + ], + [ + -86.16894905412788, + 40.90962147960953, + ], + [ + -86.16894905412788, + 40.996102417917, + ], + [ + -85.94641482319341, + 40.999217880290814, + ], + ], + ], + "type": "Polygon", + }, + "id": "18103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39033 { + "geometry": { + "coordinates": [ + [ + [ + -82.7246934411485, + 40.995618984100375, + ], + [ + -82.72720592440098, + 40.71119875531896, + ], + [ + -82.85821397970918, + 40.704967830571334, + ], + [ + -83.11125693585241, + 40.702872950699295, + ], + [ + -83.11269264056813, + 40.9934166744913, + ], + [ + -82.82949988539505, + 40.99663956660214, + ], + [ + -82.7246934411485, + 40.995618984100375, + ], + ], + ], + "type": "Polygon", + }, + "id": "39033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17053 { + "geometry": { + "coordinates": [ + [ + [ + -87.93558370680447, + 40.48591859677141, + ], + [ + -87.93271229737306, + 40.399545088200966, + ], + [ + -88.46033378039512, + 40.398846794910284, + ], + [ + -88.45925700185833, + 40.61730516515656, + ], + [ + -88.23492814002923, + 40.61811088818427, + ], + [ + -88.24713163011273, + 40.99475954620415, + ], + [ + -88.1319163266773, + 40.997767578840936, + ], + [ + -88.11791820569917, + 40.48806719151197, + ], + [ + -87.93558370680447, + 40.48591859677141, + ], + ], + ], + "type": "Polygon", + }, + "id": "17053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39139 { + "geometry": { + "coordinates": [ + [ + [ + -82.43288645768119, + 40.99287952580616, + ], + [ + -82.41637585345057, + 40.826793152361, + ], + [ + -82.33920672498135, + 40.72661492258247, + ], + [ + -82.3370531679078, + 40.554995917680365, + ], + [ + -82.6234762586912, + 40.54989300517154, + ], + [ + -82.62706552048047, + 40.709426164658, + ], + [ + -82.72720592440098, + 40.71119875531896, + ], + [ + -82.7246934411485, + 40.995618984100375, + ], + [ + -82.43288645768119, + 40.99287952580616, + ], + ], + ], + "type": "Polygon", + }, + "id": "39139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39175 { + "geometry": { + "coordinates": [ + [ + [ + -83.11269264056813, + 40.9934166744913, + ], + [ + -83.11125693585241, + 40.702872950699295, + ], + [ + -83.41993344972927, + 40.686812205013624, + ], + [ + -83.49566687348278, + 40.701583793854965, + ], + [ + -83.51576673950267, + 40.818091343661735, + ], + [ + -83.42029237590819, + 40.99180522843588, + ], + [ + -83.11269264056813, + 40.9934166744913, + ], + ], + ], + "type": "Polygon", + }, + "id": "39175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39169 { + "geometry": { + "coordinates": [ + [ + [ + -81.68847356258749, + 40.988582336325045, + ], + [ + -81.64755597818986, + 40.91440210290727, + ], + [ + -81.65006846144234, + 40.668065715902245, + ], + [ + -82.1263635008779, + 40.66817314563927, + ], + [ + -82.12923491030932, + 40.991751513567365, + ], + [ + -81.68847356258749, + 40.988582336325045, + ], + ], + ], + "type": "Polygon", + }, + "id": "39169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39161 { + "geometry": { + "coordinates": [ + [ + [ + -84.39944299201989, + 40.99024749724897, + ], + [ + -84.34057909867592, + 40.85907578833789, + ], + [ + -84.39728943494632, + 40.81594274892118, + ], + [ + -84.3969305087674, + 40.68493218461563, + ], + [ + -84.45615332829028, + 40.68487846974712, + ], + [ + -84.45615332829028, + 40.728226368637884, + ], + [ + -84.80215816477549, + 40.728118938900856, + ], + [ + -84.80287601713334, + 40.92256676292139, + ], + [ + -84.80323494331228, + 40.989388059352756, + ], + [ + -84.39944299201989, + 40.99024749724897, + ], + ], + ], + "type": "Polygon", + }, + "id": "39161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39151 { + "geometry": { + "coordinates": [ + [ + [ + -81.08691328670655, + 40.98815261737693, + ], + [ + -81.08655436052763, + 40.901617964200945, + ], + [ + -81.08727221288548, + 40.727850364558286, + ], + [ + -81.23730335567679, + 40.72355317507717, + ], + [ + -81.31770281975633, + 40.65157525126847, + ], + [ + -81.64899168290556, + 40.63460135281805, + ], + [ + -81.65006846144234, + 40.668065715902245, + ], + [ + -81.64755597818986, + 40.91440210290727, + ], + [ + -81.41999678075041, + 40.906667161841256, + ], + [ + -81.39343624350984, + 40.98852862145653, + ], + [ + -81.08691328670655, + 40.98815261737693, + ], + ], + ], + "type": "Polygon", + }, + "id": "39151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17143 { + "geometry": { + "coordinates": [ + [ + [ + -89.63868842581105, + 40.97370331774668, + ], + [ + -89.44773969862212, + 40.97321988393006, + ], + [ + -89.47214667878912, + 40.92122389120854, + ], + [ + -89.55505862612115, + 40.747617436171424, + ], + [ + -89.68283634581901, + 40.552363889123185, + ], + [ + -89.87234936829225, + 40.51309832023948, + ], + [ + -89.87378507300795, + 40.623750949378234, + ], + [ + -89.98864145026445, + 40.62579211438177, + ], + [ + -89.98612896701196, + 40.71227305268924, + ], + [ + -89.98541111465411, + 40.97472390024844, + ], + [ + -89.63868842581105, + 40.97370331774668, + ], + ], + ], + "type": "Polygon", + }, + "id": "17143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42095 { + "geometry": { + "coordinates": [ + [ + [ + -75.1969346905215, + 40.608495926720266, + ], + [ + -75.33404449087146, + 40.536786577254134, + ], + [ + -75.43023670682378, + 40.67332977301662, + ], + [ + -75.48407563366277, + 40.65533529206444, + ], + [ + -75.60898194392921, + 40.78736643887176, + ], + [ + -75.47402570065282, + 40.81476102181387, + ], + [ + -75.28774301378994, + 40.86401755624117, + ], + [ + -75.12048341441015, + 40.96822440115825, + ], + [ + -75.05013388334054, + 40.87051705533136, + ], + [ + -75.1725277103545, + 40.77796633688181, + ], + [ + -75.1969346905215, + 40.608495926720266, + ], + ], + ], + "type": "Polygon", + }, + "id": "42095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 32027 { + "geometry": { + "coordinates": [ + [ + [ + -117.30041118332409, + 40.52615103328837, + ], + [ + -117.54196850174166, + 40.000980763827386, + ], + [ + -118.50101925183347, + 39.998617309612776, + ], + [ + -119.22497335472836, + 39.99931560290345, + ], + [ + -119.33911187962701, + 39.998617309612776, + ], + [ + -119.33839402726916, + 40.517825228668706, + ], + [ + -119.31291026856536, + 40.51830866248533, + ], + [ + -119.30967993295502, + 40.96038203035522, + ], + [ + -118.78672449025902, + 40.960865464171846, + ], + [ + -118.78672449025902, + 40.85585289622705, + ], + [ + -117.64426246273574, + 40.85784034636207, + ], + [ + -117.64426246273574, + 40.68434132106198, + ], + [ + -117.30938433779724, + 40.68353559803427, + ], + [ + -117.30041118332409, + 40.52615103328837, + ], + ], + ], + "type": "Polygon", + }, + "id": "32027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42107 { + "geometry": { + "coordinates": [ + [ + [ + -75.99734006952777, + 40.91295180145739, + ], + [ + -75.75793630818374, + 40.735424161018756, + ], + [ + -75.89145684674442, + 40.67719724354962, + ], + [ + -76.17177819248607, + 40.53496027172466, + ], + [ + -76.44025497432315, + 40.495909562315006, + ], + [ + -76.5353704117387, + 40.55515706228591, + ], + [ + -76.7015532325817, + 40.65796732062162, + ], + [ + -76.38031430244241, + 40.77549545293017, + ], + [ + -76.3070933619414, + 40.80181573850201, + ], + [ + -76.20767081037873, + 40.94969277152094, + ], + [ + -75.99734006952777, + 40.91295180145739, + ], + ], + ], + "type": "Polygon", + }, + "id": "42107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39029 { + "geometry": { + "coordinates": [ + [ + [ + -80.51945099782364, + 40.89957679919742, + ], + [ + -80.51873314546579, + 40.851448277008906, + ], + [ + -80.5190920716447, + 40.638629967956604, + ], + [ + -80.66804643589924, + 40.58239050062248, + ], + [ + -80.86186657251959, + 40.59941811394141, + ], + [ + -80.91714120407428, + 40.72693721179355, + ], + [ + -81.08727221288548, + 40.727850364558286, + ], + [ + -81.08655436052763, + 40.901617964200945, + ], + [ + -80.51945099782364, + 40.89957679919742, + ], + ], + ], + "type": "Polygon", + }, + "id": "39029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17203 { + "geometry": { + "coordinates": [ + [ + [ + -88.92945029625214, + 40.75325749736539, + ], + [ + -88.98472492780684, + 40.66495025352844, + ], + [ + -89.13367929206136, + 40.59673237051571, + ], + [ + -89.2693533876956, + 40.59420777169555, + ], + [ + -89.3274994286817, + 40.615371429890054, + ], + [ + -89.33072976429204, + 40.74836944433062, + ], + [ + -89.55505862612115, + 40.747617436171424, + ], + [ + -89.47214667878912, + 40.92122389120854, + ], + [ + -89.04753700911898, + 40.92595079963777, + ], + [ + -88.93124492714678, + 40.927777105167245, + ], + [ + -88.92945029625214, + 40.75325749736539, + ], + ], + ], + "type": "Polygon", + }, + "id": "17203", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18001 { + "geometry": { + "coordinates": [ + [ + [ + -84.80215816477549, + 40.728118938900856, + ], + [ + -84.80251709095442, + 40.57218467560483, + ], + [ + -85.06884031571794, + 40.5682097753348, + ], + [ + -85.07386528222291, + 40.917786139623644, + ], + [ + -84.80287601713334, + 40.92256676292139, + ], + [ + -84.80215816477549, + 40.728118938900856, + ], + ], + ], + "type": "Polygon", + }, + "id": "18001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39003 { + "geometry": { + "coordinates": [ + [ + [ + -83.88043573729206, + 40.92041816818083, + ], + [ + -83.88007681111313, + 40.81991764919121, + ], + [ + -83.88007681111313, + 40.64464603323016, + ], + [ + -84.10763600855257, + 40.64298087230623, + ], + [ + -84.22285131198801, + 40.6859527671174, + ], + [ + -84.3969305087674, + 40.68493218461563, + ], + [ + -84.39728943494632, + 40.81594274892118, + ], + [ + -84.34057909867592, + 40.85907578833789, + ], + [ + -84.10943063944721, + 40.861009523604395, + ], + [ + -84.10943063944721, + 40.90467971170624, + ], + [ + -83.88043573729206, + 40.92041816818083, + ], + ], + ], + "type": "Polygon", + }, + "id": "39003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49035 { + "geometry": { + "coordinates": [ + [ + [ + -111.73849111467793, + 40.86106323847291, + ], + [ + -111.6408631940099, + 40.7990762802078, + ], + [ + -111.55292628017288, + 40.60935536461649, + ], + [ + -111.59384386457052, + 40.57707272863961, + ], + [ + -111.76074453777137, + 40.529212780793664, + ], + [ + -111.98256091634799, + 40.41458525138488, + ], + [ + -112.03352843375556, + 40.46266005870487, + ], + [ + -112.173150717358, + 40.466957248185984, + ], + [ + -112.20796655671388, + 40.71571080427413, + ], + [ + -112.2636001144475, + 40.773400573058126, + ], + [ + -112.00660897033607, + 40.921814754762195, + ], + [ + -111.94128440577144, + 40.822227388537314, + ], + [ + -111.73849111467793, + 40.86106323847291, + ], + ], + ], + "type": "Polygon", + }, + "id": "49035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36005 { + "geometry": { + "coordinates": [ + [ + [ + -73.79389225709754, + 40.88362348324877, + ], + [ + -73.79819937124466, + 40.815996463789695, + ], + [ + -73.91485037939579, + 40.797142544941295, + ], + [ + -73.9245413862268, + 40.87900400455656, + ], + [ + -73.91054326524868, + 40.91520782593498, + ], + [ + -73.79389225709754, + 40.88362348324877, + ], + ], + ], + "type": "Polygon", + }, + "id": "36005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18179 { + "geometry": { + "coordinates": [ + [ + [ + -85.07386528222291, + 40.917786139623644, + ], + [ + -85.06884031571794, + 40.5682097753348, + ], + [ + -85.20128407574184, + 40.56724290770155, + ], + [ + -85.44714850830654, + 40.566920618490464, + ], + [ + -85.44894313920118, + 40.653616416271994, + ], + [ + -85.33480461430253, + 40.654422139299704, + ], + [ + -85.33588139283931, + 40.91703413146445, + ], + [ + -85.07386528222291, + 40.917786139623644, + ], + ], + ], + "type": "Polygon", + }, + "id": "18179", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36059 { + "geometry": { + "coordinates": [ + [ + [ + -73.46403909866402, + 40.859505507286, + ], + [ + -73.42419829280317, + 40.657483886805, + ], + [ + -73.73825869936393, + 40.594798635249205, + ], + [ + -73.76661386749912, + 40.62004462345077, + ], + [ + -73.74400151822674, + 40.63739452598078, + ], + [ + -73.70128930293448, + 40.75132376209889, + ], + [ + -73.74651400147923, + 40.78006121675385, + ], + [ + -73.71421064537584, + 40.869765047172166, + ], + [ + -73.56705091201594, + 40.91563754488308, + ], + [ + -73.46403909866402, + 40.859505507286, + ], + ], + ], + "type": "Polygon", + }, + "id": "36059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18181 { + "geometry": { + "coordinates": [ + [ + [ + -86.5813552337145, + 40.91091063645386, + ], + [ + -86.58171415989344, + 40.73574645022984, + ], + [ + -86.74789698073644, + 40.7375190408908, + ], + [ + -86.77122718236667, + 40.56208628032421, + ], + [ + -87.09533752193737, + 40.56289200335192, + ], + [ + -87.09892678372663, + 40.73655217325755, + ], + [ + -87.09964463608448, + 40.837643555800824, + ], + [ + -86.98658288972261, + 40.837912130143394, + ], + [ + -86.93059040581007, + 40.912414652772256, + ], + [ + -86.5813552337145, + 40.91091063645386, + ], + ], + ], + "type": "Polygon", + }, + "id": "18181", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18017 { + "geometry": { + "coordinates": [ + [ + [ + -86.46865241353157, + 40.9098900539521, + ], + [ + -86.16894905412788, + 40.90962147960953, + ], + [ + -86.16500086615969, + 40.56267714387786, + ], + [ + -86.37425482847388, + 40.56138798703353, + ], + [ + -86.37353697611603, + 40.69245226620759, + ], + [ + -86.52500382362304, + 40.692398551339075, + ], + [ + -86.58171415989344, + 40.73574645022984, + ], + [ + -86.5813552337145, + 40.91091063645386, + ], + [ + -86.46865241353157, + 40.9098900539521, + ], + ], + ], + "type": "Polygon", + }, + "id": "18017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42063 { + "geometry": { + "coordinates": [ + [ + [ + -78.80521956727033, + 40.90591515368206, + ], + [ + -78.80163030548107, + 40.724520042710424, + ], + [ + -78.97463272372367, + 40.39589247714201, + ], + [ + -79.1006158125269, + 40.368605323936926, + ], + [ + -79.1573261487973, + 40.41259780124986, + ], + [ + -79.39457635306776, + 40.455945700140624, + ], + [ + -79.45020991080138, + 40.5301259335584, + ], + [ + -79.21511326360448, + 40.775925171878285, + ], + [ + -79.2154721897834, + 40.911340355401975, + ], + [ + -78.80521956727033, + 40.90591515368206, + ], + ], + ], + "type": "Polygon", + }, + "id": "42063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 34013 { + "geometry": { + "coordinates": [ + [ + [ + -74.27198192742773, + 40.89742820445686, + ], + [ + -74.13020608675174, + 40.819971364059725, + ], + [ + -74.14743454334021, + 40.786399571238505, + ], + [ + -74.1176436704893, + 40.73467215285956, + ], + [ + -74.15999695960264, + 40.68691963475065, + ], + [ + -74.37176340516932, + 40.73929163155176, + ], + [ + -74.33012796841383, + 40.90860089710776, + ], + [ + -74.27198192742773, + 40.89742820445686, + ], + ], + ], + "type": "Polygon", + }, + "id": "34013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19071 { + "geometry": { + "coordinates": [ + [ + [ + -95.38509655042546, + 40.90156424933243, + ], + [ + -95.37396983887874, + 40.5805104802245, + ], + [ + -95.76555830008763, + 40.58518367378521, + ], + [ + -95.88364501295447, + 40.74783229564548, + ], + [ + -95.8341132002626, + 40.78376754268132, + ], + [ + -95.81329548188486, + 40.90167167906946, + ], + [ + -95.38509655042546, + 40.90156424933243, + ], + ], + ], + "type": "Polygon", + }, + "id": "19071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19145 { + "geometry": { + "coordinates": [ + [ + [ + -94.92854245083086, + 40.90065109656769, + ], + [ + -94.91490325603165, + 40.57508527850459, + ], + [ + -95.20240312535184, + 40.578469315220964, + ], + [ + -95.37396983887874, + 40.5805104802245, + ], + [ + -95.38509655042546, + 40.90156424933243, + ], + [ + -94.92854245083086, + 40.90065109656769, + ], + ], + ], + "type": "Polygon", + }, + "id": "19145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19173 { + "geometry": { + "coordinates": [ + [ + [ + -94.47091157269948, + 40.89946936946039, + ], + [ + -94.47127049887841, + 40.570788089023466, + ], + [ + -94.63242835321644, + 40.571325237708606, + ], + [ + -94.91490325603165, + 40.57508527850459, + ], + [ + -94.92854245083086, + 40.90065109656769, + ], + [ + -94.47091157269948, + 40.89946936946039, + ], + ], + ], + "type": "Polygon", + }, + "id": "19173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19177 { + "geometry": { + "coordinates": [ + [ + [ + -91.71866563269053, + 40.900812241173234, + ], + [ + -91.71866563269053, + 40.813471864969536, + ], + [ + -91.7168710017959, + 40.59850496117667, + ], + [ + -91.94299449451964, + 40.60581018329457, + ], + [ + -92.17988577261117, + 40.600546126180205, + ], + [ + -92.17916792025332, + 40.89973794380296, + ], + [ + -91.71866563269053, + 40.900812241173234, + ], + ], + ], + "type": "Polygon", + }, + "id": "19177", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19051 { + "geometry": { + "coordinates": [ + [ + [ + -92.17916792025332, + 40.89973794380296, + ], + [ + -92.17988577261117, + 40.600546126180205, + ], + [ + -92.35073463378022, + 40.59726951920085, + ], + [ + -92.63787557692149, + 40.590823734979175, + ], + [ + -92.63895235545826, + 40.89887850590674, + ], + [ + -92.17916792025332, + 40.89973794380296, + ], + ], + ], + "type": "Polygon", + }, + "id": "19051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19159 { + "geometry": { + "coordinates": [ + [ + [ + -94.01471639928381, + 40.896998485508746, + ], + [ + -94.01543425164166, + 40.57390355139728, + ], + [ + -94.23222566371331, + 40.57186238639375, + ], + [ + -94.47127049887841, + 40.570788089023466, + ], + [ + -94.47091157269948, + 40.89946936946039, + ], + [ + -94.01471639928381, + 40.896998485508746, + ], + ], + ], + "type": "Polygon", + }, + "id": "19159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19053 { + "geometry": { + "coordinates": [ + [ + [ + -93.55636766879458, + 40.89828764235308, + ], + [ + -93.55672659497351, + 40.58024190588193, + ], + [ + -93.774235859403, + 40.57755616245623, + ], + [ + -94.01543425164166, + 40.57390355139728, + ], + [ + -94.01471639928381, + 40.896998485508746, + ], + [ + -93.55636766879458, + 40.89828764235308, + ], + ], + ], + "type": "Polygon", + }, + "id": "19053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19185 { + "geometry": { + "coordinates": [ + [ + [ + -93.09766001212643, + 40.898448786958625, + ], + [ + -93.09730108594749, + 40.58394823180939, + ], + [ + -93.37439209607881, + 40.580349335618955, + ], + [ + -93.55672659497351, + 40.58024190588193, + ], + [ + -93.55636766879458, + 40.89828764235308, + ], + [ + -93.09766001212643, + 40.898448786958625, + ], + ], + ], + "type": "Polygon", + }, + "id": "19185", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19007 { + "geometry": { + "coordinates": [ + [ + [ + -92.63895235545826, + 40.89887850590674, + ], + [ + -92.63787557692149, + 40.590823734979175, + ], + [ + -92.71432685303284, + 40.58942714839782, + ], + [ + -93.09730108594749, + 40.58394823180939, + ], + [ + -93.09766001212643, + 40.898448786958625, + ], + [ + -92.63895235545826, + 40.89887850590674, + ], + ], + ], + "type": "Polygon", + }, + "id": "19007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42109 { + "geometry": { + "coordinates": [ + [ + [ + -76.8002579317865, + 40.88201203719335, + ], + [ + -76.8447647779734, + 40.716033093485215, + ], + [ + -76.93988021538894, + 40.638253963877006, + ], + [ + -77.03786706223589, + 40.679506982895724, + ], + [ + -77.28803860894772, + 40.69352656357786, + ], + [ + -77.35443995204913, + 40.70163750872348, + ], + [ + -77.35659350912269, + 40.80729465509043, + ], + [ + -76.94311055099928, + 40.88775952812434, + ], + [ + -76.8002579317865, + 40.88201203719335, + ], + ], + ], + "type": "Polygon", + }, + "id": "42109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36061 { + "geometry": { + "coordinates": [ + [ + [ + -73.91485037939579, + 40.797142544941295, + ], + [ + -74.0121193738849, + 40.70007977753657, + ], + [ + -73.9245413862268, + 40.87900400455656, + ], + [ + -73.91485037939579, + 40.797142544941295, + ], + ], + ], + "type": "Polygon", + }, + "id": "36061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49047 { + "geometry": { + "coordinates": [ + [ + [ + -109.04833940362327, + 40.653616416271994, + ], + [ + -109.05085188687576, + 40.22260831131598, + ], + [ + -109.05121081305468, + 39.660482212317405, + ], + [ + -109.05121081305468, + 39.49767244585159, + ], + [ + -109.10720329696723, + 39.46195205828981, + ], + [ + -110.02425968412462, + 39.46168348394724, + ], + [ + -110.0239007579457, + 39.46893499119662, + ], + [ + -110.03789887892383, + 39.56589032886431, + ], + [ + -109.99410988509479, + 39.7024335246268, + ], + [ + -109.88499632670111, + 39.80572721677915, + ], + [ + -109.96754934785422, + 39.80599579112172, + ], + [ + -109.97759928086417, + 40.80981925391059, + ], + [ + -109.87028035336512, + 40.76378561159413, + ], + [ + -109.58062692697138, + 40.82534285091113, + ], + [ + -109.48407578484013, + 40.7394527761573, + ], + [ + -109.39434424010848, + 40.85805520583612, + ], + [ + -109.20375443909847, + 40.85864606938978, + ], + [ + -109.16140114998514, + 40.68380417237684, + ], + [ + -109.04833940362327, + 40.653616416271994, + ], + ], + ], + "type": "Polygon", + }, + "id": "49047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42007 { + "geometry": { + "coordinates": [ + [ + [ + -80.1583712618235, + 40.85510088806785, + ], + [ + -80.14868025499248, + 40.67451150012393, + ], + [ + -80.17775327548554, + 40.60919422001095, + ], + [ + -80.3608056267381, + 40.47753907728324, + ], + [ + -80.5190920716447, + 40.4773779326777, + ], + [ + -80.5190920716447, + 40.638629967956604, + ], + [ + -80.51873314546579, + 40.851448277008906, + ], + [ + -80.1583712618235, + 40.85510088806785, + ], + ], + ], + "type": "Polygon", + }, + "id": "42007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42087 { + "geometry": { + "coordinates": [ + [ + [ + -77.75177123212084, + 40.3788648638231, + ], + [ + -77.91364693881673, + 40.3981485016196, + ], + [ + -77.81637794432763, + 40.49956217337396, + ], + [ + -77.84186170303141, + 40.55000043490857, + ], + [ + -77.68716451991406, + 40.676767524601516, + ], + [ + -77.68142170105124, + 40.72973038495628, + ], + [ + -77.36413095888015, + 40.846936228053735, + ], + [ + -77.35659350912269, + 40.80729465509043, + ], + [ + -77.35443995204913, + 40.70163750872348, + ], + [ + -77.28803860894772, + 40.69352656357786, + ], + [ + -77.49765149744083, + 40.5816922073318, + ], + [ + -77.75177123212084, + 40.3788648638231, + ], + ], + ], + "type": "Polygon", + }, + "id": "42087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49013 { + "geometry": { + "coordinates": [ + [ + [ + -110.00057055631547, + 40.813740439312106, + ], + [ + -109.97759928086417, + 40.80981925391059, + ], + [ + -109.96754934785422, + 39.80599579112172, + ], + [ + -110.85804519777105, + 39.81244157534339, + ], + [ + -110.89214318476907, + 39.89913737312492, + ], + [ + -110.90183419160009, + 40.67816411118287, + ], + [ + -110.75108519645093, + 40.747617436171424, + ], + [ + -110.65740546375109, + 40.740580788396095, + ], + [ + -110.37493056093588, + 40.788279591636496, + ], + [ + -110.26186881457402, + 40.83549496106026, + ], + [ + -110.00057055631547, + 40.813740439312106, + ], + ], + ], + "type": "Polygon", + }, + "id": "49013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39065 { + "geometry": { + "coordinates": [ + [ + [ + -83.51576673950267, + 40.818091343661735, + ], + [ + -83.49566687348278, + 40.701583793854965, + ], + [ + -83.41993344972927, + 40.686812205013624, + ], + [ + -83.41849774501355, + 40.505202234567925, + ], + [ + -83.52007385364978, + 40.50407422232913, + ], + [ + -83.88007681111313, + 40.53872031252064, + ], + [ + -83.88007681111313, + 40.64464603323016, + ], + [ + -83.88007681111313, + 40.81991764919121, + ], + [ + -83.51576673950267, + 40.818091343661735, + ], + ], + ], + "type": "Polygon", + }, + "id": "39065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 34017 { + "geometry": { + "coordinates": [ + [ + [ + -73.99273736022286, + 40.80084887086876, + ], + [ + -74.06847078397637, + 40.66376852642114, + ], + [ + -74.14384528155095, + 40.64346430612285, + ], + [ + -74.1176436704893, + 40.73467215285956, + ], + [ + -74.14743454334021, + 40.786399571238505, + ], + [ + -73.99273736022286, + 40.80084887086876, + ], + ], + ], + "type": "Polygon", + }, + "id": "34017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 19111 { + "geometry": { + "coordinates": [ + [ + [ + -91.40927126645583, + 40.81266614194183, + ], + [ + -91.26498294252734, + 40.754278079867156, + ], + [ + -91.11279824266248, + 40.69631973674059, + ], + [ + -91.18530133080564, + 40.63777053006038, + ], + [ + -91.35399663490114, + 40.60650847658525, + ], + [ + -91.40639985702441, + 40.55193417017507, + ], + [ + -91.36512334644786, + 40.4008342450453, + ], + [ + -91.41932119946577, + 40.37827400026944, + ], + [ + -91.7168710017959, + 40.59850496117667, + ], + [ + -91.71866563269053, + 40.813471864969536, + ], + [ + -91.40927126645583, + 40.81266614194183, + ], + ], + ], + "type": "Polygon", + }, + "id": "19111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36081 { + "geometry": { + "coordinates": [ + [ + [ + -73.74651400147923, + 40.78006121675385, + ], + [ + -73.70128930293448, + 40.75132376209889, + ], + [ + -73.74400151822674, + 40.63739452598078, + ], + [ + -73.85706326458862, + 40.6505546687667, + ], + [ + -73.96043400411946, + 40.73730418141675, + ], + [ + -73.91054326524868, + 40.79096533506219, + ], + [ + -73.74651400147923, + 40.78006121675385, + ], + ], + ], + "type": "Polygon", + }, + "id": "36081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 34019 { + "geometry": { + "coordinates": [ + [ + [ + -74.72494676523307, + 40.71914855585902, + ], + [ + -74.71310220132848, + 40.5840019466779, + ], + [ + -74.77555535646171, + 40.50348335877548, + ], + [ + -74.74827696686329, + 40.42414649798036, + ], + [ + -74.85631374672019, + 40.34663594271471, + ], + [ + -74.9428149558415, + 40.34169417481144, + ], + [ + -75.06197844724511, + 40.42205161810831, + ], + [ + -75.06772126610794, + 40.541298626209304, + ], + [ + -75.18975616694297, + 40.59179060261243, + ], + [ + -74.9686576407242, + 40.71050046202828, + ], + [ + -74.88969388136036, + 40.78779615781987, + ], + [ + -74.72494676523307, + 40.71914855585902, + ], + ], + ], + "type": "Polygon", + }, + "id": "34019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42077 { + "geometry": { + "coordinates": [ + [ + [ + -75.33404449087146, + 40.536786577254134, + ], + [ + -75.48407563366277, + 40.41845272191788, + ], + [ + -75.52965925838645, + 40.447029031967304, + ], + [ + -75.89145684674442, + 40.67719724354962, + ], + [ + -75.75793630818374, + 40.735424161018756, + ], + [ + -75.60898194392921, + 40.78736643887176, + ], + [ + -75.48407563366277, + 40.65533529206444, + ], + [ + -75.43023670682378, + 40.67332977301662, + ], + [ + -75.33404449087146, + 40.536786577254134, + ], + ], + ], + "type": "Polygon", + }, + "id": "42077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31131 { + "geometry": { + "coordinates": [ + [ + [ + -95.8341132002626, + 40.78376754268132, + ], + [ + -95.88364501295447, + 40.74783229564548, + ], + [ + -95.76555830008763, + 40.58518367378521, + ], + [ + -95.709924742354, + 40.523787579073755, + ], + [ + -96.06705629038595, + 40.52314300065159, + ], + [ + -96.46366971809981, + 40.522981856046044, + ], + [ + -96.46366971809981, + 40.78392868728686, + ], + [ + -95.8341132002626, + 40.78376754268132, + ], + ], + ], + "type": "Polygon", + }, + "id": "31131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 34035 { + "geometry": { + "coordinates": [ + [ + [ + -74.46077709754312, + 40.67418921091284, + ], + [ + -74.46293065461667, + 40.59888096525627, + ], + [ + -74.52646058828667, + 40.556285074524695, + ], + [ + -74.4593413928274, + 40.49091407954322, + ], + [ + -74.61942246862866, + 40.37435281486792, + ], + [ + -74.74827696686329, + 40.42414649798036, + ], + [ + -74.77555535646171, + 40.50348335877548, + ], + [ + -74.71310220132848, + 40.5840019466779, + ], + [ + -74.72494676523307, + 40.71914855585902, + ], + [ + -74.55589253495864, + 40.757984405794616, + ], + [ + -74.46077709754312, + 40.67418921091284, + ], + ], + ], + "type": "Polygon", + }, + "id": "34035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17113 { + "geometry": { + "coordinates": [ + [ + [ + -88.45925700185833, + 40.61730516515656, + ], + [ + -88.46033378039512, + 40.398846794910284, + ], + [ + -88.45961592803727, + 40.28158723694431, + ], + [ + -88.57519015765162, + 40.2815335220758, + ], + [ + -89.14875419157627, + 40.28201695589242, + ], + [ + -89.26396949501171, + 40.32514999530913, + ], + [ + -89.2693533876956, + 40.59420777169555, + ], + [ + -89.13367929206136, + 40.59673237051571, + ], + [ + -88.98472492780684, + 40.66495025352844, + ], + [ + -88.92945029625214, + 40.75325749736539, + ], + [ + -88.5845222383037, + 40.75750097197799, + ], + [ + -88.57447230529377, + 40.616445727260334, + ], + [ + -88.45925700185833, + 40.61730516515656, + ], + ], + ], + "type": "Polygon", + }, + "id": "17113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08095 { + "geometry": { + "coordinates": [ + [ + [ + -102.0517913978076, + 40.74960488630644, + ], + [ + -102.0517913978076, + 40.697555178716414, + ], + [ + -102.0517913978076, + 40.43999238419198, + ], + [ + -102.66483731141419, + 40.438434653005075, + ], + [ + -102.65119811661498, + 40.7494437417009, + ], + [ + -102.0517913978076, + 40.74960488630644, + ], + ], + ], + "type": "Polygon", + }, + "id": "08095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17179 { + "geometry": { + "coordinates": [ + [ + [ + -89.2693533876956, + 40.59420777169555, + ], + [ + -89.26396949501171, + 40.32514999530913, + ], + [ + -89.60315473409732, + 40.32010079766882, + ], + [ + -89.71478077574348, + 40.31918764490408, + ], + [ + -89.71693433281705, + 40.43515804602572, + ], + [ + -89.92475259041552, + 40.435910054184916, + ], + [ + -89.87234936829225, + 40.51309832023948, + ], + [ + -89.68283634581901, + 40.552363889123185, + ], + [ + -89.55505862612115, + 40.747617436171424, + ], + [ + -89.33072976429204, + 40.74836944433062, + ], + [ + -89.3274994286817, + 40.615371429890054, + ], + [ + -89.2693533876956, + 40.59420777169555, + ], + ], + ], + "type": "Polygon", + }, + "id": "17179", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42061 { + "geometry": { + "coordinates": [ + [ + [ + -77.68142170105124, + 40.72973038495628, + ], + [ + -77.68716451991406, + 40.676767524601516, + ], + [ + -77.84186170303141, + 40.55000043490857, + ], + [ + -77.81637794432763, + 40.49956217337396, + ], + [ + -77.91364693881673, + 40.3981485016196, + ], + [ + -77.75177123212084, + 40.3788648638231, + ], + [ + -77.70295727178683, + 40.26380761546619, + ], + [ + -77.86447405230379, + 40.061517420642616, + ], + [ + -78.1347454650355, + 40.16513340200605, + ], + [ + -78.23596264749278, + 40.22443461684546, + ], + [ + -78.25749821822839, + 40.297809127235524, + ], + [ + -78.13438653885657, + 40.47324188780212, + ], + [ + -78.1537685525186, + 40.54070776265566, + ], + [ + -78.22016989562002, + 40.65823589496419, + ], + [ + -78.11608130373132, + 40.73934534642027, + ], + [ + -77.94415566402549, + 40.69153911344285, + ], + [ + -77.82463324644294, + 40.74364253590139, + ], + [ + -77.68142170105124, + 40.72973038495628, + ], + ], + ], + "type": "Polygon", + }, + "id": "42061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42013 { + "geometry": { + "coordinates": [ + [ + [ + -78.1537685525186, + 40.54070776265566, + ], + [ + -78.13438653885657, + 40.47324188780212, + ], + [ + -78.25749821822839, + 40.297809127235524, + ], + [ + -78.28800694343714, + 40.24350339516791, + ], + [ + -78.43444882443919, + 40.30226746132219, + ], + [ + -78.4480880192384, + 40.243825684379, + ], + [ + -78.62037258512315, + 40.32703001570712, + ], + [ + -78.56402117503168, + 40.37053905920342, + ], + [ + -78.53961419486467, + 40.50643767654375, + ], + [ + -78.35046009857037, + 40.72484233192151, + ], + [ + -78.35979217922245, + 40.732523558119, + ], + [ + -78.11608130373132, + 40.73934534642027, + ], + [ + -78.22016989562002, + 40.65823589496419, + ], + [ + -78.1537685525186, + 40.54070776265566, + ], + ], + ], + "type": "Polygon", + }, + "id": "42013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36047 { + "geometry": { + "coordinates": [ + [ + [ + -73.85706326458862, + 40.6505546687667, + ], + [ + -73.87608635207172, + 40.58410937641493, + ], + [ + -74.0379620587676, + 40.61080566606637, + ], + [ + -73.96043400411946, + 40.73730418141675, + ], + [ + -73.85706326458862, + 40.6505546687667, + ], + ], + ], + "type": "Polygon", + }, + "id": "36047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18007 { + "geometry": { + "coordinates": [ + [ + [ + -87.26726316164319, + 40.736498458389036, + ], + [ + -87.09892678372663, + 40.73655217325755, + ], + [ + -87.09533752193737, + 40.56289200335192, + ], + [ + -87.09354289104273, + 40.47571277175376, + ], + [ + -87.52640786282818, + 40.47716307320364, + ], + [ + -87.52640786282818, + 40.49118265388579, + ], + [ + -87.52604893664925, + 40.73692817733715, + ], + [ + -87.26726316164319, + 40.736498458389036, + ], + ], + ], + "type": "Polygon", + }, + "id": "18007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 34039 { + "geometry": { + "coordinates": [ + [ + [ + -74.15999695960264, + 40.68691963475065, + ], + [ + -74.2080930675788, + 40.595335783934345, + ], + [ + -74.46293065461667, + 40.59888096525627, + ], + [ + -74.46077709754312, + 40.67418921091284, + ], + [ + -74.37176340516932, + 40.73929163155176, + ], + [ + -74.15999695960264, + 40.68691963475065, + ], + ], + ], + "type": "Polygon", + }, + "id": "34039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18015 { + "geometry": { + "coordinates": [ + [ + [ + -86.58171415989344, + 40.73574645022984, + ], + [ + -86.52500382362304, + 40.692398551339075, + ], + [ + -86.37353697611603, + 40.69245226620759, + ], + [ + -86.37425482847388, + 40.56138798703353, + ], + [ + -86.37569053318958, + 40.43182772417786, + ], + [ + -86.6947759062553, + 40.43209629852043, + ], + [ + -86.69585268479209, + 40.56187142085015, + ], + [ + -86.77122718236667, + 40.56208628032421, + ], + [ + -86.74789698073644, + 40.7375190408908, + ], + [ + -86.58171415989344, + 40.73574645022984, + ], + ], + ], + "type": "Polygon", + }, + "id": "18015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39019 { + "geometry": { + "coordinates": [ + [ + [ + -81.08727221288548, + 40.727850364558286, + ], + [ + -80.91714120407428, + 40.72693721179355, + ], + [ + -80.86186657251959, + 40.59941811394141, + ], + [ + -80.92108939204248, + 40.55623135965619, + ], + [ + -80.94154818424128, + 40.4246836466655, + ], + [ + -81.2699656379591, + 40.43343917023327, + ], + [ + -81.26458174527521, + 40.56504059809248, + ], + [ + -81.31770281975633, + 40.65157525126847, + ], + [ + -81.23730335567679, + 40.72355317507717, + ], + [ + -81.08727221288548, + 40.727850364558286, + ], + ], + ], + "type": "Polygon", + }, + "id": "39019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39107 { + "geometry": { + "coordinates": [ + [ + [ + -84.45615332829028, + 40.68487846974712, + ], + [ + -84.45543547593243, + 40.35877550299887, + ], + [ + -84.43425883137576, + 40.354532028386274, + ], + [ + -84.43461775755469, + 40.3542634540437, + ], + [ + -84.80395279567013, + 40.35275943772531, + ], + [ + -84.80251709095442, + 40.57218467560483, + ], + [ + -84.80215816477549, + 40.728118938900856, + ], + [ + -84.45615332829028, + 40.728226368637884, + ], + [ + -84.45615332829028, + 40.68487846974712, + ], + ], + ], + "type": "Polygon", + }, + "id": "39107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42021 { + "geometry": { + "coordinates": [ + [ + [ + -78.35046009857037, + 40.72484233192151, + ], + [ + -78.53961419486467, + 40.50643767654375, + ], + [ + -78.56402117503168, + 40.37053905920342, + ], + [ + -78.62037258512315, + 40.32703001570712, + ], + [ + -78.65841876008936, + 40.242912531614266, + ], + [ + -78.89279755492842, + 40.249358315835934, + ], + [ + -79.05610896634, + 40.28475641418663, + ], + [ + -78.97463272372367, + 40.39589247714201, + ], + [ + -78.80163030548107, + 40.724520042710424, + ], + [ + -78.35046009857037, + 40.72484233192151, + ], + ], + ], + "type": "Polygon", + }, + "id": "42021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17057 { + "geometry": { + "coordinates": [ + [ + [ + -89.98612896701196, + 40.71227305268924, + ], + [ + -89.98864145026445, + 40.62579211438177, + ], + [ + -89.87378507300795, + 40.623750949378234, + ], + [ + -89.87234936829225, + 40.51309832023948, + ], + [ + -89.92475259041552, + 40.435910054184916, + ], + [ + -90.0431982294613, + 40.37000191051829, + ], + [ + -90.06939984052293, + 40.294532520256176, + ], + [ + -90.19969004347328, + 40.183933605985935, + ], + [ + -90.45165622107973, + 40.18887537388922, + ], + [ + -90.45022051636403, + 40.276323179829944, + ], + [ + -90.44555447603798, + 40.62783327938529, + ], + [ + -90.4444776975012, + 40.71463650690385, + ], + [ + -89.98612896701196, + 40.71227305268924, + ], + ], + ], + "type": "Polygon", + }, + "id": "17057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39117 { + "geometry": { + "coordinates": [ + [ + [ + -82.72720592440098, + 40.71119875531896, + ], + [ + -82.62706552048047, + 40.709426164658, + ], + [ + -82.6234762586912, + 40.54989300517154, + ], + [ + -82.64644753414251, + 40.34507821152781, + ], + [ + -82.74479330716838, + 40.349590260482984, + ], + [ + -82.92964028931557, + 40.358077209708185, + ], + [ + -83.02080753876292, + 40.433761459444355, + ], + [ + -82.9583543836297, + 40.490645505200646, + ], + [ + -82.95763653127185, + 40.64507575217827, + ], + [ + -82.85821397970918, + 40.704967830571334, + ], + [ + -82.72720592440098, + 40.71119875531896, + ], + ], + ], + "type": "Polygon", + }, + "id": "39117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39101 { + "geometry": { + "coordinates": [ + [ + [ + -82.85821397970918, + 40.704967830571334, + ], + [ + -82.95763653127185, + 40.64507575217827, + ], + [ + -82.9583543836297, + 40.490645505200646, + ], + [ + -83.02080753876292, + 40.433761459444355, + ], + [ + -83.24872566238129, + 40.44396728446201, + ], + [ + -83.24800781002344, + 40.50697482522888, + ], + [ + -83.41849774501355, + 40.505202234567925, + ], + [ + -83.41993344972927, + 40.686812205013624, + ], + [ + -83.11125693585241, + 40.702872950699295, + ], + [ + -82.85821397970918, + 40.704967830571334, + ], + ], + ], + "type": "Polygon", + }, + "id": "39101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31063 { + "geometry": { + "coordinates": [ + [ + [ + -100.22342144235564, + 40.700240922142115, + ], + [ + -99.98186412393807, + 40.699972347799545, + ], + [ + -99.98114627158022, + 40.43827350839953, + ], + [ + -100.09492587029993, + 40.43864951247913, + ], + [ + -100.09492587029993, + 40.35125542140692, + ], + [ + -100.19793768365186, + 40.350019979431096, + ], + [ + -100.75858037513517, + 40.349482830745956, + ], + [ + -100.77724453643935, + 40.349482830745956, + ], + [ + -100.7779623887972, + 40.70013349240509, + ], + [ + -100.22342144235564, + 40.700240922142115, + ], + ], + ], + "type": "Polygon", + }, + "id": "31063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31001 { + "geometry": { + "coordinates": [ + [ + [ + -98.2830665190786, + 40.698253472007096, + ], + [ + -98.27804155257363, + 40.69830718687561, + ], + [ + -98.27804155257363, + 40.35034226864218, + ], + [ + -98.72382786680043, + 40.350395983510694, + ], + [ + -98.72454571915829, + 40.68976652278189, + ], + [ + -98.72131538354795, + 40.698898050429264, + ], + [ + -98.2830665190786, + 40.698253472007096, + ], + ], + ], + "type": "Polygon", + }, + "id": "31001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31073 { + "geometry": { + "coordinates": [ + [ + [ + -99.64339673721031, + 40.68487846974712, + ], + [ + -99.64231995867353, + 40.351201706538404, + ], + [ + -100.09492587029993, + 40.35125542140692, + ], + [ + -100.09492587029993, + 40.43864951247913, + ], + [ + -99.98114627158022, + 40.43827350839953, + ], + [ + -99.98186412393807, + 40.699972347799545, + ], + [ + -99.64339673721031, + 40.68487846974712, + ], + ], + ], + "type": "Polygon", + }, + "id": "31073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31085 { + "geometry": { + "coordinates": [ + [ + [ + -100.7779623887972, + 40.70013349240509, + ], + [ + -100.77724453643935, + 40.349482830745956, + ], + [ + -101.32317125458667, + 40.350557128116236, + ], + [ + -101.34291219442763, + 40.35044969837921, + ], + [ + -101.34542467768011, + 40.698092327401554, + ], + [ + -101.24779675701208, + 40.69777003819047, + ], + [ + -100.7779623887972, + 40.70013349240509, + ], + ], + ], + "type": "Polygon", + }, + "id": "31085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31029 { + "geometry": { + "coordinates": [ + [ + [ + -101.34542467768011, + 40.698092327401554, + ], + [ + -101.34291219442763, + 40.35044969837921, + ], + [ + -102.0517913978076, + 40.349214256403386, + ], + [ + -102.0517913978076, + 40.43999238419198, + ], + [ + -102.0517913978076, + 40.697555178716414, + ], + [ + -101.34542467768011, + 40.698092327401554, + ], + ], + ], + "type": "Polygon", + }, + "id": "31029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31059 { + "geometry": { + "coordinates": [ + [ + [ + -97.3685226151737, + 40.698629476086694, + ], + [ + -97.3685226151737, + 40.350395983510694, + ], + [ + -97.82076960062118, + 40.350557128116236, + ], + [ + -97.82399993623152, + 40.350557128116236, + ], + [ + -97.82471778858937, + 40.698522046349666, + ], + [ + -97.3685226151737, + 40.698629476086694, + ], + ], + ], + "type": "Polygon", + }, + "id": "31059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31151 { + "geometry": { + "coordinates": [ + [ + [ + -97.3685226151737, + 40.698629476086694, + ], + [ + -96.91340422029481, + 40.697984897664526, + ], + [ + -96.91268636793696, + 40.52362643446821, + ], + [ + -96.91555777736836, + 40.349751405088526, + ], + [ + -97.3685226151737, + 40.350395983510694, + ], + [ + -97.3685226151737, + 40.698629476086694, + ], + ], + ], + "type": "Polygon", + }, + "id": "31151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31035 { + "geometry": { + "coordinates": [ + [ + [ + -97.82471778858937, + 40.698522046349666, + ], + [ + -97.82399993623152, + 40.350557128116236, + ], + [ + -98.27373443842652, + 40.35034226864218, + ], + [ + -98.27804155257363, + 40.35034226864218, + ], + [ + -98.27804155257363, + 40.69830718687561, + ], + [ + -97.82579456712615, + 40.698522046349666, + ], + [ + -97.82471778858937, + 40.698522046349666, + ], + ], + ], + "type": "Polygon", + }, + "id": "31035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42067 { + "geometry": { + "coordinates": [ + [ + [ + -76.93988021538894, + 40.638253963877006, + ], + [ + -76.94921229604103, + 40.62815556859638, + ], + [ + -77.18287323852223, + 40.582175641148424, + ], + [ + -77.54000478655416, + 40.39922279898988, + ], + [ + -77.67173069422022, + 40.28980561182695, + ], + [ + -77.70295727178683, + 40.26380761546619, + ], + [ + -77.75177123212084, + 40.3788648638231, + ], + [ + -77.49765149744083, + 40.5816922073318, + ], + [ + -77.28803860894772, + 40.69352656357786, + ], + [ + -77.03786706223589, + 40.679506982895724, + ], + [ + -76.93988021538894, + 40.638253963877006, + ], + ], + ], + "type": "Polygon", + }, + "id": "42067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49051 { + "geometry": { + "coordinates": [ + [ + [ + -110.90183419160009, + 40.67816411118287, + ], + [ + -110.89214318476907, + 39.89913737312492, + ], + [ + -111.08237405960016, + 39.90010424075817, + ], + [ + -111.08309191195801, + 39.94318356530637, + ], + [ + -111.24676224954852, + 40.059422540770576, + ], + [ + -111.22558560499185, + 40.167335711615124, + ], + [ + -111.3153171497235, + 40.287603302217875, + ], + [ + -111.42658426519074, + 40.28685129405868, + ], + [ + -111.55472091106752, + 40.36269668840039, + ], + [ + -111.62040440181109, + 40.449446201050435, + ], + [ + -111.59384386457052, + 40.57707272863961, + ], + [ + -111.55292628017288, + 40.60935536461649, + ], + [ + -111.48939634650289, + 40.59914953959884, + ], + [ + -111.39356305672949, + 40.69035738633554, + ], + [ + -111.36879715038356, + 40.62896129162409, + ], + [ + -111.14698077180694, + 40.54951700109194, + ], + [ + -111.02386909243512, + 40.57793216653583, + ], + [ + -110.90183419160009, + 40.67816411118287, + ], + ], + ], + "type": "Polygon", + }, + "id": "49051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31099 { + "geometry": { + "coordinates": [ + [ + [ + -98.72382786680043, + 40.350395983510694, + ], + [ + -98.72669927623184, + 40.350395983510694, + ], + [ + -99.17930518785825, + 40.350664557853264, + ], + [ + -99.17930518785825, + 40.66269422905086, + ], + [ + -98.90652129187406, + 40.652703263507256, + ], + [ + -98.72454571915829, + 40.68976652278189, + ], + [ + -98.72382786680043, + 40.350395983510694, + ], + ], + ], + "type": "Polygon", + }, + "id": "31099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39011 { + "geometry": { + "coordinates": [ + [ + [ + -83.88007681111313, + 40.64464603323016, + ], + [ + -83.88007681111313, + 40.53872031252064, + ], + [ + -84.0024706381271, + 40.48307170874017, + ], + [ + -84.33914339396021, + 40.480923113999616, + ], + [ + -84.3387844677813, + 40.378703719217555, + ], + [ + -84.43425883137576, + 40.354532028386274, + ], + [ + -84.45543547593243, + 40.35877550299887, + ], + [ + -84.45615332829028, + 40.68487846974712, + ], + [ + -84.3969305087674, + 40.68493218461563, + ], + [ + -84.22285131198801, + 40.6859527671174, + ], + [ + -84.10763600855257, + 40.64298087230623, + ], + [ + -83.88007681111313, + 40.64464603323016, + ], + ], + ], + "type": "Polygon", + }, + "id": "39011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31137 { + "geometry": { + "coordinates": [ + [ + [ + -99.41727324448657, + 40.670751459327946, + ], + [ + -99.17930518785825, + 40.66269422905086, + ], + [ + -99.17930518785825, + 40.350664557853264, + ], + [ + -99.63047539476895, + 40.351094276801376, + ], + [ + -99.64231995867353, + 40.351201706538404, + ], + [ + -99.64339673721031, + 40.68487846974712, + ], + [ + -99.41727324448657, + 40.670751459327946, + ], + ], + ], + "type": "Polygon", + }, + "id": "31137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42129 { + "geometry": { + "coordinates": [ + [ + [ + -79.45020991080138, + 40.5301259335584, + ], + [ + -79.39457635306776, + 40.455945700140624, + ], + [ + -79.1573261487973, + 40.41259780124986, + ], + [ + -79.1006158125269, + 40.368605323936926, + ], + [ + -78.97463272372367, + 40.39589247714201, + ], + [ + -79.05610896634, + 40.28475641418663, + ], + [ + -79.18532239075357, + 40.109860802305185, + ], + [ + -79.29371809678939, + 40.040407477316634, + ], + [ + -79.49543460934613, + 40.14563490473548, + ], + [ + -79.63936400709568, + 40.08273479370563, + ], + [ + -79.74596508223688, + 40.12812385759993, + ], + [ + -79.877332063724, + 40.12678098588708, + ], + [ + -79.8705124663244, + 40.19736232311442, + ], + [ + -79.80626468029654, + 40.24097879634776, + ], + [ + -79.70217608840784, + 40.52169269920171, + ], + [ + -79.77396132419315, + 40.57991961667084, + ], + [ + -79.69248508157682, + 40.66871029432441, + ], + [ + -79.45020991080138, + 40.5301259335584, + ], + ], + ], + "type": "Polygon", + }, + "id": "42129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42011 { + "geometry": { + "coordinates": [ + [ + [ + -75.52965925838645, + 40.447029031967304, + ], + [ + -75.69691885776622, + 40.241838234243986, + ], + [ + -75.87386946397702, + 40.137309100115814, + ], + [ + -76.15131940028726, + 40.31569617845068, + ], + [ + -76.44025497432315, + 40.495909562315006, + ], + [ + -76.17177819248607, + 40.53496027172466, + ], + [ + -75.89145684674442, + 40.67719724354962, + ], + [ + -75.52965925838645, + 40.447029031967304, + ], + ], + ], + "type": "Polygon", + }, + "id": "42011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42003 { + "geometry": { + "coordinates": [ + [ + [ + -79.69284400775575, + 40.669677161957665, + ], + [ + -79.69248508157682, + 40.66871029432441, + ], + [ + -79.77396132419315, + 40.57991961667084, + ], + [ + -79.70217608840784, + 40.52169269920171, + ], + [ + -79.80626468029654, + 40.24097879634776, + ], + [ + -79.8705124663244, + 40.19736232311442, + ], + [ + -79.91466038633237, + 40.25263492281529, + ], + [ + -80.18349609434837, + 40.33267007690109, + ], + [ + -80.3608056267381, + 40.47753907728324, + ], + [ + -80.17775327548554, + 40.60919422001095, + ], + [ + -80.14868025499248, + 40.67451150012393, + ], + [ + -79.69284400775575, + 40.669677161957665, + ], + ], + ], + "type": "Polygon", + }, + "id": "42003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39075 { + "geometry": { + "coordinates": [ + [ + [ + -81.65006846144234, + 40.668065715902245, + ], + [ + -81.64899168290556, + 40.63460135281805, + ], + [ + -81.6698094012833, + 40.443859854724984, + ], + [ + -81.70929128096523, + 40.44471929262121, + ], + [ + -82.184509541864, + 40.45626798935171, + ], + [ + -82.22004323357774, + 40.5682097753348, + ], + [ + -82.22076108593559, + 40.667582282085625, + ], + [ + -82.1263635008779, + 40.66817314563927, + ], + [ + -81.65006846144234, + 40.668065715902245, + ], + ], + ], + "type": "Polygon", + }, + "id": "39075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39157 { + "geometry": { + "coordinates": [ + [ + [ + -81.31770281975633, + 40.65157525126847, + ], + [ + -81.26458174527521, + 40.56504059809248, + ], + [ + -81.2699656379591, + 40.43343917023327, + ], + [ + -81.275349530643, + 40.3034491884295, + ], + [ + -81.33816161195514, + 40.21422879182781, + ], + [ + -81.62279007184392, + 40.22131915447165, + ], + [ + -81.61597047444431, + 40.3681218901203, + ], + [ + -81.71216269039664, + 40.37075391867748, + ], + [ + -81.70929128096523, + 40.44471929262121, + ], + [ + -81.6698094012833, + 40.443859854724984, + ], + [ + -81.64899168290556, + 40.63460135281805, + ], + [ + -81.31770281975633, + 40.65157525126847, + ], + ], + ], + "type": "Polygon", + }, + "id": "39157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42043 { + "geometry": { + "coordinates": [ + [ + [ + -76.7015532325817, + 40.65796732062162, + ], + [ + -76.5353704117387, + 40.55515706228591, + ], + [ + -76.67786410477254, + 40.474692189251996, + ], + [ + -76.56875054637887, + 40.19591202166455, + ], + [ + -76.72093524624373, + 40.121678073378256, + ], + [ + -76.73349766250617, + 40.181785011245374, + ], + [ + -76.85732719423582, + 40.22781865356184, + ], + [ + -76.915114309043, + 40.328480317157, + ], + [ + -77.02925283394165, + 40.38670723462613, + ], + [ + -76.95459618872493, + 40.46061889370134, + ], + [ + -76.99300128987008, + 40.56369772637963, + ], + [ + -76.94921229604103, + 40.62815556859638, + ], + [ + -76.88998947651815, + 40.61032223224974, + ], + [ + -76.7015532325817, + 40.65796732062162, + ], + ], + ], + "type": "Polygon", + }, + "id": "42043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18053 { + "geometry": { + "coordinates": [ + [ + [ + -85.44894313920118, + 40.653616416271994, + ], + [ + -85.44714850830654, + 40.566920618490464, + ], + [ + -85.44427709887513, + 40.37913343816567, + ], + [ + -85.57851548979367, + 40.379509442245265, + ], + [ + -85.86242609732459, + 40.37838143000647, + ], + [ + -85.86242609732459, + 40.406850310318866, + ], + [ + -85.86386180204029, + 40.565524031909106, + ], + [ + -85.86493858057707, + 40.6516826810055, + ], + [ + -85.63881508785333, + 40.65313298245537, + ], + [ + -85.44894313920118, + 40.653616416271994, + ], + ], + ], + "type": "Polygon", + }, + "id": "18053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 36085 { + "geometry": { + "coordinates": [ + [ + [ + -74.0785207169863, + 40.649265511922366, + ], + [ + -74.10544018040581, + 40.552901037808326, + ], + [ + -74.24936957815535, + 40.49639299613163, + ], + [ + -74.1851217921275, + 40.642873442569204, + ], + [ + -74.0785207169863, + 40.649265511922366, + ], + ], + ], + "type": "Polygon", + }, + "id": "36085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17067 { + "geometry": { + "coordinates": [ + [ + [ + -90.90426213270614, + 40.639167116641744, + ], + [ + -90.91000495156896, + 40.28432669523852, + ], + [ + -90.91215850864252, + 40.193118848501825, + ], + [ + -91.50546348240815, + 40.20047778548823, + ], + [ + -91.49756710647176, + 40.248713737413766, + ], + [ + -91.41932119946577, + 40.37827400026944, + ], + [ + -91.36512334644786, + 40.4008342450453, + ], + [ + -91.40639985702441, + 40.55193417017507, + ], + [ + -91.35399663490114, + 40.60650847658525, + ], + [ + -91.18530133080564, + 40.63777053006038, + ], + [ + -90.90426213270614, + 40.639167116641744, + ], + ], + ], + "type": "Polygon", + }, + "id": "17067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54029 { + "geometry": { + "coordinates": [ + [ + [ + -80.5190920716447, + 40.4773779326777, + ], + [ + -80.51801529310794, + 40.3989005097788, + ], + [ + -80.62892348239625, + 40.39535532845687, + ], + [ + -80.59662012629285, + 40.462337769493786, + ], + [ + -80.66804643589924, + 40.58239050062248, + ], + [ + -80.5190920716447, + 40.638629967956604, + ], + [ + -80.5190920716447, + 40.4773779326777, + ], + ], + ], + "type": "Polygon", + }, + "id": "54029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17109 { + "geometry": { + "coordinates": [ + [ + [ + -90.44555447603798, + 40.62783327938529, + ], + [ + -90.45022051636403, + 40.276323179829944, + ], + [ + -90.91000495156896, + 40.28432669523852, + ], + [ + -90.90426213270614, + 40.639167116641744, + ], + [ + -90.78976468162857, + 40.63572936505685, + ], + [ + -90.44555447603798, + 40.62783327938529, + ], + ], + ], + "type": "Polygon", + }, + "id": "17109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42099 { + "geometry": { + "coordinates": [ + [ + [ + -76.915114309043, + 40.328480317157, + ], + [ + -77.27009230000138, + 40.27868663404456, + ], + [ + -77.36592558977478, + 40.313655013447146, + ], + [ + -77.6146614317709, + 40.19849033535321, + ], + [ + -77.67173069422022, + 40.28980561182695, + ], + [ + -77.54000478655416, + 40.39922279898988, + ], + [ + -77.18287323852223, + 40.582175641148424, + ], + [ + -76.94921229604103, + 40.62815556859638, + ], + [ + -76.99300128987008, + 40.56369772637963, + ], + [ + -76.95459618872493, + 40.46061889370134, + ], + [ + -77.02925283394165, + 40.38670723462613, + ], + [ + -76.915114309043, + 40.328480317157, + ], + ], + ], + "type": "Polygon", + }, + "id": "42099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29045 { + "geometry": { + "coordinates": [ + [ + [ + -91.41932119946577, + 40.37827400026944, + ], + [ + -91.49756710647176, + 40.248713737413766, + ], + [ + -91.95089087045602, + 40.257200686638974, + ], + [ + -91.95017301809817, + 40.30081715987231, + ], + [ + -91.94299449451964, + 40.60581018329457, + ], + [ + -91.7168710017959, + 40.59850496117667, + ], + [ + -91.41932119946577, + 40.37827400026944, + ], + ], + ], + "type": "Polygon", + }, + "id": "29045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42017 { + "geometry": { + "coordinates": [ + [ + [ + -74.9428149558415, + 40.34169417481144, + ], + [ + -74.72422891287522, + 40.147300065659415, + ], + [ + -74.97404153340811, + 40.04851842246224, + ], + [ + -75.01495911780573, + 40.137846248800955, + ], + [ + -75.48407563366277, + 40.41845272191788, + ], + [ + -75.33404449087146, + 40.536786577254134, + ], + [ + -75.1969346905215, + 40.608495926720266, + ], + [ + -75.18975616694297, + 40.59179060261243, + ], + [ + -75.06772126610794, + 40.541298626209304, + ], + [ + -75.06197844724511, + 40.42205161810831, + ], + [ + -74.9428149558415, + 40.34169417481144, + ], + ], + ], + "type": "Polygon", + }, + "id": "42017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 34023 { + "geometry": { + "coordinates": [ + [ + [ + -74.2080930675788, + 40.595335783934345, + ], + [ + -74.27413548450129, + 40.48871176993414, + ], + [ + -74.2228090409148, + 40.45111136197437, + ], + [ + -74.392940049726, + 40.280351794968496, + ], + [ + -74.48410729917333, + 40.25327950123746, + ], + [ + -74.62157602570221, + 40.32429055741291, + ], + [ + -74.61942246862866, + 40.37435281486792, + ], + [ + -74.4593413928274, + 40.49091407954322, + ], + [ + -74.52646058828667, + 40.556285074524695, + ], + [ + -74.46293065461667, + 40.59888096525627, + ], + [ + -74.2080930675788, + 40.595335783934345, + ], + ], + ], + "type": "Polygon", + }, + "id": "34023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29199 { + "geometry": { + "coordinates": [ + [ + [ + -91.94299449451964, + 40.60581018329457, + ], + [ + -91.95017301809817, + 40.30081715987231, + ], + [ + -92.34786322434881, + 40.302750895138814, + ], + [ + -92.35001678142237, + 40.34642108324066, + ], + [ + -92.35073463378022, + 40.59726951920085, + ], + [ + -92.17988577261117, + 40.600546126180205, + ], + [ + -91.94299449451964, + 40.60581018329457, + ], + ], + ], + "type": "Polygon", + }, + "id": "29199", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39081 { + "geometry": { + "coordinates": [ + [ + [ + -80.66804643589924, + 40.58239050062248, + ], + [ + -80.59662012629285, + 40.462337769493786, + ], + [ + -80.62892348239625, + 40.39535532845687, + ], + [ + -80.59949153572427, + 40.320799090959504, + ], + [ + -80.68204455687737, + 40.185491337172834, + ], + [ + -80.70286227525511, + 40.15718360146598, + ], + [ + -80.88304321707626, + 40.159493340812084, + ], + [ + -80.86545583430886, + 40.42285734113602, + ], + [ + -80.94154818424128, + 40.4246836466655, + ], + [ + -80.92108939204248, + 40.55623135965619, + ], + [ + -80.86186657251959, + 40.59941811394141, + ], + [ + -80.66804643589924, + 40.58239050062248, + ], + ], + ], + "type": "Polygon", + }, + "id": "39081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29197 { + "geometry": { + "coordinates": [ + [ + [ + -92.35001678142237, + 40.34642108324066, + ], + [ + -92.68417705400302, + 40.34346676547239, + ], + [ + -92.67663960424555, + 40.500045607190586, + ], + [ + -92.71432685303284, + 40.58942714839782, + ], + [ + -92.63787557692149, + 40.590823734979175, + ], + [ + -92.35073463378022, + 40.59726951920085, + ], + [ + -92.35001678142237, + 40.34642108324066, + ], + ], + ], + "type": "Polygon", + }, + "id": "29197", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29171 { + "geometry": { + "coordinates": [ + [ + [ + -92.71432685303284, + 40.58942714839782, + ], + [ + -92.67663960424555, + 40.500045607190586, + ], + [ + -92.68417705400302, + 40.34346676547239, + ], + [ + -92.85574376752992, + 40.342714757313196, + ], + [ + -92.85538484135098, + 40.385847796729905, + ], + [ + -93.36721357250028, + 40.38294719383015, + ], + [ + -93.37439209607881, + 40.580349335618955, + ], + [ + -93.09730108594749, + 40.58394823180939, + ], + [ + -92.71432685303284, + 40.58942714839782, + ], + ], + ], + "type": "Polygon", + }, + "id": "29171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29005 { + "geometry": { + "coordinates": [ + [ + [ + -95.37396983887874, + 40.5805104802245, + ], + [ + -95.20240312535184, + 40.578469315220964, + ], + [ + -95.18086755461624, + 40.26165902072563, + ], + [ + -95.55486863305774, + 40.264774483099444, + ], + [ + -95.61337360022276, + 40.3142458770008, + ], + [ + -95.709924742354, + 40.523787579073755, + ], + [ + -95.76555830008763, + 40.58518367378521, + ], + [ + -95.37396983887874, + 40.5805104802245, + ], + ], + ], + "type": "Polygon", + }, + "id": "29005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29129 { + "geometry": { + "coordinates": [ + [ + [ + -93.37439209607881, + 40.580349335618955, + ], + [ + -93.36721357250028, + 40.38294719383015, + ], + [ + -93.36721357250028, + 40.26633221428635, + ], + [ + -93.76346807403522, + 40.263968760071734, + ], + [ + -93.774235859403, + 40.57755616245623, + ], + [ + -93.55672659497351, + 40.58024190588193, + ], + [ + -93.37439209607881, + 40.580349335618955, + ], + ], + ], + "type": "Polygon", + }, + "id": "29129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29147 { + "geometry": { + "coordinates": [ + [ + [ + -94.91490325603165, + 40.57508527850459, + ], + [ + -94.63242835321644, + 40.571325237708606, + ], + [ + -94.59833036621842, + 40.38670723462613, + ], + [ + -94.60586781597587, + 40.12613640746491, + ], + [ + -95.04303990190844, + 40.13011130773495, + ], + [ + -95.07139507004364, + 40.260531008486836, + ], + [ + -95.18086755461624, + 40.26165902072563, + ], + [ + -95.20240312535184, + 40.578469315220964, + ], + [ + -94.91490325603165, + 40.57508527850459, + ], + ], + ], + "type": "Polygon", + }, + "id": "29147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49049 { + "geometry": { + "coordinates": [ + [ + [ + -110.89214318476907, + 39.89913737312492, + ], + [ + -110.85804519777105, + 39.81244157534339, + ], + [ + -111.24748010190638, + 39.81319358350258, + ], + [ + -111.64050426783098, + 39.812978724028525, + ], + [ + -111.82678695469386, + 39.947212180444915, + ], + [ + -111.96928064772771, + 39.80712380336051, + ], + [ + -112.08987984384704, + 39.78177038542192, + ], + [ + -112.05362829977545, + 39.89236929969216, + ], + [ + -112.17961138857868, + 40.01156259292463, + ], + [ + -112.14551340158066, + 40.17114946727961, + ], + [ + -112.19899340224072, + 40.306994369751415, + ], + [ + -112.212273670861, + 40.45868515843483, + ], + [ + -112.173150717358, + 40.466957248185984, + ], + [ + -112.03352843375556, + 40.46266005870487, + ], + [ + -111.98256091634799, + 40.41458525138488, + ], + [ + -111.76074453777137, + 40.529212780793664, + ], + [ + -111.59384386457052, + 40.57707272863961, + ], + [ + -111.62040440181109, + 40.449446201050435, + ], + [ + -111.55472091106752, + 40.36269668840039, + ], + [ + -111.42658426519074, + 40.28685129405868, + ], + [ + -111.3153171497235, + 40.287603302217875, + ], + [ + -111.22558560499185, + 40.167335711615124, + ], + [ + -111.24676224954852, + 40.059422540770576, + ], + [ + -111.08309191195801, + 39.94318356530637, + ], + [ + -111.08237405960016, + 39.90010424075817, + ], + [ + -110.89214318476907, + 39.89913737312492, + ], + ], + ], + "type": "Polygon", + }, + "id": "49049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29081 { + "geometry": { + "coordinates": [ + [ + [ + -93.774235859403, + 40.57755616245623, + ], + [ + -93.76346807403522, + 40.263968760071734, + ], + [ + -93.76418592639307, + 40.13290448089767, + ], + [ + -94.21679183801947, + 40.13655709195662, + ], + [ + -94.21427935476699, + 40.38418263580597, + ], + [ + -94.23222566371331, + 40.57186238639375, + ], + [ + -94.01543425164166, + 40.57390355139728, + ], + [ + -93.774235859403, + 40.57755616245623, + ], + ], + ], + "type": "Polygon", + }, + "id": "29081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39083 { + "geometry": { + "coordinates": [ + [ + [ + -82.184509541864, + 40.45626798935171, + ], + [ + -82.19599517958966, + 40.23904506108126, + ], + [ + -82.47739330386808, + 40.245813134514016, + ], + [ + -82.75089505221014, + 40.27696775825211, + ], + [ + -82.74479330716838, + 40.349590260482984, + ], + [ + -82.64644753414251, + 40.34507821152781, + ], + [ + -82.6234762586912, + 40.54989300517154, + ], + [ + -82.3370531679078, + 40.554995917680365, + ], + [ + -82.22004323357774, + 40.5682097753348, + ], + [ + -82.184509541864, + 40.45626798935171, + ], + ], + ], + "type": "Polygon", + }, + "id": "39083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18075 { + "geometry": { + "coordinates": [ + [ + [ + -84.80251709095442, + 40.57218467560483, + ], + [ + -84.80395279567013, + 40.35275943772531, + ], + [ + -84.8035938694912, + 40.31000240238819, + ], + [ + -85.21887145850924, + 40.30667208054033, + ], + [ + -85.21994823704603, + 40.37918715303418, + ], + [ + -85.20128407574184, + 40.56724290770155, + ], + [ + -85.06884031571794, + 40.5682097753348, + ], + [ + -84.80251709095442, + 40.57218467560483, + ], + ], + ], + "type": "Polygon", + }, + "id": "18075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29227 { + "geometry": { + "coordinates": [ + [ + [ + -94.23222566371331, + 40.57186238639375, + ], + [ + -94.21427935476699, + 40.38418263580597, + ], + [ + -94.59833036621842, + 40.38670723462613, + ], + [ + -94.63242835321644, + 40.571325237708606, + ], + [ + -94.47127049887841, + 40.570788089023466, + ], + [ + -94.23222566371331, + 40.57186238639375, + ], + ], + ], + "type": "Polygon", + }, + "id": "29227", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18009 { + "geometry": { + "coordinates": [ + [ + [ + -85.20128407574184, + 40.56724290770155, + ], + [ + -85.21994823704603, + 40.37918715303418, + ], + [ + -85.44427709887513, + 40.37913343816567, + ], + [ + -85.44714850830654, + 40.566920618490464, + ], + [ + -85.20128407574184, + 40.56724290770155, + ], + ], + ], + "type": "Polygon", + }, + "id": "18009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18067 { + "geometry": { + "coordinates": [ + [ + [ + -85.86242609732459, + 40.406850310318866, + ], + [ + -86.24288784698675, + 40.40292912491735, + ], + [ + -86.24288784698675, + 40.37386938105129, + ], + [ + -86.37569053318958, + 40.43182772417786, + ], + [ + -86.37425482847388, + 40.56138798703353, + ], + [ + -86.16500086615969, + 40.56267714387786, + ], + [ + -85.86386180204029, + 40.565524031909106, + ], + [ + -85.86242609732459, + 40.406850310318866, + ], + ], + ], + "type": "Polygon", + }, + "id": "18067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18157 { + "geometry": { + "coordinates": [ + [ + [ + -86.77122718236667, + 40.56208628032421, + ], + [ + -86.69585268479209, + 40.56187142085015, + ], + [ + -86.6947759062553, + 40.43209629852043, + ], + [ + -86.69585268479209, + 40.214336221564835, + ], + [ + -87.09246611250595, + 40.21481965538146, + ], + [ + -87.09210718632703, + 40.36640301432786, + ], + [ + -87.09354289104273, + 40.47571277175376, + ], + [ + -87.09533752193737, + 40.56289200335192, + ], + [ + -86.77122718236667, + 40.56208628032421, + ], + ], + ], + "type": "Polygon", + }, + "id": "18157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31127 { + "geometry": { + "coordinates": [ + [ + [ + -95.55486863305774, + 40.264774483099444, + ], + [ + -95.55235614980525, + 40.26182016533117, + ], + [ + -96.01034595411555, + 40.261444161251575, + ], + [ + -96.06669736420702, + 40.261981309936715, + ], + [ + -96.06705629038595, + 40.52314300065159, + ], + [ + -95.709924742354, + 40.523787579073755, + ], + [ + -95.61337360022276, + 40.3142458770008, + ], + [ + -95.55486863305774, + 40.264774483099444, + ], + ], + ], + "type": "Polygon", + }, + "id": "31127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42075 { + "geometry": { + "coordinates": [ + [ + [ + -76.56875054637887, + 40.19591202166455, + ], + [ + -76.67786410477254, + 40.474692189251996, + ], + [ + -76.5353704117387, + 40.55515706228591, + ], + [ + -76.44025497432315, + 40.495909562315006, + ], + [ + -76.15131940028726, + 40.31569617845068, + ], + [ + -76.30745228812032, + 40.25505209189842, + ], + [ + -76.56875054637887, + 40.19591202166455, + ], + ], + ], + "type": "Polygon", + }, + "id": "42075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39091 { + "geometry": { + "coordinates": [ + [ + [ + -83.88007681111313, + 40.53872031252064, + ], + [ + -83.52007385364978, + 40.50407422232913, + ], + [ + -83.55130043121639, + 40.22937638474875, + ], + [ + -84.0146741282106, + 40.27342257693019, + ], + [ + -84.0024706381271, + 40.48307170874017, + ], + [ + -83.88007681111313, + 40.53872031252064, + ], + ], + ], + "type": "Polygon", + }, + "id": "39091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08087 { + "geometry": { + "coordinates": [ + [ + [ + -103.58189369857158, + 40.52335786012564, + ], + [ + -103.46739624749401, + 40.523250430388615, + ], + [ + -103.46560161659937, + 40.43633977313303, + ], + [ + -103.47206228782005, + 40.00146419764401, + ], + [ + -103.70572323030125, + 40.00130305303847, + ], + [ + -104.15043276599127, + 40.00081961922184, + ], + [ + -104.14792028273878, + 40.524324727758895, + ], + [ + -103.58189369857158, + 40.52335786012564, + ], + ], + ], + "type": "Polygon", + }, + "id": "08087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31067 { + "geometry": { + "coordinates": [ + [ + [ + -96.46366971809981, + 40.522981856046044, + ], + [ + -96.46366971809981, + 40.26208873967374, + ], + [ + -96.46366971809981, + 40.000980763827386, + ], + [ + -96.80572636661684, + 40.0014104827755, + ], + [ + -96.91627562972621, + 40.00146419764401, + ], + [ + -96.91555777736836, + 40.349751405088526, + ], + [ + -96.91268636793696, + 40.52362643446821, + ], + [ + -96.46366971809981, + 40.522981856046044, + ], + ], + ], + "type": "Polygon", + }, + "id": "31067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31097 { + "geometry": { + "coordinates": [ + [ + [ + -96.06705629038595, + 40.52314300065159, + ], + [ + -96.06669736420702, + 40.261981309936715, + ], + [ + -96.46366971809981, + 40.26208873967374, + ], + [ + -96.46366971809981, + 40.522981856046044, + ], + [ + -96.06705629038595, + 40.52314300065159, + ], + ], + ], + "type": "Polygon", + }, + "id": "31097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39159 { + "geometry": { + "coordinates": [ + [ + [ + -83.17012082919638, + 40.143056591046815, + ], + [ + -83.20637237326795, + 40.107712207564624, + ], + [ + -83.50356324941916, + 40.111418533492085, + ], + [ + -83.49459009494599, + 40.22545519934722, + ], + [ + -83.55130043121639, + 40.22937638474875, + ], + [ + -83.52007385364978, + 40.50407422232913, + ], + [ + -83.41849774501355, + 40.505202234567925, + ], + [ + -83.24800781002344, + 40.50697482522888, + ], + [ + -83.24872566238129, + 40.44396728446201, + ], + [ + -83.24836673620237, + 40.244470262801165, + ], + [ + -83.17227438626993, + 40.24425540332711, + ], + [ + -83.17012082919638, + 40.143056591046815, + ], + ], + ], + "type": "Polygon", + }, + "id": "39159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17183 { + "geometry": { + "coordinates": [ + [ + [ + -87.52640786282818, + 40.49118265388579, + ], + [ + -87.52640786282818, + 40.47716307320364, + ], + [ + -87.53143282933314, + 40.147944644081576, + ], + [ + -87.53322746022778, + 39.882969197702224, + ], + [ + -87.93773726387802, + 39.879800020459896, + ], + [ + -87.93271229737306, + 40.399545088200966, + ], + [ + -87.93558370680447, + 40.48591859677141, + ], + [ + -87.52640786282818, + 40.49118265388579, + ], + ], + ], + "type": "Polygon", + }, + "id": "17183", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08049 { + "geometry": { + "coordinates": [ + [ + [ + -105.65325667715683, + 40.26042357874981, + ], + [ + -105.63746392528405, + 40.04583267903654, + ], + [ + -105.6758690264292, + 39.93244059160358, + ], + [ + -105.69022607358626, + 39.85192200370115, + ], + [ + -105.87507305573345, + 39.79917400282044, + ], + [ + -105.92460486842532, + 39.698942058173394, + ], + [ + -106.02115601055657, + 39.68841394394466, + ], + [ + -106.0879162798369, + 39.80846667507336, + ], + [ + -106.2458437985646, + 39.91170665235719, + ], + [ + -106.43463896867998, + 39.9248667951431, + ], + [ + -106.62666447440569, + 39.92470565053756, + ], + [ + -106.63240729326851, + 40.341533030205895, + ], + [ + -106.65214823310947, + 40.444558148015666, + ], + [ + -106.6119485010697, + 40.37918715303418, + ], + [ + -106.48991360023467, + 40.41157721874809, + ], + [ + -106.45150849908953, + 40.351738855223545, + ], + [ + -106.26522581222663, + 40.3604406639228, + ], + [ + -106.23005104669183, + 40.323323689779656, + ], + [ + -106.01864352730408, + 40.373224802629124, + ], + [ + -105.95977963396012, + 40.34808624416459, + ], + [ + -105.85497318971356, + 40.4862408859825, + ], + [ + -105.65325667715683, + 40.26042357874981, + ], + ], + ], + "type": "Polygon", + }, + "id": "08049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39149 { + "geometry": { + "coordinates": [ + [ + [ + -84.0024706381271, + 40.48307170874017, + ], + [ + -84.0146741282106, + 40.27342257693019, + ], + [ + -84.0229294303259, + 40.183933605985935, + ], + [ + -84.43246420048112, + 40.19698631903482, + ], + [ + -84.43461775755469, + 40.3542634540437, + ], + [ + -84.43425883137576, + 40.354532028386274, + ], + [ + -84.3387844677813, + 40.378703719217555, + ], + [ + -84.33914339396021, + 40.480923113999616, + ], + [ + -84.0024706381271, + 40.48307170874017, + ], + ], + ], + "type": "Polygon", + }, + "id": "39149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42125 { + "geometry": { + "coordinates": [ + [ + [ + -80.3608056267381, + 40.47753907728324, + ], + [ + -80.18349609434837, + 40.33267007690109, + ], + [ + -79.91466038633237, + 40.25263492281529, + ], + [ + -79.8705124663244, + 40.19736232311442, + ], + [ + -79.877332063724, + 40.12678098588708, + ], + [ + -79.87661421136615, + 40.036002858098485, + ], + [ + -79.99793125984333, + 39.98325485721778, + ], + [ + -80.28758468623707, + 40.019190104253624, + ], + [ + -80.5190920716447, + 39.96241348823436, + ], + [ + -80.51873314546579, + 40.01645064595941, + ], + [ + -80.5190920716447, + 40.15970820028614, + ], + [ + -80.51801529310794, + 40.3989005097788, + ], + [ + -80.5190920716447, + 40.4773779326777, + ], + [ + -80.3608056267381, + 40.47753907728324, + ], + ], + ], + "type": "Polygon", + }, + "id": "42125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18171 { + "geometry": { + "coordinates": [ + [ + [ + -87.09354289104273, + 40.47571277175376, + ], + [ + -87.09210718632703, + 40.36640301432786, + ], + [ + -87.23244732228731, + 40.31129155923253, + ], + [ + -87.43739417045438, + 40.16948430635568, + ], + [ + -87.4065265190667, + 40.12747927917776, + ], + [ + -87.53143282933314, + 40.147944644081576, + ], + [ + -87.52640786282818, + 40.47716307320364, + ], + [ + -87.09354289104273, + 40.47571277175376, + ], + ], + ], + "type": "Polygon", + }, + "id": "18171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 34025 { + "geometry": { + "coordinates": [ + [ + [ + -74.09646702593264, + 40.12361180864475, + ], + [ + -74.09718487829049, + 40.128983295496155, + ], + [ + -74.24470353782931, + 40.11829403666188, + ], + [ + -74.2662391085649, + 40.168786013065, + ], + [ + -74.40693817070412, + 40.1722774795184, + ], + [ + -74.55302112552724, + 40.0791358975152, + ], + [ + -74.58783696488311, + 40.13816853801204, + ], + [ + -74.48410729917333, + 40.25327950123746, + ], + [ + -74.392940049726, + 40.280351794968496, + ], + [ + -74.2228090409148, + 40.45111136197437, + ], + [ + -74.0013515885171, + 40.41130864440552, + ], + [ + -73.97586782981331, + 40.30527549395897, + ], + [ + -74.03473172315726, + 40.10352244782054, + ], + [ + -74.09646702593264, + 40.12361180864475, + ], + ], + ], + "type": "Polygon", + }, + "id": "34025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39031 { + "geometry": { + "coordinates": [ + [ + [ + -81.70929128096523, + 40.44471929262121, + ], + [ + -81.71216269039664, + 40.37075391867748, + ], + [ + -81.61597047444431, + 40.3681218901203, + ], + [ + -81.62279007184392, + 40.22131915447165, + ], + [ + -81.71611087836483, + 40.15213440382567, + ], + [ + -82.18702202511649, + 40.1668522777985, + ], + [ + -82.19599517958966, + 40.23904506108126, + ], + [ + -82.184509541864, + 40.45626798935171, + ], + [ + -81.70929128096523, + 40.44471929262121, + ], + ], + ], + "type": "Polygon", + }, + "id": "39031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42091 { + "geometry": { + "coordinates": [ + [ + [ + -75.01495911780573, + 40.137846248800955, + ], + [ + -75.10935670286342, + 40.04588639390506, + ], + [ + -75.223854153941, + 40.09277947411775, + ], + [ + -75.2062667711736, + 40.01188488213572, + ], + [ + -75.27661630224321, + 39.97691650273313, + ], + [ + -75.36096395429095, + 40.06554603578117, + ], + [ + -75.4560793917065, + 40.08773027647743, + ], + [ + -75.59929093709819, + 40.235553594627845, + ], + [ + -75.69691885776622, + 40.241838234243986, + ], + [ + -75.52965925838645, + 40.447029031967304, + ], + [ + -75.48407563366277, + 40.41845272191788, + ], + [ + -75.01495911780573, + 40.137846248800955, + ], + ], + ], + "type": "Polygon", + }, + "id": "42091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06103 { + "geometry": { + "coordinates": [ + [ + [ + -121.49769391969141, + 40.44552501564891, + ], + [ + -121.46826197301944, + 40.349751405088526, + ], + [ + -121.34658599836332, + 40.31317157963052, + ], + [ + -121.36776264291998, + 40.212724775509415, + ], + [ + -121.44421391903136, + 40.15079153211282, + ], + [ + -121.5852719073495, + 40.0999235516301, + ], + [ + -121.64557150540915, + 39.98287885313819, + ], + [ + -121.77622063453843, + 39.88941498192389, + ], + [ + -122.04110815458624, + 39.88436578428358, + ], + [ + -122.04649204727014, + 39.79761627163354, + ], + [ + -122.93770574954482, + 39.79815342031868, + ], + [ + -122.93411648775555, + 39.978151944708955, + ], + [ + -122.98580185752098, + 40.248713737413766, + ], + [ + -123.06548346924268, + 40.28685129405868, + ], + [ + -122.74855165325052, + 40.365275002089064, + ], + [ + -122.65128265876142, + 40.328265457682946, + ], + [ + -122.5051997039383, + 40.38939297805183, + ], + [ + -122.3081492317076, + 40.371344782231134, + ], + [ + -122.00988157701963, + 40.42677852653755, + ], + [ + -121.49769391969141, + 40.44552501564891, + ], + ], + ], + "type": "Polygon", + }, + "id": "06103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06063 { + "geometry": { + "coordinates": [ + [ + [ + -121.32792183705914, + 40.445310156174855, + ], + [ + -121.06123968611669, + 40.446491883282164, + ], + [ + -121.06159861229563, + 40.256394963611264, + ], + [ + -120.92843699991387, + 40.19193712139452, + ], + [ + -120.76440773614442, + 40.31601846766176, + ], + [ + -120.51064692764334, + 40.24887488201931, + ], + [ + -120.34123377118999, + 40.11523228915658, + ], + [ + -120.20986678970287, + 40.08595768581647, + ], + [ + -120.20125256140864, + 40.01338889845411, + ], + [ + -120.10864960724558, + 39.9394772393789, + ], + [ + -120.11044423814022, + 39.765709639736244, + ], + [ + -120.14705470839073, + 39.70764386687266, + ], + [ + -120.65385847303504, + 39.70528041265804, + ], + [ + -120.68041901027561, + 39.6766503877401, + ], + [ + -120.87244451600132, + 39.776345183702006, + ], + [ + -121.00919539017235, + 39.63754596346194, + ], + [ + -121.07595565945269, + 39.5977432458931, + ], + [ + -121.40903915349655, + 39.87244108347348, + ], + [ + -121.42016586504327, + 40.01510777424656, + ], + [ + -121.37709472357209, + 40.10781963730165, + ], + [ + -121.44421391903136, + 40.15079153211282, + ], + [ + -121.36776264291998, + 40.212724775509415, + ], + [ + -121.34658599836332, + 40.31317157963052, + ], + [ + -121.46826197301944, + 40.349751405088526, + ], + [ + -121.49769391969141, + 40.44552501564891, + ], + [ + -121.32792183705914, + 40.445310156174855, + ], + ], + ], + "type": "Polygon", + }, + "id": "06063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39041 { + "geometry": { + "coordinates": [ + [ + [ + -82.74479330716838, + 40.349590260482984, + ], + [ + -82.75089505221014, + 40.27696775825211, + ], + [ + -82.76166283757793, + 40.12586783312234, + ], + [ + -83.17012082919638, + 40.143056591046815, + ], + [ + -83.17227438626993, + 40.24425540332711, + ], + [ + -83.24836673620237, + 40.244470262801165, + ], + [ + -83.24872566238129, + 40.44396728446201, + ], + [ + -83.02080753876292, + 40.433761459444355, + ], + [ + -82.92964028931557, + 40.358077209708185, + ], + [ + -82.74479330716838, + 40.349590260482984, + ], + ], + ], + "type": "Polygon", + }, + "id": "39041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08125 { + "geometry": { + "coordinates": [ + [ + [ + -102.0517913978076, + 40.43999238419198, + ], + [ + -102.0517913978076, + 40.349214256403386, + ], + [ + -102.0517913978076, + 40.00307564369943, + ], + [ + -102.04963784073405, + 39.574054988878444, + ], + [ + -102.80302389030092, + 39.56782406413082, + ], + [ + -102.80374174265877, + 40.00253849501429, + ], + [ + -102.78005261484962, + 40.438434653005075, + ], + [ + -102.66483731141419, + 40.438434653005075, + ], + [ + -102.0517913978076, + 40.43999238419198, + ], + ], + ], + "type": "Polygon", + }, + "id": "08125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08121 { + "geometry": { + "coordinates": [ + [ + [ + -102.78005261484962, + 40.438434653005075, + ], + [ + -102.80374174265877, + 40.00253849501429, + ], + [ + -102.80302389030092, + 39.56782406413082, + ], + [ + -103.15441261947004, + 39.56562175452174, + ], + [ + -103.70751786119588, + 39.5662126180754, + ], + [ + -103.7064410826591, + 39.739819073112514, + ], + [ + -103.70572323030125, + 40.00130305303847, + ], + [ + -103.47206228782005, + 40.00146419764401, + ], + [ + -103.46560161659937, + 40.43633977313303, + ], + [ + -102.78005261484962, + 40.438434653005075, + ], + ], + ], + "type": "Polygon", + }, + "id": "08121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17125 { + "geometry": { + "coordinates": [ + [ + [ + -89.60315473409732, + 40.32010079766882, + ], + [ + -89.60171902938161, + 40.12243008153745, + ], + [ + -89.9635166177396, + 40.14311030591533, + ], + [ + -89.99474319530621, + 40.10835678598679, + ], + [ + -90.13472440508757, + 40.06194713959073, + ], + [ + -90.28583232641566, + 40.05523278102649, + ], + [ + -90.35510507894848, + 40.12420267219841, + ], + [ + -90.19969004347328, + 40.183933605985935, + ], + [ + -90.06939984052293, + 40.294532520256176, + ], + [ + -90.0431982294613, + 40.37000191051829, + ], + [ + -89.92475259041552, + 40.435910054184916, + ], + [ + -89.71693433281705, + 40.43515804602572, + ], + [ + -89.71478077574348, + 40.31918764490408, + ], + [ + -89.60315473409732, + 40.32010079766882, + ], + ], + ], + "type": "Polygon", + }, + "id": "17125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39067 { + "geometry": { + "coordinates": [ + [ + [ + -80.94154818424128, + 40.4246836466655, + ], + [ + -80.86545583430886, + 40.42285734113602, + ], + [ + -80.88304321707626, + 40.159493340812084, + ], + [ + -81.22581771795113, + 40.17007516990933, + ], + [ + -81.33816161195514, + 40.21422879182781, + ], + [ + -81.275349530643, + 40.3034491884295, + ], + [ + -81.2699656379591, + 40.43343917023327, + ], + [ + -80.94154818424128, + 40.4246836466655, + ], + ], + ], + "type": "Polygon", + }, + "id": "39067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18023 { + "geometry": { + "coordinates": [ + [ + [ + -86.37569053318958, + 40.43182772417786, + ], + [ + -86.24288784698675, + 40.37386938105129, + ], + [ + -86.24288784698675, + 40.21584023788323, + ], + [ + -86.24252892080783, + 40.180764428743615, + ], + [ + -86.69585268479209, + 40.17866954887157, + ], + [ + -86.69585268479209, + 40.214336221564835, + ], + [ + -86.6947759062553, + 40.43209629852043, + ], + [ + -86.37569053318958, + 40.43182772417786, + ], + ], + ], + "type": "Polygon", + }, + "id": "18023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 34021 { + "geometry": { + "coordinates": [ + [ + [ + -74.61942246862866, + 40.37435281486792, + ], + [ + -74.62157602570221, + 40.32429055741291, + ], + [ + -74.48410729917333, + 40.25327950123746, + ], + [ + -74.58783696488311, + 40.13816853801204, + ], + [ + -74.72422891287522, + 40.147300065659415, + ], + [ + -74.9428149558415, + 40.34169417481144, + ], + [ + -74.85631374672019, + 40.34663594271471, + ], + [ + -74.74827696686329, + 40.42414649798036, + ], + [ + -74.61942246862866, + 40.37435281486792, + ], + ], + ], + "type": "Polygon", + }, + "id": "34021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18159 { + "geometry": { + "coordinates": [ + [ + [ + -85.86242609732459, + 40.406850310318866, + ], + [ + -85.86242609732459, + 40.37838143000647, + ], + [ + -85.86242609732459, + 40.218955700257034, + ], + [ + -86.24288784698675, + 40.21584023788323, + ], + [ + -86.24288784698675, + 40.37386938105129, + ], + [ + -86.24288784698675, + 40.40292912491735, + ], + [ + -85.86242609732459, + 40.406850310318866, + ], + ], + ], + "type": "Polygon", + }, + "id": "18159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54009 { + "geometry": { + "coordinates": [ + [ + [ + -80.51801529310794, + 40.3989005097788, + ], + [ + -80.5190920716447, + 40.15970820028614, + ], + [ + -80.68204455687737, + 40.185491337172834, + ], + [ + -80.59949153572427, + 40.320799090959504, + ], + [ + -80.62892348239625, + 40.39535532845687, + ], + [ + -80.51801529310794, + 40.3989005097788, + ], + ], + ], + "type": "Polygon", + }, + "id": "54009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17019 { + "geometry": { + "coordinates": [ + [ + [ + -87.93271229737306, + 40.399545088200966, + ], + [ + -87.93773726387802, + 39.879800020459896, + ], + [ + -88.46248733746867, + 39.879101727169214, + ], + [ + -88.45961592803727, + 40.28158723694431, + ], + [ + -88.46033378039512, + 40.398846794910284, + ], + [ + -87.93271229737306, + 40.399545088200966, + ], + ], + ], + "type": "Polygon", + }, + "id": "17019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29211 { + "geometry": { + "coordinates": [ + [ + [ + -92.85574376752992, + 40.342714757313196, + ], + [ + -92.85610269370883, + 40.03718458520579, + ], + [ + -93.36182967981638, + 40.033102255198735, + ], + [ + -93.36721357250028, + 40.26633221428635, + ], + [ + -93.36721357250028, + 40.38294719383015, + ], + [ + -92.85538484135098, + 40.385847796729905, + ], + [ + -92.85574376752992, + 40.342714757313196, + ], + ], + ], + "type": "Polygon", + }, + "id": "29211", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29075 { + "geometry": { + "coordinates": [ + [ + [ + -94.21427935476699, + 40.38418263580597, + ], + [ + -94.21679183801947, + 40.13655709195662, + ], + [ + -94.21894539509303, + 40.0348748458597, + ], + [ + -94.60550888979695, + 40.039225750209326, + ], + [ + -94.60586781597587, + 40.12613640746491, + ], + [ + -94.59833036621842, + 40.38670723462613, + ], + [ + -94.21427935476699, + 40.38418263580597, + ], + ], + ], + "type": "Polygon", + }, + "id": "29075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18095 { + "geometry": { + "coordinates": [ + [ + [ + -85.57851548979367, + 40.379509442245265, + ], + [ + -85.57600300654119, + 40.07714844738018, + ], + [ + -85.5763619327201, + 39.94576187899504, + ], + [ + -85.86242609732459, + 39.94361328425448, + ], + [ + -85.86242609732459, + 40.218955700257034, + ], + [ + -85.86242609732459, + 40.37838143000647, + ], + [ + -85.57851548979367, + 40.379509442245265, + ], + ], + ], + "type": "Polygon", + }, + "id": "18095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18035 { + "geometry": { + "coordinates": [ + [ + [ + -85.44427709887513, + 40.37913343816567, + ], + [ + -85.21994823704603, + 40.37918715303418, + ], + [ + -85.21887145850924, + 40.30667208054033, + ], + [ + -85.2142054181832, + 40.07687987303761, + ], + [ + -85.57600300654119, + 40.07714844738018, + ], + [ + -85.57851548979367, + 40.379509442245265, + ], + [ + -85.44427709887513, + 40.37913343816567, + ], + ], + ], + "type": "Polygon", + }, + "id": "18035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18045 { + "geometry": { + "coordinates": [ + [ + [ + -87.09210718632703, + 40.36640301432786, + ], + [ + -87.09246611250595, + 40.21481965538146, + ], + [ + -87.09103040779024, + 39.95301338624442, + ], + [ + -87.42016571386591, + 39.95242252269077, + ], + [ + -87.4065265190667, + 40.12747927917776, + ], + [ + -87.43739417045438, + 40.16948430635568, + ], + [ + -87.23244732228731, + 40.31129155923253, + ], + [ + -87.09210718632703, + 40.36640301432786, + ], + ], + ], + "type": "Polygon", + }, + "id": "18045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39037 { + "geometry": { + "coordinates": [ + [ + [ + -84.43461775755469, + 40.3542634540437, + ], + [ + -84.43246420048112, + 40.19698631903482, + ], + [ + -84.42636245543937, + 39.91960273802874, + ], + [ + -84.48522634878333, + 39.91847472578995, + ], + [ + -84.81256702396436, + 39.91691699460304, + ], + [ + -84.81077239306973, + 40.00506309383445, + ], + [ + -84.8035938694912, + 40.31000240238819, + ], + [ + -84.80395279567013, + 40.35275943772531, + ], + [ + -84.43461775755469, + 40.3542634540437, + ], + ], + ], + "type": "Polygon", + }, + "id": "39037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31181 { + "geometry": { + "coordinates": [ + [ + [ + -98.27804155257363, + 40.35034226864218, + ], + [ + -98.27373443842652, + 40.35034226864218, + ], + [ + -98.27409336460543, + 40.00264592475132, + ], + [ + -98.5045239714763, + 40.00226992067172, + ], + [ + -98.72634035005292, + 40.00237735040875, + ], + [ + -98.72669927623184, + 40.350395983510694, + ], + [ + -98.72382786680043, + 40.350395983510694, + ], + [ + -98.27804155257363, + 40.35034226864218, + ], + ], + ], + "type": "Polygon", + }, + "id": "31181", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31061 { + "geometry": { + "coordinates": [ + [ + [ + -98.72669927623184, + 40.350395983510694, + ], + [ + -98.72634035005292, + 40.00237735040875, + ], + [ + -99.06696129385423, + 40.002323635540236, + ], + [ + -99.17894626167933, + 40.00210877606618, + ], + [ + -99.17930518785825, + 40.350664557853264, + ], + [ + -98.72669927623184, + 40.350395983510694, + ], + ], + ], + "type": "Polygon", + }, + "id": "31061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31129 { + "geometry": { + "coordinates": [ + [ + [ + -97.82399993623152, + 40.350557128116236, + ], + [ + -97.82076960062118, + 40.350557128116236, + ], + [ + -97.82148745297903, + 40.002055061197666, + ], + [ + -97.93167778990949, + 40.002055061197666, + ], + [ + -98.27409336460543, + 40.00264592475132, + ], + [ + -98.27373443842652, + 40.35034226864218, + ], + [ + -97.82399993623152, + 40.350557128116236, + ], + ], + ], + "type": "Polygon", + }, + "id": "31129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31057 { + "geometry": { + "coordinates": [ + [ + [ + -101.32317125458667, + 40.350557128116236, + ], + [ + -101.32568373783916, + 40.002699639619834, + ], + [ + -101.41110816842368, + 40.00253849501429, + ], + [ + -102.0517913978076, + 40.00307564369943, + ], + [ + -102.0517913978076, + 40.349214256403386, + ], + [ + -101.34291219442763, + 40.35044969837921, + ], + [ + -101.32317125458667, + 40.350557128116236, + ], + ], + ], + "type": "Polygon", + }, + "id": "31057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31065 { + "geometry": { + "coordinates": [ + [ + [ + -99.64231995867353, + 40.351201706538404, + ], + [ + -99.63047539476895, + 40.351094276801376, + ], + [ + -99.6283218376954, + 40.001786486855096, + ], + [ + -100.1781967438109, + 40.001517912512526, + ], + [ + -100.19363056950475, + 40.001625342249554, + ], + [ + -100.19793768365186, + 40.350019979431096, + ], + [ + -100.09492587029993, + 40.35125542140692, + ], + [ + -99.64231995867353, + 40.351201706538404, + ], + ], + ], + "type": "Polygon", + }, + "id": "31065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31169 { + "geometry": { + "coordinates": [ + [ + [ + -97.3685226151737, + 40.350395983510694, + ], + [ + -97.36924046753155, + 40.00194763146064, + ], + [ + -97.82148745297903, + 40.002055061197666, + ], + [ + -97.82076960062118, + 40.350557128116236, + ], + [ + -97.3685226151737, + 40.350395983510694, + ], + ], + ], + "type": "Polygon", + }, + "id": "31169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31095 { + "geometry": { + "coordinates": [ + [ + [ + -97.3685226151737, + 40.350395983510694, + ], + [ + -96.91555777736836, + 40.349751405088526, + ], + [ + -96.91627562972621, + 40.00146419764401, + ], + [ + -97.36924046753155, + 40.00194763146064, + ], + [ + -97.3685226151737, + 40.350395983510694, + ], + ], + ], + "type": "Polygon", + }, + "id": "31095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31145 { + "geometry": { + "coordinates": [ + [ + [ + -100.19793768365186, + 40.350019979431096, + ], + [ + -100.19363056950475, + 40.001625342249554, + ], + [ + -100.73883943529421, + 40.00210877606618, + ], + [ + -100.7589393013141, + 40.00226992067172, + ], + [ + -100.75858037513517, + 40.349482830745956, + ], + [ + -100.19793768365186, + 40.350019979431096, + ], + ], + ], + "type": "Polygon", + }, + "id": "31145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31087 { + "geometry": { + "coordinates": [ + [ + [ + -100.77724453643935, + 40.349482830745956, + ], + [ + -100.75858037513517, + 40.349482830745956, + ], + [ + -100.7589393013141, + 40.00226992067172, + ], + [ + -101.32568373783916, + 40.002699639619834, + ], + [ + -101.32317125458667, + 40.350557128116236, + ], + [ + -100.77724453643935, + 40.349482830745956, + ], + ], + ], + "type": "Polygon", + }, + "id": "31087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31083 { + "geometry": { + "coordinates": [ + [ + [ + -99.17930518785825, + 40.350664557853264, + ], + [ + -99.17894626167933, + 40.00210877606618, + ], + [ + -99.62580935444291, + 40.001786486855096, + ], + [ + -99.6283218376954, + 40.001786486855096, + ], + [ + -99.63047539476895, + 40.351094276801376, + ], + [ + -99.17930518785825, + 40.350664557853264, + ], + ], + ], + "type": "Polygon", + }, + "id": "31083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29001 { + "geometry": { + "coordinates": [ + [ + [ + -92.35001678142237, + 40.34642108324066, + ], + [ + -92.34786322434881, + 40.302750895138814, + ], + [ + -92.34535074109633, + 40.03713087033728, + ], + [ + -92.8474884654146, + 40.03723830007431, + ], + [ + -92.85610269370883, + 40.03718458520579, + ], + [ + -92.85574376752992, + 40.342714757313196, + ], + [ + -92.68417705400302, + 40.34346676547239, + ], + [ + -92.35001678142237, + 40.34642108324066, + ], + ], + ], + "type": "Polygon", + }, + "id": "29001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42041 { + "geometry": { + "coordinates": [ + [ + [ + -76.85732719423582, + 40.22781865356184, + ], + [ + -76.90578222839092, + 40.165616835822675, + ], + [ + -77.03679028369912, + 40.142143438282076, + ], + [ + -77.13728961379856, + 40.0698969401308, + ], + [ + -77.18574464795364, + 40.02971821848236, + ], + [ + -77.40361283856207, + 39.9944812647372, + ], + [ + -77.47109096020027, + 39.944043003202594, + ], + [ + -77.6146614317709, + 40.19849033535321, + ], + [ + -77.36592558977478, + 40.313655013447146, + ], + [ + -77.27009230000138, + 40.27868663404456, + ], + [ + -76.915114309043, + 40.328480317157, + ], + [ + -76.85732719423582, + 40.22781865356184, + ], + ], + ], + "type": "Polygon", + }, + "id": "42041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17107 { + "geometry": { + "coordinates": [ + [ + [ + -89.14875419157627, + 40.28201695589242, + ], + [ + -89.14480600360808, + 40.04878699680481, + ], + [ + -89.14337029889238, + 39.917883862236295, + ], + [ + -89.21838587028803, + 39.916970709471556, + ], + [ + -89.48327339033584, + 39.93313888489426, + ], + [ + -89.57838882775138, + 39.97605706483691, + ], + [ + -89.60171902938161, + 40.12243008153745, + ], + [ + -89.60315473409732, + 40.32010079766882, + ], + [ + -89.26396949501171, + 40.32514999530913, + ], + [ + -89.14875419157627, + 40.28201695589242, + ], + ], + ], + "type": "Polygon", + }, + "id": "17107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42009 { + "geometry": { + "coordinates": [ + [ + [ + -78.25749821822839, + 40.297809127235524, + ], + [ + -78.23596264749278, + 40.22443461684546, + ], + [ + -78.1347454650355, + 40.16513340200605, + ], + [ + -78.2994925811628, + 39.82463485049606, + ], + [ + -78.3806098976002, + 39.72257660031954, + ], + [ + -78.80844990288067, + 39.722898889530626, + ], + [ + -78.75712345929418, + 39.824419991022005, + ], + [ + -78.76322520433592, + 40.05705908655597, + ], + [ + -78.65841876008936, + 40.242912531614266, + ], + [ + -78.62037258512315, + 40.32703001570712, + ], + [ + -78.4480880192384, + 40.243825684379, + ], + [ + -78.43444882443919, + 40.30226746132219, + ], + [ + -78.28800694343714, + 40.24350339516791, + ], + [ + -78.25749821822839, + 40.297809127235524, + ], + ], + ], + "type": "Polygon", + }, + "id": "42009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42071 { + "geometry": { + "coordinates": [ + [ + [ + -75.87386946397702, + 40.137309100115814, + ], + [ + -75.94314221650986, + 40.10926993875153, + ], + [ + -75.991238324486, + 39.86884218728305, + ], + [ + -76.1355266484145, + 39.72112629886966, + ], + [ + -76.23315456908252, + 39.72134115834372, + ], + [ + -76.23997416648213, + 39.72134115834372, + ], + [ + -76.4678922901005, + 39.9432909950434, + ], + [ + -76.53860074734904, + 40.05442705799878, + ], + [ + -76.72093524624373, + 40.121678073378256, + ], + [ + -76.56875054637887, + 40.19591202166455, + ], + [ + -76.30745228812032, + 40.25505209189842, + ], + [ + -76.15131940028726, + 40.31569617845068, + ], + [ + -75.87386946397702, + 40.137309100115814, + ], + ], + ], + "type": "Polygon", + }, + "id": "42071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18135 { + "geometry": { + "coordinates": [ + [ + [ + -84.8035938694912, + 40.31000240238819, + ], + [ + -84.81077239306973, + 40.00506309383445, + ], + [ + -85.20164300192077, + 40.00452594514931, + ], + [ + -85.2142054181832, + 40.07687987303761, + ], + [ + -85.21887145850924, + 40.30667208054033, + ], + [ + -84.8035938694912, + 40.31000240238819, + ], + ], + ], + "type": "Polygon", + }, + "id": "18135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29103 { + "geometry": { + "coordinates": [ + [ + [ + -91.95017301809817, + 40.30081715987231, + ], + [ + -91.95089087045602, + 40.257200686638974, + ], + [ + -91.95268550135066, + 39.94936077518547, + ], + [ + -92.28864040482593, + 39.95220766321671, + ], + [ + -92.34535074109633, + 40.03713087033728, + ], + [ + -92.34786322434881, + 40.302750895138814, + ], + [ + -91.95017301809817, + 40.30081715987231, + ], + ], + ], + "type": "Polygon", + }, + "id": "29103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42055 { + "geometry": { + "coordinates": [ + [ + [ + -77.6146614317709, + 40.19849033535321, + ], + [ + -77.47109096020027, + 39.944043003202594, + ], + [ + -77.45924639629568, + 39.71999828663087, + ], + [ + -77.46929632930564, + 39.71999828663087, + ], + [ + -78.09957069950069, + 39.722093166502916, + ], + [ + -78.00266063119052, + 39.826514870894044, + ], + [ + -77.86447405230379, + 40.061517420642616, + ], + [ + -77.70295727178683, + 40.26380761546619, + ], + [ + -77.67173069422022, + 40.28980561182695, + ], + [ + -77.6146614317709, + 40.19849033535321, + ], + ], + ], + "type": "Polygon", + }, + "id": "42055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42111 { + "geometry": { + "coordinates": [ + [ + [ + -78.65841876008936, + 40.242912531614266, + ], + [ + -78.76322520433592, + 40.05705908655597, + ], + [ + -78.75712345929418, + 39.824419991022005, + ], + [ + -78.80844990288067, + 39.722898889530626, + ], + [ + -78.93120265607357, + 39.7227914597936, + ], + [ + -79.39242279599421, + 39.721556017817775, + ], + [ + -79.41754762851906, + 39.853748309230625, + ], + [ + -79.29371809678939, + 40.040407477316634, + ], + [ + -79.18532239075357, + 40.109860802305185, + ], + [ + -79.05610896634, + 40.28475641418663, + ], + [ + -78.89279755492842, + 40.249358315835934, + ], + [ + -78.65841876008936, + 40.242912531614266, + ], + ], + ], + "type": "Polygon", + }, + "id": "42111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17039 { + "geometry": { + "coordinates": [ + [ + [ + -88.57519015765162, + 40.2815335220758, + ], + [ + -88.74532116646282, + 40.055179066157976, + ], + [ + -89.14480600360808, + 40.04878699680481, + ], + [ + -89.14875419157627, + 40.28201695589242, + ], + [ + -88.57519015765162, + 40.2815335220758, + ], + ], + ], + "type": "Polygon", + }, + "id": "17039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17169 { + "geometry": { + "coordinates": [ + [ + [ + -90.45022051636403, + 40.276323179829944, + ], + [ + -90.45165622107973, + 40.18887537388922, + ], + [ + -90.19969004347328, + 40.183933605985935, + ], + [ + -90.35510507894848, + 40.12420267219841, + ], + [ + -90.51375045003402, + 39.987820621041465, + ], + [ + -90.6077891089128, + 39.98212684497899, + ], + [ + -90.69608494892873, + 40.103737307294594, + ], + [ + -90.91395313953716, + 40.104435600585276, + ], + [ + -90.91215850864252, + 40.193118848501825, + ], + [ + -90.91000495156896, + 40.28432669523852, + ], + [ + -90.45022051636403, + 40.276323179829944, + ], + ], + ], + "type": "Polygon", + }, + "id": "17169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17147 { + "geometry": { + "coordinates": [ + [ + [ + -88.45961592803727, + 40.28158723694431, + ], + [ + -88.46248733746867, + 39.879101727169214, + ], + [ + -88.4736140490154, + 39.791761350965515, + ], + [ + -88.74603901882067, + 39.792029925308086, + ], + [ + -88.74532116646282, + 40.055179066157976, + ], + [ + -88.57519015765162, + 40.2815335220758, + ], + [ + -88.45961592803727, + 40.28158723694431, + ], + ], + ], + "type": "Polygon", + }, + "id": "17147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39089 { + "geometry": { + "coordinates": [ + [ + [ + -82.19599517958966, + 40.23904506108126, + ], + [ + -82.18702202511649, + 40.1668522777985, + ], + [ + -82.19886658902107, + 39.95016649821318, + ], + [ + -82.23404135455587, + 39.913210668675575, + ], + [ + -82.4626773305321, + 39.93034571173153, + ], + [ + -82.78248055595567, + 39.93958466911593, + ], + [ + -82.76166283757793, + 40.12586783312234, + ], + [ + -82.75089505221014, + 40.27696775825211, + ], + [ + -82.47739330386808, + 40.245813134514016, + ], + [ + -82.19599517958966, + 40.23904506108126, + ], + ], + ], + "type": "Polygon", + }, + "id": "39089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39021 { + "geometry": { + "coordinates": [ + [ + [ + -83.55130043121639, + 40.22937638474875, + ], + [ + -83.49459009494599, + 40.22545519934722, + ], + [ + -83.50356324941916, + 40.111418533492085, + ], + [ + -83.51612566568159, + 40.010166006343276, + ], + [ + -84.0362096989462, + 40.04019261784258, + ], + [ + -84.0229294303259, + 40.183933605985935, + ], + [ + -84.0146741282106, + 40.27342257693019, + ], + [ + -83.55130043121639, + 40.22937638474875, + ], + ], + ], + "type": "Polygon", + }, + "id": "39021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29079 { + "geometry": { + "coordinates": [ + [ + [ + -93.36721357250028, + 40.26633221428635, + ], + [ + -93.36182967981638, + 40.033102255198735, + ], + [ + -93.36182967981638, + 39.96762383048022, + ], + [ + -93.7620323693195, + 39.959566600203125, + ], + [ + -93.76418592639307, + 40.13290448089767, + ], + [ + -93.76346807403522, + 40.263968760071734, + ], + [ + -93.36721357250028, + 40.26633221428635, + ], + ], + ], + "type": "Polygon", + }, + "id": "29079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08013 { + "geometry": { + "coordinates": [ + [ + [ + -105.05492673688623, + 40.26176645046266, + ], + [ + -105.05277317981268, + 40.00022875566819, + ], + [ + -105.14717076487037, + 39.91380153222923, + ], + [ + -105.39770123776111, + 39.91283466459598, + ], + [ + -105.39841909011896, + 39.93496519042373, + ], + [ + -105.6758690264292, + 39.93244059160358, + ], + [ + -105.63746392528405, + 40.04583267903654, + ], + [ + -105.65325667715683, + 40.26042357874981, + ], + [ + -105.05492673688623, + 40.26176645046266, + ], + ], + ], + "type": "Polygon", + }, + "id": "08013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31133 { + "geometry": { + "coordinates": [ + [ + [ + -96.06669736420702, + 40.261981309936715, + ], + [ + -96.01034595411555, + 40.261444161251575, + ], + [ + -96.01070488029448, + 40.00060475974779, + ], + [ + -96.2393408562707, + 40.00081961922184, + ], + [ + -96.46366971809981, + 40.000980763827386, + ], + [ + -96.46366971809981, + 40.26208873967374, + ], + [ + -96.06669736420702, + 40.261981309936715, + ], + ], + ], + "type": "Polygon", + }, + "id": "31133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 31147 { + "geometry": { + "coordinates": [ + [ + [ + -95.55235614980525, + 40.26182016533117, + ], + [ + -95.39694111433003, + 40.124954680357604, + ], + [ + -95.42098916831812, + 40.0564145081338, + ], + [ + -95.3086452743141, + 39.99996018132562, + ], + [ + -95.33987185188072, + 39.99996018132562, + ], + [ + -95.78817064936, + 40.00038990027373, + ], + [ + -96.01070488029448, + 40.00060475974779, + ], + [ + -96.01034595411555, + 40.261444161251575, + ], + [ + -95.55235614980525, + 40.26182016533117, + ], + ], + ], + "type": "Polygon", + }, + "id": "31147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29087 { + "geometry": { + "coordinates": [ + [ + [ + -95.18086755461624, + 40.26165902072563, + ], + [ + -95.07139507004364, + 40.260531008486836, + ], + [ + -95.04303990190844, + 40.13011130773495, + ], + [ + -94.99350808921658, + 39.8979019311491, + ], + [ + -95.08503426484285, + 39.861859254376235, + ], + [ + -95.3086452743141, + 39.99996018132562, + ], + [ + -95.42098916831812, + 40.0564145081338, + ], + [ + -95.39694111433003, + 40.124954680357604, + ], + [ + -95.55235614980525, + 40.26182016533117, + ], + [ + -95.55486863305774, + 40.264774483099444, + ], + [ + -95.18086755461624, + 40.26165902072563, + ], + ], + ], + "type": "Polygon", + }, + "id": "29087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29111 { + "geometry": { + "coordinates": [ + [ + [ + -91.49756710647176, + 40.248713737413766, + ], + [ + -91.50546348240815, + 40.20047778548823, + ], + [ + -91.49469569704036, + 40.037345729811335, + ], + [ + -91.43547287751747, + 39.9452247303099, + ], + [ + -91.84034160734664, + 39.94823276294668, + ], + [ + -91.95268550135066, + 39.94936077518547, + ], + [ + -91.95089087045602, + 40.257200686638974, + ], + [ + -91.49756710647176, + 40.248713737413766, + ], + ], + ], + "type": "Polygon", + }, + "id": "29111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42029 { + "geometry": { + "coordinates": [ + [ + [ + -75.36096395429095, + 40.06554603578117, + ], + [ + -75.52391643952362, + 39.944043003202594, + ], + [ + -75.59426597059323, + 39.83736527433387, + ], + [ + -75.78844503339249, + 39.722200596239944, + ], + [ + -76.1355266484145, + 39.72112629886966, + ], + [ + -75.991238324486, + 39.86884218728305, + ], + [ + -75.94314221650986, + 40.10926993875153, + ], + [ + -75.87386946397702, + 40.137309100115814, + ], + [ + -75.69691885776622, + 40.241838234243986, + ], + [ + -75.59929093709819, + 40.235553594627845, + ], + [ + -75.4560793917065, + 40.08773027647743, + ], + [ + -75.36096395429095, + 40.06554603578117, + ], + ], + ], + "type": "Polygon", + }, + "id": "42029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42133 { + "geometry": { + "coordinates": [ + [ + [ + -76.72093524624373, + 40.121678073378256, + ], + [ + -76.53860074734904, + 40.05442705799878, + ], + [ + -76.4678922901005, + 39.9432909950434, + ], + [ + -76.23997416648213, + 39.72134115834372, + ], + [ + -76.56946839873672, + 39.72118001373818, + ], + [ + -76.78697766316623, + 39.72080400965858, + ], + [ + -76.99946196109074, + 39.7201057163679, + ], + [ + -76.95495511490385, + 39.85686377160444, + ], + [ + -77.01920290093172, + 40.01403347687628, + ], + [ + -77.13728961379856, + 40.0698969401308, + ], + [ + -77.03679028369912, + 40.142143438282076, + ], + [ + -76.90578222839092, + 40.165616835822675, + ], + [ + -76.85732719423582, + 40.22781865356184, + ], + [ + -76.73349766250617, + 40.181785011245374, + ], + [ + -76.72093524624373, + 40.121678073378256, + ], + ], + ], + "type": "Polygon", + }, + "id": "42133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08103 { + "geometry": { + "coordinates": [ + [ + [ + -107.03727602309769, + 40.091544032141925, + ], + [ + -107.31687951648149, + 40.090738309114215, + ], + [ + -107.31867414737611, + 39.91492954446802, + ], + [ + -107.431735893738, + 39.91772271763075, + ], + [ + -107.431735893738, + 39.82834117642352, + ], + [ + -107.93853965838231, + 39.82501085457566, + ], + [ + -107.93853965838231, + 39.69448372408674, + ], + [ + -108.55481590759923, + 39.69362428619051, + ], + [ + -108.5544569814203, + 39.65016895756272, + ], + [ + -109.05121081305468, + 39.660482212317405, + ], + [ + -109.05085188687576, + 40.22260831131598, + ], + [ + -108.11333670751955, + 40.221641443682735, + ], + [ + -107.43927334349544, + 40.22330660460666, + ], + [ + -107.03799387545554, + 40.22470319118803, + ], + [ + -107.03727602309769, + 40.091544032141925, + ], + ], + ], + "type": "Polygon", + }, + "id": "08103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39059 { + "geometry": { + "coordinates": [ + [ + [ + -81.23407302006645, + 39.951187080714945, + ], + [ + -81.38589879375239, + 39.950649932029805, + ], + [ + -81.46414470075838, + 39.894517894432724, + ], + [ + -81.57864215183595, + 39.897687071675044, + ], + [ + -81.58043678273059, + 39.8390304352578, + ], + [ + -81.6942163814503, + 39.84262933144824, + ], + [ + -81.72867329462726, + 39.93190344291844, + ], + [ + -81.71611087836483, + 40.15213440382567, + ], + [ + -81.62279007184392, + 40.22131915447165, + ], + [ + -81.33816161195514, + 40.21422879182781, + ], + [ + -81.22581771795113, + 40.17007516990933, + ], + [ + -81.23407302006645, + 39.951187080714945, + ], + ], + ], + "type": "Polygon", + }, + "id": "39059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18057 { + "geometry": { + "coordinates": [ + [ + [ + -85.86242609732459, + 39.94361328425448, + ], + [ + -85.93744166872024, + 39.92706910475218, + ], + [ + -86.24001643755534, + 39.9259948073819, + ], + [ + -86.24252892080783, + 40.180764428743615, + ], + [ + -86.24288784698675, + 40.21584023788323, + ], + [ + -85.86242609732459, + 40.218955700257034, + ], + [ + -85.86242609732459, + 39.94361328425448, + ], + ], + ], + "type": "Polygon", + }, + "id": "18057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18107 { + "geometry": { + "coordinates": [ + [ + [ + -86.69585268479209, + 40.214336221564835, + ], + [ + -86.69585268479209, + 40.17866954887157, + ], + [ + -86.69513483243423, + 39.92282563013958, + ], + [ + -86.69513483243423, + 39.864759857275985, + ], + [ + -87.00955416517391, + 39.86669359254249, + ], + [ + -87.0917482601481, + 39.86723074122763, + ], + [ + -87.09103040779024, + 39.95301338624442, + ], + [ + -87.09246611250595, + 40.21481965538146, + ], + [ + -86.69585268479209, + 40.214336221564835, + ], + ], + ], + "type": "Polygon", + }, + "id": "18107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17001 { + "geometry": { + "coordinates": [ + [ + [ + -90.91215850864252, + 40.193118848501825, + ], + [ + -90.91395313953716, + 40.104435600585276, + ], + [ + -90.91646562278964, + 39.84504650053137, + ], + [ + -90.91610669661071, + 39.75716897564253, + ], + [ + -91.36584119880571, + 39.758726706829435, + ], + [ + -91.43511395133854, + 39.84364991395, + ], + [ + -91.43547287751747, + 39.9452247303099, + ], + [ + -91.49469569704036, + 40.037345729811335, + ], + [ + -91.50546348240815, + 40.20047778548823, + ], + [ + -90.91215850864252, + 40.193118848501825, + ], + ], + ], + "type": "Polygon", + }, + "id": "17001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39109 { + "geometry": { + "coordinates": [ + [ + [ + -84.0229294303259, + 40.183933605985935, + ], + [ + -84.0362096989462, + 40.04019261784258, + ], + [ + -84.05092567228218, + 39.879800020459896, + ], + [ + -84.1578856736023, + 39.923201634219176, + ], + [ + -84.42636245543937, + 39.91960273802874, + ], + [ + -84.43246420048112, + 40.19698631903482, + ], + [ + -84.0229294303259, + 40.183933605985935, + ], + ], + ], + "type": "Polygon", + }, + "id": "39109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54069 { + "geometry": { + "coordinates": [ + [ + [ + -80.5190920716447, + 40.15970820028614, + ], + [ + -80.51873314546579, + 40.01645064595941, + ], + [ + -80.73408885282173, + 40.03353197414685, + ], + [ + -80.70286227525511, + 40.15718360146598, + ], + [ + -80.68204455687737, + 40.185491337172834, + ], + [ + -80.5190920716447, + 40.15970820028614, + ], + ], + ], + "type": "Polygon", + }, + "id": "54069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 34005 { + "geometry": { + "coordinates": [ + [ + [ + -74.58783696488311, + 40.13816853801204, + ], + [ + -74.55302112552724, + 40.0791358975152, + ], + [ + -74.3904275664735, + 39.77441144843551, + ], + [ + -74.41447562046159, + 39.56094856096104, + ], + [ + -74.417347029893, + 39.557295949902084, + ], + [ + -74.6592632744895, + 39.63110017924026, + ], + [ + -74.73643240295871, + 39.729881822437434, + ], + [ + -74.90297414998065, + 39.790955627937805, + ], + [ + -74.9320471704737, + 39.88748124665739, + ], + [ + -75.05444099748766, + 39.99066750907271, + ], + [ + -75.0591070378137, + 39.993299537629895, + ], + [ + -74.97404153340811, + 40.04851842246224, + ], + [ + -74.72422891287522, + 40.147300065659415, + ], + [ + -74.58783696488311, + 40.13816853801204, + ], + ], + ], + "type": "Polygon", + }, + "id": "34005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18011 { + "geometry": { + "coordinates": [ + [ + [ + -86.24252892080783, + 40.180764428743615, + ], + [ + -86.24001643755534, + 39.9259948073819, + ], + [ + -86.32615872049772, + 39.9240610721154, + ], + [ + -86.69513483243423, + 39.92282563013958, + ], + [ + -86.69585268479209, + 40.17866954887157, + ], + [ + -86.24252892080783, + 40.180764428743615, + ], + ], + ], + "type": "Polygon", + }, + "id": "18011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39013 { + "geometry": { + "coordinates": [ + [ + [ + -80.88304321707626, + 40.159493340812084, + ], + [ + -80.70286227525511, + 40.15718360146598, + ], + [ + -80.73408885282173, + 40.03353197414685, + ], + [ + -80.75311194030483, + 39.912942094333005, + ], + [ + -80.82274361901659, + 39.84875282645883, + ], + [ + -81.23730335567679, + 39.867821604781284, + ], + [ + -81.23407302006645, + 39.951187080714945, + ], + [ + -81.22581771795113, + 40.17007516990933, + ], + [ + -80.88304321707626, + 40.159493340812084, + ], + ], + ], + "type": "Polygon", + }, + "id": "39013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 34029 { + "geometry": { + "coordinates": [ + [ + [ + -74.09718487829049, + 40.128983295496155, + ], + [ + -74.09646702593264, + 40.12361180864475, + ], + [ + -74.03221923990478, + 40.10115899360592, + ], + [ + -74.08928850235411, + 39.81120613336757, + ], + [ + -74.10579910658473, + 39.93088286041667, + ], + [ + -74.19732528221101, + 39.744760841015804, + ], + [ + -74.16035588578157, + 39.70377639633965, + ], + [ + -74.34161360613949, + 39.56540689504769, + ], + [ + -74.41447562046159, + 39.56094856096104, + ], + [ + -74.3904275664735, + 39.77441144843551, + ], + [ + -74.55302112552724, + 40.0791358975152, + ], + [ + -74.40693817070412, + 40.1722774795184, + ], + [ + -74.2662391085649, + 40.168786013065, + ], + [ + -74.24470353782931, + 40.11829403666188, + ], + [ + -74.09718487829049, + 40.128983295496155, + ], + ], + ], + "type": "Polygon", + }, + "id": "34029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39119 { + "geometry": { + "coordinates": [ + [ + [ + -81.71611087836483, + 40.15213440382567, + ], + [ + -81.72867329462726, + 39.93190344291844, + ], + [ + -81.6942163814503, + 39.84262933144824, + ], + [ + -81.69744671706064, + 39.75555752958711, + ], + [ + -82.07647276200711, + 39.77097369685062, + ], + [ + -82.17015249470694, + 39.82076737996306, + ], + [ + -82.16225611877056, + 39.90928948327406, + ], + [ + -82.23404135455587, + 39.913210668675575, + ], + [ + -82.19886658902107, + 39.95016649821318, + ], + [ + -82.18702202511649, + 40.1668522777985, + ], + [ + -81.71611087836483, + 40.15213440382567, + ], + ], + ], + "type": "Polygon", + }, + "id": "39119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42057 { + "geometry": { + "coordinates": [ + [ + [ + -77.86447405230379, + 40.061517420642616, + ], + [ + -78.00266063119052, + 39.826514870894044, + ], + [ + -78.09957069950069, + 39.722093166502916, + ], + [ + -78.34292264881292, + 39.72225431110846, + ], + [ + -78.3806098976002, + 39.72257660031954, + ], + [ + -78.2994925811628, + 39.82463485049606, + ], + [ + -78.1347454650355, + 40.16513340200605, + ], + [ + -77.86447405230379, + 40.061517420642616, + ], + ], + ], + "type": "Polygon", + }, + "id": "42057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17129 { + "geometry": { + "coordinates": [ + [ + [ + -89.60171902938161, + 40.12243008153745, + ], + [ + -89.57838882775138, + 39.97605706483691, + ], + [ + -89.69827017151286, + 39.97530505667771, + ], + [ + -89.70221835948105, + 39.91686327973453, + ], + [ + -89.99438426912728, + 39.90203797602467, + ], + [ + -89.99474319530621, + 40.10835678598679, + ], + [ + -89.9635166177396, + 40.14311030591533, + ], + [ + -89.60171902938161, + 40.12243008153745, + ], + ], + ], + "type": "Polygon", + }, + "id": "17129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06007 { + "geometry": { + "coordinates": [ + [ + [ + -121.07595565945269, + 39.5977432458931, + ], + [ + -121.14881767377479, + 39.52786020195643, + ], + [ + -121.30387378307105, + 39.519856686547854, + ], + [ + -121.40509096552836, + 39.34189932716111, + ], + [ + -121.62367700849464, + 39.295650825370586, + ], + [ + -121.90866439456234, + 39.305158357097554, + ], + [ + -121.89000023325815, + 39.38374320973348, + ], + [ + -121.85195405829194, + 39.537528878288946, + ], + [ + -121.99480667750471, + 39.53495056460028, + ], + [ + -121.9973191607572, + 39.66848572772598, + ], + [ + -121.94240345538144, + 39.70023121501773, + ], + [ + -122.04649204727014, + 39.79761627163354, + ], + [ + -122.04110815458624, + 39.88436578428358, + ], + [ + -121.77622063453843, + 39.88941498192389, + ], + [ + -121.64557150540915, + 39.98287885313819, + ], + [ + -121.5852719073495, + 40.0999235516301, + ], + [ + -121.44421391903136, + 40.15079153211282, + ], + [ + -121.37709472357209, + 40.10781963730165, + ], + [ + -121.42016586504327, + 40.01510777424656, + ], + [ + -121.40903915349655, + 39.87244108347348, + ], + [ + -121.07595565945269, + 39.5977432458931, + ], + ], + ], + "type": "Polygon", + }, + "id": "06007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18165 { + "geometry": { + "coordinates": [ + [ + [ + -87.4065265190667, + 40.12747927917776, + ], + [ + -87.42016571386591, + 39.95242252269077, + ], + [ + -87.35448222312235, + 39.86352441530016, + ], + [ + -87.38247846507862, + 39.60794907091075, + ], + [ + -87.532150681691, + 39.60730449248858, + ], + [ + -87.53322746022778, + 39.882969197702224, + ], + [ + -87.53143282933314, + 40.147944644081576, + ], + [ + -87.4065265190667, + 40.12747927917776, + ], + ], + ], + "type": "Polygon", + }, + "id": "18165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42051 { + "geometry": { + "coordinates": [ + [ + [ + -79.29371809678939, + 40.040407477316634, + ], + [ + -79.41754762851906, + 39.853748309230625, + ], + [ + -79.39242279599421, + 39.721556017817775, + ], + [ + -79.47641152186303, + 39.72107258400115, + ], + [ + -79.76355246500428, + 39.720750294790065, + ], + [ + -79.916455017227, + 39.720750294790065, + ], + [ + -79.92435139316339, + 39.92352392343026, + ], + [ + -79.99793125984333, + 39.98325485721778, + ], + [ + -79.87661421136615, + 40.036002858098485, + ], + [ + -79.877332063724, + 40.12678098588708, + ], + [ + -79.74596508223688, + 40.12812385759993, + ], + [ + -79.63936400709568, + 40.08273479370563, + ], + [ + -79.49543460934613, + 40.14563490473548, + ], + [ + -79.29371809678939, + 40.040407477316634, + ], + ], + ], + "type": "Polygon", + }, + "id": "42051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39049 { + "geometry": { + "coordinates": [ + [ + [ + -82.76166283757793, + 40.12586783312234, + ], + [ + -82.78248055595567, + 39.93958466911593, + ], + [ + -82.82411599271116, + 39.79498424307636, + ], + [ + -83.24370069587631, + 39.812495290211906, + ], + [ + -83.25913452157016, + 40.00474080462337, + ], + [ + -83.20637237326795, + 40.107712207564624, + ], + [ + -83.17012082919638, + 40.143056591046815, + ], + [ + -82.76166283757793, + 40.12586783312234, + ], + ], + ], + "type": "Polygon", + }, + "id": "39049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42101 { + "geometry": { + "coordinates": [ + [ + [ + -74.97404153340811, + 40.04851842246224, + ], + [ + -75.0591070378137, + 39.993299537629895, + ], + [ + -75.14345468986144, + 39.888931548107266, + ], + [ + -75.21739348272033, + 39.87013134412739, + ], + [ + -75.27661630224321, + 39.97691650273313, + ], + [ + -75.2062667711736, + 40.01188488213572, + ], + [ + -75.223854153941, + 40.09277947411775, + ], + [ + -75.10935670286342, + 40.04588639390506, + ], + [ + -75.01495911780573, + 40.137846248800955, + ], + [ + -74.97404153340811, + 40.04851842246224, + ], + ], + ], + "type": "Polygon", + }, + "id": "42101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29061 { + "geometry": { + "coordinates": [ + [ + [ + -94.21679183801947, + 40.13655709195662, + ], + [ + -93.76418592639307, + 40.13290448089767, + ], + [ + -93.7620323693195, + 39.959566600203125, + ], + [ + -93.75916095988809, + 39.78467098832168, + ], + [ + -94.20566512647275, + 39.78891446293427, + ], + [ + -94.21894539509303, + 40.0348748458597, + ], + [ + -94.21679183801947, + 40.13655709195662, + ], + ], + ], + "type": "Polygon", + }, + "id": "29061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29003 { + "geometry": { + "coordinates": [ + [ + [ + -94.60586781597587, + 40.12613640746491, + ], + [ + -94.60550888979695, + 40.039225750209326, + ], + [ + -94.60263748036553, + 39.81958565285575, + ], + [ + -94.8764981548865, + 39.820606235357516, + ], + [ + -94.99350808921658, + 39.8979019311491, + ], + [ + -95.04303990190844, + 40.13011130773495, + ], + [ + -94.60586781597587, + 40.12613640746491, + ], + ], + ], + "type": "Polygon", + }, + "id": "29003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 32033 { + "geometry": { + "coordinates": [ + [ + [ + -114.0467453713547, + 40.11695116494903, + ], + [ + -114.04710429753364, + 39.90601287629471, + ], + [ + -114.04782214989149, + 39.542685505666284, + ], + [ + -114.04997570696504, + 38.6773389739064, + ], + [ + -115.00077115494153, + 38.6773389739064, + ], + [ + -115.90705975673113, + 39.161847087902316, + ], + [ + -115.90777760908898, + 39.46442294224145, + ], + [ + -115.81338002403129, + 39.59349977128049, + ], + [ + -115.83096740679869, + 39.73503844981478, + ], + [ + -115.79471586272712, + 39.85305001593994, + ], + [ + -115.83527452094582, + 40.12785528325736, + ], + [ + -115.26386404409472, + 40.12253751127448, + ], + [ + -114.0467453713547, + 40.11695116494903, + ], + ], + ], + "type": "Polygon", + }, + "id": "32033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17017 { + "geometry": { + "coordinates": [ + [ + [ + -90.35510507894848, + 40.12420267219841, + ], + [ + -90.28583232641566, + 40.05523278102649, + ], + [ + -90.13472440508757, + 40.06194713959073, + ], + [ + -89.99474319530621, + 40.10835678598679, + ], + [ + -89.99438426912728, + 39.90203797602467, + ], + [ + -89.99438426912728, + 39.87281708755308, + ], + [ + -90.58338212874578, + 39.87668455808608, + ], + [ + -90.51375045003402, + 39.987820621041465, + ], + [ + -90.35510507894848, + 40.12420267219841, + ], + ], + ], + "type": "Polygon", + }, + "id": "17017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39097 { + "geometry": { + "coordinates": [ + [ + [ + -83.24370069587631, + 39.812495290211906, + ], + [ + -83.25231492417056, + 39.69545059171999, + ], + [ + -83.65323546603153, + 39.71682910938854, + ], + [ + -83.64713372098979, + 39.77301486185414, + ], + [ + -83.58898768000368, + 39.768663957504515, + ], + [ + -83.51612566568159, + 40.010166006343276, + ], + [ + -83.50356324941916, + 40.111418533492085, + ], + [ + -83.20637237326795, + 40.107712207564624, + ], + [ + -83.25913452157016, + 40.00474080462337, + ], + [ + -83.24370069587631, + 39.812495290211906, + ], + ], + ], + "type": "Polygon", + }, + "id": "39097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17009 { + "geometry": { + "coordinates": [ + [ + [ + -90.51375045003402, + 39.987820621041465, + ], + [ + -90.58338212874578, + 39.87668455808608, + ], + [ + -90.57189649102014, + 39.83924529473185, + ], + [ + -90.91646562278964, + 39.84504650053137, + ], + [ + -90.91395313953716, + 40.104435600585276, + ], + [ + -90.69608494892873, + 40.103737307294594, + ], + [ + -90.6077891089128, + 39.98212684497899, + ], + [ + -90.51375045003402, + 39.987820621041465, + ], + ], + ], + "type": "Polygon", + }, + "id": "17009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08045 { + "geometry": { + "coordinates": [ + [ + [ + -107.03727602309769, + 40.091544032141925, + ], + [ + -107.0318921304138, + 39.91890444473806, + ], + [ + -107.11372729920905, + 39.91911930421212, + ], + [ + -107.11336837303013, + 39.36607101799239, + ], + [ + -107.43101804138014, + 39.36617844772942, + ], + [ + -109.05085188687576, + 39.366661881546044, + ], + [ + -109.05121081305468, + 39.49767244585159, + ], + [ + -109.05121081305468, + 39.660482212317405, + ], + [ + -108.5544569814203, + 39.65016895756272, + ], + [ + -108.55481590759923, + 39.69362428619051, + ], + [ + -107.93853965838231, + 39.69448372408674, + ], + [ + -107.93853965838231, + 39.82501085457566, + ], + [ + -107.431735893738, + 39.82834117642352, + ], + [ + -107.431735893738, + 39.91772271763075, + ], + [ + -107.31867414737611, + 39.91492954446802, + ], + [ + -107.31687951648149, + 40.090738309114215, + ], + [ + -107.03727602309769, + 40.091544032141925, + ], + ], + ], + "type": "Polygon", + }, + "id": "08045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18065 { + "geometry": { + "coordinates": [ + [ + [ + -85.2142054181832, + 40.07687987303761, + ], + [ + -85.20164300192077, + 40.00452594514931, + ], + [ + -85.22138394176173, + 39.788431029117646, + ], + [ + -85.30142447966236, + 39.787517876352915, + ], + [ + -85.59682072491893, + 39.78655100871966, + ], + [ + -85.5763619327201, + 39.94576187899504, + ], + [ + -85.57600300654119, + 40.07714844738018, + ], + [ + -85.2142054181832, + 40.07687987303761, + ], + ], + ], + "type": "Polygon", + }, + "id": "18065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42001 { + "geometry": { + "coordinates": [ + [ + [ + -76.99946196109074, + 39.7201057163679, + ], + [ + -77.2162533731624, + 39.71983714202533, + ], + [ + -77.45924639629568, + 39.71999828663087, + ], + [ + -77.47109096020027, + 39.944043003202594, + ], + [ + -77.40361283856207, + 39.9944812647372, + ], + [ + -77.18574464795364, + 40.02971821848236, + ], + [ + -77.13728961379856, + 40.0698969401308, + ], + [ + -77.01920290093172, + 40.01403347687628, + ], + [ + -76.95495511490385, + 39.85686377160444, + ], + [ + -76.99946196109074, + 39.7201057163679, + ], + ], + ], + "type": "Polygon", + }, + "id": "42001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42045 { + "geometry": { + "coordinates": [ + [ + [ + -75.27661630224321, + 39.97691650273313, + ], + [ + -75.21739348272033, + 39.87013134412739, + ], + [ + -75.42413496178203, + 39.80712380336051, + ], + [ + -75.57990892343616, + 39.8386544311782, + ], + [ + -75.59354811823538, + 39.837418989202384, + ], + [ + -75.59426597059323, + 39.83736527433387, + ], + [ + -75.52391643952362, + 39.944043003202594, + ], + [ + -75.36096395429095, + 40.06554603578117, + ], + [ + -75.27661630224321, + 39.97691650273313, + ], + ], + ], + "type": "Polygon", + }, + "id": "42045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17115 { + "geometry": { + "coordinates": [ + [ + [ + -88.74532116646282, + 40.055179066157976, + ], + [ + -88.74603901882067, + 39.792029925308086, + ], + [ + -88.81100465720637, + 39.65306956046247, + ], + [ + -89.02600143838339, + 39.654090142964236, + ], + [ + -89.13942211092419, + 39.65521815520303, + ], + [ + -89.14193459417667, + 39.80067801913883, + ], + [ + -89.21766801793018, + 39.815127318769086, + ], + [ + -89.21838587028803, + 39.916970709471556, + ], + [ + -89.14337029889238, + 39.917883862236295, + ], + [ + -89.14480600360808, + 40.04878699680481, + ], + [ + -88.74532116646282, + 40.055179066157976, + ], + ], + ], + "type": "Polygon", + }, + "id": "17115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08014 { + "geometry": { + "coordinates": [ + [ + [ + -104.96160593036532, + 40.0002824705367, + ], + [ + -104.97632190370132, + 39.99996018132562, + ], + [ + -105.05277317981268, + 39.913747817360715, + ], + [ + -105.14717076487037, + 39.91380153222923, + ], + [ + -105.05277317981268, + 40.00022875566819, + ], + [ + -104.96160593036532, + 40.0002824705367, + ], + ], + ], + "type": "Polygon", + }, + "id": "08014", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29121 { + "geometry": { + "coordinates": [ + [ + [ + -92.34535074109633, + 40.03713087033728, + ], + [ + -92.28864040482593, + 39.95220766321671, + ], + [ + -92.29940819019373, + 39.60526332748505, + ], + [ + -92.30084389490943, + 39.60526332748505, + ], + [ + -92.6920734299394, + 39.610312525125366, + ], + [ + -92.68920202050798, + 39.697545471592036, + ], + [ + -92.85789732460347, + 39.69996264067516, + ], + [ + -92.8474884654146, + 40.03723830007431, + ], + [ + -92.34535074109633, + 40.03713087033728, + ], + ], + ], + "type": "Polygon", + }, + "id": "29121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39023 { + "geometry": { + "coordinates": [ + [ + [ + -83.51612566568159, + 40.010166006343276, + ], + [ + -83.58898768000368, + 39.768663957504515, + ], + [ + -83.64713372098979, + 39.77301486185414, + ], + [ + -83.82731466281092, + 39.82264740036104, + ], + [ + -84.0537970817136, + 39.850417987382755, + ], + [ + -84.05092567228218, + 39.879800020459896, + ], + [ + -84.0362096989462, + 40.04019261784258, + ], + [ + -83.51612566568159, + 40.010166006343276, + ], + ], + ], + "type": "Polygon", + }, + "id": "39023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29115 { + "geometry": { + "coordinates": [ + [ + [ + -92.8474884654146, + 40.03723830007431, + ], + [ + -92.85789732460347, + 39.69996264067516, + ], + [ + -93.26707316857976, + 39.70350782199708, + ], + [ + -93.36470108924779, + 39.703722681471135, + ], + [ + -93.36182967981638, + 39.96762383048022, + ], + [ + -93.36182967981638, + 40.033102255198735, + ], + [ + -92.85610269370883, + 40.03718458520579, + ], + [ + -92.8474884654146, + 40.03723830007431, + ], + ], + ], + "type": "Polygon", + }, + "id": "29115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29063 { + "geometry": { + "coordinates": [ + [ + [ + -94.21894539509303, + 40.0348748458597, + ], + [ + -94.20566512647275, + 39.78891446293427, + ], + [ + -94.20602405265167, + 39.745835138386084, + ], + [ + -94.60227855418661, + 39.747178010098935, + ], + [ + -94.60263748036553, + 39.81958565285575, + ], + [ + -94.60550888979695, + 40.039225750209326, + ], + [ + -94.21894539509303, + 40.0348748458597, + ], + ], + ], + "type": "Polygon", + }, + "id": "29063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54051 { + "geometry": { + "coordinates": [ + [ + [ + -80.51945099782364, + 39.72150230294926, + ], + [ + -80.83315247820546, + 39.72053543531601, + ], + [ + -80.82274361901659, + 39.84875282645883, + ], + [ + -80.75311194030483, + 39.912942094333005, + ], + [ + -80.73408885282173, + 40.03353197414685, + ], + [ + -80.51873314546579, + 40.01645064595941, + ], + [ + -80.5190920716447, + 39.96241348823436, + ], + [ + -80.51945099782364, + 39.72150230294926, + ], + ], + ], + "type": "Polygon", + }, + "id": "54051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 42059 { + "geometry": { + "coordinates": [ + [ + [ + -79.99793125984333, + 39.98325485721778, + ], + [ + -79.92435139316339, + 39.92352392343026, + ], + [ + -79.916455017227, + 39.720750294790065, + ], + [ + -80.42110522479776, + 39.72118001373818, + ], + [ + -80.51945099782364, + 39.72150230294926, + ], + [ + -80.5190920716447, + 39.96241348823436, + ], + [ + -80.28758468623707, + 40.019190104253624, + ], + [ + -79.99793125984333, + 39.98325485721778, + ], + ], + ], + "type": "Polygon", + }, + "id": "42059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49023 { + "geometry": { + "coordinates": [ + [ + [ + -112.17961138857868, + 40.01156259292463, + ], + [ + -112.05362829977545, + 39.89236929969216, + ], + [ + -112.08987984384704, + 39.78177038542192, + ], + [ + -111.96928064772771, + 39.80712380336051, + ], + [ + -111.82678695469386, + 39.947212180444915, + ], + [ + -111.64050426783098, + 39.812978724028525, + ], + [ + -111.58522963627628, + 39.740087647455084, + ], + [ + -111.71875017483697, + 39.694591153823765, + ], + [ + -111.71336628215306, + 39.460125752760334, + ], + [ + -111.74710534297216, + 39.38283005696874, + ], + [ + -111.92262024446725, + 39.381379755518864, + ], + [ + -112.01558212480924, + 39.31445102935047, + ], + [ + -112.19576306663038, + 39.32954490740289, + ], + [ + -112.21945219443953, + 39.553965628054215, + ], + [ + -114.04782214989149, + 39.542685505666284, + ], + [ + -114.04710429753364, + 39.90601287629471, + ], + [ + -112.79804119486917, + 39.90321970313198, + ], + [ + -112.34184602145349, + 39.90424028563375, + ], + [ + -112.17961138857868, + 40.01156259292463, + ], + ], + ], + "type": "Polygon", + }, + "id": "49023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18177 { + "geometry": { + "coordinates": [ + [ + [ + -84.81077239306973, + 40.00506309383445, + ], + [ + -84.81256702396436, + 39.91691699460304, + ], + [ + -84.814361654859, + 39.726551500589565, + ], + [ + -85.03438340254098, + 39.71451937004244, + ], + [ + -85.18477347151122, + 39.71543252280718, + ], + [ + -85.22138394176173, + 39.788431029117646, + ], + [ + -85.20164300192077, + 40.00452594514931, + ], + [ + -84.81077239306973, + 40.00506309383445, + ], + ], + ], + "type": "Polygon", + }, + "id": "18177", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20023 { + "geometry": { + "coordinates": [ + [ + [ + -101.41110816842368, + 40.00253849501429, + ], + [ + -101.41397957785509, + 39.56836121281596, + ], + [ + -102.04963784073405, + 39.5681463533419, + ], + [ + -102.04963784073405, + 39.574054988878444, + ], + [ + -102.0517913978076, + 40.00307564369943, + ], + [ + -101.41110816842368, + 40.00253849501429, + ], + ], + ], + "type": "Polygon", + }, + "id": "20023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20153 { + "geometry": { + "coordinates": [ + [ + [ + -100.7589393013141, + 40.00226992067172, + ], + [ + -100.73883943529421, + 40.00210877606618, + ], + [ + -100.74099299236777, + 39.56798520873636, + ], + [ + -101.38921367150915, + 39.56836121281596, + ], + [ + -101.41397957785509, + 39.56836121281596, + ], + [ + -101.41110816842368, + 40.00253849501429, + ], + [ + -101.32568373783916, + 40.002699639619834, + ], + [ + -100.7589393013141, + 40.00226992067172, + ], + ], + ], + "type": "Polygon", + }, + "id": "20153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06045 { + "geometry": { + "coordinates": [ + [ + [ + -123.54429099193072, + 40.00184020172361, + ], + [ + -123.54464991810966, + 39.97697021760165, + ], + [ + -122.93411648775555, + 39.978151944708955, + ], + [ + -122.93770574954482, + 39.79815342031868, + ], + [ + -122.88925071538972, + 39.58264936784067, + ], + [ + -122.8888917892108, + 39.530868234593214, + ], + [ + -123.06225313363234, + 39.503366221914064, + ], + [ + -123.07589232843155, + 39.408237189775846, + ], + [ + -122.99513393817307, + 39.236833044347804, + ], + [ + -123.0805583687576, + 39.17495351581972, + ], + [ + -123.09347971119895, + 39.073002695380225, + ], + [ + -122.98723756223669, + 38.99753330511811, + ], + [ + -122.94811460873369, + 38.900685397187445, + ], + [ + -122.81818333196227, + 38.85030085052135, + ], + [ + -123.07948159022081, + 38.852503160130425, + ], + [ + -123.13834548356476, + 38.809101546371146, + ], + [ + -123.3698528689724, + 38.80571750965477, + ], + [ + -123.533164280384, + 38.76843939090608, + ], + [ + -123.72734334318328, + 38.91889473761368, + ], + [ + -123.68822038968028, + 39.031319957413395, + ], + [ + -123.82676589474593, + 39.34963426822712, + ], + [ + -123.77292696790695, + 39.53376883749297, + ], + [ + -123.78548938416938, + 39.65344556454207, + ], + [ + -123.85512106288114, + 39.83435724169709, + ], + [ + -124.02309851461877, + 40.00119562330144, + ], + [ + -123.54429099193072, + 40.00184020172361, + ], + ], + ], + "type": "Polygon", + }, + "id": "06045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20089 { + "geometry": { + "coordinates": [ + [ + [ + -97.93167778990949, + 40.002055061197666, + ], + [ + -97.93131886373057, + 39.65371413888464, + ], + [ + -97.93167778990949, + 39.566857196497565, + ], + [ + -98.48729551488782, + 39.567394345182706, + ], + [ + -98.50524182383415, + 39.56755548978825, + ], + [ + -98.5045239714763, + 40.00226992067172, + ], + [ + -98.27409336460543, + 40.00264592475132, + ], + [ + -97.93167778990949, + 40.002055061197666, + ], + ], + ], + "type": "Polygon", + }, + "id": "20089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20183 { + "geometry": { + "coordinates": [ + [ + [ + -98.5045239714763, + 40.00226992067172, + ], + [ + -98.50524182383415, + 39.56755548978825, + ], + [ + -99.04434894458186, + 39.56798520873636, + ], + [ + -99.06624344149638, + 39.568038923604874, + ], + [ + -99.06696129385423, + 40.002323635540236, + ], + [ + -98.72634035005292, + 40.00237735040875, + ], + [ + -98.5045239714763, + 40.00226992067172, + ], + ], + ], + "type": "Polygon", + }, + "id": "20183", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20157 { + "geometry": { + "coordinates": [ + [ + [ + -97.36924046753155, + 40.00194763146064, + ], + [ + -97.3685226151737, + 39.65398271322721, + ], + [ + -97.93131886373057, + 39.65371413888464, + ], + [ + -97.93167778990949, + 40.002055061197666, + ], + [ + -97.82148745297903, + 40.002055061197666, + ], + [ + -97.36924046753155, + 40.00194763146064, + ], + ], + ], + "type": "Polygon", + }, + "id": "20157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20201 { + "geometry": { + "coordinates": [ + [ + [ + -96.91627562972621, + 40.00146419764401, + ], + [ + -96.80572636661684, + 40.0014104827755, + ], + [ + -96.80644421897469, + 39.56637376268094, + ], + [ + -96.95898784501848, + 39.566320047812425, + ], + [ + -97.3685226151737, + 39.56696462623459, + ], + [ + -97.3685226151737, + 39.65398271322721, + ], + [ + -97.36924046753155, + 40.00194763146064, + ], + [ + -96.91627562972621, + 40.00146419764401, + ], + ], + ], + "type": "Polygon", + }, + "id": "20201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20039 { + "geometry": { + "coordinates": [ + [ + [ + -100.19363056950475, + 40.001625342249554, + ], + [ + -100.1781967438109, + 40.001517912512526, + ], + [ + -100.18035030088446, + 39.56680348162905, + ], + [ + -100.72017527399002, + 39.56798520873636, + ], + [ + -100.74099299236777, + 39.56798520873636, + ], + [ + -100.73883943529421, + 40.00210877606618, + ], + [ + -100.19363056950475, + 40.001625342249554, + ], + ], + ], + "type": "Polygon", + }, + "id": "20039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 32001 { + "geometry": { + "coordinates": [ + [ + [ + -117.54196850174166, + 40.000980763827386, + ], + [ + -117.46874756124065, + 39.92142904355821, + ], + [ + -117.49566702466014, + 39.74921917510246, + ], + [ + -117.46372259473567, + 39.632711625295684, + ], + [ + -117.49459024612335, + 39.53398369696703, + ], + [ + -117.59006460971783, + 39.51797666614986, + ], + [ + -117.76306702796043, + 39.35291087520647, + ], + [ + -117.7207137388471, + 39.21287621299058, + ], + [ + -117.77562944422286, + 39.09341434541553, + ], + [ + -117.86500206277557, + 39.07364727380239, + ], + [ + -118.75370328179777, + 39.074614141435646, + ], + [ + -118.7540622079767, + 39.11199968992136, + ], + [ + -119.11801335340824, + 39.38847011816271, + ], + [ + -119.07781362136846, + 39.722415455714, + ], + [ + -119.1890807368357, + 39.63255048069014, + ], + [ + -119.17077550171044, + 39.78821616964359, + ], + [ + -119.20882167667666, + 39.80997069139175, + ], + [ + -119.22497335472836, + 39.99931560290345, + ], + [ + -118.50101925183347, + 39.998617309612776, + ], + [ + -117.54196850174166, + 40.000980763827386, + ], + ], + ], + "type": "Polygon", + }, + "id": "32001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20137 { + "geometry": { + "coordinates": [ + [ + [ + -99.62580935444291, + 40.001786486855096, + ], + [ + -99.62796291151646, + 39.567394345182706, + ], + [ + -100.16168613958028, + 39.567233200577164, + ], + [ + -100.18035030088446, + 39.56680348162905, + ], + [ + -100.1781967438109, + 40.001517912512526, + ], + [ + -99.6283218376954, + 40.001786486855096, + ], + [ + -99.62580935444291, + 40.001786486855096, + ], + ], + ], + "type": "Polygon", + }, + "id": "20137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20147 { + "geometry": { + "coordinates": [ + [ + [ + -99.06696129385423, + 40.002323635540236, + ], + [ + -99.06624344149638, + 39.568038923604874, + ], + [ + -99.60212022663376, + 39.56728691544568, + ], + [ + -99.62796291151646, + 39.567394345182706, + ], + [ + -99.62580935444291, + 40.001786486855096, + ], + [ + -99.17894626167933, + 40.00210877606618, + ], + [ + -99.06696129385423, + 40.002323635540236, + ], + ], + ], + "type": "Polygon", + }, + "id": "20147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20117 { + "geometry": { + "coordinates": [ + [ + [ + -96.46366971809981, + 40.000980763827386, + ], + [ + -96.2393408562707, + 40.00081961922184, + ], + [ + -96.23898193009178, + 39.56615890320688, + ], + [ + -96.58175643096665, + 39.56626633294391, + ], + [ + -96.80644421897469, + 39.56637376268094, + ], + [ + -96.80572636661684, + 40.0014104827755, + ], + [ + -96.46366971809981, + 40.000980763827386, + ], + ], + ], + "type": "Polygon", + }, + "id": "20117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08001 { + "geometry": { + "coordinates": [ + [ + [ + -103.70572323030125, + 40.00130305303847, + ], + [ + -103.7064410826591, + 39.739819073112514, + ], + [ + -104.88479572807503, + 39.7401413623236, + ], + [ + -104.73584136382051, + 39.76941596566371, + ], + [ + -104.7598894178086, + 39.82141195838523, + ], + [ + -104.61990820802723, + 39.8267297303681, + ], + [ + -104.60052619436519, + 39.89945966233601, + ], + [ + -104.73153424967339, + 39.89860022443978, + ], + [ + -104.79075706919627, + 39.798260850055705, + ], + [ + -105.0531321059916, + 39.79100934280632, + ], + [ + -105.05277317981268, + 39.913747817360715, + ], + [ + -104.97632190370132, + 39.99996018132562, + ], + [ + -104.96160593036532, + 40.0002824705367, + ], + [ + -104.15043276599127, + 40.00081961922184, + ], + [ + -103.70572323030125, + 40.00130305303847, + ], + ], + ], + "type": "Polygon", + }, + "id": "08001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20013 { + "geometry": { + "coordinates": [ + [ + [ + -95.33987185188072, + 39.99996018132562, + ], + [ + -95.33987185188072, + 39.65290841585693, + ], + [ + -95.56420071370982, + 39.65290841585693, + ], + [ + -95.78888850171785, + 39.65296213072544, + ], + [ + -95.78817064936, + 40.00038990027373, + ], + [ + -95.33987185188072, + 39.99996018132562, + ], + ], + ], + "type": "Polygon", + }, + "id": "20013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20131 { + "geometry": { + "coordinates": [ + [ + [ + -96.01070488029448, + 40.00060475974779, + ], + [ + -95.78817064936, + 40.00038990027373, + ], + [ + -95.78888850171785, + 39.65296213072544, + ], + [ + -95.78924742789678, + 39.56642747754945, + ], + [ + -96.03582971281934, + 39.566051473469855, + ], + [ + -96.23898193009178, + 39.56615890320688, + ], + [ + -96.2393408562707, + 40.00081961922184, + ], + [ + -96.01070488029448, + 40.00060475974779, + ], + ], + ], + "type": "Polygon", + }, + "id": "20131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20043 { + "geometry": { + "coordinates": [ + [ + [ + -95.3086452743141, + 39.99996018132562, + ], + [ + -95.08503426484285, + 39.861859254376235, + ], + [ + -94.99350808921658, + 39.8979019311491, + ], + [ + -94.8764981548865, + 39.820606235357516, + ], + [ + -94.88403560464397, + 39.72671264519511, + ], + [ + -94.95582084042928, + 39.745512849175, + ], + [ + -95.05488446581302, + 39.6235263827798, + ], + [ + -95.11518406387268, + 39.652478696908815, + ], + [ + -95.33987185188072, + 39.65290841585693, + ], + [ + -95.33987185188072, + 39.99996018132562, + ], + [ + -95.3086452743141, + 39.99996018132562, + ], + ], + ], + "type": "Polygon", + }, + "id": "20043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 34007 { + "geometry": { + "coordinates": [ + [ + [ + -74.73643240295871, + 39.729881822437434, + ], + [ + -74.87713146509793, + 39.60827136012183, + ], + [ + -75.0239322722789, + 39.73047268599109, + ], + [ + -75.13232797831472, + 39.88436578428358, + ], + [ + -75.05444099748766, + 39.99066750907271, + ], + [ + -74.9320471704737, + 39.88748124665739, + ], + [ + -74.90297414998065, + 39.790955627937805, + ], + [ + -74.73643240295871, + 39.729881822437434, + ], + ], + ], + "type": "Polygon", + }, + "id": "34007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17167 { + "geometry": { + "coordinates": [ + [ + [ + -89.21838587028803, + 39.916970709471556, + ], + [ + -89.21766801793018, + 39.815127318769086, + ], + [ + -89.39641325503561, + 39.74234367193267, + ], + [ + -89.5353176862802, + 39.64109114478386, + ], + [ + -89.53352305538556, + 39.52458359497709, + ], + [ + -89.7015005071232, + 39.523348153001265, + ], + [ + -89.92654722131016, + 39.52205899615693, + ], + [ + -89.9850521884752, + 39.718064551364364, + ], + [ + -89.99438426912728, + 39.87281708755308, + ], + [ + -89.99438426912728, + 39.90203797602467, + ], + [ + -89.70221835948105, + 39.91686327973453, + ], + [ + -89.69827017151286, + 39.97530505667771, + ], + [ + -89.57838882775138, + 39.97605706483691, + ], + [ + -89.48327339033584, + 39.93313888489426, + ], + [ + -89.21838587028803, + 39.916970709471556, + ], + ], + ], + "type": "Polygon", + }, + "id": "17167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29117 { + "geometry": { + "coordinates": [ + [ + [ + -93.26707316857976, + 39.70350782199708, + ], + [ + -93.27855880630541, + 39.615576582239726, + ], + [ + -93.75844310753024, + 39.611386822495646, + ], + [ + -93.75916095988809, + 39.78467098832168, + ], + [ + -93.7620323693195, + 39.959566600203125, + ], + [ + -93.36182967981638, + 39.96762383048022, + ], + [ + -93.36470108924779, + 39.703722681471135, + ], + [ + -93.26707316857976, + 39.70350782199708, + ], + ], + ], + "type": "Polygon", + }, + "id": "29117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29205 { + "geometry": { + "coordinates": [ + [ + [ + -91.95268550135066, + 39.94936077518547, + ], + [ + -91.84034160734664, + 39.94823276294668, + ], + [ + -91.84716120474624, + 39.658494762182386, + ], + [ + -92.18491073911615, + 39.66289938140053, + ], + [ + -92.18670537001078, + 39.604027885509225, + ], + [ + -92.29940819019373, + 39.60526332748505, + ], + [ + -92.28864040482593, + 39.95220766321671, + ], + [ + -91.95268550135066, + 39.94936077518547, + ], + ], + ], + "type": "Polygon", + }, + "id": "29205", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18121 { + "geometry": { + "coordinates": [ + [ + [ + -87.09103040779024, + 39.95301338624442, + ], + [ + -87.0917482601481, + 39.86723074122763, + ], + [ + -87.00955416517391, + 39.86669359254249, + ], + [ + -87.0135023531421, + 39.60472617879991, + ], + [ + -87.19906718764715, + 39.60714334788304, + ], + [ + -87.38247846507862, + 39.60794907091075, + ], + [ + -87.35448222312235, + 39.86352441530016, + ], + [ + -87.42016571386591, + 39.95242252269077, + ], + [ + -87.09103040779024, + 39.95301338624442, + ], + ], + ], + "type": "Polygon", + }, + "id": "18121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39121 { + "geometry": { + "coordinates": [ + [ + [ + -81.23407302006645, + 39.951187080714945, + ], + [ + -81.23730335567679, + 39.867821604781284, + ], + [ + -81.31375463178814, + 39.86948676570522, + ], + [ + -81.31913852447204, + 39.70737529253009, + ], + [ + -81.28324590657938, + 39.60580047617019, + ], + [ + -81.58833315866697, + 39.58694655732179, + ], + [ + -81.69744671706064, + 39.75555752958711, + ], + [ + -81.6942163814503, + 39.84262933144824, + ], + [ + -81.58043678273059, + 39.8390304352578, + ], + [ + -81.57864215183595, + 39.897687071675044, + ], + [ + -81.46414470075838, + 39.894517894432724, + ], + [ + -81.38589879375239, + 39.950649932029805, + ], + [ + -81.23407302006645, + 39.951187080714945, + ], + ], + ], + "type": "Polygon", + }, + "id": "39121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29127 { + "geometry": { + "coordinates": [ + [ + [ + -91.43547287751747, + 39.9452247303099, + ], + [ + -91.43511395133854, + 39.84364991395, + ], + [ + -91.36584119880571, + 39.758726706829435, + ], + [ + -91.30518267456712, + 39.683955609858, + ], + [ + -91.71543529708019, + 39.686480208678155, + ], + [ + -91.71507637090127, + 39.65763532428616, + ], + [ + -91.84716120474624, + 39.658494762182386, + ], + [ + -91.84034160734664, + 39.94823276294668, + ], + [ + -91.43547287751747, + 39.9452247303099, + ], + ], + ], + "type": "Polygon", + }, + "id": "29127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18059 { + "geometry": { + "coordinates": [ + [ + [ + -85.5763619327201, + 39.94576187899504, + ], + [ + -85.59682072491893, + 39.78655100871966, + ], + [ + -85.6330722689905, + 39.69845862435677, + ], + [ + -85.9517987158773, + 39.697115752643924, + ], + [ + -85.93744166872024, + 39.92706910475218, + ], + [ + -85.86242609732459, + 39.94361328425448, + ], + [ + -85.5763619327201, + 39.94576187899504, + ], + ], + ], + "type": "Polygon", + }, + "id": "18059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39045 { + "geometry": { + "coordinates": [ + [ + [ + -82.78248055595567, + 39.93958466911593, + ], + [ + -82.4626773305321, + 39.93034571173153, + ], + [ + -82.47165048500527, + 39.83720412972833, + ], + [ + -82.39735276596747, + 39.833068084852755, + ], + [ + -82.37438149051616, + 39.654895865991946, + ], + [ + -82.4885200154148, + 39.66155650968768, + ], + [ + -82.49605746517227, + 39.6027924435334, + ], + [ + -82.61737451364945, + 39.60859364933292, + ], + [ + -82.7315130385481, + 39.55439534700233, + ], + [ + -82.84278015401534, + 39.5619691434628, + ], + [ + -82.82411599271116, + 39.79498424307636, + ], + [ + -82.78248055595567, + 39.93958466911593, + ], + ], + ], + "type": "Polygon", + }, + "id": "39045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08047 { + "geometry": { + "coordinates": [ + [ + [ + -105.39770123776111, + 39.91283466459598, + ], + [ + -105.39806016394003, + 39.74707058036191, + ], + [ + -105.54414311876315, + 39.77365944027631, + ], + [ + -105.69022607358626, + 39.85192200370115, + ], + [ + -105.6758690264292, + 39.93244059160358, + ], + [ + -105.39841909011896, + 39.93496519042373, + ], + [ + -105.39770123776111, + 39.91283466459598, + ], + ], + ], + "type": "Polygon", + }, + "id": "08047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39127 { + "geometry": { + "coordinates": [ + [ + [ + -82.07647276200711, + 39.77097369685062, + ], + [ + -82.02406953988383, + 39.72467148019158, + ], + [ + -82.04739974151406, + 39.550796450811895, + ], + [ + -82.15902578316022, + 39.55654394174289, + ], + [ + -82.37976538320007, + 39.59672266339133, + ], + [ + -82.37438149051616, + 39.654895865991946, + ], + [ + -82.39735276596747, + 39.833068084852755, + ], + [ + -82.47165048500527, + 39.83720412972833, + ], + [ + -82.4626773305321, + 39.93034571173153, + ], + [ + -82.23404135455587, + 39.913210668675575, + ], + [ + -82.16225611877056, + 39.90928948327406, + ], + [ + -82.17015249470694, + 39.82076737996306, + ], + [ + -82.07647276200711, + 39.77097369685062, + ], + ], + ], + "type": "Polygon", + }, + "id": "39127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18097 { + "geometry": { + "coordinates": [ + [ + [ + -85.93744166872024, + 39.92706910475218, + ], + [ + -85.9517987158773, + 39.697115752643924, + ], + [ + -85.95215764205624, + 39.63835168648965, + ], + [ + -86.24970744438636, + 39.63362477806042, + ], + [ + -86.32615872049772, + 39.632174476610544, + ], + [ + -86.32615872049772, + 39.9240610721154, + ], + [ + -86.24001643755534, + 39.9259948073819, + ], + [ + -85.93744166872024, + 39.92706910475218, + ], + ], + ], + "type": "Polygon", + }, + "id": "18097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08037 { + "geometry": { + "coordinates": [ + [ + [ + -106.43463896867998, + 39.9248667951431, + ], + [ + -106.38546608216703, + 39.76715994118612, + ], + [ + -106.1837495696103, + 39.6516192590126, + ], + [ + -106.25876514100595, + 39.494127264529666, + ], + [ + -106.2067208450616, + 39.37955344998939, + ], + [ + -106.42638366656466, + 39.3618812582483, + ], + [ + -107.11336837303013, + 39.36607101799239, + ], + [ + -107.11372729920905, + 39.91911930421212, + ], + [ + -107.0318921304138, + 39.91890444473806, + ], + [ + -106.62666447440569, + 39.92470565053756, + ], + [ + -106.43463896867998, + 39.9248667951431, + ], + ], + ], + "type": "Polygon", + }, + "id": "08037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08117 { + "geometry": { + "coordinates": [ + [ + [ + -105.92460486842532, + 39.698942058173394, + ], + [ + -105.79287896075927, + 39.63609566201207, + ], + [ + -105.82948943100978, + 39.564869746362554, + ], + [ + -106.01792567494623, + 39.36515786522765, + ], + [ + -106.13565346163413, + 39.37949973512087, + ], + [ + -106.2067208450616, + 39.37955344998939, + ], + [ + -106.25876514100595, + 39.494127264529666, + ], + [ + -106.1837495696103, + 39.6516192590126, + ], + [ + -106.38546608216703, + 39.76715994118612, + ], + [ + -106.43463896867998, + 39.9248667951431, + ], + [ + -106.2458437985646, + 39.91170665235719, + ], + [ + -106.0879162798369, + 39.80846667507336, + ], + [ + -106.02115601055657, + 39.68841394394466, + ], + [ + -105.92460486842532, + 39.698942058173394, + ], + ], + ], + "type": "Polygon", + }, + "id": "08117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18063 { + "geometry": { + "coordinates": [ + [ + [ + -86.32615872049772, + 39.9240610721154, + ], + [ + -86.32615872049772, + 39.632174476610544, + ], + [ + -86.46578100410015, + 39.60075127852988, + ], + [ + -86.65672973128909, + 39.60118099747799, + ], + [ + -86.68759738267677, + 39.63029445621255, + ], + [ + -86.69513483243423, + 39.864759857275985, + ], + [ + -86.69513483243423, + 39.92282563013958, + ], + [ + -86.32615872049772, + 39.9240610721154, + ], + ], + ], + "type": "Polygon", + }, + "id": "18063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39113 { + "geometry": { + "coordinates": [ + [ + [ + -84.05092567228218, + 39.879800020459896, + ], + [ + -84.0537970817136, + 39.850417987382755, + ], + [ + -84.0929200352166, + 39.8382784270986, + ], + [ + -84.11409667977325, + 39.57792245941144, + ], + [ + -84.36534500502185, + 39.58947115614195, + ], + [ + -84.47912460374158, + 39.59097517246033, + ], + [ + -84.48522634878333, + 39.91847472578995, + ], + [ + -84.42636245543937, + 39.91960273802874, + ], + [ + -84.1578856736023, + 39.923201634219176, + ], + [ + -84.05092567228218, + 39.879800020459896, + ], + ], + ], + "type": "Polygon", + }, + "id": "39113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39135 { + "geometry": { + "coordinates": [ + [ + [ + -84.48522634878333, + 39.91847472578995, + ], + [ + -84.47912460374158, + 39.59097517246033, + ], + [ + -84.47876567756265, + 39.56879093176407, + ], + [ + -84.81472058103792, + 39.567501774919734, + ], + [ + -84.814361654859, + 39.726551500589565, + ], + [ + -84.81256702396436, + 39.91691699460304, + ], + [ + -84.48522634878333, + 39.91847472578995, + ], + ], + ], + "type": "Polygon", + }, + "id": "39135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08059 { + "geometry": { + "coordinates": [ + [ + [ + -105.05277317981268, + 39.913747817360715, + ], + [ + -105.0531321059916, + 39.79100934280632, + ], + [ + -105.05349103217053, + 39.61444857000094, + ], + [ + -105.04882499184448, + 39.56594404373283, + ], + [ + -105.2340309001706, + 39.24591085712666, + ], + [ + -105.3287874114072, + 39.12967188166245, + ], + [ + -105.33058204230184, + 39.12967188166245, + ], + [ + -105.39770123776111, + 39.129564451925425, + ], + [ + -105.39877801629788, + 39.56610518833837, + ], + [ + -105.39806016394003, + 39.74707058036191, + ], + [ + -105.39770123776111, + 39.91283466459598, + ], + [ + -105.14717076487037, + 39.91380153222923, + ], + [ + -105.05277317981268, + 39.913747817360715, + ], + ], + ], + "type": "Polygon", + }, + "id": "08059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08031 { + "geometry": { + "coordinates": [ + [ + [ + -104.88479572807503, + 39.7401413623236, + ], + [ + -104.91350982238916, + 39.624063531464934, + ], + [ + -104.9734504942699, + 39.66768000469827, + ], + [ + -105.05349103217053, + 39.61444857000094, + ], + [ + -105.0531321059916, + 39.79100934280632, + ], + [ + -104.79075706919627, + 39.798260850055705, + ], + [ + -104.73153424967339, + 39.89860022443978, + ], + [ + -104.60052619436519, + 39.89945966233601, + ], + [ + -104.61990820802723, + 39.8267297303681, + ], + [ + -104.7598894178086, + 39.82141195838523, + ], + [ + -104.73584136382051, + 39.76941596566371, + ], + [ + -104.88479572807503, + 39.7401413623236, + ], + ], + ], + "type": "Polygon", + }, + "id": "08031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 34015 { + "geometry": { + "coordinates": [ + [ + [ + -74.87713146509793, + 39.60827136012183, + ], + [ + -74.98516824495483, + 39.51480748890754, + ], + [ + -75.06197844724511, + 39.56862978715853, + ], + [ + -75.20016502613184, + 39.66698171140759, + ], + [ + -75.326507041114, + 39.69093854276481, + ], + [ + -75.42736529739237, + 39.78456355858465, + ], + [ + -75.13232797831472, + 39.88436578428358, + ], + [ + -75.0239322722789, + 39.73047268599109, + ], + [ + -74.87713146509793, + 39.60827136012183, + ], + ], + ], + "type": "Polygon", + }, + "id": "34015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17045 { + "geometry": { + "coordinates": [ + [ + [ + -87.532150681691, + 39.60730449248858, + ], + [ + -87.53179175551207, + 39.47709965121074, + ], + [ + -87.9603496131504, + 39.481235696086316, + ], + [ + -87.96645135819215, + 39.6858893451245, + ], + [ + -87.93773726387802, + 39.879800020459896, + ], + [ + -87.53322746022778, + 39.882969197702224, + ], + [ + -87.532150681691, + 39.60730449248858, + ], + ], + ], + "type": "Polygon", + }, + "id": "17045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17041 { + "geometry": { + "coordinates": [ + [ + [ + -87.93773726387802, + 39.879800020459896, + ], + [ + -87.96645135819215, + 39.6858893451245, + ], + [ + -88.06336142650233, + 39.652478696908815, + ], + [ + -88.47217834429969, + 39.651565544144084, + ], + [ + -88.4736140490154, + 39.791761350965515, + ], + [ + -88.46248733746867, + 39.879101727169214, + ], + [ + -87.93773726387802, + 39.879800020459896, + ], + ], + ], + "type": "Polygon", + }, + "id": "17041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17137 { + "geometry": { + "coordinates": [ + [ + [ + -89.99438426912728, + 39.87281708755308, + ], + [ + -89.9850521884752, + 39.718064551364364, + ], + [ + -89.92654722131016, + 39.52205899615693, + ], + [ + -90.15374749257067, + 39.520286405495966, + ], + [ + -90.30162507828842, + 39.52017897575894, + ], + [ + -90.30090722593057, + 39.63652538096017, + ], + [ + -90.37305138789482, + 39.666283418116905, + ], + [ + -90.37125675700018, + 39.75330150510952, + ], + [ + -90.59917488061855, + 39.78998876030455, + ], + [ + -90.57189649102014, + 39.83924529473185, + ], + [ + -90.58338212874578, + 39.87668455808608, + ], + [ + -89.99438426912728, + 39.87281708755308, + ], + ], + ], + "type": "Polygon", + }, + "id": "17137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39111 { + "geometry": { + "coordinates": [ + [ + [ + -80.82274361901659, + 39.84875282645883, + ], + [ + -80.83315247820546, + 39.72053543531601, + ], + [ + -80.94406066749377, + 39.60676734380344, + ], + [ + -81.03881717873038, + 39.53994604737208, + ], + [ + -81.03666362165683, + 39.57212125361194, + ], + [ + -81.28324590657938, + 39.60580047617019, + ], + [ + -81.31913852447204, + 39.70737529253009, + ], + [ + -81.31375463178814, + 39.86948676570522, + ], + [ + -81.23730335567679, + 39.867821604781284, + ], + [ + -80.82274361901659, + 39.84875282645883, + ], + ], + ], + "type": "Polygon", + }, + "id": "39111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18133 { + "geometry": { + "coordinates": [ + [ + [ + -86.69513483243423, + 39.864759857275985, + ], + [ + -86.68759738267677, + 39.63029445621255, + ], + [ + -86.65672973128909, + 39.60118099747799, + ], + [ + -86.68687953031892, + 39.47006300343541, + ], + [ + -86.93992248646215, + 39.47333961041477, + ], + [ + -87.0149380578578, + 39.47376932936288, + ], + [ + -87.0135023531421, + 39.60472617879991, + ], + [ + -87.00955416517391, + 39.86669359254249, + ], + [ + -86.69513483243423, + 39.864759857275985, + ], + ], + ], + "type": "Polygon", + }, + "id": "18133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08019 { + "geometry": { + "coordinates": [ + [ + [ + -105.39806016394003, + 39.74707058036191, + ], + [ + -105.39877801629788, + 39.56610518833837, + ], + [ + -105.82948943100978, + 39.564869746362554, + ], + [ + -105.79287896075927, + 39.63609566201207, + ], + [ + -105.92460486842532, + 39.698942058173394, + ], + [ + -105.87507305573345, + 39.79917400282044, + ], + [ + -105.69022607358626, + 39.85192200370115, + ], + [ + -105.54414311876315, + 39.77365944027631, + ], + [ + -105.39806016394003, + 39.74707058036191, + ], + ], + ], + "type": "Polygon", + }, + "id": "08019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39057 { + "geometry": { + "coordinates": [ + [ + [ + -83.64713372098979, + 39.77301486185414, + ], + [ + -83.65323546603153, + 39.71682910938854, + ], + [ + -83.67010499644108, + 39.550259302126754, + ], + [ + -83.97698687942331, + 39.56916693584367, + ], + [ + -84.11409667977325, + 39.57792245941144, + ], + [ + -84.0929200352166, + 39.8382784270986, + ], + [ + -84.0537970817136, + 39.850417987382755, + ], + [ + -83.82731466281092, + 39.82264740036104, + ], + [ + -83.64713372098979, + 39.77301486185414, + ], + ], + ], + "type": "Polygon", + }, + "id": "39057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17149 { + "geometry": { + "coordinates": [ + [ + [ + -90.57189649102014, + 39.83924529473185, + ], + [ + -90.59917488061855, + 39.78998876030455, + ], + [ + -90.64655313623686, + 39.69733061211798, + ], + [ + -90.5808696454933, + 39.521736706945845, + ], + [ + -90.61389085395454, + 39.39577534028061, + ], + [ + -90.93692441498845, + 39.39969652568213, + ], + [ + -91.02773273825689, + 39.441110689306385, + ], + [ + -91.17812280722711, + 39.59817296484121, + ], + [ + -91.30518267456712, + 39.683955609858, + ], + [ + -91.36584119880571, + 39.758726706829435, + ], + [ + -90.91610669661071, + 39.75716897564253, + ], + [ + -90.91646562278964, + 39.84504650053137, + ], + [ + -90.57189649102014, + 39.83924529473185, + ], + ], + ], + "type": "Polygon", + }, + "id": "17149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 10003 { + "geometry": { + "coordinates": [ + [ + [ + -75.42413496178203, + 39.80712380336051, + ], + [ + -75.61580154132882, + 39.61589887145081, + ], + [ + -75.56303939302661, + 39.56137827990915, + ], + [ + -75.58924100408825, + 39.460394327102904, + ], + [ + -75.51602006358723, + 39.363492704303724, + ], + [ + -75.65097630686363, + 39.29189078457461, + ], + [ + -75.7600898652573, + 39.29661769300384, + ], + [ + -75.76655053647798, + 39.37751228498586, + ], + [ + -75.78844503339249, + 39.722200596239944, + ], + [ + -75.59426597059323, + 39.83736527433387, + ], + [ + -75.59354811823538, + 39.837418989202384, + ], + [ + -75.57990892343616, + 39.8386544311782, + ], + [ + -75.42413496178203, + 39.80712380336051, + ], + ], + ], + "type": "Polygon", + }, + "id": "10003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17021 { + "geometry": { + "coordinates": [ + [ + [ + -89.21766801793018, + 39.815127318769086, + ], + [ + -89.14193459417667, + 39.80067801913883, + ], + [ + -89.13942211092419, + 39.65521815520303, + ], + [ + -89.02600143838339, + 39.654090142964236, + ], + [ + -89.02528358602554, + 39.346089086905195, + ], + [ + -89.14013996328204, + 39.348882260067924, + ], + [ + -89.53065164595415, + 39.349043404673466, + ], + [ + -89.53352305538556, + 39.52458359497709, + ], + [ + -89.5353176862802, + 39.64109114478386, + ], + [ + -89.39641325503561, + 39.74234367193267, + ], + [ + -89.21766801793018, + 39.815127318769086, + ], + ], + ], + "type": "Polygon", + }, + "id": "17021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29021 { + "geometry": { + "coordinates": [ + [ + [ + -94.60263748036553, + 39.81958565285575, + ], + [ + -94.60227855418661, + 39.747178010098935, + ], + [ + -94.60120177564983, + 39.530331085908074, + ], + [ + -95.10298057378918, + 39.53333911854486, + ], + [ + -95.05488446581302, + 39.6235263827798, + ], + [ + -94.95582084042928, + 39.745512849175, + ], + [ + -94.88403560464397, + 39.72671264519511, + ], + [ + -94.8764981548865, + 39.820606235357516, + ], + [ + -94.60263748036553, + 39.81958565285575, + ], + ], + ], + "type": "Polygon", + }, + "id": "29021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49007 { + "geometry": { + "coordinates": [ + [ + [ + -110.85804519777105, + 39.81244157534339, + ], + [ + -109.96754934785422, + 39.80599579112172, + ], + [ + -109.88499632670111, + 39.80572721677915, + ], + [ + -109.99410988509479, + 39.7024335246268, + ], + [ + -110.03789887892383, + 39.56589032886431, + ], + [ + -110.0239007579457, + 39.46893499119662, + ], + [ + -111.07734909309518, + 39.46957956961879, + ], + [ + -111.13226479847094, + 39.6139114213158, + ], + [ + -111.24748010190638, + 39.70447468963033, + ], + [ + -111.24748010190638, + 39.81319358350258, + ], + [ + -110.85804519777105, + 39.81244157534339, + ], + ], + ], + "type": "Polygon", + }, + "id": "49007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49039 { + "geometry": { + "coordinates": [ + [ + [ + -111.24748010190638, + 39.81319358350258, + ], + [ + -111.24748010190638, + 39.70447468963033, + ], + [ + -111.24712117572744, + 39.46710868566714, + ], + [ + -111.30167795492429, + 39.46721611540417, + ], + [ + -111.29952439785073, + 39.03217939530961, + ], + [ + -111.85406534429228, + 39.03293140346881, + ], + [ + -112.01450534627246, + 39.045232108358505, + ], + [ + -112.01558212480924, + 39.31445102935047, + ], + [ + -111.92262024446725, + 39.381379755518864, + ], + [ + -111.74710534297216, + 39.38283005696874, + ], + [ + -111.71336628215306, + 39.460125752760334, + ], + [ + -111.71875017483697, + 39.694591153823765, + ], + [ + -111.58522963627628, + 39.740087647455084, + ], + [ + -111.64050426783098, + 39.812978724028525, + ], + [ + -111.24748010190638, + 39.81319358350258, + ], + ], + ], + "type": "Polygon", + }, + "id": "49039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39129 { + "geometry": { + "coordinates": [ + [ + [ + -82.82411599271116, + 39.79498424307636, + ], + [ + -82.84278015401534, + 39.5619691434628, + ], + [ + -82.7315130385481, + 39.55439534700233, + ], + [ + -82.74084511920019, + 39.46829041277445, + ], + [ + -82.99819518949054, + 39.48000025411049, + ], + [ + -82.98383814233348, + 39.50664282889342, + ], + [ + -83.26667197132763, + 39.5162040754889, + ], + [ + -83.25231492417056, + 39.69545059171999, + ], + [ + -83.24370069587631, + 39.812495290211906, + ], + [ + -82.82411599271116, + 39.79498424307636, + ], + ], + ], + "type": "Polygon", + }, + "id": "39129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06021 { + "geometry": { + "coordinates": [ + [ + [ + -122.04649204727014, + 39.79761627163354, + ], + [ + -121.94240345538144, + 39.70023121501773, + ], + [ + -121.9973191607572, + 39.66848572772598, + ], + [ + -121.99480667750471, + 39.53495056460028, + ], + [ + -121.85195405829194, + 39.537528878288946, + ], + [ + -121.89000023325815, + 39.38374320973348, + ], + [ + -122.13873607525427, + 39.41479040373455, + ], + [ + -122.13801822289642, + 39.386214093685126, + ], + [ + -122.7388606464195, + 39.3834209205224, + ], + [ + -122.73563031080916, + 39.581736215075935, + ], + [ + -122.88925071538972, + 39.58264936784067, + ], + [ + -122.93770574954482, + 39.79815342031868, + ], + [ + -122.04649204727014, + 39.79761627163354, + ], + ], + ], + "type": "Polygon", + }, + "id": "06021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17139 { + "geometry": { + "coordinates": [ + [ + [ + -88.4736140490154, + 39.791761350965515, + ], + [ + -88.47217834429969, + 39.651565544144084, + ], + [ + -88.47038371340506, + 39.44701932484293, + ], + [ + -88.5845222383037, + 39.44750275865955, + ], + [ + -88.71768385068546, + 39.579211616255776, + ], + [ + -88.80921002631175, + 39.580124769020514, + ], + [ + -88.81100465720637, + 39.65306956046247, + ], + [ + -88.74603901882067, + 39.792029925308086, + ], + [ + -88.4736140490154, + 39.791761350965515, + ], + ], + ], + "type": "Polygon", + }, + "id": "17139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18041 { + "geometry": { + "coordinates": [ + [ + [ + -85.03438340254098, + 39.71451937004244, + ], + [ + -85.03617803343562, + 39.5261950410325, + ], + [ + -85.29783521787309, + 39.52549674774182, + ], + [ + -85.30142447966236, + 39.787517876352915, + ], + [ + -85.22138394176173, + 39.788431029117646, + ], + [ + -85.18477347151122, + 39.71543252280718, + ], + [ + -85.03438340254098, + 39.71451937004244, + ], + ], + ], + "type": "Polygon", + }, + "id": "18041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18139 { + "geometry": { + "coordinates": [ + [ + [ + -85.30142447966236, + 39.787517876352915, + ], + [ + -85.29783521787309, + 39.52549674774182, + ], + [ + -85.29747629169417, + 39.453250249590546, + ], + [ + -85.62948300720124, + 39.45276681577392, + ], + [ + -85.6330722689905, + 39.69845862435677, + ], + [ + -85.59682072491893, + 39.78655100871966, + ], + [ + -85.30142447966236, + 39.787517876352915, + ], + ], + ], + "type": "Polygon", + }, + "id": "18139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17171 { + "geometry": { + "coordinates": [ + [ + [ + -90.30162507828842, + 39.52017897575894, + ], + [ + -90.5808696454933, + 39.521736706945845, + ], + [ + -90.64655313623686, + 39.69733061211798, + ], + [ + -90.59917488061855, + 39.78998876030455, + ], + [ + -90.37125675700018, + 39.75330150510952, + ], + [ + -90.37305138789482, + 39.666283418116905, + ], + [ + -90.30090722593057, + 39.63652538096017, + ], + [ + -90.30162507828842, + 39.52017897575894, + ], + ], + ], + "type": "Polygon", + }, + "id": "17171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29025 { + "geometry": { + "coordinates": [ + [ + [ + -93.75916095988809, + 39.78467098832168, + ], + [ + -93.75844310753024, + 39.611386822495646, + ], + [ + -93.75916095988809, + 39.52458359497709, + ], + [ + -94.20853653590416, + 39.52721562353427, + ], + [ + -94.20602405265167, + 39.745835138386084, + ], + [ + -94.20566512647275, + 39.78891446293427, + ], + [ + -93.75916095988809, + 39.78467098832168, + ], + ], + ], + "type": "Polygon", + }, + "id": "29025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 34033 { + "geometry": { + "coordinates": [ + [ + [ + -75.06197844724511, + 39.56862978715853, + ], + [ + -75.08387294415964, + 39.4577085836772, + ], + [ + -75.23964690581377, + 39.559175970300075, + ], + [ + -75.4169564382035, + 39.387664395135005, + ], + [ + -75.54258060082779, + 39.4965444336128, + ], + [ + -75.53827348668068, + 39.496920437692395, + ], + [ + -75.55657872180593, + 39.60665991406641, + ], + [ + -75.55945013123734, + 39.62975730752741, + ], + [ + -75.42736529739237, + 39.78456355858465, + ], + [ + -75.326507041114, + 39.69093854276481, + ], + [ + -75.20016502613184, + 39.66698171140759, + ], + [ + -75.06197844724511, + 39.56862978715853, + ], + ], + ], + "type": "Polygon", + }, + "id": "34033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06091 { + "geometry": { + "coordinates": [ + [ + [ + -120.14705470839073, + 39.70764386687266, + ], + [ + -120.00097175356761, + 39.722415455714, + ], + [ + -120.00312531064117, + 39.44803990734469, + ], + [ + -120.50598088731729, + 39.44723418431698, + ], + [ + -120.56053766651414, + 39.51615036062039, + ], + [ + -120.65852451336109, + 39.52528188826776, + ], + [ + -120.74251323922991, + 39.46179091368427, + ], + [ + -121.01960424936122, + 39.39491590238438, + ], + [ + -121.00919539017235, + 39.63754596346194, + ], + [ + -120.87244451600132, + 39.776345183702006, + ], + [ + -120.68041901027561, + 39.6766503877401, + ], + [ + -120.65385847303504, + 39.70528041265804, + ], + [ + -120.14705470839073, + 39.70764386687266, + ], + ], + ], + "type": "Polygon", + }, + "id": "06091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39115 { + "geometry": { + "coordinates": [ + [ + [ + -81.69744671706064, + 39.75555752958711, + ], + [ + -81.58833315866697, + 39.58694655732179, + ], + [ + -81.71467517364913, + 39.58141392586485, + ], + [ + -81.7089323547863, + 39.48075226226969, + ], + [ + -81.84496537659948, + 39.450188502085254, + ], + [ + -82.05565504362937, + 39.46007203789182, + ], + [ + -82.04739974151406, + 39.550796450811895, + ], + [ + -82.02406953988383, + 39.72467148019158, + ], + [ + -82.07647276200711, + 39.77097369685062, + ], + [ + -81.69744671706064, + 39.75555752958711, + ], + ], + ], + "type": "Polygon", + }, + "id": "39115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29049 { + "geometry": { + "coordinates": [ + [ + [ + -94.20602405265167, + 39.745835138386084, + ], + [ + -94.20853653590416, + 39.52721562353427, + ], + [ + -94.21069009297771, + 39.454646836171904, + ], + [ + -94.60084284947091, + 39.45609713762178, + ], + [ + -94.60120177564983, + 39.530331085908074, + ], + [ + -94.60227855418661, + 39.747178010098935, + ], + [ + -94.20602405265167, + 39.745835138386084, + ], + ], + ], + "type": "Polygon", + }, + "id": "29049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08005 { + "geometry": { + "coordinates": [ + [ + [ + -103.7064410826591, + 39.739819073112514, + ], + [ + -103.70751786119588, + 39.5662126180754, + ], + [ + -103.71469638477441, + 39.56626633294391, + ], + [ + -104.66046686624593, + 39.5658366139958, + ], + [ + -105.04882499184448, + 39.56594404373283, + ], + [ + -105.05349103217053, + 39.61444857000094, + ], + [ + -104.9734504942699, + 39.66768000469827, + ], + [ + -104.91350982238916, + 39.624063531464934, + ], + [ + -104.88479572807503, + 39.7401413623236, + ], + [ + -103.7064410826591, + 39.739819073112514, + ], + ], + ], + "type": "Polygon", + }, + "id": "08005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 32019 { + "geometry": { + "coordinates": [ + [ + [ + -118.75370328179777, + 39.074614141435646, + ], + [ + -118.92993603565071, + 39.07343241432834, + ], + [ + -119.01500154005632, + 38.94333500278753, + ], + [ + -119.01464261387738, + 38.8512677181546, + ], + [ + -118.90229871987337, + 38.85212715605083, + ], + [ + -118.90696476019941, + 38.41461955200462, + ], + [ + -119.15713630691124, + 38.41467326687314, + ], + [ + -119.33013872515384, + 38.53590772510915, + ], + [ + -119.3498796649948, + 38.736049325192155, + ], + [ + -119.40623107508628, + 38.73336358176646, + ], + [ + -119.4213059746012, + 38.95466884004398, + ], + [ + -119.31111563767074, + 38.990711516816845, + ], + [ + -119.31183349002859, + 39.08353080960896, + ], + [ + -119.55087832519368, + 39.08578683408655, + ], + [ + -119.56236396291933, + 39.19531145098651, + ], + [ + -119.71275403188957, + 39.25085262502995, + ], + [ + -119.47873416322945, + 39.33770956741702, + ], + [ + -119.28383724807232, + 39.62153893264478, + ], + [ + -119.1890807368357, + 39.63255048069014, + ], + [ + -119.07781362136846, + 39.722415455714, + ], + [ + -119.11801335340824, + 39.38847011816271, + ], + [ + -118.7540622079767, + 39.11199968992136, + ], + [ + -118.75370328179777, + 39.074614141435646, + ], + ], + ], + "type": "Polygon", + }, + "id": "32019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 34001 { + "geometry": { + "coordinates": [ + [ + [ + -74.417347029893, + 39.557295949902084, + ], + [ + -74.40945065395661, + 39.364405857068455, + ], + [ + -74.65567401270023, + 39.289151326280404, + ], + [ + -74.86097978704623, + 39.32374370160339, + ], + [ + -74.85595482054127, + 39.424566509804094, + ], + [ + -74.98516824495483, + 39.51480748890754, + ], + [ + -74.87713146509793, + 39.60827136012183, + ], + [ + -74.73643240295871, + 39.729881822437434, + ], + [ + -74.6592632744895, + 39.63110017924026, + ], + [ + -74.417347029893, + 39.557295949902084, + ], + ], + ], + "type": "Polygon", + }, + "id": "34001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18161 { + "geometry": { + "coordinates": [ + [ + [ + -84.814361654859, + 39.726551500589565, + ], + [ + -84.81472058103792, + 39.567501774919734, + ], + [ + -84.81543843339578, + 39.5219515664199, + ], + [ + -85.03617803343562, + 39.5261950410325, + ], + [ + -85.03438340254098, + 39.71451937004244, + ], + [ + -84.814361654859, + 39.726551500589565, + ], + ], + ], + "type": "Polygon", + }, + "id": "18161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 24043 { + "geometry": { + "coordinates": [ + [ + [ + -78.09957069950069, + 39.722093166502916, + ], + [ + -77.46929632930564, + 39.71999828663087, + ], + [ + -77.570154585584, + 39.619981201457875, + ], + [ + -77.67711458690412, + 39.3245494246311, + ], + [ + -77.71839109748068, + 39.320574524361064, + ], + [ + -77.8253510988008, + 39.49337525637047, + ], + [ + -77.88529177068153, + 39.55127988462852, + ], + [ + -77.83791351506322, + 39.60633762485533, + ], + [ + -78.02204264485255, + 39.61960519737828, + ], + [ + -78.17997016358025, + 39.696739748564326, + ], + [ + -78.26503566798584, + 39.62245208540952, + ], + [ + -78.33394949433975, + 39.63716995938234, + ], + [ + -78.34292264881292, + 39.72225431110846, + ], + [ + -78.09957069950069, + 39.722093166502916, + ], + ], + ], + "type": "Polygon", + }, + "id": "24043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 24001 { + "geometry": { + "coordinates": [ + [ + [ + -78.3806098976002, + 39.72257660031954, + ], + [ + -78.34292264881292, + 39.72225431110846, + ], + [ + -78.33394949433975, + 39.63716995938234, + ], + [ + -78.43373097208134, + 39.62067949474856, + ], + [ + -78.46818788525829, + 39.51663379443701, + ], + [ + -78.65698305537366, + 39.535165424074336, + ], + [ + -78.79552856043932, + 39.60907708314954, + ], + [ + -78.96601849542944, + 39.43880094996029, + ], + [ + -79.06759460406566, + 39.48000025411049, + ], + [ + -78.93120265607357, + 39.7227914597936, + ], + [ + -78.80844990288067, + 39.722898889530626, + ], + [ + -78.3806098976002, + 39.72257660031954, + ], + ], + ], + "type": "Polygon", + }, + "id": "24001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 24023 { + "geometry": { + "coordinates": [ + [ + [ + -78.93120265607357, + 39.7227914597936, + ], + [ + -79.06759460406566, + 39.48000025411049, + ], + [ + -79.27146467369595, + 39.32793346134748, + ], + [ + -79.4868203810519, + 39.206000709820785, + ], + [ + -79.47641152186303, + 39.72107258400115, + ], + [ + -79.39242279599421, + 39.721556017817775, + ], + [ + -78.93120265607357, + 39.7227914597936, + ], + ], + ], + "type": "Polygon", + }, + "id": "24023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 24015 { + "geometry": { + "coordinates": [ + [ + [ + -75.78844503339249, + 39.722200596239944, + ], + [ + -75.76655053647798, + 39.37751228498586, + ], + [ + -75.83331080575832, + 39.373859673926916, + ], + [ + -76.04077013717787, + 39.3895981304015, + ], + [ + -75.96970275375041, + 39.558638821614934, + ], + [ + -76.07594490271268, + 39.543491228693995, + ], + [ + -76.23315456908252, + 39.72134115834372, + ], + [ + -76.1355266484145, + 39.72112629886966, + ], + [ + -75.78844503339249, + 39.722200596239944, + ], + ], + ], + "type": "Polygon", + }, + "id": "24015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54061 { + "geometry": { + "coordinates": [ + [ + [ + -79.916455017227, + 39.720750294790065, + ], + [ + -79.76355246500428, + 39.720750294790065, + ], + [ + -79.89456052031248, + 39.43568548758648, + ], + [ + -79.93870844032045, + 39.452551956299864, + ], + [ + -80.15334629531854, + 39.61047366973091, + ], + [ + -80.39562146609397, + 39.63743853372491, + ], + [ + -80.42110522479776, + 39.72118001373818, + ], + [ + -79.916455017227, + 39.720750294790065, + ], + ], + ], + "type": "Polygon", + }, + "id": "54061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54077 { + "geometry": { + "coordinates": [ + [ + [ + -79.47641152186303, + 39.72107258400115, + ], + [ + -79.4868203810519, + 39.206000709820785, + ], + [ + -79.4868203810519, + 39.19493544690691, + ], + [ + -79.68674226271399, + 39.27142541967079, + ], + [ + -79.80949501590688, + 39.230548404731664, + ], + [ + -79.89527837267033, + 39.29957201077211, + ], + [ + -79.89456052031248, + 39.43568548758648, + ], + [ + -79.76355246500428, + 39.720750294790065, + ], + [ + -79.47641152186303, + 39.72107258400115, + ], + ], + ], + "type": "Polygon", + }, + "id": "54077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 24025 { + "geometry": { + "coordinates": [ + [ + [ + -76.23997416648213, + 39.72134115834372, + ], + [ + -76.23315456908252, + 39.72134115834372, + ], + [ + -76.07594490271268, + 39.543491228693995, + ], + [ + -76.10250543995325, + 39.43525576863837, + ], + [ + -76.25289550892349, + 39.36719903023118, + ], + [ + -76.22310463607258, + 39.46818298303742, + ], + [ + -76.35913765788575, + 39.3938416050141, + ], + [ + -76.4287693365975, + 39.497726160720106, + ], + [ + -76.53357578084406, + 39.5454249639605, + ], + [ + -76.56946839873672, + 39.72118001373818, + ], + [ + -76.23997416648213, + 39.72134115834372, + ], + ], + ], + "type": "Polygon", + }, + "id": "24025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54103 { + "geometry": { + "coordinates": [ + [ + [ + -80.51945099782364, + 39.72150230294926, + ], + [ + -80.42110522479776, + 39.72118001373818, + ], + [ + -80.39562146609397, + 39.63743853372491, + ], + [ + -80.49791542708805, + 39.563419444912675, + ], + [ + -80.49396723911985, + 39.469686999355815, + ], + [ + -80.54421690416957, + 39.42913227362777, + ], + [ + -80.61851462320737, + 39.4504033615593, + ], + [ + -80.7200907318436, + 39.48059111766415, + ], + [ + -80.85217556568857, + 39.602040435374214, + ], + [ + -80.94406066749377, + 39.60676734380344, + ], + [ + -80.83315247820546, + 39.72053543531601, + ], + [ + -80.51945099782364, + 39.72150230294926, + ], + ], + ], + "type": "Polygon", + }, + "id": "54103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 24005 { + "geometry": { + "coordinates": [ + [ + [ + -76.56946839873672, + 39.72118001373818, + ], + [ + -76.53357578084406, + 39.5454249639605, + ], + [ + -76.4287693365975, + 39.497726160720106, + ], + [ + -76.35913765788575, + 39.3938416050141, + ], + [ + -76.33437175153982, + 39.33846157557622, + ], + [ + -76.42446222245039, + 39.20648414363741, + ], + [ + -76.52962759287587, + 39.24086165948635, + ], + [ + -76.52962759287587, + 39.37160364944933, + ], + [ + -76.71124423941271, + 39.37192593866041, + ], + [ + -76.71052638705486, + 39.2776026295499, + ], + [ + -76.61864128524965, + 39.23742390790146, + ], + [ + -76.69796397079243, + 39.21368193601829, + ], + [ + -76.88209310058176, + 39.350225131780775, + ], + [ + -76.89178410741278, + 39.44438729628574, + ], + [ + -76.78697766316623, + 39.72080400965858, + ], + [ + -76.56946839873672, + 39.72118001373818, + ], + ], + ], + "type": "Polygon", + }, + "id": "24005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 24013 { + "geometry": { + "coordinates": [ + [ + [ + -76.78697766316623, + 39.72080400965858, + ], + [ + -76.89178410741278, + 39.44438729628574, + ], + [ + -76.88209310058176, + 39.350225131780775, + ], + [ + -77.16815726518624, + 39.353931457708235, + ], + [ + -77.1067808885898, + 39.49149523597248, + ], + [ + -77.30706169643082, + 39.61922919329868, + ], + [ + -77.2162533731624, + 39.71983714202533, + ], + [ + -76.99946196109074, + 39.7201057163679, + ], + [ + -76.78697766316623, + 39.72080400965858, + ], + ], + ], + "type": "Polygon", + }, + "id": "24013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 24021 { + "geometry": { + "coordinates": [ + [ + [ + -77.2162533731624, + 39.71983714202533, + ], + [ + -77.30706169643082, + 39.61922919329868, + ], + [ + -77.1067808885898, + 39.49149523597248, + ], + [ + -77.16815726518624, + 39.353931457708235, + ], + [ + -77.16887511754409, + 39.35350173876012, + ], + [ + -77.45781069157998, + 39.22351175695634, + ], + [ + -77.56584747143688, + 39.30548064630864, + ], + [ + -77.67711458690412, + 39.3245494246311, + ], + [ + -77.570154585584, + 39.619981201457875, + ], + [ + -77.46929632930564, + 39.71999828663087, + ], + [ + -77.45924639629568, + 39.71999828663087, + ], + [ + -77.2162533731624, + 39.71983714202533, + ], + ], + ], + "type": "Polygon", + }, + "id": "24021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39047 { + "geometry": { + "coordinates": [ + [ + [ + -83.25231492417056, + 39.69545059171999, + ], + [ + -83.26667197132763, + 39.5162040754889, + ], + [ + -83.37291412028989, + 39.37735114038032, + ], + [ + -83.59078231089832, + 39.378747726961684, + ], + [ + -83.57642526374126, + 39.544565526064275, + ], + [ + -83.67010499644108, + 39.550259302126754, + ], + [ + -83.65323546603153, + 39.71682910938854, + ], + [ + -83.25231492417056, + 39.69545059171999, + ], + ], + ], + "type": "Polygon", + }, + "id": "39047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49015 { + "geometry": { + "coordinates": [ + [ + [ + -110.0239007579457, + 39.46893499119662, + ], + [ + -110.02425968412462, + 39.46168348394724, + ], + [ + -110.01097941550434, + 39.417368717423216, + ], + [ + -110.11650371210875, + 39.154649295521445, + ], + [ + -110.16280518919028, + 38.86453529067755, + ], + [ + -110.08132894657395, + 38.756138686016385, + ], + [ + -110.0253364626614, + 38.49991876320479, + ], + [ + -111.30598506907141, + 38.49991876320479, + ], + [ + -111.30598506907141, + 38.51017830309096, + ], + [ + -111.29952439785073, + 39.03217939530961, + ], + [ + -111.30167795492429, + 39.46721611540417, + ], + [ + -111.24712117572744, + 39.46710868566714, + ], + [ + -111.24748010190638, + 39.70447468963033, + ], + [ + -111.13226479847094, + 39.6139114213158, + ], + [ + -111.07734909309518, + 39.46957956961879, + ], + [ + -110.0239007579457, + 39.46893499119662, + ], + ], + ], + "type": "Polygon", + }, + "id": "49015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29041 { + "geometry": { + "coordinates": [ + [ + [ + -92.85789732460347, + 39.69996264067516, + ], + [ + -92.68920202050798, + 39.697545471592036, + ], + [ + -92.6920734299394, + 39.610312525125366, + ], + [ + -92.70750725563323, + 39.32159510686283, + ], + [ + -92.7907781291442, + 39.34351077321652, + ], + [ + -92.84928309630924, + 39.22619750038204, + ], + [ + -93.10447960952602, + 39.38363577999645, + ], + [ + -93.22902699361354, + 39.43627635114014, + ], + [ + -93.27855880630541, + 39.615576582239726, + ], + [ + -93.26707316857976, + 39.70350782199708, + ], + [ + -92.85789732460347, + 39.69996264067516, + ], + ], + ], + "type": "Polygon", + }, + "id": "29041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18145 { + "geometry": { + "coordinates": [ + [ + [ + -85.6330722689905, + 39.69845862435677, + ], + [ + -85.62948300720124, + 39.45276681577392, + ], + [ + -85.684398712577, + 39.35006398717523, + ], + [ + -85.95215764205624, + 39.34737824374953, + ], + [ + -85.95215764205624, + 39.63835168648965, + ], + [ + -85.9517987158773, + 39.697115752643924, + ], + [ + -85.6330722689905, + 39.69845862435677, + ], + ], + ], + "type": "Polygon", + }, + "id": "18145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54065 { + "geometry": { + "coordinates": [ + [ + [ + -78.02204264485255, + 39.61960519737828, + ], + [ + -78.13869365300368, + 39.59387577536009, + ], + [ + -78.22878412391425, + 39.39120957645692, + ], + [ + -78.34722976296003, + 39.465926958559834, + ], + [ + -78.46818788525829, + 39.51663379443701, + ], + [ + -78.43373097208134, + 39.62067949474856, + ], + [ + -78.33394949433975, + 39.63716995938234, + ], + [ + -78.26503566798584, + 39.62245208540952, + ], + [ + -78.17997016358025, + 39.696739748564326, + ], + [ + -78.02204264485255, + 39.61960519737828, + ], + ], + ], + "type": "Polygon", + }, + "id": "54065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29173 { + "geometry": { + "coordinates": [ + [ + [ + -91.30518267456712, + 39.683955609858, + ], + [ + -91.17812280722711, + 39.59817296484121, + ], + [ + -91.4602387838634, + 39.4507793656389, + ], + [ + -91.43834428694888, + 39.31864078909456, + ], + [ + -91.71794778033268, + 39.33910615399838, + ], + [ + -91.71507637090127, + 39.65763532428616, + ], + [ + -91.71543529708019, + 39.686480208678155, + ], + [ + -91.30518267456712, + 39.683955609858, + ], + ], + ], + "type": "Polygon", + }, + "id": "29173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17029 { + "geometry": { + "coordinates": [ + [ + [ + -87.96645135819215, + 39.6858893451245, + ], + [ + -87.9603496131504, + 39.481235696086316, + ], + [ + -88.01203498291582, + 39.37896258643574, + ], + [ + -88.47074263958399, + 39.374504252349084, + ], + [ + -88.47038371340506, + 39.44701932484293, + ], + [ + -88.47217834429969, + 39.651565544144084, + ], + [ + -88.06336142650233, + 39.652478696908815, + ], + [ + -87.96645135819215, + 39.6858893451245, + ], + ], + ], + "type": "Polygon", + }, + "id": "17029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29137 { + "geometry": { + "coordinates": [ + [ + [ + -91.84716120474624, + 39.658494762182386, + ], + [ + -91.71507637090127, + 39.65763532428616, + ], + [ + -91.71794778033268, + 39.33910615399838, + ], + [ + -92.31017597556152, + 39.347807962697644, + ], + [ + -92.30084389490943, + 39.60526332748505, + ], + [ + -92.29940819019373, + 39.60526332748505, + ], + [ + -92.18670537001078, + 39.604027885509225, + ], + [ + -92.18491073911615, + 39.66289938140053, + ], + [ + -91.84716120474624, + 39.658494762182386, + ], + ], + ], + "type": "Polygon", + }, + "id": "29137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39073 { + "geometry": { + "coordinates": [ + [ + [ + -82.15902578316022, + 39.55654394174289, + ], + [ + -82.16728108527553, + 39.46624924777092, + ], + [ + -82.2803428316374, + 39.47290989146666, + ], + [ + -82.2896749122895, + 39.38417292868159, + ], + [ + -82.51436270029753, + 39.39577534028061, + ], + [ + -82.51759303590786, + 39.36940133984025, + ], + [ + -82.74874149513657, + 39.368112182995915, + ], + [ + -82.74084511920019, + 39.46829041277445, + ], + [ + -82.7315130385481, + 39.55439534700233, + ], + [ + -82.61737451364945, + 39.60859364933292, + ], + [ + -82.49605746517227, + 39.6027924435334, + ], + [ + -82.4885200154148, + 39.66155650968768, + ], + [ + -82.37438149051616, + 39.654895865991946, + ], + [ + -82.37976538320007, + 39.59672266339133, + ], + [ + -82.15902578316022, + 39.55654394174289, + ], + ], + ], + "type": "Polygon", + }, + "id": "39073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20029 { + "geometry": { + "coordinates": [ + [ + [ + -97.3685226151737, + 39.65398271322721, + ], + [ + -97.3685226151737, + 39.56696462623459, + ], + [ + -97.3699583198894, + 39.305964080125264, + ], + [ + -97.92952423283593, + 39.306393799073376, + ], + [ + -97.93167778990949, + 39.566857196497565, + ], + [ + -97.93131886373057, + 39.65371413888464, + ], + [ + -97.3685226151737, + 39.65398271322721, + ], + ], + ], + "type": "Polygon", + }, + "id": "20029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20085 { + "geometry": { + "coordinates": [ + [ + [ + -95.56420071370982, + 39.65290841585693, + ], + [ + -95.57030245875157, + 39.418980163478636, + ], + [ + -95.58932554623468, + 39.216260249706956, + ], + [ + -96.03582971281934, + 39.216528824049526, + ], + [ + -96.03582971281934, + 39.566051473469855, + ], + [ + -95.78924742789678, + 39.56642747754945, + ], + [ + -95.78888850171785, + 39.65296213072544, + ], + [ + -95.56420071370982, + 39.65290841585693, + ], + ], + ], + "type": "Polygon", + }, + "id": "20085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20005 { + "geometry": { + "coordinates": [ + [ + [ + -95.05488446581302, + 39.6235263827798, + ], + [ + -95.10298057378918, + 39.53333911854486, + ], + [ + -94.96910110904956, + 39.418819018873094, + ], + [ + -95.18086755461624, + 39.41914130808418, + ], + [ + -95.57030245875157, + 39.418980163478636, + ], + [ + -95.56420071370982, + 39.65290841585693, + ], + [ + -95.33987185188072, + 39.65290841585693, + ], + [ + -95.11518406387268, + 39.652478696908815, + ], + [ + -95.05488446581302, + 39.6235263827798, + ], + ], + ], + "type": "Polygon", + }, + "id": "20005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17173 { + "geometry": { + "coordinates": [ + [ + [ + -88.81100465720637, + 39.65306956046247, + ], + [ + -88.80921002631175, + 39.580124769020514, + ], + [ + -88.71768385068546, + 39.579211616255776, + ], + [ + -88.5845222383037, + 39.44750275865955, + ], + [ + -88.47038371340506, + 39.44701932484293, + ], + [ + -88.47074263958399, + 39.374504252349084, + ], + [ + -88.47074263958399, + 39.21497109286262, + ], + [ + -88.80562076452247, + 39.216260249706956, + ], + [ + -89.14013996328204, + 39.21792541063089, + ], + [ + -89.14013996328204, + 39.348882260067924, + ], + [ + -89.02528358602554, + 39.346089086905195, + ], + [ + -89.02600143838339, + 39.654090142964236, + ], + [ + -88.81100465720637, + 39.65306956046247, + ], + ], + ], + "type": "Polygon", + }, + "id": "17173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54057 { + "geometry": { + "coordinates": [ + [ + [ + -78.65698305537366, + 39.535165424074336, + ], + [ + -78.85044426581509, + 39.33115635345831, + ], + [ + -78.97965769022865, + 39.23774619711254, + ], + [ + -79.134354873346, + 39.31257100895249, + ], + [ + -79.27146467369595, + 39.32793346134748, + ], + [ + -79.06759460406566, + 39.48000025411049, + ], + [ + -78.96601849542944, + 39.43880094996029, + ], + [ + -78.79552856043932, + 39.60907708314954, + ], + [ + -78.65698305537366, + 39.535165424074336, + ], + ], + ], + "type": "Polygon", + }, + "id": "54057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39167 { + "geometry": { + "coordinates": [ + [ + [ + -81.28324590657938, + 39.60580047617019, + ], + [ + -81.03666362165683, + 39.57212125361194, + ], + [ + -81.03881717873038, + 39.53994604737208, + ], + [ + -81.1213701998835, + 39.45819201749383, + ], + [ + -81.37082389423747, + 39.34211418663516, + ], + [ + -81.44081449912815, + 39.4092040574091, + ], + [ + -81.5535173193111, + 39.34351077321652, + ], + [ + -81.57325825915206, + 39.265892788213854, + ], + [ + -81.67842362957754, + 39.272016283224445, + ], + [ + -81.72544295901692, + 39.21593796049587, + ], + [ + -81.72185369722766, + 39.26949168440429, + ], + [ + -81.85357960489371, + 39.31810364040942, + ], + [ + -81.84496537659948, + 39.450188502085254, + ], + [ + -81.7089323547863, + 39.48075226226969, + ], + [ + -81.71467517364913, + 39.58141392586485, + ], + [ + -81.58833315866697, + 39.58694655732179, + ], + [ + -81.28324590657938, + 39.60580047617019, + ], + ], + ], + "type": "Polygon", + }, + "id": "39167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54049 { + "geometry": { + "coordinates": [ + [ + [ + -80.39562146609397, + 39.63743853372491, + ], + [ + -80.15334629531854, + 39.61047366973091, + ], + [ + -79.93870844032045, + 39.452551956299864, + ], + [ + -80.02485072326283, + 39.4015228312116, + ], + [ + -80.19677636296865, + 39.39314331172342, + ], + [ + -80.49396723911985, + 39.469686999355815, + ], + [ + -80.49791542708805, + 39.563419444912675, + ], + [ + -80.39562146609397, + 39.63743853372491, + ], + ], + ], + "type": "Polygon", + }, + "id": "54049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18081 { + "geometry": { + "coordinates": [ + [ + [ + -85.95215764205624, + 39.63835168648965, + ], + [ + -85.95215764205624, + 39.34737824374953, + ], + [ + -86.08567818061691, + 39.344101636770176, + ], + [ + -86.251502075281, + 39.34168446768705, + ], + [ + -86.24970744438636, + 39.63362477806042, + ], + [ + -85.95215764205624, + 39.63835168648965, + ], + ], + ], + "type": "Polygon", + }, + "id": "18081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06115 { + "geometry": { + "coordinates": [ + [ + [ + -121.00919539017235, + 39.63754596346194, + ], + [ + -121.01960424936122, + 39.39491590238438, + ], + [ + -121.12692317686026, + 39.37987573920047, + ], + [ + -121.27982572908299, + 39.230440974994636, + ], + [ + -121.27982572908299, + 39.03454284952423, + ], + [ + -121.41478197235938, + 38.99662015235337, + ], + [ + -121.54507217530971, + 38.972502176390606, + ], + [ + -121.57737553141311, + 38.919807890378415, + ], + [ + -121.62367700849464, + 39.295650825370586, + ], + [ + -121.40509096552836, + 39.34189932716111, + ], + [ + -121.30387378307105, + 39.519856686547854, + ], + [ + -121.14881767377479, + 39.52786020195643, + ], + [ + -121.07595565945269, + 39.5977432458931, + ], + [ + -121.00919539017235, + 39.63754596346194, + ], + ], + ], + "type": "Polygon", + }, + "id": "06115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18109 { + "geometry": { + "coordinates": [ + [ + [ + -86.24970744438636, + 39.63362477806042, + ], + [ + -86.251502075281, + 39.34168446768705, + ], + [ + -86.38143335205241, + 39.33975073242055, + ], + [ + -86.63088704640637, + 39.34775424782913, + ], + [ + -86.63232275112209, + 39.470224148040955, + ], + [ + -86.68687953031892, + 39.47006300343541, + ], + [ + -86.65672973128909, + 39.60118099747799, + ], + [ + -86.46578100410015, + 39.60075127852988, + ], + [ + -86.32615872049772, + 39.632174476610544, + ], + [ + -86.24970744438636, + 39.63362477806042, + ], + ], + ], + "type": "Polygon", + }, + "id": "18109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 32029 { + "geometry": { + "coordinates": [ + [ + [ + -119.71275403188957, + 39.25085262502995, + ], + [ + -119.65855617887166, + 39.331478642669396, + ], + [ + -119.69588450148002, + 39.52136070286625, + ], + [ + -119.62230463480007, + 39.51158459679671, + ], + [ + -119.46509496843024, + 39.583455090868384, + ], + [ + -119.28383724807232, + 39.62153893264478, + ], + [ + -119.47873416322945, + 39.33770956741702, + ], + [ + -119.71275403188957, + 39.25085262502995, + ], + ], + ], + "type": "Polygon", + }, + "id": "32029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54003 { + "geometry": { + "coordinates": [ + [ + [ + -78.02204264485255, + 39.61960519737828, + ], + [ + -77.83791351506322, + 39.60633762485533, + ], + [ + -77.88529177068153, + 39.55127988462852, + ], + [ + -77.8253510988008, + 39.49337525637047, + ], + [ + -77.96676801329787, + 39.36693045588861, + ], + [ + -78.03316935639928, + 39.26449620163249, + ], + [ + -78.22878412391425, + 39.39120957645692, + ], + [ + -78.13869365300368, + 39.59387577536009, + ], + [ + -78.02204264485255, + 39.61960519737828, + ], + ], + ], + "type": "Polygon", + }, + "id": "54003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29033 { + "geometry": { + "coordinates": [ + [ + [ + -93.27855880630541, + 39.615576582239726, + ], + [ + -93.22902699361354, + 39.43627635114014, + ], + [ + -93.10447960952602, + 39.38363577999645, + ], + [ + -93.17734162384812, + 39.41172865622926, + ], + [ + -93.23010377215033, + 39.32787974647896, + ], + [ + -93.3377816258283, + 39.30607150986229, + ], + [ + -93.40741330454006, + 39.22866838433368, + ], + [ + -93.47740390943073, + 39.29275022247083, + ], + [ + -93.4878127686196, + 39.228883243807736, + ], + [ + -93.65040632767334, + 39.24822059647276, + ], + [ + -93.75844310753024, + 39.20696757745404, + ], + [ + -93.75916095988809, + 39.52458359497709, + ], + [ + -93.75844310753024, + 39.611386822495646, + ], + [ + -93.27855880630541, + 39.615576582239726, + ], + ], + ], + "type": "Polygon", + }, + "id": "29033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29175 { + "geometry": { + "coordinates": [ + [ + [ + -92.30084389490943, + 39.60526332748505, + ], + [ + -92.31017597556152, + 39.347807962697644, + ], + [ + -92.31448308970865, + 39.2464480058118, + ], + [ + -92.430057319323, + 39.24881146002642, + ], + [ + -92.70750725563323, + 39.32159510686283, + ], + [ + -92.6920734299394, + 39.610312525125366, + ], + [ + -92.30084389490943, + 39.60526332748505, + ], + ], + ], + "type": "Polygon", + }, + "id": "29175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18167 { + "geometry": { + "coordinates": [ + [ + [ + -87.19906718764715, + 39.60714334788304, + ], + [ + -87.23819014115014, + 39.52050126497002, + ], + [ + -87.2403436982237, + 39.25901728504407, + ], + [ + -87.60429484365524, + 39.25944700399218, + ], + [ + -87.53179175551207, + 39.3480228221717, + ], + [ + -87.53179175551207, + 39.47709965121074, + ], + [ + -87.532150681691, + 39.60730449248858, + ], + [ + -87.38247846507862, + 39.60794907091075, + ], + [ + -87.19906718764715, + 39.60714334788304, + ], + ], + ], + "type": "Polygon", + }, + "id": "18167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18021 { + "geometry": { + "coordinates": [ + [ + [ + -87.0135023531421, + 39.60472617879991, + ], + [ + -87.0149380578578, + 39.47376932936288, + ], + [ + -86.93992248646215, + 39.47333961041477, + ], + [ + -86.94243496971464, + 39.34211418663516, + ], + [ + -87.05370208518188, + 39.34254390558327, + ], + [ + -87.05441993753973, + 39.168078012649936, + ], + [ + -87.24106155058155, + 39.171784338577396, + ], + [ + -87.2403436982237, + 39.25901728504407, + ], + [ + -87.23819014115014, + 39.52050126497002, + ], + [ + -87.19906718764715, + 39.60714334788304, + ], + [ + -87.0135023531421, + 39.60472617879991, + ], + ], + ], + "type": "Polygon", + }, + "id": "18021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54095 { + "geometry": { + "coordinates": [ + [ + [ + -80.61851462320737, + 39.4504033615593, + ], + [ + -80.88842710976016, + 39.294307953657736, + ], + [ + -80.93724107009417, + 39.38664381263324, + ], + [ + -81.00759060116378, + 39.35097713993997, + ], + [ + -81.02517798393119, + 39.46377836381928, + ], + [ + -81.1213701998835, + 39.45819201749383, + ], + [ + -81.03881717873038, + 39.53994604737208, + ], + [ + -80.94406066749377, + 39.60676734380344, + ], + [ + -80.85217556568857, + 39.602040435374214, + ], + [ + -80.7200907318436, + 39.48059111766415, + ], + [ + -80.61851462320737, + 39.4504033615593, + ], + ], + ], + "type": "Polygon", + }, + "id": "54095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29163 { + "geometry": { + "coordinates": [ + [ + [ + -90.72192763381145, + 39.224102620509996, + ], + [ + -91.18278884755316, + 39.22721808288381, + ], + [ + -91.18530133080564, + 39.13923312825794, + ], + [ + -91.2603169022013, + 39.139823991811596, + ], + [ + -91.4089123402769, + 39.14250973523729, + ], + [ + -91.43834428694888, + 39.31864078909456, + ], + [ + -91.4602387838634, + 39.4507793656389, + ], + [ + -91.17812280722711, + 39.59817296484121, + ], + [ + -91.02773273825689, + 39.441110689306385, + ], + [ + -90.93692441498845, + 39.39969652568213, + ], + [ + -90.76894696325083, + 39.29742341603155, + ], + [ + -90.72192763381145, + 39.224102620509996, + ], + ], + ], + "type": "Polygon", + }, + "id": "29163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39017 { + "geometry": { + "coordinates": [ + [ + [ + -84.36534500502185, + 39.58947115614195, + ], + [ + -84.33196487038168, + 39.55127988462852, + ], + [ + -84.35314151493836, + 39.29226678865421, + ], + [ + -84.81938662136398, + 39.305158357097554, + ], + [ + -84.81543843339578, + 39.5219515664199, + ], + [ + -84.81472058103792, + 39.567501774919734, + ], + [ + -84.47876567756265, + 39.56879093176407, + ], + [ + -84.47912460374158, + 39.59097517246033, + ], + [ + -84.36534500502185, + 39.58947115614195, + ], + ], + ], + "type": "Polygon", + }, + "id": "39017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39165 { + "geometry": { + "coordinates": [ + [ + [ + -84.11409667977325, + 39.57792245941144, + ], + [ + -83.97698687942331, + 39.56916693584367, + ], + [ + -84.00677775227422, + 39.255042384774036, + ], + [ + -84.25946178223852, + 39.27072712638011, + ], + [ + -84.35314151493836, + 39.29226678865421, + ], + [ + -84.33196487038168, + 39.55127988462852, + ], + [ + -84.36534500502185, + 39.58947115614195, + ], + [ + -84.11409667977325, + 39.57792245941144, + ], + ], + ], + "type": "Polygon", + }, + "id": "39165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06033 { + "geometry": { + "coordinates": [ + [ + [ + -122.7388606464195, + 39.3834209205224, + ], + [ + -122.77583004284894, + 39.31396759553385, + ], + [ + -122.66240937030814, + 39.21668996865507, + ], + [ + -122.47720346198203, + 39.17393293331796, + ], + [ + -122.49227836149694, + 39.05409506166331, + ], + [ + -122.34009366163207, + 38.92426622446507, + ], + [ + -122.39500936700784, + 38.86426671633498, + ], + [ + -122.46428211954067, + 38.70521699066515, + ], + [ + -122.62723460477334, + 38.66750915296835, + ], + [ + -122.81818333196227, + 38.85030085052135, + ], + [ + -122.94811460873369, + 38.900685397187445, + ], + [ + -122.98723756223669, + 38.99753330511811, + ], + [ + -123.09347971119895, + 39.073002695380225, + ], + [ + -123.0805583687576, + 39.17495351581972, + ], + [ + -122.99513393817307, + 39.236833044347804, + ], + [ + -123.07589232843155, + 39.408237189775846, + ], + [ + -123.06225313363234, + 39.503366221914064, + ], + [ + -122.8888917892108, + 39.530868234593214, + ], + [ + -122.88925071538972, + 39.58264936784067, + ], + [ + -122.73563031080916, + 39.581736215075935, + ], + [ + -122.7388606464195, + 39.3834209205224, + ], + ], + ], + "type": "Polygon", + }, + "id": "06033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08063 { + "geometry": { + "coordinates": [ + [ + [ + -102.04963784073405, + 39.574054988878444, + ], + [ + -102.04963784073405, + 39.5681463533419, + ], + [ + -102.04712535748156, + 39.133109633247344, + ], + [ + -102.04640750512371, + 39.04695098415095, + ], + [ + -103.16302684776427, + 39.03760459702953, + ], + [ + -103.15441261947004, + 39.56562175452174, + ], + [ + -102.80302389030092, + 39.56782406413082, + ], + [ + -102.04963784073405, + 39.574054988878444, + ], + ], + ], + "type": "Polygon", + }, + "id": "08063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 34011 { + "geometry": { + "coordinates": [ + [ + [ + -75.40726543137248, + 39.38175575959846, + ], + [ + -75.41300825023531, + 39.38417292868159, + ], + [ + -75.4169564382035, + 39.387664395135005, + ], + [ + -75.23964690581377, + 39.559175970300075, + ], + [ + -75.08387294415964, + 39.4577085836772, + ], + [ + -75.06197844724511, + 39.56862978715853, + ], + [ + -74.98516824495483, + 39.51480748890754, + ], + [ + -74.85595482054127, + 39.424566509804094, + ], + [ + -74.86097978704623, + 39.32374370160339, + ], + [ + -74.91481871388523, + 39.17742439977137, + ], + [ + -75.10612636725308, + 39.212553923779495, + ], + [ + -75.28846086614779, + 39.28974218983405, + ], + [ + -75.40726543137248, + 39.38175575959846, + ], + ], + ], + "type": "Polygon", + }, + "id": "34011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20163 { + "geometry": { + "coordinates": [ + [ + [ + -99.04434894458186, + 39.56798520873636, + ], + [ + -99.0475792801922, + 39.1329484886418, + ], + [ + -99.59171136744489, + 39.13241133995666, + ], + [ + -99.6053505622441, + 39.13241133995666, + ], + [ + -99.60212022663376, + 39.56728691544568, + ], + [ + -99.06624344149638, + 39.568038923604874, + ], + [ + -99.04434894458186, + 39.56798520873636, + ], + ], + ], + "type": "Polygon", + }, + "id": "20163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39027 { + "geometry": { + "coordinates": [ + [ + [ + -83.86571976395606, + 39.247307443708024, + ], + [ + -83.98990822186467, + 39.254075517140784, + ], + [ + -84.00677775227422, + 39.255042384774036, + ], + [ + -83.97698687942331, + 39.56916693584367, + ], + [ + -83.67010499644108, + 39.550259302126754, + ], + [ + -83.57642526374126, + 39.544565526064275, + ], + [ + -83.59078231089832, + 39.378747726961684, + ], + [ + -83.78496137369758, + 39.262616181234506, + ], + [ + -83.86571976395606, + 39.247307443708024, + ], + ], + ], + "type": "Polygon", + }, + "id": "39027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20181 { + "geometry": { + "coordinates": [ + [ + [ + -101.41397957785509, + 39.56836121281596, + ], + [ + -101.38921367150915, + 39.56836121281596, + ], + [ + -101.39172615476164, + 39.13509708338236, + ], + [ + -101.47822736388295, + 39.13477479417128, + ], + [ + -102.04712535748156, + 39.133109633247344, + ], + [ + -102.04963784073405, + 39.5681463533419, + ], + [ + -101.41397957785509, + 39.56836121281596, + ], + ], + ], + "type": "Polygon", + }, + "id": "20181", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20193 { + "geometry": { + "coordinates": [ + [ + [ + -100.74099299236777, + 39.56798520873636, + ], + [ + -100.72017527399002, + 39.56798520873636, + ], + [ + -100.72125205252681, + 39.1333244927214, + ], + [ + -100.81206037579523, + 39.1333244927214, + ], + [ + -101.39172615476164, + 39.13509708338236, + ], + [ + -101.38921367150915, + 39.56836121281596, + ], + [ + -100.74099299236777, + 39.56798520873636, + ], + ], + ], + "type": "Polygon", + }, + "id": "20193", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20141 { + "geometry": { + "coordinates": [ + [ + [ + -98.50524182383415, + 39.56755548978825, + ], + [ + -98.48729551488782, + 39.567394345182706, + ], + [ + -98.49016692431924, + 39.219698001291846, + ], + [ + -98.49016692431924, + 39.13262619943072, + ], + [ + -99.03752934718226, + 39.13305591837883, + ], + [ + -99.0475792801922, + 39.1329484886418, + ], + [ + -99.04434894458186, + 39.56798520873636, + ], + [ + -98.50524182383415, + 39.56755548978825, + ], + ], + ], + "type": "Polygon", + }, + "id": "20141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20179 { + "geometry": { + "coordinates": [ + [ + [ + -100.18035030088446, + 39.56680348162905, + ], + [ + -100.16168613958028, + 39.567233200577164, + ], + [ + -100.16419862283277, + 39.131927906140035, + ], + [ + -100.72125205252681, + 39.1333244927214, + ], + [ + -100.72017527399002, + 39.56798520873636, + ], + [ + -100.18035030088446, + 39.56680348162905, + ], + ], + ], + "type": "Polygon", + }, + "id": "20179", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20027 { + "geometry": { + "coordinates": [ + [ + [ + -96.95898784501848, + 39.566320047812425, + ], + [ + -96.96185925444989, + 39.22002029050293, + ], + [ + -96.9632949591656, + 39.13225019535112, + ], + [ + -97.37139402460511, + 39.13187419127152, + ], + [ + -97.3699583198894, + 39.305964080125264, + ], + [ + -97.3685226151737, + 39.56696462623459, + ], + [ + -96.95898784501848, + 39.566320047812425, + ], + ], + ], + "type": "Polygon", + }, + "id": "20027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20123 { + "geometry": { + "coordinates": [ + [ + [ + -97.93167778990949, + 39.566857196497565, + ], + [ + -97.92952423283593, + 39.306393799073376, + ], + [ + -97.93024208519378, + 39.21910713773819, + ], + [ + -98.49016692431924, + 39.219698001291846, + ], + [ + -98.48729551488782, + 39.567394345182706, + ], + [ + -97.93167778990949, + 39.566857196497565, + ], + ], + ], + "type": "Polygon", + }, + "id": "20123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20065 { + "geometry": { + "coordinates": [ + [ + [ + -99.60212022663376, + 39.56728691544568, + ], + [ + -99.6053505622441, + 39.13241133995666, + ], + [ + -100.14804694478107, + 39.13214276561409, + ], + [ + -100.16419862283277, + 39.131927906140035, + ], + [ + -100.16168613958028, + 39.567233200577164, + ], + [ + -99.62796291151646, + 39.567394345182706, + ], + [ + -99.60212022663376, + 39.56728691544568, + ], + ], + ], + "type": "Polygon", + }, + "id": "20065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20161 { + "geometry": { + "coordinates": [ + [ + [ + -96.58175643096665, + 39.56626633294391, + ], + [ + -96.726762607253, + 39.40361771108365, + ], + [ + -96.55878515551535, + 39.182634742017214, + ], + [ + -96.38901307288309, + 39.172697491342134, + ], + [ + -96.39080770377771, + 39.04324465822349, + ], + [ + -96.50099804070817, + 39.043674377171605, + ], + [ + -96.50099804070817, + 39.07278783590617, + ], + [ + -96.85095106516158, + 39.08836514777522, + ], + [ + -96.84915643426694, + 39.21905342286968, + ], + [ + -96.96185925444989, + 39.22002029050293, + ], + [ + -96.95898784501848, + 39.566320047812425, + ], + [ + -96.80644421897469, + 39.56637376268094, + ], + [ + -96.58175643096665, + 39.56626633294391, + ], + ], + ], + "type": "Polygon", + }, + "id": "20161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08035 { + "geometry": { + "coordinates": [ + [ + [ + -104.66046686624593, + 39.5658366139958, + ], + [ + -104.66297934949841, + 39.129564451925425, + ], + [ + -105.03339116615064, + 39.129833026267995, + ], + [ + -105.3287874114072, + 39.12967188166245, + ], + [ + -105.2340309001706, + 39.24591085712666, + ], + [ + -105.04882499184448, + 39.56594404373283, + ], + [ + -104.66046686624593, + 39.5658366139958, + ], + ], + ], + "type": "Polygon", + }, + "id": "08035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08039 { + "geometry": { + "coordinates": [ + [ + [ + -103.71469638477441, + 39.56626633294391, + ], + [ + -103.71972135127939, + 38.866845030023654, + ], + [ + -104.05567625475466, + 38.86877876529015, + ], + [ + -104.05136914060753, + 39.128221580212575, + ], + [ + -104.66297934949841, + 39.129564451925425, + ], + [ + -104.66046686624593, + 39.5658366139958, + ], + [ + -103.71469638477441, + 39.56626633294391, + ], + ], + ], + "type": "Polygon", + }, + "id": "08039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20149 { + "geometry": { + "coordinates": [ + [ + [ + -96.23898193009178, + 39.56615890320688, + ], + [ + -96.03582971281934, + 39.566051473469855, + ], + [ + -96.03582971281934, + 39.216528824049526, + ], + [ + -96.04229038404002, + 39.12924216271434, + ], + [ + -96.08464367315335, + 39.19370000493109, + ], + [ + -96.24328904423889, + 39.208740168115, + ], + [ + -96.38901307288309, + 39.172697491342134, + ], + [ + -96.55878515551535, + 39.182634742017214, + ], + [ + -96.726762607253, + 39.40361771108365, + ], + [ + -96.58175643096665, + 39.56626633294391, + ], + [ + -96.23898193009178, + 39.56615890320688, + ], + ], + ], + "type": "Polygon", + }, + "id": "20149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08073 { + "geometry": { + "coordinates": [ + [ + [ + -103.15441261947004, + 39.56562175452174, + ], + [ + -103.16302684776427, + 39.03760459702953, + ], + [ + -103.17343570695314, + 38.61239769787302, + ], + [ + -103.17271785459529, + 38.52527218114338, + ], + [ + -103.50472457010237, + 38.51640922783858, + ], + [ + -104.05388162386002, + 38.52237157824363, + ], + [ + -104.05567625475466, + 38.86877876529015, + ], + [ + -103.71972135127939, + 38.866845030023654, + ], + [ + -103.71469638477441, + 39.56626633294391, + ], + [ + -103.70751786119588, + 39.5662126180754, + ], + [ + -103.15441261947004, + 39.56562175452174, + ], + ], + ], + "type": "Polygon", + }, + "id": "08073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08093 { + "geometry": { + "coordinates": [ + [ + [ + -105.39877801629788, + 39.56610518833837, + ], + [ + -105.39770123776111, + 39.129564451925425, + ], + [ + -105.33058204230184, + 39.12967188166245, + ], + [ + -105.32914633758614, + 38.69721347525657, + ], + [ + -105.96982956697006, + 38.69356086419762, + ], + [ + -105.90665855947898, + 38.80689923676207, + ], + [ + -106.02797560795617, + 38.9428515689709, + ], + [ + -106.11268218618284, + 38.941347552652516, + ], + [ + -106.19092809318883, + 39.05608251179833, + ], + [ + -106.1837495696103, + 39.310261269606386, + ], + [ + -106.13565346163413, + 39.37949973512087, + ], + [ + -106.01792567494623, + 39.36515786522765, + ], + [ + -105.82948943100978, + 39.564869746362554, + ], + [ + -105.39877801629788, + 39.56610518833837, + ], + ], + ], + "type": "Polygon", + }, + "id": "08093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39009 { + "geometry": { + "coordinates": [ + [ + [ + -81.84496537659948, + 39.450188502085254, + ], + [ + -81.85357960489371, + 39.31810364040942, + ], + [ + -81.72185369722766, + 39.26949168440429, + ], + [ + -81.72544295901692, + 39.21593796049587, + ], + [ + -81.75666953658353, + 39.18037871753963, + ], + [ + -82.26849826773282, + 39.2037446853432, + ], + [ + -82.2896749122895, + 39.38417292868159, + ], + [ + -82.2803428316374, + 39.47290989146666, + ], + [ + -82.16728108527553, + 39.46624924777092, + ], + [ + -82.15902578316022, + 39.55654394174289, + ], + [ + -82.04739974151406, + 39.550796450811895, + ], + [ + -82.05565504362937, + 39.46007203789182, + ], + [ + -81.84496537659948, + 39.450188502085254, + ], + ], + ], + "type": "Polygon", + }, + "id": "39009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49027 { + "geometry": { + "coordinates": [ + [ + [ + -112.01558212480924, + 39.31445102935047, + ], + [ + -112.01450534627246, + 39.045232108358505, + ], + [ + -112.22483608712344, + 38.865126154231206, + ], + [ + -112.21873434208167, + 38.72766980570398, + ], + [ + -112.30990159152903, + 38.67621096166761, + ], + [ + -112.44772924423683, + 38.6811527295709, + ], + [ + -112.51520736587503, + 38.57232640596161, + ], + [ + -114.04997570696504, + 38.572917269515266, + ], + [ + -114.04997570696504, + 38.6773389739064, + ], + [ + -114.04782214989149, + 39.542685505666284, + ], + [ + -112.21945219443953, + 39.553965628054215, + ], + [ + -112.19576306663038, + 39.32954490740289, + ], + [ + -112.01558212480924, + 39.31445102935047, + ], + ], + ], + "type": "Polygon", + }, + "id": "49027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54027 { + "geometry": { + "coordinates": [ + [ + [ + -78.46818788525829, + 39.51663379443701, + ], + [ + -78.34722976296003, + 39.465926958559834, + ], + [ + -78.3400512393815, + 39.35360916849715, + ], + [ + -78.41901499874534, + 39.256976120040534, + ], + [ + -78.4035811730515, + 39.16743343422777, + ], + [ + -78.50802869111914, + 39.08863372211779, + ], + [ + -78.89961715232802, + 39.19923263638803, + ], + [ + -78.97965769022865, + 39.23774619711254, + ], + [ + -78.85044426581509, + 39.33115635345831, + ], + [ + -78.65698305537366, + 39.535165424074336, + ], + [ + -78.46818788525829, + 39.51663379443701, + ], + ], + ], + "type": "Polygon", + }, + "id": "54027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29165 { + "geometry": { + "coordinates": [ + [ + [ + -95.10298057378918, + 39.53333911854486, + ], + [ + -94.60120177564983, + 39.530331085908074, + ], + [ + -94.60084284947091, + 39.45609713762178, + ], + [ + -94.60156070182876, + 39.15959106342473, + ], + [ + -94.77456312007136, + 39.19891034717695, + ], + [ + -94.89946943033782, + 39.29967944050914, + ], + [ + -94.879010638139, + 39.37568597945639, + ], + [ + -94.96910110904956, + 39.418819018873094, + ], + [ + -95.10298057378918, + 39.53333911854486, + ], + ], + ], + "type": "Polygon", + }, + "id": "29165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18047 { + "geometry": { + "coordinates": [ + [ + [ + -85.03617803343562, + 39.5261950410325, + ], + [ + -84.81543843339578, + 39.5219515664199, + ], + [ + -84.81938662136398, + 39.305158357097554, + ], + [ + -85.0656099801076, + 39.30714580723257, + ], + [ + -85.21815360615139, + 39.30832753433988, + ], + [ + -85.29639951315738, + 39.268256242428464, + ], + [ + -85.29747629169417, + 39.453250249590546, + ], + [ + -85.29783521787309, + 39.52549674774182, + ], + [ + -85.03617803343562, + 39.5261950410325, + ], + ], + ], + "type": "Polygon", + }, + "id": "18047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29177 { + "geometry": { + "coordinates": [ + [ + [ + -93.75916095988809, + 39.52458359497709, + ], + [ + -93.75844310753024, + 39.20696757745404, + ], + [ + -93.8241265982738, + 39.2148636631256, + ], + [ + -94.10480687019438, + 39.14347660287054, + ], + [ + -94.21248472387235, + 39.20702129232255, + ], + [ + -94.21069009297771, + 39.454646836171904, + ], + [ + -94.20853653590416, + 39.52721562353427, + ], + [ + -93.75916095988809, + 39.52458359497709, + ], + ], + ], + "type": "Polygon", + }, + "id": "29177", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17135 { + "geometry": { + "coordinates": [ + [ + [ + -89.53352305538556, + 39.52458359497709, + ], + [ + -89.53065164595415, + 39.349043404673466, + ], + [ + -89.14013996328204, + 39.348882260067924, + ], + [ + -89.14013996328204, + 39.21792541063089, + ], + [ + -89.2503303002125, + 39.21749569168278, + ], + [ + -89.2503303002125, + 39.028150780171075, + ], + [ + -89.58592627750885, + 39.0282582099081, + ], + [ + -89.64012413052676, + 38.99914475117353, + ], + [ + -89.69898802387071, + 38.99898360656799, + ], + [ + -89.7015005071232, + 39.523348153001265, + ], + [ + -89.53352305538556, + 39.52458359497709, + ], + ], + ], + "type": "Polygon", + }, + "id": "17135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17117 { + "geometry": { + "coordinates": [ + [ + [ + -89.7015005071232, + 39.523348153001265, + ], + [ + -89.69898802387071, + 38.99898360656799, + ], + [ + -90.14585111663429, + 39.00005790393827, + ], + [ + -90.14800467370786, + 39.26197160281234, + ], + [ + -90.15374749257067, + 39.520286405495966, + ], + [ + -89.92654722131016, + 39.52205899615693, + ], + [ + -89.7015005071232, + 39.523348153001265, + ], + ], + ], + "type": "Polygon", + }, + "id": "17117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06057 { + "geometry": { + "coordinates": [ + [ + [ + -120.00312531064117, + 39.44803990734469, + ], + [ + -120.00743242478828, + 39.31600876053738, + ], + [ + -120.64596209709866, + 39.315149322641155, + ], + [ + -120.7288740444307, + 39.28786216943607, + ], + [ + -120.97725096024789, + 39.11183854531582, + ], + [ + -121.03790948448648, + 39.015957505018406, + ], + [ + -121.27982572908299, + 39.03454284952423, + ], + [ + -121.27982572908299, + 39.230440974994636, + ], + [ + -121.12692317686026, + 39.37987573920047, + ], + [ + -121.01960424936122, + 39.39491590238438, + ], + [ + -120.74251323922991, + 39.46179091368427, + ], + [ + -120.65852451336109, + 39.52528188826776, + ], + [ + -120.56053766651414, + 39.51615036062039, + ], + [ + -120.50598088731729, + 39.44723418431698, + ], + [ + -120.00312531064117, + 39.44803990734469, + ], + ], + ], + "type": "Polygon", + }, + "id": "06057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17061 { + "geometry": { + "coordinates": [ + [ + [ + -90.30162507828842, + 39.52017897575894, + ], + [ + -90.15374749257067, + 39.520286405495966, + ], + [ + -90.14800467370786, + 39.26197160281234, + ], + [ + -90.31418749455085, + 39.22506948814325, + ], + [ + -90.31382856837193, + 39.174308937397555, + ], + [ + -90.58051071931438, + 39.1848907664948, + ], + [ + -90.60348199476567, + 39.11758603624681, + ], + [ + -90.61389085395454, + 39.39577534028061, + ], + [ + -90.5808696454933, + 39.521736706945845, + ], + [ + -90.30162507828842, + 39.52017897575894, + ], + ], + ], + "type": "Polygon", + }, + "id": "17061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39141 { + "geometry": { + "coordinates": [ + [ + [ + -82.74084511920019, + 39.46829041277445, + ], + [ + -82.74874149513657, + 39.368112182995915, + ], + [ + -82.76273961611471, + 39.207880730218776, + ], + [ + -82.78571089156601, + 39.1687225910721, + ], + [ + -83.35353210662785, + 39.1975674754641, + ], + [ + -83.37291412028989, + 39.37735114038032, + ], + [ + -83.26667197132763, + 39.5162040754889, + ], + [ + -82.98383814233348, + 39.50664282889342, + ], + [ + -82.99819518949054, + 39.48000025411049, + ], + [ + -82.74084511920019, + 39.46829041277445, + ], + ], + ], + "type": "Polygon", + }, + "id": "39141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54037 { + "geometry": { + "coordinates": [ + [ + [ + -77.71839109748068, + 39.320574524361064, + ], + [ + -77.8282225082322, + 39.13225019535112, + ], + [ + -78.03316935639928, + 39.26449620163249, + ], + [ + -77.96676801329787, + 39.36693045588861, + ], + [ + -77.8253510988008, + 39.49337525637047, + ], + [ + -77.71839109748068, + 39.320574524361064, + ], + ], + ], + "type": "Polygon", + }, + "id": "54037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49019 { + "geometry": { + "coordinates": [ + [ + [ + -109.05121081305468, + 39.49767244585159, + ], + [ + -109.05085188687576, + 39.366661881546044, + ], + [ + -109.05982504134892, + 38.49991876320479, + ], + [ + -110.0253364626614, + 38.49991876320479, + ], + [ + -110.08132894657395, + 38.756138686016385, + ], + [ + -110.16280518919028, + 38.86453529067755, + ], + [ + -110.11650371210875, + 39.154649295521445, + ], + [ + -110.01097941550434, + 39.417368717423216, + ], + [ + -110.02425968412462, + 39.46168348394724, + ], + [ + -109.10720329696723, + 39.46195205828981, + ], + [ + -109.05121081305468, + 39.49767244585159, + ], + ], + ], + "type": "Polygon", + }, + "id": "49019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17023 { + "geometry": { + "coordinates": [ + [ + [ + -87.53179175551207, + 39.47709965121074, + ], + [ + -87.53179175551207, + 39.3480228221717, + ], + [ + -87.60429484365524, + 39.25944700399218, + ], + [ + -87.62906075000117, + 39.15738875381565, + ], + [ + -87.95029968014046, + 39.17489980095121, + ], + [ + -88.00772786876871, + 39.17393293331796, + ], + [ + -88.01203498291582, + 39.37896258643574, + ], + [ + -87.9603496131504, + 39.481235696086316, + ], + [ + -87.53179175551207, + 39.47709965121074, + ], + ], + ], + "type": "Polygon", + }, + "id": "17023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54073 { + "geometry": { + "coordinates": [ + [ + [ + -81.00759060116378, + 39.35097713993997, + ], + [ + -81.23945691275034, + 39.26836367216549, + ], + [ + -81.37082389423747, + 39.34211418663516, + ], + [ + -81.1213701998835, + 39.45819201749383, + ], + [ + -81.02517798393119, + 39.46377836381928, + ], + [ + -81.00759060116378, + 39.35097713993997, + ], + ], + ], + "type": "Polygon", + }, + "id": "54073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18119 { + "geometry": { + "coordinates": [ + [ + [ + -86.68687953031892, + 39.47006300343541, + ], + [ + -86.63232275112209, + 39.470224148040955, + ], + [ + -86.63088704640637, + 39.34775424782913, + ], + [ + -86.68544382560322, + 39.33599069162457, + ], + [ + -86.68293134235073, + 39.16571455843532, + ], + [ + -87.05441993753973, + 39.168078012649936, + ], + [ + -87.05370208518188, + 39.34254390558327, + ], + [ + -86.94243496971464, + 39.34211418663516, + ], + [ + -86.93992248646215, + 39.47333961041477, + ], + [ + -86.68687953031892, + 39.47006300343541, + ], + ], + ], + "type": "Polygon", + }, + "id": "18119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54033 { + "geometry": { + "coordinates": [ + [ + [ + -80.19677636296865, + 39.39314331172342, + ], + [ + -80.16626763775989, + 39.24236567580474, + ], + [ + -80.22692616199848, + 39.112859127817586, + ], + [ + -80.29978817632058, + 39.10399617451278, + ], + [ + -80.595902273935, + 39.1671648598852, + ], + [ + -80.52591166904432, + 39.20981446548528, + ], + [ + -80.60343972369246, + 39.291138776415416, + ], + [ + -80.54421690416957, + 39.42913227362777, + ], + [ + -80.49396723911985, + 39.469686999355815, + ], + [ + -80.19677636296865, + 39.39314331172342, + ], + ], + ], + "type": "Polygon", + }, + "id": "54033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51069 { + "geometry": { + "coordinates": [ + [ + [ + -78.03316935639928, + 39.26449620163249, + ], + [ + -78.15197392162398, + 39.03626172531668, + ], + [ + -78.31456748067771, + 39.007792845004275, + ], + [ + -78.33394949433975, + 39.09894697687247, + ], + [ + -78.45454869045908, + 39.02772106122296, + ], + [ + -78.5439213090118, + 39.05661966048347, + ], + [ + -78.50802869111914, + 39.08863372211779, + ], + [ + -78.4035811730515, + 39.16743343422777, + ], + [ + -78.41901499874534, + 39.256976120040534, + ], + [ + -78.3400512393815, + 39.35360916849715, + ], + [ + -78.34722976296003, + 39.465926958559834, + ], + [ + -78.22878412391425, + 39.39120957645692, + ], + [ + -78.03316935639928, + 39.26449620163249, + ], + ], + ], + "type": "Polygon", + }, + "id": "51069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29047 { + "geometry": { + "coordinates": [ + [ + [ + -94.60084284947091, + 39.45609713762178, + ], + [ + -94.21069009297771, + 39.454646836171904, + ], + [ + -94.21248472387235, + 39.20702129232255, + ], + [ + -94.30472875185649, + 39.231354127759374, + ], + [ + -94.46157949204739, + 39.12032549454102, + ], + [ + -94.6076624468705, + 39.11344999137124, + ], + [ + -94.60156070182876, + 39.15959106342473, + ], + [ + -94.60084284947091, + 39.45609713762178, + ], + ], + ], + "type": "Polygon", + }, + "id": "29047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18031 { + "geometry": { + "coordinates": [ + [ + [ + -85.29747629169417, + 39.453250249590546, + ], + [ + -85.29639951315738, + 39.268256242428464, + ], + [ + -85.43996998472801, + 39.19558002532908, + ], + [ + -85.56415844263661, + 39.133807926538026, + ], + [ + -85.6869111958295, + 39.130638749295706, + ], + [ + -85.684398712577, + 39.35006398717523, + ], + [ + -85.62948300720124, + 39.45276681577392, + ], + [ + -85.29747629169417, + 39.453250249590546, + ], + ], + ], + "type": "Polygon", + }, + "id": "18031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54091 { + "geometry": { + "coordinates": [ + [ + [ + -79.89527837267033, + 39.29957201077211, + ], + [ + -80.02233824001034, + 39.24816688160425, + ], + [ + -80.16626763775989, + 39.24236567580474, + ], + [ + -80.19677636296865, + 39.39314331172342, + ], + [ + -80.02485072326283, + 39.4015228312116, + ], + [ + -79.93870844032045, + 39.452551956299864, + ], + [ + -79.89456052031248, + 39.43568548758648, + ], + [ + -79.89527837267033, + 39.29957201077211, + ], + ], + ], + "type": "Polygon", + }, + "id": "54091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54017 { + "geometry": { + "coordinates": [ + [ + [ + -80.54421690416957, + 39.42913227362777, + ], + [ + -80.60343972369246, + 39.291138776415416, + ], + [ + -80.52591166904432, + 39.20981446548528, + ], + [ + -80.595902273935, + 39.1671648598852, + ], + [ + -80.72798710777998, + 39.09572408476163, + ], + [ + -80.81269368600665, + 39.10942137623269, + ], + [ + -80.91355194228501, + 39.27303686572621, + ], + [ + -80.88842710976016, + 39.294307953657736, + ], + [ + -80.61851462320737, + 39.4504033615593, + ], + [ + -80.54421690416957, + 39.42913227362777, + ], + ], + ], + "type": "Polygon", + }, + "id": "54017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20087 { + "geometry": { + "coordinates": [ + [ + [ + -95.18086755461624, + 39.41914130808418, + ], + [ + -95.18732822583692, + 39.04410409611972, + ], + [ + -95.5003118538609, + 39.056673375351984, + ], + [ + -95.59793977452892, + 39.06575118813085, + ], + [ + -95.58932554623468, + 39.216260249706956, + ], + [ + -95.57030245875157, + 39.418980163478636, + ], + [ + -95.18086755461624, + 39.41914130808418, + ], + ], + ], + "type": "Polygon", + }, + "id": "20087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20103 { + "geometry": { + "coordinates": [ + [ + [ + -94.96910110904956, + 39.418819018873094, + ], + [ + -94.879010638139, + 39.37568597945639, + ], + [ + -94.89946943033782, + 39.29967944050914, + ], + [ + -94.77456312007136, + 39.19891034717695, + ], + [ + -94.89982835651674, + 39.20288524744698, + ], + [ + -94.9088015109899, + 38.99140981010753, + ], + [ + -95.05632017052872, + 38.98211713785461, + ], + [ + -95.18589252112122, + 38.964552375850545, + ], + [ + -95.18732822583692, + 39.04410409611972, + ], + [ + -95.18086755461624, + 39.41914130808418, + ], + [ + -94.96910110904956, + 39.418819018873094, + ], + ], + ], + "type": "Polygon", + }, + "id": "20103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06011 { + "geometry": { + "coordinates": [ + [ + [ + -121.89000023325815, + 39.38374320973348, + ], + [ + -121.90866439456234, + 39.305158357097554, + ], + [ + -121.94563379099178, + 39.180808436487744, + ], + [ + -121.83867378967166, + 39.063065444705146, + ], + [ + -121.83544345406132, + 38.92453479880764, + ], + [ + -122.34009366163207, + 38.92426622446507, + ], + [ + -122.49227836149694, + 39.05409506166331, + ], + [ + -122.47720346198203, + 39.17393293331796, + ], + [ + -122.66240937030814, + 39.21668996865507, + ], + [ + -122.77583004284894, + 39.31396759553385, + ], + [ + -122.7388606464195, + 39.3834209205224, + ], + [ + -122.13801822289642, + 39.386214093685126, + ], + [ + -122.13873607525427, + 39.41479040373455, + ], + [ + -121.89000023325815, + 39.38374320973348, + ], + ], + ], + "type": "Polygon", + }, + "id": "06011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29195 { + "geometry": { + "coordinates": [ + [ + [ + -93.10447960952602, + 39.38363577999645, + ], + [ + -92.84928309630924, + 39.22619750038204, + ], + [ + -92.94439853372478, + 39.12354838665186, + ], + [ + -92.93470752689376, + 39.064515746155024, + ], + [ + -93.05028175650811, + 38.92824112473511, + ], + [ + -93.49642699691384, + 38.9428515689709, + ], + [ + -93.47740390943073, + 39.29275022247083, + ], + [ + -93.40741330454006, + 39.22866838433368, + ], + [ + -93.3377816258283, + 39.30607150986229, + ], + [ + -93.23010377215033, + 39.32787974647896, + ], + [ + -93.17734162384812, + 39.41172865622926, + ], + [ + -93.10447960952602, + 39.38363577999645, + ], + ], + ], + "type": "Polygon", + }, + "id": "29195", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54107 { + "geometry": { + "coordinates": [ + [ + [ + -81.37082389423747, + 39.34211418663516, + ], + [ + -81.23945691275034, + 39.26836367216549, + ], + [ + -81.29760295373644, + 39.18548163004846, + ], + [ + -81.42573959961324, + 39.134882223908306, + ], + [ + -81.58115463508844, + 39.026270759773084, + ], + [ + -81.7480553082893, + 39.096905811868936, + ], + [ + -81.75666953658353, + 39.18037871753963, + ], + [ + -81.72544295901692, + 39.21593796049587, + ], + [ + -81.67842362957754, + 39.272016283224445, + ], + [ + -81.57325825915206, + 39.265892788213854, + ], + [ + -81.5535173193111, + 39.34351077321652, + ], + [ + -81.44081449912815, + 39.4092040574091, + ], + [ + -81.37082389423747, + 39.34211418663516, + ], + ], + ], + "type": "Polygon", + }, + "id": "54107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17013 { + "geometry": { + "coordinates": [ + [ + [ + -90.61389085395454, + 39.39577534028061, + ], + [ + -90.60348199476567, + 39.11758603624681, + ], + [ + -90.56615367215731, + 38.98727376523195, + ], + [ + -90.45201514725866, + 38.96739926388178, + ], + [ + -90.54820736321098, + 38.87248509121761, + ], + [ + -90.66557622371997, + 38.93409604540312, + ], + [ + -90.72192763381145, + 39.224102620509996, + ], + [ + -90.76894696325083, + 39.29742341603155, + ], + [ + -90.93692441498845, + 39.39969652568213, + ], + [ + -90.61389085395454, + 39.39577534028061, + ], + ], + ], + "type": "Polygon", + }, + "id": "17013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39163 { + "geometry": { + "coordinates": [ + [ + [ + -82.2896749122895, + 39.38417292868159, + ], + [ + -82.26849826773282, + 39.2037446853432, + ], + [ + -82.30654444269904, + 39.20546356113565, + ], + [ + -82.32269612075073, + 39.02766734635445, + ], + [ + -82.43539894093368, + 39.035026283340855, + ], + [ + -82.42463115556588, + 39.13778282680806, + ], + [ + -82.53625719721205, + 39.18075472161923, + ], + [ + -82.76273961611471, + 39.207880730218776, + ], + [ + -82.74874149513657, + 39.368112182995915, + ], + [ + -82.51759303590786, + 39.36940133984025, + ], + [ + -82.51436270029753, + 39.39577534028061, + ], + [ + -82.2896749122895, + 39.38417292868159, + ], + ], + ], + "type": "Polygon", + }, + "id": "39163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54085 { + "geometry": { + "coordinates": [ + [ + [ + -80.88842710976016, + 39.294307953657736, + ], + [ + -80.91355194228501, + 39.27303686572621, + ], + [ + -80.81269368600665, + 39.10942137623269, + ], + [ + -81.03343328604649, + 39.00961915053375, + ], + [ + -81.16228778428113, + 39.030675378991226, + ], + [ + -81.24914791958136, + 39.03465027926126, + ], + [ + -81.29760295373644, + 39.18548163004846, + ], + [ + -81.23945691275034, + 39.26836367216549, + ], + [ + -81.00759060116378, + 39.35097713993997, + ], + [ + -80.93724107009417, + 39.38664381263324, + ], + [ + -80.88842710976016, + 39.294307953657736, + ], + ], + ], + "type": "Polygon", + }, + "id": "54085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 24029 { + "geometry": { + "coordinates": [ + [ + [ + -75.76655053647798, + 39.37751228498586, + ], + [ + -75.7600898652573, + 39.29661769300384, + ], + [ + -75.75614167728911, + 39.24601828686369, + ], + [ + -75.98549550562319, + 39.24574971252112, + ], + [ + -76.11901604418387, + 39.10968995057526, + ], + [ + -76.1775210113489, + 39.14068342970781, + ], + [ + -76.2274117502197, + 39.05382648732075, + ], + [ + -76.27694356291155, + 39.14766636261463, + ], + [ + -76.11147859442642, + 39.3711202156327, + ], + [ + -75.83331080575832, + 39.373859673926916, + ], + [ + -75.76655053647798, + 39.37751228498586, + ], + ], + ], + "type": "Polygon", + }, + "id": "24029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08065 { + "geometry": { + "coordinates": [ + [ + [ + -106.2067208450616, + 39.37955344998939, + ], + [ + -106.13565346163413, + 39.37949973512087, + ], + [ + -106.1837495696103, + 39.310261269606386, + ], + [ + -106.19092809318883, + 39.05608251179833, + ], + [ + -106.5782094402506, + 39.057855102459285, + ], + [ + -106.49493856673963, + 39.196332033488275, + ], + [ + -106.4863243384454, + 39.311442996713694, + ], + [ + -106.42638366656466, + 39.3618812582483, + ], + [ + -106.2067208450616, + 39.37955344998939, + ], + ], + ], + "type": "Polygon", + }, + "id": "08065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17035 { + "geometry": { + "coordinates": [ + [ + [ + -88.01203498291582, + 39.37896258643574, + ], + [ + -88.00772786876871, + 39.17393293331796, + ], + [ + -88.36055230265353, + 39.171086045286714, + ], + [ + -88.47074263958399, + 39.21497109286262, + ], + [ + -88.47074263958399, + 39.374504252349084, + ], + [ + -88.01203498291582, + 39.37896258643574, + ], + ], + ], + "type": "Polygon", + }, + "id": "17035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39071 { + "geometry": { + "coordinates": [ + [ + [ + -83.37291412028989, + 39.37735114038032, + ], + [ + -83.35353210662785, + 39.1975674754641, + ], + [ + -83.38547653655232, + 39.05516935903359, + ], + [ + -83.6729764058725, + 39.02036212423654, + ], + [ + -83.87218043517674, + 39.021221562132766, + ], + [ + -83.86571976395606, + 39.247307443708024, + ], + [ + -83.78496137369758, + 39.262616181234506, + ], + [ + -83.59078231089832, + 39.378747726961684, + ], + [ + -83.37291412028989, + 39.37735114038032, + ], + ], + ], + "type": "Polygon", + }, + "id": "39071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 24510 { + "geometry": { + "coordinates": [ + [ + [ + -76.52962759287587, + 39.24086165948635, + ], + [ + -76.58346651971486, + 39.20745101127066, + ], + [ + -76.61864128524965, + 39.23742390790146, + ], + [ + -76.71052638705486, + 39.2776026295499, + ], + [ + -76.71124423941271, + 39.37192593866041, + ], + [ + -76.52962759287587, + 39.37160364944933, + ], + [ + -76.52962759287587, + 39.24086165948635, + ], + ], + ], + "type": "Polygon", + }, + "id": "24510", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 24027 { + "geometry": { + "coordinates": [ + [ + [ + -76.88209310058176, + 39.350225131780775, + ], + [ + -76.69796397079243, + 39.21368193601829, + ], + [ + -76.84045766382629, + 39.10313673661656, + ], + [ + -76.88855377180244, + 39.13096103850679, + ], + [ + -76.94849444368317, + 39.129564451925425, + ], + [ + -77.16887511754409, + 39.35350173876012, + ], + [ + -77.16815726518624, + 39.353931457708235, + ], + [ + -76.88209310058176, + 39.350225131780775, + ], + ], + ], + "type": "Polygon", + }, + "id": "24027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08077 { + "geometry": { + "coordinates": [ + [ + [ + -107.43101804138014, + 39.36617844772942, + ], + [ + -107.39476649730855, + 39.25627782674985, + ], + [ + -107.50100864627082, + 39.21792541063089, + ], + [ + -107.76553724013971, + 39.04329837309201, + ], + [ + -107.86244730844987, + 39.078857616048246, + ], + [ + -107.98232865221135, + 39.059842552594304, + ], + [ + -108.14025617093904, + 38.90868891259602, + ], + [ + -108.37894207992521, + 38.82919090719537, + ], + [ + -108.37858315374629, + 38.668100016522004, + ], + [ + -108.37930100610414, + 38.49991876320479, + ], + [ + -109.05982504134892, + 38.49991876320479, + ], + [ + -109.05085188687576, + 39.366661881546044, + ], + [ + -107.43101804138014, + 39.36617844772942, + ], + ], + ], + "type": "Polygon", + }, + "id": "08077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08097 { + "geometry": { + "coordinates": [ + [ + [ + -106.42638366656466, + 39.3618812582483, + ], + [ + -106.4863243384454, + 39.311442996713694, + ], + [ + -106.49493856673963, + 39.196332033488275, + ], + [ + -106.5782094402506, + 39.057855102459285, + ], + [ + -106.59902715862835, + 38.99790930919771, + ], + [ + -106.74798152288287, + 39.04136463782551, + ], + [ + -106.80182044972186, + 38.97830338219012, + ], + [ + -106.99599951252114, + 39.03411313057612, + ], + [ + -107.0670668959486, + 39.118821478222635, + ], + [ + -107.28242260330454, + 39.11871404848561, + ], + [ + -107.39476649730855, + 39.25627782674985, + ], + [ + -107.43101804138014, + 39.36617844772942, + ], + [ + -107.11336837303013, + 39.36607101799239, + ], + [ + -106.42638366656466, + 39.3618812582483, + ], + ], + ], + "type": "Polygon", + }, + "id": "08097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 10001 { + "geometry": { + "coordinates": [ + [ + [ + -75.31394462485157, + 38.9505327951684, + ], + [ + -75.48622919073632, + 38.90315628113909, + ], + [ + -75.55442516473238, + 38.83595898062812, + ], + [ + -75.72276154264894, + 38.82870747337874, + ], + [ + -75.74788637517379, + 39.14315431365946, + ], + [ + -75.75614167728911, + 39.24601828686369, + ], + [ + -75.7600898652573, + 39.29661769300384, + ], + [ + -75.65097630686363, + 39.29189078457461, + ], + [ + -75.51602006358723, + 39.363492704303724, + ], + [ + -75.40439402194107, + 39.256331541618366, + ], + [ + -75.39685657218361, + 39.057855102459285, + ], + [ + -75.31394462485157, + 38.9505327951684, + ], + ], + ], + "type": "Polygon", + }, + "id": "10001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18105 { + "geometry": { + "coordinates": [ + [ + [ + -86.38143335205241, + 39.33975073242055, + ], + [ + -86.36994771432676, + 39.04834757073232, + ], + [ + -86.31826234456133, + 39.04877728968043, + ], + [ + -86.31754449220348, + 38.99087266142239, + ], + [ + -86.68221348999288, + 38.99237667774077, + ], + [ + -86.68293134235073, + 39.16571455843532, + ], + [ + -86.68544382560322, + 39.33599069162457, + ], + [ + -86.63088704640637, + 39.34775424782913, + ], + [ + -86.38143335205241, + 39.33975073242055, + ], + ], + ], + "type": "Polygon", + }, + "id": "18105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18005 { + "geometry": { + "coordinates": [ + [ + [ + -85.684398712577, + 39.35006398717523, + ], + [ + -85.6869111958295, + 39.130638749295706, + ], + [ + -85.79997294219136, + 39.12886615863474, + ], + [ + -85.79889616365459, + 39.068275786951, + ], + [ + -85.86099039260888, + 39.04082748914037, + ], + [ + -86.08029428793301, + 39.05028130599882, + ], + [ + -86.08567818061691, + 39.344101636770176, + ], + [ + -85.95215764205624, + 39.34737824374953, + ], + [ + -85.684398712577, + 39.35006398717523, + ], + ], + ], + "type": "Polygon", + }, + "id": "18005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29007 { + "geometry": { + "coordinates": [ + [ + [ + -91.71794778033268, + 39.33910615399838, + ], + [ + -91.43834428694888, + 39.31864078909456, + ], + [ + -91.4089123402769, + 39.14250973523729, + ], + [ + -91.62965194031675, + 39.14782750722017, + ], + [ + -91.63395905446386, + 39.05898311469808, + ], + [ + -92.11061302007835, + 39.06419345694394, + ], + [ + -92.10487020121552, + 39.23978736211607, + ], + [ + -92.31448308970865, + 39.2464480058118, + ], + [ + -92.31017597556152, + 39.347807962697644, + ], + [ + -91.71794778033268, + 39.33910615399838, + ], + ], + ], + "type": "Polygon", + }, + "id": "29007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 24031 { + "geometry": { + "coordinates": [ + [ + [ + -76.88855377180244, + 39.13096103850679, + ], + [ + -77.00233337052217, + 38.96584153269488, + ], + [ + -77.11970223103116, + 38.934257190008665, + ], + [ + -77.32608478391393, + 39.05694194969455, + ], + [ + -77.46104102719032, + 39.07504386038376, + ], + [ + -77.52744237029174, + 39.14632349090178, + ], + [ + -77.45781069157998, + 39.22351175695634, + ], + [ + -77.16887511754409, + 39.35350173876012, + ], + [ + -76.94849444368317, + 39.129564451925425, + ], + [ + -76.88855377180244, + 39.13096103850679, + ], + ], + ], + "type": "Polygon", + }, + "id": "24031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18013 { + "geometry": { + "coordinates": [ + [ + [ + -86.08567818061691, + 39.344101636770176, + ], + [ + -86.08029428793301, + 39.05028130599882, + ], + [ + -86.31826234456133, + 39.04877728968043, + ], + [ + -86.36994771432676, + 39.04834757073232, + ], + [ + -86.38143335205241, + 39.33975073242055, + ], + [ + -86.251502075281, + 39.34168446768705, + ], + [ + -86.08567818061691, + 39.344101636770176, + ], + ], + ], + "type": "Polygon", + }, + "id": "18013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29089 { + "geometry": { + "coordinates": [ + [ + [ + -92.55783503902086, + 38.970890730335185, + ], + [ + -92.84174564655177, + 38.979807398508505, + ], + [ + -92.93470752689376, + 39.064515746155024, + ], + [ + -92.94439853372478, + 39.12354838665186, + ], + [ + -92.84928309630924, + 39.22619750038204, + ], + [ + -92.7907781291442, + 39.34351077321652, + ], + [ + -92.70750725563323, + 39.32159510686283, + ], + [ + -92.430057319323, + 39.24881146002642, + ], + [ + -92.55783503902086, + 38.970890730335185, + ], + ], + ], + "type": "Polygon", + }, + "id": "29089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54023 { + "geometry": { + "coordinates": [ + [ + [ + -78.97965769022865, + 39.23774619711254, + ], + [ + -79.08948910098017, + 39.03830289032021, + ], + [ + -79.04570010715113, + 38.92850969907768, + ], + [ + -79.13399594716708, + 38.813452450720774, + ], + [ + -79.34971058070194, + 38.95762315781224, + ], + [ + -79.35760695663832, + 38.96460609071906, + ], + [ + -79.29874306329437, + 39.07359355893388, + ], + [ + -79.35509447338585, + 39.08659255711426, + ], + [ + -79.29264131825262, + 39.19192741427013, + ], + [ + -79.4868203810519, + 39.19493544690691, + ], + [ + -79.4868203810519, + 39.206000709820785, + ], + [ + -79.27146467369595, + 39.32793346134748, + ], + [ + -79.134354873346, + 39.31257100895249, + ], + [ + -78.97965769022865, + 39.23774619711254, + ], + ], + ], + "type": "Polygon", + }, + "id": "54023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 34009 { + "geometry": { + "coordinates": [ + [ + [ + -74.65567401270023, + 39.289151326280404, + ], + [ + -74.6309081063543, + 39.25214178187428, + ], + [ + -74.78632314182951, + 39.00048762288638, + ], + [ + -74.86421012265657, + 38.94005839580818, + ], + [ + -74.97152905015562, + 38.93995096607115, + ], + [ + -74.90082059290708, + 39.09148061014903, + ], + [ + -74.91481871388523, + 39.17742439977137, + ], + [ + -74.86097978704623, + 39.32374370160339, + ], + [ + -74.65567401270023, + 39.289151326280404, + ], + ], + ], + "type": "Polygon", + }, + "id": "34009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51107 { + "geometry": { + "coordinates": [ + [ + [ + -77.45781069157998, + 39.22351175695634, + ], + [ + -77.52744237029174, + 39.14632349090178, + ], + [ + -77.46104102719032, + 39.07504386038376, + ], + [ + -77.32608478391393, + 39.05694194969455, + ], + [ + -77.53569767240705, + 38.84723910301605, + ], + [ + -77.6552200899896, + 38.942636709496846, + ], + [ + -77.96210197297182, + 39.0136477656723, + ], + [ + -77.8282225082322, + 39.13225019535112, + ], + [ + -77.71839109748068, + 39.320574524361064, + ], + [ + -77.67711458690412, + 39.3245494246311, + ], + [ + -77.56584747143688, + 39.30548064630864, + ], + [ + -77.45781069157998, + 39.22351175695634, + ], + ], + ], + "type": "Polygon", + }, + "id": "51107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06061 { + "geometry": { + "coordinates": [ + [ + [ + -120.00743242478828, + 39.31600876053738, + ], + [ + -120.00420208917794, + 39.16560712869829, + ], + [ + -120.0034842368201, + 39.112697983212044, + ], + [ + -120.00240745828332, + 39.06747006392329, + ], + [ + -120.14202974188575, + 39.06800721260843, + ], + [ + -120.23965766255378, + 39.023477586610355, + ], + [ + -120.41732612112243, + 39.02691533819525, + ], + [ + -120.57166437806086, + 38.914114114315936, + ], + [ + -120.7679969979337, + 39.00929686132267, + ], + [ + -121.05334331018031, + 38.90004081876528, + ], + [ + -121.14451055962766, + 38.71193134922939, + ], + [ + -121.4854904296079, + 38.73502874269039, + ], + [ + -121.46826197301944, + 38.925770240783464, + ], + [ + -121.41478197235938, + 38.99662015235337, + ], + [ + -121.27982572908299, + 39.03454284952423, + ], + [ + -121.03790948448648, + 39.015957505018406, + ], + [ + -120.97725096024789, + 39.11183854531582, + ], + [ + -120.7288740444307, + 39.28786216943607, + ], + [ + -120.64596209709866, + 39.315149322641155, + ], + [ + -120.00743242478828, + 39.31600876053738, + ], + ], + ], + "type": "Polygon", + }, + "id": "06061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39061 { + "geometry": { + "coordinates": [ + [ + [ + -84.35314151493836, + 39.29226678865421, + ], + [ + -84.25946178223852, + 39.27072712638011, + ], + [ + -84.31940245411926, + 39.02154385134385, + ], + [ + -84.50604406716107, + 39.09497207660243, + ], + [ + -84.62341292767006, + 39.074345567093076, + ], + [ + -84.74401212378939, + 39.14745150314057, + ], + [ + -84.82010447372183, + 39.10544647596266, + ], + [ + -84.81938662136398, + 39.305158357097554, + ], + [ + -84.35314151493836, + 39.29226678865421, + ], + ], + ], + "type": "Polygon", + }, + "id": "39061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18137 { + "geometry": { + "coordinates": [ + [ + [ + -85.0656099801076, + 39.30714580723257, + ], + [ + -85.13272917556687, + 38.94800819634824, + ], + [ + -85.1359595111772, + 38.92958399644796, + ], + [ + -85.20307870663648, + 38.91379182510485, + ], + [ + -85.44499495123299, + 38.91298610207714, + ], + [ + -85.43996998472801, + 39.19558002532908, + ], + [ + -85.29639951315738, + 39.268256242428464, + ], + [ + -85.21815360615139, + 39.30832753433988, + ], + [ + -85.0656099801076, + 39.30714580723257, + ], + ], + ], + "type": "Polygon", + }, + "id": "18137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18029 { + "geometry": { + "coordinates": [ + [ + [ + -85.0656099801076, + 39.30714580723257, + ], + [ + -84.81938662136398, + 39.305158357097554, + ], + [ + -84.82010447372183, + 39.10544647596266, + ], + [ + -84.877891588529, + 39.0309439533338, + ], + [ + -85.13272917556687, + 38.94800819634824, + ], + [ + -85.0656099801076, + 39.30714580723257, + ], + ], + ], + "type": "Polygon", + }, + "id": "18029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20143 { + "geometry": { + "coordinates": [ + [ + [ + -97.3699583198894, + 39.305964080125264, + ], + [ + -97.37139402460511, + 39.13187419127152, + ], + [ + -97.37175295078404, + 38.957784302417785, + ], + [ + -97.92844745429915, + 38.95832145110292, + ], + [ + -97.93024208519378, + 39.21910713773819, + ], + [ + -97.92952423283593, + 39.306393799073376, + ], + [ + -97.3699583198894, + 39.305964080125264, + ], + ], + ], + "type": "Polygon", + }, + "id": "20143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06101 { + "geometry": { + "coordinates": [ + [ + [ + -121.62367700849464, + 39.295650825370586, + ], + [ + -121.57737553141311, + 38.919807890378415, + ], + [ + -121.54507217530971, + 38.972502176390606, + ], + [ + -121.41478197235938, + 38.99662015235337, + ], + [ + -121.46826197301944, + 38.925770240783464, + ], + [ + -121.4854904296079, + 38.73502874269039, + ], + [ + -121.60321821629583, + 38.73540474676999, + ], + [ + -121.69259083484855, + 38.7673650935358, + ], + [ + -121.72561204330978, + 38.85266430473597, + ], + [ + -121.83544345406132, + 38.92453479880764, + ], + [ + -121.83867378967166, + 39.063065444705146, + ], + [ + -121.94563379099178, + 39.180808436487744, + ], + [ + -121.90866439456234, + 39.305158357097554, + ], + [ + -121.62367700849464, + 39.295650825370586, + ], + ], + ], + "type": "Polygon", + }, + "id": "06101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54001 { + "geometry": { + "coordinates": [ + [ + [ + -79.80949501590688, + 39.230548404731664, + ], + [ + -79.82492884160072, + 39.115867160454364, + ], + [ + -79.89563729884925, + 38.97352275889237, + ], + [ + -80.08479139514357, + 38.947256188189044, + ], + [ + -80.0567951531873, + 39.037013733475874, + ], + [ + -80.22692616199848, + 39.112859127817586, + ], + [ + -80.16626763775989, + 39.24236567580474, + ], + [ + -80.02233824001034, + 39.24816688160425, + ], + [ + -79.89527837267033, + 39.29957201077211, + ], + [ + -79.80949501590688, + 39.230548404731664, + ], + ], + ], + "type": "Polygon", + }, + "id": "54001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29107 { + "geometry": { + "coordinates": [ + [ + [ + -93.49642699691384, + 38.9428515689709, + ], + [ + -93.49714484927169, + 38.92840226934065, + ], + [ + -93.83453545746268, + 38.93790980106762, + ], + [ + -93.8363300883573, + 38.90879634233305, + ], + [ + -94.11413895084647, + 38.91728329155826, + ], + [ + -94.10480687019438, + 39.14347660287054, + ], + [ + -93.8241265982738, + 39.2148636631256, + ], + [ + -93.75844310753024, + 39.20696757745404, + ], + [ + -93.65040632767334, + 39.24822059647276, + ], + [ + -93.4878127686196, + 39.228883243807736, + ], + [ + -93.47740390943073, + 39.29275022247083, + ], + [ + -93.49642699691384, + 38.9428515689709, + ], + ], + ], + "type": "Polygon", + }, + "id": "29107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54093 { + "geometry": { + "coordinates": [ + [ + [ + -79.35760695663832, + 38.96460609071906, + ], + [ + -79.50871487796641, + 38.975295349553335, + ], + [ + -79.78544696191881, + 39.0374971672925, + ], + [ + -79.82492884160072, + 39.115867160454364, + ], + [ + -79.80949501590688, + 39.230548404731664, + ], + [ + -79.68674226271399, + 39.27142541967079, + ], + [ + -79.4868203810519, + 39.19493544690691, + ], + [ + -79.29264131825262, + 39.19192741427013, + ], + [ + -79.35509447338585, + 39.08659255711426, + ], + [ + -79.29874306329437, + 39.07359355893388, + ], + [ + -79.35760695663832, + 38.96460609071906, + ], + ], + ], + "type": "Polygon", + }, + "id": "54093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39025 { + "geometry": { + "coordinates": [ + [ + [ + -84.05272030317681, + 38.77128627893732, + ], + [ + -84.23038876174546, + 38.827418316534406, + ], + [ + -84.23182446646118, + 38.8747411156952, + ], + [ + -84.31940245411926, + 39.02154385134385, + ], + [ + -84.25946178223852, + 39.27072712638011, + ], + [ + -84.00677775227422, + 39.255042384774036, + ], + [ + -83.98990822186467, + 39.254075517140784, + ], + [ + -84.05272030317681, + 38.77128627893732, + ], + ], + ], + "type": "Polygon", + }, + "id": "39025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51043 { + "geometry": { + "coordinates": [ + [ + [ + -77.8282225082322, + 39.13225019535112, + ], + [ + -77.96210197297182, + 39.0136477656723, + ], + [ + -78.00409633590623, + 38.97948510929743, + ], + [ + -78.15197392162398, + 39.03626172531668, + ], + [ + -78.03316935639928, + 39.26449620163249, + ], + [ + -77.8282225082322, + 39.13225019535112, + ], + ], + ], + "type": "Polygon", + }, + "id": "51043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17083 { + "geometry": { + "coordinates": [ + [ + [ + -90.14800467370786, + 39.26197160281234, + ], + [ + -90.14585111663429, + 39.00005790393827, + ], + [ + -90.27362883633215, + 38.99935961064759, + ], + [ + -90.27614131958464, + 38.92346050143736, + ], + [ + -90.45201514725866, + 38.96739926388178, + ], + [ + -90.56615367215731, + 38.98727376523195, + ], + [ + -90.60348199476567, + 39.11758603624681, + ], + [ + -90.58051071931438, + 39.1848907664948, + ], + [ + -90.31382856837193, + 39.174308937397555, + ], + [ + -90.31418749455085, + 39.22506948814325, + ], + [ + -90.14800467370786, + 39.26197160281234, + ], + ], + ], + "type": "Polygon", + }, + "id": "17083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 24035 { + "geometry": { + "coordinates": [ + [ + [ + [ + -76.27873819380619, + 38.98254685680272, + ], + [ + -76.37564826211637, + 38.85159000736569, + ], + [ + -76.31104154990959, + 39.03572457663154, + ], + [ + -76.27873819380619, + 38.98254685680272, + ], + ], + ], + [ + [ + [ + -75.75614167728911, + 39.24601828686369, + ], + [ + -75.74788637517379, + 39.14315431365946, + ], + [ + -75.83510543665295, + 39.10850822346795, + ], + [ + -75.9492439615516, + 38.91830387406002, + ], + [ + -76.11147859442642, + 38.924695943413184, + ], + [ + -76.196544098832, + 38.881025755311335, + ], + [ + -76.20300477005269, + 38.969601573490856, + ], + [ + -76.14342302435088, + 39.08777428422157, + ], + [ + -75.98549550562319, + 39.24574971252112, + ], + [ + -75.75614167728911, + 39.24601828686369, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "24035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18153 { + "geometry": { + "coordinates": [ + [ + [ + -87.2403436982237, + 39.25901728504407, + ], + [ + -87.24106155058155, + 39.171784338577396, + ], + [ + -87.24106155058155, + 38.9078294746998, + ], + [ + -87.5228186010389, + 38.90251170271692, + ], + [ + -87.62906075000117, + 39.15738875381565, + ], + [ + -87.60429484365524, + 39.25944700399218, + ], + [ + -87.2403436982237, + 39.25901728504407, + ], + ], + ], + "type": "Polygon", + }, + "id": "18153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08051 { + "geometry": { + "coordinates": [ + [ + [ + -107.39476649730855, + 39.25627782674985, + ], + [ + -107.28242260330454, + 39.11871404848561, + ], + [ + -107.0670668959486, + 39.118821478222635, + ], + [ + -106.99599951252114, + 39.03411313057612, + ], + [ + -106.80182044972186, + 38.97830338219012, + ], + [ + -106.74798152288287, + 39.04136463782551, + ], + [ + -106.59902715862835, + 38.99790930919771, + ], + [ + -106.45868702266806, + 38.91003178430887, + ], + [ + -106.32085936996025, + 38.895797344152676, + ], + [ + -106.40736057908155, + 38.82924462206388, + ], + [ + -106.45222635144738, + 38.69871749157495, + ], + [ + -106.37972326330421, + 38.63844940910229, + ], + [ + -106.35459843077935, + 38.533383126288996, + ], + [ + -106.24692057710138, + 38.42278421201875, + ], + [ + -107.00066555284718, + 38.42557738518147, + ], + [ + -107.0010244790261, + 38.1470657919366, + ], + [ + -107.56884569408794, + 38.147173221673626, + ], + [ + -107.63488811101043, + 38.30181832812531, + ], + [ + -107.49993186773403, + 38.30187204299382, + ], + [ + -107.50100864627082, + 38.668529735470116, + ], + [ + -107.50100864627082, + 39.21792541063089, + ], + [ + -107.39476649730855, + 39.25627782674985, + ], + ], + ], + "type": "Polygon", + }, + "id": "08051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39015 { + "geometry": { + "coordinates": [ + [ + [ + -83.6729764058725, + 39.02036212423654, + ], + [ + -83.70527976197589, + 38.63748254146904, + ], + [ + -83.90412486510121, + 38.76800967195797, + ], + [ + -84.05272030317681, + 38.77128627893732, + ], + [ + -83.98990822186467, + 39.254075517140784, + ], + [ + -83.86571976395606, + 39.247307443708024, + ], + [ + -83.87218043517674, + 39.021221562132766, + ], + [ + -83.6729764058725, + 39.02036212423654, + ], + ], + ], + "type": "Polygon", + }, + "id": "39015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29019 { + "geometry": { + "coordinates": [ + [ + [ + -92.31448308970865, + 39.2464480058118, + ], + [ + -92.10487020121552, + 39.23978736211607, + ], + [ + -92.11061302007835, + 39.06419345694394, + ], + [ + -92.15332523537062, + 38.94414072581524, + ], + [ + -92.14183959764496, + 38.808295823343435, + ], + [ + -92.2208033570088, + 38.64317631753153, + ], + [ + -92.36222027150588, + 38.68297903510037, + ], + [ + -92.3948825537882, + 38.739111072697455, + ], + [ + -92.49861221949797, + 38.92201019998748, + ], + [ + -92.55783503902086, + 38.970890730335185, + ], + [ + -92.430057319323, + 39.24881146002642, + ], + [ + -92.31448308970865, + 39.2464480058118, + ], + ], + ], + "type": "Polygon", + }, + "id": "29019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 32510 { + "geometry": { + "coordinates": [ + [ + [ + -119.55087832519368, + 39.08578683408655, + ], + [ + -119.76120906604466, + 39.11398714005638, + ], + [ + -120.0034842368201, + 39.112697983212044, + ], + [ + -120.00420208917794, + 39.16560712869829, + ], + [ + -119.88109040980613, + 39.16544598409275, + ], + [ + -119.71275403188957, + 39.25085262502995, + ], + [ + -119.56236396291933, + 39.19531145098651, + ], + [ + -119.55087832519368, + 39.08578683408655, + ], + ], + ], + "type": "Polygon", + }, + "id": "32510", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54031 { + "geometry": { + "coordinates": [ + [ + [ + -78.50802869111914, + 39.08863372211779, + ], + [ + -78.5439213090118, + 39.05661966048347, + ], + [ + -78.71728265343333, + 38.904284293377884, + ], + [ + -78.78619647978722, + 38.88720296519044, + ], + [ + -78.86910842711926, + 38.76296047431765, + ], + [ + -78.99365581120678, + 38.849978561310266, + ], + [ + -79.05718574487679, + 38.76183246207886, + ], + [ + -79.13399594716708, + 38.813452450720774, + ], + [ + -79.04570010715113, + 38.92850969907768, + ], + [ + -79.08948910098017, + 39.03830289032021, + ], + [ + -78.97965769022865, + 39.23774619711254, + ], + [ + -78.89961715232802, + 39.19923263638803, + ], + [ + -78.50802869111914, + 39.08863372211779, + ], + ], + ], + "type": "Polygon", + }, + "id": "54031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 24003 { + "geometry": { + "coordinates": [ + [ + [ + -76.52890974051802, + 38.71327422094224, + ], + [ + -76.68611940688785, + 38.748242600344824, + ], + [ + -76.67176235973079, + 38.88682696111084, + ], + [ + -76.70621927290775, + 38.99135609523901, + ], + [ + -76.84045766382629, + 39.10313673661656, + ], + [ + -76.69796397079243, + 39.21368193601829, + ], + [ + -76.61864128524965, + 39.23742390790146, + ], + [ + -76.58346651971486, + 39.20745101127066, + ], + [ + -76.5773647746731, + 39.205624705741194, + ], + [ + -76.53321685466513, + 39.207612155876205, + ], + [ + -76.4248211486293, + 39.08970801948807, + ], + [ + -76.52316692165519, + 39.074184422487534, + ], + [ + -76.39431242342054, + 39.01176774527431, + ], + [ + -76.5368061164544, + 38.858841514615065, + ], + [ + -76.52890974051802, + 38.71327422094224, + ], + ], + ], + "type": "Polygon", + }, + "id": "24003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29095 { + "geometry": { + "coordinates": [ + [ + [ + -94.21248472387235, + 39.20702129232255, + ], + [ + -94.10480687019438, + 39.14347660287054, + ], + [ + -94.11413895084647, + 38.91728329155826, + ], + [ + -94.11916391735144, + 38.8331658074654, + ], + [ + -94.60802137304944, + 38.84713167327902, + ], + [ + -94.6076624468705, + 39.04410409611972, + ], + [ + -94.6076624468705, + 39.11344999137124, + ], + [ + -94.46157949204739, + 39.12032549454102, + ], + [ + -94.30472875185649, + 39.231354127759374, + ], + [ + -94.21248472387235, + 39.20702129232255, + ], + ], + ], + "type": "Polygon", + }, + "id": "29095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29113 { + "geometry": { + "coordinates": [ + [ + [ + -90.72192763381145, + 39.224102620509996, + ], + [ + -90.66557622371997, + 38.93409604540312, + ], + [ + -90.83032333984727, + 38.877856578069014, + ], + [ + -90.95845998572405, + 38.8708736451622, + ], + [ + -91.11136253794677, + 38.872807380428696, + ], + [ + -91.26426509016949, + 38.99275268182037, + ], + [ + -91.2603169022013, + 39.139823991811596, + ], + [ + -91.18530133080564, + 39.13923312825794, + ], + [ + -91.18278884755316, + 39.22721808288381, + ], + [ + -90.72192763381145, + 39.224102620509996, + ], + ], + ], + "type": "Polygon", + }, + "id": "29113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20061 { + "geometry": { + "coordinates": [ + [ + [ + -96.50099804070817, + 39.043674377171605, + ], + [ + -96.50207481924495, + 38.86969191805489, + ], + [ + -96.89007401866458, + 38.87006792213449, + ], + [ + -96.9632949591656, + 38.96498209479866, + ], + [ + -96.9632949591656, + 39.13225019535112, + ], + [ + -96.96185925444989, + 39.22002029050293, + ], + [ + -96.84915643426694, + 39.21905342286968, + ], + [ + -96.85095106516158, + 39.08836514777522, + ], + [ + -96.50099804070817, + 39.07278783590617, + ], + [ + -96.50099804070817, + 39.043674377171605, + ], + ], + ], + "type": "Polygon", + }, + "id": "20061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08029 { + "geometry": { + "coordinates": [ + [ + [ + -107.50100864627082, + 39.21792541063089, + ], + [ + -107.50100864627082, + 38.668529735470116, + ], + [ + -108.37858315374629, + 38.668100016522004, + ], + [ + -108.37894207992521, + 38.82919090719537, + ], + [ + -108.14025617093904, + 38.90868891259602, + ], + [ + -107.98232865221135, + 39.059842552594304, + ], + [ + -107.86244730844987, + 39.078857616048246, + ], + [ + -107.76553724013971, + 39.04329837309201, + ], + [ + -107.50100864627082, + 39.21792541063089, + ], + ], + ], + "type": "Polygon", + }, + "id": "08029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20105 { + "geometry": { + "coordinates": [ + [ + [ + -97.93024208519378, + 39.21910713773819, + ], + [ + -97.92844745429915, + 38.95832145110292, + ], + [ + -97.92880638047808, + 38.87103478976774, + ], + [ + -98.48478303163533, + 38.87076621542517, + ], + [ + -98.49016692431924, + 39.13262619943072, + ], + [ + -98.49016692431924, + 39.219698001291846, + ], + [ + -97.93024208519378, + 39.21910713773819, + ], + ], + ], + "type": "Polygon", + }, + "id": "20105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20177 { + "geometry": { + "coordinates": [ + [ + [ + -95.58932554623468, + 39.216260249706956, + ], + [ + -95.59793977452892, + 39.06575118813085, + ], + [ + -95.5003118538609, + 39.056673375351984, + ], + [ + -95.50102970621874, + 38.86979934779192, + ], + [ + -95.94645709426662, + 38.86996049239746, + ], + [ + -95.94681602044555, + 39.0986784025299, + ], + [ + -96.04229038404002, + 39.12924216271434, + ], + [ + -96.03582971281934, + 39.216528824049526, + ], + [ + -95.58932554623468, + 39.216260249706956, + ], + ], + ], + "type": "Polygon", + }, + "id": "20177", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17051 { + "geometry": { + "coordinates": [ + [ + [ + -89.14013996328204, + 39.21792541063089, + ], + [ + -88.80562076452247, + 39.216260249706956, + ], + [ + -88.80669754305926, + 38.91164323036429, + ], + [ + -88.69363579669738, + 38.914651263001076, + ], + [ + -88.6950715014131, + 38.82629030429561, + ], + [ + -89.13798640620848, + 38.82333598652734, + ], + [ + -89.1383453323874, + 38.73626418466621, + ], + [ + -89.25427848818069, + 38.74201167559721, + ], + [ + -89.2503303002125, + 39.028150780171075, + ], + [ + -89.2503303002125, + 39.21749569168278, + ], + [ + -89.14013996328204, + 39.21792541063089, + ], + ], + ], + "type": "Polygon", + }, + "id": "17051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17049 { + "geometry": { + "coordinates": [ + [ + [ + -88.47074263958399, + 39.21497109286262, + ], + [ + -88.36055230265353, + 39.171086045286714, + ], + [ + -88.3616290811903, + 38.91078379246807, + ], + [ + -88.69363579669738, + 38.914651263001076, + ], + [ + -88.80669754305926, + 38.91164323036429, + ], + [ + -88.80562076452247, + 39.216260249706956, + ], + [ + -88.47074263958399, + 39.21497109286262, + ], + ], + ], + "type": "Polygon", + }, + "id": "17049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20197 { + "geometry": { + "coordinates": [ + [ + [ + -96.04229038404002, + 39.12924216271434, + ], + [ + -95.94681602044555, + 39.0986784025299, + ], + [ + -95.94645709426662, + 38.86996049239746, + ], + [ + -95.94573924190877, + 38.739111072697455, + ], + [ + -96.3527615288115, + 38.73900364296043, + ], + [ + -96.39044877759879, + 38.825538296136415, + ], + [ + -96.50207481924495, + 38.86969191805489, + ], + [ + -96.50099804070817, + 39.043674377171605, + ], + [ + -96.39080770377771, + 39.04324465822349, + ], + [ + -96.38901307288309, + 39.172697491342134, + ], + [ + -96.24328904423889, + 39.208740168115, + ], + [ + -96.08464367315335, + 39.19370000493109, + ], + [ + -96.04229038404002, + 39.12924216271434, + ], + ], + ], + "type": "Polygon", + }, + "id": "20197", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39079 { + "geometry": { + "coordinates": [ + [ + [ + -82.43539894093368, + 39.035026283340855, + ], + [ + -82.45513988077464, + 38.84455335959036, + ], + [ + -82.57573907689397, + 38.84444592985333, + ], + [ + -82.65003679593177, + 38.849011693677014, + ], + [ + -82.76058605904116, + 38.85486661434504, + ], + [ + -82.8072464623016, + 38.94800819634824, + ], + [ + -82.78571089156601, + 39.1687225910721, + ], + [ + -82.76273961611471, + 39.207880730218776, + ], + [ + -82.53625719721205, + 39.18075472161923, + ], + [ + -82.42463115556588, + 39.13778282680806, + ], + [ + -82.43539894093368, + 39.035026283340855, + ], + ], + ], + "type": "Polygon", + }, + "id": "39079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39105 { + "geometry": { + "coordinates": [ + [ + [ + -81.90849531026947, + 38.8785548713597, + ], + [ + -81.90131678669094, + 38.93688921856585, + ], + [ + -82.00217504296931, + 39.02831192477662, + ], + [ + -82.09872618510056, + 38.962027777030386, + ], + [ + -82.09549584949022, + 39.00274364736397, + ], + [ + -82.32269612075073, + 39.02766734635445, + ], + [ + -82.30654444269904, + 39.20546356113565, + ], + [ + -82.26849826773282, + 39.2037446853432, + ], + [ + -81.75666953658353, + 39.18037871753963, + ], + [ + -81.7480553082893, + 39.096905811868936, + ], + [ + -81.7832300738241, + 38.924051364991016, + ], + [ + -81.90849531026947, + 38.8785548713597, + ], + ], + ], + "type": "Polygon", + }, + "id": "39105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20209 { + "geometry": { + "coordinates": [ + [ + [ + -94.77456312007136, + 39.19891034717695, + ], + [ + -94.60156070182876, + 39.15959106342473, + ], + [ + -94.6076624468705, + 39.11344999137124, + ], + [ + -94.6076624468705, + 39.04410409611972, + ], + [ + -94.87254996691831, + 39.059036829566594, + ], + [ + -94.9088015109899, + 38.99140981010753, + ], + [ + -94.89982835651674, + 39.20288524744698, + ], + [ + -94.77456312007136, + 39.19891034717695, + ], + ], + ], + "type": "Polygon", + }, + "id": "20209", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39131 { + "geometry": { + "coordinates": [ + [ + [ + -82.8072464623016, + 38.94800819634824, + ], + [ + -83.21211519213078, + 38.96009404176388, + ], + [ + -83.27097908547474, + 39.015796360412864, + ], + [ + -83.38547653655232, + 39.05516935903359, + ], + [ + -83.35353210662785, + 39.1975674754641, + ], + [ + -82.78571089156601, + 39.1687225910721, + ], + [ + -82.8072464623016, + 38.94800819634824, + ], + ], + ], + "type": "Polygon", + }, + "id": "39131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18079 { + "geometry": { + "coordinates": [ + [ + [ + -85.44499495123299, + 38.91298610207714, + ], + [ + -85.68368086021916, + 38.81538618598728, + ], + [ + -85.79530690186532, + 38.807490100315725, + ], + [ + -85.79889616365459, + 39.068275786951, + ], + [ + -85.79997294219136, + 39.12886615863474, + ], + [ + -85.6869111958295, + 39.130638749295706, + ], + [ + -85.56415844263661, + 39.133807926538026, + ], + [ + -85.43996998472801, + 39.19558002532908, + ], + [ + -85.44499495123299, + 38.91298610207714, + ], + ], + ], + "type": "Polygon", + }, + "id": "18079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54105 { + "geometry": { + "coordinates": [ + [ + [ + -81.16228778428113, + 39.030675378991226, + ], + [ + -81.27786201389549, + 38.915027267080674, + ], + [ + -81.50254980190353, + 38.91776672537488, + ], + [ + -81.58115463508844, + 39.026270759773084, + ], + [ + -81.42573959961324, + 39.134882223908306, + ], + [ + -81.29760295373644, + 39.18548163004846, + ], + [ + -81.24914791958136, + 39.03465027926126, + ], + [ + -81.16228778428113, + 39.030675378991226, + ], + ], + ], + "type": "Polygon", + }, + "id": "54105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17033 { + "geometry": { + "coordinates": [ + [ + [ + -87.62906075000117, + 39.15738875381565, + ], + [ + -87.5228186010389, + 38.90251170271692, + ], + [ + -87.53107390315422, + 38.852503160130425, + ], + [ + -87.90794639102712, + 38.850085991047294, + ], + [ + -87.94599256599334, + 38.850085991047294, + ], + [ + -87.95029968014046, + 39.17489980095121, + ], + [ + -87.62906075000117, + 39.15738875381565, + ], + ], + ], + "type": "Polygon", + }, + "id": "17033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17079 { + "geometry": { + "coordinates": [ + [ + [ + -87.95029968014046, + 39.17489980095121, + ], + [ + -87.94599256599334, + 38.850085991047294, + ], + [ + -88.25861726783837, + 38.84745396249011, + ], + [ + -88.3616290811903, + 38.851966011445285, + ], + [ + -88.3616290811903, + 38.91078379246807, + ], + [ + -88.36055230265353, + 39.171086045286714, + ], + [ + -88.00772786876871, + 39.17393293331796, + ], + [ + -87.95029968014046, + 39.17489980095121, + ], + ], + ], + "type": "Polygon", + }, + "id": "17079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18055 { + "geometry": { + "coordinates": [ + [ + [ + -87.05441993753973, + 39.168078012649936, + ], + [ + -86.68293134235073, + 39.16571455843532, + ], + [ + -86.68221348999288, + 38.99237667774077, + ], + [ + -86.68293134235073, + 38.904714012326, + ], + [ + -86.90438879474843, + 38.904176863640856, + ], + [ + -87.09892678372663, + 38.9039620041668, + ], + [ + -87.24106155058155, + 38.9078294746998, + ], + [ + -87.24106155058155, + 39.171784338577396, + ], + [ + -87.05441993753973, + 39.168078012649936, + ], + ], + ], + "type": "Polygon", + }, + "id": "18055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54041 { + "geometry": { + "coordinates": [ + [ + [ + -80.29978817632058, + 39.10399617451278, + ], + [ + -80.31737555908798, + 38.95869745518252, + ], + [ + -80.3866483116208, + 38.87490226030074, + ], + [ + -80.39275005666256, + 38.7273475164929, + ], + [ + -80.45699784269041, + 38.73932593217151, + ], + [ + -80.52052777636042, + 38.8601306714594, + ], + [ + -80.60559328076602, + 38.90423057850937, + ], + [ + -80.71650147005433, + 39.00843742342644, + ], + [ + -80.72798710777998, + 39.09572408476163, + ], + [ + -80.595902273935, + 39.1671648598852, + ], + [ + -80.29978817632058, + 39.10399617451278, + ], + ], + ], + "type": "Polygon", + }, + "id": "54041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 32023 { + "geometry": { + "coordinates": [ + [ + [ + -116.6008640605962, + 39.16147108382272, + ], + [ + -115.90705975673113, + 39.161847087902316, + ], + [ + -115.00077115494153, + 38.6773389739064, + ], + [ + -115.00077115494153, + 38.05107732190215, + ], + [ + -115.89377948811085, + 38.05054017321701, + ], + [ + -115.89700982372119, + 36.84206306138995, + ], + [ + -115.89377948811085, + 36.00088822046135, + ], + [ + -117.16581386622661, + 36.97108617556049, + ], + [ + -117.16545494004768, + 38.00171335773782, + ], + [ + -117.69092286599619, + 38.47381333710701, + ], + [ + -118.19593199974588, + 38.91867987813962, + ], + [ + -118.19664985210373, + 38.99989675933273, + ], + [ + -117.86500206277557, + 39.07364727380239, + ], + [ + -117.77562944422286, + 39.09341434541553, + ], + [ + -117.33199668706962, + 39.16340481908922, + ], + [ + -116.6008640605962, + 39.16147108382272, + ], + ], + ], + "type": "Polygon", + }, + "id": "32023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29139 { + "geometry": { + "coordinates": [ + [ + [ + -91.4089123402769, + 39.14250973523729, + ], + [ + -91.2603169022013, + 39.139823991811596, + ], + [ + -91.26426509016949, + 38.99275268182037, + ], + [ + -91.26498294252734, + 38.84380135143116, + ], + [ + -91.41609086385543, + 38.84530536774955, + ], + [ + -91.41860334710792, + 38.709782754488835, + ], + [ + -91.54638106680578, + 38.67610353193058, + ], + [ + -91.64041972568454, + 38.70376668921527, + ], + [ + -91.64759824926307, + 38.70339068513567, + ], + [ + -91.63395905446386, + 39.05898311469808, + ], + [ + -91.62965194031675, + 39.14782750722017, + ], + [ + -91.4089123402769, + 39.14250973523729, + ], + ], + ], + "type": "Polygon", + }, + "id": "29139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21015 { + "geometry": { + "coordinates": [ + [ + [ + -84.62341292767006, + 39.074345567093076, + ], + [ + -84.61551655173368, + 38.80227975806987, + ], + [ + -84.66002339792057, + 38.77730234421088, + ], + [ + -84.7953385673759, + 38.857391213165194, + ], + [ + -84.87071306495046, + 38.9009002566615, + ], + [ + -84.877891588529, + 39.0309439533338, + ], + [ + -84.82010447372183, + 39.10544647596266, + ], + [ + -84.74401212378939, + 39.14745150314057, + ], + [ + -84.62341292767006, + 39.074345567093076, + ], + ], + ], + "type": "Polygon", + }, + "id": "21015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 24011 { + "geometry": { + "coordinates": [ + [ + [ + -75.72276154264894, + 38.82870747337874, + ], + [ + -75.70732771695509, + 38.635387661597, + ], + [ + -75.761525569973, + 38.68518134470944, + ], + [ + -75.93775832382595, + 38.67701668469532, + ], + [ + -75.99734006952777, + 38.75366780206474, + ], + [ + -75.93273335732098, + 38.7958339738482, + ], + [ + -75.9492439615516, + 38.91830387406002, + ], + [ + -75.83510543665295, + 39.10850822346795, + ], + [ + -75.74788637517379, + 39.14315431365946, + ], + [ + -75.72276154264894, + 38.82870747337874, + ], + ], + ], + "type": "Polygon", + }, + "id": "24011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20109 { + "geometry": { + "coordinates": [ + [ + [ + -100.81206037579523, + 39.1333244927214, + ], + [ + -100.8185210470159, + 38.699791788945234, + ], + [ + -101.12827433942954, + 38.70054379710443, + ], + [ + -101.4843291089247, + 38.70016779302483, + ], + [ + -101.47822736388295, + 39.13477479417128, + ], + [ + -101.39172615476164, + 39.13509708338236, + ], + [ + -100.81206037579523, + 39.1333244927214, + ], + ], + ], + "type": "Polygon", + }, + "id": "20109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20199 { + "geometry": { + "coordinates": [ + [ + [ + -101.47822736388295, + 39.13477479417128, + ], + [ + -101.4843291089247, + 38.70016779302483, + ], + [ + -101.56724105625673, + 38.69963064433969, + ], + [ + -102.04533072658693, + 38.69753576446765, + ], + [ + -102.04640750512371, + 39.04695098415095, + ], + [ + -102.04712535748156, + 39.133109633247344, + ], + [ + -101.47822736388295, + 39.13477479417128, + ], + ], + ], + "type": "Polygon", + }, + "id": "20199", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20051 { + "geometry": { + "coordinates": [ + [ + [ + -99.0475792801922, + 39.1329484886418, + ], + [ + -99.03752934718226, + 39.13305591837883, + ], + [ + -99.04255431368723, + 38.696783756308456, + ], + [ + -99.58525069622421, + 38.6965688968344, + ], + [ + -99.59817203866557, + 38.696515181965886, + ], + [ + -99.59171136744489, + 39.13241133995666, + ], + [ + -99.0475792801922, + 39.1329484886418, + ], + ], + ], + "type": "Polygon", + }, + "id": "20051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20063 { + "geometry": { + "coordinates": [ + [ + [ + -100.72125205252681, + 39.1333244927214, + ], + [ + -100.16419862283277, + 39.131927906140035, + ], + [ + -100.14804694478107, + 39.13214276561409, + ], + [ + -100.1537897636439, + 38.697320904993596, + ], + [ + -100.2471105701648, + 38.6981266280213, + ], + [ + -100.68787191788664, + 38.699952933550776, + ], + [ + -100.8185210470159, + 38.699791788945234, + ], + [ + -100.81206037579523, + 39.1333244927214, + ], + [ + -100.72125205252681, + 39.1333244927214, + ], + ], + ], + "type": "Polygon", + }, + "id": "20063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20041 { + "geometry": { + "coordinates": [ + [ + [ + -96.9632949591656, + 39.13225019535112, + ], + [ + -96.9632949591656, + 38.96498209479866, + ], + [ + -96.89007401866458, + 38.87006792213449, + ], + [ + -96.92740234127294, + 38.812109579007924, + ], + [ + -96.93027375070436, + 38.60933595036773, + ], + [ + -97.37175295078404, + 38.60933595036773, + ], + [ + -97.37175295078404, + 38.957784302417785, + ], + [ + -97.37139402460511, + 39.13187419127152, + ], + [ + -96.9632949591656, + 39.13225019535112, + ], + ], + ], + "type": "Polygon", + }, + "id": "20041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20167 { + "geometry": { + "coordinates": [ + [ + [ + -98.49016692431924, + 39.13262619943072, + ], + [ + -98.48478303163533, + 38.87076621542517, + ], + [ + -98.48621873635105, + 38.696891186045484, + ], + [ + -99.03286330685621, + 38.69673004143994, + ], + [ + -99.04255431368723, + 38.696783756308456, + ], + [ + -99.03752934718226, + 39.13305591837883, + ], + [ + -98.49016692431924, + 39.13262619943072, + ], + ], + ], + "type": "Polygon", + }, + "id": "20167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20195 { + "geometry": { + "coordinates": [ + [ + [ + -99.6053505622441, + 39.13241133995666, + ], + [ + -99.59171136744489, + 39.13241133995666, + ], + [ + -99.59817203866557, + 38.696515181965886, + ], + [ + -100.1537897636439, + 38.697320904993596, + ], + [ + -100.14804694478107, + 39.13214276561409, + ], + [ + -99.6053505622441, + 39.13241133995666, + ], + ], + ], + "type": "Polygon", + }, + "id": "20195", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 24033 { + "geometry": { + "coordinates": [ + [ + [ + -76.84045766382629, + 39.10313673661656, + ], + [ + -76.70621927290775, + 38.99135609523901, + ], + [ + -76.67176235973079, + 38.88682696111084, + ], + [ + -76.68611940688785, + 38.748242600344824, + ], + [ + -76.69724611843458, + 38.66466226493711, + ], + [ + -76.69975860168707, + 38.54240722419934, + ], + [ + -76.74785470966323, + 38.617661754987395, + ], + [ + -76.96536397409272, + 38.66111708361518, + ], + [ + -77.04791699524584, + 38.616157738669, + ], + [ + -77.07699001573889, + 38.69006939774421, + ], + [ + -77.0163314915003, + 38.80926269097668, + ], + [ + -76.90937149018018, + 38.89278931151589, + ], + [ + -77.00233337052217, + 38.96584153269488, + ], + [ + -76.88855377180244, + 39.13096103850679, + ], + [ + -76.84045766382629, + 39.10313673661656, + ], + ], + ], + "type": "Polygon", + }, + "id": "24033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08119 { + "geometry": { + "coordinates": [ + [ + [ + -105.03339116615064, + 39.129833026267995, + ], + [ + -105.0287251258246, + 38.86888619502718, + ], + [ + -105.07215519347471, + 38.7993254403016, + ], + [ + -104.93899358109294, + 38.79680084148144, + ], + [ + -104.94258284288222, + 38.64983696122725, + ], + [ + -105.24049157139127, + 38.64758093674967, + ], + [ + -105.32914633758614, + 38.69721347525657, + ], + [ + -105.33058204230184, + 39.12967188166245, + ], + [ + -105.3287874114072, + 39.12967188166245, + ], + [ + -105.03339116615064, + 39.129833026267995, + ], + ], + ], + "type": "Polygon", + }, + "id": "08119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08041 { + "geometry": { + "coordinates": [ + [ + [ + -104.66297934949841, + 39.129564451925425, + ], + [ + -104.05136914060753, + 39.128221580212575, + ], + [ + -104.05567625475466, + 38.86877876529015, + ], + [ + -104.05388162386002, + 38.52237157824363, + ], + [ + -104.94150606434543, + 38.51957840508091, + ], + [ + -104.94258284288222, + 38.64983696122725, + ], + [ + -104.93899358109294, + 38.79680084148144, + ], + [ + -105.07215519347471, + 38.7993254403016, + ], + [ + -105.0287251258246, + 38.86888619502718, + ], + [ + -105.03339116615064, + 39.129833026267995, + ], + [ + -104.66297934949841, + 39.129564451925425, + ], + ], + ], + "type": "Polygon", + }, + "id": "08041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21037 { + "geometry": { + "coordinates": [ + [ + [ + -84.31940245411926, + 39.02154385134385, + ], + [ + -84.23182446646118, + 38.8747411156952, + ], + [ + -84.4199017842187, + 38.80598608399734, + ], + [ + -84.45938366390062, + 38.854383180528416, + ], + [ + -84.45076943560638, + 38.99339726024254, + ], + [ + -84.50604406716107, + 39.09497207660243, + ], + [ + -84.31940245411926, + 39.02154385134385, + ], + ], + ], + "type": "Polygon", + }, + "id": "21037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54083 { + "geometry": { + "coordinates": [ + [ + [ + -79.35760695663832, + 38.96460609071906, + ], + [ + -79.34971058070194, + 38.95762315781224, + ], + [ + -79.45523487730635, + 38.92996000052755, + ], + [ + -79.53850575081732, + 38.84090074853141, + ], + [ + -79.5097916565032, + 38.78074009579578, + ], + [ + -79.62644266465433, + 38.66433997572602, + ], + [ + -79.77575595508779, + 38.739916795725165, + ], + [ + -79.86297501656693, + 38.55121646263562, + ], + [ + -80.02915783740994, + 38.45931032260824, + ], + [ + -80.11673582506803, + 38.47408191144958, + ], + [ + -80.24523139712375, + 38.38851412590684, + ], + [ + -80.18385502052729, + 38.52478874732675, + ], + [ + -80.27968831030068, + 38.69495745077898, + ], + [ + -80.12606790572012, + 38.74593286099873, + ], + [ + -80.08479139514357, + 38.947256188189044, + ], + [ + -79.89563729884925, + 38.97352275889237, + ], + [ + -79.82492884160072, + 39.115867160454364, + ], + [ + -79.78544696191881, + 39.0374971672925, + ], + [ + -79.50871487796641, + 38.975295349553335, + ], + [ + -79.35760695663832, + 38.96460609071906, + ], + ], + ], + "type": "Polygon", + }, + "id": "54083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 32005 { + "geometry": { + "coordinates": [ + [ + [ + -119.55087832519368, + 39.08578683408655, + ], + [ + -119.31183349002859, + 39.08353080960896, + ], + [ + -119.31111563767074, + 38.990711516816845, + ], + [ + -119.4213059746012, + 38.95466884004398, + ], + [ + -119.40623107508628, + 38.73336358176646, + ], + [ + -119.3498796649948, + 38.736049325192155, + ], + [ + -119.33013872515384, + 38.53590772510915, + ], + [ + -119.58102812422352, + 38.70989018422586, + ], + [ + -119.90442061143636, + 38.93329032237541, + ], + [ + -120.00097175356761, + 38.99989675933273, + ], + [ + -120.00240745828332, + 39.06747006392329, + ], + [ + -120.0034842368201, + 39.112697983212044, + ], + [ + -119.76120906604466, + 39.11398714005638, + ], + [ + -119.55087832519368, + 39.08578683408655, + ], + ], + ], + "type": "Polygon", + }, + "id": "32005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54097 { + "geometry": { + "coordinates": [ + [ + [ + -80.22692616199848, + 39.112859127817586, + ], + [ + -80.0567951531873, + 39.037013733475874, + ], + [ + -80.08479139514357, + 38.947256188189044, + ], + [ + -80.12606790572012, + 38.74593286099873, + ], + [ + -80.27968831030068, + 38.69495745077898, + ], + [ + -80.39275005666256, + 38.7273475164929, + ], + [ + -80.3866483116208, + 38.87490226030074, + ], + [ + -80.31737555908798, + 38.95869745518252, + ], + [ + -80.29978817632058, + 39.10399617451278, + ], + [ + -80.22692616199848, + 39.112859127817586, + ], + ], + ], + "type": "Polygon", + }, + "id": "54097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54021 { + "geometry": { + "coordinates": [ + [ + [ + -80.72798710777998, + 39.09572408476163, + ], + [ + -80.71650147005433, + 39.00843742342644, + ], + [ + -80.60559328076602, + 38.90423057850937, + ], + [ + -80.70178549671834, + 38.878930875439295, + ], + [ + -80.98461932571247, + 38.71800112937147, + ], + [ + -81.05640456149779, + 38.79282594121142, + ], + [ + -81.00256563465881, + 38.84621852051429, + ], + [ + -81.03343328604649, + 39.00961915053375, + ], + [ + -80.81269368600665, + 39.10942137623269, + ], + [ + -80.72798710777998, + 39.09572408476163, + ], + ], + ], + "type": "Polygon", + }, + "id": "54021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51171 { + "geometry": { + "coordinates": [ + [ + [ + -78.31456748067771, + 39.007792845004275, + ], + [ + -78.30056935969958, + 38.94349614739307, + ], + [ + -78.38671164264196, + 38.83015777482862, + ], + [ + -78.54894627551676, + 38.73862763888083, + ], + [ + -78.64190815585874, + 38.60471647167553, + ], + [ + -78.86910842711926, + 38.76296047431765, + ], + [ + -78.78619647978722, + 38.88720296519044, + ], + [ + -78.71728265343333, + 38.904284293377884, + ], + [ + -78.5439213090118, + 39.05661966048347, + ], + [ + -78.45454869045908, + 39.02772106122296, + ], + [ + -78.33394949433975, + 39.09894697687247, + ], + [ + -78.31456748067771, + 39.007792845004275, + ], + ], + ], + "type": "Polygon", + }, + "id": "51171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21117 { + "geometry": { + "coordinates": [ + [ + [ + -84.50604406716107, + 39.09497207660243, + ], + [ + -84.45076943560638, + 38.99339726024254, + ], + [ + -84.45938366390062, + 38.854383180528416, + ], + [ + -84.4199017842187, + 38.80598608399734, + ], + [ + -84.53045104732809, + 38.79218136278925, + ], + [ + -84.61551655173368, + 38.80227975806987, + ], + [ + -84.62341292767006, + 39.074345567093076, + ], + [ + -84.50604406716107, + 39.09497207660243, + ], + ], + ], + "type": "Polygon", + }, + "id": "21117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54035 { + "geometry": { + "coordinates": [ + [ + [ + -81.58115463508844, + 39.026270759773084, + ], + [ + -81.50254980190353, + 38.91776672537488, + ], + [ + -81.54633879573257, + 38.67245092087163, + ], + [ + -81.52193181556555, + 38.61277370195262, + ], + [ + -81.63248107867494, + 38.55454678448349, + ], + [ + -81.69636993852387, + 38.626524708292195, + ], + [ + -81.77282121463523, + 38.68093787009684, + ], + [ + -81.90849531026947, + 38.8785548713597, + ], + [ + -81.7832300738241, + 38.924051364991016, + ], + [ + -81.7480553082893, + 39.096905811868936, + ], + [ + -81.58115463508844, + 39.026270759773084, + ], + ], + ], + "type": "Polygon", + }, + "id": "54035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 32021 { + "geometry": { + "coordinates": [ + [ + [ + -117.86500206277557, + 39.07364727380239, + ], + [ + -118.19664985210373, + 38.99989675933273, + ], + [ + -118.19593199974588, + 38.91867987813962, + ], + [ + -117.69092286599619, + 38.47381333710701, + ], + [ + -118.35134703522108, + 37.89363904228773, + ], + [ + -118.42815723751137, + 37.896217355976404, + ], + [ + -119.15713630691124, + 38.41467326687314, + ], + [ + -118.90696476019941, + 38.41461955200462, + ], + [ + -118.90229871987337, + 38.85212715605083, + ], + [ + -119.01464261387738, + 38.8512677181546, + ], + [ + -119.01500154005632, + 38.94333500278753, + ], + [ + -118.92993603565071, + 39.07343241432834, + ], + [ + -118.75370328179777, + 39.074614141435646, + ], + [ + -117.86500206277557, + 39.07364727380239, + ], + ], + ], + "type": "Polygon", + }, + "id": "32021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18071 { + "geometry": { + "coordinates": [ + [ + [ + -85.79889616365459, + 39.068275786951, + ], + [ + -85.79530690186532, + 38.807490100315725, + ], + [ + -85.88862770838622, + 38.73438416426823, + ], + [ + -85.9841020719807, + 38.76806338682648, + ], + [ + -86.27519120309015, + 38.76376619734536, + ], + [ + -86.28093402195297, + 38.99103380602793, + ], + [ + -86.31754449220348, + 38.99087266142239, + ], + [ + -86.31826234456133, + 39.04877728968043, + ], + [ + -86.08029428793301, + 39.05028130599882, + ], + [ + -85.86099039260888, + 39.04082748914037, + ], + [ + -85.79889616365459, + 39.068275786951, + ], + ], + ], + "type": "Polygon", + }, + "id": "18071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20045 { + "geometry": { + "coordinates": [ + [ + [ + -95.18732822583692, + 39.04410409611972, + ], + [ + -95.18589252112122, + 38.964552375850545, + ], + [ + -95.05632017052872, + 38.98211713785461, + ], + [ + -95.05632017052872, + 38.738573924012314, + ], + [ + -95.50102970621874, + 38.73878878348637, + ], + [ + -95.50102970621874, + 38.86979934779192, + ], + [ + -95.5003118538609, + 39.056673375351984, + ], + [ + -95.18732822583692, + 39.04410409611972, + ], + ], + ], + "type": "Polygon", + }, + "id": "20045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06017 { + "geometry": { + "coordinates": [ + [ + [ + -120.00240745828332, + 39.06747006392329, + ], + [ + -120.00097175356761, + 38.99989675933273, + ], + [ + -119.90442061143636, + 38.93329032237541, + ], + [ + -119.88037255744828, + 38.86475015015161, + ], + [ + -120.07275698935292, + 38.702746106713505, + ], + [ + -120.31718571720191, + 38.54353523643813, + ], + [ + -120.62837471433126, + 38.50314165531563, + ], + [ + -120.76117740053408, + 38.55481535882606, + ], + [ + -121.02498814204512, + 38.50862057190406, + ], + [ + -121.11687324385032, + 38.71553024541983, + ], + [ + -121.14451055962766, + 38.71193134922939, + ], + [ + -121.05334331018031, + 38.90004081876528, + ], + [ + -120.7679969979337, + 39.00929686132267, + ], + [ + -120.57166437806086, + 38.914114114315936, + ], + [ + -120.41732612112243, + 39.02691533819525, + ], + [ + -120.23965766255378, + 39.023477586610355, + ], + [ + -120.14202974188575, + 39.06800721260843, + ], + [ + -120.00240745828332, + 39.06747006392329, + ], + ], + ], + "type": "Polygon", + }, + "id": "06017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29027 { + "geometry": { + "coordinates": [ + [ + [ + -92.11061302007835, + 39.06419345694394, + ], + [ + -91.63395905446386, + 39.05898311469808, + ], + [ + -91.64759824926307, + 38.70339068513567, + ], + [ + -91.86295395661901, + 38.667294293494294, + ], + [ + -91.94801946102461, + 38.594564361526395, + ], + [ + -92.0560562408815, + 38.55825311041095, + ], + [ + -92.2208033570088, + 38.64317631753153, + ], + [ + -92.14183959764496, + 38.808295823343435, + ], + [ + -92.15332523537062, + 38.94414072581524, + ], + [ + -92.11061302007835, + 39.06419345694394, + ], + ], + ], + "type": "Polygon", + }, + "id": "29027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29053 { + "geometry": { + "coordinates": [ + [ + [ + -92.55783503902086, + 38.970890730335185, + ], + [ + -92.49861221949797, + 38.92201019998748, + ], + [ + -92.61705785854375, + 38.6800247173321, + ], + [ + -92.84030994183607, + 38.68394590273362, + ], + [ + -93.05997276333913, + 38.693077430380995, + ], + [ + -93.05028175650811, + 38.92824112473511, + ], + [ + -92.93470752689376, + 39.064515746155024, + ], + [ + -92.84174564655177, + 38.979807398508505, + ], + [ + -92.55783503902086, + 38.970890730335185, + ], + ], + ], + "type": "Polygon", + }, + "id": "29053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51059 { + "geometry": { + "coordinates": [ + [ + [ + -77.11970223103116, + 38.934257190008665, + ], + [ + -77.17210545315443, + 38.89332646020103, + ], + [ + -77.14985203006098, + 38.875600553591426, + ], + [ + -77.11072907655799, + 38.84342534735156, + ], + [ + -77.05114733085618, + 38.78976419370612, + ], + [ + -77.0432509549198, + 38.71912914161027, + ], + [ + -77.15774840599737, + 38.64027571463177, + ], + [ + -77.2420960580451, + 38.66933545849783, + ], + [ + -77.53569767240705, + 38.84723910301605, + ], + [ + -77.32608478391393, + 39.05694194969455, + ], + [ + -77.11970223103116, + 38.934257190008665, + ], + ], + ], + "type": "Polygon", + }, + "id": "51059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08015 { + "geometry": { + "coordinates": [ + [ + [ + -106.19092809318883, + 39.05608251179833, + ], + [ + -106.11268218618284, + 38.941347552652516, + ], + [ + -106.02797560795617, + 38.9428515689709, + ], + [ + -105.90665855947898, + 38.80689923676207, + ], + [ + -105.96982956697006, + 38.69356086419762, + ], + [ + -105.8865586934591, + 38.62099207683526, + ], + [ + -105.90917104273147, + 38.505612539267275, + ], + [ + -106.0107471513677, + 38.44647246903341, + ], + [ + -106.24692057710138, + 38.42278421201875, + ], + [ + -106.35459843077935, + 38.533383126288996, + ], + [ + -106.37972326330421, + 38.63844940910229, + ], + [ + -106.45222635144738, + 38.69871749157495, + ], + [ + -106.40736057908155, + 38.82924462206388, + ], + [ + -106.32085936996025, + 38.895797344152676, + ], + [ + -106.45868702266806, + 38.91003178430887, + ], + [ + -106.59902715862835, + 38.99790930919771, + ], + [ + -106.5782094402506, + 39.057855102459285, + ], + [ + -106.19092809318883, + 39.05608251179833, + ], + ], + ], + "type": "Polygon", + }, + "id": "08015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20091 { + "geometry": { + "coordinates": [ + [ + [ + -94.6076624468705, + 39.04410409611972, + ], + [ + -94.60802137304944, + 38.84713167327902, + ], + [ + -94.60909815158621, + 38.73809049019569, + ], + [ + -95.05632017052872, + 38.738573924012314, + ], + [ + -95.05632017052872, + 38.98211713785461, + ], + [ + -94.9088015109899, + 38.99140981010753, + ], + [ + -94.87254996691831, + 39.059036829566594, + ], + [ + -94.6076624468705, + 39.04410409611972, + ], + ], + ], + "type": "Polygon", + }, + "id": "20091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39001 { + "geometry": { + "coordinates": [ + [ + [ + -83.27097908547474, + 39.015796360412864, + ], + [ + -83.26738982368548, + 38.61841376314659, + ], + [ + -83.51468996096588, + 38.700060363287804, + ], + [ + -83.64498016391623, + 38.63651567383579, + ], + [ + -83.70527976197589, + 38.63748254146904, + ], + [ + -83.6729764058725, + 39.02036212423654, + ], + [ + -83.38547653655232, + 39.05516935903359, + ], + [ + -83.27097908547474, + 39.015796360412864, + ], + ], + ], + "type": "Polygon", + }, + "id": "39001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49041 { + "geometry": { + "coordinates": [ + [ + [ + -111.29952439785073, + 39.03217939530961, + ], + [ + -111.30598506907141, + 38.51017830309096, + ], + [ + -111.76684628281312, + 38.50190621333981, + ], + [ + -112.51843770148537, + 38.509856013879876, + ], + [ + -112.51520736587503, + 38.57232640596161, + ], + [ + -112.44772924423683, + 38.6811527295709, + ], + [ + -112.30990159152903, + 38.67621096166761, + ], + [ + -112.21873434208167, + 38.72766980570398, + ], + [ + -112.22483608712344, + 38.865126154231206, + ], + [ + -112.01450534627246, + 39.045232108358505, + ], + [ + -111.85406534429228, + 39.03293140346881, + ], + [ + -111.29952439785073, + 39.03217939530961, + ], + ], + ], + "type": "Polygon", + }, + "id": "49041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08017 { + "geometry": { + "coordinates": [ + [ + [ + -102.04640750512371, + 39.04695098415095, + ], + [ + -102.04533072658693, + 38.69753576446765, + ], + [ + -102.044971800408, + 38.615137156167236, + ], + [ + -103.17343570695314, + 38.61239769787302, + ], + [ + -103.16302684776427, + 39.03760459702953, + ], + [ + -102.04640750512371, + 39.04695098415095, + ], + ], + ], + "type": "Polygon", + }, + "id": "08017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54013 { + "geometry": { + "coordinates": [ + [ + [ + -81.03343328604649, + 39.00961915053375, + ], + [ + -81.00256563465881, + 38.84621852051429, + ], + [ + -81.05640456149779, + 38.79282594121142, + ], + [ + -80.98461932571247, + 38.71800112937147, + ], + [ + -81.03163865515185, + 38.66793887191646, + ], + [ + -81.08368295109621, + 38.61202169379342, + ], + [ + -81.15869852249186, + 38.64457290411289, + ], + [ + -81.16910738168073, + 38.72949611123346, + ], + [ + -81.27786201389549, + 38.915027267080674, + ], + [ + -81.16228778428113, + 39.030675378991226, + ], + [ + -81.03343328604649, + 39.00961915053375, + ], + ], + ], + "type": "Polygon", + }, + "id": "54013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51187 { + "geometry": { + "coordinates": [ + [ + [ + -78.00409633590623, + 38.97948510929743, + ], + [ + -78.13043835088838, + 38.864857579888636, + ], + [ + -78.19540398927408, + 38.780578951190236, + ], + [ + -78.2847766078268, + 38.75920043352168, + ], + [ + -78.38671164264196, + 38.83015777482862, + ], + [ + -78.30056935969958, + 38.94349614739307, + ], + [ + -78.31456748067771, + 39.007792845004275, + ], + [ + -78.15197392162398, + 39.03626172531668, + ], + [ + -78.00409633590623, + 38.97948510929743, + ], + ], + ], + "type": "Polygon", + }, + "id": "51187", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39053 { + "geometry": { + "coordinates": [ + [ + [ + -82.09872618510056, + 38.962027777030386, + ], + [ + -82.1439508836453, + 38.83783900102611, + ], + [ + -82.21932538121989, + 38.78831389225624, + ], + [ + -82.17481853503298, + 38.60455532706999, + ], + [ + -82.21501826707276, + 38.59166375862664, + ], + [ + -82.28716242903701, + 38.582747090453324, + ], + [ + -82.36181907425373, + 38.58516425953645, + ], + [ + -82.3546405506752, + 38.67599610219355, + ], + [ + -82.47236833736312, + 38.68249560128374, + ], + [ + -82.48349504890984, + 38.77219943170205, + ], + [ + -82.58255867429358, + 38.77907493487184, + ], + [ + -82.57573907689397, + 38.84444592985333, + ], + [ + -82.45513988077464, + 38.84455335959036, + ], + [ + -82.43539894093368, + 39.035026283340855, + ], + [ + -82.32269612075073, + 39.02766734635445, + ], + [ + -82.09549584949022, + 39.00274364736397, + ], + [ + -82.09872618510056, + 38.962027777030386, + ], + ], + ], + "type": "Polygon", + }, + "id": "39053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18115 { + "geometry": { + "coordinates": [ + [ + [ + -84.87071306495046, + 38.9009002566615, + ], + [ + -85.14026662532433, + 38.903209996007604, + ], + [ + -85.1359595111772, + 38.92958399644796, + ], + [ + -85.13272917556687, + 38.94800819634824, + ], + [ + -84.877891588529, + 39.0309439533338, + ], + [ + -84.87071306495046, + 38.9009002566615, + ], + ], + ], + "type": "Polygon", + }, + "id": "18115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54053 { + "geometry": { + "coordinates": [ + [ + [ + -81.90849531026947, + 38.8785548713597, + ], + [ + -81.77282121463523, + 38.68093787009684, + ], + [ + -81.95551463970885, + 38.65741075768772, + ], + [ + -82.0642692719236, + 38.60804679352339, + ], + [ + -82.05493719127152, + 38.4745653452662, + ], + [ + -82.21501826707276, + 38.59166375862664, + ], + [ + -82.17481853503298, + 38.60455532706999, + ], + [ + -82.21932538121989, + 38.78831389225624, + ], + [ + -82.1439508836453, + 38.83783900102611, + ], + [ + -82.09872618510056, + 38.962027777030386, + ], + [ + -82.00217504296931, + 39.02831192477662, + ], + [ + -81.90131678669094, + 38.93688921856585, + ], + [ + -81.90849531026947, + 38.8785548713597, + ], + ], + ], + "type": "Polygon", + }, + "id": "54053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17005 { + "geometry": { + "coordinates": [ + [ + [ + -89.2503303002125, + 39.028150780171075, + ], + [ + -89.25427848818069, + 38.74201167559721, + ], + [ + -89.59741191523449, + 38.743247117573034, + ], + [ + -89.64012413052676, + 38.99914475117353, + ], + [ + -89.58592627750885, + 39.0282582099081, + ], + [ + -89.2503303002125, + 39.028150780171075, + ], + ], + ], + "type": "Polygon", + }, + "id": "17005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39145 { + "geometry": { + "coordinates": [ + [ + [ + -82.8072464623016, + 38.94800819634824, + ], + [ + -82.76058605904116, + 38.85486661434504, + ], + [ + -82.65003679593177, + 38.849011693677014, + ], + [ + -82.74048619302127, + 38.59714267521506, + ], + [ + -82.81586069059584, + 38.570768674774705, + ], + [ + -82.88800485256009, + 38.754151235881366, + ], + [ + -83.03085747177286, + 38.72552121096342, + ], + [ + -83.15648163439717, + 38.618574907752134, + ], + [ + -83.26738982368548, + 38.61841376314659, + ], + [ + -83.27097908547474, + 39.015796360412864, + ], + [ + -83.21211519213078, + 38.96009404176388, + ], + [ + -82.8072464623016, + 38.94800819634824, + ], + ], + ], + "type": "Polygon", + }, + "id": "39145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51061 { + "geometry": { + "coordinates": [ + [ + [ + -77.6552200899896, + 38.942636709496846, + ], + [ + -77.71551968804926, + 38.832198939832146, + ], + [ + -77.53139055825993, + 38.556319375144454, + ], + [ + -77.63476129779079, + 38.409731498969855, + ], + [ + -77.73526062789023, + 38.41284696134366, + ], + [ + -77.93554143573125, + 38.69587060354372, + ], + [ + -78.13043835088838, + 38.864857579888636, + ], + [ + -78.00409633590623, + 38.97948510929743, + ], + [ + -77.96210197297182, + 39.0136477656723, + ], + [ + -77.6552200899896, + 38.942636709496846, + ], + ], + ], + "type": "Polygon", + }, + "id": "51061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17119 { + "geometry": { + "coordinates": [ + [ + [ + -90.14585111663429, + 39.00005790393827, + ], + [ + -89.69898802387071, + 38.99898360656799, + ], + [ + -89.64012413052676, + 38.99914475117353, + ], + [ + -89.59741191523449, + 38.743247117573034, + ], + [ + -89.59525835816093, + 38.655906741369336, + ], + [ + -89.7068843998071, + 38.65515473321014, + ], + [ + -90.18138480834803, + 38.66057993493004, + ], + [ + -90.16630990883311, + 38.77257543578165, + ], + [ + -90.11785487467802, + 38.80571750965477, + ], + [ + -90.11570131760446, + 38.8520197263138, + ], + [ + -90.27614131958464, + 38.92346050143736, + ], + [ + -90.27362883633215, + 38.99935961064759, + ], + [ + -90.14585111663429, + 39.00005790393827, + ], + ], + ], + "type": "Polygon", + }, + "id": "17119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29219 { + "geometry": { + "coordinates": [ + [ + [ + -90.95845998572405, + 38.8708736451622, + ], + [ + -90.96456173076581, + 38.547563851576676, + ], + [ + -91.07188065826485, + 38.60971195444733, + ], + [ + -91.22801354609791, + 38.628404728690185, + ], + [ + -91.36907153441605, + 38.699254640260094, + ], + [ + -91.41860334710792, + 38.709782754488835, + ], + [ + -91.41609086385543, + 38.84530536774955, + ], + [ + -91.26498294252734, + 38.84380135143116, + ], + [ + -91.26426509016949, + 38.99275268182037, + ], + [ + -91.11136253794677, + 38.872807380428696, + ], + [ + -90.95845998572405, + 38.8708736451622, + ], + ], + ], + "type": "Polygon", + }, + "id": "29219", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 11001 { + "geometry": { + "coordinates": [ + [ + [ + -77.0163314915003, + 38.80926269097668, + ], + [ + -77.09637202940092, + 38.90750718548872, + ], + [ + -77.11970223103116, + 38.934257190008665, + ], + [ + -77.00233337052217, + 38.96584153269488, + ], + [ + -76.90937149018018, + 38.89278931151589, + ], + [ + -77.0163314915003, + 38.80926269097668, + ], + ], + ], + "type": "Polygon", + }, + "id": "11001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18093 { + "geometry": { + "coordinates": [ + [ + [ + -86.31754449220348, + 38.99087266142239, + ], + [ + -86.28093402195297, + 38.99103380602793, + ], + [ + -86.27519120309015, + 38.76376619734536, + ], + [ + -86.30857133773031, + 38.68802823274068, + ], + [ + -86.68293134235073, + 38.686524216422285, + ], + [ + -86.68293134235073, + 38.904714012326, + ], + [ + -86.68221348999288, + 38.99237667774077, + ], + [ + -86.31754449220348, + 38.99087266142239, + ], + ], + ], + "type": "Polygon", + }, + "id": "18093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29183 { + "geometry": { + "coordinates": [ + [ + [ + -90.27614131958464, + 38.92346050143736, + ], + [ + -90.11570131760446, + 38.8520197263138, + ], + [ + -90.11785487467802, + 38.80571750965477, + ], + [ + -90.29516440706774, + 38.887793828744094, + ], + [ + -90.44088843571194, + 38.828492613904686, + ], + [ + -90.53385031605391, + 38.692271707353285, + ], + [ + -90.73233649300032, + 38.63946999160406, + ], + [ + -90.9171834751475, + 38.53477971287035, + ], + [ + -90.96456173076581, + 38.547563851576676, + ], + [ + -90.95845998572405, + 38.8708736451622, + ], + [ + -90.83032333984727, + 38.877856578069014, + ], + [ + -90.66557622371997, + 38.93409604540312, + ], + [ + -90.54820736321098, + 38.87248509121761, + ], + [ + -90.45201514725866, + 38.96739926388178, + ], + [ + -90.27614131958464, + 38.92346050143736, + ], + ], + ], + "type": "Polygon", + }, + "id": "29183", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 10005 { + "geometry": { + "coordinates": [ + [ + [ + -75.31394462485157, + 38.9505327951684, + ], + [ + -75.18796153604835, + 38.80362262978272, + ], + [ + -75.09105146773817, + 38.80077574175148, + ], + [ + -75.096794286601, + 38.62233494854811, + ], + [ + -75.04941603098268, + 38.45119937746263, + ], + [ + -75.06987482318151, + 38.45119937746263, + ], + [ + -75.08566757505427, + 38.45119937746263, + ], + [ + -75.34122301445, + 38.45189767075331, + ], + [ + -75.69368852215588, + 38.46011604563595, + ], + [ + -75.70158489809226, + 38.5607239943626, + ], + [ + -75.70732771695509, + 38.635387661597, + ], + [ + -75.72276154264894, + 38.82870747337874, + ], + [ + -75.55442516473238, + 38.83595898062812, + ], + [ + -75.48622919073632, + 38.90315628113909, + ], + [ + -75.31394462485157, + 38.9505327951684, + ], + ], + ], + "type": "Polygon", + }, + "id": "10005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20169 { + "geometry": { + "coordinates": [ + [ + [ + -97.37175295078404, + 38.957784302417785, + ], + [ + -97.37175295078404, + 38.60933595036773, + ], + [ + -97.92485819250989, + 38.60987309905287, + ], + [ + -97.92880638047808, + 38.87103478976774, + ], + [ + -97.92844745429915, + 38.95832145110292, + ], + [ + -97.37175295078404, + 38.957784302417785, + ], + ], + ], + "type": "Polygon", + }, + "id": "20169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54071 { + "geometry": { + "coordinates": [ + [ + [ + -79.13399594716708, + 38.813452450720774, + ], + [ + -79.05718574487679, + 38.76183246207886, + ], + [ + -79.22444534425657, + 38.477841952245555, + ], + [ + -79.31561259370392, + 38.412148668052986, + ], + [ + -79.47677044804195, + 38.4572154427362, + ], + [ + -79.53635219374377, + 38.549766161185744, + ], + [ + -79.647619309211, + 38.59101918020447, + ], + [ + -79.62644266465433, + 38.66433997572602, + ], + [ + -79.5097916565032, + 38.78074009579578, + ], + [ + -79.53850575081732, + 38.84090074853141, + ], + [ + -79.45523487730635, + 38.92996000052755, + ], + [ + -79.34971058070194, + 38.95762315781224, + ], + [ + -79.13399594716708, + 38.813452450720774, + ], + ], + ], + "type": "Polygon", + }, + "id": "54071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29159 { + "geometry": { + "coordinates": [ + [ + [ + -93.05028175650811, + 38.92824112473511, + ], + [ + -93.05997276333913, + 38.693077430380995, + ], + [ + -93.06715128691766, + 38.53010651930964, + ], + [ + -93.29040337020999, + 38.53537057642401, + ], + [ + -93.29183907492569, + 38.50631083255796, + ], + [ + -93.51257867496554, + 38.51243432756854, + ], + [ + -93.51114297024984, + 38.556211945407426, + ], + [ + -93.49714484927169, + 38.92840226934065, + ], + [ + -93.49642699691384, + 38.9428515689709, + ], + [ + -93.05028175650811, + 38.92824112473511, + ], + ], + ], + "type": "Polygon", + }, + "id": "29159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 24041 { + "geometry": { + "coordinates": [ + [ + [ + -75.9492439615516, + 38.91830387406002, + ], + [ + -75.93273335732098, + 38.7958339738482, + ], + [ + -76.01528637847409, + 38.725037777146795, + ], + [ + -75.95534570659335, + 38.67492180482327, + ], + [ + -76.02533631148404, + 38.57925562399991, + ], + [ + -76.16962463541252, + 38.68555734878903, + ], + [ + -76.34190920129727, + 38.74861860442442, + ], + [ + -76.26474007282806, + 38.85067685460095, + ], + [ + -76.17285497102286, + 38.75211007087783, + ], + [ + -76.19726195118986, + 38.84578880156618, + ], + [ + -76.11147859442642, + 38.924695943413184, + ], + [ + -75.9492439615516, + 38.91830387406002, + ], + ], + ], + "type": "Polygon", + }, + "id": "24041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51153 { + "geometry": { + "coordinates": [ + [ + [ + -77.53569767240705, + 38.84723910301605, + ], + [ + -77.2420960580451, + 38.66933545849783, + ], + [ + -77.30024209903122, + 38.50475310137105, + ], + [ + -77.44883753710681, + 38.58124307413493, + ], + [ + -77.53139055825993, + 38.556319375144454, + ], + [ + -77.71551968804926, + 38.832198939832146, + ], + [ + -77.6552200899896, + 38.942636709496846, + ], + [ + -77.53569767240705, + 38.84723910301605, + ], + ], + ], + "type": "Polygon", + }, + "id": "51153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54087 { + "geometry": { + "coordinates": [ + [ + [ + -81.27786201389549, + 38.915027267080674, + ], + [ + -81.16910738168073, + 38.72949611123346, + ], + [ + -81.15869852249186, + 38.64457290411289, + ], + [ + -81.08368295109621, + 38.61202169379342, + ], + [ + -81.19387328802667, + 38.527743065095024, + ], + [ + -81.46486255311623, + 38.549927305791286, + ], + [ + -81.52193181556555, + 38.61277370195262, + ], + [ + -81.54633879573257, + 38.67245092087163, + ], + [ + -81.50254980190353, + 38.91776672537488, + ], + [ + -81.27786201389549, + 38.915027267080674, + ], + ], + ], + "type": "Polygon", + }, + "id": "54087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29101 { + "geometry": { + "coordinates": [ + [ + [ + -93.49714484927169, + 38.92840226934065, + ], + [ + -93.51114297024984, + 38.556211945407426, + ], + [ + -94.06424821197568, + 38.56738463805833, + ], + [ + -94.11916391735144, + 38.56872750977118, + ], + [ + -94.11916391735144, + 38.8331658074654, + ], + [ + -94.11413895084647, + 38.91728329155826, + ], + [ + -93.8363300883573, + 38.90879634233305, + ], + [ + -93.83453545746268, + 38.93790980106762, + ], + [ + -93.49714484927169, + 38.92840226934065, + ], + ], + ], + "type": "Polygon", + }, + "id": "29101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51013 { + "geometry": { + "coordinates": [ + [ + [ + -77.04791699524584, + 38.84127675261101, + ], + [ + -77.11072907655799, + 38.84342534735156, + ], + [ + -77.14985203006098, + 38.875600553591426, + ], + [ + -77.17210545315443, + 38.89332646020103, + ], + [ + -77.11970223103116, + 38.934257190008665, + ], + [ + -77.09637202940092, + 38.90750718548872, + ], + [ + -77.04791699524584, + 38.84127675261101, + ], + ], + ], + "type": "Polygon", + }, + "id": "51013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06003 { + "geometry": { + "coordinates": [ + [ + [ + -119.58102812422352, + 38.70989018422586, + ], + [ + -119.62086893008437, + 38.61255884247856, + ], + [ + -119.5429819492573, + 38.498790750966, + ], + [ + -119.63917416520962, + 38.3267957419843, + ], + [ + -119.75331269010827, + 38.416768146745184, + ], + [ + -119.8792957789115, + 38.35966924151485, + ], + [ + -120.01999484105072, + 38.437609515728596, + ], + [ + -120.07275698935292, + 38.509963443616904, + ], + [ + -120.07275698935292, + 38.702746106713505, + ], + [ + -119.88037255744828, + 38.86475015015161, + ], + [ + -119.90442061143636, + 38.93329032237541, + ], + [ + -119.58102812422352, + 38.70989018422586, + ], + ], + ], + "type": "Polygon", + }, + "id": "06003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18155 { + "geometry": { + "coordinates": [ + [ + [ + -84.87071306495046, + 38.9009002566615, + ], + [ + -84.7953385673759, + 38.857391213165194, + ], + [ + -84.81615628575364, + 38.78396298790661, + ], + [ + -85.02361561717319, + 38.76151017286777, + ], + [ + -85.20164300192077, + 38.69125112485152, + ], + [ + -85.20307870663648, + 38.91379182510485, + ], + [ + -85.1359595111772, + 38.92958399644796, + ], + [ + -85.14026662532433, + 38.903209996007604, + ], + [ + -84.87071306495046, + 38.9009002566615, + ], + ], + ], + "type": "Polygon", + }, + "id": "18155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29135 { + "geometry": { + "coordinates": [ + [ + [ + -92.3948825537882, + 38.739111072697455, + ], + [ + -92.49538188388763, + 38.427779694790544, + ], + [ + -92.62531316065905, + 38.43078772742733, + ], + [ + -92.84174564655177, + 38.59676667113546, + ], + [ + -92.84030994183607, + 38.68394590273362, + ], + [ + -92.61705785854375, + 38.6800247173321, + ], + [ + -92.49861221949797, + 38.92201019998748, + ], + [ + -92.3948825537882, + 38.739111072697455, + ], + ], + ], + "type": "Polygon", + }, + "id": "29135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06113 { + "geometry": { + "coordinates": [ + [ + [ + -121.83544345406132, + 38.92453479880764, + ], + [ + -121.72561204330978, + 38.85266430473597, + ], + [ + -121.69259083484855, + 38.7673650935358, + ], + [ + -121.60321821629583, + 38.73540474676999, + ], + [ + -121.63085553207317, + 38.67835955640817, + ], + [ + -121.51133311449063, + 38.600365567325895, + ], + [ + -121.55332747742503, + 38.5126491870426, + ], + [ + -121.50487244326995, + 38.46956986249441, + ], + [ + -121.52138304750056, + 38.362193840335, + ], + [ + -121.5989111021487, + 38.31342073972433, + ], + [ + -121.6947443919221, + 38.31578419393894, + ], + [ + -121.6947443919221, + 38.52570190009149, + ], + [ + -121.9391731197711, + 38.533383126288996, + ], + [ + -122.10356130971947, + 38.51350862493882, + ], + [ + -122.10356130971947, + 38.513293765464766, + ], + [ + -122.10356130971947, + 38.51350862493882, + ], + [ + -122.28804936568773, + 38.83993388089816, + ], + [ + -122.39500936700784, + 38.86426671633498, + ], + [ + -122.34009366163207, + 38.92426622446507, + ], + [ + -121.83544345406132, + 38.92453479880764, + ], + ], + ], + "type": "Polygon", + }, + "id": "06113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18077 { + "geometry": { + "coordinates": [ + [ + [ + -85.20307870663648, + 38.91379182510485, + ], + [ + -85.20164300192077, + 38.69125112485152, + ], + [ + -85.33300998340789, + 38.7362104697977, + ], + [ + -85.45181454863258, + 38.70994389909438, + ], + [ + -85.42812542082343, + 38.58623855690672, + ], + [ + -85.56990126149942, + 38.60616677312541, + ], + [ + -85.57097804003621, + 38.67868184561925, + ], + [ + -85.68332193404022, + 38.736693903614324, + ], + [ + -85.68368086021916, + 38.81538618598728, + ], + [ + -85.44499495123299, + 38.91298610207714, + ], + [ + -85.20307870663648, + 38.91379182510485, + ], + ], + ], + "type": "Polygon", + }, + "id": "18077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17025 { + "geometry": { + "coordinates": [ + [ + [ + -88.3616290811903, + 38.91078379246807, + ], + [ + -88.3616290811903, + 38.851966011445285, + ], + [ + -88.25861726783837, + 38.84745396249011, + ], + [ + -88.29738129516245, + 38.63474308317483, + ], + [ + -88.24964411336522, + 38.59939869969264, + ], + [ + -88.69830183702344, + 38.60627420286244, + ], + [ + -88.6950715014131, + 38.82629030429561, + ], + [ + -88.69363579669738, + 38.914651263001076, + ], + [ + -88.3616290811903, + 38.91078379246807, + ], + ], + ], + "type": "Polygon", + }, + "id": "17025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18083 { + "geometry": { + "coordinates": [ + [ + [ + -87.09892678372663, + 38.9039620041668, + ], + [ + -87.24608651708652, + 38.8066306624195, + ], + [ + -87.2794666517267, + 38.692271707353285, + ], + [ + -87.24213832911833, + 38.54525411223058, + ], + [ + -87.46287792915817, + 38.53279226273534, + ], + [ + -87.56947900429937, + 38.49062609095188, + ], + [ + -87.74391712725767, + 38.41435097766205, + ], + [ + -87.75612061734118, + 38.462962933667185, + ], + [ + -87.64557135423179, + 38.514206918229505, + ], + [ + -87.65167309927355, + 38.56819036108604, + ], + [ + -87.49554021144048, + 38.7408299484899, + ], + [ + -87.53107390315422, + 38.852503160130425, + ], + [ + -87.5228186010389, + 38.90251170271692, + ], + [ + -87.24106155058155, + 38.9078294746998, + ], + [ + -87.09892678372663, + 38.9039620041668, + ], + ], + ], + "type": "Polygon", + }, + "id": "18083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18101 { + "geometry": { + "coordinates": [ + [ + [ + -86.68293134235073, + 38.904714012326, + ], + [ + -86.68293134235073, + 38.686524216422285, + ], + [ + -86.68221348999288, + 38.526292763645145, + ], + [ + -86.92412973458939, + 38.50529025005619, + ], + [ + -86.90438879474843, + 38.904176863640856, + ], + [ + -86.68293134235073, + 38.904714012326, + ], + ], + ], + "type": "Polygon", + }, + "id": "18101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18027 { + "geometry": { + "coordinates": [ + [ + [ + -86.92412973458939, + 38.50529025005619, + ], + [ + -87.07236624648606, + 38.514475492572075, + ], + [ + -87.24213832911833, + 38.54525411223058, + ], + [ + -87.2794666517267, + 38.692271707353285, + ], + [ + -87.24608651708652, + 38.8066306624195, + ], + [ + -87.09892678372663, + 38.9039620041668, + ], + [ + -86.90438879474843, + 38.904176863640856, + ], + [ + -86.92412973458939, + 38.50529025005619, + ], + ], + ], + "type": "Polygon", + }, + "id": "18027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54007 { + "geometry": { + "coordinates": [ + [ + [ + -80.60559328076602, + 38.90423057850937, + ], + [ + -80.52052777636042, + 38.8601306714594, + ], + [ + -80.45699784269041, + 38.73932593217151, + ], + [ + -80.50832428627692, + 38.645647201483165, + ], + [ + -80.65045905313184, + 38.52661505285623, + ], + [ + -80.78541529640823, + 38.55760853198879, + ], + [ + -80.8808896600027, + 38.50711655558567, + ], + [ + -81.03163865515185, + 38.66793887191646, + ], + [ + -80.98461932571247, + 38.71800112937147, + ], + [ + -80.70178549671834, + 38.878930875439295, + ], + [ + -80.60559328076602, + 38.90423057850937, + ], + ], + ], + "type": "Polygon", + }, + "id": "54007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29189 { + "geometry": { + "coordinates": [ + [ + [ + -90.11785487467802, + 38.80571750965477, + ], + [ + -90.16630990883311, + 38.77257543578165, + ], + [ + -90.25173433941764, + 38.718967997004725, + ], + [ + -90.32064816577153, + 38.59413464257828, + ], + [ + -90.25783608445938, + 38.53182539510209, + ], + [ + -90.26645031275362, + 38.52280129719174, + ], + [ + -90.34218373650712, + 38.38701010958845, + ], + [ + -90.4053547439982, + 38.5011004903121, + ], + [ + -90.58912494760861, + 38.501583924128724, + ], + [ + -90.73628468096851, + 38.46666925959465, + ], + [ + -90.73233649300032, + 38.63946999160406, + ], + [ + -90.53385031605391, + 38.692271707353285, + ], + [ + -90.44088843571194, + 38.828492613904686, + ], + [ + -90.29516440706774, + 38.887793828744094, + ], + [ + -90.11785487467802, + 38.80571750965477, + ], + ], + ], + "type": "Polygon", + }, + "id": "29189", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21191 { + "geometry": { + "coordinates": [ + [ + [ + -84.2052639292206, + 38.58231737150521, + ], + [ + -84.45579440211135, + 38.53091224233735, + ], + [ + -84.47625319431016, + 38.542783228278935, + ], + [ + -84.53045104732809, + 38.79218136278925, + ], + [ + -84.4199017842187, + 38.80598608399734, + ], + [ + -84.23182446646118, + 38.8747411156952, + ], + [ + -84.23038876174546, + 38.827418316534406, + ], + [ + -84.2052639292206, + 38.58231737150521, + ], + ], + ], + "type": "Polygon", + }, + "id": "21191", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20127 { + "geometry": { + "coordinates": [ + [ + [ + -96.50207481924495, + 38.86969191805489, + ], + [ + -96.39044877759879, + 38.825538296136415, + ], + [ + -96.3527615288115, + 38.73900364296043, + ], + [ + -96.35383830734828, + 38.521673284952946, + ], + [ + -96.81972448759497, + 38.52247900798066, + ], + [ + -96.92991482452543, + 38.52242529311214, + ], + [ + -96.93027375070436, + 38.60933595036773, + ], + [ + -96.92740234127294, + 38.812109579007924, + ], + [ + -96.89007401866458, + 38.87006792213449, + ], + [ + -96.50207481924495, + 38.86969191805489, + ], + ], + ], + "type": "Polygon", + }, + "id": "20127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20053 { + "geometry": { + "coordinates": [ + [ + [ + -97.92880638047808, + 38.87103478976774, + ], + [ + -97.92485819250989, + 38.60987309905287, + ], + [ + -97.92414034015204, + 38.52274758232323, + ], + [ + -98.48047591748822, + 38.52183442955849, + ], + [ + -98.48621873635105, + 38.696891186045484, + ], + [ + -98.48478303163533, + 38.87076621542517, + ], + [ + -97.92880638047808, + 38.87103478976774, + ], + ], + ], + "type": "Polygon", + }, + "id": "20053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20139 { + "geometry": { + "coordinates": [ + [ + [ + -95.50102970621874, + 38.86979934779192, + ], + [ + -95.50102970621874, + 38.73878878348637, + ], + [ + -95.50820822979728, + 38.43390318980114, + ], + [ + -95.95040528223481, + 38.4341180492752, + ], + [ + -95.94573924190877, + 38.739111072697455, + ], + [ + -95.94645709426662, + 38.86996049239746, + ], + [ + -95.50102970621874, + 38.86979934779192, + ], + ], + ], + "type": "Polygon", + }, + "id": "20139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06055 { + "geometry": { + "coordinates": [ + [ + [ + -122.10356130971947, + 38.51350862493882, + ], + [ + -122.10356130971947, + 38.513293765464766, + ], + [ + -122.12581473281291, + 38.424986521627815, + ], + [ + -122.06515620857432, + 38.31583790880745, + ], + [ + -122.20836775396603, + 38.315999053412995, + ], + [ + -122.21518735136563, + 38.179670717124566, + ], + [ + -122.29271540601377, + 38.15635846418951, + ], + [ + -122.301329634308, + 38.15662703853208, + ], + [ + -122.40577715237563, + 38.155499026293285, + ], + [ + -122.40685393091242, + 38.157916195376416, + ], + [ + -122.3566042658627, + 38.183538187657575, + ], + [ + -122.39500936700784, + 38.30557836892129, + ], + [ + -122.58236883240751, + 38.54933644223763, + ], + [ + -122.62723460477334, + 38.66750915296835, + ], + [ + -122.46428211954067, + 38.70521699066515, + ], + [ + -122.39500936700784, + 38.86426671633498, + ], + [ + -122.28804936568773, + 38.83993388089816, + ], + [ + -122.10356130971947, + 38.51350862493882, + ], + ], + ], + "type": "Polygon", + }, + "id": "06055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51157 { + "geometry": { + "coordinates": [ + [ + [ + -77.93554143573125, + 38.69587060354372, + ], + [ + -78.17566304943313, + 38.52086756192524, + ], + [ + -78.23201445952459, + 38.53252368839277, + ], + [ + -78.33825660848686, + 38.62727671645139, + ], + [ + -78.2847766078268, + 38.75920043352168, + ], + [ + -78.19540398927408, + 38.780578951190236, + ], + [ + -78.13043835088838, + 38.864857579888636, + ], + [ + -77.93554143573125, + 38.69587060354372, + ], + ], + ], + "type": "Polygon", + }, + "id": "51157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21077 { + "geometry": { + "coordinates": [ + [ + [ + -84.66002339792057, + 38.77730234421088, + ], + [ + -84.78564756054487, + 38.72020343898054, + ], + [ + -84.93388407244154, + 38.66165423230032, + ], + [ + -85.02361561717319, + 38.76151017286777, + ], + [ + -84.81615628575364, + 38.78396298790661, + ], + [ + -84.7953385673759, + 38.857391213165194, + ], + [ + -84.66002339792057, + 38.77730234421088, + ], + ], + ], + "type": "Polygon", + }, + "id": "21077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06097 { + "geometry": { + "coordinates": [ + [ + [ + -122.81818333196227, + 38.85030085052135, + ], + [ + -122.62723460477334, + 38.66750915296835, + ], + [ + -122.58236883240751, + 38.54933644223763, + ], + [ + -122.39500936700784, + 38.30557836892129, + ], + [ + -122.3566042658627, + 38.183538187657575, + ], + [ + -122.40685393091242, + 38.157916195376416, + ], + [ + -122.49191943531801, + 38.11209741253401, + ], + [ + -122.54647621451485, + 38.1582384845875, + ], + [ + -122.73993742495628, + 38.207011585198174, + ], + [ + -122.89607031278933, + 38.31288359103919, + ], + [ + -123.0023124617516, + 38.29623198179986, + ], + [ + -123.12901340291268, + 38.44991022061829, + ], + [ + -123.3332423987219, + 38.56550461766034, + ], + [ + -123.533164280384, + 38.76843939090608, + ], + [ + -123.3698528689724, + 38.80571750965477, + ], + [ + -123.13834548356476, + 38.809101546371146, + ], + [ + -123.07948159022081, + 38.852503160130425, + ], + [ + -122.81818333196227, + 38.85030085052135, + ], + ], + ], + "type": "Polygon", + }, + "id": "06097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17101 { + "geometry": { + "coordinates": [ + [ + [ + -87.65167309927355, + 38.56819036108604, + ], + [ + -87.91225350517423, + 38.57007038148403, + ], + [ + -87.90794639102712, + 38.850085991047294, + ], + [ + -87.53107390315422, + 38.852503160130425, + ], + [ + -87.49554021144048, + 38.7408299484899, + ], + [ + -87.65167309927355, + 38.56819036108604, + ], + ], + ], + "type": "Polygon", + }, + "id": "17101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51165 { + "geometry": { + "coordinates": [ + [ + [ + -78.86910842711926, + 38.76296047431765, + ], + [ + -78.64190815585874, + 38.60471647167553, + ], + [ + -78.69143996855061, + 38.51001715848542, + ], + [ + -78.48613419420461, + 38.42149505517442, + ], + [ + -78.6630848004154, + 38.27786149676808, + ], + [ + -78.7492270833578, + 38.20668929598709, + ], + [ + -79.22444534425657, + 38.477841952245555, + ], + [ + -79.05718574487679, + 38.76183246207886, + ], + [ + -78.99365581120678, + 38.849978561310266, + ], + [ + -78.86910842711926, + 38.76296047431765, + ], + ], + ], + "type": "Polygon", + }, + "id": "51165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17159 { + "geometry": { + "coordinates": [ + [ + [ + -87.94599256599334, + 38.850085991047294, + ], + [ + -87.90794639102712, + 38.850085991047294, + ], + [ + -87.91225350517423, + 38.57007038148403, + ], + [ + -87.9549657204665, + 38.57023152608957, + ], + [ + -88.14770907855006, + 38.56910351385078, + ], + [ + -88.24964411336522, + 38.59939869969264, + ], + [ + -88.29738129516245, + 38.63474308317483, + ], + [ + -88.25861726783837, + 38.84745396249011, + ], + [ + -87.94599256599334, + 38.850085991047294, + ], + ], + ], + "type": "Polygon", + }, + "id": "17159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 39087 { + "geometry": { + "coordinates": [ + [ + [ + -82.28716242903701, + 38.582747090453324, + ], + [ + -82.32126041603503, + 38.44974907601276, + ], + [ + -82.50503061964544, + 38.41171894910487, + ], + [ + -82.59583894291386, + 38.421709914648474, + ], + [ + -82.66547062162562, + 38.50577368387282, + ], + [ + -82.81586069059584, + 38.570768674774705, + ], + [ + -82.74048619302127, + 38.59714267521506, + ], + [ + -82.65003679593177, + 38.849011693677014, + ], + [ + -82.57573907689397, + 38.84444592985333, + ], + [ + -82.58255867429358, + 38.77907493487184, + ], + [ + -82.48349504890984, + 38.77219943170205, + ], + [ + -82.47236833736312, + 38.68249560128374, + ], + [ + -82.3546405506752, + 38.67599610219355, + ], + [ + -82.36181907425373, + 38.58516425953645, + ], + [ + -82.28716242903701, + 38.582747090453324, + ], + ], + ], + "type": "Polygon", + }, + "id": "39087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29037 { + "geometry": { + "coordinates": [ + [ + [ + -94.11916391735144, + 38.8331658074654, + ], + [ + -94.11916391735144, + 38.56872750977118, + ], + [ + -94.06424821197568, + 38.56738463805833, + ], + [ + -94.06568391669138, + 38.44700961771854, + ], + [ + -94.6130463395544, + 38.47751966303447, + ], + [ + -94.60909815158621, + 38.73809049019569, + ], + [ + -94.60802137304944, + 38.84713167327902, + ], + [ + -94.11916391735144, + 38.8331658074654, + ], + ], + ], + "type": "Polygon", + }, + "id": "29037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51139 { + "geometry": { + "coordinates": [ + [ + [ + -78.2847766078268, + 38.75920043352168, + ], + [ + -78.33825660848686, + 38.62727671645139, + ], + [ + -78.45275405956444, + 38.475424783162424, + ], + [ + -78.48613419420461, + 38.42149505517442, + ], + [ + -78.69143996855061, + 38.51001715848542, + ], + [ + -78.64190815585874, + 38.60471647167553, + ], + [ + -78.54894627551676, + 38.73862763888083, + ], + [ + -78.38671164264196, + 38.83015777482862, + ], + [ + -78.2847766078268, + 38.75920043352168, + ], + ], + ], + "type": "Polygon", + }, + "id": "51139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18143 { + "geometry": { + "coordinates": [ + [ + [ + -85.68368086021916, + 38.81538618598728, + ], + [ + -85.68332193404022, + 38.736693903614324, + ], + [ + -85.57097804003621, + 38.67868184561925, + ], + [ + -85.56990126149942, + 38.60616677312541, + ], + [ + -85.79351227097068, + 38.60482390141256, + ], + [ + -85.84771012398859, + 38.56126114304774, + ], + [ + -85.88575629895482, + 38.57533443859839, + ], + [ + -85.88862770838622, + 38.73438416426823, + ], + [ + -85.79530690186532, + 38.807490100315725, + ], + [ + -85.68368086021916, + 38.81538618598728, + ], + ], + ], + "type": "Polygon", + }, + "id": "18143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21023 { + "geometry": { + "coordinates": [ + [ + [ + -84.05272030317681, + 38.77128627893732, + ], + [ + -83.90412486510121, + 38.76800967195797, + ], + [ + -83.99170285275929, + 38.593651208761656, + ], + [ + -84.16219278774942, + 38.55400963579835, + ], + [ + -84.2052639292206, + 38.58231737150521, + ], + [ + -84.23038876174546, + 38.827418316534406, + ], + [ + -84.05272030317681, + 38.77128627893732, + ], + ], + ], + "type": "Polygon", + }, + "id": "21023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17121 { + "geometry": { + "coordinates": [ + [ + [ + -88.6950715014131, + 38.82629030429561, + ], + [ + -88.69830183702344, + 38.60627420286244, + ], + [ + -88.69901968938129, + 38.47483391960877, + ], + [ + -89.14444707742916, + 38.47392076684404, + ], + [ + -89.14372922507131, + 38.50308794044712, + ], + [ + -89.1383453323874, + 38.73626418466621, + ], + [ + -89.13798640620848, + 38.82333598652734, + ], + [ + -88.6950715014131, + 38.82629030429561, + ], + ], + ], + "type": "Polygon", + }, + "id": "17121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21081 { + "geometry": { + "coordinates": [ + [ + [ + -84.61551655173368, + 38.80227975806987, + ], + [ + -84.53045104732809, + 38.79218136278925, + ], + [ + -84.47625319431016, + 38.542783228278935, + ], + [ + -84.55737051074757, + 38.492989545166495, + ], + [ + -84.58034178619887, + 38.472792754605244, + ], + [ + -84.77452084899815, + 38.61889719696322, + ], + [ + -84.78564756054487, + 38.72020343898054, + ], + [ + -84.66002339792057, + 38.77730234421088, + ], + [ + -84.61551655173368, + 38.80227975806987, + ], + ], + ], + "type": "Polygon", + }, + "id": "21081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18175 { + "geometry": { + "coordinates": [ + [ + [ + -85.88862770838622, + 38.73438416426823, + ], + [ + -85.88575629895482, + 38.57533443859839, + ], + [ + -85.84771012398859, + 38.56126114304774, + ], + [ + -85.99343415263279, + 38.48847749621132, + ], + [ + -85.99486985734849, + 38.41832587793209, + ], + [ + -86.0329160323147, + 38.41789615898398, + ], + [ + -86.25473241089134, + 38.42267678228172, + ], + [ + -86.30857133773031, + 38.422891641755776, + ], + [ + -86.30857133773031, + 38.68802823274068, + ], + [ + -86.27519120309015, + 38.76376619734536, + ], + [ + -85.9841020719807, + 38.76806338682648, + ], + [ + -85.88862770838622, + 38.73438416426823, + ], + ], + ], + "type": "Polygon", + }, + "id": "18175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29510 { + "geometry": { + "coordinates": [ + [ + [ + -90.25783608445938, + 38.53182539510209, + ], + [ + -90.32064816577153, + 38.59413464257828, + ], + [ + -90.25173433941764, + 38.718967997004725, + ], + [ + -90.16630990883311, + 38.77257543578165, + ], + [ + -90.18138480834803, + 38.66057993493004, + ], + [ + -90.25783608445938, + 38.53182539510209, + ], + ], + ], + "type": "Polygon", + }, + "id": "29510", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 24009 { + "geometry": { + "coordinates": [ + [ + [ + -76.52890974051802, + 38.71327422094224, + ], + [ + -76.51706517661344, + 38.53349055602602, + ], + [ + -76.38175000715812, + 38.38588209734966, + ], + [ + -76.42123188684005, + 38.31938309012938, + ], + [ + -76.63910007744848, + 38.46586353656694, + ], + [ + -76.69724611843458, + 38.66466226493711, + ], + [ + -76.68611940688785, + 38.748242600344824, + ], + [ + -76.52890974051802, + 38.71327422094224, + ], + ], + ], + "type": "Polygon", + }, + "id": "24009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21161 { + "geometry": { + "coordinates": [ + [ + [ + -83.70527976197589, + 38.63748254146904, + ], + [ + -83.64498016391623, + 38.63651567383579, + ], + [ + -83.64210875448481, + 38.525218466274865, + ], + [ + -83.85925909273539, + 38.45651714944552, + ], + [ + -83.93032647616285, + 38.4922375370073, + ], + [ + -83.99170285275929, + 38.593651208761656, + ], + [ + -83.90412486510121, + 38.76800967195797, + ], + [ + -83.70527976197589, + 38.63748254146904, + ], + ], + ], + "type": "Polygon", + }, + "id": "21161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21041 { + "geometry": { + "coordinates": [ + [ + [ + -84.93388407244154, + 38.66165423230032, + ], + [ + -85.07458313458076, + 38.59682038600398, + ], + [ + -85.16862179345952, + 38.585540263616046, + ], + [ + -85.33300998340789, + 38.7362104697977, + ], + [ + -85.20164300192077, + 38.69125112485152, + ], + [ + -85.02361561717319, + 38.76151017286777, + ], + [ + -84.93388407244154, + 38.66165423230032, + ], + ], + ], + "type": "Polygon", + }, + "id": "21041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21089 { + "geometry": { + "coordinates": [ + [ + [ + -82.81586069059584, + 38.570768674774705, + ], + [ + -82.66547062162562, + 38.50577368387282, + ], + [ + -82.81765532149048, + 38.37384996680253, + ], + [ + -82.9705578737132, + 38.393563323547156, + ], + [ + -83.1665315674071, + 38.50394737834334, + ], + [ + -83.02403787437326, + 38.68340875404848, + ], + [ + -83.03085747177286, + 38.72552121096342, + ], + [ + -82.88800485256009, + 38.754151235881366, + ], + [ + -82.81586069059584, + 38.570768674774705, + ], + ], + ], + "type": "Polygon", + }, + "id": "21089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17027 { + "geometry": { + "coordinates": [ + [ + [ + -89.25427848818069, + 38.74201167559721, + ], + [ + -89.1383453323874, + 38.73626418466621, + ], + [ + -89.14372922507131, + 38.50308794044712, + ], + [ + -89.30775848884075, + 38.50883543137811, + ], + [ + -89.48291446415692, + 38.468817854335214, + ], + [ + -89.61535822418082, + 38.47204074644605, + ], + [ + -89.7043719165546, + 38.41843330766912, + ], + [ + -89.7068843998071, + 38.65515473321014, + ], + [ + -89.59525835816093, + 38.655906741369336, + ], + [ + -89.59741191523449, + 38.743247117573034, + ], + [ + -89.25427848818069, + 38.74201167559721, + ], + ], + ], + "type": "Polygon", + }, + "id": "17027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54075 { + "geometry": { + "coordinates": [ + [ + [ + -79.62644266465433, + 38.66433997572602, + ], + [ + -79.647619309211, + 38.59101918020447, + ], + [ + -79.68961367214541, + 38.4314323058495, + ], + [ + -79.80949501590688, + 38.30788810826739, + ], + [ + -79.7947790425709, + 38.26615165543204, + ], + [ + -79.92040320519519, + 38.1820878862077, + ], + [ + -79.96024401105605, + 38.06488204311024, + ], + [ + -80.26461341078577, + 38.04672641755252, + ], + [ + -80.36295918381165, + 38.11446086674862, + ], + [ + -80.35972884820131, + 38.2259729337836, + ], + [ + -80.35183247226493, + 38.34543480135865, + ], + [ + -80.24523139712375, + 38.38851412590684, + ], + [ + -80.11673582506803, + 38.47408191144958, + ], + [ + -80.02915783740994, + 38.45931032260824, + ], + [ + -79.86297501656693, + 38.55121646263562, + ], + [ + -79.77575595508779, + 38.739916795725165, + ], + [ + -79.62644266465433, + 38.66433997572602, + ], + ], + ], + "type": "Polygon", + }, + "id": "54075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29051 { + "geometry": { + "coordinates": [ + [ + [ + -92.2208033570088, + 38.64317631753153, + ], + [ + -92.0560562408815, + 38.55825311041095, + ], + [ + -91.94801946102461, + 38.594564361526395, + ], + [ + -92.04349382461908, + 38.4664544001206, + ], + [ + -92.16732335634875, + 38.46967729223144, + ], + [ + -92.12173973162507, + 38.39130729906957, + ], + [ + -92.19460174594717, + 38.33555126555208, + ], + [ + -92.4085217485874, + 38.34129875648307, + ], + [ + -92.40349678208243, + 38.425255095970385, + ], + [ + -92.49538188388763, + 38.427779694790544, + ], + [ + -92.3948825537882, + 38.739111072697455, + ], + [ + -92.36222027150588, + 38.68297903510037, + ], + [ + -92.2208033570088, + 38.64317631753153, + ], + ], + ], + "type": "Polygon", + }, + "id": "29051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20111 { + "geometry": { + "coordinates": [ + [ + [ + -95.94573924190877, + 38.739111072697455, + ], + [ + -95.95040528223481, + 38.4341180492752, + ], + [ + -95.95866058435013, + 38.170915193556795, + ], + [ + -96.35706864295862, + 38.17365465185101, + ], + [ + -96.35383830734828, + 38.521673284952946, + ], + [ + -96.3527615288115, + 38.73900364296043, + ], + [ + -95.94573924190877, + 38.739111072697455, + ], + ], + ], + "type": "Polygon", + }, + "id": "20111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20059 { + "geometry": { + "coordinates": [ + [ + [ + -95.05632017052872, + 38.738573924012314, + ], + [ + -95.06565225118081, + 38.3899107124882, + ], + [ + -95.50820822979728, + 38.390233001699286, + ], + [ + -95.50820822979728, + 38.43390318980114, + ], + [ + -95.50102970621874, + 38.73878878348637, + ], + [ + -95.05632017052872, + 38.738573924012314, + ], + ], + ], + "type": "Polygon", + }, + "id": "20059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20121 { + "geometry": { + "coordinates": [ + [ + [ + -94.60909815158621, + 38.73809049019569, + ], + [ + -94.6130463395544, + 38.47751966303447, + ], + [ + -94.6130463395544, + 38.38867527051238, + ], + [ + -95.06565225118081, + 38.3899107124882, + ], + [ + -95.05632017052872, + 38.738573924012314, + ], + [ + -94.60909815158621, + 38.73809049019569, + ], + ], + ], + "type": "Polygon", + }, + "id": "20121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54101 { + "geometry": { + "coordinates": [ + [ + [ + -80.39275005666256, + 38.7273475164929, + ], + [ + -80.27968831030068, + 38.69495745077898, + ], + [ + -80.18385502052729, + 38.52478874732675, + ], + [ + -80.24523139712375, + 38.38851412590684, + ], + [ + -80.35183247226493, + 38.34543480135865, + ], + [ + -80.35972884820131, + 38.2259729337836, + ], + [ + -80.43618012431267, + 38.26744081227638, + ], + [ + -80.60918254255529, + 38.3587023738816, + ], + [ + -80.65045905313184, + 38.52661505285623, + ], + [ + -80.50832428627692, + 38.645647201483165, + ], + [ + -80.45699784269041, + 38.73932593217151, + ], + [ + -80.39275005666256, + 38.7273475164929, + ], + ], + ], + "type": "Polygon", + }, + "id": "54101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06067 { + "geometry": { + "coordinates": [ + [ + [ + -121.02498814204512, + 38.50862057190406, + ], + [ + -121.02283458497155, + 38.29795085759231, + ], + [ + -121.39611781105519, + 38.227960383918614, + ], + [ + -121.47149230862976, + 38.25970587121037, + ], + [ + -121.57270949108707, + 38.108659660949115, + ], + [ + -121.68433553273323, + 38.0855085526196, + ], + [ + -121.65705714313481, + 38.182195315944725, + ], + [ + -121.5989111021487, + 38.31342073972433, + ], + [ + -121.52138304750056, + 38.362193840335, + ], + [ + -121.50487244326995, + 38.46956986249441, + ], + [ + -121.55332747742503, + 38.5126491870426, + ], + [ + -121.51133311449063, + 38.600365567325895, + ], + [ + -121.63085553207317, + 38.67835955640817, + ], + [ + -121.60321821629583, + 38.73540474676999, + ], + [ + -121.4854904296079, + 38.73502874269039, + ], + [ + -121.14451055962766, + 38.71193134922939, + ], + [ + -121.11687324385032, + 38.71553024541983, + ], + [ + -121.02498814204512, + 38.50862057190406, + ], + ], + ], + "type": "Polygon", + }, + "id": "06067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21223 { + "geometry": { + "coordinates": [ + [ + [ + -85.33300998340789, + 38.7362104697977, + ], + [ + -85.16862179345952, + 38.585540263616046, + ], + [ + -85.31398689592478, + 38.4926135410869, + ], + [ + -85.43315038732841, + 38.523929309430535, + ], + [ + -85.42812542082343, + 38.58623855690672, + ], + [ + -85.45181454863258, + 38.70994389909438, + ], + [ + -85.33300998340789, + 38.7362104697977, + ], + ], + ], + "type": "Polygon", + }, + "id": "21223", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21187 { + "geometry": { + "coordinates": [ + [ + [ + -84.78564756054487, + 38.72020343898054, + ], + [ + -84.77452084899815, + 38.61889719696322, + ], + [ + -84.58034178619887, + 38.472792754605244, + ], + [ + -84.74042286200013, + 38.35214915992289, + ], + [ + -84.87071306495046, + 38.35644634940401, + ], + [ + -84.96331601911352, + 38.43734094138603, + ], + [ + -85.00279789879545, + 38.55207590053185, + ], + [ + -85.07458313458076, + 38.59682038600398, + ], + [ + -84.93388407244154, + 38.66165423230032, + ], + [ + -84.78564756054487, + 38.72020343898054, + ], + ], + ], + "type": "Polygon", + }, + "id": "21187", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21135 { + "geometry": { + "coordinates": [ + [ + [ + -83.1665315674071, + 38.50394737834334, + ], + [ + -83.23724002465565, + 38.42611453386661, + ], + [ + -83.22898472254033, + 38.34441421885688, + ], + [ + -83.34132861654435, + 38.319490519866406, + ], + [ + -83.4529546581905, + 38.38169233760557, + ], + [ + -83.58001452553052, + 38.42987457466259, + ], + [ + -83.64210875448481, + 38.525218466274865, + ], + [ + -83.64498016391623, + 38.63651567383579, + ], + [ + -83.51468996096588, + 38.700060363287804, + ], + [ + -83.26738982368548, + 38.61841376314659, + ], + [ + -83.15648163439717, + 38.618574907752134, + ], + [ + -83.03085747177286, + 38.72552121096342, + ], + [ + -83.02403787437326, + 38.68340875404848, + ], + [ + -83.1665315674071, + 38.50394737834334, + ], + ], + ], + "type": "Polygon", + }, + "id": "21135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29073 { + "geometry": { + "coordinates": [ + [ + [ + -91.41860334710792, + 38.709782754488835, + ], + [ + -91.36907153441605, + 38.699254640260094, + ], + [ + -91.36763582970035, + 38.20975104349239, + ], + [ + -91.53525435525906, + 38.21098648546821, + ], + [ + -91.5345365029012, + 38.152544708525014, + ], + [ + -91.6303697926746, + 38.15345786128975, + ], + [ + -91.64472683983166, + 38.28849704073385, + ], + [ + -91.64041972568454, + 38.70376668921527, + ], + [ + -91.54638106680578, + 38.67610353193058, + ], + [ + -91.41860334710792, + 38.709782754488835, + ], + ], + ], + "type": "Polygon", + }, + "id": "29073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06051 { + "geometry": { + "coordinates": [ + [ + [ + -119.33013872515384, + 38.53590772510915, + ], + [ + -119.15713630691124, + 38.41467326687314, + ], + [ + -118.42815723751137, + 37.896217355976404, + ], + [ + -117.83269870667219, + 37.46494067667783, + ], + [ + -118.77487992635443, + 37.463060656279836, + ], + [ + -119.02218006363485, + 37.58574541596572, + ], + [ + -119.11801335340824, + 37.730292127136785, + ], + [ + -119.26948020091525, + 37.739208795310105, + ], + [ + -119.20236100545598, + 37.88821384056783, + ], + [ + -119.3064495973447, + 37.94606475395736, + ], + [ + -119.3498796649948, + 38.085562267488115, + ], + [ + -119.4618646328199, + 38.09716467908713, + ], + [ + -119.63235456781001, + 38.19954521847473, + ], + [ + -119.63917416520962, + 38.3267957419843, + ], + [ + -119.5429819492573, + 38.498790750966, + ], + [ + -119.62086893008437, + 38.61255884247856, + ], + [ + -119.58102812422352, + 38.70989018422586, + ], + [ + -119.33013872515384, + 38.53590772510915, + ], + ], + ], + "type": "Polygon", + }, + "id": "06051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29071 { + "geometry": { + "coordinates": [ + [ + [ + -90.96456173076581, + 38.547563851576676, + ], + [ + -90.9171834751475, + 38.53477971287035, + ], + [ + -90.73233649300032, + 38.63946999160406, + ], + [ + -90.73628468096851, + 38.46666925959465, + ], + [ + -90.78007367479755, + 38.2040572674299, + ], + [ + -91.09592871225293, + 38.20400355256139, + ], + [ + -91.36763582970035, + 38.20975104349239, + ], + [ + -91.36907153441605, + 38.699254640260094, + ], + [ + -91.22801354609791, + 38.628404728690185, + ], + [ + -91.07188065826485, + 38.60971195444733, + ], + [ + -90.96456173076581, + 38.547563851576676, + ], + ], + ], + "type": "Polygon", + }, + "id": "29071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29151 { + "geometry": { + "coordinates": [ + [ + [ + -91.64759824926307, + 38.70339068513567, + ], + [ + -91.64041972568454, + 38.70376668921527, + ], + [ + -91.64472683983166, + 38.28849704073385, + ], + [ + -92.19603745066287, + 38.29220336666131, + ], + [ + -92.19460174594717, + 38.33555126555208, + ], + [ + -92.12173973162507, + 38.39130729906957, + ], + [ + -92.16732335634875, + 38.46967729223144, + ], + [ + -92.04349382461908, + 38.4664544001206, + ], + [ + -91.94801946102461, + 38.594564361526395, + ], + [ + -91.86295395661901, + 38.667294293494294, + ], + [ + -91.64759824926307, + 38.70339068513567, + ], + ], + ], + "type": "Polygon", + }, + "id": "29151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06005 { + "geometry": { + "coordinates": [ + [ + [ + -120.07275698935292, + 38.702746106713505, + ], + [ + -120.07275698935292, + 38.509963443616904, + ], + [ + -120.33118383818005, + 38.46516524327626, + ], + [ + -120.42414571852203, + 38.47230932078862, + ], + [ + -120.60899270066922, + 38.397645653554214, + ], + [ + -120.63088719758375, + 38.34060046319239, + ], + [ + -120.99304371212065, + 38.225596929704004, + ], + [ + -121.02283458497155, + 38.29795085759231, + ], + [ + -121.02498814204512, + 38.50862057190406, + ], + [ + -120.76117740053408, + 38.55481535882606, + ], + [ + -120.62837471433126, + 38.50314165531563, + ], + [ + -120.31718571720191, + 38.54353523643813, + ], + [ + -120.07275698935292, + 38.702746106713505, + ], + ], + ], + "type": "Polygon", + }, + "id": "06005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 24019 { + "geometry": { + "coordinates": [ + [ + [ + -75.93775832382595, + 38.67701668469532, + ], + [ + -75.761525569973, + 38.68518134470944, + ], + [ + -75.70732771695509, + 38.635387661597, + ], + [ + -75.70158489809226, + 38.5607239943626, + ], + [ + -75.8236197989273, + 38.48101112948788, + ], + [ + -75.82864476543227, + 38.42358993504646, + ], + [ + -75.95965282074047, + 38.250305769220425, + ], + [ + -76.06194678173455, + 38.30412806747141, + ], + [ + -76.05871644612421, + 38.22914211102592, + ], + [ + -76.33114141592948, + 38.47418934118661, + ], + [ + -76.25289550892349, + 38.540097484853234, + ], + [ + -76.27227752258551, + 38.607563359706774, + ], + [ + -76.16424074272862, + 38.62066978762417, + ], + [ + -76.04400047278821, + 38.56179829173287, + ], + [ + -75.93775832382595, + 38.67701668469532, + ], + ], + ], + "type": "Polygon", + }, + "id": "24019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20171 { + "geometry": { + "coordinates": [ + [ + [ + -100.8185210470159, + 38.699791788945234, + ], + [ + -100.68787191788664, + 38.699952933550776, + ], + [ + -100.68787191788664, + 38.26411049042851, + ], + [ + -101.10314950690467, + 38.264486494508105, + ], + [ + -101.12576185617705, + 38.26443277963959, + ], + [ + -101.12827433942954, + 38.70054379710443, + ], + [ + -100.8185210470159, + 38.699791788945234, + ], + ], + ], + "type": "Polygon", + }, + "id": "20171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20101 { + "geometry": { + "coordinates": [ + [ + [ + -100.2471105701648, + 38.6981266280213, + ], + [ + -100.24423916073339, + 38.26228418489904, + ], + [ + -100.68787191788664, + 38.26411049042851, + ], + [ + -100.68787191788664, + 38.699952933550776, + ], + [ + -100.2471105701648, + 38.6981266280213, + ], + ], + ], + "type": "Polygon", + }, + "id": "20101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20071 { + "geometry": { + "coordinates": [ + [ + [ + -101.56724105625673, + 38.69963064433969, + ], + [ + -101.56759998243567, + 38.26314362279526, + ], + [ + -102.044971800408, + 38.262391614636066, + ], + [ + -102.04461287422907, + 38.26872996912071, + ], + [ + -102.044971800408, + 38.615137156167236, + ], + [ + -102.04533072658693, + 38.69753576446765, + ], + [ + -101.56724105625673, + 38.69963064433969, + ], + ], + ], + "type": "Polygon", + }, + "id": "20071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20203 { + "geometry": { + "coordinates": [ + [ + [ + -101.12827433942954, + 38.70054379710443, + ], + [ + -101.12576185617705, + 38.26443277963959, + ], + [ + -101.5424751499108, + 38.263197337663776, + ], + [ + -101.56759998243567, + 38.26314362279526, + ], + [ + -101.56724105625673, + 38.69963064433969, + ], + [ + -101.4843291089247, + 38.70016779302483, + ], + [ + -101.12827433942954, + 38.70054379710443, + ], + ], + ], + "type": "Polygon", + }, + "id": "20203", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51047 { + "geometry": { + "coordinates": [ + [ + [ + -77.63476129779079, + 38.409731498969855, + ], + [ + -77.61860961973909, + 38.36783390152897, + ], + [ + -77.70331619796576, + 38.36058239427958, + ], + [ + -77.77187109814074, + 38.3929724599935, + ], + [ + -78.09454573299573, + 38.311379574720796, + ], + [ + -78.09203324974324, + 38.390501576041856, + ], + [ + -78.23201445952459, + 38.53252368839277, + ], + [ + -78.17566304943313, + 38.52086756192524, + ], + [ + -77.93554143573125, + 38.69587060354372, + ], + [ + -77.73526062789023, + 38.41284696134366, + ], + [ + -77.63476129779079, + 38.409731498969855, + ], + ], + ], + "type": "Polygon", + }, + "id": "51047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20135 { + "geometry": { + "coordinates": [ + [ + [ + -100.1537897636439, + 38.697320904993596, + ], + [ + -99.59817203866557, + 38.696515181965886, + ], + [ + -99.58525069622421, + 38.6965688968344, + ], + [ + -99.58489177004527, + 38.349355986760166, + ], + [ + -99.58417391768742, + 38.26217675516201, + ], + [ + -100.22701070414492, + 38.262230470030524, + ], + [ + -100.24423916073339, + 38.26228418489904, + ], + [ + -100.2471105701648, + 38.6981266280213, + ], + [ + -100.1537897636439, + 38.697320904993596, + ], + ], + ], + "type": "Polygon", + }, + "id": "20135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29141 { + "geometry": { + "coordinates": [ + [ + [ + -92.84030994183607, + 38.68394590273362, + ], + [ + -92.84174564655177, + 38.59676667113546, + ], + [ + -92.62531316065905, + 38.43078772742733, + ], + [ + -92.68991987286583, + 38.34844283399543, + ], + [ + -92.69602161790759, + 38.22199803351357, + ], + [ + -92.76529437044042, + 38.189500538062624, + ], + [ + -92.96055021177646, + 38.19712804939161, + ], + [ + -93.07791907228545, + 38.26061902397511, + ], + [ + -93.06715128691766, + 38.53010651930964, + ], + [ + -93.05997276333913, + 38.693077430380995, + ], + [ + -92.84030994183607, + 38.68394590273362, + ], + ], + ], + "type": "Polygon", + }, + "id": "29141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20009 { + "geometry": { + "coordinates": [ + [ + [ + -98.48621873635105, + 38.696891186045484, + ], + [ + -98.48047591748822, + 38.52183442955849, + ], + [ + -98.47975806513037, + 38.26078016858065, + ], + [ + -98.9126230369158, + 38.26110245779173, + ], + [ + -99.03250438067728, + 38.26120988752876, + ], + [ + -99.03250438067728, + 38.3483354042584, + ], + [ + -99.03286330685621, + 38.69673004143994, + ], + [ + -98.48621873635105, + 38.696891186045484, + ], + ], + ], + "type": "Polygon", + }, + "id": "20009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08043 { + "geometry": { + "coordinates": [ + [ + [ + -104.94258284288222, + 38.64983696122725, + ], + [ + -104.94150606434543, + 38.51957840508091, + ], + [ + -104.94042928580866, + 38.25825556976049, + ], + [ + -105.0491839180234, + 38.25798699541792, + ], + [ + -105.79682714872746, + 38.26496992832473, + ], + [ + -106.0107471513677, + 38.44647246903341, + ], + [ + -105.90917104273147, + 38.505612539267275, + ], + [ + -105.8865586934591, + 38.62099207683526, + ], + [ + -105.96982956697006, + 38.69356086419762, + ], + [ + -105.32914633758614, + 38.69721347525657, + ], + [ + -105.24049157139127, + 38.64758093674967, + ], + [ + -104.94258284288222, + 38.64983696122725, + ], + ], + ], + "type": "Polygon", + }, + "id": "08043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20165 { + "geometry": { + "coordinates": [ + [ + [ + -99.04255431368723, + 38.696783756308456, + ], + [ + -99.03286330685621, + 38.69673004143994, + ], + [ + -99.03250438067728, + 38.3483354042584, + ], + [ + -99.58489177004527, + 38.349355986760166, + ], + [ + -99.58525069622421, + 38.6965688968344, + ], + [ + -99.04255431368723, + 38.696783756308456, + ], + ], + ], + "type": "Polygon", + }, + "id": "20165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 24017 { + "geometry": { + "coordinates": [ + [ + [ + -77.07699001573889, + 38.69006939774421, + ], + [ + -77.04791699524584, + 38.616157738669, + ], + [ + -76.96536397409272, + 38.66111708361518, + ], + [ + -76.74785470966323, + 38.617661754987395, + ], + [ + -76.69975860168707, + 38.54240722419934, + ], + [ + -76.69904074932921, + 38.49707187517355, + ], + [ + -76.77477417308272, + 38.508889146246624, + ], + [ + -76.86917175814041, + 38.38974956788266, + ], + [ + -76.84009873764735, + 38.26679623385421, + ], + [ + -76.92408746351617, + 38.290108486789265, + ], + [ + -77.04217417638301, + 38.44421644455582, + ], + [ + -77.20692129251032, + 38.359937815857414, + ], + [ + -77.27404048796957, + 38.48246143093776, + ], + [ + -77.07699001573889, + 38.69006939774421, + ], + ], + ], + "type": "Polygon", + }, + "id": "24017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18117 { + "geometry": { + "coordinates": [ + [ + [ + -86.30857133773031, + 38.68802823274068, + ], + [ + -86.30857133773031, + 38.422891641755776, + ], + [ + -86.30893026390925, + 38.39404675736378, + ], + [ + -86.68149563763502, + 38.394745050654464, + ], + [ + -86.68221348999288, + 38.526292763645145, + ], + [ + -86.68293134235073, + 38.686524216422285, + ], + [ + -86.30857133773031, + 38.68802823274068, + ], + ], + ], + "type": "Polygon", + }, + "id": "18117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54079 { + "geometry": { + "coordinates": [ + [ + [ + -81.91495598149015, + 38.32566772974551, + ], + [ + -81.99176618378044, + 38.269159688068825, + ], + [ + -82.04704081533512, + 38.374440830356185, + ], + [ + -82.05493719127152, + 38.4745653452662, + ], + [ + -82.0642692719236, + 38.60804679352339, + ], + [ + -81.95551463970885, + 38.65741075768772, + ], + [ + -81.77282121463523, + 38.68093787009684, + ], + [ + -81.69636993852387, + 38.626524708292195, + ], + [ + -81.75020886536285, + 38.59128775454704, + ], + [ + -81.72580188519585, + 38.46672297446317, + ], + [ + -81.8995221557963, + 38.39904224013558, + ], + [ + -81.91495598149015, + 38.32566772974551, + ], + ], + ], + "type": "Polygon", + }, + "id": "54079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 32017 { + "geometry": { + "coordinates": [ + [ + [ + -114.04997570696504, + 38.6773389739064, + ], + [ + -114.04997570696504, + 38.572917269515266, + ], + [ + -114.04997570696504, + 38.14856980825499, + ], + [ + -114.05248819021753, + 37.604814194288174, + ], + [ + -114.05105248550183, + 37.000360778900586, + ], + [ + -114.05033463314398, + 36.84313735876023, + ], + [ + -114.7624441721343, + 36.84383565205091, + ], + [ + -114.7624441721343, + 36.853396898646395, + ], + [ + -115.74123586206706, + 36.8530208945668, + ], + [ + -115.89700982372119, + 36.84206306138995, + ], + [ + -115.89377948811085, + 38.05054017321701, + ], + [ + -115.00077115494153, + 38.05107732190215, + ], + [ + -115.00077115494153, + 38.6773389739064, + ], + [ + -114.04997570696504, + 38.6773389739064, + ], + ], + ], + "type": "Polygon", + }, + "id": "32017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08085 { + "geometry": { + "coordinates": [ + [ + [ + -107.50100864627082, + 38.668529735470116, + ], + [ + -107.49993186773403, + 38.30187204299382, + ], + [ + -107.63488811101043, + 38.30181832812531, + ], + [ + -107.63560596336828, + 38.3321672288357, + ], + [ + -108.13235979500266, + 38.33157636528205, + ], + [ + -108.08641724410006, + 38.255193822255194, + ], + [ + -107.93746287984553, + 38.218990000876786, + ], + [ + -107.96581804798073, + 38.152329849050965, + ], + [ + -109.04223765858151, + 38.152974427473126, + ], + [ + -109.05982504134892, + 38.49991876320479, + ], + [ + -108.37930100610414, + 38.49991876320479, + ], + [ + -108.37858315374629, + 38.668100016522004, + ], + [ + -107.50100864627082, + 38.668529735470116, + ], + ], + ], + "type": "Polygon", + }, + "id": "08085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54015 { + "geometry": { + "coordinates": [ + [ + [ + -80.8808896600027, + 38.50711655558567, + ], + [ + -80.8173597263327, + 38.47848653066772, + ], + [ + -80.91103945903254, + 38.41483441147868, + ], + [ + -81.23120161063503, + 38.26378820121743, + ], + [ + -81.28360483275831, + 38.47209446131456, + ], + [ + -81.19387328802667, + 38.527743065095024, + ], + [ + -81.08368295109621, + 38.61202169379342, + ], + [ + -81.03163865515185, + 38.66793887191646, + ], + [ + -80.8808896600027, + 38.50711655558567, + ], + ], + ], + "type": "Polygon", + }, + "id": "54015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17163 { + "geometry": { + "coordinates": [ + [ + [ + -89.7068843998071, + 38.65515473321014, + ], + [ + -89.7043719165546, + 38.41843330766912, + ], + [ + -89.70329513801784, + 38.21931229008787, + ], + [ + -89.89890990553282, + 38.22076259153775, + ], + [ + -89.91326695268988, + 38.30783439339888, + ], + [ + -90.03601970588277, + 38.308854975900644, + ], + [ + -90.26645031275362, + 38.52280129719174, + ], + [ + -90.25783608445938, + 38.53182539510209, + ], + [ + -90.18138480834803, + 38.66057993493004, + ], + [ + -89.7068843998071, + 38.65515473321014, + ], + ], + ], + "type": "Polygon", + }, + "id": "17163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51113 { + "geometry": { + "coordinates": [ + [ + [ + -78.23201445952459, + 38.53252368839277, + ], + [ + -78.09203324974324, + 38.390501576041856, + ], + [ + -78.09454573299573, + 38.311379574720796, + ], + [ + -78.25139647318663, + 38.23429873840327, + ], + [ + -78.28693016490037, + 38.27152314228344, + ], + [ + -78.42906493175529, + 38.367243037975314, + ], + [ + -78.45275405956444, + 38.475424783162424, + ], + [ + -78.33825660848686, + 38.62727671645139, + ], + [ + -78.23201445952459, + 38.53252368839277, + ], + ], + ], + "type": "Polygon", + }, + "id": "51113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54039 { + "geometry": { + "coordinates": [ + [ + [ + -81.52193181556555, + 38.61277370195262, + ], + [ + -81.46486255311623, + 38.549927305791286, + ], + [ + -81.19387328802667, + 38.527743065095024, + ], + [ + -81.28360483275831, + 38.47209446131456, + ], + [ + -81.23120161063503, + 38.26378820121743, + ], + [ + -81.23156053681396, + 38.263465912006346, + ], + [ + -81.32918845748199, + 38.182463890287295, + ], + [ + -81.38051490106848, + 37.96916214741836, + ], + [ + -81.45660725100092, + 37.98742520271311, + ], + [ + -81.5158300705238, + 38.112473416613604, + ], + [ + -81.64360779022167, + 38.22049401719518, + ], + [ + -81.83312081269489, + 38.20964361375536, + ], + [ + -81.81661020846427, + 38.31578419393894, + ], + [ + -81.91495598149015, + 38.32566772974551, + ], + [ + -81.8995221557963, + 38.39904224013558, + ], + [ + -81.72580188519585, + 38.46672297446317, + ], + [ + -81.75020886536285, + 38.59128775454704, + ], + [ + -81.69636993852387, + 38.626524708292195, + ], + [ + -81.63248107867494, + 38.55454678448349, + ], + [ + -81.52193181556555, + 38.61277370195262, + ], + ], + ], + "type": "Polygon", + }, + "id": "54039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08061 { + "geometry": { + "coordinates": [ + [ + [ + -102.044971800408, + 38.615137156167236, + ], + [ + -102.04461287422907, + 38.26872996912071, + ], + [ + -102.74236536606233, + 38.266903663591236, + ], + [ + -103.3999181258558, + 38.265399647272844, + ], + [ + -103.50185316067096, + 38.26496992832473, + ], + [ + -103.50472457010237, + 38.51640922783858, + ], + [ + -103.17271785459529, + 38.52527218114338, + ], + [ + -103.17343570695314, + 38.61239769787302, + ], + [ + -102.044971800408, + 38.615137156167236, + ], + ], + ], + "type": "Polygon", + }, + "id": "08061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20113 { + "geometry": { + "coordinates": [ + [ + [ + -97.37175295078404, + 38.60933595036773, + ], + [ + -97.37175295078404, + 38.17365465185101, + ], + [ + -97.70196503539648, + 38.17381579645655, + ], + [ + -97.92198678307847, + 38.173708366719524, + ], + [ + -97.92414034015204, + 38.52274758232323, + ], + [ + -97.92485819250989, + 38.60987309905287, + ], + [ + -97.37175295078404, + 38.60933595036773, + ], + ], + ], + "type": "Polygon", + }, + "id": "20113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20115 { + "geometry": { + "coordinates": [ + [ + [ + -96.93027375070436, + 38.60933595036773, + ], + [ + -96.92991482452543, + 38.52242529311214, + ], + [ + -96.81972448759497, + 38.52247900798066, + ], + [ + -96.84090113215164, + 38.08561598235663, + ], + [ + -97.15280798163883, + 38.08771086222867, + ], + [ + -97.15352583399668, + 38.174621519484255, + ], + [ + -97.37175295078404, + 38.17365465185101, + ], + [ + -97.37175295078404, + 38.60933595036773, + ], + [ + -96.93027375070436, + 38.60933595036773, + ], + ], + ], + "type": "Polygon", + }, + "id": "20115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21201 { + "geometry": { + "coordinates": [ + [ + [ + -83.99170285275929, + 38.593651208761656, + ], + [ + -83.93032647616285, + 38.4922375370073, + ], + [ + -83.98021721503365, + 38.43911353204699, + ], + [ + -84.10261104204761, + 38.45947146721378, + ], + [ + -84.16219278774942, + 38.55400963579835, + ], + [ + -83.99170285275929, + 38.593651208761656, + ], + ], + ], + "type": "Polygon", + }, + "id": "21201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17191 { + "geometry": { + "coordinates": [ + [ + [ + -88.24964411336522, + 38.59939869969264, + ], + [ + -88.14770907855006, + 38.56910351385078, + ], + [ + -88.1509394141604, + 38.25610697501993, + ], + [ + -88.37060223566347, + 38.255354966860736, + ], + [ + -88.70225002499163, + 38.25664412370507, + ], + [ + -88.69901968938129, + 38.47483391960877, + ], + [ + -88.69830183702344, + 38.60627420286244, + ], + [ + -88.24964411336522, + 38.59939869969264, + ], + ], + ], + "type": "Polygon", + }, + "id": "17191", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18019 { + "geometry": { + "coordinates": [ + [ + [ + -85.42812542082343, + 38.58623855690672, + ], + [ + -85.43315038732841, + 38.523929309430535, + ], + [ + -85.63881508785333, + 38.38051061049826, + ], + [ + -85.7411090488474, + 38.2683002501726, + ], + [ + -85.79171764007606, + 38.288550755602365, + ], + [ + -85.80822824430668, + 38.404413726986974, + ], + [ + -85.99486985734849, + 38.41832587793209, + ], + [ + -85.99343415263279, + 38.48847749621132, + ], + [ + -85.84771012398859, + 38.56126114304774, + ], + [ + -85.79351227097068, + 38.60482390141256, + ], + [ + -85.56990126149942, + 38.60616677312541, + ], + [ + -85.42812542082343, + 38.58623855690672, + ], + ], + ], + "type": "Polygon", + }, + "id": "18019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54011 { + "geometry": { + "coordinates": [ + [ + [ + -82.21501826707276, + 38.59166375862664, + ], + [ + -82.05493719127152, + 38.4745653452662, + ], + [ + -82.04704081533512, + 38.374440830356185, + ], + [ + -82.17733101828547, + 38.33979474016468, + ], + [ + -82.26455007976463, + 38.22924954076295, + ], + [ + -82.50503061964544, + 38.41171894910487, + ], + [ + -82.32126041603503, + 38.44974907601276, + ], + [ + -82.28716242903701, + 38.582747090453324, + ], + [ + -82.21501826707276, + 38.59166375862664, + ], + ], + ], + "type": "Polygon", + }, + "id": "54011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21103 { + "geometry": { + "coordinates": [ + [ + [ + -84.87071306495046, + 38.35644634940401, + ], + [ + -84.99741400611155, + 38.33560498042059, + ], + [ + -85.2831192445371, + 38.358004080590916, + ], + [ + -85.31398689592478, + 38.4926135410869, + ], + [ + -85.16862179345952, + 38.585540263616046, + ], + [ + -85.07458313458076, + 38.59682038600398, + ], + [ + -85.00279789879545, + 38.55207590053185, + ], + [ + -84.96331601911352, + 38.43734094138603, + ], + [ + -84.87071306495046, + 38.35644634940401, + ], + ], + ], + "type": "Polygon", + }, + "id": "21103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51091 { + "geometry": { + "coordinates": [ + [ + [ + -79.31561259370392, + 38.412148668052986, + ], + [ + -79.43800642071788, + 38.21641168718811, + ], + [ + -79.51230413975568, + 38.18036901041525, + ], + [ + -79.7947790425709, + 38.26615165543204, + ], + [ + -79.80949501590688, + 38.30788810826739, + ], + [ + -79.68961367214541, + 38.4314323058495, + ], + [ + -79.647619309211, + 38.59101918020447, + ], + [ + -79.53635219374377, + 38.549766161185744, + ], + [ + -79.47677044804195, + 38.4572154427362, + ], + [ + -79.31561259370392, + 38.412148668052986, + ], + ], + ], + "type": "Polygon", + }, + "id": "51091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51179 { + "geometry": { + "coordinates": [ + [ + [ + -77.30024209903122, + 38.50475310137105, + ], + [ + -77.32464907919822, + 38.33721642647601, + ], + [ + -77.32680263627178, + 38.245149141843086, + ], + [ + -77.3702327039219, + 38.24654572842445, + ], + [ + -77.44704290621219, + 38.28452214046382, + ], + [ + -77.53031377972314, + 38.30917726511173, + ], + [ + -77.61860961973909, + 38.36783390152897, + ], + [ + -77.63476129779079, + 38.409731498969855, + ], + [ + -77.53139055825993, + 38.556319375144454, + ], + [ + -77.44883753710681, + 38.58124307413493, + ], + [ + -77.30024209903122, + 38.50475310137105, + ], + ], + ], + "type": "Polygon", + }, + "id": "51179", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21097 { + "geometry": { + "coordinates": [ + [ + [ + -84.16219278774942, + 38.55400963579835, + ], + [ + -84.10261104204761, + 38.45947146721378, + ], + [ + -84.19413721767388, + 38.37164765719346, + ], + [ + -84.34416836046519, + 38.28527414862302, + ], + [ + -84.44251413349107, + 38.283125553882456, + ], + [ + -84.45830688536384, + 38.373366532985905, + ], + [ + -84.55737051074757, + 38.492989545166495, + ], + [ + -84.47625319431016, + 38.542783228278935, + ], + [ + -84.45579440211135, + 38.53091224233735, + ], + [ + -84.2052639292206, + 38.58231737150521, + ], + [ + -84.16219278774942, + 38.55400963579835, + ], + ], + ], + "type": "Polygon", + }, + "id": "21097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49001 { + "geometry": { + "coordinates": [ + [ + [ + -112.51520736587503, + 38.57232640596161, + ], + [ + -112.51843770148537, + 38.509856013879876, + ], + [ + -112.33574427641175, + 38.33205979909867, + ], + [ + -112.3569209209684, + 38.22452263233372, + ], + [ + -112.44378105626863, + 38.149912679967834, + ], + [ + -112.47859689562452, + 38.14733436627917, + ], + [ + -114.04997570696504, + 38.14856980825499, + ], + [ + -114.04997570696504, + 38.572917269515266, + ], + [ + -112.51520736587503, + 38.57232640596161, + ], + ], + ], + "type": "Polygon", + }, + "id": "49001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17047 { + "geometry": { + "coordinates": [ + [ + [ + -87.9549657204665, + 38.57023152608957, + ], + [ + -87.94204437802514, + 38.462425784982045, + ], + [ + -87.99121726453808, + 38.25965215634186, + ], + [ + -88.1509394141604, + 38.25610697501993, + ], + [ + -88.14770907855006, + 38.56910351385078, + ], + [ + -87.9549657204665, + 38.57023152608957, + ], + ], + ], + "type": "Polygon", + }, + "id": "17047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17185 { + "geometry": { + "coordinates": [ + [ + [ + -87.9549657204665, + 38.57023152608957, + ], + [ + -87.91225350517423, + 38.57007038148403, + ], + [ + -87.65167309927355, + 38.56819036108604, + ], + [ + -87.64557135423179, + 38.514206918229505, + ], + [ + -87.75612061734118, + 38.462962933667185, + ], + [ + -87.74391712725767, + 38.41435097766205, + ], + [ + -87.91009994810068, + 38.268085390698545, + ], + [ + -87.98834585510667, + 38.25664412370507, + ], + [ + -87.99121726453808, + 38.25965215634186, + ], + [ + -87.94204437802514, + 38.462425784982045, + ], + [ + -87.9549657204665, + 38.57023152608957, + ], + ], + ], + "type": "Polygon", + }, + "id": "17185", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29083 { + "geometry": { + "coordinates": [ + [ + [ + -93.51114297024984, + 38.556211945407426, + ], + [ + -93.51257867496554, + 38.51243432756854, + ], + [ + -93.52334646033333, + 38.21007333270347, + ], + [ + -94.04989116481862, + 38.21399451810499, + ], + [ + -94.0753749235224, + 38.214424237053095, + ], + [ + -94.06568391669138, + 38.44700961771854, + ], + [ + -94.06424821197568, + 38.56738463805833, + ], + [ + -93.51114297024984, + 38.556211945407426, + ], + ], + ], + "type": "Polygon", + }, + "id": "29083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 24045 { + "geometry": { + "coordinates": [ + [ + [ + -75.34122301445, + 38.45189767075331, + ], + [ + -75.30712502745196, + 38.35435146953196, + ], + [ + -75.36455321608021, + 38.29032334626332, + ], + [ + -75.6129301318974, + 38.27872093466431, + ], + [ + -75.79454677843425, + 38.266366514906096, + ], + [ + -75.89612288707048, + 38.228927251551866, + ], + [ + -75.90760852479612, + 38.291451358502115, + ], + [ + -75.82864476543227, + 38.42358993504646, + ], + [ + -75.8236197989273, + 38.48101112948788, + ], + [ + -75.70158489809226, + 38.5607239943626, + ], + [ + -75.69368852215588, + 38.46011604563595, + ], + [ + -75.34122301445, + 38.45189767075331, + ], + ], + ], + "type": "Polygon", + }, + "id": "24045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54067 { + "geometry": { + "coordinates": [ + [ + [ + -80.65045905313184, + 38.52661505285623, + ], + [ + -80.60918254255529, + 38.3587023738816, + ], + [ + -80.43618012431267, + 38.26744081227638, + ], + [ + -80.71183542972828, + 38.079170198134946, + ], + [ + -80.88160751236055, + 38.103449318703255, + ], + [ + -80.98174791628107, + 38.22360947956899, + ], + [ + -81.07363301808627, + 38.19390515728077, + ], + [ + -81.23156053681396, + 38.263465912006346, + ], + [ + -81.23120161063503, + 38.26378820121743, + ], + [ + -80.91103945903254, + 38.41483441147868, + ], + [ + -80.8173597263327, + 38.47848653066772, + ], + [ + -80.8808896600027, + 38.50711655558567, + ], + [ + -80.78541529640823, + 38.55760853198879, + ], + [ + -80.65045905313184, + 38.52661505285623, + ], + ], + ], + "type": "Polygon", + }, + "id": "54067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18125 { + "geometry": { + "coordinates": [ + [ + [ + -87.07236624648606, + 38.514475492572075, + ], + [ + -87.07344302502284, + 38.23257986261082, + ], + [ + -87.31679497433505, + 38.246062294607825, + ], + [ + -87.3160771219772, + 38.38018832128718, + ], + [ + -87.40760329760347, + 38.375246553383896, + ], + [ + -87.46287792915817, + 38.53279226273534, + ], + [ + -87.24213832911833, + 38.54525411223058, + ], + [ + -87.07236624648606, + 38.514475492572075, + ], + ], + ], + "type": "Polygon", + }, + "id": "18125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06095 { + "geometry": { + "coordinates": [ + [ + [ + [ + -122.301329634308, + 38.15662703853208, + ], + [ + -122.24892641218473, + 38.077988471027645, + ], + [ + -122.40577715237563, + 38.155499026293285, + ], + [ + -122.301329634308, + 38.15662703853208, + ], + ], + ], + [ + [ + [ + -121.5989111021487, + 38.31342073972433, + ], + [ + -121.65705714313481, + 38.182195315944725, + ], + [ + -121.80349902413685, + 38.06273344836968, + ], + [ + -121.93055889147686, + 38.052635053089055, + ], + [ + -122.05654198028009, + 38.13417422349325, + ], + [ + -122.1337111087493, + 38.04296637675654, + ], + [ + -122.23528721738552, + 38.06993124075055, + ], + [ + -122.29271540601377, + 38.15635846418951, + ], + [ + -122.21518735136563, + 38.179670717124566, + ], + [ + -122.20836775396603, + 38.315999053412995, + ], + [ + -122.06515620857432, + 38.31583790880745, + ], + [ + -122.12581473281291, + 38.424986521627815, + ], + [ + -122.10356130971947, + 38.513293765464766, + ], + [ + -122.10356130971947, + 38.51350862493882, + ], + [ + -121.9391731197711, + 38.533383126288996, + ], + [ + -121.6947443919221, + 38.52570190009149, + ], + [ + -121.6947443919221, + 38.31578419393894, + ], + [ + -121.5989111021487, + 38.31342073972433, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "06095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29015 { + "geometry": { + "coordinates": [ + [ + [ + -93.06715128691766, + 38.53010651930964, + ], + [ + -93.07791907228545, + 38.26061902397511, + ], + [ + -93.06535665602303, + 38.062464874027114, + ], + [ + -93.5039644466713, + 38.071757546280026, + ], + [ + -93.52334646033333, + 38.21007333270347, + ], + [ + -93.51257867496554, + 38.51243432756854, + ], + [ + -93.29183907492569, + 38.50631083255796, + ], + [ + -93.29040337020999, + 38.53537057642401, + ], + [ + -93.06715128691766, + 38.53010651930964, + ], + ], + ], + "type": "Polygon", + }, + "id": "29015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18051 { + "geometry": { + "coordinates": [ + [ + [ + -87.31679497433505, + 38.246062294607825, + ], + [ + -87.31715390051399, + 38.20174752808381, + ], + [ + -87.46718504330529, + 38.16538256209985, + ], + [ + -87.68828356952406, + 38.168498024473664, + ], + [ + -87.79919175881237, + 38.22855124747227, + ], + [ + -87.9847565933174, + 38.230377553001745, + ], + [ + -87.98834585510667, + 38.25664412370507, + ], + [ + -87.91009994810068, + 38.268085390698545, + ], + [ + -87.74391712725767, + 38.41435097766205, + ], + [ + -87.56947900429937, + 38.49062609095188, + ], + [ + -87.46287792915817, + 38.53279226273534, + ], + [ + -87.40760329760347, + 38.375246553383896, + ], + [ + -87.3160771219772, + 38.38018832128718, + ], + [ + -87.31679497433505, + 38.246062294607825, + ], + ], + ], + "type": "Polygon", + }, + "id": "18051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18037 { + "geometry": { + "coordinates": [ + [ + [ + -86.68221348999288, + 38.526292763645145, + ], + [ + -86.68149563763502, + 38.394745050654464, + ], + [ + -86.67934208056147, + 38.26308990792675, + ], + [ + -86.79132704838655, + 38.20507784993167, + ], + [ + -87.01745054111029, + 38.20352011874476, + ], + [ + -87.07344302502284, + 38.23257986261082, + ], + [ + -87.07236624648606, + 38.514475492572075, + ], + [ + -86.92412973458939, + 38.50529025005619, + ], + [ + -86.68221348999288, + 38.526292763645145, + ], + ], + ], + "type": "Polygon", + }, + "id": "18037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21069 { + "geometry": { + "coordinates": [ + [ + [ + -83.4529546581905, + 38.38169233760557, + ], + [ + -83.5053578803138, + 38.272382580179666, + ], + [ + -83.63528915708521, + 38.187513087927606, + ], + [ + -83.72358499710114, + 38.28554272296559, + ], + [ + -83.84813238118866, + 38.296769130485, + ], + [ + -83.98021721503365, + 38.43911353204699, + ], + [ + -83.93032647616285, + 38.4922375370073, + ], + [ + -83.85925909273539, + 38.45651714944552, + ], + [ + -83.64210875448481, + 38.525218466274865, + ], + [ + -83.58001452553052, + 38.42987457466259, + ], + [ + -83.4529546581905, + 38.38169233760557, + ], + ], + ], + "type": "Polygon", + }, + "id": "21069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21185 { + "geometry": { + "coordinates": [ + [ + [ + -85.31398689592478, + 38.4926135410869, + ], + [ + -85.2831192445371, + 38.358004080590916, + ], + [ + -85.46724837432643, + 38.28532786349153, + ], + [ + -85.63881508785333, + 38.38051061049826, + ], + [ + -85.43315038732841, + 38.523929309430535, + ], + [ + -85.31398689592478, + 38.4926135410869, + ], + ], + ], + "type": "Polygon", + }, + "id": "21185", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20017 { + "geometry": { + "coordinates": [ + [ + [ + -96.35383830734828, + 38.521673284952946, + ], + [ + -96.35706864295862, + 38.17365465185101, + ], + [ + -96.3581454214954, + 38.085830841830685, + ], + [ + -96.5228925376227, + 38.086367990515825, + ], + [ + -96.84090113215164, + 38.08561598235663, + ], + [ + -96.81972448759497, + 38.52247900798066, + ], + [ + -96.35383830734828, + 38.521673284952946, + ], + ], + ], + "type": "Polygon", + }, + "id": "20017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08101 { + "geometry": { + "coordinates": [ + [ + [ + -104.05388162386002, + 38.52237157824363, + ], + [ + -104.05818873800715, + 38.14647492838294, + ], + [ + -104.06106014743855, + 37.73469674635493, + ], + [ + -104.35107250001123, + 37.81747135873494, + ], + [ + -104.6464687452678, + 37.900514545457526, + ], + [ + -105.01365022630968, + 37.881230907661006, + ], + [ + -105.05026069656019, + 37.9154472789044, + ], + [ + -105.0491839180234, + 38.25798699541792, + ], + [ + -104.94042928580866, + 38.25825556976049, + ], + [ + -104.94150606434543, + 38.51957840508091, + ], + [ + -104.05388162386002, + 38.52237157824363, + ], + ], + ], + "type": "Polygon", + }, + "id": "08101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08025 { + "geometry": { + "coordinates": [ + [ + [ + -103.50472457010237, + 38.51640922783858, + ], + [ + -103.50185316067096, + 38.26496992832473, + ], + [ + -103.50939061042841, + 38.172526639612215, + ], + [ + -103.61922202117995, + 38.171452342241935, + ], + [ + -103.61922202117995, + 38.11333285450983, + ], + [ + -103.83314202382019, + 38.112903135561716, + ], + [ + -104.04598524792364, + 38.1413183010056, + ], + [ + -104.05818873800715, + 38.14647492838294, + ], + [ + -104.05388162386002, + 38.52237157824363, + ], + [ + -103.50472457010237, + 38.51640922783858, + ], + ], + ], + "type": "Polygon", + }, + "id": "08025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20159 { + "geometry": { + "coordinates": [ + [ + [ + -97.92414034015204, + 38.52274758232323, + ], + [ + -97.92198678307847, + 38.173708366719524, + ], + [ + -98.47293846773076, + 38.17274149908627, + ], + [ + -98.47975806513037, + 38.26078016858065, + ], + [ + -98.48047591748822, + 38.52183442955849, + ], + [ + -97.92414034015204, + 38.52274758232323, + ], + ], + ], + "type": "Polygon", + }, + "id": "20159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17133 { + "geometry": { + "coordinates": [ + [ + [ + -89.89890990553282, + 38.22076259153775, + ], + [ + -90.03637863206168, + 38.22264261193574, + ], + [ + -90.03601970588277, + 38.135624524943125, + ], + [ + -90.20722749323073, + 38.088194296045295, + ], + [ + -90.25281111795441, + 38.127728439271564, + ], + [ + -90.36156575016916, + 38.22935697049998, + ], + [ + -90.34218373650712, + 38.38701010958845, + ], + [ + -90.26645031275362, + 38.52280129719174, + ], + [ + -90.03601970588277, + 38.308854975900644, + ], + [ + -89.91326695268988, + 38.30783439339888, + ], + [ + -89.89890990553282, + 38.22076259153775, + ], + ], + ], + "type": "Polygon", + }, + "id": "17133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17189 { + "geometry": { + "coordinates": [ + [ + [ + -89.30775848884075, + 38.50883543137811, + ], + [ + -89.14372922507131, + 38.50308794044712, + ], + [ + -89.14444707742916, + 38.47392076684404, + ], + [ + -89.14731848686057, + 38.212866505866195, + ], + [ + -89.59274587490845, + 38.21925857521936, + ], + [ + -89.70329513801784, + 38.21931229008787, + ], + [ + -89.7043719165546, + 38.41843330766912, + ], + [ + -89.61535822418082, + 38.47204074644605, + ], + [ + -89.48291446415692, + 38.468817854335214, + ], + [ + -89.30775848884075, + 38.50883543137811, + ], + ], + ], + "type": "Polygon", + }, + "id": "17189", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 24037 { + "geometry": { + "coordinates": [ + [ + [ + -76.86917175814041, + 38.38974956788266, + ], + [ + -76.77477417308272, + 38.508889146246624, + ], + [ + -76.69904074932921, + 38.49707187517355, + ], + [ + -76.50055457238281, + 38.358111510327944, + ], + [ + -76.32324503999308, + 38.139975429292754, + ], + [ + -76.32683430178236, + 38.05107732190215, + ], + [ + -76.45030490733309, + 38.15904420761521, + ], + [ + -76.70514249437096, + 38.28505928914896, + ], + [ + -76.74534222641074, + 38.22763809470753, + ], + [ + -76.86917175814041, + 38.38974956788266, + ], + ], + ], + "type": "Polygon", + }, + "id": "24037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06009 { + "geometry": { + "coordinates": [ + [ + [ + -120.07275698935292, + 38.509963443616904, + ], + [ + -120.01999484105072, + 38.437609515728596, + ], + [ + -120.17576880270485, + 38.37401111140807, + ], + [ + -120.51674867268508, + 37.95202710436241, + ], + [ + -120.65385847303504, + 37.83175951375965, + ], + [ + -120.92592451666138, + 38.0778273264221, + ], + [ + -120.99304371212065, + 38.225596929704004, + ], + [ + -120.63088719758375, + 38.34060046319239, + ], + [ + -120.60899270066922, + 38.397645653554214, + ], + [ + -120.42414571852203, + 38.47230932078862, + ], + [ + -120.33118383818005, + 38.46516524327626, + ], + [ + -120.07275698935292, + 38.509963443616904, + ], + ], + ], + "type": "Polygon", + }, + "id": "06009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49031 { + "geometry": { + "coordinates": [ + [ + [ + -111.76684628281312, + 38.50190621333981, + ], + [ + -111.84868145160839, + 38.424879091890794, + ], + [ + -111.84293863274556, + 38.151255551680684, + ], + [ + -112.44378105626863, + 38.149912679967834, + ], + [ + -112.3569209209684, + 38.22452263233372, + ], + [ + -112.33574427641175, + 38.33205979909867, + ], + [ + -112.51843770148537, + 38.509856013879876, + ], + [ + -111.76684628281312, + 38.50190621333981, + ], + ], + ], + "type": "Polygon", + }, + "id": "49031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49055 { + "geometry": { + "coordinates": [ + [ + [ + -111.30598506907141, + 38.51017830309096, + ], + [ + -111.30598506907141, + 38.49991876320479, + ], + [ + -110.0253364626614, + 38.49991876320479, + ], + [ + -110.01564545583038, + 38.36600759599949, + ], + [ + -109.88966236702716, + 38.1901988313533, + ], + [ + -109.92770854199337, + 38.15190013010285, + ], + [ + -111.41438077510723, + 38.150073824573376, + ], + [ + -111.84293863274556, + 38.151255551680684, + ], + [ + -111.84868145160839, + 38.424879091890794, + ], + [ + -111.76684628281312, + 38.50190621333981, + ], + [ + -111.30598506907141, + 38.51017830309096, + ], + ], + ], + "type": "Polygon", + }, + "id": "49055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29099 { + "geometry": { + "coordinates": [ + [ + [ + -90.34218373650712, + 38.38701010958845, + ], + [ + -90.36156575016916, + 38.22935697049998, + ], + [ + -90.25281111795441, + 38.127728439271564, + ], + [ + -90.416122529366, + 38.042268083465856, + ], + [ + -90.58338212874578, + 38.00348594839878, + ], + [ + -90.64009246501618, + 38.07648445470925, + ], + [ + -90.78007367479755, + 38.2040572674299, + ], + [ + -90.73628468096851, + 38.46666925959465, + ], + [ + -90.58912494760861, + 38.501583924128724, + ], + [ + -90.4053547439982, + 38.5011004903121, + ], + [ + -90.34218373650712, + 38.38701010958845, + ], + ], + ], + "type": "Polygon", + }, + "id": "29099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21019 { + "geometry": { + "coordinates": [ + [ + [ + -82.60409424502917, + 38.24762002579473, + ], + [ + -82.79432511986025, + 38.24385998499875, + ], + [ + -82.81765532149048, + 38.37384996680253, + ], + [ + -82.66547062162562, + 38.50577368387282, + ], + [ + -82.59583894291386, + 38.421709914648474, + ], + [ + -82.60409424502917, + 38.24762002579473, + ], + ], + ], + "type": "Polygon", + }, + "id": "21019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21043 { + "geometry": { + "coordinates": [ + [ + [ + -82.81765532149048, + 38.37384996680253, + ], + [ + -82.79432511986025, + 38.24385998499875, + ], + [ + -82.9246153228106, + 38.17505123843237, + ], + [ + -83.06028941844484, + 38.19143427332912, + ], + [ + -83.16401908415462, + 38.26604422569501, + ], + [ + -83.24405962205525, + 38.19234742609386, + ], + [ + -83.34132861654435, + 38.319490519866406, + ], + [ + -83.22898472254033, + 38.34441421885688, + ], + [ + -83.23724002465565, + 38.42611453386661, + ], + [ + -83.1665315674071, + 38.50394737834334, + ], + [ + -82.9705578737132, + 38.393563323547156, + ], + [ + -82.81765532149048, + 38.37384996680253, + ], + ], + ], + "type": "Polygon", + }, + "id": "21043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49037 { + "geometry": { + "coordinates": [ + [ + [ + -109.05982504134892, + 38.49991876320479, + ], + [ + -109.04223765858151, + 38.152974427473126, + ], + [ + -109.04151980622366, + 37.88112347792398, + ], + [ + -109.0433144371183, + 37.48460031855393, + ], + [ + -109.04510906801293, + 36.999071622056256, + ], + [ + -110.00057055631547, + 36.99794360981746, + ], + [ + -110.750726270272, + 37.003153952063315, + ], + [ + -111.4125861442126, + 37.001435076270866, + ], + [ + -111.17820734937355, + 37.10263388855117, + ], + [ + -110.9614159373019, + 37.123314112929044, + ], + [ + -110.8372274793933, + 37.29923030731226, + ], + [ + -110.73421566604138, + 37.34762740384333, + ], + [ + -110.74606022994595, + 37.452693686656644, + ], + [ + -110.64627875220437, + 37.54105464536211, + ], + [ + -110.48619767640312, + 37.67389151519713, + ], + [ + -110.40472143378679, + 37.879888035948156, + ], + [ + -110.21556733749249, + 37.89170530702123, + ], + [ + -110.0106204893254, + 38.109572813713854, + ], + [ + -109.92770854199337, + 38.15190013010285, + ], + [ + -109.88966236702716, + 38.1901988313533, + ], + [ + -110.01564545583038, + 38.36600759599949, + ], + [ + -110.0253364626614, + 38.49991876320479, + ], + [ + -109.05982504134892, + 38.49991876320479, + ], + ], + ], + "type": "Polygon", + }, + "id": "49037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21209 { + "geometry": { + "coordinates": [ + [ + [ + -84.44251413349107, + 38.283125553882456, + ], + [ + -84.40195547527237, + 38.20776359335737, + ], + [ + -84.62484863238576, + 38.11655574662066, + ], + [ + -84.72570688866413, + 38.19524802899362, + ], + [ + -84.74042286200013, + 38.35214915992289, + ], + [ + -84.58034178619887, + 38.472792754605244, + ], + [ + -84.55737051074757, + 38.492989545166495, + ], + [ + -84.45830688536384, + 38.373366532985905, + ], + [ + -84.44251413349107, + 38.283125553882456, + ], + ], + ], + "type": "Polygon", + }, + "id": "21209", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51079 { + "geometry": { + "coordinates": [ + [ + [ + -78.28693016490037, + 38.27152314228344, + ], + [ + -78.3698421122324, + 38.1847736296334, + ], + [ + -78.6630848004154, + 38.27786149676808, + ], + [ + -78.48613419420461, + 38.42149505517442, + ], + [ + -78.45275405956444, + 38.475424783162424, + ], + [ + -78.42906493175529, + 38.367243037975314, + ], + [ + -78.28693016490037, + 38.27152314228344, + ], + ], + ], + "type": "Polygon", + }, + "id": "51079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51015 { + "geometry": { + "coordinates": [ + [ + [ + -78.7492270833578, + 38.20668929598709, + ], + [ + -78.78117151328226, + 38.08067421445334, + ], + [ + -78.83931755426836, + 38.04753214058023, + ], + [ + -78.89961715232802, + 37.948696782514546, + ], + [ + -79.00585930129029, + 37.881499482003576, + ], + [ + -79.1573261487973, + 37.89100701373055, + ], + [ + -79.48251326690477, + 38.086099416173255, + ], + [ + -79.4369296421811, + 38.1632339673593, + ], + [ + -79.51230413975568, + 38.18036901041525, + ], + [ + -79.43800642071788, + 38.21641168718811, + ], + [ + -79.31561259370392, + 38.412148668052986, + ], + [ + -79.22444534425657, + 38.477841952245555, + ], + [ + -78.7492270833578, + 38.20668929598709, + ], + ], + ], + "type": "Polygon", + }, + "id": "51015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17081 { + "geometry": { + "coordinates": [ + [ + [ + -88.69901968938129, + 38.47483391960877, + ], + [ + -88.70225002499163, + 38.25664412370507, + ], + [ + -88.70512143442303, + 38.12520384045141, + ], + [ + -89.12973110409317, + 38.124720406634786, + ], + [ + -89.14731848686057, + 38.212866505866195, + ], + [ + -89.14444707742916, + 38.47392076684404, + ], + [ + -88.69901968938129, + 38.47483391960877, + ], + ], + ], + "type": "Polygon", + }, + "id": "17081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29013 { + "geometry": { + "coordinates": [ + [ + [ + -94.06568391669138, + 38.44700961771854, + ], + [ + -94.0753749235224, + 38.214424237053095, + ], + [ + -94.04989116481862, + 38.21399451810499, + ], + [ + -94.05850539311285, + 38.0366280222719, + ], + [ + -94.61412311809119, + 38.06004770494398, + ], + [ + -94.6130463395544, + 38.38867527051238, + ], + [ + -94.6130463395544, + 38.47751966303447, + ], + [ + -94.06568391669138, + 38.44700961771854, + ], + ], + ], + "type": "Polygon", + }, + "id": "29013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 32009 { + "geometry": { + "coordinates": [ + [ + [ + -117.16581386622661, + 36.97108617556049, + ], + [ + -117.83269870667219, + 37.46494067667783, + ], + [ + -118.42815723751137, + 37.896217355976404, + ], + [ + -118.35134703522108, + 37.89363904228773, + ], + [ + -117.69092286599619, + 38.47381333710701, + ], + [ + -117.16545494004768, + 38.00171335773782, + ], + [ + -117.16581386622661, + 36.97108617556049, + ], + ], + ], + "type": "Polygon", + }, + "id": "32009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21181 { + "geometry": { + "coordinates": [ + [ + [ + -83.98021721503365, + 38.43911353204699, + ], + [ + -83.84813238118866, + 38.296769130485, + ], + [ + -83.97806365796009, + 38.19223999635683, + ], + [ + -84.09507359229015, + 38.25911500765672, + ], + [ + -84.19413721767388, + 38.37164765719346, + ], + [ + -84.10261104204761, + 38.45947146721378, + ], + [ + -83.98021721503365, + 38.43911353204699, + ], + ], + ], + "type": "Polygon", + }, + "id": "21181", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08109 { + "geometry": { + "coordinates": [ + [ + [ + -106.0107471513677, + 38.44647246903341, + ], + [ + -105.79682714872746, + 38.26496992832473, + ], + [ + -105.67622795260813, + 38.14615263917186, + ], + [ + -105.58506070316078, + 37.970451304262696, + ], + [ + -105.47307573533568, + 37.895948781633834, + ], + [ + -105.45728298346292, + 37.751402070462774, + ], + [ + -106.03874339332397, + 37.748340322957475, + ], + [ + -106.58646474236592, + 37.747803174272335, + ], + [ + -106.58718259472377, + 37.83444525718535, + ], + [ + -106.69378366986496, + 37.83525098021306, + ], + [ + -106.69378366986496, + 37.871669661065525, + ], + [ + -106.89765373949525, + 37.96781927570551, + ], + [ + -107.00066555284718, + 37.95600200463244, + ], + [ + -107.0010244790261, + 38.1470657919366, + ], + [ + -107.00066555284718, + 38.42557738518147, + ], + [ + -106.24692057710138, + 38.42278421201875, + ], + [ + -106.0107471513677, + 38.44647246903341, + ], + ], + ], + "type": "Polygon", + }, + "id": "08109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 24047 { + "geometry": { + "coordinates": [ + [ + [ + [ + -75.3778334847005, + 38.01514207486631, + ], + [ + -75.62082650783378, + 37.99451556535695, + ], + [ + -75.62298006490735, + 37.9962344411494, + ], + [ + -75.66174409223142, + 38.041032641490034, + ], + [ + -75.54078596993317, + 38.08948345288963, + ], + [ + -75.6129301318974, + 38.27872093466431, + ], + [ + -75.36455321608021, + 38.29032334626332, + ], + [ + -75.30712502745196, + 38.35435146953196, + ], + [ + -75.34122301445, + 38.45189767075331, + ], + [ + -75.08566757505427, + 38.45119937746263, + ], + [ + -75.15242784433461, + 38.24702916224108, + ], + [ + -75.26190032890722, + 38.20352011874476, + ], + [ + -75.3778334847005, + 38.01514207486631, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "24047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06109 { + "geometry": { + "coordinates": [ + [ + [ + -119.63917416520962, + 38.3267957419843, + ], + [ + -119.63235456781001, + 38.19954521847473, + ], + [ + -119.4618646328199, + 38.09716467908713, + ], + [ + -119.3498796649948, + 38.085562267488115, + ], + [ + -119.3064495973447, + 37.94606475395736, + ], + [ + -119.20236100545598, + 37.88821384056783, + ], + [ + -119.26948020091525, + 37.739208795310105, + ], + [ + -119.30896208059718, + 37.77799093037718, + ], + [ + -119.53400879478414, + 37.90293171454065, + ], + [ + -119.65424906472454, + 37.81043471095961, + ], + [ + -119.8049980598737, + 37.760157594030545, + ], + [ + -119.94497926965506, + 37.76493821732829, + ], + [ + -120.08101229146823, + 37.8284829067803, + ], + [ + -120.3871763220926, + 37.634572231444906, + ], + [ + -120.65385847303504, + 37.83175951375965, + ], + [ + -120.51674867268508, + 37.95202710436241, + ], + [ + -120.17576880270485, + 38.37401111140807, + ], + [ + -120.01999484105072, + 38.437609515728596, + ], + [ + -119.8792957789115, + 38.35966924151485, + ], + [ + -119.75331269010827, + 38.416768146745184, + ], + [ + -119.63917416520962, + 38.3267957419843, + ], + ], + ], + "type": "Polygon", + }, + "id": "06109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20031 { + "geometry": { + "coordinates": [ + [ + [ + -95.50820822979728, + 38.43390318980114, + ], + [ + -95.50820822979728, + 38.390233001699286, + ], + [ + -95.519334941344, + 38.03823946832731, + ], + [ + -95.95901951052905, + 38.04017320359382, + ], + [ + -95.95866058435013, + 38.170915193556795, + ], + [ + -95.95040528223481, + 38.4341180492752, + ], + [ + -95.50820822979728, + 38.43390318980114, + ], + ], + ], + "type": "Polygon", + }, + "id": "20031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29131 { + "geometry": { + "coordinates": [ + [ + [ + -92.49538188388763, + 38.427779694790544, + ], + [ + -92.40349678208243, + 38.425255095970385, + ], + [ + -92.4085217485874, + 38.34129875648307, + ], + [ + -92.19460174594717, + 38.33555126555208, + ], + [ + -92.19603745066287, + 38.29220336666131, + ], + [ + -92.18526966529508, + 38.0162700871051, + ], + [ + -92.40636819151385, + 38.021158140139875, + ], + [ + -92.51619960226537, + 38.02233986724718, + ], + [ + -92.64002913399504, + 38.21302765047174, + ], + [ + -92.69602161790759, + 38.22199803351357, + ], + [ + -92.68991987286583, + 38.34844283399543, + ], + [ + -92.62531316065905, + 38.43078772742733, + ], + [ + -92.49538188388763, + 38.427779694790544, + ], + ], + ], + "type": "Polygon", + }, + "id": "29131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18025 { + "geometry": { + "coordinates": [ + [ + [ + -86.25473241089134, + 38.42267678228172, + ], + [ + -86.27698583398478, + 38.2271546608909, + ], + [ + -86.32974798228699, + 38.18155073752256, + ], + [ + -86.46111496377411, + 38.12117522531287, + ], + [ + -86.46039711141626, + 38.20679672572412, + ], + [ + -86.57130530070457, + 38.2074950190148, + ], + [ + -86.57022852216778, + 38.26625908516907, + ], + [ + -86.67934208056147, + 38.26308990792675, + ], + [ + -86.68149563763502, + 38.394745050654464, + ], + [ + -86.30893026390925, + 38.39404675736378, + ], + [ + -86.30857133773031, + 38.422891641755776, + ], + [ + -86.25473241089134, + 38.42267678228172, + ], + ], + ], + "type": "Polygon", + }, + "id": "18025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18061 { + "geometry": { + "coordinates": [ + [ + [ + -86.0329160323147, + 38.41789615898398, + ], + [ + -86.03255710613578, + 38.33066321251731, + ], + [ + -85.9004722722908, + 38.1782741305432, + ], + [ + -85.94856838026696, + 38.00676255537813, + ], + [ + -85.99881804531668, + 37.99972590760281, + ], + [ + -86.17935791331675, + 38.01127460433331, + ], + [ + -86.26693590097483, + 38.05709338717571, + ], + [ + -86.32974798228699, + 38.18155073752256, + ], + [ + -86.27698583398478, + 38.2271546608909, + ], + [ + -86.25473241089134, + 38.42267678228172, + ], + [ + -86.0329160323147, + 38.41789615898398, + ], + ], + ], + "type": "Polygon", + }, + "id": "18061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54099 { + "geometry": { + "coordinates": [ + [ + [ + -82.50503061964544, + 38.41171894910487, + ], + [ + -82.26455007976463, + 38.22924954076295, + ], + [ + -82.2857267243213, + 38.14486348232752, + ], + [ + -82.19204699162147, + 38.04737099597469, + ], + [ + -82.30618551652012, + 37.94370129974274, + ], + [ + -82.41529907491379, + 37.85458833287809, + ], + [ + -82.49785209606691, + 37.945473890403704, + ], + [ + -82.54953746583233, + 38.06944780693392, + ], + [ + -82.63460297023792, + 38.13782683455219, + ], + [ + -82.60409424502917, + 38.24762002579473, + ], + [ + -82.59583894291386, + 38.421709914648474, + ], + [ + -82.50503061964544, + 38.41171894910487, + ], + ], + ], + "type": "Polygon", + }, + "id": "54099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18043 { + "geometry": { + "coordinates": [ + [ + [ + -85.99486985734849, + 38.41832587793209, + ], + [ + -85.80822824430668, + 38.404413726986974, + ], + [ + -85.79171764007606, + 38.288550755602365, + ], + [ + -85.9004722722908, + 38.1782741305432, + ], + [ + -86.03255710613578, + 38.33066321251731, + ], + [ + -86.0329160323147, + 38.41789615898398, + ], + [ + -85.99486985734849, + 38.41832587793209, + ], + ], + ], + "type": "Polygon", + }, + "id": "18043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51099 { + "geometry": { + "coordinates": [ + [ + [ + -77.0285349815838, + 38.26787053122449, + ], + [ + -77.06155619004505, + 38.16339511196484, + ], + [ + -77.06442759947646, + 38.16194481051496, + ], + [ + -77.11611296924188, + 38.149912679967834, + ], + [ + -77.2729637094328, + 38.24890918263906, + ], + [ + -77.32680263627178, + 38.245149141843086, + ], + [ + -77.32464907919822, + 38.33721642647601, + ], + [ + -77.23491753446658, + 38.33205979909867, + ], + [ + -77.04289202874087, + 38.40038511184842, + ], + [ + -77.0285349815838, + 38.26787053122449, + ], + ], + ], + "type": "Polygon", + }, + "id": "51099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21205 { + "geometry": { + "coordinates": [ + [ + [ + -83.34132861654435, + 38.319490519866406, + ], + [ + -83.24405962205525, + 38.19234742609386, + ], + [ + -83.26451841425406, + 38.113708858589426, + ], + [ + -83.4339315707074, + 38.03410342345174, + ], + [ + -83.49889720909312, + 38.05118475163918, + ], + [ + -83.63528915708521, + 38.187513087927606, + ], + [ + -83.5053578803138, + 38.272382580179666, + ], + [ + -83.4529546581905, + 38.38169233760557, + ], + [ + -83.34132861654435, + 38.319490519866406, + ], + ], + ], + "type": "Polygon", + }, + "id": "21205", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51137 { + "geometry": { + "coordinates": [ + [ + [ + -77.70331619796576, + 38.36058239427958, + ], + [ + -77.95492344939329, + 38.11736146964837, + ], + [ + -78.10136533039532, + 38.15227613418245, + ], + [ + -78.20796640553652, + 38.13315364099148, + ], + [ + -78.3698421122324, + 38.1847736296334, + ], + [ + -78.28693016490037, + 38.27152314228344, + ], + [ + -78.25139647318663, + 38.23429873840327, + ], + [ + -78.09454573299573, + 38.311379574720796, + ], + [ + -77.77187109814074, + 38.3929724599935, + ], + [ + -77.70331619796576, + 38.36058239427958, + ], + ], + ], + "type": "Polygon", + }, + "id": "51137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20003 { + "geometry": { + "coordinates": [ + [ + [ + -95.06565225118081, + 38.3899107124882, + ], + [ + -95.07785574126432, + 38.03770231964218, + ], + [ + -95.519334941344, + 38.03823946832731, + ], + [ + -95.50820822979728, + 38.390233001699286, + ], + [ + -95.06565225118081, + 38.3899107124882, + ], + ], + ], + "type": "Polygon", + }, + "id": "20003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20107 { + "geometry": { + "coordinates": [ + [ + [ + -94.6130463395544, + 38.38867527051238, + ], + [ + -94.61412311809119, + 38.06004770494398, + ], + [ + -94.61412311809119, + 38.03705774122001, + ], + [ + -95.07785574126432, + 38.03770231964218, + ], + [ + -95.06565225118081, + 38.3899107124882, + ], + [ + -94.6130463395544, + 38.38867527051238, + ], + ], + ], + "type": "Polygon", + }, + "id": "20107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21111 { + "geometry": { + "coordinates": [ + [ + [ + -85.46724837432643, + 38.28532786349153, + ], + [ + -85.40515414537214, + 38.263573341743374, + ], + [ + -85.42417723285524, + 38.147441796016196, + ], + [ + -85.42920219936022, + 38.11811347780757, + ], + [ + -85.55662099287915, + 38.07406728562613, + ], + [ + -85.71239495453328, + 38.087173713543535, + ], + [ + -85.93815952107809, + 37.9985441804955, + ], + [ + -85.94856838026696, + 38.00676255537813, + ], + [ + -85.9004722722908, + 38.1782741305432, + ], + [ + -85.79171764007606, + 38.288550755602365, + ], + [ + -85.7411090488474, + 38.2683002501726, + ], + [ + -85.63881508785333, + 38.38051061049826, + ], + [ + -85.46724837432643, + 38.28532786349153, + ], + ], + ], + "type": "Polygon", + }, + "id": "21111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51177 { + "geometry": { + "coordinates": [ + [ + [ + -77.61860961973909, + 38.36783390152897, + ], + [ + -77.53031377972314, + 38.30917726511173, + ], + [ + -77.44704290621219, + 38.28452214046382, + ], + [ + -77.3702327039219, + 38.24654572842445, + ], + [ + -77.64229874754824, + 37.99113152864057, + ], + [ + -77.687523446093, + 38.007997997353954, + ], + [ + -77.82499217262186, + 38.09652010066496, + ], + [ + -77.95492344939329, + 38.11736146964837, + ], + [ + -77.70331619796576, + 38.36058239427958, + ], + [ + -77.61860961973909, + 38.36783390152897, + ], + ], + ], + "type": "Polygon", + }, + "id": "51177", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54043 { + "geometry": { + "coordinates": [ + [ + [ + -82.04704081533512, + 38.374440830356185, + ], + [ + -81.99176618378044, + 38.269159688068825, + ], + [ + -81.91495598149015, + 38.32566772974551, + ], + [ + -81.81661020846427, + 38.31578419393894, + ], + [ + -81.83312081269489, + 38.20964361375536, + ], + [ + -81.92751839775258, + 38.152544708525014, + ], + [ + -81.93218443807862, + 38.025401614752475, + ], + [ + -82.19061128690576, + 37.974855923480845, + ], + [ + -82.30618551652012, + 37.94370129974274, + ], + [ + -82.19204699162147, + 38.04737099597469, + ], + [ + -82.2857267243213, + 38.14486348232752, + ], + [ + -82.26455007976463, + 38.22924954076295, + ], + [ + -82.17733101828547, + 38.33979474016468, + ], + [ + -82.04704081533512, + 38.374440830356185, + ], + ], + ], + "type": "Polygon", + }, + "id": "54043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21073 { + "geometry": { + "coordinates": [ + [ + [ + -84.87071306495046, + 38.35644634940401, + ], + [ + -84.74042286200013, + 38.35214915992289, + ], + [ + -84.72570688866413, + 38.19524802899362, + ], + [ + -84.86532917226657, + 38.116448316883634, + ], + [ + -85.02397454335211, + 38.12896388124739, + ], + [ + -84.99741400611155, + 38.33560498042059, + ], + [ + -84.87071306495046, + 38.35644634940401, + ], + ], + ], + "type": "Polygon", + }, + "id": "21073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21017 { + "geometry": { + "coordinates": [ + [ + [ + -83.97806365796009, + 38.19223999635683, + ], + [ + -84.08071654513309, + 38.114890585696735, + ], + [ + -84.286381245658, + 38.06697692298228, + ], + [ + -84.3807788307157, + 38.112634561219146, + ], + [ + -84.40195547527237, + 38.20776359335737, + ], + [ + -84.44251413349107, + 38.283125553882456, + ], + [ + -84.34416836046519, + 38.28527414862302, + ], + [ + -84.19413721767388, + 38.37164765719346, + ], + [ + -84.09507359229015, + 38.25911500765672, + ], + [ + -83.97806365796009, + 38.19223999635683, + ], + ], + ], + "type": "Polygon", + }, + "id": "21017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21211 { + "geometry": { + "coordinates": [ + [ + [ + -85.02397454335211, + 38.12896388124739, + ], + [ + -85.10257937653704, + 38.0370040263515, + ], + [ + -85.42417723285524, + 38.147441796016196, + ], + [ + -85.40515414537214, + 38.263573341743374, + ], + [ + -85.46724837432643, + 38.28532786349153, + ], + [ + -85.2831192445371, + 38.358004080590916, + ], + [ + -84.99741400611155, + 38.33560498042059, + ], + [ + -85.02397454335211, + 38.12896388124739, + ], + ], + ], + "type": "Polygon", + }, + "id": "21211", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20145 { + "geometry": { + "coordinates": [ + [ + [ + -99.03250438067728, + 38.3483354042584, + ], + [ + -99.03250438067728, + 38.26120988752876, + ], + [ + -98.9126230369158, + 38.26110245779173, + ], + [ + -98.91298196309474, + 38.00042420089349, + ], + [ + -99.02209552148841, + 38.000209341419435, + ], + [ + -99.3501540490273, + 38.000692775236054, + ], + [ + -99.35051297520623, + 38.087173713543535, + ], + [ + -99.56945794435144, + 38.08733485814907, + ], + [ + -99.58417391768742, + 38.26217675516201, + ], + [ + -99.58489177004527, + 38.349355986760166, + ], + [ + -99.03250438067728, + 38.3483354042584, + ], + ], + ], + "type": "Polygon", + }, + "id": "20145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08091 { + "geometry": { + "coordinates": [ + [ + [ + -107.63488811101043, + 38.30181832812531, + ], + [ + -107.56884569408794, + 38.147173221673626, + ], + [ + -107.51213535781754, + 38.06026256441804, + ], + [ + -107.56884569408794, + 37.96502610254279, + ], + [ + -107.73825885054129, + 37.90540259849229, + ], + [ + -107.74902663590908, + 37.95310140173269, + ], + [ + -107.90013455723717, + 38.02744277975601, + ], + [ + -107.89152032894293, + 38.115911168198494, + ], + [ + -107.96581804798073, + 38.152329849050965, + ], + [ + -107.93746287984553, + 38.218990000876786, + ], + [ + -108.08641724410006, + 38.255193822255194, + ], + [ + -108.13235979500266, + 38.33157636528205, + ], + [ + -107.63560596336828, + 38.3321672288357, + ], + [ + -107.63488811101043, + 38.30181832812531, + ], + ], + ], + "type": "Polygon", + }, + "id": "08091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06041 { + "geometry": { + "coordinates": [ + [ + [ + -122.54647621451485, + 38.1582384845875, + ], + [ + -122.48833017352875, + 38.10602763239193, + ], + [ + -122.50304614686473, + 37.92882228116438, + ], + [ + -122.43879836083688, + 37.88284235371643, + ], + [ + -122.52888883174745, + 37.81929766426441, + ], + [ + -122.66169151795029, + 37.91227810166208, + ], + [ + -122.7026091023479, + 37.894229905841385, + ], + [ + -122.87453474205374, + 38.02389759843409, + ], + [ + -123.00877313297228, + 38.008696290644636, + ], + [ + -122.9495503134494, + 38.16296539301673, + ], + [ + -122.83577071472968, + 38.08470282959189, + ], + [ + -123.0023124617516, + 38.29623198179986, + ], + [ + -122.89607031278933, + 38.31288359103919, + ], + [ + -122.73993742495628, + 38.207011585198174, + ], + [ + -122.54647621451485, + 38.1582384845875, + ], + ], + ], + "type": "Polygon", + }, + "id": "06041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21011 { + "geometry": { + "coordinates": [ + [ + [ + -83.63528915708521, + 38.187513087927606, + ], + [ + -83.49889720909312, + 38.05118475163918, + ], + [ + -83.57893774699374, + 38.01267119091467, + ], + [ + -83.7594776149938, + 37.998759039969556, + ], + [ + -83.88187144200776, + 38.13659139257638, + ], + [ + -83.97806365796009, + 38.19223999635683, + ], + [ + -83.84813238118866, + 38.296769130485, + ], + [ + -83.72358499710114, + 38.28554272296559, + ], + [ + -83.63528915708521, + 38.187513087927606, + ], + ], + ], + "type": "Polygon", + }, + "id": "21011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06077 { + "geometry": { + "coordinates": [ + [ + [ + -121.02283458497155, + 38.29795085759231, + ], + [ + -120.99304371212065, + 38.225596929704004, + ], + [ + -120.92592451666138, + 38.0778273264221, + ], + [ + -120.92520666430353, + 37.73808078307131, + ], + [ + -120.99268478594172, + 37.76080217245271, + ], + [ + -121.20660478858196, + 37.69435688010094, + ], + [ + -121.4718512348087, + 37.481753430522694, + ], + [ + -121.55763459157215, + 37.54159179404725, + ], + [ + -121.55763459157215, + 37.817256499260886, + ], + [ + -121.58311835027594, + 38.04108635635855, + ], + [ + -121.57270949108707, + 38.108659660949115, + ], + [ + -121.47149230862976, + 38.25970587121037, + ], + [ + -121.39611781105519, + 38.227960383918614, + ], + [ + -121.02283458497155, + 38.29795085759231, + ], + ], + ], + "type": "Polygon", + }, + "id": "06077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29125 { + "geometry": { + "coordinates": [ + [ + [ + -91.64472683983166, + 38.28849704073385, + ], + [ + -91.6303697926746, + 38.15345786128975, + ], + [ + -91.63252334974815, + 38.05096989216512, + ], + [ + -91.8952573127224, + 38.05118475163918, + ], + [ + -92.02124040152563, + 38.01063002591114, + ], + [ + -92.18526966529508, + 38.0162700871051, + ], + [ + -92.19603745066287, + 38.29220336666131, + ], + [ + -91.64472683983166, + 38.28849704073385, + ], + ], + ], + "type": "Polygon", + }, + "id": "29125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 24039 { + "geometry": { + "coordinates": [ + [ + [ + -75.79454677843425, + 38.266366514906096, + ], + [ + -75.6129301318974, + 38.27872093466431, + ], + [ + -75.54078596993317, + 38.08948345288963, + ], + [ + -75.66174409223142, + 38.041032641490034, + ], + [ + -75.62298006490735, + 37.9962344411494, + ], + [ + -75.89576396089154, + 37.9227525010223, + ], + [ + -75.8602302691778, + 38.03845432780137, + ], + [ + -75.77947187891934, + 38.083413672747554, + ], + [ + -75.7776772480247, + 38.08572341209366, + ], + [ + -75.85520530267284, + 38.06950152180244, + ], + [ + -75.85556422885176, + 38.16994832592354, + ], + [ + -75.95032074008839, + 38.12729872032346, + ], + [ + -75.79454677843425, + 38.266366514906096, + ], + ], + ], + "type": "Polygon", + }, + "id": "24039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51003 { + "geometry": { + "coordinates": [ + [ + [ + -78.3698421122324, + 38.1847736296334, + ], + [ + -78.20796640553652, + 38.13315364099148, + ], + [ + -78.30667110474133, + 38.00633283643002, + ], + [ + -78.4915180868885, + 37.79668370462004, + ], + [ + -78.6440617129323, + 37.73308530029951, + ], + [ + -78.83931755426836, + 38.04753214058023, + ], + [ + -78.78117151328226, + 38.08067421445334, + ], + [ + -78.7492270833578, + 38.20668929598709, + ], + [ + -78.6630848004154, + 38.27786149676808, + ], + [ + -78.3698421122324, + 38.1847736296334, + ], + ], + ], + "type": "Polygon", + }, + "id": "51003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51193 { + "geometry": { + "coordinates": [ + [ + [ + -76.57844155320988, + 38.016001512762536, + ], + [ + -76.6340751109435, + 37.966583833729686, + ], + [ + -76.76436531389385, + 38.00187450234336, + ], + [ + -76.8770681340768, + 38.124344402555195, + ], + [ + -76.93557310124181, + 38.08137250774402, + ], + [ + -77.06155619004505, + 38.16339511196484, + ], + [ + -77.0285349815838, + 38.26787053122449, + ], + [ + -76.83902195911057, + 38.16355625657038, + ], + [ + -76.6111038354922, + 38.14867723799202, + ], + [ + -76.52029551222378, + 38.04430924846939, + ], + [ + -76.57844155320988, + 38.016001512762536, + ], + ], + ], + "type": "Polygon", + }, + "id": "51193", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29029 { + "geometry": { + "coordinates": [ + [ + [ + -92.69602161790759, + 38.22199803351357, + ], + [ + -92.64002913399504, + 38.21302765047174, + ], + [ + -92.51619960226537, + 38.02233986724718, + ], + [ + -92.40636819151385, + 38.021158140139875, + ], + [ + -92.40923960094526, + 37.85915409670177, + ], + [ + -92.5395298038956, + 37.80205519147144, + ], + [ + -92.62028819415409, + 37.89245731518042, + ], + [ + -92.85538484135098, + 37.89573392215978, + ], + [ + -93.07253517960156, + 37.902609425329565, + ], + [ + -93.06535665602303, + 38.062464874027114, + ], + [ + -93.07791907228545, + 38.26061902397511, + ], + [ + -92.96055021177646, + 38.19712804939161, + ], + [ + -92.76529437044042, + 38.189500538062624, + ], + [ + -92.69602161790759, + 38.22199803351357, + ], + ], + ], + "type": "Polygon", + }, + "id": "29029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21127 { + "geometry": { + "coordinates": [ + [ + [ + -82.60409424502917, + 38.24762002579473, + ], + [ + -82.63460297023792, + 38.13782683455219, + ], + [ + -82.54953746583233, + 38.06944780693392, + ], + [ + -82.49785209606691, + 37.945473890403704, + ], + [ + -82.58076404339894, + 37.95406826936594, + ], + [ + -82.61270847332341, + 37.879243457525995, + ], + [ + -82.93933129614659, + 37.99897389944361, + ], + [ + -82.98886310883846, + 37.963951805172506, + ], + [ + -83.02224324347863, + 38.007084844589215, + ], + [ + -82.88908163109687, + 38.1116676935859, + ], + [ + -82.9246153228106, + 38.17505123843237, + ], + [ + -82.79432511986025, + 38.24385998499875, + ], + [ + -82.60409424502917, + 38.24762002579473, + ], + ], + ], + "type": "Polygon", + }, + "id": "21127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51017 { + "geometry": { + "coordinates": [ + [ + [ + -79.7947790425709, + 38.26615165543204, + ], + [ + -79.51230413975568, + 38.18036901041525, + ], + [ + -79.4369296421811, + 38.1632339673593, + ], + [ + -79.48251326690477, + 38.086099416173255, + ], + [ + -79.65084964482134, + 37.8715622313285, + ], + [ + -79.8866641443761, + 37.89277960439151, + ], + [ + -79.93511917853118, + 37.954229413971476, + ], + [ + -80.05607730082943, + 37.951973389493894, + ], + [ + -79.96024401105605, + 38.06488204311024, + ], + [ + -79.92040320519519, + 38.1820878862077, + ], + [ + -79.7947790425709, + 38.26615165543204, + ], + ], + ], + "type": "Polygon", + }, + "id": "51017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08099 { + "geometry": { + "coordinates": [ + [ + [ + -102.04461287422907, + 38.26872996912071, + ], + [ + -102.044971800408, + 38.262391614636066, + ], + [ + -102.04210039097659, + 37.73851050201942, + ], + [ + -102.04174146479767, + 37.64429462264594, + ], + [ + -102.74774925874623, + 37.64365004422377, + ], + [ + -102.74236536606233, + 38.266903663591236, + ], + [ + -102.04461287422907, + 38.26872996912071, + ], + ], + ], + "type": "Polygon", + }, + "id": "08099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54025 { + "geometry": { + "coordinates": [ + [ + [ + -79.96024401105605, + 38.06488204311024, + ], + [ + -80.05607730082943, + 37.951973389493894, + ], + [ + -80.1623194497917, + 37.87510741265042, + ], + [ + -80.29619891453132, + 37.691778566412275, + ], + [ + -80.45053717146973, + 37.683936195609235, + ], + [ + -80.66302146939427, + 37.73174242858666, + ], + [ + -80.80623301478597, + 37.868983917639824, + ], + [ + -80.76962254453547, + 37.98549146744661, + ], + [ + -80.88160751236055, + 38.103449318703255, + ], + [ + -80.71183542972828, + 38.079170198134946, + ], + [ + -80.43618012431267, + 38.26744081227638, + ], + [ + -80.35972884820131, + 38.2259729337836, + ], + [ + -80.36295918381165, + 38.11446086674862, + ], + [ + -80.26461341078577, + 38.04672641755252, + ], + [ + -79.96024401105605, + 38.06488204311024, + ], + ], + ], + "type": "Polygon", + }, + "id": "54025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21063 { + "geometry": { + "coordinates": [ + [ + [ + -82.9246153228106, + 38.17505123843237, + ], + [ + -82.88908163109687, + 38.1116676935859, + ], + [ + -83.02224324347863, + 38.007084844589215, + ], + [ + -83.19416888318446, + 38.01057631104263, + ], + [ + -83.26451841425406, + 38.113708858589426, + ], + [ + -83.24405962205525, + 38.19234742609386, + ], + [ + -83.16401908415462, + 38.26604422569501, + ], + [ + -83.06028941844484, + 38.19143427332912, + ], + [ + -82.9246153228106, + 38.17505123843237, + ], + ], + ], + "type": "Polygon", + }, + "id": "21063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08027 { + "geometry": { + "coordinates": [ + [ + [ + -105.0491839180234, + 38.25798699541792, + ], + [ + -105.05026069656019, + 37.9154472789044, + ], + [ + -105.16870633560596, + 38.018902115662286, + ], + [ + -105.28428056522031, + 37.89949396295576, + ], + [ + -105.31443036425014, + 37.937685234469186, + ], + [ + -105.47307573533568, + 37.895948781633834, + ], + [ + -105.58506070316078, + 37.970451304262696, + ], + [ + -105.67622795260813, + 38.14615263917186, + ], + [ + -105.79682714872746, + 38.26496992832473, + ], + [ + -105.0491839180234, + 38.25798699541792, + ], + ], + ], + "type": "Polygon", + }, + "id": "08027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08011 { + "geometry": { + "coordinates": [ + [ + [ + -102.74236536606233, + 38.266903663591236, + ], + [ + -102.74774925874623, + 37.64365004422377, + ], + [ + -103.07580778628511, + 37.64343518474971, + ], + [ + -103.40422524000293, + 37.64365004422377, + ], + [ + -103.3999181258558, + 38.265399647272844, + ], + [ + -102.74236536606233, + 38.266903663591236, + ], + ], + ], + "type": "Polygon", + }, + "id": "08011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08089 { + "geometry": { + "coordinates": [ + [ + [ + -103.3999181258558, + 38.265399647272844, + ], + [ + -103.40422524000293, + 37.64365004422377, + ], + [ + -104.05818873800715, + 37.64402604830337, + ], + [ + -104.06106014743855, + 37.73469674635493, + ], + [ + -104.05818873800715, + 38.14647492838294, + ], + [ + -104.04598524792364, + 38.1413183010056, + ], + [ + -103.83314202382019, + 38.112903135561716, + ], + [ + -103.61922202117995, + 38.11333285450983, + ], + [ + -103.61922202117995, + 38.171452342241935, + ], + [ + -103.50939061042841, + 38.172526639612215, + ], + [ + -103.50185316067096, + 38.26496992832473, + ], + [ + -103.3999181258558, + 38.265399647272844, + ], + ], + ], + "type": "Polygon", + }, + "id": "08089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18123 { + "geometry": { + "coordinates": [ + [ + [ + -86.46111496377411, + 38.12117522531287, + ], + [ + -86.49090583662502, + 38.04581326478778, + ], + [ + -86.51064677646598, + 37.92629768234422, + ], + [ + -86.6556529527523, + 37.842824776673524, + ], + [ + -86.64416731502666, + 37.89680821953006, + ], + [ + -86.75005053781, + 37.911526093502886, + ], + [ + -86.81393939765893, + 37.99827560615293, + ], + [ + -86.7730218132613, + 37.998060746678874, + ], + [ + -86.79132704838655, + 38.20507784993167, + ], + [ + -86.67934208056147, + 38.26308990792675, + ], + [ + -86.57022852216778, + 38.26625908516907, + ], + [ + -86.57130530070457, + 38.2074950190148, + ], + [ + -86.46039711141626, + 38.20679672572412, + ], + [ + -86.46111496377411, + 38.12117522531287, + ], + ], + ], + "type": "Polygon", + }, + "id": "18123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54019 { + "geometry": { + "coordinates": [ + [ + [ + -81.23156053681396, + 38.263465912006346, + ], + [ + -81.07363301808627, + 38.19390515728077, + ], + [ + -80.98174791628107, + 38.22360947956899, + ], + [ + -80.88160751236055, + 38.103449318703255, + ], + [ + -80.76962254453547, + 37.98549146744661, + ], + [ + -80.80623301478597, + 37.868983917639824, + ], + [ + -80.94477851985162, + 37.81919023452738, + ], + [ + -81.07291516572842, + 37.87596685054665, + ], + [ + -81.29509047048396, + 37.88939556767513, + ], + [ + -81.38051490106848, + 37.96916214741836, + ], + [ + -81.32918845748199, + 38.182463890287295, + ], + [ + -81.23156053681396, + 38.263465912006346, + ], + ], + ], + "type": "Polygon", + }, + "id": "54019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20093 { + "geometry": { + "coordinates": [ + [ + [ + -101.10314950690467, + 38.264486494508105, + ], + [ + -101.10422628544146, + 37.82902005546544, + ], + [ + -101.0898692382844, + 37.73630819241035, + ], + [ + -101.52704132421695, + 37.73630819241035, + ], + [ + -101.54283407608973, + 37.82756975401556, + ], + [ + -101.5424751499108, + 38.263197337663776, + ], + [ + -101.12576185617705, + 38.26443277963959, + ], + [ + -101.10314950690467, + 38.264486494508105, + ], + ], + ], + "type": "Polygon", + }, + "id": "20093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20055 { + "geometry": { + "coordinates": [ + [ + [ + -100.68787191788664, + 38.26411049042851, + ], + [ + -100.24423916073339, + 38.26228418489904, + ], + [ + -100.22701070414492, + 38.262230470030524, + ], + [ + -100.22665177796598, + 38.00101506444714, + ], + [ + -100.66418279007748, + 38.00251908076553, + ], + [ + -100.6523382261729, + 37.736254477541834, + ], + [ + -101.0898692382844, + 37.73630819241035, + ], + [ + -101.10422628544146, + 37.82902005546544, + ], + [ + -101.10314950690467, + 38.264486494508105, + ], + [ + -100.68787191788664, + 38.26411049042851, + ], + ], + ], + "type": "Polygon", + }, + "id": "20055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20075 { + "geometry": { + "coordinates": [ + [ + [ + -101.5424751499108, + 38.263197337663776, + ], + [ + -101.54283407608973, + 37.82756975401556, + ], + [ + -101.52704132421695, + 37.73630819241035, + ], + [ + -102.04210039097659, + 37.73851050201942, + ], + [ + -102.044971800408, + 38.262391614636066, + ], + [ + -101.56759998243567, + 38.26314362279526, + ], + [ + -101.5424751499108, + 38.263197337663776, + ], + ], + ], + "type": "Polygon", + }, + "id": "20075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17193 { + "geometry": { + "coordinates": [ + [ + [ + -87.99121726453808, + 38.25965215634186, + ], + [ + -87.98834585510667, + 38.25664412370507, + ], + [ + -87.9847565933174, + 38.230377553001745, + ], + [ + -87.91081780045853, + 38.16291167814821, + ], + [ + -88.09207552081645, + 37.89095329886204, + ], + [ + -88.37455042363166, + 37.90841063112907, + ], + [ + -88.37060223566347, + 38.255354966860736, + ], + [ + -88.1509394141604, + 38.25610697501993, + ], + [ + -87.99121726453808, + 38.25965215634186, + ], + ], + ], + "type": "Polygon", + }, + "id": "17193", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20185 { + "geometry": { + "coordinates": [ + [ + [ + -98.47975806513037, + 38.26078016858065, + ], + [ + -98.47293846773076, + 38.17274149908627, + ], + [ + -98.47257954155184, + 37.82445429164176, + ], + [ + -99.01348129319418, + 37.82531372953798, + ], + [ + -99.02209552148841, + 38.000209341419435, + ], + [ + -98.91298196309474, + 38.00042420089349, + ], + [ + -98.9126230369158, + 38.26110245779173, + ], + [ + -98.47975806513037, + 38.26078016858065, + ], + ], + ], + "type": "Polygon", + }, + "id": "20185", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20083 { + "geometry": { + "coordinates": [ + [ + [ + -99.58417391768742, + 38.26217675516201, + ], + [ + -99.56945794435144, + 38.08733485814907, + ], + [ + -99.56981687053036, + 37.91303010982128, + ], + [ + -100.22701070414492, + 37.91394326258601, + ], + [ + -100.22665177796598, + 38.00101506444714, + ], + [ + -100.22701070414492, + 38.262230470030524, + ], + [ + -99.58417391768742, + 38.26217675516201, + ], + ], + ], + "type": "Polygon", + }, + "id": "20083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17065 { + "geometry": { + "coordinates": [ + [ + [ + -88.37060223566347, + 38.255354966860736, + ], + [ + -88.37455042363166, + 37.90841063112907, + ], + [ + -88.37455042363166, + 37.90760490810136, + ], + [ + -88.70655713913874, + 37.90674547020514, + ], + [ + -88.70512143442303, + 38.12520384045141, + ], + [ + -88.70225002499163, + 38.25664412370507, + ], + [ + -88.37060223566347, + 38.255354966860736, + ], + ], + ], + "type": "Polygon", + }, + "id": "17065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51033 { + "geometry": { + "coordinates": [ + [ + [ + -77.32680263627178, + 38.245149141843086, + ], + [ + -77.2729637094328, + 38.24890918263906, + ], + [ + -77.11611296924188, + 38.149912679967834, + ], + [ + -77.16995189608087, + 38.07949248734603, + ], + [ + -77.07017041833929, + 37.96475752820022, + ], + [ + -77.1810786076276, + 37.95100652186065, + ], + [ + -77.18143753380652, + 37.89165159215272, + ], + [ + -77.34510787139703, + 37.789378482502144, + ], + [ + -77.40433069091992, + 37.77987095077517, + ], + [ + -77.48401230264162, + 37.883486932138595, + ], + [ + -77.64229874754824, + 37.99113152864057, + ], + [ + -77.3702327039219, + 38.24654572842445, + ], + [ + -77.32680263627178, + 38.245149141843086, + ], + ], + ], + "type": "Polygon", + }, + "id": "51033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18173 { + "geometry": { + "coordinates": [ + [ + [ + -87.07344302502284, + 38.23257986261082, + ], + [ + -87.01745054111029, + 38.20352011874476, + ], + [ + -87.15814960324951, + 38.01686095065875, + ], + [ + -87.26833994017997, + 37.87892116831491, + ], + [ + -87.30207900099907, + 37.89874195479656, + ], + [ + -87.4510333652536, + 37.94101555631705, + ], + [ + -87.46718504330529, + 38.16538256209985, + ], + [ + -87.31715390051399, + 38.20174752808381, + ], + [ + -87.31679497433505, + 38.246062294607825, + ], + [ + -87.07344302502284, + 38.23257986261082, + ], + ], + ], + "type": "Polygon", + }, + "id": "18173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18129 { + "geometry": { + "coordinates": [ + [ + [ + -87.68828356952406, + 38.168498024473664, + ], + [ + -87.70084598578649, + 37.89777508716331, + ], + [ + -87.92696947851023, + 37.90164255769631, + ], + [ + -87.90758746484819, + 37.80705067424323, + ], + [ + -88.02818666096752, + 37.799208303440196, + ], + [ + -88.09207552081645, + 37.89095329886204, + ], + [ + -87.91081780045853, + 38.16291167814821, + ], + [ + -87.9847565933174, + 38.230377553001745, + ], + [ + -87.79919175881237, + 38.22855124747227, + ], + [ + -87.68828356952406, + 38.168498024473664, + ], + ], + ], + "type": "Polygon", + }, + "id": "18129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54005 { + "geometry": { + "coordinates": [ + [ + [ + -81.45660725100092, + 37.98742520271311, + ], + [ + -81.57074577589957, + 37.92839256221627, + ], + [ + -81.51403543962917, + 37.79131221776864, + ], + [ + -81.60735624615008, + 37.78878761894849, + ], + [ + -81.71323946893342, + 37.81011242174853, + ], + [ + -81.77389799317201, + 37.922806215890816, + ], + [ + -81.97956269369693, + 37.99145381785165, + ], + [ + -81.93218443807862, + 38.025401614752475, + ], + [ + -81.92751839775258, + 38.152544708525014, + ], + [ + -81.83312081269489, + 38.20964361375536, + ], + [ + -81.64360779022167, + 38.22049401719518, + ], + [ + -81.5158300705238, + 38.112473416613604, + ], + [ + -81.45660725100092, + 37.98742520271311, + ], + ], + ], + "type": "Polygon", + }, + "id": "54005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17157 { + "geometry": { + "coordinates": [ + [ + [ + -89.89890990553282, + 38.22076259153775, + ], + [ + -89.70329513801784, + 38.21931229008787, + ], + [ + -89.59274587490845, + 38.21925857521936, + ], + [ + -89.59525835816093, + 37.95524999647324, + ], + [ + -89.67422211752478, + 37.80312948884171, + ], + [ + -89.84399420015704, + 37.90534888362377, + ], + [ + -89.93803285903581, + 37.874999982913394, + ], + [ + -89.99725567855869, + 37.96319979701332, + ], + [ + -90.20722749323073, + 38.088194296045295, + ], + [ + -90.03601970588277, + 38.135624524943125, + ], + [ + -90.03637863206168, + 38.22264261193574, + ], + [ + -89.89890990553282, + 38.22076259153775, + ], + ], + ], + "type": "Polygon", + }, + "id": "17157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29185 { + "geometry": { + "coordinates": [ + [ + [ + -93.52334646033333, + 38.21007333270347, + ], + [ + -93.5039644466713, + 38.071757546280026, + ], + [ + -93.51186082260769, + 37.915876997852514, + ], + [ + -93.57323719920413, + 37.82805318783219, + ], + [ + -93.62851183075882, + 37.829449774413554, + ], + [ + -93.81120525583245, + 37.83455268692238, + ], + [ + -93.80869277257996, + 37.892242455706366, + ], + [ + -94.06568391669138, + 37.90099797927415, + ], + [ + -94.05850539311285, + 38.0366280222719, + ], + [ + -94.04989116481862, + 38.21399451810499, + ], + [ + -93.52334646033333, + 38.21007333270347, + ], + ], + ], + "type": "Polygon", + }, + "id": "29185", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17145 { + "geometry": { + "coordinates": [ + [ + [ + -89.59274587490845, + 38.21925857521936, + ], + [ + -89.14731848686057, + 38.212866505866195, + ], + [ + -89.12973110409317, + 38.124720406634786, + ], + [ + -89.1774682858904, + 37.950308228569966, + ], + [ + -89.59525835816093, + 37.95524999647324, + ], + [ + -89.59274587490845, + 38.21925857521936, + ], + ], + ], + "type": "Polygon", + }, + "id": "17145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29055 { + "geometry": { + "coordinates": [ + [ + [ + -91.36763582970035, + 38.20975104349239, + ], + [ + -91.09592871225293, + 38.20400355256139, + ], + [ + -91.09987690022112, + 37.740014518337816, + ], + [ + -91.15335690088118, + 37.69731119786921, + ], + [ + -91.31056656725102, + 37.70005065616343, + ], + [ + -91.30913086253531, + 37.78717617289307, + ], + [ + -91.52879368403838, + 37.789002478422546, + ], + [ + -91.5345365029012, + 38.152544708525014, + ], + [ + -91.53525435525906, + 38.21098648546821, + ], + [ + -91.36763582970035, + 38.20975104349239, + ], + ], + ], + "type": "Polygon", + }, + "id": "29055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21067 { + "geometry": { + "coordinates": [ + [ + [ + -84.286381245658, + 38.06697692298228, + ], + [ + -84.33770768924451, + 37.891866451626775, + ], + [ + -84.43569453609146, + 37.847121966154646, + ], + [ + -84.4794835299205, + 37.940048688683795, + ], + [ + -84.6603823240995, + 38.00370080787283, + ], + [ + -84.62484863238576, + 38.11655574662066, + ], + [ + -84.40195547527237, + 38.20776359335737, + ], + [ + -84.3807788307157, + 38.112634561219146, + ], + [ + -84.286381245658, + 38.06697692298228, + ], + ], + ], + "type": "Polygon", + }, + "id": "21067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29221 { + "geometry": { + "coordinates": [ + [ + [ + -90.78007367479755, + 38.2040572674299, + ], + [ + -90.64009246501618, + 38.07648445470925, + ], + [ + -90.64511743152116, + 37.734804176091956, + ], + [ + -91.09987690022112, + 37.740014518337816, + ], + [ + -91.09592871225293, + 38.20400355256139, + ], + [ + -90.78007367479755, + 38.2040572674299, + ], + ], + ], + "type": "Polygon", + }, + "id": "29221", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18147 { + "geometry": { + "coordinates": [ + [ + [ + -86.79132704838655, + 38.20507784993167, + ], + [ + -86.7730218132613, + 37.998060746678874, + ], + [ + -86.81393939765893, + 37.99827560615293, + ], + [ + -86.97904543996515, + 37.93016515287722, + ], + [ + -87.07954477006459, + 37.794105390931364, + ], + [ + -87.26833994017997, + 37.87892116831491, + ], + [ + -87.15814960324951, + 38.01686095065875, + ], + [ + -87.01745054111029, + 38.20352011874476, + ], + [ + -86.79132704838655, + 38.20507784993167, + ], + ], + ], + "type": "Polygon", + }, + "id": "18147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21163 { + "geometry": { + "coordinates": [ + [ + [ + -85.99881804531668, + 37.99972590760281, + ], + [ + -86.007073347432, + 37.8188679453163, + ], + [ + -86.15172059753941, + 37.798939729097626, + ], + [ + -86.49090583662502, + 38.04581326478778, + ], + [ + -86.46111496377411, + 38.12117522531287, + ], + [ + -86.32974798228699, + 38.18155073752256, + ], + [ + -86.26693590097483, + 38.05709338717571, + ], + [ + -86.17935791331675, + 38.01127460433331, + ], + [ + -85.99881804531668, + 37.99972590760281, + ], + ], + ], + "type": "Polygon", + }, + "id": "21163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21239 { + "geometry": { + "coordinates": [ + [ + [ + -84.62484863238576, + 38.11655574662066, + ], + [ + -84.6603823240995, + 38.00370080787283, + ], + [ + -84.70991413679137, + 37.862000984733015, + ], + [ + -84.76052272802, + 37.84701453641762, + ], + [ + -84.79641534591266, + 37.9700753001831, + ], + [ + -84.86532917226657, + 38.116448316883634, + ], + [ + -84.72570688866413, + 38.19524802899362, + ], + [ + -84.62484863238576, + 38.11655574662066, + ], + ], + ], + "type": "Polygon", + }, + "id": "21239", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21173 { + "geometry": { + "coordinates": [ + [ + [ + -83.7594776149938, + 37.998759039969556, + ], + [ + -83.7688096956459, + 37.91834788180415, + ], + [ + -83.9662190940555, + 37.93070230156236, + ], + [ + -84.08071654513309, + 38.114890585696735, + ], + [ + -83.97806365796009, + 38.19223999635683, + ], + [ + -83.88187144200776, + 38.13659139257638, + ], + [ + -83.7594776149938, + 37.998759039969556, + ], + ], + ], + "type": "Polygon", + }, + "id": "21173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20079 { + "geometry": { + "coordinates": [ + [ + [ + -97.15280798163883, + 38.08771086222867, + ], + [ + -97.1524490554599, + 37.912707820610194, + ], + [ + -97.70196503539648, + 37.91249296113614, + ], + [ + -97.70196503539648, + 38.17381579645655, + ], + [ + -97.37175295078404, + 38.17365465185101, + ], + [ + -97.15352583399668, + 38.174621519484255, + ], + [ + -97.15280798163883, + 38.08771086222867, + ], + ], + ], + "type": "Polygon", + }, + "id": "20079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20073 { + "geometry": { + "coordinates": [ + [ + [ + -96.35706864295862, + 38.17365465185101, + ], + [ + -95.95866058435013, + 38.170915193556795, + ], + [ + -95.95901951052905, + 38.04017320359382, + ], + [ + -95.96081414142368, + 37.734267027406815, + ], + [ + -95.96081414142368, + 37.6037398969179, + ], + [ + -96.52540502087518, + 37.60701650389725, + ], + [ + -96.5228925376227, + 38.086367990515825, + ], + [ + -96.3581454214954, + 38.085830841830685, + ], + [ + -96.35706864295862, + 38.17365465185101, + ], + ], + ], + "type": "Polygon", + }, + "id": "20073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20155 { + "geometry": { + "coordinates": [ + [ + [ + -97.92198678307847, + 38.173708366719524, + ], + [ + -97.70196503539648, + 38.17381579645655, + ], + [ + -97.70196503539648, + 37.91249296113614, + ], + [ + -97.69873469978614, + 37.735072750434526, + ], + [ + -97.80784825817982, + 37.73378359359019, + ], + [ + -98.46504209179437, + 37.73260186648288, + ], + [ + -98.47257954155184, + 37.82445429164176, + ], + [ + -98.47293846773076, + 38.17274149908627, + ], + [ + -97.92198678307847, + 38.173708366719524, + ], + ], + ], + "type": "Polygon", + }, + "id": "20155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 18163 { + "geometry": { + "coordinates": [ + [ + [ + -87.46718504330529, + 38.16538256209985, + ], + [ + -87.4510333652536, + 37.94101555631705, + ], + [ + -87.51169188949218, + 37.90647689586257, + ], + [ + -87.58563068235105, + 37.97523192756044, + ], + [ + -87.61542155520196, + 37.83202808810222, + ], + [ + -87.70084598578649, + 37.89777508716331, + ], + [ + -87.68828356952406, + 38.168498024473664, + ], + [ + -87.46718504330529, + 38.16538256209985, + ], + ], + ], + "type": "Polygon", + }, + "id": "18163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29161 { + "geometry": { + "coordinates": [ + [ + [ + -91.5345365029012, + 38.152544708525014, + ], + [ + -91.52879368403838, + 37.789002478422546, + ], + [ + -91.80552576799076, + 37.79125850290013, + ], + [ + -91.80911502978003, + 37.598851843883125, + ], + [ + -92.02913677746201, + 37.60255816981059, + ], + [ + -92.02124040152563, + 38.01063002591114, + ], + [ + -91.8952573127224, + 38.05118475163918, + ], + [ + -91.63252334974815, + 38.05096989216512, + ], + [ + -91.6303697926746, + 38.15345786128975, + ], + [ + -91.5345365029012, + 38.152544708525014, + ], + ], + ], + "type": "Polygon", + }, + "id": "29161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49017 { + "geometry": { + "coordinates": [ + [ + [ + -109.92770854199337, + 38.15190013010285, + ], + [ + -110.0106204893254, + 38.109572813713854, + ], + [ + -110.21556733749249, + 37.89170530702123, + ], + [ + -110.40472143378679, + 37.879888035948156, + ], + [ + -110.48619767640312, + 37.67389151519713, + ], + [ + -110.64627875220437, + 37.54105464536211, + ], + [ + -112.36122803511553, + 37.53648888153842, + ], + [ + -112.68354374379159, + 37.54320324010266, + ], + [ + -112.68928656265442, + 37.80576151739889, + ], + [ + -112.5783783733661, + 37.80452607542308, + ], + [ + -112.58842830637604, + 37.8904161501769, + ], + [ + -112.46818803643565, + 37.89046986504541, + ], + [ + -112.47859689562452, + 38.14733436627917, + ], + [ + -112.44378105626863, + 38.149912679967834, + ], + [ + -111.84293863274556, + 38.151255551680684, + ], + [ + -111.41438077510723, + 38.150073824573376, + ], + [ + -109.92770854199337, + 38.15190013010285, + ], + ], + ], + "type": "Polygon", + }, + "id": "49017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51057 { + "geometry": { + "coordinates": [ + [ + [ + -76.68324799745645, + 37.77025598931117, + ], + [ + -76.75108504527357, + 37.728573251344336, + ], + [ + -76.80241148886006, + 37.79474996935353, + ], + [ + -76.94311055099928, + 37.78330870236006, + ], + [ + -77.01884397475278, + 37.84481222680854, + ], + [ + -77.07017041833929, + 37.96475752820022, + ], + [ + -77.16995189608087, + 38.07949248734603, + ], + [ + -77.11611296924188, + 38.149912679967834, + ], + [ + -77.06442759947646, + 38.16194481051496, + ], + [ + -77.05581337118223, + 38.107585363578835, + ], + [ + -76.92767672530543, + 38.06923294745987, + ], + [ + -76.9190624970112, + 37.974855923480845, + ], + [ + -76.79451511292368, + 37.895304203211666, + ], + [ + -76.68324799745645, + 37.77025598931117, + ], + ], + ], + "type": "Polygon", + }, + "id": "51057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08113 { + "geometry": { + "coordinates": [ + [ + [ + -107.96581804798073, + 38.152329849050965, + ], + [ + -107.89152032894293, + 38.115911168198494, + ], + [ + -107.90013455723717, + 38.02744277975601, + ], + [ + -107.74902663590908, + 37.95310140173269, + ], + [ + -107.73825885054129, + 37.90540259849229, + ], + [ + -107.86101160373417, + 37.77552004642554, + ], + [ + -107.98950717578988, + 37.85668321275013, + ], + [ + -108.2098878496508, + 37.820962825188346, + ], + [ + -108.25654825291126, + 37.89444476531544, + ], + [ + -108.81683201821564, + 37.89551906268572, + ], + [ + -109.04151980622366, + 37.88112347792398, + ], + [ + -109.04223765858151, + 38.152974427473126, + ], + [ + -107.96581804798073, + 38.152329849050965, + ], + ], + ], + "type": "Polygon", + }, + "id": "08113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51109 { + "geometry": { + "coordinates": [ + [ + [ + -77.95492344939329, + 38.11736146964837, + ], + [ + -77.82499217262186, + 38.09652010066496, + ], + [ + -77.687523446093, + 38.007997997353954, + ], + [ + -77.79699593066559, + 37.72970126358313, + ], + [ + -77.90036667019645, + 37.76853711351872, + ], + [ + -77.94774492581476, + 37.846047668784365, + ], + [ + -78.06260130307126, + 37.90465059033309, + ], + [ + -78.30667110474133, + 38.00633283643002, + ], + [ + -78.20796640553652, + 38.13315364099148, + ], + [ + -78.10136533039532, + 38.15227613418245, + ], + [ + -77.95492344939329, + 38.11736146964837, + ], + ], + ], + "type": "Polygon", + }, + "id": "51109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49021 { + "geometry": { + "coordinates": [ + [ + [ + -112.47859689562452, + 38.14733436627917, + ], + [ + -112.46818803643565, + 37.89046986504541, + ], + [ + -112.58842830637604, + 37.8904161501769, + ], + [ + -112.5783783733661, + 37.80452607542308, + ], + [ + -112.68928656265442, + 37.80576151739889, + ], + [ + -112.68354374379159, + 37.54320324010266, + ], + [ + -112.90141193440002, + 37.54341809957672, + ], + [ + -112.90141193440002, + 37.49974791147487, + ], + [ + -113.03672710385534, + 37.47455563814182, + ], + [ + -113.25351851592698, + 37.48223686433932, + ], + [ + -113.25351851592698, + 37.52886137020944, + ], + [ + -113.47461704214575, + 37.52896879994647, + ], + [ + -113.47497596832469, + 37.61829662628518, + ], + [ + -113.58803771468655, + 37.60476047941966, + ], + [ + -114.05248819021753, + 37.604814194288174, + ], + [ + -114.04997570696504, + 38.14856980825499, + ], + [ + -112.47859689562452, + 38.14733436627917, + ], + ], + ], + "type": "Polygon", + }, + "id": "49021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21215 { + "geometry": { + "coordinates": [ + [ + [ + -85.10257937653704, + 38.0370040263515, + ], + [ + -85.16790394110167, + 37.972062750318116, + ], + [ + -85.40012917886716, + 37.93994125894677, + ], + [ + -85.49201428067236, + 37.99236697061639, + ], + [ + -85.42920219936022, + 38.11811347780757, + ], + [ + -85.42417723285524, + 38.147441796016196, + ], + [ + -85.10257937653704, + 38.0370040263515, + ], + ], + ], + "type": "Polygon", + }, + "id": "21215", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08053 { + "geometry": { + "coordinates": [ + [ + [ + -107.0010244790261, + 38.1470657919366, + ], + [ + -107.00066555284718, + 37.95600200463244, + ], + [ + -107.13813427937606, + 37.93886696157649, + ], + [ + -107.14495387677566, + 37.67550296125255, + ], + [ + -107.12880219872396, + 37.42288193463139, + ], + [ + -107.48198555878771, + 37.42261336028882, + ], + [ + -107.48234448496663, + 37.639513999348196, + ], + [ + -107.48234448496663, + 37.767999964833585, + ], + [ + -107.56884569408794, + 37.96502610254279, + ], + [ + -107.51213535781754, + 38.06026256441804, + ], + [ + -107.56884569408794, + 38.147173221673626, + ], + [ + -107.0010244790261, + 38.1470657919366, + ], + ], + ], + "type": "Polygon", + }, + "id": "08053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21005 { + "geometry": { + "coordinates": [ + [ + [ + -84.86532917226657, + 38.116448316883634, + ], + [ + -84.79641534591266, + 37.9700753001831, + ], + [ + -84.93316622008369, + 37.95412198423445, + ], + [ + -85.03043521457279, + 37.89154416241569, + ], + [ + -85.15282904158676, + 37.89761394255777, + ], + [ + -85.16790394110167, + 37.972062750318116, + ], + [ + -85.10257937653704, + 38.0370040263515, + ], + [ + -85.02397454335211, + 38.12896388124739, + ], + [ + -84.86532917226657, + 38.116448316883634, + ], + ], + ], + "type": "Polygon", + }, + "id": "21005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17055 { + "geometry": { + "coordinates": [ + [ + [ + -88.70512143442303, + 38.12520384045141, + ], + [ + -88.70655713913874, + 37.90674547020514, + ], + [ + -88.70691606531767, + 37.863343856445866, + ], + [ + -89.15126667482876, + 37.862000984733015, + ], + [ + -89.1774682858904, + 37.950308228569966, + ], + [ + -89.12973110409317, + 38.124720406634786, + ], + [ + -88.70512143442303, + 38.12520384045141, + ], + ], + ], + "type": "Polygon", + }, + "id": "17055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51159 { + "geometry": { + "coordinates": [ + [ + [ + -76.6340751109435, + 37.966583833729686, + ], + [ + -76.50773309596134, + 37.83879616153499, + ], + [ + -76.61541094963933, + 37.806996959374715, + ], + [ + -76.7015532325817, + 37.82273541584931, + ], + [ + -76.8975269262756, + 37.990379520481376, + ], + [ + -76.93557310124181, + 38.08137250774402, + ], + [ + -76.8770681340768, + 38.124344402555195, + ], + [ + -76.76436531389385, + 38.00187450234336, + ], + [ + -76.6340751109435, + 37.966583833729686, + ], + ], + ], + "type": "Polygon", + }, + "id": "51159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29186 { + "geometry": { + "coordinates": [ + [ + [ + -90.20722749323073, + 38.088194296045295, + ], + [ + -89.99725567855869, + 37.96319979701332, + ], + [ + -89.93803285903581, + 37.874999982913394, + ], + [ + -90.11067635109949, + 37.67125948663994, + ], + [ + -90.2000489696522, + 37.66954061084749, + ], + [ + -90.4591936708372, + 37.87892116831491, + ], + [ + -90.3228017228451, + 37.98167771178211, + ], + [ + -90.416122529366, + 38.042268083465856, + ], + [ + -90.25281111795441, + 38.127728439271564, + ], + [ + -90.20722749323073, + 38.088194296045295, + ], + ], + ], + "type": "Polygon", + }, + "id": "29186", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21029 { + "geometry": { + "coordinates": [ + [ + [ + -85.49201428067236, + 37.99236697061639, + ], + [ + -85.64204542346367, + 37.83433782744832, + ], + [ + -85.73787871323707, + 37.81124043398732, + ], + [ + -85.93815952107809, + 37.9985441804955, + ], + [ + -85.71239495453328, + 38.087173713543535, + ], + [ + -85.55662099287915, + 38.07406728562613, + ], + [ + -85.42920219936022, + 38.11811347780757, + ], + [ + -85.49201428067236, + 37.99236697061639, + ], + ], + ], + "type": "Polygon", + }, + "id": "21029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21175 { + "geometry": { + "coordinates": [ + [ + [ + -83.02224324347863, + 38.007084844589215, + ], + [ + -82.98886310883846, + 37.963951805172506, + ], + [ + -83.00465586071122, + 37.859207811570286, + ], + [ + -83.11341049292598, + 37.86409586460506, + ], + [ + -83.27026123311688, + 37.76676452285776, + ], + [ + -83.26200593100158, + 37.71261993539569, + ], + [ + -83.49530794730384, + 37.86167869552193, + ], + [ + -83.4339315707074, + 38.03410342345174, + ], + [ + -83.26451841425406, + 38.113708858589426, + ], + [ + -83.19416888318446, + 38.01057631104263, + ], + [ + -83.02224324347863, + 38.007084844589215, + ], + ], + ], + "type": "Polygon", + }, + "id": "21175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21049 { + "geometry": { + "coordinates": [ + [ + [ + -83.9662190940555, + 37.93070230156236, + ], + [ + -84.00211171194816, + 37.83766814929619, + ], + [ + -84.08035761895415, + 37.85286945708564, + ], + [ + -84.33770768924451, + 37.891866451626775, + ], + [ + -84.286381245658, + 38.06697692298228, + ], + [ + -84.08071654513309, + 38.114890585696735, + ], + [ + -83.9662190940555, + 37.93070230156236, + ], + ], + ], + "type": "Polygon", + }, + "id": "21049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06013 { + "geometry": { + "coordinates": [ + [ + [ + -121.58311835027594, + 38.04108635635855, + ], + [ + -121.55763459157215, + 37.817256499260886, + ], + [ + -121.96142654286454, + 37.718206281721145, + ], + [ + -122.04541526873336, + 37.798134006069915, + ], + [ + -122.13873607525427, + 37.80431121594902, + ], + [ + -122.31173849349688, + 37.89750651282074, + ], + [ + -122.38675406489253, + 37.96400552004102, + ], + [ + -122.26148882844716, + 38.05295734230014, + ], + [ + -122.14842708208528, + 38.022232437510155, + ], + [ + -122.01454761734567, + 38.05811396967748, + ], + [ + -121.73350841924616, + 38.020083842769594, + ], + [ + -121.60537177336938, + 38.10097843475162, + ], + [ + -121.58311835027594, + 38.04108635635855, + ], + ], + ], + "type": "Polygon", + }, + "id": "06013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20015 { + "geometry": { + "coordinates": [ + [ + [ + -96.84090113215164, + 38.08561598235663, + ], + [ + -96.5228925376227, + 38.086367990515825, + ], + [ + -96.52540502087518, + 37.60701650389725, + ], + [ + -96.5257639470541, + 37.4763819436713, + ], + [ + -97.15352583399668, + 37.475522505775075, + ], + [ + -97.1524490554599, + 37.912707820610194, + ], + [ + -97.15280798163883, + 38.08771086222867, + ], + [ + -96.84090113215164, + 38.08561598235663, + ], + ], + ], + "type": "Polygon", + }, + "id": "20015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20047 { + "geometry": { + "coordinates": [ + [ + [ + -99.02209552148841, + 38.000209341419435, + ], + [ + -99.01348129319418, + 37.82531372953798, + ], + [ + -99.01348129319418, + 37.732924155693965, + ], + [ + -99.55940801134149, + 37.73485789096047, + ], + [ + -99.56981687053036, + 37.91303010982128, + ], + [ + -99.56945794435144, + 38.08733485814907, + ], + [ + -99.35051297520623, + 38.087173713543535, + ], + [ + -99.3501540490273, + 38.000692775236054, + ], + [ + -99.02209552148841, + 38.000209341419435, + ], + ], + ], + "type": "Polygon", + }, + "id": "20047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51163 { + "geometry": { + "coordinates": [ + [ + [ + -79.17204212213329, + 37.80312948884171, + ], + [ + -79.26428615011741, + 37.794642539616504, + ], + [ + -79.34540346655483, + 37.66067765754269, + ], + [ + -79.4369296421811, + 37.61700746944084, + ], + [ + -79.49866494495647, + 37.532836270479464, + ], + [ + -79.68351192710365, + 37.661644525175944, + ], + [ + -79.67417984645157, + 37.7630581969303, + ], + [ + -79.65084964482134, + 37.8715622313285, + ], + [ + -79.48251326690477, + 38.086099416173255, + ], + [ + -79.1573261487973, + 37.89100701373055, + ], + [ + -79.17204212213329, + 37.80312948884171, + ], + ], + ], + "type": "Polygon", + }, + "id": "51163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29187 { + "geometry": { + "coordinates": [ + [ + [ + -90.416122529366, + 38.042268083465856, + ], + [ + -90.3228017228451, + 37.98167771178211, + ], + [ + -90.4591936708372, + 37.87892116831491, + ], + [ + -90.2000489696522, + 37.66954061084749, + ], + [ + -90.11067635109949, + 37.67125948663994, + ], + [ + -90.14692789517107, + 37.641608879220236, + ], + [ + -90.5349270945907, + 37.64365004422377, + ], + [ + -90.64798884095256, + 37.642790606327544, + ], + [ + -90.64511743152116, + 37.734804176091956, + ], + [ + -90.64009246501618, + 38.07648445470925, + ], + [ + -90.58338212874578, + 38.00348594839878, + ], + [ + -90.416122529366, + 38.042268083465856, + ], + ], + ], + "type": "Polygon", + }, + "id": "29187", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06099 { + "geometry": { + "coordinates": [ + [ + [ + -120.3871763220926, + 37.634572231444906, + ], + [ + -120.981558074395, + 37.400643979066615, + ], + [ + -120.96612424870116, + 37.343437644099254, + ], + [ + -121.22706358078078, + 37.13685025979456, + ], + [ + -121.28233821233547, + 37.18368962513873, + ], + [ + -121.40006599902338, + 37.15081612560819, + ], + [ + -121.45857096618842, + 37.283706710311726, + ], + [ + -121.40616774406513, + 37.31045671483167, + ], + [ + -121.47292801334548, + 37.482183149470806, + ], + [ + -121.4718512348087, + 37.481753430522694, + ], + [ + -121.20660478858196, + 37.69435688010094, + ], + [ + -120.99268478594172, + 37.76080217245271, + ], + [ + -120.92520666430353, + 37.73808078307131, + ], + [ + -120.92592451666138, + 38.0778273264221, + ], + [ + -120.65385847303504, + 37.83175951375965, + ], + [ + -120.3871763220926, + 37.634572231444906, + ], + ], + ], + "type": "Polygon", + }, + "id": "06099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29085 { + "geometry": { + "coordinates": [ + [ + [ + -93.06535665602303, + 38.062464874027114, + ], + [ + -93.07253517960156, + 37.902609425329565, + ], + [ + -93.18272551653202, + 37.904220871384986, + ], + [ + -93.187750483037, + 37.802753484762114, + ], + [ + -93.57323719920413, + 37.82805318783219, + ], + [ + -93.51186082260769, + 37.915876997852514, + ], + [ + -93.5039644466713, + 38.071757546280026, + ], + [ + -93.06535665602303, + 38.062464874027114, + ], + ], + ], + "type": "Polygon", + }, + "id": "29085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29217 { + "geometry": { + "coordinates": [ + [ + [ + -94.05850539311285, + 38.0366280222719, + ], + [ + -94.06568391669138, + 37.90099797927415, + ], + [ + -94.07358029262777, + 37.63972885882225, + ], + [ + -94.61807130605938, + 37.653587294898855, + ], + [ + -94.61807130605938, + 37.67308579216942, + ], + [ + -94.61412311809119, + 38.03705774122001, + ], + [ + -94.61412311809119, + 38.06004770494398, + ], + [ + -94.05850539311285, + 38.0366280222719, + ], + ], + ], + "type": "Polygon", + }, + "id": "29217", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21165 { + "geometry": { + "coordinates": [ + [ + [ + -83.49889720909312, + 38.05118475163918, + ], + [ + -83.4339315707074, + 38.03410342345174, + ], + [ + -83.49530794730384, + 37.86167869552193, + ], + [ + -83.63098204293809, + 37.82542115927501, + ], + [ + -83.7688096956459, + 37.91834788180415, + ], + [ + -83.7594776149938, + 37.998759039969556, + ], + [ + -83.57893774699374, + 38.01267119091467, + ], + [ + -83.49889720909312, + 38.05118475163918, + ], + ], + ], + "type": "Polygon", + }, + "id": "21165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51125 { + "geometry": { + "coordinates": [ + [ + [ + -78.6440617129323, + 37.73308530029951, + ], + [ + -78.71441124400191, + 37.6383859871094, + ], + [ + -78.80127137930214, + 37.64177002382578, + ], + [ + -78.82531943329022, + 37.552549627224096, + ], + [ + -78.86910842711926, + 37.542075227863876, + ], + [ + -79.06723567788673, + 37.76896683246683, + ], + [ + -79.17204212213329, + 37.80312948884171, + ], + [ + -79.1573261487973, + 37.89100701373055, + ], + [ + -79.00585930129029, + 37.881499482003576, + ], + [ + -78.89961715232802, + 37.948696782514546, + ], + [ + -78.83931755426836, + 38.04753214058023, + ], + [ + -78.6440617129323, + 37.73308530029951, + ], + ], + ], + "type": "Polygon", + }, + "id": "51125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21027 { + "geometry": { + "coordinates": [ + [ + [ + -86.15172059753941, + 37.798939729097626, + ], + [ + -86.275909055448, + 37.59358778676876, + ], + [ + -86.40942959400869, + 37.56656920790624, + ], + [ + -86.50454503142423, + 37.622325241423724, + ], + [ + -86.59284087144016, + 37.56458175777122, + ], + [ + -86.63914234852169, + 37.66175195491297, + ], + [ + -86.6556529527523, + 37.842824776673524, + ], + [ + -86.51064677646598, + 37.92629768234422, + ], + [ + -86.49090583662502, + 38.04581326478778, + ], + [ + -86.15172059753941, + 37.798939729097626, + ], + ], + ], + "type": "Polygon", + }, + "id": "21027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20207 { + "geometry": { + "coordinates": [ + [ + [ + -95.519334941344, + 38.03823946832731, + ], + [ + -95.52579561256468, + 37.73270929621991, + ], + [ + -95.96081414142368, + 37.734267027406815, + ], + [ + -95.95901951052905, + 38.04017320359382, + ], + [ + -95.519334941344, + 38.03823946832731, + ], + ], + ], + "type": "Polygon", + }, + "id": "20207", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20001 { + "geometry": { + "coordinates": [ + [ + [ + -95.07785574126432, + 38.03770231964218, + ], + [ + -95.08826460045319, + 37.73254815161437, + ], + [ + -95.52579561256468, + 37.73270929621991, + ], + [ + -95.519334941344, + 38.03823946832731, + ], + [ + -95.07785574126432, + 38.03770231964218, + ], + ], + ], + "type": "Polygon", + }, + "id": "20001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20011 { + "geometry": { + "coordinates": [ + [ + [ + -94.61412311809119, + 38.03705774122001, + ], + [ + -94.61807130605938, + 37.67308579216942, + ], + [ + -95.08826460045319, + 37.674536093619295, + ], + [ + -95.08826460045319, + 37.73254815161437, + ], + [ + -95.07785574126432, + 38.03770231964218, + ], + [ + -94.61412311809119, + 38.03705774122001, + ], + ], + ], + "type": "Polygon", + }, + "id": "20011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51001 { + "geometry": { + "coordinates": [ + [ + [ + [ + -75.79346999989747, + 37.50146678726732, + ], + [ + -75.83869469844221, + 37.55539651525533, + ], + [ + -75.94027080707843, + 37.5625943076362, + ], + [ + -75.82541442982193, + 37.7411425305766, + ], + [ + -75.68938140800877, + 37.8357881288982, + ], + [ + -75.62082650783378, + 37.99451556535695, + ], + [ + -75.3778334847005, + 38.01514207486631, + ], + [ + -75.41946892145599, + 37.88407779569225, + ], + [ + -75.60503375596102, + 37.70107123866519, + ], + [ + -75.62477469580197, + 37.57022181896518, + ], + [ + -75.79346999989747, + 37.50146678726732, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "51001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54045 { + "geometry": { + "coordinates": [ + [ + [ + -81.93218443807862, + 38.025401614752475, + ], + [ + -81.97956269369693, + 37.99145381785165, + ], + [ + -81.77389799317201, + 37.922806215890816, + ], + [ + -81.71323946893342, + 37.81011242174853, + ], + [ + -81.60735624615008, + 37.78878761894849, + ], + [ + -81.76456591251991, + 37.75242265296454, + ], + [ + -81.70139490502883, + 37.701500957613305, + ], + [ + -81.80261208748614, + 37.66062394267418, + ], + [ + -81.92715947157366, + 37.68237846442233, + ], + [ + -81.99320188849615, + 37.640695726455505, + ], + [ + -82.08257450704886, + 37.70166210221885, + ], + [ + -82.11236537989977, + 37.854158613929975, + ], + [ + -82.19061128690576, + 37.974855923480845, + ], + [ + -81.93218443807862, + 38.025401614752475, + ], + ], + ], + "type": "Polygon", + }, + "id": "54045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51133 { + "geometry": { + "coordinates": [ + [ + [ + -76.3505234295915, + 37.70128609813925, + ], + [ + -76.41943725594541, + 37.82343370913999, + ], + [ + -76.50773309596134, + 37.83879616153499, + ], + [ + -76.6340751109435, + 37.966583833729686, + ], + [ + -76.57844155320988, + 38.016001512762536, + ], + [ + -76.4747118875001, + 38.01557179381442, + ], + [ + -76.24248664973462, + 37.88397036595522, + ], + [ + -76.3505234295915, + 37.70128609813925, + ], + ], + ], + "type": "Polygon", + }, + "id": "51133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29169 { + "geometry": { + "coordinates": [ + [ + [ + -92.18526966529508, + 38.0162700871051, + ], + [ + -92.02124040152563, + 38.01063002591114, + ], + [ + -92.02913677746201, + 37.60255816981059, + ], + [ + -92.24951745132293, + 37.604545619945604, + ], + [ + -92.24879959896508, + 37.64843066752151, + ], + [ + -92.41354671509238, + 37.713962807108544, + ], + [ + -92.40923960094526, + 37.85915409670177, + ], + [ + -92.40636819151385, + 38.021158140139875, + ], + [ + -92.18526966529508, + 38.0162700871051, + ], + ], + ], + "type": "Polygon", + }, + "id": "29169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08055 { + "geometry": { + "coordinates": [ + [ + [ + -105.05026069656019, + 37.9154472789044, + ], + [ + -105.01365022630968, + 37.881230907661006, + ], + [ + -104.6464687452678, + 37.900514545457526, + ], + [ + -104.35107250001123, + 37.81747135873494, + ], + [ + -104.454802165721, + 37.74082024136552, + ], + [ + -104.54884082459976, + 37.574680153051844, + ], + [ + -104.75019841097757, + 37.40456516446814, + ], + [ + -104.9328918360512, + 37.39537992195225, + ], + [ + -105.15399036226997, + 37.29310681230167, + ], + [ + -105.13747975803935, + 37.40107369801473, + ], + [ + -105.18593479219443, + 37.6172223289149, + ], + [ + -105.29720190766167, + 37.65826048845956, + ], + [ + -105.48563815159812, + 37.577903045162685, + ], + [ + -105.45728298346292, + 37.751402070462774, + ], + [ + -105.47307573533568, + 37.895948781633834, + ], + [ + -105.31443036425014, + 37.937685234469186, + ], + [ + -105.28428056522031, + 37.89949396295576, + ], + [ + -105.16870633560596, + 38.018902115662286, + ], + [ + -105.05026069656019, + 37.9154472789044, + ], + ], + ], + "type": "Polygon", + }, + "id": "08055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51085 { + "geometry": { + "coordinates": [ + [ + [ + -77.64229874754824, + 37.99113152864057, + ], + [ + -77.48401230264162, + 37.883486932138595, + ], + [ + -77.40433069091992, + 37.77987095077517, + ], + [ + -77.34510787139703, + 37.789378482502144, + ], + [ + -77.29234572309484, + 37.714392526056656, + ], + [ + -77.10785766712658, + 37.65863649253916, + ], + [ + -77.12365041899935, + 37.626891005247415, + ], + [ + -77.22845686324591, + 37.53622030719585, + ], + [ + -77.403971764741, + 37.6052976281048, + ], + [ + -77.44165901352828, + 37.680229869681774, + ], + [ + -77.63009525746473, + 37.70724844854429, + ], + [ + -77.79699593066559, + 37.72970126358313, + ], + [ + -77.687523446093, + 38.007997997353954, + ], + [ + -77.64229874754824, + 37.99113152864057, + ], + ], + ], + "type": "Polygon", + }, + "id": "51085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51065 { + "geometry": { + "coordinates": [ + [ + [ + -78.15915244520251, + 37.74855518243153, + ], + [ + -78.23991083546099, + 37.690489409567945, + ], + [ + -78.46280399257438, + 37.759083296660265, + ], + [ + -78.4915180868885, + 37.79668370462004, + ], + [ + -78.30667110474133, + 38.00633283643002, + ], + [ + -78.06260130307126, + 37.90465059033309, + ], + [ + -78.15915244520251, + 37.74855518243153, + ], + ], + ], + "type": "Polygon", + }, + "id": "51065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21093 { + "geometry": { + "coordinates": [ + [ + [ + -85.73787871323707, + 37.81124043398732, + ], + [ + -85.68045052460882, + 37.732118432666255, + ], + [ + -85.87570636594486, + 37.5441163928674, + ], + [ + -85.89293482253335, + 37.44028555202992, + ], + [ + -86.0476320056507, + 37.44973936888837, + ], + [ + -86.11367442257318, + 37.56667663764327, + ], + [ + -86.20807200763088, + 37.57140354607249, + ], + [ + -86.275909055448, + 37.59358778676876, + ], + [ + -86.15172059753941, + 37.798939729097626, + ], + [ + -86.007073347432, + 37.8188679453163, + ], + [ + -85.99881804531668, + 37.99972590760281, + ], + [ + -85.94856838026696, + 38.00676255537813, + ], + [ + -85.93815952107809, + 37.9985441804955, + ], + [ + -85.73787871323707, + 37.81124043398732, + ], + ], + ], + "type": "Polygon", + }, + "id": "21093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21113 { + "geometry": { + "coordinates": [ + [ + [ + -84.43569453609146, + 37.847121966154646, + ], + [ + -84.52542608082311, + 37.76918169194089, + ], + [ + -84.57065077936785, + 37.72873439594988, + ], + [ + -84.71673373419097, + 37.81543019373141, + ], + [ + -84.70991413679137, + 37.862000984733015, + ], + [ + -84.6603823240995, + 38.00370080787283, + ], + [ + -84.4794835299205, + 37.940048688683795, + ], + [ + -84.43569453609146, + 37.847121966154646, + ], + ], + ], + "type": "Polygon", + }, + "id": "21113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21115 { + "geometry": { + "coordinates": [ + [ + [ + -82.61270847332341, + 37.879243457525995, + ], + [ + -82.67085451430951, + 37.851526585372795, + ], + [ + -82.64070471527968, + 37.7199788723821, + ], + [ + -82.76273961611471, + 37.75580668968092, + ], + [ + -82.94040807468336, + 37.71643369106018, + ], + [ + -83.00465586071122, + 37.859207811570286, + ], + [ + -82.98886310883846, + 37.963951805172506, + ], + [ + -82.93933129614659, + 37.99897389944361, + ], + [ + -82.61270847332341, + 37.879243457525995, + ], + ], + ], + "type": "Polygon", + }, + "id": "21115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20069 { + "geometry": { + "coordinates": [ + [ + [ + -100.22665177796598, + 38.00101506444714, + ], + [ + -100.22701070414492, + 37.91394326258601, + ], + [ + -100.21624291877711, + 37.47520021656399, + ], + [ + -100.65269715235183, + 37.47482421248439, + ], + [ + -100.6523382261729, + 37.736254477541834, + ], + [ + -100.66418279007748, + 38.00251908076553, + ], + [ + -100.22665177796598, + 38.00101506444714, + ], + ], + ], + "type": "Polygon", + }, + "id": "20069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21091 { + "geometry": { + "coordinates": [ + [ + [ + -86.6556529527523, + 37.842824776673524, + ], + [ + -86.63914234852169, + 37.66175195491297, + ], + [ + -86.82363040448995, + 37.73775849386023, + ], + [ + -86.85413912969871, + 37.840622467064456, + ], + [ + -86.97904543996515, + 37.93016515287722, + ], + [ + -86.81393939765893, + 37.99827560615293, + ], + [ + -86.75005053781, + 37.911526093502886, + ], + [ + -86.64416731502666, + 37.89680821953006, + ], + [ + -86.6556529527523, + 37.842824776673524, + ], + ], + ], + "type": "Polygon", + }, + "id": "21091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54081 { + "geometry": { + "coordinates": [ + [ + [ + -81.45660725100092, + 37.98742520271311, + ], + [ + -81.38051490106848, + 37.96916214741836, + ], + [ + -81.29509047048396, + 37.88939556767513, + ], + [ + -81.07291516572842, + 37.87596685054665, + ], + [ + -80.94477851985162, + 37.81919023452738, + ], + [ + -80.87765932439235, + 37.68710537285156, + ], + [ + -80.9469320769252, + 37.715574253163965, + ], + [ + -81.09409181028508, + 37.58859230399696, + ], + [ + -81.19889825453164, + 37.575217301736984, + ], + [ + -81.22186952998294, + 37.51049088517766, + ], + [ + -81.32272778626131, + 37.59981871151638, + ], + [ + -81.46414470075838, + 37.78642416473387, + ], + [ + -81.51403543962917, + 37.79131221776864, + ], + [ + -81.57074577589957, + 37.92839256221627, + ], + [ + -81.45660725100092, + 37.98742520271311, + ], + ], + ], + "type": "Polygon", + }, + "id": "54081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21179 { + "geometry": { + "coordinates": [ + [ + [ + -85.16790394110167, + 37.972062750318116, + ], + [ + -85.15282904158676, + 37.89761394255777, + ], + [ + -85.2561997811176, + 37.859583815649884, + ], + [ + -85.40156488358286, + 37.7307218460849, + ], + [ + -85.52108730116542, + 37.554161073279516, + ], + [ + -85.62374018833842, + 37.55206619340747, + ], + [ + -85.57277267093085, + 37.63822484250386, + ], + [ + -85.68045052460882, + 37.732118432666255, + ], + [ + -85.73787871323707, + 37.81124043398732, + ], + [ + -85.64204542346367, + 37.83433782744832, + ], + [ + -85.49201428067236, + 37.99236697061639, + ], + [ + -85.40012917886716, + 37.93994125894677, + ], + [ + -85.16790394110167, + 37.972062750318116, + ], + ], + ], + "type": "Polygon", + }, + "id": "21179", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54059 { + "geometry": { + "coordinates": [ + [ + [ + -81.80261208748614, + 37.66062394267418, + ], + [ + -81.85573316196727, + 37.54900444590217, + ], + [ + -81.92715947157366, + 37.512693194786735, + ], + [ + -81.96807705597128, + 37.538046612725324, + ], + [ + -82.1249277961622, + 37.550938181168675, + ], + [ + -82.33382283229746, + 37.74141110491917, + ], + [ + -82.41529907491379, + 37.85458833287809, + ], + [ + -82.30618551652012, + 37.94370129974274, + ], + [ + -82.19061128690576, + 37.974855923480845, + ], + [ + -82.11236537989977, + 37.854158613929975, + ], + [ + -82.08257450704886, + 37.70166210221885, + ], + [ + -81.99320188849615, + 37.640695726455505, + ], + [ + -81.92715947157366, + 37.68237846442233, + ], + [ + -81.80261208748614, + 37.66062394267418, + ], + ], + ], + "type": "Polygon", + }, + "id": "54059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21101 { + "geometry": { + "coordinates": [ + [ + [ + -87.58563068235105, + 37.97523192756044, + ], + [ + -87.51169188949218, + 37.90647689586257, + ], + [ + -87.4510333652536, + 37.94101555631705, + ], + [ + -87.30207900099907, + 37.89874195479656, + ], + [ + -87.27300598050601, + 37.77863550879935, + ], + [ + -87.40868007614026, + 37.68350647666112, + ], + [ + -87.49518128526157, + 37.64746379988826, + ], + [ + -87.73422612042665, + 37.63822484250386, + ], + [ + -87.75468491262548, + 37.735072750434526, + ], + [ + -87.92696947851023, + 37.90164255769631, + ], + [ + -87.70084598578649, + 37.89777508716331, + ], + [ + -87.61542155520196, + 37.83202808810222, + ], + [ + -87.58563068235105, + 37.97523192756044, + ], + ], + ], + "type": "Polygon", + }, + "id": "21101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51097 { + "geometry": { + "coordinates": [ + [ + [ + -77.07017041833929, + 37.96475752820022, + ], + [ + -77.01884397475278, + 37.84481222680854, + ], + [ + -76.94311055099928, + 37.78330870236006, + ], + [ + -76.80241148886006, + 37.79474996935353, + ], + [ + -76.75108504527357, + 37.728573251344336, + ], + [ + -76.65417497696339, + 37.60314903336425, + ], + [ + -76.70370678965526, + 37.44941707967729, + ], + [ + -76.79559189146046, + 37.5891294526821, + ], + [ + -77.08955243200133, + 37.75521582612726, + ], + [ + -77.18143753380652, + 37.89165159215272, + ], + [ + -77.1810786076276, + 37.95100652186065, + ], + [ + -77.07017041833929, + 37.96475752820022, + ], + ], + ], + "type": "Polygon", + }, + "id": "51097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08111 { + "geometry": { + "coordinates": [ + [ + [ + -107.56884569408794, + 37.96502610254279, + ], + [ + -107.48234448496663, + 37.767999964833585, + ], + [ + -107.48234448496663, + 37.639513999348196, + ], + [ + -107.97191979302248, + 37.63956771421671, + ], + [ + -107.96904838359107, + 37.69543117747122, + ], + [ + -107.86101160373417, + 37.77552004642554, + ], + [ + -107.73825885054129, + 37.90540259849229, + ], + [ + -107.56884569408794, + 37.96502610254279, + ], + ], + ], + "type": "Polygon", + }, + "id": "08111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21167 { + "geometry": { + "coordinates": [ + [ + [ + -84.70991413679137, + 37.862000984733015, + ], + [ + -84.71673373419097, + 37.81543019373141, + ], + [ + -84.74508890232617, + 37.713049654343806, + ], + [ + -85.0250513218889, + 37.678779568231896, + ], + [ + -85.0006443417219, + 37.85448090314106, + ], + [ + -85.03043521457279, + 37.89154416241569, + ], + [ + -84.93316622008369, + 37.95412198423445, + ], + [ + -84.79641534591266, + 37.9700753001831, + ], + [ + -84.76052272802, + 37.84701453641762, + ], + [ + -84.70991413679137, + 37.862000984733015, + ], + ], + ], + "type": "Polygon", + }, + "id": "21167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08079 { + "geometry": { + "coordinates": [ + [ + [ + -106.69378366986496, + 37.83525098021306, + ], + [ + -106.7106532002745, + 37.404242875257054, + ], + [ + -107.12880219872396, + 37.392425604183984, + ], + [ + -107.12880219872396, + 37.42288193463139, + ], + [ + -107.14495387677566, + 37.67550296125255, + ], + [ + -107.13813427937606, + 37.93886696157649, + ], + [ + -107.00066555284718, + 37.95600200463244, + ], + [ + -106.89765373949525, + 37.96781927570551, + ], + [ + -106.69378366986496, + 37.871669661065525, + ], + [ + -106.69378366986496, + 37.83525098021306, + ], + ], + ], + "type": "Polygon", + }, + "id": "08079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21159 { + "geometry": { + "coordinates": [ + [ + [ + -82.49785209606691, + 37.945473890403704, + ], + [ + -82.41529907491379, + 37.85458833287809, + ], + [ + -82.33382283229746, + 37.74141110491917, + ], + [ + -82.45585773313249, + 37.66852002834573, + ], + [ + -82.56353558681046, + 37.68468820376843, + ], + [ + -82.64070471527968, + 37.7199788723821, + ], + [ + -82.67085451430951, + 37.851526585372795, + ], + [ + -82.61270847332341, + 37.879243457525995, + ], + [ + -82.58076404339894, + 37.95406826936594, + ], + [ + -82.49785209606691, + 37.945473890403704, + ], + ], + ], + "type": "Polygon", + }, + "id": "21159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51005 { + "geometry": { + "coordinates": [ + [ + [ + -79.65084964482134, + 37.8715622313285, + ], + [ + -79.67417984645157, + 37.7630581969303, + ], + [ + -79.81667353948541, + 37.80098089410116, + ], + [ + -80.0205436091157, + 37.64741008501974, + ], + [ + -80.14437314084537, + 37.59654210453702, + ], + [ + -80.22082441695673, + 37.62775044314364, + ], + [ + -80.29619891453132, + 37.691778566412275, + ], + [ + -80.1623194497917, + 37.87510741265042, + ], + [ + -80.05607730082943, + 37.951973389493894, + ], + [ + -79.93511917853118, + 37.954229413971476, + ], + [ + -79.8866641443761, + 37.89277960439151, + ], + [ + -79.65084964482134, + 37.8715622313285, + ], + ], + ], + "type": "Polygon", + }, + "id": "51005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17077 { + "geometry": { + "coordinates": [ + [ + [ + -89.1774682858904, + 37.950308228569966, + ], + [ + -89.15126667482876, + 37.862000984733015, + ], + [ + -89.15377915808125, + 37.600463289938546, + ], + [ + -89.45061110805352, + 37.60003357099043, + ], + [ + -89.52167849148098, + 37.57210183936317, + ], + [ + -89.51198748464996, + 37.68549392679614, + ], + [ + -89.6677614463041, + 37.758546147975125, + ], + [ + -89.67422211752478, + 37.80312948884171, + ], + [ + -89.59525835816093, + 37.95524999647324, + ], + [ + -89.1774682858904, + 37.950308228569966, + ], + ], + ], + "type": "Polygon", + }, + "id": "17077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21197 { + "geometry": { + "coordinates": [ + [ + [ + -83.7688096956459, + 37.91834788180415, + ], + [ + -83.63098204293809, + 37.82542115927501, + ], + [ + -83.70815117140731, + 37.71643369106018, + ], + [ + -83.72214929238544, + 37.71627254645464, + ], + [ + -83.905201643638, + 37.75859986284364, + ], + [ + -84.00211171194816, + 37.83766814929619, + ], + [ + -83.9662190940555, + 37.93070230156236, + ], + [ + -83.7688096956459, + 37.91834788180415, + ], + ], + ], + "type": "Polygon", + }, + "id": "21197", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21059 { + "geometry": { + "coordinates": [ + [ + [ + -86.82363040448995, + 37.73775849386023, + ], + [ + -86.8175286594482, + 37.67410637467118, + ], + [ + -87.03826825948804, + 37.56098286158078, + ], + [ + -87.40868007614026, + 37.68350647666112, + ], + [ + -87.27300598050601, + 37.77863550879935, + ], + [ + -87.30207900099907, + 37.89874195479656, + ], + [ + -87.26833994017997, + 37.87892116831491, + ], + [ + -87.07954477006459, + 37.794105390931364, + ], + [ + -86.97904543996515, + 37.93016515287722, + ], + [ + -86.85413912969871, + 37.840622467064456, + ], + [ + -86.82363040448995, + 37.73775849386023, + ], + ], + ], + "type": "Polygon", + }, + "id": "21059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21151 { + "geometry": { + "coordinates": [ + [ + [ + -84.08035761895415, + 37.85286945708564, + ], + [ + -84.0904075519641, + 37.56646177816921, + ], + [ + -84.19916218417886, + 37.52279159006736, + ], + [ + -84.34775762225445, + 37.53895976549006, + ], + [ + -84.52542608082311, + 37.76918169194089, + ], + [ + -84.43569453609146, + 37.847121966154646, + ], + [ + -84.33770768924451, + 37.891866451626775, + ], + [ + -84.08035761895415, + 37.85286945708564, + ], + ], + ], + "type": "Polygon", + }, + "id": "21151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17059 { + "geometry": { + "coordinates": [ + [ + [ + -88.09207552081645, + 37.89095329886204, + ], + [ + -88.02818666096752, + 37.799208303440196, + ], + [ + -88.15883579009679, + 37.66347083070542, + ], + [ + -88.133352031393, + 37.57425043410373, + ], + [ + -88.37526827598951, + 37.59955013717381, + ], + [ + -88.37455042363166, + 37.90760490810136, + ], + [ + -88.37455042363166, + 37.90841063112907, + ], + [ + -88.09207552081645, + 37.89095329886204, + ], + ], + ], + "type": "Polygon", + }, + "id": "17059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21229 { + "geometry": { + "coordinates": [ + [ + [ + -85.03043521457279, + 37.89154416241569, + ], + [ + -85.0006443417219, + 37.85448090314106, + ], + [ + -85.0250513218889, + 37.678779568231896, + ], + [ + -85.03007628839387, + 37.63118819472853, + ], + [ + -85.34054743316536, + 37.65154612989532, + ], + [ + -85.40156488358286, + 37.7307218460849, + ], + [ + -85.2561997811176, + 37.859583815649884, + ], + [ + -85.15282904158676, + 37.89761394255777, + ], + [ + -85.03043521457279, + 37.89154416241569, + ], + ], + ], + "type": "Polygon", + }, + "id": "21229", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20057 { + "geometry": { + "coordinates": [ + [ + [ + -99.56981687053036, + 37.91303010982128, + ], + [ + -99.55940801134149, + 37.73485789096047, + ], + [ + -99.55617767573115, + 37.46768013497204, + ], + [ + -100.10712936038344, + 37.47482421248439, + ], + [ + -100.21624291877711, + 37.47520021656399, + ], + [ + -100.22701070414492, + 37.91394326258601, + ], + [ + -99.56981687053036, + 37.91303010982128, + ], + ], + ], + "type": "Polygon", + }, + "id": "20057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20173 { + "geometry": { + "coordinates": [ + [ + [ + -97.1524490554599, + 37.912707820610194, + ], + [ + -97.15352583399668, + 37.475522505775075, + ], + [ + -97.8074893320009, + 37.474179634062224, + ], + [ + -97.80784825817982, + 37.73378359359019, + ], + [ + -97.69873469978614, + 37.735072750434526, + ], + [ + -97.70196503539648, + 37.91249296113614, + ], + [ + -97.1524490554599, + 37.912707820610194, + ], + ], + ], + "type": "Polygon", + }, + "id": "20173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17165 { + "geometry": { + "coordinates": [ + [ + [ + -88.37455042363166, + 37.90760490810136, + ], + [ + -88.37526827598951, + 37.59955013717381, + ], + [ + -88.41223767241895, + 37.599926141253405, + ], + [ + -88.70906962239123, + 37.59928156283124, + ], + [ + -88.70691606531767, + 37.863343856445866, + ], + [ + -88.70655713913874, + 37.90674547020514, + ], + [ + -88.37455042363166, + 37.90760490810136, + ], + ], + ], + "type": "Polygon", + }, + "id": "17165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51101 { + "geometry": { + "coordinates": [ + [ + [ + -77.18143753380652, + 37.89165159215272, + ], + [ + -77.08955243200133, + 37.75521582612726, + ], + [ + -76.79559189146046, + 37.5891294526821, + ], + [ + -76.96356934319809, + 37.58284481306596, + ], + [ + -77.12365041899935, + 37.626891005247415, + ], + [ + -77.10785766712658, + 37.65863649253916, + ], + [ + -77.29234572309484, + 37.714392526056656, + ], + [ + -77.34510787139703, + 37.789378482502144, + ], + [ + -77.18143753380652, + 37.89165159215272, + ], + ], + ], + "type": "Polygon", + }, + "id": "51101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29059 { + "geometry": { + "coordinates": [ + [ + [ + -93.07253517960156, + 37.902609425329565, + ], + [ + -92.85538484135098, + 37.89573392215978, + ], + [ + -92.85359021045635, + 37.484009455000276, + ], + [ + -93.0718173272437, + 37.486534053820435, + ], + [ + -93.07325303195941, + 37.414985848959844, + ], + [ + -93.18272551653202, + 37.41724187343743, + ], + [ + -93.187750483037, + 37.802753484762114, + ], + [ + -93.18272551653202, + 37.904220871384986, + ], + [ + -93.07253517960156, + 37.902609425329565, + ], + ], + ], + "type": "Polygon", + }, + "id": "29059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06001 { + "geometry": { + "coordinates": [ + [ + [ + -121.55763459157215, + 37.817256499260886, + ], + [ + -121.55763459157215, + 37.54159179404725, + ], + [ + -121.4718512348087, + 37.481753430522694, + ], + [ + -121.47292801334548, + 37.482183149470806, + ], + [ + -121.86559325309115, + 37.484546603685416, + ], + [ + -121.98691030156833, + 37.46284579680578, + ], + [ + -122.1093041285823, + 37.50334680766531, + ], + [ + -122.16278412924235, + 37.67018518926966, + ], + [ + -122.32896695008534, + 37.79942316291425, + ], + [ + -122.31173849349688, + 37.89750651282074, + ], + [ + -122.13873607525427, + 37.80431121594902, + ], + [ + -122.04541526873336, + 37.798134006069915, + ], + [ + -121.96142654286454, + 37.718206281721145, + ], + [ + -121.55763459157215, + 37.817256499260886, + ], + ], + ], + "type": "Polygon", + }, + "id": "06001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51075 { + "geometry": { + "coordinates": [ + [ + [ + -77.63009525746473, + 37.70724844854429, + ], + [ + -77.65414331145281, + 37.56264802250472, + ], + [ + -77.94666814727798, + 37.67894071283744, + ], + [ + -77.95743593264577, + 37.6249035551124, + ], + [ + -78.07229230990228, + 37.65729362082631, + ], + [ + -78.15915244520251, + 37.74855518243153, + ], + [ + -78.06260130307126, + 37.90465059033309, + ], + [ + -77.94774492581476, + 37.846047668784365, + ], + [ + -77.90036667019645, + 37.76853711351872, + ], + [ + -77.79699593066559, + 37.72970126358313, + ], + [ + -77.63009525746473, + 37.70724844854429, + ], + ], + ], + "type": "Polygon", + }, + "id": "51075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29157 { + "geometry": { + "coordinates": [ + [ + [ + -89.67422211752478, + 37.80312948884171, + ], + [ + -89.6677614463041, + 37.758546147975125, + ], + [ + -89.51198748464996, + 37.68549392679614, + ], + [ + -89.52167849148098, + 37.57210183936317, + ], + [ + -89.52167849148098, + 37.56619320382664, + ], + [ + -89.86122265674553, + 37.59928156283124, + ], + [ + -90.14692789517107, + 37.59734782756473, + ], + [ + -90.14692789517107, + 37.641608879220236, + ], + [ + -90.11067635109949, + 37.67125948663994, + ], + [ + -89.93803285903581, + 37.874999982913394, + ], + [ + -89.84399420015704, + 37.90534888362377, + ], + [ + -89.67422211752478, + 37.80312948884171, + ], + ], + ], + "type": "Polygon", + }, + "id": "29157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29039 { + "geometry": { + "coordinates": [ + [ + [ + -93.62851183075882, + 37.829449774413554, + ], + [ + -93.61594941449638, + 37.57263898804831, + ], + [ + -94.0753749235224, + 37.58155565622163, + ], + [ + -94.07358029262777, + 37.63972885882225, + ], + [ + -94.06568391669138, + 37.90099797927415, + ], + [ + -93.80869277257996, + 37.892242455706366, + ], + [ + -93.81120525583245, + 37.83455268692238, + ], + [ + -93.62851183075882, + 37.829449774413554, + ], + ], + ], + "type": "Polygon", + }, + "id": "29039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06043 { + "geometry": { + "coordinates": [ + [ + [ + -119.30896208059718, + 37.77799093037718, + ], + [ + -119.58354060747601, + 37.5602845682901, + ], + [ + -119.6510187291142, + 37.416597295015265, + ], + [ + -119.76336262311821, + 37.41681215448932, + ], + [ + -120.0469143044702, + 37.18476392250901, + ], + [ + -120.14382437278039, + 37.23917708431365, + ], + [ + -120.28021632077248, + 37.420035046600155, + ], + [ + -120.3871763220926, + 37.634572231444906, + ], + [ + -120.08101229146823, + 37.8284829067803, + ], + [ + -119.94497926965506, + 37.76493821732829, + ], + [ + -119.8049980598737, + 37.760157594030545, + ], + [ + -119.65424906472454, + 37.81043471095961, + ], + [ + -119.53400879478414, + 37.90293171454065, + ], + [ + -119.30896208059718, + 37.77799093037718, + ], + ], + ], + "type": "Polygon", + }, + "id": "06043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21225 { + "geometry": { + "coordinates": [ + [ + [ + -87.73422612042665, + 37.63822484250386, + ], + [ + -87.93271229737306, + 37.47998083986174, + ], + [ + -88.01670102324186, + 37.54690956603012, + ], + [ + -88.06120786942877, + 37.50522682806329, + ], + [ + -88.133352031393, + 37.57425043410373, + ], + [ + -88.15883579009679, + 37.66347083070542, + ], + [ + -88.02818666096752, + 37.799208303440196, + ], + [ + -87.90758746484819, + 37.80705067424323, + ], + [ + -87.92696947851023, + 37.90164255769631, + ], + [ + -87.75468491262548, + 37.735072750434526, + ], + [ + -87.73422612042665, + 37.63822484250386, + ], + ], + ], + "type": "Polygon", + }, + "id": "21225", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29105 { + "geometry": { + "coordinates": [ + [ + [ + -92.40923960094526, + 37.85915409670177, + ], + [ + -92.41354671509238, + 37.713962807108544, + ], + [ + -92.24879959896508, + 37.64843066752151, + ], + [ + -92.24951745132293, + 37.604545619945604, + ], + [ + -92.25274778693327, + 37.47289047721789, + ], + [ + -92.68704846343442, + 37.48153857104864, + ], + [ + -92.85359021045635, + 37.484009455000276, + ], + [ + -92.85538484135098, + 37.89573392215978, + ], + [ + -92.62028819415409, + 37.89245731518042, + ], + [ + -92.5395298038956, + 37.80205519147144, + ], + [ + -92.40923960094526, + 37.85915409670177, + ], + ], + ], + "type": "Polygon", + }, + "id": "29105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08033 { + "geometry": { + "coordinates": [ + [ + [ + -107.86101160373417, + 37.77552004642554, + ], + [ + -107.96904838359107, + 37.69543117747122, + ], + [ + -107.97191979302248, + 37.63956771421671, + ], + [ + -108.91697242213614, + 37.63188648801921, + ], + [ + -109.0433144371183, + 37.48460031855393, + ], + [ + -109.04151980622366, + 37.88112347792398, + ], + [ + -108.81683201821564, + 37.89551906268572, + ], + [ + -108.25654825291126, + 37.89444476531544, + ], + [ + -108.2098878496508, + 37.820962825188346, + ], + [ + -107.98950717578988, + 37.85668321275013, + ], + [ + -107.86101160373417, + 37.77552004642554, + ], + ], + ], + "type": "Polygon", + }, + "id": "08033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21153 { + "geometry": { + "coordinates": [ + [ + [ + -83.00465586071122, + 37.859207811570286, + ], + [ + -82.94040807468336, + 37.71643369106018, + ], + [ + -82.89195304052828, + 37.518924119534354, + ], + [ + -82.92533317516845, + 37.48658776868895, + ], + [ + -82.94830445061974, + 37.50313194819125, + ], + [ + -83.09115706983253, + 37.630704760911904, + ], + [ + -83.24872566238129, + 37.669594325716005, + ], + [ + -83.26200593100158, + 37.71261993539569, + ], + [ + -83.27026123311688, + 37.76676452285776, + ], + [ + -83.11341049292598, + 37.86409586460506, + ], + [ + -83.00465586071122, + 37.859207811570286, + ], + ], + ], + "type": "Polygon", + }, + "id": "21153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54089 { + "geometry": { + "coordinates": [ + [ + [ + -80.85827731073033, + 37.42830713635131, + ], + [ + -80.85971301544603, + 37.42938143372159, + ], + [ + -81.09409181028508, + 37.58859230399696, + ], + [ + -80.9469320769252, + 37.715574253163965, + ], + [ + -80.87765932439235, + 37.68710537285156, + ], + [ + -80.94477851985162, + 37.81919023452738, + ], + [ + -80.80623301478597, + 37.868983917639824, + ], + [ + -80.66302146939427, + 37.73174242858666, + ], + [ + -80.85827731073033, + 37.42830713635131, + ], + ], + ], + "type": "Polygon", + }, + "id": "54089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17199 { + "geometry": { + "coordinates": [ + [ + [ + -88.70691606531767, + 37.863343856445866, + ], + [ + -88.70906962239123, + 37.59928156283124, + ], + [ + -89.04143526407724, + 37.59654210453702, + ], + [ + -89.15377915808125, + 37.600463289938546, + ], + [ + -89.15126667482876, + 37.862000984733015, + ], + [ + -88.70691606531767, + 37.863343856445866, + ], + ], + ], + "type": "Polygon", + }, + "id": "17199", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21237 { + "geometry": { + "coordinates": [ + [ + [ + -83.26200593100158, + 37.71261993539569, + ], + [ + -83.24872566238129, + 37.669594325716005, + ], + [ + -83.38834794598372, + 37.699889511557885, + ], + [ + -83.52222741072335, + 37.6383859871094, + ], + [ + -83.70815117140731, + 37.71643369106018, + ], + [ + -83.63098204293809, + 37.82542115927501, + ], + [ + -83.49530794730384, + 37.86167869552193, + ], + [ + -83.26200593100158, + 37.71261993539569, + ], + ], + ], + "type": "Polygon", + }, + "id": "21237", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21065 { + "geometry": { + "coordinates": [ + [ + [ + -84.00211171194816, + 37.83766814929619, + ], + [ + -83.905201643638, + 37.75859986284364, + ], + [ + -83.72214929238544, + 37.71627254645464, + ], + [ + -83.82408432720058, + 37.66304111175731, + ], + [ + -83.90556056981691, + 37.54288095089158, + ], + [ + -84.0904075519641, + 37.56646177816921, + ], + [ + -84.08035761895415, + 37.85286945708564, + ], + [ + -84.00211171194816, + 37.83766814929619, + ], + ], + ], + "type": "Polygon", + }, + "id": "21065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51103 { + "geometry": { + "coordinates": [ + [ + [ + -76.61541094963933, + 37.806996959374715, + ], + [ + -76.50773309596134, + 37.83879616153499, + ], + [ + -76.41943725594541, + 37.82343370913999, + ], + [ + -76.3505234295915, + 37.70128609813925, + ], + [ + -76.36165014113823, + 37.61125997850985, + ], + [ + -76.53357578084406, + 37.66040908320012, + ], + [ + -76.61541094963933, + 37.806996959374715, + ], + ], + ], + "type": "Polygon", + }, + "id": "51103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08105 { + "geometry": { + "coordinates": [ + [ + [ + -106.69378366986496, + 37.83525098021306, + ], + [ + -106.58718259472377, + 37.83444525718535, + ], + [ + -106.58646474236592, + 37.747803174272335, + ], + [ + -106.03874339332397, + 37.748340322957475, + ], + [ + -106.03946124568182, + 37.40075140880364, + ], + [ + -106.67870877035004, + 37.403598296834886, + ], + [ + -106.7106532002745, + 37.404242875257054, + ], + [ + -106.69378366986496, + 37.83525098021306, + ], + ], + ], + "type": "Polygon", + }, + "id": "08105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06075 { + "geometry": { + "coordinates": [ + [ + [ + -122.39393258847106, + 37.70816160130903, + ], + [ + -122.50268722068581, + 37.708054171572, + ], + [ + -122.51453178459039, + 37.78024695485477, + ], + [ + -122.41151997123846, + 37.80989756227447, + ], + [ + -122.39393258847106, + 37.70816160130903, + ], + ], + ], + "type": "Polygon", + }, + "id": "06075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29167 { + "geometry": { + "coordinates": [ + [ + [ + -93.57323719920413, + 37.82805318783219, + ], + [ + -93.187750483037, + 37.802753484762114, + ], + [ + -93.18272551653202, + 37.41724187343743, + ], + [ + -93.62097438100136, + 37.42739398358657, + ], + [ + -93.61594941449638, + 37.57263898804831, + ], + [ + -93.62851183075882, + 37.829449774413554, + ], + [ + -93.57323719920413, + 37.82805318783219, + ], + ], + ], + "type": "Polygon", + }, + "id": "29167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21079 { + "geometry": { + "coordinates": [ + [ + [ + -84.52542608082311, + 37.76918169194089, + ], + [ + -84.34775762225445, + 37.53895976549006, + ], + [ + -84.44682124763818, + 37.48567461592421, + ], + [ + -84.65822876702595, + 37.634411086839364, + ], + [ + -84.74508890232617, + 37.713049654343806, + ], + [ + -84.71673373419097, + 37.81543019373141, + ], + [ + -84.57065077936785, + 37.72873439594988, + ], + [ + -84.52542608082311, + 37.76918169194089, + ], + ], + ], + "type": "Polygon", + }, + "id": "21079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20151 { + "geometry": { + "coordinates": [ + [ + [ + -98.47257954155184, + 37.82445429164176, + ], + [ + -98.46504209179437, + 37.73260186648288, + ], + [ + -98.46504209179437, + 37.47095674195138, + ], + [ + -99.01276344083632, + 37.47041959326625, + ], + [ + -99.01348129319418, + 37.732924155693965, + ], + [ + -99.01348129319418, + 37.82531372953798, + ], + [ + -98.47257954155184, + 37.82445429164176, + ], + ], + ], + "type": "Polygon", + }, + "id": "20151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51009 { + "geometry": { + "coordinates": [ + [ + [ + -78.86910842711926, + 37.542075227863876, + ], + [ + -79.01842171755271, + 37.42991858240673, + ], + [ + -79.08518198683306, + 37.39473534353008, + ], + [ + -79.18639916929035, + 37.46526296588891, + ], + [ + -79.3450445403759, + 37.5229527346729, + ], + [ + -79.4369296421811, + 37.61700746944084, + ], + [ + -79.34540346655483, + 37.66067765754269, + ], + [ + -79.26428615011741, + 37.794642539616504, + ], + [ + -79.17204212213329, + 37.80312948884171, + ], + [ + -79.06723567788673, + 37.76896683246683, + ], + [ + -78.86910842711926, + 37.542075227863876, + ], + ], + ], + "type": "Polygon", + }, + "id": "51009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08071 { + "geometry": { + "coordinates": [ + [ + [ + -103.40422524000293, + 37.64365004422377, + ], + [ + -103.07580778628511, + 37.64343518474971, + ], + [ + -103.08621664547398, + 37.00019963429504, + ], + [ + -104.00793907295743, + 36.99622473402502, + ], + [ + -105.15506714080675, + 36.99525786639177, + ], + [ + -105.15399036226997, + 37.29310681230167, + ], + [ + -104.9328918360512, + 37.39537992195225, + ], + [ + -104.75019841097757, + 37.40456516446814, + ], + [ + -104.54884082459976, + 37.574680153051844, + ], + [ + -104.454802165721, + 37.74082024136552, + ], + [ + -104.35107250001123, + 37.81747135873494, + ], + [ + -104.06106014743855, + 37.73469674635493, + ], + [ + -104.05818873800715, + 37.64402604830337, + ], + [ + -103.40422524000293, + 37.64365004422377, + ], + ], + ], + "type": "Polygon", + }, + "id": "08071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51023 { + "geometry": { + "coordinates": [ + [ + [ + -79.49866494495647, + 37.532836270479464, + ], + [ + -79.5826536708253, + 37.45221025284002, + ], + [ + -79.65910494693665, + 37.48513746723907, + ], + [ + -79.81344320387507, + 37.40418916038854, + ], + [ + -79.8475411908731, + 37.309167557987344, + ], + [ + -80.07366468359683, + 37.422398500814765, + ], + [ + -79.9692171655292, + 37.54459982668403, + ], + [ + -80.0205436091157, + 37.64741008501974, + ], + [ + -79.81667353948541, + 37.80098089410116, + ], + [ + -79.67417984645157, + 37.7630581969303, + ], + [ + -79.68351192710365, + 37.661644525175944, + ], + [ + -79.49866494495647, + 37.532836270479464, + ], + ], + ], + "type": "Polygon", + }, + "id": "51023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29065 { + "geometry": { + "coordinates": [ + [ + [ + -91.52879368403838, + 37.789002478422546, + ], + [ + -91.30913086253531, + 37.78717617289307, + ], + [ + -91.31056656725102, + 37.70005065616343, + ], + [ + -91.15335690088118, + 37.69731119786921, + ], + [ + -91.15515153177581, + 37.588108870180335, + ], + [ + -91.31236119814565, + 37.59283577860956, + ], + [ + -91.31415582904029, + 37.50506568345775, + ], + [ + -91.21078508950943, + 37.50130564266178, + ], + [ + -91.21186186804621, + 37.415254423302414, + ], + [ + -91.64688039690522, + 37.422667075157335, + ], + [ + -91.75491717676212, + 37.4240636617387, + ], + [ + -91.75491717676212, + 37.5987444141461, + ], + [ + -91.80911502978003, + 37.598851843883125, + ], + [ + -91.80552576799076, + 37.79125850290013, + ], + [ + -91.52879368403838, + 37.789002478422546, + ], + ], + ], + "type": "Polygon", + }, + "id": "29065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54109 { + "geometry": { + "coordinates": [ + [ + [ + -81.22186952998294, + 37.51049088517766, + ], + [ + -81.31088322235674, + 37.42460081042384, + ], + [ + -81.60340805818188, + 37.4956118665993, + ], + [ + -81.82881369854778, + 37.51382120702553, + ], + [ + -81.85573316196727, + 37.54900444590217, + ], + [ + -81.80261208748614, + 37.66062394267418, + ], + [ + -81.70139490502883, + 37.701500957613305, + ], + [ + -81.76456591251991, + 37.75242265296454, + ], + [ + -81.60735624615008, + 37.78878761894849, + ], + [ + -81.51403543962917, + 37.79131221776864, + ], + [ + -81.46414470075838, + 37.78642416473387, + ], + [ + -81.32272778626131, + 37.59981871151638, + ], + [ + -81.22186952998294, + 37.51049088517766, + ], + ], + ], + "type": "Polygon", + }, + "id": "54109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51029 { + "geometry": { + "coordinates": [ + [ + [ + -78.23991083546099, + 37.690489409567945, + ], + [ + -78.24888398993414, + 37.63553909907816, + ], + [ + -78.46495754964795, + 37.33967760330327, + ], + [ + -78.59452990024043, + 37.3979045207724, + ], + [ + -78.82531943329022, + 37.552549627224096, + ], + [ + -78.80127137930214, + 37.64177002382578, + ], + [ + -78.71441124400191, + 37.6383859871094, + ], + [ + -78.6440617129323, + 37.73308530029951, + ], + [ + -78.4915180868885, + 37.79668370462004, + ], + [ + -78.46280399257438, + 37.759083296660265, + ], + [ + -78.23991083546099, + 37.690489409567945, + ], + ], + ], + "type": "Polygon", + }, + "id": "51029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06039 { + "geometry": { + "coordinates": [ + [ + [ + -119.26948020091525, + 37.739208795310105, + ], + [ + -119.11801335340824, + 37.730292127136785, + ], + [ + -119.02218006363485, + 37.58574541596572, + ], + [ + -119.31147456384966, + 37.353536039379875, + ], + [ + -119.33013872515384, + 37.20705559294231, + ], + [ + -119.3875669137821, + 37.14974182823791, + ], + [ + -119.559133627309, + 37.14394062243841, + ], + [ + -119.54154624454159, + 37.09613438946098, + ], + [ + -119.69803805855358, + 37.00874029838877, + ], + [ + -119.81253550963116, + 36.85334318377788, + ], + [ + -120.3695889393252, + 36.78448072234299, + ], + [ + -120.45644907462543, + 36.86295814524188, + ], + [ + -120.54223243138888, + 37.04397725213393, + ], + [ + -120.47654894064532, + 37.09640296380355, + ], + [ + -120.28918947524565, + 37.15258871626915, + ], + [ + -120.0469143044702, + 37.18476392250901, + ], + [ + -119.76336262311821, + 37.41681215448932, + ], + [ + -119.6510187291142, + 37.416597295015265, + ], + [ + -119.58354060747601, + 37.5602845682901, + ], + [ + -119.30896208059718, + 37.77799093037718, + ], + [ + -119.26948020091525, + 37.739208795310105, + ], + ], + ], + "type": "Polygon", + }, + "id": "06039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51119 { + "geometry": { + "coordinates": [ + [ + [ + -76.54829175418006, + 37.567912079619084, + ], + [ + -76.65417497696339, + 37.60314903336425, + ], + [ + -76.75108504527357, + 37.728573251344336, + ], + [ + -76.68324799745645, + 37.77025598931117, + ], + [ + -76.53178114994942, + 37.61190455693202, + ], + [ + -76.29812020746823, + 37.5575988248644, + ], + [ + -76.42230866537682, + 37.51274690965525, + ], + [ + -76.54829175418006, + 37.567912079619084, + ], + ], + ], + "type": "Polygon", + }, + "id": "51119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21071 { + "geometry": { + "coordinates": [ + [ + [ + -82.64070471527968, + 37.7199788723821, + ], + [ + -82.56353558681046, + 37.68468820376843, + ], + [ + -82.6234762586912, + 37.503937671218964, + ], + [ + -82.5843533051882, + 37.46708927141839, + ], + [ + -82.71069532017036, + 37.285264441498626, + ], + [ + -82.76812350879861, + 37.42755512819211, + ], + [ + -82.92533317516845, + 37.48658776868895, + ], + [ + -82.89195304052828, + 37.518924119534354, + ], + [ + -82.94040807468336, + 37.71643369106018, + ], + [ + -82.76273961611471, + 37.75580668968092, + ], + [ + -82.64070471527968, + 37.7199788723821, + ], + ], + ], + "type": "Polygon", + }, + "id": "21071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08003 { + "geometry": { + "coordinates": [ + [ + [ + -105.45728298346292, + 37.751402070462774, + ], + [ + -105.48563815159812, + 37.577903045162685, + ], + [ + -105.7433471480674, + 37.356812646359224, + ], + [ + -106.03874339332397, + 37.35692007609625, + ], + [ + -106.03946124568182, + 37.40075140880364, + ], + [ + -106.03874339332397, + 37.748340322957475, + ], + [ + -105.45728298346292, + 37.751402070462774, + ], + ], + ], + "type": "Polygon", + }, + "id": "08003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51049 { + "geometry": { + "coordinates": [ + [ + [ + -78.15915244520251, + 37.74855518243153, + ], + [ + -78.07229230990228, + 37.65729362082631, + ], + [ + -78.13187405560409, + 37.45468113679166, + ], + [ + -78.23488586895601, + 37.36809276874716, + ], + [ + -78.38384023321053, + 37.30583723613948, + ], + [ + -78.46495754964795, + 37.33967760330327, + ], + [ + -78.24888398993414, + 37.63553909907816, + ], + [ + -78.23991083546099, + 37.690489409567945, + ], + [ + -78.15915244520251, + 37.74855518243153, + ], + ], + ], + "type": "Polygon", + }, + "id": "51049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21195 { + "geometry": { + "coordinates": [ + [ + [ + -81.96807705597128, + 37.538046612725324, + ], + [ + -82.31049263066723, + 37.29890801810117, + ], + [ + -82.55384457997945, + 37.20265097372416, + ], + [ + -82.5653302177051, + 37.19609775976546, + ], + [ + -82.73258981708489, + 37.27151343515906, + ], + [ + -82.71069532017036, + 37.285264441498626, + ], + [ + -82.5843533051882, + 37.46708927141839, + ], + [ + -82.6234762586912, + 37.503937671218964, + ], + [ + -82.56353558681046, + 37.68468820376843, + ], + [ + -82.45585773313249, + 37.66852002834573, + ], + [ + -82.33382283229746, + 37.74141110491917, + ], + [ + -82.1249277961622, + 37.550938181168675, + ], + [ + -81.96807705597128, + 37.538046612725324, + ], + ], + ], + "type": "Polygon", + }, + "id": "21195", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29093 { + "geometry": { + "coordinates": [ + [ + [ + -90.64511743152116, + 37.734804176091956, + ], + [ + -90.64798884095256, + 37.642790606327544, + ], + [ + -90.5349270945907, + 37.64365004422377, + ], + [ + -90.55000199410561, + 37.31760079234404, + ], + [ + -90.55071984646347, + 37.27258773252934, + ], + [ + -90.73556682861066, + 37.27103000134243, + ], + [ + -90.77289515121902, + 37.37357168533558, + ], + [ + -90.76894696325083, + 37.602987888758705, + ], + [ + -91.15515153177581, + 37.588108870180335, + ], + [ + -91.15335690088118, + 37.69731119786921, + ], + [ + -91.09987690022112, + 37.740014518337816, + ], + [ + -90.64511743152116, + 37.734804176091956, + ], + ], + ], + "type": "Polygon", + }, + "id": "29093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20187 { + "geometry": { + "coordinates": [ + [ + [ + -101.52704132421695, + 37.73630819241035, + ], + [ + -101.52596454568018, + 37.38839698904543, + ], + [ + -101.55683219706786, + 37.38850441878246, + ], + [ + -102.04174146479767, + 37.38920271207314, + ], + [ + -102.04174146479767, + 37.64429462264594, + ], + [ + -102.04210039097659, + 37.73851050201942, + ], + [ + -101.52704132421695, + 37.73630819241035, + ], + ], + ], + "type": "Polygon", + }, + "id": "20187", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21183 { + "geometry": { + "coordinates": [ + [ + [ + -86.63914234852169, + 37.66175195491297, + ], + [ + -86.59284087144016, + 37.56458175777122, + ], + [ + -86.66462610722547, + 37.55673938696818, + ], + [ + -86.6122228851022, + 37.39527249221522, + ], + [ + -86.80855550497503, + 37.291925085194364, + ], + [ + -86.89936382824345, + 37.21221222031964, + ], + [ + -87.10000356226341, + 37.41600643146161, + ], + [ + -87.03826825948804, + 37.56098286158078, + ], + [ + -86.8175286594482, + 37.67410637467118, + ], + [ + -86.82363040448995, + 37.73775849386023, + ], + [ + -86.63914234852169, + 37.66175195491297, + ], + ], + ], + "type": "Polygon", + }, + "id": "21183", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20067 { + "geometry": { + "coordinates": [ + [ + [ + -101.0898692382844, + 37.73630819241035, + ], + [ + -101.0898692382844, + 37.38769869575475, + ], + [ + -101.52596454568018, + 37.38839698904543, + ], + [ + -101.52704132421695, + 37.73630819241035, + ], + [ + -101.0898692382844, + 37.73630819241035, + ], + ], + ], + "type": "Polygon", + }, + "id": "20067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20081 { + "geometry": { + "coordinates": [ + [ + [ + -100.6523382261729, + 37.736254477541834, + ], + [ + -100.65269715235183, + 37.47482421248439, + ], + [ + -100.65269715235183, + 37.387644980886236, + ], + [ + -101.0683336675488, + 37.387752410623264, + ], + [ + -101.0898692382844, + 37.38769869575475, + ], + [ + -101.0898692382844, + 37.73630819241035, + ], + [ + -100.6523382261729, + 37.736254477541834, + ], + ], + ], + "type": "Polygon", + }, + "id": "20081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20097 { + "geometry": { + "coordinates": [ + [ + [ + -99.01348129319418, + 37.732924155693965, + ], + [ + -99.01276344083632, + 37.47041959326625, + ], + [ + -99.01132773612062, + 37.38420722930134, + ], + [ + -99.54361525946872, + 37.38103805205902, + ], + [ + -99.55617767573115, + 37.46768013497204, + ], + [ + -99.55940801134149, + 37.73485789096047, + ], + [ + -99.01348129319418, + 37.732924155693965, + ], + ], + ], + "type": "Polygon", + }, + "id": "20097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20095 { + "geometry": { + "coordinates": [ + [ + [ + -97.80784825817982, + 37.73378359359019, + ], + [ + -97.8074893320009, + 37.474179634062224, + ], + [ + -97.80713040582197, + 37.38624839430487, + ], + [ + -98.34982678835894, + 37.384046084695804, + ], + [ + -98.46504209179437, + 37.38409979956432, + ], + [ + -98.46504209179437, + 37.47095674195138, + ], + [ + -98.46504209179437, + 37.73260186648288, + ], + [ + -97.80784825817982, + 37.73378359359019, + ], + ], + ], + "type": "Polygon", + }, + "id": "20095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20205 { + "geometry": { + "coordinates": [ + [ + [ + -95.52579561256468, + 37.73270929621991, + ], + [ + -95.52579561256468, + 37.38399236982729, + ], + [ + -95.96153199378153, + 37.38662439838447, + ], + [ + -95.96081414142368, + 37.6037398969179, + ], + [ + -95.96081414142368, + 37.734267027406815, + ], + [ + -95.52579561256468, + 37.73270929621991, + ], + ], + ], + "type": "Polygon", + }, + "id": "20205", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20133 { + "geometry": { + "coordinates": [ + [ + [ + -95.08826460045319, + 37.73254815161437, + ], + [ + -95.08826460045319, + 37.674536093619295, + ], + [ + -95.08826460045319, + 37.38383122522175, + ], + [ + -95.52112957223864, + 37.38399236982729, + ], + [ + -95.52579561256468, + 37.38399236982729, + ], + [ + -95.52579561256468, + 37.73270929621991, + ], + [ + -95.08826460045319, + 37.73254815161437, + ], + ], + ], + "type": "Polygon", + }, + "id": "20133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21123 { + "geometry": { + "coordinates": [ + [ + [ + -85.52108730116542, + 37.554161073279516, + ], + [ + -85.46617159578965, + 37.46547782536297, + ], + [ + -85.58354045629864, + 37.469828729712596, + ], + [ + -85.65747924915752, + 37.42191506699814, + ], + [ + -85.89293482253335, + 37.44028555202992, + ], + [ + -85.87570636594486, + 37.5441163928674, + ], + [ + -85.68045052460882, + 37.732118432666255, + ], + [ + -85.57277267093085, + 37.63822484250386, + ], + [ + -85.62374018833842, + 37.55206619340747, + ], + [ + -85.52108730116542, + 37.554161073279516, + ], + ], + ], + "type": "Polygon", + }, + "id": "21123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21155 { + "geometry": { + "coordinates": [ + [ + [ + -85.40156488358286, + 37.7307218460849, + ], + [ + -85.34054743316536, + 37.65154612989532, + ], + [ + -85.03007628839387, + 37.63118819472853, + ], + [ + -85.03976729522489, + 37.54519069023768, + ], + [ + -85.07386528222291, + 37.41369669211551, + ], + [ + -85.17185212906986, + 37.46472581720377, + ], + [ + -85.27163360681145, + 37.41675843962081, + ], + [ + -85.34880273528066, + 37.47181617984761, + ], + [ + -85.46617159578965, + 37.46547782536297, + ], + [ + -85.52108730116542, + 37.554161073279516, + ], + [ + -85.40156488358286, + 37.7307218460849, + ], + ], + ], + "type": "Polygon", + }, + "id": "21155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54063 { + "geometry": { + "coordinates": [ + [ + [ + -80.29619891453132, + 37.691778566412275, + ], + [ + -80.22082441695673, + 37.62775044314364, + ], + [ + -80.3285022706347, + 37.56431318342865, + ], + [ + -80.29978817632058, + 37.50823486070007, + ], + [ + -80.4756620039946, + 37.42288193463139, + ], + [ + -80.51155462188726, + 37.481646000785666, + ], + [ + -80.76998147071438, + 37.37228252849124, + ], + [ + -80.85827731073033, + 37.42830713635131, + ], + [ + -80.66302146939427, + 37.73174242858666, + ], + [ + -80.45053717146973, + 37.683936195609235, + ], + [ + -80.29619891453132, + 37.691778566412275, + ], + ], + ], + "type": "Polygon", + }, + "id": "54063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21129 { + "geometry": { + "coordinates": [ + [ + [ + -83.70815117140731, + 37.71643369106018, + ], + [ + -83.52222741072335, + 37.6383859871094, + ], + [ + -83.57929667317266, + 37.50624741056506, + ], + [ + -83.63098204293809, + 37.53772432351424, + ], + [ + -83.82946821988449, + 37.486802628163005, + ], + [ + -83.8851017776181, + 37.51731267347894, + ], + [ + -83.90556056981691, + 37.54288095089158, + ], + [ + -83.82408432720058, + 37.66304111175731, + ], + [ + -83.72214929238544, + 37.71627254645464, + ], + [ + -83.70815117140731, + 37.71643369106018, + ], + ], + ], + "type": "Polygon", + }, + "id": "21129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21021 { + "geometry": { + "coordinates": [ + [ + [ + -84.74508890232617, + 37.713049654343806, + ], + [ + -84.65822876702595, + 37.634411086839364, + ], + [ + -84.84738286332025, + 37.54750042958378, + ], + [ + -85.03976729522489, + 37.54519069023768, + ], + [ + -85.03007628839387, + 37.63118819472853, + ], + [ + -85.0250513218889, + 37.678779568231896, + ], + [ + -84.74508890232617, + 37.713049654343806, + ], + ], + ], + "type": "Polygon", + }, + "id": "21021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51087 { + "geometry": { + "coordinates": [ + [ + [ + -77.22845686324591, + 37.53622030719585, + ], + [ + -77.1771304196594, + 37.49131467711818, + ], + [ + -77.24855672926579, + 37.3824883535089, + ], + [ + -77.31388129383043, + 37.38581867535676, + ], + [ + -77.42084129515055, + 37.44699991059416, + ], + [ + -77.38530760343681, + 37.53503858008854, + ], + [ + -77.43771082556009, + 37.59869069927758, + ], + [ + -77.52600666557603, + 37.568180653961655, + ], + [ + -77.5970740490035, + 37.55668567209967, + ], + [ + -77.65414331145281, + 37.56264802250472, + ], + [ + -77.63009525746473, + 37.70724844854429, + ], + [ + -77.44165901352828, + 37.680229869681774, + ], + [ + -77.403971764741, + 37.6052976281048, + ], + [ + -77.22845686324591, + 37.53622030719585, + ], + ], + ], + "type": "Polygon", + }, + "id": "51087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06081 { + "geometry": { + "coordinates": [ + [ + [ + -122.39393258847106, + 37.70816160130903, + ], + [ + -122.3594756752941, + 37.59251348939848, + ], + [ + -122.26220668080501, + 37.572424128574255, + ], + [ + -122.11540587362404, + 37.46601497404811, + ], + [ + -122.1904214450197, + 37.43142259872511, + ], + [ + -122.15237527005348, + 37.28628502400039, + ], + [ + -122.15381097476919, + 37.216240835458194, + ], + [ + -122.32071164797004, + 37.18750338080322, + ], + [ + -122.29271540601377, + 37.10773680106, + ], + [ + -122.40541822619672, + 37.19690348279317, + ], + [ + -122.40147003822852, + 37.3601966830756, + ], + [ + -122.51596748930609, + 37.52005213177315, + ], + [ + -122.50268722068581, + 37.708054171572, + ], + [ + -122.39393258847106, + 37.70816160130903, + ], + ], + ], + "type": "Polygon", + }, + "id": "06081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21025 { + "geometry": { + "coordinates": [ + [ + [ + -83.24872566238129, + 37.669594325716005, + ], + [ + -83.09115706983253, + 37.630704760911904, + ], + [ + -82.94830445061974, + 37.50313194819125, + ], + [ + -83.09474633162179, + 37.5183332559807, + ], + [ + -83.12489613065162, + 37.40526345775882, + ], + [ + -83.21534552774112, + 37.44297129545562, + ], + [ + -83.38152834858413, + 37.338227301853394, + ], + [ + -83.44828861786446, + 37.378352308633325, + ], + [ + -83.54771116942713, + 37.33452097592593, + ], + [ + -83.57929667317266, + 37.50624741056506, + ], + [ + -83.52222741072335, + 37.6383859871094, + ], + [ + -83.38834794598372, + 37.699889511557885, + ], + [ + -83.24872566238129, + 37.669594325716005, + ], + ], + ], + "type": "Polygon", + }, + "id": "21025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51145 { + "geometry": { + "coordinates": [ + [ + [ + -77.65414331145281, + 37.56264802250472, + ], + [ + -77.8551419716517, + 37.41831617080771, + ], + [ + -78.0105570071269, + 37.49373184620131, + ], + [ + -78.13187405560409, + 37.45468113679166, + ], + [ + -78.07229230990228, + 37.65729362082631, + ], + [ + -77.95743593264577, + 37.6249035551124, + ], + [ + -77.94666814727798, + 37.67894071283744, + ], + [ + -77.65414331145281, + 37.56264802250472, + ], + ], + ], + "type": "Polygon", + }, + "id": "51145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21149 { + "geometry": { + "coordinates": [ + [ + [ + -87.03826825948804, + 37.56098286158078, + ], + [ + -87.10000356226341, + 37.41600643146161, + ], + [ + -87.29597725595731, + 37.39167359602479, + ], + [ + -87.35268759222771, + 37.42664197542737, + ], + [ + -87.37494101532116, + 37.57011438922815, + ], + [ + -87.49518128526157, + 37.64746379988826, + ], + [ + -87.40868007614026, + 37.68350647666112, + ], + [ + -87.03826825948804, + 37.56098286158078, + ], + ], + ], + "type": "Polygon", + }, + "id": "21149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20037 { + "geometry": { + "coordinates": [ + [ + [ + -94.61807130605938, + 37.67308579216942, + ], + [ + -94.61807130605938, + 37.653587294898855, + ], + [ + -94.61807130605938, + 37.36417158334564, + ], + [ + -94.61807130605938, + 37.338388446458936, + ], + [ + -95.07498433183291, + 37.33989246277733, + ], + [ + -95.08826460045319, + 37.38383122522175, + ], + [ + -95.08826460045319, + 37.674536093619295, + ], + [ + -94.61807130605938, + 37.67308579216942, + ], + ], + ], + "type": "Polygon", + }, + "id": "20037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51045 { + "geometry": { + "coordinates": [ + [ + [ + -80.07366468359683, + 37.422398500814765, + ], + [ + -80.26210092753328, + 37.34069818580504, + ], + [ + -80.32778441827685, + 37.36674989703431, + ], + [ + -80.43330871488126, + 37.31491504891834, + ], + [ + -80.4756620039946, + 37.42288193463139, + ], + [ + -80.29978817632058, + 37.50823486070007, + ], + [ + -80.3285022706347, + 37.56431318342865, + ], + [ + -80.22082441695673, + 37.62775044314364, + ], + [ + -80.14437314084537, + 37.59654210453702, + ], + [ + -80.0205436091157, + 37.64741008501974, + ], + [ + -79.9692171655292, + 37.54459982668403, + ], + [ + -80.07366468359683, + 37.422398500814765, + ], + ], + ], + "type": "Polygon", + }, + "id": "51045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08023 { + "geometry": { + "coordinates": [ + [ + [ + -105.15399036226997, + 37.29310681230167, + ], + [ + -105.15506714080675, + 36.99525786639177, + ], + [ + -105.22110955772924, + 36.99515043665474, + ], + [ + -105.71822231554253, + 36.99584872994542, + ], + [ + -105.77134339002367, + 37.04623327661152, + ], + [ + -105.72001694643717, + 37.28612387939485, + ], + [ + -105.7433471480674, + 37.356812646359224, + ], + [ + -105.48563815159812, + 37.577903045162685, + ], + [ + -105.29720190766167, + 37.65826048845956, + ], + [ + -105.18593479219443, + 37.6172223289149, + ], + [ + -105.13747975803935, + 37.40107369801473, + ], + [ + -105.15399036226997, + 37.29310681230167, + ], + ], + ], + "type": "Polygon", + }, + "id": "08023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29011 { + "geometry": { + "coordinates": [ + [ + [ + -94.07358029262777, + 37.63972885882225, + ], + [ + -94.0753749235224, + 37.58155565622163, + ], + [ + -94.082194520922, + 37.349238849898754, + ], + [ + -94.61807130605938, + 37.36417158334564, + ], + [ + -94.61807130605938, + 37.653587294898855, + ], + [ + -94.07358029262777, + 37.63972885882225, + ], + ], + ], + "type": "Polygon", + }, + "id": "29011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21233 { + "geometry": { + "coordinates": [ + [ + [ + -87.37494101532116, + 37.57011438922815, + ], + [ + -87.8131898797905, + 37.35068915134863, + ], + [ + -87.80134531588592, + 37.378889457318465, + ], + [ + -87.93019981412057, + 37.409130928291816, + ], + [ + -87.93271229737306, + 37.47998083986174, + ], + [ + -87.73422612042665, + 37.63822484250386, + ], + [ + -87.49518128526157, + 37.64746379988826, + ], + [ + -87.37494101532116, + 37.57011438922815, + ], + ], + ], + "type": "Polygon", + }, + "id": "21233", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29123 { + "geometry": { + "coordinates": [ + [ + [ + -90.14692789517107, + 37.641608879220236, + ], + [ + -90.14692789517107, + 37.59734782756473, + ], + [ + -90.14585111663429, + 37.31201444601858, + ], + [ + -90.2176363524196, + 37.31496876378685, + ], + [ + -90.55000199410561, + 37.31760079234404, + ], + [ + -90.5349270945907, + 37.64365004422377, + ], + [ + -90.14692789517107, + 37.641608879220236, + ], + ], + ], + "type": "Polygon", + }, + "id": "29123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08009 { + "geometry": { + "coordinates": [ + [ + [ + -102.04174146479767, + 37.64429462264594, + ], + [ + -102.04174146479767, + 37.38920271207314, + ], + [ + -102.04210039097659, + 36.99353899059932, + ], + [ + -103.0025868457841, + 37.0000384896895, + ], + [ + -103.08621664547398, + 37.00019963429504, + ], + [ + -103.07580778628511, + 37.64343518474971, + ], + [ + -102.74774925874623, + 37.64365004422377, + ], + [ + -102.04174146479767, + 37.64429462264594, + ], + ], + ], + "type": "Polygon", + }, + "id": "08009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08083 { + "geometry": { + "coordinates": [ + [ + [ + -107.97191979302248, + 37.63956771421671, + ], + [ + -108.02252838425113, + 37.591439192028204, + ], + [ + -108.03329616961892, + 37.46456467259823, + ], + [ + -108.20486288314582, + 37.34424336712696, + ], + [ + -108.29136409226713, + 37.22247176020581, + ], + [ + -108.29064623990928, + 37.14592807257342, + ], + [ + -108.37930100610414, + 36.99950134100437, + ], + [ + -109.04510906801293, + 36.999071622056256, + ], + [ + -109.0433144371183, + 37.48460031855393, + ], + [ + -108.91697242213614, + 37.63188648801921, + ], + [ + -107.97191979302248, + 37.63956771421671, + ], + ], + ], + "type": "Polygon", + }, + "id": "08083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08067 { + "geometry": { + "coordinates": [ + [ + [ + -107.48234448496663, + 37.639513999348196, + ], + [ + -107.48198555878771, + 37.42261336028882, + ], + [ + -107.48162663260878, + 36.999984774820994, + ], + [ + -108.37930100610414, + 36.99950134100437, + ], + [ + -108.29064623990928, + 37.14592807257342, + ], + [ + -108.29136409226713, + 37.22247176020581, + ], + [ + -108.20486288314582, + 37.34424336712696, + ], + [ + -108.03329616961892, + 37.46456467259823, + ], + [ + -108.02252838425113, + 37.591439192028204, + ], + [ + -107.97191979302248, + 37.63956771421671, + ], + [ + -107.48234448496663, + 37.639513999348196, + ], + ], + ], + "type": "Polygon", + }, + "id": "08067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06047 { + "geometry": { + "coordinates": [ + [ + [ + -120.0469143044702, + 37.18476392250901, + ], + [ + -120.28918947524565, + 37.15258871626915, + ], + [ + -120.47654894064532, + 37.09640296380355, + ], + [ + -120.54223243138888, + 37.04397725213393, + ], + [ + -120.91874599308285, + 36.741347682926275, + ], + [ + -121.14163915019626, + 36.83663785967004, + ], + [ + -121.2152190168762, + 36.96125635462243, + ], + [ + -121.22706358078078, + 37.13685025979456, + ], + [ + -120.96612424870116, + 37.343437644099254, + ], + [ + -120.981558074395, + 37.400643979066615, + ], + [ + -120.3871763220926, + 37.634572231444906, + ], + [ + -120.28021632077248, + 37.420035046600155, + ], + [ + -120.14382437278039, + 37.23917708431365, + ], + [ + -120.0469143044702, + 37.18476392250901, + ], + ], + ], + "type": "Polygon", + }, + "id": "06047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21137 { + "geometry": { + "coordinates": [ + [ + [ + -84.44682124763818, + 37.48567461592421, + ], + [ + -84.50281373155073, + 37.328451195783856, + ], + [ + -84.55665265838972, + 37.355792063857464, + ], + [ + -84.72068192215916, + 37.23810278694337, + ], + [ + -84.7224765530538, + 37.360142968207086, + ], + [ + -84.84989534657272, + 37.426534545690345, + ], + [ + -84.84738286332025, + 37.54750042958378, + ], + [ + -84.65822876702595, + 37.634411086839364, + ], + [ + -84.44682124763818, + 37.48567461592421, + ], + ], + ], + "type": "Polygon", + }, + "id": "21137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51127 { + "geometry": { + "coordinates": [ + [ + [ + -76.96356934319809, + 37.58284481306596, + ], + [ + -76.81928101926961, + 37.54964902432434, + ], + [ + -76.75646893795746, + 37.45742059508587, + ], + [ + -76.89429659066526, + 37.42997229727524, + ], + [ + -76.90434652367522, + 37.37765401534264, + ], + [ + -77.1771304196594, + 37.49131467711818, + ], + [ + -77.22845686324591, + 37.53622030719585, + ], + [ + -77.12365041899935, + 37.626891005247415, + ], + [ + -76.96356934319809, + 37.58284481306596, + ], + ], + ], + "type": "Polygon", + }, + "id": "51127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21085 { + "geometry": { + "coordinates": [ + [ + [ + -86.275909055448, + 37.59358778676876, + ], + [ + -86.20807200763088, + 37.57140354607249, + ], + [ + -86.11367442257318, + 37.56667663764327, + ], + [ + -86.0476320056507, + 37.44973936888837, + ], + [ + -86.07096220728093, + 37.34059075606801, + ], + [ + -86.15746341640222, + 37.33564898816472, + ], + [ + -86.46901133971049, + 37.320984829060414, + ], + [ + -86.6122228851022, + 37.39527249221522, + ], + [ + -86.66462610722547, + 37.55673938696818, + ], + [ + -86.59284087144016, + 37.56458175777122, + ], + [ + -86.50454503142423, + 37.622325241423724, + ], + [ + -86.40942959400869, + 37.56656920790624, + ], + [ + -86.275909055448, + 37.59358778676876, + ], + ], + ], + "type": "Polygon", + }, + "id": "21085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51019 { + "geometry": { + "coordinates": [ + [ + [ + -79.18639916929035, + 37.46526296588891, + ], + [ + -79.26859326426454, + 37.431046594645515, + ], + [ + -79.25710762653888, + 37.35557720438341, + ], + [ + -79.44303138722285, + 37.05584823807551, + ], + [ + -79.48179541454692, + 37.006108269831586, + ], + [ + -79.59413930855094, + 37.042204661472965, + ], + [ + -79.72442951150128, + 37.19228400410097, + ], + [ + -79.84718226469417, + 37.22542607797408, + ], + [ + -79.8475411908731, + 37.309167557987344, + ], + [ + -79.81344320387507, + 37.40418916038854, + ], + [ + -79.65910494693665, + 37.48513746723907, + ], + [ + -79.5826536708253, + 37.45221025284002, + ], + [ + -79.49866494495647, + 37.532836270479464, + ], + [ + -79.4369296421811, + 37.61700746944084, + ], + [ + -79.3450445403759, + 37.5229527346729, + ], + [ + -79.18639916929035, + 37.46526296588891, + ], + ], + ], + "type": "Polygon", + }, + "id": "51019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49053 { + "geometry": { + "coordinates": [ + [ + [ + -112.90141193440002, + 37.49974791147487, + ], + [ + -112.89925837732646, + 37.00030706403207, + ], + [ + -114.05105248550183, + 37.000360778900586, + ], + [ + -114.05248819021753, + 37.604814194288174, + ], + [ + -113.58803771468655, + 37.60476047941966, + ], + [ + -113.47497596832469, + 37.61829662628518, + ], + [ + -113.47461704214575, + 37.52896879994647, + ], + [ + -113.25351851592698, + 37.52886137020944, + ], + [ + -113.25351851592698, + 37.48223686433932, + ], + [ + -113.03672710385534, + 37.47455563814182, + ], + [ + -112.90141193440002, + 37.49974791147487, + ], + ], + ], + "type": "Polygon", + }, + "id": "49053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20049 { + "geometry": { + "coordinates": [ + [ + [ + -95.96081414142368, + 37.6037398969179, + ], + [ + -95.96153199378153, + 37.38662439838447, + ], + [ + -95.96440340321296, + 37.29917659244374, + ], + [ + -96.52468716851733, + 37.30272177376567, + ], + [ + -96.5257639470541, + 37.4763819436713, + ], + [ + -96.52540502087518, + 37.60701650389725, + ], + [ + -95.96081414142368, + 37.6037398969179, + ], + ], + ], + "type": "Polygon", + }, + "id": "20049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29179 { + "geometry": { + "coordinates": [ + [ + [ + -90.73556682861066, + 37.27103000134243, + ], + [ + -90.77971474861862, + 37.050261891750054, + ], + [ + -90.96456173076581, + 37.05359221359792, + ], + [ + -91.01768280524693, + 37.09565095564436, + ], + [ + -91.03455233565649, + 37.16934775524551, + ], + [ + -91.15945864592294, + 37.255022970525275, + ], + [ + -91.1752513977957, + 37.4148247043543, + ], + [ + -91.21186186804621, + 37.415254423302414, + ], + [ + -91.21078508950943, + 37.50130564266178, + ], + [ + -91.31415582904029, + 37.50506568345775, + ], + [ + -91.31236119814565, + 37.59283577860956, + ], + [ + -91.15515153177581, + 37.588108870180335, + ], + [ + -90.76894696325083, + 37.602987888758705, + ], + [ + -90.77289515121902, + 37.37357168533558, + ], + [ + -90.73556682861066, + 37.27103000134243, + ], + ], + ], + "type": "Polygon", + }, + "id": "29179", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29031 { + "geometry": { + "coordinates": [ + [ + [ + -89.52167849148098, + 37.56619320382664, + ], + [ + -89.42297379227618, + 37.39924739248525, + ], + [ + -89.48435016887262, + 37.33559527329621, + ], + [ + -89.48901620919867, + 37.251424074334835, + ], + [ + -89.62074211686472, + 37.23294615956603, + ], + [ + -89.7650304407932, + 37.12599985635474, + ], + [ + -89.86660654942942, + 37.12616100096028, + ], + [ + -89.86122265674553, + 37.59928156283124, + ], + [ + -89.52167849148098, + 37.56619320382664, + ], + ], + ], + "type": "Polygon", + }, + "id": "29031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29215 { + "geometry": { + "coordinates": [ + [ + [ + -92.02913677746201, + 37.60255816981059, + ], + [ + -91.80911502978003, + 37.598851843883125, + ], + [ + -91.75491717676212, + 37.5987444141461, + ], + [ + -91.75491717676212, + 37.4240636617387, + ], + [ + -91.64688039690522, + 37.422667075157335, + ], + [ + -91.65549462519945, + 37.04891902003721, + ], + [ + -92.08907744934275, + 37.05622424215511, + ], + [ + -92.25131208221757, + 37.05966199374, + ], + [ + -92.25274778693327, + 37.47289047721789, + ], + [ + -92.24951745132293, + 37.604545619945604, + ], + [ + -92.02913677746201, + 37.60255816981059, + ], + ], + ], + "type": "Polygon", + }, + "id": "29215", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17069 { + "geometry": { + "coordinates": [ + [ + [ + -88.37526827598951, + 37.59955013717381, + ], + [ + -88.133352031393, + 37.57425043410373, + ], + [ + -88.06120786942877, + 37.50522682806329, + ], + [ + -88.08382021870113, + 37.473105336691944, + ], + [ + -88.27871713385827, + 37.453230835341785, + ], + [ + -88.35803981940104, + 37.40456516446814, + ], + [ + -88.41510908185036, + 37.42336536844802, + ], + [ + -88.41223767241895, + 37.599926141253405, + ], + [ + -88.37526827598951, + 37.59955013717381, + ], + ], + ], + "type": "Polygon", + }, + "id": "17069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17151 { + "geometry": { + "coordinates": [ + [ + [ + -88.41223767241895, + 37.599926141253405, + ], + [ + -88.41510908185036, + 37.42336536844802, + ], + [ + -88.47576760608895, + 37.387644980886236, + ], + [ + -88.51094237162376, + 37.26098532093032, + ], + [ + -88.42480008868138, + 37.15054755126562, + ], + [ + -88.49048357942495, + 37.06798779835967, + ], + [ + -88.49048357942495, + 37.15935678970191, + ], + [ + -88.71050532710693, + 37.337045574746085, + ], + [ + -88.70906962239123, + 37.59928156283124, + ], + [ + -88.41223767241895, + 37.599926141253405, + ], + ], + ], + "type": "Polygon", + }, + "id": "17151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51760 { + "geometry": { + "coordinates": [ + [ + [ + -77.43771082556009, + 37.59869069927758, + ], + [ + -77.38530760343681, + 37.53503858008854, + ], + [ + -77.42084129515055, + 37.44699991059416, + ], + [ + -77.5970740490035, + 37.55668567209967, + ], + [ + -77.52600666557603, + 37.568180653961655, + ], + [ + -77.43771082556009, + 37.59869069927758, + ], + ], + ], + "type": "Polygon", + }, + "id": "51760", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17087 { + "geometry": { + "coordinates": [ + [ + [ + -88.70906962239123, + 37.59928156283124, + ], + [ + -88.71050532710693, + 37.337045574746085, + ], + [ + -88.90647902080084, + 37.33554155842769, + ], + [ + -88.92945029625214, + 37.30261434402864, + ], + [ + -89.04466559968758, + 37.32984778236522, + ], + [ + -89.04143526407724, + 37.59654210453702, + ], + [ + -88.70906962239123, + 37.59928156283124, + ], + ], + ], + "type": "Polygon", + }, + "id": "17087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17181 { + "geometry": { + "coordinates": [ + [ + [ + -89.15377915808125, + 37.600463289938546, + ], + [ + -89.04143526407724, + 37.59654210453702, + ], + [ + -89.04466559968758, + 37.32984778236522, + ], + [ + -89.24853566931786, + 37.335058124611066, + ], + [ + -89.48435016887262, + 37.33559527329621, + ], + [ + -89.42297379227618, + 37.39924739248525, + ], + [ + -89.52167849148098, + 37.56619320382664, + ], + [ + -89.52167849148098, + 37.57210183936317, + ], + [ + -89.45061110805352, + 37.60003357099043, + ], + [ + -89.15377915808125, + 37.600463289938546, + ], + ], + ], + "type": "Polygon", + }, + "id": "17181", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51073 { + "geometry": { + "coordinates": [ + [ + [ + -76.54829175418006, + 37.567912079619084, + ], + [ + -76.43774249107067, + 37.5114040379424, + ], + [ + -76.44420316229134, + 37.45102852573271, + ], + [ + -76.3896463830945, + 37.263617349487504, + ], + [ + -76.50486168652994, + 37.24696574024818, + ], + [ + -76.70370678965526, + 37.44941707967729, + ], + [ + -76.65417497696339, + 37.60314903336425, + ], + [ + -76.54829175418006, + 37.567912079619084, + ], + ], + ], + "type": "Polygon", + }, + "id": "51073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29017 { + "geometry": { + "coordinates": [ + [ + [ + -89.86122265674553, + 37.59928156283124, + ], + [ + -89.86660654942942, + 37.12616100096028, + ], + [ + -89.95956842977141, + 37.12723529833056, + ], + [ + -89.95920950359248, + 37.054397936625634, + ], + [ + -90.11175312963627, + 37.0411840789712, + ], + [ + -90.22337917128243, + 37.08651942799698, + ], + [ + -90.2176363524196, + 37.31496876378685, + ], + [ + -90.14585111663429, + 37.31201444601858, + ], + [ + -90.14692789517107, + 37.59734782756473, + ], + [ + -89.86122265674553, + 37.59928156283124, + ], + ], + ], + "type": "Polygon", + }, + "id": "29017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54055 { + "geometry": { + "coordinates": [ + [ + [ + -81.09409181028508, + 37.58859230399696, + ], + [ + -80.85971301544603, + 37.42938143372159, + ], + [ + -80.84930415625716, + 37.346875395684144, + ], + [ + -80.98138899010213, + 37.29348281638127, + ], + [ + -81.22509986559328, + 37.23487989483254, + ], + [ + -81.36220966594323, + 37.33763643829974, + ], + [ + -81.31088322235674, + 37.42460081042384, + ], + [ + -81.22186952998294, + 37.51049088517766, + ], + [ + -81.19889825453164, + 37.575217301736984, + ], + [ + -81.09409181028508, + 37.58859230399696, + ], + ], + ], + "type": "Polygon", + }, + "id": "54055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06019 { + "geometry": { + "coordinates": [ + [ + [ + -118.77487992635443, + 37.463060656279836, + ], + [ + -118.78672449025902, + 37.34338392923074, + ], + [ + -118.71458032829477, + 37.32667860512289, + ], + [ + -118.65499858259297, + 37.14184574256636, + ], + [ + -118.43713039198454, + 37.05982313834554, + ], + [ + -118.3610380420521, + 36.88584067922883, + ], + [ + -118.36893441798848, + 36.747095173857275, + ], + [ + -118.98485174102649, + 36.742690554639125, + ], + [ + -118.98521066720541, + 36.65889535975735, + ], + [ + -119.30465496645006, + 36.66029194633872, + ], + [ + -119.30573174498684, + 36.57456301619044, + ], + [ + -119.47083778729306, + 36.575583598692205, + ], + [ + -119.57779778861318, + 36.48856551169959, + ], + [ + -119.66609362862911, + 36.41895104210549, + ], + [ + -119.95825953827534, + 36.39880796641276, + ], + [ + -119.95933631681213, + 36.181531323273795, + ], + [ + -120.31539108630729, + 35.90715577490449, + ], + [ + -120.64847458035115, + 36.10858653183183, + ], + [ + -120.62837471433126, + 36.204897291077366, + ], + [ + -120.67862437938098, + 36.26731396829059, + ], + [ + -120.5964302844068, + 36.328763777870556, + ], + [ + -120.59678921058571, + 36.488082077882964, + ], + [ + -120.91874599308285, + 36.741347682926275, + ], + [ + -120.54223243138888, + 37.04397725213393, + ], + [ + -120.45644907462543, + 36.86295814524188, + ], + [ + -120.3695889393252, + 36.78448072234299, + ], + [ + -119.81253550963116, + 36.85334318377788, + ], + [ + -119.69803805855358, + 37.00874029838877, + ], + [ + -119.54154624454159, + 37.09613438946098, + ], + [ + -119.559133627309, + 37.14394062243841, + ], + [ + -119.3875669137821, + 37.14974182823791, + ], + [ + -119.33013872515384, + 37.20705559294231, + ], + [ + -119.31147456384966, + 37.353536039379875, + ], + [ + -119.02218006363485, + 37.58574541596572, + ], + [ + -118.77487992635443, + 37.463060656279836, + ], + ], + ], + "type": "Polygon", + }, + "id": "06019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29057 { + "geometry": { + "coordinates": [ + [ + [ + -93.61594941449638, + 37.57263898804831, + ], + [ + -93.62097438100136, + 37.42739398358657, + ], + [ + -93.62599934750634, + 37.28198783451928, + ], + [ + -94.0524036480711, + 37.290045064796374, + ], + [ + -94.082194520922, + 37.349238849898754, + ], + [ + -94.0753749235224, + 37.58155565622163, + ], + [ + -93.61594941449638, + 37.57263898804831, + ], + ], + ], + "type": "Polygon", + }, + "id": "29057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21109 { + "geometry": { + "coordinates": [ + [ + [ + -83.90556056981691, + 37.54288095089158, + ], + [ + -83.8851017776181, + 37.51731267347894, + ], + [ + -83.78496137369758, + 37.348594271476586, + ], + [ + -83.94360674478314, + 37.25056463643861, + ], + [ + -84.13563225050885, + 37.31969567221608, + ], + [ + -84.19916218417886, + 37.52279159006736, + ], + [ + -84.0904075519641, + 37.56646177816921, + ], + [ + -83.90556056981691, + 37.54288095089158, + ], + ], + ], + "type": "Polygon", + }, + "id": "21109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21107 { + "geometry": { + "coordinates": [ + [ + [ + -87.29597725595731, + 37.39167359602479, + ], + [ + -87.38606772686788, + 37.29434225427749, + ], + [ + -87.3336645047446, + 37.157047050355814, + ], + [ + -87.52353645339676, + 37.105803065793495, + ], + [ + -87.6807461197666, + 37.14925839442128, + ], + [ + -87.8049345776752, + 37.24116453444867, + ], + [ + -87.8131898797905, + 37.35068915134863, + ], + [ + -87.37494101532116, + 37.57011438922815, + ], + [ + -87.35268759222771, + 37.42664197542737, + ], + [ + -87.29597725595731, + 37.39167359602479, + ], + ], + ], + "type": "Polygon", + }, + "id": "21107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51041 { + "geometry": { + "coordinates": [ + [ + [ + -77.5970740490035, + 37.55668567209967, + ], + [ + -77.42084129515055, + 37.44699991059416, + ], + [ + -77.31388129383043, + 37.38581867535676, + ], + [ + -77.31639377708291, + 37.30868412417072, + ], + [ + -77.33469901220816, + 37.31239045009818, + ], + [ + -77.37669337514258, + 37.24497829011316, + ], + [ + -77.40361283856207, + 37.23729706391566, + ], + [ + -77.41653418100343, + 37.23316101904009, + ], + [ + -77.44776075857004, + 37.22268661967987, + ], + [ + -77.65055404966355, + 37.265121365805896, + ], + [ + -77.7456694870791, + 37.26694767133537, + ], + [ + -77.87703646856622, + 37.36513845097889, + ], + [ + -77.8551419716517, + 37.41831617080771, + ], + [ + -77.65414331145281, + 37.56264802250472, + ], + [ + -77.5970740490035, + 37.55668567209967, + ], + ], + ], + "type": "Polygon", + }, + "id": "51041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51011 { + "geometry": { + "coordinates": [ + [ + [ + -78.59452990024043, + 37.3979045207724, + ], + [ + -78.68174896171959, + 37.24868461604062, + ], + [ + -78.82424265475345, + 37.20533671714986, + ], + [ + -78.91720453509542, + 37.242668550767064, + ], + [ + -79.01842171755271, + 37.42991858240673, + ], + [ + -78.86910842711926, + 37.542075227863876, + ], + [ + -78.82531943329022, + 37.552549627224096, + ], + [ + -78.59452990024043, + 37.3979045207724, + ], + ], + ], + "type": "Polygon", + }, + "id": "51011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51131 { + "geometry": { + "coordinates": [ + [ + [ + [ + -75.79346999989747, + 37.50146678726732, + ], + [ + -75.91765845780607, + 37.308254405222605, + ], + [ + -75.97149738464505, + 37.11686832870737, + ], + [ + -76.02569523766296, + 37.25921273026936, + ], + [ + -75.9302208740685, + 37.551475329853815, + ], + [ + -75.83869469844221, + 37.55539651525533, + ], + [ + -75.79346999989747, + 37.50146678726732, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "51131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21045 { + "geometry": { + "coordinates": [ + [ + [ + -84.84738286332025, + 37.54750042958378, + ], + [ + -84.84989534657272, + 37.426534545690345, + ], + [ + -84.7224765530538, + 37.360142968207086, + ], + [ + -84.72068192215916, + 37.23810278694337, + ], + [ + -84.90086286398031, + 37.116008890811145, + ], + [ + -85.04371548319308, + 37.18605307935334, + ], + [ + -85.05699575181336, + 37.25706413552881, + ], + [ + -85.16539145784918, + 37.31072528917424, + ], + [ + -85.07386528222291, + 37.41369669211551, + ], + [ + -85.03976729522489, + 37.54519069023768, + ], + [ + -84.84738286332025, + 37.54750042958378, + ], + ], + ], + "type": "Polygon", + }, + "id": "21045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 54047 { + "geometry": { + "coordinates": [ + [ + [ + -81.31088322235674, + 37.42460081042384, + ], + [ + -81.36220966594323, + 37.33763643829974, + ], + [ + -81.56141369524748, + 37.2066258739942, + ], + [ + -81.74015893235291, + 37.23767306799526, + ], + [ + -81.85357960489371, + 37.28762789571324, + ], + [ + -81.99104833142259, + 37.48406316986879, + ], + [ + -81.92715947157366, + 37.512693194786735, + ], + [ + -81.85573316196727, + 37.54900444590217, + ], + [ + -81.82881369854778, + 37.51382120702553, + ], + [ + -81.60340805818188, + 37.4956118665993, + ], + [ + -81.31088322235674, + 37.42460081042384, + ], + ], + ], + "type": "Polygon", + }, + "id": "54047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21055 { + "geometry": { + "coordinates": [ + [ + [ + -87.93271229737306, + 37.47998083986174, + ], + [ + -87.93019981412057, + 37.409130928291816, + ], + [ + -87.80134531588592, + 37.378889457318465, + ], + [ + -88.08920411138504, + 37.22188089665216, + ], + [ + -88.09602370878464, + 37.179607295131675, + ], + [ + -88.19329270327374, + 37.1470023699437, + ], + [ + -88.21877646197753, + 37.272910021740415, + ], + [ + -88.35803981940104, + 37.40456516446814, + ], + [ + -88.27871713385827, + 37.453230835341785, + ], + [ + -88.08382021870113, + 37.473105336691944, + ], + [ + -88.06120786942877, + 37.50522682806329, + ], + [ + -88.01670102324186, + 37.54690956603012, + ], + [ + -87.93271229737306, + 37.47998083986174, + ], + ], + ], + "type": "Polygon", + }, + "id": "21055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 49025 { + "geometry": { + "coordinates": [ + [ + [ + -112.68354374379159, + 37.54320324010266, + ], + [ + -112.36122803511553, + 37.53648888153842, + ], + [ + -110.64627875220437, + 37.54105464536211, + ], + [ + -110.74606022994595, + 37.452693686656644, + ], + [ + -110.73421566604138, + 37.34762740384333, + ], + [ + -110.8372274793933, + 37.29923030731226, + ], + [ + -110.9614159373019, + 37.123314112929044, + ], + [ + -111.17820734937355, + 37.10263388855117, + ], + [ + -111.4125861442126, + 37.001435076270866, + ], + [ + -112.54033219839988, + 37.000629353243156, + ], + [ + -112.89925837732646, + 37.00030706403207, + ], + [ + -112.90141193440002, + 37.49974791147487, + ], + [ + -112.90141193440002, + 37.54341809957672, + ], + [ + -112.68354374379159, + 37.54320324010266, + ], + ], + ], + "type": "Polygon", + }, + "id": "49025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21189 { + "geometry": { + "coordinates": [ + [ + [ + -83.57929667317266, + 37.50624741056506, + ], + [ + -83.54771116942713, + 37.33452097592593, + ], + [ + -83.52725237722831, + 37.25867558158422, + ], + [ + -83.65251761367368, + 37.35745722478139, + ], + [ + -83.78496137369758, + 37.348594271476586, + ], + [ + -83.8851017776181, + 37.51731267347894, + ], + [ + -83.82946821988449, + 37.486802628163005, + ], + [ + -83.63098204293809, + 37.53772432351424, + ], + [ + -83.57929667317266, + 37.50624741056506, + ], + ], + ], + "type": "Polygon", + }, + "id": "21189", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21203 { + "geometry": { + "coordinates": [ + [ + [ + -84.19916218417886, + 37.52279159006736, + ], + [ + -84.13563225050885, + 37.31969567221608, + ], + [ + -84.2160317145884, + 37.283008417021044, + ], + [ + -84.2888937289105, + 37.15189042297847, + ], + [ + -84.50281373155073, + 37.328451195783856, + ], + [ + -84.44682124763818, + 37.48567461592421, + ], + [ + -84.34775762225445, + 37.53895976549006, + ], + [ + -84.19916218417886, + 37.52279159006736, + ], + ], + ], + "type": "Polygon", + }, + "id": "21203", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51027 { + "geometry": { + "coordinates": [ + [ + [ + -81.92715947157366, + 37.512693194786735, + ], + [ + -81.99104833142259, + 37.48406316986879, + ], + [ + -81.85357960489371, + 37.28762789571324, + ], + [ + -81.74015893235291, + 37.23767306799526, + ], + [ + -81.90095786051201, + 37.14254403585704, + ], + [ + -82.01796779484208, + 37.06852494704481, + ], + [ + -82.14861692397135, + 37.041667512787825, + ], + [ + -82.25019303260757, + 37.271996868975684, + ], + [ + -82.31049263066723, + 37.29890801810117, + ], + [ + -81.96807705597128, + 37.538046612725324, + ], + [ + -81.92715947157366, + 37.512693194786735, + ], + ], + ], + "type": "Polygon", + }, + "id": "51027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51115 { + "geometry": { + "coordinates": [ + [ + [ + -76.44420316229134, + 37.45102852573271, + ], + [ + -76.43774249107067, + 37.5114040379424, + ], + [ + -76.36344477203286, + 37.5229527346729, + ], + [ + -76.25217765656564, + 37.438351816763415, + ], + [ + -76.27837926762727, + 37.3109401486483, + ], + [ + -76.44420316229134, + 37.45102852573271, + ], + ], + ], + "type": "Polygon", + }, + "id": "51115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21119 { + "geometry": { + "coordinates": [ + [ + [ + -82.94830445061974, + 37.50313194819125, + ], + [ + -82.92533317516845, + 37.48658776868895, + ], + [ + -82.76812350879861, + 37.42755512819211, + ], + [ + -82.71069532017036, + 37.285264441498626, + ], + [ + -82.73258981708489, + 37.27151343515906, + ], + [ + -82.81980887856403, + 37.268827691733364, + ], + [ + -82.99998982038518, + 37.19599033002843, + ], + [ + -83.12704968772519, + 37.27017056344621, + ], + [ + -83.12489613065162, + 37.40526345775882, + ], + [ + -83.09474633162179, + 37.5183332559807, + ], + [ + -82.94830445061974, + 37.50313194819125, + ], + ], + ], + "type": "Polygon", + }, + "id": "21119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51007 { + "geometry": { + "coordinates": [ + [ + [ + -77.8551419716517, + 37.41831617080771, + ], + [ + -77.87703646856622, + 37.36513845097889, + ], + [ + -77.7456694870791, + 37.26694767133537, + ], + [ + -77.65055404966355, + 37.265121365805896, + ], + [ + -77.79591915212882, + 37.19260629331205, + ], + [ + -78.23129660716674, + 37.29622227467548, + ], + [ + -78.23488586895601, + 37.36809276874716, + ], + [ + -78.13187405560409, + 37.45468113679166, + ], + [ + -78.0105570071269, + 37.49373184620131, + ], + [ + -77.8551419716517, + 37.41831617080771, + ], + ], + ], + "type": "Polygon", + }, + "id": "51007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51036 { + "geometry": { + "coordinates": [ + [ + [ + -76.90434652367522, + 37.37765401534264, + ], + [ + -76.87670920789786, + 37.36884477690635, + ], + [ + -76.87922169115035, + 37.261361325009915, + ], + [ + -77.01561363914244, + 37.31228302036115, + ], + [ + -77.25717095756004, + 37.319641957347564, + ], + [ + -77.24855672926579, + 37.3824883535089, + ], + [ + -77.1771304196594, + 37.49131467711818, + ], + [ + -76.90434652367522, + 37.37765401534264, + ], + ], + ], + "type": "Polygon", + }, + "id": "51036", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29225 { + "geometry": { + "coordinates": [ + [ + [ + -92.85359021045635, + 37.484009455000276, + ], + [ + -92.68704846343442, + 37.48153857104864, + ], + [ + -92.68597168489764, + 37.067020930726414, + ], + [ + -92.90312202314821, + 37.070619826916854, + ], + [ + -93.06535665602303, + 37.08861430786902, + ], + [ + -93.07325303195941, + 37.414985848959844, + ], + [ + -93.0718173272437, + 37.486534053820435, + ], + [ + -92.85359021045635, + 37.484009455000276, + ], + ], + ], + "type": "Polygon", + }, + "id": "29225", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06085 { + "geometry": { + "coordinates": [ + [ + [ + -121.47292801334548, + 37.482183149470806, + ], + [ + -121.40616774406513, + 37.31045671483167, + ], + [ + -121.45857096618842, + 37.283706710311726, + ], + [ + -121.40006599902338, + 37.15081612560819, + ], + [ + -121.28233821233547, + 37.18368962513873, + ], + [ + -121.22706358078078, + 37.13685025979456, + ], + [ + -121.2152190168762, + 36.96125635462243, + ], + [ + -121.48907969139717, + 36.98311830610761, + ], + [ + -121.5813237193813, + 36.900558553201655, + ], + [ + -121.75576184233961, + 37.04913387951127, + ], + [ + -121.9919352680733, + 37.14474634546612, + ], + [ + -122.15237527005348, + 37.28628502400039, + ], + [ + -122.1904214450197, + 37.43142259872511, + ], + [ + -122.11540587362404, + 37.46601497404811, + ], + [ + -121.98691030156833, + 37.46284579680578, + ], + [ + -121.86559325309115, + 37.484546603685416, + ], + [ + -121.47292801334548, + 37.482183149470806, + ], + ], + ], + "type": "Polygon", + }, + "id": "06085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21217 { + "geometry": { + "coordinates": [ + [ + [ + -85.46617159578965, + 37.46547782536297, + ], + [ + -85.34880273528066, + 37.47181617984761, + ], + [ + -85.27163360681145, + 37.41675843962081, + ], + [ + -85.17185212906986, + 37.46472581720377, + ], + [ + -85.07386528222291, + 37.41369669211551, + ], + [ + -85.16539145784918, + 37.31072528917424, + ], + [ + -85.35310984942778, + 37.19244514870651, + ], + [ + -85.58354045629864, + 37.469828729712596, + ], + [ + -85.46617159578965, + 37.46547782536297, + ], + ], + ], + "type": "Polygon", + }, + "id": "21217", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29229 { + "geometry": { + "coordinates": [ + [ + [ + -92.25274778693327, + 37.47289047721789, + ], + [ + -92.25131208221757, + 37.05966199374, + ], + [ + -92.68597168489764, + 37.067020930726414, + ], + [ + -92.68704846343442, + 37.48153857104864, + ], + [ + -92.25274778693327, + 37.47289047721789, + ], + ], + ], + "type": "Polygon", + }, + "id": "29229", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51071 { + "geometry": { + "coordinates": [ + [ + [ + -80.4756620039946, + 37.42288193463139, + ], + [ + -80.43330871488126, + 37.31491504891834, + ], + [ + -80.60702898548172, + 37.244924575244646, + ], + [ + -80.85468804894106, + 37.147485803760325, + ], + [ + -81.01441019856338, + 37.275327190823546, + ], + [ + -80.98138899010213, + 37.29348281638127, + ], + [ + -80.84930415625716, + 37.346875395684144, + ], + [ + -80.85971301544603, + 37.42938143372159, + ], + [ + -80.85827731073033, + 37.42830713635131, + ], + [ + -80.76998147071438, + 37.37228252849124, + ], + [ + -80.51155462188726, + 37.481646000785666, + ], + [ + -80.4756620039946, + 37.42288193463139, + ], + ], + ], + "type": "Polygon", + }, + "id": "51071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20035 { + "geometry": { + "coordinates": [ + [ + [ + -96.5257639470541, + 37.4763819436713, + ], + [ + -96.52468716851733, + 37.30272177376567, + ], + [ + -96.52540502087518, + 36.99869561797666, + ], + [ + -96.74973388270429, + 36.99896419231923, + ], + [ + -97.14778301513385, + 36.99901790718774, + ], + [ + -97.15352583399668, + 37.475522505775075, + ], + [ + -96.5257639470541, + 37.4763819436713, + ], + ], + ], + "type": "Polygon", + }, + "id": "20035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20191 { + "geometry": { + "coordinates": [ + [ + [ + -97.15352583399668, + 37.475522505775075, + ], + [ + -97.14778301513385, + 36.99901790718774, + ], + [ + -97.46220234787353, + 36.99869561797666, + ], + [ + -97.80246436549592, + 36.99869561797666, + ], + [ + -97.80713040582197, + 37.38624839430487, + ], + [ + -97.8074893320009, + 37.474179634062224, + ], + [ + -97.15352583399668, + 37.475522505775075, + ], + ], + ], + "type": "Polygon", + }, + "id": "20191", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20119 { + "geometry": { + "coordinates": [ + [ + [ + -100.21624291877711, + 37.47520021656399, + ], + [ + -100.10712936038344, + 37.47482421248439, + ], + [ + -100.08954197761604, + 37.00218708443006, + ], + [ + -100.6333151386898, + 37.0000384896895, + ], + [ + -100.63403299104765, + 37.38759126601772, + ], + [ + -100.65269715235183, + 37.387644980886236, + ], + [ + -100.65269715235183, + 37.47482421248439, + ], + [ + -100.21624291877711, + 37.47520021656399, + ], + ], + ], + "type": "Polygon", + }, + "id": "20119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20025 { + "geometry": { + "coordinates": [ + [ + [ + -99.55617767573115, + 37.46768013497204, + ], + [ + -99.54361525946872, + 37.38103805205902, + ], + [ + -99.54110277621623, + 36.999608770741396, + ], + [ + -100.00268184231581, + 37.00164993574492, + ], + [ + -100.08954197761604, + 37.00218708443006, + ], + [ + -100.10712936038344, + 37.47482421248439, + ], + [ + -99.55617767573115, + 37.46768013497204, + ], + ], + ], + "type": "Polygon", + }, + "id": "20025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20007 { + "geometry": { + "coordinates": [ + [ + [ + -98.46504209179437, + 37.47095674195138, + ], + [ + -98.46504209179437, + 37.38409979956432, + ], + [ + -98.34982678835894, + 37.384046084695804, + ], + [ + -98.34731430510647, + 36.99815846929152, + ], + [ + -98.54472370351607, + 36.99874933284517, + ], + [ + -99.0002010245739, + 36.999447626135854, + ], + [ + -99.01132773612062, + 37.38420722930134, + ], + [ + -99.01276344083632, + 37.47041959326625, + ], + [ + -98.46504209179437, + 37.47095674195138, + ], + ], + ], + "type": "Polygon", + }, + "id": "20007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21087 { + "geometry": { + "coordinates": [ + [ + [ + -85.58354045629864, + 37.469828729712596, + ], + [ + -85.35310984942778, + 37.19244514870651, + ], + [ + -85.52683012002824, + 37.10945567685244, + ], + [ + -85.68655226965056, + 37.18213189395183, + ], + [ + -85.69767898119728, + 37.3017011912639, + ], + [ + -85.65747924915752, + 37.42191506699814, + ], + [ + -85.58354045629864, + 37.469828729712596, + ], + ], + ], + "type": "Polygon", + }, + "id": "21087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51680 { + "geometry": { + "coordinates": [ + [ + [ + -79.18639916929035, + 37.46526296588891, + ], + [ + -79.08518198683306, + 37.39473534353008, + ], + [ + -79.25710762653888, + 37.35557720438341, + ], + [ + -79.26859326426454, + 37.431046594645515, + ], + [ + -79.18639916929035, + 37.46526296588891, + ], + ], + ], + "type": "Polygon", + }, + "id": "51680", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06027 { + "geometry": { + "coordinates": [ + [ + [ + -117.83269870667219, + 37.46494067667783, + ], + [ + -117.16581386622661, + 36.97108617556049, + ], + [ + -115.89377948811085, + 36.00088822046135, + ], + [ + -115.65114539115649, + 35.8110061602645, + ], + [ + -115.73621089556208, + 35.79526770378991, + ], + [ + -116.50108258285461, + 35.794945414578834, + ], + [ + -117.63636608679936, + 35.79580485247505, + ], + [ + -118.00821360816728, + 35.7867807545647, + ], + [ + -117.98165307092671, + 35.86821249523187, + ], + [ + -118.12665924721304, + 36.30067090163776, + ], + [ + -118.09758622672, + 36.33107351721665, + ], + [ + -118.24941200040594, + 36.48158257879277, + ], + [ + -118.27525468528864, + 36.59782155425698, + ], + [ + -118.36893441798848, + 36.747095173857275, + ], + [ + -118.3610380420521, + 36.88584067922883, + ], + [ + -118.43713039198454, + 37.05982313834554, + ], + [ + -118.65499858259297, + 37.14184574256636, + ], + [ + -118.71458032829477, + 37.32667860512289, + ], + [ + -118.78672449025902, + 37.34338392923074, + ], + [ + -118.77487992635443, + 37.463060656279836, + ], + [ + -117.83269870667219, + 37.46494067667783, + ], + ], + ], + "type": "Polygon", + }, + "id": "06027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51095 { + "geometry": { + "coordinates": [ + [ + [ + -76.68001766184611, + 37.265765944228065, + ], + [ + -76.59136289565124, + 37.2147368191398, + ], + [ + -76.60895027841865, + 37.16811231326969, + ], + [ + -76.64268933923773, + 37.21710027335442, + ], + [ + -76.86988961049826, + 37.242829695372606, + ], + [ + -76.87670920789786, + 37.36884477690635, + ], + [ + -76.90434652367522, + 37.37765401534264, + ], + [ + -76.89429659066526, + 37.42997229727524, + ], + [ + -76.75646893795746, + 37.45742059508587, + ], + [ + -76.67283913826758, + 37.36830762822122, + ], + [ + -76.72775484364334, + 37.30492408337474, + ], + [ + -76.68001766184611, + 37.265765944228065, + ], + ], + ], + "type": "Polygon", + }, + "id": "51095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21099 { + "geometry": { + "coordinates": [ + [ + [ + -85.89293482253335, + 37.44028555202992, + ], + [ + -85.65747924915752, + 37.42191506699814, + ], + [ + -85.69767898119728, + 37.3017011912639, + ], + [ + -85.68655226965056, + 37.18213189395183, + ], + [ + -85.74398045827881, + 37.17004604853619, + ], + [ + -85.90657401733256, + 37.148398956525064, + ], + [ + -86.05660516012387, + 37.16730659024198, + ], + [ + -86.0490677103664, + 37.215488827299, + ], + [ + -86.15746341640222, + 37.33564898816472, + ], + [ + -86.07096220728093, + 37.34059075606801, + ], + [ + -86.0476320056507, + 37.44973936888837, + ], + [ + -85.89293482253335, + 37.44028555202992, + ], + ], + ], + "type": "Polygon", + }, + "id": "21099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21193 { + "geometry": { + "coordinates": [ + [ + [ + -83.12489613065162, + 37.40526345775882, + ], + [ + -83.12704968772519, + 37.27017056344621, + ], + [ + -82.99998982038518, + 37.19599033002843, + ], + [ + -83.06100727080269, + 37.11536431238898, + ], + [ + -83.05418767340309, + 37.018838693669395, + ], + [ + -83.12202472122021, + 37.00105907219127, + ], + [ + -83.18196539310095, + 37.02082614380441, + ], + [ + -83.20350096383655, + 37.17563239486164, + ], + [ + -83.32481801231373, + 37.225909511790704, + ], + [ + -83.35353210662785, + 37.297994865336435, + ], + [ + -83.47879734307323, + 37.286070164526336, + ], + [ + -83.5082292897452, + 37.23606162193984, + ], + [ + -83.52725237722831, + 37.25867558158422, + ], + [ + -83.54771116942713, + 37.33452097592593, + ], + [ + -83.44828861786446, + 37.378352308633325, + ], + [ + -83.38152834858413, + 37.338227301853394, + ], + [ + -83.21534552774112, + 37.44297129545562, + ], + [ + -83.12489613065162, + 37.40526345775882, + ], + ], + ], + "type": "Polygon", + }, + "id": "21193", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51031 { + "geometry": { + "coordinates": [ + [ + [ + -79.01842171755271, + 37.42991858240673, + ], + [ + -78.91720453509542, + 37.242668550767064, + ], + [ + -78.82424265475345, + 37.20533671714986, + ], + [ + -78.904642118833, + 37.022276445254285, + ], + [ + -79.09092480569589, + 37.0639054683526, + ], + [ + -79.19573124994244, + 37.05450536636266, + ], + [ + -79.25280051239177, + 37.13099533912654, + ], + [ + -79.44303138722285, + 37.05584823807551, + ], + [ + -79.25710762653888, + 37.35557720438341, + ], + [ + -79.08518198683306, + 37.39473534353008, + ], + [ + -79.01842171755271, + 37.42991858240673, + ], + ], + ], + "type": "Polygon", + }, + "id": "51031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29077 { + "geometry": { + "coordinates": [ + [ + [ + -93.18272551653202, + 37.41724187343743, + ], + [ + -93.07325303195941, + 37.414985848959844, + ], + [ + -93.06535665602303, + 37.08861430786902, + ], + [ + -93.60877089091785, + 37.098121839596, + ], + [ + -93.62599934750634, + 37.28198783451928, + ], + [ + -93.62097438100136, + 37.42739398358657, + ], + [ + -93.18272551653202, + 37.41724187343743, + ], + ], + ], + "type": "Polygon", + }, + "id": "29077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21139 { + "geometry": { + "coordinates": [ + [ + [ + -88.35803981940104, + 37.40456516446814, + ], + [ + -88.21877646197753, + 37.272910021740415, + ], + [ + -88.19329270327374, + 37.1470023699437, + ], + [ + -88.23923525417635, + 36.98080856676151, + ], + [ + -88.36270585972709, + 37.0639054683526, + ], + [ + -88.48258720348856, + 37.02275987907091, + ], + [ + -88.56621700317845, + 37.08028850324936, + ], + [ + -88.49048357942495, + 37.06798779835967, + ], + [ + -88.42480008868138, + 37.15054755126562, + ], + [ + -88.51094237162376, + 37.26098532093032, + ], + [ + -88.47576760608895, + 37.387644980886236, + ], + [ + -88.41510908185036, + 37.42336536844802, + ], + [ + -88.35803981940104, + 37.40456516446814, + ], + ], + ], + "type": "Polygon", + }, + "id": "21139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29203 { + "geometry": { + "coordinates": [ + [ + [ + -91.21186186804621, + 37.415254423302414, + ], + [ + -91.1752513977957, + 37.4148247043543, + ], + [ + -91.15945864592294, + 37.255022970525275, + ], + [ + -91.03455233565649, + 37.16934775524551, + ], + [ + -91.01768280524693, + 37.09565095564436, + ], + [ + -91.21724576073011, + 37.0861971387859, + ], + [ + -91.22298857959294, + 36.883853229093816, + ], + [ + -91.65800710845194, + 36.88906357133966, + ], + [ + -91.65549462519945, + 37.04891902003721, + ], + [ + -91.64688039690522, + 37.422667075157335, + ], + [ + -91.21186186804621, + 37.415254423302414, + ], + ], + ], + "type": "Polygon", + }, + "id": "29203", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08007 { + "geometry": { + "coordinates": [ + [ + [ + -107.12880219872396, + 37.42288193463139, + ], + [ + -107.12880219872396, + 37.392425604183984, + ], + [ + -106.7106532002745, + 37.404242875257054, + ], + [ + -106.67870877035004, + 37.403598296834886, + ], + [ + -106.67870877035004, + 37.22854154034789, + ], + [ + -106.47627440543546, + 36.993753850073375, + ], + [ + -107.42096810837019, + 36.999984774820994, + ], + [ + -107.48162663260878, + 36.999984774820994, + ], + [ + -107.48198555878771, + 37.42261336028882, + ], + [ + -107.12880219872396, + 37.42288193463139, + ], + ], + ], + "type": "Polygon", + }, + "id": "08007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51161 { + "geometry": { + "coordinates": [ + [ + [ + -79.8475411908731, + 37.309167557987344, + ], + [ + -79.84718226469417, + 37.22542607797408, + ], + [ + -79.9623975681296, + 37.1370114044001, + ], + [ + -80.0083401190322, + 37.17262436222486, + ], + [ + -80.12822146279368, + 37.12288439398093, + ], + [ + -80.17811220166448, + 37.11337686225396, + ], + [ + -80.19139247028475, + 37.233751882593744, + ], + [ + -80.26210092753328, + 37.34069818580504, + ], + [ + -80.07366468359683, + 37.422398500814765, + ], + [ + -79.8475411908731, + 37.309167557987344, + ], + ], + [ + [ + -80.02233824001034, + 37.30814697548558, + ], + [ + -80.03346495155706, + 37.26275791159128, + ], + [ + -79.95773152780356, + 37.21253450953073, + ], + [ + -79.87984454697649, + 37.30331263731932, + ], + [ + -80.02233824001034, + 37.30814697548558, + ], + ], + ], + "type": "Polygon", + }, + "id": "51161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21177 { + "geometry": { + "coordinates": [ + [ + [ + -86.89936382824345, + 37.21221222031964, + ], + [ + -86.94171711735679, + 37.06906209572995, + ], + [ + -87.05334315900295, + 37.06095115058434, + ], + [ + -87.25003470505472, + 37.04102293436566, + ], + [ + -87.26008463806465, + 37.07137183507604, + ], + [ + -87.3336645047446, + 37.157047050355814, + ], + [ + -87.38606772686788, + 37.29434225427749, + ], + [ + -87.29597725595731, + 37.39167359602479, + ], + [ + -87.10000356226341, + 37.41600643146161, + ], + [ + -86.89936382824345, + 37.21221222031964, + ], + ], + ], + "type": "Polygon", + }, + "id": "21177", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51147 { + "geometry": { + "coordinates": [ + [ + [ + -78.46495754964795, + 37.33967760330327, + ], + [ + -78.38384023321053, + 37.30583723613948, + ], + [ + -78.23488586895601, + 37.36809276874716, + ], + [ + -78.23129660716674, + 37.29622227467548, + ], + [ + -78.23919298310312, + 37.12009122081821, + ], + [ + -78.44342197891235, + 37.079375350484625, + ], + [ + -78.6925167470874, + 37.20436984951661, + ], + [ + -78.68174896171959, + 37.24868461604062, + ], + [ + -78.59452990024043, + 37.3979045207724, + ], + [ + -78.46495754964795, + 37.33967760330327, + ], + ], + ], + "type": "Polygon", + }, + "id": "51147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 08021 { + "geometry": { + "coordinates": [ + [ + [ + -106.67870877035004, + 37.403598296834886, + ], + [ + -106.03946124568182, + 37.40075140880364, + ], + [ + -106.03874339332397, + 37.35692007609625, + ], + [ + -105.7433471480674, + 37.356812646359224, + ], + [ + -105.72001694643717, + 37.28612387939485, + ], + [ + -105.77134339002367, + 37.04623327661152, + ], + [ + -105.71822231554253, + 36.99584872994542, + ], + [ + -106.0067989633995, + 36.99531158126028, + ], + [ + -106.47627440543546, + 36.993753850073375, + ], + [ + -106.67870877035004, + 37.22854154034789, + ], + [ + -106.67870877035004, + 37.403598296834886, + ], + ], + ], + "type": "Polygon", + }, + "id": "08021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21031 { + "geometry": { + "coordinates": [ + [ + [ + -86.39902073481981, + 37.169938618799165, + ], + [ + -86.62334959664892, + 37.180950166844525, + ], + [ + -86.67431711405649, + 36.99966248560991, + ], + [ + -86.94171711735679, + 37.06906209572995, + ], + [ + -86.89936382824345, + 37.21221222031964, + ], + [ + -86.80855550497503, + 37.291925085194364, + ], + [ + -86.6122228851022, + 37.39527249221522, + ], + [ + -86.46901133971049, + 37.320984829060414, + ], + [ + -86.39902073481981, + 37.169938618799165, + ], + ], + ], + "type": "Polygon", + }, + "id": "21031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20129 { + "geometry": { + "coordinates": [ + [ + [ + -101.55683219706786, + 37.38850441878246, + ], + [ + -101.55539649235216, + 36.99531158126028, + ], + [ + -102.02810226999846, + 36.99310927165121, + ], + [ + -102.04210039097659, + 36.99353899059932, + ], + [ + -102.04174146479767, + 37.38920271207314, + ], + [ + -101.55683219706786, + 37.38850441878246, + ], + ], + ], + "type": "Polygon", + }, + "id": "20129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20189 { + "geometry": { + "coordinates": [ + [ + [ + -101.0898692382844, + 37.38769869575475, + ], + [ + -101.0683336675488, + 37.387752410623264, + ], + [ + -101.0668979628331, + 36.99788989494895, + ], + [ + -101.55539649235216, + 36.99531158126028, + ], + [ + -101.55683219706786, + 37.38850441878246, + ], + [ + -101.52596454568018, + 37.38839698904543, + ], + [ + -101.0898692382844, + 37.38769869575475, + ], + ], + ], + "type": "Polygon", + }, + "id": "20189", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20175 { + "geometry": { + "coordinates": [ + [ + [ + -100.65269715235183, + 37.387644980886236, + ], + [ + -100.63403299104765, + 37.38759126601772, + ], + [ + -100.6333151386898, + 37.0000384896895, + ], + [ + -100.94558091435592, + 36.99842704363409, + ], + [ + -101.0668979628331, + 36.99788989494895, + ], + [ + -101.0683336675488, + 37.387752410623264, + ], + [ + -100.65269715235183, + 37.387644980886236, + ], + ], + ], + "type": "Polygon", + }, + "id": "20175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20125 { + "geometry": { + "coordinates": [ + [ + [ + -95.96153199378153, + 37.38662439838447, + ], + [ + -95.52579561256468, + 37.38399236982729, + ], + [ + -95.52112957223864, + 37.38399236982729, + ], + [ + -95.52256527695434, + 36.99928648153031, + ], + [ + -95.7867349446443, + 36.99928648153031, + ], + [ + -95.96440340321296, + 36.999071622056256, + ], + [ + -95.96440340321296, + 37.29917659244374, + ], + [ + -95.96153199378153, + 37.38662439838447, + ], + ], + ], + "type": "Polygon", + }, + "id": "20125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20077 { + "geometry": { + "coordinates": [ + [ + [ + -97.80246436549592, + 36.99869561797666, + ], + [ + -98.11221765790955, + 36.998104754423004, + ], + [ + -98.34731430510647, + 36.99815846929152, + ], + [ + -98.34982678835894, + 37.384046084695804, + ], + [ + -97.80713040582197, + 37.38624839430487, + ], + [ + -97.80246436549592, + 36.99869561797666, + ], + ], + ], + "type": "Polygon", + }, + "id": "20077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20033 { + "geometry": { + "coordinates": [ + [ + [ + -99.0002010245739, + 36.999447626135854, + ], + [ + -99.45603727181064, + 36.999447626135854, + ], + [ + -99.54110277621623, + 36.999608770741396, + ], + [ + -99.54361525946872, + 37.38103805205902, + ], + [ + -99.01132773612062, + 37.38420722930134, + ], + [ + -99.0002010245739, + 36.999447626135854, + ], + ], + ], + "type": "Polygon", + }, + "id": "20033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20099 { + "geometry": { + "coordinates": [ + [ + [ + -95.08826460045319, + 37.38383122522175, + ], + [ + -95.07498433183291, + 37.33989246277733, + ], + [ + -95.07390755329612, + 36.99955505587288, + ], + [ + -95.40770889969784, + 36.99928648153031, + ], + [ + -95.52256527695434, + 36.99928648153031, + ], + [ + -95.52112957223864, + 37.38399236982729, + ], + [ + -95.08826460045319, + 37.38383122522175, + ], + ], + ], + "type": "Polygon", + }, + "id": "20099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21033 { + "geometry": { + "coordinates": [ + [ + [ + -87.8131898797905, + 37.35068915134863, + ], + [ + -87.8049345776752, + 37.24116453444867, + ], + [ + -87.6807461197666, + 37.14925839442128, + ], + [ + -87.7335082680688, + 37.001972224956006, + ], + [ + -87.87707873963943, + 36.96050434646323, + ], + [ + -88.04254370812458, + 37.1747192420969, + ], + [ + -88.09602370878464, + 37.179607295131675, + ], + [ + -88.08920411138504, + 37.22188089665216, + ], + [ + -87.80134531588592, + 37.378889457318465, + ], + [ + -87.8131898797905, + 37.35068915134863, + ], + ], + ], + "type": "Polygon", + }, + "id": "21033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51199 { + "geometry": { + "coordinates": [ + [ + [ + -76.67283913826758, + 37.36830762822122, + ], + [ + -76.61756450671288, + 37.305729806402454, + ], + [ + -76.3896463830945, + 37.193304586602736, + ], + [ + -76.41333551090366, + 37.1389451396666, + ], + [ + -76.39431242342054, + 37.10623278474161, + ], + [ + -76.43558893399711, + 37.09489894748516, + ], + [ + -76.59136289565124, + 37.2147368191398, + ], + [ + -76.68001766184611, + 37.265765944228065, + ], + [ + -76.72775484364334, + 37.30492408337474, + ], + [ + -76.67283913826758, + 37.36830762822122, + ], + ], + ], + "type": "Polygon", + }, + "id": "51199", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29097 { + "geometry": { + "coordinates": [ + [ + [ + -94.082194520922, + 37.349238849898754, + ], + [ + -94.0524036480711, + 37.290045064796374, + ], + [ + -94.0592232454707, + 37.0481132970095, + ], + [ + -94.61807130605938, + 37.056815105708765, + ], + [ + -94.61807130605938, + 37.338388446458936, + ], + [ + -94.61807130605938, + 37.36417158334564, + ], + [ + -94.082194520922, + 37.349238849898754, + ], + ], + ], + "type": "Polygon", + }, + "id": "29097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51121 { + "geometry": { + "coordinates": [ + [ + [ + -80.17811220166448, + 37.11337686225396, + ], + [ + -80.34788428429674, + 37.02157815196361, + ], + [ + -80.54385797799064, + 36.984568607557485, + ], + [ + -80.58010952206223, + 37.08952746063376, + ], + [ + -80.52519381668647, + 37.148560101130606, + ], + [ + -80.60702898548172, + 37.244924575244646, + ], + [ + -80.43330871488126, + 37.31491504891834, + ], + [ + -80.32778441827685, + 37.36674989703431, + ], + [ + -80.26210092753328, + 37.34069818580504, + ], + [ + -80.19139247028475, + 37.233751882593744, + ], + [ + -80.17811220166448, + 37.11337686225396, + ], + ], + ], + "type": "Polygon", + }, + "id": "51121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21051 { + "geometry": { + "coordinates": [ + [ + [ + -83.52725237722831, + 37.25867558158422, + ], + [ + -83.5082292897452, + 37.23606162193984, + ], + [ + -83.55165935739532, + 37.07969763969571, + ], + [ + -83.50894714210305, + 36.93842753550399, + ], + [ + -83.5893466061826, + 36.95572372316549, + ], + [ + -83.87074473046104, + 37.054827655573746, + ], + [ + -83.96909050348692, + 37.167790024058604, + ], + [ + -83.94360674478314, + 37.25056463643861, + ], + [ + -83.78496137369758, + 37.348594271476586, + ], + [ + -83.65251761367368, + 37.35745722478139, + ], + [ + -83.52725237722831, + 37.25867558158422, + ], + ], + ], + "type": "Polygon", + }, + "id": "21051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21199 { + "geometry": { + "coordinates": [ + [ + [ + -84.35816648144332, + 36.96007462751512, + ], + [ + -84.57818822912532, + 36.867094190117456, + ], + [ + -84.67904648540367, + 36.9803788478134, + ], + [ + -84.83517937323674, + 36.99751389086935, + ], + [ + -84.90086286398031, + 37.116008890811145, + ], + [ + -84.72068192215916, + 37.23810278694337, + ], + [ + -84.55665265838972, + 37.355792063857464, + ], + [ + -84.50281373155073, + 37.328451195783856, + ], + [ + -84.2888937289105, + 37.15189042297847, + ], + [ + -84.35816648144332, + 36.96007462751512, + ], + ], + ], + "type": "Polygon", + }, + "id": "21199", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20021 { + "geometry": { + "coordinates": [ + [ + [ + -94.61807130605938, + 37.338388446458936, + ], + [ + -94.61807130605938, + 37.056815105708765, + ], + [ + -94.61807130605938, + 36.998910477450714, + ], + [ + -95.0075062101947, + 36.99950134100437, + ], + [ + -95.07390755329612, + 36.99955505587288, + ], + [ + -95.07498433183291, + 37.33989246277733, + ], + [ + -94.61807130605938, + 37.338388446458936, + ], + ], + ], + "type": "Polygon", + }, + "id": "20021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21061 { + "geometry": { + "coordinates": [ + [ + [ + -86.15746341640222, + 37.33564898816472, + ], + [ + -86.0490677103664, + 37.215488827299, + ], + [ + -86.05660516012387, + 37.16730659024198, + ], + [ + -86.11367442257318, + 37.06111229518988, + ], + [ + -86.28165187431082, + 37.08114794114559, + ], + [ + -86.39902073481981, + 37.169938618799165, + ], + [ + -86.46901133971049, + 37.320984829060414, + ], + [ + -86.15746341640222, + 37.33564898816472, + ], + ], + ], + "type": "Polygon", + }, + "id": "21061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51770 { + "geometry": { + "coordinates": [ + [ + [ + -80.03346495155706, + 37.26275791159128, + ], + [ + -80.02233824001034, + 37.30814697548558, + ], + [ + -79.87984454697649, + 37.30331263731932, + ], + [ + -79.95773152780356, + 37.21253450953073, + ], + [ + -80.03346495155706, + 37.26275791159128, + ], + ], + ], + "type": "Polygon", + }, + "id": "51770", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17127 { + "geometry": { + "coordinates": [ + [ + [ + -88.49048357942495, + 37.06798779835967, + ], + [ + -88.56621700317845, + 37.08028850324936, + ], + [ + -88.92801459153644, + 37.22650037534436, + ], + [ + -88.92945029625214, + 37.30261434402864, + ], + [ + -88.90647902080084, + 37.33554155842769, + ], + [ + -88.71050532710693, + 37.337045574746085, + ], + [ + -88.49048357942495, + 37.15935678970191, + ], + [ + -88.49048357942495, + 37.06798779835967, + ], + ], + ], + "type": "Polygon", + }, + "id": "17127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51185 { + "geometry": { + "coordinates": [ + [ + [ + -81.36220966594323, + 37.33763643829974, + ], + [ + -81.22509986559328, + 37.23487989483254, + ], + [ + -81.3281116789452, + 37.1389451396666, + ], + [ + -81.27032456413802, + 37.092642923007574, + ], + [ + -81.46235006986375, + 37.035544017777234, + ], + [ + -81.43722523733888, + 37.010083170101616, + ], + [ + -81.68308966990358, + 36.93300233378409, + ], + [ + -81.7803586643927, + 36.95862432606525, + ], + [ + -81.90095786051201, + 37.14254403585704, + ], + [ + -81.74015893235291, + 37.23767306799526, + ], + [ + -81.56141369524748, + 37.2066258739942, + ], + [ + -81.36220966594323, + 37.33763643829974, + ], + ], + ], + "type": "Polygon", + }, + "id": "51185", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17003 { + "geometry": { + "coordinates": [ + [ + [ + -89.24853566931786, + 37.335058124611066, + ], + [ + -89.26576412590634, + 37.11052997422272, + ], + [ + -89.16741835288046, + 37.064872335985854, + ], + [ + -89.13439714441921, + 36.980862281630024, + ], + [ + -89.25894452850673, + 37.06444261703774, + ], + [ + -89.31457808624036, + 37.010459174181214, + ], + [ + -89.37810801991036, + 37.039411488310236, + ], + [ + -89.48901620919867, + 37.251424074334835, + ], + [ + -89.48435016887262, + 37.33559527329621, + ], + [ + -89.24853566931786, + 37.335058124611066, + ], + ], + ], + "type": "Polygon", + }, + "id": "17003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21125 { + "geometry": { + "coordinates": [ + [ + [ + -83.94360674478314, + 37.25056463643861, + ], + [ + -83.96909050348692, + 37.167790024058604, + ], + [ + -83.87074473046104, + 37.054827655573746, + ], + [ + -83.96011734901376, + 36.97704852596553, + ], + [ + -84.09471466611122, + 36.95502542987481, + ], + [ + -84.29714903102581, + 36.94594761709595, + ], + [ + -84.35816648144332, + 36.96007462751512, + ], + [ + -84.2888937289105, + 37.15189042297847, + ], + [ + -84.2160317145884, + 37.283008417021044, + ], + [ + -84.13563225050885, + 37.31969567221608, + ], + [ + -83.94360674478314, + 37.25056463643861, + ], + ], + ], + "type": "Polygon", + }, + "id": "21125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 17153 { + "geometry": { + "coordinates": [ + [ + [ + -89.04466559968758, + 37.32984778236522, + ], + [ + -88.92945029625214, + 37.30261434402864, + ], + [ + -88.92801459153644, + 37.22650037534436, + ], + [ + -88.93339848422033, + 37.22494264415745, + ], + [ + -89.08665996262198, + 37.16053851680922, + ], + [ + -89.16741835288046, + 37.064872335985854, + ], + [ + -89.26576412590634, + 37.11052997422272, + ], + [ + -89.24853566931786, + 37.335058124611066, + ], + [ + -89.04466559968758, + 37.32984778236522, + ], + ], + ], + "type": "Polygon", + }, + "id": "17153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21131 { + "geometry": { + "coordinates": [ + [ + [ + -83.18196539310095, + 37.02082614380441, + ], + [ + -83.25985237392801, + 36.968776436214384, + ], + [ + -83.48992405461995, + 36.8953482109558, + ], + [ + -83.50894714210305, + 36.93842753550399, + ], + [ + -83.55165935739532, + 37.07969763969571, + ], + [ + -83.5082292897452, + 37.23606162193984, + ], + [ + -83.47879734307323, + 37.286070164526336, + ], + [ + -83.35353210662785, + 37.297994865336435, + ], + [ + -83.32481801231373, + 37.225909511790704, + ], + [ + -83.20350096383655, + 37.17563239486164, + ], + [ + -83.18196539310095, + 37.02082614380441, + ], + ], + ], + "type": "Polygon", + }, + "id": "21131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29223 { + "geometry": { + "coordinates": [ + [ + [ + -90.2176363524196, + 37.31496876378685, + ], + [ + -90.22337917128243, + 37.08651942799698, + ], + [ + -90.11175312963627, + 37.0411840789712, + ], + [ + -90.25855393681724, + 36.92204450060724, + ], + [ + -90.67849756616133, + 36.92644911982538, + ], + [ + -90.77971474861862, + 37.050261891750054, + ], + [ + -90.73556682861066, + 37.27103000134243, + ], + [ + -90.55071984646347, + 37.27258773252934, + ], + [ + -90.55000199410561, + 37.31760079234404, + ], + [ + -90.2176363524196, + 37.31496876378685, + ], + ], + ], + "type": "Polygon", + }, + "id": "29223", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51149 { + "geometry": { + "coordinates": [ + [ + [ + -77.2539406219497, + 37.29251594874802, + ], + [ + -77.09565417704307, + 37.30675038890421, + ], + [ + -77.00987082027962, + 37.233107304171575, + ], + [ + -77.15523592274488, + 37.11198027567259, + ], + [ + -77.39858787205709, + 36.99300184191418, + ], + [ + -77.39930572441496, + 37.170851771563896, + ], + [ + -77.37669337514258, + 37.24497829011316, + ], + [ + -77.33469901220816, + 37.31239045009818, + ], + [ + -77.2539406219497, + 37.29251594874802, + ], + ], + ], + "type": "Polygon", + }, + "id": "51149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21001 { + "geometry": { + "coordinates": [ + [ + [ + -85.16539145784918, + 37.31072528917424, + ], + [ + -85.05699575181336, + 37.25706413552881, + ], + [ + -85.04371548319308, + 37.18605307935334, + ], + [ + -85.20595011606788, + 36.99649330836759, + ], + [ + -85.23143387477167, + 36.92521367784956, + ], + [ + -85.45181454863258, + 36.938105246292906, + ], + [ + -85.52683012002824, + 37.10945567685244, + ], + [ + -85.35310984942778, + 37.19244514870651, + ], + [ + -85.16539145784918, + 37.31072528917424, + ], + ], + ], + "type": "Polygon", + }, + "id": "21001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51051 { + "geometry": { + "coordinates": [ + [ + [ + -82.14861692397135, + 37.041667512787825, + ], + [ + -82.32808001343463, + 36.97087131608643, + ], + [ + -82.46698444467921, + 37.0219541560432, + ], + [ + -82.55384457997945, + 37.20265097372416, + ], + [ + -82.31049263066723, + 37.29890801810117, + ], + [ + -82.25019303260757, + 37.271996868975684, + ], + [ + -82.14861692397135, + 37.041667512787825, + ], + ], + ], + "type": "Polygon", + }, + "id": "51051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 20019 { + "geometry": { + "coordinates": [ + [ + [ + -95.96440340321296, + 37.29917659244374, + ], + [ + -95.96440340321296, + 36.999071622056256, + ], + [ + -96.00065494728453, + 36.9988567625822, + ], + [ + -96.52540502087518, + 36.99869561797666, + ], + [ + -96.52468716851733, + 37.30272177376567, + ], + [ + -95.96440340321296, + 37.29917659244374, + ], + ], + ], + "type": "Polygon", + }, + "id": "20019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51021 { + "geometry": { + "coordinates": [ + [ + [ + -80.85468804894106, + 37.147485803760325, + ], + [ + -80.91283408992716, + 37.07335928521106, + ], + [ + -81.11419167630497, + 37.02259873446537, + ], + [ + -81.22545879177221, + 37.04741500371882, + ], + [ + -81.37943812253171, + 36.95233968644911, + ], + [ + -81.43722523733888, + 37.010083170101616, + ], + [ + -81.46235006986375, + 37.035544017777234, + ], + [ + -81.27032456413802, + 37.092642923007574, + ], + [ + -81.3281116789452, + 37.1389451396666, + ], + [ + -81.22509986559328, + 37.23487989483254, + ], + [ + -80.98138899010213, + 37.29348281638127, + ], + [ + -81.01441019856338, + 37.275327190823546, + ], + [ + -80.85468804894106, + 37.147485803760325, + ], + ], + ], + "type": "Polygon", + }, + "id": "51021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51135 { + "geometry": { + "coordinates": [ + [ + [ + -77.88995781100758, + 36.98875836730157, + ], + [ + -78.0037374097273, + 37.02275987907091, + ], + [ + -78.08270116909114, + 37.01663638406032, + ], + [ + -78.23919298310312, + 37.12009122081821, + ], + [ + -78.23129660716674, + 37.29622227467548, + ], + [ + -77.79591915212882, + 37.19260629331205, + ], + [ + -77.90000774401751, + 37.14394062243841, + ], + [ + -77.88995781100758, + 36.98875836730157, + ], + ], + ], + "type": "Polygon", + }, + "id": "51135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29109 { + "geometry": { + "coordinates": [ + [ + [ + -93.62599934750634, + 37.28198783451928, + ], + [ + -93.60877089091785, + 37.098121839596, + ], + [ + -93.61020659563357, + 36.99579501507691, + ], + [ + -93.61092444799142, + 36.922850223634946, + ], + [ + -94.06281250725998, + 36.931766891808266, + ], + [ + -94.0592232454707, + 37.0481132970095, + ], + [ + -94.0524036480711, + 37.290045064796374, + ], + [ + -93.62599934750634, + 37.28198783451928, + ], + ], + ], + "type": "Polygon", + }, + "id": "29109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06087 { + "geometry": { + "coordinates": [ + [ + [ + -121.5813237193813, + 36.900558553201655, + ], + [ + -121.64377687451453, + 36.89507963661323, + ], + [ + -121.74463513079289, + 36.90926036190092, + ], + [ + -121.80349902413685, + 36.855652923123984, + ], + [ + -121.93953204595002, + 36.97763938951918, + ], + [ + -122.10607379297196, + 36.95593858263955, + ], + [ + -122.29271540601377, + 37.10773680106, + ], + [ + -122.32071164797004, + 37.18750338080322, + ], + [ + -122.15381097476919, + 37.216240835458194, + ], + [ + -122.15237527005348, + 37.28628502400039, + ], + [ + -121.9919352680733, + 37.14474634546612, + ], + [ + -121.75576184233961, + 37.04913387951127, + ], + [ + -121.5813237193813, + 36.900558553201655, + ], + ], + ], + "type": "Polygon", + }, + "id": "06087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51053 { + "geometry": { + "coordinates": [ + [ + [ + -77.44776075857004, + 37.22268661967987, + ], + [ + -77.39930572441496, + 37.170851771563896, + ], + [ + -77.39858787205709, + 36.99300184191418, + ], + [ + -77.61896854591801, + 36.87778344895173, + ], + [ + -77.658091499421, + 36.89448877305958, + ], + [ + -77.76541042692006, + 36.974631356882405, + ], + [ + -77.88995781100758, + 36.98875836730157, + ], + [ + -77.90000774401751, + 37.14394062243841, + ], + [ + -77.79591915212882, + 37.19260629331205, + ], + [ + -77.65055404966355, + 37.265121365805896, + ], + [ + -77.44776075857004, + 37.22268661967987, + ], + ], + ], + "type": "Polygon", + }, + "id": "51053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21133 { + "geometry": { + "coordinates": [ + [ + [ + -82.73258981708489, + 37.27151343515906, + ], + [ + -82.5653302177051, + 37.19609775976546, + ], + [ + -82.72684699822206, + 37.115095738046406, + ], + [ + -82.72325773643279, + 37.04467554542461, + ], + [ + -82.8693406912559, + 36.97420163793429, + ], + [ + -82.93861344378874, + 37.015239797478955, + ], + [ + -83.14822633228185, + 36.954703140663725, + ], + [ + -83.12202472122021, + 37.00105907219127, + ], + [ + -83.05418767340309, + 37.018838693669395, + ], + [ + -83.06100727080269, + 37.11536431238898, + ], + [ + -82.99998982038518, + 37.19599033002843, + ], + [ + -82.81980887856403, + 37.268827691733364, + ], + [ + -82.73258981708489, + 37.27151343515906, + ], + ], + ], + "type": "Polygon", + }, + "id": "21133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29201 { + "geometry": { + "coordinates": [ + [ + [ + -89.31457808624036, + 37.010459174181214, + ], + [ + -89.51988386058635, + 36.869618788937615, + ], + [ + -89.69180950029218, + 36.85952039365699, + ], + [ + -89.68786131232399, + 36.92757713206417, + ], + [ + -89.78620708534987, + 37.08335025075466, + ], + [ + -89.7650304407932, + 37.12599985635474, + ], + [ + -89.62074211686472, + 37.23294615956603, + ], + [ + -89.48901620919867, + 37.251424074334835, + ], + [ + -89.37810801991036, + 37.039411488310236, + ], + [ + -89.31457808624036, + 37.010459174181214, + ], + ], + ], + "type": "Polygon", + }, + "id": "29201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51037 { + "geometry": { + "coordinates": [ + [ + [ + -78.44342197891235, + 37.079375350484625, + ], + [ + -78.49295379160422, + 36.89115845121171, + ], + [ + -78.64836882707942, + 36.69789235429849, + ], + [ + -78.66559728366789, + 36.84308364389172, + ], + [ + -78.904642118833, + 37.022276445254285, + ], + [ + -78.82424265475345, + 37.20533671714986, + ], + [ + -78.68174896171959, + 37.24868461604062, + ], + [ + -78.6925167470874, + 37.20436984951661, + ], + [ + -78.44342197891235, + 37.079375350484625, + ], + ], + ], + "type": "Polygon", + }, + "id": "51037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51155 { + "geometry": { + "coordinates": [ + [ + [ + -80.52519381668647, + 37.148560101130606, + ], + [ + -80.58010952206223, + 37.08952746063376, + ], + [ + -80.54385797799064, + 36.984568607557485, + ], + [ + -80.63394844890122, + 36.931766891808266, + ], + [ + -80.74054952404241, + 36.87896517605904, + ], + [ + -80.91283408992716, + 37.07335928521106, + ], + [ + -80.85468804894106, + 37.147485803760325, + ], + [ + -80.60702898548172, + 37.244924575244646, + ], + [ + -80.52519381668647, + 37.148560101130606, + ], + ], + ], + "type": "Polygon", + }, + "id": "51155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51181 { + "geometry": { + "coordinates": [ + [ + [ + -76.67499269534113, + 37.139643432957286, + ], + [ + -76.69760504461351, + 37.05976942347703, + ], + [ + -76.84978974447837, + 36.99622473402502, + ], + [ + -76.95351941018815, + 36.94444360077756, + ], + [ + -76.96572290027166, + 37.054827655573746, + ], + [ + -77.15523592274488, + 37.11198027567259, + ], + [ + -77.00987082027962, + 37.233107304171575, + ], + [ + -76.80133471032329, + 37.205873865835, + ], + [ + -76.67499269534113, + 37.139643432957286, + ], + ], + ], + "type": "Polygon", + }, + "id": "51181", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51067 { + "geometry": { + "coordinates": [ + [ + [ + -79.59413930855094, + 37.042204661472965, + ], + [ + -79.6407997118114, + 36.85613635694061, + ], + [ + -79.76175783410964, + 36.78845562261302, + ], + [ + -79.99972589073796, + 36.830729224133506, + ], + [ + -80.04136132749345, + 36.79436425814956, + ], + [ + -80.0664861600183, + 36.84098876401967, + ], + [ + -80.23554039029273, + 36.872143387757774, + ], + [ + -80.10632696587916, + 37.02523076302255, + ], + [ + -80.12822146279368, + 37.12288439398093, + ], + [ + -80.0083401190322, + 37.17262436222486, + ], + [ + -79.9623975681296, + 37.1370114044001, + ], + [ + -79.84718226469417, + 37.22542607797408, + ], + [ + -79.72442951150128, + 37.19228400410097, + ], + [ + -79.59413930855094, + 37.042204661472965, + ], + ], + ], + "type": "Polygon", + }, + "id": "51067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21007 { + "geometry": { + "coordinates": [ + [ + [ + -88.81602962371134, + 36.954058562241556, + ], + [ + -88.99046774666967, + 36.91925132744451, + ], + [ + -89.10101700977904, + 36.943047014196196, + ], + [ + -89.13439714441921, + 36.980862281630024, + ], + [ + -89.16741835288046, + 37.064872335985854, + ], + [ + -89.08665996262198, + 37.16053851680922, + ], + [ + -88.93339848422033, + 37.22494264415745, + ], + [ + -88.81602962371134, + 36.954058562241556, + ], + ], + ], + "type": "Polygon", + }, + "id": "21007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21145 { + "geometry": { + "coordinates": [ + [ + [ + -88.56621700317845, + 37.08028850324936, + ], + [ + -88.48258720348856, + 37.02275987907091, + ], + [ + -88.48402290820427, + 36.942348720905514, + ], + [ + -88.812799288101, + 36.94653848064961, + ], + [ + -88.81602962371134, + 36.954058562241556, + ], + [ + -88.93339848422033, + 37.22494264415745, + ], + [ + -88.92801459153644, + 37.22650037534436, + ], + [ + -88.56621700317845, + 37.08028850324936, + ], + ], + ], + "type": "Polygon", + }, + "id": "21145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51700 { + "geometry": { + "coordinates": [ + [ + [ + -76.43558893399711, + 37.09489894748516, + ], + [ + -76.38785175219988, + 36.989617805197796, + ], + [ + -76.62617873500712, + 37.12696672398799, + ], + [ + -76.60895027841865, + 37.16811231326969, + ], + [ + -76.59136289565124, + 37.2147368191398, + ], + [ + -76.43558893399711, + 37.09489894748516, + ], + ], + ], + "type": "Polygon", + }, + "id": "51700", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51195 { + "geometry": { + "coordinates": [ + [ + [ + -82.32808001343463, + 36.97087131608643, + ], + [ + -82.29864806676265, + 36.90593004005305, + ], + [ + -82.40668484661956, + 36.87627943263334, + ], + [ + -82.63460297023792, + 36.8784280273739, + ], + [ + -82.77135384440895, + 36.799896889606494, + ], + [ + -82.87831384572907, + 36.892447608056045, + ], + [ + -82.8693406912559, + 36.97420163793429, + ], + [ + -82.72325773643279, + 37.04467554542461, + ], + [ + -82.72684699822206, + 37.115095738046406, + ], + [ + -82.5653302177051, + 37.19609775976546, + ], + [ + -82.55384457997945, + 37.20265097372416, + ], + [ + -82.46698444467921, + 37.0219541560432, + ], + [ + -82.32808001343463, + 36.97087131608643, + ], + ], + ], + "type": "Polygon", + }, + "id": "51195", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21227 { + "geometry": { + "coordinates": [ + [ + [ + -86.39902073481981, + 37.169938618799165, + ], + [ + -86.28165187431082, + 37.08114794114559, + ], + [ + -86.11367442257318, + 37.06111229518988, + ], + [ + -86.16679549705432, + 36.934022916285855, + ], + [ + -86.40584033221941, + 36.776154917723325, + ], + [ + -86.40081536571445, + 36.80720211172439, + ], + [ + -86.58314986460914, + 36.83024579031688, + ], + [ + -86.61150503274435, + 36.88283264659205, + ], + [ + -86.67431711405649, + 36.99966248560991, + ], + [ + -86.62334959664892, + 37.180950166844525, + ], + [ + -86.39902073481981, + 37.169938618799165, + ], + ], + ], + "type": "Polygon", + }, + "id": "21227", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21207 { + "geometry": { + "coordinates": [ + [ + [ + -84.90086286398031, + 37.116008890811145, + ], + [ + -84.83517937323674, + 36.99751389086935, + ], + [ + -85.06417427539189, + 36.85871467062928, + ], + [ + -85.21528219671998, + 36.85452491088519, + ], + [ + -85.23143387477167, + 36.92521367784956, + ], + [ + -85.20595011606788, + 36.99649330836759, + ], + [ + -85.04371548319308, + 37.18605307935334, + ], + [ + -84.90086286398031, + 37.116008890811145, + ], + ], + ], + "type": "Polygon", + }, + "id": "21207", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21169 { + "geometry": { + "coordinates": [ + [ + [ + -85.52683012002824, + 37.10945567685244, + ], + [ + -85.45181454863258, + 36.938105246292906, + ], + [ + -85.59610287256108, + 36.818106230032726, + ], + [ + -85.73931441795277, + 36.841311053230754, + ], + [ + -85.74398045827881, + 37.17004604853619, + ], + [ + -85.68655226965056, + 37.18213189395183, + ], + [ + -85.52683012002824, + 37.10945567685244, + ], + ], + ], + "type": "Polygon", + }, + "id": "21169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21143 { + "geometry": { + "coordinates": [ + [ + [ + -88.09602370878464, + 37.179607295131675, + ], + [ + -88.04254370812458, + 37.1747192420969, + ], + [ + -87.87707873963943, + 36.96050434646323, + ], + [ + -88.15740008538108, + 36.867094190117456, + ], + [ + -88.23923525417635, + 36.98080856676151, + ], + [ + -88.19329270327374, + 37.1470023699437, + ], + [ + -88.09602370878464, + 37.179607295131675, + ], + ], + ], + "type": "Polygon", + }, + "id": "21143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21009 { + "geometry": { + "coordinates": [ + [ + [ + -85.73931441795277, + 36.841311053230754, + ], + [ + -85.97692354840217, + 36.72249376407788, + ], + [ + -86.16679549705432, + 36.934022916285855, + ], + [ + -86.11367442257318, + 37.06111229518988, + ], + [ + -86.05660516012387, + 37.16730659024198, + ], + [ + -85.90657401733256, + 37.148398956525064, + ], + [ + -85.74398045827881, + 37.17004604853619, + ], + [ + -85.73931441795277, + 36.841311053230754, + ], + ], + ], + "type": "Polygon", + }, + "id": "21009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21047 { + "geometry": { + "coordinates": [ + [ + [ + -87.3336645047446, + 37.157047050355814, + ], + [ + -87.26008463806465, + 37.07137183507604, + ], + [ + -87.33581806181816, + 36.641491742358824, + ], + [ + -87.64126424008468, + 36.63805399077393, + ], + [ + -87.69402638838689, + 36.63708712314069, + ], + [ + -87.65992840138885, + 36.96673527121085, + ], + [ + -87.7335082680688, + 37.001972224956006, + ], + [ + -87.6807461197666, + 37.14925839442128, + ], + [ + -87.52353645339676, + 37.105803065793495, + ], + [ + -87.3336645047446, + 37.157047050355814, + ], + ], + ], + "type": "Polygon", + }, + "id": "21047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51093 { + "geometry": { + "coordinates": [ + [ + [ + -76.52460262637089, + 36.907595200976985, + ], + [ + -76.8975269262756, + 36.64401634117898, + ], + [ + -76.90973041635911, + 36.64815238605456, + ], + [ + -76.92480531587402, + 36.70772217523654, + ], + [ + -76.81533283130142, + 36.91280554322284, + ], + [ + -76.84978974447837, + 36.99622473402502, + ], + [ + -76.69760504461351, + 37.05976942347703, + ], + [ + -76.67499269534113, + 37.139643432957286, + ], + [ + -76.65381605078446, + 37.03903548423064, + ], + [ + -76.48619752522575, + 36.95540143395441, + ], + [ + -76.52460262637089, + 36.907595200976985, + ], + ], + ], + "type": "Polygon", + }, + "id": "51093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51167 { + "geometry": { + "coordinates": [ + [ + [ + -81.7803586643927, + 36.95862432606525, + ], + [ + -81.83671007448416, + 36.92902743351405, + ], + [ + -81.94725933759354, + 36.86462330616581, + ], + [ + -82.07790846672282, + 36.855008344701815, + ], + [ + -82.10411007778445, + 36.79839287328811, + ], + [ + -82.33202820140282, + 36.70933362129196, + ], + [ + -82.40668484661956, + 36.87627943263334, + ], + [ + -82.29864806676265, + 36.90593004005305, + ], + [ + -82.32808001343463, + 36.97087131608643, + ], + [ + -82.14861692397135, + 37.041667512787825, + ], + [ + -82.01796779484208, + 37.06852494704481, + ], + [ + -81.90095786051201, + 37.14254403585704, + ], + [ + -81.7803586643927, + 36.95862432606525, + ], + ], + ], + "type": "Polygon", + }, + "id": "51167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51143 { + "geometry": { + "coordinates": [ + [ + [ + -79.09092480569589, + 37.0639054683526, + ], + [ + -79.21870252539374, + 36.54158208692286, + ], + [ + -79.3425320571234, + 36.54136722744881, + ], + [ + -79.3044858821572, + 36.582190527519415, + ], + [ + -79.39888346721489, + 36.64455348986412, + ], + [ + -79.50117742820896, + 36.61807205968674, + ], + [ + -79.47030977682127, + 36.54083007876367, + ], + [ + -79.51050950886105, + 36.540776363895155, + ], + [ + -79.71473850467027, + 36.54190437613394, + ], + [ + -79.6407997118114, + 36.85613635694061, + ], + [ + -79.59413930855094, + 37.042204661472965, + ], + [ + -79.48179541454692, + 37.006108269831586, + ], + [ + -79.44303138722285, + 37.05584823807551, + ], + [ + -79.25280051239177, + 37.13099533912654, + ], + [ + -79.19573124994244, + 37.05450536636266, + ], + [ + -79.09092480569589, + 37.0639054683526, + ], + ], + ], + "type": "Polygon", + }, + "id": "51143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51063 { + "geometry": { + "coordinates": [ + [ + [ + -80.12822146279368, + 37.12288439398093, + ], + [ + -80.10632696587916, + 37.02523076302255, + ], + [ + -80.23554039029273, + 36.872143387757774, + ], + [ + -80.38593045926295, + 36.798339158419594, + ], + [ + -80.46417636626894, + 36.70868904286979, + ], + [ + -80.63394844890122, + 36.931766891808266, + ], + [ + -80.54385797799064, + 36.984568607557485, + ], + [ + -80.34788428429674, + 37.02157815196361, + ], + [ + -80.17811220166448, + 37.11337686225396, + ], + [ + -80.12822146279368, + 37.12288439398093, + ], + ], + ], + "type": "Polygon", + }, + "id": "51063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29207 { + "geometry": { + "coordinates": [ + [ + [ + -89.86660654942942, + 37.12616100096028, + ], + [ + -89.7650304407932, + 37.12599985635474, + ], + [ + -89.78620708534987, + 37.08335025075466, + ], + [ + -89.68786131232399, + 36.92757713206417, + ], + [ + -89.69180950029218, + 36.85952039365699, + ], + [ + -89.70078265476535, + 36.627472161676685, + ], + [ + -89.95920950359248, + 36.62924475233764, + ], + [ + -90.14836359988678, + 36.63058762405049, + ], + [ + -90.15159393549712, + 36.71556454603957, + ], + [ + -90.25855393681724, + 36.92204450060724, + ], + [ + -90.11175312963627, + 37.0411840789712, + ], + [ + -89.95920950359248, + 37.054397936625634, + ], + [ + -89.95956842977141, + 37.12723529833056, + ], + [ + -89.86660654942942, + 37.12616100096028, + ], + ], + ], + "type": "Polygon", + }, + "id": "29207", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51111 { + "geometry": { + "coordinates": [ + [ + [ + -78.23919298310312, + 37.12009122081821, + ], + [ + -78.08270116909114, + 37.01663638406032, + ], + [ + -78.0037374097273, + 37.02275987907091, + ], + [ + -78.02742653753646, + 36.77782007864725, + ], + [ + -78.24134654017669, + 36.80795411988359, + ], + [ + -78.49295379160422, + 36.89115845121171, + ], + [ + -78.44342197891235, + 37.079375350484625, + ], + [ + -78.23919298310312, + 37.12009122081821, + ], + ], + ], + "type": "Polygon", + }, + "id": "51111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51650 { + "geometry": { + "coordinates": [ + [ + [ + -76.38785175219988, + 36.989617805197796, + ], + [ + -76.43558893399711, + 37.09489894748516, + ], + [ + -76.39431242342054, + 37.10623278474161, + ], + [ + -76.3813910809792, + 37.111872845935565, + ], + [ + -76.27120074404874, + 37.084531977861964, + ], + [ + -76.38785175219988, + 36.989617805197796, + ], + ], + ], + "type": "Polygon", + }, + "id": "51650", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51183 { + "geometry": { + "coordinates": [ + [ + [ + -76.95351941018815, + 36.94444360077756, + ], + [ + -77.43017337580264, + 36.707668460368026, + ], + [ + -77.49011404768338, + 36.721204607233545, + ], + [ + -77.45852854393783, + 36.86295814524188, + ], + [ + -77.61896854591801, + 36.87778344895173, + ], + [ + -77.39858787205709, + 36.99300184191418, + ], + [ + -77.15523592274488, + 37.11198027567259, + ], + [ + -76.96572290027166, + 37.054827655573746, + ], + [ + -76.95351941018815, + 36.94444360077756, + ], + ], + ], + "type": "Polygon", + }, + "id": "51183", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29035 { + "geometry": { + "coordinates": [ + [ + [ + -90.77971474861862, + 37.050261891750054, + ], + [ + -90.67849756616133, + 36.92644911982538, + ], + [ + -90.66270481428856, + 36.811445586336994, + ], + [ + -91.11602857827282, + 36.82363886148966, + ], + [ + -91.22478321048757, + 36.825680026493195, + ], + [ + -91.22298857959294, + 36.883853229093816, + ], + [ + -91.21724576073011, + 37.0861971387859, + ], + [ + -91.01768280524693, + 37.09565095564436, + ], + [ + -90.96456173076581, + 37.05359221359792, + ], + [ + -90.77971474861862, + 37.050261891750054, + ], + ], + ], + "type": "Polygon", + }, + "id": "29035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29043 { + "geometry": { + "coordinates": [ + [ + [ + -93.06535665602303, + 37.08861430786902, + ], + [ + -92.90312202314821, + 37.070619826916854, + ], + [ + -92.90922376818997, + 36.80918956185941, + ], + [ + -93.30440149118813, + 36.81681707318839, + ], + [ + -93.34244766615434, + 36.8172467921365, + ], + [ + -93.3377816258283, + 36.99246469322904, + ], + [ + -93.61020659563357, + 36.99579501507691, + ], + [ + -93.60877089091785, + 37.098121839596, + ], + [ + -93.06535665602303, + 37.08861430786902, + ], + ], + ], + "type": "Polygon", + }, + "id": "29043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51197 { + "geometry": { + "coordinates": [ + [ + [ + -80.74054952404241, + 36.87896517605904, + ], + [ + -81.04240644051966, + 36.80639638869668, + ], + [ + -81.0983989244322, + 36.76901084021097, + ], + [ + -81.26171033584379, + 36.76310220467443, + ], + [ + -81.37943812253171, + 36.95233968644911, + ], + [ + -81.22545879177221, + 37.04741500371882, + ], + [ + -81.11419167630497, + 37.02259873446537, + ], + [ + -80.91283408992716, + 37.07335928521106, + ], + [ + -80.74054952404241, + 36.87896517605904, + ], + ], + ], + "type": "Polygon", + }, + "id": "51197", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21141 { + "geometry": { + "coordinates": [ + [ + [ + -86.61150503274435, + 36.88283264659205, + ], + [ + -86.69082771828711, + 36.843728222313885, + ], + [ + -86.76368973260921, + 36.648850679345244, + ], + [ + -87.06088060876041, + 36.643103188414244, + ], + [ + -87.05334315900295, + 37.06095115058434, + ], + [ + -86.94171711735679, + 37.06906209572995, + ], + [ + -86.67431711405649, + 36.99966248560991, + ], + [ + -86.61150503274435, + 36.88283264659205, + ], + ], + ], + "type": "Polygon", + }, + "id": "21141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21219 { + "geometry": { + "coordinates": [ + [ + [ + -87.05334315900295, + 37.06095115058434, + ], + [ + -87.06088060876041, + 36.643103188414244, + ], + [ + -87.11507846177832, + 36.64235118025505, + ], + [ + -87.33581806181816, + 36.641491742358824, + ], + [ + -87.26008463806465, + 37.07137183507604, + ], + [ + -87.25003470505472, + 37.04102293436566, + ], + [ + -87.05334315900295, + 37.06095115058434, + ], + ], + ], + "type": "Polygon", + }, + "id": "21219", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29067 { + "geometry": { + "coordinates": [ + [ + [ + -92.68597168489764, + 37.067020930726414, + ], + [ + -92.25131208221757, + 37.05966199374, + ], + [ + -92.08907744934275, + 37.05622424215511, + ], + [ + -92.11240765097298, + 36.794203113544015, + ], + [ + -92.76529437044042, + 36.8060740994856, + ], + [ + -92.90922376818997, + 36.80918956185941, + ], + [ + -92.90312202314821, + 37.070619826916854, + ], + [ + -92.68597168489764, + 37.067020930726414, + ], + ], + ], + "type": "Polygon", + }, + "id": "29067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21157 { + "geometry": { + "coordinates": [ + [ + [ + -88.23923525417635, + 36.98080856676151, + ], + [ + -88.15740008538108, + 36.867094190117456, + ], + [ + -88.11073968212064, + 36.74693402925173, + ], + [ + -88.4858175390989, + 36.75037178083662, + ], + [ + -88.48402290820427, + 36.942348720905514, + ], + [ + -88.48258720348856, + 37.02275987907091, + ], + [ + -88.36270585972709, + 37.0639054683526, + ], + [ + -88.23923525417635, + 36.98080856676151, + ], + ], + ], + "type": "Polygon", + }, + "id": "21157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29133 { + "geometry": { + "coordinates": [ + [ + [ + -89.13439714441921, + 36.980862281630024, + ], + [ + -89.10101700977904, + 36.943047014196196, + ], + [ + -89.12291150669357, + 36.78485672642259, + ], + [ + -89.20008063516278, + 36.71728342183202, + ], + [ + -89.17710935971148, + 36.65271814987825, + ], + [ + -89.2503303002125, + 36.564249761435754, + ], + [ + -89.3274994286817, + 36.63187678089483, + ], + [ + -89.51988386058635, + 36.869618788937615, + ], + [ + -89.31457808624036, + 37.010459174181214, + ], + [ + -89.25894452850673, + 37.06444261703774, + ], + [ + -89.13439714441921, + 36.980862281630024, + ], + ], + ], + "type": "Polygon", + }, + "id": "29133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51083 { + "geometry": { + "coordinates": [ + [ + [ + -78.904642118833, + 37.022276445254285, + ], + [ + -78.66559728366789, + 36.84308364389172, + ], + [ + -78.64836882707942, + 36.69789235429849, + ], + [ + -78.70256668009733, + 36.67576182847073, + ], + [ + -78.73415218384287, + 36.54190437613394, + ], + [ + -78.79624641279717, + 36.54163580179137, + ], + [ + -79.13830306131419, + 36.541689516659886, + ], + [ + -79.21870252539374, + 36.54158208692286, + ], + [ + -79.09092480569589, + 37.0639054683526, + ], + [ + -78.904642118833, + 37.022276445254285, + ], + ], + ], + "type": "Polygon", + }, + "id": "51083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29091 { + "geometry": { + "coordinates": [ + [ + [ + -91.65549462519945, + 37.04891902003721, + ], + [ + -91.65800710845194, + 36.88906357133966, + ], + [ + -91.672364155609, + 36.49946963000792, + ], + [ + -92.12030402690937, + 36.49887876645427, + ], + [ + -92.11240765097298, + 36.794203113544015, + ], + [ + -92.08907744934275, + 37.05622424215511, + ], + [ + -91.65549462519945, + 37.04891902003721, + ], + ], + ], + "type": "Polygon", + }, + "id": "29091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29145 { + "geometry": { + "coordinates": [ + [ + [ + -94.0592232454707, + 37.0481132970095, + ], + [ + -94.06281250725998, + 36.931766891808266, + ], + [ + -94.06891425230172, + 36.74779346714796, + ], + [ + -94.61843023223831, + 36.76648624139081, + ], + [ + -94.61807130605938, + 36.998910477450714, + ], + [ + -94.61807130605938, + 37.056815105708765, + ], + [ + -94.0592232454707, + 37.0481132970095, + ], + ], + ], + "type": "Polygon", + }, + "id": "29145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21121 { + "geometry": { + "coordinates": [ + [ + [ + -83.5893466061826, + 36.95572372316549, + ], + [ + -83.58324486114086, + 36.90329801149586, + ], + [ + -83.79824164231788, + 36.78485672642259, + ], + [ + -83.87756432786064, + 36.687203095464206, + ], + [ + -84.06456486708139, + 36.85323575404085, + ], + [ + -84.09471466611122, + 36.95502542987481, + ], + [ + -83.96011734901376, + 36.97704852596553, + ], + [ + -83.87074473046104, + 37.054827655573746, + ], + [ + -83.5893466061826, + 36.95572372316549, + ], + ], + ], + "type": "Polygon", + }, + "id": "21121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51025 { + "geometry": { + "coordinates": [ + [ + [ + -77.88995781100758, + 36.98875836730157, + ], + [ + -77.76541042692006, + 36.974631356882405, + ], + [ + -77.658091499421, + 36.89448877305958, + ], + [ + -77.65593794234745, + 36.71352338103605, + ], + [ + -77.76720505781469, + 36.54544955745587, + ], + [ + -77.8996488178386, + 36.54459011955964, + ], + [ + -78.04609069884063, + 36.54410668574302, + ], + [ + -78.02742653753646, + 36.77782007864725, + ], + [ + -78.0037374097273, + 37.02275987907091, + ], + [ + -77.88995781100758, + 36.98875836730157, + ], + ], + ], + "type": "Polygon", + }, + "id": "51025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21095 { + "geometry": { + "coordinates": [ + [ + [ + -83.12202472122021, + 37.00105907219127, + ], + [ + -83.14822633228185, + 36.954703140663725, + ], + [ + -82.93861344378874, + 37.015239797478955, + ], + [ + -82.8693406912559, + 36.97420163793429, + ], + [ + -82.87831384572907, + 36.892447608056045, + ], + [ + -83.07213398234941, + 36.85441748114816, + ], + [ + -83.13566391601942, + 36.74263683977061, + ], + [ + -83.46085103412689, + 36.6648577101624, + ], + [ + -83.51145962535554, + 36.80784669014656, + ], + [ + -83.48992405461995, + 36.8953482109558, + ], + [ + -83.25985237392801, + 36.968776436214384, + ], + [ + -83.18196539310095, + 37.02082614380441, + ], + [ + -83.12202472122021, + 37.00105907219127, + ], + ], + ], + "type": "Polygon", + }, + "id": "21095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51173 { + "geometry": { + "coordinates": [ + [ + [ + -81.43722523733888, + 37.010083170101616, + ], + [ + -81.37943812253171, + 36.95233968644911, + ], + [ + -81.26171033584379, + 36.76310220467443, + ], + [ + -81.52480322499697, + 36.70788331984208, + ], + [ + -81.60592054143437, + 36.6386985691961, + ], + [ + -81.69960027413421, + 36.789798494325865, + ], + [ + -81.83671007448416, + 36.92902743351405, + ], + [ + -81.7803586643927, + 36.95862432606525, + ], + [ + -81.68308966990358, + 36.93300233378409, + ], + [ + -81.43722523733888, + 37.010083170101616, + ], + ], + ], + "type": "Polygon", + }, + "id": "51173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 04017 { + "geometry": { + "coordinates": [ + [ + [ + -110.00057055631547, + 36.99794360981746, + ], + [ + -110.00057055631547, + 35.66259197856043, + ], + [ + -109.82720921189393, + 35.662430833954886, + ], + [ + -109.84371981612455, + 35.517884122783826, + ], + [ + -109.84479659466133, + 34.823941736451985, + ], + [ + -109.86525538686014, + 34.56063145099655, + ], + [ + -109.84874478262952, + 34.47339850452988, + ], + [ + -109.8591536418184, + 33.77827439109074, + ], + [ + -109.89181592410071, + 33.777790957274114, + ], + [ + -109.89181592410071, + 33.56787325112156, + ], + [ + -110.00057055631547, + 33.57695106390042, + ], + [ + -110.00057055631547, + 34.00006308318488, + ], + [ + -110.750726270272, + 34.00006308318488, + ], + [ + -110.750726270272, + 34.263265938903274, + ], + [ + -110.750726270272, + 37.003153952063315, + ], + [ + -110.00057055631547, + 36.99794360981746, + ], + ], + ], + "type": "Polygon", + }, + "id": "04017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 04005 { + "geometry": { + "coordinates": [ + [ + [ + -110.750726270272, + 37.003153952063315, + ], + [ + -110.750726270272, + 34.263265938903274, + ], + [ + -110.84655956004539, + 34.26697226483074, + ], + [ + -111.04361003227608, + 34.379612344104515, + ], + [ + -111.25394077312706, + 34.45223484633539, + ], + [ + -111.47826963495616, + 34.41339899639979, + ], + [ + -111.55507983724645, + 34.47216306255407, + ], + [ + -111.55220842781503, + 34.80250950391492, + ], + [ + -111.77797299435984, + 34.80331522694263, + ], + [ + -111.77833192053878, + 34.98127258632937, + ], + [ + -112.33466749787496, + 34.97300049657822, + ], + [ + -112.33574427641175, + 35.148272112539274, + ], + [ + -112.44234535155293, + 35.14940012477807, + ], + [ + -112.44090964683723, + 35.260482472864936, + ], + [ + -112.57730159482932, + 35.24334742980898, + ], + [ + -112.63078159548938, + 35.29996290122269, + ], + [ + -112.95345623034437, + 35.35609493881978, + ], + [ + -113.17455475656314, + 35.506442855790354, + ], + [ + -113.33427690618547, + 35.52798251806445, + ], + [ + -113.33391798000653, + 35.80300264485592, + ], + [ + -113.31022885219738, + 35.89195446711504, + ], + [ + -113.35401784602642, + 36.04101322724128, + ], + [ + -113.22372764307607, + 36.09172006311846, + ], + [ + -113.19860281055122, + 36.15177328611706, + ], + [ + -113.01267904986726, + 36.23868394337265, + ], + [ + -112.79193944982741, + 36.28514730463722, + ], + [ + -112.62360307191085, + 36.410410378011775, + ], + [ + -112.65554750183531, + 36.51391892963817, + ], + [ + -112.622885219553, + 36.59207406332598, + ], + [ + -112.61427099125876, + 36.79801686920851, + ], + [ + -112.52920548685316, + 36.95239340131762, + ], + [ + -112.54033219839988, + 37.000629353243156, + ], + [ + -111.4125861442126, + 37.001435076270866, + ], + [ + -110.750726270272, + 37.003153952063315, + ], + ], + ], + "type": "Polygon", + }, + "id": "04005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21221 { + "geometry": { + "coordinates": [ + [ + [ + -87.69402638838689, + 36.63708712314069, + ], + [ + -88.07053995008086, + 36.67807156781683, + ], + [ + -88.11073968212064, + 36.74693402925173, + ], + [ + -88.15740008538108, + 36.867094190117456, + ], + [ + -87.87707873963943, + 36.96050434646323, + ], + [ + -87.7335082680688, + 37.001972224956006, + ], + [ + -87.65992840138885, + 36.96673527121085, + ], + [ + -87.69402638838689, + 36.63708712314069, + ], + ], + ], + "type": "Polygon", + }, + "id": "21221", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40105 { + "geometry": { + "coordinates": [ + [ + [ + -95.52256527695434, + 36.99928648153031, + ], + [ + -95.40770889969784, + 36.99928648153031, + ], + [ + -95.43175695368592, + 36.942778439853626, + ], + [ + -95.43139802750699, + 36.59755297991441, + ], + [ + -95.80970622009559, + 36.59744555017738, + ], + [ + -95.81006514627452, + 36.94186528708889, + ], + [ + -95.7867349446443, + 36.99928648153031, + ], + [ + -95.52256527695434, + 36.99928648153031, + ], + ], + ], + "type": "Polygon", + }, + "id": "40105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40113 { + "geometry": { + "coordinates": [ + [ + [ + -96.00065494728453, + 36.9988567625822, + ], + [ + -96.00101387346346, + 36.423677950534724, + ], + [ + -96.00173172582132, + 36.161334532712544, + ], + [ + -96.26841387676376, + 36.16197911113471, + ], + [ + -96.25369790342776, + 36.22364378018874, + ], + [ + -96.35347938116935, + 36.236105629683976, + ], + [ + -96.48161602704614, + 36.33515584722372, + ], + [ + -96.55017092722112, + 36.299005740713824, + ], + [ + -96.63272394837422, + 36.42496710737906, + ], + [ + -96.7174305266009, + 36.445163897940304, + ], + [ + -96.76947482254525, + 36.56537777367455, + ], + [ + -96.8767937500443, + 36.470517315878894, + ], + [ + -97.00995536242606, + 36.50688228186284, + ], + [ + -96.9119685155791, + 36.59825127320509, + ], + [ + -97.0537443562551, + 36.59459866214614, + ], + [ + -97.06307643690718, + 36.68623622783096, + ], + [ + -96.9349397910304, + 36.684302492564456, + ], + [ + -96.88863831394887, + 36.75176836741799, + ], + [ + -96.7526052921357, + 36.78206355325986, + ], + [ + -96.74973388270429, + 36.99896419231923, + ], + [ + -96.52540502087518, + 36.99869561797666, + ], + [ + -96.00065494728453, + 36.9988567625822, + ], + ], + ], + "type": "Polygon", + }, + "id": "40113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40151 { + "geometry": { + "coordinates": [ + [ + [ + -99.0002010245739, + 36.999447626135854, + ], + [ + -98.54472370351607, + 36.99874933284517, + ], + [ + -98.53359699196935, + 36.463212093761, + ], + [ + -98.60897148954393, + 36.39112674021526, + ], + [ + -98.78197390778654, + 36.449031368473314, + ], + [ + -98.84370921056191, + 36.50618398857216, + ], + [ + -98.96036021871305, + 36.50682856699433, + ], + [ + -98.97758867530152, + 36.59911071110132, + ], + [ + -99.13982330817633, + 36.78303042089311, + ], + [ + -99.29523834365153, + 36.81950281661409, + ], + [ + -99.29523834365153, + 36.819556531482604, + ], + [ + -99.45603727181064, + 36.999447626135854, + ], + [ + -99.0002010245739, + 36.999447626135854, + ], + ], + ], + "type": "Polygon", + }, + "id": "40151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40035 { + "geometry": { + "coordinates": [ + [ + [ + -95.07390755329612, + 36.99955505587288, + ], + [ + -95.0075062101947, + 36.99950134100437, + ], + [ + -94.99960983425832, + 36.67065891596191, + ], + [ + -95.006070505479, + 36.5097828847626, + ], + [ + -95.32802728797614, + 36.51026631857923, + ], + [ + -95.32838621415506, + 36.59755297991441, + ], + [ + -95.43139802750699, + 36.59755297991441, + ], + [ + -95.43175695368592, + 36.942778439853626, + ], + [ + -95.40770889969784, + 36.99928648153031, + ], + [ + -95.07390755329612, + 36.99955505587288, + ], + ], + ], + "type": "Polygon", + }, + "id": "40035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40147 { + "geometry": { + "coordinates": [ + [ + [ + -95.7867349446443, + 36.99928648153031, + ], + [ + -95.81006514627452, + 36.94186528708889, + ], + [ + -95.80970622009559, + 36.59744555017738, + ], + [ + -95.81257762952701, + 36.423570520797696, + ], + [ + -96.00101387346346, + 36.423677950534724, + ], + [ + -96.00065494728453, + 36.9988567625822, + ], + [ + -95.96440340321296, + 36.999071622056256, + ], + [ + -95.7867349446443, + 36.99928648153031, + ], + ], + ], + "type": "Polygon", + }, + "id": "40147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40053 { + "geometry": { + "coordinates": [ + [ + [ + -97.46220234787353, + 36.99869561797666, + ], + [ + -97.46256127405246, + 36.593578079644374, + ], + [ + -98.10432128197317, + 36.59352436477586, + ], + [ + -98.11221765790955, + 36.998104754423004, + ], + [ + -97.80246436549592, + 36.99869561797666, + ], + [ + -97.46220234787353, + 36.99869561797666, + ], + ], + ], + "type": "Polygon", + }, + "id": "40053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40003 { + "geometry": { + "coordinates": [ + [ + [ + -98.34731430510647, + 36.99815846929152, + ], + [ + -98.11221765790955, + 36.998104754423004, + ], + [ + -98.10432128197317, + 36.59352436477586, + ], + [ + -98.10432128197317, + 36.46310466402397, + ], + [ + -98.53359699196935, + 36.463212093761, + ], + [ + -98.54472370351607, + 36.99874933284517, + ], + [ + -98.34731430510647, + 36.99815846929152, + ], + ], + ], + "type": "Polygon", + }, + "id": "40003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40071 { + "geometry": { + "coordinates": [ + [ + [ + -96.74973388270429, + 36.99896419231923, + ], + [ + -96.7526052921357, + 36.78206355325986, + ], + [ + -96.88863831394887, + 36.75176836741799, + ], + [ + -96.9349397910304, + 36.684302492564456, + ], + [ + -97.06307643690718, + 36.68623622783096, + ], + [ + -97.0537443562551, + 36.59459866214614, + ], + [ + -97.46148449551568, + 36.593578079644374, + ], + [ + -97.46256127405246, + 36.593578079644374, + ], + [ + -97.46220234787353, + 36.99869561797666, + ], + [ + -97.14778301513385, + 36.99901790718774, + ], + [ + -96.74973388270429, + 36.99896419231923, + ], + ], + ], + "type": "Polygon", + }, + "id": "40071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40115 { + "geometry": { + "coordinates": [ + [ + [ + -94.61807130605938, + 36.998910477450714, + ], + [ + -94.61843023223831, + 36.76648624139081, + ], + [ + -94.61807130605938, + 36.667812027930665, + ], + [ + -94.99960983425832, + 36.67065891596191, + ], + [ + -95.0075062101947, + 36.99950134100437, + ], + [ + -94.61807130605938, + 36.998910477450714, + ], + ], + ], + "type": "Polygon", + }, + "id": "40115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40059 { + "geometry": { + "coordinates": [ + [ + [ + -99.54110277621623, + 36.999608770741396, + ], + [ + -99.45603727181064, + 36.999447626135854, + ], + [ + -99.29523834365153, + 36.819556531482604, + ], + [ + -99.29523834365153, + 36.81950281661409, + ], + [ + -99.29523834365153, + 36.59513581083128, + ], + [ + -99.60570948842302, + 36.59271864174815, + ], + [ + -100.00339969467366, + 36.59314836069626, + ], + [ + -100.00268184231581, + 37.00164993574492, + ], + [ + -99.54110277621623, + 36.999608770741396, + ], + ], + ], + "type": "Polygon", + }, + "id": "40059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35039 { + "geometry": { + "coordinates": [ + [ + [ + -106.47627440543546, + 36.993753850073375, + ], + [ + -106.0067989633995, + 36.99531158126028, + ], + [ + -105.9716241978647, + 36.88390694396233, + ], + [ + -105.98095627851679, + 36.71368452564159, + ], + [ + -105.93896191558238, + 36.46391038705168, + ], + [ + -105.9716241978647, + 36.34455594921366, + ], + [ + -106.05740755462814, + 36.29658857163069, + ], + [ + -105.8567678206082, + 36.23035813875298, + ], + [ + -105.73580969830994, + 36.100153297475146, + ], + [ + -105.53014499778502, + 36.0130277807455, + ], + [ + -105.57142150836157, + 35.97258048475449, + ], + [ + -105.71750446318468, + 35.9787576946336, + ], + [ + -105.71678661082683, + 36.00233852191123, + ], + [ + -106.07140567560629, + 36.00201623270014, + ], + [ + -106.0541772190178, + 35.930790317050636, + ], + [ + -106.24548487238567, + 35.930897746787664, + ], + [ + -106.24799735563816, + 35.966349560006876, + ], + [ + -106.24763842945923, + 36.00153279888352, + ], + [ + -106.88509132323283, + 35.99890077032633, + ], + [ + -106.88509132323283, + 36.216553417544894, + ], + [ + -107.62412032564264, + 36.219722594787214, + ], + [ + -107.61837750677981, + 36.804677512904235, + ], + [ + -107.44573401471612, + 36.914470704146765, + ], + [ + -107.42096810837019, + 36.999984774820994, + ], + [ + -106.47627440543546, + 36.993753850073375, + ], + ], + ], + "type": "Polygon", + }, + "id": "35039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35045 { + "geometry": { + "coordinates": [ + [ + [ + -107.42096810837019, + 36.999984774820994, + ], + [ + -107.44573401471612, + 36.914470704146765, + ], + [ + -107.61837750677981, + 36.804677512904235, + ], + [ + -107.62412032564264, + 36.219722594787214, + ], + [ + -107.62663280889512, + 36.000297356907694, + ], + [ + -109.04582692037079, + 36.00233852191123, + ], + [ + -109.04510906801293, + 36.999071622056256, + ], + [ + -108.37930100610414, + 36.99950134100437, + ], + [ + -107.48162663260878, + 36.999984774820994, + ], + [ + -107.42096810837019, + 36.999984774820994, + ], + ], + ], + "type": "Polygon", + }, + "id": "35045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 04001 { + "geometry": { + "coordinates": [ + [ + [ + -109.04510906801293, + 36.999071622056256, + ], + [ + -109.04582692037079, + 36.00233852191123, + ], + [ + -109.04582692037079, + 34.959732924055274, + ], + [ + -109.0461858465497, + 34.579270510370904, + ], + [ + -109.04726262508649, + 33.778220676222226, + ], + [ + -109.34768383684803, + 33.777522382931544, + ], + [ + -109.35306772953193, + 33.729179001268975, + ], + [ + -109.4959203487447, + 33.65285017311064, + ], + [ + -109.81213431237902, + 33.48445406031938, + ], + [ + -109.89181592410071, + 33.56787325112156, + ], + [ + -109.89181592410071, + 33.777790957274114, + ], + [ + -109.8591536418184, + 33.77827439109074, + ], + [ + -109.84874478262952, + 34.47339850452988, + ], + [ + -109.86525538686014, + 34.56063145099655, + ], + [ + -109.84479659466133, + 34.823941736451985, + ], + [ + -109.84371981612455, + 35.517884122783826, + ], + [ + -109.82720921189393, + 35.662430833954886, + ], + [ + -110.00057055631547, + 35.66259197856043, + ], + [ + -110.00057055631547, + 36.99794360981746, + ], + [ + -109.04510906801293, + 36.999071622056256, + ], + ], + ], + "type": "Polygon", + }, + "id": "04001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35059 { + "geometry": { + "coordinates": [ + [ + [ + -103.0025868457841, + 37.0000384896895, + ], + [ + -103.0025868457841, + 36.50038278277266, + ], + [ + -103.04206872546602, + 36.500436497641175, + ], + [ + -103.04099194692924, + 36.05519395252896, + ], + [ + -103.04170979928709, + 35.739296810798365, + ], + [ + -103.37515221950987, + 35.73999510408905, + ], + [ + -103.36510228649993, + 36.086348576267056, + ], + [ + -103.79437799649611, + 36.08570399784489, + ], + [ + -103.79401907031719, + 36.17401124168184, + ], + [ + -104.0090158514942, + 36.174494675498465, + ], + [ + -104.0090158514942, + 36.21800371899477, + ], + [ + -104.00793907295743, + 36.99622473402502, + ], + [ + -103.08621664547398, + 37.00019963429504, + ], + [ + -103.0025868457841, + 37.0000384896895, + ], + ], + ], + "type": "Polygon", + }, + "id": "35059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40025 { + "geometry": { + "coordinates": [ + [ + [ + -102.04210039097659, + 36.99353899059932, + ], + [ + -102.02810226999846, + 36.99310927165121, + ], + [ + -102.03240938414557, + 36.5005439273782, + ], + [ + -102.162340660917, + 36.50032906790415, + ], + [ + -103.0025868457841, + 36.50038278277266, + ], + [ + -103.0025868457841, + 37.0000384896895, + ], + [ + -102.04210039097659, + 36.99353899059932, + ], + ], + ], + "type": "Polygon", + }, + "id": "40025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40139 { + "geometry": { + "coordinates": [ + [ + [ + -100.94558091435592, + 36.99842704363409, + ], + [ + -100.95419514265015, + 36.499630774613465, + ], + [ + -101.08520319795835, + 36.49925477053387, + ], + [ + -101.62395139252713, + 36.49952334487644, + ], + [ + -102.03240938414557, + 36.5005439273782, + ], + [ + -102.02810226999846, + 36.99310927165121, + ], + [ + -101.55539649235216, + 36.99531158126028, + ], + [ + -101.0668979628331, + 36.99788989494895, + ], + [ + -100.94558091435592, + 36.99842704363409, + ], + ], + ], + "type": "Polygon", + }, + "id": "40139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40007 { + "geometry": { + "coordinates": [ + [ + [ + -100.08954197761604, + 37.00218708443006, + ], + [ + -100.00268184231581, + 37.00164993574492, + ], + [ + -100.00339969467366, + 36.59314836069626, + ], + [ + -100.00411754703151, + 36.49968448948198, + ], + [ + -100.54609607721063, + 36.499362200270895, + ], + [ + -100.95419514265015, + 36.499630774613465, + ], + [ + -100.94558091435592, + 36.99842704363409, + ], + [ + -100.6333151386898, + 37.0000384896895, + ], + [ + -100.08954197761604, + 37.00218708443006, + ], + ], + ], + "type": "Polygon", + }, + "id": "40007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51175 { + "geometry": { + "coordinates": [ + [ + [ + -76.92480531587402, + 36.70772217523654, + ], + [ + -76.90973041635911, + 36.64815238605456, + ], + [ + -76.8975269262756, + 36.64401634117898, + ], + [ + -76.91583216140086, + 36.5521102011516, + ], + [ + -76.91619108757979, + 36.54389182626896, + ], + [ + -77.16420907721805, + 36.54625528048358, + ], + [ + -77.29701176342088, + 36.54485869390221, + ], + [ + -77.38602545579467, + 36.64095459367368, + ], + [ + -77.50195861158795, + 36.67049777135637, + ], + [ + -77.43017337580264, + 36.707668460368026, + ], + [ + -76.95351941018815, + 36.94444360077756, + ], + [ + -76.84978974447837, + 36.99622473402502, + ], + [ + -76.81533283130142, + 36.91280554322284, + ], + [ + -76.92480531587402, + 36.70772217523654, + ], + ], + ], + "type": "Polygon", + }, + "id": "51175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21231 { + "geometry": { + "coordinates": [ + [ + [ + -84.57818822912532, + 36.867094190117456, + ], + [ + -84.57747037676747, + 36.82471315885994, + ], + [ + -84.77811011078741, + 36.60324675597689, + ], + [ + -84.78528863436594, + 36.60335418571392, + ], + [ + -84.97480165683918, + 36.61554746086659, + ], + [ + -85.06417427539189, + 36.85871467062928, + ], + [ + -84.83517937323674, + 36.99751389086935, + ], + [ + -84.67904648540367, + 36.9803788478134, + ], + [ + -84.57818822912532, + 36.867094190117456, + ], + ], + ], + "type": "Polygon", + }, + "id": "21231", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35055 { + "geometry": { + "coordinates": [ + [ + [ + -105.22110955772924, + 36.99515043665474, + ], + [ + -105.2002918393515, + 36.915545001517046, + ], + [ + -105.23080056456025, + 36.72378292092222, + ], + [ + -105.36970499580484, + 36.67028291188231, + ], + [ + -105.37760137174122, + 36.55216391602011, + ], + [ + -105.31909640457619, + 36.4921106930215, + ], + [ + -105.34099090149071, + 36.262264770650276, + ], + [ + -105.4070333184132, + 36.23820050955602, + ], + [ + -105.41995466085456, + 36.13168392529284, + ], + [ + -105.53014499778502, + 36.0130277807455, + ], + [ + -105.73580969830994, + 36.100153297475146, + ], + [ + -105.8567678206082, + 36.23035813875298, + ], + [ + -106.05740755462814, + 36.29658857163069, + ], + [ + -105.9716241978647, + 36.34455594921366, + ], + [ + -105.93896191558238, + 36.46391038705168, + ], + [ + -105.98095627851679, + 36.71368452564159, + ], + [ + -105.9716241978647, + 36.88390694396233, + ], + [ + -106.0067989633995, + 36.99531158126028, + ], + [ + -105.71822231554253, + 36.99584872994542, + ], + [ + -105.22110955772924, + 36.99515043665474, + ], + ], + ], + "type": "Polygon", + }, + "id": "35055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35007 { + "geometry": { + "coordinates": [ + [ + [ + -104.00793907295743, + 36.99622473402502, + ], + [ + -104.0090158514942, + 36.21800371899477, + ], + [ + -104.43649693059575, + 36.21875572715397, + ], + [ + -104.86577264059193, + 36.21800371899477, + ], + [ + -104.86505478823408, + 36.26113675841148, + ], + [ + -105.34099090149071, + 36.262264770650276, + ], + [ + -105.31909640457619, + 36.4921106930215, + ], + [ + -105.37760137174122, + 36.55216391602011, + ], + [ + -105.36970499580484, + 36.67028291188231, + ], + [ + -105.23080056456025, + 36.72378292092222, + ], + [ + -105.2002918393515, + 36.915545001517046, + ], + [ + -105.22110955772924, + 36.99515043665474, + ], + [ + -105.15506714080675, + 36.99525786639177, + ], + [ + -104.00793907295743, + 36.99622473402502, + ], + ], + ], + "type": "Polygon", + }, + "id": "35007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29209 { + "geometry": { + "coordinates": [ + [ + [ + -93.30440149118813, + 36.81681707318839, + ], + [ + -93.31516927655592, + 36.49812675829507, + ], + [ + -93.58436391075085, + 36.49887876645427, + ], + [ + -93.57395505156198, + 36.82003996529923, + ], + [ + -93.61092444799142, + 36.922850223634946, + ], + [ + -93.61020659563357, + 36.99579501507691, + ], + [ + -93.3377816258283, + 36.99246469322904, + ], + [ + -93.34244766615434, + 36.8172467921365, + ], + [ + -93.30440149118813, + 36.81681707318839, + ], + ], + ], + "type": "Polygon", + }, + "id": "29209", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06069 { + "geometry": { + "coordinates": [ + [ + [ + -121.2152190168762, + 36.96125635462243, + ], + [ + -121.14163915019626, + 36.83663785967004, + ], + [ + -120.91874599308285, + 36.741347682926275, + ], + [ + -120.59678921058571, + 36.488082077882964, + ], + [ + -120.5964302844068, + 36.328763777870556, + ], + [ + -120.67862437938098, + 36.26731396829059, + ], + [ + -120.76153632671301, + 36.20339327475898, + ], + [ + -120.92520666430353, + 36.309372710337016, + ], + [ + -121.01888639700337, + 36.25952531235606, + ], + [ + -121.04078089391788, + 36.323177431545105, + ], + [ + -121.24608666826389, + 36.50639884804622, + ], + [ + -121.31177015900745, + 36.50317595593538, + ], + [ + -121.31858975640705, + 36.60958511046154, + ], + [ + -121.46826197301944, + 36.68553793454028, + ], + [ + -121.45246922114666, + 36.72732810224414, + ], + [ + -121.64377687451453, + 36.89507963661323, + ], + [ + -121.5813237193813, + 36.900558553201655, + ], + [ + -121.48907969139717, + 36.98311830610761, + ], + [ + -121.2152190168762, + 36.96125635462243, + ], + ], + ], + "type": "Polygon", + }, + "id": "06069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21235 { + "geometry": { + "coordinates": [ + [ + [ + -84.09471466611122, + 36.95502542987481, + ], + [ + -84.06456486708139, + 36.85323575404085, + ], + [ + -83.87756432786064, + 36.687203095464206, + ], + [ + -83.93068540234178, + 36.587669444107846, + ], + [ + -84.01036701406348, + 36.59014032805948, + ], + [ + -84.2267994999562, + 36.59202034845747, + ], + [ + -84.30719896403575, + 36.67495610544302, + ], + [ + -84.35565399819085, + 36.81294960265539, + ], + [ + -84.29714903102581, + 36.94594761709595, + ], + [ + -84.09471466611122, + 36.95502542987481, + ], + ], + ], + "type": "Polygon", + }, + "id": "21235", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51710 { + "geometry": { + "coordinates": [ + [ + [ + -76.18218705167494, + 36.9218833560017, + ], + [ + -76.21054221981015, + 36.83287781887407, + ], + [ + -76.32827000649806, + 36.874130837892785, + ], + [ + -76.32719322796129, + 36.9630826601519, + ], + [ + -76.18218705167494, + 36.9218833560017, + ], + ], + ], + "type": "Polygon", + }, + "id": "51710", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21147 { + "geometry": { + "coordinates": [ + [ + [ + -84.29714903102581, + 36.94594761709595, + ], + [ + -84.35565399819085, + 36.81294960265539, + ], + [ + -84.30719896403575, + 36.67495610544302, + ], + [ + -84.2267994999562, + 36.59202034845747, + ], + [ + -84.26125641313315, + 36.59191291872044, + ], + [ + -84.77811011078741, + 36.60324675597689, + ], + [ + -84.57747037676747, + 36.82471315885994, + ], + [ + -84.57818822912532, + 36.867094190117456, + ], + [ + -84.35816648144332, + 36.96007462751512, + ], + [ + -84.29714903102581, + 36.94594761709595, + ], + ], + ], + "type": "Polygon", + }, + "id": "21147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21013 { + "geometry": { + "coordinates": [ + [ + [ + -83.50894714210305, + 36.93842753550399, + ], + [ + -83.48992405461995, + 36.8953482109558, + ], + [ + -83.51145962535554, + 36.80784669014656, + ], + [ + -83.46085103412689, + 36.6648577101624, + ], + [ + -83.67477103676713, + 36.600775872025245, + ], + [ + -83.93068540234178, + 36.587669444107846, + ], + [ + -83.87756432786064, + 36.687203095464206, + ], + [ + -83.79824164231788, + 36.78485672642259, + ], + [ + -83.58324486114086, + 36.90329801149586, + ], + [ + -83.5893466061826, + 36.95572372316549, + ], + [ + -83.50894714210305, + 36.93842753550399, + ], + ], + ], + "type": "Polygon", + }, + "id": "21013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21039 { + "geometry": { + "coordinates": [ + [ + [ + -88.81602962371134, + 36.954058562241556, + ], + [ + -88.812799288101, + 36.94653848064961, + ], + [ + -88.81315821427994, + 36.772985740481005, + ], + [ + -89.12291150669357, + 36.78485672642259, + ], + [ + -89.10101700977904, + 36.943047014196196, + ], + [ + -88.99046774666967, + 36.91925132744451, + ], + [ + -88.81602962371134, + 36.954058562241556, + ], + ], + ], + "type": "Polygon", + }, + "id": "21039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21083 { + "geometry": { + "coordinates": [ + [ + [ + -88.48402290820427, + 36.942348720905514, + ], + [ + -88.4858175390989, + 36.75037178083662, + ], + [ + -88.48904787470924, + 36.50118850580037, + ], + [ + -88.51704411666552, + 36.50167193961699, + ], + [ + -88.8167474760692, + 36.50274623698727, + ], + [ + -88.81315821427994, + 36.772985740481005, + ], + [ + -88.812799288101, + 36.94653848064961, + ], + [ + -88.48402290820427, + 36.942348720905514, + ], + ], + ], + "type": "Polygon", + }, + "id": "21083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21057 { + "geometry": { + "coordinates": [ + [ + [ + -85.21528219671998, + 36.85452491088519, + ], + [ + -85.29639951315738, + 36.62591443048978, + ], + [ + -85.43673964911767, + 36.61834063402931, + ], + [ + -85.59610287256108, + 36.818106230032726, + ], + [ + -85.45181454863258, + 36.938105246292906, + ], + [ + -85.23143387477167, + 36.92521367784956, + ], + [ + -85.21528219671998, + 36.85452491088519, + ], + ], + ], + "type": "Polygon", + }, + "id": "21057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21003 { + "geometry": { + "coordinates": [ + [ + [ + -86.16679549705432, + 36.934022916285855, + ], + [ + -85.97692354840217, + 36.72249376407788, + ], + [ + -85.97261643425504, + 36.62854645904696, + ], + [ + -86.20484167202054, + 36.639826581434896, + ], + [ + -86.41158315108224, + 36.65089184434877, + ], + [ + -86.40584033221941, + 36.776154917723325, + ], + [ + -86.16679549705432, + 36.934022916285855, + ], + ], + ], + "type": "Polygon", + }, + "id": "21003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29009 { + "geometry": { + "coordinates": [ + [ + [ + -93.61092444799142, + 36.922850223634946, + ], + [ + -93.57395505156198, + 36.82003996529923, + ], + [ + -93.58436391075085, + 36.49887876645427, + ], + [ + -93.86683881356606, + 36.498717621848726, + ], + [ + -94.07716955441704, + 36.498717621848726, + ], + [ + -94.06891425230172, + 36.74779346714796, + ], + [ + -94.06281250725998, + 36.931766891808266, + ], + [ + -93.61092444799142, + 36.922850223634946, + ], + ], + ], + "type": "Polygon", + }, + "id": "29009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51810 { + "geometry": { + "coordinates": [ + [ + [ + -75.86704986657742, + 36.550767329438756, + ], + [ + -75.89181577292335, + 36.550767329438756, + ], + [ + -75.94170651179414, + 36.71803542999122, + ], + [ + -75.98118839147607, + 36.5505524699647, + ], + [ + -76.01349174757947, + 36.5505524699647, + ], + [ + -76.03538624449398, + 36.55065989970173, + ], + [ + -76.1222463797942, + 36.5505524699647, + ], + [ + -76.12188745361529, + 36.665663433190105, + ], + [ + -76.0680485267763, + 36.69230600797303, + ], + [ + -76.20372262241054, + 36.76970913350165, + ], + [ + -76.22561711932507, + 36.83626185559044, + ], + [ + -76.21054221981015, + 36.83287781887407, + ], + [ + -76.18218705167494, + 36.9218833560017, + ], + [ + -75.99195617684386, + 36.9122683945377, + ], + [ + -75.86704986657742, + 36.550767329438756, + ], + ], + ], + "type": "Polygon", + }, + "id": "51810", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51035 { + "geometry": { + "coordinates": [ + [ + [ + -80.46417636626894, + 36.70868904286979, + ], + [ + -80.59482549539823, + 36.66131252884048, + ], + [ + -80.6120539519867, + 36.55785769208259, + ], + [ + -80.8378185185315, + 36.55914684892693, + ], + [ + -80.91426979464286, + 36.6502472659266, + ], + [ + -80.9322161035892, + 36.67157206872665, + ], + [ + -81.04240644051966, + 36.80639638869668, + ], + [ + -80.74054952404241, + 36.87896517605904, + ], + [ + -80.63394844890122, + 36.931766891808266, + ], + [ + -80.46417636626894, + 36.70868904286979, + ], + ], + ], + "type": "Polygon", + }, + "id": "51035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51191 { + "geometry": { + "coordinates": [ + [ + [ + -82.12205638673079, + 36.64611122105103, + ], + [ + -82.24337343520797, + 36.59561924464791, + ], + [ + -82.29398202643661, + 36.59567295951642, + ], + [ + -82.33202820140282, + 36.70933362129196, + ], + [ + -82.10411007778445, + 36.79839287328811, + ], + [ + -82.07790846672282, + 36.855008344701815, + ], + [ + -81.94725933759354, + 36.86462330616581, + ], + [ + -81.83671007448416, + 36.92902743351405, + ], + [ + -81.69960027413421, + 36.789798494325865, + ], + [ + -81.60592054143437, + 36.6386985691961, + ], + [ + -81.646838125832, + 36.61189484980764, + ], + [ + -81.82666014147422, + 36.614204589153736, + ], + [ + -82.14610444071886, + 36.59470609188317, + ], + [ + -82.12205638673079, + 36.64611122105103, + ], + ], + ], + "type": "Polygon", + }, + "id": "51191", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29023 { + "geometry": { + "coordinates": [ + [ + [ + -90.25855393681724, + 36.92204450060724, + ], + [ + -90.15159393549712, + 36.71556454603957, + ], + [ + -90.14836359988678, + 36.63058762405049, + ], + [ + -90.22086668802994, + 36.4978581839525, + ], + [ + -90.57620360516725, + 36.498556477243184, + ], + [ + -90.59199635704002, + 36.67930700979265, + ], + [ + -90.66270481428856, + 36.811445586336994, + ], + [ + -90.67849756616133, + 36.92644911982538, + ], + [ + -90.25855393681724, + 36.92204450060724, + ], + ], + ], + "type": "Polygon", + }, + "id": "29023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51800 { + "geometry": { + "coordinates": [ + [ + [ + -76.40759269204084, + 36.89663736780014, + ], + [ + -76.4205140344822, + 36.866288467089745, + ], + [ + -76.45748343091162, + 36.814775908184856, + ], + [ + -76.49158141790966, + 36.55065989970173, + ], + [ + -76.54183108295938, + 36.55065989970173, + ], + [ + -76.91583216140086, + 36.5521102011516, + ], + [ + -76.8975269262756, + 36.64401634117898, + ], + [ + -76.52460262637089, + 36.907595200976985, + ], + [ + -76.53249900230728, + 36.84045161533453, + ], + [ + -76.40759269204084, + 36.89663736780014, + ], + ], + ], + "type": "Polygon", + }, + "id": "51800", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06053 { + "geometry": { + "coordinates": [ + [ + [ + -121.64377687451453, + 36.89507963661323, + ], + [ + -121.45246922114666, + 36.72732810224414, + ], + [ + -121.46826197301944, + 36.68553793454028, + ], + [ + -121.31858975640705, + 36.60958511046154, + ], + [ + -121.31177015900745, + 36.50317595593538, + ], + [ + -121.24608666826389, + 36.50639884804622, + ], + [ + -121.04078089391788, + 36.323177431545105, + ], + [ + -121.01888639700337, + 36.25952531235606, + ], + [ + -120.92520666430353, + 36.309372710337016, + ], + [ + -120.76153632671301, + 36.20339327475898, + ], + [ + -120.67862437938098, + 36.26731396829059, + ], + [ + -120.62837471433126, + 36.204897291077366, + ], + [ + -120.64847458035115, + 36.10858653183183, + ], + [ + -120.31539108630729, + 35.90715577490449, + ], + [ + -120.21632746092355, + 35.78844591548864, + ], + [ + -121.34658599836332, + 35.79516027405288, + ], + [ + -121.46359593269338, + 35.88894643447826, + ], + [ + -121.49123324847073, + 35.98214173134998, + ], + [ + -121.57414519580277, + 36.02441533287046, + ], + [ + -121.7162799626577, + 36.19420803224309, + ], + [ + -121.89681983065776, + 36.30448465730225, + ], + [ + -121.97650144237946, + 36.578699061066004, + ], + [ + -121.81785607129392, + 36.67210921741179, + ], + [ + -121.80349902413685, + 36.855652923123984, + ], + [ + -121.74463513079289, + 36.90926036190092, + ], + [ + -121.64377687451453, + 36.89507963661323, + ], + ], + ], + "type": "Polygon", + }, + "id": "06053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51081 { + "geometry": { + "coordinates": [ + [ + [ + -77.61896854591801, + 36.87778344895173, + ], + [ + -77.45852854393783, + 36.86295814524188, + ], + [ + -77.49011404768338, + 36.721204607233545, + ], + [ + -77.43017337580264, + 36.707668460368026, + ], + [ + -77.50195861158795, + 36.67049777135637, + ], + [ + -77.38602545579467, + 36.64095459367368, + ], + [ + -77.29701176342088, + 36.54485869390221, + ], + [ + -77.76720505781469, + 36.54544955745587, + ], + [ + -77.65593794234745, + 36.71352338103605, + ], + [ + -77.658091499421, + 36.89448877305958, + ], + [ + -77.61896854591801, + 36.87778344895173, + ], + ], + ], + "type": "Polygon", + }, + "id": "51081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51105 { + "geometry": { + "coordinates": [ + [ + [ + -82.77135384440895, + 36.799896889606494, + ], + [ + -82.94758659826189, + 36.67581554333925, + ], + [ + -82.98527384704919, + 36.5936855093814, + ], + [ + -83.47197774567363, + 36.59728440557184, + ], + [ + -83.67477103676713, + 36.600775872025245, + ], + [ + -83.46085103412689, + 36.6648577101624, + ], + [ + -83.13566391601942, + 36.74263683977061, + ], + [ + -83.07213398234941, + 36.85441748114816, + ], + [ + -82.87831384572907, + 36.892447608056045, + ], + [ + -82.77135384440895, + 36.799896889606494, + ], + ], + ], + "type": "Polygon", + }, + "id": "51105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51117 { + "geometry": { + "coordinates": [ + [ + [ + -78.02742653753646, + 36.77782007864725, + ], + [ + -78.04609069884063, + 36.54410668574302, + ], + [ + -78.3238995613298, + 36.54373068166342, + ], + [ + -78.45706117371157, + 36.54228038021354, + ], + [ + -78.73415218384287, + 36.54190437613394, + ], + [ + -78.70256668009733, + 36.67576182847073, + ], + [ + -78.64836882707942, + 36.69789235429849, + ], + [ + -78.49295379160422, + 36.89115845121171, + ], + [ + -78.24134654017669, + 36.80795411988359, + ], + [ + -78.02742653753646, + 36.77782007864725, + ], + ], + ], + "type": "Polygon", + }, + "id": "51117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21053 { + "geometry": { + "coordinates": [ + [ + [ + -85.06417427539189, + 36.85871467062928, + ], + [ + -84.97480165683918, + 36.61554746086659, + ], + [ + -85.27558179477964, + 36.62650529404343, + ], + [ + -85.29639951315738, + 36.62591443048978, + ], + [ + -85.21528219671998, + 36.85452491088519, + ], + [ + -85.06417427539189, + 36.85871467062928, + ], + ], + ], + "type": "Polygon", + }, + "id": "21053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29149 { + "geometry": { + "coordinates": [ + [ + [ + -91.22298857959294, + 36.883853229093816, + ], + [ + -91.22478321048757, + 36.825680026493195, + ], + [ + -91.11602857827282, + 36.82363886148966, + ], + [ + -91.12643743746169, + 36.49769703934696, + ], + [ + -91.40711770938226, + 36.49705246092479, + ], + [ + -91.44982992467453, + 36.497643324478446, + ], + [ + -91.672364155609, + 36.49946963000792, + ], + [ + -91.65800710845194, + 36.88906357133966, + ], + [ + -91.22298857959294, + 36.883853229093816, + ], + ], + ], + "type": "Polygon", + }, + "id": "29149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51169 { + "geometry": { + "coordinates": [ + [ + [ + -82.40668484661956, + 36.87627943263334, + ], + [ + -82.33202820140282, + 36.70933362129196, + ], + [ + -82.29398202643661, + 36.59567295951642, + ], + [ + -82.60911921153414, + 36.594007798592486, + ], + [ + -82.83057666393184, + 36.5936855093814, + ], + [ + -82.98527384704919, + 36.5936855093814, + ], + [ + -82.94758659826189, + 36.67581554333925, + ], + [ + -82.77135384440895, + 36.799896889606494, + ], + [ + -82.63460297023792, + 36.8784280273739, + ], + [ + -82.40668484661956, + 36.87627943263334, + ], + ], + ], + "type": "Polygon", + }, + "id": "51169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21213 { + "geometry": { + "coordinates": [ + [ + [ + -86.41158315108224, + 36.65089184434877, + ], + [ + -86.56304999858925, + 36.633971660766875, + ], + [ + -86.76368973260921, + 36.648850679345244, + ], + [ + -86.69082771828711, + 36.843728222313885, + ], + [ + -86.61150503274435, + 36.88283264659205, + ], + [ + -86.58314986460914, + 36.83024579031688, + ], + [ + -86.40081536571445, + 36.80720211172439, + ], + [ + -86.40584033221941, + 36.776154917723325, + ], + [ + -86.41158315108224, + 36.65089184434877, + ], + ], + ], + "type": "Polygon", + }, + "id": "21213", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51141 { + "geometry": { + "coordinates": [ + [ + [ + -80.04136132749345, + 36.79436425814956, + ], + [ + -80.09448240197457, + 36.77948523957119, + ], + [ + -80.05356481757696, + 36.54244152481908, + ], + [ + -80.44012831228086, + 36.550606184833214, + ], + [ + -80.6120539519867, + 36.55785769208259, + ], + [ + -80.59482549539823, + 36.66131252884048, + ], + [ + -80.46417636626894, + 36.70868904286979, + ], + [ + -80.38593045926295, + 36.798339158419594, + ], + [ + -80.23554039029273, + 36.872143387757774, + ], + [ + -80.0664861600183, + 36.84098876401967, + ], + [ + -80.04136132749345, + 36.79436425814956, + ], + ], + ], + "type": "Polygon", + }, + "id": "51141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29143 { + "geometry": { + "coordinates": [ + [ + [ + -89.51988386058635, + 36.869618788937615, + ], + [ + -89.3274994286817, + 36.63187678089483, + ], + [ + -89.41830775195014, + 36.49903991105981, + ], + [ + -89.48506802123048, + 36.497911898821016, + ], + [ + -89.53926587424839, + 36.498180473163586, + ], + [ + -89.54572654546907, + 36.33682100814765, + ], + [ + -89.5920280225506, + 36.40278286668279, + ], + [ + -89.72375393021665, + 36.42647112369745, + ], + [ + -89.75246802453077, + 36.386399831786036, + ], + [ + -89.96136306066603, + 36.38881700086917, + ], + [ + -89.95920950359248, + 36.62924475233764, + ], + [ + -89.70078265476535, + 36.627472161676685, + ], + [ + -89.69180950029218, + 36.85952039365699, + ], + [ + -89.51988386058635, + 36.869618788937615, + ], + ], + ], + "type": "Polygon", + }, + "id": "29143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51550 { + "geometry": { + "coordinates": [ + [ + [ + -76.38498034276846, + 36.839860751780876, + ], + [ + -76.40328557789371, + 36.81482962305337, + ], + [ + -76.28986490535291, + 36.82202741543425, + ], + [ + -76.24535805916602, + 36.83346868242772, + ], + [ + -76.22561711932507, + 36.83626185559044, + ], + [ + -76.20372262241054, + 36.76970913350165, + ], + [ + -76.0680485267763, + 36.69230600797303, + ], + [ + -76.12188745361529, + 36.665663433190105, + ], + [ + -76.1222463797942, + 36.5505524699647, + ], + [ + -76.31319510698314, + 36.55044504022767, + ], + [ + -76.49158141790966, + 36.55065989970173, + ], + [ + -76.45748343091162, + 36.814775908184856, + ], + [ + -76.4205140344822, + 36.866288467089745, + ], + [ + -76.38498034276846, + 36.839860751780876, + ], + ], + ], + "type": "Polygon", + }, + "id": "51550", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51089 { + "geometry": { + "coordinates": [ + [ + [ + -79.71473850467027, + 36.54190437613394, + ], + [ + -80.0273632065153, + 36.54244152481908, + ], + [ + -80.05356481757696, + 36.54244152481908, + ], + [ + -80.09448240197457, + 36.77948523957119, + ], + [ + -80.04136132749345, + 36.79436425814956, + ], + [ + -79.99972589073796, + 36.830729224133506, + ], + [ + -79.76175783410964, + 36.78845562261302, + ], + [ + -79.6407997118114, + 36.85613635694061, + ], + [ + -79.71473850467027, + 36.54190437613394, + ], + ], + ], + "type": "Polygon", + }, + "id": "51089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 32003 { + "geometry": { + "coordinates": [ + [ + [ + -114.05033463314398, + 36.84313735876023, + ], + [ + -114.0438739619233, + 36.193348594346865, + ], + [ + -114.1533464464959, + 36.023126176026125, + ], + [ + -114.23338698439653, + 36.01281292127145, + ], + [ + -114.37013785856755, + 36.142641758469686, + ], + [ + -114.63035933828931, + 36.142212039521574, + ], + [ + -114.75598350091362, + 36.085650282976374, + ], + [ + -114.70429813114819, + 35.851346026518485, + ], + [ + -114.67701974154977, + 35.51294235488054, + ], + [ + -114.59554349893344, + 35.326551761137104, + ], + [ + -114.5693418878718, + 35.16229169322142, + ], + [ + -114.64686994251994, + 35.10186246614321, + ], + [ + -114.63394860007858, + 35.00109337281103, + ], + [ + -115.65114539115649, + 35.8110061602645, + ], + [ + -115.89377948811085, + 36.00088822046135, + ], + [ + -115.89700982372119, + 36.84206306138995, + ], + [ + -115.74123586206706, + 36.8530208945668, + ], + [ + -114.7624441721343, + 36.853396898646395, + ], + [ + -114.7624441721343, + 36.84383565205091, + ], + [ + -114.05033463314398, + 36.84313735876023, + ], + ], + ], + "type": "Polygon", + }, + "id": "32003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21171 { + "geometry": { + "coordinates": [ + [ + [ + -85.59610287256108, + 36.818106230032726, + ], + [ + -85.43673964911767, + 36.61834063402931, + ], + [ + -85.78848730446572, + 36.62183210048272, + ], + [ + -85.97261643425504, + 36.62854645904696, + ], + [ + -85.97692354840217, + 36.72249376407788, + ], + [ + -85.73931441795277, + 36.841311053230754, + ], + [ + -85.59610287256108, + 36.818106230032726, + ], + ], + ], + "type": "Polygon", + }, + "id": "21171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29181 { + "geometry": { + "coordinates": [ + [ + [ + -90.66270481428856, + 36.811445586336994, + ], + [ + -90.59199635704002, + 36.67930700979265, + ], + [ + -90.57620360516725, + 36.498556477243184, + ], + [ + -90.78438078894466, + 36.49850276237467, + ], + [ + -91.12643743746169, + 36.49769703934696, + ], + [ + -91.11602857827282, + 36.82363886148966, + ], + [ + -90.66270481428856, + 36.811445586336994, + ], + ], + ], + "type": "Polygon", + }, + "id": "29181", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29213 { + "geometry": { + "coordinates": [ + [ + [ + -92.90922376818997, + 36.80918956185941, + ], + [ + -92.76529437044042, + 36.8060740994856, + ], + [ + -92.77247289401895, + 36.497643324478446, + ], + [ + -92.85394913663528, + 36.4978581839525, + ], + [ + -93.29686404143067, + 36.4982341880321, + ], + [ + -93.31516927655592, + 36.49812675829507, + ], + [ + -93.30440149118813, + 36.81681707318839, + ], + [ + -92.90922376818997, + 36.80918956185941, + ], + ], + ], + "type": "Polygon", + }, + "id": "29213", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40153 { + "geometry": { + "coordinates": [ + [ + [ + -98.96036021871305, + 36.50682856699433, + ], + [ + -98.95605310456592, + 36.1615493921866, + ], + [ + -99.38209847895176, + 36.164288850480816, + ], + [ + -99.596018481592, + 36.16407399100676, + ], + [ + -99.60570948842302, + 36.59271864174815, + ], + [ + -99.29523834365153, + 36.59513581083128, + ], + [ + -99.29523834365153, + 36.81950281661409, + ], + [ + -99.29523834365153, + 36.819556531482604, + ], + [ + -99.29523834365153, + 36.81950281661409, + ], + [ + -99.13982330817633, + 36.78303042089311, + ], + [ + -98.97758867530152, + 36.59911071110132, + ], + [ + -98.96036021871305, + 36.50682856699433, + ], + ], + ], + "type": "Polygon", + }, + "id": "40153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51077 { + "geometry": { + "coordinates": [ + [ + [ + -81.04240644051966, + 36.80639638869668, + ], + [ + -80.9322161035892, + 36.67157206872665, + ], + [ + -80.91426979464286, + 36.6502472659266, + ], + [ + -80.8378185185315, + 36.55914684892693, + ], + [ + -80.90170737838044, + 36.56183259235263, + ], + [ + -81.35323651147007, + 36.57467044592747, + ], + [ + -81.67734685104077, + 36.58809916305595, + ], + [ + -81.646838125832, + 36.61189484980764, + ], + [ + -81.60592054143437, + 36.6386985691961, + ], + [ + -81.52480322499697, + 36.70788331984208, + ], + [ + -81.26171033584379, + 36.76310220467443, + ], + [ + -81.0983989244322, + 36.76901084021097, + ], + [ + -81.04240644051966, + 36.80639638869668, + ], + ], + ], + "type": "Polygon", + }, + "id": "51077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29153 { + "geometry": { + "coordinates": [ + [ + [ + -92.11240765097298, + 36.794203113544015, + ], + [ + -92.12030402690937, + 36.49887876645427, + ], + [ + -92.1504538259392, + 36.4986101921117, + ], + [ + -92.52912094470673, + 36.4986101921117, + ], + [ + -92.77247289401895, + 36.497643324478446, + ], + [ + -92.76529437044042, + 36.8060740994856, + ], + [ + -92.11240765097298, + 36.794203113544015, + ], + ], + ], + "type": "Polygon", + }, + "id": "29153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21105 { + "geometry": { + "coordinates": [ + [ + [ + -88.81315821427994, + 36.772985740481005, + ], + [ + -88.8167474760692, + 36.50274623698727, + ], + [ + -88.82679740907915, + 36.50296109646133, + ], + [ + -88.83469378501553, + 36.50274623698727, + ], + [ + -88.9032486851905, + 36.57698018527356, + ], + [ + -89.17710935971148, + 36.65271814987825, + ], + [ + -89.20008063516278, + 36.71728342183202, + ], + [ + -89.12291150669357, + 36.78485672642259, + ], + [ + -88.81315821427994, + 36.772985740481005, + ], + ], + ], + "type": "Polygon", + }, + "id": "21105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29119 { + "geometry": { + "coordinates": [ + [ + [ + -94.06891425230172, + 36.74779346714796, + ], + [ + -94.07716955441704, + 36.498717621848726, + ], + [ + -94.61807130605938, + 36.49941591513941, + ], + [ + -94.61807130605938, + 36.667812027930665, + ], + [ + -94.61843023223831, + 36.76648624139081, + ], + [ + -94.06891425230172, + 36.74779346714796, + ], + ], + ], + "type": "Polygon", + }, + "id": "29119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21035 { + "geometry": { + "coordinates": [ + [ + [ + -88.11073968212064, + 36.74693402925173, + ], + [ + -88.07053995008086, + 36.67807156781683, + ], + [ + -88.0536704196713, + 36.49769703934696, + ], + [ + -88.48904787470924, + 36.50118850580037, + ], + [ + -88.4858175390989, + 36.75037178083662, + ], + [ + -88.11073968212064, + 36.74693402925173, + ], + ], + ], + "type": "Polygon", + }, + "id": "21035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06107 { + "geometry": { + "coordinates": [ + [ + [ + -118.00821360816728, + 35.7867807545647, + ], + [ + -119.53939268746804, + 35.790003646675544, + ], + [ + -119.52898382827917, + 36.268979129214515, + ], + [ + -119.47765738469266, + 36.2681196913183, + ], + [ + -119.47586275379803, + 36.401010276021836, + ], + [ + -119.57779778861318, + 36.48856551169959, + ], + [ + -119.47083778729306, + 36.575583598692205, + ], + [ + -119.30573174498684, + 36.57456301619044, + ], + [ + -119.30465496645006, + 36.66029194633872, + ], + [ + -118.98521066720541, + 36.65889535975735, + ], + [ + -118.98485174102649, + 36.742690554639125, + ], + [ + -118.36893441798848, + 36.747095173857275, + ], + [ + -118.27525468528864, + 36.59782155425698, + ], + [ + -118.24941200040594, + 36.48158257879277, + ], + [ + -118.09758622672, + 36.33107351721665, + ], + [ + -118.12665924721304, + 36.30067090163776, + ], + [ + -117.98165307092671, + 35.86821249523187, + ], + [ + -118.00821360816728, + 35.7867807545647, + ], + ], + ], + "type": "Polygon", + }, + "id": "06107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47161 { + "geometry": { + "coordinates": [ + [ + [ + -87.69402638838689, + 36.63708712314069, + ], + [ + -87.64126424008468, + 36.63805399077393, + ], + [ + -87.59245027975066, + 36.367653342674664, + ], + [ + -87.82216303426367, + 36.32871006300204, + ], + [ + -87.98116733152814, + 36.35374119172955, + ], + [ + -87.99049941218023, + 36.36077783950488, + ], + [ + -88.0536704196713, + 36.49769703934696, + ], + [ + -88.07053995008086, + 36.67807156781683, + ], + [ + -87.69402638838689, + 36.63708712314069, + ], + ], + ], + "type": "Polygon", + }, + "id": "47161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40041 { + "geometry": { + "coordinates": [ + [ + [ + -94.61807130605938, + 36.667812027930665, + ], + [ + -94.61807130605938, + 36.49941591513941, + ], + [ + -94.56279667450468, + 36.1619253962662, + ], + [ + -94.79717546934374, + 36.16138824758106, + ], + [ + -95.0114543981629, + 36.16181796652917, + ], + [ + -95.006070505479, + 36.5097828847626, + ], + [ + -94.99960983425832, + 36.67065891596191, + ], + [ + -94.61807130605938, + 36.667812027930665, + ], + ], + ], + "type": "Polygon", + }, + "id": "40041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47147 { + "geometry": { + "coordinates": [ + [ + [ + -86.75471657813604, + 36.40541489523997, + ], + [ + -86.82686074010029, + 36.34917542790586, + ], + [ + -86.91372087540051, + 36.38253236125303, + ], + [ + -86.98801859443832, + 36.369103644124536, + ], + [ + -87.12046235446222, + 36.45542343782647, + ], + [ + -87.11507846177832, + 36.64235118025505, + ], + [ + -87.06088060876041, + 36.643103188414244, + ], + [ + -86.76368973260921, + 36.648850679345244, + ], + [ + -86.56304999858925, + 36.633971660766875, + ], + [ + -86.69692946332887, + 36.406918911558364, + ], + [ + -86.75471657813604, + 36.40541489523997, + ], + ], + ], + "type": "Polygon", + }, + "id": "47147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47165 { + "geometry": { + "coordinates": [ + [ + [ + -86.20484167202054, + 36.639826581434896, + ], + [ + -86.22853079982968, + 36.487437499460796, + ], + [ + -86.28308757902653, + 36.34751026698193, + ], + [ + -86.45178288312202, + 36.33563928104034, + ], + [ + -86.59427657615586, + 36.24502229785729, + ], + [ + -86.75471657813604, + 36.40541489523997, + ], + [ + -86.69692946332887, + 36.406918911558364, + ], + [ + -86.56304999858925, + 36.633971660766875, + ], + [ + -86.41158315108224, + 36.65089184434877, + ], + [ + -86.20484167202054, + 36.639826581434896, + ], + ], + ], + "type": "Polygon", + }, + "id": "47165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 21075 { + "geometry": { + "coordinates": [ + [ + [ + [ + -88.83469378501553, + 36.50274623698727, + ], + [ + -89.34616358998589, + 36.5032296708039, + ], + [ + -89.41830775195014, + 36.49903991105981, + ], + [ + -89.3274994286817, + 36.63187678089483, + ], + [ + -89.2503303002125, + 36.564249761435754, + ], + [ + -89.17710935971148, + 36.65271814987825, + ], + [ + -88.9032486851905, + 36.57698018527356, + ], + [ + -88.83469378501553, + 36.50274623698727, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "21075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47125 { + "geometry": { + "coordinates": [ + [ + [ + -87.11507846177832, + 36.64235118025505, + ], + [ + -87.12046235446222, + 36.45542343782647, + ], + [ + -87.28664517530522, + 36.32194198956928, + ], + [ + -87.51348652038682, + 36.334726128275605, + ], + [ + -87.59245027975066, + 36.367653342674664, + ], + [ + -87.64126424008468, + 36.63805399077393, + ], + [ + -87.33581806181816, + 36.641491742358824, + ], + [ + -87.11507846177832, + 36.64235118025505, + ], + ], + ], + "type": "Polygon", + }, + "id": "47125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 51590 { + "geometry": { + "coordinates": [ + [ + [ + -79.3425320571234, + 36.54136722744881, + ], + [ + -79.47030977682127, + 36.54083007876367, + ], + [ + -79.50117742820896, + 36.61807205968674, + ], + [ + -79.39888346721489, + 36.64455348986412, + ], + [ + -79.3044858821572, + 36.582190527519415, + ], + [ + -79.3425320571234, + 36.54136722744881, + ], + ], + ], + "type": "Polygon", + }, + "id": "51590", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47111 { + "geometry": { + "coordinates": [ + [ + [ + -85.8139710631695, + 36.49946963000792, + ], + [ + -85.82796918414763, + 36.41180696459314, + ], + [ + -85.97871817929679, + 36.42604140474934, + ], + [ + -86.16823120177003, + 36.444250745175566, + ], + [ + -86.22853079982968, + 36.487437499460796, + ], + [ + -86.20484167202054, + 36.639826581434896, + ], + [ + -85.97261643425504, + 36.62854645904696, + ], + [ + -85.78848730446572, + 36.62183210048272, + ], + [ + -85.8139710631695, + 36.49946963000792, + ], + ], + ], + "type": "Polygon", + }, + "id": "47111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29069 { + "geometry": { + "coordinates": [ + [ + [ + -89.95920950359248, + 36.62924475233764, + ], + [ + -89.96136306066603, + 36.38881700086917, + ], + [ + -89.95920950359248, + 35.99906191493187, + ], + [ + -90.289062662026, + 35.99637617150617, + ], + [ + -90.37771742822086, + 35.995677878215496, + ], + [ + -90.34110695797035, + 36.046868147909294, + ], + [ + -90.19071688900011, + 36.20135210975545, + ], + [ + -90.06401594783904, + 36.30298064098386, + ], + [ + -90.0798086997118, + 36.40025826786264, + ], + [ + -90.15482427110746, + 36.49796561368953, + ], + [ + -90.22086668802994, + 36.4978581839525, + ], + [ + -90.14836359988678, + 36.63058762405049, + ], + [ + -89.95920950359248, + 36.62924475233764, + ], + ], + ], + "type": "Polygon", + }, + "id": "29069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47137 { + "geometry": { + "coordinates": [ + [ + [ + -84.78528863436594, + 36.60335418571392, + ], + [ + -84.73180863370588, + 36.52466190334097, + ], + [ + -84.94429293163041, + 36.58106251528062, + ], + [ + -85.05125293295053, + 36.55227134575714, + ], + [ + -85.12052568548336, + 36.407080056163906, + ], + [ + -85.28491387543173, + 36.53126883216818, + ], + [ + -85.27558179477964, + 36.62650529404343, + ], + [ + -84.97480165683918, + 36.61554746086659, + ], + [ + -84.78528863436594, + 36.60335418571392, + ], + ], + ], + "type": "Polygon", + }, + "id": "47137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47027 { + "geometry": { + "coordinates": [ + [ + [ + -85.28491387543173, + 36.53126883216818, + ], + [ + -85.44032891090694, + 36.50049021250969, + ], + [ + -85.4952446162827, + 36.403212585630904, + ], + [ + -85.70413965241796, + 36.52240587886338, + ], + [ + -85.8139710631695, + 36.49946963000792, + ], + [ + -85.78848730446572, + 36.62183210048272, + ], + [ + -85.43673964911767, + 36.61834063402931, + ], + [ + -85.29639951315738, + 36.62591443048978, + ], + [ + -85.27558179477964, + 36.62650529404343, + ], + [ + -85.28491387543173, + 36.53126883216818, + ], + ], + ], + "type": "Polygon", + }, + "id": "47027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47163 { + "geometry": { + "coordinates": [ + [ + [ + -81.98386980784406, + 36.50833258331272, + ], + [ + -82.18917558219005, + 36.40041941246818, + ], + [ + -82.29972484529944, + 36.39649822706666, + ], + [ + -82.43934712890187, + 36.44548618715139, + ], + [ + -82.68054552114053, + 36.43173518081181, + ], + [ + -82.60911921153414, + 36.594007798592486, + ], + [ + -82.29398202643661, + 36.59567295951642, + ], + [ + -82.24337343520797, + 36.59561924464791, + ], + [ + -82.14610444071886, + 36.59470609188317, + ], + [ + -81.82666014147422, + 36.614204589153736, + ], + [ + -81.98386980784406, + 36.50833258331272, + ], + ], + ], + "type": "Polygon", + }, + "id": "47163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47091 { + "geometry": { + "coordinates": [ + [ + [ + -81.646838125832, + 36.61189484980764, + ], + [ + -81.67734685104077, + 36.58809916305595, + ], + [ + -81.72831436844834, + 36.39123416995229, + ], + [ + -81.91782739092156, + 36.28686618042967, + ], + [ + -81.93254336425755, + 36.26554137762963, + ], + [ + -82.05852645306078, + 36.36722362372655, + ], + [ + -81.95084859938281, + 36.47336420391014, + ], + [ + -81.98386980784406, + 36.50833258331272, + ], + [ + -81.82666014147422, + 36.614204589153736, + ], + [ + -81.646838125832, + 36.61189484980764, + ], + ], + ], + "type": "Polygon", + }, + "id": "47091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47151 { + "geometry": { + "coordinates": [ + [ + [ + -84.26125641313315, + 36.59191291872044, + ], + [ + -84.25946178223852, + 36.51467093779737, + ], + [ + -84.34991117932802, + 36.46632755613481, + ], + [ + -84.32981131330813, + 36.284663870820594, + ], + [ + -84.37288245477932, + 36.21676827701895, + ], + [ + -84.44107842877537, + 36.163483127453105, + ], + [ + -84.61120943758655, + 36.270322000927365, + ], + [ + -84.7009409823182, + 36.370822519916985, + ], + [ + -84.6589466193838, + 36.39520907022232, + ], + [ + -84.73180863370588, + 36.52466190334097, + ], + [ + -84.78528863436594, + 36.60335418571392, + ], + [ + -84.77811011078741, + 36.60324675597689, + ], + [ + -84.26125641313315, + 36.59191291872044, + ], + ], + ], + "type": "Polygon", + }, + "id": "47151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47025 { + "geometry": { + "coordinates": [ + [ + [ + -83.47197774567363, + 36.59728440557184, + ], + [ + -83.39803895281474, + 36.53449172427902, + ], + [ + -83.38691224126802, + 36.413203551174504, + ], + [ + -83.44936539640125, + 36.37452884584445, + ], + [ + -83.66723358700968, + 36.3443410897396, + ], + [ + -83.73291707775324, + 36.34503938303028, + ], + [ + -83.80542016589641, + 36.43587122568739, + ], + [ + -83.90556056981691, + 36.41991790973874, + ], + [ + -84.01036701406348, + 36.59014032805948, + ], + [ + -83.93068540234178, + 36.587669444107846, + ], + [ + -83.67477103676713, + 36.600775872025245, + ], + [ + -83.47197774567363, + 36.59728440557184, + ], + ], + ], + "type": "Polygon", + }, + "id": "47025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40103 { + "geometry": { + "coordinates": [ + [ + [ + -97.00995536242606, + 36.50688228186284, + ], + [ + -97.03184985934057, + 36.33327582682573, + ], + [ + -96.92488985802045, + 36.33327582682573, + ], + [ + -96.92488985802045, + 36.246418884438654, + ], + [ + -97.14096341773426, + 36.24636516957014, + ], + [ + -97.14132234391317, + 36.15913222310347, + ], + [ + -97.35416556801664, + 36.15902479336644, + ], + [ + -97.46076664315783, + 36.16444999508636, + ], + [ + -97.46148449551568, + 36.593578079644374, + ], + [ + -97.0537443562551, + 36.59459866214614, + ], + [ + -96.9119685155791, + 36.59825127320509, + ], + [ + -97.00995536242606, + 36.50688228186284, + ], + ], + ], + "type": "Polygon", + }, + "id": "40103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47067 { + "geometry": { + "coordinates": [ + [ + [ + -82.98527384704919, + 36.5936855093814, + ], + [ + -82.83057666393184, + 36.5936855093814, + ], + [ + -83.01075760575297, + 36.5636588978821, + ], + [ + -83.28067009230575, + 36.39461820666867, + ], + [ + -83.38691224126802, + 36.413203551174504, + ], + [ + -83.39803895281474, + 36.53449172427902, + ], + [ + -83.47197774567363, + 36.59728440557184, + ], + [ + -82.98527384704919, + 36.5936855093814, + ], + ], + ], + "type": "Polygon", + }, + "id": "47067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40131 { + "geometry": { + "coordinates": [ + [ + [ + -95.32802728797614, + 36.51026631857923, + ], + [ + -95.43534621547518, + 36.5101588888422, + ], + [ + -95.44037118198015, + 36.07522959848467, + ], + [ + -95.57137923728835, + 36.07528331335318, + ], + [ + -95.61839856672773, + 36.162677404425395, + ], + [ + -95.76161011211944, + 36.16273111929391, + ], + [ + -95.81544903895842, + 36.162677404425395, + ], + [ + -95.81257762952701, + 36.423570520797696, + ], + [ + -95.80970622009559, + 36.59744555017738, + ], + [ + -95.43139802750699, + 36.59755297991441, + ], + [ + -95.32838621415506, + 36.59755297991441, + ], + [ + -95.32802728797614, + 36.51026631857923, + ], + ], + ], + "type": "Polygon", + }, + "id": "40131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47013 { + "geometry": { + "coordinates": [ + [ + [ + -83.90556056981691, + 36.41991790973874, + ], + [ + -84.00426526902173, + 36.270322000927365, + ], + [ + -84.07353802155455, + 36.227887254801345, + ], + [ + -84.22751735231405, + 36.24480743838323, + ], + [ + -84.24115654711326, + 36.177556423003765, + ], + [ + -84.37288245477932, + 36.21676827701895, + ], + [ + -84.32981131330813, + 36.284663870820594, + ], + [ + -84.34991117932802, + 36.46632755613481, + ], + [ + -84.25946178223852, + 36.51467093779737, + ], + [ + -84.26125641313315, + 36.59191291872044, + ], + [ + -84.2267994999562, + 36.59202034845747, + ], + [ + -84.01036701406348, + 36.59014032805948, + ], + [ + -83.90556056981691, + 36.41991790973874, + ], + ], + ], + "type": "Polygon", + }, + "id": "47013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47073 { + "geometry": { + "coordinates": [ + [ + [ + -82.60911921153414, + 36.594007798592486, + ], + [ + -82.68054552114053, + 36.43173518081181, + ], + [ + -82.70244001805504, + 36.410410378011775, + ], + [ + -82.94112592704121, + 36.33263124840356, + ], + [ + -83.08218391535937, + 36.24228283956308, + ], + [ + -83.16258337943891, + 36.34525424250434, + ], + [ + -83.25518633360197, + 36.289068490038744, + ], + [ + -83.28067009230575, + 36.39461820666867, + ], + [ + -83.01075760575297, + 36.5636588978821, + ], + [ + -82.83057666393184, + 36.5936855093814, + ], + [ + -82.60911921153414, + 36.594007798592486, + ], + ], + ], + "type": "Polygon", + }, + "id": "47073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40047 { + "geometry": { + "coordinates": [ + [ + [ + -97.46256127405246, + 36.593578079644374, + ], + [ + -97.46148449551568, + 36.593578079644374, + ], + [ + -97.46076664315783, + 36.16444999508636, + ], + [ + -97.67576342433485, + 36.164664854560414, + ], + [ + -98.10396235579424, + 36.16487971403447, + ], + [ + -98.10432128197317, + 36.46310466402397, + ], + [ + -98.10432128197317, + 36.59352436477586, + ], + [ + -97.46256127405246, + 36.593578079644374, + ], + ], + ], + "type": "Polygon", + }, + "id": "40047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40045 { + "geometry": { + "coordinates": [ + [ + [ + -99.60570948842302, + 36.59271864174815, + ], + [ + -99.596018481592, + 36.16407399100676, + ], + [ + -99.38209847895176, + 36.164288850480816, + ], + [ + -99.38102170041499, + 36.012920351008475, + ], + [ + -99.46213901685239, + 36.004433401783274, + ], + [ + -99.56084371605719, + 35.86402273548778, + ], + [ + -99.61898975704331, + 35.84135506097489, + ], + [ + -99.77727620194992, + 35.886529265395126, + ], + [ + -99.8135277460215, + 36.00233852191123, + ], + [ + -100.00052828524225, + 35.88051320012157, + ], + [ + -100.00052828524225, + 36.055677386345586, + ], + [ + -100.00411754703151, + 36.49968448948198, + ], + [ + -100.00339969467366, + 36.59314836069626, + ], + [ + -99.60570948842302, + 36.59271864174815, + ], + ], + ], + "type": "Polygon", + }, + "id": "40045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37009 { + "geometry": { + "coordinates": [ + [ + [ + -81.35323651147007, + 36.57467044592747, + ], + [ + -81.2538139599074, + 36.36523617359153, + ], + [ + -81.47706604319973, + 36.240349104296584, + ], + [ + -81.72831436844834, + 36.39123416995229, + ], + [ + -81.67734685104077, + 36.58809916305595, + ], + [ + -81.35323651147007, + 36.57467044592747, + ], + ], + ], + "type": "Polygon", + }, + "id": "37009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47049 { + "geometry": { + "coordinates": [ + [ + [ + -84.73180863370588, + 36.52466190334097, + ], + [ + -84.6589466193838, + 36.39520907022232, + ], + [ + -84.7009409823182, + 36.370822519916985, + ], + [ + -84.87825051470793, + 36.28036668133948, + ], + [ + -84.90732353520097, + 36.15639276480926, + ], + [ + -85.10006689328455, + 36.13855942846263, + ], + [ + -85.11944890694659, + 36.14473663834173, + ], + [ + -85.08247951051715, + 36.19608805264107, + ], + [ + -85.12052568548336, + 36.407080056163906, + ], + [ + -85.05125293295053, + 36.55227134575714, + ], + [ + -84.94429293163041, + 36.58106251528062, + ], + [ + -84.73180863370588, + 36.52466190334097, + ], + ], + ], + "type": "Polygon", + }, + "id": "47049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37005 { + "geometry": { + "coordinates": [ + [ + [ + -80.90170737838044, + 36.56183259235263, + ], + [ + -80.96703194294507, + 36.40143999496995, + ], + [ + -81.02697261482581, + 36.37372312281674, + ], + [ + -81.09480966264293, + 36.44043698951108, + ], + [ + -81.2538139599074, + 36.36523617359153, + ], + [ + -81.35323651147007, + 36.57467044592747, + ], + [ + -80.90170737838044, + 36.56183259235263, + ], + ], + ], + "type": "Polygon", + }, + "id": "37005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40117 { + "geometry": { + "coordinates": [ + [ + [ + -96.26841387676376, + 36.16197911113471, + ], + [ + -96.29784582343574, + 36.16224768547728, + ], + [ + -96.6215972368275, + 36.159884231262666, + ], + [ + -96.81900663523712, + 36.159078508234956, + ], + [ + -96.81900663523712, + 36.246418884438654, + ], + [ + -96.92488985802045, + 36.246418884438654, + ], + [ + -96.92488985802045, + 36.33327582682573, + ], + [ + -97.03184985934057, + 36.33327582682573, + ], + [ + -97.00995536242606, + 36.50688228186284, + ], + [ + -96.8767937500443, + 36.470517315878894, + ], + [ + -96.76947482254525, + 36.56537777367455, + ], + [ + -96.7174305266009, + 36.445163897940304, + ], + [ + -96.63272394837422, + 36.42496710737906, + ], + [ + -96.55017092722112, + 36.299005740713824, + ], + [ + -96.48161602704614, + 36.33515584722372, + ], + [ + -96.35347938116935, + 36.236105629683976, + ], + [ + -96.25369790342776, + 36.22364378018874, + ], + [ + -96.26841387676376, + 36.16197911113471, + ], + ], + ], + "type": "Polygon", + }, + "id": "40117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37171 { + "geometry": { + "coordinates": [ + [ + [ + -80.6120539519867, + 36.55785769208259, + ], + [ + -80.44012831228086, + 36.550606184833214, + ], + [ + -80.45197287618545, + 36.26167390709662, + ], + [ + -80.45233180236437, + 36.24136968679834, + ], + [ + -80.54098656855923, + 36.28230041660598, + ], + [ + -80.87335221024524, + 36.23615934455249, + ], + [ + -80.86904509609812, + 36.326668897998516, + ], + [ + -80.96703194294507, + 36.40143999496995, + ], + [ + -80.90170737838044, + 36.56183259235263, + ], + [ + -80.8378185185315, + 36.55914684892693, + ], + [ + -80.6120539519867, + 36.55785769208259, + ], + ], + ], + "type": "Polygon", + }, + "id": "37171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37073 { + "geometry": { + "coordinates": [ + [ + [ + -76.54183108295938, + 36.55065989970173, + ], + [ + -76.49158141790966, + 36.51042746318477, + ], + [ + -76.45353524294343, + 36.37807402716637, + ], + [ + -76.5597773919057, + 36.35196860106859, + ], + [ + -76.68001766184611, + 36.300348612426674, + ], + [ + -76.77549202544057, + 36.36373215727315, + ], + [ + -76.93772665831538, + 36.40530746550294, + ], + [ + -76.91619108757979, + 36.54389182626896, + ], + [ + -76.91583216140086, + 36.5521102011516, + ], + [ + -76.54183108295938, + 36.55065989970173, + ], + ], + ], + "type": "Polygon", + }, + "id": "37073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37053 { + "geometry": { + "coordinates": [ + [ + [ + [ + -76.01672208318979, + 36.34305193289527, + ], + [ + -76.11435000385782, + 36.35760866226255, + ], + [ + -76.31319510698314, + 36.55044504022767, + ], + [ + -76.1222463797942, + 36.5505524699647, + ], + [ + -76.03538624449398, + 36.55065989970173, + ], + [ + -75.9951865124542, + 36.41116238617097, + ], + [ + -75.8803301351977, + 36.284019292398426, + ], + [ + -75.79813604022351, + 36.072114136110855, + ], + [ + -75.94601362594126, + 36.285469593848305, + ], + [ + -76.01672208318979, + 36.34305193289527, + ], + ], + ], + [ + [ + [ + -75.89181577292335, + 36.550767329438756, + ], + [ + -75.86704986657742, + 36.550767329438756, + ], + [ + -75.77337013387758, + 36.23153986586029, + ], + [ + -75.77588261713007, + 36.231056432043665, + ], + [ + -75.82038946331696, + 36.29051879148862, + ], + [ + -75.89181577292335, + 36.550767329438756, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "37053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37169 { + "geometry": { + "coordinates": [ + [ + [ + -80.05356481757696, + 36.54244152481908, + ], + [ + -80.0273632065153, + 36.54244152481908, + ], + [ + -80.0352595824517, + 36.25726928787847, + ], + [ + -80.45197287618545, + 36.26167390709662, + ], + [ + -80.44012831228086, + 36.550606184833214, + ], + [ + -80.05356481757696, + 36.54244152481908, + ], + ], + ], + "type": "Polygon", + }, + "id": "37169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37029 { + "geometry": { + "coordinates": [ + [ + [ + -76.54183108295938, + 36.55065989970173, + ], + [ + -76.49158141790966, + 36.55065989970173, + ], + [ + -76.31319510698314, + 36.55044504022767, + ], + [ + -76.11435000385782, + 36.35760866226255, + ], + [ + -76.01672208318979, + 36.34305193289527, + ], + [ + -75.91119778658539, + 36.16477228429744, + ], + [ + -76.01743993554766, + 36.187225099336274, + ], + [ + -76.23100101200896, + 36.37173567268172, + ], + [ + -76.49158141790966, + 36.51042746318477, + ], + [ + -76.54183108295938, + 36.55065989970173, + ], + ], + ], + "type": "Polygon", + }, + "id": "37029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37185 { + "geometry": { + "coordinates": [ + [ + [ + -77.8996488178386, + 36.54459011955964, + ], + [ + -77.89785418694396, + 36.506774852125815, + ], + [ + -77.91221123410102, + 36.38199521256789, + ], + [ + -78.00660881915871, + 36.20274869633681, + ], + [ + -78.30703003092025, + 36.26602481144625, + ], + [ + -78.27759808424827, + 36.306310962831716, + ], + [ + -78.3238995613298, + 36.54373068166342, + ], + [ + -78.04609069884063, + 36.54410668574302, + ], + [ + -77.8996488178386, + 36.54459011955964, + ], + ], + ], + "type": "Polygon", + }, + "id": "37185", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37131 { + "geometry": { + "coordinates": [ + [ + [ + -77.20871592340494, + 36.24679488851825, + ], + [ + -77.29198679691591, + 36.168532325093416, + ], + [ + -77.38674330815252, + 36.213652814645144, + ], + [ + -77.44165901352828, + 36.32414429917836, + ], + [ + -77.54646545777484, + 36.303249215326424, + ], + [ + -77.55579753842694, + 36.418199033946294, + ], + [ + -77.64552908315858, + 36.480991715239114, + ], + [ + -77.89785418694396, + 36.506774852125815, + ], + [ + -77.8996488178386, + 36.54459011955964, + ], + [ + -77.76720505781469, + 36.54544955745587, + ], + [ + -77.29701176342088, + 36.54485869390221, + ], + [ + -77.16420907721805, + 36.54625528048358, + ], + [ + -77.12006115721007, + 36.473740207989735, + ], + [ + -77.20871592340494, + 36.24679488851825, + ], + ], + ], + "type": "Polygon", + }, + "id": "37131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37091 { + "geometry": { + "coordinates": [ + [ + [ + -76.91619108757979, + 36.54389182626896, + ], + [ + -76.93772665831538, + 36.40530746550294, + ], + [ + -76.7841062537348, + 36.36045555029379, + ], + [ + -76.7230888033173, + 36.24384057074999, + ], + [ + -77.20871592340494, + 36.24679488851825, + ], + [ + -77.12006115721007, + 36.473740207989735, + ], + [ + -77.16420907721805, + 36.54625528048358, + ], + [ + -76.91619108757979, + 36.54389182626896, + ], + ], + ], + "type": "Polygon", + }, + "id": "37091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37145 { + "geometry": { + "coordinates": [ + [ + [ + -78.79624641279717, + 36.54163580179137, + ], + [ + -78.80198923165999, + 36.235944485078434, + ], + [ + -78.95094359591452, + 36.239167377189275, + ], + [ + -79.15373688700804, + 36.242175409826054, + ], + [ + -79.13830306131419, + 36.541689516659886, + ], + [ + -78.79624641279717, + 36.54163580179137, + ], + ], + ], + "type": "Polygon", + }, + "id": "37145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37181 { + "geometry": { + "coordinates": [ + [ + [ + -78.3238995613298, + 36.54373068166342, + ], + [ + -78.27759808424827, + 36.306310962831716, + ], + [ + -78.30703003092025, + 36.26602481144625, + ], + [ + -78.42260426053461, + 36.16412770587527, + ], + [ + -78.49690197957241, + 36.175139253920634, + ], + [ + -78.51125902672948, + 36.45424171071917, + ], + [ + -78.45706117371157, + 36.54228038021354, + ], + [ + -78.3238995613298, + 36.54373068166342, + ], + ], + ], + "type": "Polygon", + }, + "id": "37181", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37077 { + "geometry": { + "coordinates": [ + [ + [ + -78.49690197957241, + 36.175139253920634, + ], + [ + -78.54643379226428, + 36.02210559352436, + ], + [ + -78.74886815717886, + 36.07120098334612, + ], + [ + -78.80450171491248, + 36.09494295522929, + ], + [ + -78.80198923165999, + 36.235944485078434, + ], + [ + -78.79624641279717, + 36.54163580179137, + ], + [ + -78.73415218384287, + 36.54190437613394, + ], + [ + -78.45706117371157, + 36.54228038021354, + ], + [ + -78.51125902672948, + 36.45424171071917, + ], + [ + -78.49690197957241, + 36.175139253920634, + ], + ], + ], + "type": "Polygon", + }, + "id": "37077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37157 { + "geometry": { + "coordinates": [ + [ + [ + -79.71473850467027, + 36.54190437613394, + ], + [ + -79.51050950886105, + 36.540776363895155, + ], + [ + -79.53204507959664, + 36.248567479179215, + ], + [ + -79.53240400577556, + 36.24142340166686, + ], + [ + -80.0352595824517, + 36.25726928787847, + ], + [ + -80.0273632065153, + 36.54244152481908, + ], + [ + -79.71473850467027, + 36.54190437613394, + ], + ], + ], + "type": "Polygon", + }, + "id": "37157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37033 { + "geometry": { + "coordinates": [ + [ + [ + -79.13830306131419, + 36.541689516659886, + ], + [ + -79.15373688700804, + 36.242175409826054, + ], + [ + -79.25710762653888, + 36.24384057074999, + ], + [ + -79.53204507959664, + 36.248567479179215, + ], + [ + -79.51050950886105, + 36.540776363895155, + ], + [ + -79.47030977682127, + 36.54083007876367, + ], + [ + -79.3425320571234, + 36.54136722744881, + ], + [ + -79.21870252539374, + 36.54158208692286, + ], + [ + -79.13830306131419, + 36.541689516659886, + ], + ], + ], + "type": "Polygon", + }, + "id": "37033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47133 { + "geometry": { + "coordinates": [ + [ + [ + -85.12052568548336, + 36.407080056163906, + ], + [ + -85.08247951051715, + 36.19608805264107, + ], + [ + -85.11944890694659, + 36.14473663834173, + ], + [ + -85.4195111925292, + 36.23685763784317, + ], + [ + -85.4952446162827, + 36.30228234769318, + ], + [ + -85.4952446162827, + 36.403212585630904, + ], + [ + -85.44032891090694, + 36.50049021250969, + ], + [ + -85.28491387543173, + 36.53126883216818, + ], + [ + -85.12052568548336, + 36.407080056163906, + ], + ], + ], + "type": "Polygon", + }, + "id": "47133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47087 { + "geometry": { + "coordinates": [ + [ + [ + -85.4952446162827, + 36.403212585630904, + ], + [ + -85.4952446162827, + 36.30228234769318, + ], + [ + -85.62086877890701, + 36.2108059266139, + ], + [ + -85.7802320023504, + 36.23798565008197, + ], + [ + -85.84627441927289, + 36.288961060301716, + ], + [ + -85.82796918414763, + 36.41180696459314, + ], + [ + -85.8139710631695, + 36.49946963000792, + ], + [ + -85.70413965241796, + 36.52240587886338, + ], + [ + -85.4952446162827, + 36.403212585630904, + ], + ], + ], + "type": "Polygon", + }, + "id": "47087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37083 { + "geometry": { + "coordinates": [ + [ + [ + -77.29198679691591, + 36.168532325093416, + ], + [ + -77.24281391040297, + 36.09650068641619, + ], + [ + -77.32716156245071, + 36.07512216874764, + ], + [ + -77.40289498620422, + 36.004970550468414, + ], + [ + -77.52600666557603, + 36.037360616182326, + ], + [ + -77.53354411533348, + 36.09064576574818, + ], + [ + -77.69829123146079, + 36.1530624429614, + ], + [ + -77.88708640157617, + 36.14403834505105, + ], + [ + -78.00660881915871, + 36.20274869633681, + ], + [ + -77.91221123410102, + 36.38199521256789, + ], + [ + -77.89785418694396, + 36.506774852125815, + ], + [ + -77.64552908315858, + 36.480991715239114, + ], + [ + -77.55579753842694, + 36.418199033946294, + ], + [ + -77.54646545777484, + 36.303249215326424, + ], + [ + -77.44165901352828, + 36.32414429917836, + ], + [ + -77.38674330815252, + 36.213652814645144, + ], + [ + -77.29198679691591, + 36.168532325093416, + ], + ], + ], + "type": "Polygon", + }, + "id": "37083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40097 { + "geometry": { + "coordinates": [ + [ + [ + -95.006070505479, + 36.5097828847626, + ], + [ + -95.0114543981629, + 36.16181796652917, + ], + [ + -95.11841439948302, + 36.16165682192363, + ], + [ + -95.1180554733041, + 36.07442387545696, + ], + [ + -95.20778701803573, + 36.07469244979953, + ], + [ + -95.44037118198015, + 36.07522959848467, + ], + [ + -95.43534621547518, + 36.5101588888422, + ], + [ + -95.32802728797614, + 36.51026631857923, + ], + [ + -95.006070505479, + 36.5097828847626, + ], + ], + ], + "type": "Polygon", + }, + "id": "40097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47019 { + "geometry": { + "coordinates": [ + [ + [ + -81.93254336425755, + 36.26554137762963, + ], + [ + -82.0804209499753, + 36.10326875984896, + ], + [ + -82.2221967906513, + 36.1569299134944, + ], + [ + -82.25629477764932, + 36.233151311915705, + ], + [ + -82.34028350351814, + 36.25281095379182, + ], + [ + -82.29972484529944, + 36.39649822706666, + ], + [ + -82.18917558219005, + 36.40041941246818, + ], + [ + -81.98386980784406, + 36.50833258331272, + ], + [ + -81.95084859938281, + 36.47336420391014, + ], + [ + -82.05852645306078, + 36.36722362372655, + ], + [ + -81.93254336425755, + 36.26554137762963, + ], + ], + ], + "type": "Polygon", + }, + "id": "47019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37139 { + "geometry": { + "coordinates": [ + [ + [ + -76.23100101200896, + 36.37173567268172, + ], + [ + -76.21772074338868, + 36.297555439263945, + ], + [ + -76.05943429848206, + 36.15145099690598, + ], + [ + -76.1653175212654, + 36.12405641396386, + ], + [ + -76.28627564356366, + 36.21676827701895, + ], + [ + -76.37493040975852, + 36.25871958932835, + ], + [ + -76.45353524294343, + 36.37807402716637, + ], + [ + -76.49158141790966, + 36.51042746318477, + ], + [ + -76.23100101200896, + 36.37173567268172, + ], + ], + ], + "type": "Polygon", + }, + "id": "37139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47131 { + "geometry": { + "coordinates": [ + [ + [ + -88.83469378501553, + 36.50274623698727, + ], + [ + -88.82679740907915, + 36.50296109646133, + ], + [ + -88.81638854989028, + 36.41046409288029, + ], + [ + -88.95026801462988, + 36.40928236577298, + ], + [ + -88.9599590214609, + 36.22283805716103, + ], + [ + -89.1544970104391, + 36.20468243160331, + ], + [ + -89.48291446415692, + 36.212739661880406, + ], + [ + -89.36052063714295, + 36.40928236577298, + ], + [ + -89.34616358998589, + 36.5032296708039, + ], + [ + -88.83469378501553, + 36.50274623698727, + ], + ], + ], + "type": "Polygon", + }, + "id": "47131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40093 { + "geometry": { + "coordinates": [ + [ + [ + -98.53359699196935, + 36.463212093761, + ], + [ + -98.10432128197317, + 36.46310466402397, + ], + [ + -98.10396235579424, + 36.16487971403447, + ], + [ + -98.21056343093544, + 36.16487971403447, + ], + [ + -98.6369677315002, + 36.16487971403447, + ], + [ + -98.95605310456592, + 36.1615493921866, + ], + [ + -98.96036021871305, + 36.50682856699433, + ], + [ + -98.84370921056191, + 36.50618398857216, + ], + [ + -98.78197390778654, + 36.449031368473314, + ], + [ + -98.60897148954393, + 36.39112674021526, + ], + [ + -98.53359699196935, + 36.463212093761, + ], + ], + ], + "type": "Polygon", + }, + "id": "40093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47183 { + "geometry": { + "coordinates": [ + [ + [ + -88.51704411666552, + 36.50167193961699, + ], + [ + -88.5303243852858, + 36.15209557532815, + ], + [ + -88.69255901816061, + 36.062714034120916, + ], + [ + -88.84187230859406, + 36.12513071133414, + ], + [ + -88.9599590214609, + 36.22283805716103, + ], + [ + -88.95026801462988, + 36.40928236577298, + ], + [ + -88.81638854989028, + 36.41046409288029, + ], + [ + -88.82679740907915, + 36.50296109646133, + ], + [ + -88.8167474760692, + 36.50274623698727, + ], + [ + -88.51704411666552, + 36.50167193961699, + ], + ], + ], + "type": "Polygon", + }, + "id": "47183", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47095 { + "geometry": { + "coordinates": [ + [ + [ + -89.48291446415692, + 36.212739661880406, + ], + [ + -89.62935634515895, + 36.18534507893828, + ], + [ + -89.69575768826037, + 36.25275723892331, + ], + [ + -89.53459983392234, + 36.25463725932129, + ], + [ + -89.61284574092834, + 36.310447007707296, + ], + [ + -89.54572654546907, + 36.33682100814765, + ], + [ + -89.53926587424839, + 36.498180473163586, + ], + [ + -89.48506802123048, + 36.497911898821016, + ], + [ + -89.41830775195014, + 36.49903991105981, + ], + [ + -89.34616358998589, + 36.5032296708039, + ], + [ + -89.36052063714295, + 36.40928236577298, + ], + [ + -89.48291446415692, + 36.212739661880406, + ], + ], + ], + "type": "Polygon", + }, + "id": "47095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48421 { + "geometry": { + "coordinates": [ + [ + [ + -101.62395139252713, + 36.055408812003016, + ], + [ + -102.16305851327485, + 36.05519395252896, + ], + [ + -102.162340660917, + 36.50032906790415, + ], + [ + -102.03240938414557, + 36.5005439273782, + ], + [ + -101.62395139252713, + 36.49952334487644, + ], + [ + -101.62395139252713, + 36.055408812003016, + ], + ], + ], + "type": "Polygon", + }, + "id": "48421", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47079 { + "geometry": { + "coordinates": [ + [ + [ + -88.0536704196713, + 36.49769703934696, + ], + [ + -87.99049941218023, + 36.36077783950488, + ], + [ + -88.09351122553215, + 36.36024069081974, + ], + [ + -88.08310236634328, + 36.2608144692004, + ], + [ + -88.21267471693578, + 36.1204038029049, + ], + [ + -88.211597938399, + 36.145918365449035, + ], + [ + -88.5303243852858, + 36.15209557532815, + ], + [ + -88.51704411666552, + 36.50167193961699, + ], + [ + -88.48904787470924, + 36.50118850580037, + ], + [ + -88.0536704196713, + 36.49769703934696, + ], + ], + ], + "type": "Polygon", + }, + "id": "47079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48195 { + "geometry": { + "coordinates": [ + [ + [ + -101.0859210503162, + 36.05755740674358, + ], + [ + -101.0859210503162, + 36.05519395252896, + ], + [ + -101.62395139252713, + 36.055408812003016, + ], + [ + -101.62395139252713, + 36.49952334487644, + ], + [ + -101.08520319795835, + 36.49925477053387, + ], + [ + -101.0859210503162, + 36.05755740674358, + ], + ], + ], + "type": "Polygon", + }, + "id": "48195", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48111 { + "geometry": { + "coordinates": [ + [ + [ + -103.0025868457841, + 36.50038278277266, + ], + [ + -102.162340660917, + 36.50032906790415, + ], + [ + -102.16305851327485, + 36.05519395252896, + ], + [ + -103.04099194692924, + 36.05519395252896, + ], + [ + -103.04206872546602, + 36.500436497641175, + ], + [ + -103.0025868457841, + 36.50038278277266, + ], + ], + ], + "type": "Polygon", + }, + "id": "48111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48357 { + "geometry": { + "coordinates": [ + [ + [ + -100.54609607721063, + 36.499362200270895, + ], + [ + -100.54681392956849, + 36.05653682424181, + ], + [ + -101.0859210503162, + 36.05755740674358, + ], + [ + -101.08520319795835, + 36.49925477053387, + ], + [ + -100.95419514265015, + 36.499630774613465, + ], + [ + -100.54609607721063, + 36.499362200270895, + ], + ], + ], + "type": "Polygon", + }, + "id": "48357", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48295 { + "geometry": { + "coordinates": [ + [ + [ + -100.00052828524225, + 36.055677386345586, + ], + [ + -100.5403532583478, + 36.056483109373296, + ], + [ + -100.54681392956849, + 36.05653682424181, + ], + [ + -100.54609607721063, + 36.499362200270895, + ], + [ + -100.00411754703151, + 36.49968448948198, + ], + [ + -100.00052828524225, + 36.055677386345586, + ], + ], + ], + "type": "Polygon", + }, + "id": "48295", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05007 { + "geometry": { + "coordinates": [ + [ + [ + -94.07716955441704, + 36.498717621848726, + ], + [ + -93.86683881356606, + 36.498717621848726, + ], + [ + -93.89088686755414, + 36.37023165636333, + ], + [ + -93.81551236997956, + 36.30652582230577, + ], + [ + -93.8876565319438, + 36.235031332313696, + ], + [ + -93.97308096252833, + 36.205273295156964, + ], + [ + -94.33344284617061, + 36.21451225254137, + ], + [ + -94.39122996097778, + 36.09940128931595, + ], + [ + -94.55202888913689, + 36.10224817734719, + ], + [ + -94.56279667450468, + 36.1619253962662, + ], + [ + -94.61807130605938, + 36.49941591513941, + ], + [ + -94.07716955441704, + 36.498717621848726, + ], + ], + ], + "type": "Polygon", + }, + "id": "05007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05049 { + "geometry": { + "coordinates": [ + [ + [ + -91.44982992467453, + 36.497643324478446, + ], + [ + -91.45449596500058, + 36.3354781364348, + ], + [ + -91.56576308046782, + 36.337411871701306, + ], + [ + -91.56612200664674, + 36.24996406576058, + ], + [ + -91.69138724309211, + 36.25329438760845, + ], + [ + -92.15691449715987, + 36.26124418814851, + ], + [ + -92.1504538259392, + 36.4986101921117, + ], + [ + -92.12030402690937, + 36.49887876645427, + ], + [ + -91.672364155609, + 36.49946963000792, + ], + [ + -91.44982992467453, + 36.497643324478446, + ], + ], + ], + "type": "Polygon", + }, + "id": "05049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05015 { + "geometry": { + "coordinates": [ + [ + [ + -93.58436391075085, + 36.49887876645427, + ], + [ + -93.31516927655592, + 36.49812675829507, + ], + [ + -93.29686404143067, + 36.4982341880321, + ], + [ + -93.300094377041, + 36.12120952593261, + ], + [ + -93.47955746650429, + 36.12507699646562, + ], + [ + -93.55098377611068, + 36.12636615330996, + ], + [ + -93.65758485125187, + 36.30303435585237, + ], + [ + -93.81551236997956, + 36.30652582230577, + ], + [ + -93.89088686755414, + 36.37023165636333, + ], + [ + -93.86683881356606, + 36.498717621848726, + ], + [ + -93.58436391075085, + 36.49887876645427, + ], + ], + ], + "type": "Polygon", + }, + "id": "05015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05135 { + "geometry": { + "coordinates": [ + [ + [ + -91.44982992467453, + 36.497643324478446, + ], + [ + -91.40711770938226, + 36.49705246092479, + ], + [ + -91.30913086253531, + 36.42029391381834, + ], + [ + -91.2588811974856, + 36.257860151432126, + ], + [ + -91.34968952075401, + 36.23094900230664, + ], + [ + -91.35722697051148, + 35.89061159540219, + ], + [ + -91.46311019329481, + 35.93680638232419, + ], + [ + -91.71041033057521, + 35.94174815022748, + ], + [ + -91.68277301479787, + 36.00051221638175, + ], + [ + -91.69138724309211, + 36.25329438760845, + ], + [ + -91.56612200664674, + 36.24996406576058, + ], + [ + -91.56576308046782, + 36.337411871701306, + ], + [ + -91.45449596500058, + 36.3354781364348, + ], + [ + -91.44982992467453, + 36.497643324478446, + ], + ], + ], + "type": "Polygon", + }, + "id": "05135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05121 { + "geometry": { + "coordinates": [ + [ + [ + -90.80699313821704, + 36.266884249342475, + ], + [ + -90.81022347382738, + 36.14957097650799, + ], + [ + -91.14079448461875, + 36.16713573851205, + ], + [ + -91.2588811974856, + 36.257860151432126, + ], + [ + -91.30913086253531, + 36.42029391381834, + ], + [ + -91.40711770938226, + 36.49705246092479, + ], + [ + -91.12643743746169, + 36.49769703934696, + ], + [ + -90.78438078894466, + 36.49850276237467, + ], + [ + -90.75171850666234, + 36.28256899094855, + ], + [ + -90.80699313821704, + 36.266884249342475, + ], + ], + ], + "type": "Polygon", + }, + "id": "05121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05009 { + "geometry": { + "coordinates": [ + [ + [ + -92.85394913663528, + 36.4978581839525, + ], + [ + -92.88481678802296, + 36.490875251045686, + ], + [ + -92.89055960688579, + 36.11411916328878, + ], + [ + -92.9447574599037, + 36.11513974579054, + ], + [ + -93.300094377041, + 36.12120952593261, + ], + [ + -93.29686404143067, + 36.4982341880321, + ], + [ + -92.85394913663528, + 36.4978581839525, + ], + ], + ], + "type": "Polygon", + }, + "id": "05009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05089 { + "geometry": { + "coordinates": [ + [ + [ + -92.52912094470673, + 36.4986101921117, + ], + [ + -92.54742617983199, + 36.26758254263316, + ], + [ + -92.4706159775417, + 36.251360652341944, + ], + [ + -92.41211101037666, + 36.16235511521431, + ], + [ + -92.41139315801881, + 36.06276774898943, + ], + [ + -92.83779745858358, + 36.07012668597584, + ], + [ + -92.89055960688579, + 36.11411916328878, + ], + [ + -92.88481678802296, + 36.490875251045686, + ], + [ + -92.85394913663528, + 36.4978581839525, + ], + [ + -92.77247289401895, + 36.497643324478446, + ], + [ + -92.52912094470673, + 36.4986101921117, + ], + ], + ], + "type": "Polygon", + }, + "id": "05089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05005 { + "geometry": { + "coordinates": [ + [ + [ + -92.1504538259392, + 36.4986101921117, + ], + [ + -92.15691449715987, + 36.26124418814851, + ], + [ + -92.19603745066287, + 36.132919367268656, + ], + [ + -92.19747315537857, + 36.059222567667504, + ], + [ + -92.30479208287763, + 36.06099515832847, + ], + [ + -92.30730456613011, + 35.97397707133585, + ], + [ + -92.41426456745023, + 35.97585709173384, + ], + [ + -92.41139315801881, + 36.06276774898943, + ], + [ + -92.41211101037666, + 36.16235511521431, + ], + [ + -92.4706159775417, + 36.251360652341944, + ], + [ + -92.54742617983199, + 36.26758254263316, + ], + [ + -92.52912094470673, + 36.4986101921117, + ], + [ + -92.1504538259392, + 36.4986101921117, + ], + ], + ], + "type": "Polygon", + }, + "id": "05005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05021 { + "geometry": { + "coordinates": [ + [ + [ + -90.57620360516725, + 36.498556477243184, + ], + [ + -90.22086668802994, + 36.4978581839525, + ], + [ + -90.15482427110746, + 36.49796561368953, + ], + [ + -90.0798086997118, + 36.40025826786264, + ], + [ + -90.06401594783904, + 36.30298064098386, + ], + [ + -90.19071688900011, + 36.20135210975545, + ], + [ + -90.32100709195046, + 36.20060010159625, + ], + [ + -90.31993031341368, + 36.25925673801349, + ], + [ + -90.80699313821704, + 36.266884249342475, + ], + [ + -90.75171850666234, + 36.28256899094855, + ], + [ + -90.78438078894466, + 36.49850276237467, + ], + [ + -90.57620360516725, + 36.498556477243184, + ], + ], + ], + "type": "Polygon", + }, + "id": "05021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06031 { + "geometry": { + "coordinates": [ + [ + [ + -119.53939268746804, + 35.790003646675544, + ], + [ + -120.19443296400902, + 35.78871448983121, + ], + [ + -120.21632746092355, + 35.78844591548864, + ], + [ + -120.31539108630729, + 35.90715577490449, + ], + [ + -119.95933631681213, + 36.181531323273795, + ], + [ + -119.95825953827534, + 36.39880796641276, + ], + [ + -119.66609362862911, + 36.41895104210549, + ], + [ + -119.57779778861318, + 36.48856551169959, + ], + [ + -119.47586275379803, + 36.401010276021836, + ], + [ + -119.47765738469266, + 36.2681196913183, + ], + [ + -119.52898382827917, + 36.268979129214515, + ], + [ + -119.53939268746804, + 35.790003646675544, + ], + ], + ], + "type": "Polygon", + }, + "id": "06031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47169 { + "geometry": { + "coordinates": [ + [ + [ + -86.22853079982968, + 36.487437499460796, + ], + [ + -86.16823120177003, + 36.444250745175566, + ], + [ + -85.97871817929679, + 36.42604140474934, + ], + [ + -86.13700462420341, + 36.29578284860298, + ], + [ + -86.28308757902653, + 36.34751026698193, + ], + [ + -86.22853079982968, + 36.487437499460796, + ], + ], + ], + "type": "Polygon", + }, + "id": "47169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47021 { + "geometry": { + "coordinates": [ + [ + [ + -86.91372087540051, + 36.38253236125303, + ], + [ + -86.99770960126934, + 36.12835360344498, + ], + [ + -87.0540610113608, + 36.04552527619645, + ], + [ + -87.18255658341651, + 36.04971503594054, + ], + [ + -87.17142987186979, + 36.22649066821998, + ], + [ + -87.17537805983798, + 36.31388475929219, + ], + [ + -87.28664517530522, + 36.32194198956928, + ], + [ + -87.12046235446222, + 36.45542343782647, + ], + [ + -86.98801859443832, + 36.369103644124536, + ], + [ + -86.91372087540051, + 36.38253236125303, + ], + ], + ], + "type": "Polygon", + }, + "id": "47021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47179 { + "geometry": { + "coordinates": [ + [ + [ + -82.29972484529944, + 36.39649822706666, + ], + [ + -82.34028350351814, + 36.25281095379182, + ], + [ + -82.43719357182832, + 36.15472760388533, + ], + [ + -82.595121090556, + 36.096124682336594, + ], + [ + -82.64788323885821, + 36.14634808439715, + ], + [ + -82.63388511788007, + 36.418467608288864, + ], + [ + -82.70244001805504, + 36.410410378011775, + ], + [ + -82.68054552114053, + 36.43173518081181, + ], + [ + -82.43934712890187, + 36.44548618715139, + ], + [ + -82.29972484529944, + 36.39649822706666, + ], + ], + ], + "type": "Polygon", + }, + "id": "47179", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37193 { + "geometry": { + "coordinates": [ + [ + [ + -80.96703194294507, + 36.40143999496995, + ], + [ + -80.86904509609812, + 36.326668897998516, + ], + [ + -80.87335221024524, + 36.23615934455249, + ], + [ + -80.88196643853948, + 36.0557311012141, + ], + [ + -81.02912617189938, + 36.045740135670506, + ], + [ + -81.32847060512414, + 35.99626874176915, + ], + [ + -81.54526201719578, + 36.11744948513664, + ], + [ + -81.47706604319973, + 36.240349104296584, + ], + [ + -81.2538139599074, + 36.36523617359153, + ], + [ + -81.09480966264293, + 36.44043698951108, + ], + [ + -81.02697261482581, + 36.37372312281674, + ], + [ + -80.96703194294507, + 36.40143999496995, + ], + ], + ], + "type": "Polygon", + }, + "id": "37193", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47173 { + "geometry": { + "coordinates": [ + [ + [ + -83.66723358700968, + 36.3443410897396, + ], + [ + -83.73255815157431, + 36.164557424823386, + ], + [ + -83.9418121138885, + 36.18636566144005, + ], + [ + -84.00426526902173, + 36.270322000927365, + ], + [ + -83.90556056981691, + 36.41991790973874, + ], + [ + -83.80542016589641, + 36.43587122568739, + ], + [ + -83.73291707775324, + 36.34503938303028, + ], + [ + -83.66723358700968, + 36.3443410897396, + ], + ], + ], + "type": "Polygon", + }, + "id": "47173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47159 { + "geometry": { + "coordinates": [ + [ + [ + -85.82796918414763, + 36.41180696459314, + ], + [ + -85.84627441927289, + 36.288961060301716, + ], + [ + -85.7802320023504, + 36.23798565008197, + ], + [ + -85.80751039194882, + 36.13157649555581, + ], + [ + -85.86457965439814, + 36.093653798384956, + ], + [ + -86.0598354957342, + 36.08597257218746, + ], + [ + -86.13700462420341, + 36.29578284860298, + ], + [ + -85.97871817929679, + 36.42604140474934, + ], + [ + -85.82796918414763, + 36.41180696459314, + ], + ], + ], + "type": "Polygon", + }, + "id": "47159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 29155 { + "geometry": { + "coordinates": [ + [ + [ + -89.54572654546907, + 36.33682100814765, + ], + [ + -89.61284574092834, + 36.310447007707296, + ], + [ + -89.53459983392234, + 36.25463725932129, + ], + [ + -89.69575768826037, + 36.25275723892331, + ], + [ + -89.62935634515895, + 36.18534507893828, + ], + [ + -89.5934637272663, + 36.12813874397092, + ], + [ + -89.67888815785082, + 36.084575985606094, + ], + [ + -89.7068843998071, + 36.0018550880946, + ], + [ + -89.95920950359248, + 35.99906191493187, + ], + [ + -89.96136306066603, + 36.38881700086917, + ], + [ + -89.75246802453077, + 36.386399831786036, + ], + [ + -89.72375393021665, + 36.42647112369745, + ], + [ + -89.5920280225506, + 36.40278286668279, + ], + [ + -89.54572654546907, + 36.33682100814765, + ], + ], + ], + "type": "Polygon", + }, + "id": "29155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40143 { + "geometry": { + "coordinates": [ + [ + [ + -95.81257762952701, + 36.423570520797696, + ], + [ + -95.81544903895842, + 36.162677404425395, + ], + [ + -95.76161011211944, + 36.16273111929391, + ], + [ + -95.76161011211944, + 35.90097856502538, + ], + [ + -95.82011507928446, + 35.85591179034218, + ], + [ + -96.03295830338793, + 35.856824943106915, + ], + [ + -96.02972796777759, + 36.075337028221696, + ], + [ + -96.2974868972568, + 36.07576674716981, + ], + [ + -96.29784582343574, + 36.16224768547728, + ], + [ + -96.26841387676376, + 36.16197911113471, + ], + [ + -96.00173172582132, + 36.161334532712544, + ], + [ + -96.00101387346346, + 36.423677950534724, + ], + [ + -95.81257762952701, + 36.423570520797696, + ], + ], + ], + "type": "Polygon", + }, + "id": "40143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47057 { + "geometry": { + "coordinates": [ + [ + [ + -83.38691224126802, + 36.413203551174504, + ], + [ + -83.28067009230575, + 36.39461820666867, + ], + [ + -83.25518633360197, + 36.289068490038744, + ], + [ + -83.32804834792407, + 36.29664228649921, + ], + [ + -83.46695277916865, + 36.17465582010401, + ], + [ + -83.558120028616, + 36.17959758800729, + ], + [ + -83.6675925131886, + 36.08060108533606, + ], + [ + -83.73255815157431, + 36.164557424823386, + ], + [ + -83.66723358700968, + 36.3443410897396, + ], + [ + -83.44936539640125, + 36.37452884584445, + ], + [ + -83.38691224126802, + 36.413203551174504, + ], + ], + ], + "type": "Polygon", + }, + "id": "47057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47037 { + "geometry": { + "coordinates": [ + [ + [ + -86.75471657813604, + 36.40541489523997, + ], + [ + -86.59427657615586, + 36.24502229785729, + ], + [ + -86.51567174297095, + 36.10058301642326, + ], + [ + -86.6190424825018, + 35.968229580404866, + ], + [ + -86.78737886041836, + 36.03596402960096, + ], + [ + -86.92915470109436, + 36.05272306857732, + ], + [ + -87.02785940029916, + 35.98939323859936, + ], + [ + -87.0540610113608, + 36.04552527619645, + ], + [ + -86.99770960126934, + 36.12835360344498, + ], + [ + -86.91372087540051, + 36.38253236125303, + ], + [ + -86.82686074010029, + 36.34917542790586, + ], + [ + -86.75471657813604, + 36.40541489523997, + ], + ], + ], + "type": "Polygon", + }, + "id": "47037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47059 { + "geometry": { + "coordinates": [ + [ + [ + -82.595121090556, + 36.096124682336594, + ], + [ + -82.60301746649239, + 36.03983150013397, + ], + [ + -82.63711545349041, + 36.065775781626215, + ], + [ + -82.78571089156601, + 35.988641230440166, + ], + [ + -82.82124458327975, + 35.92192736374583, + ], + [ + -82.89841371174896, + 35.94502475720683, + ], + [ + -82.89841371174896, + 35.945078472075345, + ], + [ + -83.16617264122819, + 36.18088674485163, + ], + [ + -83.08218391535937, + 36.24228283956308, + ], + [ + -82.94112592704121, + 36.33263124840356, + ], + [ + -82.70244001805504, + 36.410410378011775, + ], + [ + -82.63388511788007, + 36.418467608288864, + ], + [ + -82.64788323885821, + 36.14634808439715, + ], + [ + -82.595121090556, + 36.096124682336594, + ], + ], + ], + "type": "Polygon", + }, + "id": "47059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37189 { + "geometry": { + "coordinates": [ + [ + [ + -81.47706604319973, + 36.240349104296584, + ], + [ + -81.54526201719578, + 36.11744948513664, + ], + [ + -81.81014953724359, + 36.111540849600104, + ], + [ + -81.90849531026947, + 36.21585512425422, + ], + [ + -81.91782739092156, + 36.28686618042967, + ], + [ + -81.72831436844834, + 36.39123416995229, + ], + [ + -81.47706604319973, + 36.240349104296584, + ], + ], + ], + "type": "Polygon", + }, + "id": "37189", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37143 { + "geometry": { + "coordinates": [ + [ + [ + -76.28627564356366, + 36.21676827701895, + ], + [ + -76.19295483704275, + 36.10616936274871, + ], + [ + -76.25253658274455, + 36.1030539003749, + ], + [ + -76.45461202148022, + 36.19936465962043, + ], + [ + -76.30493980486783, + 36.093922372727526, + ], + [ + -76.49014571319394, + 36.085381708633804, + ], + [ + -76.57305766052599, + 36.11068141170388, + ], + [ + -76.5597773919057, + 36.35196860106859, + ], + [ + -76.45353524294343, + 36.37807402716637, + ], + [ + -76.37493040975852, + 36.25871958932835, + ], + [ + -76.28627564356366, + 36.21676827701895, + ], + ], + ], + "type": "Polygon", + }, + "id": "37143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47129 { + "geometry": { + "coordinates": [ + [ + [ + -84.7009409823182, + 36.370822519916985, + ], + [ + -84.61120943758655, + 36.270322000927365, + ], + [ + -84.44107842877537, + 36.163483127453105, + ], + [ + -84.3416558772127, + 36.048909312912826, + ], + [ + -84.44610339528033, + 35.98590177214595, + ], + [ + -84.68048219011939, + 35.908444931748825, + ], + [ + -84.72068192215916, + 35.9949258700563, + ], + [ + -84.90732353520097, + 36.15639276480926, + ], + [ + -84.87825051470793, + 36.28036668133948, + ], + [ + -84.7009409823182, + 36.370822519916985, + ], + ], + ], + "type": "Polygon", + }, + "id": "47129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47083 { + "geometry": { + "coordinates": [ + [ + [ + -87.59245027975066, + 36.367653342674664, + ], + [ + -87.51348652038682, + 36.334726128275605, + ], + [ + -87.56660759486795, + 36.17793242708336, + ], + [ + -87.79847390645452, + 36.244700008646205, + ], + [ + -87.94994075396153, + 36.243142277459306, + ], + [ + -87.98116733152814, + 36.35374119172955, + ], + [ + -87.82216303426367, + 36.32871006300204, + ], + [ + -87.59245027975066, + 36.367653342674664, + ], + ], + ], + "type": "Polygon", + }, + "id": "47083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47005 { + "geometry": { + "coordinates": [ + [ + [ + -87.98116733152814, + 36.35374119172955, + ], + [ + -87.94994075396153, + 36.243142277459306, + ], + [ + -87.92230343818419, + 36.122283823302894, + ], + [ + -88.01275283527367, + 35.94663620326225, + ], + [ + -87.92553377379453, + 35.933422345607816, + ], + [ + -87.96286209640289, + 35.84092534202678, + ], + [ + -87.97075847233927, + 35.81567935382522, + ], + [ + -88.17821780375883, + 35.84581339506155, + ], + [ + -88.21734075726182, + 35.846565403220744, + ], + [ + -88.21267471693578, + 36.1204038029049, + ], + [ + -88.08310236634328, + 36.2608144692004, + ], + [ + -88.09351122553215, + 36.36024069081974, + ], + [ + -87.99049941218023, + 36.36077783950488, + ], + [ + -87.98116733152814, + 36.35374119172955, + ], + ], + ], + "type": "Polygon", + }, + "id": "47005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47189 { + "geometry": { + "coordinates": [ + [ + [ + -86.28308757902653, + 36.34751026698193, + ], + [ + -86.13700462420341, + 36.29578284860298, + ], + [ + -86.0598354957342, + 36.08597257218746, + ], + [ + -86.01496972336838, + 35.960978073155474, + ], + [ + -86.15315630225511, + 35.95437114432826, + ], + [ + -86.31036596862495, + 35.978542835159544, + ], + [ + -86.51567174297095, + 36.10058301642326, + ], + [ + -86.59427657615586, + 36.24502229785729, + ], + [ + -86.45178288312202, + 36.33563928104034, + ], + [ + -86.28308757902653, + 36.34751026698193, + ], + ], + ], + "type": "Polygon", + }, + "id": "47189", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37041 { + "geometry": { + "coordinates": [ + [ + [ + -76.49014571319394, + 36.085381708633804, + ], + [ + -76.40938732293547, + 36.067870661498254, + ], + [ + -76.51347591482417, + 36.0068505708664, + ], + [ + -76.69150329957175, + 36.06717236820758, + ], + [ + -76.72129417242266, + 36.14935611703393, + ], + [ + -76.68001766184611, + 36.300348612426674, + ], + [ + -76.5597773919057, + 36.35196860106859, + ], + [ + -76.57305766052599, + 36.11068141170388, + ], + [ + -76.49014571319394, + 36.085381708633804, + ], + ], + ], + "type": "Polygon", + }, + "id": "37041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47063 { + "geometry": { + "coordinates": [ + [ + [ + -83.08218391535937, + 36.24228283956308, + ], + [ + -83.16617264122819, + 36.18088674485163, + ], + [ + -83.23472754140316, + 36.08505941942272, + ], + [ + -83.29395036092605, + 36.138237139251544, + ], + [ + -83.46695277916865, + 36.17465582010401, + ], + [ + -83.32804834792407, + 36.29664228649921, + ], + [ + -83.25518633360197, + 36.289068490038744, + ], + [ + -83.16258337943891, + 36.34525424250434, + ], + [ + -83.08218391535937, + 36.24228283956308, + ], + ], + ], + "type": "Polygon", + }, + "id": "47063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47043 { + "geometry": { + "coordinates": [ + [ + [ + -87.28664517530522, + 36.32194198956928, + ], + [ + -87.17537805983798, + 36.31388475929219, + ], + [ + -87.17142987186979, + 36.22649066821998, + ], + [ + -87.18255658341651, + 36.04971503594054, + ], + [ + -87.20409215415211, + 35.959151767626, + ], + [ + -87.53466316494348, + 35.99342185373791, + ], + [ + -87.56660759486795, + 36.17793242708336, + ], + [ + -87.51348652038682, + 36.334726128275605, + ], + [ + -87.28664517530522, + 36.32194198956928, + ], + ], + ], + "type": "Polygon", + }, + "id": "47043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05087 { + "geometry": { + "coordinates": [ + [ + [ + -93.47955746650429, + 36.12507699646562, + ], + [ + -93.45084337219016, + 35.96747757224567, + ], + [ + -93.52370538651226, + 35.88158749749185, + ], + [ + -93.51903934618622, + 35.763468501629646, + ], + [ + -93.69598995239701, + 35.76862512900699, + ], + [ + -93.91098673357403, + 35.759762175702186, + ], + [ + -93.96303102951839, + 35.76089018794097, + ], + [ + -93.9443668682142, + 36.09107548469629, + ], + [ + -93.8876565319438, + 36.235031332313696, + ], + [ + -93.81551236997956, + 36.30652582230577, + ], + [ + -93.65758485125187, + 36.30303435585237, + ], + [ + -93.55098377611068, + 36.12636615330996, + ], + [ + -93.47955746650429, + 36.12507699646562, + ], + ], + ], + "type": "Polygon", + }, + "id": "05087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47141 { + "geometry": { + "coordinates": [ + [ + [ + -85.11944890694659, + 36.14473663834173, + ], + [ + -85.10006689328455, + 36.13855942846263, + ], + [ + -85.24686770046551, + 36.100690446160286, + ], + [ + -85.26445508323292, + 35.9791336987132, + ], + [ + -85.30967978177766, + 36.03161312525133, + ], + [ + -85.50852488490298, + 36.08199767191743, + ], + [ + -85.64455790671616, + 36.015068945749036, + ], + [ + -85.80751039194882, + 36.13157649555581, + ], + [ + -85.7802320023504, + 36.23798565008197, + ], + [ + -85.62086877890701, + 36.2108059266139, + ], + [ + -85.4952446162827, + 36.30228234769318, + ], + [ + -85.4195111925292, + 36.23685763784317, + ], + [ + -85.11944890694659, + 36.14473663834173, + ], + ], + ], + "type": "Polygon", + }, + "id": "47141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47001 { + "geometry": { + "coordinates": [ + [ + [ + -84.00426526902173, + 36.270322000927365, + ], + [ + -83.9418121138885, + 36.18636566144005, + ], + [ + -84.09399681375336, + 36.06889124400002, + ], + [ + -84.05918097439749, + 36.03676975262867, + ], + [ + -84.19485507003174, + 35.993529283474935, + ], + [ + -84.27166527232202, + 35.91011009267275, + ], + [ + -84.3416558772127, + 36.048909312912826, + ], + [ + -84.44107842877537, + 36.163483127453105, + ], + [ + -84.37288245477932, + 36.21676827701895, + ], + [ + -84.24115654711326, + 36.177556423003765, + ], + [ + -84.22751735231405, + 36.24480743838323, + ], + [ + -84.07353802155455, + 36.227887254801345, + ], + [ + -84.00426526902173, + 36.270322000927365, + ], + ], + ], + "type": "Polygon", + }, + "id": "47001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37197 { + "geometry": { + "coordinates": [ + [ + [ + -80.45233180236437, + 36.24136968679834, + ], + [ + -80.43869260756516, + 36.13721655674978, + ], + [ + -80.49683864855126, + 36.04670700330375, + ], + [ + -80.69281234224518, + 36.05095047791636, + ], + [ + -80.88196643853948, + 36.0557311012141, + ], + [ + -80.87335221024524, + 36.23615934455249, + ], + [ + -80.54098656855923, + 36.28230041660598, + ], + [ + -80.45233180236437, + 36.24136968679834, + ], + ], + ], + "type": "Polygon", + }, + "id": "37197", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37011 { + "geometry": { + "coordinates": [ + [ + [ + -81.81014953724359, + 36.111540849600104, + ], + [ + -81.73656967056364, + 36.06593692623176, + ], + [ + -81.80727812781218, + 35.96199865565724, + ], + [ + -81.8995221557963, + 35.99997506769661, + ], + [ + -81.94331114962534, + 35.95947405683708, + ], + [ + -81.98171625077049, + 35.91150667925412, + ], + [ + -82.03411947289378, + 35.94223158404411, + ], + [ + -82.0804209499753, + 36.10326875984896, + ], + [ + -81.93254336425755, + 36.26554137762963, + ], + [ + -81.91782739092156, + 36.28686618042967, + ], + [ + -81.90849531026947, + 36.21585512425422, + ], + [ + -81.81014953724359, + 36.111540849600104, + ], + ], + ], + "type": "Polygon", + }, + "id": "37011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37069 { + "geometry": { + "coordinates": [ + [ + [ + -78.00660881915871, + 36.20274869633681, + ], + [ + -78.2549857349759, + 35.818042808039834, + ], + [ + -78.30487647384669, + 35.89313619422235, + ], + [ + -78.54643379226428, + 36.02210559352436, + ], + [ + -78.49690197957241, + 36.175139253920634, + ], + [ + -78.42260426053461, + 36.16412770587527, + ], + [ + -78.30703003092025, + 36.26602481144625, + ], + [ + -78.00660881915871, + 36.20274869633681, + ], + ], + ], + "type": "Polygon", + }, + "id": "37069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05055 { + "geometry": { + "coordinates": [ + [ + [ + -90.19071688900011, + 36.20135210975545, + ], + [ + -90.34110695797035, + 36.046868147909294, + ], + [ + -90.37771742822086, + 35.995677878215496, + ], + [ + -90.38956199212544, + 35.964738113951455, + ], + [ + -90.85257676294071, + 35.967961006062296, + ], + [ + -90.81022347382738, + 36.14957097650799, + ], + [ + -90.80699313821704, + 36.266884249342475, + ], + [ + -90.31993031341368, + 36.25925673801349, + ], + [ + -90.32100709195046, + 36.20060010159625, + ], + [ + -90.19071688900011, + 36.20135210975545, + ], + ], + ], + "type": "Polygon", + }, + "id": "05055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35033 { + "geometry": { + "coordinates": [ + [ + [ + -105.34099090149071, + 36.262264770650276, + ], + [ + -104.86505478823408, + 36.26113675841148, + ], + [ + -104.86577264059193, + 36.21800371899477, + ], + [ + -104.43649693059575, + 36.21875572715397, + ], + [ + -104.33133156017027, + 35.96210608539427, + ], + [ + -104.38983652733529, + 35.86053126903437, + ], + [ + -104.36722417806293, + 35.78146298258183, + ], + [ + -105.00647170273115, + 35.771418302169714, + ], + [ + -105.34781049889031, + 35.87068337918351, + ], + [ + -105.7203758726161, + 35.871005668394595, + ], + [ + -105.71750446318468, + 35.9787576946336, + ], + [ + -105.57142150836157, + 35.97258048475449, + ], + [ + -105.53014499778502, + 36.0130277807455, + ], + [ + -105.41995466085456, + 36.13168392529284, + ], + [ + -105.4070333184132, + 36.23820050955602, + ], + [ + -105.34099090149071, + 36.262264770650276, + ], + ], + ], + "type": "Polygon", + }, + "id": "35033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37067 { + "geometry": { + "coordinates": [ + [ + [ + -80.0352595824517, + 36.25726928787847, + ], + [ + -80.04315595838808, + 36.01061061166237, + ], + [ + -80.39490361373612, + 35.97311763343963, + ], + [ + -80.49683864855126, + 36.04670700330375, + ], + [ + -80.43869260756516, + 36.13721655674978, + ], + [ + -80.45233180236437, + 36.24136968679834, + ], + [ + -80.45197287618545, + 36.26167390709662, + ], + [ + -80.0352595824517, + 36.25726928787847, + ], + ], + ], + "type": "Polygon", + }, + "id": "37067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05065 { + "geometry": { + "coordinates": [ + [ + [ + -91.69138724309211, + 36.25329438760845, + ], + [ + -91.68277301479787, + 36.00051221638175, + ], + [ + -91.71041033057521, + 35.94174815022748, + ], + [ + -91.8493147618198, + 35.86740677220416, + ], + [ + -91.95555691078206, + 35.933153771265246, + ], + [ + -92.1127665771519, + 35.93734353100933, + ], + [ + -92.05713301941829, + 36.03365429025486, + ], + [ + -92.19603745066287, + 36.132919367268656, + ], + [ + -92.15691449715987, + 36.26124418814851, + ], + [ + -91.69138724309211, + 36.25329438760845, + ], + ], + ], + "type": "Polygon", + }, + "id": "05065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47171 { + "geometry": { + "coordinates": [ + [ + [ + -82.2221967906513, + 36.1569299134944, + ], + [ + -82.4167347796295, + 36.07259756992748, + ], + [ + -82.50538954582436, + 35.977629682394806, + ], + [ + -82.61091384242877, + 35.967423857377156, + ], + [ + -82.60301746649239, + 36.03983150013397, + ], + [ + -82.595121090556, + 36.096124682336594, + ], + [ + -82.43719357182832, + 36.15472760388533, + ], + [ + -82.34028350351814, + 36.25281095379182, + ], + [ + -82.25629477764932, + 36.233151311915705, + ], + [ + -82.2221967906513, + 36.1569299134944, + ], + ], + ], + "type": "Polygon", + }, + "id": "47171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05075 { + "geometry": { + "coordinates": [ + [ + [ + -90.81022347382738, + 36.14957097650799, + ], + [ + -90.85257676294071, + 35.967961006062296, + ], + [ + -90.87518911221309, + 35.88094291906968, + ], + [ + -91.03239877858293, + 35.88502524907673, + ], + [ + -91.19894052560485, + 35.89002073184854, + ], + [ + -91.35722697051148, + 35.89061159540219, + ], + [ + -91.34968952075401, + 36.23094900230664, + ], + [ + -91.2588811974856, + 36.257860151432126, + ], + [ + -91.14079448461875, + 36.16713573851205, + ], + [ + -90.81022347382738, + 36.14957097650799, + ], + ], + ], + "type": "Polygon", + }, + "id": "05075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37081 { + "geometry": { + "coordinates": [ + [ + [ + -79.53240400577556, + 36.24142340166686, + ], + [ + -79.54209501260658, + 35.89958197844402, + ], + [ + -80.04674522017734, + 35.920638206901494, + ], + [ + -80.04315595838808, + 36.01061061166237, + ], + [ + -80.0352595824517, + 36.25726928787847, + ], + [ + -79.53240400577556, + 36.24142340166686, + ], + ], + ], + "type": "Polygon", + }, + "id": "37081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37001 { + "geometry": { + "coordinates": [ + [ + [ + -79.25710762653888, + 36.24384057074999, + ], + [ + -79.2492112506025, + 35.87675315932559, + ], + [ + -79.23736668669792, + 35.844363093611676, + ], + [ + -79.54245393878551, + 35.84344994084694, + ], + [ + -79.54209501260658, + 35.89958197844402, + ], + [ + -79.53240400577556, + 36.24142340166686, + ], + [ + -79.53204507959664, + 36.248567479179215, + ], + [ + -79.25710762653888, + 36.24384057074999, + ], + ], + ], + "type": "Polygon", + }, + "id": "37001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40119 { + "geometry": { + "coordinates": [ + [ + [ + -96.6215972368275, + 36.159884231262666, + ], + [ + -96.62123831064858, + 35.941533290753426, + ], + [ + -97.14060449155532, + 35.94196300970154, + ], + [ + -97.3538066418377, + 35.9849349045127, + ], + [ + -97.35416556801664, + 36.15902479336644, + ], + [ + -97.14132234391317, + 36.15913222310347, + ], + [ + -97.14096341773426, + 36.24636516957014, + ], + [ + -96.92488985802045, + 36.246418884438654, + ], + [ + -96.81900663523712, + 36.246418884438654, + ], + [ + -96.81900663523712, + 36.159078508234956, + ], + [ + -96.6215972368275, + 36.159884231262666, + ], + ], + ], + "type": "Polygon", + }, + "id": "40119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47085 { + "geometry": { + "coordinates": [ + [ + [ + -87.56660759486795, + 36.17793242708336, + ], + [ + -87.53466316494348, + 35.99342185373791, + ], + [ + -87.70694773082823, + 35.90559804371759, + ], + [ + -87.71663873765925, + 35.838723032417704, + ], + [ + -87.85267175947243, + 35.80380836788363, + ], + [ + -87.96286209640289, + 35.84092534202678, + ], + [ + -87.92553377379453, + 35.933422345607816, + ], + [ + -88.01275283527367, + 35.94663620326225, + ], + [ + -87.92230343818419, + 36.122283823302894, + ], + [ + -87.94994075396153, + 36.243142277459306, + ], + [ + -87.79847390645452, + 36.244700008646205, + ], + [ + -87.56660759486795, + 36.17793242708336, + ], + ], + ], + "type": "Polygon", + }, + "id": "47085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37015 { + "geometry": { + "coordinates": [ + [ + [ + -76.7230888033173, + 36.24384057074999, + ], + [ + -76.75539215942068, + 36.15145099690598, + ], + [ + -76.68360692363537, + 35.989446953467876, + ], + [ + -76.7029889372974, + 35.9233776651957, + ], + [ + -76.76077605210457, + 35.864882173384004, + ], + [ + -76.76077605210457, + 35.86482845851549, + ], + [ + -76.76077605210457, + 35.864882173384004, + ], + [ + -76.83507377114238, + 35.884434385523086, + ], + [ + -76.90362867131735, + 35.82395144357636, + ], + [ + -76.93844451067324, + 35.90092485015687, + ], + [ + -77.00520477995357, + 35.85875867837341, + ], + [ + -77.056890149719, + 35.94051270825166, + ], + [ + -77.19830706421607, + 35.93970698522395, + ], + [ + -77.20620344015245, + 36.00566884375909, + ], + [ + -77.32716156245071, + 36.07512216874764, + ], + [ + -77.24281391040297, + 36.09650068641619, + ], + [ + -77.29198679691591, + 36.168532325093416, + ], + [ + -77.20871592340494, + 36.24679488851825, + ], + [ + -76.7230888033173, + 36.24384057074999, + ], + ], + ], + "type": "Polygon", + }, + "id": "37015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37135 { + "geometry": { + "coordinates": [ + [ + [ + -79.15373688700804, + 36.242175409826054, + ], + [ + -78.95094359591452, + 36.239167377189275, + ], + [ + -79.01662708665809, + 35.86321701246007, + ], + [ + -79.2492112506025, + 35.87675315932559, + ], + [ + -79.25710762653888, + 36.24384057074999, + ], + [ + -79.15373688700804, + 36.242175409826054, + ], + ], + ], + "type": "Polygon", + }, + "id": "37135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37063 { + "geometry": { + "coordinates": [ + [ + [ + -78.80198923165999, + 36.235944485078434, + ], + [ + -78.80450171491248, + 36.09494295522929, + ], + [ + -78.74886815717886, + 36.07120098334612, + ], + [ + -78.69897741830806, + 36.00910659534398, + ], + [ + -78.8317801045109, + 35.86735305733565, + ], + [ + -78.9060778235487, + 35.8679439208893, + ], + [ + -79.01662708665809, + 35.86321701246007, + ], + [ + -78.95094359591452, + 36.239167377189275, + ], + [ + -78.80198923165999, + 36.235944485078434, + ], + ], + ], + "type": "Polygon", + }, + "id": "37063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05143 { + "geometry": { + "coordinates": [ + [ + [ + -93.96303102951839, + 35.76089018794097, + ], + [ + -94.49352392197186, + 35.75917131214853, + ], + [ + -94.55202888913689, + 36.10224817734719, + ], + [ + -94.39122996097778, + 36.09940128931595, + ], + [ + -94.33344284617061, + 36.21451225254137, + ], + [ + -93.97308096252833, + 36.205273295156964, + ], + [ + -93.8876565319438, + 36.235031332313696, + ], + [ + -93.9443668682142, + 36.09107548469629, + ], + [ + -93.96303102951839, + 35.76089018794097, + ], + ], + ], + "type": "Polygon", + }, + "id": "05143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37055 { + "geometry": { + "coordinates": [ + [ + [ + [ + -75.88786758495516, + 35.63890372154577, + ], + [ + -76.01313282140053, + 35.66914519251914, + ], + [ + -75.98657228415996, + 35.88894643447826, + ], + [ + -75.8114163088438, + 35.92439824769747, + ], + [ + -75.74896315371058, + 35.883467517889834, + ], + [ + -75.73424718037458, + 35.62488414086363, + ], + [ + -75.85520530267284, + 35.58454427460965, + ], + [ + -75.88786758495516, + 35.63890372154577, + ], + ], + ], + [ + [ + [ + -75.77588261713007, + 36.231056432043665, + ], + [ + -75.77337013387758, + 36.23153986586029, + ], + [ + -75.5695000642473, + 35.86251871916939, + ], + [ + -75.73783644216385, + 36.041872665137504, + ], + [ + -75.77588261713007, + 36.231056432043665, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "37055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47053 { + "geometry": { + "coordinates": [ + [ + [ + -88.69255901816061, + 36.062714034120916, + ], + [ + -88.70691606531767, + 35.791077944045824, + ], + [ + -88.91617002763186, + 35.79736258366196, + ], + [ + -89.10963123807328, + 35.86203528535276, + ], + [ + -89.18895392361605, + 35.999491633879984, + ], + [ + -89.1544970104391, + 36.20468243160331, + ], + [ + -88.9599590214609, + 36.22283805716103, + ], + [ + -88.84187230859406, + 36.12513071133414, + ], + [ + -88.69255901816061, + 36.062714034120916, + ], + ], + ], + "type": "Polygon", + }, + "id": "47053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35043 { + "geometry": { + "coordinates": [ + [ + [ + -106.24799735563816, + 35.966349560006876, + ], + [ + -106.39946420314517, + 35.96001120552222, + ], + [ + -106.40018205550302, + 35.80762212354812, + ], + [ + -106.24835628181708, + 35.75573356056364, + ], + [ + -106.24512594620674, + 35.215039694102124, + ], + [ + -107.19628032036216, + 35.21933688358324, + ], + [ + -107.23899253565442, + 35.30533438807409, + ], + [ + -107.31005991908188, + 35.305173243468545, + ], + [ + -107.30862421436618, + 35.99863219598376, + ], + [ + -107.62663280889512, + 36.000297356907694, + ], + [ + -107.62412032564264, + 36.219722594787214, + ], + [ + -106.88509132323283, + 36.216553417544894, + ], + [ + -106.88509132323283, + 35.99890077032633, + ], + [ + -106.24763842945923, + 36.00153279888352, + ], + [ + -106.24799735563816, + 35.966349560006876, + ], + ], + ], + "type": "Polygon", + }, + "id": "35043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35021 { + "geometry": { + "coordinates": [ + [ + [ + -104.0090158514942, + 36.21800371899477, + ], + [ + -104.0090158514942, + 36.174494675498465, + ], + [ + -103.79401907031719, + 36.17401124168184, + ], + [ + -103.79437799649611, + 36.08570399784489, + ], + [ + -103.36510228649993, + 36.086348576267056, + ], + [ + -103.37515221950987, + 35.73999510408905, + ], + [ + -103.38017718601485, + 35.39799253626067, + ], + [ + -103.63716833012627, + 35.389666731641, + ], + [ + -103.72474631778435, + 35.42221794196047, + ], + [ + -103.97671249539081, + 35.801713488011586, + ], + [ + -104.0212193415777, + 35.78146298258183, + ], + [ + -104.36722417806293, + 35.78146298258183, + ], + [ + -104.38983652733529, + 35.86053126903437, + ], + [ + -104.33133156017027, + 35.96210608539427, + ], + [ + -104.43649693059575, + 36.21875572715397, + ], + [ + -104.0090158514942, + 36.21800371899477, + ], + ], + ], + "type": "Polygon", + }, + "id": "35021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47045 { + "geometry": { + "coordinates": [ + [ + [ + -89.18895392361605, + 35.999491633879984, + ], + [ + -89.2801211730634, + 35.886368120789584, + ], + [ + -89.34293325437555, + 35.88094291906968, + ], + [ + -89.40753996658233, + 35.94658248839374, + ], + [ + -89.6447901708528, + 35.90436260174177, + ], + [ + -89.7068843998071, + 36.0018550880946, + ], + [ + -89.67888815785082, + 36.084575985606094, + ], + [ + -89.5934637272663, + 36.12813874397092, + ], + [ + -89.62935634515895, + 36.18534507893828, + ], + [ + -89.48291446415692, + 36.212739661880406, + ], + [ + -89.1544970104391, + 36.20468243160331, + ], + [ + -89.18895392361605, + 35.999491633879984, + ], + ], + ], + "type": "Polygon", + }, + "id": "47045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37127 { + "geometry": { + "coordinates": [ + [ + [ + -78.00660881915871, + 36.20274869633681, + ], + [ + -77.88708640157617, + 36.14403834505105, + ], + [ + -77.69829123146079, + 36.1530624429614, + ], + [ + -77.8282225082322, + 35.86713819786159, + ], + [ + -78.19217365366374, + 35.73032642775654, + ], + [ + -78.2549857349759, + 35.818042808039834, + ], + [ + -78.00660881915871, + 36.20274869633681, + ], + ], + ], + "type": "Polygon", + }, + "id": "37127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47089 { + "geometry": { + "coordinates": [ + [ + [ + -83.46695277916865, + 36.17465582010401, + ], + [ + -83.29395036092605, + 36.138237139251544, + ], + [ + -83.23472754140316, + 36.08505941942272, + ], + [ + -83.31081989133558, + 35.895821937648044, + ], + [ + -83.47484915510503, + 35.92359252466976, + ], + [ + -83.67333533205142, + 36.03848862842112, + ], + [ + -83.6675925131886, + 36.08060108533606, + ], + [ + -83.558120028616, + 36.17959758800729, + ], + [ + -83.46695277916865, + 36.17465582010401, + ], + ], + ], + "type": "Polygon", + }, + "id": "47089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47093 { + "geometry": { + "coordinates": [ + [ + [ + -83.6675925131886, + 36.08060108533606, + ], + [ + -83.67333533205142, + 36.03848862842112, + ], + [ + -83.65467117074725, + 35.971882191463806, + ], + [ + -83.79429345434968, + 35.887066414080266, + ], + [ + -83.85351627387257, + 35.841140201500835, + ], + [ + -83.9457603018567, + 35.876162295771934, + ], + [ + -84.13922151229812, + 35.855482071394064, + ], + [ + -84.16614097571761, + 35.80509752472797, + ], + [ + -84.26340997020671, + 35.89694994988684, + ], + [ + -84.27166527232202, + 35.91011009267275, + ], + [ + -84.19485507003174, + 35.993529283474935, + ], + [ + -84.05918097439749, + 36.03676975262867, + ], + [ + -84.09399681375336, + 36.06889124400002, + ], + [ + -83.9418121138885, + 36.18636566144005, + ], + [ + -83.73255815157431, + 36.164557424823386, + ], + [ + -83.6675925131886, + 36.08060108533606, + ], + ], + ], + "type": "Polygon", + }, + "id": "47093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47029 { + "geometry": { + "coordinates": [ + [ + [ + -82.89841371174896, + 35.945078472075345, + ], + [ + -82.89841371174896, + 35.94502475720683, + ], + [ + -82.96158471924004, + 35.79102422917731, + ], + [ + -83.0785946535701, + 35.78957392772743, + ], + [ + -83.25518633360197, + 35.71625313220588, + ], + [ + -83.2555452597809, + 35.71496397536154, + ], + [ + -83.31081989133558, + 35.895821937648044, + ], + [ + -83.23472754140316, + 36.08505941942272, + ], + [ + -83.16617264122819, + 36.18088674485163, + ], + [ + -82.89841371174896, + 35.945078472075345, + ], + ], + ], + "type": "Polygon", + }, + "id": "47029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47035 { + "geometry": { + "coordinates": [ + [ + [ + -84.90732353520097, + 36.15639276480926, + ], + [ + -84.72068192215916, + 35.9949258700563, + ], + [ + -84.68048219011939, + 35.908444931748825, + ], + [ + -84.78169937257668, + 35.824918311209615, + ], + [ + -84.91629668967414, + 35.761588481231655, + ], + [ + -85.25404622404405, + 35.76561709637021, + ], + [ + -85.25404622404405, + 35.76695996808306, + ], + [ + -85.27271038534823, + 35.78764019246093, + ], + [ + -85.26912112355896, + 35.79333396852341, + ], + [ + -85.21312863964641, + 35.91032495214681, + ], + [ + -85.26445508323292, + 35.9791336987132, + ], + [ + -85.24686770046551, + 36.100690446160286, + ], + [ + -85.10006689328455, + 36.13855942846263, + ], + [ + -84.90732353520097, + 36.15639276480926, + ], + ], + ], + "type": "Polygon", + }, + "id": "47035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40073 { + "geometry": { + "coordinates": [ + [ + [ + -97.67576342433485, + 36.164664854560414, + ], + [ + -97.67396879344021, + 35.72592180853839, + ], + [ + -98.20697416914616, + 35.72506237064216, + ], + [ + -98.21056343093544, + 36.16487971403447, + ], + [ + -98.10396235579424, + 36.16487971403447, + ], + [ + -97.67576342433485, + 36.164664854560414, + ], + ], + ], + "type": "Polygon", + }, + "id": "40073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40083 { + "geometry": { + "coordinates": [ + [ + [ + -97.46076664315783, + 36.16444999508636, + ], + [ + -97.35416556801664, + 36.15902479336644, + ], + [ + -97.3538066418377, + 35.9849349045127, + ], + [ + -97.14060449155532, + 35.94196300970154, + ], + [ + -97.14096341773426, + 35.72420293274594, + ], + [ + -97.67396879344021, + 35.72592180853839, + ], + [ + -97.67576342433485, + 36.164664854560414, + ], + [ + -97.46076664315783, + 36.16444999508636, + ], + ], + ], + "type": "Polygon", + }, + "id": "40083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40011 { + "geometry": { + "coordinates": [ + [ + [ + -98.21056343093544, + 36.16487971403447, + ], + [ + -98.20697416914616, + 35.72506237064216, + ], + [ + -98.31321631810843, + 35.72490122603662, + ], + [ + -98.31321631810843, + 35.55145591560505, + ], + [ + -98.62296961052206, + 35.551563345342075, + ], + [ + -98.63194276499523, + 35.81234903197735, + ], + [ + -98.6369677315002, + 36.16487971403447, + ], + [ + -98.21056343093544, + 36.16487971403447, + ], + ], + ], + "type": "Polygon", + }, + "id": "40011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40043 { + "geometry": { + "coordinates": [ + [ + [ + -98.63194276499523, + 35.81234903197735, + ], + [ + -99.37563780773108, + 35.81213417250329, + ], + [ + -99.38102170041499, + 36.012920351008475, + ], + [ + -99.38209847895176, + 36.164288850480816, + ], + [ + -98.95605310456592, + 36.1615493921866, + ], + [ + -98.6369677315002, + 36.16487971403447, + ], + [ + -98.63194276499523, + 35.81234903197735, + ], + ], + ], + "type": "Polygon", + }, + "id": "40043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40037 { + "geometry": { + "coordinates": [ + [ + [ + -96.29784582343574, + 36.16224768547728, + ], + [ + -96.2974868972568, + 36.07576674716981, + ], + [ + -96.02972796777759, + 36.075337028221696, + ], + [ + -96.03295830338793, + 35.856824943106915, + ], + [ + -96.19232152683132, + 35.85698608771245, + ], + [ + -96.19268045301025, + 35.6390111512828, + ], + [ + -96.62052045829073, + 35.63895743641429, + ], + [ + -96.62123831064858, + 35.941533290753426, + ], + [ + -96.6215972368275, + 36.159884231262666, + ], + [ + -96.29784582343574, + 36.16224768547728, + ], + ], + ], + "type": "Polygon", + }, + "id": "40037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40145 { + "geometry": { + "coordinates": [ + [ + [ + -95.44037118198015, + 36.07522959848467, + ], + [ + -95.20778701803573, + 36.07469244979953, + ], + [ + -95.28244366325247, + 35.96865929935297, + ], + [ + -95.23039936730811, + 35.87089823865757, + ], + [ + -95.26557413284291, + 35.81320846987357, + ], + [ + -95.63993413746333, + 35.79129280351988, + ], + [ + -95.6503429966522, + 35.8567712282384, + ], + [ + -95.76627615244549, + 35.8563952241588, + ], + [ + -95.82011507928446, + 35.85591179034218, + ], + [ + -95.76161011211944, + 35.90097856502538, + ], + [ + -95.76161011211944, + 36.16273111929391, + ], + [ + -95.61839856672773, + 36.162677404425395, + ], + [ + -95.57137923728835, + 36.07528331335318, + ], + [ + -95.44037118198015, + 36.07522959848467, + ], + ], + ], + "type": "Polygon", + }, + "id": "40145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40021 { + "geometry": { + "coordinates": [ + [ + [ + -95.0114543981629, + 36.16181796652917, + ], + [ + -94.79717546934374, + 36.16138824758106, + ], + [ + -94.80722540235368, + 35.638527717466175, + ], + [ + -95.12738755395618, + 35.63885000667726, + ], + [ + -95.12738755395618, + 35.81267132118843, + ], + [ + -95.26557413284291, + 35.81320846987357, + ], + [ + -95.23039936730811, + 35.87089823865757, + ], + [ + -95.28244366325247, + 35.96865929935297, + ], + [ + -95.20778701803573, + 36.07469244979953, + ], + [ + -95.1180554733041, + 36.07442387545696, + ], + [ + -95.11841439948302, + 36.16165682192363, + ], + [ + -95.0114543981629, + 36.16181796652917, + ], + ], + ], + "type": "Polygon", + }, + "id": "40021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40001 { + "geometry": { + "coordinates": [ + [ + [ + -94.56279667450468, + 36.1619253962662, + ], + [ + -94.55202888913689, + 36.10224817734719, + ], + [ + -94.49352392197186, + 35.75917131214853, + ], + [ + -94.47270620359411, + 35.63847400259766, + ], + [ + -94.80722540235368, + 35.638527717466175, + ], + [ + -94.79717546934374, + 36.16138824758106, + ], + [ + -94.56279667450468, + 36.1619253962662, + ], + ], + ], + "type": "Polygon", + }, + "id": "40001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37121 { + "geometry": { + "coordinates": [ + [ + [ + -82.0804209499753, + 36.10326875984896, + ], + [ + -82.03411947289378, + 35.94223158404411, + ], + [ + -81.98171625077049, + 35.91150667925412, + ], + [ + -82.13318309827751, + 35.824381162524475, + ], + [ + -82.19886658902107, + 36.013457499693615, + ], + [ + -82.4167347796295, + 36.07259756992748, + ], + [ + -82.2221967906513, + 36.1569299134944, + ], + [ + -82.0804209499753, + 36.10326875984896, + ], + ], + ], + "type": "Polygon", + }, + "id": "37121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37065 { + "geometry": { + "coordinates": [ + [ + [ + -77.40289498620422, + 36.004970550468414, + ], + [ + -77.34259538814456, + 35.90575918832313, + ], + [ + -77.35049176408094, + 35.81922453514714, + ], + [ + -77.39069149612071, + 35.83233096306454, + ], + [ + -77.66168076121028, + 35.6774709971388, + ], + [ + -77.75141230594191, + 35.82776519924086, + ], + [ + -77.8282225082322, + 35.86713819786159, + ], + [ + -77.69829123146079, + 36.1530624429614, + ], + [ + -77.53354411533348, + 36.09064576574818, + ], + [ + -77.52600666557603, + 36.037360616182326, + ], + [ + -77.40289498620422, + 36.004970550468414, + ], + ], + ], + "type": "Polygon", + }, + "id": "37065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47017 { + "geometry": { + "coordinates": [ + [ + [ + -88.21267471693578, + 36.1204038029049, + ], + [ + -88.21734075726182, + 35.846565403220744, + ], + [ + -88.17821780375883, + 35.84581339506155, + ], + [ + -88.17929458229561, + 35.8167536511955, + ], + [ + -88.57016519114664, + 35.82470345173556, + ], + [ + -88.60677566139715, + 35.789359068253376, + ], + [ + -88.70691606531767, + 35.791077944045824, + ], + [ + -88.69255901816061, + 36.062714034120916, + ], + [ + -88.5303243852858, + 36.15209557532815, + ], + [ + -88.211597938399, + 36.145918365449035, + ], + [ + -88.21267471693578, + 36.1204038029049, + ], + ], + ], + "type": "Polygon", + }, + "id": "47017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47041 { + "geometry": { + "coordinates": [ + [ + [ + -85.64455790671616, + 36.015068945749036, + ], + [ + -85.6370204569587, + 35.88190978670293, + ], + [ + -85.68224515550345, + 35.83125666569427, + ], + [ + -85.88503844659697, + 35.83963618518244, + ], + [ + -86.01496972336838, + 35.960978073155474, + ], + [ + -86.0598354957342, + 36.08597257218746, + ], + [ + -85.86457965439814, + 36.093653798384956, + ], + [ + -85.80751039194882, + 36.13157649555581, + ], + [ + -85.64455790671616, + 36.015068945749036, + ], + ], + ], + "type": "Polygon", + }, + "id": "47041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05137 { + "geometry": { + "coordinates": [ + [ + [ + -91.8493147618198, + 35.86740677220416, + ], + [ + -91.8371112717363, + 35.704919294949434, + ], + [ + -92.24054429684976, + 35.7121170873303, + ], + [ + -92.41857168159734, + 35.71598455786331, + ], + [ + -92.41677705070272, + 35.788553345225665, + ], + [ + -92.41426456745023, + 35.97585709173384, + ], + [ + -92.30730456613011, + 35.97397707133585, + ], + [ + -92.30479208287763, + 36.06099515832847, + ], + [ + -92.19747315537857, + 36.059222567667504, + ], + [ + -92.19603745066287, + 36.132919367268656, + ], + [ + -92.05713301941829, + 36.03365429025486, + ], + [ + -92.1127665771519, + 35.93734353100933, + ], + [ + -91.95555691078206, + 35.933153771265246, + ], + [ + -91.8493147618198, + 35.86740677220416, + ], + ], + ], + "type": "Polygon", + }, + "id": "05137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05101 { + "geometry": { + "coordinates": [ + [ + [ + -93.300094377041, + 36.12120952593261, + ], + [ + -92.9447574599037, + 36.11513974579054, + ], + [ + -92.95121813112438, + 35.72457893682554, + ], + [ + -93.16442028140676, + 35.728822411438145, + ], + [ + -93.51939827236514, + 35.734408757763596, + ], + [ + -93.51903934618622, + 35.763468501629646, + ], + [ + -93.52370538651226, + 35.88158749749185, + ], + [ + -93.45084337219016, + 35.96747757224567, + ], + [ + -93.47955746650429, + 36.12507699646562, + ], + [ + -93.300094377041, + 36.12120952593261, + ], + ], + ], + "type": "Polygon", + }, + "id": "05101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37027 { + "geometry": { + "coordinates": [ + [ + [ + -81.54526201719578, + 36.11744948513664, + ], + [ + -81.32847060512414, + 35.99626874176915, + ], + [ + -81.33421342398695, + 35.79644943089722, + ], + [ + -81.36400429683786, + 35.767873120847796, + ], + [ + -81.55602980256359, + 35.77732693770625, + ], + [ + -81.80727812781218, + 35.96199865565724, + ], + [ + -81.73656967056364, + 36.06593692623176, + ], + [ + -81.81014953724359, + 36.111540849600104, + ], + [ + -81.54526201719578, + 36.11744948513664, + ], + ], + ], + "type": "Polygon", + }, + "id": "37027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05129 { + "geometry": { + "coordinates": [ + [ + [ + -92.41139315801881, + 36.06276774898943, + ], + [ + -92.41426456745023, + 35.97585709173384, + ], + [ + -92.41677705070272, + 35.788553345225665, + ], + [ + -92.63033812716402, + 35.790809369703254, + ], + [ + -92.63105597952188, + 35.718348012077925, + ], + [ + -92.8098012166273, + 35.72237662721647, + ], + [ + -92.95121813112438, + 35.72457893682554, + ], + [ + -92.9447574599037, + 36.11513974579054, + ], + [ + -92.89055960688579, + 36.11411916328878, + ], + [ + -92.83779745858358, + 36.07012668597584, + ], + [ + -92.41139315801881, + 36.06276774898943, + ], + ], + ], + "type": "Polygon", + }, + "id": "05129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47149 { + "geometry": { + "coordinates": [ + [ + [ + -86.15315630225511, + 35.95437114432826, + ], + [ + -86.20699522909409, + 35.70379128271064, + ], + [ + -86.24504140406032, + 35.631920788638965, + ], + [ + -86.35271925773829, + 35.66049709868839, + ], + [ + -86.40332784896692, + 35.61886807559007, + ], + [ + -86.51567174297095, + 35.688321400578616, + ], + [ + -86.63950127470062, + 35.68590423149549, + ], + [ + -86.68616167796107, + 35.71002220745826, + ], + [ + -86.61329966363897, + 35.790433365623656, + ], + [ + -86.6190424825018, + 35.968229580404866, + ], + [ + -86.51567174297095, + 36.10058301642326, + ], + [ + -86.31036596862495, + 35.978542835159544, + ], + [ + -86.15315630225511, + 35.95437114432826, + ], + ], + ], + "type": "Polygon", + }, + "id": "47149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37199 { + "geometry": { + "coordinates": [ + [ + [ + -82.13318309827751, + 35.824381162524475, + ], + [ + -82.27531786513244, + 35.70443586113281, + ], + [ + -82.3478209532756, + 35.810361581842336, + ], + [ + -82.40883840369311, + 35.818042808039834, + ], + [ + -82.50538954582436, + 35.977629682394806, + ], + [ + -82.4167347796295, + 36.07259756992748, + ], + [ + -82.19886658902107, + 36.013457499693615, + ], + [ + -82.13318309827751, + 35.824381162524475, + ], + ], + ], + "type": "Polygon", + }, + "id": "37199", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47185 { + "geometry": { + "coordinates": [ + [ + [ + -85.26445508323292, + 35.9791336987132, + ], + [ + -85.21312863964641, + 35.91032495214681, + ], + [ + -85.26912112355896, + 35.79333396852341, + ], + [ + -85.43243253497056, + 35.818848531067545, + ], + [ + -85.60292246996067, + 35.794945414578834, + ], + [ + -85.68224515550345, + 35.83125666569427, + ], + [ + -85.6370204569587, + 35.88190978670293, + ], + [ + -85.64455790671616, + 36.015068945749036, + ], + [ + -85.50852488490298, + 36.08199767191743, + ], + [ + -85.30967978177766, + 36.03161312525133, + ], + [ + -85.26445508323292, + 35.9791336987132, + ], + ], + ], + "type": "Polygon", + }, + "id": "47185", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37183 { + "geometry": { + "coordinates": [ + [ + [ + -78.54643379226428, + 36.02210559352436, + ], + [ + -78.30487647384669, + 35.89313619422235, + ], + [ + -78.2549857349759, + 35.818042808039834, + ], + [ + -78.46495754964795, + 35.70808847219176, + ], + [ + -78.70866842513908, + 35.519065849891135, + ], + [ + -78.91361527330616, + 35.58277168394869, + ], + [ + -78.9950915159225, + 35.610542270970406, + ], + [ + -78.9060778235487, + 35.8679439208893, + ], + [ + -78.8317801045109, + 35.86735305733565, + ], + [ + -78.69897741830806, + 36.00910659534398, + ], + [ + -78.74886815717886, + 36.07120098334612, + ], + [ + -78.54643379226428, + 36.02210559352436, + ], + ], + ], + "type": "Polygon", + }, + "id": "37183", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37117 { + "geometry": { + "coordinates": [ + [ + [ + -76.76077605210457, + 35.864882173384004, + ], + [ + -76.76077605210457, + 35.86482845851549, + ], + [ + -76.84512370415233, + 35.705456443634574, + ], + [ + -76.98582276629155, + 35.65845593368486, + ], + [ + -77.17390008404907, + 35.73311960091926, + ], + [ + -77.35049176408094, + 35.81922453514714, + ], + [ + -77.34259538814456, + 35.90575918832313, + ], + [ + -77.40289498620422, + 36.004970550468414, + ], + [ + -77.32716156245071, + 36.07512216874764, + ], + [ + -77.20620344015245, + 36.00566884375909, + ], + [ + -77.19830706421607, + 35.93970698522395, + ], + [ + -77.056890149719, + 35.94051270825166, + ], + [ + -77.00520477995357, + 35.85875867837341, + ], + [ + -76.93844451067324, + 35.90092485015687, + ], + [ + -76.90362867131735, + 35.82395144357636, + ], + [ + -76.83507377114238, + 35.884434385523086, + ], + [ + -76.76077605210457, + 35.864882173384004, + ], + ], + ], + "type": "Polygon", + }, + "id": "37117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37115 { + "geometry": { + "coordinates": [ + [ + [ + -82.60301746649239, + 36.03983150013397, + ], + [ + -82.61091384242877, + 35.967423857377156, + ], + [ + -82.50538954582436, + 35.977629682394806, + ], + [ + -82.40883840369311, + 35.818042808039834, + ], + [ + -82.5140037741186, + 35.80332493406701, + ], + [ + -82.8058107575859, + 35.685957946364006, + ], + [ + -82.88441559077083, + 35.677954430955424, + ], + [ + -82.96158471924004, + 35.79102422917731, + ], + [ + -82.89841371174896, + 35.94502475720683, + ], + [ + -82.89841371174896, + 35.945078472075345, + ], + [ + -82.89841371174896, + 35.94502475720683, + ], + [ + -82.82124458327975, + 35.92192736374583, + ], + [ + -82.78571089156601, + 35.988641230440166, + ], + [ + -82.63711545349041, + 36.065775781626215, + ], + [ + -82.60301746649239, + 36.03983150013397, + ], + ], + ], + "type": "Polygon", + }, + "id": "37115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37059 { + "geometry": { + "coordinates": [ + [ + [ + -80.39490361373612, + 35.97311763343963, + ], + [ + -80.36511274088521, + 35.89533850383142, + ], + [ + -80.47135488984748, + 35.82395144357636, + ], + [ + -80.45986925212183, + 35.74515173146639, + ], + [ + -80.63215381800659, + 35.845759680193034, + ], + [ + -80.70752831558116, + 35.85311861717945, + ], + [ + -80.69281234224518, + 36.05095047791636, + ], + [ + -80.49683864855126, + 36.04670700330375, + ], + [ + -80.39490361373612, + 35.97311763343963, + ], + ], + ], + "type": "Polygon", + }, + "id": "37059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48393 { + "geometry": { + "coordinates": [ + [ + [ + -100.54681392956849, + 36.05653682424181, + ], + [ + -100.5403532583478, + 36.056483109373296, + ], + [ + -100.53999433216889, + 35.619297794538184, + ], + [ + -101.0859210503162, + 35.61908293506413, + ], + [ + -101.0859210503162, + 35.62520643007471, + ], + [ + -101.0859210503162, + 36.05519395252896, + ], + [ + -101.0859210503162, + 36.05755740674358, + ], + [ + -100.54681392956849, + 36.05653682424181, + ], + ], + ], + "type": "Polygon", + }, + "id": "48393", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48211 { + "geometry": { + "coordinates": [ + [ + [ + -100.5403532583478, + 36.056483109373296, + ], + [ + -100.00052828524225, + 36.055677386345586, + ], + [ + -100.00052828524225, + 35.88051320012157, + ], + [ + -100.00052828524225, + 35.61908293506413, + ], + [ + -100.53999433216889, + 35.619297794538184, + ], + [ + -100.5403532583478, + 36.056483109373296, + ], + ], + ], + "type": "Polygon", + }, + "id": "48211", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48233 { + "geometry": { + "coordinates": [ + [ + [ + -101.62395139252713, + 36.055408812003016, + ], + [ + -101.0859210503162, + 36.05519395252896, + ], + [ + -101.0859210503162, + 35.62520643007471, + ], + [ + -101.62287461399035, + 35.62402470296741, + ], + [ + -101.62395139252713, + 36.055408812003016, + ], + ], + ], + "type": "Polygon", + }, + "id": "48233", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48205 { + "geometry": { + "coordinates": [ + [ + [ + -102.16305851327485, + 36.05519395252896, + ], + [ + -102.16269958709591, + 35.6274624545523, + ], + [ + -103.04170979928709, + 35.622359542043476, + ], + [ + -103.04170979928709, + 35.739296810798365, + ], + [ + -103.04099194692924, + 36.05519395252896, + ], + [ + -102.16305851327485, + 36.05519395252896, + ], + ], + ], + "type": "Polygon", + }, + "id": "48205", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37097 { + "geometry": { + "coordinates": [ + [ + [ + -80.88196643853948, + 36.0557311012141, + ], + [ + -80.69281234224518, + 36.05095047791636, + ], + [ + -80.70752831558116, + 35.85311861717945, + ], + [ + -80.77141717543009, + 35.6747852537131, + ], + [ + -80.73696026225315, + 35.50746343829212, + ], + [ + -80.78541529640823, + 35.506174281447784, + ], + [ + -80.9469320769252, + 35.48796494102155, + ], + [ + -80.95985341936654, + 35.54796444915164, + ], + [ + -80.9253965061896, + 35.62214468256942, + ], + [ + -81.11275597158927, + 35.779958966263436, + ], + [ + -81.0050781179113, + 35.95931291223154, + ], + [ + -81.02912617189938, + 36.045740135670506, + ], + [ + -80.88196643853948, + 36.0557311012141, + ], + ], + ], + "type": "Polygon", + }, + "id": "37097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48341 { + "geometry": { + "coordinates": [ + [ + [ + -101.62395139252713, + 36.055408812003016, + ], + [ + -101.62287461399035, + 35.62402470296741, + ], + [ + -101.62287461399035, + 35.62021094730292, + ], + [ + -102.16269958709591, + 35.62004980269738, + ], + [ + -102.16269958709591, + 35.6274624545523, + ], + [ + -102.16305851327485, + 36.05519395252896, + ], + [ + -101.62395139252713, + 36.055408812003016, + ], + ], + ], + "type": "Polygon", + }, + "id": "48341", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47187 { + "geometry": { + "coordinates": [ + [ + [ + -86.6190424825018, + 35.968229580404866, + ], + [ + -86.61329966363897, + 35.790433365623656, + ], + [ + -86.68616167796107, + 35.71002220745826, + ], + [ + -86.78199496773446, + 35.70685303021594, + ], + [ + -87.21521886569883, + 35.85059401835929, + ], + [ + -87.20409215415211, + 35.959151767626, + ], + [ + -87.18255658341651, + 36.04971503594054, + ], + [ + -87.0540610113608, + 36.04552527619645, + ], + [ + -87.02785940029916, + 35.98939323859936, + ], + [ + -86.92915470109436, + 36.05272306857732, + ], + [ + -86.78737886041836, + 36.03596402960096, + ], + [ + -86.6190424825018, + 35.968229580404866, + ], + ], + ], + "type": "Polygon", + }, + "id": "47187", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37003 { + "geometry": { + "coordinates": [ + [ + [ + -81.11275597158927, + 35.779958966263436, + ], + [ + -81.14111113972446, + 35.82738919516126, + ], + [ + -81.33421342398695, + 35.79644943089722, + ], + [ + -81.32847060512414, + 35.99626874176915, + ], + [ + -81.02912617189938, + 36.045740135670506, + ], + [ + -81.0050781179113, + 35.95931291223154, + ], + [ + -81.11275597158927, + 35.779958966263436, + ], + ], + ], + "type": "Polygon", + }, + "id": "37003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47145 { + "geometry": { + "coordinates": [ + [ + [ + -84.53978312798017, + 35.670434349363475, + ], + [ + -84.58428997416706, + 35.64443635300272, + ], + [ + -84.6198236658808, + 35.644651212476774, + ], + [ + -84.62305400149114, + 35.7117410832507, + ], + [ + -84.7239122577695, + 35.7528866725324, + ], + [ + -84.78169937257668, + 35.824918311209615, + ], + [ + -84.68048219011939, + 35.908444931748825, + ], + [ + -84.44610339528033, + 35.98590177214595, + ], + [ + -84.3416558772127, + 36.048909312912826, + ], + [ + -84.27166527232202, + 35.91011009267275, + ], + [ + -84.26340997020671, + 35.89694994988684, + ], + [ + -84.53978312798017, + 35.670434349363475, + ], + ], + ], + "type": "Polygon", + }, + "id": "47145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47155 { + "geometry": { + "coordinates": [ + [ + [ + -83.31081989133558, + 35.895821937648044, + ], + [ + -83.2555452597809, + 35.71496397536154, + ], + [ + -83.25518633360197, + 35.71625313220588, + ], + [ + -83.2555452597809, + 35.71496397536154, + ], + [ + -83.25410955506518, + 35.695895197039086, + ], + [ + -83.49817935673526, + 35.56295089746703, + ], + [ + -83.66292647286255, + 35.56918182221466, + ], + [ + -83.70204942636555, + 35.70921648443055, + ], + [ + -83.79429345434968, + 35.887066414080266, + ], + [ + -83.65467117074725, + 35.971882191463806, + ], + [ + -83.67333533205142, + 36.03848862842112, + ], + [ + -83.47484915510503, + 35.92359252466976, + ], + [ + -83.31081989133558, + 35.895821937648044, + ], + ], + ], + "type": "Polygon", + }, + "id": "47155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37057 { + "geometry": { + "coordinates": [ + [ + [ + -80.04315595838808, + 36.01061061166237, + ], + [ + -80.04674522017734, + 35.920638206901494, + ], + [ + -80.06684508619723, + 35.505637132762644, + ], + [ + -80.18277824199052, + 35.50434797591831, + ], + [ + -80.20790307451537, + 35.5789579282842, + ], + [ + -80.33675757275002, + 35.72146347445173, + ], + [ + -80.45986925212183, + 35.74515173146639, + ], + [ + -80.47135488984748, + 35.82395144357636, + ], + [ + -80.36511274088521, + 35.89533850383142, + ], + [ + -80.39490361373612, + 35.97311763343963, + ], + [ + -80.04315595838808, + 36.01061061166237, + ], + ], + ], + "type": "Polygon", + }, + "id": "37057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40129 { + "geometry": { + "coordinates": [ + [ + [ + -99.38102170041499, + 36.012920351008475, + ], + [ + -99.37563780773108, + 35.81213417250329, + ], + [ + -99.36415217000544, + 35.50880631000497, + ], + [ + -99.57555968939319, + 35.508860024873485, + ], + [ + -99.57627754175104, + 35.421627078406814, + ], + [ + -100.00052828524225, + 35.4223253716975, + ], + [ + -100.00052828524225, + 35.61908293506413, + ], + [ + -100.00052828524225, + 35.88051320012157, + ], + [ + -99.8135277460215, + 36.00233852191123, + ], + [ + -99.77727620194992, + 35.886529265395126, + ], + [ + -99.61898975704331, + 35.84135506097489, + ], + [ + -99.56084371605719, + 35.86402273548778, + ], + [ + -99.46213901685239, + 36.004433401783274, + ], + [ + -99.38102170041499, + 36.012920351008475, + ], + ], + ], + "type": "Polygon", + }, + "id": "40129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35031 { + "geometry": { + "coordinates": [ + [ + [ + -107.62663280889512, + 36.000297356907694, + ], + [ + -107.30862421436618, + 35.99863219598376, + ], + [ + -107.31005991908188, + 35.305173243468545, + ], + [ + -108.46867362465686, + 35.30673097465545, + ], + [ + -108.46939147701471, + 34.95898091589608, + ], + [ + -109.04582692037079, + 34.959732924055274, + ], + [ + -109.04582692037079, + 36.00233852191123, + ], + [ + -107.62663280889512, + 36.000297356907694, + ], + ], + ], + "type": "Polygon", + }, + "id": "35031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35049 { + "geometry": { + "coordinates": [ + [ + [ + -105.71750446318468, + 35.9787576946336, + ], + [ + -105.7203758726161, + 35.871005668394595, + ], + [ + -105.71463305375327, + 35.041540668802035, + ], + [ + -106.24369024149104, + 35.04003665248364, + ], + [ + -106.24512594620674, + 35.215039694102124, + ], + [ + -106.24835628181708, + 35.75573356056364, + ], + [ + -106.17369963660036, + 35.82534803015773, + ], + [ + -106.24835628181708, + 35.839152751365816, + ], + [ + -106.24835628181708, + 35.85591179034218, + ], + [ + -106.24548487238567, + 35.930897746787664, + ], + [ + -106.0541772190178, + 35.930790317050636, + ], + [ + -106.07140567560629, + 36.00201623270014, + ], + [ + -105.71678661082683, + 36.00233852191123, + ], + [ + -105.71750446318468, + 35.9787576946336, + ], + ], + ], + "type": "Polygon", + }, + "id": "35049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05093 { + "geometry": { + "coordinates": [ + [ + [ + -89.6447901708528, + 35.90436260174177, + ], + [ + -89.7434948700576, + 35.9060277626657, + ], + [ + -89.70221835948105, + 35.83179381437941, + ], + [ + -89.82245862942145, + 35.75637813898581, + ], + [ + -89.95382561090858, + 35.73607391868753, + ], + [ + -89.8569155425984, + 35.63267279679816, + ], + [ + -89.95777379887677, + 35.58723001803535, + ], + [ + -89.90931876472169, + 35.537866053871014, + ], + [ + -90.03996789385096, + 35.547319870729474, + ], + [ + -90.04140359856666, + 35.39659594967931, + ], + [ + -90.05432494100802, + 35.38923701269289, + ], + [ + -90.06724628344938, + 35.46094636215903, + ], + [ + -90.1433386333818, + 35.43500208066679, + ], + [ + -90.28690910495244, + 35.43854726198871, + ], + [ + -90.28690910495244, + 35.699870097309116, + ], + [ + -90.289062662026, + 35.99637617150617, + ], + [ + -89.95920950359248, + 35.99906191493187, + ], + [ + -89.7068843998071, + 36.0018550880946, + ], + [ + -89.6447901708528, + 35.90436260174177, + ], + ], + ], + "type": "Polygon", + }, + "id": "05093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37023 { + "geometry": { + "coordinates": [ + [ + [ + -81.80727812781218, + 35.96199865565724, + ], + [ + -81.55602980256359, + 35.77732693770625, + ], + [ + -81.36400429683786, + 35.767873120847796, + ], + [ + -81.53449423182799, + 35.568859533003575, + ], + [ + -81.53808349361725, + 35.56440119891691, + ], + [ + -81.69242175055568, + 35.57954879183785, + ], + [ + -81.82414765822173, + 35.57492931314565, + ], + [ + -81.86937235676648, + 35.71952973918523, + ], + [ + -81.98638229109653, + 35.80756840867961, + ], + [ + -81.90670067937484, + 35.88395095170646, + ], + [ + -81.94331114962534, + 35.95947405683708, + ], + [ + -81.8995221557963, + 35.99997506769661, + ], + [ + -81.80727812781218, + 35.96199865565724, + ], + ], + ], + "type": "Polygon", + }, + "id": "37023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47033 { + "geometry": { + "coordinates": [ + [ + [ + -88.91617002763186, + 35.79736258366196, + ], + [ + -89.0206175456995, + 35.67140121699672, + ], + [ + -89.06943150603351, + 35.692726019796766, + ], + [ + -89.2679176829799, + 35.754712978061875, + ], + [ + -89.35657244917476, + 35.817505659354694, + ], + [ + -89.34293325437555, + 35.88094291906968, + ], + [ + -89.2801211730634, + 35.886368120789584, + ], + [ + -89.18895392361605, + 35.999491633879984, + ], + [ + -89.10963123807328, + 35.86203528535276, + ], + [ + -88.91617002763186, + 35.79736258366196, + ], + ], + ], + "type": "Polygon", + }, + "id": "47033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05031 { + "geometry": { + "coordinates": [ + [ + [ + -90.289062662026, + 35.99637617150617, + ], + [ + -90.28690910495244, + 35.699870097309116, + ], + [ + -91.03706481890897, + 35.70857190600838, + ], + [ + -91.03239877858293, + 35.88502524907673, + ], + [ + -90.87518911221309, + 35.88094291906968, + ], + [ + -90.85257676294071, + 35.967961006062296, + ], + [ + -90.38956199212544, + 35.964738113951455, + ], + [ + -90.37771742822086, + 35.995677878215496, + ], + [ + -90.289062662026, + 35.99637617150617, + ], + ], + ], + "type": "Polygon", + }, + "id": "05031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37177 { + "geometry": { + "coordinates": [ + [ + [ + -76.16208718565505, + 35.695787767302065, + ], + [ + -76.21413148159941, + 35.59797299173814, + ], + [ + -76.2977612812893, + 35.60903825465202, + ], + [ + -76.2694061131541, + 35.689932846634036, + ], + [ + -76.39538920195733, + 35.69745292822599, + ], + [ + -76.36739296000106, + 35.931542325209826, + ], + [ + -76.16926570923358, + 35.99444243623967, + ], + [ + -76.06051107701884, + 35.99014524675856, + ], + [ + -76.04256476807251, + 35.68740824781388, + ], + [ + -76.16208718565505, + 35.695787767302065, + ], + ], + ], + "type": "Polygon", + }, + "id": "37177", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47081 { + "geometry": { + "coordinates": [ + [ + [ + -87.20409215415211, + 35.959151767626, + ], + [ + -87.21521886569883, + 35.85059401835929, + ], + [ + -87.23424195318195, + 35.72463265169405, + ], + [ + -87.3390483974285, + 35.659100512107024, + ], + [ + -87.45964759354783, + 35.61505431992558, + ], + [ + -87.58670746088784, + 35.65329930630752, + ], + [ + -87.65813377049423, + 35.6093605438631, + ], + [ + -87.74391712725767, + 35.663881135404765, + ], + [ + -87.71663873765925, + 35.838723032417704, + ], + [ + -87.70694773082823, + 35.90559804371759, + ], + [ + -87.53466316494348, + 35.99342185373791, + ], + [ + -87.20409215415211, + 35.959151767626, + ], + ], + ], + "type": "Polygon", + }, + "id": "47081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37187 { + "geometry": { + "coordinates": [ + [ + [ + -76.36739296000106, + 35.931542325209826, + ], + [ + -76.39538920195733, + 35.69745292822599, + ], + [ + -76.63802329891169, + 35.70524158416052, + ], + [ + -76.84512370415233, + 35.705456443634574, + ], + [ + -76.76077605210457, + 35.86482845851549, + ], + [ + -76.76077605210457, + 35.864882173384004, + ], + [ + -76.7029889372974, + 35.9233776651957, + ], + [ + -76.3989784637466, + 35.98257145029809, + ], + [ + -76.36739296000106, + 35.931542325209826, + ], + ], + ], + "type": "Polygon", + }, + "id": "37187", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35028 { + "geometry": { + "coordinates": [ + [ + [ + -106.24799735563816, + 35.966349560006876, + ], + [ + -106.24548487238567, + 35.930897746787664, + ], + [ + -106.24835628181708, + 35.85591179034218, + ], + [ + -106.24835628181708, + 35.839152751365816, + ], + [ + -106.17369963660036, + 35.82534803015773, + ], + [ + -106.24835628181708, + 35.75573356056364, + ], + [ + -106.40018205550302, + 35.80762212354812, + ], + [ + -106.39946420314517, + 35.96001120552222, + ], + [ + -106.24799735563816, + 35.966349560006876, + ], + ], + ], + "type": "Polygon", + }, + "id": "35028", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47015 { + "geometry": { + "coordinates": [ + [ + [ + -85.88503844659697, + 35.83963618518244, + ], + [ + -85.98481992433855, + 35.73456990236914, + ], + [ + -85.98517885051747, + 35.66012109460879, + ], + [ + -86.08890851622725, + 35.64679980721733, + ], + [ + -86.20699522909409, + 35.70379128271064, + ], + [ + -86.15315630225511, + 35.95437114432826, + ], + [ + -86.01496972336838, + 35.960978073155474, + ], + [ + -85.88503844659697, + 35.83963618518244, + ], + ], + ], + "type": "Polygon", + }, + "id": "47015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37111 { + "geometry": { + "coordinates": [ + [ + [ + -81.82414765822173, + 35.57492931314565, + ], + [ + -81.97346094865519, + 35.524652196216586, + ], + [ + -82.16943464234909, + 35.52787508832742, + ], + [ + -82.29075169082627, + 35.59147349264795, + ], + [ + -82.27531786513244, + 35.70443586113281, + ], + [ + -82.13318309827751, + 35.824381162524475, + ], + [ + -81.98171625077049, + 35.91150667925412, + ], + [ + -81.94331114962534, + 35.95947405683708, + ], + [ + -81.90670067937484, + 35.88395095170646, + ], + [ + -81.98638229109653, + 35.80756840867961, + ], + [ + -81.86937235676648, + 35.71952973918523, + ], + [ + -81.82414765822173, + 35.57492931314565, + ], + ], + ], + "type": "Polygon", + }, + "id": "37111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47097 { + "geometry": { + "coordinates": [ + [ + [ + -89.34293325437555, + 35.88094291906968, + ], + [ + -89.35657244917476, + 35.817505659354694, + ], + [ + -89.4017971477195, + 35.82266228673203, + ], + [ + -89.50265540399788, + 35.580784233813674, + ], + [ + -89.61356359328619, + 35.64352320023798, + ], + [ + -89.75856976957252, + 35.6501838439337, + ], + [ + -89.90931876472169, + 35.537866053871014, + ], + [ + -89.95777379887677, + 35.58723001803535, + ], + [ + -89.8569155425984, + 35.63267279679816, + ], + [ + -89.95382561090858, + 35.73607391868753, + ], + [ + -89.82245862942145, + 35.75637813898581, + ], + [ + -89.70221835948105, + 35.83179381437941, + ], + [ + -89.7434948700576, + 35.9060277626657, + ], + [ + -89.6447901708528, + 35.90436260174177, + ], + [ + -89.40753996658233, + 35.94658248839374, + ], + [ + -89.34293325437555, + 35.88094291906968, + ], + ], + ], + "type": "Polygon", + }, + "id": "47097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40081 { + "geometry": { + "coordinates": [ + [ + [ + -96.62123831064858, + 35.941533290753426, + ], + [ + -96.62052045829073, + 35.63895743641429, + ], + [ + -96.62482757243784, + 35.46271895281999, + ], + [ + -97.14132234391317, + 35.46390067992729, + ], + [ + -97.14096341773426, + 35.72420293274594, + ], + [ + -97.14060449155532, + 35.94196300970154, + ], + [ + -96.62123831064858, + 35.941533290753426, + ], + ], + ], + "type": "Polygon", + }, + "id": "40081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05063 { + "geometry": { + "coordinates": [ + [ + [ + -91.35722697051148, + 35.89061159540219, + ], + [ + -91.19894052560485, + 35.89002073184854, + ], + [ + -91.2319617340661, + 35.81267132118843, + ], + [ + -91.35399663490114, + 35.70905533982501, + ], + [ + -91.3697893867739, + 35.52631735714051, + ], + [ + -91.5819147585195, + 35.53045340201609, + ], + [ + -91.79404013026512, + 35.534106013075046, + ], + [ + -91.78973301611799, + 35.71168736838219, + ], + [ + -91.8371112717363, + 35.704919294949434, + ], + [ + -91.8493147618198, + 35.86740677220416, + ], + [ + -91.71041033057521, + 35.94174815022748, + ], + [ + -91.46311019329481, + 35.93680638232419, + ], + [ + -91.35722697051148, + 35.89061159540219, + ], + ], + ], + "type": "Polygon", + }, + "id": "05063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37151 { + "geometry": { + "coordinates": [ + [ + [ + -79.54209501260658, + 35.89958197844402, + ], + [ + -79.54245393878551, + 35.84344994084694, + ], + [ + -79.55573420740579, + 35.51498351988407, + ], + [ + -79.76929528386711, + 35.51143833856215, + ], + [ + -80.06684508619723, + 35.505637132762644, + ], + [ + -80.04674522017734, + 35.920638206901494, + ], + [ + -79.54209501260658, + 35.89958197844402, + ], + ], + ], + "type": "Polygon", + }, + "id": "37151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47105 { + "geometry": { + "coordinates": [ + [ + [ + -84.53978312798017, + 35.670434349363475, + ], + [ + -84.26340997020671, + 35.89694994988684, + ], + [ + -84.16614097571761, + 35.80509752472797, + ], + [ + -84.13455547197208, + 35.66452571382693, + ], + [ + -84.18839439881106, + 35.610542270970406, + ], + [ + -84.29068835980513, + 35.65469589288888, + ], + [ + -84.45723010682705, + 35.665761155802755, + ], + [ + -84.52578500700203, + 35.62418584757295, + ], + [ + -84.58428997416706, + 35.64443635300272, + ], + [ + -84.53978312798017, + 35.670434349363475, + ], + ], + ], + "type": "Polygon", + }, + "id": "47105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05067 { + "geometry": { + "coordinates": [ + [ + [ + -91.19894052560485, + 35.89002073184854, + ], + [ + -91.03239877858293, + 35.88502524907673, + ], + [ + -91.03706481890897, + 35.70857190600838, + ], + [ + -91.03921837598253, + 35.44295188120685, + ], + [ + -91.03993622834038, + 35.3542686332903, + ], + [ + -91.25170267390706, + 35.357652670006686, + ], + [ + -91.25277945244385, + 35.44585248410661, + ], + [ + -91.34717703750152, + 35.43903069580533, + ], + [ + -91.58478616795092, + 35.442468447390226, + ], + [ + -91.5819147585195, + 35.53045340201609, + ], + [ + -91.3697893867739, + 35.52631735714051, + ], + [ + -91.35399663490114, + 35.70905533982501, + ], + [ + -91.2319617340661, + 35.81267132118843, + ], + [ + -91.19894052560485, + 35.89002073184854, + ], + ], + ], + "type": "Polygon", + }, + "id": "05067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47009 { + "geometry": { + "coordinates": [ + [ + [ + -83.66292647286255, + 35.56918182221466, + ], + [ + -83.77204003125624, + 35.56150059601716, + ], + [ + -83.95293882543523, + 35.460624072947944, + ], + [ + -83.96083520137161, + 35.46373953532175, + ], + [ + -84.0053420475585, + 35.5547325225844, + ], + [ + -84.08215224984879, + 35.539208925583864, + ], + [ + -84.18839439881106, + 35.610542270970406, + ], + [ + -84.13455547197208, + 35.66452571382693, + ], + [ + -84.16614097571761, + 35.80509752472797, + ], + [ + -84.13922151229812, + 35.855482071394064, + ], + [ + -83.9457603018567, + 35.876162295771934, + ], + [ + -83.85351627387257, + 35.841140201500835, + ], + [ + -83.79429345434968, + 35.887066414080266, + ], + [ + -83.70204942636555, + 35.70921648443055, + ], + [ + -83.66292647286255, + 35.56918182221466, + ], + ], + ], + "type": "Polygon", + }, + "id": "47009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37037 { + "geometry": { + "coordinates": [ + [ + [ + -79.01662708665809, + 35.86321701246007, + ], + [ + -78.9060778235487, + 35.8679439208893, + ], + [ + -78.9950915159225, + 35.610542270970406, + ], + [ + -78.91361527330616, + 35.58277168394869, + ], + [ + -78.96996668339763, + 35.52153673384278, + ], + [ + -79.11748534293645, + 35.62810703297447, + ], + [ + -79.26285044540171, + 35.53571745913046, + ], + [ + -79.32243219110353, + 35.54253924743173, + ], + [ + -79.35006950688087, + 35.51783040791531, + ], + [ + -79.55573420740579, + 35.51498351988407, + ], + [ + -79.54245393878551, + 35.84344994084694, + ], + [ + -79.23736668669792, + 35.844363093611676, + ], + [ + -79.2492112506025, + 35.87675315932559, + ], + [ + -79.01662708665809, + 35.86321701246007, + ], + ], + ], + "type": "Polygon", + }, + "id": "37037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35047 { + "geometry": { + "coordinates": [ + [ + [ + -104.36722417806293, + 35.78146298258183, + ], + [ + -104.0212193415777, + 35.78146298258183, + ], + [ + -103.97671249539081, + 35.801713488011586, + ], + [ + -103.72474631778435, + 35.42221794196047, + ], + [ + -103.63716833012627, + 35.389666731641, + ], + [ + -103.63716833012627, + 35.24082283098882, + ], + [ + -103.85754900398719, + 35.26408136905537, + ], + [ + -104.12494900728748, + 35.142148617528676, + ], + [ + -104.12566685964534, + 35.21563055765578, + ], + [ + -105.29110016261991, + 35.21627513607794, + ], + [ + -105.290741236441, + 35.042077817487176, + ], + [ + -105.71463305375327, + 35.041540668802035, + ], + [ + -105.7203758726161, + 35.871005668394595, + ], + [ + -105.34781049889031, + 35.87068337918351, + ], + [ + -105.00647170273115, + 35.771418302169714, + ], + [ + -104.36722417806293, + 35.78146298258183, + ], + ], + ], + "type": "Polygon", + }, + "id": "35047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37195 { + "geometry": { + "coordinates": [ + [ + [ + -77.66168076121028, + 35.6774709971388, + ], + [ + -77.70044478853434, + 35.65217129406872, + ], + [ + -77.82355646790616, + 35.57272700353658, + ], + [ + -78.06475486014482, + 35.585457427374386, + ], + [ + -78.1254133843834, + 35.603237048852506, + ], + [ + -78.19217365366374, + 35.73032642775654, + ], + [ + -77.8282225082322, + 35.86713819786159, + ], + [ + -77.75141230594191, + 35.82776519924086, + ], + [ + -77.66168076121028, + 35.6774709971388, + ], + ], + ], + "type": "Polygon", + }, + "id": "37195", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37159 { + "geometry": { + "coordinates": [ + [ + [ + -80.45986925212183, + 35.74515173146639, + ], + [ + -80.33675757275002, + 35.72146347445173, + ], + [ + -80.20790307451537, + 35.5789579282842, + ], + [ + -80.18277824199052, + 35.50434797591831, + ], + [ + -80.29512213599453, + 35.50289767446843, + ], + [ + -80.73696026225315, + 35.50746343829212, + ], + [ + -80.77141717543009, + 35.6747852537131, + ], + [ + -80.70752831558116, + 35.85311861717945, + ], + [ + -80.63215381800659, + 35.845759680193034, + ], + [ + -80.45986925212183, + 35.74515173146639, + ], + ], + ], + "type": "Polygon", + }, + "id": "37159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40111 { + "geometry": { + "coordinates": [ + [ + [ + -96.03295830338793, + 35.856824943106915, + ], + [ + -95.82011507928446, + 35.85591179034218, + ], + [ + -95.76627615244549, + 35.8563952241588, + ], + [ + -95.76627615244549, + 35.72570694906433, + ], + [ + -95.71315507796434, + 35.72447150708851, + ], + [ + -95.71279615178543, + 35.55172448994762, + ], + [ + -95.82226863635803, + 35.55161706021059, + ], + [ + -95.87574863701809, + 35.37672144832914, + ], + [ + -95.98163185980142, + 35.37677516319765, + ], + [ + -96.08751508258476, + 35.37682887806616, + ], + [ + -96.08787400876369, + 35.5520467791587, + ], + [ + -96.19268045301025, + 35.551831919684645, + ], + [ + -96.19268045301025, + 35.6390111512828, + ], + [ + -96.19232152683132, + 35.85698608771245, + ], + [ + -96.03295830338793, + 35.856824943106915, + ], + ], + ], + "type": "Polygon", + }, + "id": "40111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40101 { + "geometry": { + "coordinates": [ + [ + [ + -95.26557413284291, + 35.81320846987357, + ], + [ + -95.12738755395618, + 35.81267132118843, + ], + [ + -95.12738755395618, + 35.63885000667726, + ], + [ + -95.13241252046116, + 35.5266396463516, + ], + [ + -95.04985949930804, + 35.4589051971555, + ], + [ + -95.24296178357054, + 35.26091219181305, + ], + [ + -95.34453789220676, + 35.29303368318439, + ], + [ + -95.34489681838569, + 35.5516707750791, + ], + [ + -95.71279615178543, + 35.55172448994762, + ], + [ + -95.71315507796434, + 35.72447150708851, + ], + [ + -95.76627615244549, + 35.72570694906433, + ], + [ + -95.76627615244549, + 35.8563952241588, + ], + [ + -95.6503429966522, + 35.8567712282384, + ], + [ + -95.63993413746333, + 35.79129280351988, + ], + [ + -95.26557413284291, + 35.81320846987357, + ], + ], + ], + "type": "Polygon", + }, + "id": "40101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47177 { + "geometry": { + "coordinates": [ + [ + [ + -85.68224515550345, + 35.83125666569427, + ], + [ + -85.60292246996067, + 35.794945414578834, + ], + [ + -85.59466716784536, + 35.61790120795682, + ], + [ + -85.55769777141593, + 35.53297800083625, + ], + [ + -85.6072295841078, + 35.5316351291234, + ], + [ + -85.8775009968395, + 35.524115047531446, + ], + [ + -85.98517885051747, + 35.66012109460879, + ], + [ + -85.98481992433855, + 35.73456990236914, + ], + [ + -85.88503844659697, + 35.83963618518244, + ], + [ + -85.68224515550345, + 35.83125666569427, + ], + ], + ], + "type": "Polygon", + }, + "id": "47177", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47119 { + "geometry": { + "coordinates": [ + [ + [ + -86.78199496773446, + 35.70685303021594, + ], + [ + -86.83798745164701, + 35.55081133718288, + ], + [ + -86.9607402048399, + 35.416953884846095, + ], + [ + -87.12082128064115, + 35.45541373070209, + ], + [ + -87.2066046374046, + 35.433175775137315, + ], + [ + -87.29454155124161, + 35.444724471867815, + ], + [ + -87.28592732294737, + 35.542163243352135, + ], + [ + -87.3390483974285, + 35.659100512107024, + ], + [ + -87.23424195318195, + 35.72463265169405, + ], + [ + -87.21521886569883, + 35.85059401835929, + ], + [ + -86.78199496773446, + 35.70685303021594, + ], + ], + ], + "type": "Polygon", + }, + "id": "47119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47039 { + "geometry": { + "coordinates": [ + [ + [ + -87.97075847233927, + 35.81567935382522, + ], + [ + -88.02962236568322, + 35.729359560123285, + ], + [ + -88.03572411072498, + 35.61698805519208, + ], + [ + -87.97578343884425, + 35.524759625953614, + ], + [ + -88.00772786876871, + 35.423345954199256, + ], + [ + -88.02495632535718, + 35.39224504532967, + ], + [ + -88.19616411270516, + 35.38069634859917, + ], + [ + -88.24210666360776, + 35.42318480959372, + ], + [ + -88.24318344214454, + 35.52884195596067, + ], + [ + -88.19042129384233, + 35.60903825465202, + ], + [ + -88.17929458229561, + 35.8167536511955, + ], + [ + -88.17821780375883, + 35.84581339506155, + ], + [ + -87.97075847233927, + 35.81567935382522, + ], + ], + ], + "type": "Polygon", + }, + "id": "47039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47135 { + "geometry": { + "coordinates": [ + [ + [ + -87.71663873765925, + 35.838723032417704, + ], + [ + -87.74391712725767, + 35.663881135404765, + ], + [ + -87.65813377049423, + 35.6093605438631, + ], + [ + -87.71771551619604, + 35.48334546232935, + ], + [ + -87.97327095559176, + 35.45992577965727, + ], + [ + -88.00772786876871, + 35.423345954199256, + ], + [ + -87.97578343884425, + 35.524759625953614, + ], + [ + -88.03572411072498, + 35.61698805519208, + ], + [ + -88.02962236568322, + 35.729359560123285, + ], + [ + -87.97075847233927, + 35.81567935382522, + ], + [ + -87.96286209640289, + 35.84092534202678, + ], + [ + -87.85267175947243, + 35.80380836788363, + ], + [ + -87.71663873765925, + 35.838723032417704, + ], + ], + ], + "type": "Polygon", + }, + "id": "47135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37147 { + "geometry": { + "coordinates": [ + [ + [ + -77.35049176408094, + 35.81922453514714, + ], + [ + -77.17390008404907, + 35.73311960091926, + ], + [ + -77.17390008404907, + 35.635627114566425, + ], + [ + -77.08955243200133, + 35.559029712065524, + ], + [ + -77.09852558647448, + 35.55097248178842, + ], + [ + -77.17605364112262, + 35.519065849891135, + ], + [ + -77.19041068827968, + 35.41894133498111, + ], + [ + -77.26147807170715, + 35.35185146420718, + ], + [ + -77.39105042229964, + 35.340195337739644, + ], + [ + -77.47611592670523, + 35.426783705784146, + ], + [ + -77.50339431630366, + 35.51804526738937, + ], + [ + -77.70044478853434, + 35.65217129406872, + ], + [ + -77.66168076121028, + 35.6774709971388, + ], + [ + -77.39069149612071, + 35.83233096306454, + ], + [ + -77.35049176408094, + 35.81922453514714, + ], + ], + ], + "type": "Polygon", + }, + "id": "37147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37035 { + "geometry": { + "coordinates": [ + [ + [ + -81.11275597158927, + 35.779958966263436, + ], + [ + -80.9253965061896, + 35.62214468256942, + ], + [ + -80.95985341936654, + 35.54796444915164, + ], + [ + -81.53449423182799, + 35.568859533003575, + ], + [ + -81.36400429683786, + 35.767873120847796, + ], + [ + -81.33421342398695, + 35.79644943089722, + ], + [ + -81.14111113972446, + 35.82738919516126, + ], + [ + -81.11275597158927, + 35.779958966263436, + ], + ], + ], + "type": "Polygon", + }, + "id": "37035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37021 { + "geometry": { + "coordinates": [ + [ + [ + -82.27531786513244, + 35.70443586113281, + ], + [ + -82.29075169082627, + 35.59147349264795, + ], + [ + -82.16943464234909, + 35.52787508832742, + ], + [ + -82.26598578448034, + 35.46766072072327, + ], + [ + -82.74515223334731, + 35.42313109472521, + ], + [ + -82.80006793872307, + 35.47056132362303, + ], + [ + -82.76596995172505, + 35.56676465313153, + ], + [ + -82.88441559077083, + 35.677954430955424, + ], + [ + -82.8058107575859, + 35.685957946364006, + ], + [ + -82.5140037741186, + 35.80332493406701, + ], + [ + -82.40883840369311, + 35.818042808039834, + ], + [ + -82.3478209532756, + 35.810361581842336, + ], + [ + -82.27531786513244, + 35.70443586113281, + ], + ], + ], + "type": "Polygon", + }, + "id": "37021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47143 { + "geometry": { + "coordinates": [ + [ + [ + -84.7239122577695, + 35.7528866725324, + ], + [ + -84.79390286266019, + 35.555162241532514, + ], + [ + -84.85563816543555, + 35.55403422929372, + ], + [ + -84.91845024674771, + 35.439245555279385, + ], + [ + -85.01643709359466, + 35.409272658648604, + ], + [ + -85.13524165881935, + 35.45863662281293, + ], + [ + -85.10796326922093, + 35.57122298721819, + ], + [ + -84.91629668967414, + 35.761588481231655, + ], + [ + -84.78169937257668, + 35.824918311209615, + ], + [ + -84.7239122577695, + 35.7528866725324, + ], + ], + ], + "type": "Polygon", + }, + "id": "47143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47175 { + "geometry": { + "coordinates": [ + [ + [ + -85.26912112355896, + 35.79333396852341, + ], + [ + -85.27271038534823, + 35.78764019246093, + ], + [ + -85.25404622404405, + 35.76695996808306, + ], + [ + -85.25404622404405, + 35.76561709637021, + ], + [ + -85.42381830667631, + 35.5674092315537, + ], + [ + -85.55769777141593, + 35.53297800083625, + ], + [ + -85.59466716784536, + 35.61790120795682, + ], + [ + -85.60292246996067, + 35.794945414578834, + ], + [ + -85.43243253497056, + 35.818848531067545, + ], + [ + -85.26912112355896, + 35.79333396852341, + ], + ], + ], + "type": "Polygon", + }, + "id": "47175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47077 { + "geometry": { + "coordinates": [ + [ + [ + -88.17929458229561, + 35.8167536511955, + ], + [ + -88.19042129384233, + 35.60903825465202, + ], + [ + -88.24318344214454, + 35.52884195596067, + ], + [ + -88.24210666360776, + 35.42318480959372, + ], + [ + -88.36091122883245, + 35.41894133498111, + ], + [ + -88.36378263826387, + 35.49279927918781, + ], + [ + -88.50555847893986, + 35.512029202115805, + ], + [ + -88.61359525879676, + 35.58814317080008, + ], + [ + -88.60677566139715, + 35.789359068253376, + ], + [ + -88.57016519114664, + 35.82470345173556, + ], + [ + -88.17929458229561, + 35.8167536511955, + ], + ], + ], + "type": "Polygon", + }, + "id": "47077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47075 { + "geometry": { + "coordinates": [ + [ + [ + -89.06943150603351, + 35.692726019796766, + ], + [ + -89.0787635866856, + 35.43140318447635, + ], + [ + -89.18392895711108, + 35.39713309836445, + ], + [ + -89.4746591620416, + 35.40298801903246, + ], + [ + -89.50265540399788, + 35.580784233813674, + ], + [ + -89.4017971477195, + 35.82266228673203, + ], + [ + -89.35657244917476, + 35.817505659354694, + ], + [ + -89.2679176829799, + 35.754712978061875, + ], + [ + -89.06943150603351, + 35.692726019796766, + ], + ], + ], + "type": "Polygon", + }, + "id": "47075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37101 { + "geometry": { + "coordinates": [ + [ + [ + -78.19217365366374, + 35.73032642775654, + ], + [ + -78.1254133843834, + 35.603237048852506, + ], + [ + -78.06475486014482, + 35.585457427374386, + ], + [ + -78.15484533105538, + 35.41765217813678, + ], + [ + -78.15340962633968, + 35.3504011627573, + ], + [ + -78.30451754766777, + 35.28615818001461, + ], + [ + -78.49187701306744, + 35.26397393931834, + ], + [ + -78.5414088257593, + 35.31521792388065, + ], + [ + -78.66057231716293, + 35.496237030772704, + ], + [ + -78.70866842513908, + 35.519065849891135, + ], + [ + -78.46495754964795, + 35.70808847219176, + ], + [ + -78.2549857349759, + 35.818042808039834, + ], + [ + -78.19217365366374, + 35.73032642775654, + ], + ], + ], + "type": "Polygon", + }, + "id": "37101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40039 { + "geometry": { + "coordinates": [ + [ + [ + -98.63194276499523, + 35.81234903197735, + ], + [ + -98.62296961052206, + 35.551563345342075, + ], + [ + -98.623328536701, + 35.46416925426986, + ], + [ + -99.36415217000544, + 35.46524355164014, + ], + [ + -99.36415217000544, + 35.50880631000497, + ], + [ + -99.37563780773108, + 35.81213417250329, + ], + [ + -98.63194276499523, + 35.81234903197735, + ], + ], + ], + "type": "Polygon", + }, + "id": "40039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06071 { + "geometry": { + "coordinates": [ + [ + [ + -114.63394860007858, + 35.00109337281103, + ], + [ + -114.6328718215418, + 34.86938451521479, + ], + [ + -114.4735085980984, + 34.7139336857354, + ], + [ + -114.43653920166896, + 34.59672784263793, + ], + [ + -114.34070591189557, + 34.45148283817619, + ], + [ + -114.13827154698099, + 34.30322980107766, + ], + [ + -114.25528148131104, + 34.17340096387942, + ], + [ + -114.43259101370077, + 34.0878868932052, + ], + [ + -115.31554941386014, + 34.08122624950947, + ], + [ + -115.3151904876812, + 34.03798578035573, + ], + [ + -116.92999936667186, + 34.03460174363936, + ], + [ + -116.929281514314, + 34.00489742135113, + ], + [ + -117.22683131664414, + 34.004413987534505, + ], + [ + -117.55991481068799, + 34.03277543810988, + ], + [ + -117.67297655704986, + 33.87023424598664, + ], + [ + -117.78496152487494, + 33.94543506190618, + ], + [ + -117.7329172289306, + 34.02101188190532, + ], + [ + -117.64749279834608, + 34.28733019999753, + ], + [ + -117.67046407379738, + 34.82281372421319, + ], + [ + -117.63528930826257, + 34.82302858368725, + ], + [ + -117.63636608679936, + 35.79580485247505, + ], + [ + -116.50108258285461, + 35.794945414578834, + ], + [ + -115.73621089556208, + 35.79526770378991, + ], + [ + -115.65114539115649, + 35.8110061602645, + ], + [ + -114.63394860007858, + 35.00109337281103, + ], + ], + ], + "type": "Polygon", + }, + "id": "06071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06079 { + "geometry": { + "coordinates": [ + [ + [ + -120.21632746092355, + 35.78844591548864, + ], + [ + -120.19443296400902, + 35.78871448983121, + ], + [ + -120.19550974254581, + 35.61505431992558, + ], + [ + -120.0874729626889, + 35.613818877949754, + ], + [ + -120.0874729626889, + 35.52760651398485, + ], + [ + -119.99989497503083, + 35.439514129621955, + ], + [ + -119.88324396687969, + 35.437741538961, + ], + [ + -119.88144933598505, + 35.35013258841473, + ], + [ + -119.81253550963116, + 35.3507771668369, + ], + [ + -119.81109980491544, + 35.26408136905537, + ], + [ + -119.6686061118816, + 35.261664199972245, + ], + [ + -119.66752933334482, + 35.174968402190714, + ], + [ + -119.55482651316188, + 35.17910444706628, + ], + [ + -119.56272288909827, + 35.0883263192777, + ], + [ + -119.47442704908232, + 35.07699248202125, + ], + [ + -119.47442704908232, + 34.8997871307937, + ], + [ + -119.74541631417189, + 34.97364507500039, + ], + [ + -120.08137121764716, + 35.11464660484953, + ], + [ + -120.1833062524623, + 35.03885492537634, + ], + [ + -120.33441417379039, + 34.99996536057223, + ], + [ + -120.2981626297188, + 34.90843522462444, + ], + [ + -120.45752585316221, + 34.99695732793545, + ], + [ + -120.64991028506685, + 34.97498794671324, + ], + [ + -120.65170491596149, + 35.14805725306522, + ], + [ + -120.75794706492374, + 35.15998195387532, + ], + [ + -120.8990050532419, + 35.255110986013534, + ], + [ + -120.82829659599335, + 35.337563309182464, + ], + [ + -120.88751941551624, + 35.43376663869097, + ], + [ + -121.00452934984631, + 35.46110750676457, + ], + [ + -121.16461042564755, + 35.63288765627222, + ], + [ + -121.28628640030365, + 35.66447199895842, + ], + [ + -121.34658599836332, + 35.79516027405288, + ], + [ + -120.21632746092355, + 35.78844591548864, + ], + ], + ], + "type": "Polygon", + }, + "id": "06079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06029 { + "geometry": { + "coordinates": [ + [ + [ + -117.63636608679936, + 35.79580485247505, + ], + [ + -117.63528930826257, + 34.82302858368725, + ], + [ + -117.67046407379738, + 34.82281372421319, + ], + [ + -118.89440234393699, + 34.817979386046936, + ], + [ + -118.88148100149563, + 34.788382493495746, + ], + [ + -118.97731429126902, + 34.81233932485297, + ], + [ + -119.24650892546396, + 34.81443420472502, + ], + [ + -119.27809442920949, + 34.87899947667879, + ], + [ + -119.44391832387356, + 34.89919626724004, + ], + [ + -119.47442704908232, + 34.8997871307937, + ], + [ + -119.47442704908232, + 35.07699248202125, + ], + [ + -119.56272288909827, + 35.0883263192777, + ], + [ + -119.55482651316188, + 35.17910444706628, + ], + [ + -119.66752933334482, + 35.174968402190714, + ], + [ + -119.6686061118816, + 35.261664199972245, + ], + [ + -119.81109980491544, + 35.26408136905537, + ], + [ + -119.81253550963116, + 35.3507771668369, + ], + [ + -119.88144933598505, + 35.35013258841473, + ], + [ + -119.88324396687969, + 35.437741538961, + ], + [ + -119.99989497503083, + 35.439514129621955, + ], + [ + -120.0874729626889, + 35.52760651398485, + ], + [ + -120.0874729626889, + 35.613818877949754, + ], + [ + -120.19550974254581, + 35.61505431992558, + ], + [ + -120.19443296400902, + 35.78871448983121, + ], + [ + -119.53939268746804, + 35.790003646675544, + ], + [ + -118.00821360816728, + 35.7867807545647, + ], + [ + -117.63636608679936, + 35.79580485247505, + ], + ], + ], + "type": "Polygon", + }, + "id": "06029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47113 { + "geometry": { + "coordinates": [ + [ + [ + -88.70691606531767, + 35.791077944045824, + ], + [ + -88.60677566139715, + 35.789359068253376, + ], + [ + -88.61359525879676, + 35.58814317080008, + ], + [ + -88.67712519246676, + 35.48866323431223, + ], + [ + -88.84151338241513, + 35.4277505734174, + ], + [ + -89.0787635866856, + 35.43140318447635, + ], + [ + -89.06943150603351, + 35.692726019796766, + ], + [ + -89.0206175456995, + 35.67140121699672, + ], + [ + -88.91617002763186, + 35.79736258366196, + ], + [ + -88.70691606531767, + 35.791077944045824, + ], + ], + ], + "type": "Polygon", + }, + "id": "47113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05141 { + "geometry": { + "coordinates": [ + [ + [ + -92.41677705070272, + 35.788553345225665, + ], + [ + -92.41857168159734, + 35.71598455786331, + ], + [ + -92.24054429684976, + 35.7121170873303, + ], + [ + -92.25274778693327, + 35.363722450148764, + ], + [ + -92.4813837629095, + 35.368395643709476, + ], + [ + -92.48030698437272, + 35.45557487530763, + ], + [ + -92.85071880102494, + 35.46293381229405, + ], + [ + -92.81339047841658, + 35.54898503165341, + ], + [ + -92.8098012166273, + 35.72237662721647, + ], + [ + -92.63105597952188, + 35.718348012077925, + ], + [ + -92.63033812716402, + 35.790809369703254, + ], + [ + -92.41677705070272, + 35.788553345225665, + ], + ], + ], + "type": "Polygon", + }, + "id": "05141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37087 { + "geometry": { + "coordinates": [ + [ + [ + -82.88441559077083, + 35.677954430955424, + ], + [ + -82.76596995172505, + 35.56676465313153, + ], + [ + -82.80006793872307, + 35.47056132362303, + ], + [ + -82.74515223334731, + 35.42313109472521, + ], + [ + -82.83201236864754, + 35.318440815991494, + ], + [ + -82.92102606102134, + 35.29179824120857, + ], + [ + -83.18591358106914, + 35.51450008606744, + ], + [ + -83.15648163439717, + 35.554249088767776, + ], + [ + -83.25410955506518, + 35.695895197039086, + ], + [ + -83.2555452597809, + 35.71496397536154, + ], + [ + -83.25518633360197, + 35.71625313220588, + ], + [ + -83.0785946535701, + 35.78957392772743, + ], + [ + -82.96158471924004, + 35.79102422917731, + ], + [ + -82.88441559077083, + 35.677954430955424, + ], + ], + ], + "type": "Polygon", + }, + "id": "37087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05047 { + "geometry": { + "coordinates": [ + [ + [ + -93.70998807337516, + 35.37521743201075, + ], + [ + -93.80689814168532, + 35.43000659789499, + ], + [ + -93.81012847729566, + 35.3130693291401, + ], + [ + -93.91708847861578, + 35.31903167954515, + ], + [ + -93.92031881422612, + 35.22938156399535, + ], + [ + -94.02871452026194, + 35.2138042521263, + ], + [ + -94.082194520922, + 35.214932264365096, + ], + [ + -94.07501599734347, + 35.4454227651585, + ], + [ + -94.02333062757805, + 35.574177304986456, + ], + [ + -94.07358029262777, + 35.662162259612316, + ], + [ + -93.98420767407505, + 35.66076567303096, + ], + [ + -93.91098673357403, + 35.759762175702186, + ], + [ + -93.69598995239701, + 35.76862512900699, + ], + [ + -93.70998807337516, + 35.37521743201075, + ], + ], + ], + "type": "Polygon", + }, + "id": "05047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47007 { + "geometry": { + "coordinates": [ + [ + [ + -84.91629668967414, + 35.761588481231655, + ], + [ + -85.10796326922093, + 35.57122298721819, + ], + [ + -85.13524165881935, + 35.45863662281293, + ], + [ + -85.22604998208777, + 35.35421491842179, + ], + [ + -85.4033595144775, + 35.492369560239695, + ], + [ + -85.42381830667631, + 35.5674092315537, + ], + [ + -85.25404622404405, + 35.76561709637021, + ], + [ + -84.91629668967414, + 35.761588481231655, + ], + ], + ], + "type": "Polygon", + }, + "id": "47007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05071 { + "geometry": { + "coordinates": [ + [ + [ + -93.69598995239701, + 35.76862512900699, + ], + [ + -93.51903934618622, + 35.763468501629646, + ], + [ + -93.51939827236514, + 35.734408757763596, + ], + [ + -93.16442028140676, + 35.728822411438145, + ], + [ + -93.1676506170171, + 35.59770441739557, + ], + [ + -93.22113061767716, + 35.59893985937139, + ], + [ + -93.22364310092965, + 35.46857387348801, + ], + [ + -93.29614618907281, + 35.46991674520086, + ], + [ + -93.29901759850422, + 35.32735748416481, + ], + [ + -93.40454189510864, + 35.340356482345186, + ], + [ + -93.43828095592774, + 35.42501111512319, + ], + [ + -93.70998807337516, + 35.37521743201075, + ], + [ + -93.69598995239701, + 35.76862512900699, + ], + ], + ], + "type": "Polygon", + }, + "id": "05071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05033 { + "geometry": { + "coordinates": [ + [ + [ + -94.07501599734347, + 35.4454227651585, + ], + [ + -94.13387989068744, + 35.38714213282085, + ], + [ + -94.32267506080281, + 35.358565822771425, + ], + [ + -94.38548714211495, + 35.4485382275323, + ], + [ + -94.43142969301756, + 35.39713309836445, + ], + [ + -94.47270620359411, + 35.63847400259766, + ], + [ + -94.49352392197186, + 35.75917131214853, + ], + [ + -93.96303102951839, + 35.76089018794097, + ], + [ + -93.91098673357403, + 35.759762175702186, + ], + [ + -93.98420767407505, + 35.66076567303096, + ], + [ + -94.07358029262777, + 35.662162259612316, + ], + [ + -94.02333062757805, + 35.574177304986456, + ], + [ + -94.07501599734347, + 35.4454227651585, + ], + ], + ], + "type": "Polygon", + }, + "id": "05033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47121 { + "geometry": { + "coordinates": [ + [ + [ + -84.6198236658808, + 35.644651212476774, + ], + [ + -84.8603042057616, + 35.35007887354622, + ], + [ + -84.94644648870397, + 35.28755476659597, + ], + [ + -85.01643709359466, + 35.409272658648604, + ], + [ + -84.91845024674771, + 35.439245555279385, + ], + [ + -84.85563816543555, + 35.55403422929372, + ], + [ + -84.79390286266019, + 35.555162241532514, + ], + [ + -84.7239122577695, + 35.7528866725324, + ], + [ + -84.62305400149114, + 35.7117410832507, + ], + [ + -84.6198236658808, + 35.644651212476774, + ], + ], + ], + "type": "Polygon", + }, + "id": "47121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35037 { + "geometry": { + "coordinates": [ + [ + [ + -103.04170979928709, + 35.739296810798365, + ], + [ + -103.04170979928709, + 35.622359542043476, + ], + [ + -103.04242765164494, + 35.18313306220483, + ], + [ + -103.04278657782388, + 34.95409286286131, + ], + [ + -103.28290819152575, + 34.954307722335365, + ], + [ + -103.28434389624145, + 34.86487246625963, + ], + [ + -103.38950926666693, + 34.865248470339225, + ], + [ + -103.39058604520372, + 34.778284098215124, + ], + [ + -103.49539248945028, + 34.778713817163236, + ], + [ + -103.4957514156292, + 34.69153458556508, + ], + [ + -103.70572323030125, + 34.69244773832981, + ], + [ + -103.73838551258356, + 34.60467764317801, + ], + [ + -103.94871625343454, + 34.605053647257606, + ], + [ + -104.12889719525568, + 34.60521479186315, + ], + [ + -104.12925612143461, + 34.77930468071688, + ], + [ + -104.12494900728748, + 35.142148617528676, + ], + [ + -103.85754900398719, + 35.26408136905537, + ], + [ + -103.63716833012627, + 35.24082283098882, + ], + [ + -103.63716833012627, + 35.389666731641, + ], + [ + -103.38017718601485, + 35.39799253626067, + ], + [ + -103.37515221950987, + 35.73999510408905, + ], + [ + -103.04170979928709, + 35.739296810798365, + ], + ], + ], + "type": "Polygon", + }, + "id": "35037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37013 { + "geometry": { + "coordinates": [ + [ + [ + [ + -77.09852558647448, + 35.55097248178842, + ], + [ + -76.96536397409272, + 35.43414264277057, + ], + [ + -76.62258947321786, + 35.34121592024141, + ], + [ + -76.61325739256576, + 35.27643578881358, + ], + [ + -76.6326394062278, + 35.235236484663375, + ], + [ + -76.84548263033125, + 35.21600656173537, + ], + [ + -76.89573229538097, + 35.25349953995811, + ], + [ + -77.19041068827968, + 35.41894133498111, + ], + [ + -77.17605364112262, + 35.519065849891135, + ], + [ + -77.09852558647448, + 35.55097248178842, + ], + ], + ], + [ + [ + [ + -76.84512370415233, + 35.705456443634574, + ], + [ + -76.63802329891169, + 35.70524158416052, + ], + [ + -76.59279860036695, + 35.61908293506413, + ], + [ + -76.49481175352, + 35.571652706166304, + ], + [ + -76.63766437273277, + 35.512566350800945, + ], + [ + -76.57485229142061, + 35.389183297824374, + ], + [ + -76.97828531653408, + 35.484151185357064, + ], + [ + -77.08955243200133, + 35.559029712065524, + ], + [ + -77.17390008404907, + 35.635627114566425, + ], + [ + -77.17390008404907, + 35.73311960091926, + ], + [ + -76.98582276629155, + 35.65845593368486, + ], + [ + -76.84512370415233, + 35.705456443634574, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "37013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05115 { + "geometry": { + "coordinates": [ + [ + [ + -92.95121813112438, + 35.72457893682554, + ], + [ + -92.8098012166273, + 35.72237662721647, + ], + [ + -92.81339047841658, + 35.54898503165341, + ], + [ + -92.85071880102494, + 35.46293381229405, + ], + [ + -92.85502591517206, + 35.17276609258164, + ], + [ + -92.89594349956968, + 35.17067121270959, + ], + [ + -93.0933528979793, + 35.13887201054933, + ], + [ + -93.15975424108072, + 35.23942624440746, + ], + [ + -93.27855880630541, + 35.31736651862121, + ], + [ + -93.29901759850422, + 35.32735748416481, + ], + [ + -93.29614618907281, + 35.46991674520086, + ], + [ + -93.22364310092965, + 35.46857387348801, + ], + [ + -93.22113061767716, + 35.59893985937139, + ], + [ + -93.1676506170171, + 35.59770441739557, + ], + [ + -93.16442028140676, + 35.728822411438145, + ], + [ + -92.95121813112438, + 35.72457893682554, + ], + ], + ], + "type": "Polygon", + }, + "id": "05115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40017 { + "geometry": { + "coordinates": [ + [ + [ + -97.67396879344021, + 35.72592180853839, + ], + [ + -97.6710973840088, + 35.37720488214576, + ], + [ + -97.67145631018772, + 35.33697244562881, + ], + [ + -97.67145631018772, + 35.33595186312705, + ], + [ + -97.84194624517785, + 35.33358840891243, + ], + [ + -97.94603483706655, + 35.374733998194124, + ], + [ + -98.09606597985785, + 35.37768831596239, + ], + [ + -98.30639672070883, + 35.37720488214576, + ], + [ + -98.31321631810843, + 35.55145591560505, + ], + [ + -98.31321631810843, + 35.72490122603662, + ], + [ + -98.20697416914616, + 35.72506237064216, + ], + [ + -97.67396879344021, + 35.72592180853839, + ], + ], + ], + "type": "Polygon", + }, + "id": "40017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40109 { + "geometry": { + "coordinates": [ + [ + [ + -97.14096341773426, + 35.72420293274594, + ], + [ + -97.14132234391317, + 35.46390067992729, + ], + [ + -97.1416812700921, + 35.37677516319765, + ], + [ + -97.6710973840088, + 35.37720488214576, + ], + [ + -97.67396879344021, + 35.72592180853839, + ], + [ + -97.14096341773426, + 35.72420293274594, + ], + ], + ], + "type": "Polygon", + }, + "id": "40109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05023 { + "geometry": { + "coordinates": [ + [ + [ + -91.8371112717363, + 35.704919294949434, + ], + [ + -91.78973301611799, + 35.71168736838219, + ], + [ + -91.79404013026512, + 35.534106013075046, + ], + [ + -91.85182724507229, + 35.358297248428855, + ], + [ + -92.1113308724362, + 35.362701867647, + ], + [ + -92.25274778693327, + 35.363722450148764, + ], + [ + -92.24054429684976, + 35.7121170873303, + ], + [ + -91.8371112717363, + 35.704919294949434, + ], + ], + ], + "type": "Polygon", + }, + "id": "05023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47117 { + "geometry": { + "coordinates": [ + [ + [ + -86.63950127470062, + 35.68590423149549, + ], + [ + -86.66570288576226, + 35.4562194537298, + ], + [ + -86.59930154266084, + 35.364904177256065, + ], + [ + -86.74682020219966, + 35.25280124666744, + ], + [ + -86.82829644481599, + 35.263651650107256, + ], + [ + -86.9607402048399, + 35.416953884846095, + ], + [ + -86.83798745164701, + 35.55081133718288, + ], + [ + -86.78199496773446, + 35.70685303021594, + ], + [ + -86.68616167796107, + 35.71002220745826, + ], + [ + -86.63950127470062, + 35.68590423149549, + ], + ], + ], + "type": "Polygon", + }, + "id": "47117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05111 { + "geometry": { + "coordinates": [ + [ + [ + -90.28690910495244, + 35.699870097309116, + ], + [ + -90.28690910495244, + 35.43854726198871, + ], + [ + -90.50226481230838, + 35.441662724362516, + ], + [ + -91.03921837598253, + 35.44295188120685, + ], + [ + -91.03706481890897, + 35.70857190600838, + ], + [ + -90.28690910495244, + 35.699870097309116, + ], + ], + ], + "type": "Polygon", + }, + "id": "05111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37095 { + "geometry": { + "coordinates": [ + [ + [ + -76.39538920195733, + 35.69745292822599, + ], + [ + -76.2694061131541, + 35.689932846634036, + ], + [ + -76.2977612812893, + 35.60903825465202, + ], + [ + -76.21413148159941, + 35.59797299173814, + ], + [ + -76.16208718565505, + 35.695787767302065, + ], + [ + -76.01313282140053, + 35.66914519251914, + ], + [ + -75.88786758495516, + 35.63890372154577, + ], + [ + -75.88068906137663, + 35.57578875104187, + ], + [ + -76.03107913034685, + 35.41115267904659, + ], + [ + -76.15060154792941, + 35.336274152338135, + ], + [ + -76.25397228746026, + 35.34776913420012, + ], + [ + -76.39036423545235, + 35.42898601539322, + ], + [ + -76.46968692099513, + 35.37274654805911, + ], + [ + -76.58633792914627, + 35.50918231408457, + ], + [ + -76.49122249173072, + 35.501501087887064, + ], + [ + -76.49481175352, + 35.571652706166304, + ], + [ + -76.59279860036695, + 35.61908293506413, + ], + [ + -76.63802329891169, + 35.70524158416052, + ], + [ + -76.39538920195733, + 35.69745292822599, + ], + ], + ], + "type": "Polygon", + }, + "id": "37095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47031 { + "geometry": { + "coordinates": [ + [ + [ + -86.20699522909409, + 35.70379128271064, + ], + [ + -86.08890851622725, + 35.64679980721733, + ], + [ + -85.98517885051747, + 35.66012109460879, + ], + [ + -85.8775009968395, + 35.524115047531446, + ], + [ + -85.91375254091109, + 35.288843923440304, + ], + [ + -86.15782234258116, + 35.362809297384025, + ], + [ + -86.26155200829093, + 35.33358840891243, + ], + [ + -86.25760382032274, + 35.41249555075944, + ], + [ + -86.24504140406032, + 35.631920788638965, + ], + [ + -86.20699522909409, + 35.70379128271064, + ], + ], + ], + "type": "Polygon", + }, + "id": "47031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47003 { + "geometry": { + "coordinates": [ + [ + [ + -86.24504140406032, + 35.631920788638965, + ], + [ + -86.25760382032274, + 35.41249555075944, + ], + [ + -86.44388650718564, + 35.3207505553376, + ], + [ + -86.52572167598089, + 35.354698352238415, + ], + [ + -86.59930154266084, + 35.364904177256065, + ], + [ + -86.66570288576226, + 35.4562194537298, + ], + [ + -86.63950127470062, + 35.68590423149549, + ], + [ + -86.51567174297095, + 35.688321400578616, + ], + [ + -86.40332784896692, + 35.61886807559007, + ], + [ + -86.35271925773829, + 35.66049709868839, + ], + [ + -86.24504140406032, + 35.631920788638965, + ], + ], + ], + "type": "Polygon", + }, + "id": "47003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37173 { + "geometry": { + "coordinates": [ + [ + [ + -83.18591358106914, + 35.51450008606744, + ], + [ + -83.3513785495543, + 35.4681441545399, + ], + [ + -83.33953398564971, + 35.331063810092274, + ], + [ + -83.6797960032721, + 35.27949753631887, + ], + [ + -83.58539841821441, + 35.43484093606125, + ], + [ + -83.95293882543523, + 35.460624072947944, + ], + [ + -83.77204003125624, + 35.56150059601716, + ], + [ + -83.66292647286255, + 35.56918182221466, + ], + [ + -83.49817935673526, + 35.56295089746703, + ], + [ + -83.25410955506518, + 35.695895197039086, + ], + [ + -83.15648163439717, + 35.554249088767776, + ], + [ + -83.18591358106914, + 35.51450008606744, + ], + ], + ], + "type": "Polygon", + }, + "id": "37173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47123 { + "geometry": { + "coordinates": [ + [ + [ + -84.18839439881106, + 35.610542270970406, + ], + [ + -84.08215224984879, + 35.539208925583864, + ], + [ + -84.0053420475585, + 35.5547325225844, + ], + [ + -83.96083520137161, + 35.46373953532175, + ], + [ + -84.0214937256102, + 35.404062316402744, + ], + [ + -84.02903117536766, + 35.292013100682624, + ], + [ + -84.12665909603568, + 35.2411451201999, + ], + [ + -84.21387815751484, + 35.26622996379592, + ], + [ + -84.29248299069977, + 35.206660174613944, + ], + [ + -84.4956352079722, + 35.28545988672393, + ], + [ + -84.40087869673559, + 35.33031180193308, + ], + [ + -84.4091339988509, + 35.39836854034027, + ], + [ + -84.52255467139169, + 35.607749097807684, + ], + [ + -84.52219574521277, + 35.6185995012475, + ], + [ + -84.52578500700203, + 35.62418584757295, + ], + [ + -84.45723010682705, + 35.665761155802755, + ], + [ + -84.29068835980513, + 35.65469589288888, + ], + [ + -84.18839439881106, + 35.610542270970406, + ], + ], + ], + "type": "Polygon", + }, + "id": "47123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47101 { + "geometry": { + "coordinates": [ + [ + [ + -87.3390483974285, + 35.659100512107024, + ], + [ + -87.28592732294737, + 35.542163243352135, + ], + [ + -87.29454155124161, + 35.444724471867815, + ], + [ + -87.4485208820011, + 35.45783089978522, + ], + [ + -87.57522182316218, + 35.398422255208786, + ], + [ + -87.71771551619604, + 35.48334546232935, + ], + [ + -87.65813377049423, + 35.6093605438631, + ], + [ + -87.58670746088784, + 35.65329930630752, + ], + [ + -87.45964759354783, + 35.61505431992558, + ], + [ + -87.3390483974285, + 35.659100512107024, + ], + ], + ], + "type": "Polygon", + }, + "id": "47101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37079 { + "geometry": { + "coordinates": [ + [ + [ + -77.47611592670523, + 35.426783705784146, + ], + [ + -77.68142170105124, + 35.3484674274908, + ], + [ + -77.80561015895984, + 35.369845945159355, + ], + [ + -77.82355646790616, + 35.57272700353658, + ], + [ + -77.70044478853434, + 35.65217129406872, + ], + [ + -77.50339431630366, + 35.51804526738937, + ], + [ + -77.47611592670523, + 35.426783705784146, + ], + ], + ], + "type": "Polygon", + }, + "id": "37079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47167 { + "geometry": { + "coordinates": [ + [ + [ + [ + -90.05432494100802, + 35.38923701269289, + ], + [ + -90.07514265938576, + 35.38413410018407, + ], + [ + -90.1433386333818, + 35.43500208066679, + ], + [ + -90.06724628344938, + 35.46094636215903, + ], + [ + -90.05432494100802, + 35.38923701269289, + ], + ], + ], + [ + [ + [ + -89.50265540399788, + 35.580784233813674, + ], + [ + -89.4746591620416, + 35.40298801903246, + ], + [ + -89.63294560694823, + 35.37575458069589, + ], + [ + -90.04140359856666, + 35.39659594967931, + ], + [ + -90.03996789385096, + 35.547319870729474, + ], + [ + -89.90931876472169, + 35.537866053871014, + ], + [ + -89.75856976957252, + 35.6501838439337, + ], + [ + -89.61356359328619, + 35.64352320023798, + ], + [ + -89.50265540399788, + 35.580784233813674, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "47167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47107 { + "geometry": { + "coordinates": [ + [ + [ + -84.58428997416706, + 35.64443635300272, + ], + [ + -84.52578500700203, + 35.62418584757295, + ], + [ + -84.52219574521277, + 35.6185995012475, + ], + [ + -84.52255467139169, + 35.607749097807684, + ], + [ + -84.4091339988509, + 35.39836854034027, + ], + [ + -84.40087869673559, + 35.33031180193308, + ], + [ + -84.4956352079722, + 35.28545988672393, + ], + [ + -84.70381239174961, + 35.24098397559436, + ], + [ + -84.8603042057616, + 35.35007887354622, + ], + [ + -84.6198236658808, + 35.644651212476774, + ], + [ + -84.58428997416706, + 35.64443635300272, + ], + ], + ], + "type": "Polygon", + }, + "id": "47107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40135 { + "geometry": { + "coordinates": [ + [ + [ + -94.80722540235368, + 35.638527717466175, + ], + [ + -94.47270620359411, + 35.63847400259766, + ], + [ + -94.43142969301756, + 35.39713309836445, + ], + [ + -94.43286539773327, + 35.3808037783362, + ], + [ + -94.49567747904541, + 35.301466917541084, + ], + [ + -94.65468177630989, + 35.29099251818086, + ], + [ + -94.74513117339939, + 35.35620236855681, + ], + [ + -94.81368607357436, + 35.32332886902627, + ], + [ + -94.8413233893517, + 35.370920242529635, + ], + [ + -95.04985949930804, + 35.4589051971555, + ], + [ + -95.13241252046116, + 35.5266396463516, + ], + [ + -95.12738755395618, + 35.63885000667726, + ], + [ + -94.80722540235368, + 35.638527717466175, + ], + ], + ], + "type": "Polygon", + }, + "id": "40135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40107 { + "geometry": { + "coordinates": [ + [ + [ + -96.19268045301025, + 35.6390111512828, + ], + [ + -96.19268045301025, + 35.551831919684645, + ], + [ + -96.08787400876369, + 35.5520467791587, + ], + [ + -96.08751508258476, + 35.37682887806616, + ], + [ + -95.98163185980142, + 35.37677516319765, + ], + [ + -95.98163185980142, + 35.289918220810584, + ], + [ + -96.44141629500636, + 35.290025650547605, + ], + [ + -96.44141629500636, + 35.46723100177516, + ], + [ + -96.5350960277062, + 35.39127817769642, + ], + [ + -96.62375079390107, + 35.40073199455488, + ], + [ + -96.62482757243784, + 35.46271895281999, + ], + [ + -96.62052045829073, + 35.63895743641429, + ], + [ + -96.19268045301025, + 35.6390111512828, + ], + ], + ], + "type": "Polygon", + }, + "id": "40107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37105 { + "geometry": { + "coordinates": [ + [ + [ + -78.96996668339763, + 35.52153673384278, + ], + [ + -79.18352775985895, + 35.307160693603564, + ], + [ + -79.27361823076951, + 35.353086906182995, + ], + [ + -79.35006950688087, + 35.51783040791531, + ], + [ + -79.32243219110353, + 35.54253924743173, + ], + [ + -79.26285044540171, + 35.53571745913046, + ], + [ + -79.11748534293645, + 35.62810703297447, + ], + [ + -78.96996668339763, + 35.52153673384278, + ], + ], + ], + "type": "Polygon", + }, + "id": "37105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48359 { + "geometry": { + "coordinates": [ + [ + [ + -102.16269958709591, + 35.6274624545523, + ], + [ + -102.16269958709591, + 35.62004980269738, + ], + [ + -102.16736562742196, + 35.18324049194186, + ], + [ + -103.04242765164494, + 35.18313306220483, + ], + [ + -103.04170979928709, + 35.622359542043476, + ], + [ + -102.16269958709591, + 35.6274624545523, + ], + ], + ], + "type": "Polygon", + }, + "id": "48359", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48065 { + "geometry": { + "coordinates": [ + [ + [ + -101.0859210503162, + 35.62520643007471, + ], + [ + -101.0859210503162, + 35.61908293506413, + ], + [ + -101.08663890267405, + 35.182112479703065, + ], + [ + -101.62287461399035, + 35.18313306220483, + ], + [ + -101.62287461399035, + 35.62021094730292, + ], + [ + -101.62287461399035, + 35.62402470296741, + ], + [ + -101.0859210503162, + 35.62520643007471, + ], + ], + ], + "type": "Polygon", + }, + "id": "48065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48179 { + "geometry": { + "coordinates": [ + [ + [ + -100.53999433216889, + 35.619297794538184, + ], + [ + -100.5389175536321, + 35.182918202730775, + ], + [ + -101.08663890267405, + 35.182112479703065, + ], + [ + -101.0859210503162, + 35.61908293506413, + ], + [ + -100.53999433216889, + 35.619297794538184, + ], + ], + ], + "type": "Polygon", + }, + "id": "48179", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48483 { + "geometry": { + "coordinates": [ + [ + [ + -100.00052828524225, + 35.61908293506413, + ], + [ + -100.00052828524225, + 35.4223253716975, + ], + [ + -100.00052828524225, + 35.18270334325672, + ], + [ + -100.5389175536321, + 35.182918202730775, + ], + [ + -100.53999433216889, + 35.619297794538184, + ], + [ + -100.00052828524225, + 35.61908293506413, + ], + ], + ], + "type": "Polygon", + }, + "id": "48483", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48375 { + "geometry": { + "coordinates": [ + [ + [ + -101.62287461399035, + 35.62021094730292, + ], + [ + -101.62287461399035, + 35.18313306220483, + ], + [ + -102.16736562742196, + 35.18324049194186, + ], + [ + -102.16269958709591, + 35.62004980269738, + ], + [ + -101.62287461399035, + 35.62021094730292, + ], + ], + ], + "type": "Polygon", + }, + "id": "48375", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37161 { + "geometry": { + "coordinates": [ + [ + [ + -81.69242175055568, + 35.57954879183785, + ], + [ + -81.70283060974455, + 35.357222951058574, + ], + [ + -81.76815517430919, + 35.18044731877913, + ], + [ + -81.87439732327145, + 35.184099929838084, + ], + [ + -81.96915383450806, + 35.18726910708041, + ], + [ + -81.96879490832913, + 35.25747444022815, + ], + [ + -82.15220618576062, + 35.40766121259318, + ], + [ + -82.26131974415429, + 35.3927284791463, + ], + [ + -82.26598578448034, + 35.46766072072327, + ], + [ + -82.16943464234909, + 35.52787508832742, + ], + [ + -81.97346094865519, + 35.524652196216586, + ], + [ + -81.82414765822173, + 35.57492931314565, + ], + [ + -81.69242175055568, + 35.57954879183785, + ], + ], + ], + "type": "Polygon", + }, + "id": "37161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37191 { + "geometry": { + "coordinates": [ + [ + [ + -77.82355646790616, + 35.57272700353658, + ], + [ + -77.80561015895984, + 35.369845945159355, + ], + [ + -77.83432425327396, + 35.177869005090464, + ], + [ + -77.89354707279684, + 35.147627534117106, + ], + [ + -78.04429606794601, + 35.192586879063285, + ], + [ + -78.16345955934962, + 35.18936398695245, + ], + [ + -78.30451754766777, + 35.28615818001461, + ], + [ + -78.15340962633968, + 35.3504011627573, + ], + [ + -78.15484533105538, + 35.41765217813678, + ], + [ + -78.06475486014482, + 35.585457427374386, + ], + [ + -77.82355646790616, + 35.57272700353658, + ], + ], + ], + "type": "Polygon", + }, + "id": "37191", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47023 { + "geometry": { + "coordinates": [ + [ + [ + -88.36091122883245, + 35.41894133498111, + ], + [ + -88.36270585972709, + 35.38128721215283, + ], + [ + -88.60390425196574, + 35.37639915911806, + ], + [ + -88.71983740775903, + 35.24753718955307, + ], + [ + -88.78193163671332, + 35.247590904421585, + ], + [ + -88.84151338241513, + 35.4277505734174, + ], + [ + -88.67712519246676, + 35.48866323431223, + ], + [ + -88.61359525879676, + 35.58814317080008, + ], + [ + -88.50555847893986, + 35.512029202115805, + ], + [ + -88.36378263826387, + 35.49279927918781, + ], + [ + -88.36091122883245, + 35.41894133498111, + ], + ], + ], + "type": "Polygon", + }, + "id": "47023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37085 { + "geometry": { + "coordinates": [ + [ + [ + -78.70866842513908, + 35.519065849891135, + ], + [ + -78.66057231716293, + 35.496237030772704, + ], + [ + -78.5414088257593, + 35.31521792388065, + ], + [ + -78.61714224951281, + 35.24576459889211, + ], + [ + -78.82567835946915, + 35.25946189036317, + ], + [ + -79.09630869837979, + 35.19221087498369, + ], + [ + -79.22300963954086, + 35.26810998419391, + ], + [ + -79.18352775985895, + 35.307160693603564, + ], + [ + -78.96996668339763, + 35.52153673384278, + ], + [ + -78.91361527330616, + 35.58277168394869, + ], + [ + -78.70866842513908, + 35.519065849891135, + ], + ], + ], + "type": "Polygon", + }, + "id": "37085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37045 { + "geometry": { + "coordinates": [ + [ + [ + -81.53808349361725, + 35.56440119891691, + ], + [ + -81.45660725100092, + 35.419639628271796, + ], + [ + -81.31949745065097, + 35.26026761339088, + ], + [ + -81.3281116789452, + 35.16347342032872, + ], + [ + -81.36651678009035, + 35.164870006910085, + ], + [ + -81.76815517430919, + 35.18044731877913, + ], + [ + -81.70283060974455, + 35.357222951058574, + ], + [ + -81.69242175055568, + 35.57954879183785, + ], + [ + -81.53808349361725, + 35.56440119891691, + ], + ], + ], + "type": "Polygon", + }, + "id": "37045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37109 { + "geometry": { + "coordinates": [ + [ + [ + -80.95985341936654, + 35.54796444915164, + ], + [ + -80.9469320769252, + 35.48796494102155, + ], + [ + -80.95554630521943, + 35.40094685402894, + ], + [ + -81.45660725100092, + 35.419639628271796, + ], + [ + -81.53808349361725, + 35.56440119891691, + ], + [ + -81.53449423182799, + 35.568859533003575, + ], + [ + -80.95985341936654, + 35.54796444915164, + ], + ], + ], + "type": "Polygon", + }, + "id": "37109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47153 { + "geometry": { + "coordinates": [ + [ + [ + -85.22604998208777, + 35.35421491842179, + ], + [ + -85.3872078364258, + 35.147358959774536, + ], + [ + -85.454685958064, + 35.267465405771745, + ], + [ + -85.55841562377378, + 35.31930025388772, + ], + [ + -85.48555360945169, + 35.40642577061736, + ], + [ + -85.6072295841078, + 35.5316351291234, + ], + [ + -85.55769777141593, + 35.53297800083625, + ], + [ + -85.42381830667631, + 35.5674092315537, + ], + [ + -85.4033595144775, + 35.492369560239695, + ], + [ + -85.22604998208777, + 35.35421491842179, + ], + ], + ], + "type": "Polygon", + }, + "id": "47153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40091 { + "geometry": { + "coordinates": [ + [ + [ + -95.34453789220676, + 35.29303368318439, + ], + [ + -95.45652286003185, + 35.305173243468545, + ], + [ + -95.59973440542355, + 35.22202262700894, + ], + [ + -95.98378541687498, + 35.15154871951862, + ], + [ + -95.98163185980142, + 35.289918220810584, + ], + [ + -95.98163185980142, + 35.37677516319765, + ], + [ + -95.87574863701809, + 35.37672144832914, + ], + [ + -95.82226863635803, + 35.55161706021059, + ], + [ + -95.71279615178543, + 35.55172448994762, + ], + [ + -95.34489681838569, + 35.5516707750791, + ], + [ + -95.34453789220676, + 35.29303368318439, + ], + ], + ], + "type": "Polygon", + }, + "id": "40091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40015 { + "geometry": { + "coordinates": [ + [ + [ + -98.31321631810843, + 35.55145591560505, + ], + [ + -98.30639672070883, + 35.37720488214576, + ], + [ + -98.09606597985785, + 35.37768831596239, + ], + [ + -98.0924767180686, + 34.85493521558454, + ], + [ + -98.61973927491172, + 34.85493521558454, + ], + [ + -98.62153390580636, + 35.09735041718804, + ], + [ + -98.623328536701, + 35.46416925426986, + ], + [ + -98.62296961052206, + 35.551563345342075, + ], + [ + -98.31321631810843, + 35.55145591560505, + ], + ], + ], + "type": "Polygon", + }, + "id": "40015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05145 { + "geometry": { + "coordinates": [ + [ + [ + -91.5819147585195, + 35.53045340201609, + ], + [ + -91.58478616795092, + 35.442468447390226, + ], + [ + -91.34717703750152, + 35.43903069580533, + ], + [ + -91.42326938743396, + 35.37741974161982, + ], + [ + -91.38558213864667, + 35.24538859481251, + ], + [ + -91.4656226765473, + 35.089454331516485, + ], + [ + -91.58406831559307, + 35.09138806678299, + ], + [ + -91.58514509412984, + 35.02499648929974, + ], + [ + -91.71722992797483, + 35.062006033705856, + ], + [ + -91.80265435855935, + 35.030367976151126, + ], + [ + -92.01298509941032, + 35.07624047386206, + ], + [ + -92.11958617455151, + 35.066410652924, + ], + [ + -92.1113308724362, + 35.362701867647, + ], + [ + -91.85182724507229, + 35.358297248428855, + ], + [ + -91.79404013026512, + 35.534106013075046, + ], + [ + -91.5819147585195, + 35.53045340201609, + ], + ], + ], + "type": "Polygon", + }, + "id": "05145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47061 { + "geometry": { + "coordinates": [ + [ + [ + -85.55841562377378, + 35.31930025388772, + ], + [ + -85.70988247128079, + 35.28916621265139, + ], + [ + -85.74003227031062, + 35.215308268444694, + ], + [ + -85.87355280887131, + 35.22336549872179, + ], + [ + -85.91375254091109, + 35.288843923440304, + ], + [ + -85.8775009968395, + 35.524115047531446, + ], + [ + -85.6072295841078, + 35.5316351291234, + ], + [ + -85.48555360945169, + 35.40642577061736, + ], + [ + -85.55841562377378, + 35.31930025388772, + ], + ], + ], + "type": "Polygon", + }, + "id": "47061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 04025 { + "geometry": { + "coordinates": [ + [ + [ + -111.55507983724645, + 34.47216306255407, + ], + [ + -111.59384386457052, + 34.419200202199306, + ], + [ + -111.65952735531408, + 34.38638041753727, + ], + [ + -111.71228950361629, + 34.151216723183154, + ], + [ + -111.47791070877723, + 34.15105557857761, + ], + [ + -111.49478023918678, + 33.99979450884231, + ], + [ + -111.72556977223657, + 33.99984822371082, + ], + [ + -112.16453648906376, + 34.048084175636355, + ], + [ + -112.27616253070993, + 33.88232009140228, + ], + [ + -112.74492012038803, + 33.999901938579335, + ], + [ + -113.33391798000653, + 33.99920364528865, + ], + [ + -113.33355905382761, + 34.317893960181976, + ], + [ + -113.33427690618547, + 35.52798251806445, + ], + [ + -113.17455475656314, + 35.506442855790354, + ], + [ + -112.95345623034437, + 35.35609493881978, + ], + [ + -112.63078159548938, + 35.29996290122269, + ], + [ + -112.57730159482932, + 35.24334742980898, + ], + [ + -112.44090964683723, + 35.260482472864936, + ], + [ + -112.44234535155293, + 35.14940012477807, + ], + [ + -112.33574427641175, + 35.148272112539274, + ], + [ + -112.33466749787496, + 34.97300049657822, + ], + [ + -111.77833192053878, + 34.98127258632937, + ], + [ + -111.77797299435984, + 34.80331522694263, + ], + [ + -111.55220842781503, + 34.80250950391492, + ], + [ + -111.55507983724645, + 34.47216306255407, + ], + ], + ], + "type": "Polygon", + }, + "id": "04025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37099 { + "geometry": { + "coordinates": [ + [ + [ + -83.18591358106914, + 35.51450008606744, + ], + [ + -82.92102606102134, + 35.29179824120857, + ], + [ + -82.98383814233348, + 35.13129821408886, + ], + [ + -83.05670015665558, + 35.053733943954704, + ], + [ + -83.00860404867942, + 35.027735947593946, + ], + [ + -83.10802660024207, + 35.00082479846846, + ], + [ + -83.108385526421, + 35.000663653862915, + ], + [ + -83.33953398564971, + 35.331063810092274, + ], + [ + -83.3513785495543, + 35.4681441545399, + ], + [ + -83.18591358106914, + 35.51450008606744, + ], + ], + ], + "type": "Polygon", + }, + "id": "37099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37119 { + "geometry": { + "coordinates": [ + [ + [ + -80.78541529640823, + 35.506174281447784, + ], + [ + -80.6662518050046, + 35.26751912064026, + ], + [ + -80.5499597230324, + 35.20832533553788, + ], + [ + -80.83925422324721, + 35.0006099389944, + ], + [ + -80.90565556634863, + 35.075810754913945, + ], + [ + -81.04097073580395, + 35.0448709906499, + ], + [ + -81.03307435986757, + 35.14811096793373, + ], + [ + -80.95554630521943, + 35.40094685402894, + ], + [ + -80.9469320769252, + 35.48796494102155, + ], + [ + -80.78541529640823, + 35.506174281447784, + ], + ], + ], + "type": "Polygon", + }, + "id": "37119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37125 { + "geometry": { + "coordinates": [ + [ + [ + -79.35006950688087, + 35.51783040791531, + ], + [ + -79.27361823076951, + 35.353086906182995, + ], + [ + -79.18352775985895, + 35.307160693603564, + ], + [ + -79.22300963954086, + 35.26810998419391, + ], + [ + -79.09630869837979, + 35.19221087498369, + ], + [ + -79.09810332927442, + 35.174055249425976, + ], + [ + -79.22982923694047, + 35.210688789752496, + ], + [ + -79.33535353354488, + 35.16164711479925, + ], + [ + -79.45918306527454, + 35.04299097025191, + ], + [ + -79.57116803309964, + 35.06592721910737, + ], + [ + -79.61423917457083, + 35.16363456493426, + ], + [ + -79.69786897426071, + 35.25145837495459, + ], + [ + -79.76929528386711, + 35.51143833856215, + ], + [ + -79.55573420740579, + 35.51498351988407, + ], + [ + -79.35006950688087, + 35.51783040791531, + ], + ], + ], + "type": "Polygon", + }, + "id": "37125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37123 { + "geometry": { + "coordinates": [ + [ + [ + -79.76929528386711, + 35.51143833856215, + ], + [ + -79.69786897426071, + 35.25145837495459, + ], + [ + -79.61423917457083, + 35.16363456493426, + ], + [ + -79.85184830502021, + 35.183455351415915, + ], + [ + -80.07545931449147, + 35.1430080554249, + ], + [ + -80.09627703286921, + 35.23926509980192, + ], + [ + -80.05105233432447, + 35.37188711016289, + ], + [ + -80.18277824199052, + 35.50434797591831, + ], + [ + -80.06684508619723, + 35.505637132762644, + ], + [ + -79.76929528386711, + 35.51143833856215, + ], + ], + ], + "type": "Polygon", + }, + "id": "37123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37025 { + "geometry": { + "coordinates": [ + [ + [ + -80.29512213599453, + 35.50289767446843, + ], + [ + -80.50545287684551, + 35.18404621496957, + ], + [ + -80.5499597230324, + 35.20832533553788, + ], + [ + -80.6662518050046, + 35.26751912064026, + ], + [ + -80.78541529640823, + 35.506174281447784, + ], + [ + -80.73696026225315, + 35.50746343829212, + ], + [ + -80.29512213599453, + 35.50289767446843, + ], + ], + ], + "type": "Polygon", + }, + "id": "37025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40009 { + "geometry": { + "coordinates": [ + [ + [ + -99.36415217000544, + 35.50880631000497, + ], + [ + -99.36415217000544, + 35.46524355164014, + ], + [ + -99.36020398203725, + 35.11668776985306, + ], + [ + -99.40937686855018, + 35.11448546024399, + ], + [ + -99.78301902081274, + 35.11674148472157, + ], + [ + -99.78301902081274, + 35.03004568694004, + ], + [ + -99.88854331741716, + 35.030206831545584, + ], + [ + -100.00052828524225, + 35.031281128915865, + ], + [ + -100.00052828524225, + 35.18270334325672, + ], + [ + -100.00052828524225, + 35.4223253716975, + ], + [ + -99.57627754175104, + 35.421627078406814, + ], + [ + -99.57555968939319, + 35.508860024873485, + ], + [ + -99.36415217000544, + 35.50880631000497, + ], + ], + ], + "type": "Polygon", + }, + "id": "40009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37167 { + "geometry": { + "coordinates": [ + [ + [ + -80.18277824199052, + 35.50434797591831, + ], + [ + -80.05105233432447, + 35.37188711016289, + ], + [ + -80.09627703286921, + 35.23926509980192, + ], + [ + -80.07545931449147, + 35.1430080554249, + ], + [ + -80.27717582704821, + 35.19613206038521, + ], + [ + -80.35901099584346, + 35.165783159674824, + ], + [ + -80.50545287684551, + 35.18404621496957, + ], + [ + -80.29512213599453, + 35.50289767446843, + ], + [ + -80.18277824199052, + 35.50434797591831, + ], + ], + ], + "type": "Polygon", + }, + "id": "37167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37089 { + "geometry": { + "coordinates": [ + [ + [ + -82.26598578448034, + 35.46766072072327, + ], + [ + -82.26131974415429, + 35.3927284791463, + ], + [ + -82.34674417473882, + 35.27971239579293, + ], + [ + -82.35356377213843, + 35.19081428840233, + ], + [ + -82.57573907689397, + 35.14499550555992, + ], + [ + -82.619528070723, + 35.30388408662421, + ], + [ + -82.74515223334731, + 35.42313109472521, + ], + [ + -82.26598578448034, + 35.46766072072327, + ], + ], + ], + "type": "Polygon", + }, + "id": "37089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47181 { + "geometry": { + "coordinates": [ + [ + [ + -87.57522182316218, + 35.398422255208786, + ], + [ + -87.60752517926558, + 35.00345682702564, + ], + [ + -87.9847565933174, + 35.00587399610876, + ], + [ + -87.98188518388599, + 35.29566571174158, + ], + [ + -88.02495632535718, + 35.39224504532967, + ], + [ + -88.00772786876871, + 35.423345954199256, + ], + [ + -87.97327095559176, + 35.45992577965727, + ], + [ + -87.71771551619604, + 35.48334546232935, + ], + [ + -87.57522182316218, + 35.398422255208786, + ], + ], + ], + "type": "Polygon", + }, + "id": "47181", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40133 { + "geometry": { + "coordinates": [ + [ + [ + -96.44141629500636, + 35.290025650547605, + ], + [ + -96.44141629500636, + 35.11577461708833, + ], + [ + -96.4905891815193, + 35.11582833195684, + ], + [ + -96.49094810769823, + 34.910583819365, + ], + [ + -96.73035186904225, + 34.85772838874726, + ], + [ + -96.77593549376593, + 34.89994827539924, + ], + [ + -96.77665334612378, + 35.40975609246523, + ], + [ + -96.62375079390107, + 35.40073199455488, + ], + [ + -96.5350960277062, + 35.39127817769642, + ], + [ + -96.44141629500636, + 35.46723100177516, + ], + [ + -96.44141629500636, + 35.290025650547605, + ], + ], + ], + "type": "Polygon", + }, + "id": "40133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37075 { + "geometry": { + "coordinates": [ + [ + [ + -83.6797960032721, + 35.27949753631887, + ], + [ + -83.7027672787234, + 35.24855777205484, + ], + [ + -83.84490204557832, + 35.255379560356104, + ], + [ + -83.9579637919402, + 35.21718828884268, + ], + [ + -84.02903117536766, + 35.292013100682624, + ], + [ + -84.0214937256102, + 35.404062316402744, + ], + [ + -83.96083520137161, + 35.46373953532175, + ], + [ + -83.95293882543523, + 35.460624072947944, + ], + [ + -83.58539841821441, + 35.43484093606125, + ], + [ + -83.6797960032721, + 35.27949753631887, + ], + ], + ], + "type": "Polygon", + }, + "id": "37075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40149 { + "geometry": { + "coordinates": [ + [ + [ + -98.623328536701, + 35.46416925426986, + ], + [ + -98.62153390580636, + 35.09735041718804, + ], + [ + -98.750388404041, + 35.11631176577347, + ], + [ + -99.36020398203725, + 35.11668776985306, + ], + [ + -99.36415217000544, + 35.46524355164014, + ], + [ + -98.623328536701, + 35.46416925426986, + ], + ], + ], + "type": "Polygon", + }, + "id": "40149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40125 { + "geometry": { + "coordinates": [ + [ + [ + -96.62482757243784, + 35.46271895281999, + ], + [ + -96.62375079390107, + 35.40073199455488, + ], + [ + -96.77665334612378, + 35.40975609246523, + ], + [ + -96.77593549376593, + 34.89994827539924, + ], + [ + -96.93063267688328, + 34.96435240274748, + ], + [ + -97.0160571074678, + 34.907307212385646, + ], + [ + -97.14239912244996, + 34.93169376269098, + ], + [ + -97.1416812700921, + 35.37677516319765, + ], + [ + -97.14132234391317, + 35.46390067992729, + ], + [ + -96.62482757243784, + 35.46271895281999, + ], + ], + ], + "type": "Polygon", + }, + "id": "40125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05029 { + "geometry": { + "coordinates": [ + [ + [ + -92.4813837629095, + 35.368395643709476, + ], + [ + -92.55460470341052, + 35.113250018268175, + ], + [ + -92.71576255774855, + 35.071406135695796, + ], + [ + -93.0405907496771, + 35.07693876715273, + ], + [ + -92.89594349956968, + 35.17067121270959, + ], + [ + -92.85502591517206, + 35.17276609258164, + ], + [ + -92.85071880102494, + 35.46293381229405, + ], + [ + -92.48030698437272, + 35.45557487530763, + ], + [ + -92.4813837629095, + 35.368395643709476, + ], + ], + ], + "type": "Polygon", + }, + "id": "05029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47099 { + "geometry": { + "coordinates": [ + [ + [ + -87.29454155124161, + 35.444724471867815, + ], + [ + -87.2066046374046, + 35.433175775137315, + ], + [ + -87.224192020172, + 34.99937449701858, + ], + [ + -87.60752517926558, + 35.00345682702564, + ], + [ + -87.57522182316218, + 35.398422255208786, + ], + [ + -87.4485208820011, + 35.45783089978522, + ], + [ + -87.29454155124161, + 35.444724471867815, + ], + ], + ], + "type": "Polygon", + }, + "id": "47099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40061 { + "geometry": { + "coordinates": [ + [ + [ + -94.81368607357436, + 35.32332886902627, + ], + [ + -94.81476285211114, + 35.202309270264315, + ], + [ + -94.92782459847301, + 35.20198698105323, + ], + [ + -94.92782459847301, + 35.058245992909875, + ], + [ + -95.3492039325328, + 35.058514567252445, + ], + [ + -95.3492039325328, + 35.1603042430864, + ], + [ + -95.45508715531615, + 35.16046538769194, + ], + [ + -95.45652286003185, + 35.305173243468545, + ], + [ + -95.34453789220676, + 35.29303368318439, + ], + [ + -95.24296178357054, + 35.26091219181305, + ], + [ + -95.04985949930804, + 35.4589051971555, + ], + [ + -94.8413233893517, + 35.370920242529635, + ], + [ + -94.81368607357436, + 35.32332886902627, + ], + ], + ], + "type": "Polygon", + }, + "id": "40061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47065 { + "geometry": { + "coordinates": [ + [ + [ + -85.01643709359466, + 35.409272658648604, + ], + [ + -84.94644648870397, + 35.28755476659597, + ], + [ + -85.02612810042568, + 35.1275918881614, + ], + [ + -84.97982662334415, + 34.987664655682536, + ], + [ + -85.2655318617697, + 34.98508634199386, + ], + [ + -85.36459548715344, + 34.9833137513329, + ], + [ + -85.47442689790496, + 34.9829377472533, + ], + [ + -85.3857721317101, + 35.04116466472244, + ], + [ + -85.3872078364258, + 35.147358959774536, + ], + [ + -85.22604998208777, + 35.35421491842179, + ], + [ + -85.13524165881935, + 35.45863662281293, + ], + [ + -85.01643709359466, + 35.409272658648604, + ], + ], + ], + "type": "Polygon", + }, + "id": "47065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47055 { + "geometry": { + "coordinates": [ + [ + [ + -86.9607402048399, + 35.416953884846095, + ], + [ + -86.82829644481599, + 35.263651650107256, + ], + [ + -86.83547496839452, + 34.99190813029514, + ], + [ + -87.21091175155172, + 34.99899849293898, + ], + [ + -87.224192020172, + 34.99937449701858, + ], + [ + -87.2066046374046, + 35.433175775137315, + ], + [ + -87.12082128064115, + 35.45541373070209, + ], + [ + -86.9607402048399, + 35.416953884846095, + ], + ], + ], + "type": "Polygon", + }, + "id": "47055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05131 { + "geometry": { + "coordinates": [ + [ + [ + -94.07501599734347, + 35.4454227651585, + ], + [ + -94.082194520922, + 35.214932264365096, + ], + [ + -94.02871452026194, + 35.2138042521263, + ], + [ + -94.03122700351443, + 35.14085946068435, + ], + [ + -94.14069948808704, + 35.09966015653414, + ], + [ + -94.22289358306122, + 35.07908736189329, + ], + [ + -94.23043103281869, + 34.968488447623045, + ], + [ + -94.44794029724818, + 34.93389607230006, + ], + [ + -94.43286539773327, + 35.3808037783362, + ], + [ + -94.43142969301756, + 35.39713309836445, + ], + [ + -94.38548714211495, + 35.4485382275323, + ], + [ + -94.32267506080281, + 35.358565822771425, + ], + [ + -94.13387989068744, + 35.38714213282085, + ], + [ + -94.07501599734347, + 35.4454227651585, + ], + ], + ], + "type": "Polygon", + }, + "id": "05131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05037 { + "geometry": { + "coordinates": [ + [ + [ + -90.50226481230838, + 35.441662724362516, + ], + [ + -90.50298266466623, + 35.144136067663695, + ], + [ + -91.0428076377718, + 35.148164682802246, + ], + [ + -91.03993622834038, + 35.3542686332903, + ], + [ + -91.03921837598253, + 35.44295188120685, + ], + [ + -90.50226481230838, + 35.441662724362516, + ], + ], + ], + "type": "Polygon", + }, + "id": "05037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05147 { + "geometry": { + "coordinates": [ + [ + [ + -91.03993622834038, + 35.3542686332903, + ], + [ + -91.0428076377718, + 35.148164682802246, + ], + [ + -91.04567904720321, + 35.00087851333697, + ], + [ + -91.14976763909192, + 35.002489959392385, + ], + [ + -91.29297918448361, + 34.98508634199386, + ], + [ + -91.3683536820582, + 34.91273241410556, + ], + [ + -91.36368764173216, + 35.05115563026604, + ], + [ + -91.4656226765473, + 35.089454331516485, + ], + [ + -91.38558213864667, + 35.24538859481251, + ], + [ + -91.42326938743396, + 35.37741974161982, + ], + [ + -91.34717703750152, + 35.43903069580533, + ], + [ + -91.25277945244385, + 35.44585248410661, + ], + [ + -91.25170267390706, + 35.357652670006686, + ], + [ + -91.03993622834038, + 35.3542686332903, + ], + ], + ], + "type": "Polygon", + }, + "id": "05147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05035 { + "geometry": { + "coordinates": [ + [ + [ + -90.28690910495244, + 35.43854726198871, + ], + [ + -90.1433386333818, + 35.43500208066679, + ], + [ + -90.07514265938576, + 35.38413410018407, + ], + [ + -90.15195286167605, + 35.255916709041244, + ], + [ + -90.07334802849113, + 35.222237486482996, + ], + [ + -90.0661695049126, + 35.139892593051094, + ], + [ + -90.17133487533808, + 35.11867521998808, + ], + [ + -90.21297031209356, + 35.026017071801505, + ], + [ + -90.30916252804589, + 34.9956144562226, + ], + [ + -90.24240225876554, + 34.92599998662851, + ], + [ + -90.30413756154091, + 34.85993069835634, + ], + [ + -90.40786722725069, + 34.83291211949381, + ], + [ + -90.40858507960854, + 34.904138035143326, + ], + [ + -90.40068870367216, + 35.148164682802246, + ], + [ + -90.50298266466623, + 35.144136067663695, + ], + [ + -90.50226481230838, + 35.441662724362516, + ], + [ + -90.28690910495244, + 35.43854726198871, + ], + ], + ], + "type": "Polygon", + }, + "id": "05035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47069 { + "geometry": { + "coordinates": [ + [ + [ + -89.0787635866856, + 35.43140318447635, + ], + [ + -88.84151338241513, + 35.4277505734174, + ], + [ + -88.78193163671332, + 35.247590904421585, + ], + [ + -88.78659767703937, + 34.995184737274485, + ], + [ + -88.82284922111096, + 34.995184737274485, + ], + [ + -89.01702828391022, + 34.994916162931915, + ], + [ + -89.19828600426814, + 34.99443272911529, + ], + [ + -89.18392895711108, + 35.39713309836445, + ], + [ + -89.0787635866856, + 35.43140318447635, + ], + ], + ], + "type": "Polygon", + }, + "id": "47069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37107 { + "geometry": { + "coordinates": [ + [ + [ + -77.39105042229964, + 35.340195337739644, + ], + [ + -77.47396236963168, + 35.22879070044169, + ], + [ + -77.60174008932954, + 35.07124499109025, + ], + [ + -77.73023566138525, + 35.007807731375266, + ], + [ + -77.76899968870931, + 35.14542522450803, + ], + [ + -77.83432425327396, + 35.177869005090464, + ], + [ + -77.80561015895984, + 35.369845945159355, + ], + [ + -77.68142170105124, + 35.3484674274908, + ], + [ + -77.47611592670523, + 35.426783705784146, + ], + [ + -77.39105042229964, + 35.340195337739644, + ], + ], + ], + "type": "Polygon", + }, + "id": "37107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05083 { + "geometry": { + "coordinates": [ + [ + [ + -93.70998807337516, + 35.37521743201075, + ], + [ + -93.43828095592774, + 35.42501111512319, + ], + [ + -93.40454189510864, + 35.340356482345186, + ], + [ + -93.29901759850422, + 35.32735748416481, + ], + [ + -93.27855880630541, + 35.31736651862121, + ], + [ + -93.27999451102112, + 35.21310595883562, + ], + [ + -93.45694511723192, + 35.2157379873928, + ], + [ + -93.52980713155401, + 35.14542522450803, + ], + [ + -93.70675773776482, + 35.13495082514781, + ], + [ + -93.70496310687018, + 35.01967871731685, + ], + [ + -94.07429814498562, + 35.02698393943475, + ], + [ + -94.14069948808704, + 35.09966015653414, + ], + [ + -94.03122700351443, + 35.14085946068435, + ], + [ + -94.02871452026194, + 35.2138042521263, + ], + [ + -93.92031881422612, + 35.22938156399535, + ], + [ + -93.91708847861578, + 35.31903167954515, + ], + [ + -93.81012847729566, + 35.3130693291401, + ], + [ + -93.80689814168532, + 35.43000659789499, + ], + [ + -93.70998807337516, + 35.37521743201075, + ], + ], + ], + "type": "Polygon", + }, + "id": "05083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37175 { + "geometry": { + "coordinates": [ + [ + [ + -82.57573907689397, + 35.14499550555992, + ], + [ + -82.7638163946515, + 35.068183243584954, + ], + [ + -82.89697800703325, + 35.05620482790634, + ], + [ + -83.00860404867942, + 35.027735947593946, + ], + [ + -83.05670015665558, + 35.053733943954704, + ], + [ + -82.98383814233348, + 35.13129821408886, + ], + [ + -82.92102606102134, + 35.29179824120857, + ], + [ + -82.83201236864754, + 35.318440815991494, + ], + [ + -82.74515223334731, + 35.42313109472521, + ], + [ + -82.619528070723, + 35.30388408662421, + ], + [ + -82.57573907689397, + 35.14499550555992, + ], + ], + ], + "type": "Polygon", + }, + "id": "37175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47071 { + "geometry": { + "coordinates": [ + [ + [ + -88.02495632535718, + 35.39224504532967, + ], + [ + -87.98188518388599, + 35.29566571174158, + ], + [ + -87.9847565933174, + 35.00587399610876, + ], + [ + -88.20011230067335, + 34.99556074135408, + ], + [ + -88.36270585972709, + 34.99539959674854, + ], + [ + -88.38101109485234, + 34.99556074135408, + ], + [ + -88.36270585972709, + 35.38128721215283, + ], + [ + -88.36091122883245, + 35.41894133498111, + ], + [ + -88.24210666360776, + 35.42318480959372, + ], + [ + -88.19616411270516, + 35.38069634859917, + ], + [ + -88.02495632535718, + 35.39224504532967, + ], + ], + ], + "type": "Polygon", + }, + "id": "47071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37071 { + "geometry": { + "coordinates": [ + [ + [ + -80.95554630521943, + 35.40094685402894, + ], + [ + -81.03307435986757, + 35.14811096793373, + ], + [ + -81.3281116789452, + 35.16347342032872, + ], + [ + -81.31949745065097, + 35.26026761339088, + ], + [ + -81.45660725100092, + 35.419639628271796, + ], + [ + -80.95554630521943, + 35.40094685402894, + ], + ], + ], + "type": "Polygon", + }, + "id": "37071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37049 { + "geometry": { + "coordinates": [ + [ + [ + [ + -76.68504262835107, + 34.89742367657908, + ], + [ + -76.75790464267317, + 34.846501981227846, + ], + [ + -77.09027028435918, + 34.80267064852046, + ], + [ + -77.11324155981048, + 35.071943284380936, + ], + [ + -77.04002061930946, + 35.09896186324346, + ], + [ + -76.89716800009668, + 34.9513534045671, + ], + [ + -76.68504262835107, + 34.89742367657908, + ], + ], + ], + [ + [ + [ + -77.19041068827968, + 35.41894133498111, + ], + [ + -76.89573229538097, + 35.25349953995811, + ], + [ + -76.98007994742872, + 35.13543425896444, + ], + [ + -76.93772665831538, + 35.08725202190742, + ], + [ + -77.03068853865736, + 35.133661668303475, + ], + [ + -77.13190572111466, + 35.07124499109025, + ], + [ + -77.47396236963168, + 35.22879070044169, + ], + [ + -77.39105042229964, + 35.340195337739644, + ], + [ + -77.26147807170715, + 35.35185146420718, + ], + [ + -77.19041068827968, + 35.41894133498111, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "37049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47127 { + "geometry": { + "coordinates": [ + [ + [ + -86.26155200829093, + 35.33358840891243, + ], + [ + -86.31826234456133, + 35.127162169213285, + ], + [ + -86.3922011374202, + 35.23539762926892, + ], + [ + -86.5271573806966, + 35.31140416821617, + ], + [ + -86.52572167598089, + 35.354698352238415, + ], + [ + -86.44388650718564, + 35.3207505553376, + ], + [ + -86.25760382032274, + 35.41249555075944, + ], + [ + -86.26155200829093, + 35.33358840891243, + ], + ], + ], + "type": "Polygon", + }, + "id": "47127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47157 { + "geometry": { + "coordinates": [ + [ + [ + -89.63294560694823, + 35.37575458069589, + ], + [ + -89.64443124467387, + 34.995238452143, + ], + [ + -89.7244717825745, + 34.99475501832637, + ], + [ + -90.30916252804589, + 34.9956144562226, + ], + [ + -90.21297031209356, + 35.026017071801505, + ], + [ + -90.17133487533808, + 35.11867521998808, + ], + [ + -90.0661695049126, + 35.139892593051094, + ], + [ + -90.07334802849113, + 35.222237486482996, + ], + [ + -90.15195286167605, + 35.255916709041244, + ], + [ + -90.07514265938576, + 35.38413410018407, + ], + [ + -90.05432494100802, + 35.38923701269289, + ], + [ + -90.04140359856666, + 35.39659594967931, + ], + [ + -89.63294560694823, + 35.37575458069589, + ], + ], + ], + "type": "Polygon", + }, + "id": "47157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37149 { + "geometry": { + "coordinates": [ + [ + [ + -81.96915383450806, + 35.18726910708041, + ], + [ + -82.21609504560955, + 35.19602463064818, + ], + [ + -82.35356377213843, + 35.19081428840233, + ], + [ + -82.34674417473882, + 35.27971239579293, + ], + [ + -82.26131974415429, + 35.3927284791463, + ], + [ + -82.15220618576062, + 35.40766121259318, + ], + [ + -81.96879490832913, + 35.25747444022815, + ], + [ + -81.96915383450806, + 35.18726910708041, + ], + ], + ], + "type": "Polygon", + }, + "id": "37149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47047 { + "geometry": { + "coordinates": [ + [ + [ + -89.18392895711108, + 35.39713309836445, + ], + [ + -89.19828600426814, + 34.99443272911529, + ], + [ + -89.35262426120657, + 34.99378815069312, + ], + [ + -89.64443124467387, + 34.995238452143, + ], + [ + -89.63294560694823, + 35.37575458069589, + ], + [ + -89.4746591620416, + 35.40298801903246, + ], + [ + -89.18392895711108, + 35.39713309836445, + ], + ], + ], + "type": "Polygon", + }, + "id": "47047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47109 { + "geometry": { + "coordinates": [ + [ + [ + -88.36270585972709, + 35.38128721215283, + ], + [ + -88.38101109485234, + 34.99556074135408, + ], + [ + -88.78659767703937, + 34.995184737274485, + ], + [ + -88.78193163671332, + 35.247590904421585, + ], + [ + -88.71983740775903, + 35.24753718955307, + ], + [ + -88.60390425196574, + 35.37639915911806, + ], + [ + -88.36270585972709, + 35.38128721215283, + ], + ], + ], + "type": "Polygon", + }, + "id": "47109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40079 { + "geometry": { + "coordinates": [ + [ + [ + -94.44794029724818, + 34.93389607230006, + ], + [ + -94.45440096846886, + 34.72897384891931, + ], + [ + -94.46157949204739, + 34.507453731167736, + ], + [ + -94.93751560530403, + 34.50686286761408, + ], + [ + -94.93823345766188, + 34.6808453267308, + ], + [ + -95.05955050613906, + 34.68073789699377, + ], + [ + -95.05955050613906, + 34.854988930453054, + ], + [ + -94.99817412954262, + 34.941308724154986, + ], + [ + -94.92782459847301, + 34.942221876919724, + ], + [ + -94.92782459847301, + 35.058245992909875, + ], + [ + -94.92782459847301, + 35.20198698105323, + ], + [ + -94.81476285211114, + 35.202309270264315, + ], + [ + -94.81368607357436, + 35.32332886902627, + ], + [ + -94.74513117339939, + 35.35620236855681, + ], + [ + -94.65468177630989, + 35.29099251818086, + ], + [ + -94.49567747904541, + 35.301466917541084, + ], + [ + -94.43286539773327, + 35.3808037783362, + ], + [ + -94.44794029724818, + 34.93389607230006, + ], + ], + ], + "type": "Polygon", + }, + "id": "40079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40051 { + "geometry": { + "coordinates": [ + [ + [ + -97.67145631018772, + 35.33595186312705, + ], + [ + -97.66822597457738, + 34.855150075058596, + ], + [ + -97.66858490075631, + 34.68132876054742, + ], + [ + -98.08924638245826, + 34.68138247541594, + ], + [ + -98.0924767180686, + 34.85493521558454, + ], + [ + -98.09606597985785, + 35.37768831596239, + ], + [ + -97.94603483706655, + 35.374733998194124, + ], + [ + -97.84194624517785, + 35.33358840891243, + ], + [ + -97.67145631018772, + 35.33595186312705, + ], + ], + ], + "type": "Polygon", + }, + "id": "40051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40027 { + "geometry": { + "coordinates": [ + [ + [ + -97.1416812700921, + 35.37677516319765, + ], + [ + -97.14239912244996, + 34.93169376269098, + ], + [ + -97.3416031517542, + 34.96451354735302, + ], + [ + -97.36816368899477, + 35.085210856903885, + ], + [ + -97.67145631018772, + 35.33697244562881, + ], + [ + -97.6710973840088, + 35.37720488214576, + ], + [ + -97.1416812700921, + 35.37677516319765, + ], + ], + ], + "type": "Polygon", + }, + "id": "40027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47103 { + "geometry": { + "coordinates": [ + [ + [ + -86.52572167598089, + 35.354698352238415, + ], + [ + -86.5271573806966, + 35.31140416821617, + ], + [ + -86.3922011374202, + 35.23539762926892, + ], + [ + -86.31826234456133, + 35.127162169213285, + ], + [ + -86.31898019691918, + 34.99115612213594, + ], + [ + -86.7837895986291, + 34.99196184516365, + ], + [ + -86.83547496839452, + 34.99190813029514, + ], + [ + -86.82829644481599, + 35.263651650107256, + ], + [ + -86.74682020219966, + 35.25280124666744, + ], + [ + -86.59930154266084, + 35.364904177256065, + ], + [ + -86.52572167598089, + 35.354698352238415, + ], + ], + ], + "type": "Polygon", + }, + "id": "47103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05045 { + "geometry": { + "coordinates": [ + [ + [ + -92.25274778693327, + 35.363722450148764, + ], + [ + -92.1113308724362, + 35.362701867647, + ], + [ + -92.11958617455151, + 35.066410652924, + ], + [ + -92.12138080544615, + 35.012212350593416, + ], + [ + -92.22798188058734, + 35.01441466020248, + ], + [ + -92.22977651148197, + 34.92755771781542, + ], + [ + -92.54419584422165, + 34.9532871398336, + ], + [ + -92.59839369723956, + 35.00007279030926, + ], + [ + -92.55460470341052, + 35.113250018268175, + ], + [ + -92.4813837629095, + 35.368395643709476, + ], + [ + -92.25274778693327, + 35.363722450148764, + ], + ], + ], + "type": "Polygon", + }, + "id": "05045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47051 { + "geometry": { + "coordinates": [ + [ + [ + -85.91375254091109, + 35.288843923440304, + ], + [ + -85.87355280887131, + 35.22336549872179, + ], + [ + -85.86386180204029, + 34.98825551923619, + ], + [ + -86.31000704244602, + 34.99110240726743, + ], + [ + -86.31898019691918, + 34.99115612213594, + ], + [ + -86.31826234456133, + 35.127162169213285, + ], + [ + -86.26155200829093, + 35.33358840891243, + ], + [ + -86.15782234258116, + 35.362809297384025, + ], + [ + -85.91375254091109, + 35.288843923440304, + ], + ], + ], + "type": "Polygon", + }, + "id": "47051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47011 { + "geometry": { + "coordinates": [ + [ + [ + -84.70381239174961, + 35.24098397559436, + ], + [ + -84.69986420378142, + 35.17099350192068, + ], + [ + -84.77595655371385, + 34.98787951515659, + ], + [ + -84.81220809778544, + 34.98761094081402, + ], + [ + -84.97982662334415, + 34.987664655682536, + ], + [ + -85.02612810042568, + 35.1275918881614, + ], + [ + -84.94644648870397, + 35.28755476659597, + ], + [ + -84.8603042057616, + 35.35007887354622, + ], + [ + -84.70381239174961, + 35.24098397559436, + ], + ], + ], + "type": "Polygon", + }, + "id": "47011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35006 { + "geometry": { + "coordinates": [ + [ + [ + -107.31005991908188, + 35.305173243468545, + ], + [ + -107.23899253565442, + 35.30533438807409, + ], + [ + -107.19628032036216, + 35.21933688358324, + ], + [ + -107.06670796976967, + 34.9571546103666, + ], + [ + -107.20274099158284, + 34.958014048262825, + ], + [ + -107.20453562247747, + 34.57878707655428, + ], + [ + -107.72533750809993, + 34.57803506839508, + ], + [ + -109.0461858465497, + 34.579270510370904, + ], + [ + -109.04582692037079, + 34.959732924055274, + ], + [ + -108.46939147701471, + 34.95898091589608, + ], + [ + -108.46867362465686, + 35.30673097465545, + ], + [ + -107.31005991908188, + 35.305173243468545, + ], + ], + ], + "type": "Polygon", + }, + "id": "35006", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40087 { + "geometry": { + "coordinates": [ + [ + [ + -97.14239912244996, + 34.93169376269098, + ], + [ + -97.0160571074678, + 34.907307212385646, + ], + [ + -96.93063267688328, + 34.96435240274748, + ], + [ + -96.93314516013577, + 34.854451781767914, + ], + [ + -97.66822597457738, + 34.855150075058596, + ], + [ + -97.67145631018772, + 35.33595186312705, + ], + [ + -97.67145631018772, + 35.33697244562881, + ], + [ + -97.36816368899477, + 35.085210856903885, + ], + [ + -97.3416031517542, + 34.96451354735302, + ], + [ + -97.14239912244996, + 34.93169376269098, + ], + ], + ], + "type": "Polygon", + }, + "id": "40087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37113 { + "geometry": { + "coordinates": [ + [ + [ + -83.108385526421, + 35.000663653862915, + ], + [ + -83.48274553104142, + 34.993304716876494, + ], + [ + -83.65826043253651, + 35.16078767690303, + ], + [ + -83.73830097043714, + 35.15589962386825, + ], + [ + -83.7027672787234, + 35.24855777205484, + ], + [ + -83.6797960032721, + 35.27949753631887, + ], + [ + -83.33953398564971, + 35.331063810092274, + ], + [ + -83.108385526421, + 35.000663653862915, + ], + ], + ], + "type": "Polygon", + }, + "id": "37113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37137 { + "geometry": { + "coordinates": [ + [ + [ + -76.93772665831538, + 35.08725202190742, + ], + [ + -76.98007994742872, + 35.13543425896444, + ], + [ + -76.89573229538097, + 35.25349953995811, + ], + [ + -76.84548263033125, + 35.21600656173537, + ], + [ + -76.6326394062278, + 35.235236484663375, + ], + [ + -76.61325739256576, + 35.27643578881358, + ], + [ + -76.50199027709853, + 35.31650708072499, + ], + [ + -76.49122249173072, + 35.22046489582203, + ], + [ + -76.65345712460554, + 35.16701860165064, + ], + [ + -76.54757390182219, + 35.148433257144816, + ], + [ + -76.59710571451406, + 35.073930734515955, + ], + [ + -76.80348826739684, + 34.96515812577518, + ], + [ + -76.94562303425177, + 35.0444949865703, + ], + [ + -76.93772665831538, + 35.08725202190742, + ], + ], + ], + "type": "Polygon", + }, + "id": "37137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47115 { + "geometry": { + "coordinates": [ + [ + [ + -85.3872078364258, + 35.147358959774536, + ], + [ + -85.3857721317101, + 35.04116466472244, + ], + [ + -85.47442689790496, + 34.9829377472533, + ], + [ + -85.60507602703423, + 34.98465662304575, + ], + [ + -85.86386180204029, + 34.98825551923619, + ], + [ + -85.87355280887131, + 35.22336549872179, + ], + [ + -85.74003227031062, + 35.215308268444694, + ], + [ + -85.70988247128079, + 35.28916621265139, + ], + [ + -85.55841562377378, + 35.31930025388772, + ], + [ + -85.454685958064, + 35.267465405771745, + ], + [ + -85.3872078364258, + 35.147358959774536, + ], + ], + ], + "type": "Polygon", + }, + "id": "47115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37163 { + "geometry": { + "coordinates": [ + [ + [ + -78.30451754766777, + 35.28615818001461, + ], + [ + -78.16345955934962, + 35.18936398695245, + ], + [ + -78.146948955119, + 34.902419159350885, + ], + [ + -78.20042895577906, + 34.73713850893343, + ], + [ + -78.1132098942999, + 34.72188348627546, + ], + [ + -78.25462680879697, + 34.553648518089744, + ], + [ + -78.32784774929799, + 34.670961790924224, + ], + [ + -78.49474842249884, + 34.856224372428876, + ], + [ + -78.64513849146908, + 34.99142469647851, + ], + [ + -78.67062225017287, + 35.09251607902178, + ], + [ + -78.61714224951281, + 35.24576459889211, + ], + [ + -78.5414088257593, + 35.31521792388065, + ], + [ + -78.49187701306744, + 35.26397393931834, + ], + [ + -78.30451754766777, + 35.28615818001461, + ], + ], + ], + "type": "Polygon", + }, + "id": "37163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05149 { + "geometry": { + "coordinates": [ + [ + [ + -92.89594349956968, + 35.17067121270959, + ], + [ + -93.0405907496771, + 35.07693876715273, + ], + [ + -93.28824981313643, + 34.860843851121075, + ], + [ + -93.2878908869575, + 34.77318118570629, + ], + [ + -93.39413303591977, + 34.743369433681046, + ], + [ + -93.71034699955408, + 34.74524945407903, + ], + [ + -93.70496310687018, + 35.01967871731685, + ], + [ + -93.70675773776482, + 35.13495082514781, + ], + [ + -93.52980713155401, + 35.14542522450803, + ], + [ + -93.45694511723192, + 35.2157379873928, + ], + [ + -93.27999451102112, + 35.21310595883562, + ], + [ + -93.27855880630541, + 35.31736651862121, + ], + [ + -93.15975424108072, + 35.23942624440746, + ], + [ + -93.0933528979793, + 35.13887201054933, + ], + [ + -92.89594349956968, + 35.17067121270959, + ], + ], + ], + "type": "Polygon", + }, + "id": "05149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40121 { + "geometry": { + "coordinates": [ + [ + [ + -95.45652286003185, + 35.305173243468545, + ], + [ + -95.45508715531615, + 35.16046538769194, + ], + [ + -95.3492039325328, + 35.1603042430864, + ], + [ + -95.3492039325328, + 35.058514567252445, + ], + [ + -95.50749037743942, + 35.02859538549017, + ], + [ + -95.51466890101796, + 34.68111390107337, + ], + [ + -95.51430997483902, + 34.594149528949266, + ], + [ + -95.6718785673878, + 34.59382723973818, + ], + [ + -95.88256823441769, + 34.5935049505271, + ], + [ + -95.88256823441769, + 34.6804693226512, + ], + [ + -96.09254004908973, + 34.68057675238823, + ], + [ + -96.09182219673188, + 34.76759483938084, + ], + [ + -96.0893097134794, + 35.04975904368467, + ], + [ + -95.98378541687498, + 35.15154871951862, + ], + [ + -95.59973440542355, + 35.22202262700894, + ], + [ + -95.45652286003185, + 35.305173243468545, + ], + ], + ], + "type": "Polygon", + }, + "id": "40121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37039 { + "geometry": { + "coordinates": [ + [ + [ + -83.7027672787234, + 35.24855777205484, + ], + [ + -83.73830097043714, + 35.15589962386825, + ], + [ + -83.85710553566183, + 35.137260564493914, + ], + [ + -84.0053420475585, + 34.987234936734424, + ], + [ + -84.13060728400387, + 34.98755722594551, + ], + [ + -84.32191493737174, + 34.98841666384173, + ], + [ + -84.29248299069977, + 35.206660174613944, + ], + [ + -84.21387815751484, + 35.26622996379592, + ], + [ + -84.12665909603568, + 35.2411451201999, + ], + [ + -84.02903117536766, + 35.292013100682624, + ], + [ + -83.9579637919402, + 35.21718828884268, + ], + [ + -83.84490204557832, + 35.255379560356104, + ], + [ + -83.7027672787234, + 35.24855777205484, + ], + ], + ], + "type": "Polygon", + }, + "id": "37039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40063 { + "geometry": { + "coordinates": [ + [ + [ + -95.98163185980142, + 35.289918220810584, + ], + [ + -95.98378541687498, + 35.15154871951862, + ], + [ + -96.0893097134794, + 35.04975904368467, + ], + [ + -96.09182219673188, + 34.76759483938084, + ], + [ + -96.40660045565049, + 34.76759483938084, + ], + [ + -96.40624152947156, + 34.90832779488741, + ], + [ + -96.49094810769823, + 34.910583819365, + ], + [ + -96.4905891815193, + 35.11582833195684, + ], + [ + -96.44141629500636, + 35.11577461708833, + ], + [ + -96.44141629500636, + 35.290025650547605, + ], + [ + -95.98163185980142, + 35.289918220810584, + ], + ], + ], + "type": "Polygon", + }, + "id": "40063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 47139 { + "geometry": { + "coordinates": [ + [ + [ + -84.29248299069977, + 35.206660174613944, + ], + [ + -84.32191493737174, + 34.98841666384173, + ], + [ + -84.62161829677542, + 34.988309234104705, + ], + [ + -84.77595655371385, + 34.98787951515659, + ], + [ + -84.69986420378142, + 35.17099350192068, + ], + [ + -84.70381239174961, + 35.24098397559436, + ], + [ + -84.4956352079722, + 35.28545988672393, + ], + [ + -84.29248299069977, + 35.206660174613944, + ], + ], + ], + "type": "Polygon", + }, + "id": "47139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37051 { + "geometry": { + "coordinates": [ + [ + [ + -78.61714224951281, + 35.24576459889211, + ], + [ + -78.67062225017287, + 35.09251607902178, + ], + [ + -78.64513849146908, + 34.99142469647851, + ], + [ + -78.49474842249884, + 34.856224372428876, + ], + [ + -78.90105285704372, + 34.834684710154775, + ], + [ + -79.03457339560441, + 34.95355571417617, + ], + [ + -79.09020695333803, + 35.042077817487176, + ], + [ + -79.09810332927442, + 35.174055249425976, + ], + [ + -79.09630869837979, + 35.19221087498369, + ], + [ + -78.82567835946915, + 35.25946189036317, + ], + [ + -78.61714224951281, + 35.24576459889211, + ], + ], + ], + "type": "Polygon", + }, + "id": "37051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37103 { + "geometry": { + "coordinates": [ + [ + [ + -77.13190572111466, + 35.07124499109025, + ], + [ + -77.11324155981048, + 35.071943284380936, + ], + [ + -77.09027028435918, + 34.80267064852046, + ], + [ + -77.16600370811268, + 34.784891027042335, + ], + [ + -77.23707109154014, + 34.89919626724004, + ], + [ + -77.36628451595371, + 34.91203412081488, + ], + [ + -77.5026764639458, + 34.96961645986184, + ], + [ + -77.67531995600949, + 34.973430215526335, + ], + [ + -77.73023566138525, + 35.007807731375266, + ], + [ + -77.60174008932954, + 35.07124499109025, + ], + [ + -77.47396236963168, + 35.22879070044169, + ], + [ + -77.13190572111466, + 35.07124499109025, + ], + ], + ], + "type": "Polygon", + }, + "id": "37103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35001 { + "geometry": { + "coordinates": [ + [ + [ + -106.24512594620674, + 35.215039694102124, + ], + [ + -106.24369024149104, + 35.04003665248364, + ], + [ + -106.24369024149104, + 34.9532871398336, + ], + [ + -106.1500105087912, + 34.95339456957063, + ], + [ + -106.14965158261228, + 34.870136523373986, + ], + [ + -106.41130876704975, + 34.8701902382425, + ], + [ + -106.43212648542749, + 34.9032785972471, + ], + [ + -106.68516944157072, + 34.90612548527834, + ], + [ + -106.72142098564231, + 34.869975378768444, + ], + [ + -107.02435468065633, + 34.8701902382425, + ], + [ + -107.06670796976967, + 34.9571546103666, + ], + [ + -107.19628032036216, + 35.21933688358324, + ], + [ + -106.24512594620674, + 35.215039694102124, + ], + ], + ], + "type": "Polygon", + }, + "id": "35001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35019 { + "geometry": { + "coordinates": [ + [ + [ + -104.12494900728748, + 35.142148617528676, + ], + [ + -104.12925612143461, + 34.77930468071688, + ], + [ + -104.3399457884645, + 34.778928676637285, + ], + [ + -104.33958686228557, + 34.69217916398724, + ], + [ + -104.44511115888999, + 34.69164201530211, + ], + [ + -104.44618793742677, + 34.604785072915035, + ], + [ + -104.89197425165356, + 34.60440906883544, + ], + [ + -104.89197425165356, + 34.34700741891654, + ], + [ + -105.31299465953444, + 34.34673884457397, + ], + [ + -105.3126357333555, + 34.60704109739262, + ], + [ + -105.29038231026206, + 34.60671880818153, + ], + [ + -105.290741236441, + 35.042077817487176, + ], + [ + -105.29110016261991, + 35.21627513607794, + ], + [ + -104.12566685964534, + 35.21563055765578, + ], + [ + -104.12494900728748, + 35.142148617528676, + ], + ], + ], + "type": "Polygon", + }, + "id": "35019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45045 { + "geometry": { + "coordinates": [ + [ + [ + -82.35356377213843, + 35.19081428840233, + ], + [ + -82.21609504560955, + 35.19602463064818, + ], + [ + -82.22614497861949, + 34.85058431123491, + ], + [ + -82.14682229307671, + 34.78548189059599, + ], + [ + -82.23798954252406, + 34.58689802169988, + ], + [ + -82.3140818924565, + 34.48403404849565, + ], + [ + -82.31803008042469, + 34.48526949047147, + ], + [ + -82.45406310223787, + 34.62557272702993, + ], + [ + -82.48672538452018, + 34.81937597262829, + ], + [ + -82.53769290192776, + 35.01516666836168, + ], + [ + -82.59296753348245, + 35.061039166072604, + ], + [ + -82.7638163946515, + 35.068183243584954, + ], + [ + -82.57573907689397, + 35.14499550555992, + ], + [ + -82.35356377213843, + 35.19081428840233, + ], + ], + ], + "type": "Polygon", + }, + "id": "45045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37007 { + "geometry": { + "coordinates": [ + [ + [ + -80.07545931449147, + 35.1430080554249, + ], + [ + -79.99398307187514, + 35.08542571637794, + ], + [ + -79.9272228025948, + 35.11749349288077, + ], + [ + -79.87446065429259, + 35.04465613117584, + ], + [ + -79.8489768955888, + 34.90075399842695, + ], + [ + -79.9272228025948, + 34.80664554879049, + ], + [ + -79.92937635966835, + 34.80664554879049, + ], + [ + -80.3202469685194, + 34.814004485776906, + ], + [ + -80.27717582704821, + 35.19613206038521, + ], + [ + -80.07545931449147, + 35.1430080554249, + ], + ], + ], + "type": "Polygon", + }, + "id": "37007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37093 { + "geometry": { + "coordinates": [ + [ + [ + -79.09810332927442, + 35.174055249425976, + ], + [ + -79.09020695333803, + 35.042077817487176, + ], + [ + -79.03457339560441, + 34.95355571417617, + ], + [ + -79.19142413579533, + 34.83328812357341, + ], + [ + -79.34791594980732, + 34.838552180687785, + ], + [ + -79.34396776183912, + 34.87459485746065, + ], + [ + -79.35294091631228, + 34.943940752712166, + ], + [ + -79.45918306527454, + 35.04299097025191, + ], + [ + -79.33535353354488, + 35.16164711479925, + ], + [ + -79.22982923694047, + 35.210688789752496, + ], + [ + -79.09810332927442, + 35.174055249425976, + ], + ], + ], + "type": "Polygon", + }, + "id": "37093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37179 { + "geometry": { + "coordinates": [ + [ + [ + -80.27717582704821, + 35.19613206038521, + ], + [ + -80.3202469685194, + 34.814004485776906, + ], + [ + -80.56395784401053, + 34.81749595223031, + ], + [ + -80.79761878649174, + 34.81975197670789, + ], + [ + -80.78218496079789, + 34.934272076379656, + ], + [ + -80.83925422324721, + 35.0006099389944, + ], + [ + -80.5499597230324, + 35.20832533553788, + ], + [ + -80.50545287684551, + 35.18404621496957, + ], + [ + -80.35901099584346, + 35.165783159674824, + ], + [ + -80.27717582704821, + 35.19613206038521, + ], + ], + ], + "type": "Polygon", + }, + "id": "37179", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45083 { + "geometry": { + "coordinates": [ + [ + [ + -81.7118037642177, + 34.912624984368534, + ], + [ + -81.7832300738241, + 34.83715559410642, + ], + [ + -81.85429745725156, + 34.59457924789738, + ], + [ + -82.0710888693232, + 34.704587298613966, + ], + [ + -82.14682229307671, + 34.78548189059599, + ], + [ + -82.22614497861949, + 34.85058431123491, + ], + [ + -82.21609504560955, + 35.19602463064818, + ], + [ + -81.96915383450806, + 35.18726910708041, + ], + [ + -81.87439732327145, + 35.184099929838084, + ], + [ + -81.7548749056889, + 34.93260691545572, + ], + [ + -81.7118037642177, + 34.912624984368534, + ], + ], + ], + "type": "Polygon", + }, + "id": "45083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37061 { + "geometry": { + "coordinates": [ + [ + [ + -77.83432425327396, + 35.177869005090464, + ], + [ + -77.76899968870931, + 35.14542522450803, + ], + [ + -77.73023566138525, + 35.007807731375266, + ], + [ + -77.67531995600949, + 34.973430215526335, + ], + [ + -77.65163082820033, + 34.91890962398466, + ], + [ + -77.68070384869338, + 34.72059432943112, + ], + [ + -78.1132098942999, + 34.72188348627546, + ], + [ + -78.20042895577906, + 34.73713850893343, + ], + [ + -78.146948955119, + 34.902419159350885, + ], + [ + -78.16345955934962, + 35.18936398695245, + ], + [ + -78.04429606794601, + 35.192586879063285, + ], + [ + -77.89354707279684, + 35.147627534117106, + ], + [ + -77.83432425327396, + 35.177869005090464, + ], + ], + ], + "type": "Polygon", + }, + "id": "37061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48117 { + "geometry": { + "coordinates": [ + [ + [ + -102.16736562742196, + 35.18324049194186, + ], + [ + -102.1691602583166, + 34.74734433395108, + ], + [ + -102.52521502781175, + 34.74686090013445, + ], + [ + -103.04278657782388, + 34.74729061908256, + ], + [ + -103.04278657782388, + 34.95409286286131, + ], + [ + -103.04242765164494, + 35.18313306220483, + ], + [ + -102.16736562742196, + 35.18324049194186, + ], + ], + ], + "type": "Polygon", + }, + "id": "48117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45021 { + "geometry": { + "coordinates": [ + [ + [ + -81.45732510335877, + 34.83925047397847, + ], + [ + -81.54239060776437, + 34.869599374688846, + ], + [ + -81.7118037642177, + 34.912624984368534, + ], + [ + -81.7548749056889, + 34.93260691545572, + ], + [ + -81.87439732327145, + 35.184099929838084, + ], + [ + -81.76815517430919, + 35.18044731877913, + ], + [ + -81.36651678009035, + 35.164870006910085, + ], + [ + -81.40958792156154, + 35.04637500696829, + ], + [ + -81.48711597620968, + 35.03482631023779, + ], + [ + -81.45732510335877, + 34.83925047397847, + ], + ], + ], + "type": "Polygon", + }, + "id": "45021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48129 { + "geometry": { + "coordinates": [ + [ + [ + -100.5389175536321, + 35.182918202730775, + ], + [ + -100.54071218452674, + 34.74766662316216, + ], + [ + -100.94486306199806, + 34.748257486715815, + ], + [ + -101.09058709064225, + 34.748257486715815, + ], + [ + -101.08663890267405, + 35.182112479703065, + ], + [ + -100.5389175536321, + 35.182918202730775, + ], + ], + ], + "type": "Polygon", + }, + "id": "48129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48087 { + "geometry": { + "coordinates": [ + [ + [ + -100.00052828524225, + 35.18270334325672, + ], + [ + -100.00052828524225, + 35.031281128915865, + ], + [ + -100.00052828524225, + 34.746377466317824, + ], + [ + -100.41616480043922, + 34.747451763688105, + ], + [ + -100.54071218452674, + 34.74766662316216, + ], + [ + -100.5389175536321, + 35.182918202730775, + ], + [ + -100.00052828524225, + 35.18270334325672, + ], + ], + ], + "type": "Polygon", + }, + "id": "48087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48381 { + "geometry": { + "coordinates": [ + [ + [ + -101.62287461399035, + 35.18313306220483, + ], + [ + -101.62933528521103, + 34.74761290829365, + ], + [ + -101.99831139714755, + 34.7482037718473, + ], + [ + -102.1691602583166, + 34.74734433395108, + ], + [ + -102.16736562742196, + 35.18324049194186, + ], + [ + -101.62287461399035, + 35.18313306220483, + ], + ], + ], + "type": "Polygon", + }, + "id": "48381", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37153 { + "geometry": { + "coordinates": [ + [ + [ + -79.61423917457083, + 35.16363456493426, + ], + [ + -79.57116803309964, + 35.06592721910737, + ], + [ + -79.45918306527454, + 35.04299097025191, + ], + [ + -79.57260373781534, + 34.99223041950622, + ], + [ + -79.56147702626862, + 34.91026153015392, + ], + [ + -79.68746011507184, + 34.80487295812953, + ], + [ + -79.9272228025948, + 34.80664554879049, + ], + [ + -79.8489768955888, + 34.90075399842695, + ], + [ + -79.87446065429259, + 35.04465613117584, + ], + [ + -79.9272228025948, + 35.11749349288077, + ], + [ + -79.99398307187514, + 35.08542571637794, + ], + [ + -80.07545931449147, + 35.1430080554249, + ], + [ + -79.85184830502021, + 35.183455351415915, + ], + [ + -79.61423917457083, + 35.16363456493426, + ], + ], + ], + "type": "Polygon", + }, + "id": "37153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48011 { + "geometry": { + "coordinates": [ + [ + [ + -101.08663890267405, + 35.182112479703065, + ], + [ + -101.09058709064225, + 34.748257486715815, + ], + [ + -101.47140776648334, + 34.74739804881959, + ], + [ + -101.62933528521103, + 34.74761290829365, + ], + [ + -101.62287461399035, + 35.18313306220483, + ], + [ + -101.08663890267405, + 35.182112479703065, + ], + ], + ], + "type": "Polygon", + }, + "id": "48011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45091 { + "geometry": { + "coordinates": [ + [ + [ + -80.90565556634863, + 35.075810754913945, + ], + [ + -80.86545583430886, + 34.9255702676804, + ], + [ + -80.89811811659118, + 34.82066512947263, + ], + [ + -81.47850174791544, + 34.82147085250034, + ], + [ + -81.45732510335877, + 34.83925047397847, + ], + [ + -81.48711597620968, + 35.03482631023779, + ], + [ + -81.40958792156154, + 35.04637500696829, + ], + [ + -81.36651678009035, + 35.164870006910085, + ], + [ + -81.3281116789452, + 35.16347342032872, + ], + [ + -81.03307435986757, + 35.14811096793373, + ], + [ + -81.04097073580395, + 35.0448709906499, + ], + [ + -80.90565556634863, + 35.075810754913945, + ], + ], + ], + "type": "Polygon", + }, + "id": "45091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37043 { + "geometry": { + "coordinates": [ + [ + [ + -83.73830097043714, + 35.15589962386825, + ], + [ + -83.65826043253651, + 35.16078767690303, + ], + [ + -83.48274553104142, + 34.993304716876494, + ], + [ + -83.54950580032175, + 34.992552708717305, + ], + [ + -83.93678714738353, + 34.98755722594551, + ], + [ + -84.0053420475585, + 34.987234936734424, + ], + [ + -83.85710553566183, + 35.137260564493914, + ], + [ + -83.73830097043714, + 35.15589962386825, + ], + ], + ], + "type": "Polygon", + }, + "id": "37043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05123 { + "geometry": { + "coordinates": [ + [ + [ + -90.50298266466623, + 35.144136067663695, + ], + [ + -90.40068870367216, + 35.148164682802246, + ], + [ + -90.40858507960854, + 34.904138035143326, + ], + [ + -91.09915904786327, + 34.91176554647231, + ], + [ + -91.09987690022112, + 34.867235920474236, + ], + [ + -91.14976763909192, + 35.002489959392385, + ], + [ + -91.04567904720321, + 35.00087851333697, + ], + [ + -91.0428076377718, + 35.148164682802246, + ], + [ + -90.50298266466623, + 35.144136067663695, + ], + ], + ], + "type": "Polygon", + }, + "id": "05123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40075 { + "geometry": { + "coordinates": [ + [ + [ + -98.62153390580636, + 35.09735041718804, + ], + [ + -98.61973927491172, + 34.85493521558454, + ], + [ + -98.82612182779451, + 34.85547236426968, + ], + [ + -98.82612182779451, + 34.59441810329184, + ], + [ + -99.00127780311067, + 34.59436438842332, + ], + [ + -99.10321283792582, + 34.637927146788144, + ], + [ + -99.05332209905502, + 34.70174041058273, + ], + [ + -99.14915538882842, + 34.702331274136384, + ], + [ + -99.14413042232344, + 34.847146559650014, + ], + [ + -99.24642438331752, + 34.822061716053994, + ], + [ + -99.30636505519826, + 34.85756724414172, + ], + [ + -99.33615592804917, + 35.02478162982568, + ], + [ + -99.40937686855018, + 35.11448546024399, + ], + [ + -99.36020398203725, + 35.11668776985306, + ], + [ + -98.750388404041, + 35.11631176577347, + ], + [ + -98.62153390580636, + 35.09735041718804, + ], + ], + ], + "type": "Polygon", + }, + "id": "40075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37031 { + "geometry": { + "coordinates": [ + [ + [ + [ + -77.15559484892381, + 34.76533881490326, + ], + [ + -77.16600370811268, + 34.784891027042335, + ], + [ + -77.09027028435918, + 34.80267064852046, + ], + [ + -76.75790464267317, + 34.846501981227846, + ], + [ + -76.68504262835107, + 34.89742367657908, + ], + [ + -76.6746337691622, + 34.970207323415494, + ], + [ + -76.42518007480824, + 35.00034136465183, + ], + [ + -76.46358517595338, + 34.94227559178824, + ], + [ + -76.27658463673264, + 34.95957177944973, + ], + [ + -76.45030490733309, + 34.81626051025449, + ], + [ + -76.50952772685598, + 34.72403208101602, + ], + [ + -76.57485229142061, + 34.7216686268014, + ], + [ + -76.62187162085999, + 34.812124465378915, + ], + [ + -76.69509256136102, + 34.71667314402961, + ], + [ + -76.89286088594956, + 34.72537495272887, + ], + [ + -77.09924343883233, + 34.67413096816655, + ], + [ + -77.15559484892381, + 34.76533881490326, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "37031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40055 { + "geometry": { + "coordinates": [ + [ + [ + -99.40937686855018, + 35.11448546024399, + ], + [ + -99.33615592804917, + 35.02478162982568, + ], + [ + -99.30636505519826, + 34.85756724414172, + ], + [ + -99.24642438331752, + 34.822061716053994, + ], + [ + -99.40471082822414, + 34.81303761814365, + ], + [ + -99.4230160633494, + 34.72499894864927, + ], + [ + -99.66672693884054, + 34.72456922970116, + ], + [ + -99.7202069395006, + 34.768454277277066, + ], + [ + -99.73205150340517, + 34.94399446758068, + ], + [ + -99.88854331741716, + 34.94388703784365, + ], + [ + -99.88854331741716, + 35.030206831545584, + ], + [ + -99.78301902081274, + 35.03004568694004, + ], + [ + -99.78301902081274, + 35.11674148472157, + ], + [ + -99.40937686855018, + 35.11448546024399, + ], + ], + ], + "type": "Polygon", + }, + "id": "40055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06083 { + "geometry": { + "coordinates": [ + [ + [ + [ + -120.0537339018698, + 34.03739491680208, + ], + [ + -119.97082195453777, + 33.9420510251898, + ], + [ + -120.12085309732907, + 33.89494308550306, + ], + [ + -120.23642732694344, + 34.00887232162117, + ], + [ + -120.0537339018698, + 34.03739491680208, + ], + ], + ], + [ + [ + [ + -119.90513846379422, + 34.075049039630365, + ], + [ + -119.55482651316188, + 33.99769962897027, + ], + [ + -119.72029148164702, + 33.95988436153644, + ], + [ + -119.84914597988167, + 33.96692100931176, + ], + [ + -119.90513846379422, + 34.075049039630365, + ], + ], + ], + [ + [ + [ + -119.47442704908232, + 34.8997871307937, + ], + [ + -119.44391832387356, + 34.89919626724004, + ], + [ + -119.44463617623143, + 34.4711424800523, + ], + [ + -119.47693953233481, + 34.37407971264757, + ], + [ + -119.56667107706646, + 34.414903012718185, + ], + [ + -119.8778600741958, + 34.40636234862447, + ], + [ + -120.00599672007257, + 34.45975492792734, + ], + [ + -120.29457336792954, + 34.47060533136716, + ], + [ + -120.47044719560355, + 34.44825994606535, + ], + [ + -120.51208263235904, + 34.52324590251084, + ], + [ + -120.64596209709866, + 34.579968803661586, + ], + [ + -120.60145525091176, + 34.70861591375251, + ], + [ + -120.610069479206, + 34.84134535385051, + ], + [ + -120.67144585580245, + 34.90311745264156, + ], + [ + -120.64991028506685, + 34.97498794671324, + ], + [ + -120.45752585316221, + 34.99695732793545, + ], + [ + -120.2981626297188, + 34.90843522462444, + ], + [ + -120.33441417379039, + 34.99996536057223, + ], + [ + -120.1833062524623, + 35.03885492537634, + ], + [ + -120.08137121764716, + 35.11464660484953, + ], + [ + -119.74541631417189, + 34.97364507500039, + ], + [ + -119.47442704908232, + 34.8997871307937, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "06083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05105 { + "geometry": { + "coordinates": [ + [ + [ + -92.54419584422165, + 34.9532871398336, + ], + [ + -92.75380873271476, + 34.910637534233516, + ], + [ + -92.73981061173663, + 34.85343119926615, + ], + [ + -93.07397088431726, + 34.858050677958346, + ], + [ + -93.07504766285405, + 34.77183831399344, + ], + [ + -93.2878908869575, + 34.77318118570629, + ], + [ + -93.28824981313643, + 34.860843851121075, + ], + [ + -93.0405907496771, + 35.07693876715273, + ], + [ + -92.71576255774855, + 35.071406135695796, + ], + [ + -92.55460470341052, + 35.113250018268175, + ], + [ + -92.59839369723956, + 35.00007279030926, + ], + [ + -92.54419584422165, + 34.9532871398336, + ], + ], + ], + "type": "Polygon", + }, + "id": "05105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05127 { + "geometry": { + "coordinates": [ + [ + [ + -93.70496310687018, + 35.01967871731685, + ], + [ + -93.71034699955408, + 34.74524945407903, + ], + [ + -93.93072767341499, + 34.665590304072836, + ], + [ + -94.01830566107307, + 34.69244773832981, + ], + [ + -94.31765009429783, + 34.69733579136458, + ], + [ + -94.45440096846886, + 34.72897384891931, + ], + [ + -94.44794029724818, + 34.93389607230006, + ], + [ + -94.23043103281869, + 34.968488447623045, + ], + [ + -94.22289358306122, + 35.07908736189329, + ], + [ + -94.14069948808704, + 35.09966015653414, + ], + [ + -94.07429814498562, + 35.02698393943475, + ], + [ + -93.70496310687018, + 35.01967871731685, + ], + ], + ], + "type": "Polygon", + }, + "id": "05127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05117 { + "geometry": { + "coordinates": [ + [ + [ + -91.4656226765473, + 35.089454331516485, + ], + [ + -91.36368764173216, + 35.05115563026604, + ], + [ + -91.3683536820582, + 34.91273241410556, + ], + [ + -91.37553220563673, + 34.66602002302095, + ], + [ + -91.44695851524311, + 34.66736289473379, + ], + [ + -91.37768576271029, + 34.563478339027796, + ], + [ + -91.59447717478194, + 34.56782924337743, + ], + [ + -91.59555395331871, + 34.48070372664779, + ], + [ + -91.67810697447183, + 34.481939168623605, + ], + [ + -91.64365006129488, + 34.63722885349746, + ], + [ + -91.70107824992313, + 34.67268066671667, + ], + [ + -91.6938997263446, + 34.91966163214386, + ], + [ + -91.80409006327505, + 34.92159536741036, + ], + [ + -91.80265435855935, + 35.030367976151126, + ], + [ + -91.71722992797483, + 35.062006033705856, + ], + [ + -91.58514509412984, + 35.02499648929974, + ], + [ + -91.58406831559307, + 35.09138806678299, + ], + [ + -91.4656226765473, + 35.089454331516485, + ], + ], + ], + "type": "Polygon", + }, + "id": "05117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45077 { + "geometry": { + "coordinates": [ + [ + [ + -82.7638163946515, + 35.068183243584954, + ], + [ + -82.59296753348245, + 35.061039166072604, + ], + [ + -82.53769290192776, + 35.01516666836168, + ], + [ + -82.48672538452018, + 34.81937597262829, + ], + [ + -82.7882233748185, + 34.67214351803153, + ], + [ + -82.84026767076286, + 34.6231555579468, + ], + [ + -82.90056726882251, + 34.741650557888605, + ], + [ + -82.89697800703325, + 35.05620482790634, + ], + [ + -82.7638163946515, + 35.068183243584954, + ], + ], + ], + "type": "Polygon", + }, + "id": "45077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05085 { + "geometry": { + "coordinates": [ + [ + [ + -91.80265435855935, + 35.030367976151126, + ], + [ + -91.80409006327505, + 34.92159536741036, + ], + [ + -91.6938997263446, + 34.91966163214386, + ], + [ + -91.70107824992313, + 34.67268066671667, + ], + [ + -91.64365006129488, + 34.63722885349746, + ], + [ + -91.67810697447183, + 34.481939168623605, + ], + [ + -91.70502643789132, + 34.48263746191429, + ], + [ + -92.02985462981987, + 34.48935182047853, + ], + [ + -92.02949570364095, + 34.621329252417326, + ], + [ + -92.11384335568869, + 34.62288698360423, + ], + [ + -92.07866859015388, + 34.734184191165156, + ], + [ + -92.07149006657535, + 35.0117826316453, + ], + [ + -92.12138080544615, + 35.012212350593416, + ], + [ + -92.11958617455151, + 35.066410652924, + ], + [ + -92.01298509941032, + 35.07624047386206, + ], + [ + -91.80265435855935, + 35.030367976151126, + ], + ], + ], + "type": "Polygon", + }, + "id": "05085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45057 { + "geometry": { + "coordinates": [ + [ + [ + -80.83925422324721, + 35.0006099389944, + ], + [ + -80.78218496079789, + 34.934272076379656, + ], + [ + -80.79761878649174, + 34.81975197670789, + ], + [ + -80.56395784401053, + 34.81749595223031, + ], + [ + -80.4081838823564, + 34.614722323590115, + ], + [ + -80.55067757539025, + 34.559986872574385, + ], + [ + -80.52411703814968, + 34.51282521801913, + ], + [ + -80.74126737640026, + 34.48134830506996, + ], + [ + -80.74342093347381, + 34.53989751175017, + ], + [ + -80.87909502910807, + 34.457660048055295, + ], + [ + -80.87765932439235, + 34.54312040386101, + ], + [ + -80.86007194162495, + 34.69572434530916, + ], + [ + -80.89811811659118, + 34.82066512947263, + ], + [ + -80.86545583430886, + 34.9255702676804, + ], + [ + -80.90565556634863, + 35.075810754913945, + ], + [ + -80.83925422324721, + 35.0006099389944, + ], + ], + ], + "type": "Polygon", + }, + "id": "45057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40077 { + "geometry": { + "coordinates": [ + [ + [ + -94.92782459847301, + 35.058245992909875, + ], + [ + -94.92782459847301, + 34.942221876919724, + ], + [ + -94.99817412954262, + 34.941308724154986, + ], + [ + -95.05955050613906, + 34.854988930453054, + ], + [ + -95.05955050613906, + 34.68073789699377, + ], + [ + -95.51466890101796, + 34.68111390107337, + ], + [ + -95.50749037743942, + 35.02859538549017, + ], + [ + -95.3492039325328, + 35.058514567252445, + ], + [ + -94.92782459847301, + 35.058245992909875, + ], + ], + ], + "type": "Polygon", + }, + "id": "40077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45073 { + "geometry": { + "coordinates": [ + [ + [ + -82.84026767076286, + 34.6231555579468, + ], + [ + -82.98922203501738, + 34.48199288349212, + ], + [ + -83.0516751901506, + 34.49370272482817, + ], + [ + -83.10371948609496, + 34.53640604529676, + ], + [ + -83.338098280934, + 34.68712996634693, + ], + [ + -83.35245532809107, + 34.71613599534447, + ], + [ + -83.24298284351846, + 34.87771031983446, + ], + [ + -83.12704968772519, + 34.93856926586078, + ], + [ + -83.10802660024207, + 35.00082479846846, + ], + [ + -83.00860404867942, + 35.027735947593946, + ], + [ + -82.89697800703325, + 35.05620482790634, + ], + [ + -82.90056726882251, + 34.741650557888605, + ], + [ + -82.84026767076286, + 34.6231555579468, + ], + ], + ], + "type": "Polygon", + }, + "id": "45073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35057 { + "geometry": { + "coordinates": [ + [ + [ + -105.290741236441, + 35.042077817487176, + ], + [ + -105.29038231026206, + 34.60671880818153, + ], + [ + -105.3126357333555, + 34.60704109739262, + ], + [ + -105.31299465953444, + 34.34673884457397, + ], + [ + -105.31371251189229, + 34.26004304679244, + ], + [ + -105.92388701606747, + 34.26004304679244, + ], + [ + -106.41597480737579, + 34.259720757581356, + ], + [ + -106.41705158591257, + 34.43977299684015, + ], + [ + -106.46981373421478, + 34.5211510226388, + ], + [ + -106.46407091535195, + 34.87008280850547, + ], + [ + -106.41130876704975, + 34.8701902382425, + ], + [ + -106.14965158261228, + 34.870136523373986, + ], + [ + -106.1500105087912, + 34.95339456957063, + ], + [ + -106.24369024149104, + 34.9532871398336, + ], + [ + -106.24369024149104, + 35.04003665248364, + ], + [ + -105.71463305375327, + 35.041540668802035, + ], + [ + -105.290741236441, + 35.042077817487176, + ], + ], + ], + "type": "Polygon", + }, + "id": "35057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37165 { + "geometry": { + "coordinates": [ + [ + [ + -79.34396776183912, + 34.87459485746065, + ], + [ + -79.34791594980732, + 34.838552180687785, + ], + [ + -79.33248212411347, + 34.77183831399344, + ], + [ + -79.46169554852703, + 34.63040706519619, + ], + [ + -79.68746011507184, + 34.80487295812953, + ], + [ + -79.56147702626862, + 34.91026153015392, + ], + [ + -79.57260373781534, + 34.99223041950622, + ], + [ + -79.45918306527454, + 35.04299097025191, + ], + [ + -79.35294091631228, + 34.943940752712166, + ], + [ + -79.34396776183912, + 34.87459485746065, + ], + ], + ], + "type": "Polygon", + }, + "id": "37165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40057 { + "geometry": { + "coordinates": [ + [ + [ + -99.88854331741716, + 35.030206831545584, + ], + [ + -99.88854331741716, + 34.94388703784365, + ], + [ + -99.73205150340517, + 34.94399446758068, + ], + [ + -99.7202069395006, + 34.768454277277066, + ], + [ + -99.66672693884054, + 34.72456922970116, + ], + [ + -99.66636801266161, + 34.50788345011585, + ], + [ + -99.84331861887242, + 34.50616457432341, + ], + [ + -99.92335915677303, + 34.57454360194167, + ], + [ + -99.99765687581083, + 34.560524021259525, + ], + [ + -100.00052828524225, + 34.746377466317824, + ], + [ + -100.00052828524225, + 35.031281128915865, + ], + [ + -99.88854331741716, + 35.030206831545584, + ], + ], + ], + "type": "Polygon", + }, + "id": "40057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05119 { + "geometry": { + "coordinates": [ + [ + [ + -92.12138080544615, + 35.012212350593416, + ], + [ + -92.07149006657535, + 35.0117826316453, + ], + [ + -92.07866859015388, + 34.734184191165156, + ], + [ + -92.11384335568869, + 34.62288698360423, + ], + [ + -92.02949570364095, + 34.621329252417326, + ], + [ + -92.02985462981987, + 34.48935182047853, + ], + [ + -92.20788201456745, + 34.492735857194916, + ], + [ + -92.24592818953367, + 34.49348786535411, + ], + [ + -92.24413355863904, + 34.58088195642632, + ], + [ + -92.34858107670667, + 34.58254711735025, + ], + [ + -92.44333758794328, + 34.67198237342599, + ], + [ + -92.55209222015803, + 34.68943970569303, + ], + [ + -92.54993866308448, + 34.761686203844306, + ], + [ + -92.6543861811521, + 34.76453309187555, + ], + [ + -92.65115584554177, + 34.85165860860519, + ], + [ + -92.73981061173663, + 34.85343119926615, + ], + [ + -92.75380873271476, + 34.910637534233516, + ], + [ + -92.54419584422165, + 34.9532871398336, + ], + [ + -92.22977651148197, + 34.92755771781542, + ], + [ + -92.22798188058734, + 35.01441466020248, + ], + [ + -92.12138080544615, + 35.012212350593416, + ], + ], + ], + "type": "Polygon", + }, + "id": "05119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01077 { + "geometry": { + "coordinates": [ + [ + [ + -87.2608024904225, + 34.75857074147049, + ], + [ + -87.42662638508659, + 34.800038619963274, + ], + [ + -87.51384544656574, + 34.829904086857034, + ], + [ + -87.77011873831931, + 34.73042415036918, + ], + [ + -87.91512491460566, + 34.79971633075219, + ], + [ + -87.97327095559176, + 34.8824909431322, + ], + [ + -88.09781833967928, + 34.89221333433323, + ], + [ + -88.20011230067335, + 34.99556074135408, + ], + [ + -87.9847565933174, + 35.00587399610876, + ], + [ + -87.60752517926558, + 35.00345682702564, + ], + [ + -87.224192020172, + 34.99937449701858, + ], + [ + -87.21091175155172, + 34.99899849293898, + ], + [ + -87.21485993951991, + 34.815991935911924, + ], + [ + -87.2608024904225, + 34.75857074147049, + ], + ], + ], + "type": "Polygon", + }, + "id": "01077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05095 { + "geometry": { + "coordinates": [ + [ + [ + -91.14976763909192, + 35.002489959392385, + ], + [ + -91.09987690022112, + 34.867235920474236, + ], + [ + -91.10238938347361, + 34.73488248445584, + ], + [ + -91.05213971842389, + 34.645662087854156, + ], + [ + -91.05465220167638, + 34.47087390570973, + ], + [ + -91.00045434865847, + 34.469477319128366, + ], + [ + -91.00260790573202, + 34.33621073034523, + ], + [ + -91.05644683257101, + 34.33653301955631, + ], + [ + -91.09341622900044, + 34.34383824167422, + ], + [ + -91.30123448659893, + 34.53554660740053, + ], + [ + -91.37768576271029, + 34.563478339027796, + ], + [ + -91.44695851524311, + 34.66736289473379, + ], + [ + -91.37553220563673, + 34.66602002302095, + ], + [ + -91.3683536820582, + 34.91273241410556, + ], + [ + -91.29297918448361, + 34.98508634199386, + ], + [ + -91.14976763909192, + 35.002489959392385, + ], + ], + ], + "type": "Polygon", + }, + "id": "05095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13241 { + "geometry": { + "coordinates": [ + [ + [ + -83.35245532809107, + 34.71613599534447, + ], + [ + -83.55165935739532, + 34.750674655798946, + ], + [ + -83.65215868749476, + 34.82297486881873, + ], + [ + -83.65646580164187, + 34.87867718746771, + ], + [ + -83.54950580032175, + 34.992552708717305, + ], + [ + -83.48274553104142, + 34.993304716876494, + ], + [ + -83.108385526421, + 35.000663653862915, + ], + [ + -83.10802660024207, + 35.00082479846846, + ], + [ + -83.12704968772519, + 34.93856926586078, + ], + [ + -83.24298284351846, + 34.87771031983446, + ], + [ + -83.35245532809107, + 34.71613599534447, + ], + ], + ], + "type": "Polygon", + }, + "id": "13241", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01083 { + "geometry": { + "coordinates": [ + [ + [ + -86.83547496839452, + 34.99190813029514, + ], + [ + -86.7837895986291, + 34.99196184516365, + ], + [ + -86.78989134367085, + 34.5508016300585, + ], + [ + -86.90905483507447, + 34.580076233398614, + ], + [ + -87.10502852876837, + 34.686001954108136, + ], + [ + -87.2608024904225, + 34.75857074147049, + ], + [ + -87.21485993951991, + 34.815991935911924, + ], + [ + -87.21091175155172, + 34.99899849293898, + ], + [ + -86.83547496839452, + 34.99190813029514, + ], + ], + ], + "type": "Polygon", + }, + "id": "01083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28003 { + "geometry": { + "coordinates": [ + [ + [ + -88.36593619533743, + 34.75561642370223, + ], + [ + -88.71840170304331, + 34.75679815080954, + ], + [ + -88.75285861622027, + 34.858695256380514, + ], + [ + -88.82356707346881, + 34.858587826643486, + ], + [ + -88.82284922111096, + 34.995184737274485, + ], + [ + -88.78659767703937, + 34.995184737274485, + ], + [ + -88.38101109485234, + 34.99556074135408, + ], + [ + -88.36270585972709, + 34.99539959674854, + ], + [ + -88.36593619533743, + 34.75561642370223, + ], + ], + ], + "type": "Polygon", + }, + "id": "28003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28141 { + "geometry": { + "coordinates": [ + [ + [ + -88.13981270261368, + 34.58174139432254, + ], + [ + -88.15668223302323, + 34.46319267951223, + ], + [ + -88.32932572508692, + 34.46356868359183, + ], + [ + -88.33076142980262, + 34.740737405123866, + ], + [ + -88.36593619533743, + 34.75561642370223, + ], + [ + -88.36270585972709, + 34.99539959674854, + ], + [ + -88.20011230067335, + 34.99556074135408, + ], + [ + -88.09781833967928, + 34.89221333433323, + ], + [ + -88.13981270261368, + 34.58174139432254, + ], + ], + ], + "type": "Polygon", + }, + "id": "28141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28139 { + "geometry": { + "coordinates": [ + [ + [ + -88.71840170304331, + 34.75679815080954, + ], + [ + -88.73527123345286, + 34.59640555342685, + ], + [ + -89.08845459351662, + 34.59817814408781, + ], + [ + -89.08809566733768, + 34.81529364262124, + ], + [ + -89.01738721008915, + 34.858641541512, + ], + [ + -89.01702828391022, + 34.994916162931915, + ], + [ + -88.82284922111096, + 34.995184737274485, + ], + [ + -88.82356707346881, + 34.858587826643486, + ], + [ + -88.75285861622027, + 34.858695256380514, + ], + [ + -88.71840170304331, + 34.75679815080954, + ], + ], + ], + "type": "Polygon", + }, + "id": "28139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28033 { + "geometry": { + "coordinates": [ + [ + [ + -89.72375393021665, + 34.7720531734675, + ], + [ + -89.91003661707954, + 34.772536607284124, + ], + [ + -90.00012708799011, + 34.72016461048301, + ], + [ + -90.12323876736193, + 34.75776501844278, + ], + [ + -90.20040789583113, + 34.72430065535859, + ], + [ + -90.20220252672577, + 34.86036041730445, + ], + [ + -90.30413756154091, + 34.85993069835634, + ], + [ + -90.24240225876554, + 34.92599998662851, + ], + [ + -90.30916252804589, + 34.9956144562226, + ], + [ + -89.7244717825745, + 34.99475501832637, + ], + [ + -89.72375393021665, + 34.7720531734675, + ], + ], + ], + "type": "Polygon", + }, + "id": "28033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28009 { + "geometry": { + "coordinates": [ + [ + [ + -89.08845459351662, + 34.59817814408781, + ], + [ + -89.24566425988645, + 34.583245410640934, + ], + [ + -89.29842640818866, + 34.58292312142985, + ], + [ + -89.29914426054651, + 34.844353386487285, + ], + [ + -89.35262426120657, + 34.844353386487285, + ], + [ + -89.35262426120657, + 34.99378815069312, + ], + [ + -89.19828600426814, + 34.99443272911529, + ], + [ + -89.01702828391022, + 34.994916162931915, + ], + [ + -89.01738721008915, + 34.858641541512, + ], + [ + -89.08809566733768, + 34.81529364262124, + ], + [ + -89.08845459351662, + 34.59817814408781, + ], + ], + ], + "type": "Polygon", + }, + "id": "28009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28093 { + "geometry": { + "coordinates": [ + [ + [ + -89.24566425988645, + 34.583245410640934, + ], + [ + -89.2463821122443, + 34.495636460094666, + ], + [ + -89.47681271911516, + 34.554185666774885, + ], + [ + -89.66847929866195, + 34.55434681138043, + ], + [ + -89.6691971510198, + 34.685733379765566, + ], + [ + -89.72375393021665, + 34.7720531734675, + ], + [ + -89.7244717825745, + 34.99475501832637, + ], + [ + -89.64443124467387, + 34.995238452143, + ], + [ + -89.35262426120657, + 34.99378815069312, + ], + [ + -89.35262426120657, + 34.844353386487285, + ], + [ + -89.29914426054651, + 34.844353386487285, + ], + [ + -89.29842640818866, + 34.58292312142985, + ], + [ + -89.24566425988645, + 34.583245410640934, + ], + ], + ], + "type": "Polygon", + }, + "id": "28093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13281 { + "geometry": { + "coordinates": [ + [ + [ + -83.54950580032175, + 34.992552708717305, + ], + [ + -83.65646580164187, + 34.87867718746771, + ], + [ + -83.65215868749476, + 34.82297486881873, + ], + [ + -83.68159063416674, + 34.80041462404287, + ], + [ + -83.78029533337154, + 34.79289454245092, + ], + [ + -83.81834150833777, + 34.9132695627907, + ], + [ + -83.93678714738353, + 34.98755722594551, + ], + [ + -83.54950580032175, + 34.992552708717305, + ], + ], + ], + "type": "Polygon", + }, + "id": "13281", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01089 { + "geometry": { + "coordinates": [ + [ + [ + -86.31898019691918, + 34.99115612213594, + ], + [ + -86.31000704244602, + 34.99110240726743, + ], + [ + -86.35917992895897, + 34.63260937480526, + ], + [ + -86.3272354990345, + 34.59973587527472, + ], + [ + -86.33764435822337, + 34.509548611039776, + ], + [ + -86.49808436020355, + 34.48172430914955, + ], + [ + -86.55048758232682, + 34.54591357702373, + ], + [ + -86.70374906072847, + 34.589100331308956, + ], + [ + -86.78989134367085, + 34.5508016300585, + ], + [ + -86.7837895986291, + 34.99196184516365, + ], + [ + -86.31898019691918, + 34.99115612213594, + ], + ], + ], + "type": "Polygon", + }, + "id": "01089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01071 { + "geometry": { + "coordinates": [ + [ + [ + -85.58318153011972, + 34.86036041730445, + ], + [ + -85.78489804267645, + 34.625196722950335, + ], + [ + -86.00384301182166, + 34.48005914822562, + ], + [ + -86.05768193866064, + 34.475976818218555, + ], + [ + -86.13772247656127, + 34.52104359290177, + ], + [ + -86.14849026192907, + 34.59898386711552, + ], + [ + -86.3272354990345, + 34.59973587527472, + ], + [ + -86.35917992895897, + 34.63260937480526, + ], + [ + -86.31000704244602, + 34.99110240726743, + ], + [ + -85.86386180204029, + 34.98825551923619, + ], + [ + -85.60507602703423, + 34.98465662304575, + ], + [ + -85.58318153011972, + 34.86036041730445, + ], + ], + ], + "type": "Polygon", + }, + "id": "01071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13213 { + "geometry": { + "coordinates": [ + [ + [ + -84.61874688734402, + 34.855418649401166, + ], + [ + -84.58249534327243, + 34.82345830263536, + ], + [ + -84.65715198848916, + 34.72709382852132, + ], + [ + -84.65463950523667, + 34.58319169577242, + ], + [ + -84.71637480801205, + 34.62256469439315, + ], + [ + -84.91378420642165, + 34.634059676255134, + ], + [ + -84.83015440673176, + 34.895597371049604, + ], + [ + -84.81220809778544, + 34.98761094081402, + ], + [ + -84.77595655371385, + 34.98787951515659, + ], + [ + -84.62161829677542, + 34.988309234104705, + ], + [ + -84.61874688734402, + 34.855418649401166, + ], + ], + ], + "type": "Polygon", + }, + "id": "13213", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13111 { + "geometry": { + "coordinates": [ + [ + [ + -84.32191493737174, + 34.98841666384173, + ], + [ + -84.13060728400387, + 34.98755722594551, + ], + [ + -84.17906231815897, + 34.95081625588196, + ], + [ + -84.09327896139551, + 34.801381491676125, + ], + [ + -84.1578856736023, + 34.64813297180579, + ], + [ + -84.18875332498999, + 34.60295876738556, + ], + [ + -84.19664970092637, + 34.61783778596392, + ], + [ + -84.31473641379321, + 34.80729012721265, + ], + [ + -84.4199017842187, + 34.85466664124197, + ], + [ + -84.61874688734402, + 34.855418649401166, + ], + [ + -84.62161829677542, + 34.988309234104705, + ], + [ + -84.32191493737174, + 34.98841666384173, + ], + ], + ], + "type": "Polygon", + }, + "id": "13111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13313 { + "geometry": { + "coordinates": [ + [ + [ + -84.83015440673176, + 34.895597371049604, + ], + [ + -84.91378420642165, + 34.634059676255134, + ], + [ + -85.05053508059268, + 34.622403549787606, + ], + [ + -85.05089400677161, + 34.71994975100896, + ], + [ + -85.14493266565037, + 34.767648554249355, + ], + [ + -85.0616617921394, + 34.81942968749681, + ], + [ + -84.97982662334415, + 34.987664655682536, + ], + [ + -84.81220809778544, + 34.98761094081402, + ], + [ + -84.83015440673176, + 34.895597371049604, + ], + ], + ], + "type": "Polygon", + }, + "id": "13313", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13047 { + "geometry": { + "coordinates": [ + [ + [ + -85.14493266565037, + 34.767648554249355, + ], + [ + -85.26481400941185, + 34.85429063716237, + ], + [ + -85.2655318617697, + 34.98508634199386, + ], + [ + -84.97982662334415, + 34.987664655682536, + ], + [ + -85.0616617921394, + 34.81942968749681, + ], + [ + -85.14493266565037, + 34.767648554249355, + ], + ], + ], + "type": "Polygon", + }, + "id": "13047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13291 { + "geometry": { + "coordinates": [ + [ + [ + -84.0053420475585, + 34.987234936734424, + ], + [ + -83.93678714738353, + 34.98755722594551, + ], + [ + -83.81834150833777, + 34.9132695627907, + ], + [ + -83.78029533337154, + 34.79289454245092, + ], + [ + -83.85638768330398, + 34.722044630881, + ], + [ + -83.93929963063601, + 34.74089854972941, + ], + [ + -84.03656862512511, + 34.64217062140075, + ], + [ + -84.1578856736023, + 34.64813297180579, + ], + [ + -84.09327896139551, + 34.801381491676125, + ], + [ + -84.17906231815897, + 34.95081625588196, + ], + [ + -84.13060728400387, + 34.98755722594551, + ], + [ + -84.0053420475585, + 34.987234936734424, + ], + ], + ], + "type": "Polygon", + }, + "id": "13291", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37133 { + "geometry": { + "coordinates": [ + [ + [ + -77.16600370811268, + 34.784891027042335, + ], + [ + -77.15559484892381, + 34.76533881490326, + ], + [ + -77.11288263363154, + 34.70673589335453, + ], + [ + -77.34259538814456, + 34.52636136488465, + ], + [ + -77.51811028963965, + 34.4407398644734, + ], + [ + -77.57517955208897, + 34.47603053308707, + ], + [ + -77.68070384869338, + 34.72059432943112, + ], + [ + -77.65163082820033, + 34.91890962398466, + ], + [ + -77.67531995600949, + 34.973430215526335, + ], + [ + -77.5026764639458, + 34.96961645986184, + ], + [ + -77.36628451595371, + 34.91203412081488, + ], + [ + -77.23707109154014, + 34.89919626724004, + ], + [ + -77.16600370811268, + 34.784891027042335, + ], + ], + ], + "type": "Polygon", + }, + "id": "37133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13083 { + "geometry": { + "coordinates": [ + [ + [ + -85.60507602703423, + 34.98465662304575, + ], + [ + -85.47442689790496, + 34.9829377472533, + ], + [ + -85.36459548715344, + 34.9833137513329, + ], + [ + -85.45037884391688, + 34.83178410725502, + ], + [ + -85.45037884391688, + 34.75916160502415, + ], + [ + -85.53400864360677, + 34.62380013636897, + ], + [ + -85.58318153011972, + 34.86036041730445, + ], + [ + -85.60507602703423, + 34.98465662304575, + ], + ], + ], + "type": "Polygon", + }, + "id": "13083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13295 { + "geometry": { + "coordinates": [ + [ + [ + -85.14493266565037, + 34.767648554249355, + ], + [ + -85.05089400677161, + 34.71994975100896, + ], + [ + -85.05053508059268, + 34.622403549787606, + ], + [ + -85.06919924189687, + 34.58716659604245, + ], + [ + -85.10796326922093, + 34.58738145551651, + ], + [ + -85.52718904620717, + 34.58867061236084, + ], + [ + -85.53400864360677, + 34.62380013636897, + ], + [ + -85.45037884391688, + 34.75916160502415, + ], + [ + -85.45037884391688, + 34.83178410725502, + ], + [ + -85.36459548715344, + 34.9833137513329, + ], + [ + -85.2655318617697, + 34.98508634199386, + ], + [ + -85.26481400941185, + 34.85429063716237, + ], + [ + -85.14493266565037, + 34.767648554249355, + ], + ], + ], + "type": "Polygon", + }, + "id": "13295", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40123 { + "geometry": { + "coordinates": [ + [ + [ + -96.77593549376593, + 34.89994827539924, + ], + [ + -96.73035186904225, + 34.85772838874726, + ], + [ + -96.49094810769823, + 34.910583819365, + ], + [ + -96.40624152947156, + 34.90832779488741, + ], + [ + -96.40660045565049, + 34.76759483938084, + ], + [ + -96.40660045565049, + 34.680147033440115, + ], + [ + -96.51248367843382, + 34.67998588883457, + ], + [ + -96.51391938314953, + 34.505358851295696, + ], + [ + -96.82726193735243, + 34.506003429717865, + ], + [ + -96.82726193735243, + 34.5931289464475, + ], + [ + -96.93242730777791, + 34.636745419680835, + ], + [ + -96.93314516013577, + 34.854451781767914, + ], + [ + -96.93063267688328, + 34.96435240274748, + ], + [ + -96.77593549376593, + 34.89994827539924, + ], + ], + ], + "type": "Polygon", + }, + "id": "40123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35061 { + "geometry": { + "coordinates": [ + [ + [ + -107.06670796976967, + 34.9571546103666, + ], + [ + -107.02435468065633, + 34.8701902382425, + ], + [ + -106.72142098564231, + 34.869975378768444, + ], + [ + -106.68516944157072, + 34.90612548527834, + ], + [ + -106.43212648542749, + 34.9032785972471, + ], + [ + -106.41130876704975, + 34.8701902382425, + ], + [ + -106.46407091535195, + 34.87008280850547, + ], + [ + -106.46981373421478, + 34.5211510226388, + ], + [ + -106.41705158591257, + 34.43977299684015, + ], + [ + -106.76844031508169, + 34.53124941791942, + ], + [ + -106.8822199138014, + 34.57937794010793, + ], + [ + -107.20453562247747, + 34.57878707655428, + ], + [ + -107.20274099158284, + 34.958014048262825, + ], + [ + -107.06670796976967, + 34.9571546103666, + ], + ], + ], + "type": "Polygon", + }, + "id": "35061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37155 { + "geometry": { + "coordinates": [ + [ + [ + -78.90105285704372, + 34.834684710154775, + ], + [ + -78.80557849344926, + 34.68922484621898, + ], + [ + -78.87126198419283, + 34.48285232138834, + ], + [ + -78.95166144827238, + 34.44868966501346, + ], + [ + -79.07118386585492, + 34.29920118593911, + ], + [ + -79.07261957057062, + 34.30049034278345, + ], + [ + -79.45020991080138, + 34.62095324833773, + ], + [ + -79.46169554852703, + 34.63040706519619, + ], + [ + -79.33248212411347, + 34.77183831399344, + ], + [ + -79.34791594980732, + 34.838552180687785, + ], + [ + -79.19142413579533, + 34.83328812357341, + ], + [ + -79.03457339560441, + 34.95355571417617, + ], + [ + -78.90105285704372, + 34.834684710154775, + ], + ], + ], + "type": "Polygon", + }, + "id": "37155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35009 { + "geometry": { + "coordinates": [ + [ + [ + -103.04278657782388, + 34.95409286286131, + ], + [ + -103.04278657782388, + 34.74729061908256, + ], + [ + -103.04386335636065, + 34.312683617936116, + ], + [ + -103.04386335636065, + 34.302585222655495, + ], + [ + -103.7401801434782, + 34.30306865647212, + ], + [ + -103.73838551258356, + 34.60467764317801, + ], + [ + -103.70572323030125, + 34.69244773832981, + ], + [ + -103.4957514156292, + 34.69153458556508, + ], + [ + -103.49539248945028, + 34.778713817163236, + ], + [ + -103.39058604520372, + 34.778284098215124, + ], + [ + -103.38950926666693, + 34.865248470339225, + ], + [ + -103.28434389624145, + 34.86487246625963, + ], + [ + -103.28290819152575, + 34.954307722335365, + ], + [ + -103.04278657782388, + 34.95409286286131, + ], + ], + ], + "type": "Polygon", + }, + "id": "35009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45087 { + "geometry": { + "coordinates": [ + [ + [ + -81.54239060776437, + 34.869599374688846, + ], + [ + -81.45732510335877, + 34.83925047397847, + ], + [ + -81.47850174791544, + 34.82147085250034, + ], + [ + -81.42286819018182, + 34.571965288253, + ], + [ + -81.42322711636075, + 34.49434730325033, + ], + [ + -81.54059597686974, + 34.44492962421749, + ], + [ + -81.64324886404273, + 34.533451727528494, + ], + [ + -81.85429745725156, + 34.59457924789738, + ], + [ + -81.7832300738241, + 34.83715559410642, + ], + [ + -81.7118037642177, + 34.912624984368534, + ], + [ + -81.54239060776437, + 34.869599374688846, + ], + ], + ], + "type": "Polygon", + }, + "id": "45087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05077 { + "geometry": { + "coordinates": [ + [ + [ + -90.40858507960854, + 34.904138035143326, + ], + [ + -90.40786722725069, + 34.83291211949381, + ], + [ + -90.48431850336205, + 34.863261020204206, + ], + [ + -90.45273299961652, + 34.74659232579188, + ], + [ + -90.56758937687302, + 34.72322635798831, + ], + [ + -90.46637219441573, + 34.673647534349925, + ], + [ + -90.58302320256686, + 34.641687187584125, + ], + [ + -91.05213971842389, + 34.645662087854156, + ], + [ + -91.10238938347361, + 34.73488248445584, + ], + [ + -91.09987690022112, + 34.867235920474236, + ], + [ + -91.09915904786327, + 34.91176554647231, + ], + [ + -90.40858507960854, + 34.904138035143326, + ], + ], + ], + "type": "Polygon", + }, + "id": "05077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01033 { + "geometry": { + "coordinates": [ + [ + [ + -87.42662638508659, + 34.800038619963274, + ], + [ + -87.41585859971879, + 34.76630568253651, + ], + [ + -87.52999712461744, + 34.56696980548121, + ], + [ + -88.13981270261368, + 34.58174139432254, + ], + [ + -88.09781833967928, + 34.89221333433323, + ], + [ + -87.97327095559176, + 34.8824909431322, + ], + [ + -87.91512491460566, + 34.79971633075219, + ], + [ + -87.77011873831931, + 34.73042415036918, + ], + [ + -87.51384544656574, + 34.829904086857034, + ], + [ + -87.42662638508659, + 34.800038619963274, + ], + ], + ], + "type": "Polygon", + }, + "id": "01033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06111 { + "geometry": { + "coordinates": [ + [ + [ + [ + -119.534726647142, + 33.28452731971042, + ], + [ + -119.43566302175826, + 33.232692471594454, + ], + [ + -119.54334087543623, + 33.23183303369823, + ], + [ + -119.534726647142, + 33.28452731971042, + ], + ], + ], + [ + [ + [ + -118.94608771370241, + 34.04496871326255, + ], + [ + -119.21276986464486, + 34.145576661989196, + ], + [ + -119.27845335538842, + 34.26670369048817, + ], + [ + -119.47693953233481, + 34.37407971264757, + ], + [ + -119.44463617623143, + 34.4711424800523, + ], + [ + -119.44391832387356, + 34.89919626724004, + ], + [ + -119.27809442920949, + 34.87899947667879, + ], + [ + -119.24650892546396, + 34.81443420472502, + ], + [ + -118.97731429126902, + 34.81233932485297, + ], + [ + -118.88148100149563, + 34.788382493495746, + ], + [ + -118.63346301185737, + 34.28169013880357, + ], + [ + -118.67079133446573, + 34.16835176623911, + ], + [ + -118.78887804733257, + 34.1686740554502, + ], + [ + -118.94608771370241, + 34.04496871326255, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "06111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28143 { + "geometry": { + "coordinates": [ + [ + [ + -90.40786722725069, + 34.83291211949381, + ], + [ + -90.30413756154091, + 34.85993069835634, + ], + [ + -90.20220252672577, + 34.86036041730445, + ], + [ + -90.20040789583113, + 34.72430065535859, + ], + [ + -90.24419688966017, + 34.599574730669175, + ], + [ + -90.1986132649365, + 34.55440052624894, + ], + [ + -90.1986132649365, + 34.51105262735817, + ], + [ + -90.30413756154091, + 34.509548611039776, + ], + [ + -90.30198400446736, + 34.424464259313666, + ], + [ + -90.39961192513537, + 34.423765966022984, + ], + [ + -90.56938400776765, + 34.52480363369774, + ], + [ + -90.58302320256686, + 34.641687187584125, + ], + [ + -90.46637219441573, + 34.673647534349925, + ], + [ + -90.56758937687302, + 34.72322635798831, + ], + [ + -90.45273299961652, + 34.74659232579188, + ], + [ + -90.48431850336205, + 34.863261020204206, + ], + [ + -90.40786722725069, + 34.83291211949381, + ], + ], + ], + "type": "Polygon", + }, + "id": "28143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01049 { + "geometry": { + "coordinates": [ + [ + [ + -85.53400864360677, + 34.62380013636897, + ], + [ + -85.52718904620717, + 34.58867061236084, + ], + [ + -85.51390877758689, + 34.52421277014409, + ], + [ + -85.63594367842192, + 34.36688192026671, + ], + [ + -85.8437619360204, + 34.19998982379383, + ], + [ + -86.10613697281573, + 34.200741831953025, + ], + [ + -86.11044408696284, + 34.427794581161535, + ], + [ + -86.05768193866064, + 34.475976818218555, + ], + [ + -86.00384301182166, + 34.48005914822562, + ], + [ + -85.78489804267645, + 34.625196722950335, + ], + [ + -85.58318153011972, + 34.86036041730445, + ], + [ + -85.53400864360677, + 34.62380013636897, + ], + ], + ], + "type": "Polygon", + }, + "id": "01049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37017 { + "geometry": { + "coordinates": [ + [ + [ + -78.25462680879697, + 34.553648518089744, + ], + [ + -78.17673982796991, + 34.46539498912131, + ], + [ + -78.25642143969161, + 34.3995942751917, + ], + [ + -78.44593446216483, + 34.37676545607327, + ], + [ + -78.66775084074146, + 34.46953103399688, + ], + [ + -78.87126198419283, + 34.48285232138834, + ], + [ + -78.80557849344926, + 34.68922484621898, + ], + [ + -78.90105285704372, + 34.834684710154775, + ], + [ + -78.49474842249884, + 34.856224372428876, + ], + [ + -78.32784774929799, + 34.670961790924224, + ], + [ + -78.25462680879697, + 34.553648518089744, + ], + ], + ], + "type": "Polygon", + }, + "id": "37017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40065 { + "geometry": { + "coordinates": [ + [ + [ + -99.10321283792582, + 34.637927146788144, + ], + [ + -99.22740129583441, + 34.45201998686133, + ], + [ + -99.2108906916038, + 34.33674787903037, + ], + [ + -99.3770735124468, + 34.458573200820034, + ], + [ + -99.39825015700346, + 34.3764968817307, + ], + [ + -99.47506035929375, + 34.39588794926424, + ], + [ + -99.57986680354031, + 34.4168904628532, + ], + [ + -99.69508210697573, + 34.37832318726018, + ], + [ + -99.84331861887242, + 34.50616457432341, + ], + [ + -99.66636801266161, + 34.50788345011585, + ], + [ + -99.66672693884054, + 34.72456922970116, + ], + [ + -99.4230160633494, + 34.72499894864927, + ], + [ + -99.40471082822414, + 34.81303761814365, + ], + [ + -99.24642438331752, + 34.822061716053994, + ], + [ + -99.14413042232344, + 34.847146559650014, + ], + [ + -99.14915538882842, + 34.702331274136384, + ], + [ + -99.05332209905502, + 34.70174041058273, + ], + [ + -99.10321283792582, + 34.637927146788144, + ], + ], + ], + "type": "Polygon", + }, + "id": "40065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05125 { + "geometry": { + "coordinates": [ + [ + [ + -92.73981061173663, + 34.85343119926615, + ], + [ + -92.65115584554177, + 34.85165860860519, + ], + [ + -92.6543861811521, + 34.76453309187555, + ], + [ + -92.54993866308448, + 34.761686203844306, + ], + [ + -92.55209222015803, + 34.68943970569303, + ], + [ + -92.44333758794328, + 34.67198237342599, + ], + [ + -92.34858107670667, + 34.58254711735025, + ], + [ + -92.24413355863904, + 34.58088195642632, + ], + [ + -92.24592818953367, + 34.49348786535411, + ], + [ + -92.40313785590351, + 34.49579760470021, + ], + [ + -92.40457356061921, + 34.4519125571243, + ], + [ + -92.58906161658747, + 34.45561888305177, + ], + [ + -92.66874322830917, + 34.4142047194275, + ], + [ + -92.68489490636087, + 34.47296878558177, + ], + [ + -92.79329061239669, + 34.503586260634734, + ], + [ + -92.8083655119116, + 34.59038948815329, + ], + [ + -92.9799322254385, + 34.63722885349746, + ], + [ + -92.96916444007071, + 34.77221431807304, + ], + [ + -93.07504766285405, + 34.77183831399344, + ], + [ + -93.07397088431726, + 34.858050677958346, + ], + [ + -92.73981061173663, + 34.85343119926615, + ], + ], + ], + "type": "Polygon", + }, + "id": "05125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40031 { + "geometry": { + "coordinates": [ + [ + [ + -98.61973927491172, + 34.85493521558454, + ], + [ + -98.0924767180686, + 34.85493521558454, + ], + [ + -98.08924638245826, + 34.68138247541594, + ], + [ + -98.14164960458153, + 34.68116761594188, + ], + [ + -98.14200853076046, + 34.50697029735111, + ], + [ + -98.2439435655756, + 34.50713144195665, + ], + [ + -98.29598786151996, + 34.44895823935603, + ], + [ + -98.50488289765522, + 34.44933424343563, + ], + [ + -98.66209256402506, + 34.40593262967636, + ], + [ + -98.66245149020399, + 34.507453731167736, + ], + [ + -98.82612182779451, + 34.50734630143071, + ], + [ + -98.82612182779451, + 34.59441810329184, + ], + [ + -98.82612182779451, + 34.85547236426968, + ], + [ + -98.61973927491172, + 34.85493521558454, + ], + ], + ], + "type": "Polygon", + }, + "id": "40031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40049 { + "geometry": { + "coordinates": [ + [ + [ + -96.93314516013577, + 34.854451781767914, + ], + [ + -96.93242730777791, + 34.636745419680835, + ], + [ + -97.19982731107821, + 34.622672124130176, + ], + [ + -97.1441937533446, + 34.506540578403, + ], + [ + -97.35201201094307, + 34.506755437877054, + ], + [ + -97.56234275179405, + 34.506916582482596, + ], + [ + -97.56270167797297, + 34.68116761594188, + ], + [ + -97.66858490075631, + 34.68132876054742, + ], + [ + -97.66822597457738, + 34.855150075058596, + ], + [ + -96.93314516013577, + 34.854451781767914, + ], + ], + ], + "type": "Polygon", + }, + "id": "40049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13123 { + "geometry": { + "coordinates": [ + [ + [ + -84.19664970092637, + 34.61783778596392, + ], + [ + -84.3456040651809, + 34.5627263308686, + ], + [ + -84.65428057905774, + 34.548867894792, + ], + [ + -84.65463950523667, + 34.58319169577242, + ], + [ + -84.65715198848916, + 34.72709382852132, + ], + [ + -84.58249534327243, + 34.82345830263536, + ], + [ + -84.61874688734402, + 34.855418649401166, + ], + [ + -84.4199017842187, + 34.85466664124197, + ], + [ + -84.31473641379321, + 34.80729012721265, + ], + [ + -84.19664970092637, + 34.61783778596392, + ], + ], + ], + "type": "Polygon", + }, + "id": "13123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13137 { + "geometry": { + "coordinates": [ + [ + [ + -83.35245532809107, + 34.71613599534447, + ], + [ + -83.338098280934, + 34.68712996634693, + ], + [ + -83.45977425559012, + 34.48124087533293, + ], + [ + -83.61518929106532, + 34.43176948143157, + ], + [ + -83.66615680847289, + 34.50363997550325, + ], + [ + -83.6162660696021, + 34.54731016360509, + ], + [ + -83.66472110375719, + 34.65420275194788, + ], + [ + -83.62344459318064, + 34.733109893794875, + ], + [ + -83.68159063416674, + 34.80041462404287, + ], + [ + -83.65215868749476, + 34.82297486881873, + ], + [ + -83.55165935739532, + 34.750674655798946, + ], + [ + -83.35245532809107, + 34.71613599534447, + ], + ], + ], + "type": "Polygon", + }, + "id": "13137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06037 { + "geometry": { + "coordinates": [ + [ + [ + [ + -118.59003294420725, + 33.029865128085746, + ], + [ + -118.37001119652527, + 32.83901620025564, + ], + [ + -118.49994247329668, + 32.85196148356751, + ], + [ + -118.59003294420725, + 33.029865128085746, + ], + ], + ], + [ + [ + [ + -118.6054667699011, + 33.47822313557176, + ], + [ + -118.36749871327278, + 33.40646007123711, + ], + [ + -118.32478649798051, + 33.29929890855176, + ], + [ + -118.45615347946764, + 33.321751723590594, + ], + [ + -118.5096334801277, + 33.431706059438675, + ], + [ + -118.6054667699011, + 33.47822313557176, + ], + ], + ], + [ + [ + [ + -117.67046407379738, + 34.82281372421319, + ], + [ + -117.64749279834608, + 34.28733019999753, + ], + [ + -117.7329172289306, + 34.02101188190532, + ], + [ + -117.78496152487494, + 33.94543506190618, + ], + [ + -117.97626917824282, + 33.94591849572281, + ], + [ + -118.1137379047717, + 33.74561575103425, + ], + [ + -118.22105683227073, + 33.770754309498784, + ], + [ + -118.28853495390894, + 33.704899880700665, + ], + [ + -118.41128770710182, + 33.74072769799948, + ], + [ + -118.39154676726086, + 33.83870361816894, + ], + [ + -118.45794811036228, + 33.964826129439714, + ], + [ + -118.54301361476787, + 34.03846921417236, + ], + [ + -118.73360341577788, + 34.03277543810988, + ], + [ + -118.80646543009998, + 34.00038537239596, + ], + [ + -118.94608771370241, + 34.04496871326255, + ], + [ + -118.78887804733257, + 34.1686740554502, + ], + [ + -118.67079133446573, + 34.16835176623911, + ], + [ + -118.63346301185737, + 34.28169013880357, + ], + [ + -118.88148100149563, + 34.788382493495746, + ], + [ + -118.89440234393699, + 34.817979386046936, + ], + [ + -117.67046407379738, + 34.82281372421319, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "06037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45023 { + "geometry": { + "coordinates": [ + [ + [ + -80.89811811659118, + 34.82066512947263, + ], + [ + -80.86007194162495, + 34.69572434530916, + ], + [ + -80.87765932439235, + 34.54312040386101, + ], + [ + -81.42286819018182, + 34.571965288253, + ], + [ + -81.47850174791544, + 34.82147085250034, + ], + [ + -80.89811811659118, + 34.82066512947263, + ], + ], + ], + "type": "Polygon", + }, + "id": "45023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45007 { + "geometry": { + "coordinates": [ + [ + [ + -82.31803008042469, + 34.48526949047147, + ], + [ + -82.3140818924565, + 34.48403404849565, + ], + [ + -82.74084511920019, + 34.208745347361614, + ], + [ + -82.77422525384037, + 34.289425079869574, + ], + [ + -82.86431572475094, + 34.45744518858124, + ], + [ + -82.98922203501738, + 34.48199288349212, + ], + [ + -82.84026767076286, + 34.6231555579468, + ], + [ + -82.7882233748185, + 34.67214351803153, + ], + [ + -82.48672538452018, + 34.81937597262829, + ], + [ + -82.45406310223787, + 34.62557272702993, + ], + [ + -82.31803008042469, + 34.48526949047147, + ], + ], + ], + "type": "Polygon", + }, + "id": "45007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45025 { + "geometry": { + "coordinates": [ + [ + [ + -79.8299538081057, + 34.53189399634159, + ], + [ + -79.88451058730253, + 34.491392985482065, + ], + [ + -80.04602736781949, + 34.49235985311532, + ], + [ + -80.28866146477385, + 34.36623734184454, + ], + [ + -80.34285931779176, + 34.51255664367656, + ], + [ + -80.4081838823564, + 34.614722323590115, + ], + [ + -80.56395784401053, + 34.81749595223031, + ], + [ + -80.3202469685194, + 34.814004485776906, + ], + [ + -79.92937635966835, + 34.80664554879049, + ], + [ + -79.8705124663244, + 34.69169573017062, + ], + [ + -79.7962147472866, + 34.64824040154282, + ], + [ + -79.8299538081057, + 34.53189399634159, + ], + ], + ], + "type": "Polygon", + }, + "id": "45025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45069 { + "geometry": { + "coordinates": [ + [ + [ + -79.46169554852703, + 34.63040706519619, + ], + [ + -79.45020991080138, + 34.62095324833773, + ], + [ + -79.63326226205393, + 34.297965743963296, + ], + [ + -79.65766924222095, + 34.30505610660714, + ], + [ + -79.72586521621699, + 34.49413244377627, + ], + [ + -79.8299538081057, + 34.53189399634159, + ], + [ + -79.7962147472866, + 34.64824040154282, + ], + [ + -79.8705124663244, + 34.69169573017062, + ], + [ + -79.92937635966835, + 34.80664554879049, + ], + [ + -79.9272228025948, + 34.80664554879049, + ], + [ + -79.68746011507184, + 34.80487295812953, + ], + [ + -79.46169554852703, + 34.63040706519619, + ], + ], + ], + "type": "Polygon", + }, + "id": "45069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01079 { + "geometry": { + "coordinates": [ + [ + [ + -87.2608024904225, + 34.75857074147049, + ], + [ + -87.10502852876837, + 34.686001954108136, + ], + [ + -87.11005349527335, + 34.3137579153064, + ], + [ + -87.11005349527335, + 34.299254900807625, + ], + [ + -87.52999712461744, + 34.30457267279051, + ], + [ + -87.52999712461744, + 34.56696980548121, + ], + [ + -87.41585859971879, + 34.76630568253651, + ], + [ + -87.42662638508659, + 34.800038619963274, + ], + [ + -87.2608024904225, + 34.75857074147049, + ], + ], + ], + "type": "Polygon", + }, + "id": "01079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13311 { + "geometry": { + "coordinates": [ + [ + [ + -83.66615680847289, + 34.50363997550325, + ], + [ + -83.84346634086262, + 34.50557371076975, + ], + [ + -83.87756432786064, + 34.62863447453523, + ], + [ + -83.85638768330398, + 34.722044630881, + ], + [ + -83.78029533337154, + 34.79289454245092, + ], + [ + -83.68159063416674, + 34.80041462404287, + ], + [ + -83.62344459318064, + 34.733109893794875, + ], + [ + -83.66472110375719, + 34.65420275194788, + ], + [ + -83.6162660696021, + 34.54731016360509, + ], + [ + -83.66615680847289, + 34.50363997550325, + ], + ], + ], + "type": "Polygon", + }, + "id": "13311", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45059 { + "geometry": { + "coordinates": [ + [ + [ + -81.85429745725156, + 34.59457924789738, + ], + [ + -81.64324886404273, + 34.533451727528494, + ], + [ + -81.78215329528732, + 34.36543161881683, + ], + [ + -81.89557396782811, + 34.29984576436128, + ], + [ + -81.94510578051998, + 34.203159001036155, + ], + [ + -82.16728108527553, + 34.3299260907291, + ], + [ + -82.24624484463938, + 34.40969267047233, + ], + [ + -82.3140818924565, + 34.48403404849565, + ], + [ + -82.23798954252406, + 34.58689802169988, + ], + [ + -82.14682229307671, + 34.78548189059599, + ], + [ + -82.0710888693232, + 34.704587298613966, + ], + [ + -81.85429745725156, + 34.59457924789738, + ], + ], + ], + "type": "Polygon", + }, + "id": "45059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35011 { + "geometry": { + "coordinates": [ + [ + [ + -103.94871625343454, + 34.605053647257606, + ], + [ + -103.94620377018205, + 34.08278398069638, + ], + [ + -104.1561755848541, + 34.08332112938152, + ], + [ + -104.1561755848541, + 33.995389889624164, + ], + [ + -104.78609102887023, + 34.00006308318488, + ], + [ + -104.78609102887023, + 34.08777946346817, + ], + [ + -104.89305103019035, + 34.08826289728479, + ], + [ + -104.89197425165356, + 34.34700741891654, + ], + [ + -104.89197425165356, + 34.60440906883544, + ], + [ + -104.44618793742677, + 34.604785072915035, + ], + [ + -104.44511115888999, + 34.69164201530211, + ], + [ + -104.33958686228557, + 34.69217916398724, + ], + [ + -104.3399457884645, + 34.778928676637285, + ], + [ + -104.12925612143461, + 34.77930468071688, + ], + [ + -104.12889719525568, + 34.60521479186315, + ], + [ + -103.94871625343454, + 34.605053647257606, + ], + ], + ], + "type": "Polygon", + }, + "id": "35011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28137 { + "geometry": { + "coordinates": [ + [ + [ + -89.72375393021665, + 34.7720531734675, + ], + [ + -89.6691971510198, + 34.685733379765566, + ], + [ + -89.66847929866195, + 34.55434681138043, + ], + [ + -89.72124144696416, + 34.55429309651191, + ], + [ + -90.1986132649365, + 34.55440052624894, + ], + [ + -90.24419688966017, + 34.599574730669175, + ], + [ + -90.20040789583113, + 34.72430065535859, + ], + [ + -90.12323876736193, + 34.75776501844278, + ], + [ + -90.00012708799011, + 34.72016461048301, + ], + [ + -89.91003661707954, + 34.772536607284124, + ], + [ + -89.72375393021665, + 34.7720531734675, + ], + ], + ], + "type": "Polygon", + }, + "id": "28137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05051 { + "geometry": { + "coordinates": [ + [ + [ + -93.07504766285405, + 34.77183831399344, + ], + [ + -92.96916444007071, + 34.77221431807304, + ], + [ + -92.9799322254385, + 34.63722885349746, + ], + [ + -92.8083655119116, + 34.59038948815329, + ], + [ + -92.79329061239669, + 34.503586260634734, + ], + [ + -92.91532551323172, + 34.50611085945489, + ], + [ + -92.94798779551404, + 34.38922730556851, + ], + [ + -93.40705437836112, + 34.396854816897495, + ], + [ + -93.39413303591977, + 34.743369433681046, + ], + [ + -93.2878908869575, + 34.77318118570629, + ], + [ + -93.07504766285405, + 34.77183831399344, + ], + ], + ], + "type": "Polygon", + }, + "id": "05051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40029 { + "geometry": { + "coordinates": [ + [ + [ + -96.09182219673188, + 34.76759483938084, + ], + [ + -96.09254004908973, + 34.68057675238823, + ], + [ + -96.09182219673188, + 34.50616457432341, + ], + [ + -96.14494327121301, + 34.418663053514166, + ], + [ + -96.40731830800834, + 34.41855562377714, + ], + [ + -96.51391938314953, + 34.4195762062789, + ], + [ + -96.51391938314953, + 34.505358851295696, + ], + [ + -96.51248367843382, + 34.67998588883457, + ], + [ + -96.40660045565049, + 34.680147033440115, + ], + [ + -96.40660045565049, + 34.76759483938084, + ], + [ + -96.09182219673188, + 34.76759483938084, + ], + ], + ], + "type": "Polygon", + }, + "id": "40029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28117 { + "geometry": { + "coordinates": [ + [ + [ + -88.36593619533743, + 34.75561642370223, + ], + [ + -88.33076142980262, + 34.740737405123866, + ], + [ + -88.32932572508692, + 34.46356868359183, + ], + [ + -88.54216894919037, + 34.46528755938428, + ], + [ + -88.54181002301145, + 34.509172606960185, + ], + [ + -88.73634801198965, + 34.508904032617615, + ], + [ + -88.73527123345286, + 34.59640555342685, + ], + [ + -88.71840170304331, + 34.75679815080954, + ], + [ + -88.36593619533743, + 34.75561642370223, + ], + ], + ], + "type": "Polygon", + }, + "id": "28117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48437 { + "geometry": { + "coordinates": [ + [ + [ + -101.62933528521103, + 34.74761290829365, + ], + [ + -101.47140776648334, + 34.74739804881959, + ], + [ + -101.47140776648334, + 34.312253898988004, + ], + [ + -101.56472857300425, + 34.312415043593546, + ], + [ + -101.99831139714755, + 34.3130059071472, + ], + [ + -101.99831139714755, + 34.7482037718473, + ], + [ + -101.62933528521103, + 34.74761290829365, + ], + ], + ], + "type": "Polygon", + }, + "id": "48437", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48045 { + "geometry": { + "coordinates": [ + [ + [ + -101.09058709064225, + 34.748257486715815, + ], + [ + -100.94486306199806, + 34.748257486715815, + ], + [ + -100.94629876671377, + 34.312683617936116, + ], + [ + -101.04141420412931, + 34.31236132872503, + ], + [ + -101.47140776648334, + 34.312253898988004, + ], + [ + -101.47140776648334, + 34.74739804881959, + ], + [ + -101.09058709064225, + 34.748257486715815, + ], + ], + ], + "type": "Polygon", + }, + "id": "48045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48069 { + "geometry": { + "coordinates": [ + [ + [ + -101.99831139714755, + 34.7482037718473, + ], + [ + -101.99831139714755, + 34.3130059071472, + ], + [ + -102.0909143513106, + 34.313059622015714, + ], + [ + -102.52557395399069, + 34.312952192278686, + ], + [ + -102.52521502781175, + 34.74686090013445, + ], + [ + -102.1691602583166, + 34.74734433395108, + ], + [ + -101.99831139714755, + 34.7482037718473, + ], + ], + ], + "type": "Polygon", + }, + "id": "48069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48191 { + "geometry": { + "coordinates": [ + [ + [ + -100.54071218452674, + 34.74766662316216, + ], + [ + -100.41616480043922, + 34.747451763688105, + ], + [ + -100.41760050515492, + 34.31348934096383, + ], + [ + -100.51738198289651, + 34.31402648964897, + ], + [ + -100.94629876671377, + 34.312683617936116, + ], + [ + -100.94486306199806, + 34.748257486715815, + ], + [ + -100.54071218452674, + 34.74766662316216, + ], + ], + ], + "type": "Polygon", + }, + "id": "48191", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48075 { + "geometry": { + "coordinates": [ + [ + [ + -100.00052828524225, + 34.746377466317824, + ], + [ + -99.99765687581083, + 34.560524021259525, + ], + [ + -99.99765687581083, + 34.31177046517138, + ], + [ + -100.41760050515492, + 34.31348934096383, + ], + [ + -100.41616480043922, + 34.747451763688105, + ], + [ + -100.00052828524225, + 34.746377466317824, + ], + ], + ], + "type": "Polygon", + }, + "id": "48075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05097 { + "geometry": { + "coordinates": [ + [ + [ + -93.39413303591977, + 34.743369433681046, + ], + [ + -93.40705437836112, + 34.396854816897495, + ], + [ + -93.40813115689791, + 34.3395410521931, + ], + [ + -93.47848068796752, + 34.340830209037435, + ], + [ + -93.93539371374104, + 34.35001545155332, + ], + [ + -93.93072767341499, + 34.665590304072836, + ], + [ + -93.71034699955408, + 34.74524945407903, + ], + [ + -93.39413303591977, + 34.743369433681046, + ], + ], + ], + "type": "Polygon", + }, + "id": "05097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48369 { + "geometry": { + "coordinates": [ + [ + [ + -102.52521502781175, + 34.74686090013445, + ], + [ + -102.52557395399069, + 34.312952192278686, + ], + [ + -102.61530549872232, + 34.31284476254166, + ], + [ + -103.04386335636065, + 34.312683617936116, + ], + [ + -103.04278657782388, + 34.74729061908256, + ], + [ + -102.52521502781175, + 34.74686090013445, + ], + ], + ], + "type": "Polygon", + }, + "id": "48369", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13187 { + "geometry": { + "coordinates": [ + [ + [ + -83.85638768330398, + 34.722044630881, + ], + [ + -83.87756432786064, + 34.62863447453523, + ], + [ + -83.84346634086262, + 34.50557371076975, + ], + [ + -83.9794993626758, + 34.41871676838268, + ], + [ + -84.19090688206354, + 34.53919921845949, + ], + [ + -84.18875332498999, + 34.60295876738556, + ], + [ + -84.1578856736023, + 34.64813297180579, + ], + [ + -84.03656862512511, + 34.64217062140075, + ], + [ + -83.93929963063601, + 34.74089854972941, + ], + [ + -83.85638768330398, + 34.722044630881, + ], + ], + ], + "type": "Polygon", + }, + "id": "13187", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37141 { + "geometry": { + "coordinates": [ + [ + [ + -77.68070384869338, + 34.72059432943112, + ], + [ + -77.57517955208897, + 34.47603053308707, + ], + [ + -77.51811028963965, + 34.4407398644734, + ], + [ + -77.73956774203734, + 34.29323883553407, + ], + [ + -77.8228386155483, + 34.38922730556851, + ], + [ + -77.96210197297182, + 34.38294266595238, + ], + [ + -78.02958009461001, + 34.33175239625858, + ], + [ + -78.16238278081285, + 34.35694466959163, + ], + [ + -78.25642143969161, + 34.3995942751917, + ], + [ + -78.17673982796991, + 34.46539498912131, + ], + [ + -78.25462680879697, + 34.553648518089744, + ], + [ + -78.1132098942999, + 34.72188348627546, + ], + [ + -77.68070384869338, + 34.72059432943112, + ], + ], + ], + "type": "Polygon", + }, + "id": "37141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05113 { + "geometry": { + "coordinates": [ + [ + [ + -93.93539371374104, + 34.35001545155332, + ], + [ + -94.25483801298569, + 34.35549436814175, + ], + [ + -94.24371130143896, + 34.19246974220188, + ], + [ + -94.47019372034163, + 34.18978399877618, + ], + [ + -94.46157949204739, + 34.507453731167736, + ], + [ + -94.45440096846886, + 34.72897384891931, + ], + [ + -94.31765009429783, + 34.69733579136458, + ], + [ + -94.01830566107307, + 34.69244773832981, + ], + [ + -93.93072767341499, + 34.665590304072836, + ], + [ + -93.93539371374104, + 34.35001545155332, + ], + ], + ], + "type": "Polygon", + }, + "id": "05113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01103 { + "geometry": { + "coordinates": [ + [ + [ + -86.78989134367085, + 34.5508016300585, + ], + [ + -86.70374906072847, + 34.589100331308956, + ], + [ + -86.55048758232682, + 34.54591357702373, + ], + [ + -86.58243201225129, + 34.30468010252754, + ], + [ + -87.11005349527335, + 34.3137579153064, + ], + [ + -87.10502852876837, + 34.686001954108136, + ], + [ + -86.90905483507447, + 34.580076233398614, + ], + [ + -86.78989134367085, + 34.5508016300585, + ], + ], + ], + "type": "Polygon", + }, + "id": "01103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13257 { + "geometry": { + "coordinates": [ + [ + [ + -83.10371948609496, + 34.53640604529676, + ], + [ + -83.17765827895383, + 34.47780312374803, + ], + [ + -83.39839787899368, + 34.46104408477167, + ], + [ + -83.45977425559012, + 34.48124087533293, + ], + [ + -83.338098280934, + 34.68712996634693, + ], + [ + -83.10371948609496, + 34.53640604529676, + ], + ], + ], + "type": "Polygon", + }, + "id": "13257", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40137 { + "geometry": { + "coordinates": [ + [ + [ + -97.66858490075631, + 34.68132876054742, + ], + [ + -97.56270167797297, + 34.68116761594188, + ], + [ + -97.56234275179405, + 34.506916582482596, + ], + [ + -97.56270167797297, + 34.28910279065849, + ], + [ + -98.13913712132904, + 34.28974736908066, + ], + [ + -98.14200853076046, + 34.50697029735111, + ], + [ + -98.14164960458153, + 34.68116761594188, + ], + [ + -98.08924638245826, + 34.68138247541594, + ], + [ + -97.66858490075631, + 34.68132876054742, + ], + ], + ], + "type": "Polygon", + }, + "id": "40137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40005 { + "geometry": { + "coordinates": [ + [ + [ + -95.6718785673878, + 34.59382723973818, + ], + [ + -95.6718785673878, + 34.50680915274557, + ], + [ + -95.77955642106576, + 34.50621828919192, + ], + [ + -95.77883856870791, + 34.156695639771584, + ], + [ + -95.99168179281136, + 34.15680306950861, + ], + [ + -96.40767723418726, + 34.15728650332524, + ], + [ + -96.40731830800834, + 34.41855562377714, + ], + [ + -96.14494327121301, + 34.418663053514166, + ], + [ + -96.09182219673188, + 34.50616457432341, + ], + [ + -96.09254004908973, + 34.68057675238823, + ], + [ + -95.88256823441769, + 34.6804693226512, + ], + [ + -95.88256823441769, + 34.5935049505271, + ], + [ + -95.6718785673878, + 34.59382723973818, + ], + ], + ], + "type": "Polygon", + }, + "id": "40005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40127 { + "geometry": { + "coordinates": [ + [ + [ + -95.05955050613906, + 34.68073789699377, + ], + [ + -94.93823345766188, + 34.6808453267308, + ], + [ + -94.93751560530403, + 34.50686286761408, + ], + [ + -95.0466291636977, + 34.50723887169368, + ], + [ + -95.0466291636977, + 34.243660011895685, + ], + [ + -95.15107668176533, + 34.24387487136974, + ], + [ + -95.15646057444924, + 34.156964214114154, + ], + [ + -95.77883856870791, + 34.156695639771584, + ], + [ + -95.77955642106576, + 34.50621828919192, + ], + [ + -95.6718785673878, + 34.50680915274557, + ], + [ + -95.6718785673878, + 34.59382723973818, + ], + [ + -95.51430997483902, + 34.594149528949266, + ], + [ + -95.51466890101796, + 34.68111390107337, + ], + [ + -95.05955050613906, + 34.68073789699377, + ], + ], + ], + "type": "Polygon", + }, + "id": "40127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05107 { + "geometry": { + "coordinates": [ + [ + [ + -90.58302320256686, + 34.641687187584125, + ], + [ + -90.56938400776765, + 34.52480363369774, + ], + [ + -90.57620360516725, + 34.41447329377007, + ], + [ + -90.75458991609376, + 34.36811736224253, + ], + [ + -90.74095072129455, + 34.30650640805702, + ], + [ + -90.84611609172003, + 34.213901974738945, + ], + [ + -90.93692441498845, + 34.23533420727602, + ], + [ + -90.82565729952123, + 34.14197776579876, + ], + [ + -90.95630642865049, + 34.12011581431358, + ], + [ + -90.95522965011371, + 34.11882665746924, + ], + [ + -91.11782320916745, + 34.11909523181181, + ], + [ + -91.0848020007062, + 34.14111832790253, + ], + [ + -91.05644683257101, + 34.33653301955631, + ], + [ + -91.00260790573202, + 34.33621073034523, + ], + [ + -91.00045434865847, + 34.469477319128366, + ], + [ + -91.05465220167638, + 34.47087390570973, + ], + [ + -91.05213971842389, + 34.645662087854156, + ], + [ + -90.58302320256686, + 34.641687187584125, + ], + ], + ], + "type": "Polygon", + }, + "id": "05107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40099 { + "geometry": { + "coordinates": [ + [ + [ + -96.93242730777791, + 34.636745419680835, + ], + [ + -96.82726193735243, + 34.5931289464475, + ], + [ + -96.82726193735243, + 34.506003429717865, + ], + [ + -96.88074193801249, + 34.50589599998084, + ], + [ + -96.88110086419141, + 34.332987838234395, + ], + [ + -96.9335040863147, + 34.33266554902332, + ], + [ + -97.04154086617159, + 34.375476299228936, + ], + [ + -97.35201201094307, + 34.37617459251962, + ], + [ + -97.35201201094307, + 34.506755437877054, + ], + [ + -97.1441937533446, + 34.506540578403, + ], + [ + -97.19982731107821, + 34.622672124130176, + ], + [ + -96.93242730777791, + 34.636745419680835, + ], + ], + ], + "type": "Polygon", + }, + "id": "40099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40141 { + "geometry": { + "coordinates": [ + [ + [ + -98.82612182779451, + 34.59441810329184, + ], + [ + -98.82612182779451, + 34.50734630143071, + ], + [ + -98.66245149020399, + 34.507453731167736, + ], + [ + -98.66209256402506, + 34.40593262967636, + ], + [ + -98.60933041572285, + 34.33368613152508, + ], + [ + -98.61040719425964, + 34.15707164385118, + ], + [ + -98.76546330355592, + 34.136391419473306, + ], + [ + -98.95282276895558, + 34.21239795842055, + ], + [ + -99.18827834233142, + 34.21384825987043, + ], + [ + -99.2108906916038, + 34.33674787903037, + ], + [ + -99.22740129583441, + 34.45201998686133, + ], + [ + -99.10321283792582, + 34.637927146788144, + ], + [ + -99.00127780311067, + 34.59436438842332, + ], + [ + -98.82612182779451, + 34.59441810329184, + ], + ], + ], + "type": "Polygon", + }, + "id": "40141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13129 { + "geometry": { + "coordinates": [ + [ + [ + -84.65463950523667, + 34.58319169577242, + ], + [ + -84.65428057905774, + 34.548867894792, + ], + [ + -84.65320380052097, + 34.41253955850357, + ], + [ + -85.00566930822686, + 34.39245019767935, + ], + [ + -85.10401508125274, + 34.40399889440985, + ], + [ + -85.06919924189687, + 34.58716659604245, + ], + [ + -85.05053508059268, + 34.622403549787606, + ], + [ + -84.91378420642165, + 34.634059676255134, + ], + [ + -84.71637480801205, + 34.62256469439315, + ], + [ + -84.65463950523667, + 34.58319169577242, + ], + ], + ], + "type": "Polygon", + }, + "id": "13129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45033 { + "geometry": { + "coordinates": [ + [ + [ + -79.07261957057062, + 34.30049034278345, + ], + [ + -79.12825312830425, + 34.25365097743928, + ], + [ + -79.3802193059107, + 34.30049034278345, + ], + [ + -79.54747890529049, + 34.230231294767194, + ], + [ + -79.63326226205393, + 34.297965743963296, + ], + [ + -79.45020991080138, + 34.62095324833773, + ], + [ + -79.07261957057062, + 34.30049034278345, + ], + ], + ], + "type": "Polygon", + }, + "id": "45033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13085 { + "geometry": { + "coordinates": [ + [ + [ + -84.18875332498999, + 34.60295876738556, + ], + [ + -84.19090688206354, + 34.53919921845949, + ], + [ + -83.9794993626758, + 34.41871676838268, + ], + [ + -83.95724593958235, + 34.33400842073616, + ], + [ + -84.25802607752281, + 34.335136432974956, + ], + [ + -84.25766715134388, + 34.381062645554394, + ], + [ + -84.3456040651809, + 34.5627263308686, + ], + [ + -84.19664970092637, + 34.61783778596392, + ], + [ + -84.18875332498999, + 34.60295876738556, + ], + ], + ], + "type": "Polygon", + }, + "id": "13085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45055 { + "geometry": { + "coordinates": [ + [ + [ + -80.34285931779176, + 34.51255664367656, + ], + [ + -80.28866146477385, + 34.36623734184454, + ], + [ + -80.28866146477385, + 34.364196176841006, + ], + [ + -80.42182307715561, + 34.29431313290435, + ], + [ + -80.47996911814171, + 34.1686740554502, + ], + [ + -80.61600213995489, + 34.099596734541244, + ], + [ + -80.71937287948575, + 34.06897925948829, + ], + [ + -80.86940402227705, + 34.1829084956064, + ], + [ + -80.82597395462693, + 34.268744855491704, + ], + [ + -80.77034039689332, + 34.37622830738813, + ], + [ + -80.87909502910807, + 34.457660048055295, + ], + [ + -80.74342093347381, + 34.53989751175017, + ], + [ + -80.74126737640026, + 34.48134830506996, + ], + [ + -80.52411703814968, + 34.51282521801913, + ], + [ + -80.55067757539025, + 34.559986872574385, + ], + [ + -80.4081838823564, + 34.614722323590115, + ], + [ + -80.34285931779176, + 34.51255664367656, + ], + ], + ], + "type": "Polygon", + }, + "id": "45055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35041 { + "geometry": { + "coordinates": [ + [ + [ + -103.73838551258356, + 34.60467764317801, + ], + [ + -103.7401801434782, + 34.30306865647212, + ], + [ + -103.04386335636065, + 34.302585222655495, + ], + [ + -103.04745261814992, + 33.82511375643491, + ], + [ + -103.05283651083381, + 33.570558994547255, + ], + [ + -103.51010846278626, + 33.57018299046766, + ], + [ + -103.50974953660734, + 33.657093647723244, + ], + [ + -103.7186445727426, + 33.65607306522148, + ], + [ + -103.71684994184797, + 33.8193125506354, + ], + [ + -103.84175625211442, + 33.81925883576689, + ], + [ + -103.84175625211442, + 34.08165596845758, + ], + [ + -103.94620377018205, + 34.08278398069638, + ], + [ + -103.94871625343454, + 34.605053647257606, + ], + [ + -103.73838551258356, + 34.60467764317801, + ], + ], + ], + "type": "Polygon", + }, + "id": "35041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28145 { + "geometry": { + "coordinates": [ + [ + [ + -88.73527123345286, + 34.59640555342685, + ], + [ + -88.73634801198965, + 34.508904032617615, + ], + [ + -88.78946908647077, + 34.494830737066955, + ], + [ + -88.82464385200558, + 34.364733325526146, + ], + [ + -89.2463821122443, + 34.37950491436749, + ], + [ + -89.2463821122443, + 34.495636460094666, + ], + [ + -89.24566425988645, + 34.583245410640934, + ], + [ + -89.08845459351662, + 34.59817814408781, + ], + [ + -88.73527123345286, + 34.59640555342685, + ], + ], + ], + "type": "Polygon", + }, + "id": "28145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01095 { + "geometry": { + "coordinates": [ + [ + [ + -86.05768193866064, + 34.475976818218555, + ], + [ + -86.11044408696284, + 34.427794581161535, + ], + [ + -86.10613697281573, + 34.200741831953025, + ], + [ + -86.30354637122534, + 34.09911330072462, + ], + [ + -86.45285966165879, + 34.25929103863324, + ], + [ + -86.58243201225129, + 34.30468010252754, + ], + [ + -86.55048758232682, + 34.54591357702373, + ], + [ + -86.49808436020355, + 34.48172430914955, + ], + [ + -86.33764435822337, + 34.509548611039776, + ], + [ + -86.3272354990345, + 34.59973587527472, + ], + [ + -86.14849026192907, + 34.59898386711552, + ], + [ + -86.13772247656127, + 34.52104359290177, + ], + [ + -86.05768193866064, + 34.475976818218555, + ], + ], + ], + "type": "Polygon", + }, + "id": "01095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13055 { + "geometry": { + "coordinates": [ + [ + [ + -85.10796326922093, + 34.58738145551651, + ], + [ + -85.1804663573641, + 34.43590552630714, + ], + [ + -85.33408676194468, + 34.37021224211457, + ], + [ + -85.3872078364258, + 34.28609475802171, + ], + [ + -85.46222340782145, + 34.28630961749577, + ], + [ + -85.51390877758689, + 34.52421277014409, + ], + [ + -85.52718904620717, + 34.58867061236084, + ], + [ + -85.10796326922093, + 34.58738145551651, + ], + ], + ], + "type": "Polygon", + }, + "id": "13055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13115 { + "geometry": { + "coordinates": [ + [ + [ + -85.06919924189687, + 34.58716659604245, + ], + [ + -85.10401508125274, + 34.40399889440985, + ], + [ + -85.00566930822686, + 34.39245019767935, + ], + [ + -85.04694581880342, + 34.096427557298924, + ], + [ + -85.42202367578169, + 34.08079653056136, + ], + [ + -85.46222340782145, + 34.28630961749577, + ], + [ + -85.3872078364258, + 34.28609475802171, + ], + [ + -85.33408676194468, + 34.37021224211457, + ], + [ + -85.1804663573641, + 34.43590552630714, + ], + [ + -85.10796326922093, + 34.58738145551651, + ], + [ + -85.06919924189687, + 34.58716659604245, + ], + ], + ], + "type": "Polygon", + }, + "id": "13115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35053 { + "geometry": { + "coordinates": [ + [ + [ + -106.41705158591257, + 34.43977299684015, + ], + [ + -106.41597480737579, + 34.259720757581356, + ], + [ + -105.92388701606747, + 34.26004304679244, + ], + [ + -105.92460486842532, + 33.82554347538302, + ], + [ + -106.0527415143021, + 33.825865764594106, + ], + [ + -106.0527415143021, + 33.65027185942198, + ], + [ + -106.37398044444139, + 33.66042396957111, + ], + [ + -106.3729036659046, + 33.48010315596975, + ], + [ + -106.47412084836189, + 33.475805966488636, + ], + [ + -107.7127750918375, + 33.47688026385892, + ], + [ + -107.71636435362676, + 34.259828187318384, + ], + [ + -107.72533750809993, + 34.57803506839508, + ], + [ + -107.20453562247747, + 34.57878707655428, + ], + [ + -106.8822199138014, + 34.57937794010793, + ], + [ + -106.76844031508169, + 34.53124941791942, + ], + [ + -106.41705158591257, + 34.43977299684015, + ], + ], + ], + "type": "Polygon", + }, + "id": "35053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35003 { + "geometry": { + "coordinates": [ + [ + [ + -107.72533750809993, + 34.57803506839508, + ], + [ + -107.71636435362676, + 34.259828187318384, + ], + [ + -107.7127750918375, + 33.47688026385892, + ], + [ + -108.0006338873366, + 33.478008276097704, + ], + [ + -108.0006338873366, + 33.20153784785636, + ], + [ + -109.04726262508649, + 33.208950499711285, + ], + [ + -109.04726262508649, + 33.778220676222226, + ], + [ + -109.0461858465497, + 34.579270510370904, + ], + [ + -107.72533750809993, + 34.57803506839508, + ], + ], + ], + "type": "Polygon", + }, + "id": "35003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01059 { + "geometry": { + "coordinates": [ + [ + [ + -87.52999712461744, + 34.56696980548121, + ], + [ + -87.52999712461744, + 34.30457267279051, + ], + [ + -87.634803568864, + 34.306989841873644, + ], + [ + -88.17355176343278, + 34.3210631374243, + ], + [ + -88.15668223302323, + 34.46319267951223, + ], + [ + -88.13981270261368, + 34.58174139432254, + ], + [ + -87.52999712461744, + 34.56696980548121, + ], + ], + ], + "type": "Polygon", + }, + "id": "01059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48197 { + "geometry": { + "coordinates": [ + [ + [ + -99.84331861887242, + 34.50616457432341, + ], + [ + -99.69508210697573, + 34.37832318726018, + ], + [ + -99.57986680354031, + 34.4168904628532, + ], + [ + -99.47506035929375, + 34.39588794926424, + ], + [ + -99.47541928547267, + 34.08563086872761, + ], + [ + -99.77763512812885, + 34.09653498703595, + ], + [ + -99.99765687581083, + 34.22432265923066, + ], + [ + -99.99765687581083, + 34.31177046517138, + ], + [ + -99.99765687581083, + 34.560524021259525, + ], + [ + -99.92335915677303, + 34.57454360194167, + ], + [ + -99.84331861887242, + 34.50616457432341, + ], + ], + ], + "type": "Polygon", + }, + "id": "48197", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45039 { + "geometry": { + "coordinates": [ + [ + [ + -80.87765932439235, + 34.54312040386101, + ], + [ + -80.87909502910807, + 34.457660048055295, + ], + [ + -80.77034039689332, + 34.37622830738813, + ], + [ + -80.82597395462693, + 34.268744855491704, + ], + [ + -81.09552751500078, + 34.21379454500192, + ], + [ + -81.17879838851175, + 34.175119839671865, + ], + [ + -81.31698496739848, + 34.23941653728308, + ], + [ + -81.42322711636075, + 34.49434730325033, + ], + [ + -81.42286819018182, + 34.571965288253, + ], + [ + -80.87765932439235, + 34.54312040386101, + ], + ], + ], + "type": "Polygon", + }, + "id": "45039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05001 { + "geometry": { + "coordinates": [ + [ + [ + -91.37768576271029, + 34.563478339027796, + ], + [ + -91.30123448659893, + 34.53554660740053, + ], + [ + -91.09341622900044, + 34.34383824167422, + ], + [ + -91.05644683257101, + 34.33653301955631, + ], + [ + -91.0848020007062, + 34.14111832790253, + ], + [ + -91.11782320916745, + 34.11909523181181, + ], + [ + -91.1967869685313, + 34.05227393538044, + ], + [ + -91.13253918250344, + 33.95521116797572, + ], + [ + -91.25026696919136, + 33.95778948166439, + ], + [ + -91.42183368271826, + 34.0144049530781, + ], + [ + -91.44552281052741, + 34.08015195213919, + ], + [ + -91.52987046257516, + 34.21766201553493, + ], + [ + -91.71184603529093, + 34.233937620694654, + ], + [ + -91.70502643789132, + 34.48263746191429, + ], + [ + -91.67810697447183, + 34.481939168623605, + ], + [ + -91.59555395331871, + 34.48070372664779, + ], + [ + -91.59447717478194, + 34.56782924337743, + ], + [ + -91.37768576271029, + 34.563478339027796, + ], + ], + ], + "type": "Polygon", + }, + "id": "05001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13227 { + "geometry": { + "coordinates": [ + [ + [ + -84.3456040651809, + 34.5627263308686, + ], + [ + -84.25766715134388, + 34.381062645554394, + ], + [ + -84.58177749091458, + 34.381492364502506, + ], + [ + -84.65320380052097, + 34.41253955850357, + ], + [ + -84.65428057905774, + 34.548867894792, + ], + [ + -84.3456040651809, + 34.5627263308686, + ], + ], + ], + "type": "Polygon", + }, + "id": "13227", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28071 { + "geometry": { + "coordinates": [ + [ + [ + -89.2463821122443, + 34.495636460094666, + ], + [ + -89.2463821122443, + 34.37950491436749, + ], + [ + -89.24530533370752, + 34.16115397385824, + ], + [ + -89.50983392757641, + 34.16206712662298, + ], + [ + -89.50983392757641, + 34.19096572588349, + ], + [ + -89.72088252078524, + 34.19252345707039, + ], + [ + -89.72124144696416, + 34.55429309651191, + ], + [ + -89.66847929866195, + 34.55434681138043, + ], + [ + -89.47681271911516, + 34.554185666774885, + ], + [ + -89.2463821122443, + 34.495636460094666, + ], + ], + ], + "type": "Polygon", + }, + "id": "28071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28107 { + "geometry": { + "coordinates": [ + [ + [ + -89.72124144696416, + 34.55429309651191, + ], + [ + -89.72088252078524, + 34.19252345707039, + ], + [ + -89.72160037314309, + 34.16346371320434, + ], + [ + -89.93157218781514, + 34.16426943623205, + ], + [ + -90.13544225744542, + 34.16007967648796, + ], + [ + -90.13472440508757, + 34.265951682328975, + ], + [ + -90.19394722461045, + 34.30134978067967, + ], + [ + -90.1986132649365, + 34.51105262735817, + ], + [ + -90.1986132649365, + 34.55440052624894, + ], + [ + -89.72124144696416, + 34.55429309651191, + ], + ], + ], + "type": "Polygon", + }, + "id": "28107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13119 { + "geometry": { + "coordinates": [ + [ + [ + -83.0516751901506, + 34.49370272482817, + ], + [ + -83.11341049292598, + 34.27347176392093, + ], + [ + -83.17263331244885, + 34.23855709938685, + ], + [ + -83.2975396227153, + 34.26439395114207, + ], + [ + -83.35460888516464, + 34.22383922541403, + ], + [ + -83.39839787899368, + 34.46104408477167, + ], + [ + -83.17765827895383, + 34.47780312374803, + ], + [ + -83.10371948609496, + 34.53640604529676, + ], + [ + -83.0516751901506, + 34.49370272482817, + ], + ], + ], + "type": "Polygon", + }, + "id": "13119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45031 { + "geometry": { + "coordinates": [ + [ + [ + -79.8299538081057, + 34.53189399634159, + ], + [ + -79.72586521621699, + 34.49413244377627, + ], + [ + -79.65766924222095, + 34.30505610660714, + ], + [ + -79.72945447800626, + 34.295172570800574, + ], + [ + -80.07294683123898, + 34.08600687280721, + ], + [ + -80.15873018800244, + 34.16163740767487, + ], + [ + -80.11278763709983, + 34.197035506025564, + ], + [ + -80.17703542312769, + 34.36505561473723, + ], + [ + -80.28866146477385, + 34.364196176841006, + ], + [ + -80.28866146477385, + 34.36623734184454, + ], + [ + -80.04602736781949, + 34.49235985311532, + ], + [ + -79.88451058730253, + 34.491392985482065, + ], + [ + -79.8299538081057, + 34.53189399634159, + ], + ], + ], + "type": "Polygon", + }, + "id": "45031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45071 { + "geometry": { + "coordinates": [ + [ + [ + -81.42322711636075, + 34.49434730325033, + ], + [ + -81.31698496739848, + 34.23941653728308, + ], + [ + -81.33887946431301, + 34.19768008444773, + ], + [ + -81.47204107669477, + 34.076499341080236, + ], + [ + -81.5373656412594, + 34.080903960298386, + ], + [ + -81.72867329462726, + 34.1867759661394, + ], + [ + -81.87009020912433, + 34.13526340723451, + ], + [ + -81.94510578051998, + 34.203159001036155, + ], + [ + -81.89557396782811, + 34.29984576436128, + ], + [ + -81.78215329528732, + 34.36543161881683, + ], + [ + -81.64324886404273, + 34.533451727528494, + ], + [ + -81.54059597686974, + 34.44492962421749, + ], + [ + -81.42322711636075, + 34.49434730325033, + ], + ], + ], + "type": "Polygon", + }, + "id": "45071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01019 { + "geometry": { + "coordinates": [ + [ + [ + -85.46222340782145, + 34.28630961749577, + ], + [ + -85.42202367578169, + 34.08079653056136, + ], + [ + -85.39869347415146, + 33.96412783614904, + ], + [ + -85.53006045563858, + 33.941352731899116, + ], + [ + -85.73895549177385, + 33.96847874049867, + ], + [ + -85.8437619360204, + 34.19998982379383, + ], + [ + -85.63594367842192, + 34.36688192026671, + ], + [ + -85.51390877758689, + 34.52421277014409, + ], + [ + -85.46222340782145, + 34.28630961749577, + ], + ], + ], + "type": "Polygon", + }, + "id": "01019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28027 { + "geometry": { + "coordinates": [ + [ + [ + -90.45093836872188, + 34.072900444889804, + ], + [ + -90.45093836872188, + 33.98566749842314, + ], + [ + -90.65696199542573, + 33.98760123368964, + ], + [ + -90.65947447867822, + 34.118719227732214, + ], + [ + -90.95630642865049, + 34.12011581431358, + ], + [ + -90.82565729952123, + 34.14197776579876, + ], + [ + -90.93692441498845, + 34.23533420727602, + ], + [ + -90.84611609172003, + 34.213901974738945, + ], + [ + -90.74095072129455, + 34.30650640805702, + ], + [ + -90.75458991609376, + 34.36811736224253, + ], + [ + -90.57620360516725, + 34.41447329377007, + ], + [ + -90.56938400776765, + 34.52480363369774, + ], + [ + -90.39961192513537, + 34.423765966022984, + ], + [ + -90.39889407277752, + 34.26149334824232, + ], + [ + -90.45093836872188, + 34.262352786138536, + ], + [ + -90.45093836872188, + 34.072900444889804, + ], + ], + ], + "type": "Polygon", + }, + "id": "28027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28119 { + "geometry": { + "coordinates": [ + [ + [ + -90.1986132649365, + 34.51105262735817, + ], + [ + -90.19394722461045, + 34.30134978067967, + ], + [ + -90.13472440508757, + 34.265951682328975, + ], + [ + -90.13544225744542, + 34.16007967648796, + ], + [ + -90.13580118362435, + 34.072900444889804, + ], + [ + -90.45093836872188, + 34.072900444889804, + ], + [ + -90.45093836872188, + 34.262352786138536, + ], + [ + -90.39889407277752, + 34.26149334824232, + ], + [ + -90.39961192513537, + 34.423765966022984, + ], + [ + -90.30198400446736, + 34.424464259313666, + ], + [ + -90.30413756154091, + 34.509548611039776, + ], + [ + -90.1986132649365, + 34.51105262735817, + ], + ], + ], + "type": "Polygon", + }, + "id": "28119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13139 { + "geometry": { + "coordinates": [ + [ + [ + -83.66615680847289, + 34.50363997550325, + ], + [ + -83.61518929106532, + 34.43176948143157, + ], + [ + -83.66938714408323, + 34.36682820539819, + ], + [ + -83.6202142575703, + 34.29522628566909, + ], + [ + -83.81762365597992, + 34.12742103643147, + ], + [ + -83.8689500995664, + 34.09862986690799, + ], + [ + -84.06277023618675, + 34.167868332422486, + ], + [ + -83.92745506673144, + 34.27932668458895, + ], + [ + -83.95724593958235, + 34.33400842073616, + ], + [ + -83.9794993626758, + 34.41871676838268, + ], + [ + -83.84346634086262, + 34.50557371076975, + ], + [ + -83.66615680847289, + 34.50363997550325, + ], + ], + ], + "type": "Polygon", + }, + "id": "13139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28081 { + "geometry": { + "coordinates": [ + [ + [ + -88.54216894919037, + 34.46528755938428, + ], + [ + -88.54324572772715, + 34.088961190575475, + ], + [ + -88.7194784815801, + 34.074511890945224, + ], + [ + -88.82464385200558, + 34.07494160989334, + ], + [ + -88.82464385200558, + 34.364733325526146, + ], + [ + -88.78946908647077, + 34.494830737066955, + ], + [ + -88.73634801198965, + 34.508904032617615, + ], + [ + -88.54181002301145, + 34.509172606960185, + ], + [ + -88.54216894919037, + 34.46528755938428, + ], + ], + ], + "type": "Polygon", + }, + "id": "28081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40019 { + "geometry": { + "coordinates": [ + [ + [ + -97.35201201094307, + 34.506755437877054, + ], + [ + -97.35201201094307, + 34.37617459251962, + ], + [ + -97.04154086617159, + 34.375476299228936, + ], + [ + -96.9335040863147, + 34.33266554902332, + ], + [ + -96.9335040863147, + 34.1725415259832, + ], + [ + -96.9701145565652, + 34.070805565017764, + ], + [ + -97.56090704707835, + 34.071074139360334, + ], + [ + -97.56270167797297, + 34.28910279065849, + ], + [ + -97.56234275179405, + 34.506916582482596, + ], + [ + -97.35201201094307, + 34.506755437877054, + ], + ], + ], + "type": "Polygon", + }, + "id": "40019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40069 { + "geometry": { + "coordinates": [ + [ + [ + -96.82726193735243, + 34.506003429717865, + ], + [ + -96.51391938314953, + 34.505358851295696, + ], + [ + -96.51391938314953, + 34.4195762062789, + ], + [ + -96.40731830800834, + 34.41855562377714, + ], + [ + -96.40767723418726, + 34.15728650332524, + ], + [ + -96.45397871126879, + 34.11436832338258, + ], + [ + -96.58534569275592, + 34.11442203825109, + ], + [ + -96.6700522709826, + 34.17227295164063, + ], + [ + -96.9335040863147, + 34.1725415259832, + ], + [ + -96.9335040863147, + 34.33266554902332, + ], + [ + -96.88110086419141, + 34.332987838234395, + ], + [ + -96.88074193801249, + 34.50589599998084, + ], + [ + -96.82726193735243, + 34.506003429717865, + ], + ], + ], + "type": "Polygon", + }, + "id": "40069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40033 { + "geometry": { + "coordinates": [ + [ + [ + -98.14200853076046, + 34.50697029735111, + ], + [ + -98.13913712132904, + 34.28974736908066, + ], + [ + -98.13770141661334, + 34.14321320777458, + ], + [ + -98.16892799417995, + 34.114207178777036, + ], + [ + -98.36454276169493, + 34.157125358719696, + ], + [ + -98.42340665503889, + 34.08283769556489, + ], + [ + -98.48621873635105, + 34.062855764477696, + ], + [ + -98.61040719425964, + 34.15707164385118, + ], + [ + -98.60933041572285, + 34.33368613152508, + ], + [ + -98.66209256402506, + 34.40593262967636, + ], + [ + -98.50488289765522, + 34.44933424343563, + ], + [ + -98.29598786151996, + 34.44895823935603, + ], + [ + -98.2439435655756, + 34.50713144195665, + ], + [ + -98.14200853076046, + 34.50697029735111, + ], + ], + ], + "type": "Polygon", + }, + "id": "40033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40089 { + "geometry": { + "coordinates": [ + [ + [ + -94.46157949204739, + 34.507453731167736, + ], + [ + -94.47019372034163, + 34.18978399877618, + ], + [ + -94.47737224392016, + 33.94086929808249, + ], + [ + -94.48634539839333, + 33.63786372479525, + ], + [ + -94.74656687811509, + 33.70285871569714, + ], + [ + -94.77707560332385, + 33.762911938695744, + ], + [ + -94.86178218155052, + 33.74373573063626, + ], + [ + -94.97017788758635, + 33.86163986702441, + ], + [ + -95.15610164827031, + 33.936572108601375, + ], + [ + -95.15646057444924, + 34.156964214114154, + ], + [ + -95.15107668176533, + 34.24387487136974, + ], + [ + -95.0466291636977, + 34.243660011895685, + ], + [ + -95.0466291636977, + 34.50723887169368, + ], + [ + -94.93751560530403, + 34.50686286761408, + ], + [ + -94.46157949204739, + 34.507453731167736, + ], + ], + ], + "type": "Polygon", + }, + "id": "40089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05059 { + "geometry": { + "coordinates": [ + [ + [ + -92.79329061239669, + 34.503586260634734, + ], + [ + -92.68489490636087, + 34.47296878558177, + ], + [ + -92.66874322830917, + 34.4142047194275, + ], + [ + -92.67843423514019, + 34.14960527712774, + ], + [ + -92.8866114189176, + 34.155889916743874, + ], + [ + -93.02551585016218, + 34.15997224675093, + ], + [ + -93.03448900463535, + 34.2364085046463, + ], + [ + -93.3568047133114, + 34.280293552222204, + ], + [ + -93.40813115689791, + 34.3395410521931, + ], + [ + -93.40705437836112, + 34.396854816897495, + ], + [ + -92.94798779551404, + 34.38922730556851, + ], + [ + -92.91532551323172, + 34.50611085945489, + ], + [ + -92.79329061239669, + 34.503586260634734, + ], + ], + ], + "type": "Polygon", + }, + "id": "05059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 04007 { + "geometry": { + "coordinates": [ + [ + [ + -110.750726270272, + 34.263265938903274, + ], + [ + -110.750726270272, + 34.00006308318488, + ], + [ + -110.00057055631547, + 34.00006308318488, + ], + [ + -110.00057055631547, + 33.57695106390042, + ], + [ + -110.00057055631547, + 33.46592243068206, + ], + [ + -110.16962478658988, + 33.464740703574755, + ], + [ + -110.442767608753, + 33.37901177342648, + ], + [ + -110.44886935379475, + 33.19450120008103, + ], + [ + -110.63515204065764, + 33.14175319920032, + ], + [ + -110.78267070019646, + 32.984690923665504, + ], + [ + -110.94669996396591, + 33.25014980386149, + ], + [ + -111.04002077048682, + 33.466083575287605, + ], + [ + -111.15344144302762, + 33.67761272749558, + ], + [ + -111.22450882645508, + 33.60337877920929, + ], + [ + -111.38710238550881, + 33.7500203702524, + ], + [ + -111.37166855981496, + 33.81899026142432, + ], + [ + -111.49478023918678, + 33.99979450884231, + ], + [ + -111.47791070877723, + 34.15105557857761, + ], + [ + -111.71228950361629, + 34.151216723183154, + ], + [ + -111.65952735531408, + 34.38638041753727, + ], + [ + -111.59384386457052, + 34.419200202199306, + ], + [ + -111.55507983724645, + 34.47216306255407, + ], + [ + -111.47826963495616, + 34.41339899639979, + ], + [ + -111.25394077312706, + 34.45223484633539, + ], + [ + -111.04361003227608, + 34.379612344104515, + ], + [ + -110.84655956004539, + 34.26697226483074, + ], + [ + -110.750726270272, + 34.263265938903274, + ], + ], + ], + "type": "Polygon", + }, + "id": "04007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13147 { + "geometry": { + "coordinates": [ + [ + [ + -82.98922203501738, + 34.48199288349212, + ], + [ + -82.86431572475094, + 34.45744518858124, + ], + [ + -82.77422525384037, + 34.289425079869574, + ], + [ + -82.98096673290208, + 34.21143109078731, + ], + [ + -83.07787680121224, + 34.223463221334434, + ], + [ + -83.11341049292598, + 34.27347176392093, + ], + [ + -83.0516751901506, + 34.49370272482817, + ], + [ + -82.98922203501738, + 34.48199288349212, + ], + ], + ], + "type": "Polygon", + }, + "id": "13147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05053 { + "geometry": { + "coordinates": [ + [ + [ + -92.24592818953367, + 34.49348786535411, + ], + [ + -92.20788201456745, + 34.492735857194916, + ], + [ + -92.23336577327123, + 34.062318615792556, + ], + [ + -92.33673651280209, + 34.05963287236686, + ], + [ + -92.50004792421367, + 34.14466350922446, + ], + [ + -92.67843423514019, + 34.14960527712774, + ], + [ + -92.66874322830917, + 34.4142047194275, + ], + [ + -92.58906161658747, + 34.45561888305177, + ], + [ + -92.40457356061921, + 34.4519125571243, + ], + [ + -92.40313785590351, + 34.49579760470021, + ], + [ + -92.24592818953367, + 34.49348786535411, + ], + ], + ], + "type": "Polygon", + }, + "id": "05053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05069 { + "geometry": { + "coordinates": [ + [ + [ + -92.02985462981987, + 34.48935182047853, + ], + [ + -91.70502643789132, + 34.48263746191429, + ], + [ + -91.71184603529093, + 34.233937620694654, + ], + [ + -91.52987046257516, + 34.21766201553493, + ], + [ + -91.44552281052741, + 34.08015195213919, + ], + [ + -91.72727986098477, + 34.17372325309051, + ], + [ + -91.74486724375217, + 34.09401038821579, + ], + [ + -91.95376227988744, + 34.093365809793625, + ], + [ + -91.95376227988744, + 34.06409120645351, + ], + [ + -92.23336577327123, + 34.062318615792556, + ], + [ + -92.20788201456745, + 34.492735857194916, + ], + [ + -92.02985462981987, + 34.48935182047853, + ], + ], + ], + "type": "Polygon", + }, + "id": "05069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13011 { + "geometry": { + "coordinates": [ + [ + [ + -83.35460888516464, + 34.22383922541403, + ], + [ + -83.40234606696187, + 34.19741151010516, + ], + [ + -83.48023304778893, + 34.26197678205894, + ], + [ + -83.6202142575703, + 34.29522628566909, + ], + [ + -83.66938714408323, + 34.36682820539819, + ], + [ + -83.61518929106532, + 34.43176948143157, + ], + [ + -83.45977425559012, + 34.48124087533293, + ], + [ + -83.39839787899368, + 34.46104408477167, + ], + [ + -83.35460888516464, + 34.22383922541403, + ], + ], + ], + "type": "Polygon", + }, + "id": "13011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37047 { + "geometry": { + "coordinates": [ + [ + [ + -78.25642143969161, + 34.3995942751917, + ], + [ + -78.16238278081285, + 34.35694466959163, + ], + [ + -78.25426788261805, + 34.21637285869059, + ], + [ + -78.37414922637952, + 34.205039021434146, + ], + [ + -78.42260426053461, + 34.13918459263603, + ], + [ + -78.54428023519071, + 34.14627495527988, + ], + [ + -78.56222654413705, + 34.05436881525249, + ], + [ + -78.65088131033191, + 33.94484419835253, + ], + [ + -79.07118386585492, + 34.29920118593911, + ], + [ + -78.95166144827238, + 34.44868966501346, + ], + [ + -78.87126198419283, + 34.48285232138834, + ], + [ + -78.66775084074146, + 34.46953103399688, + ], + [ + -78.44593446216483, + 34.37676545607327, + ], + [ + -78.25642143969161, + 34.3995942751917, + ], + ], + ], + "type": "Polygon", + }, + "id": "37047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45001 { + "geometry": { + "coordinates": [ + [ + [ + -82.24624484463938, + 34.40969267047233, + ], + [ + -82.33382283229746, + 34.342978803777996, + ], + [ + -82.24768054935508, + 34.21959575080143, + ], + [ + -82.26706256301712, + 34.10835225810902, + ], + [ + -82.32700323489786, + 34.064037491585, + ], + [ + -82.53051437834922, + 34.07198729212507, + ], + [ + -82.59476216437707, + 34.013814089524445, + ], + [ + -82.74084511920019, + 34.208745347361614, + ], + [ + -82.3140818924565, + 34.48403404849565, + ], + [ + -82.24624484463938, + 34.40969267047233, + ], + ], + ], + "type": "Polygon", + }, + "id": "45001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28057 { + "geometry": { + "coordinates": [ + [ + [ + -88.32932572508692, + 34.46356868359183, + ], + [ + -88.15668223302323, + 34.46319267951223, + ], + [ + -88.17355176343278, + 34.3210631374243, + ], + [ + -88.20370156246261, + 34.08654402149235, + ], + [ + -88.54324572772715, + 34.088961190575475, + ], + [ + -88.54216894919037, + 34.46528755938428, + ], + [ + -88.32932572508692, + 34.46356868359183, + ], + ], + ], + "type": "Polygon", + }, + "id": "28057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48487 { + "geometry": { + "coordinates": [ + [ + [ + -99.2108906916038, + 34.33674787903037, + ], + [ + -99.18827834233142, + 34.21384825987043, + ], + [ + -98.95282276895558, + 34.21239795842055, + ], + [ + -98.95318169513452, + 33.833976709739716, + ], + [ + -99.4757782116516, + 33.833976709739716, + ], + [ + -99.47541928547267, + 34.08563086872761, + ], + [ + -99.47506035929375, + 34.39588794926424, + ], + [ + -99.39825015700346, + 34.3764968817307, + ], + [ + -99.3770735124468, + 34.458573200820034, + ], + [ + -99.2108906916038, + 34.33674787903037, + ], + ], + ], + "type": "Polygon", + }, + "id": "48487", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13015 { + "geometry": { + "coordinates": [ + [ + [ + -84.65930554556272, + 34.077949642530115, + ], + [ + -84.73791037874764, + 34.07939994397999, + ], + [ + -84.92275736089482, + 34.08251540635381, + ], + [ + -85.04694581880342, + 34.096427557298924, + ], + [ + -85.00566930822686, + 34.39245019767935, + ], + [ + -84.65320380052097, + 34.41253955850357, + ], + [ + -84.65930554556272, + 34.077949642530115, + ], + ], + ], + "type": "Polygon", + }, + "id": "13015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13057 { + "geometry": { + "coordinates": [ + [ + [ + -84.25766715134388, + 34.381062645554394, + ], + [ + -84.25802607752281, + 34.335136432974956, + ], + [ + -84.25874392988067, + 34.185916528243176, + ], + [ + -84.35457721965406, + 34.17495869506632, + ], + [ + -84.41882500568191, + 34.0732764489694, + ], + [ + -84.65930554556272, + 34.077949642530115, + ], + [ + -84.65320380052097, + 34.41253955850357, + ], + [ + -84.58177749091458, + 34.381492364502506, + ], + [ + -84.25766715134388, + 34.381062645554394, + ], + ], + ], + "type": "Polygon", + }, + "id": "13057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45047 { + "geometry": { + "coordinates": [ + [ + [ + -81.94510578051998, + 34.203159001036155, + ], + [ + -81.87009020912433, + 34.13526340723451, + ], + [ + -82.00827678801106, + 33.961656952197394, + ], + [ + -82.04704081533512, + 33.953170002972186, + ], + [ + -82.0452461844405, + 33.98330404420852, + ], + [ + -82.30618551652012, + 33.97202392182059, + ], + [ + -82.32700323489786, + 34.064037491585, + ], + [ + -82.26706256301712, + 34.10835225810902, + ], + [ + -82.24768054935508, + 34.21959575080143, + ], + [ + -82.33382283229746, + 34.342978803777996, + ], + [ + -82.24624484463938, + 34.40969267047233, + ], + [ + -82.16728108527553, + 34.3299260907291, + ], + [ + -81.94510578051998, + 34.203159001036155, + ], + ], + ], + "type": "Polygon", + }, + "id": "45047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37129 { + "geometry": { + "coordinates": [ + [ + [ + -77.73956774203734, + 34.29323883553407, + ], + [ + -77.71767324512282, + 34.294527992378406, + ], + [ + -77.71408398333355, + 34.291036525924994, + ], + [ + -77.85944908579881, + 34.14998128120734, + ], + [ + -77.9186719053217, + 34.05222022051193, + ], + [ + -77.9577948588247, + 34.192684601675936, + ], + [ + -78.02958009461001, + 34.33175239625858, + ], + [ + -77.96210197297182, + 34.38294266595238, + ], + [ + -77.8228386155483, + 34.38922730556851, + ], + [ + -77.73956774203734, + 34.29323883553407, + ], + ], + ], + "type": "Polygon", + }, + "id": "37129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28115 { + "geometry": { + "coordinates": [ + [ + [ + -88.82464385200558, + 34.364733325526146, + ], + [ + -88.82464385200558, + 34.07494160989334, + ], + [ + -89.13942211092419, + 34.074135886865626, + ], + [ + -89.24458748134967, + 34.07392102739157, + ], + [ + -89.24530533370752, + 34.16115397385824, + ], + [ + -89.2463821122443, + 34.37950491436749, + ], + [ + -88.82464385200558, + 34.364733325526146, + ], + ], + ], + "type": "Polygon", + }, + "id": "28115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45061 { + "geometry": { + "coordinates": [ + [ + [ + -80.07294683123898, + 34.08600687280721, + ], + [ + -80.00116159545367, + 34.046795018792025, + ], + [ + -80.18062468491695, + 33.95231056507596, + ], + [ + -80.32204159941402, + 34.08031309674473, + ], + [ + -80.48140482285743, + 34.11259573272162, + ], + [ + -80.47996911814171, + 34.1686740554502, + ], + [ + -80.42182307715561, + 34.29431313290435, + ], + [ + -80.28866146477385, + 34.364196176841006, + ], + [ + -80.17703542312769, + 34.36505561473723, + ], + [ + -80.11278763709983, + 34.197035506025564, + ], + [ + -80.15873018800244, + 34.16163740767487, + ], + [ + -80.07294683123898, + 34.08600687280721, + ], + ], + ], + "type": "Polygon", + }, + "id": "45061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 37019 { + "geometry": { + "coordinates": [ + [ + [ + -78.02958009461001, + 34.33175239625858, + ], + [ + -77.9577948588247, + 34.192684601675936, + ], + [ + -77.95492344939329, + 33.97444109090372, + ], + [ + -78.02168371867363, + 33.88796015259624, + ], + [ + -78.16058814991821, + 33.91406557869403, + ], + [ + -78.4251167437871, + 33.898756841167554, + ], + [ + -78.55899620852671, + 33.867118783612824, + ], + [ + -78.57084077243128, + 33.876572600471285, + ], + [ + -78.57478896039947, + 33.88017149666172, + ], + [ + -78.65088131033191, + 33.94484419835253, + ], + [ + -78.56222654413705, + 34.05436881525249, + ], + [ + -78.54428023519071, + 34.14627495527988, + ], + [ + -78.42260426053461, + 34.13918459263603, + ], + [ + -78.37414922637952, + 34.205039021434146, + ], + [ + -78.25426788261805, + 34.21637285869059, + ], + [ + -78.16238278081285, + 34.35694466959163, + ], + [ + -78.02958009461001, + 34.33175239625858, + ], + ], + ], + "type": "Polygon", + }, + "id": "37019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05061 { + "geometry": { + "coordinates": [ + [ + [ + -93.93539371374104, + 34.35001545155332, + ], + [ + -93.92570270691002, + 34.18650739179683, + ], + [ + -93.82053733648453, + 34.183821648371136, + ], + [ + -93.82304981973702, + 34.00887232162117, + ], + [ + -93.83130512185234, + 33.7477106309063, + ], + [ + -93.95728821065556, + 33.75093352301713, + ], + [ + -93.95872391537127, + 33.750987237885646, + ], + [ + -94.04917331246077, + 33.882534950876334, + ], + [ + -94.096910494258, + 34.190804581277945, + ], + [ + -94.24371130143896, + 34.19246974220188, + ], + [ + -94.25483801298569, + 34.35549436814175, + ], + [ + -93.93539371374104, + 34.35001545155332, + ], + ], + ], + "type": "Polygon", + }, + "id": "05061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05109 { + "geometry": { + "coordinates": [ + [ + [ + -93.47848068796752, + 34.340830209037435, + ], + [ + -93.50216981577667, + 34.214170549081516, + ], + [ + -93.45084337219016, + 34.205683599856314, + ], + [ + -93.43433276795955, + 34.04872875405852, + ], + [ + -93.37367424372096, + 33.95693004376817, + ], + [ + -93.45658619105299, + 33.95682261403114, + ], + [ + -93.52908927919616, + 33.94355504150819, + ], + [ + -93.82304981973702, + 34.00887232162117, + ], + [ + -93.82053733648453, + 34.183821648371136, + ], + [ + -93.92570270691002, + 34.18650739179683, + ], + [ + -93.93539371374104, + 34.35001545155332, + ], + [ + -93.47848068796752, + 34.340830209037435, + ], + ], + ], + "type": "Polygon", + }, + "id": "05109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35027 { + "geometry": { + "coordinates": [ + [ + [ + -104.89197425165356, + 34.34700741891654, + ], + [ + -104.89305103019035, + 34.08826289728479, + ], + [ + -104.8923331778325, + 33.397704547669335, + ], + [ + -104.90561344645278, + 33.138691451695024, + ], + [ + -105.31694284750263, + 33.132191952604835, + ], + [ + -105.31909640457619, + 33.30510011435127, + ], + [ + -105.72611869147892, + 33.3048315400087, + ], + [ + -105.7271954700157, + 33.39045304041995, + ], + [ + -106.34598420248511, + 33.39077532963103, + ], + [ + -106.3729036659046, + 33.48010315596975, + ], + [ + -106.37398044444139, + 33.66042396957111, + ], + [ + -106.0527415143021, + 33.65027185942198, + ], + [ + -106.0527415143021, + 33.825865764594106, + ], + [ + -105.92460486842532, + 33.82554347538302, + ], + [ + -105.92388701606747, + 34.26004304679244, + ], + [ + -105.31371251189229, + 34.26004304679244, + ], + [ + -105.31299465953444, + 34.34673884457397, + ], + [ + -104.89197425165356, + 34.34700741891654, + ], + ], + ], + "type": "Polygon", + }, + "id": "35027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05019 { + "geometry": { + "coordinates": [ + [ + [ + -93.40813115689791, + 34.3395410521931, + ], + [ + -93.3568047133114, + 34.280293552222204, + ], + [ + -93.03448900463535, + 34.2364085046463, + ], + [ + -93.02551585016218, + 34.15997224675093, + ], + [ + -92.8866114189176, + 34.155889916743874, + ], + [ + -92.89378994249613, + 33.80991244864546, + ], + [ + -93.10447960952602, + 33.77703894911492, + ], + [ + -93.2878908869575, + 33.84326938199263, + ], + [ + -93.37367424372096, + 33.95693004376817, + ], + [ + -93.43433276795955, + 34.04872875405852, + ], + [ + -93.45084337219016, + 34.205683599856314, + ], + [ + -93.50216981577667, + 34.214170549081516, + ], + [ + -93.47848068796752, + 34.340830209037435, + ], + [ + -93.40813115689791, + 34.3395410521931, + ], + ], + ], + "type": "Polygon", + }, + "id": "05019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13117 { + "geometry": { + "coordinates": [ + [ + [ + -83.95724593958235, + 34.33400842073616, + ], + [ + -83.92745506673144, + 34.27932668458895, + ], + [ + -84.06277023618675, + 34.167868332422486, + ], + [ + -84.09758607554264, + 34.05071620419354, + ], + [ + -84.25874392988067, + 34.1094265554793, + ], + [ + -84.25874392988067, + 34.185916528243176, + ], + [ + -84.25802607752281, + 34.335136432974956, + ], + [ + -83.95724593958235, + 34.33400842073616, + ], + ], + ], + "type": "Polygon", + }, + "id": "13117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01093 { + "geometry": { + "coordinates": [ + [ + [ + -87.634803568864, + 34.306989841873644, + ], + [ + -87.6362392735797, + 34.002157963056916, + ], + [ + -87.6362392735797, + 33.915193590932816, + ], + [ + -87.95173538485616, + 33.919974214230564, + ], + [ + -87.98691015039097, + 34.052059075906385, + ], + [ + -88.20729082425188, + 34.058343715522525, + ], + [ + -88.20370156246261, + 34.08654402149235, + ], + [ + -88.17355176343278, + 34.3210631374243, + ], + [ + -87.634803568864, + 34.306989841873644, + ], + ], + ], + "type": "Polygon", + }, + "id": "01093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 04012 { + "geometry": { + "coordinates": [ + [ + [ + -113.33355905382761, + 34.317893960181976, + ], + [ + -113.33391798000653, + 33.99920364528865, + ], + [ + -113.33391798000653, + 33.37745404223958, + ], + [ + -113.95844953133877, + 33.37761518684512, + ], + [ + -113.95844953133877, + 33.464633273837734, + ], + [ + -114.26784389757347, + 33.46355897646745, + ], + [ + -114.26892067611026, + 33.02981141321723, + ], + [ + -114.51514403485389, + 33.026534806237876, + ], + [ + -114.67271262740265, + 33.04050067205151, + ], + [ + -114.70645168822175, + 33.08814576042339, + ], + [ + -114.67701974154977, + 33.2701854498172, + ], + [ + -114.73121759456768, + 33.302414370925575, + ], + [ + -114.72368014481022, + 33.40651378610563, + ], + [ + -114.6260522241422, + 33.4368089719475, + ], + [ + -114.52447611550598, + 33.55218850951548, + ], + [ + -114.49683879972864, + 33.69678893555506, + ], + [ + -114.53488497469485, + 33.92572170516156, + ], + [ + -114.43653920166896, + 34.02772624046956, + ], + [ + -114.43259101370077, + 34.0878868932052, + ], + [ + -114.25528148131104, + 34.17340096387942, + ], + [ + -114.13827154698099, + 34.30322980107766, + ], + [ + -114.03741329070262, + 34.260795054951636, + ], + [ + -113.6063429498118, + 34.229318142002455, + ], + [ + -113.51553462654338, + 34.30999787451042, + ], + [ + -113.33355905382761, + 34.317893960181976, + ], + ], + ], + "type": "Polygon", + }, + "id": "04012", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48345 { + "geometry": { + "coordinates": [ + [ + [ + -100.51738198289651, + 34.31402648964897, + ], + [ + -100.51881768761221, + 33.83564187066365, + ], + [ + -101.04105527795038, + 33.83360070566012, + ], + [ + -101.04141420412931, + 34.31236132872503, + ], + [ + -100.94629876671377, + 34.312683617936116, + ], + [ + -100.51738198289651, + 34.31402648964897, + ], + ], + ], + "type": "Polygon", + }, + "id": "48345", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48101 { + "geometry": { + "coordinates": [ + [ + [ + -100.41760050515492, + 34.31348934096383, + ], + [ + -99.99765687581083, + 34.31177046517138, + ], + [ + -99.99765687581083, + 34.22432265923066, + ], + [ + -100.0471886885027, + 34.22974786095057, + ], + [ + -100.0486243932184, + 33.835964159874734, + ], + [ + -100.51881768761221, + 33.83564187066365, + ], + [ + -100.51738198289651, + 34.31402648964897, + ], + [ + -100.41760050515492, + 34.31348934096383, + ], + ], + ], + "type": "Polygon", + }, + "id": "48101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01043 { + "geometry": { + "coordinates": [ + [ + [ + -86.58243201225129, + 34.30468010252754, + ], + [ + -86.45285966165879, + 34.25929103863324, + ], + [ + -86.51961993093914, + 34.25155609756723, + ], + [ + -86.60001939501869, + 34.120599248130205, + ], + [ + -86.70446691308632, + 34.080474241350274, + ], + [ + -86.76261295407242, + 33.97594510722211, + ], + [ + -86.91695121101085, + 33.91562330988093, + ], + [ + -86.96325268809238, + 33.85836326004505, + ], + [ + -87.0917482601481, + 33.89005503246828, + ], + [ + -87.15097107967098, + 33.9932412948836, + ], + [ + -87.11184812616798, + 33.99238185698738, + ], + [ + -87.11005349527335, + 34.299254900807625, + ], + [ + -87.11005349527335, + 34.3137579153064, + ], + [ + -86.58243201225129, + 34.30468010252754, + ], + ], + ], + "type": "Polygon", + }, + "id": "01043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48153 { + "geometry": { + "coordinates": [ + [ + [ + -101.04141420412931, + 34.31236132872503, + ], + [ + -101.04105527795038, + 33.83360070566012, + ], + [ + -101.56365179446748, + 33.830377813549276, + ], + [ + -101.56472857300425, + 34.312415043593546, + ], + [ + -101.47140776648334, + 34.312253898988004, + ], + [ + -101.04141420412931, + 34.31236132872503, + ], + ], + ], + "type": "Polygon", + }, + "id": "48153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48189 { + "geometry": { + "coordinates": [ + [ + [ + -102.0909143513106, + 34.313059622015714, + ], + [ + -101.99831139714755, + 34.3130059071472, + ], + [ + -101.56472857300425, + 34.312415043593546, + ], + [ + -101.56365179446748, + 33.830377813549276, + ], + [ + -102.0855304586267, + 33.824684037486804, + ], + [ + -102.0909143513106, + 34.313059622015714, + ], + ], + ], + "type": "Polygon", + }, + "id": "48189", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48279 { + "geometry": { + "coordinates": [ + [ + [ + -102.0909143513106, + 34.313059622015714, + ], + [ + -102.0855304586267, + 33.824684037486804, + ], + [ + -102.61530549872232, + 33.82511375643491, + ], + [ + -102.61530549872232, + 34.31284476254166, + ], + [ + -102.52557395399069, + 34.312952192278686, + ], + [ + -102.0909143513106, + 34.313059622015714, + ], + ], + ], + "type": "Polygon", + }, + "id": "48279", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45041 { + "geometry": { + "coordinates": [ + [ + [ + -79.54747890529049, + 34.230231294767194, + ], + [ + -79.5708091069207, + 34.188011408115216, + ], + [ + -79.49292212609365, + 33.94924881757067, + ], + [ + -79.324944674356, + 33.799062045205645, + ], + [ + -79.49687031406184, + 33.77564236253355, + ], + [ + -79.79836830436015, + 33.83553444092662, + ], + [ + -79.87553743282938, + 33.88505954969649, + ], + [ + -79.97460105821311, + 33.94650935927646, + ], + [ + -79.89384266795463, + 33.987977237769236, + ], + [ + -80.00116159545367, + 34.046795018792025, + ], + [ + -80.07294683123898, + 34.08600687280721, + ], + [ + -79.72945447800626, + 34.295172570800574, + ], + [ + -79.65766924222095, + 34.30505610660714, + ], + [ + -79.63326226205393, + 34.297965743963296, + ], + [ + -79.54747890529049, + 34.230231294767194, + ], + ], + ], + "type": "Polygon", + }, + "id": "45041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48017 { + "geometry": { + "coordinates": [ + [ + [ + -102.61530549872232, + 34.31284476254166, + ], + [ + -102.61530549872232, + 33.82511375643491, + ], + [ + -103.04745261814992, + 33.82511375643491, + ], + [ + -103.04386335636065, + 34.302585222655495, + ], + [ + -103.04386335636065, + 34.312683617936116, + ], + [ + -102.61530549872232, + 34.31284476254166, + ], + ], + ], + "type": "Polygon", + }, + "id": "48017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01133 { + "geometry": { + "coordinates": [ + [ + [ + -87.52999712461744, + 34.30457267279051, + ], + [ + -87.11005349527335, + 34.299254900807625, + ], + [ + -87.11184812616798, + 33.99238185698738, + ], + [ + -87.15097107967098, + 33.9932412948836, + ], + [ + -87.6362392735797, + 34.002157963056916, + ], + [ + -87.634803568864, + 34.306989841873644, + ], + [ + -87.52999712461744, + 34.30457267279051, + ], + ], + ], + "type": "Polygon", + }, + "id": "01133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45051 { + "geometry": { + "coordinates": [ + [ + [ + -79.07118386585492, + 34.29920118593911, + ], + [ + -78.65088131033191, + 33.94484419835253, + ], + [ + -78.57478896039947, + 33.88017149666172, + ], + [ + -78.56725151064201, + 33.85487179359164, + ], + [ + -78.81311594320672, + 33.74335972655666, + ], + [ + -79.00298789185888, + 33.57211672573416, + ], + [ + -79.09953903399013, + 33.57179443652308, + ], + [ + -79.19034735725855, + 33.705705603728376, + ], + [ + -79.25674870035996, + 33.87372571244005, + ], + [ + -79.33894279533415, + 33.96955303786895, + ], + [ + -79.25100588149714, + 34.055281968017226, + ], + [ + -79.12825312830425, + 34.25365097743928, + ], + [ + -79.07261957057062, + 34.30049034278345, + ], + [ + -79.07118386585492, + 34.29920118593911, + ], + ], + ], + "type": "Polygon", + }, + "id": "45051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45067 { + "geometry": { + "coordinates": [ + [ + [ + -79.12825312830425, + 34.25365097743928, + ], + [ + -79.25100588149714, + 34.055281968017226, + ], + [ + -79.33894279533415, + 33.96955303786895, + ], + [ + -79.25674870035996, + 33.87372571244005, + ], + [ + -79.19034735725855, + 33.705705603728376, + ], + [ + -79.28546279467409, + 33.716717151773736, + ], + [ + -79.31704829841962, + 33.779778407409125, + ], + [ + -79.324944674356, + 33.799062045205645, + ], + [ + -79.49292212609365, + 33.94924881757067, + ], + [ + -79.5708091069207, + 34.188011408115216, + ], + [ + -79.54747890529049, + 34.230231294767194, + ], + [ + -79.3802193059107, + 34.30049034278345, + ], + [ + -79.12825312830425, + 34.25365097743928, + ], + ], + ], + "type": "Polygon", + }, + "id": "45067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13157 { + "geometry": { + "coordinates": [ + [ + [ + -83.40234606696187, + 34.19741151010516, + ], + [ + -83.35999277784853, + 34.040510379175885, + ], + [ + -83.53730231023826, + 33.96584671194148, + ], + [ + -83.56314499512096, + 34.03175485560811, + ], + [ + -83.76809184328805, + 34.06677694987921, + ], + [ + -83.81762365597992, + 34.12742103643147, + ], + [ + -83.6202142575703, + 34.29522628566909, + ], + [ + -83.48023304778893, + 34.26197678205894, + ], + [ + -83.40234606696187, + 34.19741151010516, + ], + ], + ], + "type": "Polygon", + }, + "id": "13157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40067 { + "geometry": { + "coordinates": [ + [ + [ + -97.56270167797297, + 34.28910279065849, + ], + [ + -97.56090704707835, + 34.071074139360334, + ], + [ + -97.56126597325726, + 33.90004599801188, + ], + [ + -97.68760798823942, + 33.987171514741526, + ], + [ + -97.86958356095519, + 33.84923173239768, + ], + [ + -97.97797926699101, + 33.88989388786274, + ], + [ + -97.94567591088763, + 33.989803543298706, + ], + [ + -98.08242678505864, + 34.002265392793944, + ], + [ + -98.13770141661334, + 34.14321320777458, + ], + [ + -98.13913712132904, + 34.28974736908066, + ], + [ + -97.56270167797297, + 34.28910279065849, + ], + ], + ], + "type": "Polygon", + }, + "id": "40067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13105 { + "geometry": { + "coordinates": [ + [ + [ + -82.74084511920019, + 34.208745347361614, + ], + [ + -82.59476216437707, + 34.013814089524445, + ], + [ + -82.56461236534724, + 33.95574831666086, + ], + [ + -82.64537075560573, + 33.98416348210475, + ], + [ + -82.77960914652427, + 33.97100333931883, + ], + [ + -82.97630069257602, + 34.0432498374701, + ], + [ + -83.07787680121224, + 34.223463221334434, + ], + [ + -82.98096673290208, + 34.21143109078731, + ], + [ + -82.77422525384037, + 34.289425079869574, + ], + [ + -82.74084511920019, + 34.208745347361614, + ], + ], + ], + "type": "Polygon", + }, + "id": "13105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13195 { + "geometry": { + "coordinates": [ + [ + [ + -83.07787680121224, + 34.223463221334434, + ], + [ + -82.97630069257602, + 34.0432498374701, + ], + [ + -83.18842606432163, + 34.01692955189826, + ], + [ + -83.25841666921231, + 33.998988785814596, + ], + [ + -83.35999277784853, + 34.040510379175885, + ], + [ + -83.40234606696187, + 34.19741151010516, + ], + [ + -83.35460888516464, + 34.22383922541403, + ], + [ + -83.2975396227153, + 34.26439395114207, + ], + [ + -83.17263331244885, + 34.23855709938685, + ], + [ + -83.11341049292598, + 34.27347176392093, + ], + [ + -83.07787680121224, + 34.223463221334434, + ], + ], + ], + "type": "Polygon", + }, + "id": "13195", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45079 { + "geometry": { + "coordinates": [ + [ + [ + -80.61600213995489, + 34.099596734541244, + ], + [ + -80.64651086516365, + 33.99947221963122, + ], + [ + -80.59841475718748, + 33.77628694095572, + ], + [ + -80.62030925410201, + 33.74319858195112, + ], + [ + -80.82884536405834, + 33.77881153977587, + ], + [ + -81.01225664148983, + 33.880010352056175, + ], + [ + -81.06071167564491, + 34.00500485108816, + ], + [ + -81.1942322142056, + 34.095245830191615, + ], + [ + -81.27570845682193, + 34.09734071006366, + ], + [ + -81.33887946431301, + 34.19768008444773, + ], + [ + -81.31698496739848, + 34.23941653728308, + ], + [ + -81.17879838851175, + 34.175119839671865, + ], + [ + -81.09552751500078, + 34.21379454500192, + ], + [ + -80.82597395462693, + 34.268744855491704, + ], + [ + -80.86940402227705, + 34.1829084956064, + ], + [ + -80.71937287948575, + 34.06897925948829, + ], + [ + -80.61600213995489, + 34.099596734541244, + ], + ], + ], + "type": "Polygon", + }, + "id": "45079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01009 { + "geometry": { + "coordinates": [ + [ + [ + -86.45285966165879, + 34.25929103863324, + ], + [ + -86.30354637122534, + 34.09911330072462, + ], + [ + -86.32615872049772, + 33.94006357505478, + ], + [ + -86.4083528154719, + 33.834245284082286, + ], + [ + -86.57740704574631, + 33.801962648105395, + ], + [ + -86.57417671013597, + 33.76516796317333, + ], + [ + -86.75902369228317, + 33.84052992369841, + ], + [ + -86.95356168126136, + 33.81528393549686, + ], + [ + -86.96325268809238, + 33.85836326004505, + ], + [ + -86.91695121101085, + 33.91562330988093, + ], + [ + -86.76261295407242, + 33.97594510722211, + ], + [ + -86.70446691308632, + 34.080474241350274, + ], + [ + -86.60001939501869, + 34.120599248130205, + ], + [ + -86.51961993093914, + 34.25155609756723, + ], + [ + -86.45285966165879, + 34.25929103863324, + ], + ], + ], + "type": "Polygon", + }, + "id": "01009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48155 { + "geometry": { + "coordinates": [ + [ + [ + -99.99765687581083, + 34.22432265923066, + ], + [ + -99.77763512812885, + 34.09653498703595, + ], + [ + -99.47541928547267, + 34.08563086872761, + ], + [ + -99.4757782116516, + 33.833976709739716, + ], + [ + -99.4743425069359, + 33.733852194829694, + ], + [ + -99.55653660191008, + 33.79836375191496, + ], + [ + -99.6972356640493, + 33.825704619988564, + ], + [ + -99.99658009727406, + 33.835964159874734, + ], + [ + -100.0486243932184, + 33.835964159874734, + ], + [ + -100.0471886885027, + 34.22974786095057, + ], + [ + -99.99765687581083, + 34.22432265923066, + ], + ], + ], + "type": "Polygon", + }, + "id": "48155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48485 { + "geometry": { + "coordinates": [ + [ + [ + -98.61040719425964, + 34.15707164385118, + ], + [ + -98.48621873635105, + 34.062855764477696, + ], + [ + -98.42340665503889, + 34.08283769556489, + ], + [ + -98.42340665503889, + 33.83601787474325, + ], + [ + -98.95318169513452, + 33.833976709739716, + ], + [ + -98.95282276895558, + 34.21239795842055, + ], + [ + -98.76546330355592, + 34.136391419473306, + ], + [ + -98.61040719425964, + 34.15707164385118, + ], + ], + ], + "type": "Polygon", + }, + "id": "48485", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01055 { + "geometry": { + "coordinates": [ + [ + [ + -85.8437619360204, + 34.19998982379383, + ], + [ + -85.73895549177385, + 33.96847874049867, + ], + [ + -85.89975441993295, + 33.94301789282305, + ], + [ + -86.0652193884181, + 33.84214136975383, + ], + [ + -86.19945777933664, + 33.98894410540248, + ], + [ + -86.32615872049772, + 33.94006357505478, + ], + [ + -86.30354637122534, + 34.09911330072462, + ], + [ + -86.10613697281573, + 34.200741831953025, + ], + [ + -85.8437619360204, + 34.19998982379383, + ], + ], + ], + "type": "Polygon", + }, + "id": "01055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45063 { + "geometry": { + "coordinates": [ + [ + [ + -81.01225664148983, + 33.880010352056175, + ], + [ + -81.04276536669857, + 33.707048475441226, + ], + [ + -81.18741261680599, + 33.65279645824213, + ], + [ + -81.36795248480605, + 33.72864185258384, + ], + [ + -81.57146362825742, + 33.87721717889345, + ], + [ + -81.47204107669477, + 34.076499341080236, + ], + [ + -81.33887946431301, + 34.19768008444773, + ], + [ + -81.27570845682193, + 34.09734071006366, + ], + [ + -81.1942322142056, + 34.095245830191615, + ], + [ + -81.06071167564491, + 34.00500485108816, + ], + [ + -81.01225664148983, + 33.880010352056175, + ], + ], + ], + "type": "Polygon", + }, + "id": "45063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28161 { + "geometry": { + "coordinates": [ + [ + [ + -89.50983392757641, + 34.16206712662298, + ], + [ + -89.50732144432392, + 33.867387357955394, + ], + [ + -89.76933755494032, + 33.867279928218366, + ], + [ + -89.92654722131016, + 33.897951118139844, + ], + [ + -89.93157218781514, + 34.16426943623205, + ], + [ + -89.72160037314309, + 34.16346371320434, + ], + [ + -89.72088252078524, + 34.19252345707039, + ], + [ + -89.50983392757641, + 34.19096572588349, + ], + [ + -89.50983392757641, + 34.16206712662298, + ], + ], + ], + "type": "Polygon", + }, + "id": "28161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05133 { + "geometry": { + "coordinates": [ + [ + [ + -93.95872391537127, + 33.750987237885646, + ], + [ + -94.1902313007789, + 33.788265356634334, + ], + [ + -94.47737224392016, + 33.94086929808249, + ], + [ + -94.47019372034163, + 34.18978399877618, + ], + [ + -94.24371130143896, + 34.19246974220188, + ], + [ + -94.096910494258, + 34.190804581277945, + ], + [ + -94.04917331246077, + 33.882534950876334, + ], + [ + -93.95872391537127, + 33.750987237885646, + ], + ], + ], + "type": "Polygon", + }, + "id": "05133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45081 { + "geometry": { + "coordinates": [ + [ + [ + -81.47204107669477, + 34.076499341080236, + ], + [ + -81.57146362825742, + 33.87721717889345, + ], + [ + -81.65186309233698, + 33.81442449760063, + ], + [ + -81.83635114830523, + 33.866205630848086, + ], + [ + -81.89449718929134, + 33.97530052879994, + ], + [ + -82.00827678801106, + 33.961656952197394, + ], + [ + -81.87009020912433, + 34.13526340723451, + ], + [ + -81.72867329462726, + 34.1867759661394, + ], + [ + -81.5373656412594, + 34.080903960298386, + ], + [ + -81.47204107669477, + 34.076499341080236, + ], + ], + ], + "type": "Polygon", + }, + "id": "45081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13121 { + "geometry": { + "coordinates": [ + [ + [ + -84.25874392988067, + 34.185916528243176, + ], + [ + -84.25874392988067, + 34.1094265554793, + ], + [ + -84.09758607554264, + 34.05071620419354, + ], + [ + -84.27669023882699, + 33.957682051927364, + ], + [ + -84.34775762225445, + 33.963268398252815, + ], + [ + -84.35027010550694, + 33.64790840520736, + ], + [ + -84.45758903300599, + 33.64887527284061, + ], + [ + -84.45866581154277, + 33.550953067539666, + ], + [ + -84.60941480669193, + 33.50250225614007, + ], + [ + -84.85061319893059, + 33.51152635405042, + ], + [ + -84.8089777621751, + 33.57410417586918, + ], + [ + -84.66002339792057, + 33.65741593693433, + ], + [ + -84.57818822912532, + 33.74346715629369, + ], + [ + -84.4712282278052, + 33.826134338936676, + ], + [ + -84.38329131396819, + 33.96364440233241, + ], + [ + -84.41882500568191, + 34.0732764489694, + ], + [ + -84.35457721965406, + 34.17495869506632, + ], + [ + -84.25874392988067, + 34.185916528243176, + ], + ], + ], + "type": "Polygon", + }, + "id": "13121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40095 { + "geometry": { + "coordinates": [ + [ + [ + -96.58534569275592, + 34.11442203825109, + ], + [ + -96.54909414868433, + 34.0670992390903, + ], + [ + -96.62482757243784, + 34.00887232162117, + ], + [ + -96.58857602836626, + 33.89499680037157, + ], + [ + -96.6553362976466, + 33.91379700435146, + ], + [ + -96.77270515815559, + 33.83419156921377, + ], + [ + -96.86925630028684, + 33.85497922332867, + ], + [ + -96.9349397910304, + 33.95429801521098, + ], + [ + -96.9701145565652, + 34.070805565017764, + ], + [ + -96.9335040863147, + 34.1725415259832, + ], + [ + -96.6700522709826, + 34.17227295164063, + ], + [ + -96.58534569275592, + 34.11442203825109, + ], + ], + ], + "type": "Polygon", + }, + "id": "40095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05079 { + "geometry": { + "coordinates": [ + [ + [ + -91.44552281052741, + 34.08015195213919, + ], + [ + -91.42183368271826, + 34.0144049530781, + ], + [ + -91.54853462387933, + 33.97675083024981, + ], + [ + -91.5575077783525, + 33.783377303599565, + ], + [ + -91.97601570298089, + 33.791703108219224, + ], + [ + -91.95376227988744, + 34.06409120645351, + ], + [ + -91.95376227988744, + 34.093365809793625, + ], + [ + -91.74486724375217, + 34.09401038821579, + ], + [ + -91.72727986098477, + 34.17372325309051, + ], + [ + -91.44552281052741, + 34.08015195213919, + ], + ], + ], + "type": "Polygon", + }, + "id": "05079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45085 { + "geometry": { + "coordinates": [ + [ + [ + -80.00116159545367, + 34.046795018792025, + ], + [ + -79.89384266795463, + 33.987977237769236, + ], + [ + -79.97460105821311, + 33.94650935927646, + ], + [ + -80.25564025631262, + 33.803950098240406, + ], + [ + -80.39705717080967, + 33.767746276862, + ], + [ + -80.53416697115964, + 33.643826075200295, + ], + [ + -80.62030925410201, + 33.74319858195112, + ], + [ + -80.59841475718748, + 33.77628694095572, + ], + [ + -80.64651086516365, + 33.99947221963122, + ], + [ + -80.61600213995489, + 34.099596734541244, + ], + [ + -80.47996911814171, + 34.1686740554502, + ], + [ + -80.48140482285743, + 34.11259573272162, + ], + [ + -80.32204159941402, + 34.08031309674473, + ], + [ + -80.18062468491695, + 33.95231056507596, + ], + [ + -80.00116159545367, + 34.046795018792025, + ], + ], + ], + "type": "Polygon", + }, + "id": "45085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13135 { + "geometry": { + "coordinates": [ + [ + [ + -83.81762365597992, + 34.12742103643147, + ], + [ + -83.8689500995664, + 34.00500485108816, + ], + [ + -83.79895949467573, + 33.929804035168615, + ], + [ + -83.98201184592828, + 33.78611676189378, + ], + [ + -84.02364728268375, + 33.75281354341512, + ], + [ + -84.26017963459637, + 33.91949078041394, + ], + [ + -84.27669023882699, + 33.957682051927364, + ], + [ + -84.09758607554264, + 34.05071620419354, + ], + [ + -84.06277023618675, + 34.167868332422486, + ], + [ + -83.8689500995664, + 34.09862986690799, + ], + [ + -83.81762365597992, + 34.12742103643147, + ], + ], + ], + "type": "Polygon", + }, + "id": "13135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28135 { + "geometry": { + "coordinates": [ + [ + [ + -89.93157218781514, + 34.16426943623205, + ], + [ + -89.92654722131016, + 33.897951118139844, + ], + [ + -89.92654722131016, + 33.82382459959058, + ], + [ + -90.1365190359822, + 33.80932158509181, + ], + [ + -90.13723688834006, + 33.721658919677026, + ], + [ + -90.2958822594256, + 33.750826093280104, + ], + [ + -90.1824615868848, + 33.80932158509181, + ], + [ + -90.45165622107973, + 33.81136275009534, + ], + [ + -90.45093836872188, + 33.98566749842314, + ], + [ + -90.45093836872188, + 34.072900444889804, + ], + [ + -90.13580118362435, + 34.072900444889804, + ], + [ + -90.13544225744542, + 34.16007967648796, + ], + [ + -89.93157218781514, + 34.16426943623205, + ], + ], + ], + "type": "Polygon", + }, + "id": "28135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28013 { + "geometry": { + "coordinates": [ + [ + [ + -89.24530533370752, + 34.16115397385824, + ], + [ + -89.24458748134967, + 34.07392102739157, + ], + [ + -89.13942211092419, + 34.074135886865626, + ], + [ + -89.13798640620848, + 33.81211475825454, + ], + [ + -89.19182533304746, + 33.73857910325892, + ], + [ + -89.506962518145, + 33.72182006428257, + ], + [ + -89.50732144432392, + 33.867387357955394, + ], + [ + -89.50983392757641, + 34.16206712662298, + ], + [ + -89.24530533370752, + 34.16115397385824, + ], + ], + ], + "type": "Polygon", + }, + "id": "28013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40013 { + "geometry": { + "coordinates": [ + [ + [ + -95.99168179281136, + 34.15680306950861, + ], + [ + -95.9382017921513, + 34.125111297085375, + ], + [ + -95.93784286597239, + 33.953277432709214, + ], + [ + -95.84057387148329, + 33.87410171651965, + ], + [ + -95.76017440740372, + 33.87383314217708, + ], + [ + -95.84667561652503, + 33.83999277501328, + ], + [ + -95.9353303827199, + 33.88769157825367, + ], + [ + -96.0893097134794, + 33.857342677543286, + ], + [ + -96.17904125821104, + 33.76076334395519, + ], + [ + -96.37932206605207, + 33.725741249684084, + ], + [ + -96.4241878384179, + 33.77671665990383, + ], + [ + -96.62805790804818, + 33.844558538836964, + ], + [ + -96.58857602836626, + 33.89499680037157, + ], + [ + -96.62482757243784, + 34.00887232162117, + ], + [ + -96.54909414868433, + 34.0670992390903, + ], + [ + -96.58534569275592, + 34.11442203825109, + ], + [ + -96.45397871126879, + 34.11436832338258, + ], + [ + -96.40767723418726, + 34.15728650332524, + ], + [ + -95.99168179281136, + 34.15680306950861, + ], + ], + ], + "type": "Polygon", + }, + "id": "40013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40023 { + "geometry": { + "coordinates": [ + [ + [ + -95.15646057444924, + 34.156964214114154, + ], + [ + -95.15610164827031, + 33.936572108601375, + ], + [ + -95.21927265576139, + 33.96240896035659, + ], + [ + -95.31151668374551, + 33.87807661678967, + ], + [ + -95.5516382974474, + 33.88887330536098, + ], + [ + -95.59937547924463, + 33.940815583213976, + ], + [ + -95.76017440740372, + 33.87383314217708, + ], + [ + -95.84057387148329, + 33.87410171651965, + ], + [ + -95.93784286597239, + 33.953277432709214, + ], + [ + -95.9382017921513, + 34.125111297085375, + ], + [ + -95.99168179281136, + 34.15680306950861, + ], + [ + -95.77883856870791, + 34.156695639771584, + ], + [ + -95.15646057444924, + 34.156964214114154, + ], + ], + ], + "type": "Polygon", + }, + "id": "40023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05039 { + "geometry": { + "coordinates": [ + [ + [ + -92.67843423514019, + 34.14960527712774, + ], + [ + -92.50004792421367, + 34.14466350922446, + ], + [ + -92.33673651280209, + 34.05963287236686, + ], + [ + -92.47169275607848, + 34.05705455867819, + ], + [ + -92.47564094404667, + 33.97266850024276, + ], + [ + -92.3342240295496, + 33.79503343006709, + ], + [ + -92.58295987154571, + 33.80217750757945, + ], + [ + -92.89378994249613, + 33.80991244864546, + ], + [ + -92.8866114189176, + 34.155889916743874, + ], + [ + -92.67843423514019, + 34.14960527712774, + ], + ], + ], + "type": "Polygon", + }, + "id": "05039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48077 { + "geometry": { + "coordinates": [ + [ + [ + -98.13770141661334, + 34.14321320777458, + ], + [ + -98.08242678505864, + 34.002265392793944, + ], + [ + -97.94567591088763, + 33.989803543298706, + ], + [ + -97.97797926699101, + 33.88989388786274, + ], + [ + -97.9790560455278, + 33.46710415778937, + ], + [ + -98.42125309796533, + 33.46678186857829, + ], + [ + -98.42340665503889, + 33.83601787474325, + ], + [ + -98.42340665503889, + 34.08283769556489, + ], + [ + -98.36454276169493, + 34.157125358719696, + ], + [ + -98.16892799417995, + 34.114207178777036, + ], + [ + -98.13770141661334, + 34.14321320777458, + ], + ], + ], + "type": "Polygon", + }, + "id": "48077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13013 { + "geometry": { + "coordinates": [ + [ + [ + -83.53730231023826, + 33.96584671194148, + ], + [ + -83.64677479481087, + 33.90622320789099, + ], + [ + -83.79895949467573, + 33.929804035168615, + ], + [ + -83.8689500995664, + 34.00500485108816, + ], + [ + -83.81762365597992, + 34.12742103643147, + ], + [ + -83.76809184328805, + 34.06677694987921, + ], + [ + -83.56314499512096, + 34.03175485560811, + ], + [ + -83.53730231023826, + 33.96584671194148, + ], + ], + ], + "type": "Polygon", + }, + "id": "13013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28011 { + "geometry": { + "coordinates": [ + [ + [ + -90.65696199542573, + 33.98760123368964, + ], + [ + -90.65875662632037, + 33.61627034765264, + ], + [ + -90.76392199674585, + 33.61616291791561, + ], + [ + -90.76392199674585, + 33.52935969039705, + ], + [ + -91.21473327747762, + 33.52909111605448, + ], + [ + -91.23088495552932, + 33.56137375203137, + ], + [ + -91.13433381339807, + 33.59354895827123, + ], + [ + -91.21904039162474, + 33.66149826694139, + ], + [ + -91.11782320916745, + 33.705275884780264, + ], + [ + -91.13218025632452, + 33.78343101846808, + ], + [ + -91.02342562410976, + 33.762911938695744, + ], + [ + -91.08982696721118, + 33.96251639009362, + ], + [ + -90.8888283070123, + 34.029767405473095, + ], + [ + -90.95522965011371, + 34.11882665746924, + ], + [ + -90.95630642865049, + 34.12011581431358, + ], + [ + -90.65947447867822, + 34.118719227732214, + ], + [ + -90.65696199542573, + 33.98760123368964, + ], + ], + ], + "type": "Polygon", + }, + "id": "28011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05041 { + "geometry": { + "coordinates": [ + [ + [ + -90.95522965011371, + 34.11882665746924, + ], + [ + -90.8888283070123, + 34.029767405473095, + ], + [ + -91.08982696721118, + 33.96251639009362, + ], + [ + -91.02342562410976, + 33.762911938695744, + ], + [ + -91.13218025632452, + 33.78343101846808, + ], + [ + -91.11782320916745, + 33.705275884780264, + ], + [ + -91.21904039162474, + 33.66149826694139, + ], + [ + -91.13433381339807, + 33.59354895827123, + ], + [ + -91.23088495552932, + 33.56137375203137, + ], + [ + -91.24560092886531, + 33.51716641524438, + ], + [ + -91.45341918646379, + 33.563683491377475, + ], + [ + -91.45054777703238, + 33.78036927096278, + ], + [ + -91.5575077783525, + 33.783377303599565, + ], + [ + -91.54853462387933, + 33.97675083024981, + ], + [ + -91.42183368271826, + 34.0144049530781, + ], + [ + -91.25026696919136, + 33.95778948166439, + ], + [ + -91.13253918250344, + 33.95521116797572, + ], + [ + -91.1967869685313, + 34.05227393538044, + ], + [ + -91.11782320916745, + 34.11909523181181, + ], + [ + -90.95522965011371, + 34.11882665746924, + ], + ], + ], + "type": "Polygon", + }, + "id": "05041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13233 { + "geometry": { + "coordinates": [ + [ + [ + -85.04694581880342, + 34.096427557298924, + ], + [ + -84.92275736089482, + 34.08251540635381, + ], + [ + -84.97874984480737, + 33.95139741231123, + ], + [ + -85.05053508059268, + 33.904450617230026, + ], + [ + -85.38648998406795, + 33.90176487380433, + ], + [ + -85.39869347415146, + 33.96412783614904, + ], + [ + -85.42202367578169, + 34.08079653056136, + ], + [ + -85.04694581880342, + 34.096427557298924, + ], + ], + ], + "type": "Polygon", + }, + "id": "13233", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28095 { + "geometry": { + "coordinates": [ + [ + [ + -88.54324572772715, + 34.088961190575475, + ], + [ + -88.20370156246261, + 34.08654402149235, + ], + [ + -88.20729082425188, + 34.058343715522525, + ], + [ + -88.24928518718629, + 33.74497117261208, + ], + [ + -88.51381378105518, + 33.650110714816435, + ], + [ + -88.50017458625597, + 33.67986875197316, + ], + [ + -88.7194784815801, + 33.680191041184244, + ], + [ + -88.72019633393795, + 33.81104046088426, + ], + [ + -88.7194784815801, + 34.074511890945224, + ], + [ + -88.54324572772715, + 34.088961190575475, + ], + ], + ], + "type": "Polygon", + }, + "id": "28095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35005 { + "geometry": { + "coordinates": [ + [ + [ + -103.94620377018205, + 34.08278398069638, + ], + [ + -103.84175625211442, + 34.08165596845758, + ], + [ + -103.84175625211442, + 33.81925883576689, + ], + [ + -103.71684994184797, + 33.8193125506354, + ], + [ + -103.7186445727426, + 33.65607306522148, + ], + [ + -103.50974953660734, + 33.657093647723244, + ], + [ + -103.51010846278626, + 33.57018299046766, + ], + [ + -103.72079812981616, + 33.569592126914, + ], + [ + -103.72187490835294, + 33.395824527271344, + ], + [ + -103.76638175453984, + 33.395448523191746, + ], + [ + -103.76638175453984, + 32.96529985613196, + ], + [ + -103.814477862516, + 32.96513871152642, + ], + [ + -104.84136566042493, + 32.96325869112843, + ], + [ + -104.85141559343487, + 32.52048702996787, + ], + [ + -105.35391224393207, + 32.51876815417542, + ], + [ + -105.35247653921635, + 32.96191581941558, + ], + [ + -105.31622499514478, + 32.961969534284094, + ], + [ + -105.31694284750263, + 33.132191952604835, + ], + [ + -104.90561344645278, + 33.138691451695024, + ], + [ + -104.8923331778325, + 33.397704547669335, + ], + [ + -104.89305103019035, + 34.08826289728479, + ], + [ + -104.78609102887023, + 34.08777946346817, + ], + [ + -104.78609102887023, + 34.00006308318488, + ], + [ + -104.1561755848541, + 33.995389889624164, + ], + [ + -104.1561755848541, + 34.08332112938152, + ], + [ + -103.94620377018205, + 34.08278398069638, + ], + ], + ], + "type": "Polygon", + }, + "id": "35005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13067 { + "geometry": { + "coordinates": [ + [ + [ + -84.41882500568191, + 34.0732764489694, + ], + [ + -84.38329131396819, + 33.96364440233241, + ], + [ + -84.4712282278052, + 33.826134338936676, + ], + [ + -84.57818822912532, + 33.74346715629369, + ], + [ + -84.623771853849, + 33.80427238745149, + ], + [ + -84.72427118394843, + 33.80604497811245, + ], + [ + -84.73791037874764, + 34.07939994397999, + ], + [ + -84.65930554556272, + 34.077949642530115, + ], + [ + -84.41882500568191, + 34.0732764489694, + ], + ], + ], + "type": "Polygon", + }, + "id": "13067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06065 { + "geometry": { + "coordinates": [ + [ + [ + -114.6260522241422, + 33.4368089719475, + ], + [ + -116.08257465822622, + 33.427086580746476, + ], + [ + -117.03121654912916, + 33.426818006403906, + ], + [ + -117.2411883638012, + 33.43159862970165, + ], + [ + -117.37111964057262, + 33.49186671217431, + ], + [ + -117.5100240718172, + 33.50502685496023, + ], + [ + -117.4141907820438, + 33.65918852759529, + ], + [ + -117.5358667566999, + 33.71134566492235, + ], + [ + -117.67297655704986, + 33.87023424598664, + ], + [ + -117.55991481068799, + 34.03277543810988, + ], + [ + -117.22683131664414, + 34.004413987534505, + ], + [ + -116.929281514314, + 34.00489742135113, + ], + [ + -116.92999936667186, + 34.03460174363936, + ], + [ + -115.3151904876812, + 34.03798578035573, + ], + [ + -115.31554941386014, + 34.08122624950947, + ], + [ + -114.43259101370077, + 34.0878868932052, + ], + [ + -114.43653920166896, + 34.02772624046956, + ], + [ + -114.53488497469485, + 33.92572170516156, + ], + [ + -114.49683879972864, + 33.69678893555506, + ], + [ + -114.52447611550598, + 33.55218850951548, + ], + [ + -114.6260522241422, + 33.4368089719475, + ], + ], + ], + "type": "Polygon", + }, + "id": "06065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13223 { + "geometry": { + "coordinates": [ + [ + [ + -84.73791037874764, + 34.07939994397999, + ], + [ + -84.72427118394843, + 33.80604497811245, + ], + [ + -84.90158071633816, + 33.78063784530535, + ], + [ + -85.03797266433025, + 33.81189989878048, + ], + [ + -85.05053508059268, + 33.904450617230026, + ], + [ + -84.97874984480737, + 33.95139741231123, + ], + [ + -84.92275736089482, + 34.08251540635381, + ], + [ + -84.73791037874764, + 34.07939994397999, + ], + ], + ], + "type": "Polygon", + }, + "id": "13223", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45065 { + "geometry": { + "coordinates": [ + [ + [ + -82.32700323489786, + 34.064037491585, + ], + [ + -82.30618551652012, + 33.97202392182059, + ], + [ + -82.0452461844405, + 33.98330404420852, + ], + [ + -82.04704081533512, + 33.953170002972186, + ], + [ + -82.15579544754988, + 33.92921317161496, + ], + [ + -82.11559571551011, + 33.831828114999155, + ], + [ + -82.17266497795943, + 33.76516796317333, + ], + [ + -82.11523678933118, + 33.59661070577653, + ], + [ + -82.23224672366123, + 33.693351183970165, + ], + [ + -82.34674417473882, + 33.83548072605811, + ], + [ + -82.56461236534724, + 33.95574831666086, + ], + [ + -82.59476216437707, + 34.013814089524445, + ], + [ + -82.53051437834922, + 34.07198729212507, + ], + [ + -82.32700323489786, + 34.064037491585, + ], + ], + ], + "type": "Polygon", + }, + "id": "45065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28017 { + "geometry": { + "coordinates": [ + [ + [ + -88.82464385200558, + 34.07494160989334, + ], + [ + -88.7194784815801, + 34.074511890945224, + ], + [ + -88.72019633393795, + 33.81104046088426, + ], + [ + -88.93124492714678, + 33.812329617728594, + ], + [ + -88.9316038533257, + 33.754263844864994, + ], + [ + -89.03461566667762, + 33.739438541155145, + ], + [ + -89.19182533304746, + 33.73857910325892, + ], + [ + -89.13798640620848, + 33.81211475825454, + ], + [ + -89.13942211092419, + 34.074135886865626, + ], + [ + -88.82464385200558, + 34.07494160989334, + ], + ], + ], + "type": "Polygon", + }, + "id": "28017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 40085 { + "geometry": { + "coordinates": [ + [ + [ + -96.9701145565652, + 34.070805565017764, + ], + [ + -96.9349397910304, + 33.95429801521098, + ], + [ + -96.94463079786142, + 33.94908767296513, + ], + [ + -97.09537979301058, + 33.794120277302355, + ], + [ + -97.10722435691515, + 33.721121770991886, + ], + [ + -97.20449335140425, + 33.801156925077684, + ], + [ + -97.18654704245793, + 33.901550014330276, + ], + [ + -97.30929979565082, + 33.88871216075544, + ], + [ + -97.37282972932081, + 33.819473695240944, + ], + [ + -97.46220234787353, + 33.84026134935584, + ], + [ + -97.48409684478806, + 33.9155158801439, + ], + [ + -97.56126597325726, + 33.90004599801188, + ], + [ + -97.56090704707835, + 34.071074139360334, + ], + [ + -96.9701145565652, + 34.070805565017764, + ], + ], + ], + "type": "Polygon", + }, + "id": "40085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05025 { + "geometry": { + "coordinates": [ + [ + [ + -91.95376227988744, + 34.06409120645351, + ], + [ + -91.97601570298089, + 33.791703108219224, + ], + [ + -91.97601570298089, + 33.704362732015525, + ], + [ + -92.33099369393926, + 33.70780048360042, + ], + [ + -92.3342240295496, + 33.79503343006709, + ], + [ + -92.47564094404667, + 33.97266850024276, + ], + [ + -92.47169275607848, + 34.05705455867819, + ], + [ + -92.33673651280209, + 34.05963287236686, + ], + [ + -92.23336577327123, + 34.062318615792556, + ], + [ + -91.95376227988744, + 34.06409120645351, + ], + ], + ], + "type": "Polygon", + }, + "id": "05025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01075 { + "geometry": { + "coordinates": [ + [ + [ + -87.95173538485616, + 33.919974214230564, + ], + [ + -87.94671041835119, + 33.52404191841417, + ], + [ + -88.27476894589007, + 33.53397916908925, + ], + [ + -88.24928518718629, + 33.74497117261208, + ], + [ + -88.20729082425188, + 34.058343715522525, + ], + [ + -87.98691015039097, + 34.052059075906385, + ], + [ + -87.95173538485616, + 33.919974214230564, + ], + ], + ], + "type": "Polygon", + }, + "id": "01075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13221 { + "geometry": { + "coordinates": [ + [ + [ + -82.97630069257602, + 34.0432498374701, + ], + [ + -82.77960914652427, + 33.97100333931883, + ], + [ + -82.84816404669924, + 33.93984871558072, + ], + [ + -82.98706847794382, + 33.780691560173864, + ], + [ + -82.94902230297761, + 33.733207616407526, + ], + [ + -82.99568270623806, + 33.69351232857571, + ], + [ + -83.11879438560987, + 33.698830100558595, + ], + [ + -83.28031116612684, + 33.76173021158844, + ], + [ + -83.27600405197971, + 33.84794257555335, + ], + [ + -83.25841666921231, + 33.998988785814596, + ], + [ + -83.18842606432163, + 34.01692955189826, + ], + [ + -82.97630069257602, + 34.0432498374701, + ], + ], + ], + "type": "Polygon", + }, + "id": "13221", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 04013 { + "geometry": { + "coordinates": [ + [ + [ + -111.49478023918678, + 33.99979450884231, + ], + [ + -111.37166855981496, + 33.81899026142432, + ], + [ + -111.38710238550881, + 33.7500203702524, + ], + [ + -111.22450882645508, + 33.60337877920929, + ], + [ + -111.15344144302762, + 33.67761272749558, + ], + [ + -111.04002077048682, + 33.466083575287605, + ], + [ + -111.58056359595024, + 33.46592243068206, + ], + [ + -111.5827171530238, + 33.205459033257874, + ], + [ + -112.07659957522675, + 33.20443845075611, + ], + [ + -112.20186481167212, + 33.29043595524696, + ], + [ + -112.20365944256676, + 32.50673602362829, + ], + [ + -113.33391798000653, + 32.5048560032303, + ], + [ + -113.33391798000653, + 33.37745404223958, + ], + [ + -113.33391798000653, + 33.99920364528865, + ], + [ + -112.74492012038803, + 33.999901938579335, + ], + [ + -112.27616253070993, + 33.88232009140228, + ], + [ + -112.16453648906376, + 34.048084175636355, + ], + [ + -111.72556977223657, + 33.99984822371082, + ], + [ + -111.49478023918678, + 33.99979450884231, + ], + ], + ], + "type": "Polygon", + }, + "id": "04013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13059 { + "geometry": { + "coordinates": [ + [ + [ + -83.25841666921231, + 33.998988785814596, + ], + [ + -83.27600405197971, + 33.84794257555335, + ], + [ + -83.53730231023826, + 33.96584671194148, + ], + [ + -83.35999277784853, + 34.040510379175885, + ], + [ + -83.25841666921231, + 33.998988785814596, + ], + ], + ], + "type": "Polygon", + }, + "id": "13059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05057 { + "geometry": { + "coordinates": [ + [ + [ + -93.45658619105299, + 33.95682261403114, + ], + [ + -93.48314672829356, + 33.476074540831206, + ], + [ + -93.7229094158165, + 33.48192946149922, + ], + [ + -93.82592122916843, + 33.60982456343096, + ], + [ + -93.96518458659195, + 33.668803489059286, + ], + [ + -93.95728821065556, + 33.75093352301713, + ], + [ + -93.83130512185234, + 33.7477106309063, + ], + [ + -93.82304981973702, + 34.00887232162117, + ], + [ + -93.52908927919616, + 33.94355504150819, + ], + [ + -93.45658619105299, + 33.95682261403114, + ], + ], + ], + "type": "Polygon", + }, + "id": "05057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01127 { + "geometry": { + "coordinates": [ + [ + [ + -87.15097107967098, + 33.9932412948836, + ], + [ + -87.0917482601481, + 33.89005503246828, + ], + [ + -86.96325268809238, + 33.85836326004505, + ], + [ + -86.95356168126136, + 33.81528393549686, + ], + [ + -87.05765027315007, + 33.65628792469553, + ], + [ + -87.17896732162725, + 33.61374574883248, + ], + [ + -87.26690423546427, + 33.51292294063178, + ], + [ + -87.31858960522969, + 33.58737174839213, + ], + [ + -87.42375497565517, + 33.60208962236495, + ], + [ + -87.42375497565517, + 33.689107709357565, + ], + [ + -87.5282024937228, + 33.692008312257315, + ], + [ + -87.53143282933314, + 33.867548502560936, + ], + [ + -87.6362392735797, + 33.915193590932816, + ], + [ + -87.6362392735797, + 34.002157963056916, + ], + [ + -87.15097107967098, + 33.9932412948836, + ], + ], + ], + "type": "Polygon", + }, + "id": "01127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13317 { + "geometry": { + "coordinates": [ + [ + [ + -82.64537075560573, + 33.98416348210475, + ], + [ + -82.59548001673492, + 33.830485243286304, + ], + [ + -82.47954686094165, + 33.63952888571918, + ], + [ + -82.64860109121607, + 33.60832054711257, + ], + [ + -82.67982766878268, + 33.59972616815034, + ], + [ + -82.81298928116443, + 33.65569706114188, + ], + [ + -82.89051733581258, + 33.633083101497505, + ], + [ + -82.94902230297761, + 33.733207616407526, + ], + [ + -82.98706847794382, + 33.780691560173864, + ], + [ + -82.84816404669924, + 33.93984871558072, + ], + [ + -82.77960914652427, + 33.97100333931883, + ], + [ + -82.64537075560573, + 33.98416348210475, + ], + ], + ], + "type": "Polygon", + }, + "id": "13317", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48337 { + "geometry": { + "coordinates": [ + [ + [ + -97.56126597325726, + 33.90004599801188, + ], + [ + -97.48409684478806, + 33.9155158801439, + ], + [ + -97.48696825421946, + 33.4337472244422, + ], + [ + -97.91803859511027, + 33.433800939310714, + ], + [ + -97.9790560455278, + 33.46710415778937, + ], + [ + -97.97797926699101, + 33.88989388786274, + ], + [ + -97.86958356095519, + 33.84923173239768, + ], + [ + -97.68760798823942, + 33.987171514741526, + ], + [ + -97.56126597325726, + 33.90004599801188, + ], + ], + ], + "type": "Polygon", + }, + "id": "48337", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01115 { + "geometry": { + "coordinates": [ + [ + [ + -86.0652193884181, + 33.84214136975383, + ], + [ + -86.04511952239821, + 33.771452602789466, + ], + [ + -86.14561885249765, + 33.67906302894546, + ], + [ + -86.22171120243009, + 33.5872643186551, + ], + [ + -86.19658636990522, + 33.539619230283215, + ], + [ + -86.37892086879992, + 33.39088275936806, + ], + [ + -86.37820301644207, + 33.50234111153453, + ], + [ + -86.51674852150772, + 33.54590386989935, + ], + [ + -86.57417671013597, + 33.76516796317333, + ], + [ + -86.57740704574631, + 33.801962648105395, + ], + [ + -86.4083528154719, + 33.834245284082286, + ], + [ + -86.32615872049772, + 33.94006357505478, + ], + [ + -86.19945777933664, + 33.98894410540248, + ], + [ + -86.0652193884181, + 33.84214136975383, + ], + ], + ], + "type": "Polygon", + }, + "id": "01115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28133 { + "geometry": { + "coordinates": [ + [ + [ + -90.45093836872188, + 33.98566749842314, + ], + [ + -90.45165622107973, + 33.81136275009534, + ], + [ + -90.45309192579543, + 33.329486664656606, + ], + [ + -90.55538588678951, + 33.32911066057701, + ], + [ + -90.55502696061059, + 33.27050773902828, + ], + [ + -90.71618481494862, + 33.270024305211656, + ], + [ + -90.76392199674585, + 33.27034659442274, + ], + [ + -90.76392199674585, + 33.52935969039705, + ], + [ + -90.76392199674585, + 33.61616291791561, + ], + [ + -90.65875662632037, + 33.61627034765264, + ], + [ + -90.65696199542573, + 33.98760123368964, + ], + [ + -90.45093836872188, + 33.98566749842314, + ], + ], + ], + "type": "Polygon", + }, + "id": "28133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13181 { + "geometry": { + "coordinates": [ + [ + [ + -82.56461236534724, + 33.95574831666086, + ], + [ + -82.34674417473882, + 33.83548072605811, + ], + [ + -82.23224672366123, + 33.693351183970165, + ], + [ + -82.42534900792374, + 33.65048671889603, + ], + [ + -82.47954686094165, + 33.63952888571918, + ], + [ + -82.59548001673492, + 33.830485243286304, + ], + [ + -82.64537075560573, + 33.98416348210475, + ], + [ + -82.56461236534724, + 33.95574831666086, + ], + ], + ], + "type": "Polygon", + }, + "id": "13181", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45037 { + "geometry": { + "coordinates": [ + [ + [ + -81.65186309233698, + 33.81442449760063, + ], + [ + -82.01258390215818, + 33.53209914869126, + ], + [ + -82.02837665403095, + 33.54488328739758, + ], + [ + -82.11523678933118, + 33.59661070577653, + ], + [ + -82.17266497795943, + 33.76516796317333, + ], + [ + -82.11559571551011, + 33.831828114999155, + ], + [ + -82.15579544754988, + 33.92921317161496, + ], + [ + -82.04704081533512, + 33.953170002972186, + ], + [ + -82.00827678801106, + 33.961656952197394, + ], + [ + -81.89449718929134, + 33.97530052879994, + ], + [ + -81.83635114830523, + 33.866205630848086, + ], + [ + -81.65186309233698, + 33.81442449760063, + ], + ], + ], + "type": "Polygon", + }, + "id": "45037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13089 { + "geometry": { + "coordinates": [ + [ + [ + -84.27669023882699, + 33.957682051927364, + ], + [ + -84.26017963459637, + 33.91949078041394, + ], + [ + -84.02364728268375, + 33.75281354341512, + ], + [ + -84.11589131066789, + 33.61465890159722, + ], + [ + -84.18408728466393, + 33.64608209967788, + ], + [ + -84.28135627915304, + 33.64737125652222, + ], + [ + -84.35027010550694, + 33.64790840520736, + ], + [ + -84.34775762225445, + 33.963268398252815, + ], + [ + -84.27669023882699, + 33.957682051927364, + ], + ], + ], + "type": "Polygon", + }, + "id": "13089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01015 { + "geometry": { + "coordinates": [ + [ + [ + -85.79602475422317, + 33.55616340978551, + ], + [ + -85.79530690186532, + 33.58554544286265, + ], + [ + -85.99486985734849, + 33.58645859562739, + ], + [ + -86.05158019361889, + 33.6746046948588, + ], + [ + -86.14561885249765, + 33.67906302894546, + ], + [ + -86.04511952239821, + 33.771452602789466, + ], + [ + -86.0652193884181, + 33.84214136975383, + ], + [ + -85.89975441993295, + 33.94301789282305, + ], + [ + -85.73895549177385, + 33.96847874049867, + ], + [ + -85.53006045563858, + 33.941352731899116, + ], + [ + -85.63630260460084, + 33.875928022049116, + ], + [ + -85.63881508785333, + 33.64839183902399, + ], + [ + -85.79602475422317, + 33.55616340978551, + ], + ], + ], + "type": "Polygon", + }, + "id": "01015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13219 { + "geometry": { + "coordinates": [ + [ + [ + -83.27600405197971, + 33.84794257555335, + ], + [ + -83.28031116612684, + 33.76173021158844, + ], + [ + -83.40629425493006, + 33.69834666674197, + ], + [ + -83.50571680649271, + 33.81770110457998, + ], + [ + -83.64677479481087, + 33.90622320789099, + ], + [ + -83.53730231023826, + 33.96584671194148, + ], + [ + -83.27600405197971, + 33.84794257555335, + ], + ], + ], + "type": "Polygon", + }, + "id": "13219", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01029 { + "geometry": { + "coordinates": [ + [ + [ + -85.39869347415146, + 33.96412783614904, + ], + [ + -85.38648998406795, + 33.90176487380433, + ], + [ + -85.33875280227072, + 33.65311874745321, + ], + [ + -85.30429588909377, + 33.48284261426396, + ], + [ + -85.64348112817937, + 33.49584161244434, + ], + [ + -85.85201723813572, + 33.49863478560707, + ], + [ + -85.79602475422317, + 33.55616340978551, + ], + [ + -85.63881508785333, + 33.64839183902399, + ], + [ + -85.63630260460084, + 33.875928022049116, + ], + [ + -85.53006045563858, + 33.941352731899116, + ], + [ + -85.39869347415146, + 33.96412783614904, + ], + ], + ], + "type": "Polygon", + }, + "id": "01029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48387 { + "geometry": { + "coordinates": [ + [ + [ + -95.15610164827031, + 33.936572108601375, + ], + [ + -94.97017788758635, + 33.86163986702441, + ], + [ + -94.86178218155052, + 33.74373573063626, + ], + [ + -94.77707560332385, + 33.762911938695744, + ], + [ + -94.74656687811509, + 33.70285871569714, + ], + [ + -94.74692580429402, + 33.32889580110295, + ], + [ + -94.80866110706938, + 33.36364932103149, + ], + [ + -94.88870164497001, + 33.39829541122299, + ], + [ + -95.12559292306155, + 33.38943245791819, + ], + [ + -95.30649171724055, + 33.378044905793224, + ], + [ + -95.3086452743141, + 33.38067693435041, + ], + [ + -95.31151668374551, + 33.87807661678967, + ], + [ + -95.21927265576139, + 33.96240896035659, + ], + [ + -95.15610164827031, + 33.936572108601375, + ], + ], + ], + "type": "Polygon", + }, + "id": "48387", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05099 { + "geometry": { + "coordinates": [ + [ + [ + -93.37367424372096, + 33.95693004376817, + ], + [ + -93.2878908869575, + 33.84326938199263, + ], + [ + -93.10447960952602, + 33.77703894911492, + ], + [ + -93.1163241734306, + 33.45286971763317, + ], + [ + -93.36541894160564, + 33.44443648327648, + ], + [ + -93.48314672829356, + 33.476074540831206, + ], + [ + -93.45658619105299, + 33.95682261403114, + ], + [ + -93.37367424372096, + 33.95693004376817, + ], + ], + ], + "type": "Polygon", + }, + "id": "05099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48181 { + "geometry": { + "coordinates": [ + [ + [ + -96.58857602836626, + 33.89499680037157, + ], + [ + -96.62805790804818, + 33.844558538836964, + ], + [ + -96.4241878384179, + 33.77671665990383, + ], + [ + -96.37932206605207, + 33.725741249684084, + ], + [ + -96.38470595873596, + 33.39781197740636, + ], + [ + -96.83408153475203, + 33.40549320360386, + ], + [ + -96.94391294550357, + 33.41639732191219, + ], + [ + -96.94463079786142, + 33.94908767296513, + ], + [ + -96.9349397910304, + 33.95429801521098, + ], + [ + -96.86925630028684, + 33.85497922332867, + ], + [ + -96.77270515815559, + 33.83419156921377, + ], + [ + -96.6553362976466, + 33.91379700435146, + ], + [ + -96.58857602836626, + 33.89499680037157, + ], + ], + ], + "type": "Polygon", + }, + "id": "48181", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48097 { + "geometry": { + "coordinates": [ + [ + [ + -96.94463079786142, + 33.94908767296513, + ], + [ + -96.94391294550357, + 33.41639732191219, + ], + [ + -97.38323858850968, + 33.43047061746285, + ], + [ + -97.48696825421946, + 33.4337472244422, + ], + [ + -97.48409684478806, + 33.9155158801439, + ], + [ + -97.46220234787353, + 33.84026134935584, + ], + [ + -97.37282972932081, + 33.819473695240944, + ], + [ + -97.30929979565082, + 33.88871216075544, + ], + [ + -97.18654704245793, + 33.901550014330276, + ], + [ + -97.20449335140425, + 33.801156925077684, + ], + [ + -97.10722435691515, + 33.721121770991886, + ], + [ + -97.09537979301058, + 33.794120277302355, + ], + [ + -96.94463079786142, + 33.94908767296513, + ], + ], + ], + "type": "Polygon", + }, + "id": "48097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05081 { + "geometry": { + "coordinates": [ + [ + [ + -93.95872391537127, + 33.750987237885646, + ], + [ + -93.95728821065556, + 33.75093352301713, + ], + [ + -93.96518458659195, + 33.668803489059286, + ], + [ + -93.82592122916843, + 33.60982456343096, + ], + [ + -94.04343049359794, + 33.55218850951548, + ], + [ + -94.15828687085444, + 33.58989634721228, + ], + [ + -94.38692284683067, + 33.544937002266096, + ], + [ + -94.48634539839333, + 33.63786372479525, + ], + [ + -94.47737224392016, + 33.94086929808249, + ], + [ + -94.1902313007789, + 33.788265356634334, + ], + [ + -93.95872391537127, + 33.750987237885646, + ], + ], + ], + "type": "Polygon", + }, + "id": "05081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45027 { + "geometry": { + "coordinates": [ + [ + [ + -79.87553743282938, + 33.88505954969649, + ], + [ + -79.99577770276977, + 33.76785370659903, + ], + [ + -79.99326521951728, + 33.70441644688404, + ], + [ + -80.1016609255531, + 33.49691590981462, + ], + [ + -80.22226012167243, + 33.44368447511729, + ], + [ + -80.39382683519933, + 33.44577935498933, + ], + [ + -80.49612079619341, + 33.5584194342631, + ], + [ + -80.53416697115964, + 33.643826075200295, + ], + [ + -80.39705717080967, + 33.767746276862, + ], + [ + -80.25564025631262, + 33.803950098240406, + ], + [ + -79.97460105821311, + 33.94650935927646, + ], + [ + -79.87553743282938, + 33.88505954969649, + ], + ], + ], + "type": "Polygon", + }, + "id": "45027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06059 { + "geometry": { + "coordinates": [ + [ + [ + -117.78496152487494, + 33.94543506190618, + ], + [ + -117.67297655704986, + 33.87023424598664, + ], + [ + -117.5358667566999, + 33.71134566492235, + ], + [ + -117.4141907820438, + 33.65918852759529, + ], + [ + -117.5100240718172, + 33.50502685496023, + ], + [ + -117.59580742858066, + 33.3871764334406, + ], + [ + -117.78496152487494, + 33.541499250681206, + ], + [ + -118.00282971548339, + 33.65558963140485, + ], + [ + -118.1137379047717, + 33.74561575103425, + ], + [ + -117.97626917824282, + 33.94591849572281, + ], + [ + -117.78496152487494, + 33.94543506190618, + ], + ], + ], + "type": "Polygon", + }, + "id": "06059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48277 { + "geometry": { + "coordinates": [ + [ + [ + -95.31151668374551, + 33.87807661678967, + ], + [ + -95.3086452743141, + 33.38067693435041, + ], + [ + -95.49385118264021, + 33.45550174619036, + ], + [ + -95.76125118594051, + 33.49535817862771, + ], + [ + -95.85780232807176, + 33.46173267093798, + ], + [ + -95.84667561652503, + 33.83999277501328, + ], + [ + -95.76017440740372, + 33.87383314217708, + ], + [ + -95.59937547924463, + 33.940815583213976, + ], + [ + -95.5516382974474, + 33.88887330536098, + ], + [ + -95.31151668374551, + 33.87807661678967, + ], + ], + ], + "type": "Polygon", + }, + "id": "48277", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13297 { + "geometry": { + "coordinates": [ + [ + [ + -83.64677479481087, + 33.90622320789099, + ], + [ + -83.50571680649271, + 33.81770110457998, + ], + [ + -83.68087278180889, + 33.59693299498761, + ], + [ + -83.91489265046901, + 33.74411173471586, + ], + [ + -83.98201184592828, + 33.78611676189378, + ], + [ + -83.79895949467573, + 33.929804035168615, + ], + [ + -83.64677479481087, + 33.90622320789099, + ], + ], + ], + "type": "Polygon", + }, + "id": "13297", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01057 { + "geometry": { + "coordinates": [ + [ + [ + -87.6362392735797, + 33.915193590932816, + ], + [ + -87.53143282933314, + 33.867548502560936, + ], + [ + -87.5282024937228, + 33.692008312257315, + ], + [ + -87.42375497565517, + 33.689107709357565, + ], + [ + -87.42375497565517, + 33.60208962236495, + ], + [ + -87.63157323325366, + 33.60982456343096, + ], + [ + -87.66674799878847, + 33.52167846419955, + ], + [ + -87.84082719556785, + 33.52484764144188, + ], + [ + -87.94671041835119, + 33.52404191841417, + ], + [ + -87.95173538485616, + 33.919974214230564, + ], + [ + -87.6362392735797, + 33.915193590932816, + ], + ], + ], + "type": "Polygon", + }, + "id": "01057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13143 { + "geometry": { + "coordinates": [ + [ + [ + -85.03797266433025, + 33.81189989878048, + ], + [ + -85.05089400677161, + 33.714622271901696, + ], + [ + -85.33875280227072, + 33.65311874745321, + ], + [ + -85.38648998406795, + 33.90176487380433, + ], + [ + -85.05053508059268, + 33.904450617230026, + ], + [ + -85.03797266433025, + 33.81189989878048, + ], + ], + ], + "type": "Polygon", + }, + "id": "13143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28043 { + "geometry": { + "coordinates": [ + [ + [ + -89.50732144432392, + 33.867387357955394, + ], + [ + -89.506962518145, + 33.72182006428257, + ], + [ + -89.506962518145, + 33.67761272749558, + ], + [ + -89.78692493770772, + 33.67669957473084, + ], + [ + -90.12862266004582, + 33.67696814907341, + ], + [ + -90.13723688834006, + 33.721658919677026, + ], + [ + -90.1365190359822, + 33.80932158509181, + ], + [ + -89.92654722131016, + 33.82382459959058, + ], + [ + -89.92654722131016, + 33.897951118139844, + ], + [ + -89.76933755494032, + 33.867279928218366, + ], + [ + -89.50732144432392, + 33.867387357955394, + ], + ], + ], + "type": "Polygon", + }, + "id": "28043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45089 { + "geometry": { + "coordinates": [ + [ + [ + -79.324944674356, + 33.799062045205645, + ], + [ + -79.31704829841962, + 33.779778407409125, + ], + [ + -79.41072803111946, + 33.6869053997485, + ], + [ + -79.43405823274969, + 33.57614534087271, + ], + [ + -79.53994145553303, + 33.49600275704988, + ], + [ + -79.67705125588297, + 33.305046399482755, + ], + [ + -79.75637394142575, + 33.3302386728158, + ], + [ + -79.97137072260277, + 33.500890810084655, + ], + [ + -80.1016609255531, + 33.49691590981462, + ], + [ + -79.99326521951728, + 33.70441644688404, + ], + [ + -79.99577770276977, + 33.76785370659903, + ], + [ + -79.87553743282938, + 33.88505954969649, + ], + [ + -79.79836830436015, + 33.83553444092662, + ], + [ + -79.49687031406184, + 33.77564236253355, + ], + [ + -79.324944674356, + 33.799062045205645, + ], + ], + ], + "type": "Polygon", + }, + "id": "45089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48147 { + "geometry": { + "coordinates": [ + [ + [ + -95.84667561652503, + 33.83999277501328, + ], + [ + -95.85780232807176, + 33.46173267093798, + ], + [ + -95.85887910660854, + 33.40973667821646, + ], + [ + -96.29533334018325, + 33.351939479695446, + ], + [ + -96.38470595873596, + 33.39781197740636, + ], + [ + -96.37932206605207, + 33.725741249684084, + ], + [ + -96.17904125821104, + 33.76076334395519, + ], + [ + -96.0893097134794, + 33.857342677543286, + ], + [ + -95.9353303827199, + 33.88769157825367, + ], + [ + -95.84667561652503, + 33.83999277501328, + ], + ], + ], + "type": "Polygon", + }, + "id": "48147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45017 { + "geometry": { + "coordinates": [ + [ + [ + -80.62030925410201, + 33.74319858195112, + ], + [ + -80.53416697115964, + 33.643826075200295, + ], + [ + -80.49612079619341, + 33.5584194342631, + ], + [ + -80.55211328010596, + 33.56545608203843, + ], + [ + -80.65907328142607, + 33.47091791345386, + ], + [ + -80.80802764568061, + 33.604184502237, + ], + [ + -80.93975355334666, + 33.60875026606068, + ], + [ + -81.04276536669857, + 33.707048475441226, + ], + [ + -81.01225664148983, + 33.880010352056175, + ], + [ + -80.82884536405834, + 33.77881153977587, + ], + [ + -80.62030925410201, + 33.74319858195112, + ], + ], + ], + "type": "Polygon", + }, + "id": "45017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45003 { + "geometry": { + "coordinates": [ + [ + [ + -81.18741261680599, + 33.65279645824213, + ], + [ + -81.37297745131103, + 33.49041641072443, + ], + [ + -81.75702846276246, + 33.19810009627146, + ], + [ + -81.852143900178, + 33.24746406043579, + ], + [ + -81.94438792816213, + 33.37197512565115, + ], + [ + -81.92895410246828, + 33.464740703574755, + ], + [ + -82.01258390215818, + 33.53209914869126, + ], + [ + -81.65186309233698, + 33.81442449760063, + ], + [ + -81.57146362825742, + 33.87721717889345, + ], + [ + -81.36795248480605, + 33.72864185258384, + ], + [ + -81.18741261680599, + 33.65279645824213, + ], + ], + ], + "type": "Polygon", + }, + "id": "45003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01073 { + "geometry": { + "coordinates": [ + [ + [ + -86.57417671013597, + 33.76516796317333, + ], + [ + -86.51674852150772, + 33.54590386989935, + ], + [ + -86.67431711405649, + 33.46651329423572, + ], + [ + -86.83045000188955, + 33.332011263476765, + ], + [ + -87.02714154794131, + 33.24638976306551, + ], + [ + -87.06626450144431, + 33.246873196882134, + ], + [ + -87.1620977912177, + 33.30660413066966, + ], + [ + -87.3307930953132, + 33.49192042704282, + ], + [ + -87.26690423546427, + 33.51292294063178, + ], + [ + -87.17896732162725, + 33.61374574883248, + ], + [ + -87.05765027315007, + 33.65628792469553, + ], + [ + -86.95356168126136, + 33.81528393549686, + ], + [ + -86.75902369228317, + 33.84052992369841, + ], + [ + -86.57417671013597, + 33.76516796317333, + ], + ], + ], + "type": "Polygon", + }, + "id": "01073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48269 { + "geometry": { + "coordinates": [ + [ + [ + -100.0486243932184, + 33.835964159874734, + ], + [ + -99.99658009727406, + 33.835964159874734, + ], + [ + -99.99083727841123, + 33.39732854358974, + ], + [ + -100.51738198289651, + 33.39786569227488, + ], + [ + -100.51881768761221, + 33.83564187066365, + ], + [ + -100.0486243932184, + 33.835964159874734, + ], + ], + ], + "type": "Polygon", + }, + "id": "48269", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48275 { + "geometry": { + "coordinates": [ + [ + [ + -99.4743425069359, + 33.733852194829694, + ], + [ + -99.47254787604126, + 33.39899370451367, + ], + [ + -99.99083727841123, + 33.39732854358974, + ], + [ + -99.99658009727406, + 33.835964159874734, + ], + [ + -99.6972356640493, + 33.825704619988564, + ], + [ + -99.55653660191008, + 33.79836375191496, + ], + [ + -99.4743425069359, + 33.733852194829694, + ], + ], + ], + "type": "Polygon", + }, + "id": "48275", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48009 { + "geometry": { + "coordinates": [ + [ + [ + -98.42340665503889, + 33.83601787474325, + ], + [ + -98.42125309796533, + 33.46678186857829, + ], + [ + -98.42053524560748, + 33.39614681648243, + ], + [ + -98.95389954749237, + 33.39754340306379, + ], + [ + -98.95318169513452, + 33.833976709739716, + ], + [ + -98.42340665503889, + 33.83601787474325, + ], + ], + ], + "type": "Polygon", + }, + "id": "48009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48125 { + "geometry": { + "coordinates": [ + [ + [ + -100.51881768761221, + 33.83564187066365, + ], + [ + -100.51738198289651, + 33.39786569227488, + ], + [ + -101.03890172087682, + 33.397167398984195, + ], + [ + -101.04105527795038, + 33.83360070566012, + ], + [ + -100.51881768761221, + 33.83564187066365, + ], + ], + ], + "type": "Polygon", + }, + "id": "48125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48107 { + "geometry": { + "coordinates": [ + [ + [ + -101.04105527795038, + 33.83360070566012, + ], + [ + -101.03890172087682, + 33.397167398984195, + ], + [ + -101.55683219706786, + 33.39475022990107, + ], + [ + -101.56365179446748, + 33.830377813549276, + ], + [ + -101.04105527795038, + 33.83360070566012, + ], + ], + ], + "type": "Polygon", + }, + "id": "48107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48023 { + "geometry": { + "coordinates": [ + [ + [ + -98.95318169513452, + 33.833976709739716, + ], + [ + -98.95389954749237, + 33.39754340306379, + ], + [ + -99.47254787604126, + 33.39899370451367, + ], + [ + -99.4743425069359, + 33.733852194829694, + ], + [ + -99.4757782116516, + 33.833976709739716, + ], + [ + -98.95318169513452, + 33.833976709739716, + ], + ], + ], + "type": "Polygon", + }, + "id": "48023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48303 { + "geometry": { + "coordinates": [ + [ + [ + -101.56365179446748, + 33.830377813549276, + ], + [ + -101.55683219706786, + 33.39475022990107, + ], + [ + -102.07583945179569, + 33.38959360252373, + ], + [ + -102.0855304586267, + 33.824684037486804, + ], + [ + -101.56365179446748, + 33.830377813549276, + ], + ], + ], + "type": "Polygon", + }, + "id": "48303", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48079 { + "geometry": { + "coordinates": [ + [ + [ + -102.61530549872232, + 33.82511375643491, + ], + [ + -102.59484670652351, + 33.38846559028494, + ], + [ + -103.056784698802, + 33.38841187541642, + ], + [ + -103.05283651083381, + 33.570558994547255, + ], + [ + -103.04745261814992, + 33.82511375643491, + ], + [ + -102.61530549872232, + 33.82511375643491, + ], + ], + ], + "type": "Polygon", + }, + "id": "48079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48219 { + "geometry": { + "coordinates": [ + [ + [ + -102.0855304586267, + 33.824684037486804, + ], + [ + -102.07583945179569, + 33.38959360252373, + ], + [ + -102.59484670652351, + 33.38846559028494, + ], + [ + -102.61530549872232, + 33.82511375643491, + ], + [ + -102.0855304586267, + 33.824684037486804, + ], + ], + ], + "type": "Polygon", + }, + "id": "48219", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05103 { + "geometry": { + "coordinates": [ + [ + [ + -92.89378994249613, + 33.80991244864546, + ], + [ + -92.58295987154571, + 33.80217750757945, + ], + [ + -92.58726698569284, + 33.73122016627251, + ], + [ + -92.7731907463768, + 33.510022337732025, + ], + [ + -92.70427692002289, + 33.430792906673936, + ], + [ + -92.56716711967294, + 33.36719450235341, + ], + [ + -92.9784965207228, + 33.377292897634035, + ], + [ + -93.11883665668309, + 33.38030093027081, + ], + [ + -93.1163241734306, + 33.45286971763317, + ], + [ + -93.10447960952602, + 33.77703894911492, + ], + [ + -92.89378994249613, + 33.80991244864546, + ], + ], + ], + "type": "Polygon", + }, + "id": "05103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13211 { + "geometry": { + "coordinates": [ + [ + [ + -83.40629425493006, + 33.69834666674197, + ], + [ + -83.26918445458011, + 33.53360316500965, + ], + [ + -83.2799522399479, + 33.48348719268613, + ], + [ + -83.53371304844899, + 33.43444551773288, + ], + [ + -83.68230848652459, + 33.52619051315473, + ], + [ + -83.68087278180889, + 33.59693299498761, + ], + [ + -83.50571680649271, + 33.81770110457998, + ], + [ + -83.40629425493006, + 33.69834666674197, + ], + ], + ], + "type": "Polygon", + }, + "id": "13211", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13045 { + "geometry": { + "coordinates": [ + [ + [ + -84.8089777621751, + 33.57410417586918, + ], + [ + -84.85061319893059, + 33.51152635405042, + ], + [ + -85.01536031505788, + 33.425475134691055, + ], + [ + -85.2938870299049, + 33.42805344837972, + ], + [ + -85.30429588909377, + 33.48284261426396, + ], + [ + -85.33875280227072, + 33.65311874745321, + ], + [ + -85.05089400677161, + 33.714622271901696, + ], + [ + -85.03797266433025, + 33.81189989878048, + ], + [ + -84.90158071633816, + 33.78063784530535, + ], + [ + -84.90588783048527, + 33.573352167709984, + ], + [ + -84.8089777621751, + 33.57410417586918, + ], + ], + ], + "type": "Polygon", + }, + "id": "13045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28083 { + "geometry": { + "coordinates": [ + [ + [ + -90.13723688834006, + 33.721658919677026, + ], + [ + -90.12862266004582, + 33.67696814907341, + ], + [ + -90.1013442704474, + 33.458885782906734, + ], + [ + -90.17492413712735, + 33.41698818546585, + ], + [ + -90.17456521094842, + 33.333300420321095, + ], + [ + -90.33141595113933, + 33.30284408987369, + ], + [ + -90.41289219375567, + 33.2359690785738, + ], + [ + -90.45309192579543, + 33.329486664656606, + ], + [ + -90.45165622107973, + 33.81136275009534, + ], + [ + -90.1824615868848, + 33.80932158509181, + ], + [ + -90.2958822594256, + 33.750826093280104, + ], + [ + -90.13723688834006, + 33.721658919677026, + ], + ], + ], + "type": "Polygon", + }, + "id": "28083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28025 { + "geometry": { + "coordinates": [ + [ + [ + -88.72019633393795, + 33.81104046088426, + ], + [ + -88.7194784815801, + 33.680191041184244, + ], + [ + -88.50017458625597, + 33.67986875197316, + ], + [ + -88.51381378105518, + 33.650110714816435, + ], + [ + -88.48904787470924, + 33.521033885777385, + ], + [ + -88.67138237360393, + 33.50615486719902, + ], + [ + -88.67138237360393, + 33.565133792827346, + ], + [ + -89.01882291480486, + 33.56212576019057, + ], + [ + -89.03461566667762, + 33.739438541155145, + ], + [ + -88.9316038533257, + 33.754263844864994, + ], + [ + -88.93124492714678, + 33.812329617728594, + ], + [ + -88.72019633393795, + 33.81104046088426, + ], + ], + ], + "type": "Polygon", + }, + "id": "28025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13097 { + "geometry": { + "coordinates": [ + [ + [ + -84.57818822912532, + 33.74346715629369, + ], + [ + -84.66002339792057, + 33.65741593693433, + ], + [ + -84.8089777621751, + 33.57410417586918, + ], + [ + -84.90588783048527, + 33.573352167709984, + ], + [ + -84.90158071633816, + 33.78063784530535, + ], + [ + -84.72427118394843, + 33.80604497811245, + ], + [ + -84.623771853849, + 33.80427238745149, + ], + [ + -84.57818822912532, + 33.74346715629369, + ], + ], + ], + "type": "Polygon", + }, + "id": "13097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05013 { + "geometry": { + "coordinates": [ + [ + [ + -92.33099369393926, + 33.70780048360042, + ], + [ + -92.31161168027722, + 33.50234111153453, + ], + [ + -92.37729517102079, + 33.37401629065468, + ], + [ + -92.3503757076013, + 33.298922904472164, + ], + [ + -92.4329287287544, + 33.27083002823937, + ], + [ + -92.56716711967294, + 33.36719450235341, + ], + [ + -92.70427692002289, + 33.430792906673936, + ], + [ + -92.7731907463768, + 33.510022337732025, + ], + [ + -92.58726698569284, + 33.73122016627251, + ], + [ + -92.58295987154571, + 33.80217750757945, + ], + [ + -92.3342240295496, + 33.79503343006709, + ], + [ + -92.33099369393926, + 33.70780048360042, + ], + ], + ], + "type": "Polygon", + }, + "id": "05013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05043 { + "geometry": { + "coordinates": [ + [ + [ + -91.5575077783525, + 33.783377303599565, + ], + [ + -91.45054777703238, + 33.78036927096278, + ], + [ + -91.45341918646379, + 33.563683491377475, + ], + [ + -91.45736737443198, + 33.388949024101564, + ], + [ + -91.99001382395902, + 33.39818798148596, + ], + [ + -91.97601570298089, + 33.704362732015525, + ], + [ + -91.97601570298089, + 33.791703108219224, + ], + [ + -91.5575077783525, + 33.783377303599565, + ], + ], + ], + "type": "Polygon", + }, + "id": "05043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13247 { + "geometry": { + "coordinates": [ + [ + [ + -84.0444650010615, + 33.525975653680675, + ], + [ + -84.18408728466393, + 33.64608209967788, + ], + [ + -84.11589131066789, + 33.61465890159722, + ], + [ + -84.02364728268375, + 33.75281354341512, + ], + [ + -83.98201184592828, + 33.78611676189378, + ], + [ + -83.91489265046901, + 33.74411173471586, + ], + [ + -83.93140325469963, + 33.65097015271265, + ], + [ + -84.0444650010615, + 33.525975653680675, + ], + ], + ], + "type": "Polygon", + }, + "id": "13247", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45043 { + "geometry": { + "coordinates": [ + [ + [ + -79.19034735725855, + 33.705705603728376, + ], + [ + -79.09953903399013, + 33.57179443652308, + ], + [ + -79.00298789185888, + 33.57211672573416, + ], + [ + -79.14763514196628, + 33.37788376118769, + ], + [ + -79.18065635042753, + 33.2509555268892, + ], + [ + -79.27469500930628, + 33.311760758047, + ], + [ + -79.19178306197425, + 33.17102780254043, + ], + [ + -79.26787541190669, + 33.139389744985706, + ], + [ + -79.40247272900415, + 33.182630214139444, + ], + [ + -79.44662064901212, + 33.213462548666456, + ], + [ + -79.67705125588297, + 33.305046399482755, + ], + [ + -79.53994145553303, + 33.49600275704988, + ], + [ + -79.43405823274969, + 33.57614534087271, + ], + [ + -79.41072803111946, + 33.6869053997485, + ], + [ + -79.31704829841962, + 33.779778407409125, + ], + [ + -79.28546279467409, + 33.716717151773736, + ], + [ + -79.19034735725855, + 33.705705603728376, + ], + ], + ], + "type": "Polygon", + }, + "id": "45043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 04011 { + "geometry": { + "coordinates": [ + [ + [ + -109.04726262508649, + 33.778220676222226, + ], + [ + -109.04726262508649, + 33.208950499711285, + ], + [ + -109.04726262508649, + 32.77751267580716, + ], + [ + -109.04762155126542, + 32.42637858033141, + ], + [ + -109.11438182054576, + 32.42616372085735, + ], + [ + -109.22636678837085, + 32.543154704480756, + ], + [ + -109.210932962677, + 32.73507792968113, + ], + [ + -109.28200034610447, + 32.76633998315626, + ], + [ + -109.4959203487447, + 33.078423369222364, + ], + [ + -109.4959203487447, + 33.65285017311064, + ], + [ + -109.35306772953193, + 33.729179001268975, + ], + [ + -109.34768383684803, + 33.777522382931544, + ], + [ + -109.04726262508649, + 33.778220676222226, + ], + ], + ], + "type": "Polygon", + }, + "id": "04011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13133 { + "geometry": { + "coordinates": [ + [ + [ + -82.99568270623806, + 33.69351232857571, + ], + [ + -82.95117586005117, + 33.65800680048798, + ], + [ + -83.01398794136331, + 33.580388815485314, + ], + [ + -83.01291116282654, + 33.46919903766142, + ], + [ + -83.16401908415462, + 33.35489379746371, + ], + [ + -83.2799522399479, + 33.48348719268613, + ], + [ + -83.26918445458011, + 33.53360316500965, + ], + [ + -83.40629425493006, + 33.69834666674197, + ], + [ + -83.28031116612684, + 33.76173021158844, + ], + [ + -83.11879438560987, + 33.698830100558595, + ], + [ + -82.99568270623806, + 33.69351232857571, + ], + ], + ], + "type": "Polygon", + }, + "id": "13133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28087 { + "geometry": { + "coordinates": [ + [ + [ + -88.24928518718629, + 33.74497117261208, + ], + [ + -88.27476894589007, + 33.53397916908925, + ], + [ + -88.30455981874098, + 33.2882873605064, + ], + [ + -88.66922881653038, + 33.28689077392504, + ], + [ + -88.67138237360393, + 33.50615486719902, + ], + [ + -88.48904787470924, + 33.521033885777385, + ], + [ + -88.51381378105518, + 33.650110714816435, + ], + [ + -88.24928518718629, + 33.74497117261208, + ], + ], + ], + "type": "Polygon", + }, + "id": "28087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13217 { + "geometry": { + "coordinates": [ + [ + [ + -83.68087278180889, + 33.59693299498761, + ], + [ + -83.68230848652459, + 33.52619051315473, + ], + [ + -83.67477103676713, + 33.487193518613594, + ], + [ + -83.82516110573737, + 33.43745355036967, + ], + [ + -83.86284835452466, + 33.36826879972369, + ], + [ + -83.92386580494217, + 33.44427533867094, + ], + [ + -84.0444650010615, + 33.525975653680675, + ], + [ + -83.93140325469963, + 33.65097015271265, + ], + [ + -83.91489265046901, + 33.74411173471586, + ], + [ + -83.68087278180889, + 33.59693299498761, + ], + ], + ], + "type": "Polygon", + }, + "id": "13217", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28155 { + "geometry": { + "coordinates": [ + [ + [ + -89.03461566667762, + 33.739438541155145, + ], + [ + -89.01882291480486, + 33.56212576019057, + ], + [ + -89.08845459351662, + 33.533119731193025, + ], + [ + -89.25535526671747, + 33.521839608805095, + ], + [ + -89.38097942934176, + 33.4602823694881, + ], + [ + -89.50660359196607, + 33.46114180738432, + ], + [ + -89.506962518145, + 33.67761272749558, + ], + [ + -89.506962518145, + 33.72182006428257, + ], + [ + -89.19182533304746, + 33.73857910325892, + ], + [ + -89.03461566667762, + 33.739438541155145, + ], + ], + ], + "type": "Polygon", + }, + "id": "28155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13265 { + "geometry": { + "coordinates": [ + [ + [ + -82.67982766878268, + 33.59972616815034, + ], + [ + -82.71715599139104, + 33.56384463598301, + ], + [ + -82.81514283823799, + 33.5210876006459, + ], + [ + -82.85211223466743, + 33.44346961564323, + ], + [ + -83.01291116282654, + 33.46919903766142, + ], + [ + -83.01398794136331, + 33.580388815485314, + ], + [ + -82.95117586005117, + 33.65800680048798, + ], + [ + -82.99568270623806, + 33.69351232857571, + ], + [ + -82.94902230297761, + 33.733207616407526, + ], + [ + -82.89051733581258, + 33.633083101497505, + ], + [ + -82.81298928116443, + 33.65569706114188, + ], + [ + -82.67982766878268, + 33.59972616815034, + ], + ], + ], + "type": "Polygon", + }, + "id": "13265", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48037 { + "geometry": { + "coordinates": [ + [ + [ + -94.48634539839333, + 33.63786372479525, + ], + [ + -94.38692284683067, + 33.544937002266096, + ], + [ + -94.15828687085444, + 33.58989634721228, + ], + [ + -94.04343049359794, + 33.55218850951548, + ], + [ + -94.043071567419, + 33.27115231745044, + ], + [ + -94.16546539443297, + 33.311814472915515, + ], + [ + -94.23581492550258, + 33.240803416740064, + ], + [ + -94.46516875383666, + 33.29263826485603, + ], + [ + -94.6521692930574, + 33.26884257810435, + ], + [ + -94.74692580429402, + 33.32889580110295, + ], + [ + -94.74656687811509, + 33.70285871569714, + ], + [ + -94.48634539839333, + 33.63786372479525, + ], + ], + ], + "type": "Polygon", + }, + "id": "48037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45075 { + "geometry": { + "coordinates": [ + [ + [ + -80.49612079619341, + 33.5584194342631, + ], + [ + -80.39382683519933, + 33.44577935498933, + ], + [ + -80.22226012167243, + 33.44368447511729, + ], + [ + -80.25384562541798, + 33.29929890855176, + ], + [ + -80.36188240527487, + 33.25745502597939, + ], + [ + -80.48858334643596, + 33.277974105751724, + ], + [ + -80.50294039359302, + 33.33442843255989, + ], + [ + -80.79008133673427, + 33.18080390860997, + ], + [ + -80.79797771267066, + 33.176936438076964, + ], + [ + -80.94083033188343, + 33.3032738088218, + ], + [ + -81.22258738234079, + 33.43997814918982, + ], + [ + -81.37297745131103, + 33.49041641072443, + ], + [ + -81.18741261680599, + 33.65279645824213, + ], + [ + -81.04276536669857, + 33.707048475441226, + ], + [ + -80.93975355334666, + 33.60875026606068, + ], + [ + -80.80802764568061, + 33.604184502237, + ], + [ + -80.65907328142607, + 33.47091791345386, + ], + [ + -80.55211328010596, + 33.56545608203843, + ], + [ + -80.49612079619341, + 33.5584194342631, + ], + ], + ], + "type": "Polygon", + }, + "id": "45075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05011 { + "geometry": { + "coordinates": [ + [ + [ + -91.97601570298089, + 33.704362732015525, + ], + [ + -91.99001382395902, + 33.39818798148596, + ], + [ + -91.98211744802263, + 33.29860061526108, + ], + [ + -92.11420228186762, + 33.22243293170828, + ], + [ + -92.13753248349784, + 33.16297057226333, + ], + [ + -92.22403369261914, + 33.25251325807611, + ], + [ + -92.3503757076013, + 33.298922904472164, + ], + [ + -92.37729517102079, + 33.37401629065468, + ], + [ + -92.31161168027722, + 33.50234111153453, + ], + [ + -92.33099369393926, + 33.70780048360042, + ], + [ + -91.97601570298089, + 33.704362732015525, + ], + ], + ], + "type": "Polygon", + }, + "id": "05011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13073 { + "geometry": { + "coordinates": [ + [ + [ + -82.23224672366123, + 33.693351183970165, + ], + [ + -82.11523678933118, + 33.59661070577653, + ], + [ + -82.02837665403095, + 33.54488328739758, + ], + [ + -82.29434095261554, + 33.354678937989654, + ], + [ + -82.43611679329153, + 33.54928790661573, + ], + [ + -82.42534900792374, + 33.65048671889603, + ], + [ + -82.23224672366123, + 33.693351183970165, + ], + ], + ], + "type": "Polygon", + }, + "id": "13073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01121 { + "geometry": { + "coordinates": [ + [ + [ + -86.14561885249765, + 33.67906302894546, + ], + [ + -86.05158019361889, + 33.6746046948588, + ], + [ + -85.99486985734849, + 33.58645859562739, + ], + [ + -85.79530690186532, + 33.58554544286265, + ], + [ + -85.79602475422317, + 33.55616340978551, + ], + [ + -85.85201723813572, + 33.49863478560707, + ], + [ + -85.90477938643792, + 33.49863478560707, + ], + [ + -85.98051281019143, + 33.29419599604294, + ], + [ + -86.11798153672031, + 33.29623716104646, + ], + [ + -86.17433294681177, + 33.10442136558312, + ], + [ + -86.49090583662502, + 33.10291734926473, + ], + [ + -86.50346825288744, + 33.17457298386235, + ], + [ + -86.42809375531286, + 33.28237872496987, + ], + [ + -86.3570263718854, + 33.2975263178908, + ], + [ + -86.37892086879992, + 33.39088275936806, + ], + [ + -86.19658636990522, + 33.539619230283215, + ], + [ + -86.22171120243009, + 33.5872643186551, + ], + [ + -86.14561885249765, + 33.67906302894546, + ], + ], + ], + "type": "Polygon", + }, + "id": "01121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28097 { + "geometry": { + "coordinates": [ + [ + [ + -89.506962518145, + 33.67761272749558, + ], + [ + -89.50660359196607, + 33.46114180738432, + ], + [ + -89.38097942934176, + 33.4602823694881, + ], + [ + -89.45384144366386, + 33.433156360888546, + ], + [ + -89.45384144366386, + 33.285923906291785, + ], + [ + -89.64550802321065, + 33.28544047247516, + ], + [ + -89.64694372792636, + 33.4025388858356, + ], + [ + -89.78513030681309, + 33.416289892175165, + ], + [ + -89.78692493770772, + 33.67669957473084, + ], + [ + -89.506962518145, + 33.67761272749558, + ], + ], + ], + "type": "Polygon", + }, + "id": "28097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28015 { + "geometry": { + "coordinates": [ + [ + [ + -89.78692493770772, + 33.67669957473084, + ], + [ + -89.78513030681309, + 33.416289892175165, + ], + [ + -89.64694372792636, + 33.4025388858356, + ], + [ + -89.64550802321065, + 33.28544047247516, + ], + [ + -89.74959661509936, + 33.21448313116822, + ], + [ + -90.17456521094842, + 33.333300420321095, + ], + [ + -90.17492413712735, + 33.41698818546585, + ], + [ + -90.1013442704474, + 33.458885782906734, + ], + [ + -90.12862266004582, + 33.67696814907341, + ], + [ + -89.78692493770772, + 33.67669957473084, + ], + ], + ], + "type": "Polygon", + }, + "id": "28015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13189 { + "geometry": { + "coordinates": [ + [ + [ + -82.47954686094165, + 33.63952888571918, + ], + [ + -82.42534900792374, + 33.65048671889603, + ], + [ + -82.43611679329153, + 33.54928790661573, + ], + [ + -82.29434095261554, + 33.354678937989654, + ], + [ + -82.35356377213843, + 33.31229790673214, + ], + [ + -82.35499947685413, + 33.31202933238957, + ], + [ + -82.38371357116826, + 33.312083047258085, + ], + [ + -82.53589827103312, + 33.35747211115238, + ], + [ + -82.64860109121607, + 33.60832054711257, + ], + [ + -82.47954686094165, + 33.63952888571918, + ], + ], + ], + "type": "Polygon", + }, + "id": "13189", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 04009 { + "geometry": { + "coordinates": [ + [ + [ + -109.4959203487447, + 33.65285017311064, + ], + [ + -109.4959203487447, + 33.078423369222364, + ], + [ + -109.28200034610447, + 32.76633998315626, + ], + [ + -109.210932962677, + 32.73507792968113, + ], + [ + -109.22636678837085, + 32.543154704480756, + ], + [ + -109.11438182054576, + 32.42616372085735, + ], + [ + -110.45138183704724, + 32.42734544796466, + ], + [ + -110.45138183704724, + 32.513826386272136, + ], + [ + -110.44886935379475, + 33.19450120008103, + ], + [ + -110.442767608753, + 33.37901177342648, + ], + [ + -110.16962478658988, + 33.464740703574755, + ], + [ + -110.00057055631547, + 33.46592243068206, + ], + [ + -110.00057055631547, + 33.57695106390042, + ], + [ + -109.89181592410071, + 33.56787325112156, + ], + [ + -109.81213431237902, + 33.48445406031938, + ], + [ + -109.4959203487447, + 33.65285017311064, + ], + ], + ], + "type": "Polygon", + }, + "id": "04009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13063 { + "geometry": { + "coordinates": [ + [ + [ + -84.35027010550694, + 33.64790840520736, + ], + [ + -84.28135627915304, + 33.64737125652222, + ], + [ + -84.25300111101784, + 33.582107691277756, + ], + [ + -84.35421829347513, + 33.3525303432491, + ], + [ + -84.38831628047316, + 33.352584058117614, + ], + [ + -84.38149668307355, + 33.46312925751934, + ], + [ + -84.45866581154277, + 33.550953067539666, + ], + [ + -84.45758903300599, + 33.64887527284061, + ], + [ + -84.35027010550694, + 33.64790840520736, + ], + ], + ], + "type": "Polygon", + }, + "id": "13063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13151 { + "geometry": { + "coordinates": [ + [ + [ + -84.18408728466393, + 33.64608209967788, + ], + [ + -84.0444650010615, + 33.525975653680675, + ], + [ + -83.92386580494217, + 33.44427533867094, + ], + [ + -83.96442446316088, + 33.375144302893474, + ], + [ + -84.10261104204761, + 33.298117181444454, + ], + [ + -84.15070715002376, + 33.3356101596672, + ], + [ + -84.35421829347513, + 33.3525303432491, + ], + [ + -84.25300111101784, + 33.582107691277756, + ], + [ + -84.28135627915304, + 33.64737125652222, + ], + [ + -84.18408728466393, + 33.64608209967788, + ], + ], + ], + "type": "Polygon", + }, + "id": "13151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05091 { + "geometry": { + "coordinates": [ + [ + [ + -93.7229094158165, + 33.48192946149922, + ], + [ + -93.70316847597554, + 33.254339563605576, + ], + [ + -93.77603049029764, + 33.13981946393382, + ], + [ + -93.85068713551436, + 33.14449265749453, + ], + [ + -93.80474458461177, + 33.01928329898849, + ], + [ + -93.81515344380064, + 33.019337013857005, + ], + [ + -94.043071567419, + 33.01917586925146, + ], + [ + -94.043071567419, + 33.27115231745044, + ], + [ + -94.04343049359794, + 33.55218850951548, + ], + [ + -93.82592122916843, + 33.60982456343096, + ], + [ + -93.7229094158165, + 33.48192946149922, + ], + ], + ], + "type": "Polygon", + }, + "id": "05091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13301 { + "geometry": { + "coordinates": [ + [ + [ + -82.38371357116826, + 33.312083047258085, + ], + [ + -82.43180967914441, + 33.2748049285094, + ], + [ + -82.55958739884227, + 33.327230640179025, + ], + [ + -82.7559200187151, + 33.25353384057787, + ], + [ + -82.85211223466743, + 33.44346961564323, + ], + [ + -82.81514283823799, + 33.5210876006459, + ], + [ + -82.71715599139104, + 33.56384463598301, + ], + [ + -82.67982766878268, + 33.59972616815034, + ], + [ + -82.64860109121607, + 33.60832054711257, + ], + [ + -82.53589827103312, + 33.35747211115238, + ], + [ + -82.38371357116826, + 33.312083047258085, + ], + ], + ], + "type": "Polygon", + }, + "id": "13301", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01125 { + "geometry": { + "coordinates": [ + [ + [ + -87.42375497565517, + 33.60208962236495, + ], + [ + -87.31858960522969, + 33.58737174839213, + ], + [ + -87.26690423546427, + 33.51292294063178, + ], + [ + -87.3307930953132, + 33.49192042704282, + ], + [ + -87.1620977912177, + 33.30660413066966, + ], + [ + -87.06626450144431, + 33.246873196882134, + ], + [ + -87.28197913497918, + 33.13305139050106, + ], + [ + -87.31858960522969, + 33.00612315620258, + ], + [ + -87.42196034476054, + 33.00338369790836, + ], + [ + -87.71556195912248, + 33.00676773462474, + ], + [ + -87.83257189345254, + 33.017242133984965, + ], + [ + -87.83759685995751, + 33.15362418514191, + ], + [ + -87.84082719556785, + 33.52484764144188, + ], + [ + -87.66674799878847, + 33.52167846419955, + ], + [ + -87.63157323325366, + 33.60982456343096, + ], + [ + -87.42375497565517, + 33.60208962236495, + ], + ], + ], + "type": "Polygon", + }, + "id": "01125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35025 { + "geometry": { + "coordinates": [ + [ + [ + -103.05283651083381, + 33.570558994547255, + ], + [ + -103.056784698802, + 33.38841187541642, + ], + [ + -103.06468107473839, + 32.959068931384344, + ], + [ + -103.06468107473839, + 32.522205905760316, + ], + [ + -103.06432214855947, + 32.08706175592873, + ], + [ + -103.06432214855947, + 32.00052710275274, + ], + [ + -103.32669718535479, + 32.0003659581472, + ], + [ + -103.72295168688973, + 32.00020481354166, + ], + [ + -103.72295168688973, + 32.5225281949714, + ], + [ + -103.814477862516, + 32.522474480102886, + ], + [ + -103.814477862516, + 32.96513871152642, + ], + [ + -103.76638175453984, + 32.96529985613196, + ], + [ + -103.76638175453984, + 33.395448523191746, + ], + [ + -103.72187490835294, + 33.395824527271344, + ], + [ + -103.72079812981616, + 33.569592126914, + ], + [ + -103.51010846278626, + 33.57018299046766, + ], + [ + -103.05283651083381, + 33.570558994547255, + ], + ], + ], + "type": "Polygon", + }, + "id": "35025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28105 { + "geometry": { + "coordinates": [ + [ + [ + -88.67138237360393, + 33.50615486719902, + ], + [ + -88.66922881653038, + 33.28689077392504, + ], + [ + -88.81315821427994, + 33.28640734010841, + ], + [ + -89.08809566733768, + 33.2859776211603, + ], + [ + -89.08845459351662, + 33.533119731193025, + ], + [ + -89.01882291480486, + 33.56212576019057, + ], + [ + -88.67138237360393, + 33.565133792827346, + ], + [ + -88.67138237360393, + 33.50615486719902, + ], + ], + ], + "type": "Polygon", + }, + "id": "28105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05017 { + "geometry": { + "coordinates": [ + [ + [ + -91.23088495552932, + 33.56137375203137, + ], + [ + -91.21473327747762, + 33.52909111605448, + ], + [ + -91.2359099220343, + 33.43922614103063, + ], + [ + -91.13218025632452, + 33.47865285451987, + ], + [ + -91.1415123369766, + 33.298385755787024, + ], + [ + -91.08731448395869, + 33.140302897750445, + ], + [ + -91.20109408267841, + 33.108181406379096, + ], + [ + -91.12033569241994, + 33.05532597576136, + ], + [ + -91.16627824332254, + 33.01127978357991, + ], + [ + -91.16627824332254, + 33.004081991199044, + ], + [ + -91.26354723781164, + 33.005048858832296, + ], + [ + -91.43619072987532, + 33.00606944133406, + ], + [ + -91.4602387838634, + 33.00590829672852, + ], + [ + -91.45736737443198, + 33.388949024101564, + ], + [ + -91.45341918646379, + 33.563683491377475, + ], + [ + -91.24560092886531, + 33.51716641524438, + ], + [ + -91.23088495552932, + 33.56137375203137, + ], + ], + ], + "type": "Polygon", + }, + "id": "05017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13113 { + "geometry": { + "coordinates": [ + [ + [ + -84.38831628047316, + 33.352584058117614, + ], + [ + -84.43318205283897, + 33.25648815834614, + ], + [ + -84.49742983886684, + 33.25745502597939, + ], + [ + -84.58536675270385, + 33.35774068549495, + ], + [ + -84.60941480669193, + 33.50250225614007, + ], + [ + -84.45866581154277, + 33.550953067539666, + ], + [ + -84.38149668307355, + 33.46312925751934, + ], + [ + -84.38831628047316, + 33.352584058117614, + ], + ], + ], + "type": "Polygon", + }, + "id": "13113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01117 { + "geometry": { + "coordinates": [ + [ + [ + -86.37892086879992, + 33.39088275936806, + ], + [ + -86.3570263718854, + 33.2975263178908, + ], + [ + -86.42809375531286, + 33.28237872496987, + ], + [ + -86.50346825288744, + 33.17457298386235, + ], + [ + -86.49090583662502, + 33.10291734926473, + ], + [ + -86.51710744768666, + 33.02073360043837, + ], + [ + -86.61042825420756, + 33.06988270512864, + ], + [ + -86.88177644547605, + 33.07187015526366, + ], + [ + -86.8810585931182, + 33.04984705917293, + ], + [ + -87.02570584322561, + 33.16576374542606, + ], + [ + -87.02714154794131, + 33.24638976306551, + ], + [ + -86.83045000188955, + 33.332011263476765, + ], + [ + -86.67431711405649, + 33.46651329423572, + ], + [ + -86.51674852150772, + 33.54590386989935, + ], + [ + -86.37820301644207, + 33.50234111153453, + ], + [ + -86.37892086879992, + 33.39088275936806, + ], + ], + ], + "type": "Polygon", + }, + "id": "01117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13245 { + "geometry": { + "coordinates": [ + [ + [ + -81.852143900178, + 33.24746406043579, + ], + [ + -82.09226551387988, + 33.23032901737984, + ], + [ + -82.17445960885406, + 33.29672059486309, + ], + [ + -82.26778041537497, + 33.26739227665447, + ], + [ + -82.3209014898561, + 33.30048063565907, + ], + [ + -82.35356377213843, + 33.31229790673214, + ], + [ + -82.29434095261554, + 33.354678937989654, + ], + [ + -82.02837665403095, + 33.54488328739758, + ], + [ + -82.01258390215818, + 33.53209914869126, + ], + [ + -81.92895410246828, + 33.464740703574755, + ], + [ + -81.94438792816213, + 33.37197512565115, + ], + [ + -81.852143900178, + 33.24746406043579, + ], + ], + ], + "type": "Polygon", + }, + "id": "13245", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01107 { + "geometry": { + "coordinates": [ + [ + [ + -87.94671041835119, + 33.52404191841417, + ], + [ + -87.84082719556785, + 33.52484764144188, + ], + [ + -87.83759685995751, + 33.15362418514191, + ], + [ + -88.17175713253815, + 32.995863616316406, + ], + [ + -88.34045243663364, + 32.99119042275569, + ], + [ + -88.30455981874098, + 33.2882873605064, + ], + [ + -88.27476894589007, + 33.53397916908925, + ], + [ + -87.94671041835119, + 33.52404191841417, + ], + ], + ], + "type": "Polygon", + }, + "id": "01107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28019 { + "geometry": { + "coordinates": [ + [ + [ + -89.08845459351662, + 33.533119731193025, + ], + [ + -89.08809566733768, + 33.2859776211603, + ], + [ + -89.10891338571543, + 33.19799266653443, + ], + [ + -89.21336090378306, + 33.197509232717806, + ], + [ + -89.21443768231984, + 33.10941684835492, + ], + [ + -89.31816734802962, + 33.10887969966978, + ], + [ + -89.31637271713498, + 33.28554790221219, + ], + [ + -89.45384144366386, + 33.285923906291785, + ], + [ + -89.45384144366386, + 33.433156360888546, + ], + [ + -89.38097942934176, + 33.4602823694881, + ], + [ + -89.25535526671747, + 33.521839608805095, + ], + [ + -89.08845459351662, + 33.533119731193025, + ], + ], + ], + "type": "Polygon", + }, + "id": "28019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28151 { + "geometry": { + "coordinates": [ + [ + [ + -90.76392199674585, + 33.52935969039705, + ], + [ + -90.76392199674585, + 33.27034659442274, + ], + [ + -90.71618481494862, + 33.270024305211656, + ], + [ + -90.70182776779156, + 33.09631042043751, + ], + [ + -90.91431206571609, + 33.09738471780779, + ], + [ + -90.91431206571609, + 33.007680887389476, + ], + [ + -91.16627824332254, + 33.01127978357991, + ], + [ + -91.12033569241994, + 33.05532597576136, + ], + [ + -91.20109408267841, + 33.108181406379096, + ], + [ + -91.08731448395869, + 33.140302897750445, + ], + [ + -91.1415123369766, + 33.298385755787024, + ], + [ + -91.13218025632452, + 33.47865285451987, + ], + [ + -91.2359099220343, + 33.43922614103063, + ], + [ + -91.21473327747762, + 33.52909111605448, + ], + [ + -90.76392199674585, + 33.52935969039705, + ], + ], + ], + "type": "Polygon", + }, + "id": "28151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13159 { + "geometry": { + "coordinates": [ + [ + [ + -83.53371304844899, + 33.43444551773288, + ], + [ + -83.5459165385325, + 33.171887240436654, + ], + [ + -83.8161879512642, + 33.13176223365672, + ], + [ + -83.82228969630596, + 33.1801593301878, + ], + [ + -83.86284835452466, + 33.36826879972369, + ], + [ + -83.82516110573737, + 33.43745355036967, + ], + [ + -83.67477103676713, + 33.487193518613594, + ], + [ + -83.68230848652459, + 33.52619051315473, + ], + [ + -83.53371304844899, + 33.43444551773288, + ], + ], + ], + "type": "Polygon", + }, + "id": "13159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13077 { + "geometry": { + "coordinates": [ + [ + [ + -84.60941480669193, + 33.50250225614007, + ], + [ + -84.58536675270385, + 33.35774068549495, + ], + [ + -84.49742983886684, + 33.25745502597939, + ], + [ + -84.50245480537181, + 33.221143774863954, + ], + [ + -84.85240782982521, + 33.223507229078564, + ], + [ + -84.86245776283516, + 33.19106344849614, + ], + [ + -84.93890903894652, + 33.22468895618587, + ], + [ + -85.01536031505788, + 33.425475134691055, + ], + [ + -84.85061319893059, + 33.51152635405042, + ], + [ + -84.60941480669193, + 33.50250225614007, + ], + ], + ], + "type": "Polygon", + }, + "id": "13077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45015 { + "geometry": { + "coordinates": [ + [ + [ + -79.67705125588297, + 33.305046399482755, + ], + [ + -79.44662064901212, + 33.213462548666456, + ], + [ + -79.51840588479743, + 33.14846755776456, + ], + [ + -79.6422354165271, + 33.12451072640734, + ], + [ + -79.79693259964445, + 32.93457495134198, + ], + [ + -79.92506924552124, + 32.82940123879165, + ], + [ + -79.95127085658288, + 32.9100272564311, + ], + [ + -80.01228830700039, + 32.90009000575601, + ], + [ + -80.05500052229266, + 32.999677371980894, + ], + [ + -80.14939810735035, + 33.02164675320311, + ], + [ + -80.32132374705617, + 33.152925891851226, + ], + [ + -80.36188240527487, + 33.25745502597939, + ], + [ + -80.25384562541798, + 33.29929890855176, + ], + [ + -80.22226012167243, + 33.44368447511729, + ], + [ + -80.1016609255531, + 33.49691590981462, + ], + [ + -79.97137072260277, + 33.500890810084655, + ], + [ + -79.75637394142575, + 33.3302386728158, + ], + [ + -79.67705125588297, + 33.305046399482755, + ], + ], + ], + "type": "Polygon", + }, + "id": "45015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06073 { + "geometry": { + "coordinates": [ + [ + [ + -116.08257465822622, + 33.427086580746476, + ], + [ + -116.07970324879481, + 33.07552276632261, + ], + [ + -116.10267452424611, + 33.07477075816341, + ], + [ + -116.1066227122143, + 32.618301805531786, + ], + [ + -117.12525520800791, + 32.53429175117596, + ], + [ + -117.11915346296615, + 32.67287611194197, + ], + [ + -117.23400984022267, + 32.71767431228261, + ], + [ + -117.28102916966205, + 32.82236459101632, + ], + [ + -117.25159722299007, + 32.87452172834337, + ], + [ + -117.32553601584894, + 33.11570148797105, + ], + [ + -117.51648474303788, + 33.34173365467779, + ], + [ + -117.59580742858066, + 33.3871764334406, + ], + [ + -117.5100240718172, + 33.50502685496023, + ], + [ + -117.37111964057262, + 33.49186671217431, + ], + [ + -117.2411883638012, + 33.43159862970165, + ], + [ + -117.03121654912916, + 33.426818006403906, + ], + [ + -116.08257465822622, + 33.427086580746476, + ], + ], + ], + "type": "Polygon", + }, + "id": "06073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01111 { + "geometry": { + "coordinates": [ + [ + [ + -85.30429588909377, + 33.48284261426396, + ], + [ + -85.2938870299049, + 33.42805344837972, + ], + [ + -85.23645884127664, + 33.129559924047655, + ], + [ + -85.23251065330845, + 33.10807397664207, + ], + [ + -85.59323146312965, + 33.10732196848287, + ], + [ + -85.65353106118933, + 33.10662367519219, + ], + [ + -85.64348112817937, + 33.49584161244434, + ], + [ + -85.30429588909377, + 33.48284261426396, + ], + ], + ], + "type": "Polygon", + }, + "id": "01111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01027 { + "geometry": { + "coordinates": [ + [ + [ + -85.64348112817937, + 33.49584161244434, + ], + [ + -85.65353106118933, + 33.10662367519219, + ], + [ + -86.00922690450555, + 33.090240640295434, + ], + [ + -86.17433294681177, + 33.10442136558312, + ], + [ + -86.11798153672031, + 33.29623716104646, + ], + [ + -85.98051281019143, + 33.29419599604294, + ], + [ + -85.90477938643792, + 33.49863478560707, + ], + [ + -85.85201723813572, + 33.49863478560707, + ], + [ + -85.64348112817937, + 33.49584161244434, + ], + ], + ], + "type": "Polygon", + }, + "id": "01027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48119 { + "geometry": { + "coordinates": [ + [ + [ + -95.3086452743141, + 33.38067693435041, + ], + [ + -95.30649171724055, + 33.378044905793224, + ], + [ + -95.3086452743141, + 33.37509058802496, + ], + [ + -95.6151682311174, + 33.3452251211312, + ], + [ + -95.75802085033017, + 33.29688173946863, + ], + [ + -95.86175051603995, + 33.21931746933448, + ], + [ + -95.85887910660854, + 33.40973667821646, + ], + [ + -95.85780232807176, + 33.46173267093798, + ], + [ + -95.76125118594051, + 33.49535817862771, + ], + [ + -95.49385118264021, + 33.45550174619036, + ], + [ + -95.3086452743141, + 33.38067693435041, + ], + ], + ], + "type": "Polygon", + }, + "id": "48119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45011 { + "geometry": { + "coordinates": [ + [ + [ + -81.22258738234079, + 33.43997814918982, + ], + [ + -81.22797127502469, + 33.16066083291723, + ], + [ + -81.1927965094899, + 33.11854837600229, + ], + [ + -81.3643632230168, + 33.10807397664207, + ], + [ + -81.54203168158544, + 33.15818994896559, + ], + [ + -81.61417584354969, + 33.095289837935745, + ], + [ + -81.74446604650004, + 33.14212920327992, + ], + [ + -81.75702846276246, + 33.19810009627146, + ], + [ + -81.37297745131103, + 33.49041641072443, + ], + [ + -81.22258738234079, + 33.43997814918982, + ], + ], + ], + "type": "Polygon", + }, + "id": "45011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13237 { + "geometry": { + "coordinates": [ + [ + [ + -83.16401908415462, + 33.35489379746371, + ], + [ + -83.14786740610293, + 33.30998816738604, + ], + [ + -83.25446848124412, + 33.25890532742926, + ], + [ + -83.27420942108508, + 33.18724969283164, + ], + [ + -83.42890660420242, + 33.18536967243365, + ], + [ + -83.5459165385325, + 33.171887240436654, + ], + [ + -83.53371304844899, + 33.43444551773288, + ], + [ + -83.2799522399479, + 33.48348719268613, + ], + [ + -83.16401908415462, + 33.35489379746371, + ], + ], + ], + "type": "Polygon", + }, + "id": "13237", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35051 { + "geometry": { + "coordinates": [ + [ + [ + -106.3729036659046, + 33.48010315596975, + ], + [ + -106.34598420248511, + 33.39077532963103, + ], + [ + -106.34060030980122, + 33.052801376941204, + ], + [ + -106.88796273266423, + 32.82284802483294, + ], + [ + -106.8876038064853, + 32.77928526646812, + ], + [ + -107.29893320753516, + 32.780252134101374, + ], + [ + -107.29965105989301, + 32.60551766682546, + ], + [ + -107.60832757376987, + 32.60535652221992, + ], + [ + -107.73682314582558, + 32.62947449818269, + ], + [ + -107.72138932013173, + 32.7780498244923, + ], + [ + -107.78061213965462, + 32.95278429176821, + ], + [ + -107.83839925446179, + 32.97384052022568, + ], + [ + -107.87572757707017, + 33.202558430358124, + ], + [ + -108.0006338873366, + 33.20153784785636, + ], + [ + -108.0006338873366, + 33.478008276097704, + ], + [ + -107.7127750918375, + 33.47688026385892, + ], + [ + -106.47412084836189, + 33.475805966488636, + ], + [ + -106.3729036659046, + 33.48010315596975, + ], + ], + ], + "type": "Polygon", + }, + "id": "35051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05073 { + "geometry": { + "coordinates": [ + [ + [ + -93.48314672829356, + 33.476074540831206, + ], + [ + -93.36541894160564, + 33.44443648327648, + ], + [ + -93.44222914389593, + 33.2582607490071, + ], + [ + -93.48206994975678, + 33.25992590993103, + ], + [ + -93.49068417805101, + 33.01842386109227, + ], + [ + -93.52119290325977, + 33.0185312908293, + ], + [ + -93.80474458461177, + 33.01928329898849, + ], + [ + -93.85068713551436, + 33.14449265749453, + ], + [ + -93.77603049029764, + 33.13981946393382, + ], + [ + -93.70316847597554, + 33.254339563605576, + ], + [ + -93.7229094158165, + 33.48192946149922, + ], + [ + -93.48314672829356, + 33.476074540831206, + ], + ], + ], + "type": "Polygon", + }, + "id": "05073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13141 { + "geometry": { + "coordinates": [ + [ + [ + -82.85211223466743, + 33.44346961564323, + ], + [ + -82.7559200187151, + 33.25353384057787, + ], + [ + -82.74838256895765, + 33.238278817919905, + ], + [ + -82.88872270491794, + 33.138584021957996, + ], + [ + -83.05203411632954, + 33.08062567883143, + ], + [ + -83.0976177410532, + 33.15093844171621, + ], + [ + -83.27420942108508, + 33.18724969283164, + ], + [ + -83.25446848124412, + 33.25890532742926, + ], + [ + -83.14786740610293, + 33.30998816738604, + ], + [ + -83.16401908415462, + 33.35489379746371, + ], + [ + -83.01291116282654, + 33.46919903766142, + ], + [ + -82.85211223466743, + 33.44346961564323, + ], + ], + ], + "type": "Polygon", + }, + "id": "13141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 04027 { + "geometry": { + "coordinates": [ + [ + [ + -113.33391798000653, + 33.37745404223958, + ], + [ + -113.33391798000653, + 32.5048560032303, + ], + [ + -113.33355905382761, + 32.038825804003196, + ], + [ + -114.81412954189972, + 32.494059314659, + ], + [ + -114.80946350157367, + 32.61674407434488, + ], + [ + -114.7193730306631, + 32.71869489478438, + ], + [ + -114.52698859875846, + 32.75710102577186, + ], + [ + -114.4627408127306, + 32.90787866169054, + ], + [ + -114.51514403485389, + 33.026534806237876, + ], + [ + -114.26892067611026, + 33.02981141321723, + ], + [ + -114.26784389757347, + 33.46355897646745, + ], + [ + -113.95844953133877, + 33.464633273837734, + ], + [ + -113.95844953133877, + 33.37761518684512, + ], + [ + -113.33391798000653, + 33.37745404223958, + ], + ], + ], + "type": "Polygon", + }, + "id": "04027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 04021 { + "geometry": { + "coordinates": [ + [ + [ + -111.04002077048682, + 33.466083575287605, + ], + [ + -110.94669996396591, + 33.25014980386149, + ], + [ + -110.78267070019646, + 32.984690923665504, + ], + [ + -110.63515204065764, + 33.14175319920032, + ], + [ + -110.44886935379475, + 33.19450120008103, + ], + [ + -110.45138183704724, + 32.513826386272136, + ], + [ + -111.15703070481688, + 32.511946365874145, + ], + [ + -111.15703070481688, + 32.50163311111947, + ], + [ + -112.20365944256676, + 32.50673602362829, + ], + [ + -112.20186481167212, + 33.29043595524696, + ], + [ + -112.07659957522675, + 33.20443845075611, + ], + [ + -111.5827171530238, + 33.205459033257874, + ], + [ + -111.58056359595024, + 33.46592243068206, + ], + [ + -111.04002077048682, + 33.466083575287605, + ], + ], + ], + "type": "Polygon", + }, + "id": "04021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48237 { + "geometry": { + "coordinates": [ + [ + [ + -97.9790560455278, + 33.46710415778937, + ], + [ + -97.91803859511027, + 33.433800939310714, + ], + [ + -97.92162785689955, + 33.001288818036315, + ], + [ + -98.056225173997, + 33.00332998303985, + ], + [ + -98.42663699064923, + 33.00789574686353, + ], + [ + -98.42053524560748, + 33.39614681648243, + ], + [ + -98.42125309796533, + 33.46678186857829, + ], + [ + -97.9790560455278, + 33.46710415778937, + ], + ], + ], + "type": "Polygon", + }, + "id": "48237", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05027 { + "geometry": { + "coordinates": [ + [ + [ + -93.1163241734306, + 33.45286971763317, + ], + [ + -93.11883665668309, + 33.38030093027081, + ], + [ + -92.9784965207228, + 33.377292897634035, + ], + [ + -92.98854645373274, + 33.01740327859051, + ], + [ + -93.23871800044456, + 33.01794042727565, + ], + [ + -93.49068417805101, + 33.01842386109227, + ], + [ + -93.48206994975678, + 33.25992590993103, + ], + [ + -93.44222914389593, + 33.2582607490071, + ], + [ + -93.36541894160564, + 33.44443648327648, + ], + [ + -93.1163241734306, + 33.45286971763317, + ], + ], + ], + "type": "Polygon", + }, + "id": "05027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13035 { + "geometry": { + "coordinates": [ + [ + [ + -83.86284835452466, + 33.36826879972369, + ], + [ + -83.82228969630596, + 33.1801593301878, + ], + [ + -84.04159359163009, + 33.20261214522664, + ], + [ + -84.12378768660427, + 33.202827004700694, + ], + [ + -84.10261104204761, + 33.298117181444454, + ], + [ + -83.96442446316088, + 33.375144302893474, + ], + [ + -83.92386580494217, + 33.44427533867094, + ], + [ + -83.86284835452466, + 33.36826879972369, + ], + ], + ], + "type": "Polygon", + }, + "id": "13035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45009 { + "geometry": { + "coordinates": [ + [ + [ + -80.79797771267066, + 33.176936438076964, + ], + [ + -81.08260617255944, + 33.02642737650085, + ], + [ + -81.1927965094899, + 33.11854837600229, + ], + [ + -81.22797127502469, + 33.16066083291723, + ], + [ + -81.22258738234079, + 33.43997814918982, + ], + [ + -80.94083033188343, + 33.3032738088218, + ], + [ + -80.79797771267066, + 33.176936438076964, + ], + ], + ], + "type": "Polygon", + }, + "id": "45009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 06025 { + "geometry": { + "coordinates": [ + [ + [ + -114.51514403485389, + 33.026534806237876, + ], + [ + -114.4627408127306, + 32.90787866169054, + ], + [ + -114.52698859875846, + 32.75710102577186, + ], + [ + -114.7193730306631, + 32.71869489478438, + ], + [ + -116.1066227122143, + 32.618301805531786, + ], + [ + -116.10267452424611, + 33.07477075816341, + ], + [ + -116.07970324879481, + 33.07552276632261, + ], + [ + -116.08257465822622, + 33.427086580746476, + ], + [ + -114.6260522241422, + 33.4368089719475, + ], + [ + -114.72368014481022, + 33.40651378610563, + ], + [ + -114.73121759456768, + 33.302414370925575, + ], + [ + -114.67701974154977, + 33.2701854498172, + ], + [ + -114.70645168822175, + 33.08814576042339, + ], + [ + -114.67271262740265, + 33.04050067205151, + ], + [ + -114.51514403485389, + 33.026534806237876, + ], + ], + ], + "type": "Polygon", + }, + "id": "06025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48497 { + "geometry": { + "coordinates": [ + [ + [ + -97.48696825421946, + 33.4337472244422, + ], + [ + -97.38323858850968, + 33.43047061746285, + ], + [ + -97.3983134880246, + 32.99016984025393, + ], + [ + -97.5440375166688, + 32.99409102565544, + ], + [ + -97.92162785689955, + 33.001288818036315, + ], + [ + -97.91803859511027, + 33.433800939310714, + ], + [ + -97.48696825421946, + 33.4337472244422, + ], + ], + ], + "type": "Polygon", + }, + "id": "48497", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48121 { + "geometry": { + "coordinates": [ + [ + [ + -96.83408153475203, + 33.40549320360386, + ], + [ + -96.8444903939409, + 32.987484096828226, + ], + [ + -97.0322087855195, + 32.98463720879699, + ], + [ + -97.3983134880246, + 32.99016984025393, + ], + [ + -97.38323858850968, + 33.43047061746285, + ], + [ + -96.94391294550357, + 33.41639732191219, + ], + [ + -96.83408153475203, + 33.40549320360386, + ], + ], + ], + "type": "Polygon", + }, + "id": "48121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13149 { + "geometry": { + "coordinates": [ + [ + [ + -85.01536031505788, + 33.425475134691055, + ], + [ + -84.93890903894652, + 33.22468895618587, + ], + [ + -85.23645884127664, + 33.129559924047655, + ], + [ + -85.2938870299049, + 33.42805344837972, + ], + [ + -85.01536031505788, + 33.425475134691055, + ], + ], + ], + "type": "Polygon", + }, + "id": "13149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48231 { + "geometry": { + "coordinates": [ + [ + [ + -95.8624683683978, + 32.97958801115668, + ], + [ + -95.94538031572984, + 32.97985658549925, + ], + [ + -95.9866568263064, + 32.87339371610458, + ], + [ + -95.93425360418311, + 32.83718989472617, + ], + [ + -96.07674729721697, + 32.83842533670199, + ], + [ + -96.2974868972568, + 32.84170194368134, + ], + [ + -96.29712797107788, + 32.98168289102872, + ], + [ + -96.29533334018325, + 33.351939479695446, + ], + [ + -95.85887910660854, + 33.40973667821646, + ], + [ + -95.86175051603995, + 33.21931746933448, + ], + [ + -95.8624683683978, + 32.97958801115668, + ], + ], + ], + "type": "Polygon", + }, + "id": "48231", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48085 { + "geometry": { + "coordinates": [ + [ + [ + -96.38470595873596, + 33.39781197740636, + ], + [ + -96.29533334018325, + 33.351939479695446, + ], + [ + -96.29712797107788, + 32.98168289102872, + ], + [ + -96.51679079258095, + 32.98227375458237, + ], + [ + -96.8444903939409, + 32.987484096828226, + ], + [ + -96.83408153475203, + 33.40549320360386, + ], + [ + -96.38470595873596, + 33.39781197740636, + ], + ], + ], + "type": "Polygon", + }, + "id": "48085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48263 { + "geometry": { + "coordinates": [ + [ + [ + -100.51738198289651, + 33.39786569227488, + ], + [ + -100.51917661379115, + 32.96288268704883, + ], + [ + -100.65592748796217, + 32.96341983573397, + ], + [ + -101.03854279469789, + 32.970241624035246, + ], + [ + -101.03890172087682, + 33.397167398984195, + ], + [ + -100.51738198289651, + 33.39786569227488, + ], + ], + ], + "type": "Polygon", + }, + "id": "48263", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48433 { + "geometry": { + "coordinates": [ + [ + [ + -99.99083727841123, + 33.39732854358974, + ], + [ + -99.9890426475166, + 32.96008951388611, + ], + [ + -100.14409875681288, + 32.95998208414908, + ], + [ + -100.51917661379115, + 32.96288268704883, + ], + [ + -100.51738198289651, + 33.39786569227488, + ], + [ + -99.99083727841123, + 33.39732854358974, + ], + ], + ], + "type": "Polygon", + }, + "id": "48433", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48449 { + "geometry": { + "coordinates": [ + [ + [ + -94.80866110706938, + 33.36364932103149, + ], + [ + -94.8197878186161, + 32.98291833300454, + ], + [ + -94.92459426286267, + 33.06751925091403, + ], + [ + -95.12595184924048, + 33.03459203651497, + ], + [ + -95.12559292306155, + 33.38943245791819, + ], + [ + -94.88870164497001, + 33.39829541122299, + ], + [ + -94.80866110706938, + 33.36364932103149, + ], + ], + ], + "type": "Polygon", + }, + "id": "48449", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48169 { + "geometry": { + "coordinates": [ + [ + [ + -101.03890172087682, + 33.397167398984195, + ], + [ + -101.03854279469789, + 32.970241624035246, + ], + [ + -101.17349903797428, + 32.963527265471, + ], + [ + -101.55755004942571, + 32.96100266665085, + ], + [ + -101.55683219706786, + 33.39475022990107, + ], + [ + -101.03890172087682, + 33.397167398984195, + ], + ], + ], + "type": "Polygon", + }, + "id": "48169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48447 { + "geometry": { + "coordinates": [ + [ + [ + -98.95389954749237, + 33.39754340306379, + ], + [ + -98.95102813806095, + 32.95686662177527, + ], + [ + -99.09603431434729, + 32.9569740515123, + ], + [ + -99.47111217132556, + 32.9569740515123, + ], + [ + -99.47254787604126, + 33.39899370451367, + ], + [ + -98.95389954749237, + 33.39754340306379, + ], + ], + ], + "type": "Polygon", + }, + "id": "48447", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48503 { + "geometry": { + "coordinates": [ + [ + [ + -98.42053524560748, + 33.39614681648243, + ], + [ + -98.42663699064923, + 33.00789574686353, + ], + [ + -98.42735484300708, + 32.952300857951585, + ], + [ + -98.57559135490376, + 32.95434202295512, + ], + [ + -98.95102813806095, + 32.95686662177527, + ], + [ + -98.95389954749237, + 33.39754340306379, + ], + [ + -98.42053524560748, + 33.39614681648243, + ], + ], + ], + "type": "Polygon", + }, + "id": "48503", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48207 { + "geometry": { + "coordinates": [ + [ + [ + -99.47254787604126, + 33.39899370451367, + ], + [ + -99.47111217132556, + 32.9569740515123, + ], + [ + -99.6121701596437, + 32.95692033664378, + ], + [ + -99.9890426475166, + 32.96008951388611, + ], + [ + -99.99083727841123, + 33.39732854358974, + ], + [ + -99.47254787604126, + 33.39899370451367, + ], + ], + ], + "type": "Polygon", + }, + "id": "48207", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05003 { + "geometry": { + "coordinates": [ + [ + [ + -91.45736737443198, + 33.388949024101564, + ], + [ + -91.4602387838634, + 33.00590829672852, + ], + [ + -92.06897758332286, + 33.0081643212061, + ], + [ + -92.13753248349784, + 33.16297057226333, + ], + [ + -92.11420228186762, + 33.22243293170828, + ], + [ + -91.98211744802263, + 33.29860061526108, + ], + [ + -91.99001382395902, + 33.39818798148596, + ], + [ + -91.45736737443198, + 33.388949024101564, + ], + ], + ], + "type": "Polygon", + }, + "id": "05003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48305 { + "geometry": { + "coordinates": [ + [ + [ + -101.55683219706786, + 33.39475022990107, + ], + [ + -101.55755004942571, + 32.96100266665085, + ], + [ + -101.69178844034425, + 32.96175467481004, + ], + [ + -102.07655730415354, + 32.95971350980651, + ], + [ + -102.07583945179569, + 33.38959360252373, + ], + [ + -101.55683219706786, + 33.39475022990107, + ], + ], + ], + "type": "Polygon", + }, + "id": "48305", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35035 { + "geometry": { + "coordinates": [ + [ + [ + -105.31694284750263, + 33.132191952604835, + ], + [ + -105.31622499514478, + 32.961969534284094, + ], + [ + -105.35247653921635, + 32.96191581941558, + ], + [ + -105.35391224393207, + 32.51876815417542, + ], + [ + -104.85141559343487, + 32.52048702996787, + ], + [ + -104.8478263316456, + 32.00052710275274, + ], + [ + -104.91853478889414, + 32.00047338788423, + ], + [ + -105.99782580892634, + 32.002299693413704, + ], + [ + -106.37721078005173, + 32.00127911091194, + ], + [ + -106.37649292769387, + 32.95794091914555, + ], + [ + -106.34060030980122, + 33.052801376941204, + ], + [ + -106.34598420248511, + 33.39077532963103, + ], + [ + -105.7271954700157, + 33.39045304041995, + ], + [ + -105.72611869147892, + 33.3048315400087, + ], + [ + -105.31909640457619, + 33.30510011435127, + ], + [ + -105.31694284750263, + 33.132191952604835, + ], + ], + ], + "type": "Polygon", + }, + "id": "35035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48501 { + "geometry": { + "coordinates": [ + [ + [ + -102.59484670652351, + 33.38846559028494, + ], + [ + -102.59484670652351, + 32.958800357041774, + ], + [ + -103.06468107473839, + 32.959068931384344, + ], + [ + -103.056784698802, + 33.38841187541642, + ], + [ + -102.59484670652351, + 33.38846559028494, + ], + ], + ], + "type": "Polygon", + }, + "id": "48501", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48445 { + "geometry": { + "coordinates": [ + [ + [ + -102.07583945179569, + 33.38959360252373, + ], + [ + -102.07655730415354, + 32.95971350980651, + ], + [ + -102.20864213799852, + 32.958961501647316, + ], + [ + -102.59484670652351, + 32.958800357041774, + ], + [ + -102.59484670652351, + 33.38846559028494, + ], + [ + -102.07583945179569, + 33.38959360252373, + ], + ], + ], + "type": "Polygon", + }, + "id": "48445", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48159 { + "geometry": { + "coordinates": [ + [ + [ + -95.12559292306155, + 33.38943245791819, + ], + [ + -95.12595184924048, + 33.03459203651497, + ], + [ + -95.15215346030212, + 33.01348209318898, + ], + [ + -95.17368903103771, + 32.961862104547066, + ], + [ + -95.30900420049304, + 32.962506682969234, + ], + [ + -95.3086452743141, + 33.37509058802496, + ], + [ + -95.30649171724055, + 33.378044905793224, + ], + [ + -95.12559292306155, + 33.38943245791819, + ], + ], + ], + "type": "Polygon", + }, + "id": "48159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 05139 { + "geometry": { + "coordinates": [ + [ + [ + -92.56716711967294, + 33.36719450235341, + ], + [ + -92.4329287287544, + 33.27083002823937, + ], + [ + -92.3503757076013, + 33.298922904472164, + ], + [ + -92.22403369261914, + 33.25251325807611, + ], + [ + -92.13753248349784, + 33.16297057226333, + ], + [ + -92.06897758332286, + 33.0081643212061, + ], + [ + -92.72509463840063, + 33.01434153108521, + ], + [ + -92.98854645373274, + 33.01740327859051, + ], + [ + -92.9784965207228, + 33.377292897634035, + ], + [ + -92.56716711967294, + 33.36719450235341, + ], + ], + ], + "type": "Polygon", + }, + "id": "05139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48223 { + "geometry": { + "coordinates": [ + [ + [ + -95.3086452743141, + 33.37509058802496, + ], + [ + -95.30900420049304, + 32.962506682969234, + ], + [ + -95.66541789616711, + 32.960411803097195, + ], + [ + -95.8624683683978, + 32.97958801115668, + ], + [ + -95.86175051603995, + 33.21931746933448, + ], + [ + -95.75802085033017, + 33.29688173946863, + ], + [ + -95.6151682311174, + 33.3452251211312, + ], + [ + -95.3086452743141, + 33.37509058802496, + ], + ], + ], + "type": "Polygon", + }, + "id": "48223", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48343 { + "geometry": { + "coordinates": [ + [ + [ + -94.74692580429402, + 33.32889580110295, + ], + [ + -94.6521692930574, + 33.26884257810435, + ], + [ + -94.65396392395203, + 32.87951721111517, + ], + [ + -94.70600821989639, + 32.87919492190409, + ], + [ + -94.72000634087452, + 32.90449462497416, + ], + [ + -94.8197878186161, + 32.98291833300454, + ], + [ + -94.80866110706938, + 33.36364932103149, + ], + [ + -94.74692580429402, + 33.32889580110295, + ], + ], + ], + "type": "Polygon", + }, + "id": "48343", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28051 { + "geometry": { + "coordinates": [ + [ + [ + -90.17456521094842, + 33.333300420321095, + ], + [ + -89.74959661509936, + 33.21448313116822, + ], + [ + -89.82353540795823, + 33.113338033756435, + ], + [ + -89.89855097935389, + 32.93076119567749, + ], + [ + -89.966388027171, + 32.879570925983685, + ], + [ + -90.36407823342165, + 33.01058149028923, + ], + [ + -90.41827608643956, + 33.114680905469285, + ], + [ + -90.33033917260255, + 33.135092555504585, + ], + [ + -90.33141595113933, + 33.30284408987369, + ], + [ + -90.17456521094842, + 33.333300420321095, + ], + ], + ], + "type": "Polygon", + }, + "id": "28051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13255 { + "geometry": { + "coordinates": [ + [ + [ + -84.10261104204761, + 33.298117181444454, + ], + [ + -84.12378768660427, + 33.202827004700694, + ], + [ + -84.24797614451286, + 33.189022283492605, + ], + [ + -84.45148728796424, + 33.20884306997426, + ], + [ + -84.49671198650898, + 33.183973085852294, + ], + [ + -84.50245480537181, + 33.221143774863954, + ], + [ + -84.49742983886684, + 33.25745502597939, + ], + [ + -84.43318205283897, + 33.25648815834614, + ], + [ + -84.38831628047316, + 33.352584058117614, + ], + [ + -84.35421829347513, + 33.3525303432491, + ], + [ + -84.15070715002376, + 33.3356101596672, + ], + [ + -84.10261104204761, + 33.298117181444454, + ], + ], + ], + "type": "Polygon", + }, + "id": "13255", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45035 { + "geometry": { + "coordinates": [ + [ + [ + -80.36188240527487, + 33.25745502597939, + ], + [ + -80.32132374705617, + 33.152925891851226, + ], + [ + -80.14939810735035, + 33.02164675320311, + ], + [ + -80.07868965010181, + 32.92764573330368, + ], + [ + -80.1583712618235, + 32.818228546140745, + ], + [ + -80.4013642849568, + 32.85835355292067, + ], + [ + -80.3999285802411, + 33.05231794312458, + ], + [ + -80.58657019328291, + 33.05747457050192, + ], + [ + -80.79008133673427, + 33.18080390860997, + ], + [ + -80.50294039359302, + 33.33442843255989, + ], + [ + -80.48858334643596, + 33.277974105751724, + ], + [ + -80.36188240527487, + 33.25745502597939, + ], + ], + ], + "type": "Polygon", + }, + "id": "45035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28053 { + "geometry": { + "coordinates": [ + [ + [ + -90.45309192579543, + 33.329486664656606, + ], + [ + -90.41289219375567, + 33.2359690785738, + ], + [ + -90.33141595113933, + 33.30284408987369, + ], + [ + -90.33033917260255, + 33.135092555504585, + ], + [ + -90.41827608643956, + 33.114680905469285, + ], + [ + -90.36407823342165, + 33.01058149028923, + ], + [ + -90.44914373782724, + 33.00902375910233, + ], + [ + -90.45022051636403, + 32.923509688428105, + ], + [ + -90.6551673645311, + 32.92248910592634, + ], + [ + -90.65803877396252, + 33.09652527991157, + ], + [ + -90.70182776779156, + 33.09631042043751, + ], + [ + -90.71618481494862, + 33.270024305211656, + ], + [ + -90.55502696061059, + 33.27050773902828, + ], + [ + -90.55538588678951, + 33.32911066057701, + ], + [ + -90.45309192579543, + 33.329486664656606, + ], + ], + ], + "type": "Polygon", + }, + "id": "28053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13125 { + "geometry": { + "coordinates": [ + [ + [ + -82.43180967914441, + 33.2748049285094, + ], + [ + -82.66188135983634, + 33.126337031936814, + ], + [ + -82.73258981708489, + 33.17392840544018, + ], + [ + -82.74838256895765, + 33.238278817919905, + ], + [ + -82.7559200187151, + 33.25353384057787, + ], + [ + -82.55958739884227, + 33.327230640179025, + ], + [ + -82.43180967914441, + 33.2748049285094, + ], + ], + ], + "type": "Polygon", + }, + "id": "13125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13163 { + "geometry": { + "coordinates": [ + [ + [ + -82.3209014898561, + 33.30048063565907, + ], + [ + -82.26778041537497, + 33.26739227665447, + ], + [ + -82.23260564984017, + 33.23091988093349, + ], + [ + -82.2911106170052, + 33.062899772221826, + ], + [ + -82.27244645570102, + 32.93785155832133, + ], + [ + -82.31623544953005, + 32.83584702301332, + ], + [ + -82.4343221623969, + 32.7622576531492, + ], + [ + -82.52118229769714, + 32.82236459101632, + ], + [ + -82.55025531819018, + 33.01922958411998, + ], + [ + -82.66188135983634, + 33.126337031936814, + ], + [ + -82.43180967914441, + 33.2748049285094, + ], + [ + -82.38371357116826, + 33.312083047258085, + ], + [ + -82.35499947685413, + 33.31202933238957, + ], + [ + -82.35356377213843, + 33.31229790673214, + ], + [ + -82.3209014898561, + 33.30048063565907, + ], + ], + ], + "type": "Polygon", + }, + "id": "13163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48067 { + "geometry": { + "coordinates": [ + [ + [ + -94.043071567419, + 33.27115231745044, + ], + [ + -94.043071567419, + 33.01917586925146, + ], + [ + -94.043071567419, + 32.88107494230208, + ], + [ + -94.65396392395203, + 32.87951721111517, + ], + [ + -94.6521692930574, + 33.26884257810435, + ], + [ + -94.46516875383666, + 33.29263826485603, + ], + [ + -94.23581492550258, + 33.240803416740064, + ], + [ + -94.16546539443297, + 33.311814472915515, + ], + [ + -94.043071567419, + 33.27115231745044, + ], + ], + ], + "type": "Polygon", + }, + "id": "48067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13033 { + "geometry": { + "coordinates": [ + [ + [ + -81.852143900178, + 33.24746406043579, + ], + [ + -81.75702846276246, + 33.19810009627146, + ], + [ + -81.74446604650004, + 33.14212920327992, + ], + [ + -81.61417584354969, + 33.095289837935745, + ], + [ + -81.54167275540652, + 33.045657299428846, + ], + [ + -81.76779624813025, + 32.90938267800893, + ], + [ + -81.85788671904082, + 32.95385858913849, + ], + [ + -82.07970309761745, + 32.9169564744694, + ], + [ + -82.14502766218209, + 32.812642199815286, + ], + [ + -82.31623544953005, + 32.83584702301332, + ], + [ + -82.27244645570102, + 32.93785155832133, + ], + [ + -82.2911106170052, + 33.062899772221826, + ], + [ + -82.23260564984017, + 33.23091988093349, + ], + [ + -82.26778041537497, + 33.26739227665447, + ], + [ + -82.17445960885406, + 33.29672059486309, + ], + [ + -82.09226551387988, + 33.23032901737984, + ], + [ + -81.852143900178, + 33.24746406043579, + ], + ], + ], + "type": "Polygon", + }, + "id": "13033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28103 { + "geometry": { + "coordinates": [ + [ + [ + -88.30455981874098, + 33.2882873605064, + ], + [ + -88.34045243663364, + 32.99119042275569, + ], + [ + -88.34798988639109, + 32.929096034753556, + ], + [ + -88.812799288101, + 32.92592685751123, + ], + [ + -88.81315821427994, + 33.28640734010841, + ], + [ + -88.66922881653038, + 33.28689077392504, + ], + [ + -88.30455981874098, + 33.2882873605064, + ], + ], + ], + "type": "Polygon", + }, + "id": "28103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28159 { + "geometry": { + "coordinates": [ + [ + [ + -88.81315821427994, + 33.28640734010841, + ], + [ + -88.812799288101, + 32.92592685751123, + ], + [ + -88.91437539673723, + 32.92651772106488, + ], + [ + -89.3192441265664, + 32.93167434844223, + ], + [ + -89.31816734802962, + 33.10887969966978, + ], + [ + -89.21443768231984, + 33.10941684835492, + ], + [ + -89.21336090378306, + 33.197509232717806, + ], + [ + -89.10891338571543, + 33.19799266653443, + ], + [ + -89.08809566733768, + 33.2859776211603, + ], + [ + -88.81315821427994, + 33.28640734010841, + ], + ], + ], + "type": "Polygon", + }, + "id": "28159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28007 { + "geometry": { + "coordinates": [ + [ + [ + -89.31816734802962, + 33.10887969966978, + ], + [ + -89.3192441265664, + 32.93167434844223, + ], + [ + -89.72554856111128, + 32.929901757781266, + ], + [ + -89.72985567525839, + 32.88478126822954, + ], + [ + -89.966388027171, + 32.879570925983685, + ], + [ + -89.89855097935389, + 32.93076119567749, + ], + [ + -89.82353540795823, + 33.113338033756435, + ], + [ + -89.74959661509936, + 33.21448313116822, + ], + [ + -89.64550802321065, + 33.28544047247516, + ], + [ + -89.45384144366386, + 33.285923906291785, + ], + [ + -89.31637271713498, + 33.28554790221219, + ], + [ + -89.31816734802962, + 33.10887969966978, + ], + ], + ], + "type": "Polygon", + }, + "id": "28007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01007 { + "geometry": { + "coordinates": [ + [ + [ + -86.8810585931182, + 33.04984705917293, + ], + [ + -86.87603362661322, + 32.836276741961434, + ], + [ + -87.01924517200493, + 32.83702875012063, + ], + [ + -87.31930745758754, + 32.83149611866369, + ], + [ + -87.42124249240268, + 32.87446801347486, + ], + [ + -87.42196034476054, + 33.00338369790836, + ], + [ + -87.31858960522969, + 33.00612315620258, + ], + [ + -87.28197913497918, + 33.13305139050106, + ], + [ + -87.06626450144431, + 33.246873196882134, + ], + [ + -87.02714154794131, + 33.24638976306551, + ], + [ + -87.02570584322561, + 33.16576374542606, + ], + [ + -86.8810585931182, + 33.04984705917293, + ], + ], + ], + "type": "Polygon", + }, + "id": "01007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13303 { + "geometry": { + "coordinates": [ + [ + [ + -82.74838256895765, + 33.238278817919905, + ], + [ + -82.73258981708489, + 33.17392840544018, + ], + [ + -82.66188135983634, + 33.126337031936814, + ], + [ + -82.55025531819018, + 33.01922958411998, + ], + [ + -82.52118229769714, + 32.82236459101632, + ], + [ + -82.76848243497754, + 32.769133156318986, + ], + [ + -82.80258042197556, + 32.80968788204702, + ], + [ + -82.94686874590404, + 32.759410765117956, + ], + [ + -83.07356968706513, + 32.94655336702059, + ], + [ + -83.05203411632954, + 33.08062567883143, + ], + [ + -82.88872270491794, + 33.138584021957996, + ], + [ + -82.74838256895765, + 33.238278817919905, + ], + ], + ], + "type": "Polygon", + }, + "id": "13303", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13199 { + "geometry": { + "coordinates": [ + [ + [ + -84.50245480537181, + 33.221143774863954, + ], + [ + -84.49671198650898, + 33.183973085852294, + ], + [ + -84.52686178553881, + 32.97056391324633, + ], + [ + -84.50712084569786, + 32.881826950461274, + ], + [ + -84.70058205613927, + 32.844656261449614, + ], + [ + -84.86173991047731, + 32.87248056333984, + ], + [ + -84.86245776283516, + 33.19106344849614, + ], + [ + -84.85240782982521, + 33.223507229078564, + ], + [ + -84.50245480537181, + 33.221143774863954, + ], + ], + ], + "type": "Polygon", + }, + "id": "13199", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13285 { + "geometry": { + "coordinates": [ + [ + [ + -84.86245776283516, + 33.19106344849614, + ], + [ + -84.86173991047731, + 32.87248056333984, + ], + [ + -85.18405561915337, + 32.87043939833631, + ], + [ + -85.23251065330845, + 33.10807397664207, + ], + [ + -85.23645884127664, + 33.129559924047655, + ], + [ + -84.93890903894652, + 33.22468895618587, + ], + [ + -84.86245776283516, + 33.19106344849614, + ], + ], + ], + "type": "Polygon", + }, + "id": "13285", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35017 { + "geometry": { + "coordinates": [ + [ + [ + -108.0006338873366, + 33.20153784785636, + ], + [ + -107.87572757707017, + 33.202558430358124, + ], + [ + -107.83839925446179, + 32.97384052022568, + ], + [ + -107.78061213965462, + 32.95278429176821, + ], + [ + -107.72138932013173, + 32.7780498244923, + ], + [ + -107.73682314582558, + 32.62947449818269, + ], + [ + -107.60832757376987, + 32.60535652221992, + ], + [ + -107.9234647588674, + 32.604335939718155, + ], + [ + -107.9234647588674, + 32.51721042298851, + ], + [ + -108.22926986331284, + 32.51694184864594, + ], + [ + -108.22998771567069, + 32.079971393284886, + ], + [ + -108.21706637322933, + 31.864091336727284, + ], + [ + -108.5246661085694, + 31.863715332647686, + ], + [ + -108.53794637718968, + 32.079810248679344, + ], + [ + -108.53722852483183, + 32.51667327430337, + ], + [ + -108.64705993558336, + 32.516834418908914, + ], + [ + -108.6463420832255, + 32.603530216690444, + ], + [ + -108.85308356228721, + 32.60358393155896, + ], + [ + -108.85487819318185, + 32.777190386596075, + ], + [ + -109.04726262508649, + 32.77751267580716, + ], + [ + -109.04726262508649, + 33.208950499711285, + ], + [ + -108.0006338873366, + 33.20153784785636, + ], + ], + ], + "type": "Polygon", + }, + "id": "35017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13231 { + "geometry": { + "coordinates": [ + [ + [ + -84.24797614451286, + 33.189022283492605, + ], + [ + -84.27022956760632, + 32.99102927815015, + ], + [ + -84.52686178553881, + 32.97056391324633, + ], + [ + -84.49671198650898, + 33.183973085852294, + ], + [ + -84.45148728796424, + 33.20884306997426, + ], + [ + -84.24797614451286, + 33.189022283492605, + ], + ], + ], + "type": "Polygon", + }, + "id": "13231", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13171 { + "geometry": { + "coordinates": [ + [ + [ + -84.04159359163009, + 33.20261214522664, + ], + [ + -84.04410607488258, + 32.94789623873344, + ], + [ + -84.12342876042534, + 32.932104067390334, + ], + [ + -84.12271090806749, + 32.98957897670027, + ], + [ + -84.27022956760632, + 32.99102927815015, + ], + [ + -84.24797614451286, + 33.189022283492605, + ], + [ + -84.12378768660427, + 33.202827004700694, + ], + [ + -84.04159359163009, + 33.20261214522664, + ], + ], + ], + "type": "Polygon", + }, + "id": "13171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13207 { + "geometry": { + "coordinates": [ + [ + [ + -83.82228969630596, + 33.1801593301878, + ], + [ + -83.8161879512642, + 33.13176223365672, + ], + [ + -83.72107251384865, + 33.025084504788, + ], + [ + -83.7106636546598, + 32.95278429176821, + ], + [ + -83.89228030119664, + 32.84830887250856, + ], + [ + -84.1241466127832, + 32.84954431448438, + ], + [ + -84.12342876042534, + 32.932104067390334, + ], + [ + -84.04410607488258, + 32.94789623873344, + ], + [ + -84.04159359163009, + 33.20261214522664, + ], + [ + -83.82228969630596, + 33.1801593301878, + ], + ], + ], + "type": "Polygon", + }, + "id": "13207", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13009 { + "geometry": { + "coordinates": [ + [ + [ + -83.27420942108508, + 33.18724969283164, + ], + [ + -83.0976177410532, + 33.15093844171621, + ], + [ + -83.05203411632954, + 33.08062567883143, + ], + [ + -83.07356968706513, + 32.94655336702059, + ], + [ + -83.14714955374507, + 33.0089163293653, + ], + [ + -83.35783922077496, + 32.92608800211677, + ], + [ + -83.42890660420242, + 33.18536967243365, + ], + [ + -83.27420942108508, + 33.18724969283164, + ], + ], + ], + "type": "Polygon", + }, + "id": "13009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13169 { + "geometry": { + "coordinates": [ + [ + [ + -83.42890660420242, + 33.18536967243365, + ], + [ + -83.35783922077496, + 32.92608800211677, + ], + [ + -83.40701210728791, + 32.89820998535803, + ], + [ + -83.5136131824291, + 32.84487112092367, + ], + [ + -83.65826043253651, + 32.88778930086632, + ], + [ + -83.7106636546598, + 32.95278429176821, + ], + [ + -83.72107251384865, + 33.025084504788, + ], + [ + -83.8161879512642, + 33.13176223365672, + ], + [ + -83.5459165385325, + 33.171887240436654, + ], + [ + -83.42890660420242, + 33.18536967243365, + ], + ], + ], + "type": "Polygon", + }, + "id": "13169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45029 { + "geometry": { + "coordinates": [ + [ + [ + -80.79008133673427, + 33.18080390860997, + ], + [ + -80.58657019328291, + 33.05747457050192, + ], + [ + -80.3999285802411, + 33.05231794312458, + ], + [ + -80.4013642849568, + 32.85835355292067, + ], + [ + -80.4473068358594, + 32.72814871164283, + ], + [ + -80.41966952008205, + 32.60428222484964, + ], + [ + -80.41213207032459, + 32.50764917639303, + ], + [ + -80.57472562937834, + 32.565285230308504, + ], + [ + -80.71721932241218, + 32.678140169056334, + ], + [ + -80.82633288080586, + 32.704299310022634, + ], + [ + -80.90027167366473, + 32.83262413090249, + ], + [ + -81.08260617255944, + 33.02642737650085, + ], + [ + -80.79797771267066, + 33.176936438076964, + ], + [ + -80.79008133673427, + 33.18080390860997, + ], + ], + ], + "type": "Polygon", + }, + "id": "45029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45005 { + "geometry": { + "coordinates": [ + [ + [ + -81.1927965094899, + 33.11854837600229, + ], + [ + -81.08260617255944, + 33.02642737650085, + ], + [ + -81.21971597290938, + 32.95332144045335, + ], + [ + -81.26171033584379, + 32.83901620025564, + ], + [ + -81.4049218812355, + 32.744961465487705, + ], + [ + -81.50147302336674, + 32.93409151752535, + ], + [ + -81.51008725166098, + 33.01015177134112, + ], + [ + -81.54167275540652, + 33.045657299428846, + ], + [ + -81.61417584354969, + 33.095289837935745, + ], + [ + -81.54203168158544, + 33.15818994896559, + ], + [ + -81.3643632230168, + 33.10807397664207, + ], + [ + -81.1927965094899, + 33.11854837600229, + ], + ], + ], + "type": "Polygon", + }, + "id": "45005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01063 { + "geometry": { + "coordinates": [ + [ + [ + -87.71556195912248, + 33.00676773462474, + ], + [ + -87.83149511491575, + 32.8650141966164, + ], + [ + -87.78770612108671, + 32.65429076743614, + ], + [ + -87.73709752985808, + 32.590262644167495, + ], + [ + -87.81247202743265, + 32.524569359974926, + ], + [ + -87.85338961183028, + 32.53208944156688, + ], + [ + -87.91943202875277, + 32.629850502262286, + ], + [ + -88.0536704196713, + 32.59284095785617, + ], + [ + -88.07592384276475, + 32.77439721343335, + ], + [ + -88.2076497504308, + 32.92361711816513, + ], + [ + -88.17175713253815, + 32.995863616316406, + ], + [ + -87.83759685995751, + 33.15362418514191, + ], + [ + -87.83257189345254, + 33.017242133984965, + ], + [ + -87.71556195912248, + 33.00676773462474, + ], + ], + ], + "type": "Polygon", + }, + "id": "01063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01017 { + "geometry": { + "coordinates": [ + [ + [ + -85.23251065330845, + 33.10807397664207, + ], + [ + -85.18405561915337, + 32.87043939833631, + ], + [ + -85.13524165881935, + 32.74646548180609, + ], + [ + -85.59323146312965, + 32.72852471572243, + ], + [ + -85.59323146312965, + 33.10732196848287, + ], + [ + -85.23251065330845, + 33.10807397664207, + ], + ], + ], + "type": "Polygon", + }, + "id": "01017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01123 { + "geometry": { + "coordinates": [ + [ + [ + -85.59323146312965, + 33.10732196848287, + ], + [ + -85.59323146312965, + 32.72852471572243, + ], + [ + -85.69660220266051, + 32.697423806852846, + ], + [ + -85.69588435030266, + 32.59590270536147, + ], + [ + -85.79853723747566, + 32.580969971914584, + ], + [ + -85.79710153275995, + 32.49422045926454, + ], + [ + -85.88611522513374, + 32.49298501728872, + ], + [ + -85.8922169701755, + 32.7545764269517, + ], + [ + -86.007073347432, + 32.75500614589981, + ], + [ + -86.00922690450555, + 33.090240640295434, + ], + [ + -85.65353106118933, + 33.10662367519219, + ], + [ + -85.59323146312965, + 33.10732196848287, + ], + ], + ], + "type": "Polygon", + }, + "id": "01123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01037 { + "geometry": { + "coordinates": [ + [ + [ + -86.00922690450555, + 33.090240640295434, + ], + [ + -86.007073347432, + 32.75500614589981, + ], + [ + -86.37497268083173, + 32.753555844449934, + ], + [ + -86.45788462816377, + 32.81532794324099, + ], + [ + -86.51710744768666, + 33.02073360043837, + ], + [ + -86.49090583662502, + 33.10291734926473, + ], + [ + -86.17433294681177, + 33.10442136558312, + ], + [ + -86.00922690450555, + 33.090240640295434, + ], + ], + ], + "type": "Polygon", + }, + "id": "01037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28125 { + "geometry": { + "coordinates": [ + [ + [ + -90.70182776779156, + 33.09631042043751, + ], + [ + -90.65803877396252, + 33.09652527991157, + ], + [ + -90.6551673645311, + 32.92248910592634, + ], + [ + -90.75997380877766, + 32.835739593276294, + ], + [ + -90.69680280128658, + 32.81736910824452, + ], + [ + -90.72300441234822, + 32.66213313823918, + ], + [ + -90.96492065694473, + 32.662777716661346, + ], + [ + -90.96384387840796, + 32.83804933262239, + ], + [ + -90.91431206571609, + 33.007680887389476, + ], + [ + -90.91431206571609, + 33.09738471780779, + ], + [ + -90.70182776779156, + 33.09631042043751, + ], + ], + ], + "type": "Polygon", + }, + "id": "28125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48063 { + "geometry": { + "coordinates": [ + [ + [ + -94.8197878186161, + 32.98291833300454, + ], + [ + -94.72000634087452, + 32.90449462497416, + ], + [ + -95.15215346030212, + 32.90245345997063, + ], + [ + -95.15215346030212, + 33.01348209318898, + ], + [ + -95.12595184924048, + 33.03459203651497, + ], + [ + -94.92459426286267, + 33.06751925091403, + ], + [ + -94.8197878186161, + 32.98291833300454, + ], + ], + ], + "type": "Polygon", + }, + "id": "48063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01021 { + "geometry": { + "coordinates": [ + [ + [ + -86.51710744768666, + 33.02073360043837, + ], + [ + -86.45788462816377, + 32.81532794324099, + ], + [ + -86.37497268083173, + 32.753555844449934, + ], + [ + -86.41301885579794, + 32.70736105752793, + ], + [ + -86.71415791991734, + 32.705695896604, + ], + [ + -86.71487577227519, + 32.661703419291065, + ], + [ + -86.91695121101085, + 32.66412058837419, + ], + [ + -87.01780946728923, + 32.66326115047797, + ], + [ + -87.01780946728923, + 32.72911557927608, + ], + [ + -87.01924517200493, + 32.83702875012063, + ], + [ + -86.87603362661322, + 32.836276741961434, + ], + [ + -86.8810585931182, + 33.04984705917293, + ], + [ + -86.88177644547605, + 33.07187015526366, + ], + [ + -86.61042825420756, + 33.06988270512864, + ], + [ + -86.51710744768666, + 33.02073360043837, + ], + ], + ], + "type": "Polygon", + }, + "id": "01021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35013 { + "geometry": { + "coordinates": [ + [ + [ + -106.37721078005173, + 32.00127911091194, + ], + [ + -106.61840917229038, + 32.00041967301571, + ], + [ + -106.63599655505779, + 31.866132501730814, + ], + [ + -106.52795977520088, + 31.783895038035944, + ], + [ + -107.2967796504616, + 31.783626463693373, + ], + [ + -107.29965105989301, + 32.60551766682546, + ], + [ + -107.29893320753516, + 32.780252134101374, + ], + [ + -106.8876038064853, + 32.77928526646812, + ], + [ + -106.88796273266423, + 32.82284802483294, + ], + [ + -106.34060030980122, + 33.052801376941204, + ], + [ + -106.37649292769387, + 32.95794091914555, + ], + [ + -106.37721078005173, + 32.00127911091194, + ], + ], + ], + "type": "Polygon", + }, + "id": "35013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13251 { + "geometry": { + "coordinates": [ + [ + [ + -81.51008725166098, + 33.01015177134112, + ], + [ + -81.50147302336674, + 32.93409151752535, + ], + [ + -81.4049218812355, + 32.744961465487705, + ], + [ + -81.38912912936273, + 32.59541927154484, + ], + [ + -81.54777450044827, + 32.48922497649274, + ], + [ + -81.76133557690957, + 32.600629613790694, + ], + [ + -81.84101718863128, + 32.6491341400588, + ], + [ + -81.8643473902615, + 32.68947400631278, + ], + [ + -81.76779624813025, + 32.90938267800893, + ], + [ + -81.54167275540652, + 33.045657299428846, + ], + [ + -81.51008725166098, + 33.01015177134112, + ], + ], + ], + "type": "Polygon", + }, + "id": "13251", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45049 { + "geometry": { + "coordinates": [ + [ + [ + -80.82633288080586, + 32.704299310022634, + ], + [ + -80.86976294845597, + 32.66095141113187, + ], + [ + -80.90206630455937, + 32.62200813145925, + ], + [ + -81.01476912474232, + 32.753018695764794, + ], + [ + -81.28109234950583, + 32.55636856213519, + ], + [ + -81.38912912936273, + 32.59541927154484, + ], + [ + -81.4049218812355, + 32.744961465487705, + ], + [ + -81.26171033584379, + 32.83901620025564, + ], + [ + -81.21971597290938, + 32.95332144045335, + ], + [ + -81.08260617255944, + 33.02642737650085, + ], + [ + -80.90027167366473, + 32.83262413090249, + ], + [ + -80.82633288080586, + 32.704299310022634, + ], + ], + ], + "type": "Polygon", + }, + "id": "45049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28163 { + "geometry": { + "coordinates": [ + [ + [ + -89.966388027171, + 32.879570925983685, + ], + [ + -90.04929997450304, + 32.735507648629245, + ], + [ + -90.24922185616515, + 32.66229428284472, + ], + [ + -90.45022051636403, + 32.574201898481824, + ], + [ + -90.5539501820738, + 32.507541746656, + ], + [ + -90.72013300291681, + 32.618838954216926, + ], + [ + -90.72300441234822, + 32.66213313823918, + ], + [ + -90.69680280128658, + 32.81736910824452, + ], + [ + -90.75997380877766, + 32.835739593276294, + ], + [ + -90.6551673645311, + 32.92248910592634, + ], + [ + -90.45022051636403, + 32.923509688428105, + ], + [ + -90.44914373782724, + 33.00902375910233, + ], + [ + -90.36407823342165, + 33.01058149028923, + ], + [ + -89.966388027171, + 32.879570925983685, + ], + ], + ], + "type": "Polygon", + }, + "id": "28163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22017 { + "geometry": { + "coordinates": [ + [ + [ + -93.47130216438899, + 32.23719481342525, + ], + [ + -93.61487263595961, + 32.23751710263633, + ], + [ + -93.66835263661967, + 32.318787698697946, + ], + [ + -93.78392686623403, + 32.34263710031814, + ], + [ + -93.95154539179273, + 32.195565790326924, + ], + [ + -94.04271264124009, + 32.195995509275036, + ], + [ + -94.043071567419, + 32.39221592395653, + ], + [ + -94.043071567419, + 32.693019187634704, + ], + [ + -94.043071567419, + 32.88107494230208, + ], + [ + -94.043071567419, + 33.01917586925146, + ], + [ + -93.81515344380064, + 33.019337013857005, + ], + [ + -93.84135505486228, + 32.946069933203965, + ], + [ + -93.78500364477081, + 32.85733297041891, + ], + [ + -93.78572149712866, + 32.64440723162957, + ], + [ + -93.61523156213853, + 32.34833087638063, + ], + [ + -93.47130216438899, + 32.23719481342525, + ], + ], + ], + "type": "Polygon", + }, + "id": "22017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22015 { + "geometry": { + "coordinates": [ + [ + [ + -93.52119290325977, + 33.0185312908293, + ], + [ + -93.45156122454802, + 32.85545295002092, + ], + [ + -93.44115236535914, + 32.410425264382766, + ], + [ + -93.37259746518417, + 32.410156690040196, + ], + [ + -93.42858994909672, + 32.23590565658091, + ], + [ + -93.47130216438899, + 32.23719481342525, + ], + [ + -93.61523156213853, + 32.34833087638063, + ], + [ + -93.78572149712866, + 32.64440723162957, + ], + [ + -93.78500364477081, + 32.85733297041891, + ], + [ + -93.84135505486228, + 32.946069933203965, + ], + [ + -93.81515344380064, + 33.019337013857005, + ], + [ + -93.80474458461177, + 33.01928329898849, + ], + [ + -93.52119290325977, + 33.0185312908293, + ], + ], + ], + "type": "Polygon", + }, + "id": "22015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22119 { + "geometry": { + "coordinates": [ + [ + [ + -93.17877732856383, + 32.58483744244759, + ], + [ + -93.14683289863936, + 32.455116034986375, + ], + [ + -93.23656444337101, + 32.41004926030317, + ], + [ + -93.37259746518417, + 32.410156690040196, + ], + [ + -93.44115236535914, + 32.410425264382766, + ], + [ + -93.45156122454802, + 32.85545295002092, + ], + [ + -93.52119290325977, + 33.0185312908293, + ], + [ + -93.49068417805101, + 33.01842386109227, + ], + [ + -93.23871800044456, + 33.01794042727565, + ], + [ + -93.23728229572886, + 32.71681487438639, + ], + [ + -93.18667370450021, + 32.71676115951787, + ], + [ + -93.17877732856383, + 32.58483744244759, + ], + ], + ], + "type": "Polygon", + }, + "id": "22119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22027 { + "geometry": { + "coordinates": [ + [ + [ + -92.72545356457957, + 32.759518194854984, + ], + [ + -92.8284653779315, + 32.75876618669579, + ], + [ + -92.88086860005477, + 32.584944872184614, + ], + [ + -93.17877732856383, + 32.58483744244759, + ], + [ + -93.18667370450021, + 32.71676115951787, + ], + [ + -93.23728229572886, + 32.71681487438639, + ], + [ + -93.23871800044456, + 33.01794042727565, + ], + [ + -92.98854645373274, + 33.01740327859051, + ], + [ + -92.72509463840063, + 33.01434153108521, + ], + [ + -92.72545356457957, + 32.759518194854984, + ], + ], + ], + "type": "Polygon", + }, + "id": "22027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22111 { + "geometry": { + "coordinates": [ + [ + [ + -92.06502939535467, + 32.72299208426549, + ], + [ + -92.27141194823746, + 32.581238546257154, + ], + [ + -92.41498241980808, + 32.582849992312575, + ], + [ + -92.41498241980808, + 32.67002922391073, + ], + [ + -92.51907101169678, + 32.72036005570831, + ], + [ + -92.72545356457957, + 32.759518194854984, + ], + [ + -92.72509463840063, + 33.01434153108521, + ], + [ + -92.06897758332286, + 33.0081643212061, + ], + [ + -92.06502939535467, + 32.72299208426549, + ], + ], + ], + "type": "Polygon", + }, + "id": "22111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48499 { + "geometry": { + "coordinates": [ + [ + [ + -95.15215346030212, + 32.90245345997063, + ], + [ + -95.1532302388389, + 32.570119568474766, + ], + [ + -95.4450372223062, + 32.612446884863765, + ], + [ + -95.59470943891858, + 32.687056837229655, + ], + [ + -95.63526809713728, + 32.7203063408398, + ], + [ + -95.66541789616711, + 32.960411803097195, + ], + [ + -95.30900420049304, + 32.962506682969234, + ], + [ + -95.17368903103771, + 32.961862104547066, + ], + [ + -95.15215346030212, + 33.01348209318898, + ], + [ + -95.15215346030212, + 32.90245345997063, + ], + ], + ], + "type": "Polygon", + }, + "id": "48499", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28055 { + "geometry": { + "coordinates": [ + [ + [ + -90.91431206571609, + 33.007680887389476, + ], + [ + -90.96384387840796, + 32.83804933262239, + ], + [ + -90.96492065694473, + 32.662777716661346, + ], + [ + -90.72300441234822, + 32.66213313823918, + ], + [ + -90.72013300291681, + 32.618838954216926, + ], + [ + -90.73018293592675, + 32.565714949256616, + ], + [ + -90.8604731388771, + 32.57516876611508, + ], + [ + -90.86119099123495, + 32.44206332193748, + ], + [ + -90.95128146214552, + 32.44431934641507, + ], + [ + -90.96420280458688, + 32.57559848506319, + ], + [ + -91.04352549012965, + 32.57624306348536, + ], + [ + -91.15012656527084, + 32.64494438031471, + ], + [ + -91.05752361110778, + 32.72121949360453, + ], + [ + -91.13899985372412, + 32.734970499944104, + ], + [ + -91.1415123369766, + 32.835095014854126, + ], + [ + -91.07475206769627, + 32.885264702046165, + ], + [ + -91.09700549078971, + 32.98635608458943, + ], + [ + -91.17740495486926, + 32.900251150361555, + ], + [ + -91.16627824332254, + 33.004081991199044, + ], + [ + -91.16627824332254, + 33.01127978357991, + ], + [ + -90.91431206571609, + 33.007680887389476, + ], + ], + ], + "type": "Polygon", + }, + "id": "28055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13319 { + "geometry": { + "coordinates": [ + [ + [ + -83.07356968706513, + 32.94655336702059, + ], + [ + -82.94686874590404, + 32.759410765117956, + ], + [ + -82.95727760509291, + 32.708327925161186, + ], + [ + -83.22647223928784, + 32.584192864025425, + ], + [ + -83.40701210728791, + 32.89820998535803, + ], + [ + -83.35783922077496, + 32.92608800211677, + ], + [ + -83.14714955374507, + 33.0089163293653, + ], + [ + -83.07356968706513, + 32.94655336702059, + ], + ], + ], + "type": "Polygon", + }, + "id": "13319", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22067 { + "geometry": { + "coordinates": [ + [ + [ + -91.4602387838634, + 33.00590829672852, + ], + [ + -91.43619072987532, + 33.00606944133406, + ], + [ + -91.49469569704036, + 32.8907973335031, + ], + [ + -91.60524496014973, + 32.78218586936788, + ], + [ + -91.63754831625313, + 32.66734348048503, + ], + [ + -91.7696331500981, + 32.554166252526116, + ], + [ + -91.91320362166873, + 32.50587658573207, + ], + [ + -91.92253570232083, + 32.667558339959086, + ], + [ + -92.06502939535467, + 32.72299208426549, + ], + [ + -92.06897758332286, + 33.0081643212061, + ], + [ + -91.4602387838634, + 33.00590829672852, + ], + ], + ], + "type": "Polygon", + }, + "id": "22067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01065 { + "geometry": { + "coordinates": [ + [ + [ + -87.42196034476054, + 33.00338369790836, + ], + [ + -87.42124249240268, + 32.87446801347486, + ], + [ + -87.47256893598919, + 32.83063668076747, + ], + [ + -87.47400464070489, + 32.655848498623044, + ], + [ + -87.5253310842914, + 32.6556873540175, + ], + [ + -87.52461323193354, + 32.48202718411187, + ], + [ + -87.72884222774276, + 32.48089917187308, + ], + [ + -87.81247202743265, + 32.524569359974926, + ], + [ + -87.73709752985808, + 32.590262644167495, + ], + [ + -87.78770612108671, + 32.65429076743614, + ], + [ + -87.83149511491575, + 32.8650141966164, + ], + [ + -87.71556195912248, + 33.00676773462474, + ], + [ + -87.42196034476054, + 33.00338369790836, + ], + ], + ], + "type": "Polygon", + }, + "id": "01065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22123 { + "geometry": { + "coordinates": [ + [ + [ + -91.26354723781164, + 33.005048858832296, + ], + [ + -91.34107529245978, + 32.86007242871312, + ], + [ + -91.34358777571227, + 32.74909751036328, + ], + [ + -91.44516388434849, + 32.581936839547836, + ], + [ + -91.59591287949765, + 32.58220541389041, + ], + [ + -91.63754831625313, + 32.66734348048503, + ], + [ + -91.60524496014973, + 32.78218586936788, + ], + [ + -91.49469569704036, + 32.8907973335031, + ], + [ + -91.43619072987532, + 33.00606944133406, + ], + [ + -91.26354723781164, + 33.005048858832296, + ], + ], + ], + "type": "Polygon", + }, + "id": "22123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48363 { + "geometry": { + "coordinates": [ + [ + [ + -98.056225173997, + 33.00332998303985, + ], + [ + -98.06699295936481, + 32.558839446086836, + ], + [ + -98.06842866408051, + 32.51162407666306, + ], + [ + -98.47545095098324, + 32.513020663244426, + ], + [ + -98.57630920726162, + 32.51511554311647, + ], + [ + -98.57559135490376, + 32.95434202295512, + ], + [ + -98.42735484300708, + 32.952300857951585, + ], + [ + -98.42663699064923, + 33.00789574686353, + ], + [ + -98.056225173997, + 33.00332998303985, + ], + ], + ], + "type": "Polygon", + }, + "id": "48363", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22035 { + "geometry": { + "coordinates": [ + [ + [ + -91.04352549012965, + 32.57624306348536, + ], + [ + -91.07080387972808, + 32.56222348280321, + ], + [ + -91.13361596104022, + 32.53789064736639, + ], + [ + -91.45772630061091, + 32.53778321762936, + ], + [ + -91.44516388434849, + 32.581936839547836, + ], + [ + -91.34358777571227, + 32.74909751036328, + ], + [ + -91.34107529245978, + 32.86007242871312, + ], + [ + -91.26354723781164, + 33.005048858832296, + ], + [ + -91.16627824332254, + 33.004081991199044, + ], + [ + -91.17740495486926, + 32.900251150361555, + ], + [ + -91.09700549078971, + 32.98635608458943, + ], + [ + -91.07475206769627, + 32.885264702046165, + ], + [ + -91.1415123369766, + 32.835095014854126, + ], + [ + -91.13899985372412, + 32.734970499944104, + ], + [ + -91.05752361110778, + 32.72121949360453, + ], + [ + -91.15012656527084, + 32.64494438031471, + ], + [ + -91.04352549012965, + 32.57624306348536, + ], + ], + ], + "type": "Polygon", + }, + "id": "22035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48367 { + "geometry": { + "coordinates": [ + [ + [ + -97.5440375166688, + 32.99409102565544, + ], + [ + -97.55049818788947, + 32.55540169450194, + ], + [ + -97.61725845716981, + 32.55545540937045, + ], + [ + -98.06699295936481, + 32.558839446086836, + ], + [ + -98.056225173997, + 33.00332998303985, + ], + [ + -97.92162785689955, + 33.001288818036315, + ], + [ + -97.5440375166688, + 32.99409102565544, + ], + ], + ], + "type": "Polygon", + }, + "id": "48367", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13293 { + "geometry": { + "coordinates": [ + [ + [ + -84.27022956760632, + 32.99102927815015, + ], + [ + -84.12271090806749, + 32.98957897670027, + ], + [ + -84.12342876042534, + 32.932104067390334, + ], + [ + -84.1241466127832, + 32.84954431448438, + ], + [ + -84.20275144596812, + 32.69011858473495, + ], + [ + -84.28709909801586, + 32.748775221152194, + ], + [ + -84.38185560925248, + 32.77992984489029, + ], + [ + -84.50712084569786, + 32.881826950461274, + ], + [ + -84.52686178553881, + 32.97056391324633, + ], + [ + -84.27022956760632, + 32.99102927815015, + ], + ], + ], + "type": "Polygon", + }, + "id": "13293", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01119 { + "geometry": { + "coordinates": [ + [ + [ + -87.85338961183028, + 32.53208944156688, + ], + [ + -88.03213484893571, + 32.43357637271228, + ], + [ + -88.04649189609277, + 32.376692326956, + ], + [ + -87.93055874029949, + 32.310569323815315, + ], + [ + -88.42156975307104, + 32.308689303417324, + ], + [ + -88.38890747078872, + 32.57806936901483, + ], + [ + -88.34798988639109, + 32.929096034753556, + ], + [ + -88.34045243663364, + 32.99119042275569, + ], + [ + -88.17175713253815, + 32.995863616316406, + ], + [ + -88.2076497504308, + 32.92361711816513, + ], + [ + -88.07592384276475, + 32.77439721343335, + ], + [ + -88.0536704196713, + 32.59284095785617, + ], + [ + -87.91943202875277, + 32.629850502262286, + ], + [ + -87.85338961183028, + 32.53208944156688, + ], + ], + ], + "type": "Polygon", + }, + "id": "01119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48439 { + "geometry": { + "coordinates": [ + [ + [ + -97.5440375166688, + 32.99409102565544, + ], + [ + -97.3983134880246, + 32.99016984025393, + ], + [ + -97.0322087855195, + 32.98463720879699, + ], + [ + -97.03831053056125, + 32.548579906200665, + ], + [ + -97.08676556471634, + 32.54943934409689, + ], + [ + -97.55049818788947, + 32.55540169450194, + ], + [ + -97.5440375166688, + 32.99409102565544, + ], + ], + ], + "type": "Polygon", + }, + "id": "48439", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48113 { + "geometry": { + "coordinates": [ + [ + [ + -96.8444903939409, + 32.987484096828226, + ], + [ + -96.51679079258095, + 32.98227375458237, + ], + [ + -96.5189443496545, + 32.813555352580025, + ], + [ + -96.53007106120123, + 32.5452495843528, + ], + [ + -97.03831053056125, + 32.548579906200665, + ], + [ + -97.0322087855195, + 32.98463720879699, + ], + [ + -96.8444903939409, + 32.987484096828226, + ], + ], + ], + "type": "Polygon", + }, + "id": "48113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48397 { + "geometry": { + "coordinates": [ + [ + [ + -96.29712797107788, + 32.98168289102872, + ], + [ + -96.2974868972568, + 32.84170194368134, + ], + [ + -96.2974868972568, + 32.81414621613368, + ], + [ + -96.5189443496545, + 32.813555352580025, + ], + [ + -96.51679079258095, + 32.98227375458237, + ], + [ + -96.29712797107788, + 32.98168289102872, + ], + ], + ], + "type": "Polygon", + }, + "id": "48397", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48379 { + "geometry": { + "coordinates": [ + [ + [ + -95.66541789616711, + 32.960411803097195, + ], + [ + -95.63526809713728, + 32.7203063408398, + ], + [ + -95.85062380449322, + 32.7707446023744, + ], + [ + -95.93425360418311, + 32.83718989472617, + ], + [ + -95.9866568263064, + 32.87339371610458, + ], + [ + -95.94538031572984, + 32.97985658549925, + ], + [ + -95.8624683683978, + 32.97958801115668, + ], + [ + -95.66541789616711, + 32.960411803097195, + ], + ], + ], + "type": "Polygon", + }, + "id": "48379", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48415 { + "geometry": { + "coordinates": [ + [ + [ + -100.65592748796217, + 32.96341983573397, + ], + [ + -100.66059352828822, + 32.52532136813412, + ], + [ + -101.17457581651107, + 32.52763110748022, + ], + [ + -101.17349903797428, + 32.963527265471, + ], + [ + -101.03854279469789, + 32.970241624035246, + ], + [ + -100.65592748796217, + 32.96341983573397, + ], + ], + ], + "type": "Polygon", + }, + "id": "48415", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35015 { + "geometry": { + "coordinates": [ + [ + [ + -103.814477862516, + 32.96513871152642, + ], + [ + -103.814477862516, + 32.522474480102886, + ], + [ + -103.72295168688973, + 32.5225281949714, + ], + [ + -103.72295168688973, + 32.00020481354166, + ], + [ + -103.98030175718007, + 32.00009738380463, + ], + [ + -104.02444967718804, + 32.000043668936115, + ], + [ + -104.8478263316456, + 32.00052710275274, + ], + [ + -104.85141559343487, + 32.52048702996787, + ], + [ + -104.84136566042493, + 32.96325869112843, + ], + [ + -103.814477862516, + 32.96513871152642, + ], + ], + ], + "type": "Polygon", + }, + "id": "35015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48151 { + "geometry": { + "coordinates": [ + [ + [ + -100.51917661379115, + 32.96288268704883, + ], + [ + -100.14409875681288, + 32.95998208414908, + ], + [ + -100.14661124006537, + 32.52279676931397, + ], + [ + -100.66059352828822, + 32.52532136813412, + ], + [ + -100.65592748796217, + 32.96341983573397, + ], + [ + -100.51917661379115, + 32.96288268704883, + ], + ], + ], + "type": "Polygon", + }, + "id": "48151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48033 { + "geometry": { + "coordinates": [ + [ + [ + -101.17349903797428, + 32.963527265471, + ], + [ + -101.17457581651107, + 32.52763110748022, + ], + [ + -101.17457581651107, + 32.5240859261583, + ], + [ + -101.68855810473391, + 32.525213938397094, + ], + [ + -101.69178844034425, + 32.96175467481004, + ], + [ + -101.55755004942571, + 32.96100266665085, + ], + [ + -101.17349903797428, + 32.963527265471, + ], + ], + ], + "type": "Polygon", + }, + "id": "48033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48115 { + "geometry": { + "coordinates": [ + [ + [ + -101.69178844034425, + 32.96175467481004, + ], + [ + -101.68855810473391, + 32.525213938397094, + ], + [ + -102.20254039295676, + 32.523226488262075, + ], + [ + -102.20864213799852, + 32.958961501647316, + ], + [ + -102.07655730415354, + 32.95971350980651, + ], + [ + -101.69178844034425, + 32.96175467481004, + ], + ], + ], + "type": "Polygon", + }, + "id": "48115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48165 { + "geometry": { + "coordinates": [ + [ + [ + -102.59484670652351, + 32.958800357041774, + ], + [ + -102.20864213799852, + 32.958961501647316, + ], + [ + -102.20254039295676, + 32.523226488262075, + ], + [ + -102.21151354742993, + 32.52317277339356, + ], + [ + -103.06468107473839, + 32.522205905760316, + ], + [ + -103.06468107473839, + 32.959068931384344, + ], + [ + -102.59484670652351, + 32.958800357041774, + ], + ], + ], + "type": "Polygon", + }, + "id": "48165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48253 { + "geometry": { + "coordinates": [ + [ + [ + -99.9890426475166, + 32.96008951388611, + ], + [ + -99.6121701596437, + 32.95692033664378, + ], + [ + -99.6121701596437, + 32.514632109299846, + ], + [ + -99.6297575424111, + 32.514632109299846, + ], + [ + -100.14661124006537, + 32.52279676931397, + ], + [ + -100.14409875681288, + 32.95998208414908, + ], + [ + -99.9890426475166, + 32.96008951388611, + ], + ], + ], + "type": "Polygon", + }, + "id": "48253", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48417 { + "geometry": { + "coordinates": [ + [ + [ + -99.09603431434729, + 32.9569740515123, + ], + [ + -99.09603431434729, + 32.514739539036874, + ], + [ + -99.11433954947255, + 32.51479325390539, + ], + [ + -99.6121701596437, + 32.514632109299846, + ], + [ + -99.6121701596437, + 32.95692033664378, + ], + [ + -99.47111217132556, + 32.9569740515123, + ], + [ + -99.09603431434729, + 32.9569740515123, + ], + ], + ], + "type": "Polygon", + }, + "id": "48417", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48429 { + "geometry": { + "coordinates": [ + [ + [ + -98.57559135490376, + 32.95434202295512, + ], + [ + -98.57630920726162, + 32.51511554311647, + ], + [ + -99.09603431434729, + 32.514739539036874, + ], + [ + -99.09603431434729, + 32.9569740515123, + ], + [ + -98.95102813806095, + 32.95686662177527, + ], + [ + -98.57559135490376, + 32.95434202295512, + ], + ], + ], + "type": "Polygon", + }, + "id": "48429", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13165 { + "geometry": { + "coordinates": [ + [ + [ + -81.76779624813025, + 32.90938267800893, + ], + [ + -81.8643473902615, + 32.68947400631278, + ], + [ + -81.84101718863128, + 32.6491341400588, + ], + [ + -82.00145719061146, + 32.60691425340683, + ], + [ + -82.08257450704886, + 32.66310000587243, + ], + [ + -82.14502766218209, + 32.812642199815286, + ], + [ + -82.07970309761745, + 32.9169564744694, + ], + [ + -81.85788671904082, + 32.95385858913849, + ], + [ + -81.76779624813025, + 32.90938267800893, + ], + ], + ], + "type": "Polygon", + }, + "id": "13165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13021 { + "geometry": { + "coordinates": [ + [ + [ + -83.5136131824291, + 32.84487112092367, + ], + [ + -83.5986786868347, + 32.71364569714406, + ], + [ + -83.59796083447685, + 32.66422801811122, + ], + [ + -83.7013315740077, + 32.692106034869965, + ], + [ + -83.82516110573737, + 32.74211457745646, + ], + [ + -83.89228030119664, + 32.84830887250856, + ], + [ + -83.7106636546598, + 32.95278429176821, + ], + [ + -83.65826043253651, + 32.88778930086632, + ], + [ + -83.5136131824291, + 32.84487112092367, + ], + ], + ], + "type": "Polygon", + }, + "id": "13021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28099 { + "geometry": { + "coordinates": [ + [ + [ + -88.91437539673723, + 32.92651772106488, + ], + [ + -88.91437539673723, + 32.57694135677604, + ], + [ + -89.31744949567177, + 32.57645792295941, + ], + [ + -89.3192441265664, + 32.93167434844223, + ], + [ + -88.91437539673723, + 32.92651772106488, + ], + ], + ], + "type": "Polygon", + }, + "id": "28099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28079 { + "geometry": { + "coordinates": [ + [ + [ + -89.3192441265664, + 32.93167434844223, + ], + [ + -89.31744949567177, + 32.57645792295941, + ], + [ + -89.32247446217674, + 32.5764042080909, + ], + [ + -89.73021460143732, + 32.5772099311186, + ], + [ + -89.73021460143732, + 32.63420140661192, + ], + [ + -89.72985567525839, + 32.88478126822954, + ], + [ + -89.72554856111128, + 32.929901757781266, + ], + [ + -89.3192441265664, + 32.93167434844223, + ], + ], + ], + "type": "Polygon", + }, + "id": "28079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28069 { + "geometry": { + "coordinates": [ + [ + [ + -88.34798988639109, + 32.929096034753556, + ], + [ + -88.38890747078872, + 32.57806936901483, + ], + [ + -88.91437539673723, + 32.57694135677604, + ], + [ + -88.91437539673723, + 32.92651772106488, + ], + [ + -88.812799288101, + 32.92592685751123, + ], + [ + -88.34798988639109, + 32.929096034753556, + ], + ], + ], + "type": "Polygon", + }, + "id": "28069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48459 { + "geometry": { + "coordinates": [ + [ + [ + -94.72000634087452, + 32.90449462497416, + ], + [ + -94.70600821989639, + 32.87919492190409, + ], + [ + -94.7020600319282, + 32.79308998767621, + ], + [ + -94.70170110574927, + 32.65246446190666, + ], + [ + -94.9870474179959, + 32.53735349868125, + ], + [ + -95.1532302388389, + 32.570119568474766, + ], + [ + -95.15215346030212, + 32.90245345997063, + ], + [ + -94.72000634087452, + 32.90449462497416, + ], + ], + ], + "type": "Polygon", + }, + "id": "48459", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13289 { + "geometry": { + "coordinates": [ + [ + [ + -83.22647223928784, + 32.584192864025425, + ], + [ + -83.49782043055633, + 32.45226914695514, + ], + [ + -83.54232727674322, + 32.620020681324235, + ], + [ + -83.59796083447685, + 32.66422801811122, + ], + [ + -83.5986786868347, + 32.71364569714406, + ], + [ + -83.5136131824291, + 32.84487112092367, + ], + [ + -83.40701210728791, + 32.89820998535803, + ], + [ + -83.22647223928784, + 32.584192864025425, + ], + ], + ], + "type": "Polygon", + }, + "id": "13289", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13263 { + "geometry": { + "coordinates": [ + [ + [ + -84.28709909801586, + 32.748775221152194, + ], + [ + -84.33806661542344, + 32.72062863005088, + ], + [ + -84.40877507267197, + 32.56190119359213, + ], + [ + -84.4443087643857, + 32.56206233819767, + ], + [ + -84.6374110486482, + 32.53488261472961, + ], + [ + -84.69448031109752, + 32.518714439306905, + ], + [ + -84.69448031109752, + 32.58397800455137, + ], + [ + -84.70058205613927, + 32.844656261449614, + ], + [ + -84.50712084569786, + 32.881826950461274, + ], + [ + -84.38185560925248, + 32.77992984489029, + ], + [ + -84.28709909801586, + 32.748775221152194, + ], + ], + ], + "type": "Polygon", + }, + "id": "13263", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48315 { + "geometry": { + "coordinates": [ + [ + [ + -94.043071567419, + 32.88107494230208, + ], + [ + -94.043071567419, + 32.693019187634704, + ], + [ + -94.14392982369738, + 32.741469999034294, + ], + [ + -94.17479747508506, + 32.694630633690124, + ], + [ + -94.28211640258411, + 32.74872150628368, + ], + [ + -94.3847692897571, + 32.693019187634704, + ], + [ + -94.50716311677107, + 32.693717480925386, + ], + [ + -94.7020600319282, + 32.79308998767621, + ], + [ + -94.70600821989639, + 32.87919492190409, + ], + [ + -94.65396392395203, + 32.87951721111517, + ], + [ + -94.043071567419, + 32.88107494230208, + ], + ], + ], + "type": "Polygon", + }, + "id": "48315", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28089 { + "geometry": { + "coordinates": [ + [ + [ + -89.72985567525839, + 32.88478126822954, + ], + [ + -89.73021460143732, + 32.63420140661192, + ], + [ + -89.78441245445524, + 32.58687860745112, + ], + [ + -89.85799232113519, + 32.58505230192164, + ], + [ + -90.0661695049126, + 32.39946743120591, + ], + [ + -90.24347903730232, + 32.399897150154025, + ], + [ + -90.24347903730232, + 32.487506100700294, + ], + [ + -90.45022051636403, + 32.487935819648406, + ], + [ + -90.45022051636403, + 32.574201898481824, + ], + [ + -90.24922185616515, + 32.66229428284472, + ], + [ + -90.04929997450304, + 32.735507648629245, + ], + [ + -89.966388027171, + 32.879570925983685, + ], + [ + -89.72985567525839, + 32.88478126822954, + ], + ], + ], + "type": "Polygon", + }, + "id": "28089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01105 { + "geometry": { + "coordinates": [ + [ + [ + -87.01924517200493, + 32.83702875012063, + ], + [ + -87.01780946728923, + 32.72911557927608, + ], + [ + -87.04257537363516, + 32.594935837728215, + ], + [ + -87.11113027381013, + 32.489654695440855, + ], + [ + -87.42303712329732, + 32.48294033687661, + ], + [ + -87.42160141858162, + 32.30809843986367, + ], + [ + -87.47292786216812, + 32.307615006047044, + ], + [ + -87.52425430575461, + 32.30729271683596, + ], + [ + -87.52461323193354, + 32.48202718411187, + ], + [ + -87.5253310842914, + 32.6556873540175, + ], + [ + -87.47400464070489, + 32.655848498623044, + ], + [ + -87.47256893598919, + 32.83063668076747, + ], + [ + -87.42124249240268, + 32.87446801347486, + ], + [ + -87.31930745758754, + 32.83149611866369, + ], + [ + -87.01924517200493, + 32.83702875012063, + ], + ], + ], + "type": "Polygon", + }, + "id": "01105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13145 { + "geometry": { + "coordinates": [ + [ + [ + -84.70058205613927, + 32.844656261449614, + ], + [ + -84.69448031109752, + 32.58397800455137, + ], + [ + -85.08068487962251, + 32.60804226564562, + ], + [ + -85.13524165881935, + 32.74646548180609, + ], + [ + -85.18405561915337, + 32.87043939833631, + ], + [ + -84.86173991047731, + 32.87248056333984, + ], + [ + -84.70058205613927, + 32.844656261449614, + ], + ], + ], + "type": "Polygon", + }, + "id": "13145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13079 { + "geometry": { + "coordinates": [ + [ + [ + -83.89228030119664, + 32.84830887250856, + ], + [ + -83.82516110573737, + 32.74211457745646, + ], + [ + -83.7013315740077, + 32.692106034869965, + ], + [ + -83.70097264782878, + 32.69060201855157, + ], + [ + -83.76701506475126, + 32.692482038949564, + ], + [ + -84.00354741666388, + 32.52988713195781, + ], + [ + -84.10548245147902, + 32.67427269852333, + ], + [ + -84.20275144596812, + 32.69011858473495, + ], + [ + -84.1241466127832, + 32.84954431448438, + ], + [ + -83.89228030119664, + 32.84830887250856, + ], + ], + ], + "type": "Polygon", + }, + "id": "13079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48257 { + "geometry": { + "coordinates": [ + [ + [ + -96.07674729721697, + 32.83842533670199, + ], + [ + -96.07602944485912, + 32.35751611889651, + ], + [ + -96.45254300655309, + 32.35864413113531, + ], + [ + -96.53007106120123, + 32.5452495843528, + ], + [ + -96.5189443496545, + 32.813555352580025, + ], + [ + -96.2974868972568, + 32.81414621613368, + ], + [ + -96.2974868972568, + 32.84170194368134, + ], + [ + -96.07674729721697, + 32.83842533670199, + ], + ], + ], + "type": "Polygon", + }, + "id": "48257", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13107 { + "geometry": { + "coordinates": [ + [ + [ + -82.31623544953005, + 32.83584702301332, + ], + [ + -82.14502766218209, + 32.812642199815286, + ], + [ + -82.08257450704886, + 32.66310000587243, + ], + [ + -82.00145719061146, + 32.60691425340683, + ], + [ + -82.03017128492559, + 32.53875008526261, + ], + [ + -82.14825799779243, + 32.52043331509935, + ], + [ + -82.25270551586006, + 32.353326359152426, + ], + [ + -82.2329645760191, + 32.318787698697946, + ], + [ + -82.2329645760191, + 32.318519124355376, + ], + [ + -82.35428162449628, + 32.29214512391502, + ], + [ + -82.40919732987204, + 32.35380979296905, + ], + [ + -82.38263679263147, + 32.44007587180247, + ], + [ + -82.49067357248838, + 32.49771192571795, + ], + [ + -82.64752431267928, + 32.512483514559285, + ], + [ + -82.46554873996351, + 32.64677068584419, + ], + [ + -82.4343221623969, + 32.7622576531492, + ], + [ + -82.31623544953005, + 32.83584702301332, + ], + ], + ], + "type": "Polygon", + }, + "id": "13107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48467 { + "geometry": { + "coordinates": [ + [ + [ + -95.93425360418311, + 32.83718989472617, + ], + [ + -95.85062380449322, + 32.7707446023744, + ], + [ + -95.63526809713728, + 32.7203063408398, + ], + [ + -95.59470943891858, + 32.687056837229655, + ], + [ + -95.59435051273965, + 32.479824874502796, + ], + [ + -95.44934433645332, + 32.35509894981338, + ], + [ + -96.07602944485912, + 32.35751611889651, + ], + [ + -96.07674729721697, + 32.83842533670199, + ], + [ + -95.93425360418311, + 32.83718989472617, + ], + ], + ], + "type": "Polygon", + }, + "id": "48467", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13167 { + "geometry": { + "coordinates": [ + [ + [ + -82.4343221623969, + 32.7622576531492, + ], + [ + -82.46554873996351, + 32.64677068584419, + ], + [ + -82.64752431267928, + 32.512483514559285, + ], + [ + -82.66870095723596, + 32.612178310521195, + ], + [ + -82.86323894621415, + 32.71568686214759, + ], + [ + -82.95727760509291, + 32.708327925161186, + ], + [ + -82.94686874590404, + 32.759410765117956, + ], + [ + -82.80258042197556, + 32.80968788204702, + ], + [ + -82.76848243497754, + 32.769133156318986, + ], + [ + -82.52118229769714, + 32.82236459101632, + ], + [ + -82.4343221623969, + 32.7622576531492, + ], + ], + ], + "type": "Polygon", + }, + "id": "13167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48203 { + "geometry": { + "coordinates": [ + [ + [ + -94.043071567419, + 32.693019187634704, + ], + [ + -94.043071567419, + 32.39221592395653, + ], + [ + -94.34744096714874, + 32.33081982924507, + ], + [ + -94.49172929107722, + 32.39436451869709, + ], + [ + -94.57930727873531, + 32.3944182335656, + ], + [ + -94.7020600319282, + 32.42299454361503, + ], + [ + -94.70170110574927, + 32.65246446190666, + ], + [ + -94.7020600319282, + 32.79308998767621, + ], + [ + -94.50716311677107, + 32.693717480925386, + ], + [ + -94.3847692897571, + 32.693019187634704, + ], + [ + -94.28211640258411, + 32.74872150628368, + ], + [ + -94.17479747508506, + 32.694630633690124, + ], + [ + -94.14392982369738, + 32.741469999034294, + ], + [ + -94.043071567419, + 32.693019187634704, + ], + ], + ], + "type": "Polygon", + }, + "id": "48203", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35023 { + "geometry": { + "coordinates": [ + [ + [ + -108.21706637322933, + 31.864091336727284, + ], + [ + -108.2084521449351, + 31.783680178561887, + ], + [ + -108.2084521449351, + 31.33333472094085, + ], + [ + -109.05049296069683, + 31.33209927896503, + ], + [ + -109.04762155126542, + 32.42637858033141, + ], + [ + -109.04726262508649, + 32.77751267580716, + ], + [ + -108.85487819318185, + 32.777190386596075, + ], + [ + -108.85308356228721, + 32.60358393155896, + ], + [ + -108.6463420832255, + 32.603530216690444, + ], + [ + -108.64705993558336, + 32.516834418908914, + ], + [ + -108.53722852483183, + 32.51667327430337, + ], + [ + -108.53794637718968, + 32.079810248679344, + ], + [ + -108.5246661085694, + 31.863715332647686, + ], + [ + -108.21706637322933, + 31.864091336727284, + ], + ], + ], + "type": "Polygon", + }, + "id": "35023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01051 { + "geometry": { + "coordinates": [ + [ + [ + -85.88611522513374, + 32.49298501728872, + ], + [ + -85.87965455391306, + 32.451678283401485, + ], + [ + -86.02286609930476, + 32.41998651097825, + ], + [ + -86.1947917390106, + 32.44072045022464, + ], + [ + -86.23714502812393, + 32.49513361202928, + ], + [ + -86.41158315108224, + 32.40994183056614, + ], + [ + -86.41301885579794, + 32.70736105752793, + ], + [ + -86.37497268083173, + 32.753555844449934, + ], + [ + -86.007073347432, + 32.75500614589981, + ], + [ + -85.8922169701755, + 32.7545764269517, + ], + [ + -85.88611522513374, + 32.49298501728872, + ], + ], + ], + "type": "Polygon", + }, + "id": "01051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22061 { + "geometry": { + "coordinates": [ + [ + [ + -92.41498241980808, + 32.582849992312575, + ], + [ + -92.415341345987, + 32.49545590124036, + ], + [ + -92.62244175122764, + 32.496422768873614, + ], + [ + -92.62172389886979, + 32.453504588930954, + ], + [ + -92.77713893434499, + 32.453397159193926, + ], + [ + -92.87943289533906, + 32.454041737616095, + ], + [ + -92.88086860005477, + 32.584944872184614, + ], + [ + -92.8284653779315, + 32.75876618669579, + ], + [ + -92.72545356457957, + 32.759518194854984, + ], + [ + -92.51907101169678, + 32.72036005570831, + ], + [ + -92.41498241980808, + 32.67002922391073, + ], + [ + -92.41498241980808, + 32.582849992312575, + ], + ], + ], + "type": "Polygon", + }, + "id": "22061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45053 { + "geometry": { + "coordinates": [ + [ + [ + -80.86976294845597, + 32.66095141113187, + ], + [ + -80.83458818292117, + 32.572107018609785, + ], + [ + -80.83171677348976, + 32.4594132244675, + ], + [ + -80.83566496145795, + 32.41499102820645, + ], + [ + -80.83028106877406, + 32.410156690040196, + ], + [ + -80.83745959235259, + 32.40027315423362, + ], + [ + -80.85899516308818, + 32.37921692577615, + ], + [ + -81.01620482945802, + 32.243962886858, + ], + [ + -80.95339274814586, + 32.14174349207594, + ], + [ + -80.94729100310411, + 32.12971136152881, + ], + [ + -80.96236590261903, + 32.07459990643349, + ], + [ + -81.11706308573638, + 32.11757180124466, + ], + [ + -81.1443414753348, + 32.22629069511691, + ], + [ + -81.12854872346203, + 32.338286195968514, + ], + [ + -81.23586765096108, + 32.51157036179455, + ], + [ + -81.28109234950583, + 32.55636856213519, + ], + [ + -81.01476912474232, + 32.753018695764794, + ], + [ + -80.90206630455937, + 32.62200813145925, + ], + [ + -80.86976294845597, + 32.66095141113187, + ], + ], + ], + "type": "Polygon", + }, + "id": "45053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13269 { + "geometry": { + "coordinates": [ + [ + [ + -84.20275144596812, + 32.69011858473495, + ], + [ + -84.10548245147902, + 32.67427269852333, + ], + [ + -84.00354741666388, + 32.52988713195781, + ], + [ + -84.01826338999986, + 32.50641373441721, + ], + [ + -84.11122527034185, + 32.514094960614706, + ], + [ + -84.25443681573354, + 32.3720728482638, + ], + [ + -84.39226446844135, + 32.4140241605732, + ], + [ + -84.4443087643857, + 32.56206233819767, + ], + [ + -84.40877507267197, + 32.56190119359213, + ], + [ + -84.33806661542344, + 32.72062863005088, + ], + [ + -84.28709909801586, + 32.748775221152194, + ], + [ + -84.20275144596812, + 32.69011858473495, + ], + ], + ], + "type": "Polygon", + }, + "id": "13269", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01081 { + "geometry": { + "coordinates": [ + [ + [ + -85.13524165881935, + 32.74646548180609, + ], + [ + -85.08068487962251, + 32.60804226564562, + ], + [ + -85.00100326790081, + 32.51044234955576, + ], + [ + -85.05914930888692, + 32.4728956564645, + ], + [ + -85.33372783576574, + 32.468652181851894, + ], + [ + -85.33013857397648, + 32.41085498333088, + ], + [ + -85.43386823968626, + 32.409726971092084, + ], + [ + -85.48950179741988, + 32.49690620269024, + ], + [ + -85.69588435030266, + 32.59590270536147, + ], + [ + -85.69660220266051, + 32.697423806852846, + ], + [ + -85.59323146312965, + 32.72852471572243, + ], + [ + -85.13524165881935, + 32.74646548180609, + ], + ], + ], + "type": "Polygon", + }, + "id": "01081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01047 { + "geometry": { + "coordinates": [ + [ + [ + -86.91695121101085, + 32.66412058837419, + ], + [ + -86.90654235182198, + 32.5429398450067, + ], + [ + -86.81501617619571, + 32.34081079478867, + ], + [ + -86.90833698271662, + 32.22500153827258, + ], + [ + -86.90690127800092, + 32.047957331650565, + ], + [ + -87.17789054309047, + 32.04752761270245, + ], + [ + -87.25218826212827, + 32.14265664484068, + ], + [ + -87.47256893598919, + 32.26491168557845, + ], + [ + -87.47292786216812, + 32.307615006047044, + ], + [ + -87.42160141858162, + 32.30809843986367, + ], + [ + -87.42303712329732, + 32.48294033687661, + ], + [ + -87.11113027381013, + 32.489654695440855, + ], + [ + -87.04257537363516, + 32.594935837728215, + ], + [ + -87.01780946728923, + 32.72911557927608, + ], + [ + -87.01780946728923, + 32.66326115047797, + ], + [ + -86.91695121101085, + 32.66412058837419, + ], + ], + ], + "type": "Polygon", + }, + "id": "01047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22073 { + "geometry": { + "coordinates": [ + [ + [ + -91.91320362166873, + 32.50587658573207, + ], + [ + -92.00365301875823, + 32.38125809077968, + ], + [ + -92.03452067014591, + 32.2770512458626, + ], + [ + -92.31197060645616, + 32.2774272499422, + ], + [ + -92.415341345987, + 32.40768580608855, + ], + [ + -92.415341345987, + 32.49545590124036, + ], + [ + -92.41498241980808, + 32.582849992312575, + ], + [ + -92.27141194823746, + 32.581238546257154, + ], + [ + -92.06502939535467, + 32.72299208426549, + ], + [ + -91.92253570232083, + 32.667558339959086, + ], + [ + -91.91320362166873, + 32.50587658573207, + ], + ], + ], + "type": "Polygon", + }, + "id": "22073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13175 { + "geometry": { + "coordinates": [ + [ + [ + -82.72182203171708, + 32.30917273723395, + ], + [ + -82.88477451694975, + 32.19604922414355, + ], + [ + -82.99101666591201, + 32.147276123532876, + ], + [ + -83.13889425162976, + 32.42304825848355, + ], + [ + -83.22647223928784, + 32.584192864025425, + ], + [ + -82.95727760509291, + 32.708327925161186, + ], + [ + -82.86323894621415, + 32.71568686214759, + ], + [ + -82.66870095723596, + 32.612178310521195, + ], + [ + -82.64752431267928, + 32.512483514559285, + ], + [ + -82.74551115952625, + 32.33173298200981, + ], + [ + -82.72182203171708, + 32.30917273723395, + ], + ], + ], + "type": "Polygon", + }, + "id": "13175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01001 { + "geometry": { + "coordinates": [ + [ + [ + -86.41301885579794, + 32.70736105752793, + ], + [ + -86.41158315108224, + 32.40994183056614, + ], + [ + -86.49700758166676, + 32.344409690979106, + ], + [ + -86.72313107439051, + 32.40526863700542, + ], + [ + -86.81501617619571, + 32.34081079478867, + ], + [ + -86.90654235182198, + 32.5429398450067, + ], + [ + -86.91695121101085, + 32.66412058837419, + ], + [ + -86.71487577227519, + 32.661703419291065, + ], + [ + -86.71415791991734, + 32.705695896604, + ], + [ + -86.41301885579794, + 32.70736105752793, + ], + ], + ], + "type": "Polygon", + }, + "id": "01001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45013 { + "geometry": { + "coordinates": [ + [ + [ + [ + -80.72511569834856, + 32.27082032111498, + ], + [ + -80.66984106679388, + 32.21570886601966, + ], + [ + -80.81161690746987, + 32.110212864258244, + ], + [ + -80.72511569834856, + 32.27082032111498, + ], + ], + ], + [ + [ + [ + -80.94729100310411, + 32.12971136152881, + ], + [ + -80.95339274814586, + 32.14174349207594, + ], + [ + -81.01620482945802, + 32.243962886858, + ], + [ + -80.85899516308818, + 32.37921692577615, + ], + [ + -80.76531543038834, + 32.2935954253649, + ], + [ + -80.83171677348976, + 32.15329218880644, + ], + [ + -80.94729100310411, + 32.12971136152881, + ], + ], + ], + [ + [ + [ + -80.65297153638433, + 32.498678793351196, + ], + [ + -80.5582150251477, + 32.49046041846856, + ], + [ + -80.45771569504826, + 32.40859895885329, + ], + [ + -80.56323999165268, + 32.355421239024466, + ], + [ + -80.62318066353342, + 32.25884190543637, + ], + [ + -80.67307140240422, + 32.364069332855216, + ], + [ + -80.65297153638433, + 32.498678793351196, + ], + ], + ], + [ + [ + [ + -80.74413878583168, + 32.53767578789233, + ], + [ + -80.68312133541416, + 32.52075560431044, + ], + [ + -80.66661073118354, + 32.29751661076642, + ], + [ + -80.76603328274619, + 32.37459744708395, + ], + [ + -80.80982227657523, + 32.47697798647156, + ], + [ + -80.74413878583168, + 32.53767578789233, + ], + ], + ], + [ + [ + [ + -80.57472562937834, + 32.565285230308504, + ], + [ + -80.56288106547376, + 32.502385119278664, + ], + [ + -80.7552654973784, + 32.546216451986055, + ], + [ + -80.81161690746987, + 32.493361021368315, + ], + [ + -80.83458818292117, + 32.572107018609785, + ], + [ + -80.86976294845597, + 32.66095141113187, + ], + [ + -80.82633288080586, + 32.704299310022634, + ], + [ + -80.71721932241218, + 32.678140169056334, + ], + [ + -80.57472562937834, + 32.565285230308504, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "45013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13225 { + "geometry": { + "coordinates": [ + [ + [ + -83.84669667647296, + 32.46849103724635, + ], + [ + -84.01826338999986, + 32.50641373441721, + ], + [ + -84.00354741666388, + 32.52988713195781, + ], + [ + -83.76701506475126, + 32.692482038949564, + ], + [ + -83.70097264782878, + 32.69060201855157, + ], + [ + -83.71999573531188, + 32.5317671523558, + ], + [ + -83.84669667647296, + 32.46849103724635, + ], + ], + ], + "type": "Polygon", + }, + "id": "13225", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13153 { + "geometry": { + "coordinates": [ + [ + [ + -83.59796083447685, + 32.66422801811122, + ], + [ + -83.54232727674322, + 32.620020681324235, + ], + [ + -83.49782043055633, + 32.45226914695514, + ], + [ + -83.49782043055633, + 32.40166974081499, + ], + [ + -83.61554821724425, + 32.28854622772459, + ], + [ + -83.8484913073676, + 32.290909681939205, + ], + [ + -83.84669667647296, + 32.46849103724635, + ], + [ + -83.71999573531188, + 32.5317671523558, + ], + [ + -83.70097264782878, + 32.69060201855157, + ], + [ + -83.7013315740077, + 32.692106034869965, + ], + [ + -83.59796083447685, + 32.66422801811122, + ], + ], + ], + "type": "Polygon", + }, + "id": "13153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48423 { + "geometry": { + "coordinates": [ + [ + [ + -95.4450372223062, + 32.612446884863765, + ], + [ + -95.1532302388389, + 32.570119568474766, + ], + [ + -94.9870474179959, + 32.53735349868125, + ], + [ + -94.98525278710126, + 32.370837406287976, + ], + [ + -94.98525278710126, + 32.137983451279965, + ], + [ + -95.4597531956422, + 32.135566282196834, + ], + [ + -95.48882621613524, + 32.23225304552196, + ], + [ + -95.44934433645332, + 32.35509894981338, + ], + [ + -95.59435051273965, + 32.479824874502796, + ], + [ + -95.59470943891858, + 32.687056837229655, + ], + [ + -95.4450372223062, + 32.612446884863765, + ], + ], + ], + "type": "Polygon", + }, + "id": "48423", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22083 { + "geometry": { + "coordinates": [ + [ + [ + -91.44516388434849, + 32.581936839547836, + ], + [ + -91.45772630061091, + 32.53778321762936, + ], + [ + -91.47674938809402, + 32.40575207082205, + ], + [ + -91.63503583300064, + 32.405322351873934, + ], + [ + -91.76101892180387, + 32.33533187820025, + ], + [ + -91.77142778099274, + 32.248045216865066, + ], + [ + -91.89489838654347, + 32.15146588327696, + ], + [ + -91.9788871124123, + 32.16607632751276, + ], + [ + -92.03452067014591, + 32.2770512458626, + ], + [ + -92.00365301875823, + 32.38125809077968, + ], + [ + -91.91320362166873, + 32.50587658573207, + ], + [ + -91.7696331500981, + 32.554166252526116, + ], + [ + -91.63754831625313, + 32.66734348048503, + ], + [ + -91.59591287949765, + 32.58220541389041, + ], + [ + -91.44516388434849, + 32.581936839547836, + ], + ], + ], + "type": "Polygon", + }, + "id": "22083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48183 { + "geometry": { + "coordinates": [ + [ + [ + -94.70170110574927, + 32.65246446190666, + ], + [ + -94.7020600319282, + 32.42299454361503, + ], + [ + -94.57930727873531, + 32.3944182335656, + ], + [ + -94.64211936004746, + 32.371105980630546, + ], + [ + -94.98525278710126, + 32.370837406287976, + ], + [ + -94.9870474179959, + 32.53735349868125, + ], + [ + -94.70170110574927, + 32.65246446190666, + ], + ], + ], + "type": "Polygon", + }, + "id": "48183", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13031 { + "geometry": { + "coordinates": [ + [ + [ + -81.76133557690957, + 32.600629613790694, + ], + [ + -81.54777450044827, + 32.48922497649274, + ], + [ + -81.53449423182799, + 32.39409594435452, + ], + [ + -81.43578953262318, + 32.241277143432306, + ], + [ + -81.78071759057161, + 32.15307732933238, + ], + [ + -81.81589235610642, + 32.23708738368822, + ], + [ + -81.96915383450806, + 32.26883287097996, + ], + [ + -81.91890416945834, + 32.414776168732395, + ], + [ + -82.03017128492559, + 32.53875008526261, + ], + [ + -82.00145719061146, + 32.60691425340683, + ], + [ + -81.84101718863128, + 32.6491341400588, + ], + [ + -81.76133557690957, + 32.600629613790694, + ], + ], + ], + "type": "Polygon", + }, + "id": "13031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28123 { + "geometry": { + "coordinates": [ + [ + [ + -89.73021460143732, + 32.63420140661192, + ], + [ + -89.73021460143732, + 32.5772099311186, + ], + [ + -89.32247446217674, + 32.5764042080909, + ], + [ + -89.32283338835566, + 32.22344380708567, + ], + [ + -89.73021460143732, + 32.22177864616174, + ], + [ + -89.73021460143732, + 32.35273549559877, + ], + [ + -89.78441245445524, + 32.58687860745112, + ], + [ + -89.73021460143732, + 32.63420140661192, + ], + ], + ], + "type": "Polygon", + }, + "id": "28123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28149 { + "geometry": { + "coordinates": [ + [ + [ + -90.5539501820738, + 32.507541746656, + ], + [ + -90.60419984712352, + 32.47923401094914, + ], + [ + -90.6282479011116, + 32.33957535281285, + ], + [ + -90.69393139185517, + 32.35391722270608, + ], + [ + -90.72874723121105, + 32.22510896800961, + ], + [ + -90.76966481560868, + 32.155225924072944, + ], + [ + -90.9171834751475, + 32.080777116312596, + ], + [ + -91.03024522150936, + 32.1142951942653, + ], + [ + -91.03132200004615, + 32.12047240414441, + ], + [ + -91.05321649696067, + 32.12423244494039, + ], + [ + -91.16627824332254, + 32.13449198482655, + ], + [ + -91.1239249542092, + 32.21108938732746, + ], + [ + -91.00296683191095, + 32.223067803006074, + ], + [ + -90.91251743482145, + 32.33946792307582, + ], + [ + -91.00440253662666, + 32.361544734035064, + ], + [ + -90.97999555645964, + 32.44781081286848, + ], + [ + -91.08982696721118, + 32.45436402682718, + ], + [ + -91.07080387972808, + 32.56222348280321, + ], + [ + -91.04352549012965, + 32.57624306348536, + ], + [ + -90.96420280458688, + 32.57559848506319, + ], + [ + -90.95128146214552, + 32.44431934641507, + ], + [ + -90.86119099123495, + 32.44206332193748, + ], + [ + -90.8604731388771, + 32.57516876611508, + ], + [ + -90.73018293592675, + 32.565714949256616, + ], + [ + -90.72013300291681, + 32.618838954216926, + ], + [ + -90.5539501820738, + 32.507541746656, + ], + ], + ], + "type": "Polygon", + }, + "id": "28149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13215 { + "geometry": { + "coordinates": [ + [ + [ + -84.69448031109752, + 32.58397800455137, + ], + [ + -84.69448031109752, + 32.518714439306905, + ], + [ + -84.77021373485103, + 32.42272596927246, + ], + [ + -84.97193024740777, + 32.37771290945776, + ], + [ + -85.00100326790081, + 32.51044234955576, + ], + [ + -85.08068487962251, + 32.60804226564562, + ], + [ + -84.69448031109752, + 32.58397800455137, + ], + ], + ], + "type": "Polygon", + }, + "id": "13215", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 35029 { + "geometry": { + "coordinates": [ + [ + [ + -107.29965105989301, + 32.60551766682546, + ], + [ + -107.2967796504616, + 31.783626463693373, + ], + [ + -108.2084521449351, + 31.783680178561887, + ], + [ + -108.21706637322933, + 31.864091336727284, + ], + [ + -108.22998771567069, + 32.079971393284886, + ], + [ + -108.22926986331284, + 32.51694184864594, + ], + [ + -107.9234647588674, + 32.51721042298851, + ], + [ + -107.9234647588674, + 32.604335939718155, + ], + [ + -107.60832757376987, + 32.60535652221992, + ], + [ + -107.29965105989301, + 32.60551766682546, + ], + ], + ], + "type": "Polygon", + }, + "id": "35029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13103 { + "geometry": { + "coordinates": [ + [ + [ + -81.28109234950583, + 32.55636856213519, + ], + [ + -81.23586765096108, + 32.51157036179455, + ], + [ + -81.12854872346203, + 32.338286195968514, + ], + [ + -81.1443414753348, + 32.22629069511691, + ], + [ + -81.19530899274237, + 32.23751710263633, + ], + [ + -81.3916416126152, + 32.095870994365015, + ], + [ + -81.43578953262318, + 32.241277143432306, + ], + [ + -81.53449423182799, + 32.39409594435452, + ], + [ + -81.54777450044827, + 32.48922497649274, + ], + [ + -81.38912912936273, + 32.59541927154484, + ], + [ + -81.28109234950583, + 32.55636856213519, + ], + ], + ], + "type": "Polygon", + }, + "id": "13103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01087 { + "geometry": { + "coordinates": [ + [ + [ + -85.43386823968626, + 32.409726971092084, + ], + [ + -85.43350931350733, + 32.23450906999955, + ], + [ + -85.8545297213882, + 32.2320381860479, + ], + [ + -85.91913643359499, + 32.27436550243691, + ], + [ + -85.99953589767453, + 32.362457886799795, + ], + [ + -86.02286609930476, + 32.41998651097825, + ], + [ + -85.87965455391306, + 32.451678283401485, + ], + [ + -85.88611522513374, + 32.49298501728872, + ], + [ + -85.79710153275995, + 32.49422045926454, + ], + [ + -85.79853723747566, + 32.580969971914584, + ], + [ + -85.69588435030266, + 32.59590270536147, + ], + [ + -85.48950179741988, + 32.49690620269024, + ], + [ + -85.43386823968626, + 32.409726971092084, + ], + ], + ], + "type": "Polygon", + }, + "id": "01087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28121 { + "geometry": { + "coordinates": [ + [ + [ + -89.78441245445524, + 32.58687860745112, + ], + [ + -89.73021460143732, + 32.35273549559877, + ], + [ + -89.73021460143732, + 32.22177864616174, + ], + [ + -89.73021460143732, + 32.04704417888583, + ], + [ + -90.23019876868204, + 32.04972992231153, + ], + [ + -90.24527366819696, + 32.172898115814036, + ], + [ + -90.0661695049126, + 32.39946743120591, + ], + [ + -89.85799232113519, + 32.58505230192164, + ], + [ + -89.78441245445524, + 32.58687860745112, + ], + ], + ], + "type": "Polygon", + }, + "id": "28121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22013 { + "geometry": { + "coordinates": [ + [ + [ + -92.88086860005477, + 32.584944872184614, + ], + [ + -92.87943289533906, + 32.454041737616095, + ], + [ + -92.77713893434499, + 32.453397159193926, + ], + [ + -92.77498537727143, + 32.23418678078846, + ], + [ + -92.81446725695335, + 32.14690011945328, + ], + [ + -92.93901464104087, + 32.147920701955044, + ], + [ + -93.18703263067914, + 32.14840413577167, + ], + [ + -93.21395209409863, + 32.23606680118645, + ], + [ + -93.42858994909672, + 32.23590565658091, + ], + [ + -93.37259746518417, + 32.410156690040196, + ], + [ + -93.23656444337101, + 32.41004926030317, + ], + [ + -93.14683289863936, + 32.455116034986375, + ], + [ + -93.17877732856383, + 32.58483744244759, + ], + [ + -92.88086860005477, + 32.584944872184614, + ], + ], + ], + "type": "Polygon", + }, + "id": "22013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13023 { + "geometry": { + "coordinates": [ + [ + [ + -83.13889425162976, + 32.42304825848355, + ], + [ + -83.17335116480672, + 32.452484006429195, + ], + [ + -83.34635358304932, + 32.27248548203892, + ], + [ + -83.49782043055633, + 32.40166974081499, + ], + [ + -83.49782043055633, + 32.45226914695514, + ], + [ + -83.22647223928784, + 32.584192864025425, + ], + [ + -83.13889425162976, + 32.42304825848355, + ], + ], + ], + "type": "Polygon", + }, + "id": "13023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28075 { + "geometry": { + "coordinates": [ + [ + [ + -88.38890747078872, + 32.57806936901483, + ], + [ + -88.42156975307104, + 32.308689303417324, + ], + [ + -88.43126075990206, + 32.22763356682976, + ], + [ + -88.9140164705583, + 32.22419581524487, + ], + [ + -88.91437539673723, + 32.57694135677604, + ], + [ + -88.38890747078872, + 32.57806936901483, + ], + ], + ], + "type": "Polygon", + }, + "id": "28075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28101 { + "geometry": { + "coordinates": [ + [ + [ + -88.91437539673723, + 32.57694135677604, + ], + [ + -88.9140164705583, + 32.22419581524487, + ], + [ + -89.32283338835566, + 32.22344380708567, + ], + [ + -89.32247446217674, + 32.5764042080909, + ], + [ + -89.31744949567177, + 32.57645792295941, + ], + [ + -88.91437539673723, + 32.57694135677604, + ], + ], + ], + "type": "Polygon", + }, + "id": "28101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28049 { + "geometry": { + "coordinates": [ + [ + [ + -90.0661695049126, + 32.39946743120591, + ], + [ + -90.24527366819696, + 32.172898115814036, + ], + [ + -90.23019876868204, + 32.04972992231153, + ], + [ + -90.71833837202217, + 32.04833333573016, + ], + [ + -90.72874723121105, + 32.22510896800961, + ], + [ + -90.69393139185517, + 32.35391722270608, + ], + [ + -90.6282479011116, + 32.33957535281285, + ], + [ + -90.60419984712352, + 32.47923401094914, + ], + [ + -90.5539501820738, + 32.507541746656, + ], + [ + -90.45022051636403, + 32.574201898481824, + ], + [ + -90.45022051636403, + 32.487935819648406, + ], + [ + -90.24347903730232, + 32.487506100700294, + ], + [ + -90.24347903730232, + 32.399897150154025, + ], + [ + -90.0661695049126, + 32.39946743120591, + ], + ], + ], + "type": "Polygon", + }, + "id": "28049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22065 { + "geometry": { + "coordinates": [ + [ + [ + -91.1239249542092, + 32.21108938732746, + ], + [ + -91.49254213996679, + 32.20335444626145, + ], + [ + -91.52951153639623, + 32.299289201427385, + ], + [ + -91.47674938809402, + 32.40575207082205, + ], + [ + -91.45772630061091, + 32.53778321762936, + ], + [ + -91.13361596104022, + 32.53789064736639, + ], + [ + -91.07080387972808, + 32.56222348280321, + ], + [ + -91.08982696721118, + 32.45436402682718, + ], + [ + -90.97999555645964, + 32.44781081286848, + ], + [ + -91.00440253662666, + 32.361544734035064, + ], + [ + -90.91251743482145, + 32.33946792307582, + ], + [ + -91.00296683191095, + 32.223067803006074, + ], + [ + -91.1239249542092, + 32.21108938732746, + ], + ], + ], + "type": "Polygon", + }, + "id": "22065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13197 { + "geometry": { + "coordinates": [ + [ + [ + -84.39226446844135, + 32.4140241605732, + ], + [ + -84.43031064340757, + 32.166237472118304, + ], + [ + -84.43138742194435, + 32.13406226587844, + ], + [ + -84.52722071171775, + 32.13454569969507, + ], + [ + -84.64925561255278, + 32.23295133881264, + ], + [ + -84.6589466193838, + 32.23284390907561, + ], + [ + -84.6374110486482, + 32.53488261472961, + ], + [ + -84.4443087643857, + 32.56206233819767, + ], + [ + -84.39226446844135, + 32.4140241605732, + ], + ], + ], + "type": "Polygon", + }, + "id": "13197", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13043 { + "geometry": { + "coordinates": [ + [ + [ + -81.96915383450806, + 32.26883287097996, + ], + [ + -82.02550524459953, + 32.27887755139208, + ], + [ + -82.2329645760191, + 32.318787698697946, + ], + [ + -82.25270551586006, + 32.353326359152426, + ], + [ + -82.14825799779243, + 32.52043331509935, + ], + [ + -82.03017128492559, + 32.53875008526261, + ], + [ + -81.91890416945834, + 32.414776168732395, + ], + [ + -81.96915383450806, + 32.26883287097996, + ], + ], + ], + "type": "Polygon", + }, + "id": "13043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48221 { + "geometry": { + "coordinates": [ + [ + [ + -97.61725845716981, + 32.55545540937045, + ], + [ + -97.61510490009626, + 32.31857283922389, + ], + [ + -97.78344127801282, + 32.31604824040374, + ], + [ + -97.94567591088763, + 32.23348848749778, + ], + [ + -98.06842866408051, + 32.51162407666306, + ], + [ + -98.06699295936481, + 32.558839446086836, + ], + [ + -97.61725845716981, + 32.55545540937045, + ], + ], + ], + "type": "Polygon", + }, + "id": "48221", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48251 { + "geometry": { + "coordinates": [ + [ + [ + -97.08676556471634, + 32.54943934409689, + ], + [ + -97.08640663853741, + 32.26544883426359, + ], + [ + -97.47620046885167, + 32.173435264499176, + ], + [ + -97.51460556999682, + 32.133578832061815, + ], + [ + -97.61510490009626, + 32.203569305735506, + ], + [ + -97.61510490009626, + 32.31857283922389, + ], + [ + -97.61725845716981, + 32.55545540937045, + ], + [ + -97.55049818788947, + 32.55540169450194, + ], + [ + -97.08676556471634, + 32.54943934409689, + ], + ], + ], + "type": "Polygon", + }, + "id": "48251", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48139 { + "geometry": { + "coordinates": [ + [ + [ + -97.03831053056125, + 32.548579906200665, + ], + [ + -96.53007106120123, + 32.5452495843528, + ], + [ + -96.45254300655309, + 32.35864413113531, + ], + [ + -96.38291132784133, + 32.32883237911006, + ], + [ + -96.89617576370632, + 32.07395532801132, + ], + [ + -96.94068260989323, + 32.05203966165763, + ], + [ + -97.08640663853741, + 32.26544883426359, + ], + [ + -97.08676556471634, + 32.54943934409689, + ], + [ + -97.03831053056125, + 32.548579906200665, + ], + ], + ], + "type": "Polygon", + }, + "id": "48139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01091 { + "geometry": { + "coordinates": [ + [ + [ + -87.81247202743265, + 32.524569359974926, + ], + [ + -87.72884222774276, + 32.48089917187308, + ], + [ + -87.52461323193354, + 32.48202718411187, + ], + [ + -87.52425430575461, + 32.30729271683596, + ], + [ + -87.47292786216812, + 32.307615006047044, + ], + [ + -87.47256893598919, + 32.26491168557845, + ], + [ + -87.52353645339676, + 32.254813290297825, + ], + [ + -87.52210074868105, + 32.13271939416559, + ], + [ + -87.6240357834962, + 32.13228967521748, + ], + [ + -87.6226000787805, + 32.005468870656024, + ], + [ + -87.66782477732524, + 31.99134186023685, + ], + [ + -88.07341135951226, + 31.99010641826103, + ], + [ + -88.11863605805702, + 32.05236195086871, + ], + [ + -88.04397941284029, + 32.08292571105315, + ], + [ + -88.01957243267329, + 32.284947331534156, + ], + [ + -87.93055874029949, + 32.310569323815315, + ], + [ + -88.04649189609277, + 32.376692326956, + ], + [ + -88.03213484893571, + 32.43357637271228, + ], + [ + -87.85338961183028, + 32.53208944156688, + ], + [ + -87.81247202743265, + 32.524569359974926, + ], + ], + ], + "type": "Polygon", + }, + "id": "01091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13053 { + "geometry": { + "coordinates": [ + [ + [ + -84.6374110486482, + 32.53488261472961, + ], + [ + -84.6589466193838, + 32.23284390907561, + ], + [ + -84.92311628707375, + 32.23080274407208, + ], + [ + -84.88794152153895, + 32.26244080162681, + ], + [ + -85.00638716058471, + 32.32829523042492, + ], + [ + -84.97193024740777, + 32.37771290945776, + ], + [ + -84.77021373485103, + 32.42272596927246, + ], + [ + -84.69448031109752, + 32.518714439306905, + ], + [ + -84.6374110486482, + 32.53488261472961, + ], + ], + ], + "type": "Polygon", + }, + "id": "13053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48227 { + "geometry": { + "coordinates": [ + [ + [ + -101.17457581651107, + 32.5240859261583, + ], + [ + -101.18390789716315, + 32.08722290053427, + ], + [ + -101.26466628742163, + 32.087115470797244, + ], + [ + -101.6950187759546, + 32.087545189745356, + ], + [ + -101.68855810473391, + 32.525213938397094, + ], + [ + -101.17457581651107, + 32.5240859261583, + ], + ], + ], + "type": "Polygon", + }, + "id": "48227", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48335 { + "geometry": { + "coordinates": [ + [ + [ + -100.66059352828822, + 32.52532136813412, + ], + [ + -100.66525956861426, + 32.085396595004795, + ], + [ + -100.82175138262625, + 32.0865783221121, + ], + [ + -101.18390789716315, + 32.08722290053427, + ], + [ + -101.17457581651107, + 32.5240859261583, + ], + [ + -101.17457581651107, + 32.52763110748022, + ], + [ + -100.66059352828822, + 32.52532136813412, + ], + ], + ], + "type": "Polygon", + }, + "id": "48335", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48353 { + "geometry": { + "coordinates": [ + [ + [ + -100.14661124006537, + 32.52279676931397, + ], + [ + -100.15199513274926, + 32.082603421842066, + ], + [ + -100.23526600626023, + 32.082334847499496, + ], + [ + -100.66525956861426, + 32.085396595004795, + ], + [ + -100.66059352828822, + 32.52532136813412, + ], + [ + -100.14661124006537, + 32.52279676931397, + ], + ], + ], + "type": "Polygon", + }, + "id": "48353", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48317 { + "geometry": { + "coordinates": [ + [ + [ + -101.68855810473391, + 32.525213938397094, + ], + [ + -101.6950187759546, + 32.087545189745356, + ], + [ + -101.776136092392, + 32.08690061132319, + ], + [ + -102.21151354742993, + 32.08679318158616, + ], + [ + -102.21151354742993, + 32.52317277339356, + ], + [ + -102.20254039295676, + 32.523226488262075, + ], + [ + -101.68855810473391, + 32.525213938397094, + ], + ], + ], + "type": "Polygon", + }, + "id": "48317", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48003 { + "geometry": { + "coordinates": [ + [ + [ + -102.21151354742993, + 32.52317277339356, + ], + [ + -102.21151354742993, + 32.08679318158616, + ], + [ + -102.28688804500452, + 32.087008041060216, + ], + [ + -102.79907570233273, + 32.08577259908439, + ], + [ + -103.06432214855947, + 32.08706175592873, + ], + [ + -103.06468107473839, + 32.522205905760316, + ], + [ + -102.21151354742993, + 32.52317277339356, + ], + ], + ], + "type": "Polygon", + }, + "id": "48003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13193 { + "geometry": { + "coordinates": [ + [ + [ + -84.01826338999986, + 32.50641373441721, + ], + [ + -83.84669667647296, + 32.46849103724635, + ], + [ + -83.8484913073676, + 32.290909681939205, + ], + [ + -83.9619119799084, + 32.25024752647414, + ], + [ + -84.02759547065195, + 32.17107181028456, + ], + [ + -84.18193372759038, + 32.22967473183329, + ], + [ + -84.25587252044926, + 32.29617373905357, + ], + [ + -84.25443681573354, + 32.3720728482638, + ], + [ + -84.11122527034185, + 32.514094960614706, + ], + [ + -84.01826338999986, + 32.50641373441721, + ], + ], + ], + "type": "Polygon", + }, + "id": "13193", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48441 { + "geometry": { + "coordinates": [ + [ + [ + -99.6297575424111, + 32.514632109299846, + ], + [ + -99.63155217330574, + 32.08126055012922, + ], + [ + -99.71446412063777, + 32.08201255828841, + ], + [ + -100.15199513274926, + 32.082603421842066, + ], + [ + -100.14661124006537, + 32.52279676931397, + ], + [ + -99.6297575424111, + 32.514632109299846, + ], + ], + ], + "type": "Polygon", + }, + "id": "48441", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48133 { + "geometry": { + "coordinates": [ + [ + [ + -98.57630920726162, + 32.51511554311647, + ], + [ + -98.47545095098324, + 32.513020663244426, + ], + [ + -98.47473309862539, + 32.29907434195333, + ], + [ + -98.55118437473675, + 32.26142021912504, + ], + [ + -98.92446760082039, + 32.07803765801838, + ], + [ + -99.11864666361966, + 32.07959538920529, + ], + [ + -99.11433954947255, + 32.51479325390539, + ], + [ + -99.09603431434729, + 32.514739539036874, + ], + [ + -98.57630920726162, + 32.51511554311647, + ], + ], + ], + "type": "Polygon", + }, + "id": "48133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48143 { + "geometry": { + "coordinates": [ + [ + [ + -98.47545095098324, + 32.513020663244426, + ], + [ + -98.06842866408051, + 32.51162407666306, + ], + [ + -97.94567591088763, + 32.23348848749778, + ], + [ + -97.86491752062915, + 32.0873303302713, + ], + [ + -98.00561658276837, + 32.01787700528275, + ], + [ + -98.20840987386188, + 31.917483916030157, + ], + [ + -98.25112208915414, + 31.980115452717435, + ], + [ + -98.3275733652655, + 31.941225887913326, + ], + [ + -98.55118437473675, + 32.26142021912504, + ], + [ + -98.47473309862539, + 32.29907434195333, + ], + [ + -98.47545095098324, + 32.513020663244426, + ], + ], + ], + "type": "Polygon", + }, + "id": "48143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48059 { + "geometry": { + "coordinates": [ + [ + [ + -99.11433954947255, + 32.51479325390539, + ], + [ + -99.11864666361966, + 32.07959538920529, + ], + [ + -99.19581579208888, + 32.07921938512569, + ], + [ + -99.63155217330574, + 32.08126055012922, + ], + [ + -99.6297575424111, + 32.514632109299846, + ], + [ + -99.6121701596437, + 32.514632109299846, + ], + [ + -99.11433954947255, + 32.51479325390539, + ], + ], + ], + "type": "Polygon", + }, + "id": "48059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 04019 { + "geometry": { + "coordinates": [ + [ + [ + -110.45138183704724, + 32.513826386272136, + ], + [ + -110.45138183704724, + 32.42734544796466, + ], + [ + -110.45174076322617, + 31.731200752023746, + ], + [ + -111.1642092283954, + 31.725990409777893, + ], + [ + -111.16385030221649, + 31.521820194556334, + ], + [ + -111.36664359331, + 31.521283045871193, + ], + [ + -111.36664359331, + 31.426046583995944, + ], + [ + -113.33355905382761, + 32.038825804003196, + ], + [ + -113.33391798000653, + 32.5048560032303, + ], + [ + -112.20365944256676, + 32.50673602362829, + ], + [ + -111.15703070481688, + 32.50163311111947, + ], + [ + -111.15703070481688, + 32.511946365874145, + ], + [ + -110.45138183704724, + 32.513826386272136, + ], + ], + ], + "type": "Polygon", + }, + "id": "04019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13283 { + "geometry": { + "coordinates": [ + [ + [ + -82.40919732987204, + 32.35380979296905, + ], + [ + -82.65542068861566, + 32.29762404050345, + ], + [ + -82.72182203171708, + 32.30917273723395, + ], + [ + -82.74551115952625, + 32.33173298200981, + ], + [ + -82.64752431267928, + 32.512483514559285, + ], + [ + -82.49067357248838, + 32.49771192571795, + ], + [ + -82.38263679263147, + 32.44007587180247, + ], + [ + -82.40919732987204, + 32.35380979296905, + ], + ], + ], + "type": "Polygon", + }, + "id": "13283", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01113 { + "geometry": { + "coordinates": [ + [ + [ + -85.00100326790081, + 32.51044234955576, + ], + [ + -84.97193024740777, + 32.37771290945776, + ], + [ + -85.00638716058471, + 32.32829523042492, + ], + [ + -84.88794152153895, + 32.26244080162681, + ], + [ + -84.92311628707375, + 32.23080274407208, + ], + [ + -85.0616617921394, + 32.131591381926796, + ], + [ + -85.05591897327658, + 32.06305120970299, + ], + [ + -85.18513239769014, + 32.061762052858654, + ], + [ + -85.25799441201224, + 32.147920701955044, + ], + [ + -85.41053803805603, + 32.14663154511071, + ], + [ + -85.43350931350733, + 32.23450906999955, + ], + [ + -85.43386823968626, + 32.409726971092084, + ], + [ + -85.33013857397648, + 32.41085498333088, + ], + [ + -85.33372783576574, + 32.468652181851894, + ], + [ + -85.05914930888692, + 32.4728956564645, + ], + [ + -85.00100326790081, + 32.51044234955576, + ], + ], + ], + "type": "Polygon", + }, + "id": "01113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01101 { + "geometry": { + "coordinates": [ + [ + [ + -86.02286609930476, + 32.41998651097825, + ], + [ + -85.99953589767453, + 32.362457886799795, + ], + [ + -85.91913643359499, + 32.27436550243691, + ], + [ + -85.99917697149561, + 32.25046238594819, + ], + [ + -85.99702341442205, + 32.051019079155864, + ], + [ + -85.99522878352742, + 31.967546173485168, + ], + [ + -86.19120247722132, + 31.966471876114888, + ], + [ + -86.30211066650963, + 31.965075289533527, + ], + [ + -86.30354637122534, + 32.05160994270952, + ], + [ + -86.40619925839835, + 32.050750504813294, + ], + [ + -86.40871174165083, + 32.24450003554314, + ], + [ + -86.49700758166676, + 32.344409690979106, + ], + [ + -86.41158315108224, + 32.40994183056614, + ], + [ + -86.23714502812393, + 32.49513361202928, + ], + [ + -86.1947917390106, + 32.44072045022464, + ], + [ + -86.02286609930476, + 32.41998651097825, + ], + ], + ], + "type": "Polygon", + }, + "id": "01101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22049 { + "geometry": { + "coordinates": [ + [ + [ + -92.415341345987, + 32.49545590124036, + ], + [ + -92.415341345987, + 32.40768580608855, + ], + [ + -92.31197060645616, + 32.2774272499422, + ], + [ + -92.31232953263508, + 32.14609439642557, + ], + [ + -92.81446725695335, + 32.14690011945328, + ], + [ + -92.77498537727143, + 32.23418678078846, + ], + [ + -92.77713893434499, + 32.453397159193926, + ], + [ + -92.62172389886979, + 32.453504588930954, + ], + [ + -92.62244175122764, + 32.496422768873614, + ], + [ + -92.415341345987, + 32.49545590124036, + ], + ], + ], + "type": "Polygon", + }, + "id": "22049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13091 { + "geometry": { + "coordinates": [ + [ + [ + -82.88477451694975, + 32.19604922414355, + ], + [ + -82.92784565842094, + 32.13524399298575, + ], + [ + -83.2056545209101, + 31.900456302711234, + ], + [ + -83.2853361326318, + 31.97608683757889, + ], + [ + -83.33702150239723, + 32.105969389645644, + ], + [ + -83.29107895149463, + 32.17880675135057, + ], + [ + -83.34635358304932, + 32.27248548203892, + ], + [ + -83.17335116480672, + 32.452484006429195, + ], + [ + -83.13889425162976, + 32.42304825848355, + ], + [ + -82.99101666591201, + 32.147276123532876, + ], + [ + -82.88477451694975, + 32.19604922414355, + ], + ], + ], + "type": "Polygon", + }, + "id": "13091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13249 { + "geometry": { + "coordinates": [ + [ + [ + -84.25443681573354, + 32.3720728482638, + ], + [ + -84.25587252044926, + 32.29617373905357, + ], + [ + -84.18193372759038, + 32.22967473183329, + ], + [ + -84.18372835848501, + 32.15850253105229, + ], + [ + -84.43031064340757, + 32.166237472118304, + ], + [ + -84.39226446844135, + 32.4140241605732, + ], + [ + -84.25443681573354, + 32.3720728482638, + ], + ], + ], + "type": "Polygon", + }, + "id": "13249", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 04003 { + "geometry": { + "coordinates": [ + [ + [ + -109.11438182054576, + 32.42616372085735, + ], + [ + -109.04762155126542, + 32.42637858033141, + ], + [ + -109.05049296069683, + 31.33209927896503, + ], + [ + -110.45999606534147, + 31.332582712781655, + ], + [ + -110.45174076322617, + 31.731200752023746, + ], + [ + -110.45138183704724, + 32.42734544796466, + ], + [ + -109.11438182054576, + 32.42616372085735, + ], + ], + ], + "type": "Polygon", + }, + "id": "04003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01085 { + "geometry": { + "coordinates": [ + [ + [ + -86.49700758166676, + 32.344409690979106, + ], + [ + -86.40871174165083, + 32.24450003554314, + ], + [ + -86.40619925839835, + 32.050750504813294, + ], + [ + -86.44819362133275, + 31.964645570585414, + ], + [ + -86.85772839148797, + 31.962174686633773, + ], + [ + -86.90690127800092, + 32.047957331650565, + ], + [ + -86.90833698271662, + 32.22500153827258, + ], + [ + -86.81501617619571, + 32.34081079478867, + ], + [ + -86.72313107439051, + 32.40526863700542, + ], + [ + -86.49700758166676, + 32.344409690979106, + ], + ], + ], + "type": "Polygon", + }, + "id": "01085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48401 { + "geometry": { + "coordinates": [ + [ + [ + -94.49172929107722, + 32.39436451869709, + ], + [ + -94.58038405727208, + 32.2012595663894, + ], + [ + -94.60048392329197, + 31.973186234679133, + ], + [ + -94.51147023091819, + 31.973991957706843, + ], + [ + -94.4522474113953, + 31.844270550245632, + ], + [ + -94.9371566791251, + 31.84555970708997, + ], + [ + -94.98489386092234, + 31.846204285512133, + ], + [ + -94.98525278710126, + 32.137983451279965, + ], + [ + -94.98525278710126, + 32.370837406287976, + ], + [ + -94.64211936004746, + 32.371105980630546, + ], + [ + -94.57930727873531, + 32.3944182335656, + ], + [ + -94.49172929107722, + 32.39436451869709, + ], + ], + ], + "type": "Polygon", + }, + "id": "48401", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22041 { + "geometry": { + "coordinates": [ + [ + [ + -91.47674938809402, + 32.40575207082205, + ], + [ + -91.52951153639623, + 32.299289201427385, + ], + [ + -91.49254213996679, + 32.20335444626145, + ], + [ + -91.48967073053538, + 32.090284648039564, + ], + [ + -91.57581301347776, + 31.882569251496086, + ], + [ + -91.59734858421335, + 31.969748483094243, + ], + [ + -91.7804009354659, + 31.87177256292478, + ], + [ + -91.88951449385958, + 31.971467358886688, + ], + [ + -91.89489838654347, + 32.15146588327696, + ], + [ + -91.77142778099274, + 32.248045216865066, + ], + [ + -91.76101892180387, + 32.33533187820025, + ], + [ + -91.63503583300064, + 32.405322351873934, + ], + [ + -91.47674938809402, + 32.40575207082205, + ], + ], + ], + "type": "Polygon", + }, + "id": "22041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13235 { + "geometry": { + "coordinates": [ + [ + [ + -83.49782043055633, + 32.40166974081499, + ], + [ + -83.34635358304932, + 32.27248548203892, + ], + [ + -83.29107895149463, + 32.17880675135057, + ], + [ + -83.33702150239723, + 32.105969389645644, + ], + [ + -83.60836969366572, + 32.11837752427237, + ], + [ + -83.61554821724425, + 32.28854622772459, + ], + [ + -83.49782043055633, + 32.40166974081499, + ], + ], + ], + "type": "Polygon", + }, + "id": "13235", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48365 { + "geometry": { + "coordinates": [ + [ + [ + -94.043071567419, + 32.39221592395653, + ], + [ + -94.04271264124009, + 32.195995509275036, + ], + [ + -94.01615210399952, + 31.979846878374865, + ], + [ + -94.51147023091819, + 31.973991957706843, + ], + [ + -94.60048392329197, + 31.973186234679133, + ], + [ + -94.58038405727208, + 32.2012595663894, + ], + [ + -94.49172929107722, + 32.39436451869709, + ], + [ + -94.34744096714874, + 32.33081982924507, + ], + [ + -94.043071567419, + 32.39221592395653, + ], + ], + ], + "type": "Polygon", + }, + "id": "48365", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48213 { + "geometry": { + "coordinates": [ + [ + [ + -96.07602944485912, + 32.35751611889651, + ], + [ + -95.44934433645332, + 32.35509894981338, + ], + [ + -95.48882621613524, + 32.23225304552196, + ], + [ + -95.4597531956422, + 32.135566282196834, + ], + [ + -95.42852661807558, + 32.08448344224006, + ], + [ + -96.05269924322889, + 32.005898589604136, + ], + [ + -96.05485280030244, + 32.012505518431354, + ], + [ + -96.11299884128854, + 32.157589378287554, + ], + [ + -96.38291132784133, + 32.32883237911006, + ], + [ + -96.45254300655309, + 32.35864413113531, + ], + [ + -96.07602944485912, + 32.35751611889651, + ], + ], + ], + "type": "Polygon", + }, + "id": "48213", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13209 { + "geometry": { + "coordinates": [ + [ + [ + -82.48313612273091, + 31.968942760066533, + ], + [ + -82.54343572079058, + 31.95889807965442, + ], + [ + -82.59799249998741, + 32.01476154290894, + ], + [ + -82.65542068861566, + 32.29762404050345, + ], + [ + -82.40919732987204, + 32.35380979296905, + ], + [ + -82.48313612273091, + 31.968942760066533, + ], + ], + ], + "type": "Polygon", + }, + "id": "13209", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13279 { + "geometry": { + "coordinates": [ + [ + [ + -82.40919732987204, + 32.35380979296905, + ], + [ + -82.35428162449628, + 32.29214512391502, + ], + [ + -82.2329645760191, + 32.318519124355376, + ], + [ + -82.1816381324326, + 32.16580775317019, + ], + [ + -82.2250682000827, + 31.913079296812015, + ], + [ + -82.43145075296549, + 31.96598844229826, + ], + [ + -82.48313612273091, + 31.968942760066533, + ], + [ + -82.40919732987204, + 32.35380979296905, + ], + ], + ], + "type": "Polygon", + }, + "id": "13279", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22031 { + "geometry": { + "coordinates": [ + [ + [ + -93.61487263595961, + 32.23751710263633, + ], + [ + -93.53770350749039, + 32.193578340191905, + ], + [ + -93.54201062163752, + 32.10419679898468, + ], + [ + -93.35465115623785, + 31.932201790002985, + ], + [ + -93.44079343918023, + 31.91367016036567, + ], + [ + -93.44115236535914, + 31.845237417878884, + ], + [ + -93.87904230364957, + 31.844216835377118, + ], + [ + -94.01615210399952, + 31.979846878374865, + ], + [ + -94.04271264124009, + 32.195995509275036, + ], + [ + -93.95154539179273, + 32.195565790326924, + ], + [ + -93.78392686623403, + 32.34263710031814, + ], + [ + -93.66835263661967, + 32.318787698697946, + ], + [ + -93.61487263595961, + 32.23751710263633, + ], + ], + ], + "type": "Polygon", + }, + "id": "22031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48349 { + "geometry": { + "coordinates": [ + [ + [ + -96.05485280030244, + 32.012505518431354, + ], + [ + -96.49669092656106, + 31.79619574292564, + ], + [ + -96.71922515749553, + 31.814888517168498, + ], + [ + -96.89617576370632, + 32.07395532801132, + ], + [ + -96.38291132784133, + 32.32883237911006, + ], + [ + -96.11299884128854, + 32.157589378287554, + ], + [ + -96.05485280030244, + 32.012505518431354, + ], + ], + ], + "type": "Polygon", + }, + "id": "48349", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48425 { + "geometry": { + "coordinates": [ + [ + [ + -97.61510490009626, + 32.31857283922389, + ], + [ + -97.61510490009626, + 32.203569305735506, + ], + [ + -97.86491752062915, + 32.0873303302713, + ], + [ + -97.94567591088763, + 32.23348848749778, + ], + [ + -97.78344127801282, + 32.31604824040374, + ], + [ + -97.61510490009626, + 32.31857283922389, + ], + ], + ], + "type": "Polygon", + }, + "id": "48425", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13267 { + "geometry": { + "coordinates": [ + [ + [ + -82.02550524459953, + 32.27887755139208, + ], + [ + -81.97992161987587, + 32.081421694734765, + ], + [ + -81.7616945030885, + 32.047957331650565, + ], + [ + -81.82450658440065, + 32.01481525777746, + ], + [ + -81.96915383450806, + 31.78926652488734, + ], + [ + -82.04847652005084, + 31.827081792321167, + ], + [ + -82.11200645372084, + 31.90067116218529, + ], + [ + -82.2250682000827, + 31.913079296812015, + ], + [ + -82.1816381324326, + 32.16580775317019, + ], + [ + -82.2329645760191, + 32.318519124355376, + ], + [ + -82.2329645760191, + 32.318787698697946, + ], + [ + -82.02550524459953, + 32.27887755139208, + ], + ], + ], + "type": "Polygon", + }, + "id": "13267", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01023 { + "geometry": { + "coordinates": [ + [ + [ + -88.07341135951226, + 31.99010641826103, + ], + [ + -88.17893565611668, + 31.81032275334481, + ], + [ + -88.08884518520611, + 31.69924040525794, + ], + [ + -88.46428196836331, + 31.697843818676578, + ], + [ + -88.4736140490154, + 31.893849373884017, + ], + [ + -88.43126075990206, + 32.22763356682976, + ], + [ + -88.42156975307104, + 32.308689303417324, + ], + [ + -87.93055874029949, + 32.310569323815315, + ], + [ + -88.01957243267329, + 32.284947331534156, + ], + [ + -88.04397941284029, + 32.08292571105315, + ], + [ + -88.11863605805702, + 32.05236195086871, + ], + [ + -88.07341135951226, + 31.99010641826103, + ], + ], + ], + "type": "Polygon", + }, + "id": "01023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13309 { + "geometry": { + "coordinates": [ + [ + [ + -82.65542068861566, + 32.29762404050345, + ], + [ + -82.59799249998741, + 32.01476154290894, + ], + [ + -82.54343572079058, + 31.95889807965442, + ], + [ + -82.64572968178466, + 31.918880502611522, + ], + [ + -82.72935948147455, + 32.007080316711445, + ], + [ + -82.88800485256009, + 32.080508541970026, + ], + [ + -82.92784565842094, + 32.13524399298575, + ], + [ + -82.88477451694975, + 32.19604922414355, + ], + [ + -82.72182203171708, + 32.30917273723395, + ], + [ + -82.65542068861566, + 32.29762404050345, + ], + ], + ], + "type": "Polygon", + }, + "id": "13309", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01011 { + "geometry": { + "coordinates": [ + [ + [ + -85.43350931350733, + 32.23450906999955, + ], + [ + -85.41053803805603, + 32.14663154511071, + ], + [ + -85.42848434700237, + 32.014868972645964, + ], + [ + -85.58641186573006, + 31.9973042106419, + ], + [ + -85.65783817533644, + 31.880259512149983, + ], + [ + -85.79135871389713, + 31.88036694188701, + ], + [ + -85.78992300918142, + 31.967223884274084, + ], + [ + -85.88432059423911, + 31.967223884274084, + ], + [ + -85.8936526748912, + 32.04736646809691, + ], + [ + -85.99702341442205, + 32.051019079155864, + ], + [ + -85.99917697149561, + 32.25046238594819, + ], + [ + -85.91913643359499, + 32.27436550243691, + ], + [ + -85.8545297213882, + 32.2320381860479, + ], + [ + -85.43350931350733, + 32.23450906999955, + ], + ], + ], + "type": "Polygon", + }, + "id": "01011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13093 { + "geometry": { + "coordinates": [ + [ + [ + -83.61554821724425, + 32.28854622772459, + ], + [ + -83.60836969366572, + 32.11837752427237, + ], + [ + -83.60980539838143, + 32.02781425595783, + ], + [ + -83.96119412755054, + 32.03060742912056, + ], + [ + -84.01287949731596, + 32.13148395218977, + ], + [ + -84.02759547065195, + 32.17107181028456, + ], + [ + -83.9619119799084, + 32.25024752647414, + ], + [ + -83.8484913073676, + 32.290909681939205, + ], + [ + -83.61554821724425, + 32.28854622772459, + ], + ], + ], + "type": "Polygon", + }, + "id": "13093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13109 { + "geometry": { + "coordinates": [ + [ + [ + -81.96915383450806, + 32.26883287097996, + ], + [ + -81.81589235610642, + 32.23708738368822, + ], + [ + -81.78071759057161, + 32.15307732933238, + ], + [ + -81.71862336161732, + 32.0892640655378, + ], + [ + -81.7616945030885, + 32.047957331650565, + ], + [ + -81.97992161987587, + 32.081421694734765, + ], + [ + -82.02550524459953, + 32.27887755139208, + ], + [ + -81.96915383450806, + 32.26883287097996, + ], + ], + ], + "type": "Polygon", + }, + "id": "13109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22021 { + "geometry": { + "coordinates": [ + [ + [ + -92.03452067014591, + 32.2770512458626, + ], + [ + -91.9788871124123, + 32.16607632751276, + ], + [ + -91.89489838654347, + 32.15146588327696, + ], + [ + -91.88951449385958, + 31.971467358886688, + ], + [ + -92.00544764965287, + 31.927313736968213, + ], + [ + -92.31268845881401, + 31.927367451836727, + ], + [ + -92.31232953263508, + 32.14609439642557, + ], + [ + -92.31197060645616, + 32.2774272499422, + ], + [ + -92.03452067014591, + 32.2770512458626, + ], + ], + ], + "type": "Polygon", + }, + "id": "22021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01131 { + "geometry": { + "coordinates": [ + [ + [ + -87.47256893598919, + 32.26491168557845, + ], + [ + -87.25218826212827, + 32.14265664484068, + ], + [ + -87.17789054309047, + 32.04752761270245, + ], + [ + -86.90690127800092, + 32.047957331650565, + ], + [ + -86.85772839148797, + 31.962174686633773, + ], + [ + -86.90905483507447, + 31.961691252817147, + ], + [ + -86.90690127800092, + 31.830626973643085, + ], + [ + -87.50128303030331, + 31.829176672193206, + ], + [ + -87.620087595528, + 31.82713550718968, + ], + [ + -87.66782477732524, + 31.99134186023685, + ], + [ + -87.6226000787805, + 32.005468870656024, + ], + [ + -87.6240357834962, + 32.13228967521748, + ], + [ + -87.52210074868105, + 32.13271939416559, + ], + [ + -87.52353645339676, + 32.254813290297825, + ], + [ + -87.47256893598919, + 32.26491168557845, + ], + ], + ], + "type": "Polygon", + }, + "id": "01131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48217 { + "geometry": { + "coordinates": [ + [ + [ + -96.89617576370632, + 32.07395532801132, + ], + [ + -96.71922515749553, + 31.814888517168498, + ], + [ + -96.93206838159898, + 31.70885536672194, + ], + [ + -97.03723375202448, + 31.863070754225518, + ], + [ + -97.27735536572635, + 31.745542621916975, + ], + [ + -97.2766375133685, + 31.831862415618907, + ], + [ + -97.43923107242223, + 31.933490946847318, + ], + [ + -97.37713684346794, + 31.977268564686195, + ], + [ + -97.47476476413597, + 32.01008834934822, + ], + [ + -97.47620046885167, + 32.173435264499176, + ], + [ + -97.08640663853741, + 32.26544883426359, + ], + [ + -96.94068260989323, + 32.05203966165763, + ], + [ + -96.89617576370632, + 32.07395532801132, + ], + ], + ], + "type": "Polygon", + }, + "id": "48217", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48093 { + "geometry": { + "coordinates": [ + [ + [ + -98.20840987386188, + 31.917483916030157, + ], + [ + -98.15672450409645, + 31.841638521688445, + ], + [ + -98.46360638707867, + 31.683985382599978, + ], + [ + -98.49303833375065, + 31.72362695556328, + ], + [ + -98.66855323524574, + 31.70047584723376, + ], + [ + -98.92446760082039, + 32.07803765801838, + ], + [ + -98.55118437473675, + 32.26142021912504, + ], + [ + -98.3275733652655, + 31.941225887913326, + ], + [ + -98.25112208915414, + 31.980115452717435, + ], + [ + -98.20840987386188, + 31.917483916030157, + ], + ], + ], + "type": "Polygon", + }, + "id": "48093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22107 { + "geometry": { + "coordinates": [ + [ + [ + -91.1239249542092, + 32.21108938732746, + ], + [ + -91.16627824332254, + 32.13449198482655, + ], + [ + -91.05321649696067, + 32.12423244494039, + ], + [ + -91.03132200004615, + 32.12047240414441, + ], + [ + -91.03024522150936, + 32.1142951942653, + ], + [ + -91.07582884623304, + 32.01680270791247, + ], + [ + -91.18817274023706, + 31.961368963606063, + ], + [ + -91.24847233829672, + 31.869838827658278, + ], + [ + -91.3453824066069, + 31.84384083129752, + ], + [ + -91.31774509082955, + 31.74973238166106, + ], + [ + -91.37948039360492, + 31.73431621439756, + ], + [ + -91.545304288269, + 31.752149550744193, + ], + [ + -91.57581301347776, + 31.882569251496086, + ], + [ + -91.48967073053538, + 32.090284648039564, + ], + [ + -91.49254213996679, + 32.20335444626145, + ], + [ + -91.1239249542092, + 32.21108938732746, + ], + ], + ], + "type": "Polygon", + }, + "id": "22107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13029 { + "geometry": { + "coordinates": [ + [ + [ + -81.3916416126152, + 32.095870994365015, + ], + [ + -81.23227838917181, + 31.89121734532683, + ], + [ + -81.14326469679803, + 31.85318721841895, + ], + [ + -81.16121100574435, + 31.72770928557034, + ], + [ + -81.31985637682989, + 31.809570745185614, + ], + [ + -81.40743436448798, + 31.944395065155653, + ], + [ + -81.59335812517195, + 31.971574788623712, + ], + [ + -81.71862336161732, + 32.0892640655378, + ], + [ + -81.78071759057161, + 32.15307732933238, + ], + [ + -81.43578953262318, + 32.241277143432306, + ], + [ + -81.3916416126152, + 32.095870994365015, + ], + ], + ], + "type": "Polygon", + }, + "id": "13029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22081 { + "geometry": { + "coordinates": [ + [ + [ + -93.47130216438899, + 32.23719481342525, + ], + [ + -93.42858994909672, + 32.23590565658091, + ], + [ + -93.21395209409863, + 32.23606680118645, + ], + [ + -93.18703263067914, + 32.14840413577167, + ], + [ + -93.12278484465128, + 31.972649085993993, + ], + [ + -93.23835907426563, + 31.97275651573102, + ], + [ + -93.23943585280242, + 31.90357176508504, + ], + [ + -93.35465115623785, + 31.932201790002985, + ], + [ + -93.54201062163752, + 32.10419679898468, + ], + [ + -93.53770350749039, + 32.193578340191905, + ], + [ + -93.61487263595961, + 32.23751710263633, + ], + [ + -93.47130216438899, + 32.23719481342525, + ], + ], + ], + "type": "Polygon", + }, + "id": "22081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13051 { + "geometry": { + "coordinates": [ + [ + [ + [ + -81.12352375695706, + 31.850716334467307, + ], + [ + -81.03702254783576, + 31.81741311598865, + ], + [ + -81.13070228053559, + 31.722660087930027, + ], + [ + -81.17520912672249, + 31.81601652940729, + ], + [ + -81.12352375695706, + 31.850716334467307, + ], + ], + ], + [ + [ + [ + -81.006513822627, + 32.067616973526675, + ], + [ + -80.92431972765282, + 32.007295176185494, + ], + [ + -81.00005315140632, + 31.955299183463985, + ], + [ + -81.006513822627, + 32.067616973526675, + ], + ], + ], + [ + [ + [ + -81.11706308573638, + 32.11757180124466, + ], + [ + -81.04204751434072, + 32.07938052973123, + ], + [ + -81.0133334200266, + 31.961422678474577, + ], + [ + -80.93472858684169, + 31.909534115490093, + ], + [ + -80.99143892311209, + 31.85834384579629, + ], + [ + -81.14864858948192, + 31.93435038474354, + ], + [ + -81.23227838917181, + 31.89121734532683, + ], + [ + -81.3916416126152, + 32.095870994365015, + ], + [ + -81.19530899274237, + 32.23751710263633, + ], + [ + -81.1443414753348, + 32.22629069511691, + ], + [ + -81.11706308573638, + 32.11757180124466, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "13051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13307 { + "geometry": { + "coordinates": [ + [ + [ + -84.43138742194435, + 32.13406226587844, + ], + [ + -84.44359091202784, + 31.966310731509346, + ], + [ + -84.45328191885886, + 31.919202791822606, + ], + [ + -84.59972379986091, + 31.92016965945586, + ], + [ + -84.65571628377346, + 31.920277089192886, + ], + [ + -84.64925561255278, + 32.23295133881264, + ], + [ + -84.52722071171775, + 32.13454569969507, + ], + [ + -84.43138742194435, + 32.13406226587844, + ], + ], + ], + "type": "Polygon", + }, + "id": "13307", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13259 { + "geometry": { + "coordinates": [ + [ + [ + -84.64925561255278, + 32.23295133881264, + ], + [ + -84.65571628377346, + 31.920277089192886, + ], + [ + -84.90696460902205, + 31.924466848936973, + ], + [ + -85.06812246336008, + 31.99171786431645, + ], + [ + -85.05591897327658, + 32.06305120970299, + ], + [ + -85.0616617921394, + 32.131591381926796, + ], + [ + -84.92311628707375, + 32.23080274407208, + ], + [ + -84.6589466193838, + 32.23284390907561, + ], + [ + -84.64925561255278, + 32.23295133881264, + ], + ], + ], + "type": "Polygon", + }, + "id": "13259", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13261 { + "geometry": { + "coordinates": [ + [ + [ + -84.02759547065195, + 32.17107181028456, + ], + [ + -84.01287949731596, + 32.13148395218977, + ], + [ + -83.96119412755054, + 32.03060742912056, + ], + [ + -83.9227890264054, + 31.909641545227117, + ], + [ + -84.33806661542344, + 31.916141044317307, + ], + [ + -84.33806661542344, + 31.873491438717224, + ], + [ + -84.44359091202784, + 31.966310731509346, + ], + [ + -84.43138742194435, + 32.13406226587844, + ], + [ + -84.43031064340757, + 32.166237472118304, + ], + [ + -84.18372835848501, + 32.15850253105229, + ], + [ + -84.18193372759038, + 32.22967473183329, + ], + [ + -84.02759547065195, + 32.17107181028456, + ], + ], + ], + "type": "Polygon", + }, + "id": "13261", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28023 { + "geometry": { + "coordinates": [ + [ + [ + -88.43126075990206, + 32.22763356682976, + ], + [ + -88.4736140490154, + 31.893849373884017, + ], + [ + -88.622209487091, + 31.857162118688983, + ], + [ + -88.91042720876904, + 31.826652073373054, + ], + [ + -88.9140164705583, + 32.22419581524487, + ], + [ + -88.43126075990206, + 32.22763356682976, + ], + ], + ], + "type": "Polygon", + }, + "id": "28023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28021 { + "geometry": { + "coordinates": [ + [ + [ + -90.72874723121105, + 32.22510896800961, + ], + [ + -90.71833837202217, + 32.04833333573016, + ], + [ + -90.73628468096851, + 31.78609734764501, + ], + [ + -91.01373461727874, + 31.861835312249696, + ], + [ + -91.24847233829672, + 31.869838827658278, + ], + [ + -91.18817274023706, + 31.961368963606063, + ], + [ + -91.07582884623304, + 32.01680270791247, + ], + [ + -91.03024522150936, + 32.1142951942653, + ], + [ + -90.9171834751475, + 32.080777116312596, + ], + [ + -90.76966481560868, + 32.155225924072944, + ], + [ + -90.72874723121105, + 32.22510896800961, + ], + ], + ], + "type": "Polygon", + }, + "id": "28021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28061 { + "geometry": { + "coordinates": [ + [ + [ + -88.9140164705583, + 32.22419581524487, + ], + [ + -88.91042720876904, + 31.826652073373054, + ], + [ + -88.9438073434092, + 31.824557193501008, + ], + [ + -89.31673164331391, + 31.802104378462175, + ], + [ + -89.32283338835566, + 32.22344380708567, + ], + [ + -88.9140164705583, + 32.22419581524487, + ], + ], + ], + "type": "Polygon", + }, + "id": "28061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28129 { + "geometry": { + "coordinates": [ + [ + [ + -89.32283338835566, + 32.22344380708567, + ], + [ + -89.31673164331391, + 31.802104378462175, + ], + [ + -89.40107929536165, + 31.796840321347805, + ], + [ + -89.65304547296812, + 31.78061843105659, + ], + [ + -89.66201862744127, + 32.04725903835988, + ], + [ + -89.73021460143732, + 32.04704417888583, + ], + [ + -89.73021460143732, + 32.22177864616174, + ], + [ + -89.32283338835566, + 32.22344380708567, + ], + ], + ], + "type": "Polygon", + }, + "id": "28129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48035 { + "geometry": { + "coordinates": [ + [ + [ + -97.61510490009626, + 32.203569305735506, + ], + [ + -97.51460556999682, + 32.133578832061815, + ], + [ + -97.47620046885167, + 32.173435264499176, + ], + [ + -97.47476476413597, + 32.01008834934822, + ], + [ + -97.37713684346794, + 31.977268564686195, + ], + [ + -97.43923107242223, + 31.933490946847318, + ], + [ + -97.2766375133685, + 31.831862415618907, + ], + [ + -97.27735536572635, + 31.745542621916975, + ], + [ + -97.6050549670863, + 31.58772833822296, + ], + [ + -97.68976154531298, + 31.7110039614625, + ], + [ + -97.76657174760327, + 31.672436685869478, + ], + [ + -98.00561658276837, + 32.01787700528275, + ], + [ + -97.86491752062915, + 32.0873303302713, + ], + [ + -97.61510490009626, + 32.203569305735506, + ], + ], + ], + "type": "Polygon", + }, + "id": "48035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13271 { + "geometry": { + "coordinates": [ + [ + [ + -82.64572968178466, + 31.918880502611522, + ], + [ + -82.83631948279466, + 31.810859902029947, + ], + [ + -82.99568270623806, + 31.780994435136186, + ], + [ + -83.17765827895383, + 31.847869446436064, + ], + [ + -83.2056545209101, + 31.900456302711234, + ], + [ + -82.92784565842094, + 32.13524399298575, + ], + [ + -82.88800485256009, + 32.080508541970026, + ], + [ + -82.72935948147455, + 32.007080316711445, + ], + [ + -82.64572968178466, + 31.918880502611522, + ], + ], + ], + "type": "Polygon", + }, + "id": "13271", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22127 { + "geometry": { + "coordinates": [ + [ + [ + -92.81446725695335, + 32.14690011945328, + ], + [ + -92.31232953263508, + 32.14609439642557, + ], + [ + -92.31268845881401, + 31.927367451836727, + ], + [ + -92.36293812386373, + 31.79662546187375, + ], + [ + -92.6192114156173, + 31.79716261055889, + ], + [ + -92.61992926797515, + 31.709553660012624, + ], + [ + -92.97347155421782, + 31.708909081590456, + ], + [ + -92.95050027876653, + 31.85603410645019, + ], + [ + -92.87333115029732, + 31.94831625055717, + ], + [ + -92.93901464104087, + 32.147920701955044, + ], + [ + -92.81446725695335, + 32.14690011945328, + ], + ], + ], + "type": "Polygon", + }, + "id": "22127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22069 { + "geometry": { + "coordinates": [ + [ + [ + -92.93901464104087, + 32.147920701955044, + ], + [ + -92.87333115029732, + 31.94831625055717, + ], + [ + -92.95050027876653, + 31.85603410645019, + ], + [ + -92.97347155421782, + 31.708909081590456, + ], + [ + -92.90635235875855, + 31.623609870390286, + ], + [ + -92.801545914512, + 31.597021010475878, + ], + [ + -92.71899289335889, + 31.517576719943733, + ], + [ + -92.91317195615817, + 31.368249385474925, + ], + [ + -92.9813679301542, + 31.346602293463796, + ], + [ + -93.23620551719208, + 31.36443562981043, + ], + [ + -93.23656444337101, + 31.538256944321603, + ], + [ + -93.33742269964937, + 31.538042084847547, + ], + [ + -93.339217330544, + 31.714226853573336, + ], + [ + -93.44222914389593, + 31.714495427915907, + ], + [ + -93.44115236535914, + 31.845237417878884, + ], + [ + -93.44079343918023, + 31.91367016036567, + ], + [ + -93.35465115623785, + 31.932201790002985, + ], + [ + -93.23943585280242, + 31.90357176508504, + ], + [ + -93.23835907426563, + 31.97275651573102, + ], + [ + -93.12278484465128, + 31.972649085993993, + ], + [ + -93.18703263067914, + 32.14840413577167, + ], + [ + -92.93901464104087, + 32.147920701955044, + ], + ], + ], + "type": "Polygon", + }, + "id": "22069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01005 { + "geometry": { + "coordinates": [ + [ + [ + -85.05591897327658, + 32.06305120970299, + ], + [ + -85.06812246336008, + 31.99171786431645, + ], + [ + -85.14062555150325, + 31.857967841716693, + ], + [ + -85.14098447768218, + 31.780457286451046, + ], + [ + -85.12734528288297, + 31.762677664972927, + ], + [ + -85.21600004907783, + 31.702409582500266, + ], + [ + -85.41592193073993, + 31.706599342244353, + ], + [ + -85.41628085691886, + 31.619420110646196, + ], + [ + -85.74828757242594, + 31.618023524064835, + ], + [ + -85.71634314250147, + 31.66056569992789, + ], + [ + -85.65783817533644, + 31.880259512149983, + ], + [ + -85.58641186573006, + 31.9973042106419, + ], + [ + -85.42848434700237, + 32.014868972645964, + ], + [ + -85.41053803805603, + 32.14663154511071, + ], + [ + -85.25799441201224, + 32.147920701955044, + ], + [ + -85.18513239769014, + 32.061762052858654, + ], + [ + -85.05591897327658, + 32.06305120970299, + ], + ], + ], + "type": "Polygon", + }, + "id": "01005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48073 { + "geometry": { + "coordinates": [ + [ + [ + -94.98525278710126, + 32.137983451279965, + ], + [ + -94.98489386092234, + 31.846204285512133, + ], + [ + -94.9371566791251, + 31.84555970708997, + ], + [ + -94.97448500173347, + 31.78196130276944, + ], + [ + -94.94971909538754, + 31.636716298307693, + ], + [ + -94.86573036951872, + 31.52692310706516, + ], + [ + -95.0031990960476, + 31.42610029886446, + ], + [ + -95.10010916435776, + 31.46832018551643, + ], + [ + -95.13994997021861, + 31.563234358180594, + ], + [ + -95.2734705087793, + 31.592831250731788, + ], + [ + -95.27598299203179, + 31.65745023755408, + ], + [ + -95.40196608083501, + 31.761871941945216, + ], + [ + -95.44431936994835, + 31.845613421958483, + ], + [ + -95.42852661807558, + 32.08448344224006, + ], + [ + -95.4597531956422, + 32.135566282196834, + ], + [ + -94.98525278710126, + 32.137983451279965, + ], + ], + ], + "type": "Polygon", + }, + "id": "48073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13315 { + "geometry": { + "coordinates": [ + [ + [ + -83.33702150239723, + 32.105969389645644, + ], + [ + -83.2853361326318, + 31.97608683757889, + ], + [ + -83.2056545209101, + 31.900456302711234, + ], + [ + -83.17765827895383, + 31.847869446436064, + ], + [ + -83.47987412161001, + 31.847278582882414, + ], + [ + -83.61231788163391, + 31.85404665631517, + ], + [ + -83.60980539838143, + 32.02781425595783, + ], + [ + -83.60836969366572, + 32.11837752427237, + ], + [ + -83.33702150239723, + 32.105969389645644, + ], + ], + ], + "type": "Polygon", + }, + "id": "13315", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13179 { + "geometry": { + "coordinates": [ + [ + [ + [ + -81.13106120671452, + 31.695748938804535, + ], + [ + -81.17879838851175, + 31.557110863170003, + ], + [ + -81.19243758331096, + 31.666044616516317, + ], + [ + -81.13106120671452, + 31.695748938804535, + ], + ], + ], + [ + [ + [ + -81.35180080675435, + 31.654119915706215, + ], + [ + -81.49178201653572, + 31.69950897960051, + ], + [ + -81.64181315932703, + 31.76557826787268, + ], + [ + -81.76492483869885, + 31.874189732007906, + ], + [ + -81.75020886536285, + 31.97313251981062, + ], + [ + -81.82450658440065, + 32.01481525777746, + ], + [ + -81.7616945030885, + 32.047957331650565, + ], + [ + -81.71862336161732, + 32.0892640655378, + ], + [ + -81.59335812517195, + 31.971574788623712, + ], + [ + -81.40743436448798, + 31.944395065155653, + ], + [ + -81.31985637682989, + 31.809570745185614, + ], + [ + -81.18920724770062, + 31.70761992474612, + ], + [ + -81.35180080675435, + 31.654119915706215, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "13179", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48431 { + "geometry": { + "coordinates": [ + [ + [ + -101.18390789716315, + 32.08722290053427, + ], + [ + -100.82175138262625, + 32.0865783221121, + ], + [ + -100.8253406444155, + 31.696124942884133, + ], + [ + -100.86554037645529, + 31.562267490547345, + ], + [ + -101.26789662303197, + 31.55641256987932, + ], + [ + -101.26717877067412, + 31.65078959385835, + ], + [ + -101.26466628742163, + 32.087115470797244, + ], + [ + -101.18390789716315, + 32.08722290053427, + ], + ], + ], + "type": "Polygon", + }, + "id": "48431", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48173 { + "geometry": { + "coordinates": [ + [ + [ + -101.26466628742163, + 32.087115470797244, + ], + [ + -101.26717877067412, + 31.65078959385835, + ], + [ + -101.77577716621308, + 31.65132674254349, + ], + [ + -101.776136092392, + 32.08690061132319, + ], + [ + -101.6950187759546, + 32.087545189745356, + ], + [ + -101.26466628742163, + 32.087115470797244, + ], + ], + ], + "type": "Polygon", + }, + "id": "48173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48329 { + "geometry": { + "coordinates": [ + [ + [ + -101.776136092392, + 32.08690061132319, + ], + [ + -101.77577716621308, + 31.65132674254349, + ], + [ + -102.28724697118344, + 31.651273027674975, + ], + [ + -102.28688804500452, + 32.087008041060216, + ], + [ + -102.21151354742993, + 32.08679318158616, + ], + [ + -101.776136092392, + 32.08690061132319, + ], + ], + ], + "type": "Polygon", + }, + "id": "48329", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48135 { + "geometry": { + "coordinates": [ + [ + [ + -102.28688804500452, + 32.087008041060216, + ], + [ + -102.28724697118344, + 31.651273027674975, + ], + [ + -102.31847354875005, + 31.65132674254349, + ], + [ + -102.76713127240826, + 31.651702746623087, + ], + [ + -102.79907570233273, + 31.6517564614916, + ], + [ + -102.79907570233273, + 32.08577259908439, + ], + [ + -102.28688804500452, + 32.087008041060216, + ], + ], + ], + "type": "Polygon", + }, + "id": "48135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48495 { + "geometry": { + "coordinates": [ + [ + [ + -102.79907570233273, + 32.08577259908439, + ], + [ + -102.79907570233273, + 31.6517564614916, + ], + [ + -103.32741503771264, + 31.651434172280517, + ], + [ + -103.32669718535479, + 32.0003659581472, + ], + [ + -103.06432214855947, + 32.00052710275274, + ], + [ + -103.06432214855947, + 32.08706175592873, + ], + [ + -102.79907570233273, + 32.08577259908439, + ], + ], + ], + "type": "Polygon", + }, + "id": "48495", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48081 { + "geometry": { + "coordinates": [ + [ + [ + -100.66525956861426, + 32.085396595004795, + ], + [ + -100.23526600626023, + 32.082334847499496, + ], + [ + -100.23562493243915, + 31.69290205077329, + ], + [ + -100.8253406444155, + 31.696124942884133, + ], + [ + -100.82175138262625, + 32.0865783221121, + ], + [ + -100.66525956861426, + 32.085396595004795, + ], + ], + ], + "type": "Polygon", + }, + "id": "48081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48001 { + "geometry": { + "coordinates": [ + [ + [ + -95.2734705087793, + 31.592831250731788, + ], + [ + -95.6517787013679, + 31.541802125643528, + ], + [ + -95.74007454138385, + 31.503879428472672, + ], + [ + -95.73469064869994, + 31.653153048072966, + ], + [ + -95.78745279700215, + 31.61834581327592, + ], + [ + -95.87682541555486, + 31.756178165882737, + ], + [ + -95.98378541687498, + 31.788460801859628, + ], + [ + -95.97014622207577, + 31.877251479513202, + ], + [ + -96.05269924322889, + 32.005898589604136, + ], + [ + -95.42852661807558, + 32.08448344224006, + ], + [ + -95.44431936994835, + 31.845613421958483, + ], + [ + -95.40196608083501, + 31.761871941945216, + ], + [ + -95.27598299203179, + 31.65745023755408, + ], + [ + -95.2734705087793, + 31.592831250731788, + ], + ], + ], + "type": "Polygon", + }, + "id": "48001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48083 { + "geometry": { + "coordinates": [ + [ + [ + -99.63155217330574, + 32.08126055012922, + ], + [ + -99.19581579208888, + 32.07921938512569, + ], + [ + -99.20263538948848, + 31.46708474354061, + ], + [ + -99.31426143113464, + 31.409663549099186, + ], + [ + -99.44132129847465, + 31.47508825894919, + ], + [ + -99.51238868190211, + 31.424381423072013, + ], + [ + -99.60176130045483, + 31.49216958713663, + ], + [ + -99.7216426442163, + 31.576770505046113, + ], + [ + -99.71446412063777, + 32.08201255828841, + ], + [ + -99.63155217330574, + 32.08126055012922, + ], + ], + ], + "type": "Polygon", + }, + "id": "48083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48399 { + "geometry": { + "coordinates": [ + [ + [ + -99.71446412063777, + 32.08201255828841, + ], + [ + -99.7216426442163, + 31.576770505046113, + ], + [ + -100.11107754835163, + 31.58026197149952, + ], + [ + -100.2349070800813, + 31.581336268869798, + ], + [ + -100.23562493243915, + 31.69290205077329, + ], + [ + -100.23526600626023, + 32.082334847499496, + ], + [ + -100.15199513274926, + 32.082603421842066, + ], + [ + -99.71446412063777, + 32.08201255828841, + ], + ], + ], + "type": "Polygon", + }, + "id": "48399", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48049 { + "geometry": { + "coordinates": [ + [ + [ + -98.92446760082039, + 32.07803765801838, + ], + [ + -98.66855323524574, + 31.70047584723376, + ], + [ + -98.76043833705094, + 31.68785285313298, + ], + [ + -98.7801792768919, + 31.610610872209907, + ], + [ + -98.99194572245858, + 31.484166071728048, + ], + [ + -99.09065042166338, + 31.46085381879299, + ], + [ + -99.20263538948848, + 31.46708474354061, + ], + [ + -99.19581579208888, + 32.07921938512569, + ], + [ + -99.11864666361966, + 32.07959538920529, + ], + [ + -98.92446760082039, + 32.07803765801838, + ], + ], + ], + "type": "Polygon", + }, + "id": "48049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01109 { + "geometry": { + "coordinates": [ + [ + [ + -85.65783817533644, + 31.880259512149983, + ], + [ + -85.71634314250147, + 31.66056569992789, + ], + [ + -85.74828757242594, + 31.618023524064835, + ], + [ + -85.78920515682357, + 31.61796980919632, + ], + [ + -86.14597777867658, + 31.617754949722265, + ], + [ + -86.14849026192907, + 31.79093168581127, + ], + [ + -86.19945777933664, + 31.790448251994643, + ], + [ + -86.19120247722132, + 31.966471876114888, + ], + [ + -85.99522878352742, + 31.967546173485168, + ], + [ + -85.99702341442205, + 32.051019079155864, + ], + [ + -85.8936526748912, + 32.04736646809691, + ], + [ + -85.88432059423911, + 31.967223884274084, + ], + [ + -85.78992300918142, + 31.967223884274084, + ], + [ + -85.79135871389713, + 31.88036694188701, + ], + [ + -85.65783817533644, + 31.880259512149983, + ], + ], + ], + "type": "Polygon", + }, + "id": "01109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01041 { + "geometry": { + "coordinates": [ + [ + [ + -86.19120247722132, + 31.966471876114888, + ], + [ + -86.19945777933664, + 31.790448251994643, + ], + [ + -86.14849026192907, + 31.79093168581127, + ], + [ + -86.14597777867658, + 31.617754949722265, + ], + [ + -86.19443281283166, + 31.439958734941058, + ], + [ + -86.27698583398478, + 31.455589761678624, + ], + [ + -86.28021616959512, + 31.52853455312058, + ], + [ + -86.39866180864088, + 31.451990865488185, + ], + [ + -86.40045643953552, + 31.527137966539215, + ], + [ + -86.49916113874032, + 31.52531166100974, + ], + [ + -86.49952006491925, + 31.65524792794501, + ], + [ + -86.44855254751168, + 31.65557021715609, + ], + [ + -86.44819362133275, + 31.964645570585414, + ], + [ + -86.40619925839835, + 32.050750504813294, + ], + [ + -86.30354637122534, + 32.05160994270952, + ], + [ + -86.30211066650963, + 31.965075289533527, + ], + [ + -86.19120247722132, + 31.966471876114888, + ], + ], + ], + "type": "Polygon", + }, + "id": "01041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28029 { + "geometry": { + "coordinates": [ + [ + [ + -90.23019876868204, + 32.04972992231153, + ], + [ + -90.13185299565616, + 31.858290130927777, + ], + [ + -90.12287984118299, + 31.752686699429333, + ], + [ + -90.24527366819696, + 31.717449745684174, + ], + [ + -90.28331984316317, + 31.69977755394308, + ], + [ + -90.73664360714743, + 31.698488397098746, + ], + [ + -90.73628468096851, + 31.78609734764501, + ], + [ + -90.71833837202217, + 32.04833333573016, + ], + [ + -90.23019876868204, + 32.04972992231153, + ], + ], + ], + "type": "Polygon", + }, + "id": "28029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28127 { + "geometry": { + "coordinates": [ + [ + [ + -89.73021460143732, + 32.04704417888583, + ], + [ + -89.66201862744127, + 32.04725903835988, + ], + [ + -89.65304547296812, + 31.78061843105659, + ], + [ + -89.75498050778326, + 31.77465608065154, + ], + [ + -89.97464332928632, + 31.761603367602646, + ], + [ + -90.12287984118299, + 31.752686699429333, + ], + [ + -90.13185299565616, + 31.858290130927777, + ], + [ + -90.23019876868204, + 32.04972992231153, + ], + [ + -89.73021460143732, + 32.04704417888583, + ], + ], + ], + "type": "Polygon", + }, + "id": "28127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13081 { + "geometry": { + "coordinates": [ + [ + [ + -83.60980539838143, + 32.02781425595783, + ], + [ + -83.61231788163391, + 31.85404665631517, + ], + [ + -83.61267680781283, + 31.804145543465705, + ], + [ + -83.80218983028607, + 31.803500965043536, + ], + [ + -83.93929963063601, + 31.847762016699036, + ], + [ + -83.9227890264054, + 31.909641545227117, + ], + [ + -83.96119412755054, + 32.03060742912056, + ], + [ + -83.60980539838143, + 32.02781425595783, + ], + ], + ], + "type": "Polygon", + }, + "id": "13081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48193 { + "geometry": { + "coordinates": [ + [ + [ + -98.27122195517403, + 31.41637790766343, + ], + [ + -98.46360638707867, + 31.683985382599978, + ], + [ + -98.15672450409645, + 31.841638521688445, + ], + [ + -98.20840987386188, + 31.917483916030157, + ], + [ + -98.00561658276837, + 32.01787700528275, + ], + [ + -97.76657174760327, + 31.672436685869478, + ], + [ + -98.18005470572668, + 31.463646991955713, + ], + [ + -98.27122195517403, + 31.41637790766343, + ], + ], + ], + "type": "Polygon", + }, + "id": "48193", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13183 { + "geometry": { + "coordinates": [ + [ + [ + -81.49178201653572, + 31.69950897960051, + ], + [ + -81.56607973557352, + 31.576501930703543, + ], + [ + -81.66334873006262, + 31.5386329484012, + ], + [ + -81.96915383450806, + 31.78926652488734, + ], + [ + -81.82450658440065, + 32.01481525777746, + ], + [ + -81.75020886536285, + 31.97313251981062, + ], + [ + -81.76492483869885, + 31.874189732007906, + ], + [ + -81.64181315932703, + 31.76557826787268, + ], + [ + -81.49178201653572, + 31.69950897960051, + ], + ], + ], + "type": "Polygon", + }, + "id": "13183", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48161 { + "geometry": { + "coordinates": [ + [ + [ + -95.78745279700215, + 31.61834581327592, + ], + [ + -96.2364694468393, + 31.41336987502665, + ], + [ + -96.49669092656106, + 31.79619574292564, + ], + [ + -96.05485280030244, + 32.012505518431354, + ], + [ + -96.05269924322889, + 32.005898589604136, + ], + [ + -95.97014622207577, + 31.877251479513202, + ], + [ + -95.98378541687498, + 31.788460801859628, + ], + [ + -95.87682541555486, + 31.756178165882737, + ], + [ + -95.78745279700215, + 31.61834581327592, + ], + ], + ], + "type": "Polygon", + }, + "id": "48161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48109 { + "geometry": { + "coordinates": [ + [ + [ + -104.02444967718804, + 32.000043668936115, + ], + [ + -104.10269558419404, + 31.105100244625035, + ], + [ + -104.91709908417843, + 30.663617740308805, + ], + [ + -104.90740807734741, + 30.83593503850159, + ], + [ + -104.91853478889414, + 32.00047338788423, + ], + [ + -104.8478263316456, + 32.00052710275274, + ], + [ + -104.02444967718804, + 32.000043668936115, + ], + ], + ], + "type": "Polygon", + }, + "id": "48109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48229 { + "geometry": { + "coordinates": [ + [ + [ + -104.91709908417843, + 30.663617740308805, + ], + [ + -104.97991116549058, + 30.629293939328385, + ], + [ + -105.21500781268749, + 30.80585471213377, + ], + [ + -105.39447090215077, + 30.85849528327745, + ], + [ + -105.55670553502559, + 30.989183558371913, + ], + [ + -105.60587842153852, + 31.085010883800816, + ], + [ + -105.77349694709723, + 31.16676491367906, + ], + [ + -105.86897131069169, + 31.28869766520575, + ], + [ + -105.99710795656848, + 31.387210734060353, + ], + [ + -105.99782580892634, + 32.002299693413704, + ], + [ + -104.91853478889414, + 32.00047338788423, + ], + [ + -104.90740807734741, + 30.83593503850159, + ], + [ + -104.91709908417843, + 30.663617740308805, + ], + ], + ], + "type": "Polygon", + }, + "id": "48229", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48141 { + "geometry": { + "coordinates": [ + [ + [ + -105.99710795656848, + 31.387210734060353, + ], + [ + -106.2189243351451, + 31.47927801869328, + ], + [ + -106.38187682037777, + 31.73270476834214, + ], + [ + -106.52795977520088, + 31.783895038035944, + ], + [ + -106.63599655505779, + 31.866132501730814, + ], + [ + -106.61840917229038, + 32.00041967301571, + ], + [ + -106.37721078005173, + 32.00127911091194, + ], + [ + -105.99782580892634, + 32.002299693413704, + ], + [ + -105.99710795656848, + 31.387210734060353, + ], + ], + ], + "type": "Polygon", + }, + "id": "48141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48301 { + "geometry": { + "coordinates": [ + [ + [ + -103.32741503771264, + 31.651434172280517, + ], + [ + -103.6106077928857, + 31.651810176360115, + ], + [ + -103.69172510932312, + 31.747744931526046, + ], + [ + -103.79724940592753, + 31.770251461433396, + ], + [ + -103.84032054739872, + 31.888961320849248, + ], + [ + -103.88626309830131, + 31.869677683052736, + ], + [ + -103.98030175718007, + 32.00009738380463, + ], + [ + -103.72295168688973, + 32.00020481354166, + ], + [ + -103.32669718535479, + 32.0003659581472, + ], + [ + -103.32741503771264, + 31.651434172280517, + ], + ], + ], + "type": "Polygon", + }, + "id": "48301", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48389 { + "geometry": { + "coordinates": [ + [ + [ + -103.6106077928857, + 31.651810176360115, + ], + [ + -103.51692806018588, + 31.628551638293573, + ], + [ + -103.4537570526948, + 31.42583172452189, + ], + [ + -103.262090473148, + 31.42749688544582, + ], + [ + -103.19497127768874, + 31.372170570876442, + ], + [ + -103.01120107407833, + 31.371257418111703, + ], + [ + -103.58512403418192, + 30.766481713513038, + ], + [ + -104.10269558419404, + 31.105100244625035, + ], + [ + -104.02444967718804, + 32.000043668936115, + ], + [ + -103.98030175718007, + 32.00009738380463, + ], + [ + -103.88626309830131, + 31.869677683052736, + ], + [ + -103.84032054739872, + 31.888961320849248, + ], + [ + -103.79724940592753, + 31.770251461433396, + ], + [ + -103.69172510932312, + 31.747744931526046, + ], + [ + -103.6106077928857, + 31.651810176360115, + ], + ], + ], + "type": "Polygon", + }, + "id": "48389", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13239 { + "geometry": { + "coordinates": [ + [ + [ + -84.90696460902205, + 31.924466848936973, + ], + [ + -84.9101949446324, + 31.776858390260614, + ], + [ + -84.95864997878748, + 31.777825257893866, + ], + [ + -85.14098447768218, + 31.780457286451046, + ], + [ + -85.14062555150325, + 31.857967841716693, + ], + [ + -85.06812246336008, + 31.99171786431645, + ], + [ + -84.90696460902205, + 31.924466848936973, + ], + ], + ], + "type": "Polygon", + }, + "id": "13239", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01025 { + "geometry": { + "coordinates": [ + [ + [ + -87.66782477732524, + 31.99134186023685, + ], + [ + -87.620087595528, + 31.82713550718968, + ], + [ + -87.50128303030331, + 31.829176672193206, + ], + [ + -87.51599900363931, + 31.697843818676578, + ], + [ + -87.56696652104688, + 31.697091810517385, + ], + [ + -87.56553081633118, + 31.553458252111056, + ], + [ + -87.62152330024371, + 31.513601819673696, + ], + [ + -87.57414504462541, + 31.434211244010065, + ], + [ + -87.70515309993361, + 31.401767463427632, + ], + [ + -87.76509377181435, + 31.297345759036496, + ], + [ + -87.94671041835119, + 31.19292405464536, + ], + [ + -87.96932276762357, + 31.258509909100905, + ], + [ + -87.88712867264938, + 31.389896477486047, + ], + [ + -87.93989082095159, + 31.375124888644713, + ], + [ + -87.90579283395356, + 31.491847297925545, + ], + [ + -88.07951310455402, + 31.602016493247675, + ], + [ + -88.08884518520611, + 31.69924040525794, + ], + [ + -88.17893565611668, + 31.81032275334481, + ], + [ + -88.07341135951226, + 31.99010641826103, + ], + [ + -87.66782477732524, + 31.99134186023685, + ], + ], + ], + "type": "Polygon", + }, + "id": "01025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48419 { + "geometry": { + "coordinates": [ + [ + [ + -93.87904230364957, + 31.844216835377118, + ], + [ + -93.79505357778075, + 31.701979863552154, + ], + [ + -93.8348943836416, + 31.58622432190457, + ], + [ + -93.98456660025398, + 31.569357853191185, + ], + [ + -94.09116767539517, + 31.620601837753505, + ], + [ + -94.39876741073525, + 31.653582767021078, + ], + [ + -94.4522474113953, + 31.844270550245632, + ], + [ + -94.51147023091819, + 31.973991957706843, + ], + [ + -94.01615210399952, + 31.979846878374865, + ], + [ + -93.87904230364957, + 31.844216835377118, + ], + ], + ], + "type": "Polygon", + }, + "id": "48419", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22025 { + "geometry": { + "coordinates": [ + [ + [ + -91.57581301347776, + 31.882569251496086, + ], + [ + -91.545304288269, + 31.752149550744193, + ], + [ + -91.69461757870245, + 31.735283082030808, + ], + [ + -91.70753892114381, + 31.639885475550017, + ], + [ + -91.80660254652754, + 31.63070023303413, + ], + [ + -91.8073203988854, + 31.438723292965236, + ], + [ + -91.86331288279794, + 31.354444664266836, + ], + [ + -91.83423986230488, + 31.266298565035427, + ], + [ + -91.92684281646794, + 31.29482116021634, + ], + [ + -91.99073167631687, + 31.22520669062225, + ], + [ + -92.00796013290535, + 31.325814639348895, + ], + [ + -92.00544764965287, + 31.927313736968213, + ], + [ + -91.88951449385958, + 31.971467358886688, + ], + [ + -91.7804009354659, + 31.87177256292478, + ], + [ + -91.59734858421335, + 31.969748483094243, + ], + [ + -91.57581301347776, + 31.882569251496086, + ], + ], + ], + "type": "Polygon", + }, + "id": "22025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13161 { + "geometry": { + "coordinates": [ + [ + [ + -82.43145075296549, + 31.96598844229826, + ], + [ + -82.43145075296549, + 31.8379859106295, + ], + [ + -82.52010551916035, + 31.838361914709097, + ], + [ + -82.52154122387606, + 31.710789101988443, + ], + [ + -82.62742444665939, + 31.672597830475016, + ], + [ + -82.83667840897358, + 31.67141610336771, + ], + [ + -82.83631948279466, + 31.810859902029947, + ], + [ + -82.64572968178466, + 31.918880502611522, + ], + [ + -82.54343572079058, + 31.95889807965442, + ], + [ + -82.48313612273091, + 31.968942760066533, + ], + [ + -82.43145075296549, + 31.96598844229826, + ], + ], + ], + "type": "Polygon", + }, + "id": "13161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13273 { + "geometry": { + "coordinates": [ + [ + [ + -84.33806661542344, + 31.873491438717224, + ], + [ + -84.261974265491, + 31.82826351942847, + ], + [ + -84.29786688338366, + 31.621944709466355, + ], + [ + -84.45041050942746, + 31.621300131044187, + ], + [ + -84.5469616515587, + 31.621300131044187, + ], + [ + -84.60295413547125, + 31.77197033722584, + ], + [ + -84.59972379986091, + 31.92016965945586, + ], + [ + -84.45328191885886, + 31.919202791822606, + ], + [ + -84.44359091202784, + 31.966310731509346, + ], + [ + -84.33806661542344, + 31.873491438717224, + ], + ], + ], + "type": "Polygon", + }, + "id": "13273", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13001 { + "geometry": { + "coordinates": [ + [ + [ + -82.2250682000827, + 31.913079296812015, + ], + [ + -82.11200645372084, + 31.90067116218529, + ], + [ + -82.04847652005084, + 31.827081792321167, + ], + [ + -82.13318309827751, + 31.773366923807203, + ], + [ + -82.13282417209858, + 31.471381933021725, + ], + [ + -82.22686283097734, + 31.53073686272965, + ], + [ + -82.52154122387606, + 31.710789101988443, + ], + [ + -82.52010551916035, + 31.838361914709097, + ], + [ + -82.43145075296549, + 31.8379859106295, + ], + [ + -82.43145075296549, + 31.96598844229826, + ], + [ + -82.2250682000827, + 31.913079296812015, + ], + ], + ], + "type": "Polygon", + }, + "id": "13001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01013 { + "geometry": { + "coordinates": [ + [ + [ + -86.44819362133275, + 31.964645570585414, + ], + [ + -86.44855254751168, + 31.65557021715609, + ], + [ + -86.49952006491925, + 31.65524792794501, + ], + [ + -86.49916113874032, + 31.52531166100974, + ], + [ + -86.70159550365491, + 31.523861359559866, + ], + [ + -86.83942315636271, + 31.525257946141227, + ], + [ + -86.90690127800092, + 31.632687683169145, + ], + [ + -86.90582449946413, + 31.753008988640417, + ], + [ + -86.90690127800092, + 31.830626973643085, + ], + [ + -86.90905483507447, + 31.961691252817147, + ], + [ + -86.85772839148797, + 31.962174686633773, + ], + [ + -86.44819362133275, + 31.964645570585414, + ], + ], + ], + "type": "Polygon", + }, + "id": "01013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13243 { + "geometry": { + "coordinates": [ + [ + [ + -84.65571628377346, + 31.920277089192886, + ], + [ + -84.59972379986091, + 31.92016965945586, + ], + [ + -84.60295413547125, + 31.77197033722584, + ], + [ + -84.5469616515587, + 31.621300131044187, + ], + [ + -84.81759199046934, + 31.619688684988766, + ], + [ + -84.94249830073578, + 31.618614387618486, + ], + [ + -84.95864997878748, + 31.777825257893866, + ], + [ + -84.9101949446324, + 31.776858390260614, + ], + [ + -84.90696460902205, + 31.924466848936973, + ], + [ + -84.65571628377346, + 31.920277089192886, + ], + ], + ], + "type": "Polygon", + }, + "id": "13243", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22059 { + "geometry": { + "coordinates": [ + [ + [ + -92.00544764965287, + 31.927313736968213, + ], + [ + -92.00796013290535, + 31.325814639348895, + ], + [ + -92.08656496609026, + 31.33537588594438, + ], + [ + -92.19603745066287, + 31.477881432111914, + ], + [ + -92.26602805555355, + 31.492760450690284, + ], + [ + -92.35252926467486, + 31.623609870390286, + ], + [ + -92.36293812386373, + 31.79662546187375, + ], + [ + -92.31268845881401, + 31.927367451836727, + ], + [ + -92.00544764965287, + 31.927313736968213, + ], + ], + ], + "type": "Polygon", + }, + "id": "22059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13177 { + "geometry": { + "coordinates": [ + [ + [ + -83.9227890264054, + 31.909641545227117, + ], + [ + -83.93929963063601, + 31.847762016699036, + ], + [ + -84.00426526902173, + 31.80419925833422, + ], + [ + -84.01826338999986, + 31.650198730304695, + ], + [ + -84.0430292963458, + 31.623556155521772, + ], + [ + -84.29786688338366, + 31.621944709466355, + ], + [ + -84.261974265491, + 31.82826351942847, + ], + [ + -84.33806661542344, + 31.873491438717224, + ], + [ + -84.33806661542344, + 31.916141044317307, + ], + [ + -83.9227890264054, + 31.909641545227117, + ], + ], + ], + "type": "Polygon", + }, + "id": "13177", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28153 { + "geometry": { + "coordinates": [ + [ + [ + -88.44956599502731, + 31.435822690065486, + ], + [ + -88.84187230859406, + 31.43362038045641, + ], + [ + -88.9438073434092, + 31.433405520982355, + ], + [ + -88.9438073434092, + 31.824557193501008, + ], + [ + -88.91042720876904, + 31.826652073373054, + ], + [ + -88.622209487091, + 31.857162118688983, + ], + [ + -88.4736140490154, + 31.893849373884017, + ], + [ + -88.46428196836331, + 31.697843818676578, + ], + [ + -88.44956599502731, + 31.435822690065486, + ], + ], + ], + "type": "Polygon", + }, + "id": "28153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28063 { + "geometry": { + "coordinates": [ + [ + [ + -90.73628468096851, + 31.78609734764501, + ], + [ + -90.73664360714743, + 31.698488397098746, + ], + [ + -90.73736145950528, + 31.611094306026533, + ], + [ + -91.15371582706011, + 31.61007372352477, + ], + [ + -91.30015770806214, + 31.67232925613245, + ], + [ + -91.31774509082955, + 31.74973238166106, + ], + [ + -91.3453824066069, + 31.84384083129752, + ], + [ + -91.24847233829672, + 31.869838827658278, + ], + [ + -91.01373461727874, + 31.861835312249696, + ], + [ + -90.73628468096851, + 31.78609734764501, + ], + ], + ], + "type": "Polygon", + }, + "id": "28063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48309 { + "geometry": { + "coordinates": [ + [ + [ + -97.41877228022342, + 31.32017457815493, + ], + [ + -97.6050549670863, + 31.58772833822296, + ], + [ + -97.27735536572635, + 31.745542621916975, + ], + [ + -97.03723375202448, + 31.863070754225518, + ], + [ + -96.93206838159898, + 31.70885536672194, + ], + [ + -96.80141925246971, + 31.522249913504446, + ], + [ + -97.2780732180842, + 31.279780997032432, + ], + [ + -97.34339778264884, + 31.244221754076193, + ], + [ + -97.41877228022342, + 31.32017457815493, + ], + ], + ], + "type": "Polygon", + }, + "id": "48309", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13287 { + "geometry": { + "coordinates": [ + [ + [ + -83.47987412161001, + 31.847278582882414, + ], + [ + -83.45367251054836, + 31.757897041675186, + ], + [ + -83.50069183998775, + 31.593905548102065, + ], + [ + -83.64928727806334, + 31.56801498147834, + ], + [ + -83.79680593760217, + 31.622911577099607, + ], + [ + -83.80218983028607, + 31.803500965043536, + ], + [ + -83.61267680781283, + 31.804145543465705, + ], + [ + -83.61231788163391, + 31.85404665631517, + ], + [ + -83.47987412161001, + 31.847278582882414, + ], + ], + ], + "type": "Polygon", + }, + "id": "13287", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13017 { + "geometry": { + "coordinates": [ + [ + [ + -83.17765827895383, + 31.847869446436064, + ], + [ + -82.99568270623806, + 31.780994435136186, + ], + [ + -82.99819518949054, + 31.673134979160157, + ], + [ + -83.32553586467158, + 31.68054763101508, + ], + [ + -83.32553586467158, + 31.756554169962335, + ], + [ + -83.45367251054836, + 31.757897041675186, + ], + [ + -83.47987412161001, + 31.847278582882414, + ], + [ + -83.17765827895383, + 31.847869446436064, + ], + ], + ], + "type": "Polygon", + }, + "id": "13017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13321 { + "geometry": { + "coordinates": [ + [ + [ + -83.93929963063601, + 31.847762016699036, + ], + [ + -83.80218983028607, + 31.803500965043536, + ], + [ + -83.79680593760217, + 31.622911577099607, + ], + [ + -83.64928727806334, + 31.56801498147834, + ], + [ + -83.6539533183894, + 31.330648977515153, + ], + [ + -83.99924030251675, + 31.334892452127754, + ], + [ + -83.99780459780105, + 31.443665060868522, + ], + [ + -84.01826338999986, + 31.650198730304695, + ], + [ + -84.00426526902173, + 31.80419925833422, + ], + [ + -83.93929963063601, + 31.847762016699036, + ], + ], + ], + "type": "Polygon", + }, + "id": "13321", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48347 { + "geometry": { + "coordinates": [ + [ + [ + -94.4522474113953, + 31.844270550245632, + ], + [ + -94.39876741073525, + 31.653582767021078, + ], + [ + -94.31083049689823, + 31.589232354541352, + ], + [ + -94.326623248771, + 31.224723256805625, + ], + [ + -94.43932606895395, + 31.313030500642576, + ], + [ + -94.50213815026609, + 31.41052298699541, + ], + [ + -94.72897949534769, + 31.45779207128769, + ], + [ + -94.86573036951872, + 31.52692310706516, + ], + [ + -94.94971909538754, + 31.636716298307693, + ], + [ + -94.97448500173347, + 31.78196130276944, + ], + [ + -94.9371566791251, + 31.84555970708997, + ], + [ + -94.4522474113953, + 31.844270550245632, + ], + ], + ], + "type": "Polygon", + }, + "id": "48347", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22085 { + "geometry": { + "coordinates": [ + [ + [ + -93.44115236535914, + 31.845237417878884, + ], + [ + -93.44222914389593, + 31.714495427915907, + ], + [ + -93.339217330544, + 31.714226853573336, + ], + [ + -93.33742269964937, + 31.538042084847547, + ], + [ + -93.23656444337101, + 31.538256944321603, + ], + [ + -93.23620551719208, + 31.36443562981043, + ], + [ + -93.3905437741305, + 31.36411334059935, + ], + [ + -93.44294699625378, + 31.276719249527137, + ], + [ + -93.52908927919616, + 31.277095253606735, + ], + [ + -93.55241948082639, + 31.185511402790432, + ], + [ + -93.60015666262362, + 31.176165015669007, + ], + [ + -93.68414538849244, + 31.301804093123156, + ], + [ + -93.71573089223797, + 31.51419268322735, + ], + [ + -93.8348943836416, + 31.58622432190457, + ], + [ + -93.79505357778075, + 31.701979863552154, + ], + [ + -93.87904230364957, + 31.844216835377118, + ], + [ + -93.44115236535914, + 31.845237417878884, + ], + ], + ], + "type": "Polygon", + }, + "id": "22085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13305 { + "geometry": { + "coordinates": [ + [ + [ + -82.04847652005084, + 31.827081792321167, + ], + [ + -81.96915383450806, + 31.78926652488734, + ], + [ + -81.66334873006262, + 31.5386329484012, + ], + [ + -81.62422577655963, + 31.452957733121437, + ], + [ + -81.73154470405868, + 31.330004399092985, + ], + [ + -82.04058014411446, + 31.373298583115236, + ], + [ + -82.05098900330333, + 31.451023997854936, + ], + [ + -82.13282417209858, + 31.471381933021725, + ], + [ + -82.13318309827751, + 31.773366923807203, + ], + [ + -82.04847652005084, + 31.827081792321167, + ], + ], + ], + "type": "Polygon", + }, + "id": "13305", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01099 { + "geometry": { + "coordinates": [ + [ + [ + -86.90690127800092, + 31.830626973643085, + ], + [ + -86.90582449946413, + 31.753008988640417, + ], + [ + -87.0511896019294, + 31.71836289844891, + ], + [ + -87.13517832779822, + 31.642463789238686, + ], + [ + -87.1674816839016, + 31.518167583497384, + ], + [ + -87.42734423744444, + 31.260336214630378, + ], + [ + -87.6157804813809, + 31.24443661355025, + ], + [ + -87.76509377181435, + 31.297345759036496, + ], + [ + -87.70515309993361, + 31.401767463427632, + ], + [ + -87.57414504462541, + 31.434211244010065, + ], + [ + -87.62152330024371, + 31.513601819673696, + ], + [ + -87.56553081633118, + 31.553458252111056, + ], + [ + -87.56696652104688, + 31.697091810517385, + ], + [ + -87.51599900363931, + 31.697843818676578, + ], + [ + -87.50128303030331, + 31.829176672193206, + ], + [ + -86.90690127800092, + 31.830626973643085, + ], + ], + ], + "type": "Polygon", + }, + "id": "01099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28067 { + "geometry": { + "coordinates": [ + [ + [ + -88.9438073434092, + 31.433405520982355, + ], + [ + -89.14660063450272, + 31.43399638453601, + ], + [ + -89.39964359064595, + 31.43399638453601, + ], + [ + -89.40107929536165, + 31.796840321347805, + ], + [ + -89.31673164331391, + 31.802104378462175, + ], + [ + -88.9438073434092, + 31.824557193501008, + ], + [ + -88.9438073434092, + 31.433405520982355, + ], + ], + ], + "type": "Polygon", + }, + "id": "28067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48293 { + "geometry": { + "coordinates": [ + [ + [ + -96.59683133048156, + 31.220909501141133, + ], + [ + -96.80141925246971, + 31.522249913504446, + ], + [ + -96.93206838159898, + 31.70885536672194, + ], + [ + -96.71922515749553, + 31.814888517168498, + ], + [ + -96.49669092656106, + 31.79619574292564, + ], + [ + -96.2364694468393, + 31.41336987502665, + ], + [ + -96.3190224679924, + 31.357130407692534, + ], + [ + -96.59683133048156, + 31.220909501141133, + ], + ], + ], + "type": "Polygon", + }, + "id": "48293", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13069 { + "geometry": { + "coordinates": [ + [ + [ + -82.62742444665939, + 31.672597830475016, + ], + [ + -82.59727464762956, + 31.46939448288671, + ], + [ + -82.62886015137511, + 31.363898481125293, + ], + [ + -82.81729639531156, + 31.36443562981043, + ], + [ + -82.83919089222607, + 31.401552603953576, + ], + [ + -83.14032995634547, + 31.42035280793346, + ], + [ + -83.14571384902936, + 31.47224137091795, + ], + [ + -82.99819518949054, + 31.673134979160157, + ], + [ + -82.99568270623806, + 31.780994435136186, + ], + [ + -82.83631948279466, + 31.810859902029947, + ], + [ + -82.83667840897358, + 31.67141610336771, + ], + [ + -82.62742444665939, + 31.672597830475016, + ], + ], + ], + "type": "Polygon", + }, + "id": "13069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22043 { + "geometry": { + "coordinates": [ + [ + [ + -92.36293812386373, + 31.79662546187375, + ], + [ + -92.35252926467486, + 31.623609870390286, + ], + [ + -92.26602805555355, + 31.492760450690284, + ], + [ + -92.19603745066287, + 31.477881432111914, + ], + [ + -92.63105597952188, + 31.39059477077673, + ], + [ + -92.71899289335889, + 31.517576719943733, + ], + [ + -92.801545914512, + 31.597021010475878, + ], + [ + -92.90635235875855, + 31.623609870390286, + ], + [ + -92.97347155421782, + 31.708909081590456, + ], + [ + -92.61992926797515, + 31.709553660012624, + ], + [ + -92.6192114156173, + 31.79716261055889, + ], + [ + -92.36293812386373, + 31.79662546187375, + ], + ], + ], + "type": "Polygon", + }, + "id": "22043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28031 { + "geometry": { + "coordinates": [ + [ + [ + -89.40107929536165, + 31.796840321347805, + ], + [ + -89.39964359064595, + 31.43399638453601, + ], + [ + -89.4516878865903, + 31.43399638453601, + ], + [ + -89.5866441298667, + 31.43362038045641, + ], + [ + -89.60315473409732, + 31.538847807875257, + ], + [ + -89.75569836014111, + 31.609751434313687, + ], + [ + -89.75498050778326, + 31.77465608065154, + ], + [ + -89.65304547296812, + 31.78061843105659, + ], + [ + -89.40107929536165, + 31.796840321347805, + ], + ], + ], + "type": "Polygon", + }, + "id": "28031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13061 { + "geometry": { + "coordinates": [ + [ + [ + -84.95864997878748, + 31.777825257893866, + ], + [ + -84.94249830073578, + 31.618614387618486, + ], + [ + -84.81759199046934, + 31.619688684988766, + ], + [ + -84.8197455475429, + 31.501139970178457, + ], + [ + -85.02935843603602, + 31.48604609212604, + ], + [ + -85.0455101140877, + 31.51714700099562, + ], + [ + -85.12734528288297, + 31.762677664972927, + ], + [ + -85.14098447768218, + 31.780457286451046, + ], + [ + -84.95864997878748, + 31.777825257893866, + ], + ], + ], + "type": "Polygon", + }, + "id": "13061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01067 { + "geometry": { + "coordinates": [ + [ + [ + -85.12734528288297, + 31.762677664972927, + ], + [ + -85.0455101140877, + 31.51714700099562, + ], + [ + -85.08750447702212, + 31.308625881424426, + ], + [ + -85.41771656163456, + 31.314964235909073, + ], + [ + -85.41628085691886, + 31.619420110646196, + ], + [ + -85.41592193073993, + 31.706599342244353, + ], + [ + -85.21600004907783, + 31.702409582500266, + ], + [ + -85.12734528288297, + 31.762677664972927, + ], + ], + ], + "type": "Polygon", + }, + "id": "01067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28065 { + "geometry": { + "coordinates": [ + [ + [ + -89.5866441298667, + 31.43362038045641, + ], + [ + -89.65412225150489, + 31.43372781019344, + ], + [ + -89.82425326031608, + 31.433674095324925, + ], + [ + -89.82353540795823, + 31.38995019235456, + ], + [ + -89.95920950359248, + 31.390433626171188, + ], + [ + -89.97464332928632, + 31.761603367602646, + ], + [ + -89.75498050778326, + 31.77465608065154, + ], + [ + -89.75569836014111, + 31.609751434313687, + ], + [ + -89.60315473409732, + 31.538847807875257, + ], + [ + -89.5866441298667, + 31.43362038045641, + ], + ], + ], + "type": "Polygon", + }, + "id": "28065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13155 { + "geometry": { + "coordinates": [ + [ + [ + -82.99819518949054, + 31.673134979160157, + ], + [ + -83.14571384902936, + 31.47224137091795, + ], + [ + -83.33881613329186, + 31.47594769684541, + ], + [ + -83.50069183998775, + 31.593905548102065, + ], + [ + -83.45367251054836, + 31.757897041675186, + ], + [ + -83.32553586467158, + 31.756554169962335, + ], + [ + -83.32553586467158, + 31.68054763101508, + ], + [ + -82.99819518949054, + 31.673134979160157, + ], + ], + ], + "type": "Polygon", + }, + "id": "13155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22029 { + "geometry": { + "coordinates": [ + [ + [ + -91.545304288269, + 31.752149550744193, + ], + [ + -91.37948039360492, + 31.73431621439756, + ], + [ + -91.40173381669837, + 31.62027954854242, + ], + [ + -91.49433677086142, + 31.64498838805884, + ], + [ + -91.41214267588724, + 31.564684659630473, + ], + [ + -91.51120630127097, + 31.53250945339061, + ], + [ + -91.5047456300503, + 31.364919063627056, + ], + [ + -91.57832549673024, + 31.40520521501253, + ], + [ + -91.51587234159702, + 31.27816955097701, + ], + [ + -91.6547767728416, + 31.250184104481242, + ], + [ + -91.58945220827697, + 31.191097749115883, + ], + [ + -91.62606267852748, + 31.116810085961077, + ], + [ + -91.56396844957318, + 31.066801543374584, + ], + [ + -91.63647153771635, + 30.99933566852105, + ], + [ + -91.66267314877798, + 30.970329639523513, + ], + [ + -91.65836603463087, + 30.99434018574925, + ], + [ + -91.7236905991955, + 31.04424129859872, + ], + [ + -91.67738912211398, + 31.18803600161059, + ], + [ + -91.83423986230488, + 31.266298565035427, + ], + [ + -91.86331288279794, + 31.354444664266836, + ], + [ + -91.8073203988854, + 31.438723292965236, + ], + [ + -91.80660254652754, + 31.63070023303413, + ], + [ + -91.70753892114381, + 31.639885475550017, + ], + [ + -91.69461757870245, + 31.735283082030808, + ], + [ + -91.545304288269, + 31.752149550744193, + ], + ], + ], + "type": "Polygon", + }, + "id": "22029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28077 { + "geometry": { + "coordinates": [ + [ + [ + -89.95920950359248, + 31.390433626171188, + ], + [ + -90.03996789385096, + 31.33602046436655, + ], + [ + -90.24419688966017, + 31.35025490452275, + ], + [ + -90.24527366819696, + 31.717449745684174, + ], + [ + -90.12287984118299, + 31.752686699429333, + ], + [ + -89.97464332928632, + 31.761603367602646, + ], + [ + -89.95920950359248, + 31.390433626171188, + ], + ], + ], + "type": "Polygon", + }, + "id": "28077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01035 { + "geometry": { + "coordinates": [ + [ + [ + -86.70159550365491, + 31.523861359559866, + ], + [ + -86.66713859047796, + 31.369377397713716, + ], + [ + -86.70303120837062, + 31.345904000173114, + ], + [ + -86.70015979893921, + 31.19238690596022, + ], + [ + -86.76440758496706, + 31.26130308226363, + ], + [ + -87.42734423744444, + 31.260336214630378, + ], + [ + -87.1674816839016, + 31.518167583497384, + ], + [ + -87.13517832779822, + 31.642463789238686, + ], + [ + -87.0511896019294, + 31.71836289844891, + ], + [ + -86.90582449946413, + 31.753008988640417, + ], + [ + -86.90690127800092, + 31.632687683169145, + ], + [ + -86.83942315636271, + 31.525257946141227, + ], + [ + -86.70159550365491, + 31.523861359559866, + ], + ], + ], + "type": "Polygon", + }, + "id": "01035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28001 { + "geometry": { + "coordinates": [ + [ + [ + -91.15371582706011, + 31.61007372352477, + ], + [ + -91.15802294120722, + 31.34665600833231, + ], + [ + -91.2359099220343, + 31.37082769916359, + ], + [ + -91.46885301215764, + 31.319583714601276, + ], + [ + -91.48644039492504, + 31.22891301654971, + ], + [ + -91.58945220827697, + 31.191097749115883, + ], + [ + -91.6547767728416, + 31.250184104481242, + ], + [ + -91.51587234159702, + 31.27816955097701, + ], + [ + -91.57832549673024, + 31.40520521501253, + ], + [ + -91.5047456300503, + 31.364919063627056, + ], + [ + -91.51120630127097, + 31.53250945339061, + ], + [ + -91.41214267588724, + 31.564684659630473, + ], + [ + -91.49433677086142, + 31.64498838805884, + ], + [ + -91.40173381669837, + 31.62027954854242, + ], + [ + -91.37948039360492, + 31.73431621439756, + ], + [ + -91.31774509082955, + 31.74973238166106, + ], + [ + -91.30015770806214, + 31.67232925613245, + ], + [ + -91.15371582706011, + 31.61007372352477, + ], + ], + ], + "type": "Polygon", + }, + "id": "28001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 04023 { + "geometry": { + "coordinates": [ + [ + [ + -110.45174076322617, + 31.731200752023746, + ], + [ + -110.45999606534147, + 31.332582712781655, + ], + [ + -111.07483660984269, + 31.33209927896503, + ], + [ + -111.36664359331, + 31.426046583995944, + ], + [ + -111.36664359331, + 31.521283045871193, + ], + [ + -111.16385030221649, + 31.521820194556334, + ], + [ + -111.1642092283954, + 31.725990409777893, + ], + [ + -110.45174076322617, + 31.731200752023746, + ], + ], + ], + "type": "Polygon", + }, + "id": "04023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48333 { + "geometry": { + "coordinates": [ + [ + [ + -98.27122195517403, + 31.41637790766343, + ], + [ + -98.5626700124624, + 31.230578177473646, + ], + [ + -98.6261999461324, + 31.270488324779517, + ], + [ + -98.69583162484416, + 31.406386942119834, + ], + [ + -98.85483592210863, + 31.4139607385803, + ], + [ + -98.99194572245858, + 31.484166071728048, + ], + [ + -98.7801792768919, + 31.610610872209907, + ], + [ + -98.76043833705094, + 31.68785285313298, + ], + [ + -98.66855323524574, + 31.70047584723376, + ], + [ + -98.49303833375065, + 31.72362695556328, + ], + [ + -98.46360638707867, + 31.683985382599978, + ], + [ + -98.27122195517403, + 31.41637790766343, + ], + ], + ], + "type": "Polygon", + }, + "id": "48333", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28085 { + "geometry": { + "coordinates": [ + [ + [ + -90.24419688966017, + 31.35025490452275, + ], + [ + -90.26034856771187, + 31.35025490452275, + ], + [ + -90.54820736321098, + 31.349556611232067, + ], + [ + -90.63327286761658, + 31.34918060715247, + ], + [ + -90.63327286761658, + 31.611416595237618, + ], + [ + -90.73736145950528, + 31.611094306026533, + ], + [ + -90.73664360714743, + 31.698488397098746, + ], + [ + -90.28331984316317, + 31.69977755394308, + ], + [ + -90.24527366819696, + 31.717449745684174, + ], + [ + -90.24419688966017, + 31.35025490452275, + ], + ], + ], + "type": "Polygon", + }, + "id": "28085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13005 { + "geometry": { + "coordinates": [ + [ + [ + -82.22686283097734, + 31.53073686272965, + ], + [ + -82.34459061766526, + 31.430128914003006, + ], + [ + -82.41745263198735, + 31.417076200954114, + ], + [ + -82.59727464762956, + 31.46939448288671, + ], + [ + -82.62742444665939, + 31.672597830475016, + ], + [ + -82.52154122387606, + 31.710789101988443, + ], + [ + -82.22686283097734, + 31.53073686272965, + ], + ], + ], + "type": "Polygon", + }, + "id": "13005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48099 { + "geometry": { + "coordinates": [ + [ + [ + -97.90727080974249, + 31.069379857063254, + ], + [ + -98.18005470572668, + 31.463646991955713, + ], + [ + -97.76657174760327, + 31.672436685869478, + ], + [ + -97.68976154531298, + 31.7110039614625, + ], + [ + -97.6050549670863, + 31.58772833822296, + ], + [ + -97.41877228022342, + 31.32017457815493, + ], + [ + -97.90727080974249, + 31.069379857063254, + ], + ], + ], + "type": "Polygon", + }, + "id": "48099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48451 { + "geometry": { + "coordinates": [ + [ + [ + -100.23562493243915, + 31.69290205077329, + ], + [ + -100.2349070800813, + 31.581336268869798, + ], + [ + -100.11107754835163, + 31.58026197149952, + ], + [ + -100.11538466249876, + 31.087965201569084, + ], + [ + -100.68858977024449, + 31.086514900119205, + ], + [ + -100.6928968843916, + 31.52396878929689, + ], + [ + -101.26789662303197, + 31.52869569772612, + ], + [ + -101.26789662303197, + 31.55641256987932, + ], + [ + -100.86554037645529, + 31.562267490547345, + ], + [ + -100.8253406444155, + 31.696124942884133, + ], + [ + -100.23562493243915, + 31.69290205077329, + ], + ], + ], + "type": "Polygon", + }, + "id": "48451", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01129 { + "geometry": { + "coordinates": [ + [ + [ + -88.08884518520611, + 31.69924040525794, + ], + [ + -88.07951310455402, + 31.602016493247675, + ], + [ + -87.90579283395356, + 31.491847297925545, + ], + [ + -87.93989082095159, + 31.375124888644713, + ], + [ + -87.88712867264938, + 31.389896477486047, + ], + [ + -87.96932276762357, + 31.258509909100905, + ], + [ + -87.94671041835119, + 31.19292405464536, + ], + [ + -87.97291202941283, + 31.162682583672, + ], + [ + -88.02316169446254, + 31.144258383771714, + ], + [ + -88.32968465126584, + 31.1438286648236, + ], + [ + -88.43197861225991, + 31.114285487140926, + ], + [ + -88.44956599502731, + 31.435822690065486, + ], + [ + -88.46428196836331, + 31.697843818676578, + ], + [ + -88.08884518520611, + 31.69924040525794, + ], + ], + ], + "type": "Polygon", + }, + "id": "01129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13191 { + "geometry": { + "coordinates": [ + [ + [ + [ + -81.19818040217379, + 31.536914072608756, + ], + [ + -81.27750308771655, + 31.378616355098117, + ], + [ + -81.32775275276629, + 31.477236853689746, + ], + [ + -81.19818040217379, + 31.536914072608756, + ], + ], + ], + [ + [ + [ + -81.35180080675435, + 31.654119915706215, + ], + [ + -81.22294630851972, + 31.627423626054778, + ], + [ + -81.19818040217379, + 31.576125926623945, + ], + [ + -81.33170094073448, + 31.547334757100465, + ], + [ + -81.33672590723944, + 31.362663039149474, + ], + [ + -81.28575838983187, + 31.32302146618617, + ], + [ + -81.47598926466296, + 31.339135926740358, + ], + [ + -81.62422577655963, + 31.452957733121437, + ], + [ + -81.66334873006262, + 31.5386329484012, + ], + [ + -81.56607973557352, + 31.576501930703543, + ], + [ + -81.49178201653572, + 31.69950897960051, + ], + [ + -81.35180080675435, + 31.654119915706215, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "13191", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48289 { + "geometry": { + "coordinates": [ + [ + [ + -95.74007454138385, + 31.503879428472672, + ], + [ + -95.65644474169395, + 31.32071172684007, + ], + [ + -95.72535856804785, + 31.27134776267574, + ], + [ + -95.76448152155085, + 31.094196126316703, + ], + [ + -95.97517118858075, + 31.092047531576142, + ], + [ + -96.24113548716534, + 30.973713676239893, + ], + [ + -96.32943132718127, + 31.257435611730628, + ], + [ + -96.3190224679924, + 31.357130407692534, + ], + [ + -96.2364694468393, + 31.41336987502665, + ], + [ + -95.78745279700215, + 31.61834581327592, + ], + [ + -95.73469064869994, + 31.653153048072966, + ], + [ + -95.74007454138385, + 31.503879428472672, + ], + ], + ], + "type": "Polygon", + }, + "id": "48289", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48461 { + "geometry": { + "coordinates": [ + [ + [ + -101.77577716621308, + 31.65132674254349, + ], + [ + -101.776136092392, + 31.079746826686446, + ], + [ + -102.30124509216158, + 31.086138896039607, + ], + [ + -102.31847354875005, + 31.65132674254349, + ], + [ + -102.28724697118344, + 31.651273027674975, + ], + [ + -101.77577716621308, + 31.65132674254349, + ], + ], + ], + "type": "Polygon", + }, + "id": "48461", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48103 { + "geometry": { + "coordinates": [ + [ + [ + -102.31847354875005, + 31.65132674254349, + ], + [ + -102.30124509216158, + 31.086138896039607, + ], + [ + -102.38954093217751, + 31.08710576367286, + ], + [ + -102.42974066421729, + 31.193138914119416, + ], + [ + -102.67632294913984, + 31.32683522185066, + ], + [ + -102.76784912476612, + 31.293746862846064, + ], + [ + -102.76713127240826, + 31.651702746623087, + ], + [ + -102.31847354875005, + 31.65132674254349, + ], + ], + ], + "type": "Polygon", + }, + "id": "48103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48405 { + "geometry": { + "coordinates": [ + [ + [ + -93.98456660025398, + 31.569357853191185, + ], + [ + -93.9834898217172, + 31.466117875907358, + ], + [ + -94.04414834595579, + 31.40998583831027, + ], + [ + -94.03912337945081, + 31.134267418228116, + ], + [ + -94.12957277654031, + 31.099245323957014, + ], + [ + -94.326623248771, + 31.224723256805625, + ], + [ + -94.31083049689823, + 31.589232354541352, + ], + [ + -94.39876741073525, + 31.653582767021078, + ], + [ + -94.09116767539517, + 31.620601837753505, + ], + [ + -93.98456660025398, + 31.569357853191185, + ], + ], + ], + "type": "Polygon", + }, + "id": "48405", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48383 { + "geometry": { + "coordinates": [ + [ + [ + -101.26717877067412, + 31.65078959385835, + ], + [ + -101.26789662303197, + 31.55641256987932, + ], + [ + -101.26789662303197, + 31.52869569772612, + ], + [ + -101.2750751466105, + 31.079317107738337, + ], + [ + -101.776136092392, + 31.079746826686446, + ], + [ + -101.77577716621308, + 31.65132674254349, + ], + [ + -101.26717877067412, + 31.65078959385835, + ], + ], + ], + "type": "Polygon", + }, + "id": "48383", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48475 { + "geometry": { + "coordinates": [ + [ + [ + -103.6106077928857, + 31.651810176360115, + ], + [ + -103.32741503771264, + 31.651434172280517, + ], + [ + -102.79907570233273, + 31.6517564614916, + ], + [ + -102.76713127240826, + 31.651702746623087, + ], + [ + -102.76784912476612, + 31.293746862846064, + ], + [ + -102.82455946103651, + 31.267480292142736, + ], + [ + -103.01120107407833, + 31.371257418111703, + ], + [ + -103.19497127768874, + 31.372170570876442, + ], + [ + -103.262090473148, + 31.42749688544582, + ], + [ + -103.4537570526948, + 31.42583172452189, + ], + [ + -103.51692806018588, + 31.628551638293573, + ], + [ + -103.6106077928857, + 31.651810176360115, + ], + ], + ], + "type": "Polygon", + }, + "id": "48475", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13095 { + "geometry": { + "coordinates": [ + [ + [ + -84.01826338999986, + 31.650198730304695, + ], + [ + -83.99780459780105, + 31.443665060868522, + ], + [ + -84.14101614319274, + 31.440066164678086, + ], + [ + -84.42995171722863, + 31.436789557698738, + ], + [ + -84.45041050942746, + 31.621300131044187, + ], + [ + -84.29786688338366, + 31.621944709466355, + ], + [ + -84.0430292963458, + 31.623556155521772, + ], + [ + -84.01826338999986, + 31.650198730304695, + ], + ], + ], + "type": "Polygon", + }, + "id": "13095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13037 { + "geometry": { + "coordinates": [ + [ + [ + -84.5469616515587, + 31.621300131044187, + ], + [ + -84.45041050942746, + 31.621300131044187, + ], + [ + -84.42995171722863, + 31.436789557698738, + ], + [ + -84.6374110486482, + 31.43388895479898, + ], + [ + -84.78923682233413, + 31.436359838750626, + ], + [ + -84.8197455475429, + 31.501139970178457, + ], + [ + -84.81759199046934, + 31.619688684988766, + ], + [ + -84.5469616515587, + 31.621300131044187, + ], + ], + ], + "type": "Polygon", + }, + "id": "13037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01045 { + "geometry": { + "coordinates": [ + [ + [ + -85.41628085691886, + 31.619420110646196, + ], + [ + -85.41771656163456, + 31.314964235909073, + ], + [ + -85.48591253563062, + 31.24610177447418, + ], + [ + -85.65999173241, + 31.27091804372763, + ], + [ + -85.71095924981758, + 31.19518007912295, + ], + [ + -85.79135871389713, + 31.196361806230254, + ], + [ + -85.78920515682357, + 31.61796980919632, + ], + [ + -85.74828757242594, + 31.618023524064835, + ], + [ + -85.41628085691886, + 31.619420110646196, + ], + ], + ], + "type": "Polygon", + }, + "id": "01045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01031 { + "geometry": { + "coordinates": [ + [ + [ + -85.79135871389713, + 31.196361806230254, + ], + [ + -86.19371496047381, + 31.192172046486164, + ], + [ + -86.19443281283166, + 31.439958734941058, + ], + [ + -86.14597777867658, + 31.617754949722265, + ], + [ + -85.78920515682357, + 31.61796980919632, + ], + [ + -85.79135871389713, + 31.196361806230254, + ], + ], + ], + "type": "Polygon", + }, + "id": "01031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28037 { + "geometry": { + "coordinates": [ + [ + [ + -90.73736145950528, + 31.611094306026533, + ], + [ + -90.63327286761658, + 31.611416595237618, + ], + [ + -90.63327286761658, + 31.34918060715247, + ], + [ + -91.01301676492089, + 31.34880460307287, + ], + [ + -91.09556978607401, + 31.320926586314126, + ], + [ + -91.15802294120722, + 31.34665600833231, + ], + [ + -91.15371582706011, + 31.61007372352477, + ], + [ + -90.73736145950528, + 31.611094306026533, + ], + ], + ], + "type": "Polygon", + }, + "id": "28037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48403 { + "geometry": { + "coordinates": [ + [ + [ + -93.8348943836416, + 31.58622432190457, + ], + [ + -93.71573089223797, + 31.51419268322735, + ], + [ + -93.68414538849244, + 31.301804093123156, + ], + [ + -93.60015666262362, + 31.176165015669007, + ], + [ + -93.91098673357403, + 31.158063104979803, + ], + [ + -94.03912337945081, + 31.134267418228116, + ], + [ + -94.04414834595579, + 31.40998583831027, + ], + [ + -93.9834898217172, + 31.466117875907358, + ], + [ + -93.98456660025398, + 31.569357853191185, + ], + [ + -93.8348943836416, + 31.58622432190457, + ], + ], + ], + "type": "Polygon", + }, + "id": "48403", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13277 { + "geometry": { + "coordinates": [ + [ + [ + -83.50069183998775, + 31.593905548102065, + ], + [ + -83.33881613329186, + 31.47594769684541, + ], + [ + -83.43464942306525, + 31.350362334259778, + ], + [ + -83.51253640389233, + 31.327372370535798, + ], + [ + -83.6539533183894, + 31.330648977515153, + ], + [ + -83.64928727806334, + 31.56801498147834, + ], + [ + -83.50069183998775, + 31.593905548102065, + ], + ], + ], + "type": "Polygon", + }, + "id": "13277", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48225 { + "geometry": { + "coordinates": [ + [ + [ + -95.0031990960476, + 31.42610029886446, + ], + [ + -94.95797439750284, + 31.386995874586297, + ], + [ + -95.43462836311733, + 31.058099734675324, + ], + [ + -95.61839856672773, + 30.93041949221764, + ], + [ + -95.67582675535598, + 30.98547723244445, + ], + [ + -95.66398219145141, + 31.083775441824997, + ], + [ + -95.76448152155085, + 31.094196126316703, + ], + [ + -95.72535856804785, + 31.27134776267574, + ], + [ + -95.65644474169395, + 31.32071172684007, + ], + [ + -95.74007454138385, + 31.503879428472672, + ], + [ + -95.6517787013679, + 31.541802125643528, + ], + [ + -95.2734705087793, + 31.592831250731788, + ], + [ + -95.13994997021861, + 31.563234358180594, + ], + [ + -95.10010916435776, + 31.46832018551643, + ], + [ + -95.0031990960476, + 31.42610029886446, + ], + ], + ], + "type": "Polygon", + }, + "id": "48225", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48095 { + "geometry": { + "coordinates": [ + [ + [ + -99.7216426442163, + 31.576770505046113, + ], + [ + -99.60176130045483, + 31.49216958713663, + ], + [ + -99.60319700517053, + 31.0872669082784, + ], + [ + -100.11538466249876, + 31.087965201569084, + ], + [ + -100.11107754835163, + 31.58026197149952, + ], + [ + -99.7216426442163, + 31.576770505046113, + ], + ], + ], + "type": "Polygon", + }, + "id": "48095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13229 { + "geometry": { + "coordinates": [ + [ + [ + -82.13282417209858, + 31.471381933021725, + ], + [ + -82.05098900330333, + 31.451023997854936, + ], + [ + -82.04058014411446, + 31.373298583115236, + ], + [ + -81.99212510995936, + 31.307927588133747, + ], + [ + -82.19276484397932, + 31.202324156635303, + ], + [ + -82.28608565050023, + 31.223810104040886, + ], + [ + -82.38730283295752, + 31.29686232521987, + ], + [ + -82.41745263198735, + 31.417076200954114, + ], + [ + -82.34459061766526, + 31.430128914003006, + ], + [ + -82.22686283097734, + 31.53073686272965, + ], + [ + -82.13282417209858, + 31.471381933021725, + ], + ], + ], + "type": "Polygon", + }, + "id": "13229", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01039 { + "geometry": { + "coordinates": [ + [ + [ + -86.19443281283166, + 31.439958734941058, + ], + [ + -86.19371496047381, + 31.192172046486164, + ], + [ + -86.18725428925313, + 30.993964181669654, + ], + [ + -86.38861187563094, + 30.994125326275196, + ], + [ + -86.68831523503462, + 30.994501330354794, + ], + [ + -86.70015979893921, + 31.19238690596022, + ], + [ + -86.70303120837062, + 31.345904000173114, + ], + [ + -86.66713859047796, + 31.369377397713716, + ], + [ + -86.70159550365491, + 31.523861359559866, + ], + [ + -86.49916113874032, + 31.52531166100974, + ], + [ + -86.40045643953552, + 31.527137966539215, + ], + [ + -86.39866180864088, + 31.451990865488185, + ], + [ + -86.28021616959512, + 31.52853455312058, + ], + [ + -86.27698583398478, + 31.455589761678624, + ], + [ + -86.19443281283166, + 31.439958734941058, + ], + ], + ], + "type": "Polygon", + }, + "id": "01039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48235 { + "geometry": { + "coordinates": [ + [ + [ + -100.68858977024449, + 31.086514900119205, + ], + [ + -100.96209151858653, + 31.08248628498066, + ], + [ + -101.2750751466105, + 31.079317107738337, + ], + [ + -101.26789662303197, + 31.52869569772612, + ], + [ + -100.6928968843916, + 31.52396878929689, + ], + [ + -100.68858977024449, + 31.086514900119205, + ], + ], + ], + "type": "Polygon", + }, + "id": "48235", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48005 { + "geometry": { + "coordinates": [ + [ + [ + -94.326623248771, + 31.224723256805625, + ], + [ + -94.12957277654031, + 31.099245323957014, + ], + [ + -94.4576313040792, + 31.033444610027416, + ], + [ + -94.56171989596791, + 31.059066602308576, + ], + [ + -94.84275909406742, + 31.146729267723355, + ], + [ + -94.90951936334775, + 31.336933617131287, + ], + [ + -94.95797439750284, + 31.386995874586297, + ], + [ + -95.0031990960476, + 31.42610029886446, + ], + [ + -94.86573036951872, + 31.52692310706516, + ], + [ + -94.72897949534769, + 31.45779207128769, + ], + [ + -94.50213815026609, + 31.41052298699541, + ], + [ + -94.43932606895395, + 31.313030500642576, + ], + [ + -94.326623248771, + 31.224723256805625, + ], + ], + ], + "type": "Polygon", + }, + "id": "48005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13099 { + "geometry": { + "coordinates": [ + [ + [ + -84.8197455475429, + 31.501139970178457, + ], + [ + -84.78923682233413, + 31.436359838750626, + ], + [ + -84.6374110486482, + 31.43388895479898, + ], + [ + -84.64171816279531, + 31.258939628049017, + ], + [ + -84.91737346821093, + 31.25571673593818, + ], + [ + -84.9223984347159, + 31.07260274917409, + ], + [ + -85.02864058367817, + 31.075664496679387, + ], + [ + -85.1007847456424, + 31.165046037886615, + ], + [ + -85.08750447702212, + 31.308625881424426, + ], + [ + -85.0455101140877, + 31.51714700099562, + ], + [ + -85.02935843603602, + 31.48604609212604, + ], + [ + -84.8197455475429, + 31.501139970178457, + ], + ], + ], + "type": "Polygon", + }, + "id": "13099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48145 { + "geometry": { + "coordinates": [ + [ + [ + -96.82941549442599, + 31.10585225278423, + ], + [ + -97.07025496048571, + 30.986229240603645, + ], + [ + -97.2780732180842, + 31.279780997032432, + ], + [ + -96.80141925246971, + 31.522249913504446, + ], + [ + -96.59683133048156, + 31.220909501141133, + ], + [ + -96.82941549442599, + 31.10585225278423, + ], + ], + ], + "type": "Polygon", + }, + "id": "48145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22079 { + "geometry": { + "coordinates": [ + [ + [ + -92.19603745066287, + 31.477881432111914, + ], + [ + -92.08656496609026, + 31.33537588594438, + ], + [ + -92.23336577327123, + 31.318563132099513, + ], + [ + -92.2085998669253, + 30.962218694377903, + ], + [ + -92.28074402888954, + 30.965065582409146, + ], + [ + -92.38770403020966, + 31.001537978130123, + ], + [ + -92.48748550795125, + 30.909416978628684, + ], + [ + -92.5976758448817, + 30.89609569123722, + ], + [ + -92.82379933760545, + 30.88997219622663, + ], + [ + -92.8299010826472, + 31.252278984353286, + ], + [ + -92.9813679301542, + 31.346602293463796, + ], + [ + -92.91317195615817, + 31.368249385474925, + ], + [ + -92.71899289335889, + 31.517576719943733, + ], + [ + -92.63105597952188, + 31.39059477077673, + ], + [ + -92.19603745066287, + 31.477881432111914, + ], + ], + ], + "type": "Polygon", + }, + "id": "22079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48307 { + "geometry": { + "coordinates": [ + [ + [ + -99.20263538948848, + 31.46708474354061, + ], + [ + -99.09065042166338, + 31.46085381879299, + ], + [ + -99.09244505255802, + 30.941001321314893, + ], + [ + -99.48475136612477, + 30.940625317235295, + ], + [ + -99.60355593134946, + 30.940732746972323, + ], + [ + -99.60319700517053, + 31.0872669082784, + ], + [ + -99.60176130045483, + 31.49216958713663, + ], + [ + -99.51238868190211, + 31.424381423072013, + ], + [ + -99.44132129847465, + 31.47508825894919, + ], + [ + -99.31426143113464, + 31.409663549099186, + ], + [ + -99.20263538948848, + 31.46708474354061, + ], + ], + ], + "type": "Polygon", + }, + "id": "48307", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48411 { + "geometry": { + "coordinates": [ + [ + [ + -98.99194572245858, + 31.484166071728048, + ], + [ + -98.85483592210863, + 31.4139607385803, + ], + [ + -98.69583162484416, + 31.406386942119834, + ], + [ + -98.6261999461324, + 31.270488324779517, + ], + [ + -98.5626700124624, + 31.230578177473646, + ], + [ + -98.52318813278048, + 31.088878354333822, + ], + [ + -98.43955833309059, + 31.029523424625896, + ], + [ + -98.44566007813233, + 30.92144910917581, + ], + [ + -98.96466733286016, + 30.921341679438783, + ], + [ + -99.09244505255802, + 30.941001321314893, + ], + [ + -99.09065042166338, + 31.46085381879299, + ], + [ + -98.99194572245858, + 31.484166071728048, + ], + ], + ], + "type": "Polygon", + }, + "id": "48411", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13019 { + "geometry": { + "coordinates": [ + [ + [ + -83.14571384902936, + 31.47224137091795, + ], + [ + -83.14032995634547, + 31.42035280793346, + ], + [ + -83.03660029063569, + 31.28053300519163, + ], + [ + -83.04700914982456, + 31.183631382392445, + ], + [ + -83.1650958626914, + 31.14721270153998, + ], + [ + -83.19775814497372, + 31.02549480948735, + ], + [ + -83.2946682132839, + 31.02737482988534, + ], + [ + -83.33558579768152, + 31.244275468944707, + ], + [ + -83.43464942306525, + 31.350362334259778, + ], + [ + -83.33881613329186, + 31.47594769684541, + ], + [ + -83.14571384902936, + 31.47224137091795, + ], + ], + ], + "type": "Polygon", + }, + "id": "13019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13299 { + "geometry": { + "coordinates": [ + [ + [ + -82.41745263198735, + 31.417076200954114, + ], + [ + -82.38730283295752, + 31.29686232521987, + ], + [ + -82.28608565050023, + 31.223810104040886, + ], + [ + -82.20855759585208, + 31.170847243686122, + ], + [ + -82.20819866967317, + 31.084688594589732, + ], + [ + -82.1317473935618, + 31.01072322064601, + ], + [ + -82.41565800109272, + 31.01357010867725, + ], + [ + -82.42104189377662, + 30.79516545329949, + ], + [ + -82.14969370250813, + 30.78431504985967, + ], + [ + -82.21465934089385, + 30.568488708170584, + ], + [ + -82.41888833670306, + 30.581756280693533, + ], + [ + -82.43575786711261, + 30.81998172255294, + ], + [ + -82.49533961281442, + 30.819498288736312, + ], + [ + -82.49067357248838, + 30.963185562011155, + ], + [ + -82.5922496811246, + 31.01845816171202, + ], + [ + -82.67157236666736, + 31.183470237786903, + ], + [ + -82.69956860862364, + 31.27790097663444, + ], + [ + -82.63244941316437, + 31.273711216890355, + ], + [ + -82.62886015137511, + 31.363898481125293, + ], + [ + -82.59727464762956, + 31.46939448288671, + ], + [ + -82.41745263198735, + 31.417076200954114, + ], + ], + ], + "type": "Polygon", + }, + "id": "13299", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48281 { + "geometry": { + "coordinates": [ + [ + [ + -97.90727080974249, + 31.069379857063254, + ], + [ + -97.9115779238896, + 31.03489491147729, + ], + [ + -98.43955833309059, + 31.029523424625896, + ], + [ + -98.52318813278048, + 31.088878354333822, + ], + [ + -98.5626700124624, + 31.230578177473646, + ], + [ + -98.27122195517403, + 31.41637790766343, + ], + [ + -98.18005470572668, + 31.463646991955713, + ], + [ + -97.90727080974249, + 31.069379857063254, + ], + ], + ], + "type": "Polygon", + }, + "id": "48281", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13127 { + "geometry": { + "coordinates": [ + [ + [ + [ + -81.3334955716291, + 31.306745861026442, + ], + [ + -81.32631704805057, + 31.30771272865969, + ], + [ + -81.29078335633685, + 31.216451167054473, + ], + [ + -81.3916416126152, + 31.133515410068924, + ], + [ + -81.4307645661182, + 31.202216726898275, + ], + [ + -81.38625771993131, + 31.312869356037034, + ], + [ + -81.3334955716291, + 31.306745861026442, + ], + ], + ], + [ + [ + [ + -81.47598926466296, + 31.339135926740358, + ], + [ + -81.47455355994725, + 31.336396468446146, + ], + [ + -81.4454805394542, + 31.329306105802303, + ], + [ + -81.38984698172058, + 31.283917041908005, + ], + [ + -81.4630679222216, + 31.176702164354147, + ], + [ + -81.43758416351781, + 31.03704350621785, + ], + [ + -81.55423517166895, + 31.080122830766044, + ], + [ + -81.76636054341455, + 31.169611801710303, + ], + [ + -81.73154470405868, + 31.330004399092985, + ], + [ + -81.62422577655963, + 31.452957733121437, + ], + [ + -81.47598926466296, + 31.339135926740358, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "13127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13007 { + "geometry": { + "coordinates": [ + [ + [ + -84.42995171722863, + 31.436789557698738, + ], + [ + -84.14101614319274, + 31.440066164678086, + ], + [ + -84.20095681507348, + 31.3562172549278, + ], + [ + -84.34129695103378, + 31.30524184470805, + ], + [ + -84.36606285737972, + 31.24073028762278, + ], + [ + -84.48379064406762, + 31.156236799450326, + ], + [ + -84.50819762423463, + 31.078511384710627, + ], + [ + -84.54265453741158, + 31.079048533395767, + ], + [ + -84.53727064472768, + 31.255931595412235, + ], + [ + -84.64171816279531, + 31.258939628049017, + ], + [ + -84.6374110486482, + 31.43388895479898, + ], + [ + -84.42995171722863, + 31.436789557698738, + ], + ], + ], + "type": "Polygon", + }, + "id": "13007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13205 { + "geometry": { + "coordinates": [ + [ + [ + -83.99780459780105, + 31.443665060868522, + ], + [ + -83.99924030251675, + 31.334892452127754, + ], + [ + -84.00354741666388, + 31.077275942734808, + ], + [ + -84.11660916302574, + 31.077920521156972, + ], + [ + -84.37647171656857, + 31.078887388790225, + ], + [ + -84.50819762423463, + 31.078511384710627, + ], + [ + -84.48379064406762, + 31.156236799450326, + ], + [ + -84.36606285737972, + 31.24073028762278, + ], + [ + -84.34129695103378, + 31.30524184470805, + ], + [ + -84.20095681507348, + 31.3562172549278, + ], + [ + -84.14101614319274, + 31.440066164678086, + ], + [ + -83.99780459780105, + 31.443665060868522, + ], + ], + ], + "type": "Polygon", + }, + "id": "13205", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28041 { + "geometry": { + "coordinates": [ + [ + [ + -88.44956599502731, + 31.435822690065486, + ], + [ + -88.43197861225991, + 31.114285487140926, + ], + [ + -88.42551794103923, + 30.998315086019286, + ], + [ + -88.8343348588366, + 30.9979927968082, + ], + [ + -88.84187230859406, + 31.43362038045641, + ], + [ + -88.44956599502731, + 31.435822690065486, + ], + ], + ], + "type": "Polygon", + }, + "id": "28041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28035 { + "geometry": { + "coordinates": [ + [ + [ + -89.14660063450272, + 31.43399638453601, + ], + [ + -89.13798640620848, + 30.909846697576796, + ], + [ + -89.340779697302, + 30.90990041244531, + ], + [ + -89.3490349994173, + 31.010347216566412, + ], + [ + -89.34795822088053, + 31.34665600833231, + ], + [ + -89.45097003423245, + 31.346333719121226, + ], + [ + -89.4516878865903, + 31.43399638453601, + ], + [ + -89.39964359064595, + 31.43399638453601, + ], + [ + -89.14660063450272, + 31.43399638453601, + ], + ], + ], + "type": "Polygon", + }, + "id": "28035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28073 { + "geometry": { + "coordinates": [ + [ + [ + -89.5866441298667, + 31.43362038045641, + ], + [ + -89.4516878865903, + 31.43399638453601, + ], + [ + -89.45097003423245, + 31.346333719121226, + ], + [ + -89.34795822088053, + 31.34665600833231, + ], + [ + -89.3490349994173, + 31.010347216566412, + ], + [ + -89.65412225150489, + 31.002504845763376, + ], + [ + -89.65412225150489, + 31.43372781019344, + ], + [ + -89.5866441298667, + 31.43362038045641, + ], + ], + ], + "type": "Polygon", + }, + "id": "28073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28111 { + "geometry": { + "coordinates": [ + [ + [ + -88.9438073434092, + 31.433405520982355, + ], + [ + -88.84187230859406, + 31.43362038045641, + ], + [ + -88.8343348588366, + 30.9979927968082, + ], + [ + -88.88494345006525, + 30.91075985034153, + ], + [ + -89.13798640620848, + 30.909846697576796, + ], + [ + -89.14660063450272, + 31.43399638453601, + ], + [ + -88.9438073434092, + 31.433405520982355, + ], + ], + ], + "type": "Polygon", + }, + "id": "28111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28091 { + "geometry": { + "coordinates": [ + [ + [ + -89.65412225150489, + 31.43372781019344, + ], + [ + -89.65412225150489, + 31.002504845763376, + ], + [ + -89.72806104436377, + 31.00228998628932, + ], + [ + -89.83573889804174, + 31.00202141194675, + ], + [ + -89.83573889804174, + 31.074966203388705, + ], + [ + -89.92080440244733, + 31.07464391417762, + ], + [ + -90.03171259173564, + 31.175735296720894, + ], + [ + -90.03996789385096, + 31.33602046436655, + ], + [ + -89.95920950359248, + 31.390433626171188, + ], + [ + -89.82353540795823, + 31.38995019235456, + ], + [ + -89.82425326031608, + 31.433674095324925, + ], + [ + -89.65412225150489, + 31.43372781019344, + ], + ], + ], + "type": "Polygon", + }, + "id": "28091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13003 { + "geometry": { + "coordinates": [ + [ + [ + -82.62886015137511, + 31.363898481125293, + ], + [ + -82.63244941316437, + 31.273711216890355, + ], + [ + -82.69956860862364, + 31.27790097663444, + ], + [ + -82.67157236666736, + 31.183470237786903, + ], + [ + -82.9705578737132, + 31.18395367160353, + ], + [ + -83.04700914982456, + 31.183631382392445, + ], + [ + -83.03660029063569, + 31.28053300519163, + ], + [ + -83.14032995634547, + 31.42035280793346, + ], + [ + -82.83919089222607, + 31.401552603953576, + ], + [ + -82.81729639531156, + 31.36443562981043, + ], + [ + -82.62886015137511, + 31.363898481125293, + ], + ], + ], + "type": "Polygon", + }, + "id": "13003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48455 { + "geometry": { + "coordinates": [ + [ + [ + -94.84275909406742, + 31.146729267723355, + ], + [ + -94.93931023619866, + 31.041877844384107, + ], + [ + -95.20024956827828, + 30.824547486376627, + ], + [ + -95.25229386422264, + 30.90667752033447, + ], + [ + -95.32730943561829, + 30.859515865779215, + ], + [ + -95.39658218815111, + 30.857635845381225, + ], + [ + -95.43462836311733, + 31.058099734675324, + ], + [ + -94.95797439750284, + 31.386995874586297, + ], + [ + -94.90951936334775, + 31.336933617131287, + ], + [ + -94.84275909406742, + 31.146729267723355, + ], + ], + ], + "type": "Polygon", + }, + "id": "48455", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48371 { + "geometry": { + "coordinates": [ + [ + [ + -102.76784912476612, + 31.293746862846064, + ], + [ + -102.67632294913984, + 31.32683522185066, + ], + [ + -102.42974066421729, + 31.193138914119416, + ], + [ + -102.38954093217751, + 31.08710576367286, + ], + [ + -102.18997797669434, + 31.003310568791086, + ], + [ + -101.99292750446365, + 30.98902241376637, + ], + [ + -101.87484079159681, + 30.91016898678788, + ], + [ + -101.81023407939003, + 30.702346160507368, + ], + [ + -101.76859864263454, + 30.653304485554123, + ], + [ + -102.13793368074998, + 30.655990228979825, + ], + [ + -102.13829260692891, + 30.597441022299606, + ], + [ + -102.34323945509598, + 30.598730179143942, + ], + [ + -102.34323945509598, + 30.284122194257684, + ], + [ + -102.56685046456724, + 30.28326275636146, + ], + [ + -102.56685046456724, + 30.05266482583103, + ], + [ + -103.44011785789559, + 30.665927479654904, + ], + [ + -103.58512403418192, + 30.766481713513038, + ], + [ + -103.01120107407833, + 31.371257418111703, + ], + [ + -102.82455946103651, + 31.267480292142736, + ], + [ + -102.76784912476612, + 31.293746862846064, + ], + ], + ], + "type": "Polygon", + }, + "id": "48371", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13025 { + "geometry": { + "coordinates": [ + [ + [ + -81.73154470405868, + 31.330004399092985, + ], + [ + -81.76636054341455, + 31.169611801710303, + ], + [ + -81.9357736998679, + 31.048323628605782, + ], + [ + -82.06103893631327, + 31.075342207468303, + ], + [ + -82.1317473935618, + 31.01072322064601, + ], + [ + -82.20819866967317, + 31.084688594589732, + ], + [ + -82.20855759585208, + 31.170847243686122, + ], + [ + -82.28608565050023, + 31.223810104040886, + ], + [ + -82.19276484397932, + 31.202324156635303, + ], + [ + -81.99212510995936, + 31.307927588133747, + ], + [ + -82.04058014411446, + 31.373298583115236, + ], + [ + -81.73154470405868, + 31.330004399092985, + ], + ], + ], + "type": "Polygon", + }, + "id": "13025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28157 { + "geometry": { + "coordinates": [ + [ + [ + -91.15802294120722, + 31.34665600833231, + ], + [ + -91.09556978607401, + 31.320926586314126, + ], + [ + -91.05931824200242, + 31.281553587693395, + ], + [ + -91.06003609436027, + 30.998852234704422, + ], + [ + -91.17668710251141, + 30.999013379309964, + ], + [ + -91.63647153771635, + 30.99933566852105, + ], + [ + -91.56396844957318, + 31.066801543374584, + ], + [ + -91.62606267852748, + 31.116810085961077, + ], + [ + -91.58945220827697, + 31.191097749115883, + ], + [ + -91.48644039492504, + 31.22891301654971, + ], + [ + -91.46885301215764, + 31.319583714601276, + ], + [ + -91.2359099220343, + 31.37082769916359, + ], + [ + -91.15802294120722, + 31.34665600833231, + ], + ], + ], + "type": "Polygon", + }, + "id": "28157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22115 { + "geometry": { + "coordinates": [ + [ + [ + -92.9813679301542, + 31.346602293463796, + ], + [ + -92.8299010826472, + 31.252278984353286, + ], + [ + -92.82379933760545, + 30.88997219622663, + ], + [ + -92.9784965207228, + 30.87815492515356, + ], + [ + -93.42141142551819, + 30.883150407925356, + ], + [ + -93.55852122586813, + 30.868754823163613, + ], + [ + -93.50898941317627, + 31.028932561072242, + ], + [ + -93.55241948082639, + 31.185511402790432, + ], + [ + -93.52908927919616, + 31.277095253606735, + ], + [ + -93.44294699625378, + 31.276719249527137, + ], + [ + -93.3905437741305, + 31.36411334059935, + ], + [ + -93.23620551719208, + 31.36443562981043, + ], + [ + -92.9813679301542, + 31.346602293463796, + ], + ], + ], + "type": "Polygon", + }, + "id": "22115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48395 { + "geometry": { + "coordinates": [ + [ + [ + -96.24113548716534, + 30.973713676239893, + ], + [ + -96.34773656230652, + 30.912854730213574, + ], + [ + -96.45756797305806, + 30.744619762027856, + ], + [ + -96.56775830998852, + 30.695255797863524, + ], + [ + -96.6215972368275, + 30.730707611082742, + ], + [ + -96.65138810967841, + 30.826857225722726, + ], + [ + -96.73394113083152, + 30.903347198486607, + ], + [ + -96.76696233929276, + 31.042576137674786, + ], + [ + -96.82941549442599, + 31.10585225278423, + ], + [ + -96.59683133048156, + 31.220909501141133, + ], + [ + -96.3190224679924, + 31.357130407692534, + ], + [ + -96.32943132718127, + 31.257435611730628, + ], + [ + -96.24113548716534, + 30.973713676239893, + ], + ], + ], + "type": "Polygon", + }, + "id": "48395", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13075 { + "geometry": { + "coordinates": [ + [ + [ + -83.2946682132839, + 31.02737482988534, + ], + [ + -83.47556700746289, + 31.031940593709024, + ], + [ + -83.50751143738735, + 31.048323628605782, + ], + [ + -83.57498955902554, + 31.078027950894, + ], + [ + -83.51002392063984, + 31.20608419743128, + ], + [ + -83.51253640389233, + 31.327372370535798, + ], + [ + -83.43464942306525, + 31.350362334259778, + ], + [ + -83.33558579768152, + 31.244275468944707, + ], + [ + -83.2946682132839, + 31.02737482988534, + ], + ], + ], + "type": "Polygon", + }, + "id": "13075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28005 { + "geometry": { + "coordinates": [ + [ + [ + -90.63327286761658, + 31.34918060715247, + ], + [ + -90.54820736321098, + 31.349556611232067, + ], + [ + -90.54784843703206, + 30.999657957732133, + ], + [ + -90.56758937687302, + 30.999657957732133, + ], + [ + -90.82601622570014, + 30.999281953652535, + ], + [ + -91.06003609436027, + 30.998852234704422, + ], + [ + -91.05931824200242, + 31.281553587693395, + ], + [ + -91.09556978607401, + 31.320926586314126, + ], + [ + -91.01301676492089, + 31.34880460307287, + ], + [ + -90.63327286761658, + 31.34918060715247, + ], + ], + ], + "type": "Polygon", + }, + "id": "28005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28113 { + "geometry": { + "coordinates": [ + [ + [ + -90.26034856771187, + 31.35025490452275, + ], + [ + -90.25963071535402, + 31.0006785402339, + ], + [ + -90.3472087030121, + 31.000356251022815, + ], + [ + -90.54784843703206, + 30.999657957732133, + ], + [ + -90.54820736321098, + 31.349556611232067, + ], + [ + -90.26034856771187, + 31.35025490452275, + ], + ], + ], + "type": "Polygon", + }, + "id": "28113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28147 { + "geometry": { + "coordinates": [ + [ + [ + -90.03996789385096, + 31.33602046436655, + ], + [ + -90.03171259173564, + 31.175735296720894, + ], + [ + -89.92080440244733, + 31.07464391417762, + ], + [ + -89.83573889804174, + 31.074966203388705, + ], + [ + -89.83573889804174, + 31.00202141194675, + ], + [ + -90.25963071535402, + 31.0006785402339, + ], + [ + -90.26034856771187, + 31.35025490452275, + ], + [ + -90.24419688966017, + 31.35025490452275, + ], + [ + -90.03996789385096, + 31.33602046436655, + ], + ], + ], + "type": "Polygon", + }, + "id": "28147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22009 { + "geometry": { + "coordinates": [ + [ + [ + -92.00796013290535, + 31.325814639348895, + ], + [ + -91.99073167631687, + 31.22520669062225, + ], + [ + -91.92684281646794, + 31.29482116021634, + ], + [ + -91.83423986230488, + 31.266298565035427, + ], + [ + -91.67738912211398, + 31.18803600161059, + ], + [ + -91.7236905991955, + 31.04424129859872, + ], + [ + -91.750610062615, + 31.018780450923103, + ], + [ + -91.80588469416969, + 30.969953635443915, + ], + [ + -91.81521677482178, + 30.848128313654257, + ], + [ + -92.21254805489349, + 30.848558032602366, + ], + [ + -92.28074402888954, + 30.965065582409146, + ], + [ + -92.2085998669253, + 30.962218694377903, + ], + [ + -92.23336577327123, + 31.318563132099513, + ], + [ + -92.08656496609026, + 31.33537588594438, + ], + [ + -92.00796013290535, + 31.325814639348895, + ], + ], + ], + "type": "Polygon", + }, + "id": "22009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13071 { + "geometry": { + "coordinates": [ + [ + [ + -83.6539533183894, + 31.330648977515153, + ], + [ + -83.51253640389233, + 31.327372370535798, + ], + [ + -83.51002392063984, + 31.20608419743128, + ], + [ + -83.57498955902554, + 31.078027950894, + ], + [ + -83.57391278048877, + 31.03387432897553, + ], + [ + -83.73614741336358, + 31.037688084640017, + ], + [ + -84.0039063428428, + 31.041555555173023, + ], + [ + -84.00354741666388, + 31.077275942734808, + ], + [ + -83.99924030251675, + 31.334892452127754, + ], + [ + -83.6539533183894, + 31.330648977515153, + ], + ], + ], + "type": "Polygon", + }, + "id": "13071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48027 { + "geometry": { + "coordinates": [ + [ + [ + -97.2780732180842, + 31.279780997032432, + ], + [ + -97.07025496048571, + 30.986229240603645, + ], + [ + -97.2590501306011, + 30.88959619214703, + ], + [ + -97.31540154069256, + 30.75230098822535, + ], + [ + -97.6251548331062, + 30.870419984087548, + ], + [ + -97.82866597655756, + 30.90614037164933, + ], + [ + -97.9115779238896, + 31.03489491147729, + ], + [ + -97.90727080974249, + 31.069379857063254, + ], + [ + -97.41877228022342, + 31.32017457815493, + ], + [ + -97.34339778264884, + 31.244221754076193, + ], + [ + -97.2780732180842, + 31.279780997032432, + ], + ], + ], + "type": "Polygon", + }, + "id": "48027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01003 { + "geometry": { + "coordinates": [ + [ + [ + -87.76509377181435, + 31.297345759036496, + ], + [ + -87.6157804813809, + 31.24443661355025, + ], + [ + -87.59891095097134, + 30.99745564812306, + ], + [ + -87.634803568864, + 30.865907935132377, + ], + [ + -87.52999712461744, + 30.74273974162987, + ], + [ + -87.40688544524562, + 30.675166437039305, + ], + [ + -87.43272813012834, + 30.48431750920921, + ], + [ + -87.390374841015, + 30.44623366743281, + ], + [ + -87.55978799746835, + 30.27198263397353, + ], + [ + -87.83831471231537, + 30.227184433632885, + ], + [ + -87.96860491526571, + 30.234597085487813, + ], + [ + -87.74714746286801, + 30.288473098607312, + ], + [ + -87.90686961249034, + 30.410352135265484, + ], + [ + -87.9022035721643, + 30.542329567204284, + ], + [ + -87.93773726387802, + 30.715076584345177, + ], + [ + -88.01921350649435, + 30.744942051238937, + ], + [ + -88.02029028503114, + 30.76771715548886, + ], + [ + -88.00198504990588, + 30.786947078416855, + ], + [ + -87.94060867330944, + 31.049720215187143, + ], + [ + -87.97291202941283, + 31.162682583672, + ], + [ + -87.94671041835119, + 31.19292405464536, + ], + [ + -87.76509377181435, + 31.297345759036496, + ], + ], + ], + "type": "Polygon", + }, + "id": "01003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01069 { + "geometry": { + "coordinates": [ + [ + [ + -85.08750447702212, + 31.308625881424426, + ], + [ + -85.1007847456424, + 31.165046037886615, + ], + [ + -85.02864058367817, + 31.075664496679387, + ], + [ + -85.00243897261652, + 31.0006785402339, + ], + [ + -85.48878394506202, + 30.997079644043467, + ], + [ + -85.48591253563062, + 31.19985327268366, + ], + [ + -85.71095924981758, + 31.19518007912295, + ], + [ + -85.65999173241, + 31.27091804372763, + ], + [ + -85.48591253563062, + 31.24610177447418, + ], + [ + -85.41771656163456, + 31.314964235909073, + ], + [ + -85.08750447702212, + 31.308625881424426, + ], + ], + ], + "type": "Polygon", + }, + "id": "01069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01053 { + "geometry": { + "coordinates": [ + [ + [ + -86.70015979893921, + 31.19238690596022, + ], + [ + -86.68831523503462, + 30.994501330354794, + ], + [ + -86.78558422952374, + 30.99697221430644, + ], + [ + -87.16317456975449, + 30.99895966444145, + ], + [ + -87.59891095097134, + 30.99745564812306, + ], + [ + -87.6157804813809, + 31.24443661355025, + ], + [ + -87.42734423744444, + 31.260336214630378, + ], + [ + -86.76440758496706, + 31.26130308226363, + ], + [ + -86.70015979893921, + 31.19238690596022, + ], + ], + ], + "type": "Polygon", + }, + "id": "01053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13201 { + "geometry": { + "coordinates": [ + [ + [ + -84.64171816279531, + 31.258939628049017, + ], + [ + -84.53727064472768, + 31.255931595412235, + ], + [ + -84.54265453741158, + 31.079048533395767, + ], + [ + -84.73073185516911, + 31.069164997589198, + ], + [ + -84.9223984347159, + 31.07260274917409, + ], + [ + -84.91737346821093, + 31.25571673593818, + ], + [ + -84.64171816279531, + 31.258939628049017, + ], + ], + ], + "type": "Polygon", + }, + "id": "13201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01061 { + "geometry": { + "coordinates": [ + [ + [ + -85.48878394506202, + 30.997079644043467, + ], + [ + -85.49811602571411, + 30.996918499437925, + ], + [ + -86.03506958938827, + 30.99326588837897, + ], + [ + -86.18725428925313, + 30.993964181669654, + ], + [ + -86.19371496047381, + 31.192172046486164, + ], + [ + -85.79135871389713, + 31.196361806230254, + ], + [ + -85.71095924981758, + 31.19518007912295, + ], + [ + -85.48591253563062, + 31.19985327268366, + ], + [ + -85.48878394506202, + 30.997079644043467, + ], + ], + ], + "type": "Polygon", + }, + "id": "01061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48351 { + "geometry": { + "coordinates": [ + [ + [ + -93.55852122586813, + 30.868754823163613, + ], + [ + -93.63138324019023, + 30.677905895333517, + ], + [ + -93.73942002004713, + 30.54055697654332, + ], + [ + -93.69778458329165, + 30.443816498349683, + ], + [ + -93.74157357712069, + 30.40224119011988, + ], + [ + -93.76562163110877, + 30.343315979360064, + ], + [ + -93.70962914719622, + 30.244158332083295, + ], + [ + -93.90129572674302, + 30.242654315764906, + ], + [ + -93.86612096120821, + 30.947232246062512, + ], + [ + -93.91098673357403, + 31.158063104979803, + ], + [ + -93.60015666262362, + 31.176165015669007, + ], + [ + -93.55241948082639, + 31.185511402790432, + ], + [ + -93.50898941317627, + 31.028932561072242, + ], + [ + -93.55852122586813, + 30.868754823163613, + ], + ], + ], + "type": "Polygon", + }, + "id": "48351", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13065 { + "geometry": { + "coordinates": [ + [ + [ + -82.67157236666736, + 31.183470237786903, + ], + [ + -82.5922496811246, + 31.01845816171202, + ], + [ + -82.49067357248838, + 30.963185562011155, + ], + [ + -82.49533961281442, + 30.819498288736312, + ], + [ + -82.43575786711261, + 30.81998172255294, + ], + [ + -82.41888833670306, + 30.581756280693533, + ], + [ + -82.45980592110068, + 30.584173449776657, + ], + [ + -82.58399437900928, + 30.59153238676307, + ], + [ + -82.59045505022996, + 30.706267345908888, + ], + [ + -82.76740565644076, + 30.732695061217754, + ], + [ + -82.84708726816245, + 30.835183030342392, + ], + [ + -82.97127572607106, + 30.869345686717267, + ], + [ + -82.9705578737132, + 31.18395367160353, + ], + [ + -82.67157236666736, + 31.183470237786903, + ], + ], + ], + "type": "Polygon", + }, + "id": "13065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13173 { + "geometry": { + "coordinates": [ + [ + [ + -82.9705578737132, + 31.18395367160353, + ], + [ + -82.97127572607106, + 30.869345686717267, + ], + [ + -83.0193718340472, + 30.849471185367104, + ], + [ + -83.04306096185637, + 30.947285960931026, + ], + [ + -83.17945290984846, + 30.950079134093748, + ], + [ + -83.19775814497372, + 31.02549480948735, + ], + [ + -83.1650958626914, + 31.14721270153998, + ], + [ + -83.04700914982456, + 31.183631382392445, + ], + [ + -82.9705578737132, + 31.18395367160353, + ], + ], + ], + "type": "Polygon", + }, + "id": "13173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 01097 { + "geometry": { + "coordinates": [ + [ + [ + -88.00198504990588, + 30.786947078416855, + ], + [ + -88.1035611585421, + 30.500807973842996, + ], + [ + -88.10715042033137, + 30.377639780340488, + ], + [ + -88.39608599436725, + 30.386986167461913, + ], + [ + -88.4129555247768, + 30.73559566411751, + ], + [ + -88.42551794103923, + 30.998315086019286, + ], + [ + -88.43197861225991, + 31.114285487140926, + ], + [ + -88.32968465126584, + 31.1438286648236, + ], + [ + -88.02316169446254, + 31.144258383771714, + ], + [ + -87.97291202941283, + 31.162682583672, + ], + [ + -87.94060867330944, + 31.049720215187143, + ], + [ + -88.00198504990588, + 30.786947078416855, + ], + ], + ], + "type": "Polygon", + }, + "id": "01097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13039 { + "geometry": { + "coordinates": [ + [ + [ + [ + -81.4092289953826, + 30.933481239722937, + ], + [ + -81.4820910097047, + 30.734145362667633, + ], + [ + -81.51116403019776, + 30.881431532132908, + ], + [ + -81.4092289953826, + 30.933481239722937, + ], + ], + ], + [ + [ + [ + -81.55423517166895, + 31.080122830766044, + ], + [ + -81.44440376091741, + 30.947017386588456, + ], + [ + -81.50183194954566, + 30.72829044199961, + ], + [ + -81.60663839379222, + 30.71738632369128, + ], + [ + -81.90490604848021, + 30.828307527172605, + ], + [ + -81.90490604848021, + 31.037526940034475, + ], + [ + -81.9357736998679, + 31.048323628605782, + ], + [ + -81.76636054341455, + 31.169611801710303, + ], + [ + -81.55423517166895, + 31.080122830766044, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "13039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48241 { + "geometry": { + "coordinates": [ + [ + [ + -93.90129572674302, + 30.242654315764906, + ], + [ + -94.11772821263574, + 30.24163373326314, + ], + [ + -94.08327129945879, + 30.34567943357468, + ], + [ + -94.11665143409896, + 30.433986677411628, + ], + [ + -94.07178566173313, + 30.526053962044557, + ], + [ + -94.05132686953432, + 30.640036913031174, + ], + [ + -94.12311210531963, + 30.68279394836829, + ], + [ + -94.25304338209105, + 31.018941595528645, + ], + [ + -94.4576313040792, + 31.033444610027416, + ], + [ + -94.12957277654031, + 31.099245323957014, + ], + [ + -94.03912337945081, + 31.134267418228116, + ], + [ + -93.91098673357403, + 31.158063104979803, + ], + [ + -93.86612096120821, + 30.947232246062512, + ], + [ + -93.90129572674302, + 30.242654315764906, + ], + ], + ], + "type": "Polygon", + }, + "id": "48241", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48373 { + "geometry": { + "coordinates": [ + [ + [ + -94.56171989596791, + 31.059066602308576, + ], + [ + -94.65791211192023, + 31.01195866262183, + ], + [ + -94.54556821791621, + 30.526967114809292, + ], + [ + -94.53803076815875, + 30.490978152904937, + ], + [ + -94.73256875713696, + 30.490065000140202, + ], + [ + -94.8506554700038, + 30.494201045015778, + ], + [ + -94.83055560398391, + 30.541577559045088, + ], + [ + -94.96838325669171, + 30.576921942527274, + ], + [ + -95.05452553963408, + 30.680161919811106, + ], + [ + -95.11482513769376, + 30.66098571175162, + ], + [ + -95.13133574192437, + 30.781683021302488, + ], + [ + -95.20024956827828, + 30.824547486376627, + ], + [ + -94.93931023619866, + 31.041877844384107, + ], + [ + -94.84275909406742, + 31.146729267723355, + ], + [ + -94.56171989596791, + 31.059066602308576, + ], + ], + ], + "type": "Polygon", + }, + "id": "48373", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48331 { + "geometry": { + "coordinates": [ + [ + [ + -96.6215972368275, + 30.730707611082742, + ], + [ + -96.96365388534453, + 30.557101156045626, + ], + [ + -97.15532046489132, + 30.457352645215202, + ], + [ + -97.27197147304246, + 30.735917953328595, + ], + [ + -97.31540154069256, + 30.75230098822535, + ], + [ + -97.2590501306011, + 30.88959619214703, + ], + [ + -97.07025496048571, + 30.986229240603645, + ], + [ + -96.82941549442599, + 31.10585225278423, + ], + [ + -96.76696233929276, + 31.042576137674786, + ], + [ + -96.73394113083152, + 30.903347198486607, + ], + [ + -96.65138810967841, + 30.826857225722726, + ], + [ + -96.6215972368275, + 30.730707611082742, + ], + ], + ], + "type": "Polygon", + }, + "id": "48331", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48243 { + "geometry": { + "coordinates": [ + [ + [ + -103.80083866771679, + 30.412500730006045, + ], + [ + -103.90097907163731, + 30.41217844079496, + ], + [ + -104.97991116549058, + 30.629293939328385, + ], + [ + -104.91709908417843, + 30.663617740308805, + ], + [ + -104.10269558419404, + 31.105100244625035, + ], + [ + -103.58512403418192, + 30.766481713513038, + ], + [ + -103.44011785789559, + 30.665927479654904, + ], + [ + -103.80083866771679, + 30.412500730006045, + ], + ], + ], + "type": "Polygon", + }, + "id": "48243", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48313 { + "geometry": { + "coordinates": [ + [ + [ + -95.61839856672773, + 30.93041949221764, + ], + [ + -95.86318622075565, + 30.864135344471414, + ], + [ + -96.16827347284324, + 30.822989755189724, + ], + [ + -96.24113548716534, + 30.973713676239893, + ], + [ + -95.97517118858075, + 31.092047531576142, + ], + [ + -95.76448152155085, + 31.094196126316703, + ], + [ + -95.66398219145141, + 31.083775441824997, + ], + [ + -95.67582675535598, + 30.98547723244445, + ], + [ + -95.61839856672773, + 30.93041949221764, + ], + ], + ], + "type": "Polygon", + }, + "id": "48313", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48327 { + "geometry": { + "coordinates": [ + [ + [ + -99.60319700517053, + 31.0872669082784, + ], + [ + -99.60355593134946, + 30.940732746972323, + ], + [ + -99.48475136612477, + 30.940625317235295, + ], + [ + -99.48403351376692, + 30.710779394864062, + ], + [ + -100.1161025148566, + 30.71034967591595, + ], + [ + -100.11538466249876, + 31.087965201569084, + ], + [ + -99.60319700517053, + 31.0872669082784, + ], + ], + ], + "type": "Polygon", + }, + "id": "48327", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48413 { + "geometry": { + "coordinates": [ + [ + [ + -100.11538466249876, + 31.087965201569084, + ], + [ + -100.1161025148566, + 30.71034967591595, + ], + [ + -100.96065581387083, + 30.70599877156632, + ], + [ + -100.96209151858653, + 31.08248628498066, + ], + [ + -100.68858977024449, + 31.086514900119205, + ], + [ + -100.11538466249876, + 31.087965201569084, + ], + ], + ], + "type": "Polygon", + }, + "id": "48413", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48105 { + "geometry": { + "coordinates": [ + [ + [ + -102.30124509216158, + 31.086138896039607, + ], + [ + -101.776136092392, + 31.079746826686446, + ], + [ + -101.2750751466105, + 31.079317107738337, + ], + [ + -100.96209151858653, + 31.08248628498066, + ], + [ + -100.96065581387083, + 30.70599877156632, + ], + [ + -100.96065581387083, + 30.287721090448116, + ], + [ + -101.75854870962459, + 30.2880433796592, + ], + [ + -101.65840830570409, + 30.357013270831125, + ], + [ + -101.74060240067827, + 30.4223305509441, + ], + [ + -101.64620481562058, + 30.560109188682404, + ], + [ + -101.65266548684126, + 30.620377271155068, + ], + [ + -101.76859864263454, + 30.653304485554123, + ], + [ + -101.81023407939003, + 30.702346160507368, + ], + [ + -101.87484079159681, + 30.91016898678788, + ], + [ + -101.99292750446365, + 30.98902241376637, + ], + [ + -102.18997797669434, + 31.003310568791086, + ], + [ + -102.38954093217751, + 31.08710576367286, + ], + [ + -102.30124509216158, + 31.086138896039607, + ], + ], + ], + "type": "Polygon", + }, + "id": "48105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13087 { + "geometry": { + "coordinates": [ + [ + [ + -84.54265453741158, + 31.079048533395767, + ], + [ + -84.50819762423463, + 31.078511384710627, + ], + [ + -84.37647171656857, + 31.078887388790225, + ], + [ + -84.3807788307157, + 30.689938025880643, + ], + [ + -84.86353454137193, + 30.711585117891772, + ], + [ + -84.75585668769396, + 30.885997295956596, + ], + [ + -84.73073185516911, + 31.069164997589198, + ], + [ + -84.54265453741158, + 31.079048533395767, + ], + ], + ], + "type": "Polygon", + }, + "id": "13087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13131 { + "geometry": { + "coordinates": [ + [ + [ + -84.11660916302574, + 31.077920521156972, + ], + [ + -84.07569157862811, + 30.91183414771181, + ], + [ + -84.08358795456449, + 30.675811015461473, + ], + [ + -84.28243305768981, + 30.68526483231993, + ], + [ + -84.3807788307157, + 30.689938025880643, + ], + [ + -84.37647171656857, + 31.078887388790225, + ], + [ + -84.11660916302574, + 31.077920521156972, + ], + ], + ], + "type": "Polygon", + }, + "id": "13131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13027 { + "geometry": { + "coordinates": [ + [ + [ + -83.50751143738735, + 31.048323628605782, + ], + [ + -83.47556700746289, + 31.031940593709024, + ], + [ + -83.44039224192808, + 30.904743785067968, + ], + [ + -83.35101962337536, + 30.84178995916961, + ], + [ + -83.44936539640125, + 30.81794055754941, + ], + [ + -83.48489908811497, + 30.75230098822535, + ], + [ + -83.35712136841711, + 30.637297454736967, + ], + [ + -83.61160002927606, + 30.651263320550594, + ], + [ + -83.74368486312103, + 30.658461112931462, + ], + [ + -83.73614741336358, + 31.037688084640017, + ], + [ + -83.57391278048877, + 31.03387432897553, + ], + [ + -83.57498955902554, + 31.078027950894, + ], + [ + -83.50751143738735, + 31.048323628605782, + ], + ], + ], + "type": "Polygon", + }, + "id": "13027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13275 { + "geometry": { + "coordinates": [ + [ + [ + -84.00354741666388, + 31.077275942734808, + ], + [ + -84.0039063428428, + 31.041555555173023, + ], + [ + -83.73614741336358, + 31.037688084640017, + ], + [ + -83.74368486312103, + 30.658461112931462, + ], + [ + -84.00749560463207, + 30.67210468953401, + ], + [ + -84.08358795456449, + 30.675811015461473, + ], + [ + -84.07569157862811, + 30.91183414771181, + ], + [ + -84.11660916302574, + 31.077920521156972, + ], + [ + -84.00354741666388, + 31.077275942734808, + ], + ], + ], + "type": "Polygon", + }, + "id": "13275", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13253 { + "geometry": { + "coordinates": [ + [ + [ + -84.73073185516911, + 31.069164997589198, + ], + [ + -84.75585668769396, + 30.885997295956596, + ], + [ + -84.86353454137193, + 30.711585117891772, + ], + [ + -84.86461131990872, + 30.711585117891772, + ], + [ + -85.00243897261652, + 31.0006785402339, + ], + [ + -85.02864058367817, + 31.075664496679387, + ], + [ + -84.9223984347159, + 31.07260274917409, + ], + [ + -84.73073185516911, + 31.069164997589198, + ], + ], + ], + "type": "Polygon", + }, + "id": "13253", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13049 { + "geometry": { + "coordinates": [ + [ + [ + -81.90490604848021, + 30.828307527172605, + ], + [ + -82.03627302996733, + 30.754771872176995, + ], + [ + -82.04955329858761, + 30.655291935689142, + ], + [ + -82.00540537857965, + 30.563493225398787, + ], + [ + -82.04991222476654, + 30.362331042814006, + ], + [ + -82.17015249470694, + 30.358893291229116, + ], + [ + -82.20855759585208, + 30.41378988685038, + ], + [ + -82.21465934089385, + 30.568488708170584, + ], + [ + -82.14969370250813, + 30.78431504985967, + ], + [ + -82.42104189377662, + 30.79516545329949, + ], + [ + -82.41565800109272, + 31.01357010867725, + ], + [ + -82.1317473935618, + 31.01072322064601, + ], + [ + -82.06103893631327, + 31.075342207468303, + ], + [ + -81.9357736998679, + 31.048323628605782, + ], + [ + -81.90490604848021, + 31.037526940034475, + ], + [ + -81.90490604848021, + 30.828307527172605, + ], + ], + ], + "type": "Polygon", + }, + "id": "13049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48457 { + "geometry": { + "coordinates": [ + [ + [ + -94.4576313040792, + 31.033444610027416, + ], + [ + -94.25304338209105, + 31.018941595528645, + ], + [ + -94.12311210531963, + 30.68279394836829, + ], + [ + -94.05132686953432, + 30.640036913031174, + ], + [ + -94.07178566173313, + 30.526053962044557, + ], + [ + -94.54556821791621, + 30.526967114809292, + ], + [ + -94.65791211192023, + 31.01195866262183, + ], + [ + -94.56171989596791, + 31.059066602308576, + ], + [ + -94.4576313040792, + 31.033444610027416, + ], + ], + ], + "type": "Polygon", + }, + "id": "48457", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48471 { + "geometry": { + "coordinates": [ + [ + [ + -95.32730943561829, + 30.859515865779215, + ], + [ + -95.35925386554275, + 30.504460584901942, + ], + [ + -95.59829870070784, + 30.508972633857116, + ], + [ + -95.83016501229442, + 30.630260806961637, + ], + [ + -95.86318622075565, + 30.864135344471414, + ], + [ + -95.61839856672773, + 30.93041949221764, + ], + [ + -95.43462836311733, + 31.058099734675324, + ], + [ + -95.39658218815111, + 30.857635845381225, + ], + [ + -95.32730943561829, + 30.859515865779215, + ], + ], + ], + "type": "Polygon", + }, + "id": "48471", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22125 { + "geometry": { + "coordinates": [ + [ + [ + [ + -91.30374696985142, + 30.651961613841273, + ], + [ + -91.33102535944984, + 30.658622257537004, + ], + [ + -91.3805571721417, + 30.758746772447026, + ], + [ + -91.59447717478194, + 30.750152393484793, + ], + [ + -91.51802589867057, + 30.851297490896577, + ], + [ + -91.62498589999069, + 30.840232227982703, + ], + [ + -91.66267314877798, + 30.970329639523513, + ], + [ + -91.63647153771635, + 30.99933566852105, + ], + [ + -91.17668710251141, + 30.999013379309964, + ], + [ + -91.30374696985142, + 30.651961613841273, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "22125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48053 { + "geometry": { + "coordinates": [ + [ + [ + -97.9115779238896, + 31.03489491147729, + ], + [ + -97.82866597655756, + 30.90614037164933, + ], + [ + -97.96326329365503, + 30.785174487755896, + ], + [ + -98.04976450277633, + 30.624137311951046, + ], + [ + -98.12585685270876, + 30.426198021477106, + ], + [ + -98.34982678835894, + 30.48571409579057, + ], + [ + -98.43776370219595, + 30.673877280194972, + ], + [ + -98.37566947324166, + 30.746553497294357, + ], + [ + -98.3774641041363, + 30.83566646415902, + ], + [ + -98.44566007813233, + 30.92144910917581, + ], + [ + -98.43955833309059, + 31.029523424625896, + ], + [ + -97.9115779238896, + 31.03489491147729, + ], + ], + ], + "type": "Polygon", + }, + "id": "48053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13185 { + "geometry": { + "coordinates": [ + [ + [ + -83.2946682132839, + 31.02737482988534, + ], + [ + -83.19775814497372, + 31.02549480948735, + ], + [ + -83.17945290984846, + 30.950079134093748, + ], + [ + -83.04306096185637, + 30.947285960931026, + ], + [ + -83.0193718340472, + 30.849471185367104, + ], + [ + -83.13638176837728, + 30.77684868313623, + ], + [ + -83.1367406945562, + 30.623976167345504, + ], + [ + -83.30938418661988, + 30.634343136968695, + ], + [ + -83.34096969036543, + 30.636330587103714, + ], + [ + -83.35712136841711, + 30.637297454736967, + ], + [ + -83.48489908811497, + 30.75230098822535, + ], + [ + -83.44936539640125, + 30.81794055754941, + ], + [ + -83.35101962337536, + 30.84178995916961, + ], + [ + -83.44039224192808, + 30.904743785067968, + ], + [ + -83.47556700746289, + 31.031940593709024, + ], + [ + -83.2946682132839, + 31.02737482988534, + ], + ], + ], + "type": "Polygon", + }, + "id": "13185", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22077 { + "geometry": { + "coordinates": [ + [ + [ + -91.65836603463087, + 30.99434018574925, + ], + [ + -91.66267314877798, + 30.970329639523513, + ], + [ + -91.62498589999069, + 30.840232227982703, + ], + [ + -91.51802589867057, + 30.851297490896577, + ], + [ + -91.59447717478194, + 30.750152393484793, + ], + [ + -91.3805571721417, + 30.758746772447026, + ], + [ + -91.33102535944984, + 30.658622257537004, + ], + [ + -91.41465515913973, + 30.51149723267727, + ], + [ + -91.48500469020934, + 30.497101647915528, + ], + [ + -91.70107824992313, + 30.4973702222581, + ], + [ + -91.75635288147782, + 30.497692511469182, + ], + [ + -91.73374053220545, + 30.701647867216685, + ], + [ + -91.81521677482178, + 30.848128313654257, + ], + [ + -91.80588469416969, + 30.969953635443915, + ], + [ + -91.750610062615, + 31.018780450923103, + ], + [ + -91.65836603463087, + 30.99434018574925, + ], + ], + ], + "type": "Polygon", + }, + "id": "22077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28109 { + "geometry": { + "coordinates": [ + [ + [ + -89.3490349994173, + 31.010347216566412, + ], + [ + -89.340779697302, + 30.90990041244531, + ], + [ + -89.34149754965985, + 30.647718139228672, + ], + [ + -89.54429084075336, + 30.64836271765084, + ], + [ + -89.54429084075336, + 30.516815004660153, + ], + [ + -89.69001486939754, + 30.459286380481704, + ], + [ + -89.81528010584292, + 30.585999755306133, + ], + [ + -89.84219956926242, + 30.666464628340044, + ], + [ + -89.72806104436377, + 31.00228998628932, + ], + [ + -89.65412225150489, + 31.002504845763376, + ], + [ + -89.3490349994173, + 31.010347216566412, + ], + ], + ], + "type": "Polygon", + }, + "id": "28109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22117 { + "geometry": { + "coordinates": [ + [ + [ + -89.72806104436377, + 31.00228998628932, + ], + [ + -89.84219956926242, + 30.666464628340044, + ], + [ + -89.99510212148513, + 30.665282901232736, + ], + [ + -90.25568252738583, + 30.712014836839884, + ], + [ + -90.3472087030121, + 31.000356251022815, + ], + [ + -90.25963071535402, + 31.0006785402339, + ], + [ + -89.83573889804174, + 31.00202141194675, + ], + [ + -89.72806104436377, + 31.00228998628932, + ], + ], + ], + "type": "Polygon", + }, + "id": "22117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22039 { + "geometry": { + "coordinates": [ + [ + [ + -92.28074402888954, + 30.965065582409146, + ], + [ + -92.21254805489349, + 30.848558032602366, + ], + [ + -92.17234832285372, + 30.767932014962916, + ], + [ + -92.21147127635672, + 30.568112704090986, + ], + [ + -92.4490804068061, + 30.534379766664216, + ], + [ + -92.49322832681408, + 30.480503753544717, + ], + [ + -92.63213275805866, + 30.481148331966885, + ], + [ + -92.63033812716402, + 30.48786269053113, + ], + [ + -92.59731691870277, + 30.580198549506626, + ], + [ + -92.5976758448817, + 30.89609569123722, + ], + [ + -92.48748550795125, + 30.909416978628684, + ], + [ + -92.38770403020966, + 31.001537978130123, + ], + [ + -92.28074402888954, + 30.965065582409146, + ], + ], + ], + "type": "Polygon", + }, + "id": "22039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12063 { + "geometry": { + "coordinates": [ + [ + [ + -85.00243897261652, + 31.0006785402339, + ], + [ + -84.86461131990872, + 30.711585117891772, + ], + [ + -84.93244836772584, + 30.606357690472926, + ], + [ + -85.16790394110167, + 30.608022851396857, + ], + [ + -85.17185212906986, + 30.564352663295008, + ], + [ + -85.38397750081546, + 30.566877262115163, + ], + [ + -85.43530394440197, + 30.567575555405845, + ], + [ + -85.43243253497056, + 30.785443062098466, + ], + [ + -85.59969213435033, + 30.830402407044648, + ], + [ + -85.49811602571411, + 30.996918499437925, + ], + [ + -85.48878394506202, + 30.997079644043467, + ], + [ + -85.00243897261652, + 31.0006785402339, + ], + ], + ], + "type": "Polygon", + }, + "id": "12063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22105 { + "geometry": { + "coordinates": [ + [ + [ + -90.3472087030121, + 31.000356251022815, + ], + [ + -90.25568252738583, + 30.712014836839884, + ], + [ + -90.24347903730232, + 30.224391260470156, + ], + [ + -90.27793595047928, + 30.23083704469183, + ], + [ + -90.29767689032023, + 30.293683440853165, + ], + [ + -90.40176548220894, + 30.28546506597053, + ], + [ + -90.50370051702409, + 30.362545902288062, + ], + [ + -90.56687152451516, + 30.48678839316085, + ], + [ + -90.56758937687302, + 30.650027878574775, + ], + [ + -90.56758937687302, + 30.999657957732133, + ], + [ + -90.54784843703206, + 30.999657957732133, + ], + [ + -90.3472087030121, + 31.000356251022815, + ], + ], + ], + "type": "Polygon", + }, + "id": "22105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12033 { + "geometry": { + "coordinates": [ + [ + [ + -87.17896732162725, + 30.544478161944845, + ], + [ + -87.17322450276443, + 30.43291238004135, + ], + [ + -87.26726316164319, + 30.34471256594143, + ], + [ + -87.46216007680032, + 30.309797901407354, + ], + [ + -87.42375497565517, + 30.402456049593937, + ], + [ + -87.34012517596528, + 30.43076378530079, + ], + [ + -87.43272813012834, + 30.48431750920921, + ], + [ + -87.40688544524562, + 30.675166437039305, + ], + [ + -87.52999712461744, + 30.74273974162987, + ], + [ + -87.634803568864, + 30.865907935132377, + ], + [ + -87.59891095097134, + 30.99745564812306, + ], + [ + -87.16317456975449, + 30.99895966444145, + ], + [ + -87.28305591351595, + 30.924564571549617, + ], + [ + -87.31212893400901, + 30.73462879648426, + ], + [ + -87.17896732162725, + 30.544478161944845, + ], + ], + ], + "type": "Polygon", + }, + "id": "12033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12113 { + "geometry": { + "coordinates": [ + [ + [ + -86.78558422952374, + 30.99697221430644, + ], + [ + -86.79958235050186, + 30.40621609038991, + ], + [ + -87.17717269073262, + 30.350513771740935, + ], + [ + -86.93848678174645, + 30.4531091706026, + ], + [ + -87.01924517200493, + 30.504729159244512, + ], + [ + -87.06805913233895, + 30.448167402699312, + ], + [ + -87.15779067707058, + 30.579822545427028, + ], + [ + -87.17896732162725, + 30.544478161944845, + ], + [ + -87.31212893400901, + 30.73462879648426, + ], + [ + -87.28305591351595, + 30.924564571549617, + ], + [ + -87.16317456975449, + 30.99895966444145, + ], + [ + -86.78558422952374, + 30.99697221430644, + ], + ], + ], + "type": "Polygon", + }, + "id": "12113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28039 { + "geometry": { + "coordinates": [ + [ + [ + -88.42551794103923, + 30.998315086019286, + ], + [ + -88.4129555247768, + 30.73559566411751, + ], + [ + -88.88458452388632, + 30.73559566411751, + ], + [ + -88.88494345006525, + 30.91075985034153, + ], + [ + -88.8343348588366, + 30.9979927968082, + ], + [ + -88.42551794103923, + 30.998315086019286, + ], + ], + ], + "type": "Polygon", + }, + "id": "28039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22091 { + "geometry": { + "coordinates": [ + [ + [ + -90.56758937687302, + 30.999657957732133, + ], + [ + -90.56758937687302, + 30.650027878574775, + ], + [ + -90.91072280392682, + 30.649383300152607, + ], + [ + -90.85078213204608, + 30.719266344089267, + ], + [ + -90.85831958180354, + 30.939282445522444, + ], + [ + -90.82601622570014, + 30.999281953652535, + ], + [ + -90.56758937687302, + 30.999657957732133, + ], + ], + ], + "type": "Polygon", + }, + "id": "22091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12091 { + "geometry": { + "coordinates": [ + [ + [ + [ + -86.68831523503462, + 30.994501330354794, + ], + [ + -86.38861187563094, + 30.994125326275196, + ], + [ + -86.39471362067269, + 30.45396860849882, + ], + [ + -86.45429536637451, + 30.511282373203215, + ], + [ + -86.6014550997344, + 30.4015428968292, + ], + [ + -86.79958235050186, + 30.40621609038991, + ], + [ + -86.78558422952374, + 30.99697221430644, + ], + [ + -86.68831523503462, + 30.994501330354794, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22037 { + "geometry": { + "coordinates": [ + [ + [ + -90.82601622570014, + 30.999281953652535, + ], + [ + -90.85831958180354, + 30.939282445522444, + ], + [ + -90.85078213204608, + 30.719266344089267, + ], + [ + -91.25457408333847, + 30.70530047827564, + ], + [ + -91.29800415098859, + 30.64954444475815, + ], + [ + -91.30374696985142, + 30.651961613841273, + ], + [ + -91.17668710251141, + 30.999013379309964, + ], + [ + -91.06003609436027, + 30.998852234704422, + ], + [ + -90.82601622570014, + 30.999281953652535, + ], + ], + ], + "type": "Polygon", + }, + "id": "22037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12059 { + "geometry": { + "coordinates": [ + [ + [ + -85.49811602571411, + 30.996918499437925, + ], + [ + -85.59969213435033, + 30.830402407044648, + ], + [ + -85.61943307419129, + 30.744082613342716, + ], + [ + -85.82114958674804, + 30.790760834081347, + ], + [ + -85.84483871455718, + 30.70304445379805, + ], + [ + -86.03758207264076, + 30.70503190393307, + ], + [ + -86.03506958938827, + 30.99326588837897, + ], + [ + -85.49811602571411, + 30.996918499437925, + ], + ], + ], + "type": "Polygon", + }, + "id": "12059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12131 { + "geometry": { + "coordinates": [ + [ + [ + -86.18725428925313, + 30.993964181669654, + ], + [ + -86.03506958938827, + 30.99326588837897, + ], + [ + -86.03758207264076, + 30.70503190393307, + ], + [ + -85.84483871455718, + 30.70304445379805, + ], + [ + -85.9151882456268, + 30.636491731709256, + ], + [ + -85.87965455391306, + 30.504406870033428, + ], + [ + -85.99271630027494, + 30.389457051413558, + ], + [ + -85.99594663588528, + 30.269135745942286, + ], + [ + -86.39722610392518, + 30.37903636692185, + ], + [ + -86.39722610392518, + 30.3981051452443, + ], + [ + -86.1043423419211, + 30.390961067731947, + ], + [ + -86.25724489414381, + 30.486573533686794, + ], + [ + -86.39471362067269, + 30.45396860849882, + ], + [ + -86.38861187563094, + 30.994125326275196, + ], + [ + -86.18725428925313, + 30.993964181669654, + ], + ], + ], + "type": "Polygon", + }, + "id": "12131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48041 { + "geometry": { + "coordinates": [ + [ + [ + -96.16827347284324, + 30.822989755189724, + ], + [ + -96.18442515089494, + 30.58782606083561, + ], + [ + -96.10510246535216, + 30.421900831995988, + ], + [ + -96.15499320422296, + 30.330746700127797, + ], + [ + -96.15068609007584, + 30.370334558222588, + ], + [ + -96.29928152815144, + 30.380003234555097, + ], + [ + -96.35850434767433, + 30.541846133387658, + ], + [ + -96.48699991973004, + 30.619088114310735, + ], + [ + -96.60185629698654, + 30.64009062789969, + ], + [ + -96.56775830998852, + 30.695255797863524, + ], + [ + -96.45756797305806, + 30.744619762027856, + ], + [ + -96.34773656230652, + 30.912854730213574, + ], + [ + -96.24113548716534, + 30.973713676239893, + ], + [ + -96.16827347284324, + 30.822989755189724, + ], + ], + ], + "type": "Polygon", + }, + "id": "48041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48319 { + "geometry": { + "coordinates": [ + [ + [ + -99.09244505255802, + 30.941001321314893, + ], + [ + -98.96466733286016, + 30.921341679438783, + ], + [ + -98.96430840668124, + 30.49844451962838, + ], + [ + -99.30385257194577, + 30.499841106209743, + ], + [ + -99.48439243994584, + 30.499626246735687, + ], + [ + -99.48403351376692, + 30.710779394864062, + ], + [ + -99.48475136612477, + 30.940625317235295, + ], + [ + -99.09244505255802, + 30.941001321314893, + ], + ], + ], + "type": "Polygon", + }, + "id": "48319", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48299 { + "geometry": { + "coordinates": [ + [ + [ + -98.44566007813233, + 30.92144910917581, + ], + [ + -98.3774641041363, + 30.83566646415902, + ], + [ + -98.37566947324166, + 30.746553497294357, + ], + [ + -98.43776370219595, + 30.673877280194972, + ], + [ + -98.34982678835894, + 30.48571409579057, + ], + [ + -98.59174303295545, + 30.499894821078257, + ], + [ + -98.96430840668124, + 30.49844451962838, + ], + [ + -98.96466733286016, + 30.921341679438783, + ], + [ + -98.44566007813233, + 30.92144910917581, + ], + ], + ], + "type": "Polygon", + }, + "id": "48299", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28131 { + "geometry": { + "coordinates": [ + [ + [ + -88.88494345006525, + 30.91075985034153, + ], + [ + -88.88458452388632, + 30.73559566411751, + ], + [ + -88.88458452388632, + 30.677207602042834, + ], + [ + -89.23992144102363, + 30.677100172305806, + ], + [ + -89.34149754965985, + 30.647718139228672, + ], + [ + -89.340779697302, + 30.90990041244531, + ], + [ + -89.13798640620848, + 30.909846697576796, + ], + [ + -88.88494345006525, + 30.91075985034153, + ], + ], + ], + "type": "Polygon", + }, + "id": "28131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48491 { + "geometry": { + "coordinates": [ + [ + [ + -97.15532046489132, + 30.457352645215202, + ], + [ + -97.33442462817567, + 30.40320805775313, + ], + [ + -97.36924046753155, + 30.419537377781374, + ], + [ + -97.596799664971, + 30.50129140765962, + ], + [ + -97.7536504051619, + 30.433395813857977, + ], + [ + -97.8480479902196, + 30.472392808399107, + ], + [ + -97.95680262243435, + 30.62816592708959, + ], + [ + -98.04976450277633, + 30.624137311951046, + ], + [ + -97.96326329365503, + 30.785174487755896, + ], + [ + -97.82866597655756, + 30.90614037164933, + ], + [ + -97.6251548331062, + 30.870419984087548, + ], + [ + -97.31540154069256, + 30.75230098822535, + ], + [ + -97.27197147304246, + 30.735917953328595, + ], + [ + -97.15532046489132, + 30.457352645215202, + ], + ], + ], + "type": "Polygon", + }, + "id": "48491", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48407 { + "geometry": { + "coordinates": [ + [ + [ + -95.20024956827828, + 30.824547486376627, + ], + [ + -95.13133574192437, + 30.781683021302488, + ], + [ + -95.11482513769376, + 30.66098571175162, + ], + [ + -95.05452553963408, + 30.680161919811106, + ], + [ + -94.96838325669171, + 30.576921942527274, + ], + [ + -94.83055560398391, + 30.541577559045088, + ], + [ + -94.8506554700038, + 30.494201045015778, + ], + [ + -95.16579265510133, + 30.344981140284, + ], + [ + -95.30792742195625, + 30.405356652493687, + ], + [ + -95.35925386554275, + 30.504460584901942, + ], + [ + -95.32730943561829, + 30.859515865779215, + ], + [ + -95.25229386422264, + 30.90667752033447, + ], + [ + -95.20024956827828, + 30.824547486376627, + ], + ], + ], + "type": "Polygon", + }, + "id": "48407", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22003 { + "geometry": { + "coordinates": [ + [ + [ + -92.5976758448817, + 30.89609569123722, + ], + [ + -92.59731691870277, + 30.580198549506626, + ], + [ + -92.63033812716402, + 30.48786269053113, + ], + [ + -92.77247289401895, + 30.488292409479243, + ], + [ + -92.77570322962929, + 30.437639288470578, + ], + [ + -93.1310401467666, + 30.42356599291992, + ], + [ + -93.13032229440874, + 30.597870741247718, + ], + [ + -92.97921437308065, + 30.598354175064344, + ], + [ + -92.9784965207228, + 30.87815492515356, + ], + [ + -92.82379933760545, + 30.88997219622663, + ], + [ + -92.5976758448817, + 30.89609569123722, + ], + ], + ], + "type": "Polygon", + }, + "id": "22003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22011 { + "geometry": { + "coordinates": [ + [ + [ + -92.9784965207228, + 30.87815492515356, + ], + [ + -92.97921437308065, + 30.598354175064344, + ], + [ + -93.13032229440874, + 30.597870741247718, + ], + [ + -93.1310401467666, + 30.42356599291992, + ], + [ + -93.1310401467666, + 30.403046913147588, + ], + [ + -93.38551880762553, + 30.402617194199475, + ], + [ + -93.38480095526768, + 30.490118715008716, + ], + [ + -93.4863770639039, + 30.490494719088314, + ], + [ + -93.48601813772497, + 30.402456049593937, + ], + [ + -93.74157357712069, + 30.40224119011988, + ], + [ + -93.69778458329165, + 30.443816498349683, + ], + [ + -93.73942002004713, + 30.54055697654332, + ], + [ + -93.63138324019023, + 30.677905895333517, + ], + [ + -93.55852122586813, + 30.868754823163613, + ], + [ + -93.42141142551819, + 30.883150407925356, + ], + [ + -92.9784965207228, + 30.87815492515356, + ], + ], + ], + "type": "Polygon", + }, + "id": "22011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 13101 { + "geometry": { + "coordinates": [ + [ + [ + -82.58399437900928, + 30.59153238676307, + ], + [ + -82.68915974943476, + 30.597602166905148, + ], + [ + -83.1367406945562, + 30.623976167345504, + ], + [ + -83.13638176837728, + 30.77684868313623, + ], + [ + -83.0193718340472, + 30.849471185367104, + ], + [ + -82.97127572607106, + 30.869345686717267, + ], + [ + -82.84708726816245, + 30.835183030342392, + ], + [ + -82.76740565644076, + 30.732695061217754, + ], + [ + -82.59045505022996, + 30.706267345908888, + ], + [ + -82.58399437900928, + 30.59153238676307, + ], + ], + ], + "type": "Polygon", + }, + "id": "13101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48185 { + "geometry": { + "coordinates": [ + [ + [ + -95.86318622075565, + 30.864135344471414, + ], + [ + -95.83016501229442, + 30.630260806961637, + ], + [ + -95.8043223274117, + 30.24555491866466, + ], + [ + -96.09361682762652, + 30.224928409155297, + ], + [ + -96.15499320422296, + 30.330746700127797, + ], + [ + -96.10510246535216, + 30.421900831995988, + ], + [ + -96.18442515089494, + 30.58782606083561, + ], + [ + -96.16827347284324, + 30.822989755189724, + ], + [ + -95.86318622075565, + 30.864135344471414, + ], + ], + ], + "type": "Polygon", + }, + "id": "48185", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22097 { + "geometry": { + "coordinates": [ + [ + [ + -91.81521677482178, + 30.848128313654257, + ], + [ + -91.73374053220545, + 30.701647867216685, + ], + [ + -91.75635288147782, + 30.497692511469182, + ], + [ + -91.67882482682968, + 30.394721108527925, + ], + [ + -91.87085033255539, + 30.41679791948716, + ], + [ + -91.98857811924331, + 30.36861568243014, + ], + [ + -92.05031342201869, + 30.379734660212527, + ], + [ + -92.14255745000281, + 30.298732638493476, + ], + [ + -92.17629651082191, + 30.43672613570584, + ], + [ + -92.24592818953367, + 30.480181464333633, + ], + [ + -92.49322832681408, + 30.480503753544717, + ], + [ + -92.4490804068061, + 30.534379766664216, + ], + [ + -92.21147127635672, + 30.568112704090986, + ], + [ + -92.17234832285372, + 30.767932014962916, + ], + [ + -92.21254805489349, + 30.848558032602366, + ], + [ + -91.81521677482178, + 30.848128313654257, + ], + ], + ], + "type": "Polygon", + }, + "id": "22097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12133 { + "geometry": { + "coordinates": [ + [ + [ + -85.43530394440197, + 30.567575555405845, + ], + [ + -85.48627146180954, + 30.567575555405845, + ], + [ + -85.48806609270417, + 30.436672420837326, + ], + [ + -85.85345294285142, + 30.440593606238846, + ], + [ + -85.99271630027494, + 30.389457051413558, + ], + [ + -85.87965455391306, + 30.504406870033428, + ], + [ + -85.9151882456268, + 30.636491731709256, + ], + [ + -85.84483871455718, + 30.70304445379805, + ], + [ + -85.82114958674804, + 30.790760834081347, + ], + [ + -85.61943307419129, + 30.744082613342716, + ], + [ + -85.59969213435033, + 30.830402407044648, + ], + [ + -85.43243253497056, + 30.785443062098466, + ], + [ + -85.43530394440197, + 30.567575555405845, + ], + ], + ], + "type": "Polygon", + }, + "id": "12133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12089 { + "geometry": { + "coordinates": [ + [ + [ + -81.90490604848021, + 30.828307527172605, + ], + [ + -81.60663839379222, + 30.71738632369128, + ], + [ + -81.42789315668679, + 30.70084214418898, + ], + [ + -81.4400966467703, + 30.51649271544907, + ], + [ + -81.49573020450391, + 30.566232683692995, + ], + [ + -81.60161342728725, + 30.560485192762002, + ], + [ + -81.71718765690161, + 30.571389311070334, + ], + [ + -82.04919437240869, + 30.27337922055489, + ], + [ + -82.04991222476654, + 30.362331042814006, + ], + [ + -82.00540537857965, + 30.563493225398787, + ], + [ + -82.04955329858761, + 30.655291935689142, + ], + [ + -82.03627302996733, + 30.754771872176995, + ], + [ + -81.90490604848021, + 30.828307527172605, + ], + ], + ], + "type": "Polygon", + }, + "id": "12089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28059 { + "geometry": { + "coordinates": [ + [ + [ + -88.4129555247768, + 30.73559566411751, + ], + [ + -88.39608599436725, + 30.386986167461913, + ], + [ + -88.47971579405714, + 30.318392280369586, + ], + [ + -88.54360465390607, + 30.386610163382315, + ], + [ + -88.74998720678886, + 30.348902325685515, + ], + [ + -88.88314881917061, + 30.426950029636302, + ], + [ + -88.88458452388632, + 30.677207602042834, + ], + [ + -88.88458452388632, + 30.73559566411751, + ], + [ + -88.4129555247768, + 30.73559566411751, + ], + ], + ], + "type": "Polygon", + }, + "id": "28059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48051 { + "geometry": { + "coordinates": [ + [ + [ + -96.56775830998852, + 30.695255797863524, + ], + [ + -96.60185629698654, + 30.64009062789969, + ], + [ + -96.48699991973004, + 30.619088114310735, + ], + [ + -96.35850434767433, + 30.541846133387658, + ], + [ + -96.29928152815144, + 30.380003234555097, + ], + [ + -96.64097925048954, + 30.29679890322698, + ], + [ + -96.74076072823112, + 30.318768284449185, + ], + [ + -96.96365388534453, + 30.557101156045626, + ], + [ + -96.6215972368275, + 30.730707611082742, + ], + [ + -96.56775830998852, + 30.695255797863524, + ], + ], + ], + "type": "Polygon", + }, + "id": "48051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22033 { + "geometry": { + "coordinates": [ + [ + [ + -90.91072280392682, + 30.649383300152607, + ], + [ + -90.9860973015014, + 30.570959592122225, + ], + [ + -90.9914811941853, + 30.46019953324644, + ], + [ + -90.89169971644371, + 30.34524971462657, + ], + [ + -91.02091314085727, + 30.32166888734894, + ], + [ + -91.14223018933446, + 30.32328033340436, + ], + [ + -91.24165274089712, + 30.35760413438478, + ], + [ + -91.19714589471022, + 30.507146328327643, + ], + [ + -91.26282938545378, + 30.505212593061138, + ], + [ + -91.29800415098859, + 30.64954444475815, + ], + [ + -91.25457408333847, + 30.70530047827564, + ], + [ + -90.85078213204608, + 30.719266344089267, + ], + [ + -90.91072280392682, + 30.649383300152607, + ], + ], + ], + "type": "Polygon", + }, + "id": "22033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22103 { + "geometry": { + "coordinates": [ + [ + [ + -89.84219956926242, + 30.666464628340044, + ], + [ + -89.81528010584292, + 30.585999755306133, + ], + [ + -89.69001486939754, + 30.459286380481704, + ], + [ + -89.61715285507546, + 30.227291863369913, + ], + [ + -89.52347312237562, + 30.178572477627753, + ], + [ + -89.62504923101184, + 30.15493793548161, + ], + [ + -89.79410346128626, + 30.15128532442266, + ], + [ + -89.88527071073361, + 30.197963545161294, + ], + [ + -89.99438426912728, + 30.149942452709812, + ], + [ + -90.10529245841559, + 30.19178633528219, + ], + [ + -90.24347903730232, + 30.224391260470156, + ], + [ + -90.25568252738583, + 30.712014836839884, + ], + [ + -89.99510212148513, + 30.665282901232736, + ], + [ + -89.84219956926242, + 30.666464628340044, + ], + ], + ], + "type": "Polygon", + }, + "id": "22103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12039 { + "geometry": { + "coordinates": [ + [ + [ + -84.3807788307157, + 30.689938025880643, + ], + [ + -84.28243305768981, + 30.68526483231993, + ], + [ + -84.37826634746321, + 30.57386019502198, + ], + [ + -84.39764836112525, + 30.482491203679736, + ], + [ + -84.64638420312136, + 30.388329039174764, + ], + [ + -84.78098152021883, + 30.45976981429833, + ], + [ + -84.78169937257668, + 30.518695025058143, + ], + [ + -84.88255762885505, + 30.533090609819883, + ], + [ + -84.93244836772584, + 30.606357690472926, + ], + [ + -84.86461131990872, + 30.711585117891772, + ], + [ + -84.86353454137193, + 30.711585117891772, + ], + [ + -84.3807788307157, + 30.689938025880643, + ], + ], + ], + "type": "Polygon", + }, + "id": "12039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48267 { + "geometry": { + "coordinates": [ + [ + [ + -99.30385257194577, + 30.499841106209743, + ], + [ + -99.30169901487221, + 30.28659307820932, + ], + [ + -99.75430492649862, + 30.290675408216387, + ], + [ + -100.11646144103553, + 30.29029940413679, + ], + [ + -100.1161025148566, + 30.71034967591595, + ], + [ + -99.48403351376692, + 30.710779394864062, + ], + [ + -99.48439243994584, + 30.499626246735687, + ], + [ + -99.30385257194577, + 30.499841106209743, + ], + ], + ], + "type": "Polygon", + }, + "id": "48267", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48435 { + "geometry": { + "coordinates": [ + [ + [ + -100.1161025148566, + 30.71034967591595, + ], + [ + -100.11646144103553, + 30.29029940413679, + ], + [ + -100.70043433414907, + 30.288258239133256, + ], + [ + -100.96065581387083, + 30.287721090448116, + ], + [ + -100.96065581387083, + 30.70599877156632, + ], + [ + -100.1161025148566, + 30.71034967591595, + ], + ], + ], + "type": "Polygon", + }, + "id": "48435", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12073 { + "geometry": { + "coordinates": [ + [ + [ + -84.08358795456449, + 30.675811015461473, + ], + [ + -84.00749560463207, + 30.67210468953401, + ], + [ + -83.97698687942331, + 30.521917917168977, + ], + [ + -84.04087573927224, + 30.521864202300463, + ], + [ + -84.07569157862811, + 30.273594080028946, + ], + [ + -84.24761721833394, + 30.30351326179122, + ], + [ + -84.71314447240171, + 30.30012922507484, + ], + [ + -84.64638420312136, + 30.388329039174764, + ], + [ + -84.39764836112525, + 30.482491203679736, + ], + [ + -84.37826634746321, + 30.57386019502198, + ], + [ + -84.28243305768981, + 30.68526483231993, + ], + [ + -84.08358795456449, + 30.675811015461473, + ], + ], + ], + "type": "Polygon", + }, + "id": "12073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28047 { + "geometry": { + "coordinates": [ + [ + [ + -88.88458452388632, + 30.677207602042834, + ], + [ + -88.88314881917061, + 30.426950029636302, + ], + [ + -89.29017110607334, + 30.303137257711626, + ], + [ + -89.340779697302, + 30.372859157042743, + ], + [ + -89.34149754965985, + 30.647718139228672, + ], + [ + -89.23992144102363, + 30.677100172305806, + ], + [ + -88.88458452388632, + 30.677207602042834, + ], + ], + ], + "type": "Polygon", + }, + "id": "28047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12065 { + "geometry": { + "coordinates": [ + [ + [ + -83.74368486312103, + 30.658461112931462, + ], + [ + -83.61160002927606, + 30.651263320550594, + ], + [ + -83.6040625795186, + 30.581917425299075, + ], + [ + -83.73686526572143, + 30.50762976214427, + ], + [ + -83.72179036620652, + 30.434094107148656, + ], + [ + -83.82013613923239, + 30.303459546922706, + ], + [ + -83.91561050282687, + 30.244158332083295, + ], + [ + -83.99206177893822, + 30.095099571957057, + ], + [ + -84.07605050480704, + 30.098644753278982, + ], + [ + -84.07569157862811, + 30.273594080028946, + ], + [ + -84.04087573927224, + 30.521864202300463, + ], + [ + -83.97698687942331, + 30.521917917168977, + ], + [ + -84.00749560463207, + 30.67210468953401, + ], + [ + -83.74368486312103, + 30.658461112931462, + ], + ], + ], + "type": "Polygon", + }, + "id": "12065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48043 { + "geometry": { + "coordinates": [ + [ + [ + -103.7929422917804, + 29.262733969464744, + ], + [ + -103.80083866771679, + 30.412500730006045, + ], + [ + -103.44011785789559, + 30.665927479654904, + ], + [ + -102.56685046456724, + 30.05266482583103, + ], + [ + -102.3206271058236, + 29.879058370793913, + ], + [ + -102.38882307981966, + 29.761207949274286, + ], + [ + -102.51660079951752, + 29.784197912998263, + ], + [ + -102.66806764702453, + 29.745308348194158, + ], + [ + -102.80912563534267, + 29.520404193726208, + ], + [ + -102.87732160933872, + 29.354854968966187, + ], + [ + -102.88665368999081, + 29.209985968584036, + ], + [ + -102.99002442952167, + 29.183397108669627, + ], + [ + -103.15225906239648, + 28.972673679489365, + ], + [ + -103.4336571866749, + 29.045403611457267, + ], + [ + -103.55497423515209, + 29.158365979942122, + ], + [ + -103.71936242510046, + 29.182161666693805, + ], + [ + -103.7929422917804, + 29.262733969464744, + ], + ], + ], + "type": "Polygon", + }, + "id": "48043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22121 { + "geometry": { + "coordinates": [ + [ + [ + -91.14223018933446, + 30.32328033340436, + ], + [ + -91.3116433457878, + 30.32247461037665, + ], + [ + -91.48500469020934, + 30.497101647915528, + ], + [ + -91.41465515913973, + 30.51149723267727, + ], + [ + -91.33102535944984, + 30.658622257537004, + ], + [ + -91.30374696985142, + 30.651961613841273, + ], + [ + -91.29800415098859, + 30.64954444475815, + ], + [ + -91.26282938545378, + 30.505212593061138, + ], + [ + -91.19714589471022, + 30.507146328327643, + ], + [ + -91.24165274089712, + 30.35760413438478, + ], + [ + -91.14223018933446, + 30.32328033340436, + ], + ], + ], + "type": "Polygon", + }, + "id": "22121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48443 { + "geometry": { + "coordinates": [ + [ + [ + -101.75854870962459, + 30.2880433796592, + ], + [ + -101.76142011905601, + 29.78118988036148, + ], + [ + -102.11603918383547, + 29.79247000274941, + ], + [ + -102.3206271058236, + 29.879058370793913, + ], + [ + -102.56685046456724, + 30.05266482583103, + ], + [ + -102.56685046456724, + 30.28326275636146, + ], + [ + -102.34323945509598, + 30.284122194257684, + ], + [ + -102.34323945509598, + 30.598730179143942, + ], + [ + -102.13829260692891, + 30.597441022299606, + ], + [ + -102.13793368074998, + 30.655990228979825, + ], + [ + -101.76859864263454, + 30.653304485554123, + ], + [ + -101.65266548684126, + 30.620377271155068, + ], + [ + -101.64620481562058, + 30.560109188682404, + ], + [ + -101.74060240067827, + 30.4223305509441, + ], + [ + -101.65840830570409, + 30.357013270831125, + ], + [ + -101.75854870962459, + 30.2880433796592, + ], + ], + ], + "type": "Polygon", + }, + "id": "48443", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22063 { + "geometry": { + "coordinates": [ + [ + [ + -90.56758937687302, + 30.650027878574775, + ], + [ + -90.56687152451516, + 30.48678839316085, + ], + [ + -90.50370051702409, + 30.362545902288062, + ], + [ + -90.40176548220894, + 30.28546506597053, + ], + [ + -90.55861622239985, + 30.193666355680172, + ], + [ + -90.63291394143765, + 30.22138322783338, + ], + [ + -90.69895635836014, + 30.176209023413136, + ], + [ + -90.89169971644371, + 30.34524971462657, + ], + [ + -90.9914811941853, + 30.46019953324644, + ], + [ + -90.9860973015014, + 30.570959592122225, + ], + [ + -90.91072280392682, + 30.649383300152607, + ], + [ + -90.56758937687302, + 30.650027878574775, + ], + ], + ], + "type": "Polygon", + }, + "id": "22063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12079 { + "geometry": { + "coordinates": [ + [ + [ + -83.35712136841711, + 30.637297454736967, + ], + [ + -83.34096969036543, + 30.636330587103714, + ], + [ + -83.30938418661988, + 30.634343136968695, + ], + [ + -83.27169693783259, + 30.62709162971931, + ], + [ + -83.24370069587631, + 30.473198531426817, + ], + [ + -83.17083868155423, + 30.385267291669468, + ], + [ + -83.24728995766559, + 30.260702511585595, + ], + [ + -83.36717130142706, + 30.260433937243025, + ], + [ + -83.46874741006329, + 30.304211555081903, + ], + [ + -83.82013613923239, + 30.303459546922706, + ], + [ + -83.72179036620652, + 30.434094107148656, + ], + [ + -83.73686526572143, + 30.50762976214427, + ], + [ + -83.6040625795186, + 30.581917425299075, + ], + [ + -83.61160002927606, + 30.651263320550594, + ], + [ + -83.35712136841711, + 30.637297454736967, + ], + ], + ], + "type": "Polygon", + }, + "id": "12079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 28045 { + "geometry": { + "coordinates": [ + [ + [ + -89.34149754965985, + 30.647718139228672, + ], + [ + -89.340779697302, + 30.372859157042743, + ], + [ + -89.32857620721849, + 30.302976113106084, + ], + [ + -89.52347312237562, + 30.178572477627753, + ], + [ + -89.61715285507546, + 30.227291863369913, + ], + [ + -89.69001486939754, + 30.459286380481704, + ], + [ + -89.54429084075336, + 30.516815004660153, + ], + [ + -89.54429084075336, + 30.64836271765084, + ], + [ + -89.34149754965985, + 30.647718139228672, + ], + ], + ], + "type": "Polygon", + }, + "id": "28045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12047 { + "geometry": { + "coordinates": [ + [ + [ + -83.1367406945562, + 30.623976167345504, + ], + [ + -82.68915974943476, + 30.597602166905148, + ], + [ + -82.72648807204313, + 30.559196035917665, + ], + [ + -82.64537075560573, + 30.407881251313846, + ], + [ + -82.68162229967731, + 30.34379941317669, + ], + [ + -82.79468404603918, + 30.336816480269874, + ], + [ + -83.00501478689014, + 30.4315695083285, + ], + [ + -83.17083868155423, + 30.385267291669468, + ], + [ + -83.24370069587631, + 30.473198531426817, + ], + [ + -83.27169693783259, + 30.62709162971931, + ], + [ + -83.30938418661988, + 30.634343136968695, + ], + [ + -83.1367406945562, + 30.623976167345504, + ], + ], + ], + "type": "Polygon", + }, + "id": "12047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48377 { + "geometry": { + "coordinates": [ + [ + [ + -103.80083866771679, + 30.412500730006045, + ], + [ + -103.7929422917804, + 29.262733969464744, + ], + [ + -103.97204645506477, + 29.295983473074884, + ], + [ + -104.08259571817415, + 29.34609944539841, + ], + [ + -104.26205880763743, + 29.51352869055642, + ], + [ + -104.33707437903308, + 29.51949104096147, + ], + [ + -104.50971787109677, + 29.64378724670277, + ], + [ + -104.67733639665548, + 29.913113597431764, + ], + [ + -104.6870274034865, + 30.179270770918436, + ], + [ + -104.85967089555018, + 30.39058506365235, + ], + [ + -104.87223331181261, + 30.510369220438477, + ], + [ + -104.97991116549058, + 30.629293939328385, + ], + [ + -103.90097907163731, + 30.41217844079496, + ], + [ + -103.80083866771679, + 30.412500730006045, + ], + ], + ], + "type": "Polygon", + }, + "id": "48377", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48339 { + "geometry": { + "coordinates": [ + [ + [ + -95.35925386554275, + 30.504460584901942, + ], + [ + -95.30792742195625, + 30.405356652493687, + ], + [ + -95.16579265510133, + 30.344981140284, + ], + [ + -95.09687882874742, + 30.16718492550279, + ], + [ + -95.26413842812721, + 30.032199460927213, + ], + [ + -95.53476876703785, + 30.168259222873072, + ], + [ + -95.67116071502994, + 30.10095449262508, + ], + [ + -95.80360447505385, + 30.090157804053774, + ], + [ + -95.8043223274117, + 30.24555491866466, + ], + [ + -95.83016501229442, + 30.630260806961637, + ], + [ + -95.59829870070784, + 30.508972633857116, + ], + [ + -95.35925386554275, + 30.504460584901942, + ], + ], + ], + "type": "Polygon", + }, + "id": "48339", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48453 { + "geometry": { + "coordinates": [ + [ + [ + -97.36924046753155, + 30.419537377781374, + ], + [ + -97.49271107308229, + 30.20999567570842, + ], + [ + -97.64956181327321, + 30.067866133620484, + ], + [ + -97.7102203375118, + 30.02451823472972, + ], + [ + -98.17287618214814, + 30.356314977540443, + ], + [ + -98.12585685270876, + 30.426198021477106, + ], + [ + -98.04976450277633, + 30.624137311951046, + ], + [ + -97.95680262243435, + 30.62816592708959, + ], + [ + -97.8480479902196, + 30.472392808399107, + ], + [ + -97.7536504051619, + 30.433395813857977, + ], + [ + -97.596799664971, + 30.50129140765962, + ], + [ + -97.36924046753155, + 30.419537377781374, + ], + ], + ], + "type": "Polygon", + }, + "id": "48453", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12013 { + "geometry": { + "coordinates": [ + [ + [ + -84.93244836772584, + 30.606357690472926, + ], + [ + -85.11585964515731, + 30.19989728042779, + ], + [ + -85.38972031967829, + 30.200864148061044, + ], + [ + -85.38397750081546, + 30.566877262115163, + ], + [ + -85.17185212906986, + 30.564352663295008, + ], + [ + -85.16790394110167, + 30.608022851396857, + ], + [ + -84.93244836772584, + 30.606357690472926, + ], + ], + ], + "type": "Polygon", + }, + "id": "12013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12077 { + "geometry": { + "coordinates": [ + [ + [ + -84.64638420312136, + 30.388329039174764, + ], + [ + -84.71314447240171, + 30.30012922507484, + ], + [ + -84.67043225710944, + 30.12765078227652, + ], + [ + -84.54516702066407, + 30.01087465812717, + ], + [ + -85.0074639391215, + 30.013828975895436, + ], + [ + -85.02541024806783, + 29.971340514900895, + ], + [ + -85.1359595111772, + 30.043909302263256, + ], + [ + -85.11585964515731, + 30.19989728042779, + ], + [ + -84.93244836772584, + 30.606357690472926, + ], + [ + -84.88255762885505, + 30.533090609819883, + ], + [ + -84.78169937257668, + 30.518695025058143, + ], + [ + -84.78098152021883, + 30.45976981429833, + ], + [ + -84.64638420312136, + 30.388329039174764, + ], + ], + ], + "type": "Polygon", + }, + "id": "12077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12023 { + "geometry": { + "coordinates": [ + [ + [ + -82.58399437900928, + 30.59153238676307, + ], + [ + -82.45980592110068, + 30.584173449776657, + ], + [ + -82.45837021638498, + 30.136460020712807, + ], + [ + -82.56927840567329, + 29.9752079854339, + ], + [ + -82.52979652599137, + 29.940830469584967, + ], + [ + -82.658651024226, + 29.830070410709183, + ], + [ + -82.80006793872307, + 29.932289805491248, + ], + [ + -82.79468404603918, + 30.336816480269874, + ], + [ + -82.68162229967731, + 30.34379941317669, + ], + [ + -82.64537075560573, + 30.407881251313846, + ], + [ + -82.72648807204313, + 30.559196035917665, + ], + [ + -82.68915974943476, + 30.597602166905148, + ], + [ + -82.58399437900928, + 30.59153238676307, + ], + ], + ], + "type": "Polygon", + }, + "id": "12023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12031 { + "geometry": { + "coordinates": [ + [ + [ + [ + -81.43040563993928, + 30.25221556236039, + ], + [ + -81.43363597554962, + 30.106003690265393, + ], + [ + -81.58940993720375, + 30.125770761878528, + ], + [ + -81.65617020648409, + 30.131142248729926, + ], + [ + -81.62350792420177, + 30.23293192456388, + ], + [ + -81.66406658242047, + 30.28046958319873, + ], + [ + -81.60986872940256, + 30.389457051413558, + ], + [ + -81.44081449912815, + 30.355401824775704, + ], + [ + -81.43040563993928, + 30.25221556236039, + ], + ], + ], + [ + [ + [ + -81.38015597488956, + 30.252913855651073, + ], + [ + -81.42861100904464, + 30.252269277228905, + ], + [ + -81.4293288614025, + 30.395795405898205, + ], + [ + -81.38015597488956, + 30.252913855651073, + ], + ], + ], + [ + [ + [ + -81.60161342728725, + 30.560485192762002, + ], + [ + -81.46270899604266, + 30.523099644276286, + ], + [ + -81.45445369392736, + 30.41679791948716, + ], + [ + -81.62960966924352, + 30.395258257213065, + ], + [ + -81.6292507430646, + 30.3184459952381, + ], + [ + -81.72436618048015, + 30.26698715120173, + ], + [ + -81.6913449720189, + 30.191195471728534, + ], + [ + -82.04955329858761, + 30.18695199711593, + ], + [ + -82.04919437240869, + 30.27337922055489, + ], + [ + -81.71718765690161, + 30.571389311070334, + ], + [ + -81.60161342728725, + 30.560485192762002, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12003 { + "geometry": { + "coordinates": [ + [ + [ + -82.04991222476654, + 30.362331042814006, + ], + [ + -82.04919437240869, + 30.27337922055489, + ], + [ + -82.04955329858761, + 30.18695199711593, + ], + [ + -82.04955329858761, + 30.14312066440854, + ], + [ + -82.1425151789296, + 30.14312066440854, + ], + [ + -82.45837021638498, + 30.136460020712807, + ], + [ + -82.45980592110068, + 30.584173449776657, + ], + [ + -82.41888833670306, + 30.581756280693533, + ], + [ + -82.21465934089385, + 30.568488708170584, + ], + [ + -82.20855759585208, + 30.41378988685038, + ], + [ + -82.17015249470694, + 30.358893291229116, + ], + [ + -82.04991222476654, + 30.362331042814006, + ], + ], + ], + "type": "Polygon", + }, + "id": "12003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12005 { + "geometry": { + "coordinates": [ + [ + [ + [ + -85.391156024394, + 30.030212010792198, + ], + [ + -85.38900246732044, + 29.92605888074363, + ], + [ + -85.68727012200841, + 30.120560419632675, + ], + [ + -85.62230448362271, + 30.125233613193387, + ], + [ + -85.50780703254513, + 30.03434805566777, + ], + [ + -85.391156024394, + 30.030212010792198, + ], + ], + ], + [ + [ + [ + -85.38397750081546, + 30.566877262115163, + ], + [ + -85.38972031967829, + 30.200864148061044, + ], + [ + -85.391156024394, + 30.0367652247509, + ], + [ + -85.4830411261992, + 30.034294340799256, + ], + [ + -85.5235997844179, + 30.123246163058376, + ], + [ + -85.59502609402429, + 30.116692949099672, + ], + [ + -85.73357159908994, + 30.185931414614164, + ], + [ + -85.73572515616351, + 30.12453531990271, + ], + [ + -85.99594663588528, + 30.269135745942286, + ], + [ + -85.99271630027494, + 30.389457051413558, + ], + [ + -85.85345294285142, + 30.440593606238846, + ], + [ + -85.48806609270417, + 30.436672420837326, + ], + [ + -85.48627146180954, + 30.567575555405845, + ], + [ + -85.43530394440197, + 30.567575555405845, + ], + [ + -85.38397750081546, + 30.566877262115163, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48287 { + "geometry": { + "coordinates": [ + [ + [ + -96.64097925048954, + 30.29679890322698, + ], + [ + -96.79459965507012, + 30.160524281807064, + ], + [ + -97.02431240958312, + 30.051375668986694, + ], + [ + -97.08174059821137, + 30.25935963987275, + ], + [ + -97.33442462817567, + 30.40320805775313, + ], + [ + -97.15532046489132, + 30.457352645215202, + ], + [ + -96.96365388534453, + 30.557101156045626, + ], + [ + -96.74076072823112, + 30.318768284449185, + ], + [ + -96.64097925048954, + 30.29679890322698, + ], + ], + ], + "type": "Polygon", + }, + "id": "48287", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48199 { + "geometry": { + "coordinates": [ + [ + [ + -94.07178566173313, + 30.526053962044557, + ], + [ + -94.11665143409896, + 30.433986677411628, + ], + [ + -94.08327129945879, + 30.34567943357468, + ], + [ + -94.11772821263574, + 30.24163373326314, + ], + [ + -94.1159335817411, + 30.16036313720152, + ], + [ + -94.27565573136343, + 30.1703003878766, + ], + [ + -94.34169814828591, + 30.10337166170821, + ], + [ + -94.44506888781677, + 30.11293290830369, + ], + [ + -94.59653573532378, + 30.11207347040747, + ], + [ + -94.73256875713696, + 30.490065000140202, + ], + [ + -94.53803076815875, + 30.490978152904937, + ], + [ + -94.54556821791621, + 30.526967114809292, + ], + [ + -94.07178566173313, + 30.526053962044557, + ], + ], + ], + "type": "Polygon", + }, + "id": "48199", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48171 { + "geometry": { + "coordinates": [ + [ + [ + -98.96430840668124, + 30.49844451962838, + ], + [ + -98.59174303295545, + 30.499894821078257, + ], + [ + -98.58779484498726, + 30.138877189795934, + ], + [ + -98.92016048667327, + 30.138232611373766, + ], + [ + -99.30098116251436, + 30.13431142597225, + ], + [ + -99.30169901487221, + 30.28659307820932, + ], + [ + -99.30385257194577, + 30.499841106209743, + ], + [ + -98.96430840668124, + 30.49844451962838, + ], + ], + ], + "type": "Polygon", + }, + "id": "48171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48031 { + "geometry": { + "coordinates": [ + [ + [ + -98.34982678835894, + 30.48571409579057, + ], + [ + -98.12585685270876, + 30.426198021477106, + ], + [ + -98.17287618214814, + 30.356314977540443, + ], + [ + -98.29742356623566, + 30.03800066672672, + ], + [ + -98.4140745743868, + 29.93755386260562, + ], + [ + -98.58779484498726, + 30.138877189795934, + ], + [ + -98.59174303295545, + 30.499894821078257, + ], + [ + -98.34982678835894, + 30.48571409579057, + ], + ], + ], + "type": "Polygon", + }, + "id": "48031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22099 { + "geometry": { + "coordinates": [ + [ + [ + [ + -91.09987690022112, + 29.69938213561472, + ], + [ + -91.38665891718345, + 29.783660764313122, + ], + [ + -91.3737375747421, + 29.834367600190298, + ], + [ + -91.47208334776798, + 29.955978062505906, + ], + [ + -91.25565086187525, + 29.97139422976941, + ], + [ + -91.18278884755316, + 29.84618487126337, + ], + [ + -91.09269837664259, + 29.801494100659756, + ], + [ + -91.09987690022112, + 29.69938213561472, + ], + ], + ], + [ + [ + [ + -91.36907153441605, + 30.058842035710136, + ], + [ + -91.60057891982369, + 30.033112613691948, + ], + [ + -91.72656200862691, + 30.12238672516215, + ], + [ + -91.81916496278997, + 30.044016732000284, + ], + [ + -91.95089087045602, + 30.073183905603365, + ], + [ + -91.90566617191128, + 30.15423964219093, + ], + [ + -91.98857811924331, + 30.36861568243014, + ], + [ + -91.87085033255539, + 30.41679791948716, + ], + [ + -91.67882482682968, + 30.394721108527925, + ], + [ + -91.75635288147782, + 30.497692511469182, + ], + [ + -91.70107824992313, + 30.4973702222581, + ], + [ + -91.64041972568454, + 30.44268848611089, + ], + [ + -91.6210377120225, + 30.309959046012896, + ], + [ + -91.47531368337832, + 30.229494172978985, + ], + [ + -91.4616744885791, + 30.10245850894347, + ], + [ + -91.36907153441605, + 30.058842035710136, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "22099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22047 { + "geometry": { + "coordinates": [ + [ + [ + -91.48500469020934, + 30.497101647915528, + ], + [ + -91.3116433457878, + 30.32247461037665, + ], + [ + -91.14223018933446, + 30.32328033340436, + ], + [ + -91.02091314085727, + 30.32166888734894, + ], + [ + -91.1063375714418, + 30.062494646769085, + ], + [ + -91.22442428430864, + 30.025323957757426, + ], + [ + -91.36907153441605, + 30.058842035710136, + ], + [ + -91.4616744885791, + 30.10245850894347, + ], + [ + -91.47531368337832, + 30.229494172978985, + ], + [ + -91.6210377120225, + 30.309959046012896, + ], + [ + -91.64041972568454, + 30.44268848611089, + ], + [ + -91.70107824992313, + 30.4973702222581, + ], + [ + -91.48500469020934, + 30.497101647915528, + ], + ], + ], + "type": "Polygon", + }, + "id": "22047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48291 { + "geometry": { + "coordinates": [ + [ + [ + -94.73256875713696, + 30.490065000140202, + ], + [ + -94.59653573532378, + 30.11207347040747, + ], + [ + -94.44506888781677, + 30.11293290830369, + ], + [ + -94.44219747838535, + 29.889532770154137, + ], + [ + -94.98022782059628, + 29.88416128330274, + ], + [ + -95.09687882874742, + 30.16718492550279, + ], + [ + -95.16579265510133, + 30.344981140284, + ], + [ + -94.8506554700038, + 30.494201045015778, + ], + [ + -94.73256875713696, + 30.490065000140202, + ], + ], + ], + "type": "Polygon", + }, + "id": "48291", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22019 { + "geometry": { + "coordinates": [ + [ + [ + -93.1310401467666, + 30.403046913147588, + ], + [ + -93.03089974284607, + 30.379304941264415, + ], + [ + -92.99680175584805, + 30.15687167074811, + ], + [ + -92.89378994249613, + 30.156280807194456, + ], + [ + -92.88876497599115, + 30.08253029272479, + ], + [ + -92.99680175584805, + 30.038537815411857, + ], + [ + -93.1285276635141, + 30.052557396094002, + ], + [ + -93.7214737111008, + 30.051483098723722, + ], + [ + -93.70962914719622, + 30.244158332083295, + ], + [ + -93.76562163110877, + 30.343315979360064, + ], + [ + -93.74157357712069, + 30.40224119011988, + ], + [ + -93.48601813772497, + 30.402456049593937, + ], + [ + -93.4863770639039, + 30.490494719088314, + ], + [ + -93.38480095526768, + 30.490118715008716, + ], + [ + -93.38551880762553, + 30.402617194199475, + ], + [ + -93.1310401467666, + 30.403046913147588, + ], + ], + ], + "type": "Polygon", + }, + "id": "22019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22053 { + "geometry": { + "coordinates": [ + [ + [ + -92.63033812716402, + 30.48786269053113, + ], + [ + -92.63213275805866, + 30.481148331966885, + ], + [ + -92.62531316065905, + 30.344551421335886, + ], + [ + -92.59300980455566, + 30.207256217414205, + ], + [ + -92.62531316065905, + 30.092306398794335, + ], + [ + -92.73729812848414, + 30.037356088304552, + ], + [ + -92.99680175584805, + 30.038537815411857, + ], + [ + -92.88876497599115, + 30.08253029272479, + ], + [ + -92.89378994249613, + 30.156280807194456, + ], + [ + -92.99680175584805, + 30.15687167074811, + ], + [ + -93.03089974284607, + 30.379304941264415, + ], + [ + -93.1310401467666, + 30.403046913147588, + ], + [ + -93.1310401467666, + 30.42356599291992, + ], + [ + -92.77570322962929, + 30.437639288470578, + ], + [ + -92.77247289401895, + 30.488292409479243, + ], + [ + -92.63033812716402, + 30.48786269053113, + ], + ], + ], + "type": "Polygon", + }, + "id": "22053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22001 { + "geometry": { + "coordinates": [ + [ + [ + -92.49322832681408, + 30.480503753544717, + ], + [ + -92.24592818953367, + 30.480181464333633, + ], + [ + -92.17629651082191, + 30.43672613570584, + ], + [ + -92.14255745000281, + 30.298732638493476, + ], + [ + -92.28469221685774, + 30.147417853889657, + ], + [ + -92.43113409785978, + 30.050784805433043, + ], + [ + -92.596240140166, + 30.09945047630669, + ], + [ + -92.62531316065905, + 30.092306398794335, + ], + [ + -92.59300980455566, + 30.207256217414205, + ], + [ + -92.62531316065905, + 30.344551421335886, + ], + [ + -92.63213275805866, + 30.481148331966885, + ], + [ + -92.49322832681408, + 30.480503753544717, + ], + ], + ], + "type": "Polygon", + }, + "id": "22001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12121 { + "geometry": { + "coordinates": [ + [ + [ + -82.79468404603918, + 30.336816480269874, + ], + [ + -82.80006793872307, + 29.932289805491248, + ], + [ + -82.87974955044477, + 29.886900741596953, + ], + [ + -83.06854472056015, + 30.080059408773153, + ], + [ + -83.22611331310891, + 30.114705498964653, + ], + [ + -83.24728995766559, + 30.260702511585595, + ], + [ + -83.17083868155423, + 30.385267291669468, + ], + [ + -83.00501478689014, + 30.4315695083285, + ], + [ + -82.79468404603918, + 30.336816480269874, + ], + ], + ], + "type": "Polygon", + }, + "id": "12121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48021 { + "geometry": { + "coordinates": [ + [ + [ + -97.02431240958312, + 30.051375668986694, + ], + [ + -97.3157604668715, + 29.786561367212876, + ], + [ + -97.64956181327321, + 30.067866133620484, + ], + [ + -97.49271107308229, + 30.20999567570842, + ], + [ + -97.36924046753155, + 30.419537377781374, + ], + [ + -97.33442462817567, + 30.40320805775313, + ], + [ + -97.08174059821137, + 30.25935963987275, + ], + [ + -97.02431240958312, + 30.051375668986694, + ], + ], + ], + "type": "Polygon", + }, + "id": "48021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48477 { + "geometry": { + "coordinates": [ + [ + [ + -96.15499320422296, + 30.330746700127797, + ], + [ + -96.09361682762652, + 30.224928409155297, + ], + [ + -96.19232152683132, + 30.136674880186863, + ], + [ + -96.14530219739194, + 30.07017587296658, + ], + [ + -96.2931797831097, + 30.096120154458823, + ], + [ + -96.62195616300643, + 30.044285306342854, + ], + [ + -96.64743992171022, + 30.1445172509899, + ], + [ + -96.79459965507012, + 30.160524281807064, + ], + [ + -96.64097925048954, + 30.29679890322698, + ], + [ + -96.29928152815144, + 30.380003234555097, + ], + [ + -96.15068609007584, + 30.370334558222588, + ], + [ + -96.15499320422296, + 30.330746700127797, + ], + ], + ], + "type": "Polygon", + }, + "id": "48477", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22055 { + "geometry": { + "coordinates": [ + [ + [ + -91.98857811924331, + 30.36861568243014, + ], + [ + -91.90566617191128, + 30.15423964219093, + ], + [ + -91.95089087045602, + 30.073183905603365, + ], + [ + -91.96453006525523, + 30.03687265448793, + ], + [ + -92.12855932902468, + 30.11599465580899, + ], + [ + -92.28469221685774, + 30.147417853889657, + ], + [ + -92.14255745000281, + 30.298732638493476, + ], + [ + -92.05031342201869, + 30.379734660212527, + ], + [ + -91.98857811924331, + 30.36861568243014, + ], + ], + ], + "type": "Polygon", + }, + "id": "22055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48209 { + "geometry": { + "coordinates": [ + [ + [ + -97.87496745363909, + 29.858270716679012, + ], + [ + -97.99915591154769, + 29.75245242570651, + ], + [ + -98.0303824891143, + 29.848548325477985, + ], + [ + -98.29742356623566, + 30.03800066672672, + ], + [ + -98.17287618214814, + 30.356314977540443, + ], + [ + -97.7102203375118, + 30.02451823472972, + ], + [ + -97.89434946730113, + 29.883677849486112, + ], + [ + -97.87496745363909, + 29.858270716679012, + ], + ], + ], + "type": "Polygon", + }, + "id": "48209", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22005 { + "geometry": { + "coordinates": [ + [ + [ + -90.89169971644371, + 30.34524971462657, + ], + [ + -90.69895635836014, + 30.176209023413136, + ], + [ + -90.63291394143765, + 30.22138322783338, + ], + [ + -90.64188709591082, + 30.1664329173436, + ], + [ + -90.91538884425286, + 30.11293290830369, + ], + [ + -90.96384387840796, + 30.06646954703912, + ], + [ + -90.96384387840796, + 30.066415832170605, + ], + [ + -91.1063375714418, + 30.062494646769085, + ], + [ + -91.02091314085727, + 30.32166888734894, + ], + [ + -90.89169971644371, + 30.34524971462657, + ], + ], + ], + "type": "Polygon", + }, + "id": "22005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12123 { + "geometry": { + "coordinates": [ + [ + [ + -83.36717130142706, + 30.260433937243025, + ], + [ + -83.37076056321632, + 29.88792132409872, + ], + [ + -83.31871626727197, + 29.822550329117227, + ], + [ + -83.3905015030573, + 29.671342974250436, + ], + [ + -83.53371304844899, + 29.721673806048013, + ], + [ + -83.63528915708521, + 29.881744114219615, + ], + [ + -83.78065425955047, + 29.98616581861075, + ], + [ + -83.99206177893822, + 30.095099571957057, + ], + [ + -83.91561050282687, + 30.244158332083295, + ], + [ + -83.82013613923239, + 30.303459546922706, + ], + [ + -83.46874741006329, + 30.304211555081903, + ], + [ + -83.36717130142706, + 30.260433937243025, + ], + ], + ], + "type": "Polygon", + }, + "id": "12123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12129 { + "geometry": { + "coordinates": [ + [ + [ + -84.07569157862811, + 30.273594080028946, + ], + [ + -84.07605050480704, + 30.098644753278982, + ], + [ + -84.36103789087474, + 30.063568944139362, + ], + [ + -84.35816648144332, + 29.970319932399132, + ], + [ + -84.4496926570696, + 29.973327965035914, + ], + [ + -84.54516702066407, + 30.01087465812717, + ], + [ + -84.67043225710944, + 30.12765078227652, + ], + [ + -84.71314447240171, + 30.30012922507484, + ], + [ + -84.24761721833394, + 30.30351326179122, + ], + [ + -84.07569157862811, + 30.273594080028946, + ], + ], + ], + "type": "Polygon", + }, + "id": "12129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22095 { + "geometry": { + "coordinates": [ + [ + [ + -90.27793595047928, + 30.23083704469183, + ], + [ + -90.44914373782724, + 30.032790324480864, + ], + [ + -90.53815743020104, + 30.016998153137763, + ], + [ + -90.5417466919903, + 29.891466505420638, + ], + [ + -90.64081031737403, + 29.892863092002003, + ], + [ + -90.65624414306788, + 29.889479055285623, + ], + [ + -90.6889064253502, + 30.03595950172319, + ], + [ + -90.64188709591082, + 30.1664329173436, + ], + [ + -90.63291394143765, + 30.22138322783338, + ], + [ + -90.55861622239985, + 30.193666355680172, + ], + [ + -90.40176548220894, + 30.28546506597053, + ], + [ + -90.29767689032023, + 30.293683440853165, + ], + [ + -90.27793595047928, + 30.23083704469183, + ], + ], + ], + "type": "Polygon", + }, + "id": "22095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48465 { + "geometry": { + "coordinates": [ + [ + [ + -100.96065581387083, + 30.287721090448116, + ], + [ + -100.70043433414907, + 30.288258239133256, + ], + [ + -100.70007540797013, + 29.62385903048409, + ], + [ + -100.69899862943336, + 29.419688815262532, + ], + [ + -100.74601795887274, + 29.255106458135764, + ], + [ + -100.79447299302782, + 29.24189260048133, + ], + [ + -101.0048037338788, + 29.365168223720865, + ], + [ + -101.06043729161242, + 29.458524665198127, + ], + [ + -101.26107702563237, + 29.53753923678216, + ], + [ + -101.30019997913537, + 29.641638651962214, + ], + [ + -101.45382038371594, + 29.786991086160988, + ], + [ + -101.53637340486905, + 29.758038772031966, + ], + [ + -101.76142011905601, + 29.78118988036148, + ], + [ + -101.75854870962459, + 30.2880433796592, + ], + [ + -100.96065581387083, + 30.287721090448116, + ], + ], + ], + "type": "Polygon", + }, + "id": "48465", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48137 { + "geometry": { + "coordinates": [ + [ + [ + -99.75430492649862, + 30.290675408216387, + ], + [ + -99.75753526210896, + 30.074097058368103, + ], + [ + -99.967507076781, + 30.082315433250734, + ], + [ + -100.01273177532575, + 29.796283758413903, + ], + [ + -100.01452640622038, + 29.62342931153598, + ], + [ + -100.11215432688842, + 29.62326816693044, + ], + [ + -100.70007540797013, + 29.62385903048409, + ], + [ + -100.70043433414907, + 30.288258239133256, + ], + [ + -100.11646144103553, + 30.29029940413679, + ], + [ + -99.75430492649862, + 30.290675408216387, + ], + ], + ], + "type": "Polygon", + }, + "id": "48137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48265 { + "geometry": { + "coordinates": [ + [ + [ + -98.92016048667327, + 30.138232611373766, + ], + [ + -98.91764800342078, + 29.781404739835537, + ], + [ + -99.17643377842684, + 29.89501168674256, + ], + [ + -99.60104344809697, + 29.90763468084334, + ], + [ + -99.69113391900754, + 29.908547833608075, + ], + [ + -99.68969821429184, + 30.07393591376256, + ], + [ + -99.75753526210896, + 30.074097058368103, + ], + [ + -99.75430492649862, + 30.290675408216387, + ], + [ + -99.30169901487221, + 30.28659307820932, + ], + [ + -99.30098116251436, + 30.13431142597225, + ], + [ + -98.92016048667327, + 30.138232611373766, + ], + ], + ], + "type": "Polygon", + }, + "id": "48265", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12067 { + "geometry": { + "coordinates": [ + [ + [ + -83.24728995766559, + 30.260702511585595, + ], + [ + -83.22611331310891, + 30.114705498964653, + ], + [ + -83.06854472056015, + 30.080059408773153, + ], + [ + -82.87974955044477, + 29.886900741596953, + ], + [ + -82.9206671348424, + 29.824161775172648, + ], + [ + -83.31871626727197, + 29.822550329117227, + ], + [ + -83.37076056321632, + 29.88792132409872, + ], + [ + -83.36717130142706, + 30.260433937243025, + ], + [ + -83.24728995766559, + 30.260702511585595, + ], + ], + ], + "type": "Polygon", + }, + "id": "12067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12109 { + "geometry": { + "coordinates": [ + [ + [ + [ + -81.21899812055153, + 29.67059096609124, + ], + [ + -81.2240230870565, + 29.67059096609124, + ], + [ + -81.2469943625078, + 29.659149699097764, + ], + [ + -81.32416349097701, + 29.62557790627654, + ], + [ + -81.52372644646019, + 29.622623588508272, + ], + [ + -81.52516215117589, + 29.759381643744813, + ], + [ + -81.5886920848459, + 29.889747629628193, + ], + [ + -81.55315839313216, + 29.967204470025322, + ], + [ + -81.66873262274652, + 30.057391734260257, + ], + [ + -81.58940993720375, + 30.125770761878528, + ], + [ + -81.43363597554962, + 30.106003690265393, + ], + [ + -81.43040563993928, + 30.25221556236039, + ], + [ + -81.30478147731498, + 29.906614098341578, + ], + [ + -81.31160107471459, + 29.8486020403465, + ], + [ + -81.21899812055153, + 29.67059096609124, + ], + ], + ], + [ + [ + [ + -81.42861100904464, + 30.252269277228905, + ], + [ + -81.38015597488956, + 30.252913855651073, + ], + [ + -81.30262792024142, + 29.94910255933612, + ], + [ + -81.42861100904464, + 30.252269277228905, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48361 { + "geometry": { + "coordinates": [ + [ + [ + -93.70962914719622, + 30.244158332083295, + ], + [ + -93.7214737111008, + 30.051483098723722, + ], + [ + -93.85427639730364, + 29.864985075243258, + ], + [ + -93.85966028998753, + 29.977034290963374, + ], + [ + -94.03194485587228, + 30.028009701183123, + ], + [ + -94.1159335817411, + 30.16036313720152, + ], + [ + -94.11772821263574, + 30.24163373326314, + ], + [ + -93.90129572674302, + 30.242654315764906, + ], + [ + -93.70962914719622, + 30.244158332083295, + ], + ], + ], + "type": "Polygon", + }, + "id": "48361", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48473 { + "geometry": { + "coordinates": [ + [ + [ + -95.80360447505385, + 30.090157804053774, + ], + [ + -95.96081414142368, + 30.1633711698383, + ], + [ + -95.82621682432622, + 29.788280243005325, + ], + [ + -96.032599377209, + 29.727958445664147, + ], + [ + -96.1029489082786, + 29.809605045805363, + ], + [ + -96.14530219739194, + 30.07017587296658, + ], + [ + -96.19232152683132, + 30.136674880186863, + ], + [ + -96.09361682762652, + 30.224928409155297, + ], + [ + -95.8043223274117, + 30.24555491866466, + ], + [ + -95.80360447505385, + 30.090157804053774, + ], + ], + ], + "type": "Polygon", + }, + "id": "48473", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22089 { + "geometry": { + "coordinates": [ + [ + [ + -90.22804521160847, + 29.69196948375979, + ], + [ + -90.34613192447532, + 29.693312355472642, + ], + [ + -90.37915313293657, + 29.764591985990666, + ], + [ + -90.5417466919903, + 29.891466505420638, + ], + [ + -90.53815743020104, + 30.016998153137763, + ], + [ + -90.44914373782724, + 30.032790324480864, + ], + [ + -90.27793595047928, + 30.23083704469183, + ], + [ + -90.28044843373176, + 29.97273710148226, + ], + [ + -90.24024870169198, + 29.862138187212018, + ], + [ + -90.16738668736988, + 29.816963982791776, + ], + [ + -90.22804521160847, + 29.69196948375979, + ], + ], + ], + "type": "Polygon", + }, + "id": "22089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22051 { + "geometry": { + "coordinates": [ + [ + [ + -90.10529245841559, + 30.19178633528219, + ], + [ + -90.13867259305576, + 29.918807373494246, + ], + [ + -90.05899098133406, + 29.945288803671627, + ], + [ + -90.00802346392649, + 29.8955488354277, + ], + [ + -90.06868198816508, + 29.828781253864847, + ], + [ + -90.06724628344938, + 29.738808849103968, + ], + [ + -89.98002722197022, + 29.606509127954084, + ], + [ + -89.97751473871773, + 29.459598962568407, + ], + [ + -90.12539232443548, + 29.54978622680334, + ], + [ + -90.11390668670983, + 29.650985039083643, + ], + [ + -90.17348843241165, + 29.683267675060534, + ], + [ + -90.22804521160847, + 29.69196948375979, + ], + [ + -90.16738668736988, + 29.816963982791776, + ], + [ + -90.24024870169198, + 29.862138187212018, + ], + [ + -90.28044843373176, + 29.97273710148226, + ], + [ + -90.27793595047928, + 30.23083704469183, + ], + [ + -90.24347903730232, + 30.224391260470156, + ], + [ + -90.10529245841559, + 30.19178633528219, + ], + ], + ], + "type": "Polygon", + }, + "id": "22051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12045 { + "geometry": { + "coordinates": [ + [ + [ + -85.11585964515731, + 30.19989728042779, + ], + [ + -85.1359595111772, + 30.043909302263256, + ], + [ + -85.02541024806783, + 29.971340514900895, + ], + [ + -85.04838152351913, + 29.779471004569032, + ], + [ + -85.04874044969804, + 29.7778058436451, + ], + [ + -85.21815360615139, + 29.69406436363184, + ], + [ + -85.3114744126723, + 29.688854021385986, + ], + [ + -85.3007066273045, + 29.798647212628516, + ], + [ + -85.38900246732044, + 29.92605888074363, + ], + [ + -85.391156024394, + 30.030212010792198, + ], + [ + -85.391156024394, + 30.0367652247509, + ], + [ + -85.38972031967829, + 30.200864148061044, + ], + [ + -85.11585964515731, + 30.19989728042779, + ], + ], + ], + "type": "Polygon", + }, + "id": "12045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22071 { + "geometry": { + "coordinates": [ + [ + [ + -89.62504923101184, + 30.15493793548161, + ], + [ + -89.72841997054269, + 30.06168892374138, + ], + [ + -89.85942802585089, + 30.002656283244534, + ], + [ + -89.98971822880124, + 29.989549855327127, + ], + [ + -90.01197165189468, + 29.94593338209379, + ], + [ + -89.91075446943739, + 29.868583971433694, + ], + [ + -90.00802346392649, + 29.8955488354277, + ], + [ + -90.05899098133406, + 29.945288803671627, + ], + [ + -90.13867259305576, + 29.918807373494246, + ], + [ + -90.10529245841559, + 30.19178633528219, + ], + [ + -89.99438426912728, + 30.149942452709812, + ], + [ + -89.88527071073361, + 30.197963545161294, + ], + [ + -89.79410346128626, + 30.15128532442266, + ], + [ + -89.62504923101184, + 30.15493793548161, + ], + ], + ], + "type": "Polygon", + }, + "id": "22071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12019 { + "geometry": { + "coordinates": [ + [ + [ + -81.6913449720189, + 30.191195471728534, + ], + [ + -81.76636054341455, + 30.11776724646995, + ], + [ + -81.69062711966104, + 30.118787828971715, + ], + [ + -81.71252161657557, + 30.040417835809848, + ], + [ + -81.61202228647612, + 29.96339071436083, + ], + [ + -81.60592054143437, + 29.839577942436154, + ], + [ + -81.81230309431716, + 29.836462480062345, + ], + [ + -81.940080814015, + 29.747403228066197, + ], + [ + -82.04919437240869, + 29.71866577341123, + ], + [ + -82.04955329858761, + 30.14312066440854, + ], + [ + -82.04955329858761, + 30.18695199711593, + ], + [ + -81.6913449720189, + 30.191195471728534, + ], + ], + ], + "type": "Polygon", + }, + "id": "12019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48245 { + "geometry": { + "coordinates": [ + [ + [ + -94.1159335817411, + 30.16036313720152, + ], + [ + -94.03194485587228, + 30.028009701183123, + ], + [ + -93.85966028998753, + 29.977034290963374, + ], + [ + -93.85427639730364, + 29.864985075243258, + ], + [ + -93.92929196869929, + 29.802944402109635, + ], + [ + -93.83920149778872, + 29.69223805810236, + ], + [ + -94.01435747310488, + 29.679776208607123, + ], + [ + -94.35461949072727, + 29.56138863840236, + ], + [ + -94.35784982633761, + 29.887437890282094, + ], + [ + -94.44219747838535, + 29.889532770154137, + ], + [ + -94.44506888781677, + 30.11293290830369, + ], + [ + -94.34169814828591, + 30.10337166170821, + ], + [ + -94.27565573136343, + 30.1703003878766, + ], + [ + -94.1159335817411, + 30.16036313720152, + ], + ], + ], + "type": "Polygon", + }, + "id": "48245", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48201 { + "geometry": { + "coordinates": [ + [ + [ + -95.09687882874742, + 30.16718492550279, + ], + [ + -94.98022782059628, + 29.88416128330274, + ], + [ + -94.9127496989581, + 29.83055384452581, + ], + [ + -94.92710674611516, + 29.681280224925516, + ], + [ + -95.01647936466787, + 29.71146798103036, + ], + [ + -95.07498433183291, + 29.826310369913205, + ], + [ + -95.10262164761025, + 29.76867431599773, + ], + [ + -94.98238137766985, + 29.677788758472108, + ], + [ + -95.01827399556251, + 29.548067351010896, + ], + [ + -95.16184446713314, + 29.497253085396693, + ], + [ + -95.21640124632998, + 29.55601715155096, + ], + [ + -95.26234379723257, + 29.59345641490519, + ], + [ + -95.42421950392846, + 29.580188842382242, + ], + [ + -95.82621682432622, + 29.788280243005325, + ], + [ + -95.96081414142368, + 30.1633711698383, + ], + [ + -95.80360447505385, + 30.090157804053774, + ], + [ + -95.67116071502994, + 30.10095449262508, + ], + [ + -95.53476876703785, + 30.168259222873072, + ], + [ + -95.26413842812721, + 30.032199460927213, + ], + [ + -95.09687882874742, + 30.16718492550279, + ], + ], + ], + "type": "Polygon", + }, + "id": "48201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22087 { + "geometry": { + "coordinates": [ + [ + [ + [ + -89.546085471648, + 29.652757629744606, + ], + [ + -89.55721218319472, + 29.660116566731016, + ], + [ + -89.56331392823647, + 29.659525703177362, + ], + [ + -89.86983688503976, + 29.79542432051768, + ], + [ + -89.91075446943739, + 29.868583971433694, + ], + [ + -90.01197165189468, + 29.94593338209379, + ], + [ + -89.98971822880124, + 29.989549855327127, + ], + [ + -89.85942802585089, + 30.002656283244534, + ], + [ + -89.79553916600196, + 29.93207494601719, + ], + [ + -89.72770211818484, + 29.958072942377946, + ], + [ + -89.70544869509139, + 29.873364594731434, + ], + [ + -89.6056672173498, + 29.871162285122363, + ], + [ + -89.57910668010923, + 29.992504173095398, + ], + [ + -89.4448682891907, + 30.060453481765556, + ], + [ + -89.41974345666584, + 29.87981037895311, + ], + [ + -89.32391016689245, + 29.869389694461404, + ], + [ + -89.47681271911516, + 29.736767684100435, + ], + [ + -89.65268654678918, + 29.75051869044001, + ], + [ + -89.546085471648, + 29.652757629744606, + ], + ], + ], + [ + [ + [ + -89.2273590247612, + 30.063568944139362, + ], + [ + -89.3393439925863, + 30.059755188474874, + ], + [ + -89.24566425988645, + 30.12131242779187, + ], + [ + -89.2273590247612, + 30.063568944139362, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "22087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22093 { + "geometry": { + "coordinates": [ + [ + [ + -90.65624414306788, + 29.889479055285623, + ], + [ + -90.78545756748144, + 29.921546831788454, + ], + [ + -90.88559797140196, + 29.90532494149724, + ], + [ + -90.96025461661868, + 29.977840013991084, + ], + [ + -90.96384387840796, + 30.066415832170605, + ], + [ + -90.96384387840796, + 30.06646954703912, + ], + [ + -90.91538884425286, + 30.11293290830369, + ], + [ + -90.64188709591082, + 30.1664329173436, + ], + [ + -90.6889064253502, + 30.03595950172319, + ], + [ + -90.65624414306788, + 29.889479055285623, + ], + ], + ], + "type": "Polygon", + }, + "id": "22093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48149 { + "geometry": { + "coordinates": [ + [ + [ + -96.62195616300643, + 30.044285306342854, + ], + [ + -96.56991186706207, + 29.961510693962843, + ], + [ + -96.87428126679181, + 29.632721983788898, + ], + [ + -97.14311697480781, + 29.62804879022818, + ], + [ + -97.31791402394505, + 29.784573917077857, + ], + [ + -97.3157604668715, + 29.786561367212876, + ], + [ + -97.02431240958312, + 30.051375668986694, + ], + [ + -96.79459965507012, + 30.160524281807064, + ], + [ + -96.64743992171022, + 30.1445172509899, + ], + [ + -96.62195616300643, + 30.044285306342854, + ], + ], + ], + "type": "Polygon", + }, + "id": "48149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22113 { + "geometry": { + "coordinates": [ + [ + [ + -92.28469221685774, + 30.147417853889657, + ], + [ + -92.12855932902468, + 30.11599465580899, + ], + [ + -91.96453006525523, + 30.03687265448793, + ], + [ + -91.9720675150127, + 29.83356187716259, + ], + [ + -91.98427100509619, + 29.794511167752944, + ], + [ + -92.16732335634875, + 29.700886151933112, + ], + [ + -92.10199879178411, + 29.7000804289054, + ], + [ + -92.1098951677205, + 29.616124089418083, + ], + [ + -92.30012604255158, + 29.532436324273334, + ], + [ + -92.6177757109016, + 29.5800276977767, + ], + [ + -92.61598108000696, + 30.038161811332262, + ], + [ + -92.73729812848414, + 30.037356088304552, + ], + [ + -92.62531316065905, + 30.092306398794335, + ], + [ + -92.596240140166, + 30.09945047630669, + ], + [ + -92.43113409785978, + 30.050784805433043, + ], + [ + -92.28469221685774, + 30.147417853889657, + ], + ], + ], + "type": "Polygon", + }, + "id": "22113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12007 { + "geometry": { + "coordinates": [ + [ + [ + -82.04955329858761, + 30.14312066440854, + ], + [ + -82.04919437240869, + 29.71866577341123, + ], + [ + -82.05565504362937, + 29.71823605446312, + ], + [ + -82.13318309827751, + 29.835925331377204, + ], + [ + -82.27280538187995, + 29.843015694021048, + ], + [ + -82.41852941052413, + 29.92310456297536, + ], + [ + -82.30690336887797, + 29.956354066585504, + ], + [ + -82.1425151789296, + 30.14312066440854, + ], + [ + -82.04955329858761, + 30.14312066440854, + ], + ], + ], + "type": "Polygon", + }, + "id": "12007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12125 { + "geometry": { + "coordinates": [ + [ + [ + -82.1425151789296, + 30.14312066440854, + ], + [ + -82.30690336887797, + 29.956354066585504, + ], + [ + -82.41852941052413, + 29.92310456297536, + ], + [ + -82.52979652599137, + 29.940830469584967, + ], + [ + -82.56927840567329, + 29.9752079854339, + ], + [ + -82.45837021638498, + 30.136460020712807, + ], + [ + -82.1425151789296, + 30.14312066440854, + ], + ], + ], + "type": "Polygon", + }, + "id": "12125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48259 { + "geometry": { + "coordinates": [ + [ + [ + -98.58779484498726, + 30.138877189795934, + ], + [ + -98.4140745743868, + 29.93755386260562, + ], + [ + -98.6462998121523, + 29.745308348194158, + ], + [ + -98.77910249835513, + 29.719954930255568, + ], + [ + -98.91764800342078, + 29.781404739835537, + ], + [ + -98.92016048667327, + 30.138232611373766, + ], + [ + -98.58779484498726, + 30.138877189795934, + ], + ], + ], + "type": "Polygon", + }, + "id": "48259", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22045 { + "geometry": { + "coordinates": [ + [ + [ + [ + -91.89453946036456, + 29.634011140633234, + ], + [ + -91.71256388764878, + 29.553599982467837, + ], + [ + -91.84644335238839, + 29.479527178787084, + ], + [ + -92.02734214656738, + 29.56735098880741, + ], + [ + -91.89453946036456, + 29.634011140633234, + ], + ], + ], + [ + [ + [ + -91.36907153441605, + 30.058842035710136, + ], + [ + -91.22442428430864, + 30.025323957757426, + ], + [ + -91.25565086187525, + 29.97139422976941, + ], + [ + -91.47208334776798, + 29.955978062505906, + ], + [ + -91.62498589999069, + 29.944805369855, + ], + [ + -91.85649328539833, + 29.7377882666022, + ], + [ + -91.8277791910842, + 29.82894239847039, + ], + [ + -91.9720675150127, + 29.83356187716259, + ], + [ + -91.96453006525523, + 30.03687265448793, + ], + [ + -91.95089087045602, + 30.073183905603365, + ], + [ + -91.81916496278997, + 30.044016732000284, + ], + [ + -91.72656200862691, + 30.12238672516215, + ], + [ + -91.60057891982369, + 30.033112613691948, + ], + [ + -91.36907153441605, + 30.058842035710136, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "22045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48015 { + "geometry": { + "coordinates": [ + [ + [ + -96.14530219739194, + 30.07017587296658, + ], + [ + -96.1029489082786, + 29.809605045805363, + ], + [ + -96.032599377209, + 29.727958445664147, + ], + [ + -96.02506192745155, + 29.602802802026623, + ], + [ + -96.0893097134794, + 29.60167478978783, + ], + [ + -96.17545199642177, + 29.633849996027692, + ], + [ + -96.25656931285918, + 29.6669920699008, + ], + [ + -96.3312259580759, + 29.81481538805122, + ], + [ + -96.42131642898647, + 29.82947954715553, + ], + [ + -96.56991186706207, + 29.961510693962843, + ], + [ + -96.62195616300643, + 30.044285306342854, + ], + [ + -96.2931797831097, + 30.096120154458823, + ], + [ + -96.14530219739194, + 30.07017587296658, + ], + ], + ], + "type": "Polygon", + }, + "id": "48015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22007 { + "geometry": { + "coordinates": [ + [ + [ + -90.96384387840796, + 30.066415832170605, + ], + [ + -90.96384387840796, + 30.06646954703912, + ], + [ + -90.96384387840796, + 30.066415832170605, + ], + [ + -90.96025461661868, + 29.977840013991084, + ], + [ + -90.88559797140196, + 29.90532494149724, + ], + [ + -91.00691501987914, + 29.714744588009715, + ], + [ + -91.08264844363265, + 29.62638362930425, + ], + [ + -91.09987690022112, + 29.69938213561472, + ], + [ + -91.09269837664259, + 29.801494100659756, + ], + [ + -91.18278884755316, + 29.84618487126337, + ], + [ + -91.25565086187525, + 29.97139422976941, + ], + [ + -91.22442428430864, + 30.025323957757426, + ], + [ + -91.1063375714418, + 30.062494646769085, + ], + [ + -90.96384387840796, + 30.066415832170605, + ], + ], + ], + "type": "Polygon", + }, + "id": "22007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48385 { + "geometry": { + "coordinates": [ + [ + [ + -99.75753526210896, + 30.074097058368103, + ], + [ + -99.68969821429184, + 30.07393591376256, + ], + [ + -99.69113391900754, + 29.908547833608075, + ], + [ + -99.60104344809697, + 29.90763468084334, + ], + [ + -99.60319700517053, + 29.62718935233196, + ], + [ + -100.01452640622038, + 29.62342931153598, + ], + [ + -100.01273177532575, + 29.796283758413903, + ], + [ + -99.967507076781, + 30.082315433250734, + ], + [ + -99.75753526210896, + 30.074097058368103, + ], + ], + ], + "type": "Polygon", + }, + "id": "48385", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48055 { + "geometry": { + "coordinates": [ + [ + [ + -97.64956181327321, + 30.067866133620484, + ], + [ + -97.3157604668715, + 29.786561367212876, + ], + [ + -97.31791402394505, + 29.784573917077857, + ], + [ + -97.59787644350777, + 29.630680818785365, + ], + [ + -97.63305120904258, + 29.649910741713363, + ], + [ + -97.74360047215197, + 29.697824404427813, + ], + [ + -97.87496745363909, + 29.858270716679012, + ], + [ + -97.89434946730113, + 29.883677849486112, + ], + [ + -97.7102203375118, + 30.02451823472972, + ], + [ + -97.64956181327321, + 30.067866133620484, + ], + ], + ], + "type": "Polygon", + }, + "id": "48055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22023 { + "geometry": { + "coordinates": [ + [ + [ + -92.99680175584805, + 30.038537815411857, + ], + [ + -92.73729812848414, + 30.037356088304552, + ], + [ + -92.61598108000696, + 30.038161811332262, + ], + [ + -92.6177757109016, + 29.5800276977767, + ], + [ + -92.9461931646194, + 29.703679325095838, + ], + [ + -93.17698269766919, + 29.770500621527205, + ], + [ + -93.48565921154605, + 29.768728030866242, + ], + [ + -93.74480391273103, + 29.735156238045015, + ], + [ + -93.83920149778872, + 29.69223805810236, + ], + [ + -93.92929196869929, + 29.802944402109635, + ], + [ + -93.85427639730364, + 29.864985075243258, + ], + [ + -93.7214737111008, + 30.051483098723722, + ], + [ + -93.1285276635141, + 30.052557396094002, + ], + [ + -92.99680175584805, + 30.038537815411857, + ], + ], + ], + "type": "Polygon", + }, + "id": "22023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48091 { + "geometry": { + "coordinates": [ + [ + [ + -97.99915591154769, + 29.75245242570651, + ], + [ + -98.08924638245826, + 29.6839122534827, + ], + [ + -98.31070383485594, + 29.59453071227547, + ], + [ + -98.378899808852, + 29.66248002094563, + ], + [ + -98.35269819779036, + 29.734350515017308, + ], + [ + -98.6462998121523, + 29.745308348194158, + ], + [ + -98.4140745743868, + 29.93755386260562, + ], + [ + -98.29742356623566, + 30.03800066672672, + ], + [ + -98.0303824891143, + 29.848548325477985, + ], + [ + -97.99915591154769, + 29.75245242570651, + ], + ], + ], + "type": "Polygon", + }, + "id": "48091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12037 { + "geometry": { + "coordinates": [ + [ + [ + [ + -85.11442394044161, + 29.688585447043415, + ], + [ + -85.09719548385314, + 29.63342027707958, + ], + [ + -85.22246072029851, + 29.678701911236846, + ], + [ + -85.11442394044161, + 29.688585447043415, + ], + ], + ], + [ + [ + [ + -85.21815360615139, + 29.69406436363184, + ], + [ + -85.04874044969804, + 29.7778058436451, + ], + [ + -84.99382474432228, + 29.71485201774674, + ], + [ + -85.21815360615139, + 29.69406436363184, + ], + ], + ], + [ + [ + [ + -84.54516702066407, + 30.01087465812717, + ], + [ + -84.4496926570696, + 29.973327965035914, + ], + [ + -84.35385936729621, + 29.902854057545596, + ], + [ + -84.53368138293843, + 29.910965002691206, + ], + [ + -84.90301642105386, + 29.734995093439473, + ], + [ + -85.04838152351913, + 29.779471004569032, + ], + [ + -85.02541024806783, + 29.971340514900895, + ], + [ + -85.0074639391215, + 30.013828975895436, + ], + [ + -84.54516702066407, + 30.01087465812717, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48089 { + "geometry": { + "coordinates": [ + [ + [ + -96.17545199642177, + 29.633849996027692, + ], + [ + -96.30753683026676, + 29.514495558189672, + ], + [ + -96.34881334084331, + 29.40824754826906, + ], + [ + -96.64026139813168, + 29.247801236017864, + ], + [ + -96.65856663325694, + 29.26386198170354, + ], + [ + -96.56057978640999, + 29.335410186564133, + ], + [ + -96.7931639503544, + 29.57739566921952, + ], + [ + -96.87428126679181, + 29.632721983788898, + ], + [ + -96.56991186706207, + 29.961510693962843, + ], + [ + -96.42131642898647, + 29.82947954715553, + ], + [ + -96.3312259580759, + 29.81481538805122, + ], + [ + -96.25656931285918, + 29.6669920699008, + ], + [ + -96.17545199642177, + 29.633849996027692, + ], + ], + ], + "type": "Polygon", + }, + "id": "48089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22101 { + "geometry": { + "coordinates": [ + [ + [ + -91.09987690022112, + 29.69938213561472, + ], + [ + -91.08264844363265, + 29.62638362930425, + ], + [ + -91.21509220365655, + 29.587386634763114, + ], + [ + -91.31559153375599, + 29.487584409064176, + ], + [ + -91.4074766355612, + 29.553546267599323, + ], + [ + -91.54961140241612, + 29.519813330172553, + ], + [ + -91.5521238856686, + 29.63207740536673, + ], + [ + -91.62606267852748, + 29.62756535641156, + ], + [ + -91.633241202106, + 29.74251517503143, + ], + [ + -91.85649328539833, + 29.7377882666022, + ], + [ + -91.62498589999069, + 29.944805369855, + ], + [ + -91.47208334776798, + 29.955978062505906, + ], + [ + -91.3737375747421, + 29.834367600190298, + ], + [ + -91.38665891718345, + 29.783660764313122, + ], + [ + -91.09987690022112, + 29.69938213561472, + ], + ], + ], + "type": "Polygon", + }, + "id": "22101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12001 { + "geometry": { + "coordinates": [ + [ + [ + -82.41852941052413, + 29.92310456297536, + ], + [ + -82.27280538187995, + 29.843015694021048, + ], + [ + -82.13318309827751, + 29.835925331377204, + ], + [ + -82.05565504362937, + 29.71823605446312, + ], + [ + -82.05601396980829, + 29.471255089035935, + ], + [ + -82.1938416225161, + 29.42097797210687, + ], + [ + -82.21178793146242, + 29.484092942610772, + ], + [ + -82.40668484661956, + 29.485059810244024, + ], + [ + -82.55671598941086, + 29.480064327472224, + ], + [ + -82.55743384176871, + 29.53753923678216, + ], + [ + -82.65613854097352, + 29.56466524538171, + ], + [ + -82.658651024226, + 29.830070410709183, + ], + [ + -82.52979652599137, + 29.940830469584967, + ], + [ + -82.41852941052413, + 29.92310456297536, + ], + ], + ], + "type": "Polygon", + }, + "id": "12001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12041 { + "geometry": { + "coordinates": [ + [ + [ + -82.658651024226, + 29.830070410709183, + ], + [ + -82.65613854097352, + 29.56466524538171, + ], + [ + -82.93717773907302, + 29.59125410529612, + ], + [ + -82.95009908151438, + 29.75648104084506, + ], + [ + -82.9206671348424, + 29.824161775172648, + ], + [ + -82.87974955044477, + 29.886900741596953, + ], + [ + -82.80006793872307, + 29.932289805491248, + ], + [ + -82.658651024226, + 29.830070410709183, + ], + ], + ], + "type": "Polygon", + }, + "id": "12041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22057 { + "geometry": { + "coordinates": [ + [ + [ + -90.0636570216601, + 29.20692422107874, + ], + [ + -90.08878185418497, + 29.1667454994303, + ], + [ + -90.22086668802994, + 29.086280626396388, + ], + [ + -90.35761756220097, + 29.30946590507189, + ], + [ + -90.4093029319664, + 29.2206215125498, + ], + [ + -90.4093029319664, + 29.23458737836343, + ], + [ + -90.4093029319664, + 29.240120009820366, + ], + [ + -90.4039190392825, + 29.257201338007807, + ], + [ + -90.39925299895646, + 29.26182081670001, + ], + [ + -90.3795120591155, + 29.349107478035194, + ], + [ + -90.61927474663844, + 29.598075893597393, + ], + [ + -90.76787018471404, + 29.69653524758348, + ], + [ + -90.80555743350133, + 29.77452923666575, + ], + [ + -90.88021407871805, + 29.716732038144727, + ], + [ + -91.00691501987914, + 29.714744588009715, + ], + [ + -90.88559797140196, + 29.90532494149724, + ], + [ + -90.78545756748144, + 29.921546831788454, + ], + [ + -90.65624414306788, + 29.889479055285623, + ], + [ + -90.64081031737403, + 29.892863092002003, + ], + [ + -90.5417466919903, + 29.891466505420638, + ], + [ + -90.37915313293657, + 29.764591985990666, + ], + [ + -90.34613192447532, + 29.693312355472642, + ], + [ + -90.22804521160847, + 29.69196948375979, + ], + [ + -90.17348843241165, + 29.683267675060534, + ], + [ + -90.16200279468599, + 29.572185326973667, + ], + [ + -90.22660950689277, + 29.519437326092955, + ], + [ + -90.18174373452695, + 29.472705390485814, + ], + [ + -90.0431982294613, + 29.448641129391557, + ], + [ + -90.02955903466209, + 29.379510093614094, + ], + [ + -90.11031742492057, + 29.272080356586173, + ], + [ + -90.0636570216601, + 29.20692422107874, + ], + ], + ], + "type": "Polygon", + }, + "id": "22057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48019 { + "geometry": { + "coordinates": [ + [ + [ + -99.41188935180267, + 29.627511641543045, + ], + [ + -99.60319700517053, + 29.62718935233196, + ], + [ + -99.60104344809697, + 29.90763468084334, + ], + [ + -99.17643377842684, + 29.89501168674256, + ], + [ + -98.91764800342078, + 29.781404739835537, + ], + [ + -98.77910249835513, + 29.719954930255568, + ], + [ + -98.80530410941677, + 29.69196948375979, + ], + [ + -98.9273390102518, + 29.562194361430066, + ], + [ + -98.98369042034327, + 29.623375596667465, + ], + [ + -99.41188935180267, + 29.627511641543045, + ], + ], + ], + "type": "Polygon", + }, + "id": "48019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22075 { + "geometry": { + "coordinates": [ + [ + [ + [ + -89.71262721866992, + 29.37746892861056, + ], + [ + -89.67278641280907, + 29.307371025199846, + ], + [ + -89.8163568843797, + 29.314568817580714, + ], + [ + -89.71262721866992, + 29.37746892861056, + ], + ], + ], + [ + [ + [ + -89.97751473871773, + 29.459598962568407, + ], + [ + -89.98002722197022, + 29.606509127954084, + ], + [ + -90.06724628344938, + 29.738808849103968, + ], + [ + -90.06868198816508, + 29.828781253864847, + ], + [ + -90.00802346392649, + 29.8955488354277, + ], + [ + -89.91075446943739, + 29.868583971433694, + ], + [ + -89.86983688503976, + 29.79542432051768, + ], + [ + -89.56331392823647, + 29.659525703177362, + ], + [ + -89.73846990355264, + 29.60806685914099, + ], + [ + -89.66560788923054, + 29.508855496995707, + ], + [ + -89.53567661245913, + 29.444827373727065, + ], + [ + -89.57551741831998, + 29.40309092089172, + ], + [ + -89.38528654348889, + 29.39073650113351, + ], + [ + -89.25068922639143, + 29.30011951795046, + ], + [ + -89.20008063516278, + 29.344756573685558, + ], + [ + -89.08989029823232, + 29.18151708827164, + ], + [ + -89.10783660717865, + 29.091974402458867, + ], + [ + -89.19900385662599, + 29.02848342787537, + ], + [ + -89.26073915940137, + 29.059584336744948, + ], + [ + -89.42117916138154, + 28.929110921124543, + ], + [ + -89.26971231387454, + 29.13285141739799, + ], + [ + -89.3192441265664, + 29.216485467674225, + ], + [ + -89.45132896041137, + 29.184095401960306, + ], + [ + -89.49942506838754, + 29.32482835746688, + ], + [ + -89.60853862678121, + 29.38831933205038, + ], + [ + -89.8339442671471, + 29.393368529690694, + ], + [ + -89.81312654876936, + 29.45696693401122, + ], + [ + -89.92331688569982, + 29.49639364750047, + ], + [ + -89.97751473871773, + 29.459598962568407, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "22075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48071 { + "geometry": { + "coordinates": [ + [ + [ + -94.44219747838535, + 29.889532770154137, + ], + [ + -94.35784982633761, + 29.887437890282094, + ], + [ + -94.35461949072727, + 29.56138863840236, + ], + [ + -94.37077116877897, + 29.555372573128793, + ], + [ + -94.46983479416271, + 29.557252593526783, + ], + [ + -94.54556821791621, + 29.57170189315704, + ], + [ + -94.73938835453656, + 29.5265276887368, + ], + [ + -94.69488150834967, + 29.75637361110803, + ], + [ + -94.80327721438549, + 29.79392030419929, + ], + [ + -94.87434459781295, + 29.670161247143128, + ], + [ + -94.92710674611516, + 29.681280224925516, + ], + [ + -94.9127496989581, + 29.83055384452581, + ], + [ + -94.98022782059628, + 29.88416128330274, + ], + [ + -94.44219747838535, + 29.889532770154137, + ], + ], + ], + "type": "Polygon", + }, + "id": "48071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48187 { + "geometry": { + "coordinates": [ + [ + [ + -97.63305120904258, + 29.649910741713363, + ], + [ + -97.84051054046213, + 29.376716920451365, + ], + [ + -98.08458034213221, + 29.379563808482608, + ], + [ + -98.134471081003, + 29.439509601744184, + ], + [ + -98.12657470506662, + 29.483233504714548, + ], + [ + -98.31070383485594, + 29.59453071227547, + ], + [ + -98.08924638245826, + 29.6839122534827, + ], + [ + -97.99915591154769, + 29.75245242570651, + ], + [ + -97.87496745363909, + 29.858270716679012, + ], + [ + -97.74360047215197, + 29.697824404427813, + ], + [ + -97.63305120904258, + 29.649910741713363, + ], + ], + ], + "type": "Polygon", + }, + "id": "48187", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12107 { + "geometry": { + "coordinates": [ + [ + [ + [ + -81.52516215117589, + 29.759381643744813, + ], + [ + -81.52372644646019, + 29.622623588508272, + ], + [ + -81.52049611084985, + 29.496501077237497, + ], + [ + -81.43399490172854, + 29.398471442199522, + ], + [ + -81.57397611150991, + 29.348624044218568, + ], + [ + -81.67842362957754, + 29.43413811489279, + ], + [ + -81.68021826047217, + 29.586366052261347, + ], + [ + -81.59192242045624, + 29.610860032303716, + ], + [ + -81.62458470273856, + 29.700510147853514, + ], + [ + -81.52516215117589, + 29.759381643744813, + ], + ], + ], + [ + [ + [ + -81.60592054143437, + 29.839577942436154, + ], + [ + -81.5563887287425, + 29.772864075741815, + ], + [ + -81.65186309233698, + 29.676069882679663, + ], + [ + -81.69457530762924, + 29.43972446121824, + ], + [ + -81.6683736965676, + 29.371721437679568, + ], + [ + -81.74159463706862, + 29.371023144388886, + ], + [ + -81.77605155024557, + 29.48736954959012, + ], + [ + -81.8428118195259, + 29.51992075990958, + ], + [ + -82.05601396980829, + 29.471255089035935, + ], + [ + -82.05565504362937, + 29.71823605446312, + ], + [ + -82.04919437240869, + 29.71866577341123, + ], + [ + -81.940080814015, + 29.747403228066197, + ], + [ + -81.81230309431716, + 29.836462480062345, + ], + [ + -81.60592054143437, + 29.839577942436154, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48157 { + "geometry": { + "coordinates": [ + [ + [ + -95.42421950392846, + 29.580188842382242, + ], + [ + -95.4626246050736, + 29.439241027401614, + ], + [ + -95.54984366655276, + 29.43838158950539, + ], + [ + -95.59147910330825, + 29.32713809681298, + ], + [ + -95.65429118462039, + 29.291095420040115, + ], + [ + -95.75299588382519, + 29.324452353387283, + ], + [ + -95.84775239506182, + 29.262626539727716, + ], + [ + -95.99275857134815, + 29.433708395944677, + ], + [ + -96.0893097134794, + 29.60167478978783, + ], + [ + -96.02506192745155, + 29.602802802026623, + ], + [ + -96.032599377209, + 29.727958445664147, + ], + [ + -95.82621682432622, + 29.788280243005325, + ], + [ + -95.42421950392846, + 29.580188842382242, + ], + ], + ], + "type": "Polygon", + }, + "id": "48157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48177 { + "geometry": { + "coordinates": [ + [ + [ + -97.14311697480781, + 29.62804879022818, + ], + [ + -97.20413442522533, + 29.579651693697105, + ], + [ + -97.24002704311799, + 29.38450557638589, + ], + [ + -97.61331026920162, + 29.109700309068472, + ], + [ + -97.72852557263705, + 29.221695809920078, + ], + [ + -97.85917470176632, + 29.352867518831168, + ], + [ + -97.84051054046213, + 29.376716920451365, + ], + [ + -97.63305120904258, + 29.649910741713363, + ], + [ + -97.59787644350777, + 29.630680818785365, + ], + [ + -97.31791402394505, + 29.784573917077857, + ], + [ + -97.14311697480781, + 29.62804879022818, + ], + ], + ], + "type": "Polygon", + }, + "id": "48177", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 22109 { + "geometry": { + "coordinates": [ + [ + [ + [ + -91.23626884821321, + 29.368928264516843, + ], + [ + -91.16053542445971, + 29.318812292193318, + ], + [ + -91.19894052560485, + 29.22105123149791, + ], + [ + -91.30841301017746, + 29.305329860196316, + ], + [ + -91.23626884821321, + 29.368928264516843, + ], + ], + ], + [ + [ + [ + -91.21509220365655, + 29.587386634763114, + ], + [ + -91.08264844363265, + 29.62638362930425, + ], + [ + -91.00691501987914, + 29.714744588009715, + ], + [ + -90.88021407871805, + 29.716732038144727, + ], + [ + -90.80555743350133, + 29.77452923666575, + ], + [ + -90.76787018471404, + 29.69653524758348, + ], + [ + -90.61927474663844, + 29.598075893597393, + ], + [ + -90.3795120591155, + 29.349107478035194, + ], + [ + -90.39925299895646, + 29.26182081670001, + ], + [ + -90.5876892428929, + 29.31231279310313, + ], + [ + -90.5902017261454, + 29.231471915989623, + ], + [ + -90.66126910957286, + 29.224488983082807, + ], + [ + -90.69536709657088, + 29.12334388567102, + ], + [ + -90.88272656197054, + 29.115232940525413, + ], + [ + -90.94410293856699, + 29.16432833034717, + ], + [ + -90.8091466952906, + 29.235500531128167, + ], + [ + -90.92831018669422, + 29.27895585975596, + ], + [ + -90.95845998572405, + 29.337773640778746, + ], + [ + -91.05213971842389, + 29.188661165783994, + ], + [ + -91.13576951811378, + 29.232975932308012, + ], + [ + -91.13038562542988, + 29.337881070515774, + ], + [ + -91.2588811974856, + 29.445203377806664, + ], + [ + -91.21509220365655, + 29.587386634763114, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "22109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48029 { + "geometry": { + "coordinates": [ + [ + [ + -98.31070383485594, + 29.59453071227547, + ], + [ + -98.12657470506662, + 29.483233504714548, + ], + [ + -98.134471081003, + 29.439509601744184, + ], + [ + -98.40761390316612, + 29.114427217497703, + ], + [ + -98.80458625705892, + 29.250648124049103, + ], + [ + -98.80530410941677, + 29.69196948375979, + ], + [ + -98.77910249835513, + 29.719954930255568, + ], + [ + -98.6462998121523, + 29.745308348194158, + ], + [ + -98.35269819779036, + 29.734350515017308, + ], + [ + -98.378899808852, + 29.66248002094563, + ], + [ + -98.31070383485594, + 29.59453071227547, + ], + ], + ], + "type": "Polygon", + }, + "id": "48029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48325 { + "geometry": { + "coordinates": [ + [ + [ + -98.80458625705892, + 29.250648124049103, + ], + [ + -98.80494518323783, + 29.090416671271964, + ], + [ + -99.41404290887623, + 29.091276109168184, + ], + [ + -99.41188935180267, + 29.627511641543045, + ], + [ + -98.98369042034327, + 29.623375596667465, + ], + [ + -98.9273390102518, + 29.562194361430066, + ], + [ + -98.80530410941677, + 29.69196948375979, + ], + [ + -98.80458625705892, + 29.250648124049103, + ], + ], + ], + "type": "Polygon", + }, + "id": "48325", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12035 { + "geometry": { + "coordinates": [ + [ + [ + -81.2469943625078, + 29.659149699097764, + ], + [ + -81.10844885744214, + 29.426940322511918, + ], + [ + -81.15582711306045, + 29.41093329169476, + ], + [ + -81.15008429419763, + 29.26595686157558, + ], + [ + -81.417125371319, + 29.26117623827784, + ], + [ + -81.43399490172854, + 29.398471442199522, + ], + [ + -81.52049611084985, + 29.496501077237497, + ], + [ + -81.52372644646019, + 29.622623588508272, + ], + [ + -81.32416349097701, + 29.62557790627654, + ], + [ + -81.2469943625078, + 29.659149699097764, + ], + ], + ], + "type": "Polygon", + }, + "id": "12035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48481 { + "geometry": { + "coordinates": [ + [ + [ + -96.0893097134794, + 29.60167478978783, + ], + [ + -95.99275857134815, + 29.433708395944677, + ], + [ + -95.84775239506182, + 29.262626539727716, + ], + [ + -95.87395400612345, + 29.22969932532866, + ], + [ + -95.9651212555708, + 29.146817283211618, + ], + [ + -96.30969038734031, + 28.96327357749942, + ], + [ + -96.64026139813168, + 29.247801236017864, + ], + [ + -96.34881334084331, + 29.40824754826906, + ], + [ + -96.30753683026676, + 29.514495558189672, + ], + [ + -96.17545199642177, + 29.633849996027692, + ], + [ + -96.0893097134794, + 29.60167478978783, + ], + ], + ], + "type": "Polygon", + }, + "id": "48481", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48285 { + "geometry": { + "coordinates": [ + [ + [ + -96.65856663325694, + 29.26386198170354, + ], + [ + -96.93852905281966, + 29.0632369478039, + ], + [ + -96.97621630160695, + 29.104006533005993, + ], + [ + -97.24002704311799, + 29.38450557638589, + ], + [ + -97.20413442522533, + 29.579651693697105, + ], + [ + -97.14311697480781, + 29.62804879022818, + ], + [ + -96.87428126679181, + 29.632721983788898, + ], + [ + -96.7931639503544, + 29.57739566921952, + ], + [ + -96.56057978640999, + 29.335410186564133, + ], + [ + -96.65856663325694, + 29.26386198170354, + ], + ], + ], + "type": "Polygon", + }, + "id": "48285", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48463 { + "geometry": { + "coordinates": [ + [ + [ + -99.41188935180267, + 29.627511641543045, + ], + [ + -99.41404290887623, + 29.091276109168184, + ], + [ + -100.11143647453056, + 29.0863343412649, + ], + [ + -100.11215432688842, + 29.62326816693044, + ], + [ + -100.01452640622038, + 29.62342931153598, + ], + [ + -99.60319700517053, + 29.62718935233196, + ], + [ + -99.41188935180267, + 29.627511641543045, + ], + ], + ], + "type": "Polygon", + }, + "id": "48463", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48271 { + "geometry": { + "coordinates": [ + [ + [ + -100.11215432688842, + 29.62326816693044, + ], + [ + -100.11143647453056, + 29.0863343412649, + ], + [ + -100.66741312568782, + 29.084346891129886, + ], + [ + -100.77544990554472, + 29.174534155364825, + ], + [ + -100.79447299302782, + 29.24189260048133, + ], + [ + -100.74601795887274, + 29.255106458135764, + ], + [ + -100.69899862943336, + 29.419688815262532, + ], + [ + -100.70007540797013, + 29.62385903048409, + ], + [ + -100.11215432688842, + 29.62326816693044, + ], + ], + ], + "type": "Polygon", + }, + "id": "48271", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48167 { + "geometry": { + "coordinates": [ + [ + [ + [ + -94.73400446185266, + 29.337129062356578, + ], + [ + -94.79430405991232, + 29.284058772264785, + ], + [ + -95.11626084240946, + 29.091705828116297, + ], + [ + -94.85137332236165, + 29.298400642158015, + ], + [ + -94.73400446185266, + 29.337129062356578, + ], + ], + ], + [ + [ + [ + -95.05667909670765, + 29.200156147645984, + ], + [ + -95.2329118505606, + 29.465561312973456, + ], + [ + -95.21640124632998, + 29.55601715155096, + ], + [ + -95.16184446713314, + 29.497253085396693, + ], + [ + -95.01827399556251, + 29.548067351010896, + ], + [ + -94.9102372157056, + 29.494621056839506, + ], + [ + -94.89839265180103, + 29.30366469927238, + ], + [ + -94.94218164563007, + 29.31387052429003, + ], + [ + -95.05667909670765, + 29.200156147645984, + ], + ], + ], + [ + [ + [ + -94.37077116877897, + 29.555372573128793, + ], + [ + -94.7602060729143, + 29.395409694694223, + ], + [ + -94.56459130539932, + 29.530717448480885, + ], + [ + -94.46983479416271, + 29.557252593526783, + ], + [ + -94.37077116877897, + 29.555372573128793, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "48167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48039 { + "geometry": { + "coordinates": [ + [ + [ + -95.21640124632998, + 29.55601715155096, + ], + [ + -95.2329118505606, + 29.465561312973456, + ], + [ + -95.05667909670765, + 29.200156147645984, + ], + [ + -95.14964097704963, + 29.181839377482724, + ], + [ + -95.23757789088664, + 28.990883019915596, + ], + [ + -95.40124822847716, + 28.864384504565223, + ], + [ + -95.50713145126049, + 28.8258172289722, + ], + [ + -95.56743104932016, + 28.82989955897926, + ], + [ + -95.67977494332418, + 28.965637031714035, + ], + [ + -95.7651993739087, + 28.967302192637966, + ], + [ + -95.76735293098226, + 29.053460841734356, + ], + [ + -95.8366256835151, + 29.092887555223605, + ], + [ + -95.87395400612345, + 29.22969932532866, + ], + [ + -95.84775239506182, + 29.262626539727716, + ], + [ + -95.75299588382519, + 29.324452353387283, + ], + [ + -95.65429118462039, + 29.291095420040115, + ], + [ + -95.59147910330825, + 29.32713809681298, + ], + [ + -95.54984366655276, + 29.43838158950539, + ], + [ + -95.4626246050736, + 29.439241027401614, + ], + [ + -95.42421950392846, + 29.580188842382242, + ], + [ + -95.26234379723257, + 29.59345641490519, + ], + [ + -95.21640124632998, + 29.55601715155096, + ], + ], + ], + "type": "Polygon", + }, + "id": "48039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12075 { + "geometry": { + "coordinates": [ + [ + [ + -82.65613854097352, + 29.56466524538171, + ], + [ + -82.55743384176871, + 29.53753923678216, + ], + [ + -82.55671598941086, + 29.480064327472224, + ], + [ + -82.40668484661956, + 29.485059810244024, + ], + [ + -82.40309558483028, + 29.215572314909487, + ], + [ + -82.53589827103312, + 29.21465916214475, + ], + [ + -82.5355393448542, + 29.044866462772127, + ], + [ + -82.7544843139994, + 28.99786595282241, + ], + [ + -82.7559200187151, + 28.996469366241048, + ], + [ + -82.75197183074691, + 29.059852911087518, + ], + [ + -82.8341659257211, + 29.154874513488714, + ], + [ + -83.06064834462377, + 29.177595902870117, + ], + [ + -83.10730874788422, + 29.32547293588905, + ], + [ + -82.98204351143885, + 29.487423264458634, + ], + [ + -82.93717773907302, + 29.59125410529612, + ], + [ + -82.65613854097352, + 29.56466524538171, + ], + ], + ], + "type": "Polygon", + }, + "id": "12075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12083 { + "geometry": { + "coordinates": [ + [ + [ + -81.6683736965676, + 29.371721437679568, + ], + [ + -81.64181315932703, + 29.276914694752428, + ], + [ + -81.65868268973658, + 28.960426689468182, + ], + [ + -81.95407893499315, + 28.960050685388584, + ], + [ + -82.31156940920401, + 28.960426689468182, + ], + [ + -82.4802647132995, + 29.052601403838135, + ], + [ + -82.5355393448542, + 29.044866462772127, + ], + [ + -82.53589827103312, + 29.21465916214475, + ], + [ + -82.40309558483028, + 29.215572314909487, + ], + [ + -82.40668484661956, + 29.485059810244024, + ], + [ + -82.21178793146242, + 29.484092942610772, + ], + [ + -82.1938416225161, + 29.42097797210687, + ], + [ + -82.05601396980829, + 29.471255089035935, + ], + [ + -81.8428118195259, + 29.51992075990958, + ], + [ + -81.77605155024557, + 29.48736954959012, + ], + [ + -81.74159463706862, + 29.371023144388886, + ], + [ + -81.6683736965676, + 29.371721437679568, + ], + ], + ], + "type": "Polygon", + }, + "id": "12083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48493 { + "geometry": { + "coordinates": [ + [ + [ + -97.84051054046213, + 29.376716920451365, + ], + [ + -97.85917470176632, + 29.352867518831168, + ], + [ + -97.72852557263705, + 29.221695809920078, + ], + [ + -98.19082249109448, + 28.882325270648884, + ], + [ + -98.40761390316612, + 29.114427217497703, + ], + [ + -98.134471081003, + 29.439509601744184, + ], + [ + -98.08458034213221, + 29.379563808482608, + ], + [ + -97.84051054046213, + 29.376716920451365, + ], + ], + ], + "type": "Polygon", + }, + "id": "48493", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12127 { + "geometry": { + "coordinates": [ + [ + [ + [ + -80.78792777966072, + 28.791117423912183, + ], + [ + -80.83566496145795, + 28.791171138780697, + ], + [ + -80.84966308243608, + 28.791117423912183, + ], + [ + -80.96774979530292, + 28.790204271147445, + ], + [ + -80.98713180896496, + 28.612998919919892, + ], + [ + -81.09337395792723, + 28.82463550186489, + ], + [ + -81.18131087176424, + 28.7831139085036, + ], + [ + -81.36687570626927, + 28.87872637445845, + ], + [ + -81.3550311423647, + 28.985618962801226, + ], + [ + -81.45122335831702, + 29.06173293148551, + ], + [ + -81.55531195020572, + 29.190756045656038, + ], + [ + -81.52911033914408, + 29.299582369265323, + ], + [ + -81.57397611150991, + 29.348624044218568, + ], + [ + -81.43399490172854, + 29.398471442199522, + ], + [ + -81.417125371319, + 29.26117623827784, + ], + [ + -81.15008429419763, + 29.26595686157558, + ], + [ + -81.15582711306045, + 29.41093329169476, + ], + [ + -81.10844885744214, + 29.426940322511918, + ], + [ + -81.08296509873836, + 29.349698341588844, + ], + [ + -80.78792777966072, + 28.791117423912183, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48123 { + "geometry": { + "coordinates": [ + [ + [ + -97.30606946004048, + 28.864008500485625, + ], + [ + -97.41769550168664, + 28.925243450591537, + ], + [ + -97.57454624187756, + 28.81324794973993, + ], + [ + -97.75436825751976, + 29.007534629154925, + ], + [ + -97.61331026920162, + 29.109700309068472, + ], + [ + -97.24002704311799, + 29.38450557638589, + ], + [ + -96.97621630160695, + 29.104006533005993, + ], + [ + -97.30606946004048, + 28.864008500485625, + ], + ], + ], + "type": "Polygon", + }, + "id": "48123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12069 { + "geometry": { + "coordinates": [ + [ + [ + -81.55531195020572, + 29.190756045656038, + ], + [ + -81.45122335831702, + 29.06173293148551, + ], + [ + -81.3550311423647, + 28.985618962801226, + ], + [ + -81.36687570626927, + 28.87872637445845, + ], + [ + -81.41461288806651, + 28.784940214033078, + ], + [ + -81.65868268973658, + 28.778870433891, + ], + [ + -81.65724698502088, + 28.34705660590728, + ], + [ + -81.95766819678241, + 28.345176585509293, + ], + [ + -81.95407893499315, + 28.960050685388584, + ], + [ + -81.65868268973658, + 28.960426689468182, + ], + [ + -81.64181315932703, + 29.276914694752428, + ], + [ + -81.55531195020572, + 29.190756045656038, + ], + ], + ], + "type": "Polygon", + }, + "id": "12069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48239 { + "geometry": { + "coordinates": [ + [ + [ + -96.30969038734031, + 28.96327357749942, + ], + [ + -96.32404743449737, + 28.675523026870138, + ], + [ + -96.39080770377771, + 28.674663588973917, + ], + [ + -96.428494952565, + 28.707483373635945, + ], + [ + -96.57386005503027, + 28.70549592350093, + ], + [ + -96.65605415000445, + 28.720106367736726, + ], + [ + -96.65928448561479, + 28.719676648788614, + ], + [ + -96.66000233797264, + 28.721395524581062, + ], + [ + -96.73286435229474, + 28.88823390618542, + ], + [ + -96.83874757507807, + 29.025314250633045, + ], + [ + -96.93852905281966, + 29.0632369478039, + ], + [ + -96.65856663325694, + 29.26386198170354, + ], + [ + -96.64026139813168, + 29.247801236017864, + ], + [ + -96.30969038734031, + 28.96327357749942, + ], + ], + ], + "type": "Polygon", + }, + "id": "48239", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48013 { + "geometry": { + "coordinates": [ + [ + [ + -98.33511081502296, + 28.61267663070881, + ], + [ + -98.33546974120188, + 28.648289588533565, + ], + [ + -98.80099699526964, + 28.647376435768827, + ], + [ + -98.80494518323783, + 29.090416671271964, + ], + [ + -98.80458625705892, + 29.250648124049103, + ], + [ + -98.40761390316612, + 29.114427217497703, + ], + [ + -98.19082249109448, + 28.882325270648884, + ], + [ + -98.09821953693142, + 28.786927664168093, + ], + [ + -98.33511081502296, + 28.61267663070881, + ], + ], + ], + "type": "Polygon", + }, + "id": "48013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48321 { + "geometry": { + "coordinates": [ + [ + [ + -96.32261172978167, + 28.643132961156223, + ], + [ + -96.32404743449737, + 28.675523026870138, + ], + [ + -96.30969038734031, + 28.96327357749942, + ], + [ + -95.9651212555708, + 29.146817283211618, + ], + [ + -95.87395400612345, + 29.22969932532866, + ], + [ + -95.8366256835151, + 29.092887555223605, + ], + [ + -95.76735293098226, + 29.053460841734356, + ], + [ + -95.7651993739087, + 28.967302192637966, + ], + [ + -95.67977494332418, + 28.965637031714035, + ], + [ + -95.56743104932016, + 28.82989955897926, + ], + [ + -95.50713145126049, + 28.8258172289722, + ], + [ + -95.69161950722875, + 28.728700746698962, + ], + [ + -95.78852957553893, + 28.746748942519652, + ], + [ + -95.9353303827199, + 28.696203251248015, + ], + [ + -95.96153199378153, + 28.625245909941075, + ], + [ + -95.70454084967011, + 28.720213797473754, + ], + [ + -96.33445629368624, + 28.43751244448479, + ], + [ + -95.98163185980142, + 28.60972231294054, + ], + [ + -95.97517118858075, + 28.656185674205116, + ], + [ + -96.1636074325172, + 28.605263978853884, + ], + [ + -96.32261172978167, + 28.643132961156223, + ], + ], + ], + "type": "Polygon", + }, + "id": "48321", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48255 { + "geometry": { + "coordinates": [ + [ + [ + -97.77877523768677, + 28.668002945278186, + ], + [ + -97.91588503803672, + 28.719300644709016, + ], + [ + -98.00525765658944, + 28.690240900842966, + ], + [ + -98.09821953693142, + 28.786927664168093, + ], + [ + -98.19082249109448, + 28.882325270648884, + ], + [ + -97.72852557263705, + 29.221695809920078, + ], + [ + -97.61331026920162, + 29.109700309068472, + ], + [ + -97.75436825751976, + 29.007534629154925, + ], + [ + -97.57454624187756, + 28.81324794973993, + ], + [ + -97.77877523768677, + 28.668002945278186, + ], + ], + ], + "type": "Polygon", + }, + "id": "48255", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48469 { + "geometry": { + "coordinates": [ + [ + [ + -96.93852905281966, + 29.0632369478039, + ], + [ + -96.83874757507807, + 29.025314250633045, + ], + [ + -96.73286435229474, + 28.88823390618542, + ], + [ + -96.66000233797264, + 28.721395524581062, + ], + [ + -96.65964341179372, + 28.701198734019812, + ], + [ + -96.92991482452543, + 28.58700092355914, + ], + [ + -96.89079187102243, + 28.507180628947392, + ], + [ + -96.91555777736836, + 28.485802111278836, + ], + [ + -97.16070435757521, + 28.553482845606425, + ], + [ + -97.15890972668058, + 28.77607726072827, + ], + [ + -97.20269872050962, + 28.853856390336485, + ], + [ + -97.30606946004048, + 28.864008500485625, + ], + [ + -96.97621630160695, + 29.104006533005993, + ], + [ + -96.93852905281966, + 29.0632369478039, + ], + ], + ], + "type": "Polygon", + }, + "id": "48469", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48163 { + "geometry": { + "coordinates": [ + [ + [ + -98.80494518323783, + 29.090416671271964, + ], + [ + -98.80099699526964, + 28.647376435768827, + ], + [ + -99.39573767375097, + 28.64076950694161, + ], + [ + -99.40901794237126, + 28.640554647467553, + ], + [ + -99.41404290887623, + 29.091276109168184, + ], + [ + -98.80494518323783, + 29.090416671271964, + ], + ], + ], + "type": "Polygon", + }, + "id": "48163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48507 { + "geometry": { + "coordinates": [ + [ + [ + -99.41404290887623, + 29.091276109168184, + ], + [ + -99.40901794237126, + 28.640554647467553, + ], + [ + -100.11430788396197, + 28.648128443928023, + ], + [ + -100.11143647453056, + 29.0863343412649, + ], + [ + -99.41404290887623, + 29.091276109168184, + ], + ], + ], + "type": "Polygon", + }, + "id": "48507", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48323 { + "geometry": { + "coordinates": [ + [ + [ + -100.11143647453056, + 29.0863343412649, + ], + [ + -100.11430788396197, + 28.648128443928023, + ], + [ + -100.11359003160412, + 28.1978367011755, + ], + [ + -100.21229473080892, + 28.196762403805224, + ], + [ + -100.29412989960419, + 28.28453249895703, + ], + [ + -100.40144882710322, + 28.587054638427652, + ], + [ + -100.4983588954134, + 28.65935485144744, + ], + [ + -100.54753178192634, + 28.826461807394367, + ], + [ + -100.65162037381505, + 28.94361393562331, + ], + [ + -100.66741312568782, + 29.084346891129886, + ], + [ + -100.11143647453056, + 29.0863343412649, + ], + ], + ], + "type": "Polygon", + }, + "id": "48323", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12017 { + "geometry": { + "coordinates": [ + [ + [ + -82.7544843139994, + 28.99786595282241, + ], + [ + -82.5355393448542, + 29.044866462772127, + ], + [ + -82.4802647132995, + 29.052601403838135, + ], + [ + -82.31156940920401, + 28.960426689468182, + ], + [ + -82.17122927324372, + 28.79015055627893, + ], + [ + -82.26311437504893, + 28.66762694119859, + ], + [ + -82.41852941052413, + 28.69480666466665, + ], + [ + -82.63316726552222, + 28.69437694571854, + ], + [ + -82.68664726618228, + 28.73181620907277, + ], + [ + -82.68880082325585, + 28.90880670082627, + ], + [ + -82.7544843139994, + 28.99786595282241, + ], + ], + ], + "type": "Polygon", + }, + "id": "12017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12119 { + "geometry": { + "coordinates": [ + [ + [ + -81.95407893499315, + 28.960050685388584, + ], + [ + -81.95766819678241, + 28.345176585509293, + ], + [ + -82.05601396980829, + 28.311873367030636, + ], + [ + -82.05529611745044, + 28.478335744555395, + ], + [ + -82.05457826509259, + 28.51948133383709, + ], + [ + -82.20819866967317, + 28.57201447524374, + ], + [ + -82.26311437504893, + 28.66762694119859, + ], + [ + -82.17122927324372, + 28.79015055627893, + ], + [ + -82.31156940920401, + 28.960426689468182, + ], + [ + -81.95407893499315, + 28.960050685388584, + ], + ], + ], + "type": "Polygon", + }, + "id": "12119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48175 { + "geometry": { + "coordinates": [ + [ + [ + -97.30606946004048, + 28.864008500485625, + ], + [ + -97.20269872050962, + 28.853856390336485, + ], + [ + -97.15890972668058, + 28.77607726072827, + ], + [ + -97.16070435757521, + 28.553482845606425, + ], + [ + -97.37570113875223, + 28.388470769531544, + ], + [ + -97.55372852349981, + 28.453734334776, + ], + [ + -97.57741765130896, + 28.522596796210898, + ], + [ + -97.69694006889151, + 28.54214900834998, + ], + [ + -97.77877523768677, + 28.668002945278186, + ], + [ + -97.57454624187756, + 28.81324794973993, + ], + [ + -97.41769550168664, + 28.925243450591537, + ], + [ + -97.30606946004048, + 28.864008500485625, + ], + ], + ], + "type": "Polygon", + }, + "id": "48175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12117 { + "geometry": { + "coordinates": [ + [ + [ + -81.09337395792723, + 28.82463550186489, + ], + [ + -80.98713180896496, + 28.612998919919892, + ], + [ + -81.32775275276629, + 28.61025946162568, + ], + [ + -81.45947866043232, + 28.640071213650927, + ], + [ + -81.41461288806651, + 28.784940214033078, + ], + [ + -81.36687570626927, + 28.87872637445845, + ], + [ + -81.18131087176424, + 28.7831139085036, + ], + [ + -81.09337395792723, + 28.82463550186489, + ], + ], + ], + "type": "Polygon", + }, + "id": "12117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12009 { + "geometry": { + "coordinates": [ + [ + [ + [ + -80.84966308243608, + 28.791117423912183, + ], + [ + -80.79510630323925, + 28.55289198205277, + ], + [ + -80.65727865053144, + 28.1928412184037, + ], + [ + -80.49217260822522, + 27.863783933887188, + ], + [ + -80.49971005798268, + 27.83450933054708, + ], + [ + -80.86904509609812, + 27.822530914868466, + ], + [ + -80.86294335105637, + 28.347432609986875, + ], + [ + -80.88483784797089, + 28.50895321960835, + ], + [ + -80.98713180896496, + 28.612998919919892, + ], + [ + -80.96774979530292, + 28.790204271147445, + ], + [ + -80.84966308243608, + 28.791117423912183, + ], + ], + ], + [ + [ + [ + -80.78792777966072, + 28.791117423912183, + ], + [ + -80.6404091201219, + 28.660858867765832, + ], + [ + -80.73947274550562, + 28.79122485364921, + ], + [ + -80.73265314810602, + 28.79122485364921, + ], + [ + -80.5758024079151, + 28.587430642507247, + ], + [ + -80.52411703814968, + 28.456044074122104, + ], + [ + -80.58405771003042, + 28.411138444044433, + ], + [ + -80.58836482417755, + 28.575989375513775, + ], + [ + -80.69173556370839, + 28.380144964911878, + ], + [ + -80.71757824859111, + 28.385516451763273, + ], + [ + -80.7215264365593, + 28.589847811590374, + ], + [ + -80.78397959169253, + 28.622399021909835, + ], + [ + -80.72906388631675, + 28.70329361389186, + ], + [ + -80.83566496145795, + 28.791171138780697, + ], + [ + -80.78792777966072, + 28.791117423912183, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48297 { + "geometry": { + "coordinates": [ + [ + [ + -97.8832227557544, + 28.056835171326355, + ], + [ + -98.23532933728137, + 28.05796318356515, + ], + [ + -98.3343929626651, + 28.057802038959608, + ], + [ + -98.33511081502296, + 28.61267663070881, + ], + [ + -98.09821953693142, + 28.786927664168093, + ], + [ + -98.00525765658944, + 28.690240900842966, + ], + [ + -98.08960530863718, + 28.662953747637875, + ], + [ + -97.8089250367166, + 28.183387401545247, + ], + [ + -97.81789819118977, + 28.17678047271803, + ], + [ + -97.90404047413215, + 28.11425636576778, + ], + [ + -97.8832227557544, + 28.056835171326355, + ], + ], + ], + "type": "Polygon", + }, + "id": "48297", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12095 { + "geometry": { + "coordinates": [ + [ + [ + -81.41461288806651, + 28.784940214033078, + ], + [ + -81.45947866043232, + 28.640071213650927, + ], + [ + -81.32775275276629, + 28.61025946162568, + ], + [ + -80.98713180896496, + 28.612998919919892, + ], + [ + -80.88483784797089, + 28.50895321960835, + ], + [ + -80.86294335105637, + 28.347432609986875, + ], + [ + -81.65724698502088, + 28.34705660590728, + ], + [ + -81.65868268973658, + 28.778870433891, + ], + [ + -81.41461288806651, + 28.784940214033078, + ], + ], + ], + "type": "Polygon", + }, + "id": "12095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48057 { + "geometry": { + "coordinates": [ + [ + [ + [ + -96.84090113215164, + 28.089762385725415, + ], + [ + -96.83049227296277, + 28.109422027601525, + ], + [ + -96.79029254092299, + 28.188812603265156, + ], + [ + -96.70917522448559, + 28.1955269618294, + ], + [ + -96.52684072559089, + 28.32283120020748, + ], + [ + -96.40480582475585, + 28.348077188409043, + ], + [ + -96.84090113215164, + 28.089762385725415, + ], + ], + ], + [ + [ + [ + -96.78562650059695, + 28.447557124896896, + ], + [ + -96.89079187102243, + 28.507180628947392, + ], + [ + -96.92991482452543, + 28.58700092355914, + ], + [ + -96.65964341179372, + 28.701198734019812, + ], + [ + -96.61011159910186, + 28.59618616607502, + ], + [ + -96.39726837499839, + 28.44245421238807, + ], + [ + -96.64923455260485, + 28.32267005560194, + ], + [ + -96.78562650059695, + 28.447557124896896, + ], + ], + ], + [ + [ + [ + -96.57386005503027, + 28.70549592350093, + ], + [ + -96.428494952565, + 28.707483373635945, + ], + [ + -96.43531454996462, + 28.607734862805522, + ], + [ + -96.56201549112569, + 28.646140993793004, + ], + [ + -96.57386005503027, + 28.70549592350093, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "48057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48025 { + "geometry": { + "coordinates": [ + [ + [ + -97.77877523768677, + 28.668002945278186, + ], + [ + -97.69694006889151, + 28.54214900834998, + ], + [ + -97.57741765130896, + 28.522596796210898, + ], + [ + -97.55372852349981, + 28.453734334776, + ], + [ + -97.37570113875223, + 28.388470769531544, + ], + [ + -97.54116610723737, + 28.164640912433875, + ], + [ + -97.5684444968358, + 28.129833677636828, + ], + [ + -97.81789819118977, + 28.17678047271803, + ], + [ + -97.8089250367166, + 28.183387401545247, + ], + [ + -98.08960530863718, + 28.662953747637875, + ], + [ + -98.00525765658944, + 28.690240900842966, + ], + [ + -97.91588503803672, + 28.719300644709016, + ], + [ + -97.77877523768677, + 28.668002945278186, + ], + ], + ], + "type": "Polygon", + }, + "id": "48025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12053 { + "geometry": { + "coordinates": [ + [ + [ + -82.26311437504893, + 28.66762694119859, + ], + [ + -82.20819866967317, + 28.57201447524374, + ], + [ + -82.05457826509259, + 28.51948133383709, + ], + [ + -82.05529611745044, + 28.478335744555395, + ], + [ + -82.25342336821791, + 28.478443174292423, + ], + [ + -82.25342336821791, + 28.434772986190573, + ], + [ + -82.6719312928463, + 28.433537544214754, + ], + [ + -82.63316726552222, + 28.69437694571854, + ], + [ + -82.41852941052413, + 28.69480666466665, + ], + [ + -82.26311437504893, + 28.66762694119859, + ], + ], + ], + "type": "Polygon", + }, + "id": "12053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48283 { + "geometry": { + "coordinates": [ + [ + [ + -98.80099699526964, + 28.647376435768827, + ], + [ + -98.80350947852213, + 28.05742603488001, + ], + [ + -99.38891807635137, + 28.03040745601749, + ], + [ + -99.39430196903527, + 28.204551059739746, + ], + [ + -99.39573767375097, + 28.64076950694161, + ], + [ + -98.80099699526964, + 28.647376435768827, + ], + ], + ], + "type": "Polygon", + }, + "id": "48283", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48311 { + "geometry": { + "coordinates": [ + [ + [ + -98.33511081502296, + 28.61267663070881, + ], + [ + -98.3343929626651, + 28.057802038959608, + ], + [ + -98.80350947852213, + 28.05742603488001, + ], + [ + -98.80099699526964, + 28.647376435768827, + ], + [ + -98.33546974120188, + 28.648289588533565, + ], + [ + -98.33511081502296, + 28.61267663070881, + ], + ], + ], + "type": "Polygon", + }, + "id": "48311", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48127 { + "geometry": { + "coordinates": [ + [ + [ + -99.40901794237126, + 28.640554647467553, + ], + [ + -99.39573767375097, + 28.64076950694161, + ], + [ + -99.39430196903527, + 28.204551059739746, + ], + [ + -100.11359003160412, + 28.1978367011755, + ], + [ + -100.11430788396197, + 28.648128443928023, + ], + [ + -99.40901794237126, + 28.640554647467553, + ], + ], + ], + "type": "Polygon", + }, + "id": "48127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48391 { + "geometry": { + "coordinates": [ + [ + [ + -96.89079187102243, + 28.507180628947392, + ], + [ + -96.78562650059695, + 28.447557124896896, + ], + [ + -96.85956529345582, + 28.41489848484041, + ], + [ + -96.79101039328084, + 28.31912487428002, + ], + [ + -97.12337603496685, + 28.27271522788396, + ], + [ + -97.0174928121835, + 28.202778469078787, + ], + [ + -97.24218060019155, + 28.062797521731405, + ], + [ + -97.26120368767465, + 28.075689090174755, + ], + [ + -97.31791402394505, + 28.137514903834322, + ], + [ + -97.54116610723737, + 28.164640912433875, + ], + [ + -97.37570113875223, + 28.388470769531544, + ], + [ + -97.16070435757521, + 28.553482845606425, + ], + [ + -96.91555777736836, + 28.485802111278836, + ], + [ + -96.89079187102243, + 28.507180628947392, + ], + ], + ], + "type": "Polygon", + }, + "id": "48391", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12101 { + "geometry": { + "coordinates": [ + [ + [ + -82.05529611745044, + 28.478335744555395, + ], + [ + -82.05601396980829, + 28.311873367030636, + ], + [ + -82.10590470867909, + 28.17162384534069, + ], + [ + -82.65111357446855, + 28.173235291396107, + ], + [ + -82.7853519653871, + 28.17259071297394, + ], + [ + -82.6719312928463, + 28.433537544214754, + ], + [ + -82.25342336821791, + 28.434772986190573, + ], + [ + -82.25342336821791, + 28.478443174292423, + ], + [ + -82.05529611745044, + 28.478335744555395, + ], + ], + ], + "type": "Polygon", + }, + "id": "12101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12105 { + "geometry": { + "coordinates": [ + [ + [ + -81.65724698502088, + 28.34705660590728, + ], + [ + -81.65724698502088, + 28.259232795886955, + ], + [ + -81.55782443345821, + 28.259340225623983, + ], + [ + -81.52408537263912, + 28.142725246080175, + ], + [ + -81.45517154628521, + 28.085304051638758, + ], + [ + -81.34641691407046, + 28.084713188085104, + ], + [ + -81.44045557294922, + 28.033200629180214, + ], + [ + -81.23048375827717, + 27.842566560824174, + ], + [ + -81.14218791826124, + 27.64323068376887, + ], + [ + -81.56320832614212, + 27.64661472048525, + ], + [ + -82.05421933891365, + 27.646399861011194, + ], + [ + -82.05637289598722, + 28.171570130472176, + ], + [ + -82.10590470867909, + 28.17162384534069, + ], + [ + -82.05601396980829, + 28.311873367030636, + ], + [ + -81.95766819678241, + 28.345176585509293, + ], + [ + -81.65724698502088, + 28.34705660590728, + ], + ], + ], + "type": "Polygon", + }, + "id": "12105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12097 { + "geometry": { + "coordinates": [ + [ + [ + -80.86294335105637, + 28.347432609986875, + ], + [ + -80.86904509609812, + 27.822530914868466, + ], + [ + -80.87299328406631, + 27.642263816135618, + ], + [ + -81.14218791826124, + 27.64323068376887, + ], + [ + -81.23048375827717, + 27.842566560824174, + ], + [ + -81.44045557294922, + 28.033200629180214, + ], + [ + -81.34641691407046, + 28.084713188085104, + ], + [ + -81.45517154628521, + 28.085304051638758, + ], + [ + -81.52408537263912, + 28.142725246080175, + ], + [ + -81.55782443345821, + 28.259340225623983, + ], + [ + -81.65724698502088, + 28.259232795886955, + ], + [ + -81.65724698502088, + 28.34705660590728, + ], + [ + -80.86294335105637, + 28.347432609986875, + ], + ], + ], + "type": "Polygon", + }, + "id": "12097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48007 { + "geometry": { + "coordinates": [ + [ + [ + [ + -96.87356341443396, + 28.07015645871782, + ], + [ + -96.99057334876402, + 27.92389087175431, + ], + [ + -96.97657522778589, + 28.002099720310632, + ], + [ + -96.87356341443396, + 28.07015645871782, + ], + ], + ], + [ + [ + [ + -97.24218060019155, + 28.062797521731405, + ], + [ + -97.15998650521736, + 28.04872422618075, + ], + [ + -97.18726489481578, + 27.974597707631485, + ], + [ + -97.26120368767465, + 28.075689090174755, + ], + [ + -97.24218060019155, + 28.062797521731405, + ], + ], + ], + [ + [ + [ + -97.13629737740821, + 27.904177515009685, + ], + [ + -97.18439348538436, + 27.970515377624423, + ], + [ + -97.02503026194097, + 28.113665502214126, + ], + [ + -97.02754274519346, + 28.033469203522785, + ], + [ + -97.13629737740821, + 27.904177515009685, + ], + ], + ], + [ + [ + [ + -97.0174928121835, + 28.202778469078787, + ], + [ + -97.12337603496685, + 28.27271522788396, + ], + [ + -96.79101039328084, + 28.31912487428002, + ], + [ + -96.7985478430383, + 28.27583069025777, + ], + [ + -96.8093156284061, + 28.220396945951364, + ], + [ + -96.93063267688328, + 28.12462333539097, + ], + [ + -97.0174928121835, + 28.202778469078787, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "48007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48479 { + "geometry": { + "coordinates": [ + [ + [ + -98.80350947852213, + 28.05742603488001, + ], + [ + -98.79848451201715, + 27.354029831689715, + ], + [ + -98.79812558583824, + 27.268032327198863, + ], + [ + -98.95461739985022, + 27.269321484043196, + ], + [ + -99.33364344479668, + 27.27324266944472, + ], + [ + -99.37061284122612, + 27.319115167155637, + ], + [ + -99.45388371473707, + 27.26513172429911, + ], + [ + -99.50449230596573, + 27.33920452797986, + ], + [ + -99.47864962108301, + 27.47945404966981, + ], + [ + -99.59422385069738, + 27.63845006047113, + ], + [ + -99.71159271120636, + 27.658324561821292, + ], + [ + -99.87777553204936, + 27.799433521407465, + ], + [ + -99.93340908978298, + 27.98163435540681, + ], + [ + -99.9890426475166, + 27.99226989937258, + ], + [ + -100.08882412525818, + 28.147828158589004, + ], + [ + -100.21229473080892, + 28.196762403805224, + ], + [ + -100.11359003160412, + 28.1978367011755, + ], + [ + -99.39430196903527, + 28.204551059739746, + ], + [ + -99.38891807635137, + 28.03040745601749, + ], + [ + -98.80350947852213, + 28.05742603488001, + ], + ], + ], + "type": "Polygon", + }, + "id": "48479", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48409 { + "geometry": { + "coordinates": [ + [ + [ + -97.26120368767465, + 28.075689090174755, + ], + [ + -97.18726489481578, + 27.974597707631485, + ], + [ + -97.18439348538436, + 27.970515377624423, + ], + [ + -97.13629737740821, + 27.904177515009685, + ], + [ + -97.13737415594498, + 27.902673498691293, + ], + [ + -97.14311697480781, + 27.894293979203116, + ], + [ + -97.19085415660504, + 27.82285320407955, + ], + [ + -97.27376610393708, + 27.88145612562828, + ], + [ + -97.49055751600874, + 27.839880817398473, + ], + [ + -97.6387940279054, + 27.865395379942605, + ], + [ + -97.80282329167485, + 27.934580130588586, + ], + [ + -97.79851617752773, + 27.995653936088956, + ], + [ + -97.81466785557943, + 28.03857211603161, + ], + [ + -97.8832227557544, + 28.056835171326355, + ], + [ + -97.90404047413215, + 28.11425636576778, + ], + [ + -97.81789819118977, + 28.17678047271803, + ], + [ + -97.5684444968358, + 28.129833677636828, + ], + [ + -97.54116610723737, + 28.164640912433875, + ], + [ + -97.31791402394505, + 28.137514903834322, + ], + [ + -97.26120368767465, + 28.075689090174755, + ], + ], + ], + "type": "Polygon", + }, + "id": "48409", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12103 { + "geometry": { + "coordinates": [ + [ + [ + -82.65111357446855, + 28.173235291396107, + ], + [ + -82.64860109121607, + 28.018267895733334, + ], + [ + -82.71966847464353, + 27.935654427958866, + ], + [ + -82.59691572145064, + 27.863945078492726, + ], + [ + -82.6381922320272, + 27.70511021229695, + ], + [ + -82.74120404537912, + 27.751466143824498, + ], + [ + -82.84888189905709, + 27.862387347305823, + ], + [ + -82.79576082457596, + 27.989423011341337, + ], + [ + -82.7853519653871, + 28.17259071297394, + ], + [ + -82.65111357446855, + 28.173235291396107, + ], + ], + ], + "type": "Polygon", + }, + "id": "12103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12057 { + "geometry": { + "coordinates": [ + [ + [ + -82.10590470867909, + 28.17162384534069, + ], + [ + -82.05637289598722, + 28.171570130472176, + ], + [ + -82.05421933891365, + 27.646399861011194, + ], + [ + -82.55240887526374, + 27.64537927850943, + ], + [ + -82.38479034970503, + 27.820167460653852, + ], + [ + -82.49031464630944, + 27.91889538898251, + ], + [ + -82.47272726354204, + 27.822960633816578, + ], + [ + -82.5355393448542, + 27.83945109845036, + ], + [ + -82.52871974745459, + 27.93608414690698, + ], + [ + -82.64860109121607, + 28.018267895733334, + ], + [ + -82.65111357446855, + 28.173235291396107, + ], + [ + -82.10590470867909, + 28.17162384534069, + ], + ], + ], + "type": "Polygon", + }, + "id": "12057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48131 { + "geometry": { + "coordinates": [ + [ + [ + -98.23532933728137, + 28.05796318356515, + ], + [ + -98.23281685402888, + 27.262499695741926, + ], + [ + -98.52354705895941, + 27.26513172429911, + ], + [ + -98.52247028042262, + 27.34328685798692, + ], + [ + -98.79848451201715, + 27.354029831689715, + ], + [ + -98.80350947852213, + 28.05742603488001, + ], + [ + -98.3343929626651, + 28.057802038959608, + ], + [ + -98.23532933728137, + 28.05796318356515, + ], + ], + ], + "type": "Polygon", + }, + "id": "48131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48249 { + "geometry": { + "coordinates": [ + [ + [ + -97.8832227557544, + 28.056835171326355, + ], + [ + -97.81466785557943, + 28.03857211603161, + ], + [ + -97.79851617752773, + 27.995653936088956, + ], + [ + -97.93419027316197, + 27.885216166424257, + ], + [ + -97.94208664909836, + 27.635871746782456, + ], + [ + -98.05981443578628, + 27.635818031913942, + ], + [ + -98.05801980489164, + 27.260995679423537, + ], + [ + -98.23281685402888, + 27.262499695741926, + ], + [ + -98.23532933728137, + 28.05796318356515, + ], + [ + -97.8832227557544, + 28.056835171326355, + ], + ], + ], + "type": "Polygon", + }, + "id": "48249", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48355 { + "geometry": { + "coordinates": [ + [ + [ + [ + -97.16788288115374, + 27.72423270548792, + ], + [ + -97.07851026260103, + 27.828493265273515, + ], + [ + -97.20162194197285, + 27.615084092667555, + ], + [ + -97.16788288115374, + 27.72423270548792, + ], + ], + ], + [ + [ + [ + -97.32545147370251, + 27.560832075468454, + ], + [ + -97.84158731899892, + 27.558361191516816, + ], + [ + -97.94208664909836, + 27.635871746782456, + ], + [ + -97.93419027316197, + 27.885216166424257, + ], + [ + -97.79851617752773, + 27.995653936088956, + ], + [ + -97.80282329167485, + 27.934580130588586, + ], + [ + -97.6387940279054, + 27.865395379942605, + ], + [ + -97.49055751600874, + 27.839880817398473, + ], + [ + -97.38718677647788, + 27.840310536346585, + ], + [ + -97.31504261451364, + 27.68770659489843, + ], + [ + -97.25402516409612, + 27.69651583333472, + ], + [ + -97.32545147370251, + 27.560832075468454, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "48355", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12061 { + "geometry": { + "coordinates": [ + [ + [ + [ + -80.35613958641206, + 27.557233179278022, + ], + [ + -80.67989099980382, + 27.558468621253844, + ], + [ + -80.77715999429292, + 27.5586834807279, + ], + [ + -80.7782367728297, + 27.643176968900356, + ], + [ + -80.87299328406631, + 27.642263816135618, + ], + [ + -80.86904509609812, + 27.822530914868466, + ], + [ + -80.49971005798268, + 27.83450933054708, + ], + [ + -80.37731623096872, + 27.658270846952778, + ], + [ + -80.35613958641206, + 27.557233179278022, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12055 { + "geometry": { + "coordinates": [ + [ + [ + -81.14218791826124, + 27.64323068376887, + ], + [ + -81.20535892575232, + 27.490358167978144, + ], + [ + -81.0632241588974, + 27.380242687524525, + ], + [ + -80.94334281513592, + 27.210611132757442, + ], + [ + -81.16874845550181, + 27.209697979992704, + ], + [ + -81.16838952932288, + 27.121659310498323, + ], + [ + -81.26781208088555, + 27.121014732076155, + ], + [ + -81.26709422852768, + 27.032438913896637, + ], + [ + -81.56284939996318, + 27.033620641003942, + ], + [ + -81.56356725232104, + 27.340708544298252, + ], + [ + -81.56320832614212, + 27.64661472048525, + ], + [ + -81.14218791826124, + 27.64323068376887, + ], + ], + ], + "type": "Polygon", + }, + "id": "12055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12049 { + "geometry": { + "coordinates": [ + [ + [ + -81.56320832614212, + 27.64661472048525, + ], + [ + -81.56356725232104, + 27.340708544298252, + ], + [ + -82.05565504362937, + 27.338183945478093, + ], + [ + -82.05421933891365, + 27.646399861011194, + ], + [ + -81.56320832614212, + 27.64661472048525, + ], + ], + ], + "type": "Polygon", + }, + "id": "12049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12081 { + "geometry": { + "coordinates": [ + [ + [ + -82.05421933891365, + 27.646399861011194, + ], + [ + -82.05565504362937, + 27.338183945478093, + ], + [ + -82.05637289598722, + 27.207710529857685, + ], + [ + -82.25342336821791, + 27.208892256964994, + ], + [ + -82.25234658968112, + 27.38625875279809, + ], + [ + -82.56604807006295, + 27.389105640829328, + ], + [ + -82.68987760179262, + 27.477520314403307, + ], + [ + -82.60373531885024, + 27.51694702789255, + ], + [ + -82.55240887526374, + 27.64537927850943, + ], + [ + -82.05421933891365, + 27.646399861011194, + ], + ], + ], + "type": "Polygon", + }, + "id": "12081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12093 { + "geometry": { + "coordinates": [ + [ + [ + -80.87299328406631, + 27.642263816135618, + ], + [ + -80.7782367728297, + 27.643176968900356, + ], + [ + -80.77715999429292, + 27.5586834807279, + ], + [ + -80.67989099980382, + 27.558468621253844, + ], + [ + -80.67773744273026, + 27.20599165406524, + ], + [ + -80.67737851655133, + 27.122089029446435, + ], + [ + -80.88555570032874, + 26.958903258901028, + ], + [ + -80.87048080081382, + 27.153028793710476, + ], + [ + -80.94334281513592, + 27.210611132757442, + ], + [ + -81.0632241588974, + 27.380242687524525, + ], + [ + -81.20535892575232, + 27.490358167978144, + ], + [ + -81.14218791826124, + 27.64323068376887, + ], + [ + -80.87299328406631, + 27.642263816135618, + ], + ], + ], + "type": "Polygon", + }, + "id": "12093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48273 { + "geometry": { + "coordinates": [ + [ + [ + [ + -97.34770489679596, + 27.277969577873947, + ], + [ + -97.36098516541624, + 27.27802329274246, + ], + [ + -97.3577548298059, + 27.372937465406626, + ], + [ + -97.24756449287544, + 27.581404870109303, + ], + [ + -97.22243966035059, + 27.576355672468992, + ], + [ + -97.34770489679596, + 27.277969577873947, + ], + ], + ], + [ + [ + [ + -97.32545147370251, + 27.560832075468454, + ], + [ + -97.41554194461308, + 27.320458038868487, + ], + [ + -97.50814489877614, + 27.274692970894595, + ], + [ + -97.4672273143785, + 27.405649820331625, + ], + [ + -97.61331026920162, + 27.31830944412793, + ], + [ + -97.73390946532095, + 27.41655393863996, + ], + [ + -97.66212422953564, + 27.28822911776011, + ], + [ + -97.77698060679214, + 27.283502209330884, + ], + [ + -97.9858756429274, + 27.209053401570536, + ], + [ + -98.05801980489164, + 27.260995679423537, + ], + [ + -98.05981443578628, + 27.635818031913942, + ], + [ + -97.94208664909836, + 27.635871746782456, + ], + [ + -97.84158731899892, + 27.558361191516816, + ], + [ + -97.32545147370251, + 27.560832075468454, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "48273", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12111 { + "geometry": { + "coordinates": [ + [ + [ + -80.35613958641206, + 27.557233179278022, + ], + [ + -80.23302790704024, + 27.26298312955855, + ], + [ + -80.2850722029846, + 27.2316136463464, + ], + [ + -80.28543112916351, + 27.209590550255676, + ], + [ + -80.67773744273026, + 27.20599165406524, + ], + [ + -80.67989099980382, + 27.558468621253844, + ], + [ + -80.35613958641206, + 27.557233179278022, + ], + ], + ], + "type": "Polygon", + }, + "id": "12111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12115 { + "geometry": { + "coordinates": [ + [ + [ + -82.56604807006295, + 27.389105640829328, + ], + [ + -82.25234658968112, + 27.38625875279809, + ], + [ + -82.25342336821791, + 27.208892256964994, + ], + [ + -82.05637289598722, + 27.207710529857685, + ], + [ + -82.057449674524, + 27.03206290981704, + ], + [ + -82.25521799911255, + 27.032976062581778, + ], + [ + -82.25521799911255, + 27.005796339113715, + ], + [ + -82.25521799911255, + 26.9988134062069, + ], + [ + -82.25557692529146, + 26.945313397167, + ], + [ + -82.35356377213843, + 26.945957975589163, + ], + [ + -82.44473102158577, + 27.05838319538888, + ], + [ + -82.56604807006295, + 27.389105640829328, + ], + ], + ], + "type": "Polygon", + }, + "id": "12115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48247 { + "geometry": { + "coordinates": [ + [ + [ + -98.52354705895941, + 27.26513172429911, + ], + [ + -98.46647779651008, + 27.05473058432993, + ], + [ + -98.418022762355, + 27.05526773301507, + ], + [ + -98.42268880268104, + 26.783524213202952, + ], + [ + -98.95425847367129, + 26.78567280794351, + ], + [ + -98.95461739985022, + 27.269321484043196, + ], + [ + -98.79812558583824, + 27.268032327198863, + ], + [ + -98.79848451201715, + 27.354029831689715, + ], + [ + -98.52247028042262, + 27.34328685798692, + ], + [ + -98.52354705895941, + 27.26513172429911, + ], + ], + ], + "type": "Polygon", + }, + "id": "48247", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12027 { + "geometry": { + "coordinates": [ + [ + [ + -81.56356725232104, + 27.340708544298252, + ], + [ + -81.56284939996318, + 27.033620641003942, + ], + [ + -82.057449674524, + 27.03206290981704, + ], + [ + -82.05637289598722, + 27.207710529857685, + ], + [ + -82.05565504362937, + 27.338183945478093, + ], + [ + -81.56356725232104, + 27.340708544298252, + ], + ], + ], + "type": "Polygon", + }, + "id": "12027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48505 { + "geometry": { + "coordinates": [ + [ + [ + -98.95461739985022, + 27.269321484043196, + ], + [ + -98.95425847367129, + 26.78567280794351, + ], + [ + -99.01096880994169, + 26.674966463936236, + ], + [ + -99.16925525484831, + 26.57172648665241, + ], + [ + -99.26831888023204, + 26.84320143212196, + ], + [ + -99.44562841262177, + 27.020621642823567, + ], + [ + -99.42624639895973, + 27.175642753354854, + ], + [ + -99.45388371473707, + 27.26513172429911, + ], + [ + -99.37061284122612, + 27.319115167155637, + ], + [ + -99.33364344479668, + 27.27324266944472, + ], + [ + -98.95461739985022, + 27.269321484043196, + ], + ], + ], + "type": "Polygon", + }, + "id": "48505", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48261 { + "geometry": { + "coordinates": [ + [ + [ + [ + -97.30678731239833, + 26.649720475734675, + ], + [ + -97.36636905810013, + 26.75312159762405, + ], + [ + -97.36924046753155, + 26.89654029655632, + ], + [ + -97.30678731239833, + 26.649720475734675, + ], + ], + ], + [ + [ + [ + -97.36924046753155, + 26.89654029655632, + ], + [ + -97.38790462883573, + 26.902448932092856, + ], + [ + -97.38000825289934, + 27.22742388660231, + ], + [ + -97.36098516541624, + 27.27802329274246, + ], + [ + -97.34770489679596, + 27.277969577873947, + ], + [ + -97.37713684346794, + 27.101032800988964, + ], + [ + -97.36924046753155, + 26.89654029655632, + ], + ], + ], + [ + [ + [ + -97.44425603892721, + 26.599873077753724, + ], + [ + -97.86168718501881, + 26.597993057355737, + ], + [ + -97.9575204747922, + 26.61174406369531, + ], + [ + -97.98551671674848, + 26.78083846977725, + ], + [ + -97.9858756429274, + 27.209053401570536, + ], + [ + -97.77698060679214, + 27.283502209330884, + ], + [ + -97.64776718237857, + 27.27614327234447, + ], + [ + -97.54619107374235, + 27.229357621868814, + ], + [ + -97.42379724672838, + 27.262929414690035, + ], + [ + -97.4711755023467, + 27.016807887159075, + ], + [ + -97.53721791926918, + 26.999995133314208, + ], + [ + -97.5483446308159, + 26.824293798405044, + ], + [ + -97.47225228088348, + 26.756774208682998, + ], + [ + -97.44425603892721, + 26.599873077753724, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "48261", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48047 { + "geometry": { + "coordinates": [ + [ + [ + -98.23281685402888, + 27.262499695741926, + ], + [ + -98.05801980489164, + 27.260995679423537, + ], + [ + -97.9858756429274, + 27.209053401570536, + ], + [ + -97.98551671674848, + 26.78083846977725, + ], + [ + -98.3207537678659, + 26.78309449425484, + ], + [ + -98.42268880268104, + 26.783524213202952, + ], + [ + -98.418022762355, + 27.05526773301507, + ], + [ + -98.46647779651008, + 27.05473058432993, + ], + [ + -98.52354705895941, + 27.26513172429911, + ], + [ + -98.23281685402888, + 27.262499695741926, + ], + ], + ], + "type": "Polygon", + }, + "id": "48047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12085 { + "geometry": { + "coordinates": [ + [ + [ + [ + -80.08586817368034, + 26.970666815105584, + ], + [ + -80.10848052295272, + 26.970774244842612, + ], + [ + -80.11171085856306, + 26.970827959711126, + ], + [ + -80.12499112718334, + 26.970935389448154, + ], + [ + -80.13288750311972, + 26.970935389448154, + ], + [ + -80.14221958377182, + 26.956647234423443, + ], + [ + -80.88555570032874, + 26.958903258901028, + ], + [ + -80.67737851655133, + 27.122089029446435, + ], + [ + -80.67773744273026, + 27.20599165406524, + ], + [ + -80.28543112916351, + 27.209590550255676, + ], + [ + -80.15083381206605, + 27.126278789190525, + ], + [ + -80.08586817368034, + 26.970666815105584, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12043 { + "geometry": { + "coordinates": [ + [ + [ + -80.88555570032874, + 26.958903258901028, + ], + [ + -80.94549637220948, + 26.76902119870418, + ], + [ + -81.56607973557352, + 26.76955834738932, + ], + [ + -81.56284939996318, + 27.033620641003942, + ], + [ + -81.26709422852768, + 27.032438913896637, + ], + [ + -81.26781208088555, + 27.121014732076155, + ], + [ + -81.16838952932288, + 27.121659310498323, + ], + [ + -81.16874845550181, + 27.209697979992704, + ], + [ + -80.94334281513592, + 27.210611132757442, + ], + [ + -80.87048080081382, + 27.153028793710476, + ], + [ + -80.88555570032874, + 26.958903258901028, + ], + ], + ], + "type": "Polygon", + }, + "id": "12043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12015 { + "geometry": { + "coordinates": [ + [ + [ + [ + -82.35356377213843, + 26.945957975589163, + ], + [ + -82.25557692529146, + 26.945313397167, + ], + [ + -82.25521799911255, + 26.9988134062069, + ], + [ + -82.184509541864, + 26.936611588467734, + ], + [ + -82.14861692397135, + 26.79722150467401, + ], + [ + -82.30187840237299, + 26.846692898575366, + ], + [ + -82.35356377213843, + 26.945957975589163, + ], + ], + ], + [ + [ + [ + -81.56284939996318, + 27.033620641003942, + ], + [ + -81.56607973557352, + 26.76955834738932, + ], + [ + -82.05924430541863, + 26.770417785285545, + ], + [ + -82.09693155420592, + 26.912439897636453, + ], + [ + -81.98781799581225, + 26.96787364194286, + ], + [ + -82.11990282965722, + 26.968088501416915, + ], + [ + -82.15364189047632, + 26.924955462000206, + ], + [ + -82.25521799911255, + 27.005796339113715, + ], + [ + -82.25521799911255, + 27.032976062581778, + ], + [ + -82.057449674524, + 27.03206290981704, + ], + [ + -81.56284939996318, + 27.033620641003942, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12099 { + "geometry": { + "coordinates": [ + [ + [ + -80.13288750311972, + 26.970935389448154, + ], + [ + -80.07079327416542, + 26.943164802426438, + ], + [ + -80.04997555578768, + 26.558781203340544, + ], + [ + -80.07474146213362, + 26.32103919529776, + ], + [ + -80.22692616199848, + 26.334575342163276, + ], + [ + -80.88124858618163, + 26.331137590578386, + ], + [ + -80.88555570032874, + 26.958903258901028, + ], + [ + -80.14221958377182, + 26.956647234423443, + ], + [ + -80.13288750311972, + 26.970935389448154, + ], + ], + ], + "type": "Polygon", + }, + "id": "12099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12051 { + "geometry": { + "coordinates": [ + [ + [ + -80.88124858618163, + 26.331137590578386, + ], + [ + -80.87981288146592, + 26.259374526243732, + ], + [ + -81.2685299332434, + 26.25298245689057, + ], + [ + -81.27176026885374, + 26.5170447505052, + ], + [ + -81.56392617849997, + 26.513284709709218, + ], + [ + -81.56607973557352, + 26.76955834738932, + ], + [ + -80.94549637220948, + 26.76902119870418, + ], + [ + -80.88555570032874, + 26.958903258901028, + ], + [ + -80.88124858618163, + 26.331137590578386, + ], + ], + ], + "type": "Polygon", + }, + "id": "12051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12071 { + "geometry": { + "coordinates": [ + [ + [ + [ + -82.15687222608666, + 26.70542279438365, + ], + [ + -82.057449674524, + 26.497170249155033, + ], + [ + -82.09370121859558, + 26.48889815940388, + ], + [ + -82.15687222608666, + 26.70542279438365, + ], + ], + ], + [ + [ + [ + -81.56607973557352, + 26.76955834738932, + ], + [ + -81.56392617849997, + 26.513284709709218, + ], + [ + -81.56213154760533, + 26.422614011657657, + ], + [ + -81.65940054209443, + 26.420948850733723, + ], + [ + -81.65796483737873, + 26.317601443712867, + ], + [ + -81.8453243027784, + 26.330331867550676, + ], + [ + -81.86865450440862, + 26.463168737385697, + ], + [ + -82.03878551321982, + 26.529023166183812, + ], + [ + -82.08329235940671, + 26.678672789863704, + ], + [ + -82.05924430541863, + 26.770417785285545, + ], + [ + -81.56607973557352, + 26.76955834738932, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48427 { + "geometry": { + "coordinates": [ + [ + [ + -98.42268880268104, + 26.783524213202952, + ], + [ + -98.3207537678659, + 26.78309449425484, + ], + [ + -98.58635914027155, + 26.257763080188315, + ], + [ + -98.67573175882427, + 26.240413177658308, + ], + [ + -98.80386840470106, + 26.367233982219766, + ], + [ + -99.1111092138622, + 26.426374052453635, + ], + [ + -99.09172720020017, + 26.47638259504013, + ], + [ + -99.16925525484831, + 26.57172648665241, + ], + [ + -99.01096880994169, + 26.674966463936236, + ], + [ + -98.95425847367129, + 26.78567280794351, + ], + [ + -98.42268880268104, + 26.783524213202952, + ], + ], + ], + "type": "Polygon", + }, + "id": "48427", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48215 { + "geometry": { + "coordinates": [ + [ + [ + -97.98551671674848, + 26.78083846977725, + ], + [ + -97.9575204747922, + 26.61174406369531, + ], + [ + -98.00418087805265, + 26.44866572288693, + ], + [ + -97.86240503737666, + 26.43351812996599, + ], + [ + -97.86240503737666, + 26.34805777416028, + ], + [ + -97.86168718501881, + 26.070137044469057, + ], + [ + -98.19225819581018, + 26.053109431150133, + ], + [ + -98.38679618478838, + 26.157638565278297, + ], + [ + -98.44494222577448, + 26.22445986170966, + ], + [ + -98.58635914027155, + 26.257763080188315, + ], + [ + -98.3207537678659, + 26.78309449425484, + ], + [ + -97.98551671674848, + 26.78083846977725, + ], + ], + ], + "type": "Polygon", + }, + "id": "48215", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48489 { + "geometry": { + "coordinates": [ + [ + [ + -97.39077603826715, + 26.41042073650499, + ], + [ + -97.44856315307432, + 26.324476946882655, + ], + [ + -97.5278858386171, + 26.299284673549607, + ], + [ + -97.86240503737666, + 26.34805777416028, + ], + [ + -97.86240503737666, + 26.43351812996599, + ], + [ + -98.00418087805265, + 26.44866572288693, + ], + [ + -97.9575204747922, + 26.61174406369531, + ], + [ + -97.86168718501881, + 26.597993057355737, + ], + [ + -97.44425603892721, + 26.599873077753724, + ], + [ + -97.43133469648585, + 26.42755577956094, + ], + [ + -97.39077603826715, + 26.41042073650499, + ], + ], + ], + "type": "Polygon", + }, + "id": "48489", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12021 { + "geometry": { + "coordinates": [ + [ + [ + [ + -80.87981288146592, + 26.259374526243732, + ], + [ + -80.87299328406631, + 25.97941263154898, + ], + [ + -80.87299328406631, + 25.805483887300777, + ], + [ + -81.34390443081797, + 25.803389007428734, + ], + [ + -81.50936939930313, + 25.903674666944298, + ], + [ + -81.59120456809838, + 25.893307697321102, + ], + [ + -81.73298040877438, + 25.99729968276413, + ], + [ + -81.80153530894935, + 26.094792169116964, + ], + [ + -81.8453243027784, + 26.330331867550676, + ], + [ + -81.65796483737873, + 26.317601443712867, + ], + [ + -81.65940054209443, + 26.420948850733723, + ], + [ + -81.56213154760533, + 26.422614011657657, + ], + [ + -81.56392617849997, + 26.513284709709218, + ], + [ + -81.27176026885374, + 26.5170447505052, + ], + [ + -81.2685299332434, + 26.25298245689057, + ], + [ + -80.87981288146592, + 26.259374526243732, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 48061 { + "geometry": { + "coordinates": [ + [ + [ + -97.86168718501881, + 26.070137044469057, + ], + [ + -97.86240503737666, + 26.34805777416028, + ], + [ + -97.5278858386171, + 26.299284673549607, + ], + [ + -97.44856315307432, + 26.324476946882655, + ], + [ + -97.39077603826715, + 26.41042073650499, + ], + [ + -97.29530167467267, + 26.19523897323807, + ], + [ + -97.31145335272437, + 26.12315361969233, + ], + [ + -97.20700583465674, + 26.078838853168318, + ], + [ + -97.25007697612793, + 25.966521063105628, + ], + [ + -97.3753422125733, + 25.907756996951356, + ], + [ + -97.37318865549975, + 25.839753973412684, + ], + [ + -97.52070731503856, + 25.886002475203203, + ], + [ + -97.70591322336467, + 26.037048685464455, + ], + [ + -97.86168718501881, + 26.070137044469057, + ], + ], + ], + "type": "Polygon", + }, + "id": "48061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12011 { + "geometry": { + "coordinates": [ + [ + [ + -80.07474146213362, + 26.32103919529776, + ], + [ + -80.11888938214159, + 25.97511544206786, + ], + [ + -80.29512213599453, + 25.956691242167572, + ], + [ + -80.67989099980382, + 25.9567986719046, + ], + [ + -80.87299328406631, + 25.97941263154898, + ], + [ + -80.87981288146592, + 26.259374526243732, + ], + [ + -80.88124858618163, + 26.331137590578386, + ], + [ + -80.22692616199848, + 26.334575342163276, + ], + [ + -80.07474146213362, + 26.32103919529776, + ], + ], + ], + "type": "Polygon", + }, + "id": "12011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12086 { + "geometry": { + "coordinates": [ + [ + [ + -80.42971945309199, + 25.23573027697321, + ], + [ + -80.43546227195482, + 25.235783991841725, + ], + [ + -80.48894227261488, + 25.212471738906668, + ], + [ + -80.48786549407811, + 25.208389408899606, + ], + [ + -80.55929180368449, + 25.240672044876497, + ], + [ + -80.698555161108, + 25.161872332766517, + ], + [ + -80.85827731073033, + 25.17659020673934, + ], + [ + -80.87335221024524, + 25.364001382984547, + ], + [ + -80.87299328406631, + 25.805483887300777, + ], + [ + -80.87299328406631, + 25.97941263154898, + ], + [ + -80.67989099980382, + 25.9567986719046, + ], + [ + -80.29512213599453, + 25.956691242167572, + ], + [ + -80.11888938214159, + 25.97511544206786, + ], + [ + -80.1892389132112, + 25.75859080708809, + ], + [ + -80.2987113977838, + 25.62672080488632, + ], + [ + -80.34070576071821, + 25.469765959088534, + ], + [ + -80.31163274022515, + 25.37012487799514, + ], + [ + -80.42971945309199, + 25.23573027697321, + ], + ], + ], + "type": "Polygon", + }, + "id": "12086", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12087 { + "geometry": { + "coordinates": [ + [ + [ + [ + -80.2664080416804, + 25.3484240711155, + ], + [ + -80.41033743942997, + 25.11116549688934, + ], + [ + -80.54026871620138, + 25.00293003683371, + ], + [ + -80.35255032462278, + 25.20393107481295, + ], + [ + -80.2664080416804, + 25.3484240711155, + ], + ], + ], + [ + [ + [ + -80.87299328406631, + 25.805483887300777, + ], + [ + -80.87335221024524, + 25.364001382984547, + ], + [ + -80.85827731073033, + 25.17659020673934, + ], + [ + -80.90063059984367, + 25.139741806938765, + ], + [ + -81.08440080345406, + 25.116214694529653, + ], + [ + -81.17197879111215, + 25.221818126028097, + ], + [ + -81.13536832086163, + 25.34289143965856, + ], + [ + -81.06932590393914, + 25.254745340427153, + ], + [ + -80.96308375497688, + 25.2025882031001, + ], + [ + -80.90350200927507, + 25.25200588213294, + ], + [ + -80.991797849291, + 25.347134914271162, + ], + [ + -81.11706308573638, + 25.354977285074202, + ], + [ + -81.21002496607836, + 25.507205222442764, + ], + [ + -81.27750308771655, + 25.690910072760502, + ], + [ + -81.19351436184775, + 25.723085279000365, + ], + [ + -81.26888885942232, + 25.769709784870482, + ], + [ + -81.2983208060943, + 25.69687242316555, + ], + [ + -81.34390443081797, + 25.803389007428734, + ], + [ + -80.87299328406631, + 25.805483887300777, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 04015 { + "geometry": { + "coordinates": [ + [ + [ + -112.54033219839988, + 37.000629353243156, + ], + [ + -112.52920548685316, + 36.95239340131762, + ], + [ + -112.61427099125876, + 36.79801686920851, + ], + [ + -112.622885219553, + 36.59207406332598, + ], + [ + -112.65554750183531, + 36.51391892963817, + ], + [ + -112.62360307191085, + 36.410410378011775, + ], + [ + -112.79193944982741, + 36.28514730463722, + ], + [ + -113.01267904986726, + 36.23868394337265, + ], + [ + -113.19860281055122, + 36.15177328611706, + ], + [ + -113.22372764307607, + 36.09172006311846, + ], + [ + -113.35401784602642, + 36.04101322724128, + ], + [ + -113.31022885219738, + 35.89195446711504, + ], + [ + -113.33391798000653, + 35.80300264485592, + ], + [ + -113.33427690618547, + 35.52798251806445, + ], + [ + -113.33355905382761, + 34.317893960181976, + ], + [ + -113.51553462654338, + 34.30999787451042, + ], + [ + -113.6063429498118, + 34.229318142002455, + ], + [ + -114.03741329070262, + 34.260795054951636, + ], + [ + -114.13827154698099, + 34.30322980107766, + ], + [ + -114.34070591189557, + 34.45148283817619, + ], + [ + -114.43653920166896, + 34.59672784263793, + ], + [ + -114.4735085980984, + 34.7139336857354, + ], + [ + -114.6328718215418, + 34.86938451521479, + ], + [ + -114.63394860007858, + 35.00109337281103, + ], + [ + -114.64686994251994, + 35.10186246614321, + ], + [ + -114.5693418878718, + 35.16229169322142, + ], + [ + -114.59554349893344, + 35.326551761137104, + ], + [ + -114.67701974154977, + 35.51294235488054, + ], + [ + -114.70429813114819, + 35.851346026518485, + ], + [ + -114.75598350091362, + 36.085650282976374, + ], + [ + -114.63035933828931, + 36.142212039521574, + ], + [ + -114.37013785856755, + 36.142641758469686, + ], + [ + -114.23338698439653, + 36.01281292127145, + ], + [ + -114.1533464464959, + 36.023126176026125, + ], + [ + -114.0438739619233, + 36.193348594346865, + ], + [ + -114.05033463314398, + 36.84313735876023, + ], + [ + -114.05105248550183, + 37.000360778900586, + ], + [ + -112.89925837732646, + 37.00030706403207, + ], + [ + -112.54033219839988, + 37.000629353243156, + ], + ], + ], + "type": "Polygon", + }, + "id": "04015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 12029 { + "geometry": { + "coordinates": [ + [ + [ + -82.9206671348424, + 29.824161775172648, + ], + [ + -82.95009908151438, + 29.75648104084506, + ], + [ + -82.93717773907302, + 29.59125410529612, + ], + [ + -82.98204351143885, + 29.487423264458634, + ], + [ + -83.10730874788422, + 29.32547293588905, + ], + [ + -83.17227438626993, + 29.330038699712738, + ], + [ + -83.23580431993993, + 29.43376211081319, + ], + [ + -83.40378177167757, + 29.54199757086882, + ], + [ + -83.3905015030573, + 29.671342974250436, + ], + [ + -83.31871626727197, + 29.822550329117227, + ], + [ + -82.9206671348424, + 29.824161775172648, + ], + ], + ], + "type": "Polygon", + }, + "id": "12029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27077 { + "geometry": { + "coordinates": [ + [ + [ + -94.43035291448078, + 48.700909442690815, + ], + [ + -94.42891720976507, + 48.36734010921913, + ], + [ + -95.21101735364607, + 48.365943522637764, + ], + [ + -95.21209413218286, + 48.53992598175448, + ], + [ + -95.3423843351332, + 48.54019455609705, + ], + [ + -95.3423843351332, + 48.71288785836943, + ], + [ + -95.08970030516889, + 48.71304900297497, + ], + [ + -95.09149493606353, + 48.92049582517588, + ], + [ + -95.235783259992, + 48.88139140089772, + ], + [ + -95.32192554293438, + 48.99891953320626, + ], + [ + -95.1532302388389, + 48.99886581833775, + ], + [ + -95.1532302388389, + 49.384484859399464, + ], + [ + -94.95725654514499, + 49.37019670437475, + ], + [ + -94.82553063747893, + 49.294351310033036, + ], + [ + -94.68339587062401, + 48.88407714432341, + ], + [ + -94.69093332038148, + 48.77799027900835, + ], + [ + -94.58756258085062, + 48.71756105193015, + ], + [ + -94.43035291448078, + 48.700909442690815, + ], + ], + ], + "type": "Polygon", + }, + "id": "27077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 27031 { + "geometry": { + "coordinates": [ + [ + [ + -89.56941567327821, + 47.99933954503, + ], + [ + -89.97787366489666, + 47.82970799026291, + ], + [ + -90.43981165717516, + 47.730442913249114, + ], + [ + -90.73269541917924, + 47.62634349806906, + ], + [ + -91.02306669793083, + 47.4652526073957, + ], + [ + -91.03168092622508, + 48.18932903496386, + ], + [ + -90.88559797140196, + 48.24594450637758, + ], + [ + -90.74130964747347, + 48.09457600690524, + ], + [ + -90.13221192183508, + 48.11128133101309, + ], + [ + -89.8730672206501, + 47.98639426171813, + ], + [ + -89.76682507168783, + 48.022544368228026, + ], + [ + -89.56941567327821, + 47.99933954503, + ], + ], + ], + "type": "Polygon", + }, + "id": "27031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55031 { + "geometry": { + "coordinates": [ + [ + [ + -91.55140603331076, + 46.755732909194805, + ], + [ + -91.55140603331076, + 46.157026984738216, + ], + [ + -92.04995449583976, + 46.15767156316038, + ], + [ + -92.2936653713309, + 46.157241844212265, + ], + [ + -92.29294751897305, + 46.417221807819836, + ], + [ + -92.2922296666152, + 46.66323590561377, + ], + [ + -92.2032159742414, + 46.660174158108475, + ], + [ + -92.10881838918371, + 46.74343220430511, + ], + [ + -92.00257624022144, + 46.68203610959365, + ], + [ + -91.81988281514782, + 46.69009333987074, + ], + [ + -91.55140603331076, + 46.755732909194805, + ], + ], + ], + "type": "Polygon", + }, + "id": "55031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55007 { + "geometry": { + "coordinates": [ + [ + [ + -90.92759233433637, + 46.58534934626853, + ], + [ + -90.92472092490496, + 46.15471724539211, + ], + [ + -91.55140603331076, + 46.157026984738216, + ], + [ + -91.55140603331076, + 46.755732909194805, + ], + [ + -91.25277945244385, + 46.839366959471036, + ], + [ + -91.10705542379965, + 46.85736144042322, + ], + [ + -90.86585703156099, + 46.96242772323652, + ], + [ + -90.75423098991483, + 46.897647591808685, + ], + [ + -90.88523904522303, + 46.75589405380035, + ], + [ + -90.85257676294071, + 46.69933229725515, + ], + [ + -90.92759233433637, + 46.58534934626853, + ], + ], + ], + "type": "Polygon", + }, + "id": "55007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55003 { + "geometry": { + "coordinates": [ + [ + [ + -90.55000199410561, + 46.58320075152797, + ], + [ + -90.55215555117917, + 46.24082217961999, + ], + [ + -90.42581353619703, + 46.2404461755404, + ], + [ + -90.42617246237594, + 46.15401895210143, + ], + [ + -90.30306078300413, + 46.15482467512914, + ], + [ + -90.30198400446736, + 45.98132564982905, + ], + [ + -90.67706186144562, + 45.98154050930311, + ], + [ + -90.92507985108388, + 45.98105707548648, + ], + [ + -90.92472092490496, + 46.15471724539211, + ], + [ + -90.92759233433637, + 46.58534934626853, + ], + [ + -90.70146884161262, + 46.66484735166919, + ], + [ + -90.55000199410561, + 46.58320075152797, + ], + ], + ], + "type": "Polygon", + }, + "id": "55003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55003 { + "geometry": { + "coordinates": [ + [ + [ + -90.61173729688099, + 46.874013049662544, + ], + [ + -90.56902508158872, + 46.847639049222195, + ], + [ + -90.78473971512359, + 46.75245630221545, + ], + [ + -90.61173729688099, + 46.874013049662544, + ], + ], + ], + "type": "Polygon", + }, + "id": "55003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26083 { + "geometry": { + "coordinates": [ + [ + [ + -87.85051820239887, + 47.47427670530604, + ], + [ + -87.71197269733321, + 47.402137636891794, + ], + [ + -87.95711927754006, + 47.38736604805045, + ], + [ + -87.93845511623587, + 47.346005599294706, + ], + [ + -88.2277496164507, + 47.19995487180525, + ], + [ + -88.29881699987816, + 47.28605980603312, + ], + [ + -88.51273700251839, + 47.28589866142758, + ], + [ + -88.42480008868138, + 47.36910299275571, + ], + [ + -88.21805860961967, + 47.448977002235964, + ], + [ + -87.85051820239887, + 47.47427670530604, + ], + ], + ], + "type": "Polygon", + }, + "id": "26083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26083 { + "geometry": { + "coordinates": [ + [ + [ + -88.65164143376298, + 48.13223012973353, + ], + [ + -88.42264653160782, + 48.18997361338603, + ], + [ + -88.68932868255027, + 48.00460360214436, + ], + [ + -89.00231231057424, + 47.90882999158397, + ], + [ + -88.95134479316667, + 47.87923309903278, + ], + [ + -89.16023982930193, + 47.823530780383805, + ], + [ + -89.21982157500373, + 47.91092487145602, + ], + [ + -88.65164143376298, + 48.13223012973353, + ], + ], + ], + "type": "Polygon", + }, + "id": "26083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26061 { + "geometry": { + "coordinates": [ + [ + [ + -88.52817082821224, + 47.11116419415168, + ], + [ + -88.45136062592195, + 46.9389006108274, + ], + [ + -88.55221888220032, + 46.93847089187929, + ], + [ + -88.55185995602139, + 46.85172137922925, + ], + [ + -88.6789198233614, + 46.85172137922925, + ], + [ + -88.67927874954032, + 46.420122410719586, + ], + [ + -88.99118559902752, + 46.41969269177147, + ], + [ + -88.98939096813288, + 46.68010237432715, + ], + [ + -88.86448465786643, + 46.67929665129944, + ], + [ + -88.93268063186248, + 46.7657238747384, + ], + [ + -88.93339848422033, + 47.031236469802906, + ], + [ + -88.88745593331774, + 47.10149551781916, + ], + [ + -88.63010586302738, + 47.22794031830102, + ], + [ + -88.62579874888026, + 47.13044783194819, + ], + [ + -88.52817082821224, + 47.11116419415168, + ], + ], + ], + "type": "Polygon", + }, + "id": "26061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26061 { + "geometry": { + "coordinates": [ + [ + [ + -88.2277496164507, + 47.19995487180525, + ], + [ + -88.41116089388217, + 46.97843475405368, + ], + [ + -88.43377324315455, + 47.09435144030681, + ], + [ + -88.61574881587032, + 47.12722493983735, + ], + [ + -88.62579874888026, + 47.2267048763252, + ], + [ + -88.51273700251839, + 47.28589866142758, + ], + [ + -88.29881699987816, + 47.28605980603312, + ], + [ + -88.2277496164507, + 47.19995487180525, + ], + ], + ], + "type": "Polygon", + }, + "id": "26061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26103 { + "geometry": { + "coordinates": [ + [ + [ + -87.11651416649403, + 46.49478607795399, + ], + [ + -87.11651416649403, + 46.1589070051362, + ], + [ + -87.24142047676048, + 46.158853290267686, + ], + [ + -87.24285618147618, + 45.98503197575651, + ], + [ + -87.36776249174262, + 45.98524683523057, + ], + [ + -87.6172161860966, + 45.985998843389766, + ], + [ + -87.61542155520196, + 46.246193666471385, + ], + [ + -88.11755927952024, + 46.2466233854195, + ], + [ + -88.11648250098345, + 46.419585262034445, + ], + [ + -88.1157646486256, + 46.678329783666186, + ], + [ + -87.99157619071701, + 46.67902807695687, + ], + [ + -88.04469726519814, + 46.765294155790286, + ], + [ + -88.04469726519814, + 46.91182831709637, + ], + [ + -87.81713806775869, + 46.8907720886389, + ], + [ + -87.63444464268507, + 46.812563240082575, + ], + [ + -87.57306826608863, + 46.720173666238566, + ], + [ + -87.33115202149212, + 46.4952157969021, + ], + [ + -87.11651416649403, + 46.49478607795399, + ], + ], + ], + "type": "Polygon", + }, + "id": "26103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26003 { + "geometry": { + "coordinates": [ + [ + [ + -85.86493858057707, + 46.504669613760555, + ], + [ + -86.36528167400071, + 46.50579762599935, + ], + [ + -86.36528167400071, + 46.33186888175115, + ], + [ + -86.61545322071254, + 46.33326546833251, + ], + [ + -86.61545322071254, + 46.15863843079363, + ], + [ + -87.11651416649403, + 46.1589070051362, + ], + [ + -87.11651416649403, + 46.49478607795399, + ], + [ + -87.02139872907848, + 46.53372935762661, + ], + [ + -86.81573402855356, + 46.43790203219771, + ], + [ + -86.75040946398893, + 46.47910133634792, + ], + [ + -86.63734771762705, + 46.41195775070547, + ], + [ + -86.46183281613196, + 46.55312042516015, + ], + [ + -86.13844032891912, + 46.672797152209256, + ], + [ + -85.86457965439814, + 46.68987848039669, + ], + [ + -85.86493858057707, + 46.504669613760555, + ], + ], + ], + "type": "Polygon", + }, + "id": "26003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26041 { + "geometry": { + "coordinates": [ + [ + [ + -87.11651416649403, + 46.1589070051362, + ], + [ + -86.61545322071254, + 46.15863843079363, + ], + [ + -86.49018798426717, + 46.158047567239976, + ], + [ + -86.49018798426717, + 45.89629501297146, + ], + [ + -86.46039711141626, + 45.757173503520306, + ], + [ + -86.70769724869666, + 45.64974376649238, + ], + [ + -86.53146449484372, + 45.849133358416196, + ], + [ + -86.78199496773446, + 45.86019862133007, + ], + [ + -86.87136758628718, + 45.71006556383356, + ], + [ + -87.03934503802482, + 45.74449679455101, + ], + [ + -87.1689173886173, + 45.66370963230601, + ], + [ + -87.2647506783907, + 45.55004897053047, + ], + [ + -87.32756275970286, + 45.55042497461007, + ], + [ + -87.32576812880822, + 45.89855103744904, + ], + [ + -87.36776249174262, + 45.98524683523057, + ], + [ + -87.24285618147618, + 45.98503197575651, + ], + [ + -87.24142047676048, + 46.158853290267686, + ], + [ + -87.11651416649403, + 46.1589070051362, + ], + ], + ], + "type": "Polygon", + }, + "id": "26041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55075 { + "geometry": { + "coordinates": [ + [ + [ + -87.8469289406096, + 45.7225274133288, + ], + [ + -87.78124544986603, + 45.67353945324407, + ], + [ + -87.83436652434717, + 45.560630799627724, + ], + [ + -87.79237216141276, + 45.501007295577224, + ], + [ + -87.88676974647045, + 45.35323769229532, + ], + [ + -87.64772491130536, + 45.34018497924643, + ], + [ + -87.74212249636304, + 45.19778686281593, + ], + [ + -87.6172161860966, + 45.10120752922783, + ], + [ + -87.62977860235902, + 44.984753694289566, + ], + [ + -87.76258128856186, + 44.966168349783736, + ], + [ + -88.12114854130951, + 45.02358954422516, + ], + [ + -88.18647310587414, + 45.19789429255296, + ], + [ + -88.30922585906703, + 45.20160061848042, + ], + [ + -88.30599552345669, + 45.37456249509537, + ], + [ + -88.42803042429172, + 45.37692594930998, + ], + [ + -88.42515901486031, + 45.72241998359177, + ], + [ + -88.05941323853413, + 45.713019881601824, + ], + [ + -88.0576186076395, + 45.78059318619239, + ], + [ + -87.8469289406096, + 45.7225274133288, + ], + ], + ], + "type": "Polygon", + }, + "id": "55075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 55029 { + "geometry": { + "coordinates": [ + [ + [ + -87.37529994150009, + 44.675570911123216, + ], + [ + -87.73673860367914, + 44.677021212573095, + ], + [ + -87.61255014577056, + 44.83639322745401, + ], + [ + -87.4079622237824, + 44.90547054836296, + ], + [ + -87.23819014115014, + 45.166739668814856, + ], + [ + -87.11974450210437, + 45.19300623951818, + ], + [ + -87.06841805851786, + 45.29495705995768, + ], + [ + -86.98407040647012, + 45.295386778905794, + ], + [ + -87.18937618081613, + 44.96847808912983, + ], + [ + -87.20516893268889, + 44.87501421791555, + ], + [ + -87.3200253099454, + 44.78686811868414, + ], + [ + -87.37529994150009, + 44.675570911123216, + ], + ], + ], + "type": "Polygon", + }, + "id": "55029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26033 { + "geometry": { + "coordinates": [ + [ + [ + -83.56852888780487, + 45.92202443498964, + ], + [ + -83.84885023354651, + 45.96333116887688, + ], + [ + -83.6729764058725, + 46.035094233211524, + ], + [ + -83.71640647352261, + 46.101378380957755, + ], + [ + -83.58216808260407, + 46.089722254490226, + ], + [ + -83.4730545242104, + 45.986267417732336, + ], + [ + -83.56852888780487, + 45.92202443498964, + ], + ], + ], + "type": "Polygon", + }, + "id": "26033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26033 { + "geometry": { + "coordinates": [ + [ + [ + -84.19916218417886, + 46.534427650917294, + ], + [ + -84.13024835782495, + 46.52803558156413, + ], + [ + -84.19090688206354, + 46.41260232912764, + ], + [ + -84.28530446712124, + 46.4871048517565, + ], + [ + -84.19916218417886, + 46.534427650917294, + ], + ], + ], + "type": "Polygon", + }, + "id": "26033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26033 { + "geometry": { + "coordinates": [ + [ + [ + -84.11409667977325, + 45.982292517462305, + ], + [ + -84.21495493605163, + 45.984924546019485, + ], + [ + -84.2321833926401, + 45.98481711628246, + ], + [ + -84.23900299003971, + 46.07140548432696, + ], + [ + -84.3631914479483, + 46.07151291406399, + ], + [ + -84.36355037412723, + 46.15810128210849, + ], + [ + -85.11227038336806, + 46.158154996977004, + ], + [ + -85.11334716190483, + 46.24560280291773, + ], + [ + -85.23789454599235, + 46.24533422857516, + ], + [ + -85.23789454599235, + 46.75557176458926, + ], + [ + -84.95506071699822, + 46.768624477638156, + ], + [ + -85.02935843603602, + 46.68885789789493, + ], + [ + -85.03402447636206, + 46.48796428965272, + ], + [ + -84.83015440673176, + 46.444132956945325, + ], + [ + -84.63023252506967, + 46.48409681911971, + ], + [ + -84.59326312864023, + 46.41383777110346, + ], + [ + -84.34129695103378, + 46.50198387033486, + ], + [ + -84.26017963459637, + 46.43081166955386, + ], + [ + -84.18301050612716, + 46.250598285689534, + ], + [ + -84.22249238580908, + 46.16315047974881, + ], + [ + -84.12235198188857, + 46.1785129321438, + ], + [ + -84.07210231683885, + 46.093267435812145, + ], + [ + -83.90089452949087, + 45.982829666147445, + ], + [ + -84.11409667977325, + 45.982292517462305, + ], + ], + ], + "type": "Polygon", + }, + "id": "26033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26097 { + "geometry": { + "coordinates": [ + [ + [ + -84.56383118196825, + 45.81631357375417, + ], + [ + -84.35601292436976, + 45.770817080122846, + ], + [ + -84.49491735561435, + 45.73434468440187, + ], + [ + -84.56383118196825, + 45.81631357375417, + ], + ], + ], + "type": "Polygon", + }, + "id": "26097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26097 { + "geometry": { + "coordinates": [ + [ + [ + -84.2321833926401, + 45.98481711628246, + ], + [ + -84.65643413613131, + 46.05335728850628, + ], + [ + -84.73898715728441, + 45.945121828450645, + ], + [ + -84.75154957354685, + 45.8395183969522, + ], + [ + -85.00566930822686, + 46.007377361058325, + ], + [ + -85.4263307899288, + 46.10202295937992, + ], + [ + -85.51749803937615, + 46.09305257633809, + ], + [ + -85.699114685913, + 45.961182574136316, + ], + [ + -85.865297506756, + 45.96827293678016, + ], + [ + -85.86493858057707, + 46.244582220415964, + ], + [ + -85.23789454599235, + 46.24533422857516, + ], + [ + -85.11334716190483, + 46.24560280291773, + ], + [ + -85.11227038336806, + 46.158154996977004, + ], + [ + -84.36355037412723, + 46.15810128210849, + ], + [ + -84.3631914479483, + 46.07151291406399, + ], + [ + -84.23900299003971, + 46.07140548432696, + ], + [ + -84.2321833926401, + 45.98481711628246, + ], + ], + ], + "type": "Polygon", + }, + "id": "26097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26047 { + "geometry": { + "coordinates": [ + [ + [ + -84.73252648606373, + 45.78768354883623, + ], + [ + -84.73252648606373, + 45.28937071363223, + ], + [ + -85.00315682497437, + 45.27277281926142, + ], + [ + -85.09611870531636, + 45.36580697152759, + ], + [ + -84.9223984347159, + 45.422207583467255, + ], + [ + -85.0358191072567, + 45.43499172217358, + ], + [ + -85.11944890694659, + 45.56750630279751, + ], + [ + -84.94070366984116, + 45.726448598730315, + ], + [ + -84.73252648606373, + 45.78768354883623, + ], + ], + ], + "type": "Polygon", + }, + "id": "26047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26029 { + "geometry": { + "coordinates": [ + [ + [ + -85.09611870531636, + 45.36580697152759, + ], + [ + -85.00315682497437, + 45.27277281926142, + ], + [ + -84.73252648606373, + 45.28937071363223, + ], + [ + -84.73432111695837, + 45.201922907691504, + ], + [ + -84.7346800431373, + 45.11490482069889, + ], + [ + -84.85743279633019, + 45.11662369649133, + ], + [ + -85.22353749883528, + 45.11780542359864, + ], + [ + -85.22389642501422, + 45.205521803881936, + ], + [ + -85.38828461496259, + 45.207777828359525, + ], + [ + -85.36603119186914, + 45.276425430320366, + ], + [ + -85.20164300192077, + 45.361885786126074, + ], + [ + -85.09611870531636, + 45.36580697152759, + ], + ], + ], + "type": "Polygon", + }, + "id": "26029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26029 { + "geometry": { + "coordinates": [ + [ + [ + -85.53616220068034, + 45.75029800035051, + ], + [ + -85.49201428067236, + 45.60843703260515, + ], + [ + -85.62050985272808, + 45.58227789163885, + ], + [ + -85.53616220068034, + 45.75029800035051, + ], + ], + ], + "type": "Polygon", + }, + "id": "26029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26089 { + "geometry": { + "coordinates": [ + [ + [ + -85.96328435360296, + 45.06333854692549, + ], + [ + -86.05875871719742, + 45.100777810279716, + ], + [ + -85.9909216693803, + 45.15159207589392, + ], + [ + -85.96328435360296, + 45.06333854692549, + ], + ], + ], + "type": "Polygon", + }, + "id": "26089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26089 { + "geometry": { + "coordinates": [ + [ + [ + -85.64132757110582, + 44.7751582773481, + ], + [ + -85.81504784170627, + 44.77451369892593, + ], + [ + -86.07455146907019, + 44.77838116945894, + ], + [ + -86.07132113345985, + 44.894835004397194, + ], + [ + -85.93780059489917, + 44.96520148215048, + ], + [ + -85.8032032778017, + 44.95365278541998, + ], + [ + -85.61835629565452, + 45.18645302555949, + ], + [ + -85.56702985206802, + 45.05979336560357, + ], + [ + -85.6463525376108, + 44.88151371700573, + ], + [ + -85.64132757110582, + 44.7751582773481, + ], + ], + ], + "type": "Polygon", + }, + "id": "26089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26055 { + "geometry": { + "coordinates": [ + [ + [ + -85.4424824679805, + 44.859812910126095, + ], + [ + -85.33300998340789, + 44.81238268122827, + ], + [ + -85.33408676194468, + 44.51222399597226, + ], + [ + -85.8179192511377, + 44.51297600413146, + ], + [ + -85.81504784170627, + 44.77451369892593, + ], + [ + -85.64132757110582, + 44.7751582773481, + ], + [ + -85.59574394638214, + 44.76699361733397, + ], + [ + -85.47299119318926, + 44.988352590480005, + ], + [ + -85.52683012002824, + 44.74765626466895, + ], + [ + -85.4424824679805, + 44.859812910126095, + ], + ], + ], + "type": "Polygon", + }, + "id": "26055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26007 { + "geometry": { + "coordinates": [ + [ + [ + -83.38870687216266, + 45.20707953506884, + ], + [ + -83.31405022694592, + 45.05458302335771, + ], + [ + -83.42603519477102, + 45.061351096790474, + ], + [ + -83.42818875184457, + 44.928299367481394, + ], + [ + -83.32122875052445, + 44.85841632354473, + ], + [ + -83.88833211322844, + 44.856590018015254, + ], + [ + -83.88115358964991, + 45.20203033742853, + ], + [ + -83.38870687216266, + 45.20707953506884, + ], + ], + ], + "type": "Polygon", + }, + "id": "26007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26011 { + "geometry": { + "coordinates": [ + [ + [ + -83.56601640455239, + 44.16345335471112, + ], + [ + -83.57857882081481, + 44.049309259118964, + ], + [ + -83.67764244619855, + 43.991726920072, + ], + [ + -83.84274848850477, + 43.99387551481256, + ], + [ + -83.9080730530694, + 43.91045632401038, + ], + [ + -84.04482392724043, + 43.91196034032877, + ], + [ + -84.04554177959828, + 43.99699097718637, + ], + [ + -84.16649990189653, + 43.99688354744934, + ], + [ + -84.16614097571761, + 44.161788193787196, + ], + [ + -83.88402499908132, + 44.161788193787196, + ], + [ + -83.56601640455239, + 44.16345335471112, + ], + ], + ], + "type": "Polygon", + }, + "id": "26011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26063 { + "geometry": { + "coordinates": [ + [ + [ + -82.60696565446058, + 43.6904402225772, + ], + [ + -83.11771760707309, + 43.675507489130325, + ], + [ + -83.46659385298972, + 43.66782626293282, + ], + [ + -83.46731170534757, + 43.727772056194404, + ], + [ + -83.26200593100158, + 43.97491416622713, + ], + [ + -83.05382874722416, + 44.0082710995743, + ], + [ + -82.92928136313664, + 44.06902261586359, + ], + [ + -82.74120404537912, + 43.99221035388862, + ], + [ + -82.63460297023792, + 43.83273090927068, + ], + [ + -82.60696565446058, + 43.6904402225772, + ], + ], + ], + "type": "Polygon", + }, + "id": "26063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26147 { + "geometry": { + "coordinates": [ + [ + [ + -82.70602927984432, + 42.686294470577245, + ], + [ + -82.73905048830557, + 42.89755504844265, + ], + [ + -82.98347921615455, + 42.89374129277816, + ], + [ + -82.99640055859591, + 43.15409726046532, + ], + [ + -82.5032359887508, + 43.16892256417517, + ], + [ + -82.41852941052413, + 42.975173033445316, + ], + [ + -82.47488082061561, + 42.8889069546119, + ], + [ + -82.51866981444465, + 42.62656353678972, + ], + [ + -82.64537075560573, + 42.63102187087638, + ], + [ + -82.70602927984432, + 42.686294470577245, + ], + ], + ], + "type": "Polygon", + }, + "id": "26147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26163 { + "geometry": { + "coordinates": [ + [ + [ + -82.87041746979268, + 42.45096963161759, + ], + [ + -82.89913156410681, + 42.384685483871365, + ], + [ + -83.07787680121224, + 42.313244708747796, + ], + [ + -83.16689049358604, + 42.16987972468404, + ], + [ + -83.19811707115265, + 42.03446454116035, + ], + [ + -83.29682177035745, + 42.09419547494787, + ], + [ + -83.53945586731182, + 42.08560109598564, + ], + [ + -83.55201828357424, + 42.43517746027449, + ], + [ + -83.08326069389614, + 42.4471558759531, + ], + [ + -82.87041746979268, + 42.45096963161759, + ], + ], + ], + "type": "Polygon", + }, + "id": "26163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 26115 { + "geometry": { + "coordinates": [ + [ + [ + -83.19811707115265, + 42.03446454116035, + ], + [ + -83.46228673884261, + 41.78694642704802, + ], + [ + -83.48274553104142, + 41.732157261163785, + ], + [ + -83.76306687678307, + 41.723509167333034, + ], + [ + -83.77383466215086, + 42.082378203874796, + ], + [ + -83.53945586731182, + 42.08560109598564, + ], + [ + -83.29682177035745, + 42.09419547494787, + ], + [ + -83.19811707115265, + 42.03446454116035, + ], + ], + ], + "type": "Polygon", + }, + "id": "26115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 45019 { + "geometry": { + "coordinates": [ + [ + [ + [ + -79.95127085658288, + 32.9100272564311, + ], + [ + -79.93296562145763, + 32.75441528234616, + ], + [ + -79.877332063724, + 32.75006437799653, + ], + [ + -79.99111166244373, + 32.61771094197813, + ], + [ + -80.24989743744979, + 32.53074656985403, + ], + [ + -80.34429502250747, + 32.49701363242727, + ], + [ + -80.41966952008205, + 32.60428222484964, + ], + [ + -80.4473068358594, + 32.72814871164283, + ], + [ + -80.4013642849568, + 32.85835355292067, + ], + [ + -80.1583712618235, + 32.818228546140745, + ], + [ + -80.07868965010181, + 32.92764573330368, + ], + [ + -80.14939810735035, + 33.02164675320311, + ], + [ + -80.05500052229266, + 32.999677371980894, + ], + [ + -80.01228830700039, + 32.90009000575601, + ], + [ + -79.95127085658288, + 32.9100272564311, + ], + ], + ], + [ + [ + [ + -79.79693259964445, + 32.93457495134198, + ], + [ + -79.6422354165271, + 33.12451072640734, + ], + [ + -79.51840588479743, + 33.14846755776456, + ], + [ + -79.44662064901212, + 33.213462548666456, + ], + [ + -79.40247272900415, + 33.182630214139444, + ], + [ + -79.27505393548522, + 33.12531644943505, + ], + [ + -79.42293152120297, + 33.01649012582577, + ], + [ + -79.51194521357675, + 33.04028581257745, + ], + [ + -79.7800630692349, + 32.803080953219805, + ], + [ + -79.90784078893276, + 32.785838480426825, + ], + [ + -79.79693259964445, + 32.93457495134198, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "45019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 15001 { + "geometry": { + "coordinates": [ + [ + [ + -155.84980065239574, + 20.26801809219671, + ], + [ + -155.5859899108847, + 20.11960391049264, + ], + [ + -155.4560586341133, + 20.098601396903682, + ], + [ + -155.28090265879712, + 20.018942246897478, + ], + [ + -155.08169862949288, + 19.847269527126866, + ], + [ + -155.09067178396606, + 19.735327741143774, + ], + [ + -155.00309379630795, + 19.735918604697424, + ], + [ + -154.9837117826459, + 19.642669592957194, + ], + [ + -154.80712010261405, + 19.51987740353428, + ], + [ + -154.97725111142523, + 19.346969241787846, + ], + [ + -155.1308715160058, + 19.27321872731818, + ], + [ + -155.29346507505954, + 19.263227761774584, + ], + [ + -155.51061541331012, + 19.12915544996374, + ], + [ + -155.6559805157754, + 18.921923487236885, + ], + [ + -155.88102722996234, + 19.036067582829048, + ], + [ + -155.91799662639178, + 19.1166936004685, + ], + [ + -155.88605219646732, + 19.343262915860382, + ], + [ + -155.9908586407139, + 19.635525515444836, + ], + [ + -156.0612081717835, + 19.727646514946276, + ], + [ + -155.93737864005382, + 19.849310692130395, + ], + [ + -155.8235990413341, + 20.028396063755935, + ], + [ + -155.89071823679336, + 20.123686240499698, + ], + [ + -155.89897353890868, + 20.23186798568681, + ], + [ + -155.84980065239574, + 20.26801809219671, + ], + ], + ], + "type": "Polygon", + }, + "id": "15001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 15007 { + "geometry": { + "coordinates": [ + [ + [ + -159.3963502263692, + 22.227267921243374, + ], + [ + -159.3127204266793, + 22.183597733141525, + ], + [ + -159.33102566180457, + 21.961325607230762, + ], + [ + -159.44480526052428, + 21.868721173912697, + ], + [ + -159.6353950615343, + 21.914701101360645, + ], + [ + -159.75778888854825, + 21.978621794892256, + ], + [ + -159.78291372107313, + 22.065962171095954, + ], + [ + -159.72261412301344, + 22.150079655188815, + ], + [ + -159.58191506087422, + 22.223078161499288, + ], + [ + -159.3963502263692, + 22.227267921243374, + ], + ], + ], + "type": "Polygon", + }, + "id": "15007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 15009 { + "geometry": { + "coordinates": [ + [ + [ + -157.01164469358105, + 21.182621158383895, + ], + [ + -156.91401677291304, + 21.167903284411068, + ], + [ + -156.7112234818195, + 21.148780791220098, + ], + [ + -156.87489381941003, + 21.046722541043575, + ], + [ + -157.06333006334648, + 21.101081987979704, + ], + [ + -157.31027127444796, + 21.10167285153336, + ], + [ + -157.2528430858197, + 21.224196466613698, + ], + [ + -157.01164469358105, + 21.182621158383895, + ], + ], + ], + "type": "Polygon", + }, + "id": "15009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 15009 { + "geometry": { + "coordinates": [ + [ + [ + -156.98293059926692, + 20.92806639649624, + ], + [ + -156.894634759251, + 20.912381654890165, + ], + [ + -156.8070567715929, + 20.80704679773429, + ], + [ + -156.8364887182649, + 20.7609057256808, + ], + [ + -156.9624718070681, + 20.73227570076286, + ], + [ + -157.05507476123117, + 20.91082392370326, + ], + [ + -156.98293059926692, + 20.92806639649624, + ], + ], + ], + "type": "Polygon", + }, + "id": "15009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 15009 { + "geometry": { + "coordinates": [ + [ + [ + -156.5694476411435, + 20.60271543790719, + ], + [ + -156.5532959630918, + 20.535786711738794, + ], + [ + -156.67927905189504, + 20.503611505498935, + ], + [ + -156.6760487162847, + 20.555446353614904, + ], + [ + -156.5694476411435, + 20.60271543790719, + ], + ], + ], + "type": "Polygon", + }, + "id": "15009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 15009 { + "geometry": { + "coordinates": [ + [ + [ + -156.6017509972469, + 21.03130637378007, + ], + [ + -156.4797160964119, + 20.89809349986545, + ], + [ + -156.3221475038631, + 20.946598026133557, + ], + [ + -156.22774991880542, + 20.92763667754813, + ], + [ + -156.1128935415489, + 20.824718989475382, + ], + [ + -156.00090857372382, + 20.79249006836701, + ], + [ + -155.9883461574614, + 20.708748588353743, + ], + [ + -156.04577434608964, + 20.65390570760099, + ], + [ + -156.30132978548536, + 20.58321694063662, + ], + [ + -156.44166992144565, + 20.605347466464373, + ], + [ + -156.4610519351077, + 20.778363057947836, + ], + [ + -156.625799051235, + 20.811451416952433, + ], + [ + -156.68753435401035, + 20.882677332601943, + ], + [ + -156.6663577094537, + 21.005845526104455, + ], + [ + -156.6017509972469, + 21.03130637378007, + ], + ], + ], + "type": "Polygon", + }, + "id": "15009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 15003 { + "geometry": { + "coordinates": [ + [ + [ + -157.9807453766828, + 21.710423456402058, + ], + [ + -157.83394456950182, + 21.52618145739918, + ], + [ + -157.84076416690144, + 21.460703032680662, + ], + [ + -157.76359503843221, + 21.461831044919453, + ], + [ + -157.65053329207035, + 21.299021278453644, + ], + [ + -157.79553946835668, + 21.256801391801673, + ], + [ + -157.89280846284578, + 21.33302279022298, + ], + [ + -158.1009856466232, + 21.295100093052124, + ], + [ + -158.277936252834, + 21.575545421563508, + ], + [ + -158.12180336500094, + 21.584623234342367, + ], + [ + -157.9807453766828, + 21.710423456402058, + ], + ], + ], + "type": "Polygon", + }, + "id": "15003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 15007 { + "geometry": { + "coordinates": [ + [ + [ + -160.08189922811894, + 21.996777420449977, + ], + [ + -160.0729260736458, + 21.900412946335933, + ], + [ + -160.1565558733357, + 21.8637256911409, + ], + [ + -160.20178057188042, + 21.777620756913024, + ], + [ + -160.2287000352999, + 21.882525895120786, + ], + [ + -160.08189922811894, + 21.996777420449977, + ], + ], + ], + "type": "Polygon", + }, + "id": "15007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02016 Object { + "geometry": Object { + "coordinates": Array [ + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02016", + "properties": Object {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02013 Object { + "geometry": Object { + "coordinates": Array [ + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02013", + "properties": Object {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02130 { + "geometry": { + "coordinates": [ + [ + [ + [ + -131.82687149684028, + 55.41945776667983, + ], + [ + -131.6553047833134, + 55.321965280326985, + ], + [ + -131.74898451601322, + 55.12912890236188, + ], + [ + -131.8703015644904, + 55.31412290952395, + ], + [ + -131.82687149684028, + 55.41945776667983, + ], + ], + ], + [ + [ + [ + -131.23966826811642, + 55.95241669207533, + ], + [ + -131.07025511166307, + 55.82855020528214, + ], + [ + -130.93924705635487, + 55.61863249912959, + ], + [ + -130.97837000985788, + 55.406136479288364, + ], + [ + -131.06343551426346, + 55.259870892324855, + ], + [ + -131.21131309998123, + 55.192405017471316, + ], + [ + -131.471534579703, + 55.29585985422921, + ], + [ + -131.28740544991365, + 55.46291309530762, + ], + [ + -131.52645028507874, + 55.29763244489016, + ], + [ + -131.82866612773492, + 55.44524090356653, + ], + [ + -131.63053887696748, + 55.601819745284715, + ], + [ + -131.72673109291978, + 55.64027959114071, + ], + [ + -131.7335506903194, + 55.730359425638625, + ], + [ + -131.5472680034565, + 55.797664155886615, + ], + [ + -131.6000301517587, + 55.899990980405704, + ], + [ + -131.23966826811642, + 55.95241669207533, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02130", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02060 { + "geometry": { + "coordinates": [ + [ + [ + -157.26863583769247, + 58.60979866719793, + ], + [ + -157.060817580094, + 58.72539306423997, + ], + [ + -156.9865198610562, + 58.88863254965389, + ], + [ + -156.31855824207383, + 58.89497090413854, + ], + [ + -156.31819931589493, + 58.60958380772387, + ], + [ + -157.26863583769247, + 58.60979866719793, + ], + ], + ], + "type": "Polygon", + }, + "id": "02060", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02070 { + "geometry": { + "coordinates": [ + [ + [ + [ + -160.69494514172553, + 58.80156074779276, + ], + [ + -160.88338138566198, + 58.576012014902645, + ], + [ + -161.07504796520877, + 58.54689855616808, + ], + [ + -161.05710165626243, + 58.69772990695528, + ], + [ + -160.69494514172553, + 58.80156074779276, + ], + ], + ], + [ + [ + [ + -161.07145870341952, + 58.8220798275651, + ], + [ + -161.3374230020041, + 58.73543774465208, + ], + [ + -161.36757280103393, + 58.823207839803885, + ], + [ + -161.07145870341952, + 58.8220798275651, + ], + ], + ], + [ + [ + [ + -161.034848233169, + 58.839698304437675, + ], + [ + -161.034848233169, + 59.00342122366822, + ], + [ + -160.87440823118882, + 59.003636083142275, + ], + [ + -160.81949252581305, + 59.08485296433538, + ], + [ + -160.82092823052875, + 59.2615211668778, + ], + [ + -160.65043829553863, + 59.26221946016848, + ], + [ + -160.65079722171757, + 59.34913011742406, + ], + [ + -160.48066621290639, + 59.352782728483014, + ], + [ + -160.42503265517274, + 59.43582591520559, + ], + [ + -160.42467372899384, + 59.611527250114754, + ], + [ + -160.25095345839338, + 59.6113123906407, + ], + [ + -160.24808204896195, + 59.78454284159822, + ], + [ + -160.01944607298572, + 59.78685258094432, + ], + [ + -160.0151389588386, + 59.95890130479453, + ], + [ + -159.85541680921628, + 59.96368192809227, + ], + [ + -159.8503918427113, + 60.12842542982459, + ], + [ + -159.78506727814667, + 60.21324120720813, + ], + [ + -159.6138594907987, + 60.21458407892098, + ], + [ + -159.6138594907987, + 60.3878145298785, + ], + [ + -159.4369088845879, + 60.38716995145633, + ], + [ + -159.36978968912862, + 60.471126290943644, + ], + [ + -159.36763613205508, + 60.64435674190116, + ], + [ + -159.1856605593393, + 60.64457160137522, + ], + [ + -159.1831480760868, + 60.73105253968269, + ], + [ + -159.01588847670703, + 60.73191197757892, + ], + [ + -158.9451800194585, + 60.90347726761251, + ], + [ + -157.8834763821937, + 60.903692127086565, + ], + [ + -157.88060497276228, + 60.82478498523955, + ], + [ + -157.69791154768865, + 60.82354954326374, + ], + [ + -157.701141883299, + 60.91131963841554, + ], + [ + -157.52239664619356, + 60.91131963841554, + ], + [ + -157.52239664619356, + 61.00054003501723, + ], + [ + -157.16957221230874, + 61.00016403093763, + ], + [ + -157.16813650759303, + 60.91223279118028, + ], + [ + -155.96106776786297, + 60.90761331248808, + ], + [ + -155.95891421078943, + 59.67732796404436, + ], + [ + -156.122225622201, + 59.6751793693038, + ], + [ + -156.1236613269167, + 59.5882149971797, + ], + [ + -156.4650001230759, + 59.589396724287006, + ], + [ + -156.4653590492548, + 59.502969500848046, + ], + [ + -156.63477220570815, + 59.50393636848129, + ], + [ + -156.72952871694477, + 59.32882589712579, + ], + [ + -157.07373892253537, + 59.33151164055148, + ], + [ + -157.07409784871427, + 59.24438612382184, + ], + [ + -157.2445877837044, + 59.2461587144828, + ], + [ + -157.24171637427298, + 59.068953363255254, + ], + [ + -157.16131691019345, + 59.067771636147945, + ], + [ + -157.158445500762, + 58.86021738421, + ], + [ + -157.55111074050768, + 58.75445280810602, + ], + [ + -158.14046752630512, + 58.61500900944378, + ], + [ + -158.3156235016213, + 58.65228712819247, + ], + [ + -158.35151611951395, + 58.72770280358607, + ], + [ + -158.56507719597525, + 58.80268876003156, + ], + [ + -158.49329196018994, + 58.99869431523899, + ], + [ + -158.61748041809852, + 58.91318024456477, + ], + [ + -158.77612578918408, + 58.88347592227655, + ], + [ + -158.80125062170896, + 58.73285943096341, + ], + [ + -158.87483048838888, + 58.728186237402696, + ], + [ + -158.74812954722782, + 58.49377455120778, + ], + [ + -158.79514887666718, + 58.40804562105949, + ], + [ + -159.0532167993154, + 58.43801851769029, + ], + [ + -159.39060740750637, + 58.76234889377757, + ], + [ + -159.64544499454425, + 58.84227661812634, + ], + [ + -159.61996123584046, + 58.936599927236855, + ], + [ + -159.7287158680552, + 58.91420082706654, + ], + [ + -159.7972707682302, + 58.804891069640625, + ], + [ + -159.90889680987635, + 58.777281627224454, + ], + [ + -160.01011399233363, + 58.88105875319342, + ], + [ + -160.24772312278304, + 58.893842891899745, + ], + [ + -160.27787292181287, + 59.02265114659622, + ], + [ + -160.38016688280692, + 59.05579322046933, + ], + [ + -160.77175534401582, + 58.89352060268866, + ], + [ + -161.034848233169, + 58.839698304437675, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02070", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02164 Object { + "geometry": Object { + "coordinates": Array [ + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02164", + "properties": Object {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02150 Object { + "geometry": Object { + "coordinates": Array [ + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02150", + "properties": Object {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02110 { + "geometry": { + "coordinates": [ + [ + [ + [ + -134.33432978282133, + 58.1294803129461, + ], + [ + -134.531380255052, + 58.096929102626646, + ], + [ + -134.67279716954909, + 58.02726091816404, + ], + [ + -134.76432334517534, + 58.096230809335964, + ], + [ + -134.74350562679763, + 58.18867409804849, + ], + [ + -134.71012549215743, + 58.22530763837501, + ], + [ + -134.7004344853264, + 58.16149437458042, + ], + [ + -134.41401139454302, + 58.1675641547225, + ], + [ + -134.33432978282133, + 58.1294803129461, + ], + ], + ], + [ + [ + [ + -134.5353284430202, + 58.34439350187046, + ], + [ + -134.2664927350042, + 58.2075817317654, + ], + [ + -134.63044388043573, + 58.24856617644155, + ], + [ + -134.68930777377972, + 58.30023987995198, + ], + [ + -134.5353284430202, + 58.34439350187046, + ], + ], + ], + [ + [ + [ + -134.33432978282133, + 58.965928245445475, + ], + [ + -134.2585963590678, + 58.86102310723771, + ], + [ + -133.84044736061836, + 58.72942167937852, + ], + [ + -133.70764467441552, + 58.612269551149566, + ], + [ + -133.37743258980308, + 58.43055215096685, + ], + [ + -133.46178024185082, + 58.38774140076122, + ], + [ + -133.17176788927816, + 58.152953710486706, + ], + [ + -133.51095312836378, + 57.9278346965447, + ], + [ + -133.62903984123062, + 57.84167604744831, + ], + [ + -133.72487313100402, + 57.80117503658878, + ], + [ + -133.84977944127047, + 57.95109323461124, + ], + [ + -134.06513514862638, + 58.09843311894503, + ], + [ + -134.07805649106774, + 58.279720800179646, + ], + [ + -133.969301858853, + 58.31791207169307, + ], + [ + -134.0123730003242, + 58.400149535387946, + ], + [ + -134.21660199613342, + 58.20435883965456, + ], + [ + -134.51845891261064, + 58.356049628337985, + ], + [ + -134.73022535817734, + 58.37431268363273, + ], + [ + -134.81134267461474, + 58.52616461692169, + ], + [ + -134.9462989178911, + 58.66249295321012, + ], + [ + -134.94845247496468, + 58.97129973229687, + ], + [ + -134.33432978282133, + 58.965928245445475, + ], + ], + ], + [ + [ + [ + -135.17637059858305, + 58.97387804598554, + ], + [ + -134.9581434817957, + 58.97199802558755, + ], + [ + -134.9244044209766, + 58.90555273323579, + ], + [ + -135.02633945579174, + 58.73420230267626, + ], + [ + -135.14442616865858, + 58.83991316391173, + ], + [ + -135.17637059858305, + 58.97387804598554, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02110", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02280 Object { + "geometry": Object { + "coordinates": Array [ + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02280", + "properties": Object {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02232 Object { + "geometry": Object { + "coordinates": Array [ + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02232", + "properties": Object {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02100 { + "geometry": { + "coordinates": [ + [ + [ + [ + -134.33432978282133, + 58.965928245445475, + ], + [ + -134.94845247496468, + 58.97129973229687, + ], + [ + -134.9581434817957, + 58.97199802558755, + ], + [ + -135.17637059858305, + 58.97387804598554, + ], + [ + -135.3540390571517, + 59.3408043128044, + ], + [ + -135.0310054961178, + 59.34633694426134, + ], + [ + -134.95993811269034, + 59.280858519542825, + ], + [ + -134.70079341150534, + 59.249005602514046, + ], + [ + -134.6796167669487, + 59.192282701363304, + ], + [ + -134.48364307325477, + 59.13158489994253, + ], + [ + -134.33432978282133, + 58.965928245445475, + ], + ], + ], + [ + [ + [ + -135.3863424132551, + 59.3527290136145, + ], + [ + -135.43838670919945, + 59.22837909300468, + ], + [ + -135.56688228125518, + 59.24454726842738, + ], + [ + -135.38275315146583, + 59.10150457357471, + ], + [ + -135.40069946041217, + 58.96823798479158, + ], + [ + -135.14155475922718, + 58.616942744710286, + ], + [ + -135.16667959175203, + 58.56226100856307, + ], + [ + -135.0582838857162, + 58.34944269951077, + ], + [ + -135.093458651251, + 58.23664147563145, + ], + [ + -135.27722885486142, + 58.23363344299467, + ], + [ + -135.39244415829685, + 58.32371327749258, + ], + [ + -135.494379193112, + 58.49989804621837, + ], + [ + -135.3188642916169, + 58.50048890977202, + ], + [ + -135.40177623894894, + 58.616137021682576, + ], + [ + -135.54857704612994, + 58.698320770508936, + ], + [ + -135.75747208226517, + 58.74231324782186, + ], + [ + -135.58518751638042, + 58.9860176062697, + ], + [ + -135.70219745071049, + 59.10408288726338, + ], + [ + -135.89206939936264, + 59.172784204092736, + ], + [ + -136.4896814872754, + 59.259748576216836, + ], + [ + -136.4774779971919, + 59.465798811836386, + ], + [ + -136.30555235748605, + 59.46450965499205, + ], + [ + -136.23986886674248, + 59.55942382765622, + ], + [ + -136.35400739164115, + 59.59981740877871, + ], + [ + -135.95272792360123, + 59.66218037112342, + ], + [ + -135.72229731673036, + 59.72878680808073, + ], + [ + -135.3863424132551, + 59.3527290136145, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02100", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02220 { + "geometry": { + "coordinates": [ + [ + [ + [ + -135.76142027023337, + 57.34261120408511, + ], + [ + -135.62179798663095, + 57.22357905545818, + ], + [ + -135.572625100118, + 57.091923912730465, + ], + [ + -135.6322068458198, + 57.013553919568594, + ], + [ + -135.84935718407039, + 56.993142269533294, + ], + [ + -135.8454089961022, + 57.33761572131331, + ], + [ + -135.76142027023337, + 57.34261120408511, + ], + ], + ], + [ + [ + [ + -134.6663364983284, + 56.25429425312378, + ], + [ + -134.66705435068627, + 56.16781331481631, + ], + [ + -134.8081123390044, + 56.24097296573232, + ], + [ + -135.0582838857162, + 56.5294755245208, + ], + [ + -134.95850240797463, + 56.617943912963284, + ], + [ + -135.1189424099548, + 56.59817684135015, + ], + [ + -135.21082751176002, + 56.72585708380783, + ], + [ + -135.18319019598266, + 56.80304534986239, + ], + [ + -135.36803717812984, + 56.81620549264831, + ], + [ + -135.38921382268651, + 56.94248914852463, + ], + [ + -135.22913274688528, + 57.032676412759564, + ], + [ + -135.40177623894894, + 57.098423411820654, + ], + [ + -135.36660147341414, + 57.248825043659735, + ], + [ + -135.53314322043607, + 57.23894150785317, + ], + [ + -135.6953778533109, + 57.35362275213048, + ], + [ + -135.48432926010207, + 57.35684564424131, + ], + [ + -135.60133919443211, + 57.40207356353007, + ], + [ + -135.54893597230884, + 57.508912437004334, + ], + [ + -135.32317140576401, + 57.53926133771472, + ], + [ + -135.35080872154137, + 57.47496464010351, + ], + [ + -135.20903288086538, + 57.4887693613116, + ], + [ + -135.00911099920327, + 57.3987432416822, + ], + [ + -134.83323717152928, + 57.399119245761796, + ], + [ + -134.8623101920223, + 57.27068699514492, + ], + [ + -134.6961273711793, + 56.9008064105578, + ], + [ + -134.6164457594576, + 56.63728126562831, + ], + [ + -134.6663364983284, + 56.25429425312378, + ], + ], + ], + [ + [ + [ + -136.35472524399898, + 57.83184622651025, + ], + [ + -136.02774349499688, + 57.8358748416488, + ], + [ + -136.02343638084977, + 57.84044060547249, + ], + [ + -135.89996577529902, + 58.00137035154031, + ], + [ + -135.37772818496086, + 57.80219561909055, + ], + [ + -135.23595234428487, + 57.703682550235946, + ], + [ + -135.1106871078395, + 57.758364286383156, + ], + [ + -134.9297883136605, + 57.75922372427938, + ], + [ + -134.83718535949745, + 57.482753296038034, + ], + [ + -135.08448549677786, + 57.46465138534883, + ], + [ + -135.1796009341934, + 57.52142800136808, + ], + [ + -135.82351449918767, + 57.77087985074691, + ], + [ + -135.56580550271838, + 57.593620784650845, + ], + [ + -135.55396093881382, + 57.454875279279285, + ], + [ + -135.71296523607828, + 57.36753490307559, + ], + [ + -135.84397329138648, + 57.390900870879165, + ], + [ + -136.00584899808237, + 57.530022380330315, + ], + [ + -135.81274671381988, + 57.444508309656094, + ], + [ + -136.15695691941045, + 57.644488765133566, + ], + [ + -136.12680712038062, + 57.68692351125959, + ], + [ + -136.35472524399898, + 57.83184622651025, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02220", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02270 { + "geometry": { + "coordinates": [ + [ + [ + [ + -164.76768049400533, + 62.78967487548019, + ], + [ + -164.4913073362319, + 62.76088370595671, + ], + [ + -164.7996249239298, + 62.61198609043601, + ], + [ + -164.84449069629562, + 62.79526122180564, + ], + [ + -164.76768049400533, + 62.78967487548019, + ], + ], + ], + [ + [ + [ + -164.4442880067925, + 63.02838375115623, + ], + [ + -164.12735619080036, + 62.90897559844969, + ], + [ + -164.09900102266513, + 62.806111625245464, + ], + [ + -163.9407145777585, + 62.68949664570165, + ], + [ + -163.95507162491558, + 62.59603277448736, + ], + [ + -164.2077556548799, + 62.725915326554116, + ], + [ + -164.84449069629562, + 62.808475079460074, + ], + [ + -164.81218734019225, + 62.90650471449805, + ], + [ + -164.65246519056993, + 63.03010262694867, + ], + [ + -164.4442880067925, + 63.02838375115623, + ], + ], + ], + [ + [ + [ + -164.04911028379436, + 63.26043198313653, + ], + [ + -163.72499994422367, + 63.20800627146691, + ], + [ + -163.522924505488, + 63.11867844512819, + ], + [ + -163.77632638781014, + 63.02086366956427, + ], + [ + -163.89800236246626, + 62.898125195009875, + ], + [ + -164.10043672738084, + 62.89801776527285, + ], + [ + -164.35563324059765, + 63.02698716457486, + ], + [ + -164.5781674715321, + 63.0706036378082, + ], + [ + -164.57314250502714, + 63.140271822270805, + ], + [ + -164.33948156254596, + 63.23486370572388, + ], + [ + -164.04911028379436, + 63.26043198313653, + ], + ], + ], + [ + [ + [ + -162.58182006434254, + 63.27284011776325, + ], + [ + -162.37794999471222, + 63.272893832631766, + ], + [ + -162.37436073292298, + 63.18641289432429, + ], + [ + -162.1844887842708, + 63.186466609192806, + ], + [ + -162.17802811305012, + 63.09644048956341, + ], + [ + -161.9899507952926, + 63.095795911141245, + ], + [ + -161.9913865000083, + 63.01269900955015, + ], + [ + -160.8514369557375, + 63.01269900955015, + ], + [ + -160.9932127964135, + 62.89796405040433, + ], + [ + -161.00039131999205, + 62.551771722831866, + ], + [ + -161.0456160185368, + 62.550428851119015, + ], + [ + -161.04776957561035, + 62.20466624249466, + ], + [ + -160.91030084908147, + 62.20439766815209, + ], + [ + -160.91389011087074, + 61.94935947244781, + ], + [ + -160.53414621356643, + 61.94726459257576, + ], + [ + -160.46953950135963, + 61.86932431836201, + ], + [ + -160.252748089288, + 61.85777562163151, + ], + [ + -160.7753446058051, + 61.73852861353052, + ], + [ + -161.12709226115314, + 61.59951453381639, + ], + [ + -161.45012582218703, + 61.56884334389492, + ], + [ + -161.88550327722498, + 61.48279212453556, + ], + [ + -162.32841818202036, + 61.518351367491796, + ], + [ + -162.50572771441009, + 61.556435209268194, + ], + [ + -163.17117685013994, + 61.449059187108794, + ], + [ + -163.40770920205256, + 61.48386642190584, + ], + [ + -163.6553682655119, + 61.335828244281366, + ], + [ + -163.99311779988182, + 61.3717634913172, + ], + [ + -163.9819910883351, + 61.243277525831815, + ], + [ + -164.1216133719375, + 61.126984835499094, + ], + [ + -164.15463458039875, + 61.022616845976465, + ], + [ + -164.53007136355595, + 60.94080910122971, + ], + [ + -164.7978302930352, + 60.98249183919654, + ], + [ + -165.1334262703315, + 60.92023630658886, + ], + [ + -165.1951615731069, + 60.97996724037638, + ], + [ + -164.95683459029965, + 61.02455058124297, + ], + [ + -165.3617033201288, + 61.19649187535615, + ], + [ + -165.36636936045488, + 61.07960832146978, + ], + [ + -165.5530109734967, + 61.08938442753932, + ], + [ + -165.6369996993655, + 61.22727049501465, + ], + [ + -165.59536426261002, + 61.272874418383005, + ], + [ + -165.81574493647094, + 61.303545608304475, + ], + [ + -165.89004265550875, + 61.417582274159614, + ], + [ + -165.74001151271742, + 61.48134182308568, + ], + [ + -165.9126550047811, + 61.55622034979414, + ], + [ + -166.10862869847503, + 61.49246080086807, + ], + [ + -166.14272668547304, + 61.63448291321898, + ], + [ + -165.75759889548482, + 61.67718623368758, + ], + [ + -165.9463940656002, + 61.70936143992744, + ], + [ + -166.09463057749687, + 61.8127088469483, + ], + [ + -165.59931245057822, + 61.84397090042342, + ], + [ + -165.7572399693059, + 62.00635094794112, + ], + [ + -165.66714949839533, + 62.1432701477832, + ], + [ + -165.26910036596576, + 62.427368087353535, + ], + [ + -165.04692506121023, + 62.54022302610136, + ], + [ + -164.84233713922208, + 62.5338309567482, + ], + [ + -164.50745901428357, + 62.74745498882822, + ], + [ + -164.212062769027, + 62.69932646663971, + ], + [ + -163.86569900636286, + 62.48280183165994, + ], + [ + -163.9407145777585, + 62.72886964432239, + ], + [ + -164.10474384152798, + 62.82518040356791, + ], + [ + -164.10043672738084, + 62.889477101179125, + ], + [ + -163.79606732765112, + 62.92385461702806, + ], + [ + -163.76807108569486, + 63.01651276521464, + ], + [ + -163.5078496059731, + 63.112393805512056, + ], + [ + -163.31977228821555, + 63.037246704461026, + ], + [ + -163.04052772101068, + 63.0621704034515, + ], + [ + -162.82158275186546, + 63.205589102383776, + ], + [ + -162.58182006434254, + 63.27284011776325, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02270", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02050 Object { + "geometry": Object { + "coordinates": Array [ + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02050", + "properties": Object {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02170 { + "geometry": { + "coordinates": [ + [ + [ + -146.4843398656647, + 63.17389732996054, + ], + [ + -146.48110953005437, + 62.95968243432687, + ], + [ + -146.42906523411, + 62.86326424534431, + ], + [ + -146.4261938246786, + 62.247208418357715, + ], + [ + -146.98181154965692, + 62.24860500493907, + ], + [ + -146.96171168363705, + 62.1601903313651, + ], + [ + -146.94520107940642, + 61.47430517531035, + ], + [ + -147.2057814853071, + 61.475057183469545, + ], + [ + -147.20649933766498, + 61.425263500357104, + ], + [ + -148.46022848065547, + 61.42698237614955, + ], + [ + -149.18741291916072, + 61.425263500357104, + ], + [ + -149.23802151038936, + 61.4787097945285, + ], + [ + -149.3830276866757, + 61.51099243050539, + ], + [ + -149.64683842818673, + 61.48633730585748, + ], + [ + -149.88803682042538, + 61.37772584172225, + ], + [ + -149.9896129290616, + 61.237852324111905, + ], + [ + -150.46877937792857, + 61.244620397544665, + ], + [ + -150.5865071646165, + 61.3609668027459, + ], + [ + -150.5918910573004, + 61.27948134721022, + ], + [ + -150.9716349546047, + 61.19160382232138, + ], + [ + -150.9730706593204, + 61.253483350849464, + ], + [ + -151.33271469060483, + 61.25461136308826, + ], + [ + -151.33415039532053, + 61.42456520706642, + ], + [ + -153.00243927497127, + 61.42569321930522, + ], + [ + -153.00136249643447, + 62.29533694054622, + ], + [ + -153.00136249643447, + 62.72741934287251, + ], + [ + -151.8929984559092, + 62.723014723654366, + ], + [ + -151.88940919411996, + 62.79536865154267, + ], + [ + -149.5072161445843, + 63.33214133260267, + ], + [ + -148.03705451570104, + 63.33079846088982, + ], + [ + -148.03274740155393, + 63.469758825735425, + ], + [ + -146.97535087843625, + 63.479749791279026, + ], + [ + -146.4897237583486, + 63.482918968521346, + ], + [ + -146.4843398656647, + 63.17389732996054, + ], + ], + ], + "type": "Polygon", + }, + "id": "02170", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02068 { + "geometry": { + "coordinates": [ + [ + [ + -148.04530981781636, + 64.34246429448173, + ], + [ + -147.77360270036894, + 64.25813195091482, + ], + [ + -147.00370604657147, + 64.25888395907401, + ], + [ + -146.97247946900484, + 63.91924484546024, + ], + [ + -146.97535087843625, + 63.479749791279026, + ], + [ + -148.03274740155393, + 63.469758825735425, + ], + [ + -148.03705451570104, + 63.33079846088982, + ], + [ + -149.5072161445843, + 63.33214133260267, + ], + [ + -151.88940919411996, + 62.79536865154267, + ], + [ + -151.8929984559092, + 62.723014723654366, + ], + [ + -153.00136249643447, + 62.72741934287251, + ], + [ + -152.43425913373048, + 63.16981499995348, + ], + [ + -152.4346180599094, + 63.30592847676785, + ], + [ + -152.62700249181407, + 63.3014701426812, + ], + [ + -152.81220840014018, + 63.35121011092512, + ], + [ + -152.866765179337, + 63.48189838601958, + ], + [ + -152.85384383689563, + 63.65169108539221, + ], + [ + -152.24223362800478, + 63.656686568164005, + ], + [ + -152.23361939971053, + 63.823686094373905, + ], + [ + -152.05559201496294, + 63.82347123489985, + ], + [ + -152.04769563902656, + 64.0002468671793, + ], + [ + -151.82552033427103, + 64.00534977968812, + ], + [ + -151.79070449491513, + 64.08226947140011, + ], + [ + -151.57965590170633, + 64.08538493377392, + ], + [ + -151.5254580486884, + 64.03247578828767, + ], + [ + -151.3011291868593, + 64.00996925838032, + ], + [ + -150.74981857602808, + 64.36513196899462, + ], + [ + -149.1210115760593, + 64.34359230672052, + ], + [ + -148.04530981781636, + 64.34246429448173, + ], + ], + ], + "type": "Polygon", + }, + "id": "02068", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02020 { + "geometry": { + "coordinates": [ + [ + [ + -149.23802151038936, + 61.4787097945285, + ], + [ + -149.18741291916072, + 61.425263500357104, + ], + [ + -148.46022848065547, + 61.42698237614955, + ], + [ + -148.47350874927577, + 60.85062183699477, + ], + [ + -148.74629264525996, + 60.84616350290811, + ], + [ + -148.74593371908105, + 60.733899427713936, + ], + [ + -149.04312459523223, + 60.734812580478675, + ], + [ + -149.0398942596219, + 60.841544024215914, + ], + [ + -149.19602714745497, + 60.94526743531637, + ], + [ + -149.36113318976118, + 60.92872325581407, + ], + [ + -149.7423127917812, + 61.018373371363865, + ], + [ + -150.06606420517298, + 61.15110281146186, + ], + [ + -149.8123033966719, + 61.31487944556092, + ], + [ + -149.40707574066377, + 61.46248790423728, + ], + [ + -149.23802151038936, + 61.4787097945285, + ], + ], + ], + "type": "Polygon", + }, + "id": "02020", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02261 Object { + "geometry": Object { + "coordinates": Array [ + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02261", + "properties": Object {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02122 Object { + "geometry": Object { + "coordinates": Array [ + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02122", + "properties": Object {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02282 { + "geometry": { + "coordinates": [ + [ + [ + -143.88571433023634, + 59.996394283017274, + ], + [ + -143.89038037056238, + 60.04232049559671, + ], + [ + -143.16750304620427, + 60.518825094184045, + ], + [ + -141.78671403587373, + 60.520651399713515, + ], + [ + -141.78814974058943, + 60.43417046140604, + ], + [ + -141.21386785430693, + 60.435835622329975, + ], + [ + -141.0024603349192, + 60.3916820004115, + ], + [ + -141.0024603349192, + 60.306382789211334, + ], + [ + -140.52042247662078, + 60.21979442116683, + ], + [ + -140.4583282476665, + 60.30810166500378, + ], + [ + -139.98095642969415, + 60.181979153733, + ], + [ + -139.69345656037396, + 60.33522767360333, + ], + [ + -139.0750267540835, + 60.35252386126483, + ], + [ + -139.19885628581315, + 60.08830042304466, + ], + [ + -139.05385010952682, + 59.99483655183037, + ], + [ + -138.7078452730416, + 59.90631444851937, + ], + [ + -138.6267279566042, + 59.768589525649574, + ], + [ + -137.60773653463167, + 59.24374154539967, + ], + [ + -137.50005868095369, + 58.98537302784753, + ], + [ + -137.52661921819424, + 58.9063584562635, + ], + [ + -137.9447682166437, + 58.80236647082047, + ], + [ + -137.97096982770535, + 58.90018124638439, + ], + [ + -138.2200645958804, + 59.03667072727836, + ], + [ + -138.5172554720316, + 59.1060703373984, + ], + [ + -138.45875050486657, + 59.18519233871946, + ], + [ + -138.66262057449686, + 59.15129825668715, + ], + [ + -139.33776071705773, + 59.39108142973347, + ], + [ + -139.5814715925489, + 59.43958595600157, + ], + [ + -139.8625107906484, + 59.54481338342042, + ], + [ + -139.66474246605983, + 59.567588487670335, + ], + [ + -139.47020447708164, + 59.70746200528069, + ], + [ + -139.6213123984097, + 59.90099667653648, + ], + [ + -139.50178998082717, + 59.987907333792066, + ], + [ + -139.31155910599608, + 59.85190128671472, + ], + [ + -139.25269521265216, + 59.861408818441696, + ], + [ + -139.4249797785369, + 60.00294749697598, + ], + [ + -139.55419320295044, + 60.04796055679068, + ], + [ + -139.6166463580837, + 59.94746003780106, + ], + [ + -139.78282917892668, + 59.82703130259276, + ], + [ + -140.3111685143066, + 59.69773961407966, + ], + [ + -140.86535053456922, + 59.73722004243742, + ], + [ + -141.44788772296704, + 59.88364677400647, + ], + [ + -141.25873362667275, + 59.995857134332134, + ], + [ + -141.39189523905452, + 60.16522011475665, + ], + [ + -141.52649255615196, + 60.1192401873087, + ], + [ + -141.36964181596107, + 60.03243695979014, + ], + [ + -141.59361175161123, + 59.96411164704038, + ], + [ + -142.5846069316275, + 60.08776327435952, + ], + [ + -143.55227191001353, + 60.04957200284609, + ], + [ + -143.88571433023634, + 59.996394283017274, + ], + ], + ], + "type": "Polygon", + }, + "id": "02282", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02290 Object { + "geometry": Object { + "coordinates": [Array], + "type": "Polygon", + }, + "id": "02290", + "properties": Object {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02090 { + "geometry": { + "coordinates": [ + [ + [ + -144.04687218457434, + 64.68280170138618, + ], + [ + -144.46250869977132, + 64.58289204595022, + ], + [ + -144.9782856188888, + 64.57193421277336, + ], + [ + -145.07232427776756, + 64.51306271688206, + ], + [ + -145.36090092562455, + 64.48695729078428, + ], + [ + -145.53174978679357, + 64.41761139553276, + ], + [ + -145.7384912658553, + 64.46036843086986, + ], + [ + -146.00122522882953, + 64.38371731350045, + ], + [ + -146.15664026430474, + 64.38602705284654, + ], + [ + -146.36051033393505, + 64.27301096949319, + ], + [ + -147.00370604657147, + 64.25888395907401, + ], + [ + -147.77360270036894, + 64.25813195091482, + ], + [ + -148.04530981781636, + 64.34246429448173, + ], + [ + -148.24200136386813, + 64.48513098525481, + ], + [ + -148.5481653944925, + 64.61796785508983, + ], + [ + -148.64615224133945, + 64.6009402417709, + ], + [ + -148.66373962410685, + 65.21130229269502, + ], + [ + -147.55035061707662, + 65.21098000348394, + ], + [ + -147.33463598354174, + 65.27323553609162, + ], + [ + -146.94950819355353, + 65.27377268477676, + ], + [ + -146.56868751771245, + 65.3447300260837, + ], + [ + -146.4035814754062, + 65.42009198660878, + ], + [ + -146.17925261357712, + 65.4532877753504, + ], + [ + -145.99476455760885, + 65.40660955461178, + ], + [ + -146.13761717682164, + 65.30981536154962, + ], + [ + -146.07803543111982, + 65.24525008959584, + ], + [ + -145.61537958648347, + 65.14405127731554, + ], + [ + -145.749617977402, + 65.09823249447314, + ], + [ + -145.646965090229, + 65.03366722251936, + ], + [ + -145.41761126189493, + 65.08485749221316, + ], + [ + -145.20979300429644, + 65.07298650627158, + ], + [ + -144.89178440976752, + 65.13717577414576, + ], + [ + -144.44528024318285, + 65.0622972474373, + ], + [ + -144.32396319470567, + 65.11064062909986, + ], + [ + -143.9783172843994, + 65.11902014858804, + ], + [ + -143.92124802195005, + 65.06100809059296, + ], + [ + -144.1053771517394, + 65.01556531183016, + ], + [ + -143.9919564791986, + 64.97694432136862, + ], + [ + -144.1204520512543, + 64.7983423835597, + ], + [ + -144.04687218457434, + 64.68280170138618, + ], + ], + ], + "type": "Polygon", + }, + "id": "02090", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02240 { + "geometry": { + "coordinates": [ + [ + [ + -141.00210140874026, + 61.90182181381295, + ], + [ + -141.82870839880815, + 61.90101609078525, + ], + [ + -141.83014410352385, + 62.127585406177126, + ], + [ + -141.97838061542052, + 62.165024669531356, + ], + [ + -141.96402356826346, + 62.51062613355017, + ], + [ + -142.13128316764323, + 62.511915290394505, + ], + [ + -142.127693905854, + 62.595173336591145, + ], + [ + -142.32043726393755, + 62.59866480304455, + ], + [ + -142.31505337125364, + 62.683964014244715, + ], + [ + -142.73643270531346, + 62.702012210065405, + ], + [ + -142.84231592809678, + 62.59721450159467, + ], + [ + -143.10504989107102, + 62.61343639188589, + ], + [ + -143.00813982276085, + 62.76598661846553, + ], + [ + -143.16463163677284, + 62.83415078660975, + ], + [ + -143.00167915154017, + 62.99379137583323, + ], + [ + -143.12730331416446, + 63.11588527196547, + ], + [ + -144.57628829849105, + 63.11787272210048, + ], + [ + -145.14877555387892, + 63.13355746370656, + ], + [ + -145.14877555387892, + 63.2222407116231, + ], + [ + -146.11141556576, + 63.221273843989856, + ], + [ + -146.13402791503236, + 63.186466609192806, + ], + [ + -146.4843398656647, + 63.17389732996054, + ], + [ + -146.4897237583486, + 63.482918968521346, + ], + [ + -146.97535087843625, + 63.479749791279026, + ], + [ + -146.97247946900484, + 63.91924484546024, + ], + [ + -147.00370604657147, + 64.25888395907401, + ], + [ + -146.36051033393505, + 64.27301096949319, + ], + [ + -146.15664026430474, + 64.38602705284654, + ], + [ + -146.00122522882953, + 64.38371731350045, + ], + [ + -145.7384912658553, + 64.46036843086986, + ], + [ + -145.53174978679357, + 64.41761139553276, + ], + [ + -145.36090092562455, + 64.48695729078428, + ], + [ + -145.07232427776756, + 64.51306271688206, + ], + [ + -144.9782856188888, + 64.57193421277336, + ], + [ + -144.46250869977132, + 64.58289204595022, + ], + [ + -144.04687218457434, + 64.68280170138618, + ], + [ + -143.75219379167564, + 64.64767217737804, + ], + [ + -143.50597043293203, + 64.7544573359838, + ], + [ + -143.52678815130974, + 64.95825154712576, + ], + [ + -143.100383850745, + 65.11687155384749, + ], + [ + -142.865646129727, + 65.14029123651957, + ], + [ + -142.7489951215759, + 65.21812408099629, + ], + [ + -142.6237298851305, + 65.39925061762537, + ], + [ + -142.46221310461354, + 65.37733495127168, + ], + [ + -142.18117390651403, + 65.4682742236658, + ], + [ + -141.85562786222764, + 65.44576769375846, + ], + [ + -141.38148637986563, + 65.62619593709684, + ], + [ + -141.33482597660517, + 65.71213972671917, + ], + [ + -141.0013835563824, + 65.84411715865798, + ], + [ + -141.00210140874026, + 61.90182181381295, + ], + ], + ], + "type": "Polygon", + }, + "id": "02240", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02185 Object { + "geometry": Object { + "coordinates": Array [ + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02185", + "properties": Object {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02188 { + "geometry": { + "coordinates": [ + [ + [ + -155.29849004156452, + 68.0017359971267, + ], + [ + -155.35268789458243, + 67.7754889709459, + ], + [ + -155.12979473746904, + 67.77495182226076, + ], + [ + -155.13230722072151, + 67.6865908635553, + ], + [ + -154.90474802328208, + 67.68804116500517, + ], + [ + -154.91084976832383, + 67.60177508617176, + ], + [ + -154.68687983267364, + 67.60209737538284, + ], + [ + -154.74753835691223, + 67.51271583417561, + ], + [ + -154.74897406162796, + 67.25440103149198, + ], + [ + -154.30605915683256, + 67.25123185424965, + ], + [ + -154.3024698950433, + 67.16077601567216, + ], + [ + -154.14561915485237, + 67.16185031304242, + ], + [ + -154.14202989306312, + 66.80486129689865, + ], + [ + -154.20197056494385, + 66.71660776793021, + ], + [ + -154.86275366034766, + 66.7169300571413, + ], + [ + -154.865983995958, + 66.56771015240952, + ], + [ + -155.51384574892046, + 66.56926788359642, + ], + [ + -155.56230078307556, + 66.30950277946292, + ], + [ + -155.9815265600618, + 66.31046964709617, + ], + [ + -155.9818854862407, + 66.39802488277392, + ], + [ + -156.19724119359665, + 66.39474827579457, + ], + [ + -156.19616441505988, + 66.47940290857258, + ], + [ + -156.62472227269822, + 66.47875833015041, + ], + [ + -156.62687582977176, + 66.30493701563924, + ], + [ + -157.0514854994419, + 66.30203641273948, + ], + [ + -157.05184442562083, + 66.47875833015041, + ], + [ + -157.89280846284578, + 66.47671716514688, + ], + [ + -157.89460309374041, + 66.12526078046004, + ], + [ + -158.9656388116573, + 66.12343447493056, + ], + [ + -158.96635666401517, + 65.9572943866169, + ], + [ + -159.59519532949452, + 65.95804639477609, + ], + [ + -159.59340069859988, + 65.52268738547045, + ], + [ + -159.80086003001944, + 65.52268738547045, + ], + [ + -159.8044492918087, + 65.43583044308338, + ], + [ + -162.03948260798447, + 65.43808646756096, + ], + [ + -163.75838007886384, + 65.43615273229446, + ], + [ + -163.75873900504274, + 65.60804031153913, + ], + [ + -163.97122330296727, + 65.60836260075021, + ], + [ + -163.97122330296727, + 65.78293592342058, + ], + [ + -164.2472375345618, + 65.78239877473544, + ], + [ + -164.2443661251304, + 66.12918196586156, + ], + [ + -164.31794599181035, + 66.13057855244293, + ], + [ + -164.31974062270498, + 66.47596515698768, + ], + [ + -164.40085793914238, + 66.5810851546695, + ], + [ + -163.83447242879626, + 66.59209670271485, + ], + [ + -163.76196934065308, + 66.45480149879319, + ], + [ + -163.87359538229924, + 66.38900078486358, + ], + [ + -163.83052424082805, + 66.27200980124017, + ], + [ + -163.92492182588575, + 66.21679091640783, + ], + [ + -163.84775269741655, + 66.12209160321771, + ], + [ + -163.63598625184986, + 66.05784862047503, + ], + [ + -163.5013889347524, + 66.08685464947256, + ], + [ + -163.09293094313395, + 66.06295153298385, + ], + [ + -162.7465671804698, + 66.1004982260751, + ], + [ + -162.63135187703438, + 66.03727582583417, + ], + [ + -162.39194811569035, + 66.02873516174046, + ], + [ + -162.03948260798447, + 66.07154591194607, + ], + [ + -161.84350891429057, + 65.9639013154441, + ], + [ + -161.77567186647343, + 66.07374822155515, + ], + [ + -161.48494166154293, + 66.26244855464469, + ], + [ + -161.19923642311738, + 66.2109359957398, + ], + [ + -160.98065038015108, + 66.23924373144666, + ], + [ + -161.15831883871974, + 66.34140941136022, + ], + [ + -161.69455455003603, + 66.39619857724445, + ], + [ + -161.94400824439, + 66.32792697936321, + ], + [ + -161.87437656567826, + 66.50164086413736, + ], + [ + -162.17551562979764, + 66.68776288353823, + ], + [ + -162.47557791538026, + 66.73009019992722, + ], + [ + -162.62704476288727, + 66.85954303304587, + ], + [ + -162.48849925782162, + 66.94446624016643, + ], + [ + -162.32841818202036, + 66.94607768622186, + ], + [ + -162.01399884928068, + 66.77988388303966, + ], + [ + -162.0692734808354, + 66.64570414149179, + ], + [ + -161.90847455267627, + 66.54294759802458, + ], + [ + -161.57431428009565, + 66.43852589363345, + ], + [ + -161.17447051677144, + 66.53693153275103, + ], + [ + -160.78898380060429, + 66.36794455640612, + ], + [ + -160.24664634424624, + 66.38572417788423, + ], + [ + -160.19962701480688, + 66.48079949515393, + ], + [ + -160.31843158003156, + 66.59698475574963, + ], + [ + -160.65295077879114, + 66.58828294705037, + ], + [ + -160.81805682109734, + 66.65494309887619, + ], + [ + -161.13570648944736, + 66.64081608845703, + ], + [ + -161.22651481271578, + 66.54090643302106, + ], + [ + -161.48386488300613, + 66.52559769549458, + ], + [ + -161.87832475364644, + 66.71451288805818, + ], + [ + -161.79505388013547, + 66.87866552623683, + ], + [ + -161.48242917829043, + 66.960097266904, + ], + [ + -161.8320232765649, + 67.05232569614246, + ], + [ + -162.2343795231416, + 66.99452849762145, + ], + [ + -162.60263778272025, + 66.98631012273881, + ], + [ + -162.7422600663227, + 67.05339999351274, + ], + [ + -162.93177308879592, + 67.02310480767088, + ], + [ + -163.7361266557704, + 67.12108072784034, + ], + [ + -163.87862034880422, + 67.416082785719, + ], + [ + -164.1216133719375, + 67.60827458526194, + ], + [ + -164.51535539021995, + 67.72000151177097, + ], + [ + -165.3599086892342, + 68.02805628269854, + ], + [ + -164.49453767184224, + 68.02429624190256, + ], + [ + -164.49992156452612, + 68.22744587462235, + ], + [ + -162.7207244955871, + 68.23270993173672, + ], + [ + -162.7207244955871, + 68.30103524448648, + ], + [ + -161.99569361415544, + 68.29217229118167, + ], + [ + -161.99318113090294, + 68.22325611487827, + ], + [ + -161.51616823910953, + 68.22078523092662, + ], + [ + -161.5201164270777, + 68.28948654775597, + ], + [ + -161.0958656835865, + 68.28932540315043, + ], + [ + -161.08940501236583, + 68.22121494987474, + ], + [ + -160.11850969836945, + 68.22008693763594, + ], + [ + -160.12784177902154, + 68.2872305232784, + ], + [ + -159.72261412301344, + 68.28411506090458, + ], + [ + -159.71615345179276, + 68.21681033065659, + ], + [ + -158.27470591722366, + 68.21192227762182, + ], + [ + -157.15593301750954, + 68.21041826130343, + ], + [ + -157.15054912482563, + 68.12076814575363, + ], + [ + -156.23851770417323, + 68.13075911129722, + ], + [ + -156.2356462947418, + 68.02870086112071, + ], + [ + -155.29884896774345, + 68.02993630309652, + ], + [ + -155.29849004156452, + 68.0017359971267, + ], + ], + ], + "type": "Polygon", + }, + "id": "02188", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02180 Object { + "geometry": Object { + "coordinates": Array [ + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02180", + "properties": Object {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -132.72562264887245, + 54.92812786438264, + ], + [ + -132.62835365438332, + 54.87387584718354, + ], + [ + -132.6793211717909, + 54.76886327923875, + ], + [ + -132.81750775067763, + 54.92270266266273, + ], + [ + -132.72562264887245, + 54.92812786438264, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -131.2432575299057, + 55.0026303870115, + ], + [ + -131.19157216014025, + 54.9156660148874, + ], + [ + -131.34698719561547, + 54.85572022162582, + ], + [ + -131.4977361907646, + 54.93097475241388, + ], + [ + -131.2432575299057, + 55.0026303870115, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -132.82791660986652, + 55.190578711941846, + ], + [ + -132.68973003097977, + 55.02787637521306, + ], + [ + -132.75684922643904, + 54.99215598765128, + ], + [ + -132.89360010061006, + 55.038780493521394, + ], + [ + -132.80997030092018, + 55.09571825414619, + ], + [ + -132.82791660986652, + 55.190578711941846, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -133.1075201032503, + 55.24359528716512, + ], + [ + -133.0127635920137, + 55.1280546049916, + ], + [ + -133.03896520307532, + 55.04103651799898, + ], + [ + -132.71629056822033, + 54.76284721396519, + ], + [ + -132.67609083618055, + 54.680878324612884, + ], + [ + -132.84299150938142, + 54.69156758344716, + ], + [ + -133.07665245186263, + 54.91206711869697, + ], + [ + -133.23816923237956, + 55.10125088560313, + ], + [ + -133.21914614489646, + 55.24107068834497, + ], + [ + -133.1075201032503, + 55.24359528716512, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -131.4851737745022, + 55.24885934427949, + ], + [ + -131.36708706163535, + 55.16544015347731, + ], + [ + -131.37893162553993, + 55.01820769888055, + ], + [ + -131.64633162884024, + 55.03453701890879, + ], + [ + -131.53183417776265, + 55.14927197805461, + ], + [ + -131.60326048736903, + 55.21700642725071, + ], + [ + -131.4851737745022, + 55.24885934427949, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -133.3519488310993, + 55.34737241313409, + ], + [ + -133.22991393026427, + 55.26964699839439, + ], + [ + -133.26508869579908, + 55.21808072462099, + ], + [ + -133.4409625234731, + 55.211634940399314, + ], + [ + -133.4359375569681, + 55.33002251060408, + ], + [ + -133.3519488310993, + 55.34737241313409, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -133.56550990756062, + 55.4147308582506, + ], + [ + -133.46249809420868, + 55.38244822227371, + ], + [ + -133.67318776123858, + 55.29242210264431, + ], + [ + -133.56550990756062, + 55.4147308582506, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -133.4384500402206, + 55.48826651324621, + ], + [ + -133.62042561293637, + 55.45029010120684, + ], + [ + -133.52925836348902, + 55.52763951186694, + ], + [ + -133.4384500402206, + 55.48826651324621, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -133.72559098336185, + 55.55535638402014, + ], + [ + -133.58202051179123, + 55.537469332804996, + ], + [ + -133.6681627947336, + 55.44003056132067, + ], + [ + -133.77332816515909, + 55.49449743799383, + ], + [ + -133.72559098336185, + 55.55535638402014, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -133.35661487142534, + 55.57039654720405, + ], + [ + -133.28770104507146, + 55.501587800637665, + ], + [ + -133.36415232118281, + 55.450773535023465, + ], + [ + -133.4546017182723, + 55.532420135164685, + ], + [ + -133.35661487142534, + 55.57039654720405, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -133.57268843113914, + 55.835640567925985, + ], + [ + -133.33113111272155, + 55.770699291892605, + ], + [ + -133.54397433682502, + 55.778004514010505, + ], + [ + -133.52746373259438, + 55.69517618676198, + ], + [ + -133.6961590366899, + 55.78316114138784, + ], + [ + -133.57268843113914, + 55.835640567925985, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -133.29882775661815, + 55.91347341240271, + ], + [ + -133.2561155413259, + 55.77408332860899, + ], + [ + -133.3587684284989, + 55.84547038886404, + ], + [ + -133.29882775661815, + 55.91347341240271, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -131.42774558587394, + 55.94935494457003, + ], + [ + -131.61331042037898, + 55.92819128637554, + ], + [ + -131.42918129058967, + 55.99737603702151, + ], + [ + -131.42774558587394, + 55.94935494457003, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -133.42840010721065, + 56.16319383612411, + ], + [ + -133.28949567596607, + 56.14922797031048, + ], + [ + -133.29487956864997, + 56.01520937336815, + ], + [ + -133.37958614687665, + 56.035030159849796, + ], + [ + -133.6329880291988, + 55.96761799986478, + ], + [ + -133.71913031214117, + 55.90256929409438, + ], + [ + -133.81137434012533, + 55.940653135870775, + ], + [ + -133.62509165326242, + 56.10588007141971, + ], + [ + -133.42840010721065, + 56.16319383612411, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -133.607504270495, + 56.35662107764287, + ], + [ + -133.44562856379912, + 56.325520168773295, + ], + [ + -133.1764339296042, + 56.32858191627859, + ], + [ + -133.03860627689642, + 56.17882486286167, + ], + [ + -133.10716117707136, + 56.09991772101466, + ], + [ + -132.9696924505425, + 56.00204923058223, + ], + [ + -132.81355956270943, + 56.01633738560694, + ], + [ + -132.63517325178293, + 55.92174550215386, + ], + [ + -132.47150291419243, + 55.78101254664728, + ], + [ + -132.45463338378286, + 55.60933982687667, + ], + [ + -132.35880009400947, + 55.64876654036592, + ], + [ + -132.29814156977088, + 55.54348539807856, + ], + [ + -132.16497995738914, + 55.45120325397158, + ], + [ + -132.47006720947672, + 55.56099644521411, + ], + [ + -132.6681944602442, + 55.48396932376509, + ], + [ + -132.4226889538584, + 55.51544623671427, + ], + [ + -132.36526076523015, + 55.38964601465458, + ], + [ + -132.2579418377311, + 55.41580515562087, + ], + [ + -132.09821968810877, + 55.26588695759842, + ], + [ + -132.2647614351307, + 55.21636184882855, + ], + [ + -132.10180894989804, + 55.197454215111634, + ], + [ + -132.0282290832181, + 55.27695222051229, + ], + [ + -131.99628465329363, + 55.10791152929886, + ], + [ + -132.150981836411, + 55.063489333037815, + ], + [ + -132.00884706955605, + 55.03598732035867, + ], + [ + -131.97259552548448, + 54.90159271933674, + ], + [ + -132.11544814469727, + 54.89842354209442, + ], + [ + -131.96434022336916, + 54.834341703957264, + ], + [ + -132.03002371411273, + 54.70118254491116, + ], + [ + -132.25004546179474, + 54.73889038260796, + ], + [ + -132.41120331613274, + 54.97179805248449, + ], + [ + -132.61256090251055, + 54.9699180320865, + ], + [ + -132.5199579483475, + 55.11172528496335, + ], + [ + -132.63804466121434, + 55.073587728318444, + ], + [ + -132.59066640559604, + 55.171456218750876, + ], + [ + -132.698344259274, + 55.144491354756866, + ], + [ + -132.9585657389958, + 55.26540352378179, + ], + [ + -133.21878721871752, + 55.27958424906947, + ], + [ + -133.2087372857076, + 55.38416709806615, + ], + [ + -133.02424922973933, + 55.38303908582736, + ], + [ + -133.15382158033182, + 55.47258177164013, + ], + [ + -133.06911500210515, + 55.62395027111247, + ], + [ + -133.22668359465393, + 55.57705719089978, + ], + [ + -133.38748252281303, + 55.61981422623689, + ], + [ + -133.15669298976326, + 55.80942771209117, + ], + [ + -133.24211742034777, + 55.88774399038452, + ], + [ + -133.29595634718675, + 56.16491271191655, + ], + [ + -133.58812225683297, + 56.181349461681826, + ], + [ + -133.65524145229224, + 56.28217226988253, + ], + [ + -133.607504270495, + 56.35662107764287, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -132.22456170309093, + 55.74094125473587, + ], + [ + -132.1000143190034, + 55.64506021443845, + ], + [ + -131.9657759280849, + 55.69979566545418, + ], + [ + -131.94065109556, + 55.802820783263954, + ], + [ + -132.03827901622805, + 55.86067169665349, + ], + [ + -131.8893246519735, + 55.92448496044807, + ], + [ + -131.8703015644904, + 56.017895116793845, + ], + [ + -131.68150639437505, + 56.088422739152676, + ], + [ + -131.48983981482826, + 56.01225505559988, + ], + [ + -131.3581139071622, + 56.00919330809459, + ], + [ + -131.43600088798925, + 56.13424152199508, + ], + [ + -131.24828249641067, + 56.201009103557936, + ], + [ + -131.0867657158937, + 56.197786211447095, + ], + [ + -130.99057349994138, + 56.28227969961955, + ], + [ + -131.0677426284106, + 56.40351415785556, + ], + [ + -130.78203738998505, + 56.36682690266053, + ], + [ + -130.6233920188995, + 56.26686353235605, + ], + [ + -130.4683359096032, + 56.243067845604365, + ], + [ + -130.4259826204899, + 56.14154674411298, + ], + [ + -130.24616060484766, + 56.09637253969274, + ], + [ + -130.10402583799276, + 56.12280025500161, + ], + [ + -130.0035265078933, + 56.00806529585579, + ], + [ + -130.00388543407223, + 55.907457347129146, + ], + [ + -130.15248087214783, + 55.76629467267446, + ], + [ + -130.12807389198082, + 55.58103209116982, + ], + [ + -129.97409456122134, + 55.281893988415575, + ], + [ + -130.10294905945597, + 55.19261987694537, + ], + [ + -130.18765563768264, + 55.06284475461565, + ], + [ + -130.34594208258926, + 54.91770717989093, + ], + [ + -130.6571310797186, + 54.77273074977175, + ], + [ + -130.73358235582995, + 54.87650787574072, + ], + [ + -130.83623524300296, + 54.765855246601966, + ], + [ + -130.9327863851342, + 54.801468204426726, + ], + [ + -131.007084104172, + 55.02664093323724, + ], + [ + -130.83121027649798, + 55.11720420155178, + ], + [ + -131.02395363458155, + 55.09158220927062, + ], + [ + -131.0799461184941, + 55.19621877313581, + ], + [ + -130.87105108235883, + 55.31272632294259, + ], + [ + -130.89832947195725, + 55.713331812319694, + ], + [ + -131.2166969926651, + 55.98663306331872, + ], + [ + -131.39113511562343, + 55.96138707511716, + ], + [ + -131.41697780050615, + 56.00806529585579, + ], + [ + -131.7579576704864, + 55.87753816536687, + ], + [ + -131.9000924373413, + 55.871199810882224, + ], + [ + -131.77662183179058, + 55.782516562965675, + ], + [ + -131.97223659930557, + 55.49874091260643, + ], + [ + -132.18328519251438, + 55.58812245381366, + ], + [ + -132.22456170309093, + 55.74094125473587, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72125 { + "geometry": { + "coordinates": [ + [ + [ + -67.04500331474121, + 18.17636111226313, + ], + [ + -66.97788411928194, + 18.143756187075155, + ], + [ + -66.98326801196583, + 18.05249462546994, + ], + [ + -67.10889217459014, + 18.056093521660376, + ], + [ + -67.10279042954839, + 18.105081481745106, + ], + [ + -67.08735660385454, + 18.14869795497844, + ], + [ + -67.04500331474121, + 18.17636111226313, + ], + ], + ], + "type": "Polygon", + }, + "id": "72125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72003 { + "geometry": { + "coordinates": [ + [ + [ + -67.13222237622037, + 18.38934056592098, + ], + [ + -67.1300688191468, + 18.317899790797412, + ], + [ + -67.18283096744901, + 18.313011737762643, + ], + [ + -67.23918237754049, + 18.37521355550181, + ], + [ + -67.15914183963986, + 18.414908843333624, + ], + [ + -67.13222237622037, + 18.38934056592098, + ], + ], + ], + "type": "Polygon", + }, + "id": "72003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72097 { + "geometry": { + "coordinates": [ + [ + [ + -67.08197271117065, + 18.254945964899054, + ], + [ + -67.01808385132172, + 18.187856094125117, + ], + [ + -67.04500331474121, + 18.17636111226313, + ], + [ + -67.08735660385454, + 18.14869795497844, + ], + [ + -67.15985969199771, + 18.153156289065098, + ], + [ + -67.1799595580176, + 18.167981592774954, + ], + [ + -67.1867791554172, + 18.266655806235097, + ], + [ + -67.08197271117065, + 18.254945964899054, + ], + ], + ], + "type": "Polygon", + }, + "id": "72097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72065 { + "geometry": { + "coordinates": [ + [ + [ + -66.76504089517849, + 18.48361016016298, + ], + [ + -66.77006586168345, + 18.325097583178284, + ], + [ + -66.826058345596, + 18.323324992517325, + ], + [ + -66.82426371470137, + 18.342930919524917, + ], + [ + -66.8368261309638, + 18.48726277122193, + ], + [ + -66.76504089517849, + 18.48361016016298, + ], + ], + ], + "type": "Polygon", + }, + "id": "72065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72055 { + "geometry": { + "coordinates": [ + [ + [ + -66.88456331276103, + 18.02483146818525, + ], + [ + -66.85943848023618, + 17.954572420168994, + ], + [ + -66.98111445489228, + 17.952316395691405, + ], + [ + -66.95886103179883, + 18.032405264645718, + ], + [ + -66.88456331276103, + 18.02483146818525, + ], + ], + ], + "type": "Polygon", + }, + "id": "72055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72083 { + "geometry": { + "coordinates": [ + [ + [ + -66.90789351439126, + 18.252313936341867, + ], + [ + -66.89856143373916, + 18.187856094125117, + ], + [ + -67.01808385132172, + 18.187856094125117, + ], + [ + -67.08197271117065, + 18.254945964899054, + ], + [ + -67.03782479116268, + 18.289592055090555, + ], + [ + -66.90789351439126, + 18.252313936341867, + ], + ], + ], + "type": "Polygon", + }, + "id": "72083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72025 { + "geometry": { + "coordinates": [ + [ + [ + -66.04144571846251, + 18.312259729603447, + ], + [ + -66.02206370480047, + 18.30538422643366, + ], + [ + -65.99406746284421, + 18.208536318502993, + ], + [ + -66.05257243000923, + 18.113461001233283, + ], + [ + -66.0952846453015, + 18.168948460408203, + ], + [ + -66.11789699457387, + 18.20987919021584, + ], + [ + -66.06621162480845, + 18.303128201956074, + ], + [ + -66.04144571846251, + 18.312259729603447, + ], + ], + ], + "type": "Polygon", + }, + "id": "72025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72045 { + "geometry": { + "coordinates": [ + [ + [ + -66.20403927751626, + 18.276431912304638, + ], + [ + -66.19075900889597, + 18.25870600569503, + ], + [ + -66.16922343816037, + 18.224221060109066, + ], + [ + -66.24064974776677, + 18.18463320201428, + ], + [ + -66.26649243264947, + 18.24527728856654, + ], + [ + -66.20403927751626, + 18.276431912304638, + ], + ], + ], + "type": "Polygon", + }, + "id": "72045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72133 { + "geometry": { + "coordinates": [ + [ + [ + -66.42585565609288, + 18.041429362556066, + ], + [ + -66.33109914485625, + 18.01586108514342, + ], + [ + -66.33791874225587, + 17.97815324744662, + ], + [ + -66.45205726715452, + 17.98218186258517, + ], + [ + -66.42585565609288, + 18.041429362556066, + ], + ], + ], + "type": "Polygon", + }, + "id": "72133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72121 { + "geometry": { + "coordinates": [ + [ + [ + -66.88456331276103, + 18.02483146818525, + ], + [ + -66.95886103179883, + 18.032405264645718, + ], + [ + -66.98326801196583, + 18.05249462546994, + ], + [ + -66.97788411928194, + 18.143756187075155, + ], + [ + -66.92619874951652, + 18.15111512406157, + ], + [ + -66.88456331276103, + 18.02483146818525, + ], + ], + ], + "type": "Polygon", + }, + "id": "72121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72027 { + "geometry": { + "coordinates": [ + [ + [ + -66.8368261309638, + 18.48726277122193, + ], + [ + -66.82426371470137, + 18.342930919524917, + ], + [ + -66.89317754105527, + 18.367048895487684, + ], + [ + -66.8989203599181, + 18.36613574272295, + ], + [ + -66.90143284317058, + 18.483825019637035, + ], + [ + -66.8368261309638, + 18.48726277122193, + ], + ], + ], + "type": "Polygon", + }, + "id": "72027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72001 { + "geometry": { + "coordinates": [ + [ + [ + -66.6706433101208, + 18.152833999854018, + ], + [ + -66.69397351175103, + 18.130542329420724, + ], + [ + -66.76898908314668, + 18.134946948638866, + ], + [ + -66.7977031774608, + 18.133442932320477, + ], + [ + -66.82713512413278, + 18.17131191462282, + ], + [ + -66.81744411730176, + 18.230022265908577, + ], + [ + -66.69361458557209, + 18.21691583799117, + ], + [ + -66.6706433101208, + 18.152833999854018, + ], + ], + ], + "type": "Polygon", + }, + "id": "72001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72111 { + "geometry": { + "coordinates": [ + [ + [ + -66.69397351175103, + 18.130542329420724, + ], + [ + -66.69899847825599, + 17.97761609876148, + ], + [ + -66.75427310981068, + 17.998994616430036, + ], + [ + -66.76898908314668, + 18.134946948638866, + ], + [ + -66.69397351175103, + 18.130542329420724, + ], + ], + ], + "type": "Polygon", + }, + "id": "72111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72047 { + "geometry": { + "coordinates": [ + [ + [ + -66.27797807037513, + 18.32993192134454, + ], + [ + -66.31315283590993, + 18.249305903705086, + ], + [ + -66.35084008469723, + 18.24119495855948, + ], + [ + -66.37775954811671, + 18.2939966743087, + ], + [ + -66.36519713185429, + 18.333154813455376, + ], + [ + -66.31889565477276, + 18.36737118469877, + ], + [ + -66.27797807037513, + 18.32993192134454, + ], + ], + ], + "type": "Polygon", + }, + "id": "72047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72091 { + "geometry": { + "coordinates": [ + [ + [ + -66.43877699853422, + 18.485705040035022, + ], + [ + -66.4438019650392, + 18.370970080889204, + ], + [ + -66.46318397870124, + 18.37145351470583, + ], + [ + -66.53353350977085, + 18.351310439013098, + ], + [ + -66.54322451660187, + 18.40534759673814, + ], + [ + -66.5342513621287, + 18.4802261234466, + ], + [ + -66.43877699853422, + 18.485705040035022, + ], + ], + ], + "type": "Polygon", + }, + "id": "72091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72013 { + "geometry": { + "coordinates": [ + [ + [ + -66.58665458425197, + 18.484684457533255, + ], + [ + -66.58809028896768, + 18.38934056592098, + ], + [ + -66.5909616983991, + 18.33804286649015, + ], + [ + -66.6071133764508, + 18.32815933068358, + ], + [ + -66.77006586168345, + 18.325097583178284, + ], + [ + -66.76504089517849, + 18.48361016016298, + ], + [ + -66.58665458425197, + 18.484684457533255, + ], + ], + ], + "type": "Polygon", + }, + "id": "72013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72145 { + "geometry": { + "coordinates": [ + [ + [ + -66.34976330616044, + 18.48387873450555, + ], + [ + -66.37704169575886, + 18.344220076369254, + ], + [ + -66.4438019650392, + 18.370970080889204, + ], + [ + -66.43877699853422, + 18.485705040035022, + ], + [ + -66.34976330616044, + 18.48387873450555, + ], + ], + ], + "type": "Polygon", + }, + "id": "72145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72031 { + "geometry": { + "coordinates": [ + [ + [ + -65.91905189144855, + 18.4001909693608, + ], + [ + -65.91869296526963, + 18.27020098755702, + ], + [ + -65.94238209307878, + 18.293513240492075, + ], + [ + -65.99945135552811, + 18.37999417879955, + ], + [ + -66.03642075195754, + 18.450199511947297, + ], + [ + -65.9926317581285, + 18.45761216380222, + ], + [ + -65.91905189144855, + 18.4001909693608, + ], + ], + ], + "type": "Polygon", + }, + "id": "72031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72061 { + "geometry": { + "coordinates": [ + [ + [ + -66.10784706156393, + 18.42925071322685, + ], + [ + -66.08056867196551, + 18.297273281288053, + ], + [ + -66.14373967945659, + 18.27960108954696, + ], + [ + -66.13153618937308, + 18.42463123453465, + ], + [ + -66.11323095424783, + 18.440315976140727, + ], + [ + -66.10784706156393, + 18.42925071322685, + ], + ], + ], + "type": "Polygon", + }, + "id": "72061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72129 { + "geometry": { + "coordinates": [ + [ + [ + -65.95099632137301, + 18.22927025774938, + ], + [ + -65.92838397210065, + 18.14284303431042, + ], + [ + -65.92623041502709, + 18.11990678545496, + ], + [ + -66.0102191408959, + 18.075484589193916, + ], + [ + -66.05185457765138, + 18.109862105042847, + ], + [ + -66.05257243000923, + 18.113461001233283, + ], + [ + -65.99406746284421, + 18.208536318502993, + ], + [ + -65.95099632137301, + 18.22927025774938, + ], + ], + ], + "type": "Polygon", + }, + "id": "72129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72075 { + "geometry": { + "coordinates": [ + [ + [ + -66.52204787204519, + 18.151974561957793, + ], + [ + -66.43052169641892, + 18.081984088284102, + ], + [ + -66.42585565609288, + 18.041429362556066, + ], + [ + -66.45205726715452, + 17.98218186258517, + ], + [ + -66.53891740245474, + 17.974124632308072, + ], + [ + -66.55291552343287, + 18.15208199169482, + ], + [ + -66.54717270457006, + 18.153102574196584, + ], + [ + -66.52204787204519, + 18.151974561957793, + ], + ], + ], + "type": "Polygon", + }, + "id": "72075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72063 { + "geometry": { + "coordinates": [ + [ + [ + -65.94238209307878, + 18.293513240492075, + ], + [ + -65.91869296526963, + 18.27020098755702, + ], + [ + -65.95099632137301, + 18.22927025774938, + ], + [ + -65.99406746284421, + 18.208536318502993, + ], + [ + -66.02206370480047, + 18.30538422643366, + ], + [ + -65.94238209307878, + 18.293513240492075, + ], + ], + ], + "type": "Polygon", + }, + "id": "72063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72073 { + "geometry": { + "coordinates": [ + [ + [ + -66.54322451660187, + 18.163039824871667, + ], + [ + -66.54717270457006, + 18.153102574196584, + ], + [ + -66.55291552343287, + 18.15208199169482, + ], + [ + -66.64946666556413, + 18.15885006512758, + ], + [ + -66.56655471823208, + 18.2986161530009, + ], + [ + -66.54322451660187, + 18.163039824871667, + ], + ], + ], + "type": "Polygon", + }, + "id": "72073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72143 { + "geometry": { + "coordinates": [ + [ + [ + -66.31494746680457, + 18.475338070411826, + ], + [ + -66.30382075525785, + 18.38407650880661, + ], + [ + -66.31889565477276, + 18.36737118469877, + ], + [ + -66.36519713185429, + 18.333154813455376, + ], + [ + -66.37704169575886, + 18.344220076369254, + ], + [ + -66.34976330616044, + 18.48387873450555, + ], + [ + -66.31494746680457, + 18.475338070411826, + ], + ], + ], + "type": "Polygon", + }, + "id": "72143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72011 { + "geometry": { + "coordinates": [ + [ + [ + -67.05254076449867, + 18.306673383277996, + ], + [ + -67.03782479116268, + 18.289592055090555, + ], + [ + -67.08197271117065, + 18.254945964899054, + ], + [ + -67.1867791554172, + 18.266655806235097, + ], + [ + -67.22518425656234, + 18.29721956641954, + ], + [ + -67.18283096744901, + 18.313011737762643, + ], + [ + -67.1300688191468, + 18.317899790797412, + ], + [ + -67.05254076449867, + 18.306673383277996, + ], + ], + ], + "type": "Polygon", + }, + "id": "72011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72081 { + "geometry": { + "coordinates": [ + [ + [ + -66.82426371470137, + 18.342930919524917, + ], + [ + -66.826058345596, + 18.323324992517325, + ], + [ + -66.81744411730176, + 18.230022265908577, + ], + [ + -66.82713512413278, + 18.17131191462282, + ], + [ + -66.8368261309638, + 18.170613621332137, + ], + [ + -66.89856143373916, + 18.187856094125117, + ], + [ + -66.90789351439126, + 18.252313936341867, + ], + [ + -66.89317754105527, + 18.367048895487684, + ], + [ + -66.82426371470137, + 18.342930919524917, + ], + ], + ], + "type": "Polygon", + }, + "id": "72081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72079 { + "geometry": { + "coordinates": [ + [ + [ + -66.98326801196583, + 18.05249462546994, + ], + [ + -66.95886103179883, + 18.032405264645718, + ], + [ + -66.98111445489228, + 17.952316395691405, + ], + [ + -67.10996895312692, + 17.9461391858123, + ], + [ + -67.10889217459014, + 18.056093521660376, + ], + [ + -66.98326801196583, + 18.05249462546994, + ], + ], + ], + "type": "Polygon", + }, + "id": "72079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72009 { + "geometry": { + "coordinates": [ + [ + [ + -66.2169606199576, + 18.14321903839002, + ], + [ + -66.22449806971507, + 18.09525166080705, + ], + [ + -66.25751927817632, + 18.075806878404997, + ], + [ + -66.31494746680457, + 18.15208199169482, + ], + [ + -66.24280330484032, + 18.18028229766465, + ], + [ + -66.2169606199576, + 18.14321903839002, + ], + ], + ], + "type": "Polygon", + }, + "id": "72009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72099 { + "geometry": { + "coordinates": [ + [ + [ + -67.05648895246686, + 18.46072762617603, + ], + [ + -67.0274159319738, + 18.39353032566507, + ], + [ + -67.05254076449867, + 18.306673383277996, + ], + [ + -67.1300688191468, + 18.317899790797412, + ], + [ + -67.13222237622037, + 18.38934056592098, + ], + [ + -67.05648895246686, + 18.46072762617603, + ], + ], + ], + "type": "Polygon", + }, + "id": "72099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72023 { + "geometry": { + "coordinates": [ + [ + [ + -67.15985969199771, + 18.153156289065098, + ], + [ + -67.10279042954839, + 18.105081481745106, + ], + [ + -67.10889217459014, + 18.056093521660376, + ], + [ + -67.10996895312692, + 17.9461391858123, + ], + [ + -67.21082720940528, + 17.994643712080407, + ], + [ + -67.1799595580176, + 18.167981592774954, + ], + [ + -67.15985969199771, + 18.153156289065098, + ], + ], + ], + "type": "Polygon", + }, + "id": "72023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72109 { + "geometry": { + "coordinates": [ + [ + [ + -66.0102191408959, + 18.075484589193916, + ], + [ + -65.9886835701603, + 18.058940409691616, + ], + [ + -65.90936088461754, + 17.98046298679272, + ], + [ + -66.01991014772692, + 17.978744111000275, + ], + [ + -66.08236330286014, + 18.032888698462344, + ], + [ + -66.05329028236709, + 18.107230076485664, + ], + [ + -66.05185457765138, + 18.109862105042847, + ], + [ + -66.0102191408959, + 18.075484589193916, + ], + ], + ], + "type": "Polygon", + }, + "id": "72109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72101 { + "geometry": { + "coordinates": [ + [ + [ + -66.37704169575886, + 18.344220076369254, + ], + [ + -66.36519713185429, + 18.333154813455376, + ], + [ + -66.37775954811671, + 18.2939966743087, + ], + [ + -66.45564652894377, + 18.25773913806178, + ], + [ + -66.46318397870124, + 18.37145351470583, + ], + [ + -66.4438019650392, + 18.370970080889204, + ], + [ + -66.37704169575886, + 18.344220076369254, + ], + ], + ], + "type": "Polygon", + }, + "id": "72101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72005 { + "geometry": { + "coordinates": [ + [ + [ + -67.05648895246686, + 18.46072762617603, + ], + [ + -67.13222237622037, + 18.38934056592098, + ], + [ + -67.15914183963986, + 18.414908843333624, + ], + [ + -67.10279042954839, + 18.512884763503084, + ], + [ + -67.05648895246686, + 18.46072762617603, + ], + ], + ], + "type": "Polygon", + }, + "id": "72005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72059 { + "geometry": { + "coordinates": [ + [ + [ + -66.76898908314668, + 18.134946948638866, + ], + [ + -66.75427310981068, + 17.998994616430036, + ], + [ + -66.85225995665763, + 17.954894709380074, + ], + [ + -66.7977031774608, + 18.133442932320477, + ], + [ + -66.76898908314668, + 18.134946948638866, + ], + ], + ], + "type": "Polygon", + }, + "id": "72059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72021 { + "geometry": { + "coordinates": [ + [ + [ + -66.13153618937308, + 18.42463123453465, + ], + [ + -66.14373967945659, + 18.27960108954696, + ], + [ + -66.19075900889597, + 18.25870600569503, + ], + [ + -66.20403927751626, + 18.276431912304638, + ], + [ + -66.20691068694767, + 18.31687920829565, + ], + [ + -66.19686075393771, + 18.389179421315436, + ], + [ + -66.1695823643393, + 18.431023303887812, + ], + [ + -66.13153618937308, + 18.42463123453465, + ], + ], + ], + "type": "Polygon", + }, + "id": "72021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72141 { + "geometry": { + "coordinates": [ + [ + [ + -66.6071133764508, + 18.32815933068358, + ], + [ + -66.56655471823208, + 18.2986161530009, + ], + [ + -66.64946666556413, + 18.15885006512758, + ], + [ + -66.6706433101208, + 18.152833999854018, + ], + [ + -66.69361458557209, + 18.21691583799117, + ], + [ + -66.81744411730176, + 18.230022265908577, + ], + [ + -66.826058345596, + 18.323324992517325, + ], + [ + -66.77006586168345, + 18.325097583178284, + ], + [ + -66.6071133764508, + 18.32815933068358, + ], + ], + ], + "type": "Polygon", + }, + "id": "72141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72041 { + "geometry": { + "coordinates": [ + [ + [ + -66.11789699457387, + 18.20987919021584, + ], + [ + -66.0952846453015, + 18.168948460408203, + ], + [ + -66.2169606199576, + 18.14321903839002, + ], + [ + -66.24280330484032, + 18.18028229766465, + ], + [ + -66.24064974776677, + 18.18463320201428, + ], + [ + -66.16922343816037, + 18.224221060109066, + ], + [ + -66.11789699457387, + 18.20987919021584, + ], + ], + ], + "type": "Polygon", + }, + "id": "72041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72123 { + "geometry": { + "coordinates": [ + [ + [ + -66.16599310255003, + 18.050077456386813, + ], + [ + -66.20619283458981, + 17.96241479097203, + ], + [ + -66.33791874225587, + 17.97815324744662, + ], + [ + -66.33109914485625, + 18.01586108514342, + ], + [ + -66.25751927817632, + 18.075806878404997, + ], + [ + -66.22449806971507, + 18.09525166080705, + ], + [ + -66.16599310255003, + 18.050077456386813, + ], + ], + ], + "type": "Polygon", + }, + "id": "72123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72131 { + "geometry": { + "coordinates": [ + [ + [ + -66.91866129975905, + 18.393369181059526, + ], + [ + -66.8989203599181, + 18.36613574272295, + ], + [ + -66.89317754105527, + 18.367048895487684, + ], + [ + -66.90789351439126, + 18.252313936341867, + ], + [ + -67.03782479116268, + 18.289592055090555, + ], + [ + -67.05254076449867, + 18.306673383277996, + ], + [ + -67.0274159319738, + 18.39353032566507, + ], + [ + -66.91866129975905, + 18.393369181059526, + ], + ], + ], + "type": "Polygon", + }, + "id": "72131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72035 { + "geometry": { + "coordinates": [ + [ + [ + -66.05257243000923, + 18.113461001233283, + ], + [ + -66.05185457765138, + 18.109862105042847, + ], + [ + -66.05329028236709, + 18.107230076485664, + ], + [ + -66.16599310255003, + 18.050077456386813, + ], + [ + -66.22449806971507, + 18.09525166080705, + ], + [ + -66.2169606199576, + 18.14321903839002, + ], + [ + -66.0952846453015, + 18.168948460408203, + ], + [ + -66.05257243000923, + 18.113461001233283, + ], + ], + ], + "type": "Polygon", + }, + "id": "72035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72135 { + "geometry": { + "coordinates": [ + [ + [ + -66.19686075393771, + 18.389179421315436, + ], + [ + -66.20691068694767, + 18.31687920829565, + ], + [ + -66.27797807037513, + 18.32993192134454, + ], + [ + -66.31889565477276, + 18.36737118469877, + ], + [ + -66.30382075525785, + 18.38407650880661, + ], + [ + -66.25249431167134, + 18.3948194825094, + ], + [ + -66.19686075393771, + 18.389179421315436, + ], + ], + ], + "type": "Polygon", + }, + "id": "72135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72115 { + "geometry": { + "coordinates": [ + [ + [ + -66.90143284317058, + 18.483825019637035, + ], + [ + -66.8989203599181, + 18.36613574272295, + ], + [ + -66.91866129975905, + 18.393369181059526, + ], + [ + -66.95778425326205, + 18.48855192806626, + ], + [ + -66.90143284317058, + 18.483825019637035, + ], + ], + ], + "type": "Polygon", + }, + "id": "72115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72054 { + "geometry": { + "coordinates": [ + [ + [ + -66.54322451660187, + 18.40534759673814, + ], + [ + -66.53353350977085, + 18.351310439013098, + ], + [ + -66.5909616983991, + 18.33804286649015, + ], + [ + -66.58809028896768, + 18.38934056592098, + ], + [ + -66.54322451660187, + 18.40534759673814, + ], + ], + ], + "type": "Polygon", + }, + "id": "72054", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72105 { + "geometry": { + "coordinates": [ + [ + [ + -66.20691068694767, + 18.31687920829565, + ], + [ + -66.20403927751626, + 18.276431912304638, + ], + [ + -66.26649243264947, + 18.24527728856654, + ], + [ + -66.31315283590993, + 18.249305903705086, + ], + [ + -66.27797807037513, + 18.32993192134454, + ], + [ + -66.20691068694767, + 18.31687920829565, + ], + ], + ], + "type": "Polygon", + }, + "id": "72105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72017 { + "geometry": { + "coordinates": [ + [ + [ + -66.5342513621287, + 18.4802261234466, + ], + [ + -66.54322451660187, + 18.40534759673814, + ], + [ + -66.58809028896768, + 18.38934056592098, + ], + [ + -66.58665458425197, + 18.484684457533255, + ], + [ + -66.5342513621287, + 18.4802261234466, + ], + ], + ], + "type": "Polygon", + }, + "id": "72017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72127 { + "geometry": { + "coordinates": [ + [ + [ + -66.03642075195754, + 18.450199511947297, + ], + [ + -65.99945135552811, + 18.37999417879955, + ], + [ + -66.04144571846251, + 18.312259729603447, + ], + [ + -66.06621162480845, + 18.303128201956074, + ], + [ + -66.08056867196551, + 18.297273281288053, + ], + [ + -66.10784706156393, + 18.42925071322685, + ], + [ + -66.03642075195754, + 18.450199511947297, + ], + ], + ], + "type": "Polygon", + }, + "id": "72127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72139 { + "geometry": { + "coordinates": [ + [ + [ + -65.99945135552811, + 18.37999417879955, + ], + [ + -65.94238209307878, + 18.293513240492075, + ], + [ + -66.02206370480047, + 18.30538422643366, + ], + [ + -66.04144571846251, + 18.312259729603447, + ], + [ + -65.99945135552811, + 18.37999417879955, + ], + ], + ], + "type": "Polygon", + }, + "id": "72139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72057 { + "geometry": { + "coordinates": [ + [ + [ + -66.05329028236709, + 18.107230076485664, + ], + [ + -66.08236330286014, + 18.032888698462344, + ], + [ + -66.07015981277664, + 17.96714169940126, + ], + [ + -66.20619283458981, + 17.96241479097203, + ], + [ + -66.16599310255003, + 18.050077456386813, + ], + [ + -66.05329028236709, + 18.107230076485664, + ], + ], + ], + "type": "Polygon", + }, + "id": "72057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72153 { + "geometry": { + "coordinates": [ + [ + [ + -66.82713512413278, + 18.17131191462282, + ], + [ + -66.7977031774608, + 18.133442932320477, + ], + [ + -66.85225995665763, + 17.954894709380074, + ], + [ + -66.85943848023618, + 17.954572420168994, + ], + [ + -66.88456331276103, + 18.02483146818525, + ], + [ + -66.92619874951652, + 18.15111512406157, + ], + [ + -66.8368261309638, + 18.170613621332137, + ], + [ + -66.82713512413278, + 18.17131191462282, + ], + ], + ], + "type": "Polygon", + }, + "id": "72153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72043 { + "geometry": { + "coordinates": [ + [ + [ + -66.44416089121813, + 18.1766296866057, + ], + [ + -66.37381136014852, + 18.173567939100405, + ], + [ + -66.31494746680457, + 18.15208199169482, + ], + [ + -66.25751927817632, + 18.075806878404997, + ], + [ + -66.33109914485625, + 18.01586108514342, + ], + [ + -66.42585565609288, + 18.041429362556066, + ], + [ + -66.43052169641892, + 18.081984088284102, + ], + [ + -66.44416089121813, + 18.1766296866057, + ], + ], + ], + "type": "Polygon", + }, + "id": "72043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72149 { + "geometry": { + "coordinates": [ + [ + [ + -66.44416089121813, + 18.1766296866057, + ], + [ + -66.43052169641892, + 18.081984088284102, + ], + [ + -66.52204787204519, + 18.151974561957793, + ], + [ + -66.44416089121813, + 18.1766296866057, + ], + ], + ], + "type": "Polygon", + }, + "id": "72149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72039 { + "geometry": { + "coordinates": [ + [ + [ + -66.46318397870124, + 18.37145351470583, + ], + [ + -66.45564652894377, + 18.25773913806178, + ], + [ + -66.54322451660187, + 18.163039824871667, + ], + [ + -66.56655471823208, + 18.2986161530009, + ], + [ + -66.6071133764508, + 18.32815933068358, + ], + [ + -66.5909616983991, + 18.33804286649015, + ], + [ + -66.53353350977085, + 18.351310439013098, + ], + [ + -66.46318397870124, + 18.37145351470583, + ], + ], + ], + "type": "Polygon", + }, + "id": "72039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72113 { + "geometry": { + "coordinates": [ + [ + [ + -66.55291552343287, + 18.15208199169482, + ], + [ + -66.53891740245474, + 17.974124632308072, + ], + [ + -66.69899847825599, + 17.97761609876148, + ], + [ + -66.69397351175103, + 18.130542329420724, + ], + [ + -66.6706433101208, + 18.152833999854018, + ], + [ + -66.64946666556413, + 18.15885006512758, + ], + [ + -66.55291552343287, + 18.15208199169482, + ], + ], + ], + "type": "Polygon", + }, + "id": "72113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72107 { + "geometry": { + "coordinates": [ + [ + [ + -66.35084008469723, + 18.24119495855948, + ], + [ + -66.37381136014852, + 18.173567939100405, + ], + [ + -66.44416089121813, + 18.1766296866057, + ], + [ + -66.52204787204519, + 18.151974561957793, + ], + [ + -66.54717270457006, + 18.153102574196584, + ], + [ + -66.54322451660187, + 18.163039824871667, + ], + [ + -66.45564652894377, + 18.25773913806178, + ], + [ + -66.37775954811671, + 18.2939966743087, + ], + [ + -66.35084008469723, + 18.24119495855948, + ], + ], + ], + "type": "Polygon", + }, + "id": "72107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72071 { + "geometry": { + "coordinates": [ + [ + [ + -66.95778425326205, + 18.48855192806626, + ], + [ + -66.91866129975905, + 18.393369181059526, + ], + [ + -67.0274159319738, + 18.39353032566507, + ], + [ + -67.05648895246686, + 18.46072762617603, + ], + [ + -67.10279042954839, + 18.512884763503084, + ], + [ + -66.95778425326205, + 18.48855192806626, + ], + ], + ], + "type": "Polygon", + }, + "id": "72071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72007 { + "geometry": { + "coordinates": [ + [ + [ + -66.06621162480845, + 18.303128201956074, + ], + [ + -66.11789699457387, + 18.20987919021584, + ], + [ + -66.16922343816037, + 18.224221060109066, + ], + [ + -66.19075900889597, + 18.25870600569503, + ], + [ + -66.14373967945659, + 18.27960108954696, + ], + [ + -66.08056867196551, + 18.297273281288053, + ], + [ + -66.06621162480845, + 18.303128201956074, + ], + ], + ], + "type": "Polygon", + }, + "id": "72007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72019 { + "geometry": { + "coordinates": [ + [ + [ + -66.26649243264947, + 18.24527728856654, + ], + [ + -66.24064974776677, + 18.18463320201428, + ], + [ + -66.24280330484032, + 18.18028229766465, + ], + [ + -66.31494746680457, + 18.15208199169482, + ], + [ + -66.37381136014852, + 18.173567939100405, + ], + [ + -66.35084008469723, + 18.24119495855948, + ], + [ + -66.31315283590993, + 18.249305903705086, + ], + [ + -66.26649243264947, + 18.24527728856654, + ], + ], + ], + "type": "Polygon", + }, + "id": "72019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72093 { + "geometry": { + "coordinates": [ + [ + [ + -66.89856143373916, + 18.187856094125117, + ], + [ + -66.8368261309638, + 18.170613621332137, + ], + [ + -66.92619874951652, + 18.15111512406157, + ], + [ + -66.97788411928194, + 18.143756187075155, + ], + [ + -67.04500331474121, + 18.17636111226313, + ], + [ + -67.01808385132172, + 18.187856094125117, + ], + [ + -66.89856143373916, + 18.187856094125117, + ], + ], + ], + "type": "Polygon", + }, + "id": "72093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72151 { + "geometry": { + "coordinates": [ + [ + [ + -65.877775380872, + 18.118187909662513, + ], + [ + -65.7966580644346, + 18.069790813131434, + ], + [ + -65.85049699127357, + 18.01140275105676, + ], + [ + -65.9886835701603, + 18.058940409691616, + ], + [ + -66.0102191408959, + 18.075484589193916, + ], + [ + -65.92623041502709, + 18.11990678545496, + ], + [ + -65.877775380872, + 18.118187909662513, + ], + ], + ], + "type": "Polygon", + }, + "id": "72151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72137 { + "geometry": { + "coordinates": [ + [ + [ + -66.1397914914884, + 18.46233907223145, + ], + [ + -66.1695823643393, + 18.431023303887812, + ], + [ + -66.19686075393771, + 18.389179421315436, + ], + [ + -66.25249431167134, + 18.3948194825094, + ], + [ + -66.21373028434726, + 18.46529338999972, + ], + [ + -66.1397914914884, + 18.46233907223145, + ], + ], + ], + "type": "Polygon", + }, + "id": "72137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 78030 { + "geometry": { + "coordinates": [ + [ + [ + -64.89790691240246, + 18.362160842452916, + ], + [ + -64.83724838816387, + 18.31569748118834, + ], + [ + -65.03250422949992, + 18.360227107186414, + ], + [ + -64.89790691240246, + 18.362160842452916, + ], + ], + ], + "type": "Polygon", + }, + "id": "78030", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72089 { + "geometry": { + "coordinates": [ + [ + [ + -65.66995712327352, + 18.36194598297886, + ], + [ + -65.75358692296341, + 18.2966824177344, + ], + [ + -65.7589708156473, + 18.290558922723807, + ], + [ + -65.75071551353199, + 18.384935946702836, + ], + [ + -65.66995712327352, + 18.36194598297886, + ], + ], + ], + "type": "Polygon", + }, + "id": "72089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72087 { + "geometry": { + "coordinates": [ + [ + [ + -65.82932034671691, + 18.422912358742202, + ], + [ + -65.86736652168312, + 18.37822158813859, + ], + [ + -65.91905189144855, + 18.4001909693608, + ], + [ + -65.9926317581285, + 18.45761216380222, + ], + [ + -65.82932034671691, + 18.422912358742202, + ], + ], + ], + "type": "Polygon", + }, + "id": "72087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72095 { + "geometry": { + "coordinates": [ + [ + [ + -65.85049699127357, + 18.01140275105676, + ], + [ + -65.90936088461754, + 17.98046298679272, + ], + [ + -65.9886835701603, + 18.058940409691616, + ], + [ + -65.85049699127357, + 18.01140275105676, + ], + ], + ], + "type": "Polygon", + }, + "id": "72095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72119 { + "geometry": { + "coordinates": [ + [ + [ + -65.75071551353199, + 18.384935946702836, + ], + [ + -65.7589708156473, + 18.290558922723807, + ], + [ + -65.76686719158369, + 18.279977093626556, + ], + [ + -65.82429538021194, + 18.273047875588258, + ], + [ + -65.83649887029544, + 18.275196470328815, + ], + [ + -65.86736652168312, + 18.37822158813859, + ], + [ + -65.82932034671691, + 18.422912358742202, + ], + [ + -65.75071551353199, + 18.384935946702836, + ], + ], + ], + "type": "Polygon", + }, + "id": "72119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72103 { + "geometry": { + "coordinates": [ + [ + [ + -65.76686719158369, + 18.279977093626556, + ], + [ + -65.6617018211582, + 18.20756945086974, + ], + [ + -65.73922987580634, + 18.173997658048517, + ], + [ + -65.82609001110657, + 18.20037165848887, + ], + [ + -65.82429538021194, + 18.273047875588258, + ], + [ + -65.76686719158369, + 18.279977093626556, + ], + ], + ], + "type": "Polygon", + }, + "id": "72103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72085 { + "geometry": { + "coordinates": [ + [ + [ + -65.82429538021194, + 18.273047875588258, + ], + [ + -65.82609001110657, + 18.20037165848887, + ], + [ + -65.877775380872, + 18.118187909662513, + ], + [ + -65.92623041502709, + 18.11990678545496, + ], + [ + -65.92838397210065, + 18.14284303431042, + ], + [ + -65.85265054834714, + 18.254838535162026, + ], + [ + -65.83649887029544, + 18.275196470328815, + ], + [ + -65.82429538021194, + 18.273047875588258, + ], + ], + ], + "type": "Polygon", + }, + "id": "72085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72029 { + "geometry": { + "coordinates": [ + [ + [ + -65.86736652168312, + 18.37822158813859, + ], + [ + -65.83649887029544, + 18.275196470328815, + ], + [ + -65.85265054834714, + 18.254838535162026, + ], + [ + -65.91869296526963, + 18.27020098755702, + ], + [ + -65.91905189144855, + 18.4001909693608, + ], + [ + -65.86736652168312, + 18.37822158813859, + ], + ], + ], + "type": "Polygon", + }, + "id": "72029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72053 { + "geometry": { + "coordinates": [ + [ + [ + -65.63478235773871, + 18.283844564159562, + ], + [ + -65.75358692296341, + 18.2966824177344, + ], + [ + -65.66995712327352, + 18.36194598297886, + ], + [ + -65.61468249171882, + 18.383055926304845, + ], + [ + -65.63478235773871, + 18.283844564159562, + ], + ], + ], + "type": "Polygon", + }, + "id": "72053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72077 { + "geometry": { + "coordinates": [ + [ + [ + -65.85265054834714, + 18.254838535162026, + ], + [ + -65.92838397210065, + 18.14284303431042, + ], + [ + -65.95099632137301, + 18.22927025774938, + ], + [ + -65.91869296526963, + 18.27020098755702, + ], + [ + -65.85265054834714, + 18.254838535162026, + ], + ], + ], + "type": "Polygon", + }, + "id": "72077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72037 { + "geometry": { + "coordinates": [ + [ + [ + -65.63478235773871, + 18.283844564159562, + ], + [ + -65.58991658537289, + 18.22991483617155, + ], + [ + -65.6617018211582, + 18.20756945086974, + ], + [ + -65.76686719158369, + 18.279977093626556, + ], + [ + -65.7589708156473, + 18.290558922723807, + ], + [ + -65.75358692296341, + 18.2966824177344, + ], + [ + -65.63478235773871, + 18.283844564159562, + ], + ], + ], + "type": "Polygon", + }, + "id": "72037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72069 { + "geometry": { + "coordinates": [ + [ + [ + -65.73922987580634, + 18.173997658048517, + ], + [ + -65.7966580644346, + 18.069790813131434, + ], + [ + -65.877775380872, + 18.118187909662513, + ], + [ + -65.82609001110657, + 18.20037165848887, + ], + [ + -65.73922987580634, + 18.173997658048517, + ], + ], + ], + "type": "Polygon", + }, + "id": "72069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72147 { + "geometry": { + "coordinates": [ + [ + [ + -65.39071255606864, + 18.160783800394082, + ], + [ + -65.27298476938073, + 18.130703474026266, + ], + [ + -65.54469188682813, + 18.081876658547074, + ], + [ + -65.57735416911046, + 18.11867134347914, + ], + [ + -65.39071255606864, + 18.160783800394082, + ], + ], + ], + "type": "Polygon", + }, + "id": "72147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 78010 { + "geometry": { + "coordinates": [ + [ + [ + -64.7715648974203, + 17.781073394868905, + ], + [ + -64.63660865414391, + 17.722792762531256, + ], + [ + -64.90221402654957, + 17.680841450221855, + ], + [ + -64.89359979825534, + 17.74427870993684, + ], + [ + -64.7715648974203, + 17.781073394868905, + ], + ], + ], + "type": "Polygon", + }, + "id": "78010", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > ChoroplethCounties > #render() > Basic render +XXXXXXXXXXXXXXXXXXXXXXXXXX 72051 { + "geometry": { + "coordinates": [ + [ + [ + -66.21373028434726, + 18.46529338999972, + ], + [ + -66.25249431167134, + 18.3948194825094, + ], + [ + -66.30382075525785, + 18.38407650880661, + ], + [ + -66.31494746680457, + 18.475338070411826, + ], + [ + -66.21373028434726, + 18.46529338999972, + ], + ], + ], + "type": "Polygon", + }, + "id": "72051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53073 { + "geometry": { + "coordinates": [ + [ + [ + -120.8519857238025, + 49.00031611978763, + ], + [ + -120.76727914557584, + 48.95396018826008, + ], + [ + -120.73354008475674, + 48.78212632388392, + ], + [ + -120.6545763253929, + 48.72416798075736, + ], + [ + -120.751845319882, + 48.657507828931536, + ], + [ + -120.91084961714647, + 48.640909934560725, + ], + [ + -122.48868909970767, + 48.64536826864738, + ], + [ + -122.49084265678124, + 48.74205503197251, + ], + [ + -122.64733447079323, + 48.774606242291966, + ], + [ + -122.81818333196227, + 48.939081169681714, + ], + [ + -122.75824266008154, + 49.00208871044859, + ], + [ + -121.75971003030782, + 48.99730808715084, + ], + [ + -120.8519857238025, + 49.00031611978763, + ], + ], + ], + "type": "Polygon", + }, + "id": "53073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30105 { + "geometry": { + "coordinates": [ + [ + [ + -106.11196433382499, + 48.9994566818914, + ], + [ + -106.15180513968583, + 48.82391649158778, + ], + [ + -106.02151493673549, + 48.82391649158778, + ], + [ + -106.02115601055657, + 48.564043957717246, + ], + [ + -105.80436459848491, + 48.56329194955805, + ], + [ + -105.80436459848491, + 48.21919450185763, + ], + [ + -105.8434875519879, + 48.21903335725209, + ], + [ + -105.84384647816684, + 48.01029737820684, + ], + [ + -106.22933319433398, + 48.02641183876103, + ], + [ + -106.40089990786088, + 48.06191736684876, + ], + [ + -106.41848729062828, + 47.95738823272059, + ], + [ + -106.5660059501671, + 47.81482897168454, + ], + [ + -106.87468246404396, + 47.684892704749274, + ], + [ + -107.24904246866437, + 47.6615267369457, + ], + [ + -107.41486636332844, + 47.69166077818203, + ], + [ + -107.40445750413957, + 48.21828134909289, + ], + [ + -107.36928273860477, + 48.30513829147996, + ], + [ + -107.26052810639001, + 48.304762287400365, + ], + [ + -107.30144569078765, + 48.48089334125764, + ], + [ + -107.19304998475182, + 48.50930850670152, + ], + [ + -107.20597132719318, + 48.91259973950433, + ], + [ + -107.18012864231046, + 49.00004754544506, + ], + [ + -106.11196433382499, + 48.9994566818914, + ], + ], + ], + "type": "Polygon", + }, + "id": "30105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30029 { + "geometry": { + "coordinates": [ + [ + [ + -114.06792201591138, + 48.99886581833775, + ], + [ + -113.95629597426522, + 48.81768556684017, + ], + [ + -113.84215744936657, + 48.85566197887953, + ], + [ + -113.70253516576413, + 48.719763361539215, + ], + [ + -113.75027234756136, + 48.613945070566714, + ], + [ + -113.46743851856722, + 48.54760720795198, + ], + [ + -113.48107771336643, + 48.45972968306314, + ], + [ + -113.35653032927891, + 48.4241704401069, + ], + [ + -113.34935180570038, + 48.31013377425176, + ], + [ + -113.22624012632856, + 48.234073520436, + ], + [ + -113.23521328080173, + 48.174933450202126, + ], + [ + -113.01698616401437, + 48.132444989207585, + ], + [ + -112.87844065894872, + 47.9762958664375, + ], + [ + -112.98468280791099, + 47.95395048113569, + ], + [ + -113.08661784272613, + 47.91812266383688, + ], + [ + -113.06651797670624, + 47.77647655556558, + ], + [ + -113.1659405282689, + 47.72072052204808, + ], + [ + -113.14476388371223, + 47.59631688656975, + ], + [ + -113.46636174003044, + 47.599969497628706, + ], + [ + -113.63433919176808, + 47.59986206789168, + ], + [ + -113.59808764769649, + 47.68376469251048, + ], + [ + -113.68171744738639, + 47.7950619000714, + ], + [ + -113.67059073583967, + 47.89497155550737, + ], + [ + -113.84179852318763, + 47.97822960170401, + ], + [ + -113.88558751701667, + 48.05112067827745, + ], + [ + -114.07833087510025, + 48.023457520992764, + ], + [ + -114.0384900692394, + 47.962544860097935, + ], + [ + -114.49181383322366, + 47.96190028167577, + ], + [ + -114.47709785988766, + 47.78985155782555, + ], + [ + -114.60415772722767, + 47.78958298348299, + ], + [ + -114.6045166534066, + 47.875580487973835, + ], + [ + -114.98964444339481, + 47.872787314811106, + ], + [ + -115.01082108795148, + 48.01540029071567, + ], + [ + -115.02015316860357, + 48.22596257529039, + ], + [ + -114.84786860271882, + 48.226177434764445, + ], + [ + -114.84966323361346, + 48.5734977745757, + ], + [ + -114.88878618711645, + 48.658420981696274, + ], + [ + -114.65225383520384, + 48.658958130381414, + ], + [ + -114.61205410316406, + 48.751884852910564, + ], + [ + -114.69173571488575, + 48.842179546882534, + ], + [ + -114.72942296367304, + 49.00047726439317, + ], + [ + -114.06792201591138, + 48.99886581833775, + ], + ], + ], + "type": "Polygon", + }, + "id": "30029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16021 { + "geometry": { + "coordinates": [ + [ + [ + -116.04919452358605, + 49.00085326847277, + ], + [ + -116.04919452358605, + 48.50200328458362, + ], + [ + -116.78571104274337, + 48.50049926826523, + ], + [ + -116.7860699689223, + 48.84728245939135, + ], + [ + -117.03337010620271, + 48.84642302149513, + ], + [ + -117.03337010620271, + 48.99918810754883, + ], + [ + -116.04919452358605, + 49.00085326847277, + ], + ], + ], + "type": "Polygon", + }, + "id": "16021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30071 { + "geometry": { + "coordinates": [ + [ + [ + -107.18012864231046, + 49.00004754544506, + ], + [ + -107.20597132719318, + 48.91259973950433, + ], + [ + -107.19304998475182, + 48.50930850670152, + ], + [ + -107.30144569078765, + 48.48089334125764, + ], + [ + -107.26052810639001, + 48.304762287400365, + ], + [ + -107.36928273860477, + 48.30513829147996, + ], + [ + -107.40445750413957, + 48.21828134909289, + ], + [ + -107.41486636332844, + 47.69166077818203, + ], + [ + -107.45004112886325, + 47.62204630858794, + ], + [ + -107.69446985671225, + 47.62978124965395, + ], + [ + -107.9087487855314, + 47.4506421631599, + ], + [ + -107.93100220862485, + 47.56908344823318, + ], + [ + -108.06524059954339, + 47.59830433670477, + ], + [ + -108.31289966300272, + 47.58337160325789, + ], + [ + -108.77160731967088, + 47.645465991260025, + ], + [ + -108.89112973725344, + 47.73436409865063, + ], + [ + -108.88825832782202, + 47.92274214252909, + ], + [ + -108.62552436484776, + 47.920808407262584, + ], + [ + -108.60793698208036, + 47.991013740410324, + ], + [ + -108.4342167114799, + 47.97656444078007, + ], + [ + -108.4342167114799, + 48.219409361331685, + ], + [ + -108.40299013391329, + 48.443239218429355, + ], + [ + -108.34592087146397, + 48.42229041970891, + ], + [ + -108.31900140804447, + 48.74226989144657, + ], + [ + -108.25941966234267, + 48.74216246170954, + ], + [ + -108.23644838689137, + 48.999617826496944, + ], + [ + -107.18012864231046, + 49.00004754544506, + ], + ], + ], + "type": "Polygon", + }, + "id": "30071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38079 { + "geometry": { + "coordinates": [ + [ + [ + -99.49300666824007, + 48.544814034789255, + ], + [ + -100.14625231388644, + 48.54524375373737, + ], + [ + -100.18286278413694, + 48.71992450614476, + ], + [ + -100.18286278413694, + 48.99929553728586, + ], + [ + -99.52602787670132, + 48.99940296702289, + ], + [ + -99.52495109816454, + 48.71836677495786, + ], + [ + -99.49300666824007, + 48.544814034789255, + ], + ], + ], + "type": "Polygon", + }, + "id": "38079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30053 { + "geometry": { + "coordinates": [ + [ + [ + -114.72942296367304, + 49.00047726439317, + ], + [ + -114.69173571488575, + 48.842179546882534, + ], + [ + -114.61205410316406, + 48.751884852910564, + ], + [ + -114.65225383520384, + 48.658958130381414, + ], + [ + -114.88878618711645, + 48.658420981696274, + ], + [ + -114.84966323361346, + 48.5734977745757, + ], + [ + -114.84786860271882, + 48.226177434764445, + ], + [ + -115.02015316860357, + 48.22596257529039, + ], + [ + -115.01082108795148, + 48.01540029071567, + ], + [ + -115.15439155952211, + 48.017710030061764, + ], + [ + -115.19674484863545, + 47.91602778396484, + ], + [ + -115.2785800174307, + 47.89024464707814, + ], + [ + -115.52121411438506, + 47.90775569421369, + ], + [ + -115.53844257097354, + 47.98193592763147, + ], + [ + -115.75918217101338, + 48.26367041298718, + ], + [ + -116.00971264390412, + 48.16037672083485, + ], + [ + -116.0499123759439, + 48.21505845698205, + ], + [ + -116.04919452358605, + 48.50200328458362, + ], + [ + -116.04919452358605, + 49.00085326847277, + ], + [ + -114.72942296367304, + 49.00047726439317, + ], + ], + ], + "type": "Polygon", + }, + "id": "30053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38009 { + "geometry": { + "coordinates": [ + [ + [ + -100.18286278413694, + 48.99929553728586, + ], + [ + -100.18286278413694, + 48.71992450614476, + ], + [ + -100.14625231388644, + 48.54524375373737, + ], + [ + -100.27654251683678, + 48.54470660505223, + ], + [ + -100.4064737936082, + 48.54465289018371, + ], + [ + -100.40683271978713, + 48.63188583665038, + ], + [ + -101.05971943925456, + 48.632422985335516, + ], + [ + -101.05971943925456, + 48.54545861321142, + ], + [ + -101.45130790046345, + 48.54604947676507, + ], + [ + -101.45130790046345, + 48.720031935881785, + ], + [ + -101.4965325990082, + 48.720569084566925, + ], + [ + -101.49689152518712, + 48.9994566818914, + ], + [ + -100.18286278413694, + 48.99929553728586, + ], + ], + ], + "type": "Polygon", + }, + "id": "38009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30035 { + "geometry": { + "coordinates": [ + [ + [ + -112.19360950955682, + 48.99865095886369, + ], + [ + -112.18463635508365, + 48.47756301940977, + ], + [ + -112.57730159482932, + 48.483364225209286, + ], + [ + -112.58053193043966, + 48.3098651999092, + ], + [ + -113.34935180570038, + 48.31013377425176, + ], + [ + -113.35653032927891, + 48.4241704401069, + ], + [ + -113.48107771336643, + 48.45972968306314, + ], + [ + -113.46743851856722, + 48.54760720795198, + ], + [ + -113.75027234756136, + 48.613945070566714, + ], + [ + -113.70253516576413, + 48.719763361539215, + ], + [ + -113.84215744936657, + 48.85566197887953, + ], + [ + -113.95629597426522, + 48.81768556684017, + ], + [ + -114.06792201591138, + 48.99886581833775, + ], + [ + -112.19360950955682, + 48.99865095886369, + ], + ], + ], + "type": "Polygon", + }, + "id": "30035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30041 { + "geometry": { + "coordinates": [ + [ + [ + -109.53432544988985, + 48.13507701776477, + ], + [ + -109.72742773415234, + 48.13260613381313, + ], + [ + -109.72742773415234, + 48.221396811466704, + ], + [ + -109.84587337319812, + 48.2190870721206, + ], + [ + -109.84587337319812, + 48.30594401450767, + ], + [ + -110.62546103382662, + 48.306481163192814, + ], + [ + -110.62546103382662, + 48.21962422080574, + ], + [ + -110.75575123677697, + 48.219677935674255, + ], + [ + -110.74318882051455, + 48.99859724399518, + ], + [ + -109.48981860370296, + 49.00031611978763, + ], + [ + -109.50561135557572, + 48.571617754177716, + ], + [ + -109.46433484499917, + 48.45247817581375, + ], + [ + -109.5511949802994, + 48.293482165012435, + ], + [ + -109.53432544988985, + 48.13507701776477, + ], + ], + ], + "type": "Polygon", + }, + "id": "30041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30005 { + "geometry": { + "coordinates": [ + [ + [ + -108.23644838689137, + 48.999617826496944, + ], + [ + -108.25941966234267, + 48.74216246170954, + ], + [ + -108.31900140804447, + 48.74226989144657, + ], + [ + -108.34592087146397, + 48.42229041970891, + ], + [ + -108.40299013391329, + 48.443239218429355, + ], + [ + -108.4342167114799, + 48.219409361331685, + ], + [ + -108.4342167114799, + 47.97656444078007, + ], + [ + -108.60793698208036, + 47.991013740410324, + ], + [ + -108.62552436484776, + 47.920808407262584, + ], + [ + -108.88825832782202, + 47.92274214252909, + ], + [ + -108.89112973725344, + 47.73436409865063, + ], + [ + -108.93886691905067, + 47.79022756190515, + ], + [ + -109.27410397016808, + 47.79318187967341, + ], + [ + -109.42987793182222, + 47.7200222287574, + ], + [ + -109.53827363785804, + 47.73887614760581, + ], + [ + -109.53432544988985, + 48.13507701776477, + ], + [ + -109.5511949802994, + 48.293482165012435, + ], + [ + -109.46433484499917, + 48.45247817581375, + ], + [ + -109.50561135557572, + 48.571617754177716, + ], + [ + -109.48981860370296, + 49.00031611978763, + ], + [ + -108.23644838689137, + 48.999617826496944, + ], + ], + ], + "type": "Polygon", + }, + "id": "30005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30019 { + "geometry": { + "coordinates": [ + [ + [ + -105.05743922013872, + 48.999241822417346, + ], + [ + -105.03841613265561, + 48.650202606813636, + ], + [ + -104.9734504942699, + 48.563238234689535, + ], + [ + -105.80436459848491, + 48.56329194955805, + ], + [ + -106.02115601055657, + 48.564043957717246, + ], + [ + -106.02151493673549, + 48.82391649158778, + ], + [ + -106.15180513968583, + 48.82391649158778, + ], + [ + -106.11196433382499, + 48.9994566818914, + ], + [ + -105.05743922013872, + 48.999241822417346, + ], + ], + ], + "type": "Polygon", + }, + "id": "30019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38067 { + "geometry": { + "coordinates": [ + [ + [ + -97.22890033157127, + 49.000423549524655, + ], + [ + -97.15496153871239, + 48.75784720331561, + ], + [ + -97.09537979301058, + 48.687373295825296, + ], + [ + -97.16249898846985, + 48.543095158996806, + ], + [ + -97.92701174958344, + 48.543095158996806, + ], + [ + -97.94998302503474, + 49.000423549524655, + ], + [ + -97.22890033157127, + 49.000423549524655, + ], + ], + ], + "type": "Polygon", + }, + "id": "38067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27069 { + "geometry": { + "coordinates": [ + [ + [ + -96.4055236771137, + 49.00004754544506, + ], + [ + -96.3879362943463, + 48.5442231712356, + ], + [ + -97.16249898846985, + 48.543095158996806, + ], + [ + -97.09537979301058, + 48.687373295825296, + ], + [ + -97.15496153871239, + 48.75784720331561, + ], + [ + -97.22890033157127, + 49.000423549524655, + ], + [ + -96.4055236771137, + 49.00004754544506, + ], + ], + ], + "type": "Polygon", + }, + "id": "27069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38095 { + "geometry": { + "coordinates": [ + [ + [ + -98.97041015172299, + 48.5442231712356, + ], + [ + -98.97076907790192, + 48.37126129462065, + ], + [ + -99.20012290623599, + 48.370670431067, + ], + [ + -99.49300666824007, + 48.37093900540957, + ], + [ + -99.49300666824007, + 48.544814034789255, + ], + [ + -99.52495109816454, + 48.71836677495786, + ], + [ + -99.52602787670132, + 48.99940296702289, + ], + [ + -98.99984209839496, + 48.99994011570803, + ], + [ + -98.99984209839496, + 48.71809820061529, + ], + [ + -98.97041015172299, + 48.5442231712356, + ], + ], + ], + "type": "Polygon", + }, + "id": "38095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38019 { + "geometry": { + "coordinates": [ + [ + [ + -97.94998302503474, + 49.000423549524655, + ], + [ + -97.92701174958344, + 48.543095158996806, + ], + [ + -98.3182412846134, + 48.543739737418974, + ], + [ + -98.97041015172299, + 48.5442231712356, + ], + [ + -98.99984209839496, + 48.71809820061529, + ], + [ + -98.99984209839496, + 48.99994011570803, + ], + [ + -97.94998302503474, + 49.000423549524655, + ], + ], + ], + "type": "Polygon", + }, + "id": "38019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53047 { + "geometry": { + "coordinates": [ + [ + [ + -118.83697415530874, + 49.00010126031357, + ], + [ + -118.85204905482365, + 47.95765680706316, + ], + [ + -118.97336610330083, + 47.9435835115125, + ], + [ + -118.982339257774, + 47.962007711412795, + ], + [ + -118.95075375402845, + 48.01873061256353, + ], + [ + -119.06130301713785, + 48.137870190927494, + ], + [ + -119.15139348804841, + 48.14581999146756, + ], + [ + -119.43781657883181, + 48.07701124490118, + ], + [ + -119.64814731968279, + 47.99912468555594, + ], + [ + -119.68547564229115, + 48.09178283374251, + ], + [ + -119.8900635642793, + 48.05697559894547, + ], + [ + -119.87032262443833, + 47.96034255048886, + ], + [ + -120.04870893536484, + 47.96055740996292, + ], + [ + -120.14310652042252, + 48.06503282922257, + ], + [ + -120.36241041574667, + 48.16875624032302, + ], + [ + -120.39184236241864, + 48.2429364737408, + ], + [ + -120.58279108960758, + 48.31905044242508, + ], + [ + -120.70159565483227, + 48.53160017713482, + ], + [ + -120.751845319882, + 48.657507828931536, + ], + [ + -120.6545763253929, + 48.72416798075736, + ], + [ + -120.73354008475674, + 48.78212632388392, + ], + [ + -120.76727914557584, + 48.95396018826008, + ], + [ + -120.8519857238025, + 49.00031611978763, + ], + [ + -120.05911779455371, + 48.999510396759916, + ], + [ + -118.83697415530874, + 49.00010126031357, + ], + ], + ], + "type": "Polygon", + }, + "id": "53047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53065 { + "geometry": { + "coordinates": [ + [ + [ + -117.42962460773765, + 49.00047726439317, + ], + [ + -117.56350407247726, + 48.836700630294104, + ], + [ + -117.62918756322082, + 48.65584266800761, + ], + [ + -117.49961521262833, + 48.656218672087206, + ], + [ + -117.50212769588082, + 48.134862158290716, + ], + [ + -117.43680313131618, + 48.04719949287593, + ], + [ + -117.53514890434207, + 48.0478440712981, + ], + [ + -117.53550783052098, + 47.795760193362085, + ], + [ + -117.69199964453297, + 47.88600117246554, + ], + [ + -117.82085414276762, + 47.82519594130774, + ], + [ + -117.88043588846942, + 47.84764875634657, + ], + [ + -118.07712743452117, + 47.79984252336915, + ], + [ + -118.21028904690294, + 47.945248672436435, + ], + [ + -118.34093817603221, + 47.894380691953714, + ], + [ + -118.38831643165052, + 48.02104035190963, + ], + [ + -118.24295132918526, + 48.061702507374704, + ], + [ + -118.24438703390096, + 48.12669749827659, + ], + [ + -118.14065736819119, + 48.254592600208326, + ], + [ + -118.20777656365046, + 48.43120708788223, + ], + [ + -118.09435589110966, + 48.66862680671393, + ], + [ + -118.21316045633435, + 48.88085425221258, + ], + [ + -118.19700877828265, + 49.00004754544506, + ], + [ + -117.42962460773765, + 49.00047726439317, + ], + ], + ], + "type": "Polygon", + }, + "id": "53065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53051 { + "geometry": { + "coordinates": [ + [ + [ + -117.03337010620271, + 48.99918810754883, + ], + [ + -117.03337010620271, + 48.84642302149513, + ], + [ + -117.0427021868548, + 48.045534331952, + ], + [ + -117.43680313131618, + 48.04719949287593, + ], + [ + -117.50212769588082, + 48.134862158290716, + ], + [ + -117.49961521262833, + 48.656218672087206, + ], + [ + -117.62918756322082, + 48.65584266800761, + ], + [ + -117.56350407247726, + 48.836700630294104, + ], + [ + -117.42962460773765, + 49.00047726439317, + ], + [ + -117.03337010620271, + 48.99918810754883, + ], + ], + ], + "type": "Polygon", + }, + "id": "53051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53019 { + "geometry": { + "coordinates": [ + [ + [ + -118.19700877828265, + 49.00004754544506, + ], + [ + -118.21316045633435, + 48.88085425221258, + ], + [ + -118.09435589110966, + 48.66862680671393, + ], + [ + -118.20777656365046, + 48.43120708788223, + ], + [ + -118.14065736819119, + 48.254592600208326, + ], + [ + -118.24438703390096, + 48.12669749827659, + ], + [ + -118.24295132918526, + 48.061702507374704, + ], + [ + -118.38831643165052, + 48.02104035190963, + ], + [ + -118.34093817603221, + 47.894380691953714, + ], + [ + -118.35708985408391, + 47.841578976204495, + ], + [ + -118.5311690508633, + 47.87488219468315, + ], + [ + -118.5702920043663, + 47.93230338912457, + ], + [ + -118.73037308016754, + 47.90018189775323, + ], + [ + -118.85204905482365, + 47.95765680706316, + ], + [ + -118.83697415530874, + 49.00010126031357, + ], + [ + -118.19700877828265, + 49.00004754544506, + ], + ], + ], + "type": "Polygon", + }, + "id": "53019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30051 { + "geometry": { + "coordinates": [ + [ + [ + -111.40899688242334, + 48.13223012973353, + ], + [ + -111.40899688242334, + 48.2194630762002, + ], + [ + -111.2747584915048, + 48.2194630762002, + ], + [ + -111.2708103035366, + 48.99725437228233, + ], + [ + -110.74318882051455, + 48.99859724399518, + ], + [ + -110.75575123677697, + 48.219677935674255, + ], + [ + -110.82753647256229, + 48.13314328249827, + ], + [ + -111.40899688242334, + 48.13223012973353, + ], + ], + ], + "type": "Polygon", + }, + "id": "30051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38023 { + "geometry": { + "coordinates": [ + [ + [ + -102.93869798593516, + 48.99929553728586, + ], + [ + -102.93977476447195, + 48.72132109272612, + ], + [ + -102.88593583763296, + 48.63328242323174, + ], + [ + -104.0481388049972, + 48.63408814625945, + ], + [ + -104.04849773117613, + 48.999886400839515, + ], + [ + -102.93869798593516, + 48.99929553728586, + ], + ], + ], + "type": "Polygon", + }, + "id": "38023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38013 { + "geometry": { + "coordinates": [ + [ + [ + -102.02128267259884, + 48.99886581833775, + ], + [ + -102.02164159877778, + 48.80710373774291, + ], + [ + -102.15229072790704, + 48.8070500228744, + ], + [ + -102.15264965408598, + 48.720300510224355, + ], + [ + -102.23376697052338, + 48.720300510224355, + ], + [ + -102.23376697052338, + 48.54631805110764, + ], + [ + -102.88557691145404, + 48.546371765976154, + ], + [ + -102.88593583763296, + 48.63328242323174, + ], + [ + -102.93977476447195, + 48.72132109272612, + ], + [ + -102.93869798593516, + 48.99929553728586, + ], + [ + -102.02128267259884, + 48.99886581833775, + ], + ], + ], + "type": "Polygon", + }, + "id": "38013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30101 { + "geometry": { + "coordinates": [ + [ + [ + -112.19360950955682, + 48.99865095886369, + ], + [ + -111.2708103035366, + 48.99725437228233, + ], + [ + -111.2747584915048, + 48.2194630762002, + ], + [ + -111.40899688242334, + 48.2194630762002, + ], + [ + -111.66670587889261, + 48.219409361331685, + ], + [ + -111.66598802653476, + 48.349506772872495, + ], + [ + -111.79591930330618, + 48.39269352715772, + ], + [ + -111.99081621846331, + 48.39430497321314, + ], + [ + -112.01988923895635, + 48.45204845686564, + ], + [ + -112.18463635508365, + 48.47756301940977, + ], + [ + -112.19360950955682, + 48.99865095886369, + ], + ], + ], + "type": "Polygon", + }, + "id": "30101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38075 { + "geometry": { + "coordinates": [ + [ + [ + -101.05971943925456, + 48.54545861321142, + ], + [ + -101.05971943925456, + 48.458386811350294, + ], + [ + -101.84181958313556, + 48.45951482358908, + ], + [ + -101.8421785093145, + 48.72013936561881, + ], + [ + -102.02128267259884, + 48.7204616548299, + ], + [ + -102.02164159877778, + 48.80710373774291, + ], + [ + -102.02128267259884, + 48.99886581833775, + ], + [ + -101.49689152518712, + 48.9994566818914, + ], + [ + -101.4965325990082, + 48.720569084566925, + ], + [ + -101.45130790046345, + 48.720031935881785, + ], + [ + -101.45130790046345, + 48.54604947676507, + ], + [ + -101.05971943925456, + 48.54545861321142, + ], + ], + ], + "type": "Polygon", + }, + "id": "38075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27135 { + "geometry": { + "coordinates": [ + [ + [ + -95.3423843351332, + 48.54019455609705, + ], + [ + -95.60224688867604, + 48.538797969515684, + ], + [ + -96.3879362943463, + 48.5442231712356, + ], + [ + -96.4055236771137, + 49.00004754544506, + ], + [ + -95.32192554293438, + 48.99891953320626, + ], + [ + -95.235783259992, + 48.88139140089772, + ], + [ + -95.09149493606353, + 48.92049582517588, + ], + [ + -95.08970030516889, + 48.71304900297497, + ], + [ + -95.3423843351332, + 48.71288785836943, + ], + [ + -95.3423843351332, + 48.54019455609705, + ], + ], + ], + "type": "Polygon", + }, + "id": "27135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30091 { + "geometry": { + "coordinates": [ + [ + [ + -104.04849773117613, + 48.999886400839515, + ], + [ + -104.0481388049972, + 48.63408814625945, + ], + [ + -104.04670310028149, + 48.38941692017836, + ], + [ + -104.62816351014254, + 48.38920206070431, + ], + [ + -104.62780458396361, + 48.47632757743395, + ], + [ + -104.75809478691396, + 48.476542436908005, + ], + [ + -104.75809478691396, + 48.56313080495251, + ], + [ + -104.9734504942699, + 48.563238234689535, + ], + [ + -105.03841613265561, + 48.650202606813636, + ], + [ + -105.05743922013872, + 48.999241822417346, + ], + [ + -104.04849773117613, + 48.999886400839515, + ], + ], + ], + "type": "Polygon", + }, + "id": "30091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16017 { + "geometry": { + "coordinates": [ + [ + [ + -116.04919452358605, + 48.50200328458362, + ], + [ + -116.0499123759439, + 48.21505845698205, + ], + [ + -116.0499123759439, + 47.97865932065211, + ], + [ + -116.23045224394397, + 48.06761114291123, + ], + [ + -116.33023372168556, + 48.017710030061764, + ], + [ + -116.32377305046488, + 47.89024464707814, + ], + [ + -116.50610754935957, + 47.8900835024726, + ], + [ + -116.5050307708228, + 47.99133602962141, + ], + [ + -117.04377896539158, + 47.977262734070756, + ], + [ + -117.0427021868548, + 48.045534331952, + ], + [ + -117.03337010620271, + 48.84642302149513, + ], + [ + -116.7860699689223, + 48.84728245939135, + ], + [ + -116.78571104274337, + 48.50049926826523, + ], + [ + -116.04919452358605, + 48.50200328458362, + ], + ], + ], + "type": "Polygon", + }, + "id": "16017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38101 { + "geometry": { + "coordinates": [ + [ + [ + -102.02164159877778, + 48.80710373774291, + ], + [ + -102.02128267259884, + 48.7204616548299, + ], + [ + -101.8421785093145, + 48.72013936561881, + ], + [ + -101.84181958313556, + 48.45951482358908, + ], + [ + -101.05971943925456, + 48.458386811350294, + ], + [ + -101.01413581453089, + 48.371422439226194, + ], + [ + -101.01485366688874, + 48.02270551283357, + ], + [ + -100.97034682070185, + 48.02259808309654, + ], + [ + -100.97142359923862, + 47.84866933884834, + ], + [ + -101.87196938216539, + 47.84759504147806, + ], + [ + -101.87161045598647, + 48.023188946650194, + ], + [ + -101.92221904721511, + 48.023188946650194, + ], + [ + -101.92221904721511, + 48.37152986896322, + ], + [ + -101.97354549080161, + 48.372067017648355, + ], + [ + -101.97354549080161, + 48.54712377413535, + ], + [ + -102.23376697052338, + 48.54631805110764, + ], + [ + -102.23376697052338, + 48.720300510224355, + ], + [ + -102.15264965408598, + 48.720300510224355, + ], + [ + -102.15229072790704, + 48.8070500228744, + ], + [ + -102.02164159877778, + 48.80710373774291, + ], + ], + ], + "type": "Polygon", + }, + "id": "38101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53055 { + "geometry": { + "coordinates": [ + [ + [ + [ + -122.87632937294838, + 48.55324726914594, + ], + [ + -122.82428507700402, + 48.42771562142882, + ], + [ + -122.94488427312335, + 48.46531602938859, + ], + [ + -122.87632937294838, + 48.55324726914594, + ], + ], + ], + [ + [ + [ + -123.14839541657472, + 48.62425832532139, + ], + [ + -123.01666950890866, + 48.561895362976685, + ], + [ + -123.0360515225707, + 48.45870910056138, + ], + [ + -123.13439729559659, + 48.49969354523752, + ], + [ + -123.14839541657472, + 48.62425832532139, + ], + ], + ], + [ + [ + [ + -122.8996595745786, + 48.71482159363593, + ], + [ + -122.74280883438769, + 48.660945580516426, + ], + [ + -122.94811460873369, + 48.59745460593293, + ], + [ + -123.01056776386692, + 48.65439236655773, + ], + [ + -122.8996595745786, + 48.71482159363593, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "53055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27071 { + "geometry": { + "coordinates": [ + [ + [ + -93.08832793147432, + 48.62769607690629, + ], + [ + -93.09766001212643, + 48.24245303992417, + ], + [ + -93.0811494078958, + 47.89180237826505, + ], + [ + -93.77567156411871, + 47.898946455777406, + ], + [ + -93.77638941647656, + 47.84641331437075, + ], + [ + -94.4185083505762, + 47.845822450817096, + ], + [ + -94.42891720976507, + 48.36734010921913, + ], + [ + -94.43035291448078, + 48.700909442690815, + ], + [ + -94.30867693982468, + 48.710202114943726, + ], + [ + -94.22432928777692, + 48.649396883785926, + ], + [ + -93.84853357844081, + 48.63075782441159, + ], + [ + -93.79325894688611, + 48.51629143960834, + ], + [ + -93.46771290259971, + 48.54642548084467, + ], + [ + -93.46555934552616, + 48.59159968526491, + ], + [ + -93.20749142287795, + 48.642521380616145, + ], + [ + -93.08832793147432, + 48.62769607690629, + ], + ], + ], + "type": "Polygon", + }, + "id": "27071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53057 { + "geometry": { + "coordinates": [ + [ + [ + -122.65128265876142, + 48.41106401218949, + ], + [ + -122.70225017616899, + 48.491690029828945, + ], + [ + -122.61323648379519, + 48.52257607922447, + ], + [ + -122.48330520702378, + 48.455593638187565, + ], + [ + -122.48868909970767, + 48.64536826864738, + ], + [ + -120.91084961714647, + 48.640909934560725, + ], + [ + -120.751845319882, + 48.657507828931536, + ], + [ + -120.70159565483227, + 48.53160017713482, + ], + [ + -120.82398948184624, + 48.54513632400034, + ], + [ + -121.03396129651829, + 48.49512778141384, + ], + [ + -121.0720074714845, + 48.317922430186286, + ], + [ + -121.00129901423597, + 48.29552333001597, + ], + [ + -122.38388265546112, + 48.29713477607139, + ], + [ + -122.65128265876142, + 48.41106401218949, + ], + ], + ], + "type": "Polygon", + }, + "id": "53057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38105 { + "geometry": { + "coordinates": [ + [ + [ + -102.88593583763296, + 48.63328242323174, + ], + [ + -102.88557691145404, + 48.546371765976154, + ], + [ + -102.88557691145404, + 48.372604166333495, + ], + [ + -102.82814872282579, + 48.37292645554458, + ], + [ + -102.8285076490047, + 48.1236357507713, + ], + [ + -103.20214980126727, + 48.1351844475018, + ], + [ + -103.29547060778818, + 48.03941083694141, + ], + [ + -103.4727801401779, + 47.992249182386146, + ], + [ + -103.60630067873859, + 48.130296394467024, + ], + [ + -103.74376940526747, + 48.092212552690626, + ], + [ + -103.82237423845238, + 47.97887418012617, + ], + [ + -104.044190617029, + 47.99617036778767, + ], + [ + -104.04670310028149, + 48.38941692017836, + ], + [ + -104.0481388049972, + 48.63408814625945, + ], + [ + -102.88593583763296, + 48.63328242323174, + ], + ], + ], + "type": "Polygon", + }, + "id": "38105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38049 { + "geometry": { + "coordinates": [ + [ + [ + -100.27654251683678, + 48.54470660505223, + ], + [ + -100.23741956333379, + 48.37120757975214, + ], + [ + -100.23706063715485, + 48.02184607493734, + ], + [ + -100.19757875747294, + 48.02184607493734, + ], + [ + -100.19793768365186, + 47.84764875634657, + ], + [ + -100.58521903071363, + 47.84748761174103, + ], + [ + -100.97142359923862, + 47.84866933884834, + ], + [ + -100.97034682070185, + 48.02259808309654, + ], + [ + -101.01485366688874, + 48.02270551283357, + ], + [ + -101.01413581453089, + 48.371422439226194, + ], + [ + -101.05971943925456, + 48.458386811350294, + ], + [ + -101.05971943925456, + 48.54545861321142, + ], + [ + -101.05971943925456, + 48.632422985335516, + ], + [ + -100.40683271978713, + 48.63188583665038, + ], + [ + -100.4064737936082, + 48.54465289018371, + ], + [ + -100.27654251683678, + 48.54470660505223, + ], + ], + ], + "type": "Polygon", + }, + "id": "38049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27137 { + "geometry": { + "coordinates": [ + [ + [ + -91.79834724441223, + 48.202918896697895, + ], + [ + -91.78793838522336, + 47.54673806293137, + ], + [ + -91.79404013026512, + 46.94083434609391, + ], + [ + -92.09338456348988, + 46.788284119514266, + ], + [ + -92.01729221355744, + 46.70744324240076, + ], + [ + -92.01801006591529, + 46.70706723832116, + ], + [ + -92.09840952999484, + 46.75127457510815, + ], + [ + -92.10199879178411, + 46.75127457510815, + ], + [ + -92.16911798724338, + 46.71947537294788, + ], + [ + -92.17234832285372, + 46.71985137702748, + ], + [ + -92.19926778627321, + 46.70846382490252, + ], + [ + -92.20106241716785, + 46.70642265989899, + ], + [ + -92.20429275277819, + 46.65958329455482, + ], + [ + -92.2032159742414, + 46.660174158108475, + ], + [ + -92.2922296666152, + 46.66323590561377, + ], + [ + -92.30156174726729, + 46.7641661435515, + ], + [ + -93.06140846805484, + 46.76652959776611, + ], + [ + -93.05602457537094, + 47.026402131636644, + ], + [ + -93.06140846805484, + 47.72012965849443, + ], + [ + -93.0811494078958, + 47.89180237826505, + ], + [ + -93.09766001212643, + 48.24245303992417, + ], + [ + -93.08832793147432, + 48.62769607690629, + ], + [ + -92.72832497401097, + 48.53938883306934, + ], + [ + -92.63500416749007, + 48.542558010311666, + ], + [ + -92.71253222213821, + 48.46289886030546, + ], + [ + -92.5072264477922, + 48.44785869712155, + ], + [ + -92.37011664744226, + 48.221933960151844, + ], + [ + -92.26961731734282, + 48.248200530855165, + ], + [ + -92.26243879376429, + 48.354931974592404, + ], + [ + -92.05533838852365, + 48.35933659381055, + ], + [ + -92.00688335436857, + 48.265335573911116, + ], + [ + -91.79834724441223, + 48.202918896697895, + ], + ], + ], + "type": "Polygon", + }, + "id": "27137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30085 { + "geometry": { + "coordinates": [ + [ + [ + -104.9734504942699, + 48.563238234689535, + ], + [ + -104.75809478691396, + 48.56313080495251, + ], + [ + -104.75809478691396, + 48.476542436908005, + ], + [ + -104.62780458396361, + 48.47632757743395, + ], + [ + -104.62816351014254, + 48.38920206070431, + ], + [ + -104.04670310028149, + 48.38941692017836, + ], + [ + -104.044190617029, + 47.99617036778767, + ], + [ + -104.13679357119206, + 48.05606244618073, + ], + [ + -104.34963679529552, + 48.04644748471674, + ], + [ + -104.45982713222598, + 48.11960713563275, + ], + [ + -104.83921210335136, + 48.120627718134514, + ], + [ + -104.89125639929571, + 48.15070804450233, + ], + [ + -104.99462713882657, + 48.06567740764473, + ], + [ + -105.1949079466676, + 48.065623692776214, + ], + [ + -105.22828808130777, + 48.09237369729617, + ], + [ + -105.49820056786055, + 48.09790632875311, + ], + [ + -105.84384647816684, + 48.01029737820684, + ], + [ + -105.8434875519879, + 48.21903335725209, + ], + [ + -105.80436459848491, + 48.21919450185763, + ], + [ + -105.80436459848491, + 48.56329194955805, + ], + [ + -104.9734504942699, + 48.563238234689535, + ], + ], + ], + "type": "Polygon", + }, + "id": "30085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53007 { + "geometry": { + "coordinates": [ + [ + [ + -120.70159565483227, + 48.53160017713482, + ], + [ + -120.58279108960758, + 48.31905044242508, + ], + [ + -120.39184236241864, + 48.2429364737408, + ], + [ + -120.36241041574667, + 48.16875624032302, + ], + [ + -120.14310652042252, + 48.06503282922257, + ], + [ + -120.04870893536484, + 47.96055740996292, + ], + [ + -119.87032262443833, + 47.96034255048886, + ], + [ + -119.99917712267298, + 47.779699447676414, + ], + [ + -120.18438303099909, + 47.761919826198294, + ], + [ + -120.23427376986987, + 47.601043794998986, + ], + [ + -120.30426437476056, + 47.51966576920034, + ], + [ + -120.28667699199316, + 47.3925226754278, + ], + [ + -120.08531940561535, + 47.336551782436246, + ], + [ + -120.09429256008852, + 47.26215668954441, + ], + [ + -120.38932987916616, + 47.26118982191116, + ], + [ + -120.66498518458177, + 47.34331985586901, + ], + [ + -120.80245391111065, + 47.42249557205858, + ], + [ + -120.92412988576675, + 47.433345975498405, + ], + [ + -121.11364290823998, + 47.59712260959746, + ], + [ + -121.06734143115845, + 47.7061637926808, + ], + [ + -121.11902680092388, + 47.77991430715047, + ], + [ + -121.0705717667688, + 47.82691481710018, + ], + [ + -121.18076210369925, + 47.898409307092265, + ], + [ + -121.15348371410083, + 48.04064627891722, + ], + [ + -121.01493820903517, + 48.075238654240216, + ], + [ + -120.90618357682042, + 48.16386818728825, + ], + [ + -121.00129901423597, + 48.29552333001597, + ], + [ + -121.0720074714845, + 48.317922430186286, + ], + [ + -121.03396129651829, + 48.49512778141384, + ], + [ + -120.82398948184624, + 48.54513632400034, + ], + [ + -120.70159565483227, + 48.53160017713482, + ], + ], + ], + "type": "Polygon", + }, + "id": "53007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38061 { + "geometry": { + "coordinates": [ + [ + [ + -101.87196938216539, + 47.84759504147806, + ], + [ + -102.38559274420932, + 47.8477561860836, + ], + [ + -102.38631059656717, + 47.75789121105974, + ], + [ + -102.64258388832074, + 47.82374563985786, + ], + [ + -102.64796778100464, + 47.9016321992031, + ], + [ + -102.5528523435891, + 47.998641251739315, + ], + [ + -102.66340160669849, + 48.07663524082158, + ], + [ + -102.8285076490047, + 48.1236357507713, + ], + [ + -102.82814872282579, + 48.37292645554458, + ], + [ + -102.88557691145404, + 48.372604166333495, + ], + [ + -102.88557691145404, + 48.546371765976154, + ], + [ + -102.23376697052338, + 48.54631805110764, + ], + [ + -101.97354549080161, + 48.54712377413535, + ], + [ + -101.97354549080161, + 48.372067017648355, + ], + [ + -101.92221904721511, + 48.37152986896322, + ], + [ + -101.92221904721511, + 48.023188946650194, + ], + [ + -101.87161045598647, + 48.023188946650194, + ], + [ + -101.87196938216539, + 47.84759504147806, + ], + ], + ], + "type": "Polygon", + }, + "id": "38061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27089 { + "geometry": { + "coordinates": [ + [ + [ + -95.60224688867604, + 48.538797969515684, + ], + [ + -95.5936326603818, + 48.172946000067114, + ], + [ + -96.50063911452925, + 48.1740740123059, + ], + [ + -97.14634731041815, + 48.17375172309482, + ], + [ + -97.14132234391317, + 48.19346507983944, + ], + [ + -97.11583858520939, + 48.32458307388202, + ], + [ + -97.16249898846985, + 48.543095158996806, + ], + [ + -96.3879362943463, + 48.5442231712356, + ], + [ + -95.60224688867604, + 48.538797969515684, + ], + ], + ], + "type": "Polygon", + }, + "id": "27089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38069 { + "geometry": { + "coordinates": [ + [ + [ + -99.49300666824007, + 48.544814034789255, + ], + [ + -99.49300666824007, + 48.37093900540957, + ], + [ + -99.84690788066167, + 48.371315009489166, + ], + [ + -99.84798465919846, + 48.02179236006883, + ], + [ + -99.8120920413058, + 47.847272752266974, + ], + [ + -100.06908318541723, + 47.847272752266974, + ], + [ + -100.19793768365186, + 47.84764875634657, + ], + [ + -100.19757875747294, + 48.02184607493734, + ], + [ + -100.23706063715485, + 48.02184607493734, + ], + [ + -100.23741956333379, + 48.37120757975214, + ], + [ + -100.27654251683678, + 48.54470660505223, + ], + [ + -100.14625231388644, + 48.54524375373737, + ], + [ + -99.49300666824007, + 48.544814034789255, + ], + ], + ], + "type": "Polygon", + }, + "id": "38069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38071 { + "geometry": { + "coordinates": [ + [ + [ + -98.3182412846134, + 48.543739737418974, + ], + [ + -98.29203967355177, + 48.195237670500404, + ], + [ + -98.42197095032319, + 48.19480795155229, + ], + [ + -98.42268880268104, + 48.02109406677815, + ], + [ + -98.52570061603296, + 48.02114778164666, + ], + [ + -98.52570061603296, + 47.91506091633159, + ], + [ + -98.62009820109066, + 47.91640378804444, + ], + [ + -98.82504504925772, + 48.06240080066538, + ], + [ + -98.9302104196832, + 47.99708352055241, + ], + [ + -99.20012290623599, + 48.16435162110488, + ], + [ + -99.20012290623599, + 48.370670431067, + ], + [ + -98.97076907790192, + 48.37126129462065, + ], + [ + -98.97041015172299, + 48.5442231712356, + ], + [ + -98.3182412846134, + 48.543739737418974, + ], + ], + ], + "type": "Polygon", + }, + "id": "38071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38099 { + "geometry": { + "coordinates": [ + [ + [ + -97.92701174958344, + 48.543095158996806, + ], + [ + -97.16249898846985, + 48.543095158996806, + ], + [ + -97.11583858520939, + 48.32458307388202, + ], + [ + -97.14132234391317, + 48.19346507983944, + ], + [ + -97.9033226217743, + 48.19491538128932, + ], + [ + -98.29203967355177, + 48.195237670500404, + ], + [ + -98.3182412846134, + 48.543739737418974, + ], + [ + -97.92701174958344, + 48.543095158996806, + ], + ], + ], + "type": "Polygon", + }, + "id": "38099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27007 { + "geometry": { + "coordinates": [ + [ + [ + -94.42891720976507, + 48.36734010921913, + ], + [ + -94.4185083505762, + 47.845822450817096, + ], + [ + -94.41635479350265, + 47.44484095736039, + ], + [ + -94.41635479350265, + 47.411806313224304, + ], + [ + -94.67011560200373, + 47.410087437431855, + ], + [ + -95.18338003786873, + 47.412773180857556, + ], + [ + -95.1937888970576, + 47.87257245533705, + ], + [ + -95.27418836113715, + 47.95658250969288, + ], + [ + -95.22932258877132, + 48.01996605453935, + ], + [ + -95.58322380119293, + 48.02055691809301, + ], + [ + -95.5936326603818, + 48.172946000067114, + ], + [ + -95.60224688867604, + 48.538797969515684, + ], + [ + -95.3423843351332, + 48.54019455609705, + ], + [ + -95.21209413218286, + 48.53992598175448, + ], + [ + -95.21101735364607, + 48.365943522637764, + ], + [ + -94.42891720976507, + 48.36734010921913, + ], + ], + ], + "type": "Polygon", + }, + "id": "27007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30073 { + "geometry": { + "coordinates": [ + [ + [ + -112.18463635508365, + 48.47756301940977, + ], + [ + -112.01988923895635, + 48.45204845686564, + ], + [ + -111.99081621846331, + 48.39430497321314, + ], + [ + -111.79591930330618, + 48.39269352715772, + ], + [ + -111.66598802653476, + 48.349506772872495, + ], + [ + -111.66670587889261, + 48.219409361331685, + ], + [ + -111.40899688242334, + 48.2194630762002, + ], + [ + -111.40899688242334, + 48.13223012973353, + ], + [ + -111.4086379562444, + 47.9870388401403, + ], + [ + -111.98363769488478, + 47.98478281566271, + ], + [ + -112.04788548091263, + 48.08689478070775, + ], + [ + -112.17817568386297, + 48.13094097288919, + ], + [ + -113.01698616401437, + 48.132444989207585, + ], + [ + -113.23521328080173, + 48.174933450202126, + ], + [ + -113.22624012632856, + 48.234073520436, + ], + [ + -113.34935180570038, + 48.31013377425176, + ], + [ + -112.58053193043966, + 48.3098651999092, + ], + [ + -112.57730159482932, + 48.483364225209286, + ], + [ + -112.18463635508365, + 48.47756301940977, + ], + ], + ], + "type": "Polygon", + }, + "id": "30073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53029 { + "geometry": { + "coordinates": [ + [ + [ + [ + -122.40470037383886, + 48.250456555332754, + ], + [ + -122.39500936700784, + 48.22956147148082, + ], + [ + -122.47863916669773, + 48.17536316915024, + ], + [ + -122.37921661513508, + 48.08721706991883, + ], + [ + -122.51166037515898, + 48.13346557170935, + ], + [ + -122.53140131499994, + 48.249274828225445, + ], + [ + -122.40470037383886, + 48.250456555332754, + ], + ], + ], + [ + [ + [ + -122.59205983923853, + 48.396131278742615, + ], + [ + -122.50484077775937, + 48.30073367226182, + ], + [ + -122.65451299437176, + 48.28424320762804, + ], + [ + -122.73311782755667, + 48.227359161871746, + ], + [ + -122.60749366493238, + 48.20914982144552, + ], + [ + -122.54109232183096, + 48.01588372453229, + ], + [ + -122.52494064377926, + 48.09656345704026, + ], + [ + -122.37598627952474, + 48.03457649877515, + ], + [ + -122.37670413188259, + 47.906627681974896, + ], + [ + -122.60713473875344, + 48.031138747190255, + ], + [ + -122.61431326233198, + 48.15704639898698, + ], + [ + -122.77008722398611, + 48.22461970357754, + ], + [ + -122.66312722266599, + 48.401663910199545, + ], + [ + -122.59205983923853, + 48.396131278742615, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "53029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53009 { + "geometry": { + "coordinates": [ + [ + [ + -122.92729689035595, + 48.065140258959595, + ], + [ + -122.94883246109154, + 47.86709353874862, + ], + [ + -123.5101930049327, + 47.86671753466903, + ], + [ + -123.5101930049327, + 47.88089825995671, + ], + [ + -124.61066066952156, + 47.88068340048265, + ], + [ + -124.73161879181983, + 48.16886367006005, + ], + [ + -124.65911570367666, + 48.3299008458649, + ], + [ + -124.73161879181983, + 48.382057983191956, + ], + [ + -124.56543597097682, + 48.367823543035755, + ], + [ + -124.39171570037635, + 48.2875735294759, + ], + [ + -124.24958093352143, + 48.264798425225976, + ], + [ + -123.98110415168436, + 48.16472762518447, + ], + [ + -123.70724347716339, + 48.16784308755828, + ], + [ + -123.39569555385512, + 48.114396793386895, + ], + [ + -123.1171688390081, + 48.15205091621518, + ], + [ + -122.92729689035595, + 48.065140258959595, + ], + ], + ], + "type": "Polygon", + }, + "id": "53009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38005 { + "geometry": { + "coordinates": [ + [ + [ + -99.49300666824007, + 48.37093900540957, + ], + [ + -99.20012290623599, + 48.370670431067, + ], + [ + -99.20012290623599, + 48.16435162110488, + ], + [ + -98.9302104196832, + 47.99708352055241, + ], + [ + -98.82504504925772, + 48.06240080066538, + ], + [ + -98.62009820109066, + 47.91640378804444, + ], + [ + -98.52570061603296, + 47.91506091633159, + ], + [ + -98.52570061603296, + 47.84625216976521, + ], + [ + -99.29775082690402, + 47.84678931845035, + ], + [ + -99.8120920413058, + 47.847272752266974, + ], + [ + -99.84798465919846, + 48.02179236006883, + ], + [ + -99.84690788066167, + 48.371315009489166, + ], + [ + -99.49300666824007, + 48.37093900540957, + ], + ], + ], + "type": "Polygon", + }, + "id": "38005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30015 { + "geometry": { + "coordinates": [ + [ + [ + -109.53432544988985, + 48.13507701776477, + ], + [ + -109.53827363785804, + 47.73887614760581, + ], + [ + -109.82649135953608, + 47.71620847309291, + ], + [ + -109.84479659466133, + 47.543676315426076, + ], + [ + -110.21341378041892, + 47.416640651390566, + ], + [ + -110.63945915480477, + 47.41626464731097, + ], + [ + -110.76903150539725, + 47.445915254730664, + ], + [ + -110.76867257921833, + 47.524822396577676, + ], + [ + -110.8641469428128, + 47.52503725605173, + ], + [ + -111.04971177731784, + 47.59830433670477, + ], + [ + -110.97649083681681, + 47.698589996220335, + ], + [ + -111.40899688242334, + 47.69821399214074, + ], + [ + -111.4086379562444, + 47.9870388401403, + ], + [ + -111.40899688242334, + 48.13223012973353, + ], + [ + -110.82753647256229, + 48.13314328249827, + ], + [ + -110.75575123677697, + 48.219677935674255, + ], + [ + -110.62546103382662, + 48.21962422080574, + ], + [ + -110.62546103382662, + 48.306481163192814, + ], + [ + -109.84587337319812, + 48.30594401450767, + ], + [ + -109.84587337319812, + 48.2190870721206, + ], + [ + -109.72742773415234, + 48.221396811466704, + ], + [ + -109.72742773415234, + 48.13260613381313, + ], + [ + -109.53432544988985, + 48.13507701776477, + ], + ], + ], + "type": "Polygon", + }, + "id": "30015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53061 { + "geometry": { + "coordinates": [ + [ + [ + -121.00129901423597, + 48.29552333001597, + ], + [ + -120.90618357682042, + 48.16386818728825, + ], + [ + -121.01493820903517, + 48.075238654240216, + ], + [ + -121.15348371410083, + 48.04064627891722, + ], + [ + -121.18076210369925, + 47.898409307092265, + ], + [ + -121.0705717667688, + 47.82691481710018, + ], + [ + -121.11902680092388, + 47.77991430715047, + ], + [ + -122.39500936700784, + 47.77792685701545, + ], + [ + -122.30563674845513, + 47.9493310024435, + ], + [ + -122.19759996859823, + 48.03516736232881, + ], + [ + -122.34368292342134, + 48.09855090717528, + ], + [ + -122.39500936700784, + 48.22956147148082, + ], + [ + -122.40470037383886, + 48.250456555332754, + ], + [ + -122.38388265546112, + 48.29713477607139, + ], + [ + -121.00129901423597, + 48.29552333001597, + ], + ], + ], + "type": "Polygon", + }, + "id": "53061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30089 { + "geometry": { + "coordinates": [ + [ + [ + -115.01082108795148, + 48.01540029071567, + ], + [ + -114.98964444339481, + 47.872787314811106, + ], + [ + -114.6045166534066, + 47.875580487973835, + ], + [ + -114.60415772722767, + 47.78958298348299, + ], + [ + -114.58334000884993, + 47.601688373421155, + ], + [ + -114.35039691872659, + 47.60190323289521, + ], + [ + -114.3830592010089, + 47.48195793150354, + ], + [ + -114.29763477042438, + 47.495440363500535, + ], + [ + -114.35290940197908, + 47.390750084766836, + ], + [ + -114.20323718536669, + 47.35588913510128, + ], + [ + -114.18744443349392, + 47.138182773014194, + ], + [ + -114.29225087774049, + 47.12539863430787, + ], + [ + -114.35362725433693, + 47.18921189810246, + ], + [ + -114.55139557892547, + 47.25168229018419, + ], + [ + -114.79726001149017, + 47.267689321001356, + ], + [ + -114.96882672501707, + 47.31259495107902, + ], + [ + -114.98246591981628, + 47.396819864908906, + ], + [ + -115.28288713157782, + 47.48689969940682, + ], + [ + -115.62853304188411, + 47.47964819215744, + ], + [ + -115.75559290922412, + 47.55141125649209, + ], + [ + -115.68990941848055, + 47.59432943643474, + ], + [ + -115.72400740547857, + 47.69434652160773, + ], + [ + -115.8255835141148, + 47.75209000526024, + ], + [ + -116.0499123759439, + 47.97865932065211, + ], + [ + -116.0499123759439, + 48.21505845698205, + ], + [ + -116.00971264390412, + 48.16037672083485, + ], + [ + -115.75918217101338, + 48.26367041298718, + ], + [ + -115.53844257097354, + 47.98193592763147, + ], + [ + -115.52121411438506, + 47.90775569421369, + ], + [ + -115.2785800174307, + 47.89024464707814, + ], + [ + -115.19674484863545, + 47.91602778396484, + ], + [ + -115.15439155952211, + 48.017710030061764, + ], + [ + -115.01082108795148, + 48.01540029071567, + ], + ], + ], + "type": "Polygon", + }, + "id": "30089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27075 { + "geometry": { + "coordinates": [ + [ + [ + -91.03168092622508, + 48.18932903496386, + ], + [ + -91.02306669793083, + 47.4652526073957, + ], + [ + -91.47710831427295, + 47.125989497861525, + ], + [ + -91.79404013026512, + 46.94083434609391, + ], + [ + -91.78793838522336, + 47.54673806293137, + ], + [ + -91.79834724441223, + 48.202918896697895, + ], + [ + -91.711487109112, + 48.11735111115516, + ], + [ + -91.5589434830682, + 48.10859558758739, + ], + [ + -91.56755771136244, + 48.043761741291036, + ], + [ + -91.2495491168335, + 48.08410160754502, + ], + [ + -91.03168092622508, + 48.18932903496386, + ], + ], + ], + "type": "Polygon", + }, + "id": "27075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38063 { + "geometry": { + "coordinates": [ + [ + [ + -97.9033226217743, + 48.19491538128932, + ], + [ + -97.88214597721762, + 48.02077177756706, + ], + [ + -97.88250490339655, + 47.672162280911465, + ], + [ + -97.98479886439063, + 47.67226971064849, + ], + [ + -98.50021685732918, + 47.67226971064849, + ], + [ + -98.52570061603296, + 47.84625216976521, + ], + [ + -98.52570061603296, + 47.91506091633159, + ], + [ + -98.52570061603296, + 48.02114778164666, + ], + [ + -98.42268880268104, + 48.02109406677815, + ], + [ + -98.42197095032319, + 48.19480795155229, + ], + [ + -98.29203967355177, + 48.195237670500404, + ], + [ + -97.9033226217743, + 48.19491538128932, + ], + ], + ], + "type": "Polygon", + }, + "id": "38063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38035 { + "geometry": { + "coordinates": [ + [ + [ + -97.14132234391317, + 48.19346507983944, + ], + [ + -97.14634731041815, + 48.17375172309482, + ], + [ + -97.02072314779384, + 47.872357595862994, + ], + [ + -96.89725254224311, + 47.67474059460014, + ], + [ + -97.4726112070624, + 47.67205485117444, + ], + [ + -97.88250490339655, + 47.672162280911465, + ], + [ + -97.88214597721762, + 48.02077177756706, + ], + [ + -97.9033226217743, + 48.19491538128932, + ], + [ + -97.14132234391317, + 48.19346507983944, + ], + ], + ], + "type": "Polygon", + }, + "id": "38035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27119 { + "geometry": { + "coordinates": [ + [ + [ + -96.50063911452925, + 48.1740740123059, + ], + [ + -96.48269280558291, + 47.96351172773118, + ], + [ + -96.48197495322506, + 47.847433896872516, + ], + [ + -96.3527615288115, + 47.847165322529946, + ], + [ + -96.35204367645365, + 47.7604158098799, + ], + [ + -95.83698460969401, + 47.76068438422247, + ], + [ + -95.83698460969401, + 47.84818590503171, + ], + [ + -95.70920688999615, + 47.84856190911131, + ], + [ + -95.70956581617509, + 47.93579485557798, + ], + [ + -95.58214702265614, + 47.933968550048505, + ], + [ + -95.5545097068788, + 47.50032841653531, + ], + [ + -96.0677741427438, + 47.499200404296516, + ], + [ + -96.85095106516158, + 47.49995241245571, + ], + [ + -96.89725254224311, + 47.67474059460014, + ], + [ + -97.02072314779384, + 47.872357595862994, + ], + [ + -97.14634731041815, + 48.17375172309482, + ], + [ + -96.50063911452925, + 48.1740740123059, + ], + ], + ], + "type": "Polygon", + }, + "id": "27119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27113 { + "geometry": { + "coordinates": [ + [ + [ + -95.5936326603818, + 48.172946000067114, + ], + [ + -95.58322380119293, + 48.02055691809301, + ], + [ + -95.58214702265614, + 47.933968550048505, + ], + [ + -95.70956581617509, + 47.93579485557798, + ], + [ + -95.709924742354, + 47.96431745075889, + ], + [ + -96.48269280558291, + 47.96351172773118, + ], + [ + -96.50063911452925, + 48.1740740123059, + ], + [ + -95.5936326603818, + 48.172946000067114, + ], + ], + ], + "type": "Polygon", + }, + "id": "27113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30083 { + "geometry": { + "coordinates": [ + [ + [ + -104.044190617029, + 47.99617036778767, + ], + [ + -104.04490846938685, + 47.39741072846256, + ], + [ + -104.13140967850816, + 47.354116544440316, + ], + [ + -104.42034525254405, + 47.35459997825694, + ], + [ + -104.51330713288604, + 47.35470740799397, + ], + [ + -104.51294820670711, + 47.529227015795826, + ], + [ + -104.59370659696559, + 47.528958441453256, + ], + [ + -104.59370659696559, + 47.615922813577356, + ], + [ + -104.97847546077487, + 47.61629881765695, + ], + [ + -104.97811653459594, + 47.70342433438659, + ], + [ + -105.23474875252845, + 47.703639193860646, + ], + [ + -105.23474875252845, + 47.79076471059029, + ], + [ + -105.1949079466676, + 47.868114121250386, + ], + [ + -105.1949079466676, + 48.065623692776214, + ], + [ + -104.99462713882657, + 48.06567740764473, + ], + [ + -104.89125639929571, + 48.15070804450233, + ], + [ + -104.83921210335136, + 48.120627718134514, + ], + [ + -104.45982713222598, + 48.11960713563275, + ], + [ + -104.34963679529552, + 48.04644748471674, + ], + [ + -104.13679357119206, + 48.05606244618073, + ], + [ + -104.044190617029, + 47.99617036778767, + ], + ], + ], + "type": "Polygon", + }, + "id": "30083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53017 { + "geometry": { + "coordinates": [ + [ + [ + -118.982339257774, + 47.962007711412795, + ], + [ + -119.1040152324301, + 47.961739137070225, + ], + [ + -119.212052012287, + 47.88761261852096, + ], + [ + -119.21241093846592, + 47.80064824639686, + ], + [ + -119.2985532214083, + 47.72829431850855, + ], + [ + -119.34162436287949, + 47.61232391738692, + ], + [ + -119.53293201624736, + 47.527615569740405, + ], + [ + -119.53364986860521, + 47.44129577603847, + ], + [ + -119.87642436948009, + 47.43673001221478, + ], + [ + -120.0049199415358, + 47.32006131780246, + ], + [ + -120.00707349860936, + 47.22004423262947, + ], + [ + -120.09429256008852, + 47.26215668954441, + ], + [ + -120.08531940561535, + 47.336551782436246, + ], + [ + -120.28667699199316, + 47.3925226754278, + ], + [ + -120.30426437476056, + 47.51966576920034, + ], + [ + -120.23427376986987, + 47.601043794998986, + ], + [ + -120.18438303099909, + 47.761919826198294, + ], + [ + -119.99917712267298, + 47.779699447676414, + ], + [ + -119.87032262443833, + 47.96034255048886, + ], + [ + -119.8900635642793, + 48.05697559894547, + ], + [ + -119.68547564229115, + 48.09178283374251, + ], + [ + -119.64814731968279, + 47.99912468555594, + ], + [ + -119.43781657883181, + 48.07701124490118, + ], + [ + -119.15139348804841, + 48.14581999146756, + ], + [ + -119.06130301713785, + 48.137870190927494, + ], + [ + -118.95075375402845, + 48.01873061256353, + ], + [ + -118.982339257774, + 47.962007711412795, + ], + ], + ], + "type": "Polygon", + }, + "id": "53017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38053 { + "geometry": { + "coordinates": [ + [ + [ + -102.8285076490047, + 48.1236357507713, + ], + [ + -102.66340160669849, + 48.07663524082158, + ], + [ + -102.5528523435891, + 47.998641251739315, + ], + [ + -102.64796778100464, + 47.9016321992031, + ], + [ + -102.64258388832074, + 47.82374563985786, + ], + [ + -102.64258388832074, + 47.673881156703914, + ], + [ + -103.0998558402732, + 47.674418305389054, + ], + [ + -103.09913798791534, + 47.32870941163321, + ], + [ + -103.66660027679825, + 47.32935399005538, + ], + [ + -104.04526739556579, + 47.33015971308309, + ], + [ + -104.04490846938685, + 47.39741072846256, + ], + [ + -104.044190617029, + 47.99617036778767, + ], + [ + -103.82237423845238, + 47.97887418012617, + ], + [ + -103.74376940526747, + 48.092212552690626, + ], + [ + -103.60630067873859, + 48.130296394467024, + ], + [ + -103.4727801401779, + 47.992249182386146, + ], + [ + -103.29547060778818, + 48.03941083694141, + ], + [ + -103.20214980126727, + 48.1351844475018, + ], + [ + -102.8285076490047, + 48.1236357507713, + ], + ], + ], + "type": "Polygon", + }, + "id": "38053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53031 { + "geometry": { + "coordinates": [ + [ + [ + -122.98795541459454, + 47.60614670750781, + ], + [ + -123.50445018606987, + 47.606952430535515, + ], + [ + -123.50445018606987, + 47.517624604196804, + ], + [ + -124.04714656860685, + 47.51810803801343, + ], + [ + -124.35474630394692, + 47.53411506883059, + ], + [ + -124.43191543241613, + 47.74978026591414, + ], + [ + -124.61066066952156, + 47.88068340048265, + ], + [ + -123.5101930049327, + 47.88089825995671, + ], + [ + -123.5101930049327, + 47.86671753466903, + ], + [ + -122.94883246109154, + 47.86709353874862, + ], + [ + -122.92729689035595, + 48.065140258959595, + ], + [ + -122.829310043509, + 48.134593583948146, + ], + [ + -122.62579890005762, + 47.88879434562826, + ], + [ + -122.69363594787475, + 47.86752325769673, + ], + [ + -122.78372641878532, + 47.7046060614939, + ], + [ + -122.82141366757261, + 47.83776522054001, + ], + [ + -122.90970950758854, + 47.664212480371404, + ], + [ + -122.98795541459454, + 47.60614670750781, + ], + ], + ], + "type": "Polygon", + }, + "id": "53031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30099 { + "geometry": { + "coordinates": [ + [ + [ + -111.4086379562444, + 47.9870388401403, + ], + [ + -111.40899688242334, + 47.69821399214074, + ], + [ + -111.66670587889261, + 47.69783798806114, + ], + [ + -111.66670587889261, + 47.611249620016636, + ], + [ + -111.92262024446725, + 47.61141076462218, + ], + [ + -111.92262024446725, + 47.50548504391265, + ], + [ + -112.04716762855477, + 47.51590572840436, + ], + [ + -112.2783160877835, + 47.505968477729276, + ], + [ + -112.43121864000621, + 47.60603927777078, + ], + [ + -112.57801944718717, + 47.63321900123884, + ], + [ + -112.813475020563, + 47.606898715667, + ], + [ + -112.91397435066244, + 47.69719340963897, + ], + [ + -112.91182079358889, + 47.82643138328356, + ], + [ + -112.98468280791099, + 47.95395048113569, + ], + [ + -112.87844065894872, + 47.9762958664375, + ], + [ + -113.01698616401437, + 48.132444989207585, + ], + [ + -112.17817568386297, + 48.13094097288919, + ], + [ + -112.04788548091263, + 48.08689478070775, + ], + [ + -111.98363769488478, + 47.98478281566271, + ], + [ + -111.4086379562444, + 47.9870388401403, + ], + ], + ], + "type": "Polygon", + }, + "id": "30099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30055 { + "geometry": { + "coordinates": [ + [ + [ + -105.1949079466676, + 48.065623692776214, + ], + [ + -105.1949079466676, + 47.868114121250386, + ], + [ + -105.23474875252845, + 47.79076471059029, + ], + [ + -105.36288539840523, + 47.79038870651069, + ], + [ + -105.36396217694201, + 47.52938816040137, + ], + [ + -105.4070333184132, + 47.529227015795826, + ], + [ + -105.40631546605535, + 47.181530671904966, + ], + [ + -105.83271976662012, + 47.180993523219826, + ], + [ + -105.83271976662012, + 47.09311599833099, + ], + [ + -105.96013856013904, + 47.092954853725445, + ], + [ + -105.96013856013904, + 47.181100952956854, + ], + [ + -106.08719842747905, + 47.18093980835131, + ], + [ + -106.17046930099002, + 47.18093980835131, + ], + [ + -106.17082822716894, + 47.35470740799397, + ], + [ + -106.29824702068788, + 47.354385118782886, + ], + [ + -106.26055977190059, + 47.52901215632177, + ], + [ + -106.26127762425844, + 47.86827526585593, + ], + [ + -106.35818769256862, + 47.86832898072444, + ], + [ + -106.41848729062828, + 47.95738823272059, + ], + [ + -106.40089990786088, + 48.06191736684876, + ], + [ + -106.22933319433398, + 48.02641183876103, + ], + [ + -105.84384647816684, + 48.01029737820684, + ], + [ + -105.49820056786055, + 48.09790632875311, + ], + [ + -105.22828808130777, + 48.09237369729617, + ], + [ + -105.1949079466676, + 48.065623692776214, + ], + ], + ], + "type": "Polygon", + }, + "id": "30055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16079 { + "geometry": { + "coordinates": [ + [ + [ + -116.0499123759439, + 47.97865932065211, + ], + [ + -115.8255835141148, + 47.75209000526024, + ], + [ + -115.72400740547857, + 47.69434652160773, + ], + [ + -115.68990941848055, + 47.59432943643474, + ], + [ + -115.75559290922412, + 47.55141125649209, + ], + [ + -115.62853304188411, + 47.47964819215744, + ], + [ + -115.72077706986823, + 47.425503604695365, + ], + [ + -115.55100498723597, + 47.34987306982771, + ], + [ + -115.52946941650038, + 47.29927366368756, + ], + [ + -115.34067424638499, + 47.262747553098066, + ], + [ + -115.1436237741543, + 47.10176409216173, + ], + [ + -115.04922618909663, + 46.96973294535442, + ], + [ + -114.95949464436498, + 46.93288454555385, + ], + [ + -116.33059264786448, + 46.93438856187224, + ], + [ + -116.33059264786448, + 47.022319801629585, + ], + [ + -116.33059264786448, + 47.413686333622294, + ], + [ + -116.32377305046488, + 47.89024464707814, + ], + [ + -116.33023372168556, + 48.017710030061764, + ], + [ + -116.23045224394397, + 48.06761114291123, + ], + [ + -116.0499123759439, + 47.97865932065211, + ], + ], + ], + "type": "Polygon", + }, + "id": "16079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30047 { + "geometry": { + "coordinates": [ + [ + [ + -113.63433919176808, + 47.59986206789168, + ], + [ + -113.9304532893825, + 47.59846548131031, + ], + [ + -113.95127100776024, + 47.47599558109849, + ], + [ + -113.87087154368069, + 47.39144837805752, + ], + [ + -113.82205758334668, + 47.181638101641994, + ], + [ + -113.93368362499284, + 47.13823648788271, + ], + [ + -114.18744443349392, + 47.138182773014194, + ], + [ + -114.20323718536669, + 47.35588913510128, + ], + [ + -114.35290940197908, + 47.390750084766836, + ], + [ + -114.29763477042438, + 47.495440363500535, + ], + [ + -114.3830592010089, + 47.48195793150354, + ], + [ + -114.35039691872659, + 47.60190323289521, + ], + [ + -114.58334000884993, + 47.601688373421155, + ], + [ + -114.60415772722767, + 47.78958298348299, + ], + [ + -114.47709785988766, + 47.78985155782555, + ], + [ + -114.49181383322366, + 47.96190028167577, + ], + [ + -114.0384900692394, + 47.962544860097935, + ], + [ + -114.07833087510025, + 48.023457520992764, + ], + [ + -113.88558751701667, + 48.05112067827745, + ], + [ + -113.84179852318763, + 47.97822960170401, + ], + [ + -113.67059073583967, + 47.89497155550737, + ], + [ + -113.68171744738639, + 47.7950619000714, + ], + [ + -113.59808764769649, + 47.68376469251048, + ], + [ + -113.63433919176808, + 47.59986206789168, + ], + ], + ], + "type": "Polygon", + }, + "id": "30047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53063 { + "geometry": { + "coordinates": [ + [ + [ + -117.43680313131618, + 48.04719949287593, + ], + [ + -117.0427021868548, + 48.045534331952, + ], + [ + -117.04377896539158, + 47.977262734070756, + ], + [ + -117.04090755596017, + 47.3659875303819, + ], + [ + -117.04090755596017, + 47.25925608664466, + ], + [ + -117.82372555219902, + 47.260330384014935, + ], + [ + -117.82085414276762, + 47.82519594130774, + ], + [ + -117.69199964453297, + 47.88600117246554, + ], + [ + -117.53550783052098, + 47.795760193362085, + ], + [ + -117.53514890434207, + 48.0478440712981, + ], + [ + -117.43680313131618, + 48.04719949287593, + ], + ], + ], + "type": "Polygon", + }, + "id": "53063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27029 { + "geometry": { + "coordinates": [ + [ + [ + -95.18338003786873, + 47.412773180857556, + ], + [ + -95.16902299071167, + 47.15252464290742, + ], + [ + -95.55127937126846, + 47.15145034553714, + ], + [ + -95.5545097068788, + 47.50032841653531, + ], + [ + -95.58214702265614, + 47.933968550048505, + ], + [ + -95.58322380119293, + 48.02055691809301, + ], + [ + -95.22932258877132, + 48.01996605453935, + ], + [ + -95.27418836113715, + 47.95658250969288, + ], + [ + -95.1937888970576, + 47.87257245533705, + ], + [ + -95.18338003786873, + 47.412773180857556, + ], + ], + ], + "type": "Polygon", + }, + "id": "27029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16055 { + "geometry": { + "coordinates": [ + [ + [ + -116.32377305046488, + 47.89024464707814, + ], + [ + -116.33059264786448, + 47.413686333622294, + ], + [ + -116.58722486579698, + 47.41454577151852, + ], + [ + -116.63029600726817, + 47.371573876707345, + ], + [ + -117.04090755596017, + 47.3659875303819, + ], + [ + -117.04377896539158, + 47.977262734070756, + ], + [ + -116.5050307708228, + 47.99133602962141, + ], + [ + -116.50610754935957, + 47.8900835024726, + ], + [ + -116.32377305046488, + 47.89024464707814, + ], + ], + ], + "type": "Polygon", + }, + "id": "16055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30033 { + "geometry": { + "coordinates": [ + [ + [ + -106.41848729062828, + 47.95738823272059, + ], + [ + -106.35818769256862, + 47.86832898072444, + ], + [ + -106.26127762425844, + 47.86827526585593, + ], + [ + -106.26055977190059, + 47.52901215632177, + ], + [ + -106.29824702068788, + 47.354385118782886, + ], + [ + -106.17082822716894, + 47.35470740799397, + ], + [ + -106.17046930099002, + 47.18093980835131, + ], + [ + -106.08719842747905, + 47.18093980835131, + ], + [ + -106.0864805751212, + 46.860262043322976, + ], + [ + -106.0864805751212, + 46.84597388829826, + ], + [ + -106.72034420710553, + 46.845221880139064, + ], + [ + -106.72106205946338, + 46.85961746490081, + ], + [ + -107.89223818130078, + 46.85145280488668, + ], + [ + -107.94320569870835, + 46.877719375590004, + ], + [ + -107.88111146975406, + 46.99342120236908, + ], + [ + -107.95612704114971, + 47.130931265764815, + ], + [ + -107.9600752291179, + 47.35895088260657, + ], + [ + -107.9087487855314, + 47.4506421631599, + ], + [ + -107.69446985671225, + 47.62978124965395, + ], + [ + -107.45004112886325, + 47.62204630858794, + ], + [ + -107.41486636332844, + 47.69166077818203, + ], + [ + -107.24904246866437, + 47.6615267369457, + ], + [ + -106.87468246404396, + 47.684892704749274, + ], + [ + -106.5660059501671, + 47.81482897168454, + ], + [ + -106.41848729062828, + 47.95738823272059, + ], + ], + ], + "type": "Polygon", + }, + "id": "30033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27125 { + "geometry": { + "coordinates": [ + [ + [ + -95.70956581617509, + 47.93579485557798, + ], + [ + -95.70920688999615, + 47.84856190911131, + ], + [ + -95.83698460969401, + 47.84818590503171, + ], + [ + -95.83698460969401, + 47.76068438422247, + ], + [ + -96.35204367645365, + 47.7604158098799, + ], + [ + -96.3527615288115, + 47.847165322529946, + ], + [ + -96.48197495322506, + 47.847433896872516, + ], + [ + -96.48269280558291, + 47.96351172773118, + ], + [ + -95.709924742354, + 47.96431745075889, + ], + [ + -95.70956581617509, + 47.93579485557798, + ], + ], + ], + "type": "Polygon", + }, + "id": "27125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53025 { + "geometry": { + "coordinates": [ + [ + [ + -118.982339257774, + 47.962007711412795, + ], + [ + -118.97336610330083, + 47.9435835115125, + ], + [ + -118.97946784834258, + 47.261404681385216, + ], + [ + -118.98269818395292, + 46.91129116841123, + ], + [ + -119.36854382629899, + 46.91247289551854, + ], + [ + -119.36962060483577, + 46.737254994426, + ], + [ + -119.45325040452566, + 46.67918922156241, + ], + [ + -119.52036959998493, + 46.72522286387888, + ], + [ + -119.62625282276827, + 46.64497285031902, + ], + [ + -119.8739118862276, + 46.628536100553745, + ], + [ + -119.97297551161134, + 46.737147564688975, + ], + [ + -119.92739188688766, + 46.7984362296634, + ], + [ + -120.03901792853382, + 47.07050203868661, + ], + [ + -120.00707349860936, + 47.22004423262947, + ], + [ + -120.0049199415358, + 47.32006131780246, + ], + [ + -119.87642436948009, + 47.43673001221478, + ], + [ + -119.53364986860521, + 47.44129577603847, + ], + [ + -119.53293201624736, + 47.527615569740405, + ], + [ + -119.34162436287949, + 47.61232391738692, + ], + [ + -119.2985532214083, + 47.72829431850855, + ], + [ + -119.21241093846592, + 47.80064824639686, + ], + [ + -119.212052012287, + 47.88761261852096, + ], + [ + -119.1040152324301, + 47.961739137070225, + ], + [ + -118.982339257774, + 47.962007711412795, + ], + ], + ], + "type": "Polygon", + }, + "id": "53025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53043 { + "geometry": { + "coordinates": [ + [ + [ + -118.85204905482365, + 47.95765680706316, + ], + [ + -118.73037308016754, + 47.90018189775323, + ], + [ + -118.5702920043663, + 47.93230338912457, + ], + [ + -118.5311690508633, + 47.87488219468315, + ], + [ + -118.35708985408391, + 47.841578976204495, + ], + [ + -118.34093817603221, + 47.894380691953714, + ], + [ + -118.21028904690294, + 47.945248672436435, + ], + [ + -118.07712743452117, + 47.79984252336915, + ], + [ + -117.88043588846942, + 47.84764875634657, + ], + [ + -117.82085414276762, + 47.82519594130774, + ], + [ + -117.82372555219902, + 47.260330384014935, + ], + [ + -117.96047642637005, + 47.26038409888345, + ], + [ + -118.97946784834258, + 47.261404681385216, + ], + [ + -118.97336610330083, + 47.9435835115125, + ], + [ + -118.85204905482365, + 47.95765680706316, + ], + ], + ], + "type": "Polygon", + }, + "id": "53043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30049 { + "geometry": { + "coordinates": [ + [ + [ + -112.04716762855477, + 47.51590572840436, + ], + [ + -112.04465514530229, + 47.19297193889844, + ], + [ + -111.7894586320855, + 47.12899753049831, + ], + [ + -111.79017648444335, + 46.9138694820999, + ], + [ + -111.65809165059838, + 46.913278618546244, + ], + [ + -111.64552923433594, + 46.84194527315971, + ], + [ + -111.49801057479712, + 46.76244726775905, + ], + [ + -111.63870963693634, + 46.73832929179628, + ], + [ + -111.63368467043136, + 46.56912745597731, + ], + [ + -111.7880229273698, + 46.56896631137177, + ], + [ + -112.02922131960845, + 46.569073741108795, + ], + [ + -112.31061944388688, + 46.42098184861581, + ], + [ + -112.29410883965626, + 46.60581471117234, + ], + [ + -112.4107598478074, + 46.699708301334745, + ], + [ + -112.53530723189492, + 46.698526574227444, + ], + [ + -112.53566615807384, + 46.834371476699246, + ], + [ + -112.79516978543775, + 46.83173944814206, + ], + [ + -112.79660549015345, + 47.177233482423844, + ], + [ + -113.05898052694879, + 47.179382077164405, + ], + [ + -113.0593394531277, + 47.48706084401236, + ], + [ + -113.14476388371223, + 47.59631688656975, + ], + [ + -113.1659405282689, + 47.72072052204808, + ], + [ + -113.06651797670624, + 47.77647655556558, + ], + [ + -113.08661784272613, + 47.91812266383688, + ], + [ + -112.98468280791099, + 47.95395048113569, + ], + [ + -112.91182079358889, + 47.82643138328356, + ], + [ + -112.91397435066244, + 47.69719340963897, + ], + [ + -112.813475020563, + 47.606898715667, + ], + [ + -112.57801944718717, + 47.63321900123884, + ], + [ + -112.43121864000621, + 47.60603927777078, + ], + [ + -112.2783160877835, + 47.505968477729276, + ], + [ + -112.04716762855477, + 47.51590572840436, + ], + ], + ], + "type": "Polygon", + }, + "id": "30049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53035 { + "geometry": { + "coordinates": [ + [ + [ + [ + -122.5364262815049, + 47.69848256648331, + ], + [ + -122.48186950230807, + 47.58552019799845, + ], + [ + -122.57626708736576, + 47.598626625915855, + ], + [ + -122.5364262815049, + 47.69848256648331, + ], + ], + ], + [ + [ + [ + -122.55221903337768, + 47.40342679373613, + ], + [ + -122.62723460477334, + 47.40353422347316, + ], + [ + -122.63441312835187, + 47.403480508604645, + ], + [ + -122.80131380155272, + 47.404017657289785, + ], + [ + -122.80023702301594, + 47.52009548814845, + ], + [ + -123.02313018012934, + 47.52020291788547, + ], + [ + -122.91652910498814, + 47.62086458148063, + ], + [ + -122.75321769357656, + 47.66775766169332, + ], + [ + -122.68394494104373, + 47.798714511130356, + ], + [ + -122.52601742231604, + 47.912482602642925, + ], + [ + -122.4890480258866, + 47.74360305603503, + ], + [ + -122.56047433549298, + 47.75160657144362, + ], + [ + -122.6078525911113, + 47.56860001441655, + ], + [ + -122.49550869710728, + 47.50983594826228, + ], + [ + -122.55221903337768, + 47.40342679373613, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "53035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27061 { + "geometry": { + "coordinates": [ + [ + [ + -93.0811494078958, + 47.89180237826505, + ], + [ + -93.06140846805484, + 47.72012965849443, + ], + [ + -93.05602457537094, + 47.026402131636644, + ], + [ + -93.77531263793979, + 47.030430746775195, + ], + [ + -93.77746619501335, + 47.277357997333866, + ], + [ + -94.02656096318839, + 47.351430801014615, + ], + [ + -94.11808713881466, + 47.480722489527714, + ], + [ + -94.32267506080281, + 47.4156200688888, + ], + [ + -94.41635479350265, + 47.44484095736039, + ], + [ + -94.4185083505762, + 47.845822450817096, + ], + [ + -93.77638941647656, + 47.84641331437075, + ], + [ + -93.77567156411871, + 47.898946455777406, + ], + [ + -93.0811494078958, + 47.89180237826505, + ], + ], + ], + "type": "Polygon", + }, + "id": "27061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38055 { + "geometry": { + "coordinates": [ + [ + [ + -100.58521903071363, + 47.84748761174103, + ], + [ + -100.58521903071363, + 47.673881156703914, + ], + [ + -100.67172023983494, + 47.674149731046484, + ], + [ + -100.67351487072958, + 47.32774254399996, + ], + [ + -100.74924829448308, + 47.327688829131446, + ], + [ + -100.74924829448308, + 47.15725155133666, + ], + [ + -100.96532185419687, + 47.156660687783, + ], + [ + -101.05541232510744, + 47.29309645380846, + ], + [ + -101.2574877638431, + 47.265540726260795, + ], + [ + -101.3493728656483, + 47.29599705670821, + ], + [ + -101.44125796745351, + 47.462942868049595, + ], + [ + -101.42833662501215, + 47.561993085589336, + ], + [ + -101.73414172945759, + 47.53218133356409, + ], + [ + -101.81382334117929, + 47.4964609460023, + ], + [ + -102.20541180238818, + 47.57450864995309, + ], + [ + -102.2610453601218, + 47.61662110686803, + ], + [ + -102.26212213865858, + 47.781955472153996, + ], + [ + -102.38631059656717, + 47.75789121105974, + ], + [ + -102.38559274420932, + 47.8477561860836, + ], + [ + -101.87196938216539, + 47.84759504147806, + ], + [ + -100.97142359923862, + 47.84866933884834, + ], + [ + -100.58521903071363, + 47.84748761174103, + ], + ], + ], + "type": "Polygon", + }, + "id": "38055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38027 { + "geometry": { + "coordinates": [ + [ + [ + -98.52570061603296, + 47.84625216976521, + ], + [ + -98.50021685732918, + 47.67226971064849, + ], + [ + -98.50021685732918, + 47.58713164405387, + ], + [ + -99.26580639697956, + 47.587615077870495, + ], + [ + -99.29775082690402, + 47.84678931845035, + ], + [ + -98.52570061603296, + 47.84625216976521, + ], + ], + ], + "type": "Polygon", + }, + "id": "38027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38103 { + "geometry": { + "coordinates": [ + [ + [ + -99.8120920413058, + 47.847272752266974, + ], + [ + -99.29775082690402, + 47.84678931845035, + ], + [ + -99.26580639697956, + 47.587615077870495, + ], + [ + -99.26652424933741, + 47.32720539531482, + ], + [ + -99.48080317815658, + 47.326990535840764, + ], + [ + -100.03319056752457, + 47.32720539531482, + ], + [ + -100.03283164134564, + 47.67361258236134, + ], + [ + -100.06908318541723, + 47.847272752266974, + ], + [ + -99.8120920413058, + 47.847272752266974, + ], + ], + ], + "type": "Polygon", + }, + "id": "38103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38083 { + "geometry": { + "coordinates": [ + [ + [ + -100.19793768365186, + 47.84764875634657, + ], + [ + -100.06908318541723, + 47.847272752266974, + ], + [ + -100.03283164134564, + 47.67361258236134, + ], + [ + -100.03319056752457, + 47.32720539531482, + ], + [ + -100.11287217924627, + 47.32720539531482, + ], + [ + -100.67351487072958, + 47.32774254399996, + ], + [ + -100.67172023983494, + 47.674149731046484, + ], + [ + -100.58521903071363, + 47.673881156703914, + ], + [ + -100.58521903071363, + 47.84748761174103, + ], + [ + -100.19793768365186, + 47.84764875634657, + ], + ], + ], + "type": "Polygon", + }, + "id": "38083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38025 { + "geometry": { + "coordinates": [ + [ + [ + -102.38631059656717, + 47.75789121105974, + ], + [ + -102.26212213865858, + 47.781955472153996, + ], + [ + -102.2610453601218, + 47.61662110686803, + ], + [ + -102.20541180238818, + 47.57450864995309, + ], + [ + -102.20541180238818, + 47.328064833211045, + ], + [ + -102.14439435197066, + 47.328064833211045, + ], + [ + -102.1447532781496, + 47.01034138595097, + ], + [ + -102.52557395399069, + 47.010233956213945, + ], + [ + -102.52557395399069, + 46.98128164208492, + ], + [ + -103.032377718635, + 46.98058334879424, + ], + [ + -103.03273664481392, + 47.32870941163321, + ], + [ + -103.09913798791534, + 47.32870941163321, + ], + [ + -103.0998558402732, + 47.674418305389054, + ], + [ + -102.64258388832074, + 47.673881156703914, + ], + [ + -102.64258388832074, + 47.82374563985786, + ], + [ + -102.38631059656717, + 47.75789121105974, + ], + ], + ], + "type": "Polygon", + }, + "id": "38025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30027 { + "geometry": { + "coordinates": [ + [ + [ + -108.89112973725344, + 47.73436409865063, + ], + [ + -108.77160731967088, + 47.645465991260025, + ], + [ + -108.31289966300272, + 47.58337160325789, + ], + [ + -108.31505322007628, + 47.314904690425124, + ], + [ + -108.59142637784974, + 47.30625659659438, + ], + [ + -108.7192040975476, + 47.27026763469002, + ], + [ + -108.736791480315, + 47.0981651959713, + ], + [ + -108.60901376061715, + 47.097842906760214, + ], + [ + -108.63090825753167, + 46.74939455471016, + ], + [ + -109.0095753762992, + 46.750576281817466, + ], + [ + -109.38896034742459, + 46.75100600076558, + ], + [ + -109.38931927360352, + 46.69363852119267, + ], + [ + -109.7457329692776, + 46.69379966579821, + ], + [ + -109.83043954750427, + 46.80198141098532, + ], + [ + -109.75542397610862, + 46.89619729035881, + ], + [ + -109.75685968082432, + 47.185505572174996, + ], + [ + -110.1279893498344, + 47.27198651048247, + ], + [ + -110.1279893498344, + 47.359004597475085, + ], + [ + -110.21341378041892, + 47.416640651390566, + ], + [ + -109.84479659466133, + 47.543676315426076, + ], + [ + -109.82649135953608, + 47.71620847309291, + ], + [ + -109.53827363785804, + 47.73887614760581, + ], + [ + -109.42987793182222, + 47.7200222287574, + ], + [ + -109.27410397016808, + 47.79318187967341, + ], + [ + -108.93886691905067, + 47.79022756190515, + ], + [ + -108.89112973725344, + 47.73436409865063, + ], + ], + ], + "type": "Polygon", + }, + "id": "30027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30021 { + "geometry": { + "coordinates": [ + [ + [ + -105.23474875252845, + 47.79076471059029, + ], + [ + -105.23474875252845, + 47.703639193860646, + ], + [ + -104.97811653459594, + 47.70342433438659, + ], + [ + -104.97847546077487, + 47.61629881765695, + ], + [ + -104.59370659696559, + 47.615922813577356, + ], + [ + -104.59370659696559, + 47.528958441453256, + ], + [ + -104.51294820670711, + 47.529227015795826, + ], + [ + -104.51330713288604, + 47.35470740799397, + ], + [ + -104.42034525254405, + 47.35459997825694, + ], + [ + -104.34209934553806, + 47.245612510042115, + ], + [ + -104.30548887528755, + 47.04230173271678, + ], + [ + -104.41208995042874, + 46.904147090898874, + ], + [ + -104.60375652997553, + 46.86085290687662, + ], + [ + -105.02764834728781, + 46.86149748529879, + ], + [ + -105.06964271022223, + 46.91913353921427, + ], + [ + -105.19706150374115, + 46.919187254082786, + ], + [ + -105.19706150374115, + 46.97714559720934, + ], + [ + -105.32483922343901, + 46.97719931207786, + ], + [ + -105.32483922343901, + 47.18142324216794, + ], + [ + -105.40631546605535, + 47.181530671904966, + ], + [ + -105.4070333184132, + 47.529227015795826, + ], + [ + -105.36396217694201, + 47.52938816040137, + ], + [ + -105.36288539840523, + 47.79038870651069, + ], + [ + -105.23474875252845, + 47.79076471059029, + ], + ], + ], + "type": "Polygon", + }, + "id": "30021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53033 { + "geometry": { + "coordinates": [ + [ + [ + [ + -122.43736265612118, + 47.40724054940062, + ], + [ + -122.5281709793896, + 47.34509244652997, + ], + [ + -122.47397312637169, + 47.51101767536959, + ], + [ + -122.43736265612118, + 47.40724054940062, + ], + ], + ], + [ + [ + [ + -121.11902680092388, + 47.77991430715047, + ], + [ + -121.06734143115845, + 47.7061637926808, + ], + [ + -121.11364290823998, + 47.59712260959746, + ], + [ + -121.21486009069727, + 47.569029733364665, + ], + [ + -121.42878009333751, + 47.41615721757394, + ], + [ + -121.46395485887231, + 47.35363311062369, + ], + [ + -121.29884881656609, + 47.14747544526711, + ], + [ + -121.37960720682457, + 47.08672392897782, + ], + [ + -121.79596157437939, + 47.17309743754827, + ], + [ + -121.90112694480487, + 47.15585496475529, + ], + [ + -122.09494708142523, + 47.19442224034832, + ], + [ + -122.14268426322246, + 47.25780578519478, + ], + [ + -122.33435084276925, + 47.25791321493181, + ], + [ + -122.41726279010129, + 47.320491036750575, + ], + [ + -122.32465983593823, + 47.34885248732594, + ], + [ + -122.42121097806948, + 47.57622752574554, + ], + [ + -122.340452587811, + 47.60469640605793, + ], + [ + -122.43700372994225, + 47.661687881551245, + ], + [ + -122.39500936700784, + 47.77792685701545, + ], + [ + -121.11902680092388, + 47.77991430715047, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "53033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30013 { + "geometry": { + "coordinates": [ + [ + [ + -110.63945915480477, + 47.41626464731097, + ], + [ + -110.63910022862584, + 47.359004597475085, + ], + [ + -110.76759580068155, + 47.35905831234359, + ], + [ + -110.77226184100759, + 47.095855456625195, + ], + [ + -110.64520197366758, + 47.09574802688817, + ], + [ + -110.65273942342505, + 46.82362850299645, + ], + [ + -110.91296090314681, + 46.98052963392573, + ], + [ + -111.07124734805343, + 47.00539961804769, + ], + [ + -111.08129728106337, + 47.08806680069067, + ], + [ + -111.15882533571151, + 47.01146939818977, + ], + [ + -111.5396460115526, + 46.999866986590746, + ], + [ + -111.53928708537367, + 46.91338604828327, + ], + [ + -111.65809165059838, + 46.913278618546244, + ], + [ + -111.79017648444335, + 46.9138694820999, + ], + [ + -111.7894586320855, + 47.12899753049831, + ], + [ + -112.04465514530229, + 47.19297193889844, + ], + [ + -112.04716762855477, + 47.51590572840436, + ], + [ + -111.92262024446725, + 47.50548504391265, + ], + [ + -111.92262024446725, + 47.61141076462218, + ], + [ + -111.66670587889261, + 47.611249620016636, + ], + [ + -111.66670587889261, + 47.69783798806114, + ], + [ + -111.40899688242334, + 47.69821399214074, + ], + [ + -110.97649083681681, + 47.698589996220335, + ], + [ + -111.04971177731784, + 47.59830433670477, + ], + [ + -110.8641469428128, + 47.52503725605173, + ], + [ + -110.76867257921833, + 47.524822396577676, + ], + [ + -110.76903150539725, + 47.445915254730664, + ], + [ + -110.63945915480477, + 47.41626464731097, + ], + ], + ], + "type": "Polygon", + }, + "id": "30013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38091 { + "geometry": { + "coordinates": [ + [ + [ + -97.88250490339655, + 47.672162280911465, + ], + [ + -97.4726112070624, + 47.67205485117444, + ], + [ + -97.47368798559918, + 47.32451965188912, + ], + [ + -97.45143456250574, + 47.23905929608341, + ], + [ + -97.70591322336467, + 47.23997244884815, + ], + [ + -97.96110973658146, + 47.24050959753329, + ], + [ + -97.98695242146418, + 47.326077383076026, + ], + [ + -97.98479886439063, + 47.67226971064849, + ], + [ + -97.88250490339655, + 47.672162280911465, + ], + ], + ], + "type": "Polygon", + }, + "id": "38091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38039 { + "geometry": { + "coordinates": [ + [ + [ + -97.98479886439063, + 47.67226971064849, + ], + [ + -97.98695242146418, + 47.326077383076026, + ], + [ + -97.96110973658146, + 47.24050959753329, + ], + [ + -98.46755457504686, + 47.240455882664776, + ], + [ + -98.4991400787924, + 47.32650710202414, + ], + [ + -98.50021685732918, + 47.58713164405387, + ], + [ + -98.50021685732918, + 47.67226971064849, + ], + [ + -97.98479886439063, + 47.67226971064849, + ], + ], + ], + "type": "Polygon", + }, + "id": "38039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38097 { + "geometry": { + "coordinates": [ + [ + [ + -96.85095106516158, + 47.49995241245571, + ], + [ + -96.83192797767848, + 47.23760899463353, + ], + [ + -97.45143456250574, + 47.23905929608341, + ], + [ + -97.47368798559918, + 47.32451965188912, + ], + [ + -97.4726112070624, + 47.67205485117444, + ], + [ + -96.89725254224311, + 47.67474059460014, + ], + [ + -96.85095106516158, + 47.49995241245571, + ], + ], + ], + "type": "Polygon", + }, + "id": "38097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53045 { + "geometry": { + "coordinates": [ + [ + [ + [ + -122.98795541459454, + 47.60614670750781, + ], + [ + -123.02313018012934, + 47.52020291788547, + ], + [ + -122.80023702301594, + 47.52009548814845, + ], + [ + -122.80131380155272, + 47.404017657289785, + ], + [ + -122.80203165391057, + 47.35905831234359, + ], + [ + -122.92729689035595, + 47.28090317865579, + ], + [ + -122.94667890401799, + 47.2032314787846, + ], + [ + -123.07481554989477, + 47.09832634057684, + ], + [ + -123.20187541723477, + 47.08489762344835, + ], + [ + -123.48937528655496, + 47.08269531383928, + ], + [ + -123.50445018606987, + 47.517624604196804, + ], + [ + -123.50445018606987, + 47.606952430535515, + ], + [ + -122.98795541459454, + 47.60614670750781, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "53045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30063 { + "geometry": { + "coordinates": [ + [ + [ + -113.63433919176808, + 47.59986206789168, + ], + [ + -113.46636174003044, + 47.599969497628706, + ], + [ + -113.46600281385152, + 47.17895235821629, + ], + [ + -113.30305032861885, + 47.17943579203292, + ], + [ + -113.30305032861885, + 46.83211545222166, + ], + [ + -113.48000093482965, + 46.802679704276, + ], + [ + -113.47964200865073, + 46.7449362206235, + ], + [ + -113.66771932640825, + 46.71598390649447, + ], + [ + -113.66736040022933, + 46.65840156744751, + ], + [ + -113.8278004022095, + 46.6610335960047, + ], + [ + -114.33280953595919, + 46.66076502166213, + ], + [ + -114.59554349893344, + 46.63396130227366, + ], + [ + -114.67522511065513, + 46.736878990346405, + ], + [ + -114.54888309567298, + 46.74735338970663, + ], + [ + -114.56611155226146, + 46.96371688008085, + ], + [ + -114.45125517500496, + 46.993260057763536, + ], + [ + -114.48355853110834, + 47.067332861444285, + ], + [ + -114.71183558090564, + 47.18212153545862, + ], + [ + -114.79726001149017, + 47.267689321001356, + ], + [ + -114.55139557892547, + 47.25168229018419, + ], + [ + -114.35362725433693, + 47.18921189810246, + ], + [ + -114.29225087774049, + 47.12539863430787, + ], + [ + -114.18744443349392, + 47.138182773014194, + ], + [ + -113.93368362499284, + 47.13823648788271, + ], + [ + -113.82205758334668, + 47.181638101641994, + ], + [ + -113.87087154368069, + 47.39144837805752, + ], + [ + -113.95127100776024, + 47.47599558109849, + ], + [ + -113.9304532893825, + 47.59846548131031, + ], + [ + -113.63433919176808, + 47.59986206789168, + ], + ], + ], + "type": "Polygon", + }, + "id": "30063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30077 { + "geometry": { + "coordinates": [ + [ + [ + -113.14476388371223, + 47.59631688656975, + ], + [ + -113.0593394531277, + 47.48706084401236, + ], + [ + -113.05898052694879, + 47.179382077164405, + ], + [ + -112.79660549015345, + 47.177233482423844, + ], + [ + -112.79516978543775, + 46.83173944814206, + ], + [ + -112.53566615807384, + 46.834371476699246, + ], + [ + -112.53530723189492, + 46.698526574227444, + ], + [ + -112.4107598478074, + 46.699708301334745, + ], + [ + -112.29410883965626, + 46.60581471117234, + ], + [ + -112.31061944388688, + 46.42098184861581, + ], + [ + -112.55827850734622, + 46.26590702321601, + ], + [ + -113.03672710385534, + 46.26682017598075, + ], + [ + -113.0388806609289, + 46.736126982187216, + ], + [ + -113.11569086321919, + 46.71356673741135, + ], + [ + -113.30305032861885, + 46.83211545222166, + ], + [ + -113.30305032861885, + 47.17943579203292, + ], + [ + -113.46600281385152, + 47.17895235821629, + ], + [ + -113.46636174003044, + 47.599969497628706, + ], + [ + -113.14476388371223, + 47.59631688656975, + ], + ], + ], + "type": "Polygon", + }, + "id": "30077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30069 { + "geometry": { + "coordinates": [ + [ + [ + -107.9087487855314, + 47.4506421631599, + ], + [ + -107.9600752291179, + 47.35895088260657, + ], + [ + -107.95612704114971, + 47.130931265764815, + ], + [ + -107.88111146975406, + 46.99342120236908, + ], + [ + -107.94320569870835, + 46.877719375590004, + ], + [ + -107.89223818130078, + 46.85145280488668, + ], + [ + -107.827631469094, + 46.75584033893183, + ], + [ + -108.63090825753167, + 46.74939455471016, + ], + [ + -108.60901376061715, + 47.097842906760214, + ], + [ + -108.736791480315, + 47.0981651959713, + ], + [ + -108.7192040975476, + 47.27026763469002, + ], + [ + -108.59142637784974, + 47.30625659659438, + ], + [ + -108.31505322007628, + 47.314904690425124, + ], + [ + -108.31289966300272, + 47.58337160325789, + ], + [ + -108.06524059954339, + 47.59830433670477, + ], + [ + -107.93100220862485, + 47.56908344823318, + ], + [ + -107.9087487855314, + 47.4506421631599, + ], + ], + ], + "type": "Polygon", + }, + "id": "30069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53037 { + "geometry": { + "coordinates": [ + [ + [ + -120.09429256008852, + 47.26215668954441, + ], + [ + -120.00707349860936, + 47.22004423262947, + ], + [ + -120.03901792853382, + 47.07050203868661, + ], + [ + -119.92739188688766, + 46.7984362296634, + ], + [ + -119.97297551161134, + 46.737147564688975, + ], + [ + -120.50957014910657, + 46.73811443232223, + ], + [ + -120.50921122292763, + 46.82454165576119, + ], + [ + -120.634476459373, + 46.825830812605524, + ], + [ + -120.63483538555194, + 46.911989461701914, + ], + [ + -121.02642384676082, + 46.911344883279746, + ], + [ + -121.08995378043082, + 46.99105774815446, + ], + [ + -121.28126143379869, + 47.08887252371838, + ], + [ + -121.37960720682457, + 47.08672392897782, + ], + [ + -121.29884881656609, + 47.14747544526711, + ], + [ + -121.46395485887231, + 47.35363311062369, + ], + [ + -121.42878009333751, + 47.41615721757394, + ], + [ + -121.21486009069727, + 47.569029733364665, + ], + [ + -121.11364290823998, + 47.59712260959746, + ], + [ + -120.92412988576675, + 47.433345975498405, + ], + [ + -120.80245391111065, + 47.42249557205858, + ], + [ + -120.66498518458177, + 47.34331985586901, + ], + [ + -120.38932987916616, + 47.26118982191116, + ], + [ + -120.09429256008852, + 47.26215668954441, + ], + ], + ], + "type": "Polygon", + }, + "id": "53037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38031 { + "geometry": { + "coordinates": [ + [ + [ + -98.50021685732918, + 47.58713164405387, + ], + [ + -98.4991400787924, + 47.32650710202414, + ], + [ + -99.26652424933741, + 47.32720539531482, + ], + [ + -99.26580639697956, + 47.587615077870495, + ], + [ + -98.50021685732918, + 47.58713164405387, + ], + ], + ], + "type": "Polygon", + }, + "id": "38031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38057 { + "geometry": { + "coordinates": [ + [ + [ + -101.2574877638431, + 47.265540726260795, + ], + [ + -101.25784669002203, + 47.241315320561, + ], + [ + -101.76429152848742, + 47.24120789082397, + ], + [ + -101.76429152848742, + 46.98128164208492, + ], + [ + -102.09737502253128, + 46.98106678261087, + ], + [ + -102.1447532781496, + 47.01034138595097, + ], + [ + -102.14439435197066, + 47.328064833211045, + ], + [ + -102.20541180238818, + 47.328064833211045, + ], + [ + -102.20541180238818, + 47.57450864995309, + ], + [ + -101.81382334117929, + 47.4964609460023, + ], + [ + -101.73414172945759, + 47.53218133356409, + ], + [ + -101.42833662501215, + 47.561993085589336, + ], + [ + -101.44125796745351, + 47.462942868049595, + ], + [ + -101.3493728656483, + 47.29599705670821, + ], + [ + -101.2574877638431, + 47.265540726260795, + ], + ], + ], + "type": "Polygon", + }, + "id": "38057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53027 { + "geometry": { + "coordinates": [ + [ + [ + -123.50445018606987, + 47.517624604196804, + ], + [ + -123.48937528655496, + 47.08269531383928, + ], + [ + -123.20187541723477, + 47.08489762344835, + ], + [ + -123.15880427576359, + 46.99621437553181, + ], + [ + -123.16059890665822, + 46.79338703202309, + ], + [ + -123.37128857368812, + 46.792097875178754, + ], + [ + -124.09811408601442, + 46.79413904018229, + ], + [ + -124.13759596569635, + 46.904415665241444, + ], + [ + -124.04678764242792, + 46.893565261801626, + ], + [ + -123.82317663295667, + 46.95775452967581, + ], + [ + -124.15123516049556, + 47.02172893807593, + ], + [ + -124.23378818164866, + 47.28208490576309, + ], + [ + -124.32028939076997, + 47.35524455667911, + ], + [ + -124.35474630394692, + 47.53411506883059, + ], + [ + -124.04714656860685, + 47.51810803801343, + ], + [ + -123.50445018606987, + 47.517624604196804, + ], + ], + ], + "type": "Polygon", + }, + "id": "53027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27087 { + "geometry": { + "coordinates": [ + [ + [ + -95.55127937126846, + 47.15145034553714, + ], + [ + -96.06705629038595, + 47.1516652050112, + ], + [ + -96.0677741427438, + 47.499200404296516, + ], + [ + -95.5545097068788, + 47.50032841653531, + ], + [ + -95.55127937126846, + 47.15145034553714, + ], + ], + ], + "type": "Polygon", + }, + "id": "27087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27107 { + "geometry": { + "coordinates": [ + [ + [ + -96.85095106516158, + 47.49995241245571, + ], + [ + -96.0677741427438, + 47.499200404296516, + ], + [ + -96.06705629038595, + 47.1516652050112, + ], + [ + -96.19483401008381, + 47.151074341457544, + ], + [ + -96.84054220597271, + 47.15085948198349, + ], + [ + -96.83192797767848, + 47.23760899463353, + ], + [ + -96.85095106516158, + 47.49995241245571, + ], + ], + ], + "type": "Polygon", + }, + "id": "27107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30061 { + "geometry": { + "coordinates": [ + [ + [ + -114.79726001149017, + 47.267689321001356, + ], + [ + -114.71183558090564, + 47.18212153545862, + ], + [ + -114.48355853110834, + 47.067332861444285, + ], + [ + -114.45125517500496, + 46.993260057763536, + ], + [ + -114.56611155226146, + 46.96371688008085, + ], + [ + -114.54888309567298, + 46.74735338970663, + ], + [ + -114.67522511065513, + 46.736878990346405, + ], + [ + -114.94836793281826, + 46.85924146082121, + ], + [ + -114.95949464436498, + 46.93288454555385, + ], + [ + -115.04922618909663, + 46.96973294535442, + ], + [ + -115.1436237741543, + 47.10176409216173, + ], + [ + -115.34067424638499, + 47.262747553098066, + ], + [ + -115.52946941650038, + 47.29927366368756, + ], + [ + -115.55100498723597, + 47.34987306982771, + ], + [ + -115.72077706986823, + 47.425503604695365, + ], + [ + -115.62853304188411, + 47.47964819215744, + ], + [ + -115.28288713157782, + 47.48689969940682, + ], + [ + -114.98246591981628, + 47.396819864908906, + ], + [ + -114.96882672501707, + 47.31259495107902, + ], + [ + -114.79726001149017, + 47.267689321001356, + ], + ], + ], + "type": "Polygon", + }, + "id": "30061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27021 { + "geometry": { + "coordinates": [ + [ + [ + -93.77531263793979, + 47.030430746775195, + ], + [ + -93.77603049029764, + 46.802840848881544, + ], + [ + -94.34241600064377, + 46.805526592307245, + ], + [ + -94.32734110112885, + 46.289648995099185, + ], + [ + -94.34169814828591, + 46.27767057942057, + ], + [ + -94.42461009561795, + 46.33170773714561, + ], + [ + -94.53480043254841, + 46.3028091378851, + ], + [ + -94.65396392395203, + 46.34868163559602, + ], + [ + -94.73149197860018, + 46.36866356668321, + ], + [ + -94.7792291603974, + 46.394768992780996, + ], + [ + -94.78712553633379, + 46.80407629085737, + ], + [ + -94.66042459517271, + 46.80348542730371, + ], + [ + -94.67011560200373, + 47.410087437431855, + ], + [ + -94.41635479350265, + 47.411806313224304, + ], + [ + -94.41635479350265, + 47.44484095736039, + ], + [ + -94.32267506080281, + 47.4156200688888, + ], + [ + -94.11808713881466, + 47.480722489527714, + ], + [ + -94.02656096318839, + 47.351430801014615, + ], + [ + -93.77746619501335, + 47.277357997333866, + ], + [ + -93.77531263793979, + 47.030430746775195, + ], + ], + ], + "type": "Polygon", + }, + "id": "27021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 23003 { + "geometry": { + "coordinates": [ + [ + [ + -67.80628574024446, + 45.68073724562494, + ], + [ + -68.04820198484097, + 45.640021375291354, + ], + [ + -68.43261192247134, + 45.57953843334464, + ], + [ + -68.43656011043953, + 46.38182370946913, + ], + [ + -68.81917541717526, + 46.395682145545734, + ], + [ + -68.82204682660667, + 46.57245777782518, + ], + [ + -69.72115690481773, + 46.57385436440654, + ], + [ + -70.02301382129498, + 46.57396179414357, + ], + [ + -69.99717113641226, + 46.69551854159066, + ], + [ + -69.22440307318335, + 47.45977369080727, + ], + [ + -69.04314535282543, + 47.42668533180267, + ], + [ + -69.04099179575188, + 47.24502164648846, + ], + [ + -68.89993380743373, + 47.177770631108984, + ], + [ + -68.60740897160858, + 47.246955381754965, + ], + [ + -68.58013058201016, + 47.28708038853489, + ], + [ + -68.37769621709558, + 47.28734896287746, + ], + [ + -68.36298024375958, + 47.35465369312546, + ], + [ + -68.23448467170387, + 47.355298271547625, + ], + [ + -67.95344547360436, + 47.1966782648259, + ], + [ + -67.79013406219278, + 47.06722543170726, + ], + [ + -67.78116090771961, + 45.94345666752671, + ], + [ + -67.80628574024446, + 45.68073724562494, + ], + ], + ], + "type": "Polygon", + }, + "id": "23003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30045 { + "geometry": { + "coordinates": [ + [ + [ + -110.21341378041892, + 47.416640651390566, + ], + [ + -110.1279893498344, + 47.359004597475085, + ], + [ + -110.1279893498344, + 47.27198651048247, + ], + [ + -109.75685968082432, + 47.185505572174996, + ], + [ + -109.75542397610862, + 46.89619729035881, + ], + [ + -109.83043954750427, + 46.80198141098532, + ], + [ + -109.7457329692776, + 46.69379966579821, + ], + [ + -109.96826720021207, + 46.750844856160036, + ], + [ + -110.27335445229966, + 46.710612419643084, + ], + [ + -110.45784250826792, + 46.67849092827173, + ], + [ + -110.65273942342505, + 46.82362850299645, + ], + [ + -110.64520197366758, + 47.09574802688817, + ], + [ + -110.77226184100759, + 47.095855456625195, + ], + [ + -110.76759580068155, + 47.35905831234359, + ], + [ + -110.63910022862584, + 47.359004597475085, + ], + [ + -110.63945915480477, + 47.41626464731097, + ], + [ + -110.21341378041892, + 47.416640651390566, + ], + ], + ], + "type": "Polygon", + }, + "id": "30045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16009 { + "geometry": { + "coordinates": [ + [ + [ + -116.33059264786448, + 47.413686333622294, + ], + [ + -116.33059264786448, + 47.022319801629585, + ], + [ + -116.83631963397202, + 47.032418196910214, + ], + [ + -117.04054862978124, + 47.12717122496883, + ], + [ + -117.04090755596017, + 47.25925608664466, + ], + [ + -117.04090755596017, + 47.3659875303819, + ], + [ + -116.63029600726817, + 47.371573876707345, + ], + [ + -116.58722486579698, + 47.41454577151852, + ], + [ + -116.33059264786448, + 47.413686333622294, + ], + ], + ], + "type": "Polygon", + }, + "id": "16009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27057 { + "geometry": { + "coordinates": [ + [ + [ + -94.67011560200373, + 47.410087437431855, + ], + [ + -94.66042459517271, + 46.80348542730371, + ], + [ + -94.78712553633379, + 46.80407629085737, + ], + [ + -95.16328017184884, + 46.80482829901656, + ], + [ + -95.16902299071167, + 47.15252464290742, + ], + [ + -95.18338003786873, + 47.412773180857556, + ], + [ + -94.67011560200373, + 47.410087437431855, + ], + ], + ], + "type": "Polygon", + }, + "id": "27057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53053 { + "geometry": { + "coordinates": [ + [ + [ + [ + -122.41726279010129, + 47.320491036750575, + ], + [ + -122.33435084276925, + 47.25791321493181, + ], + [ + -122.14268426322246, + 47.25780578519478, + ], + [ + -122.09494708142523, + 47.19442224034832, + ], + [ + -121.90112694480487, + 47.15585496475529, + ], + [ + -121.79596157437939, + 47.17309743754827, + ], + [ + -121.37960720682457, + 47.08672392897782, + ], + [ + -121.45677633529378, + 46.922732435404704, + ], + [ + -121.5231776783952, + 46.87288503742375, + ], + [ + -121.45534063057808, + 46.78318120700544, + ], + [ + -121.75863325177103, + 46.783772070559095, + ], + [ + -121.8325720446299, + 46.72790860730457, + ], + [ + -122.20298386128212, + 46.763038131312705, + ], + [ + -122.32932587626428, + 46.84398643816324, + ], + [ + -122.48976587824446, + 46.8665466829391, + ], + [ + -122.63728453778327, + 46.97687702286677, + ], + [ + -122.6968662834851, + 47.09735947294359, + ], + [ + -122.58416346330215, + 47.18491470862134, + ], + [ + -122.53319594589456, + 47.31662356621757, + ], + [ + -122.41726279010129, + 47.320491036750575, + ], + ], + ], + [ + [ + [ + -122.62723460477334, + 47.40353422347316, + ], + [ + -122.55221903337768, + 47.40342679373613, + ], + [ + -122.58559916801785, + 47.25415317413584, + ], + [ + -122.67281822949701, + 47.28686552906083, + ], + [ + -122.62723460477334, + 47.40353422347316, + ], + ], + ], + [ + [ + [ + -122.80203165391057, + 47.35905831234359, + ], + [ + -122.80131380155272, + 47.404017657289785, + ], + [ + -122.63441312835187, + 47.403480508604645, + ], + [ + -122.72701608251492, + 47.33805579875464, + ], + [ + -122.76111406951294, + 47.16724251688025, + ], + [ + -122.83146360058255, + 47.243249055827505, + ], + [ + -122.80203165391057, + 47.35905831234359, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "53053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30109 { + "geometry": { + "coordinates": [ + [ + [ + -104.04490846938685, + 47.39741072846256, + ], + [ + -104.04526739556579, + 47.33015971308309, + ], + [ + -104.04526739556579, + 46.64137395412858, + ], + [ + -104.35394390944263, + 46.64137395412858, + ], + [ + -104.41783276929156, + 46.6848829976249, + ], + [ + -104.60698686558587, + 46.6848829976249, + ], + [ + -104.60375652997553, + 46.86085290687662, + ], + [ + -104.41208995042874, + 46.904147090898874, + ], + [ + -104.30548887528755, + 47.04230173271678, + ], + [ + -104.34209934553806, + 47.245612510042115, + ], + [ + -104.42034525254405, + 47.35459997825694, + ], + [ + -104.13140967850816, + 47.354116544440316, + ], + [ + -104.04490846938685, + 47.39741072846256, + ], + ], + ], + "type": "Polygon", + }, + "id": "30109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38007 { + "geometry": { + "coordinates": [ + [ + [ + -103.09913798791534, + 47.32870941163321, + ], + [ + -103.03273664481392, + 47.32870941163321, + ], + [ + -103.032377718635, + 46.98058334879424, + ], + [ + -103.2308638955814, + 46.97988505550356, + ], + [ + -103.23158174793925, + 46.62977154252957, + ], + [ + -103.60917208817, + 46.629717827661054, + ], + [ + -103.60953101434893, + 46.97988505550356, + ], + [ + -103.66695920297718, + 46.97977762576653, + ], + [ + -103.66660027679825, + 47.32935399005538, + ], + [ + -103.09913798791534, + 47.32870941163321, + ], + ], + ], + "type": "Polygon", + }, + "id": "38007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38033 { + "geometry": { + "coordinates": [ + [ + [ + -103.66660027679825, + 47.32935399005538, + ], + [ + -103.66695920297718, + 46.97977762576653, + ], + [ + -103.60953101434893, + 46.97988505550356, + ], + [ + -103.60917208817, + 46.629717827661054, + ], + [ + -103.80083866771679, + 46.629502968187, + ], + [ + -103.80083866771679, + 46.54076600540194, + ], + [ + -104.04526739556579, + 46.540927150007484, + ], + [ + -104.04526739556579, + 46.64137395412858, + ], + [ + -104.04526739556579, + 47.33015971308309, + ], + [ + -103.66660027679825, + 47.32935399005538, + ], + ], + ], + "type": "Polygon", + }, + "id": "38033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38043 { + "geometry": { + "coordinates": [ + [ + [ + -99.48080317815658, + 47.326990535840764, + ], + [ + -99.4811621043355, + 46.98069077853127, + ], + [ + -99.44634626497962, + 46.980905638005325, + ], + [ + -99.44957660058996, + 46.63170527779607, + ], + [ + -99.91582170701558, + 46.632940719771895, + ], + [ + -100.08164560167965, + 46.63337043872001, + ], + [ + -100.07518493045897, + 46.981442786690465, + ], + [ + -100.1146668101409, + 46.98165764616452, + ], + [ + -100.11287217924627, + 47.32720539531482, + ], + [ + -100.03319056752457, + 47.32720539531482, + ], + [ + -99.48080317815658, + 47.326990535840764, + ], + ], + ], + "type": "Polygon", + }, + "id": "38043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38093 { + "geometry": { + "coordinates": [ + [ + [ + -98.4991400787924, + 47.32650710202414, + ], + [ + -98.46755457504686, + 47.240455882664776, + ], + [ + -98.46755457504686, + 46.979562766292474, + ], + [ + -98.43955833309059, + 46.9796701960295, + ], + [ + -98.43955833309059, + 46.63111441424242, + ], + [ + -99.0368114948244, + 46.63057726555728, + ], + [ + -99.44957660058996, + 46.63170527779607, + ], + [ + -99.44634626497962, + 46.980905638005325, + ], + [ + -99.4811621043355, + 46.98069077853127, + ], + [ + -99.48080317815658, + 47.326990535840764, + ], + [ + -99.26652424933741, + 47.32720539531482, + ], + [ + -98.4991400787924, + 47.32650710202414, + ], + ], + ], + "type": "Polygon", + }, + "id": "38093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38015 { + "geometry": { + "coordinates": [ + [ + [ + -100.11287217924627, + 47.32720539531482, + ], + [ + -100.1146668101409, + 46.98165764616452, + ], + [ + -100.07518493045897, + 46.981442786690465, + ], + [ + -100.08164560167965, + 46.63337043872001, + ], + [ + -100.66202923300392, + 46.63433730635326, + ], + [ + -100.78155165058647, + 46.686601873417345, + ], + [ + -100.81600856376342, + 46.80396886112034, + ], + [ + -100.9358899075249, + 46.98283937327183, + ], + [ + -100.88097420214913, + 47.016088876881966, + ], + [ + -100.96532185419687, + 47.156660687783, + ], + [ + -100.74924829448308, + 47.15725155133666, + ], + [ + -100.74924829448308, + 47.327688829131446, + ], + [ + -100.67351487072958, + 47.32774254399996, + ], + [ + -100.11287217924627, + 47.32720539531482, + ], + ], + ], + "type": "Polygon", + }, + "id": "38015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38065 { + "geometry": { + "coordinates": [ + [ + [ + -100.96532185419687, + 47.156660687783, + ], + [ + -100.88097420214913, + 47.016088876881966, + ], + [ + -100.9358899075249, + 46.98283937327183, + ], + [ + -101.76429152848742, + 46.98128164208492, + ], + [ + -101.76429152848742, + 47.24120789082397, + ], + [ + -101.25784669002203, + 47.241315320561, + ], + [ + -101.2574877638431, + 47.265540726260795, + ], + [ + -101.05541232510744, + 47.29309645380846, + ], + [ + -100.96532185419687, + 47.156660687783, + ], + ], + ], + "type": "Polygon", + }, + "id": "38065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53001 { + "geometry": { + "coordinates": [ + [ + [ + -117.96047642637005, + 47.26038409888345, + ], + [ + -117.95868179547541, + 46.914890064601664, + ], + [ + -118.0125207223144, + 46.79043271425482, + ], + [ + -118.20993012072401, + 46.73892015534994, + ], + [ + -119.36962060483577, + 46.737254994426, + ], + [ + -119.36854382629899, + 46.91247289551854, + ], + [ + -118.98269818395292, + 46.91129116841123, + ], + [ + -118.97946784834258, + 47.261404681385216, + ], + [ + -117.96047642637005, + 47.26038409888345, + ], + ], + ], + "type": "Polygon", + }, + "id": "53001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53075 { + "geometry": { + "coordinates": [ + [ + [ + -117.82372555219902, + 47.260330384014935, + ], + [ + -117.04090755596017, + 47.25925608664466, + ], + [ + -117.04054862978124, + 47.12717122496883, + ], + [ + -117.04054862978124, + 46.54162544329816, + ], + [ + -117.04090755596017, + 46.425869901650586, + ], + [ + -117.19704044379323, + 46.41996126611404, + ], + [ + -117.22898487371769, + 46.46228858250305, + ], + [ + -117.25410970624256, + 46.54527805435711, + ], + [ + -117.47520823246131, + 46.7002991648884, + ], + [ + -117.75122246405586, + 46.689985910133714, + ], + [ + -117.8517217941553, + 46.62477605975778, + ], + [ + -118.17260179811565, + 46.55693418082464, + ], + [ + -118.21567293958684, + 46.58889452759045, + ], + [ + -118.20993012072401, + 46.73892015534994, + ], + [ + -118.0125207223144, + 46.79043271425482, + ], + [ + -117.95868179547541, + 46.914890064601664, + ], + [ + -117.96047642637005, + 47.26038409888345, + ], + [ + -117.82372555219902, + 47.260330384014935, + ], + ], + ], + "type": "Polygon", + }, + "id": "53075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38003 { + "geometry": { + "coordinates": [ + [ + [ + -97.96110973658146, + 47.24050959753329, + ], + [ + -97.70591322336467, + 47.23997244884815, + ], + [ + -97.68150624319767, + 46.978488468922194, + ], + [ + -97.6818651693766, + 46.63004011687214, + ], + [ + -98.03397175090356, + 46.63073841016282, + ], + [ + -98.43955833309059, + 46.63111441424242, + ], + [ + -98.43955833309059, + 46.9796701960295, + ], + [ + -98.46755457504686, + 46.979562766292474, + ], + [ + -98.46755457504686, + 47.240455882664776, + ], + [ + -97.96110973658146, + 47.24050959753329, + ], + ], + ], + "type": "Polygon", + }, + "id": "38003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38017 { + "geometry": { + "coordinates": [ + [ + [ + -97.45143456250574, + 47.23905929608341, + ], + [ + -96.83192797767848, + 47.23760899463353, + ], + [ + -96.84054220597271, + 47.15085948198349, + ], + [ + -96.83838864889915, + 47.008407650684475, + ], + [ + -96.76229629896672, + 46.93476456595183, + ], + [ + -96.80177817864865, + 46.79789908097827, + ], + [ + -96.79818891685937, + 46.63046983582025, + ], + [ + -97.27986784897884, + 46.629180678975914, + ], + [ + -97.6818651693766, + 46.63004011687214, + ], + [ + -97.68150624319767, + 46.978488468922194, + ], + [ + -97.70591322336467, + 47.23997244884815, + ], + [ + -97.45143456250574, + 47.23905929608341, + ], + ], + ], + "type": "Polygon", + }, + "id": "38017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53067 { + "geometry": { + "coordinates": [ + [ + [ + -122.6968662834851, + 47.09735947294359, + ], + [ + -122.63728453778327, + 46.97687702286677, + ], + [ + -122.48976587824446, + 46.8665466829391, + ], + [ + -122.32932587626428, + 46.84398643816324, + ], + [ + -122.20298386128212, + 46.763038131312705, + ], + [ + -123.16095783283714, + 46.76427357328852, + ], + [ + -123.16059890665822, + 46.79338703202309, + ], + [ + -123.15880427576359, + 46.99621437553181, + ], + [ + -123.20187541723477, + 47.08489762344835, + ], + [ + -123.07481554989477, + 47.09832634057684, + ], + [ + -122.94165393751301, + 47.17170085096691, + ], + [ + -123.0008767570359, + 47.074047220008524, + ], + [ + -122.90396668872572, + 47.07463808356218, + ], + [ + -122.81495299635193, + 47.17728719729236, + ], + [ + -122.6968662834851, + 47.09735947294359, + ], + ], + ], + "type": "Polygon", + }, + "id": "53067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30079 { + "geometry": { + "coordinates": [ + [ + [ + -104.60375652997553, + 46.86085290687662, + ], + [ + -104.60698686558587, + 46.6848829976249, + ], + [ + -104.73332888056802, + 46.61269021434213, + ], + [ + -104.8585941170134, + 46.612475354868074, + ], + [ + -104.98457720581662, + 46.5406048607964, + ], + [ + -105.23941479285449, + 46.540980864876, + ], + [ + -105.44938660752653, + 46.57090004663827, + ], + [ + -105.49497023225021, + 46.6579718484994, + ], + [ + -105.57572862250869, + 46.65786441876237, + ], + [ + -105.6177229854431, + 46.83206173735314, + ], + [ + -105.83271976662012, + 46.86053061766554, + ], + [ + -106.0864805751212, + 46.860262043322976, + ], + [ + -106.08719842747905, + 47.18093980835131, + ], + [ + -105.96013856013904, + 47.181100952956854, + ], + [ + -105.96013856013904, + 47.092954853725445, + ], + [ + -105.83271976662012, + 47.09311599833099, + ], + [ + -105.83271976662012, + 47.180993523219826, + ], + [ + -105.40631546605535, + 47.181530671904966, + ], + [ + -105.32483922343901, + 47.18142324216794, + ], + [ + -105.32483922343901, + 46.97719931207786, + ], + [ + -105.19706150374115, + 46.97714559720934, + ], + [ + -105.19706150374115, + 46.919187254082786, + ], + [ + -105.06964271022223, + 46.91913353921427, + ], + [ + -105.02764834728781, + 46.86149748529879, + ], + [ + -104.60375652997553, + 46.86085290687662, + ], + ], + ], + "type": "Polygon", + }, + "id": "30079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27005 { + "geometry": { + "coordinates": [ + [ + [ + -95.16902299071167, + 47.15252464290742, + ], + [ + -95.16328017184884, + 46.80482829901656, + ], + [ + -95.16363909802777, + 46.71764906741841, + ], + [ + -96.17473414406392, + 46.71786392689246, + ], + [ + -96.19483401008381, + 47.151074341457544, + ], + [ + -96.06705629038595, + 47.1516652050112, + ], + [ + -95.55127937126846, + 47.15145034553714, + ], + [ + -95.16902299071167, + 47.15252464290742, + ], + ], + ], + "type": "Polygon", + }, + "id": "27005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27027 { + "geometry": { + "coordinates": [ + [ + [ + -96.19483401008381, + 47.151074341457544, + ], + [ + -96.17473414406392, + 46.71786392689246, + ], + [ + -96.17222166081143, + 46.630684695294306, + ], + [ + -96.28097629302619, + 46.63084583989985, + ], + [ + -96.78311401734446, + 46.630416120951736, + ], + [ + -96.79818891685937, + 46.63046983582025, + ], + [ + -96.80177817864865, + 46.79789908097827, + ], + [ + -96.76229629896672, + 46.93476456595183, + ], + [ + -96.83838864889915, + 47.008407650684475, + ], + [ + -96.84054220597271, + 47.15085948198349, + ], + [ + -96.19483401008381, + 47.151074341457544, + ], + ], + ], + "type": "Polygon", + }, + "id": "27027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16057 { + "geometry": { + "coordinates": [ + [ + [ + -116.33059264786448, + 47.022319801629585, + ], + [ + -116.33059264786448, + 46.93438856187224, + ], + [ + -116.33023372168556, + 46.627784092394556, + ], + [ + -116.45693466284663, + 46.62891210463334, + ], + [ + -116.62239963133179, + 46.6287509600278, + ], + [ + -116.72074540435767, + 46.54259231093141, + ], + [ + -117.04054862978124, + 46.54162544329816, + ], + [ + -117.04054862978124, + 47.12717122496883, + ], + [ + -116.83631963397202, + 47.032418196910214, + ], + [ + -116.33059264786448, + 47.022319801629585, + ], + ], + ], + "type": "Polygon", + }, + "id": "16057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53077 { + "geometry": { + "coordinates": [ + [ + [ + -119.97297551161134, + 46.737147564688975, + ], + [ + -119.8739118862276, + 46.628536100553745, + ], + [ + -119.86673336264907, + 46.04068057953698, + ], + [ + -120.59319994879645, + 46.04068057953698, + ], + [ + -121.52389553075305, + 46.04406461625336, + ], + [ + -121.52389553075305, + 46.388699212638926, + ], + [ + -121.3950410325184, + 46.38929007619258, + ], + [ + -121.45139244260989, + 46.53346078328404, + ], + [ + -121.3613019716993, + 46.711418142670794, + ], + [ + -121.45534063057808, + 46.78318120700544, + ], + [ + -121.5231776783952, + 46.87288503742375, + ], + [ + -121.45677633529378, + 46.922732435404704, + ], + [ + -121.37960720682457, + 47.08672392897782, + ], + [ + -121.28126143379869, + 47.08887252371838, + ], + [ + -121.08995378043082, + 46.99105774815446, + ], + [ + -121.02642384676082, + 46.911344883279746, + ], + [ + -120.63483538555194, + 46.911989461701914, + ], + [ + -120.634476459373, + 46.825830812605524, + ], + [ + -120.50921122292763, + 46.82454165576119, + ], + [ + -120.50957014910657, + 46.73811443232223, + ], + [ + -119.97297551161134, + 46.737147564688975, + ], + ], + ], + "type": "Polygon", + }, + "id": "53077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30059 { + "geometry": { + "coordinates": [ + [ + [ + -110.65273942342505, + 46.82362850299645, + ], + [ + -110.45784250826792, + 46.67849092827173, + ], + [ + -110.27335445229966, + 46.710612419643084, + ], + [ + -110.28196868059389, + 46.2204642444532, + ], + [ + -110.28196868059389, + 46.184206708206275, + ], + [ + -110.78410640491217, + 46.192425083088914, + ], + [ + -111.06299204593812, + 46.19290851690554, + ], + [ + -111.12688090578705, + 46.27428654270419, + ], + [ + -111.05689030089637, + 46.39815302949738, + ], + [ + -111.22702130970757, + 46.42871678968182, + ], + [ + -111.34510802257441, + 46.54592263277928, + ], + [ + -111.49801057479712, + 46.76244726775905, + ], + [ + -111.64552923433594, + 46.84194527315971, + ], + [ + -111.65809165059838, + 46.913278618546244, + ], + [ + -111.53928708537367, + 46.91338604828327, + ], + [ + -111.5396460115526, + 46.999866986590746, + ], + [ + -111.15882533571151, + 47.01146939818977, + ], + [ + -111.08129728106337, + 47.08806680069067, + ], + [ + -111.07124734805343, + 47.00539961804769, + ], + [ + -110.91296090314681, + 46.98052963392573, + ], + [ + -110.65273942342505, + 46.82362850299645, + ], + ], + ], + "type": "Polygon", + }, + "id": "30059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27001 { + "geometry": { + "coordinates": [ + [ + [ + -93.05602457537094, + 47.026402131636644, + ], + [ + -93.06140846805484, + 46.76652959776611, + ], + [ + -93.05494779683416, + 46.41926297282336, + ], + [ + -93.0542299444763, + 46.158047567239976, + ], + [ + -93.43182028470706, + 46.153965237232924, + ], + [ + -93.43038457999135, + 46.24613995160287, + ], + [ + -93.79613035631753, + 46.24318563383461, + ], + [ + -93.81156418201137, + 46.58379161508162, + ], + [ + -93.77782512119228, + 46.589646535749644, + ], + [ + -93.77603049029764, + 46.802840848881544, + ], + [ + -93.77531263793979, + 47.030430746775195, + ], + [ + -93.05602457537094, + 47.026402131636644, + ], + ], + ], + "type": "Polygon", + }, + "id": "27001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26131 { + "geometry": { + "coordinates": [ + [ + [ + -88.99118559902752, + 46.41969269177147, + ], + [ + -88.99046774666967, + 46.333211753464, + ], + [ + -89.36554560364793, + 46.33294317912143, + ], + [ + -89.365186677469, + 46.50558276652529, + ], + [ + -89.7406234606262, + 46.505206762445695, + ], + [ + -89.74026453444726, + 46.59206370483277, + ], + [ + -89.86445299235587, + 46.59276199812345, + ], + [ + -89.88850104634395, + 46.76577758960691, + ], + [ + -89.78764279006558, + 46.81922388377831, + ], + [ + -89.41615419487657, + 46.84355671921513, + ], + [ + -89.23920358866577, + 46.90742369787823, + ], + [ + -89.11896331872538, + 46.994173210528274, + ], + [ + -88.93339848422033, + 47.031236469802906, + ], + [ + -88.93268063186248, + 46.7657238747384, + ], + [ + -88.86448465786643, + 46.67929665129944, + ], + [ + -88.98939096813288, + 46.68010237432715, + ], + [ + -88.99118559902752, + 46.41969269177147, + ], + ], + ], + "type": "Polygon", + }, + "id": "26131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38089 { + "geometry": { + "coordinates": [ + [ + [ + -102.1447532781496, + 47.01034138595097, + ], + [ + -102.09737502253128, + 46.98106678261087, + ], + [ + -102.0962982439945, + 46.71781021202395, + ], + [ + -102.09665717017343, + 46.63100698450539, + ], + [ + -102.92793020056737, + 46.63004011687214, + ], + [ + -103.23158174793925, + 46.62977154252957, + ], + [ + -103.2308638955814, + 46.97988505550356, + ], + [ + -103.032377718635, + 46.98058334879424, + ], + [ + -102.52557395399069, + 46.98128164208492, + ], + [ + -102.52557395399069, + 47.010233956213945, + ], + [ + -102.1447532781496, + 47.01034138595097, + ], + ], + ], + "type": "Polygon", + }, + "id": "38089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38059 { + "geometry": { + "coordinates": [ + [ + [ + -100.9358899075249, + 46.98283937327183, + ], + [ + -100.81600856376342, + 46.80396886112034, + ], + [ + -100.78155165058647, + 46.686601873417345, + ], + [ + -100.66202923300392, + 46.63433730635326, + ], + [ + -100.56799057412516, + 46.59399744009927, + ], + [ + -100.59024399721861, + 46.4278573517856, + ], + [ + -100.72268775724251, + 46.38037340801925, + ], + [ + -100.91937930329428, + 46.39417812922734, + ], + [ + -101.04859272770784, + 46.28465351232738, + ], + [ + -101.04859272770784, + 46.371403024977425, + ], + [ + -101.29912320059859, + 46.37145673984594, + ], + [ + -101.29912320059859, + 46.630147546609166, + ], + [ + -101.71763112522697, + 46.63100698450539, + ], + [ + -101.71799005140589, + 46.718025071498005, + ], + [ + -102.0962982439945, + 46.71781021202395, + ], + [ + -102.09737502253128, + 46.98106678261087, + ], + [ + -101.76429152848742, + 46.98128164208492, + ], + [ + -100.9358899075249, + 46.98283937327183, + ], + ], + ], + "type": "Polygon", + }, + "id": "38059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26013 { + "geometry": { + "coordinates": [ + [ + [ + -88.04469726519814, + 46.91182831709637, + ], + [ + -88.04469726519814, + 46.765294155790286, + ], + [ + -87.99157619071701, + 46.67902807695687, + ], + [ + -88.1157646486256, + 46.678329783666186, + ], + [ + -88.11648250098345, + 46.419585262034445, + ], + [ + -88.67927874954032, + 46.420122410719586, + ], + [ + -88.6789198233614, + 46.85172137922925, + ], + [ + -88.55185995602139, + 46.85172137922925, + ], + [ + -88.55221888220032, + 46.93847089187929, + ], + [ + -88.45136062592195, + 46.9389006108274, + ], + [ + -88.46787123015257, + 46.75159686431923, + ], + [ + -88.24031203271312, + 46.931380529235454, + ], + [ + -88.04469726519814, + 46.91182831709637, + ], + ], + ], + "type": "Polygon", + }, + "id": "26013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16035 { + "geometry": { + "coordinates": [ + [ + [ + -114.95949464436498, + 46.93288454555385, + ], + [ + -114.94836793281826, + 46.85924146082121, + ], + [ + -114.67522511065513, + 46.736878990346405, + ], + [ + -114.59554349893344, + 46.63396130227366, + ], + [ + -115.6310455251366, + 46.47340756028544, + ], + [ + -115.81661035964163, + 46.26628302729561, + ], + [ + -116.17122942442109, + 46.37151045471445, + ], + [ + -116.37043345372533, + 46.46680063145822, + ], + [ + -116.45011506544704, + 46.49693467269455, + ], + [ + -116.45693466284663, + 46.62891210463334, + ], + [ + -116.33023372168556, + 46.627784092394556, + ], + [ + -116.33059264786448, + 46.93438856187224, + ], + [ + -114.95949464436498, + 46.93288454555385, + ], + ], + ], + "type": "Polygon", + }, + "id": "16035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30017 { + "geometry": { + "coordinates": [ + [ + [ + -104.73332888056802, + 46.61269021434213, + ], + [ + -104.73332888056802, + 46.48221679872172, + ], + [ + -104.90597237263171, + 46.48216308385321, + ], + [ + -104.88587250661182, + 46.13672276443994, + ], + [ + -104.93935250727188, + 46.136561619834396, + ], + [ + -104.93935250727188, + 45.78687782580852, + ], + [ + -104.98206472256413, + 45.78693154067703, + ], + [ + -106.19200487172562, + 45.78854298673245, + ], + [ + -106.19128701936776, + 46.13699133878251, + ], + [ + -106.15324084440154, + 46.137206198256564, + ], + [ + -106.1553944014751, + 46.483452240697545, + ], + [ + -106.12057856211922, + 46.48355967043457, + ], + [ + -106.12093748829815, + 46.83130972919395, + ], + [ + -106.0864805751212, + 46.84597388829826, + ], + [ + -106.0864805751212, + 46.860262043322976, + ], + [ + -105.83271976662012, + 46.86053061766554, + ], + [ + -105.6177229854431, + 46.83206173735314, + ], + [ + -105.57572862250869, + 46.65786441876237, + ], + [ + -105.49497023225021, + 46.6579718484994, + ], + [ + -105.44938660752653, + 46.57090004663827, + ], + [ + -105.23941479285449, + 46.540980864876, + ], + [ + -104.98457720581662, + 46.5406048607964, + ], + [ + -104.8585941170134, + 46.612475354868074, + ], + [ + -104.73332888056802, + 46.61269021434213, + ], + ], + ], + "type": "Polygon", + }, + "id": "30017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30087 { + "geometry": { + "coordinates": [ + [ + [ + -106.0864805751212, + 46.84597388829826, + ], + [ + -106.12093748829815, + 46.83130972919395, + ], + [ + -106.12057856211922, + 46.48355967043457, + ], + [ + -106.1553944014751, + 46.483452240697545, + ], + [ + -106.15324084440154, + 46.137206198256564, + ], + [ + -106.19128701936776, + 46.13699133878251, + ], + [ + -106.19200487172562, + 45.78854298673245, + ], + [ + -106.23435816083895, + 45.78827441238988, + ], + [ + -106.23543493937572, + 45.35173367597693, + ], + [ + -106.2795828593837, + 45.35028337452706, + ], + [ + -106.2795828593837, + 45.17984609673226, + ], + [ + -106.76808138890276, + 45.17963123725821, + ], + [ + -106.76844031508169, + 45.35280797334721, + ], + [ + -106.72967628775761, + 45.35162624623991, + ], + [ + -106.72967628775761, + 45.67300230455893, + ], + [ + -106.91344649136802, + 45.6840675674728, + ], + [ + -106.87755387347536, + 45.83167602614917, + ], + [ + -106.9389302500718, + 45.87008215713664, + ], + [ + -106.9389302500718, + 46.136669049571424, + ], + [ + -107.00748515024678, + 46.13403702101424, + ], + [ + -107.02830286862452, + 46.395413571203164, + ], + [ + -107.15320917889098, + 46.39552100094019, + ], + [ + -107.17474474962657, + 46.48232422845875, + ], + [ + -107.7386177767202, + 46.4817333649051, + ], + [ + -107.78132999201247, + 46.4959678050613, + ], + [ + -107.827631469094, + 46.75584033893183, + ], + [ + -107.89223818130078, + 46.85145280488668, + ], + [ + -106.72106205946338, + 46.85961746490081, + ], + [ + -106.72034420710553, + 46.845221880139064, + ], + [ + -106.0864805751212, + 46.84597388829826, + ], + ], + ], + "type": "Polygon", + }, + "id": "30087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30039 { + "geometry": { + "coordinates": [ + [ + [ + -113.03672710385534, + 46.26682017598075, + ], + [ + -113.03708603003426, + 46.223096273010384, + ], + [ + -113.28366831495681, + 46.2227739837993, + ], + [ + -113.27828442227292, + 46.045568632571744, + ], + [ + -113.51732925743802, + 45.93991148620479, + ], + [ + -113.60885543306429, + 45.9495801625373, + ], + [ + -113.68781919242814, + 46.03547023729112, + ], + [ + -113.80375234822142, + 46.038048550979795, + ], + [ + -113.75314375699277, + 46.11281964795123, + ], + [ + -113.82385221424131, + 46.202684622975084, + ], + [ + -113.74955449520351, + 46.271171080330376, + ], + [ + -113.87589651018565, + 46.50859079916208, + ], + [ + -113.8278004022095, + 46.6610335960047, + ], + [ + -113.66736040022933, + 46.65840156744751, + ], + [ + -113.66771932640825, + 46.71598390649447, + ], + [ + -113.47964200865073, + 46.7449362206235, + ], + [ + -113.48000093482965, + 46.802679704276, + ], + [ + -113.30305032861885, + 46.83211545222166, + ], + [ + -113.11569086321919, + 46.71356673741135, + ], + [ + -113.0388806609289, + 46.736126982187216, + ], + [ + -113.03672710385534, + 46.26682017598075, + ], + ], + ], + "type": "Polygon", + }, + "id": "30039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27159 { + "geometry": { + "coordinates": [ + [ + [ + -94.78712553633379, + 46.80407629085737, + ], + [ + -94.7792291603974, + 46.394768992780996, + ], + [ + -94.73149197860018, + 46.36866356668321, + ], + [ + -95.15610164827031, + 46.368878426157266, + ], + [ + -95.16363909802777, + 46.71764906741841, + ], + [ + -95.16328017184884, + 46.80482829901656, + ], + [ + -94.78712553633379, + 46.80407629085737, + ], + ], + ], + "type": "Polygon", + }, + "id": "27159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27035 { + "geometry": { + "coordinates": [ + [ + [ + -93.77603049029764, + 46.802840848881544, + ], + [ + -93.77782512119228, + 46.589646535749644, + ], + [ + -93.81156418201137, + 46.58379161508162, + ], + [ + -93.79613035631753, + 46.24318563383461, + ], + [ + -93.8104874034746, + 46.156597265790104, + ], + [ + -94.37471935674716, + 46.157026984738216, + ], + [ + -94.34169814828591, + 46.27767057942057, + ], + [ + -94.32734110112885, + 46.289648995099185, + ], + [ + -94.34241600064377, + 46.805526592307245, + ], + [ + -93.77603049029764, + 46.802840848881544, + ], + ], + ], + "type": "Polygon", + }, + "id": "27035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53049 { + "geometry": { + "coordinates": [ + [ + [ + -123.37128857368812, + 46.792097875178754, + ], + [ + -123.35836723124676, + 46.384026019078206, + ], + [ + -123.72590763846756, + 46.38542260565957, + ], + [ + -123.72806119554113, + 46.290669577600944, + ], + [ + -123.8762977074378, + 46.240123886329314, + ], + [ + -124.02022710518736, + 46.31543213198588, + ], + [ + -124.08232133414165, + 46.26950591940644, + ], + [ + -124.0234574407977, + 46.5825561731058, + ], + [ + -124.00910039364064, + 46.373820194060556, + ], + [ + -123.95382576208594, + 46.377365375382475, + ], + [ + -123.8953207949209, + 46.54909181002161, + ], + [ + -123.95920965476984, + 46.61360336710687, + ], + [ + -123.83896938482944, + 46.71807878636652, + ], + [ + -123.99869153445177, + 46.70534836252871, + ], + [ + -124.09811408601442, + 46.79413904018229, + ], + [ + -123.37128857368812, + 46.792097875178754, + ], + ], + ], + "type": "Polygon", + }, + "id": "53049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53041 { + "geometry": { + "coordinates": [ + [ + [ + -123.16059890665822, + 46.79338703202309, + ], + [ + -123.16095783283714, + 46.76427357328852, + ], + [ + -122.20298386128212, + 46.763038131312705, + ], + [ + -121.8325720446299, + 46.72790860730457, + ], + [ + -121.75863325177103, + 46.783772070559095, + ], + [ + -121.45534063057808, + 46.78318120700544, + ], + [ + -121.3613019716993, + 46.711418142670794, + ], + [ + -121.45139244260989, + 46.53346078328404, + ], + [ + -121.3950410325184, + 46.38929007619258, + ], + [ + -121.52389553075305, + 46.388699212638926, + ], + [ + -122.24103003624833, + 46.38536889079106, + ], + [ + -123.21802709528647, + 46.38510031644849, + ], + [ + -123.35836723124676, + 46.384026019078206, + ], + [ + -123.37128857368812, + 46.792097875178754, + ], + [ + -123.16059890665822, + 46.79338703202309, + ], + ], + ], + "type": "Polygon", + }, + "id": "53041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30007 { + "geometry": { + "coordinates": [ + [ + [ + -111.49801057479712, + 46.76244726775905, + ], + [ + -111.34510802257441, + 46.54592263277928, + ], + [ + -111.22702130970757, + 46.42871678968182, + ], + [ + -111.05689030089637, + 46.39815302949738, + ], + [ + -111.12688090578705, + 46.27428654270419, + ], + [ + -111.06299204593812, + 46.19290851690554, + ], + [ + -111.34654372729011, + 46.188074178739285, + ], + [ + -111.41581647982294, + 46.00243559315504, + ], + [ + -111.66024520767193, + 45.83350233167864, + ], + [ + -111.66096306002979, + 46.04943610310475, + ], + [ + -111.78443366558052, + 46.04997325178989, + ], + [ + -111.7880229273698, + 46.56896631137177, + ], + [ + -111.63368467043136, + 46.56912745597731, + ], + [ + -111.63870963693634, + 46.73832929179628, + ], + [ + -111.49801057479712, + 46.76244726775905, + ], + ], + ], + "type": "Polygon", + }, + "id": "30007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27017 { + "geometry": { + "coordinates": [ + [ + [ + -92.2922296666152, + 46.66323590561377, + ], + [ + -92.29294751897305, + 46.417221807819836, + ], + [ + -93.05494779683416, + 46.41926297282336, + ], + [ + -93.06140846805484, + 46.76652959776611, + ], + [ + -92.30156174726729, + 46.7641661435515, + ], + [ + -92.2922296666152, + 46.66323590561377, + ], + ], + ], + "type": "Polygon", + }, + "id": "27017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26053 { + "geometry": { + "coordinates": [ + [ + [ + -88.99046774666967, + 46.333211753464, + ], + [ + -88.99082667284858, + 46.09729605095069, + ], + [ + -89.09168492912696, + 46.13844164023239, + ], + [ + -89.92905970456265, + 46.29969367551129, + ], + [ + -89.92870077838371, + 46.288037549043764, + ], + [ + -89.92905970456265, + 46.29969367551129, + ], + [ + -90.1203673579305, + 46.33686436452295, + ], + [ + -90.1742062847695, + 46.43967462285867, + ], + [ + -90.2309166210399, + 46.50977252626939, + ], + [ + -90.31418749455085, + 46.51621831049106, + ], + [ + -90.35618185748527, + 46.54039000132234, + ], + [ + -90.41719930790278, + 46.565367415181335, + ], + [ + -90.02525192051496, + 46.67591261458306, + ], + [ + -89.88850104634395, + 46.76577758960691, + ], + [ + -89.86445299235587, + 46.59276199812345, + ], + [ + -89.74026453444726, + 46.59206370483277, + ], + [ + -89.7406234606262, + 46.505206762445695, + ], + [ + -89.365186677469, + 46.50558276652529, + ], + [ + -89.36554560364793, + 46.33294317912143, + ], + [ + -88.99046774666967, + 46.333211753464, + ], + ], + ], + "type": "Polygon", + }, + "id": "26053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30065 { + "geometry": { + "coordinates": [ + [ + [ + -107.827631469094, + 46.75584033893183, + ], + [ + -107.78132999201247, + 46.4959678050613, + ], + [ + -107.78204784437033, + 46.39525242659762, + ], + [ + -107.92884865155129, + 46.395306141466136, + ], + [ + -108.02934798165073, + 46.26381214334397, + ], + [ + -108.32079603893911, + 46.26408071768654, + ], + [ + -108.40478476480793, + 46.23609527119076, + ], + [ + -108.40478476480793, + 46.13264043443287, + ], + [ + -108.7798626217862, + 46.13247928982733, + ], + [ + -108.77914476942834, + 46.27670371178732, + ], + [ + -108.86133886440253, + 46.36484981101872, + ], + [ + -108.90476893205265, + 46.57729211599143, + ], + [ + -108.98839873174254, + 46.57852755796725, + ], + [ + -109.0095753762992, + 46.750576281817466, + ], + [ + -108.63090825753167, + 46.74939455471016, + ], + [ + -107.827631469094, + 46.75584033893183, + ], + ], + ], + "type": "Polygon", + }, + "id": "30065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26095 { + "geometry": { + "coordinates": [ + [ + [ + -85.23789454599235, + 46.75557176458926, + ], + [ + -85.23789454599235, + 46.24533422857516, + ], + [ + -85.86493858057707, + 46.244582220415964, + ], + [ + -85.86493858057707, + 46.504669613760555, + ], + [ + -85.86457965439814, + 46.68987848039669, + ], + [ + -85.48196434766243, + 46.680585808143775, + ], + [ + -85.23789454599235, + 46.75557176458926, + ], + ], + ], + "type": "Polygon", + }, + "id": "26095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30037 { + "geometry": { + "coordinates": [ + [ + [ + -109.0095753762992, + 46.750576281817466, + ], + [ + -108.98839873174254, + 46.57852755796725, + ], + [ + -108.90476893205265, + 46.57729211599143, + ], + [ + -108.86133886440253, + 46.36484981101872, + ], + [ + -108.77914476942834, + 46.27670371178732, + ], + [ + -108.7798626217862, + 46.13247928982733, + ], + [ + -108.92415094571467, + 46.13221071548477, + ], + [ + -109.41552088466516, + 46.13226443035328, + ], + [ + -109.41767444173871, + 46.04449433520147, + ], + [ + -109.60503390713838, + 46.045353773097695, + ], + [ + -109.65420679365133, + 46.2193362322144, + ], + [ + -109.40331739458165, + 46.21944366195143, + ], + [ + -109.38931927360352, + 46.69363852119267, + ], + [ + -109.38896034742459, + 46.75100600076558, + ], + [ + -109.0095753762992, + 46.750576281817466, + ], + ], + ], + "type": "Polygon", + }, + "id": "30037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30107 { + "geometry": { + "coordinates": [ + [ + [ + -109.7457329692776, + 46.69379966579821, + ], + [ + -109.38931927360352, + 46.69363852119267, + ], + [ + -109.40331739458165, + 46.21944366195143, + ], + [ + -109.65420679365133, + 46.2193362322144, + ], + [ + -110.28196868059389, + 46.2204642444532, + ], + [ + -110.27335445229966, + 46.710612419643084, + ], + [ + -109.96826720021207, + 46.750844856160036, + ], + [ + -109.7457329692776, + 46.69379966579821, + ], + ], + ], + "type": "Polygon", + }, + "id": "30107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53021 { + "geometry": { + "coordinates": [ + [ + [ + -118.21567293958684, + 46.58889452759045, + ], + [ + -118.22895320820712, + 46.593621436019674, + ], + [ + -118.45256421767837, + 46.596951757867544, + ], + [ + -118.61551670291104, + 46.50450846915501, + ], + [ + -118.63561656893093, + 46.4113131722833, + ], + [ + -118.7755977787123, + 46.290669577600944, + ], + [ + -119.04156207729687, + 46.192854802037026, + ], + [ + -119.2687623485574, + 46.277939153763135, + ], + [ + -119.27199268416774, + 46.52325495826639, + ], + [ + -119.45325040452566, + 46.67918922156241, + ], + [ + -119.36962060483577, + 46.737254994426, + ], + [ + -118.20993012072401, + 46.73892015534994, + ], + [ + -118.21567293958684, + 46.58889452759045, + ], + ], + ], + "type": "Polygon", + }, + "id": "53021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53005 { + "geometry": { + "coordinates": [ + [ + [ + -119.04156207729687, + 46.192854802037026, + ], + [ + -118.967623284438, + 46.13000840587569, + ], + [ + -118.98700529810004, + 45.99985727946637, + ], + [ + -119.12626865552355, + 45.93287483842946, + ], + [ + -119.43171483379007, + 45.91826439419367, + ], + [ + -119.57169604357142, + 45.925462186574535, + ], + [ + -119.67040074277624, + 45.85686829948221, + ], + [ + -119.86816906736478, + 45.83591950076176, + ], + [ + -119.86673336264907, + 46.04068057953698, + ], + [ + -119.8739118862276, + 46.628536100553745, + ], + [ + -119.62625282276827, + 46.64497285031902, + ], + [ + -119.52036959998493, + 46.72522286387888, + ], + [ + -119.45325040452566, + 46.67918922156241, + ], + [ + -119.27199268416774, + 46.52325495826639, + ], + [ + -119.2687623485574, + 46.277939153763135, + ], + [ + -119.04156207729687, + 46.192854802037026, + ], + ], + ], + "type": "Polygon", + }, + "id": "53005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27111 { + "geometry": { + "coordinates": [ + [ + [ + -95.16363909802777, + 46.71764906741841, + ], + [ + -95.15610164827031, + 46.368878426157266, + ], + [ + -95.14569278908144, + 46.10674986780915, + ], + [ + -95.76986541423474, + 46.107501875968346, + ], + [ + -96.26518354115342, + 46.10857617333862, + ], + [ + -96.28097629302619, + 46.63084583989985, + ], + [ + -96.17222166081143, + 46.630684695294306, + ], + [ + -96.17473414406392, + 46.71786392689246, + ], + [ + -95.16363909802777, + 46.71764906741841, + ], + ], + ], + "type": "Polygon", + }, + "id": "27111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38037 { + "geometry": { + "coordinates": [ + [ + [ + -101.04859272770784, + 46.28465351232738, + ], + [ + -101.19108642074168, + 46.147573167879756, + ], + [ + -101.34757823475367, + 46.07543409946551, + ], + [ + -101.67779031936612, + 46.01145969106538, + ], + [ + -101.84935703289302, + 46.07328550472495, + ], + [ + -101.99867032332648, + 46.05341100337479, + ], + [ + -101.99831139714755, + 46.20537036640078, + ], + [ + -102.04676643130263, + 46.283632929825615, + ], + [ + -102.05107354544975, + 46.63089955476836, + ], + [ + -102.09665717017343, + 46.63100698450539, + ], + [ + -102.0962982439945, + 46.71781021202395, + ], + [ + -101.71799005140589, + 46.718025071498005, + ], + [ + -101.71763112522697, + 46.63100698450539, + ], + [ + -101.29912320059859, + 46.630147546609166, + ], + [ + -101.29912320059859, + 46.37145673984594, + ], + [ + -101.04859272770784, + 46.371403024977425, + ], + [ + -101.04859272770784, + 46.28465351232738, + ], + ], + ], + "type": "Polygon", + }, + "id": "38037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53023 { + "geometry": { + "coordinates": [ + [ + [ + -117.22898487371769, + 46.46228858250305, + ], + [ + -117.22898487371769, + 46.4113131722833, + ], + [ + -117.4195746747277, + 46.38327401091901, + ], + [ + -117.4195746747277, + 46.12189746073008, + ], + [ + -117.47987427278737, + 46.12200489046711, + ], + [ + -117.48023319896629, + 45.997816114462836, + ], + [ + -117.60298595215917, + 45.998890411833116, + ], + [ + -117.61231803281127, + 46.33847581057837, + ], + [ + -117.67513011412342, + 46.33761637268215, + ], + [ + -117.73722434307771, + 46.471366395281905, + ], + [ + -117.86320743188094, + 46.47093667633379, + ], + [ + -117.8517217941553, + 46.62477605975778, + ], + [ + -117.75122246405586, + 46.689985910133714, + ], + [ + -117.47520823246131, + 46.7002991648884, + ], + [ + -117.25410970624256, + 46.54527805435711, + ], + [ + -117.22898487371769, + 46.46228858250305, + ], + ], + ], + "type": "Polygon", + }, + "id": "53023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30025 { + "geometry": { + "coordinates": [ + [ + [ + -104.04526739556579, + 46.64137395412858, + ], + [ + -104.04526739556579, + 46.540927150007484, + ], + [ + -104.04598524792364, + 46.280195178240724, + ], + [ + -104.04526739556579, + 45.94528297305619, + ], + [ + -104.044190617029, + 45.881899428209714, + ], + [ + -104.1346400141185, + 45.88200685794674, + ], + [ + -104.1346400141185, + 45.96891751520233, + ], + [ + -104.39091330587208, + 45.97031410178369, + ], + [ + -104.39019545351422, + 46.054915019693176, + ], + [ + -104.51617854231745, + 46.0545927304821, + ], + [ + -104.51617854231745, + 46.13634676036034, + ], + [ + -104.88587250661182, + 46.13672276443994, + ], + [ + -104.90597237263171, + 46.48216308385321, + ], + [ + -104.73332888056802, + 46.48221679872172, + ], + [ + -104.73332888056802, + 46.61269021434213, + ], + [ + -104.60698686558587, + 46.6848829976249, + ], + [ + -104.41783276929156, + 46.6848829976249, + ], + [ + -104.35394390944263, + 46.64137395412858, + ], + [ + -104.04526739556579, + 46.64137395412858, + ], + ], + ], + "type": "Polygon", + }, + "id": "30025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16049 { + "geometry": { + "coordinates": [ + [ + [ + -114.33280953595919, + 46.66076502166213, + ], + [ + -114.34321839514806, + 46.51960234720744, + ], + [ + -114.43725705402682, + 46.27579055902258, + ], + [ + -114.4613051080149, + 46.09713490634515, + ], + [ + -114.50832443745428, + 46.03144162215258, + ], + [ + -114.41285007385981, + 45.97799532798119, + ], + [ + -114.41105544296518, + 45.8518191018419, + ], + [ + -114.5004280615179, + 45.84999279631242, + ], + [ + -114.56754725697716, + 45.773717683022596, + ], + [ + -114.49971020916004, + 45.6690274042889, + ], + [ + -114.56467584754576, + 45.557730196727974, + ], + [ + -114.66589303000305, + 45.470926969209415, + ], + [ + -114.78936363555378, + 45.512072558491106, + ], + [ + -114.79438860205876, + 45.43633459388642, + ], + [ + -114.60523450576446, + 45.29576278298539, + ], + [ + -114.69496605049609, + 45.197034854656735, + ], + [ + -115.97669143544289, + 45.19558455320686, + ], + [ + -116.14538673953837, + 45.10749216884396, + ], + [ + -116.28536794931973, + 45.13015984335685, + ], + [ + -116.34387291648477, + 45.26788476622664, + ], + [ + -116.68700634353857, + 45.26766990675259, + ], + [ + -116.55707506676715, + 45.506110208086056, + ], + [ + -116.4644721126041, + 45.61456052761574, + ], + [ + -116.54917869083076, + 45.752231735617016, + ], + [ + -116.79540204957439, + 45.85590143184896, + ], + [ + -116.70279909541134, + 45.995989808933366, + ], + [ + -116.54271801961009, + 45.998460692885004, + ], + [ + -116.51543963001167, + 46.129256397716496, + ], + [ + -116.4292973470693, + 46.20246976350103, + ], + [ + -116.19061143808312, + 46.15455610078657, + ], + [ + -116.13426002799164, + 46.21509275760181, + ], + [ + -116.01401975805125, + 46.22599687591014, + ], + [ + -116.17122942442109, + 46.37151045471445, + ], + [ + -115.81661035964163, + 46.26628302729561, + ], + [ + -115.6310455251366, + 46.47340756028544, + ], + [ + -114.59554349893344, + 46.63396130227366, + ], + [ + -114.33280953595919, + 46.66076502166213, + ], + ], + ], + "type": "Polygon", + }, + "id": "16049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30081 { + "geometry": { + "coordinates": [ + [ + [ + -113.8278004022095, + 46.6610335960047, + ], + [ + -113.87589651018565, + 46.50859079916208, + ], + [ + -113.74955449520351, + 46.271171080330376, + ], + [ + -113.82385221424131, + 46.202684622975084, + ], + [ + -113.75314375699277, + 46.11281964795123, + ], + [ + -113.80375234822142, + 46.038048550979795, + ], + [ + -113.68781919242814, + 46.03547023729112, + ], + [ + -113.60885543306429, + 45.9495801625373, + ], + [ + -113.51732925743802, + 45.93991148620479, + ], + [ + -113.51625247890124, + 45.938622329360456, + ], + [ + -113.52845596898474, + 45.881147420050524, + ], + [ + -113.69751019925916, + 45.84354701209075, + ], + [ + -113.93799073913996, + 45.69572369394033, + ], + [ + -114.27681705204664, + 45.48199223212329, + ], + [ + -114.3464487307584, + 45.4605062847177, + ], + [ + -114.47171396720377, + 45.565035418845866, + ], + [ + -114.56467584754576, + 45.557730196727974, + ], + [ + -114.49971020916004, + 45.6690274042889, + ], + [ + -114.56754725697716, + 45.773717683022596, + ], + [ + -114.5004280615179, + 45.84999279631242, + ], + [ + -114.41105544296518, + 45.8518191018419, + ], + [ + -114.41285007385981, + 45.97799532798119, + ], + [ + -114.50832443745428, + 46.03144162215258, + ], + [ + -114.4613051080149, + 46.09713490634515, + ], + [ + -114.43725705402682, + 46.27579055902258, + ], + [ + -114.34321839514806, + 46.51960234720744, + ], + [ + -114.33280953595919, + 46.66076502166213, + ], + [ + -113.8278004022095, + 46.6610335960047, + ], + ], + ], + "type": "Polygon", + }, + "id": "30081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38029 { + "geometry": { + "coordinates": [ + [ + [ + -100.08164560167965, + 46.63337043872001, + ], + [ + -99.91582170701558, + 46.632940719771895, + ], + [ + -99.91653955937343, + 46.28314949600899, + ], + [ + -99.87885231058614, + 46.28277349192939, + ], + [ + -99.87992908912292, + 45.941415502523185, + ], + [ + -100.51199809021261, + 45.94372524186928, + ], + [ + -100.6293669507216, + 46.14429656090041, + ], + [ + -100.55829956729414, + 46.2493091288452, + ], + [ + -100.59024399721861, + 46.4278573517856, + ], + [ + -100.56799057412516, + 46.59399744009927, + ], + [ + -100.66202923300392, + 46.63433730635326, + ], + [ + -100.08164560167965, + 46.63337043872001, + ], + ], + ], + "type": "Polygon", + }, + "id": "38029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38047 { + "geometry": { + "coordinates": [ + [ + [ + -99.44957660058996, + 46.63170527779607, + ], + [ + -99.0368114948244, + 46.63057726555728, + ], + [ + -99.03752934718226, + 46.28325692574602, + ], + [ + -99.87885231058614, + 46.28277349192939, + ], + [ + -99.91653955937343, + 46.28314949600899, + ], + [ + -99.91582170701558, + 46.632940719771895, + ], + [ + -99.44957660058996, + 46.63170527779607, + ], + ], + ], + "type": "Polygon", + }, + "id": "38047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16069 { + "geometry": { + "coordinates": [ + [ + [ + -116.45693466284663, + 46.62891210463334, + ], + [ + -116.45011506544704, + 46.49693467269455, + ], + [ + -116.37043345372533, + 46.46680063145822, + ], + [ + -116.37007452754641, + 46.34293414466503, + ], + [ + -116.71392580695806, + 46.32542309752948, + ], + [ + -116.70279909541134, + 45.995989808933366, + ], + [ + -116.79540204957439, + 45.85590143184896, + ], + [ + -116.9170780242305, + 45.99550637511674, + ], + [ + -116.96086701805955, + 46.09890749700611, + ], + [ + -116.92353869545119, + 46.1692739747594, + ], + [ + -117.05705923401186, + 46.34540502861667, + ], + [ + -117.04090755596017, + 46.425869901650586, + ], + [ + -117.04054862978124, + 46.54162544329816, + ], + [ + -116.72074540435767, + 46.54259231093141, + ], + [ + -116.62239963133179, + 46.6287509600278, + ], + [ + -116.45693466284663, + 46.62891210463334, + ], + ], + ], + "type": "Polygon", + }, + "id": "16069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38087 { + "geometry": { + "coordinates": [ + [ + [ + -102.92793020056737, + 46.63004011687214, + ], + [ + -102.92469986495703, + 46.281484335085054, + ], + [ + -102.99540832220556, + 46.280732326925865, + ], + [ + -104.04598524792364, + 46.280195178240724, + ], + [ + -104.04526739556579, + 46.540927150007484, + ], + [ + -103.80083866771679, + 46.54076600540194, + ], + [ + -103.80083866771679, + 46.629502968187, + ], + [ + -103.60917208817, + 46.629717827661054, + ], + [ + -103.23158174793925, + 46.62977154252957, + ], + [ + -102.92793020056737, + 46.63004011687214, + ], + ], + ], + "type": "Polygon", + }, + "id": "38087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38045 { + "geometry": { + "coordinates": [ + [ + [ + -98.03397175090356, + 46.63073841016282, + ], + [ + -98.03468960326141, + 46.28277349192939, + ], + [ + -99.0030724340053, + 46.282827206797904, + ], + [ + -99.03752934718226, + 46.28325692574602, + ], + [ + -99.0368114948244, + 46.63057726555728, + ], + [ + -98.43955833309059, + 46.63111441424242, + ], + [ + -98.03397175090356, + 46.63073841016282, + ], + ], + ], + "type": "Polygon", + }, + "id": "38045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38041 { + "geometry": { + "coordinates": [ + [ + [ + -102.09665717017343, + 46.63100698450539, + ], + [ + -102.05107354544975, + 46.63089955476836, + ], + [ + -102.04676643130263, + 46.283632929825615, + ], + [ + -101.99831139714755, + 46.20537036640078, + ], + [ + -102.49757771203441, + 46.20606865969146, + ], + [ + -102.49757771203441, + 46.2832032108775, + ], + [ + -102.92469986495703, + 46.281484335085054, + ], + [ + -102.92793020056737, + 46.63004011687214, + ], + [ + -102.09665717017343, + 46.63100698450539, + ], + ], + ], + "type": "Polygon", + }, + "id": "38041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27167 { + "geometry": { + "coordinates": [ + [ + [ + -96.28097629302619, + 46.63084583989985, + ], + [ + -96.26518354115342, + 46.10857617333862, + ], + [ + -96.26554246733234, + 46.02150437147749, + ], + [ + -96.57637253828275, + 46.02171923095155, + ], + [ + -96.56022086023106, + 46.11657968874721, + ], + [ + -96.60113844462869, + 46.33106315872344, + ], + [ + -96.73753039262078, + 46.48834029373232, + ], + [ + -96.78311401734446, + 46.630416120951736, + ], + [ + -96.28097629302619, + 46.63084583989985, + ], + ], + ], + "type": "Polygon", + }, + "id": "27167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38073 { + "geometry": { + "coordinates": [ + [ + [ + -97.6818651693766, + 46.63004011687214, + ], + [ + -97.27986784897884, + 46.629180678975914, + ], + [ + -97.28058570133669, + 46.28234377298128, + ], + [ + -98.00669336130514, + 46.282558632455334, + ], + [ + -98.03468960326141, + 46.28277349192939, + ], + [ + -98.03397175090356, + 46.63073841016282, + ], + [ + -97.6818651693766, + 46.63004011687214, + ], + ], + ], + "type": "Polygon", + }, + "id": "38073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38077 { + "geometry": { + "coordinates": [ + [ + [ + -96.78311401734446, + 46.630416120951736, + ], + [ + -96.73753039262078, + 46.48834029373232, + ], + [ + -96.60113844462869, + 46.33106315872344, + ], + [ + -96.56022086023106, + 46.11657968874721, + ], + [ + -96.57637253828275, + 46.02171923095155, + ], + [ + -96.56381012202033, + 45.93518457777556, + ], + [ + -97.22854140539233, + 45.935130862907045, + ], + [ + -97.25976798295895, + 45.997117821172154, + ], + [ + -97.28058570133669, + 46.28234377298128, + ], + [ + -97.27986784897884, + 46.629180678975914, + ], + [ + -96.79818891685937, + 46.63046983582025, + ], + [ + -96.78311401734446, + 46.630416120951736, + ], + ], + ], + "type": "Polygon", + }, + "id": "38077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53013 { + "geometry": { + "coordinates": [ + [ + [ + -117.60298595215917, + 45.998890411833116, + ], + [ + -117.97806380913745, + 46.00071671736259, + ], + [ + -117.99708689662056, + 46.00077043223111, + ], + [ + -117.99134407775773, + 46.2077875354839, + ], + [ + -118.11696824038204, + 46.207841250352416, + ], + [ + -118.11625038802418, + 46.295450200898685, + ], + [ + -118.24151562446956, + 46.29502048195057, + ], + [ + -118.22895320820712, + 46.593621436019674, + ], + [ + -118.21567293958684, + 46.58889452759045, + ], + [ + -118.17260179811565, + 46.55693418082464, + ], + [ + -117.8517217941553, + 46.62477605975778, + ], + [ + -117.86320743188094, + 46.47093667633379, + ], + [ + -117.73722434307771, + 46.471366395281905, + ], + [ + -117.67513011412342, + 46.33761637268215, + ], + [ + -117.61231803281127, + 46.33847581057837, + ], + [ + -117.60298595215917, + 45.998890411833116, + ], + ], + ], + "type": "Polygon", + }, + "id": "53013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53071 { + "geometry": { + "coordinates": [ + [ + [ + -118.22895320820712, + 46.593621436019674, + ], + [ + -118.24151562446956, + 46.29502048195057, + ], + [ + -118.11625038802418, + 46.295450200898685, + ], + [ + -118.11696824038204, + 46.207841250352416, + ], + [ + -117.99134407775773, + 46.2077875354839, + ], + [ + -117.99708689662056, + 46.00077043223111, + ], + [ + -118.98700529810004, + 45.99985727946637, + ], + [ + -118.967623284438, + 46.13000840587569, + ], + [ + -119.04156207729687, + 46.192854802037026, + ], + [ + -118.7755977787123, + 46.290669577600944, + ], + [ + -118.63561656893093, + 46.4113131722833, + ], + [ + -118.61551670291104, + 46.50450846915501, + ], + [ + -118.45256421767837, + 46.596951757867544, + ], + [ + -118.22895320820712, + 46.593621436019674, + ], + ], + ], + "type": "Polygon", + }, + "id": "53071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55051 { + "geometry": { + "coordinates": [ + [ + [ + -90.41827608643956, + 46.56558227465539, + ], + [ + -90.41719930790278, + 46.565367415181335, + ], + [ + -90.35618185748527, + 46.54039000132234, + ], + [ + -90.31418749455085, + 46.51621831049106, + ], + [ + -90.2309166210399, + 46.50977252626939, + ], + [ + -90.1742062847695, + 46.43967462285867, + ], + [ + -90.1203673579305, + 46.33686436452295, + ], + [ + -89.92905970456265, + 46.29969367551129, + ], + [ + -89.92870077838371, + 46.288037549043764, + ], + [ + -89.92870077838371, + 45.98197022825122, + ], + [ + -90.04391608181915, + 45.98191651338271, + ], + [ + -90.30198400446736, + 45.98132564982905, + ], + [ + -90.30306078300413, + 46.15482467512914, + ], + [ + -90.42617246237594, + 46.15401895210143, + ], + [ + -90.42581353619703, + 46.2404461755404, + ], + [ + -90.55215555117917, + 46.24082217961999, + ], + [ + -90.55000199410561, + 46.58320075152797, + ], + [ + -90.41827608643956, + 46.56558227465539, + ], + ], + ], + "type": "Polygon", + }, + "id": "55051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 23025 { + "geometry": { + "coordinates": [ + [ + [ + -69.72115690481773, + 46.57385436440654, + ], + [ + -69.72977113311197, + 45.975793018372116, + ], + [ + -69.64614133342208, + 45.863851232389024, + ], + [ + -69.73228361636446, + 45.7556157723334, + ], + [ + -69.82488657052751, + 45.74304649310113, + ], + [ + -69.70141596497676, + 45.628365248823826, + ], + [ + -69.78073865051954, + 45.54279746328109, + ], + [ + -69.62101650089721, + 45.010912835255866, + ], + [ + -69.35577005467047, + 45.07349065707463, + ], + [ + -69.26675636229669, + 44.72192684265076, + ], + [ + -69.38520200134246, + 44.75372604481103, + ], + [ + -69.47170321046376, + 44.692920813653224, + ], + [ + -69.63321999098072, + 44.700387180376666, + ], + [ + -69.60486482284551, + 44.577165272005644, + ], + [ + -69.93041086713193, + 44.610737064826864, + ], + [ + -69.99609435787548, + 44.677558361258235, + ], + [ + -70.03270482812599, + 44.86437867394979, + ], + [ + -70.13176845350972, + 44.85170196498049, + ], + [ + -70.10951503041628, + 44.94720700119831, + ], + [ + -70.15940576928708, + 45.12844096756441, + ], + [ + -70.29436201256347, + 45.10996305279561, + ], + [ + -70.41890939665099, + 45.14493143219819, + ], + [ + -70.55242993521166, + 45.66709366902239, + ], + [ + -70.38517033583189, + 45.7340761100593, + ], + [ + -70.4163969133985, + 45.79321618029317, + ], + [ + -70.26169973028115, + 45.88888236111653, + ], + [ + -70.31625650947798, + 46.01908720239437, + ], + [ + -70.23765167629307, + 46.14644515564096, + ], + [ + -70.29256738166883, + 46.19145821545566, + ], + [ + -70.18991449449584, + 46.34980964783482, + ], + [ + -70.05639395593515, + 46.41652351452915, + ], + [ + -70.02301382129498, + 46.57396179414357, + ], + [ + -69.72115690481773, + 46.57385436440654, + ], + ], + ], + "type": "Polygon", + }, + "id": "23025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 23021 { + "geometry": { + "coordinates": [ + [ + [ + -68.81917541717526, + 46.395682145545734, + ], + [ + -68.82491823603807, + 45.6844435715524, + ], + [ + -68.95915662695661, + 45.6621519011191, + ], + [ + -68.96418159346159, + 45.51228741796516, + ], + [ + -68.85758051832039, + 45.52700529193798, + ], + [ + -68.77610427570407, + 45.240275323810465, + ], + [ + -68.88091071995062, + 45.225020301152504, + ], + [ + -68.85650373978362, + 45.14278283745763, + ], + [ + -69.35577005467047, + 45.07349065707463, + ], + [ + -69.62101650089721, + 45.010912835255866, + ], + [ + -69.78073865051954, + 45.54279746328109, + ], + [ + -69.70141596497676, + 45.628365248823826, + ], + [ + -69.82488657052751, + 45.74304649310113, + ], + [ + -69.73228361636446, + 45.7556157723334, + ], + [ + -69.64614133342208, + 45.863851232389024, + ], + [ + -69.72977113311197, + 45.975793018372116, + ], + [ + -69.72115690481773, + 46.57385436440654, + ], + [ + -68.82204682660667, + 46.57245777782518, + ], + [ + -68.81917541717526, + 46.395682145545734, + ], + ], + ], + "type": "Polygon", + }, + "id": "23021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30043 { + "geometry": { + "coordinates": [ + [ + [ + -111.7880229273698, + 46.56896631137177, + ], + [ + -111.78443366558052, + 46.04997325178989, + ], + [ + -111.66096306002979, + 46.04943610310475, + ], + [ + -111.66024520767193, + 45.83350233167864, + ], + [ + -111.80489245777935, + 45.79767451437983, + ], + [ + -111.93051662040364, + 45.856814584613694, + ], + [ + -112.10639044807766, + 45.841452132218706, + ], + [ + -112.19002024776755, + 45.74841797995252, + ], + [ + -112.40106884097638, + 45.831622311280654, + ], + [ + -112.50623421140186, + 46.181843253991666, + ], + [ + -112.57730159482932, + 46.178888936223395, + ], + [ + -112.55827850734622, + 46.26590702321601, + ], + [ + -112.31061944388688, + 46.42098184861581, + ], + [ + -112.02922131960845, + 46.569073741108795, + ], + [ + -111.7880229273698, + 46.56896631137177, + ], + ], + ], + "type": "Polygon", + }, + "id": "30043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26153 { + "geometry": { + "coordinates": [ + [ + [ + -85.86493858057707, + 46.504669613760555, + ], + [ + -85.86493858057707, + 46.244582220415964, + ], + [ + -85.865297506756, + 45.96827293678016, + ], + [ + -85.91303468855324, + 45.9199295551176, + ], + [ + -86.06127120044991, + 45.96413689190459, + ], + [ + -86.31180167334065, + 45.91966098077503, + ], + [ + -86.3677941572532, + 45.78607210278081, + ], + [ + -86.46039711141626, + 45.757173503520306, + ], + [ + -86.49018798426717, + 45.89629501297146, + ], + [ + -86.49018798426717, + 46.158047567239976, + ], + [ + -86.61545322071254, + 46.15863843079363, + ], + [ + -86.61545322071254, + 46.33326546833251, + ], + [ + -86.36528167400071, + 46.33186888175115, + ], + [ + -86.36528167400071, + 46.50579762599935, + ], + [ + -85.86493858057707, + 46.504669613760555, + ], + ], + ], + "type": "Polygon", + }, + "id": "26153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30111 { + "geometry": { + "coordinates": [ + [ + [ + -107.7386177767202, + 46.4817333649051, + ], + [ + -107.61263468791698, + 46.30796576526244, + ], + [ + -107.46619280691495, + 46.17754606451055, + ], + [ + -107.51141750545969, + 46.04325889322565, + ], + [ + -107.67436999069236, + 46.043634897305246, + ], + [ + -107.67436999069236, + 45.98567655417868, + ], + [ + -107.79819952242202, + 45.98567655417868, + ], + [ + -107.88182932211191, + 45.89898075639715, + ], + [ + -108.04729429059707, + 45.899303045608235, + ], + [ + -108.06954771369051, + 45.51927035087198, + ], + [ + -108.31684785097092, + 45.4605062847177, + ], + [ + -108.6449063785098, + 45.46405146603962, + ], + [ + -108.84267470309834, + 45.61101534629382, + ], + [ + -108.90512785823157, + 45.68245612141739, + ], + [ + -108.90153859644231, + 45.959571128080896, + ], + [ + -108.92415094571467, + 46.13221071548477, + ], + [ + -108.7798626217862, + 46.13247928982733, + ], + [ + -108.40478476480793, + 46.13264043443287, + ], + [ + -108.40478476480793, + 46.23609527119076, + ], + [ + -108.32079603893911, + 46.26408071768654, + ], + [ + -108.02934798165073, + 46.26381214334397, + ], + [ + -107.92884865155129, + 46.395306141466136, + ], + [ + -107.78204784437033, + 46.39525242659762, + ], + [ + -107.78132999201247, + 46.4959678050613, + ], + [ + -107.7386177767202, + 46.4817333649051, + ], + ], + ], + "type": "Polygon", + }, + "id": "30111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30103 { + "geometry": { + "coordinates": [ + [ + [ + -106.9389302500718, + 45.87008215713664, + ], + [ + -107.17618045434227, + 45.956777954918174, + ], + [ + -107.42491629633838, + 45.9568853846552, + ], + [ + -107.42491629633838, + 46.043366322962676, + ], + [ + -107.51141750545969, + 46.04325889322565, + ], + [ + -107.46619280691495, + 46.17754606451055, + ], + [ + -107.61263468791698, + 46.30796576526244, + ], + [ + -107.7386177767202, + 46.4817333649051, + ], + [ + -107.17474474962657, + 46.48232422845875, + ], + [ + -107.15320917889098, + 46.39552100094019, + ], + [ + -107.02830286862452, + 46.395413571203164, + ], + [ + -107.00748515024678, + 46.13403702101424, + ], + [ + -106.9389302500718, + 46.136669049571424, + ], + [ + -106.9389302500718, + 45.87008215713664, + ], + ], + ], + "type": "Polygon", + }, + "id": "30103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16061 { + "geometry": { + "coordinates": [ + [ + [ + -116.37043345372533, + 46.46680063145822, + ], + [ + -116.17122942442109, + 46.37151045471445, + ], + [ + -116.01401975805125, + 46.22599687591014, + ], + [ + -116.13426002799164, + 46.21509275760181, + ], + [ + -116.19061143808312, + 46.15455610078657, + ], + [ + -116.4292973470693, + 46.20246976350103, + ], + [ + -116.51543963001167, + 46.129256397716496, + ], + [ + -116.54271801961009, + 45.998460692885004, + ], + [ + -116.70279909541134, + 45.995989808933366, + ], + [ + -116.71392580695806, + 46.32542309752948, + ], + [ + -116.37007452754641, + 46.34293414466503, + ], + [ + -116.37043345372533, + 46.46680063145822, + ], + ], + ], + "type": "Polygon", + }, + "id": "16061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53003 { + "geometry": { + "coordinates": [ + [ + [ + -117.04090755596017, + 46.425869901650586, + ], + [ + -117.05705923401186, + 46.34540502861667, + ], + [ + -116.92353869545119, + 46.1692739747594, + ], + [ + -116.96086701805955, + 46.09890749700611, + ], + [ + -116.9170780242305, + 45.99550637511674, + ], + [ + -117.48023319896629, + 45.997816114462836, + ], + [ + -117.47987427278737, + 46.12200489046711, + ], + [ + -117.4195746747277, + 46.12189746073008, + ], + [ + -117.4195746747277, + 46.38327401091901, + ], + [ + -117.22898487371769, + 46.4113131722833, + ], + [ + -117.22898487371769, + 46.46228858250305, + ], + [ + -117.19704044379323, + 46.41996126611404, + ], + [ + -117.04090755596017, + 46.425869901650586, + ], + ], + ], + "type": "Polygon", + }, + "id": "53003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38085 { + "geometry": { + "coordinates": [ + [ + [ + -100.59024399721861, + 46.4278573517856, + ], + [ + -100.55829956729414, + 46.2493091288452, + ], + [ + -100.6293669507216, + 46.14429656090041, + ], + [ + -100.51199809021261, + 45.94372524186928, + ], + [ + -101.99867032332648, + 45.94463839463402, + ], + [ + -101.99867032332648, + 46.05341100337479, + ], + [ + -101.84935703289302, + 46.07328550472495, + ], + [ + -101.67779031936612, + 46.01145969106538, + ], + [ + -101.34757823475367, + 46.07543409946551, + ], + [ + -101.19108642074168, + 46.147573167879756, + ], + [ + -101.04859272770784, + 46.28465351232738, + ], + [ + -100.91937930329428, + 46.39417812922734, + ], + [ + -100.72268775724251, + 46.38037340801925, + ], + [ + -100.59024399721861, + 46.4278573517856, + ], + ], + ], + "type": "Polygon", + }, + "id": "38085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26071 { + "geometry": { + "coordinates": [ + [ + [ + -88.67927874954032, + 46.420122410719586, + ], + [ + -88.11648250098345, + 46.419585262034445, + ], + [ + -88.11755927952024, + 46.2466233854195, + ], + [ + -88.11684142716238, + 45.92159471604153, + ], + [ + -88.3953681420094, + 45.98041249706432, + ], + [ + -88.53355472089613, + 46.02107465252938, + ], + [ + -88.68358586368744, + 46.01398428988554, + ], + [ + -88.93268063186248, + 46.073607793936034, + ], + [ + -88.99082667284858, + 46.09729605095069, + ], + [ + -88.99046774666967, + 46.333211753464, + ], + [ + -88.99118559902752, + 46.41969269177147, + ], + [ + -88.67927874954032, + 46.420122410719586, + ], + ], + ], + "type": "Polygon", + }, + "id": "26071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27115 { + "geometry": { + "coordinates": [ + [ + [ + -92.29294751897305, + 46.417221807819836, + ], + [ + -92.2936653713309, + 46.157241844212265, + ], + [ + -92.3503757076013, + 46.01634774410016, + ], + [ + -92.6568986644046, + 45.924011885124656, + ], + [ + -92.84102779419392, + 45.72999378005224, + ], + [ + -93.14180793213438, + 45.73063835847441, + ], + [ + -93.14360256302902, + 45.980949645749455, + ], + [ + -93.05494779683416, + 45.981218220092025, + ], + [ + -93.0542299444763, + 46.158047567239976, + ], + [ + -93.05494779683416, + 46.41926297282336, + ], + [ + -92.29294751897305, + 46.417221807819836, + ], + ], + ], + "type": "Polygon", + }, + "id": "27115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 23019 { + "geometry": { + "coordinates": [ + [ + [ + -68.04820198484097, + 45.640021375291354, + ], + [ + -67.9390884264473, + 45.2673476175415, + ], + [ + -68.05573943459844, + 45.25520805725735, + ], + [ + -68.30339849805777, + 45.221582549567614, + ], + [ + -68.2700183634176, + 45.10024066159458, + ], + [ + -68.39671930457868, + 45.08342790774971, + ], + [ + -68.37482480766415, + 44.99786012220697, + ], + [ + -68.5022436011831, + 44.981530802178725, + ], + [ + -68.44589219109162, + 44.763985584697195, + ], + [ + -68.8130736721335, + 44.68432643469099, + ], + [ + -68.81558615538599, + 44.68368185626882, + ], + [ + -68.83748065230051, + 44.701998626432086, + ], + [ + -69.18348548878572, + 44.64404028330552, + ], + [ + -69.26675636229669, + 44.72192684265076, + ], + [ + -69.35577005467047, + 45.07349065707463, + ], + [ + -68.85650373978362, + 45.14278283745763, + ], + [ + -68.88091071995062, + 45.225020301152504, + ], + [ + -68.77610427570407, + 45.240275323810465, + ], + [ + -68.85758051832039, + 45.52700529193798, + ], + [ + -68.96418159346159, + 45.51228741796516, + ], + [ + -68.95915662695661, + 45.6621519011191, + ], + [ + -68.82491823603807, + 45.6844435715524, + ], + [ + -68.81917541717526, + 46.395682145545734, + ], + [ + -68.43656011043953, + 46.38182370946913, + ], + [ + -68.43261192247134, + 45.57953843334464, + ], + [ + -68.04820198484097, + 45.640021375291354, + ], + ], + ], + "type": "Polygon", + }, + "id": "23019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53059 { + "geometry": { + "coordinates": [ + [ + [ + -121.52389553075305, + 46.388699212638926, + ], + [ + -121.52389553075305, + 46.04406461625336, + ], + [ + -121.61255029694792, + 46.0438497567793, + ], + [ + -121.60896103515864, + 45.7825806363274, + ], + [ + -121.52245982603735, + 45.72462229320084, + ], + [ + -121.8081650644629, + 45.70609066356353, + ], + [ + -121.92230358936155, + 45.649045473201696, + ], + [ + -122.24892641218473, + 45.54773923118437, + ], + [ + -122.24569607657439, + 46.05394815205993, + ], + [ + -122.24103003624833, + 46.38536889079106, + ], + [ + -121.52389553075305, + 46.388699212638926, + ], + ], + ], + "type": "Polygon", + }, + "id": "53059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53015 { + "geometry": { + "coordinates": [ + [ + [ + -122.24103003624833, + 46.38536889079106, + ], + [ + -122.24569607657439, + 46.05394815205993, + ], + [ + -122.35983460147304, + 45.95752996307737, + ], + [ + -122.5227870867057, + 45.98406510812326, + ], + [ + -122.7388606464195, + 45.91380606010701, + ], + [ + -122.78552104967994, + 45.85052994499756, + ], + [ + -122.90396668872572, + 46.08359875947963, + ], + [ + -123.11932239608166, + 46.1854421501821, + ], + [ + -123.21228427642365, + 46.17281915608132, + ], + [ + -123.2130021287815, + 46.175719758981074, + ], + [ + -123.21802709528647, + 46.38510031644849, + ], + [ + -122.24103003624833, + 46.38536889079106, + ], + ], + ], + "type": "Polygon", + }, + "id": "53015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53069 { + "geometry": { + "coordinates": [ + [ + [ + -123.35836723124676, + 46.384026019078206, + ], + [ + -123.21802709528647, + 46.38510031644849, + ], + [ + -123.2130021287815, + 46.175719758981074, + ], + [ + -123.27868561952506, + 46.150903489727625, + ], + [ + -123.45635407809371, + 46.26848533690468, + ], + [ + -123.72806119554113, + 46.290669577600944, + ], + [ + -123.72590763846756, + 46.38542260565957, + ], + [ + -123.35836723124676, + 46.384026019078206, + ], + ], + ], + "type": "Polygon", + }, + "id": "53069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27153 { + "geometry": { + "coordinates": [ + [ + [ + -94.73149197860018, + 46.36866356668321, + ], + [ + -94.65396392395203, + 46.34868163559602, + ], + [ + -94.6439139909421, + 45.77387882762814, + ], + [ + -95.13959104403969, + 45.773341678943, + ], + [ + -95.14569278908144, + 46.10674986780915, + ], + [ + -95.15610164827031, + 46.368878426157266, + ], + [ + -94.73149197860018, + 46.36866356668321, + ], + ], + ], + "type": "Polygon", + }, + "id": "27153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27097 { + "geometry": { + "coordinates": [ + [ + [ + -94.34169814828591, + 46.27767057942057, + ], + [ + -94.37471935674716, + 46.157026984738216, + ], + [ + -93.8104874034746, + 46.156597265790104, + ], + [ + -93.8104874034746, + 45.9830445256215, + ], + [ + -93.76885196671911, + 45.982561091804875, + ], + [ + -93.76382700021414, + 45.82211477955368, + ], + [ + -94.35282485983264, + 45.82200734981665, + ], + [ + -94.27170754339524, + 45.775167984472475, + ], + [ + -94.6439139909421, + 45.77387882762814, + ], + [ + -94.65396392395203, + 46.34868163559602, + ], + [ + -94.53480043254841, + 46.3028091378851, + ], + [ + -94.42461009561795, + 46.33170773714561, + ], + [ + -94.34169814828591, + 46.27767057942057, + ], + ], + ], + "type": "Polygon", + }, + "id": "27097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55125 { + "geometry": { + "coordinates": [ + [ + [ + -89.04753700911898, + 45.895328145338205, + ], + [ + -90.04283930328236, + 45.89710073599916, + ], + [ + -90.04391608181915, + 45.98191651338271, + ], + [ + -89.92870077838371, + 45.98197022825122, + ], + [ + -89.92870077838371, + 46.288037549043764, + ], + [ + -89.92905970456265, + 46.29969367551129, + ], + [ + -89.09168492912696, + 46.13844164023239, + ], + [ + -88.99082667284858, + 46.09729605095069, + ], + [ + -88.93268063186248, + 46.073607793936034, + ], + [ + -88.93339848422033, + 45.98207765798825, + ], + [ + -89.04753700911898, + 45.98218508772528, + ], + [ + -89.04753700911898, + 45.895328145338205, + ], + ], + ], + "type": "Polygon", + }, + "id": "55125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41007 { + "geometry": { + "coordinates": [ + [ + [ + -123.36375112393065, + 46.141234813395116, + ], + [ + -123.36087971449925, + 45.77968003342765, + ], + [ + -123.96710603070622, + 45.78306407014403, + ], + [ + -123.99151301087323, + 45.946196125820926, + ], + [ + -123.92547059395073, + 46.00957967066739, + ], + [ + -124.01950925282951, + 46.22943462749503, + ], + [ + -123.9086010635412, + 46.182058113465715, + ], + [ + -123.76754307522305, + 46.20488693258415, + ], + [ + -123.59059246901225, + 46.18603301373575, + ], + [ + -123.49763058867026, + 46.23443011026683, + ], + [ + -123.36375112393065, + 46.141234813395116, + ], + ], + ], + "type": "Polygon", + }, + "id": "41007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38001 { + "geometry": { + "coordinates": [ + [ + [ + -101.99831139714755, + 46.20537036640078, + ], + [ + -101.99867032332648, + 46.05341100337479, + ], + [ + -101.99867032332648, + 45.94463839463402, + ], + [ + -102.0004649542211, + 45.94453096489699, + ], + [ + -102.9419283215455, + 45.94501439871362, + ], + [ + -102.9957672483845, + 45.945121828450645, + ], + [ + -102.99540832220556, + 46.280732326925865, + ], + [ + -102.92469986495703, + 46.281484335085054, + ], + [ + -102.49757771203441, + 46.2832032108775, + ], + [ + -102.49757771203441, + 46.20606865969146, + ], + [ + -101.99831139714755, + 46.20537036640078, + ], + ], + ], + "type": "Polygon", + }, + "id": "38001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38081 { + "geometry": { + "coordinates": [ + [ + [ + -97.28058570133669, + 46.28234377298128, + ], + [ + -97.25976798295895, + 45.997117821172154, + ], + [ + -97.22854140539233, + 45.935130862907045, + ], + [ + -97.97869711934887, + 45.93577544132921, + ], + [ + -98.00848799219978, + 45.93582915619773, + ], + [ + -98.00669336130514, + 46.282558632455334, + ], + [ + -97.28058570133669, + 46.28234377298128, + ], + ], + ], + "type": "Polygon", + }, + "id": "38081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38051 { + "geometry": { + "coordinates": [ + [ + [ + -99.03752934718226, + 46.28325692574602, + ], + [ + -99.0030724340053, + 46.282827206797904, + ], + [ + -99.00558491725779, + 45.93975034159925, + ], + [ + -99.71841230860596, + 45.940878353838045, + ], + [ + -99.87992908912292, + 45.941415502523185, + ], + [ + -99.87885231058614, + 46.28277349192939, + ], + [ + -99.03752934718226, + 46.28325692574602, + ], + ], + ], + "type": "Polygon", + }, + "id": "38051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38021 { + "geometry": { + "coordinates": [ + [ + [ + -98.03468960326141, + 46.28277349192939, + ], + [ + -98.00669336130514, + 46.282558632455334, + ], + [ + -98.00848799219978, + 45.93582915619773, + ], + [ + -98.72454571915829, + 45.938622329360456, + ], + [ + -99.00558491725779, + 45.93975034159925, + ], + [ + -99.0030724340053, + 46.282827206797904, + ], + [ + -98.03468960326141, + 46.28277349192939, + ], + ], + ], + "type": "Polygon", + }, + "id": "38021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 38011 { + "geometry": { + "coordinates": [ + [ + [ + -102.99540832220556, + 46.280732326925865, + ], + [ + -102.9957672483845, + 45.945121828450645, + ], + [ + -104.04526739556579, + 45.94528297305619, + ], + [ + -104.04598524792364, + 46.280195178240724, + ], + [ + -102.99540832220556, + 46.280732326925865, + ], + ], + ], + "type": "Polygon", + }, + "id": "38011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30023 { + "geometry": { + "coordinates": [ + [ + [ + -112.55827850734622, + 46.26590702321601, + ], + [ + -112.57730159482932, + 46.178888936223395, + ], + [ + -112.77758240267035, + 46.1358096116752, + ], + [ + -112.77722347649143, + 46.04836180573447, + ], + [ + -112.93838133082946, + 45.99319663577064, + ], + [ + -112.9240242836724, + 45.934486284484876, + ], + [ + -113.08589999036828, + 45.86062834027818, + ], + [ + -113.22552227397071, + 45.86938386384596, + ], + [ + -113.39637113513976, + 45.76759418801201, + ], + [ + -113.51625247890124, + 45.938622329360456, + ], + [ + -113.51732925743802, + 45.93991148620479, + ], + [ + -113.27828442227292, + 46.045568632571744, + ], + [ + -113.28366831495681, + 46.2227739837993, + ], + [ + -113.03708603003426, + 46.223096273010384, + ], + [ + -113.03672710385534, + 46.26682017598075, + ], + [ + -112.55827850734622, + 46.26590702321601, + ], + ], + ], + "type": "Polygon", + }, + "id": "30023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26043 { + "geometry": { + "coordinates": [ + [ + [ + -87.6172161860966, + 45.985998843389766, + ], + [ + -87.6172161860966, + 45.89881961179161, + ], + [ + -87.6968977978183, + 45.89881961179161, + ], + [ + -87.69761565017615, + 45.72295713227691, + ], + [ + -87.8469289406096, + 45.7225274133288, + ], + [ + -88.0576186076395, + 45.78059318619239, + ], + [ + -88.13406988375085, + 45.82324279179247, + ], + [ + -88.11684142716238, + 45.92159471604153, + ], + [ + -88.11755927952024, + 46.2466233854195, + ], + [ + -87.61542155520196, + 46.246193666471385, + ], + [ + -87.6172161860966, + 45.985998843389766, + ], + ], + ], + "type": "Polygon", + }, + "id": "26043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27095 { + "geometry": { + "coordinates": [ + [ + [ + -93.43182028470706, + 46.153965237232924, + ], + [ + -93.43253813706491, + 45.98137936469757, + ], + [ + -93.51796256764943, + 45.981755368777165, + ], + [ + -93.51401437968124, + 45.73439839927038, + ], + [ + -93.5107840440709, + 45.558804494098254, + ], + [ + -93.75987881224594, + 45.55966393199447, + ], + [ + -93.76382700021414, + 45.82211477955368, + ], + [ + -93.76885196671911, + 45.982561091804875, + ], + [ + -93.8104874034746, + 45.9830445256215, + ], + [ + -93.8104874034746, + 46.156597265790104, + ], + [ + -93.79613035631753, + 46.24318563383461, + ], + [ + -93.43038457999135, + 46.24613995160287, + ], + [ + -93.43182028470706, + 46.153965237232924, + ], + ], + ], + "type": "Polygon", + }, + "id": "27095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30097 { + "geometry": { + "coordinates": [ + [ + [ + -109.65420679365133, + 46.2193362322144, + ], + [ + -109.60503390713838, + 46.045353773097695, + ], + [ + -109.41767444173871, + 46.04449433520147, + ], + [ + -109.42341726060154, + 45.96016199163455, + ], + [ + -109.50668813411251, + 45.95908769426427, + ], + [ + -109.54940034940476, + 45.87094159503287, + ], + [ + -109.56196276566719, + 45.60913532589583, + ], + [ + -109.93129780378264, + 45.52260067271984, + ], + [ + -109.93237458231941, + 45.348510783866104, + ], + [ + -110.06338263762761, + 45.34867192847164, + ], + [ + -110.06374156380654, + 45.17211115566626, + ], + [ + -110.22848867993383, + 45.172863163825454, + ], + [ + -110.22095123017638, + 45.784890375673506, + ], + [ + -110.2927364659617, + 45.78499780541053, + ], + [ + -110.28196868059389, + 46.184206708206275, + ], + [ + -110.28196868059389, + 46.2204642444532, + ], + [ + -109.65420679365133, + 46.2193362322144, + ], + ], + ], + "type": "Polygon", + }, + "id": "30097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30031 { + "geometry": { + "coordinates": [ + [ + [ + -111.06299204593812, + 46.19290851690554, + ], + [ + -110.78410640491217, + 46.192425083088914, + ], + [ + -110.79487419027997, + 45.590227692178914, + ], + [ + -110.91906264818856, + 45.52528641614553, + ], + [ + -110.91762694347285, + 45.351142812423284, + ], + [ + -111.03822613959218, + 45.351142812423284, + ], + [ + -111.04432788463393, + 45.001351588660384, + ], + [ + -111.05581352235959, + 44.666278238870305, + ], + [ + -111.04899392495999, + 44.47403272445884, + ], + [ + -111.22594453117078, + 44.57635954897793, + ], + [ + -111.2194838599501, + 44.622017187214794, + ], + [ + -111.37777030485672, + 44.75173859467601, + ], + [ + -111.37310426453068, + 45.35060566373814, + ], + [ + -111.35013298907937, + 45.35055194886963, + ], + [ + -111.35120976761615, + 45.641901395689345, + ], + [ + -111.53713352830012, + 45.6421162551634, + ], + [ + -111.65952735531408, + 45.743207637706675, + ], + [ + -111.80489245777935, + 45.79767451437983, + ], + [ + -111.66024520767193, + 45.83350233167864, + ], + [ + -111.41581647982294, + 46.00243559315504, + ], + [ + -111.34654372729011, + 46.188074178739285, + ], + [ + -111.06299204593812, + 46.19290851690554, + ], + ], + ], + "type": "Polygon", + }, + "id": "30031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30067 { + "geometry": { + "coordinates": [ + [ + [ + -110.28196868059389, + 46.184206708206275, + ], + [ + -110.2927364659617, + 45.78499780541053, + ], + [ + -110.22095123017638, + 45.784890375673506, + ], + [ + -110.22848867993383, + 45.172863163825454, + ], + [ + -110.06374156380654, + 45.17211115566626, + ], + [ + -109.7984951175798, + 45.16733053236851, + ], + [ + -109.79885404375874, + 45.00215731168809, + ], + [ + -110.70514264554832, + 44.99227377588152, + ], + [ + -111.04432788463393, + 45.001351588660384, + ], + [ + -111.03822613959218, + 45.351142812423284, + ], + [ + -110.91762694347285, + 45.351142812423284, + ], + [ + -110.91906264818856, + 45.52528641614553, + ], + [ + -110.79487419027997, + 45.590227692178914, + ], + [ + -110.78410640491217, + 46.192425083088914, + ], + [ + -110.28196868059389, + 46.184206708206275, + ], + ], + ], + "type": "Polygon", + }, + "id": "30067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30093 { + "geometry": { + "coordinates": [ + [ + [ + -112.19002024776755, + 45.74841797995252, + ], + [ + -112.46136843903604, + 45.74283163362708, + ], + [ + -112.68677407940193, + 45.6251960715815, + ], + [ + -112.7592771675451, + 45.748095690741444, + ], + [ + -113.08589999036828, + 45.86062834027818, + ], + [ + -112.9240242836724, + 45.934486284484876, + ], + [ + -112.93838133082946, + 45.99319663577064, + ], + [ + -112.77722347649143, + 46.04836180573447, + ], + [ + -112.77758240267035, + 46.1358096116752, + ], + [ + -112.57730159482932, + 46.178888936223395, + ], + [ + -112.50623421140186, + 46.181843253991666, + ], + [ + -112.40106884097638, + 45.831622311280654, + ], + [ + -112.19002024776755, + 45.74841797995252, + ], + ], + ], + "type": "Polygon", + }, + "id": "30093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41009 { + "geometry": { + "coordinates": [ + [ + [ + -122.78552104967994, + 45.85052994499756, + ], + [ + -122.76290870040758, + 45.72822118939128, + ], + [ + -122.92909152125058, + 45.72231255385474, + ], + [ + -123.03102655606573, + 45.779196599611026, + ], + [ + -123.36087971449925, + 45.77968003342765, + ], + [ + -123.36375112393065, + 46.141234813395116, + ], + [ + -123.21228427642365, + 46.17281915608132, + ], + [ + -123.11932239608166, + 46.1854421501821, + ], + [ + -122.90396668872572, + 46.08359875947963, + ], + [ + -122.78552104967994, + 45.85052994499756, + ], + ], + ], + "type": "Polygon", + }, + "id": "41009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27065 { + "geometry": { + "coordinates": [ + [ + [ + -93.0542299444763, + 46.158047567239976, + ], + [ + -93.05494779683416, + 45.981218220092025, + ], + [ + -93.14360256302902, + 45.980949645749455, + ], + [ + -93.14180793213438, + 45.73063835847441, + ], + [ + -93.51401437968124, + 45.73439839927038, + ], + [ + -93.51796256764943, + 45.981755368777165, + ], + [ + -93.43253813706491, + 45.98137936469757, + ], + [ + -93.43182028470706, + 46.153965237232924, + ], + [ + -93.0542299444763, + 46.158047567239976, + ], + ], + ], + "type": "Polygon", + }, + "id": "27065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55013 { + "geometry": { + "coordinates": [ + [ + [ + -92.04995449583976, + 46.15767156316038, + ], + [ + -92.0316492607145, + 45.63986023068581, + ], + [ + -92.15476094008632, + 45.63969908608027, + ], + [ + -92.15440201390739, + 45.725535445965576, + ], + [ + -92.52840309234888, + 45.7287046232079, + ], + [ + -92.52912094470673, + 45.6421162551634, + ], + [ + -92.88697034509653, + 45.644157420166934, + ], + [ + -92.84102779419392, + 45.72999378005224, + ], + [ + -92.6568986644046, + 45.924011885124656, + ], + [ + -92.3503757076013, + 46.01634774410016, + ], + [ + -92.2936653713309, + 46.157241844212265, + ], + [ + -92.04995449583976, + 46.15767156316038, + ], + ], + ], + "type": "Polygon", + }, + "id": "55013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55113 { + "geometry": { + "coordinates": [ + [ + [ + -90.92472092490496, + 46.15471724539211, + ], + [ + -90.92507985108388, + 45.98105707548648, + ], + [ + -90.67706186144562, + 45.98154050930311, + ], + [ + -90.67885649234026, + 45.63819506976188, + ], + [ + -91.54063824794295, + 45.63755049133971, + ], + [ + -91.55140603331076, + 46.157026984738216, + ], + [ + -90.92472092490496, + 46.15471724539211, + ], + ], + ], + "type": "Polygon", + }, + "id": "55113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55129 { + "geometry": { + "coordinates": [ + [ + [ + -91.55140603331076, + 46.157026984738216, + ], + [ + -91.54063824794295, + 45.63755049133971, + ], + [ + -92.0316492607145, + 45.63986023068581, + ], + [ + -92.04995449583976, + 46.15767156316038, + ], + [ + -91.55140603331076, + 46.157026984738216, + ], + ], + ], + "type": "Polygon", + }, + "id": "55129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30011 { + "geometry": { + "coordinates": [ + [ + [ + -104.044190617029, + 45.881899428209714, + ], + [ + -104.03988350288189, + 45.21288074086835, + ], + [ + -104.05782981182821, + 44.99737668839035, + ], + [ + -105.03841613265561, + 45.00033100615862, + ], + [ + -105.03805720647668, + 45.3520022503195, + ], + [ + -104.98708968906911, + 45.35194853545099, + ], + [ + -104.98206472256413, + 45.78693154067703, + ], + [ + -104.93935250727188, + 45.78687782580852, + ], + [ + -104.93935250727188, + 46.136561619834396, + ], + [ + -104.88587250661182, + 46.13672276443994, + ], + [ + -104.51617854231745, + 46.13634676036034, + ], + [ + -104.51617854231745, + 46.0545927304821, + ], + [ + -104.39019545351422, + 46.054915019693176, + ], + [ + -104.39091330587208, + 45.97031410178369, + ], + [ + -104.1346400141185, + 45.96891751520233, + ], + [ + -104.1346400141185, + 45.88200685794674, + ], + [ + -104.044190617029, + 45.881899428209714, + ], + ], + ], + "type": "Polygon", + }, + "id": "30011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30095 { + "geometry": { + "coordinates": [ + [ + [ + -108.92415094571467, + 46.13221071548477, + ], + [ + -108.90153859644231, + 45.959571128080896, + ], + [ + -108.90512785823157, + 45.68245612141739, + ], + [ + -108.84267470309834, + 45.61101534629382, + ], + [ + -109.12802101534497, + 45.586145362171855, + ], + [ + -109.19155094901497, + 45.46421261064516, + ], + [ + -109.35629806514227, + 45.464373755250705, + ], + [ + -109.56196276566719, + 45.362960083496354, + ], + [ + -109.60862316892765, + 45.26122412253092, + ], + [ + -109.6904583377229, + 45.26127783739943, + ], + [ + -109.69153511625969, + 45.16716938776297, + ], + [ + -109.7984951175798, + 45.16733053236851, + ], + [ + -110.06374156380654, + 45.17211115566626, + ], + [ + -110.06338263762761, + 45.34867192847164, + ], + [ + -109.93237458231941, + 45.348510783866104, + ], + [ + -109.93129780378264, + 45.52260067271984, + ], + [ + -109.56196276566719, + 45.60913532589583, + ], + [ + -109.54940034940476, + 45.87094159503287, + ], + [ + -109.50668813411251, + 45.95908769426427, + ], + [ + -109.42341726060154, + 45.96016199163455, + ], + [ + -109.41767444173871, + 46.04449433520147, + ], + [ + -109.41552088466516, + 46.13226443035328, + ], + [ + -108.92415094571467, + 46.13221071548477, + ], + ], + ], + "type": "Polygon", + }, + "id": "30095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27051 { + "geometry": { + "coordinates": [ + [ + [ + -96.26518354115342, + 46.10857617333862, + ], + [ + -95.76986541423474, + 46.107501875968346, + ], + [ + -95.7583797765091, + 45.75996667668303, + ], + [ + -96.2540568296067, + 45.759805532077486, + ], + [ + -96.26554246733234, + 46.02150437147749, + ], + [ + -96.26518354115342, + 46.10857617333862, + ], + ], + ], + "type": "Polygon", + }, + "id": "27051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27041 { + "geometry": { + "coordinates": [ + [ + [ + -95.14569278908144, + 46.10674986780915, + ], + [ + -95.13959104403969, + 45.773341678943, + ], + [ + -95.13959104403969, + 45.75889237931275, + ], + [ + -95.7583797765091, + 45.75996667668303, + ], + [ + -95.76986541423474, + 46.107501875968346, + ], + [ + -95.14569278908144, + 46.10674986780915, + ], + ], + ], + "type": "Polygon", + }, + "id": "27041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55041 { + "geometry": { + "coordinates": [ + [ + [ + -88.68358586368744, + 46.01398428988554, + ], + [ + -88.67640734010891, + 45.72284970253988, + ], + [ + -88.42515901486031, + 45.72241998359177, + ], + [ + -88.42803042429172, + 45.37692594930998, + ], + [ + -88.67784304482461, + 45.37864482510243, + ], + [ + -88.9262199606418, + 45.37859111023391, + ], + [ + -88.92298962503146, + 45.46507204854139, + ], + [ + -89.04681915676113, + 45.46469604446179, + ], + [ + -89.04753700911898, + 45.895328145338205, + ], + [ + -89.04753700911898, + 45.98218508772528, + ], + [ + -88.93339848422033, + 45.98207765798825, + ], + [ + -88.93268063186248, + 46.073607793936034, + ], + [ + -88.68358586368744, + 46.01398428988554, + ], + ], + ], + "type": "Polygon", + }, + "id": "55041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53011 { + "geometry": { + "coordinates": [ + [ + [ + -122.24569607657439, + 46.05394815205993, + ], + [ + -122.24892641218473, + 45.54773923118437, + ], + [ + -122.6322595712783, + 45.606181008127564, + ], + [ + -122.75034628414514, + 45.64743402714628, + ], + [ + -122.76290870040758, + 45.72822118939128, + ], + [ + -122.78552104967994, + 45.85052994499756, + ], + [ + -122.7388606464195, + 45.91380606010701, + ], + [ + -122.5227870867057, + 45.98406510812326, + ], + [ + -122.35983460147304, + 45.95752996307737, + ], + [ + -122.24569607657439, + 46.05394815205993, + ], + ], + ], + "type": "Polygon", + }, + "id": "53011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 53039 { + "geometry": { + "coordinates": [ + [ + [ + -119.86673336264907, + 46.04068057953698, + ], + [ + -119.86816906736478, + 45.83591950076176, + ], + [ + -119.9995360488519, + 45.81244610322116, + ], + [ + -120.21489175620785, + 45.724192574252726, + ], + [ + -120.48229175950814, + 45.69497168578114, + ], + [ + -120.65385847303504, + 45.737191572433105, + ], + [ + -120.91587458365143, + 45.641364247004205, + ], + [ + -121.19655485557202, + 45.616816552093326, + ], + [ + -121.21306545980264, + 45.66666395007428, + ], + [ + -121.44098358342102, + 45.69722771025872, + ], + [ + -121.52245982603735, + 45.72462229320084, + ], + [ + -121.60896103515864, + 45.7825806363274, + ], + [ + -121.61255029694792, + 46.0438497567793, + ], + [ + -121.52389553075305, + 46.04406461625336, + ], + [ + -120.59319994879645, + 46.04068057953698, + ], + [ + -119.86673336264907, + 46.04068057953698, + ], + ], + ], + "type": "Polygon", + }, + "id": "53039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30003 { + "geometry": { + "coordinates": [ + [ + [ + -106.9389302500718, + 45.87008215713664, + ], + [ + -106.87755387347536, + 45.83167602614917, + ], + [ + -106.91344649136802, + 45.6840675674728, + ], + [ + -106.72967628775761, + 45.67300230455893, + ], + [ + -106.72967628775761, + 45.35162624623991, + ], + [ + -106.76844031508169, + 45.35280797334721, + ], + [ + -106.76808138890276, + 45.17963123725821, + ], + [ + -106.2795828593837, + 45.17984609673226, + ], + [ + -106.263431181332, + 44.99372407733139, + ], + [ + -107.91162019496282, + 45.00129787379187, + ], + [ + -108.24936972933273, + 44.99947156826239, + ], + [ + -108.12841160703447, + 45.21787622364015, + ], + [ + -108.69946315770665, + 45.21787622364015, + ], + [ + -108.68223470111816, + 45.43305798690707, + ], + [ + -108.6449063785098, + 45.46405146603962, + ], + [ + -108.31684785097092, + 45.4605062847177, + ], + [ + -108.06954771369051, + 45.51927035087198, + ], + [ + -108.04729429059707, + 45.899303045608235, + ], + [ + -107.88182932211191, + 45.89898075639715, + ], + [ + -107.79819952242202, + 45.98567655417868, + ], + [ + -107.67436999069236, + 45.98567655417868, + ], + [ + -107.67436999069236, + 46.043634897305246, + ], + [ + -107.51141750545969, + 46.04325889322565, + ], + [ + -107.42491629633838, + 46.043366322962676, + ], + [ + -107.42491629633838, + 45.9568853846552, + ], + [ + -107.17618045434227, + 45.956777954918174, + ], + [ + -106.9389302500718, + 45.87008215713664, + ], + ], + ], + "type": "Polygon", + }, + "id": "30003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27155 { + "geometry": { + "coordinates": [ + [ + [ + -96.26554246733234, + 46.02150437147749, + ], + [ + -96.2540568296067, + 45.759805532077486, + ], + [ + -96.25298005106991, + 45.58544706888117, + ], + [ + -96.83551723946773, + 45.586145362171855, + ], + [ + -96.83802972272022, + 45.64829346504251, + ], + [ + -96.6539005929309, + 45.74567852165831, + ], + [ + -96.56381012202033, + 45.93518457777556, + ], + [ + -96.57637253828275, + 46.02171923095155, + ], + [ + -96.26554246733234, + 46.02150437147749, + ], + ], + ], + "type": "Polygon", + }, + "id": "27155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55037 { + "geometry": { + "coordinates": [ + [ + [ + -88.3953681420094, + 45.98041249706432, + ], + [ + -88.11684142716238, + 45.92159471604153, + ], + [ + -88.13406988375085, + 45.82324279179247, + ], + [ + -88.0576186076395, + 45.78059318619239, + ], + [ + -88.05941323853413, + 45.713019881601824, + ], + [ + -88.42515901486031, + 45.72241998359177, + ], + [ + -88.67640734010891, + 45.72284970253988, + ], + [ + -88.68358586368744, + 46.01398428988554, + ], + [ + -88.53355472089613, + 46.02107465252938, + ], + [ + -88.3953681420094, + 45.98041249706432, + ], + ], + ], + "type": "Polygon", + }, + "id": "55037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41059 { + "geometry": { + "coordinates": [ + [ + [ + -117.99708689662056, + 46.00077043223111, + ], + [ + -117.97806380913745, + 46.00071671736259, + ], + [ + -117.97303884263248, + 45.860520910541155, + ], + [ + -118.11696824038204, + 45.68841847182243, + ], + [ + -118.11696824038204, + 45.47076582460387, + ], + [ + -118.19808555681944, + 45.42709563650202, + ], + [ + -118.42851616369029, + 45.42886822716298, + ], + [ + -118.42815723751137, + 45.35517142756183, + ], + [ + -118.69806972406415, + 45.34512674714972, + ], + [ + -118.65571643495082, + 45.19687371005119, + ], + [ + -118.54660287655713, + 45.19692742491971, + ], + [ + -118.51896556077979, + 44.99592638694047, + ], + [ + -119.16431483048977, + 44.995872672071954, + ], + [ + -119.14672744772237, + 45.08294447393308, + ], + [ + -119.14529174300665, + 45.516047458761136, + ], + [ + -119.24866248253751, + 45.51610117362965, + ], + [ + -119.24866248253751, + 45.60183010377793, + ], + [ + -119.43458624322147, + 45.60268954167415, + ], + [ + -119.43171483379007, + 45.91826439419367, + ], + [ + -119.12626865552355, + 45.93287483842946, + ], + [ + -118.98700529810004, + 45.99985727946637, + ], + [ + -117.99708689662056, + 46.00077043223111, + ], + ], + ], + "type": "Polygon", + }, + "id": "41059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41063 { + "geometry": { + "coordinates": [ + [ + [ + -117.60298595215917, + 45.998890411833116, + ], + [ + -117.48023319896629, + 45.997816114462836, + ], + [ + -116.9170780242305, + 45.99550637511674, + ], + [ + -116.79540204957439, + 45.85590143184896, + ], + [ + -116.54917869083076, + 45.752231735617016, + ], + [ + -116.4644721126041, + 45.61456052761574, + ], + [ + -116.55707506676715, + 45.506110208086056, + ], + [ + -116.68700634353857, + 45.26766990675259, + ], + [ + -116.78391641184874, + 45.079023288531566, + ], + [ + -117.26667212250499, + 45.08074216432401, + ], + [ + -117.26738997486284, + 45.16577280118161, + ], + [ + -117.47700286335595, + 45.165289367364984, + ], + [ + -117.5828860861393, + 45.33830495884845, + ], + [ + -117.64426246273574, + 45.33717694660965, + ], + [ + -117.68410326859659, + 45.515080591127884, + ], + [ + -117.78783293430637, + 45.689546484061225, + ], + [ + -117.74727427608767, + 45.86095062948927, + ], + [ + -117.97303884263248, + 45.860520910541155, + ], + [ + -117.97806380913745, + 46.00071671736259, + ], + [ + -117.60298595215917, + 45.998890411833116, + ], + ], + ], + "type": "Polygon", + }, + "id": "41063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26109 { + "geometry": { + "coordinates": [ + [ + [ + -87.36776249174262, + 45.98524683523057, + ], + [ + -87.32576812880822, + 45.89855103744904, + ], + [ + -87.32756275970286, + 45.55042497461007, + ], + [ + -87.2647506783907, + 45.55004897053047, + ], + [ + -87.43739417045438, + 45.2938827625874, + ], + [ + -87.59998772950811, + 45.15024920418108, + ], + [ + -87.59065564885603, + 45.09621204645603, + ], + [ + -87.6172161860966, + 45.10120752922783, + ], + [ + -87.74212249636304, + 45.19778686281593, + ], + [ + -87.64772491130536, + 45.34018497924643, + ], + [ + -87.88676974647045, + 45.35323769229532, + ], + [ + -87.79237216141276, + 45.501007295577224, + ], + [ + -87.83436652434717, + 45.560630799627724, + ], + [ + -87.78124544986603, + 45.67353945324407, + ], + [ + -87.8469289406096, + 45.7225274133288, + ], + [ + -87.69761565017615, + 45.72295713227691, + ], + [ + -87.6968977978183, + 45.89881961179161, + ], + [ + -87.6172161860966, + 45.89881961179161, + ], + [ + -87.6172161860966, + 45.985998843389766, + ], + [ + -87.36776249174262, + 45.98524683523057, + ], + ], + ], + "type": "Polygon", + }, + "id": "26109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55099 { + "geometry": { + "coordinates": [ + [ + [ + -90.04391608181915, + 45.98191651338271, + ], + [ + -90.04283930328236, + 45.89710073599916, + ], + [ + -90.04355715564022, + 45.55509816817079, + ], + [ + -90.04212145092451, + 45.38186771721327, + ], + [ + -90.67885649234026, + 45.37773167233769, + ], + [ + -90.67885649234026, + 45.63819506976188, + ], + [ + -90.67706186144562, + 45.98154050930311, + ], + [ + -90.30198400446736, + 45.98132564982905, + ], + [ + -90.04391608181915, + 45.98191651338271, + ], + ], + ], + "type": "Polygon", + }, + "id": "55099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46105 { + "geometry": { + "coordinates": [ + [ + [ + -102.0004649542211, + 45.94453096489699, + ], + [ + -101.99974710186325, + 45.47243098552781, + ], + [ + -102.00010602804218, + 45.03793141411839, + ], + [ + -102.95736214723935, + 45.03948914530529, + ], + [ + -102.95736214723935, + 45.212827025999836, + ], + [ + -102.9419283215455, + 45.94501439871362, + ], + [ + -102.0004649542211, + 45.94453096489699, + ], + ], + ], + "type": "Polygon", + }, + "id": "46105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46031 { + "geometry": { + "coordinates": [ + [ + [ + -100.51199809021261, + 45.94372524186928, + ], + [ + -100.36124909506346, + 45.857083158956264, + ], + [ + -100.30884587294017, + 45.70780953935598, + ], + [ + -100.43052184759628, + 45.594793456002606, + ], + [ + -100.47897688175136, + 45.525071556671485, + ], + [ + -100.34186708140142, + 45.47291441934443, + ], + [ + -101.47068991412549, + 45.47243098552781, + ], + [ + -101.99974710186325, + 45.47243098552781, + ], + [ + -102.0004649542211, + 45.94453096489699, + ], + [ + -101.99867032332648, + 45.94463839463402, + ], + [ + -100.51199809021261, + 45.94372524186928, + ], + ], + ], + "type": "Polygon", + }, + "id": "46031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46063 { + "geometry": { + "coordinates": [ + [ + [ + -102.9957672483845, + 45.945121828450645, + ], + [ + -102.9419283215455, + 45.94501439871362, + ], + [ + -102.95736214723935, + 45.212827025999836, + ], + [ + -104.03988350288189, + 45.21288074086835, + ], + [ + -104.044190617029, + 45.881899428209714, + ], + [ + -104.04526739556579, + 45.94528297305619, + ], + [ + -102.9957672483845, + 45.945121828450645, + ], + ], + ], + "type": "Polygon", + }, + "id": "46063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46021 { + "geometry": { + "coordinates": [ + [ + [ + -99.87992908912292, + 45.941415502523185, + ], + [ + -99.71841230860596, + 45.940878353838045, + ], + [ + -99.71733553006918, + 45.59339686942124, + ], + [ + -100.43052184759628, + 45.594793456002606, + ], + [ + -100.30884587294017, + 45.70780953935598, + ], + [ + -100.36124909506346, + 45.857083158956264, + ], + [ + -100.51199809021261, + 45.94372524186928, + ], + [ + -99.87992908912292, + 45.941415502523185, + ], + ], + ], + "type": "Polygon", + }, + "id": "46021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30001 { + "geometry": { + "coordinates": [ + [ + [ + -113.08589999036828, + 45.86062834027818, + ], + [ + -112.7592771675451, + 45.748095690741444, + ], + [ + -112.68677407940193, + 45.6251960715815, + ], + [ + -112.68785085793871, + 45.477802472379196, + ], + [ + -112.50623421140186, + 45.442887807845125, + ], + [ + -112.45777917724678, + 45.349961085315975, + ], + [ + -112.45670239871, + 45.08858453512705, + ], + [ + -112.33359071933818, + 45.08853082025853, + ], + [ + -112.33466749787496, + 45.00059958050119, + ], + [ + -112.19109702630433, + 44.999901287210506, + ], + [ + -112.16704897231625, + 44.8267245511215, + ], + [ + -112.06583178985896, + 44.78369894144181, + ], + [ + -111.78228010850697, + 44.78112062775315, + ], + [ + -111.78156225614912, + 44.70876669986484, + ], + [ + -111.47288574227227, + 44.70919641881295, + ], + [ + -111.50841943398599, + 44.53596596785543, + ], + [ + -111.6178919185586, + 44.55068384182826, + ], + [ + -111.82140306200996, + 44.50921596333548, + ], + [ + -111.86770453909149, + 44.56421998869378, + ], + [ + -112.09634051506772, + 44.523128114280595, + ], + [ + -112.28764816843558, + 44.56798002948975, + ], + [ + -112.38814749853502, + 44.448625591651734, + ], + [ + -112.47357192911954, + 44.47999507486389, + ], + [ + -112.78117166445962, + 44.48482941303014, + ], + [ + -112.81562857763657, + 44.37627166376343, + ], + [ + -113.00442374775194, + 44.45072047152378, + ], + [ + -113.00801300954122, + 44.52576014283778, + ], + [ + -113.13291931980766, + 44.77343940155565, + ], + [ + -113.24633999234845, + 44.82253479137741, + ], + [ + -113.34037865122721, + 44.78461209420655, + ], + [ + -113.4563118070205, + 44.865291826714525, + ], + [ + -113.45164576669445, + 45.05866535336477, + ], + [ + -113.55465758004638, + 45.11291737056388, + ], + [ + -113.69212630657526, + 45.26294299832336, + ], + [ + -113.77575610626515, + 45.40802685817957, + ], + [ + -113.80662375765283, + 45.6020986781205, + ], + [ + -113.90425167832086, + 45.62148974565404, + ], + [ + -113.93799073913996, + 45.69572369394033, + ], + [ + -113.69751019925916, + 45.84354701209075, + ], + [ + -113.52845596898474, + 45.881147420050524, + ], + [ + -113.51625247890124, + 45.938622329360456, + ], + [ + -113.39637113513976, + 45.76759418801201, + ], + [ + -113.22552227397071, + 45.86938386384596, + ], + [ + -113.08589999036828, + 45.86062834027818, + ], + ], + ], + "type": "Polygon", + }, + "id": "30001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46089 { + "geometry": { + "coordinates": [ + [ + [ + -99.00558491725779, + 45.93975034159925, + ], + [ + -98.72454571915829, + 45.938622329360456, + ], + [ + -98.72490464533722, + 45.59124827468068, + ], + [ + -99.70800344941709, + 45.59339686942124, + ], + [ + -99.71733553006918, + 45.59339686942124, + ], + [ + -99.71841230860596, + 45.940878353838045, + ], + [ + -99.00558491725779, + 45.93975034159925, + ], + ], + ], + "type": "Polygon", + }, + "id": "46089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46013 { + "geometry": { + "coordinates": [ + [ + [ + -98.00848799219978, + 45.93582915619773, + ], + [ + -97.97869711934887, + 45.93577544132921, + ], + [ + -97.97941497170672, + 45.58840138664944, + ], + [ + -97.98156852878029, + 45.24032903867898, + ], + [ + -98.71772612175869, + 45.24371307539536, + ], + [ + -98.72239216208473, + 45.24376679026388, + ], + [ + -98.72490464533722, + 45.59124827468068, + ], + [ + -98.72454571915829, + 45.938622329360456, + ], + [ + -98.00848799219978, + 45.93582915619773, + ], + ], + ], + "type": "Polygon", + }, + "id": "46013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46109 { + "geometry": { + "coordinates": [ + [ + [ + -96.56381012202033, + 45.93518457777556, + ], + [ + -96.6539005929309, + 45.74567852165831, + ], + [ + -96.83802972272022, + 45.64829346504251, + ], + [ + -96.83551723946773, + 45.586145362171855, + ], + [ + -96.6958949558653, + 45.420327563069264, + ], + [ + -96.47048931549942, + 45.32654140264389, + ], + [ + -96.9930858320165, + 45.326863691854975, + ], + [ + -97.00744287917357, + 45.29683708035567, + ], + [ + -97.22638784831878, + 45.29764280338338, + ], + [ + -97.22710570067663, + 45.558159915676086, + ], + [ + -97.22854140539233, + 45.935130862907045, + ], + [ + -96.56381012202033, + 45.93518457777556, + ], + ], + ], + "type": "Polygon", + }, + "id": "46109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46091 { + "geometry": { + "coordinates": [ + [ + [ + -97.22854140539233, + 45.935130862907045, + ], + [ + -97.22710570067663, + 45.558159915676086, + ], + [ + -97.37354758167866, + 45.58759566362173, + ], + [ + -97.97941497170672, + 45.58840138664944, + ], + [ + -97.97869711934887, + 45.93577544132921, + ], + [ + -97.22854140539233, + 45.935130862907045, + ], + ], + ], + "type": "Polygon", + }, + "id": "46091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41049 { + "geometry": { + "coordinates": [ + [ + [ + -119.43171483379007, + 45.91826439419367, + ], + [ + -119.43458624322147, + 45.60268954167415, + ], + [ + -119.24866248253751, + 45.60183010377793, + ], + [ + -119.24866248253751, + 45.51610117362965, + ], + [ + -119.14529174300665, + 45.516047458761136, + ], + [ + -119.14672744772237, + 45.08294447393308, + ], + [ + -119.16431483048977, + 44.995872672071954, + ], + [ + -119.67183644749194, + 44.99436865575356, + ], + [ + -119.79099993889557, + 44.99458351522762, + ], + [ + -119.7902820865377, + 45.067689451275115, + ], + [ + -119.76013228750787, + 45.167545391842566, + ], + [ + -119.88288504070076, + 45.16964027171461, + ], + [ + -119.88252611452184, + 45.255960065416545, + ], + [ + -120.00707349860936, + 45.25746408173494, + ], + [ + -119.9995360488519, + 45.81244610322116, + ], + [ + -119.86816906736478, + 45.83591950076176, + ], + [ + -119.67040074277624, + 45.85686829948221, + ], + [ + -119.57169604357142, + 45.925462186574535, + ], + [ + -119.43171483379007, + 45.91826439419367, + ], + ], + ], + "type": "Polygon", + }, + "id": "41049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55085 { + "geometry": { + "coordinates": [ + [ + [ + -89.04753700911898, + 45.895328145338205, + ], + [ + -89.04681915676113, + 45.46469604446179, + ], + [ + -89.42512734934974, + 45.46727435815046, + ], + [ + -89.42835768496008, + 45.55536674251336, + ], + [ + -90.04355715564022, + 45.55509816817079, + ], + [ + -90.04283930328236, + 45.89710073599916, + ], + [ + -89.04753700911898, + 45.895328145338205, + ], + ], + ], + "type": "Polygon", + }, + "id": "55085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41061 { + "geometry": { + "coordinates": [ + [ + [ + -117.26667212250499, + 45.08074216432401, + ], + [ + -117.56314514629833, + 45.079506722348185, + ], + [ + -117.56386299865619, + 44.99270349482963, + ], + [ + -117.77778300129643, + 44.992166346144494, + ], + [ + -117.88581978115332, + 45.0587727831018, + ], + [ + -117.994933339547, + 44.99431494088505, + ], + [ + -118.13060743518125, + 45.04496806189371, + ], + [ + -118.2447459600799, + 44.95821854924367, + ], + [ + -118.51896556077979, + 44.99592638694047, + ], + [ + -118.54660287655713, + 45.19692742491971, + ], + [ + -118.65571643495082, + 45.19687371005119, + ], + [ + -118.69806972406415, + 45.34512674714972, + ], + [ + -118.42815723751137, + 45.35517142756183, + ], + [ + -118.42851616369029, + 45.42886822716298, + ], + [ + -118.19808555681944, + 45.42709563650202, + ], + [ + -118.11696824038204, + 45.47076582460387, + ], + [ + -118.11696824038204, + 45.68841847182243, + ], + [ + -117.97303884263248, + 45.860520910541155, + ], + [ + -117.74727427608767, + 45.86095062948927, + ], + [ + -117.78783293430637, + 45.689546484061225, + ], + [ + -117.68410326859659, + 45.515080591127884, + ], + [ + -117.64426246273574, + 45.33717694660965, + ], + [ + -117.5828860861393, + 45.33830495884845, + ], + [ + -117.47700286335595, + 45.165289367364984, + ], + [ + -117.26738997486284, + 45.16577280118161, + ], + [ + -117.26667212250499, + 45.08074216432401, + ], + ], + ], + "type": "Polygon", + }, + "id": "41061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30057 { + "geometry": { + "coordinates": [ + [ + [ + -111.80489245777935, + 45.79767451437983, + ], + [ + -111.65952735531408, + 45.743207637706675, + ], + [ + -111.53713352830012, + 45.6421162551634, + ], + [ + -111.35120976761615, + 45.641901395689345, + ], + [ + -111.35013298907937, + 45.35055194886963, + ], + [ + -111.37310426453068, + 45.35060566373814, + ], + [ + -111.37777030485672, + 44.75173859467601, + ], + [ + -111.47288574227227, + 44.70919641881295, + ], + [ + -111.78156225614912, + 44.70876669986484, + ], + [ + -111.78228010850697, + 44.78112062775315, + ], + [ + -112.06583178985896, + 44.78369894144181, + ], + [ + -112.16704897231625, + 44.8267245511215, + ], + [ + -112.19109702630433, + 44.999901287210506, + ], + [ + -112.33466749787496, + 45.00059958050119, + ], + [ + -112.33359071933818, + 45.08853082025853, + ], + [ + -112.45670239871, + 45.08858453512705, + ], + [ + -112.45777917724678, + 45.349961085315975, + ], + [ + -112.50623421140186, + 45.442887807845125, + ], + [ + -112.68785085793871, + 45.477802472379196, + ], + [ + -112.68677407940193, + 45.6251960715815, + ], + [ + -112.46136843903604, + 45.74283163362708, + ], + [ + -112.19002024776755, + 45.74841797995252, + ], + [ + -112.10639044807766, + 45.841452132218706, + ], + [ + -111.93051662040364, + 45.856814584613694, + ], + [ + -111.80489245777935, + 45.79767451437983, + ], + ], + ], + "type": "Polygon", + }, + "id": "30057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27009 { + "geometry": { + "coordinates": [ + [ + [ + -93.76382700021414, + 45.82211477955368, + ], + [ + -93.75987881224594, + 45.55966393199447, + ], + [ + -94.14931371638127, + 45.559073068440824, + ], + [ + -94.27170754339524, + 45.775167984472475, + ], + [ + -94.35282485983264, + 45.82200734981665, + ], + [ + -93.76382700021414, + 45.82211477955368, + ], + ], + ], + "type": "Polygon", + }, + "id": "27009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41021 { + "geometry": { + "coordinates": [ + [ + [ + -119.7902820865377, + 45.067689451275115, + ], + [ + -120.4952131019495, + 45.068495174302825, + ], + [ + -120.50382733024374, + 45.08294447393308, + ], + [ + -120.54366813610459, + 45.212182447577675, + ], + [ + -120.49162384016023, + 45.468133796046686, + ], + [ + -120.3602568586731, + 45.5093331001969, + ], + [ + -120.41050652372283, + 45.59527688981923, + ], + [ + -120.65385847303504, + 45.737191572433105, + ], + [ + -120.48229175950814, + 45.69497168578114, + ], + [ + -120.21489175620785, + 45.724192574252726, + ], + [ + -119.9995360488519, + 45.81244610322116, + ], + [ + -120.00707349860936, + 45.25746408173494, + ], + [ + -119.88252611452184, + 45.255960065416545, + ], + [ + -119.88288504070076, + 45.16964027171461, + ], + [ + -119.76013228750787, + 45.167545391842566, + ], + [ + -119.7902820865377, + 45.067689451275115, + ], + ], + ], + "type": "Polygon", + }, + "id": "41021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30075 { + "geometry": { + "coordinates": [ + [ + [ + -104.98206472256413, + 45.78693154067703, + ], + [ + -104.98708968906911, + 45.35194853545099, + ], + [ + -105.03805720647668, + 45.3520022503195, + ], + [ + -105.03841613265561, + 45.00033100615862, + ], + [ + -105.08938365006318, + 45.000438435895646, + ], + [ + -106.02474527234583, + 44.99350921785734, + ], + [ + -106.263431181332, + 44.99372407733139, + ], + [ + -106.2795828593837, + 45.17984609673226, + ], + [ + -106.2795828593837, + 45.35028337452706, + ], + [ + -106.23543493937572, + 45.35173367597693, + ], + [ + -106.23435816083895, + 45.78827441238988, + ], + [ + -106.19200487172562, + 45.78854298673245, + ], + [ + -104.98206472256413, + 45.78693154067703, + ], + ], + ], + "type": "Polygon", + }, + "id": "30075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26031 { + "geometry": { + "coordinates": [ + [ + [ + -84.20490500304167, + 45.62616293921475, + ], + [ + -84.25192433248105, + 45.625948079740695, + ], + [ + -84.24654043979716, + 45.19870001558067, + ], + [ + -84.36678070973757, + 45.198753730449184, + ], + [ + -84.73432111695837, + 45.201922907691504, + ], + [ + -84.73252648606373, + 45.28937071363223, + ], + [ + -84.73252648606373, + 45.78768354883623, + ], + [ + -84.46261399951096, + 45.65296665860322, + ], + [ + -84.20490500304167, + 45.62616293921475, + ], + ], + ], + "type": "Polygon", + }, + "id": "26031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41057 { + "geometry": { + "coordinates": [ + [ + [ + -123.36087971449925, + 45.77968003342765, + ], + [ + -123.36087971449925, + 45.708668977252195, + ], + [ + -123.48470924622892, + 45.70909869620031, + ], + [ + -123.42333286963247, + 45.63615390475835, + ], + [ + -123.2995033379028, + 45.60730902036636, + ], + [ + -123.46102011841975, + 45.491607193587285, + ], + [ + -123.46532723256688, + 45.43380999506627, + ], + [ + -123.46317367549332, + 45.21621106271621, + ], + [ + -123.78477153181153, + 45.215996203242156, + ], + [ + -123.78477153181153, + 45.07628383023735, + ], + [ + -123.72411300757294, + 45.07601525589478, + ], + [ + -123.72554871228864, + 45.043947479391946, + ], + [ + -124.00048616534639, + 45.044860632156684, + ], + [ + -123.93193126517141, + 45.40620055265009, + ], + [ + -123.96710603070622, + 45.78306407014403, + ], + [ + -123.36087971449925, + 45.77968003342765, + ], + ], + ], + "type": "Polygon", + }, + "id": "41057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41067 { + "geometry": { + "coordinates": [ + [ + [ + -122.92909152125058, + 45.72231255385474, + ], + [ + -122.92909152125058, + 45.63384416541225, + ], + [ + -122.74424453910339, + 45.51932406574049, + ], + [ + -122.74388561292447, + 45.4335414207237, + ], + [ + -122.74424453910339, + 45.33185917462677, + ], + [ + -122.868432997012, + 45.317302445259486, + ], + [ + -123.13547407413336, + 45.43327284638113, + ], + [ + -123.46532723256688, + 45.43380999506627, + ], + [ + -123.46102011841975, + 45.491607193587285, + ], + [ + -123.2995033379028, + 45.60730902036636, + ], + [ + -123.42333286963247, + 45.63615390475835, + ], + [ + -123.48470924622892, + 45.70909869620031, + ], + [ + -123.36087971449925, + 45.708668977252195, + ], + [ + -123.36087971449925, + 45.77968003342765, + ], + [ + -123.03102655606573, + 45.779196599611026, + ], + [ + -122.92909152125058, + 45.72231255385474, + ], + ], + ], + "type": "Polygon", + }, + "id": "41067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27145 { + "geometry": { + "coordinates": [ + [ + [ + -94.27170754339524, + 45.775167984472475, + ], + [ + -94.14931371638127, + 45.559073068440824, + ], + [ + -94.04737868156613, + 45.42285216188942, + ], + [ + -94.12706029328783, + 45.31896760618342, + ], + [ + -94.26129868420637, + 45.283999226780836, + ], + [ + -94.38369251122033, + 45.32670254724943, + ], + [ + -94.76343640852464, + 45.32611168369578, + ], + [ + -94.76307748234571, + 45.41280748147731, + ], + [ + -95.13169466810331, + 45.412377762529196, + ], + [ + -95.13959104403969, + 45.75889237931275, + ], + [ + -95.13959104403969, + 45.773341678943, + ], + [ + -94.6439139909421, + 45.77387882762814, + ], + [ + -94.27170754339524, + 45.775167984472475, + ], + ], + ], + "type": "Polygon", + }, + "id": "27145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27149 { + "geometry": { + "coordinates": [ + [ + [ + -95.7583797765091, + 45.75996667668303, + ], + [ + -95.7476119911413, + 45.412377762529196, + ], + [ + -96.11730595543567, + 45.411948043581084, + ], + [ + -96.24185333952319, + 45.41264633687177, + ], + [ + -96.25298005106991, + 45.58544706888117, + ], + [ + -96.2540568296067, + 45.759805532077486, + ], + [ + -95.7583797765091, + 45.75996667668303, + ], + ], + ], + "type": "Polygon", + }, + "id": "27149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27121 { + "geometry": { + "coordinates": [ + [ + [ + -95.13959104403969, + 45.75889237931275, + ], + [ + -95.13169466810331, + 45.412377762529196, + ], + [ + -95.25516527365404, + 45.41253890713474, + ], + [ + -95.7476119911413, + 45.412377762529196, + ], + [ + -95.7583797765091, + 45.75996667668303, + ], + [ + -95.13959104403969, + 45.75889237931275, + ], + ], + ], + "type": "Polygon", + }, + "id": "27121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41055 { + "geometry": { + "coordinates": [ + [ + [ + -120.50382733024374, + 45.08294447393308, + ], + [ + -120.72959189678855, + 45.08385762669782, + ], + [ + -120.7234901517468, + 45.13080442177902, + ], + [ + -120.85844639502318, + 45.195423408601314, + ], + [ + -121.02427028968727, + 45.21927281022151, + ], + [ + -121.01493820903517, + 45.305592603923444, + ], + [ + -120.86634277095958, + 45.38825978656643, + ], + [ + -120.8261430389198, + 45.51008510835609, + ], + [ + -120.91587458365143, + 45.641364247004205, + ], + [ + -120.65385847303504, + 45.737191572433105, + ], + [ + -120.41050652372283, + 45.59527688981923, + ], + [ + -120.3602568586731, + 45.5093331001969, + ], + [ + -120.49162384016023, + 45.468133796046686, + ], + [ + -120.54366813610459, + 45.212182447577675, + ], + [ + -120.50382733024374, + 45.08294447393308, + ], + ], + ], + "type": "Polygon", + }, + "id": "41055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27059 { + "geometry": { + "coordinates": [ + [ + [ + -93.14180793213438, + 45.73063835847441, + ], + [ + -93.14180793213438, + 45.55810620080757, + ], + [ + -93.02228551455184, + 45.55719304804283, + ], + [ + -93.01941410512043, + 45.41189432871257, + ], + [ + -93.51006619171305, + 45.414741216743806, + ], + [ + -93.5107840440709, + 45.558804494098254, + ], + [ + -93.51401437968124, + 45.73439839927038, + ], + [ + -93.14180793213438, + 45.73063835847441, + ], + ], + ], + "type": "Polygon", + }, + "id": "27059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27025 { + "geometry": { + "coordinates": [ + [ + [ + -92.84102779419392, + 45.72999378005224, + ], + [ + -92.88697034509653, + 45.644157420166934, + ], + [ + -92.88409893566511, + 45.5759395371542, + ], + [ + -92.77354967255573, + 45.568204596088194, + ], + [ + -92.64648980521572, + 45.441437506395246, + ], + [ + -92.74555343059946, + 45.29603135732796, + ], + [ + -93.0190551789415, + 45.29683708035567, + ], + [ + -93.01941410512043, + 45.41189432871257, + ], + [ + -93.02228551455184, + 45.55719304804283, + ], + [ + -93.14180793213438, + 45.55810620080757, + ], + [ + -93.14180793213438, + 45.73063835847441, + ], + [ + -92.84102779419392, + 45.72999378005224, + ], + ], + ], + "type": "Polygon", + }, + "id": "27025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55095 { + "geometry": { + "coordinates": [ + [ + [ + -92.15476094008632, + 45.63969908608027, + ], + [ + -92.15691449715987, + 45.209496704151974, + ], + [ + -92.75811584686188, + 45.20955041902049, + ], + [ + -92.74555343059946, + 45.29603135732796, + ], + [ + -92.64648980521572, + 45.441437506395246, + ], + [ + -92.77354967255573, + 45.568204596088194, + ], + [ + -92.88409893566511, + 45.5759395371542, + ], + [ + -92.88697034509653, + 45.644157420166934, + ], + [ + -92.52912094470673, + 45.6421162551634, + ], + [ + -92.52840309234888, + 45.7287046232079, + ], + [ + -92.15440201390739, + 45.725535445965576, + ], + [ + -92.15476094008632, + 45.63969908608027, + ], + ], + ], + "type": "Polygon", + }, + "id": "55095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41051 { + "geometry": { + "coordinates": [ + [ + [ + -122.76290870040758, + 45.72822118939128, + ], + [ + -122.75034628414514, + 45.64743402714628, + ], + [ + -122.6322595712783, + 45.606181008127564, + ], + [ + -122.24892641218473, + 45.54773923118437, + ], + [ + -121.92230358936155, + 45.649045473201696, + ], + [ + -121.92230358936155, + 45.546718648682614, + ], + [ + -121.8203685545464, + 45.46152686721947, + ], + [ + -122.6415916519304, + 45.46115086313987, + ], + [ + -122.74388561292447, + 45.4335414207237, + ], + [ + -122.74424453910339, + 45.51932406574049, + ], + [ + -122.92909152125058, + 45.63384416541225, + ], + [ + -122.92909152125058, + 45.72231255385474, + ], + [ + -122.76290870040758, + 45.72822118939128, + ], + ], + ], + "type": "Polygon", + }, + "id": "41051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41027 { + "geometry": { + "coordinates": [ + [ + [ + -121.44098358342102, + 45.69722771025872, + ], + [ + -121.44098358342102, + 45.51927035087198, + ], + [ + -121.4826190201765, + 45.51959264008306, + ], + [ + -121.48154224163972, + 45.25826980476265, + ], + [ + -121.69689794899566, + 45.25800123042008, + ], + [ + -121.69582117045888, + 45.373434482856574, + ], + [ + -121.8203685545464, + 45.46152686721947, + ], + [ + -121.92230358936155, + 45.546718648682614, + ], + [ + -121.92230358936155, + 45.649045473201696, + ], + [ + -121.8081650644629, + 45.70609066356353, + ], + [ + -121.52245982603735, + 45.72462229320084, + ], + [ + -121.44098358342102, + 45.69722771025872, + ], + ], + ], + "type": "Polygon", + }, + "id": "41027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41065 { + "geometry": { + "coordinates": [ + [ + [ + -120.91587458365143, + 45.641364247004205, + ], + [ + -120.8261430389198, + 45.51008510835609, + ], + [ + -120.86634277095958, + 45.38825978656643, + ], + [ + -121.01493820903517, + 45.305592603923444, + ], + [ + -121.02427028968727, + 45.21927281022151, + ], + [ + -120.85844639502318, + 45.195423408601314, + ], + [ + -120.7234901517468, + 45.13080442177902, + ], + [ + -120.72959189678855, + 45.08385762669782, + ], + [ + -120.50382733024374, + 45.08294447393308, + ], + [ + -120.4952131019495, + 45.068495174302825, + ], + [ + -120.45250088665723, + 44.8644323888183, + ], + [ + -120.37174249639875, + 44.821567923744155, + ], + [ + -121.75935110412888, + 44.82565025375122, + ], + [ + -121.73458519778295, + 44.888228075569984, + ], + [ + -121.80493472885256, + 45.012363136705744, + ], + [ + -121.6595696263873, + 45.06650772416781, + ], + [ + -121.74535298315075, + 45.20702582020033, + ], + [ + -121.69689794899566, + 45.25800123042008, + ], + [ + -121.48154224163972, + 45.25826980476265, + ], + [ + -121.4826190201765, + 45.51959264008306, + ], + [ + -121.44098358342102, + 45.51927035087198, + ], + [ + -121.44098358342102, + 45.69722771025872, + ], + [ + -121.21306545980264, + 45.66666395007428, + ], + [ + -121.19655485557202, + 45.616816552093326, + ], + [ + -120.91587458365143, + 45.641364247004205, + ], + ], + ], + "type": "Polygon", + }, + "id": "41065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16059 { + "geometry": { + "coordinates": [ + [ + [ + -113.93799073913996, + 45.69572369394033, + ], + [ + -113.90425167832086, + 45.62148974565404, + ], + [ + -113.80662375765283, + 45.6020986781205, + ], + [ + -113.77575610626515, + 45.40802685817957, + ], + [ + -113.69212630657526, + 45.26294299832336, + ], + [ + -113.55465758004638, + 45.11291737056388, + ], + [ + -113.45164576669445, + 45.05866535336477, + ], + [ + -113.4563118070205, + 44.865291826714525, + ], + [ + -113.34037865122721, + 44.78461209420655, + ], + [ + -113.24633999234845, + 44.82253479137741, + ], + [ + -113.13291931980766, + 44.77343940155565, + ], + [ + -113.00801300954122, + 44.52576014283778, + ], + [ + -113.00442374775194, + 44.45072047152378, + ], + [ + -112.81562857763657, + 44.37627166376343, + ], + [ + -112.81455179909979, + 44.23032836601101, + ], + [ + -112.99616844563663, + 44.23387354733293, + ], + [ + -113.3213555637441, + 44.23290667969968, + ], + [ + -113.341455429764, + 44.31868932471647, + ], + [ + -113.46636174003044, + 44.455339950215986, + ], + [ + -113.50440791499666, + 44.422359020948406, + ], + [ + -113.80770053618961, + 44.48815973487801, + ], + [ + -114.03490080745013, + 44.67068285808844, + ], + [ + -114.08550939867878, + 44.75544492060347, + ], + [ + -114.21651745398698, + 44.74529281045433, + ], + [ + -114.1978532926828, + 44.86255236842031, + ], + [ + -114.26281893106851, + 44.84998308918804, + ], + [ + -114.40710725499699, + 44.71945595869912, + ], + [ + -114.38736631515603, + 44.67084400269398, + ], + [ + -114.56359906900897, + 44.575714970555765, + ], + [ + -114.8205902131204, + 44.74717283085232, + ], + [ + -114.81341168954187, + 44.808300351221206, + ], + [ + -114.7355247087148, + 44.878666828974495, + ], + [ + -114.73229437310447, + 45.15272008813272, + ], + [ + -114.69496605049609, + 45.197034854656735, + ], + [ + -114.60523450576446, + 45.29576278298539, + ], + [ + -114.79438860205876, + 45.43633459388642, + ], + [ + -114.78936363555378, + 45.512072558491106, + ], + [ + -114.66589303000305, + 45.470926969209415, + ], + [ + -114.56467584754576, + 45.557730196727974, + ], + [ + -114.47171396720377, + 45.565035418845866, + ], + [ + -114.3464487307584, + 45.4605062847177, + ], + [ + -114.27681705204664, + 45.48199223212329, + ], + [ + -113.93799073913996, + 45.69572369394033, + ], + ], + ], + "type": "Polygon", + }, + "id": "16059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 23029 { + "geometry": { + "coordinates": [ + [ + [ + -67.9889791653181, + 44.50174959661204, + ], + [ + -68.10598909964816, + 44.93920348578973, + ], + [ + -67.98287742027634, + 44.95569395042351, + ], + [ + -68.05573943459844, + 45.25520805725735, + ], + [ + -67.9390884264473, + 45.2673476175415, + ], + [ + -68.04820198484097, + 45.640021375291354, + ], + [ + -67.80628574024446, + 45.68073724562494, + ], + [ + -67.60851741565592, + 45.60612729325905, + ], + [ + -67.42546506440337, + 45.57841042110584, + ], + [ + -67.50191634051474, + 45.48994203266335, + ], + [ + -67.43013110472943, + 45.392718120653086, + ], + [ + -67.48863607189445, + 45.2827100699365, + ], + [ + -67.34219419089241, + 45.12607751334979, + ], + [ + -67.29014989494806, + 45.187366178324226, + ], + [ + -67.16488465850269, + 45.15868243853777, + ], + [ + -67.03854264352053, + 44.95365278541998, + ], + [ + -66.98075552871336, + 44.80625918621768, + ], + [ + -67.19323982663788, + 44.645275725281344, + ], + [ + -67.50909486409327, + 44.63775564368939, + ], + [ + -67.56795875743722, + 44.53113162968918, + ], + [ + -67.65840815452673, + 44.56529428606406, + ], + [ + -67.71188815518678, + 44.49256435409616, + ], + [ + -67.78439124332995, + 44.60477471442182, + ], + [ + -67.84935688171565, + 44.562554827769844, + ], + [ + -67.8999654729443, + 44.39517929748035, + ], + [ + -67.9889791653181, + 44.50174959661204, + ], + ], + ], + "type": "Polygon", + }, + "id": "23029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 23007 { + "geometry": { + "coordinates": [ + [ + [ + -69.93041086713193, + 44.610737064826864, + ], + [ + -70.03988335170452, + 44.58903625794723, + ], + [ + -70.04311368731486, + 44.485151702241225, + ], + [ + -70.12961489643617, + 44.48724658211327, + ], + [ + -70.23872845482984, + 44.45893884640642, + ], + [ + -70.28072281776426, + 44.56964519041369, + ], + [ + -70.51043557227726, + 44.627120099723626, + ], + [ + -70.61488309034489, + 44.79551621251488, + ], + [ + -70.76922134728332, + 44.73213266766841, + ], + [ + -70.82377812648016, + 45.014189442235214, + ], + [ + -70.77998913265111, + 45.01848663171633, + ], + [ + -70.83418698566902, + 45.2773385830851, + ], + [ + -70.82485490501693, + 45.39996962790247, + ], + [ + -70.63893114433297, + 45.381706572607726, + ], + [ + -70.72327879638071, + 45.510192538093115, + ], + [ + -70.55242993521166, + 45.66709366902239, + ], + [ + -70.41890939665099, + 45.14493143219819, + ], + [ + -70.29436201256347, + 45.10996305279561, + ], + [ + -70.15940576928708, + 45.12844096756441, + ], + [ + -70.10951503041628, + 44.94720700119831, + ], + [ + -70.13176845350972, + 44.85170196498049, + ], + [ + -70.03270482812599, + 44.86437867394979, + ], + [ + -69.99609435787548, + 44.677558361258235, + ], + [ + -69.93041086713193, + 44.610737064826864, + ], + ], + ], + "type": "Polygon", + }, + "id": "23007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26141 { + "geometry": { + "coordinates": [ + [ + [ + -83.38870687216266, + 45.20707953506884, + ], + [ + -83.88115358964991, + 45.20203033742853, + ], + [ + -84.24654043979716, + 45.19870001558067, + ], + [ + -84.25192433248105, + 45.625948079740695, + ], + [ + -84.20490500304167, + 45.62616293921475, + ], + [ + -84.11122527034185, + 45.5066473567712, + ], + [ + -83.90914983160619, + 45.48580598778778, + ], + [ + -83.77383466215086, + 45.407435994625914, + ], + [ + -83.57463063284662, + 45.347329056758795, + ], + [ + -83.49638472584063, + 45.35651429927468, + ], + [ + -83.38188727476305, + 45.26928135280801, + ], + [ + -83.38870687216266, + 45.20707953506884, + ], + ], + ], + "type": "Polygon", + }, + "id": "26141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55005 { + "geometry": { + "coordinates": [ + [ + [ + -92.0316492607145, + 45.63986023068581, + ], + [ + -91.54063824794295, + 45.63755049133971, + ], + [ + -91.5413561003008, + 45.2919490273209, + ], + [ + -91.54207395265865, + 45.2065423863837, + ], + [ + -91.6655445582094, + 45.20793897296507, + ], + [ + -92.15691449715987, + 45.209496704151974, + ], + [ + -92.15476094008632, + 45.63969908608027, + ], + [ + -92.0316492607145, + 45.63986023068581, + ], + ], + ], + "type": "Polygon", + }, + "id": "55005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55107 { + "geometry": { + "coordinates": [ + [ + [ + -90.67885649234026, + 45.63819506976188, + ], + [ + -90.67885649234026, + 45.37773167233769, + ], + [ + -90.92507985108388, + 45.37939683326162, + ], + [ + -90.92507985108388, + 45.29189531245238, + ], + [ + -91.5413561003008, + 45.2919490273209, + ], + [ + -91.54063824794295, + 45.63755049133971, + ], + [ + -90.67885649234026, + 45.63819506976188, + ], + ], + ], + "type": "Polygon", + }, + "id": "55107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 30009 { + "geometry": { + "coordinates": [ + [ + [ + -108.6449063785098, + 45.46405146603962, + ], + [ + -108.68223470111816, + 45.43305798690707, + ], + [ + -108.69946315770665, + 45.21787622364015, + ], + [ + -108.12841160703447, + 45.21787622364015, + ], + [ + -108.24936972933273, + 44.99947156826239, + ], + [ + -108.62121725070065, + 45.000277291290104, + ], + [ + -109.79885404375874, + 45.00215731168809, + ], + [ + -109.7984951175798, + 45.16733053236851, + ], + [ + -109.69153511625969, + 45.16716938776297, + ], + [ + -109.6904583377229, + 45.26127783739943, + ], + [ + -109.60862316892765, + 45.26122412253092, + ], + [ + -109.56196276566719, + 45.362960083496354, + ], + [ + -109.35629806514227, + 45.464373755250705, + ], + [ + -109.19155094901497, + 45.46421261064516, + ], + [ + -109.12802101534497, + 45.586145362171855, + ], + [ + -108.84267470309834, + 45.61101534629382, + ], + [ + -108.6449063785098, + 45.46405146603962, + ], + ], + ], + "type": "Polygon", + }, + "id": "30009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46129 { + "geometry": { + "coordinates": [ + [ + [ + -99.71733553006918, + 45.59339686942124, + ], + [ + -99.70800344941709, + 45.59339686942124, + ], + [ + -99.70908022795388, + 45.24586167013592, + ], + [ + -100.26039083878509, + 45.246828537769176, + ], + [ + -100.31710117505548, + 45.31923618052599, + ], + [ + -100.2740300335843, + 45.381169423922586, + ], + [ + -100.34186708140142, + 45.47291441934443, + ], + [ + -100.47897688175136, + 45.525071556671485, + ], + [ + -100.43052184759628, + 45.594793456002606, + ], + [ + -99.71733553006918, + 45.59339686942124, + ], + ], + ], + "type": "Polygon", + }, + "id": "46129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46045 { + "geometry": { + "coordinates": [ + [ + [ + -98.72490464533722, + 45.59124827468068, + ], + [ + -98.72239216208473, + 45.24376679026388, + ], + [ + -99.57340613231963, + 45.2453782363193, + ], + [ + -99.70908022795388, + 45.24586167013592, + ], + [ + -99.70800344941709, + 45.59339686942124, + ], + [ + -98.72490464533722, + 45.59124827468068, + ], + ], + ], + "type": "Polygon", + }, + "id": "46045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46037 { + "geometry": { + "coordinates": [ + [ + [ + -97.97941497170672, + 45.58840138664944, + ], + [ + -97.37354758167866, + 45.58759566362173, + ], + [ + -97.22710570067663, + 45.558159915676086, + ], + [ + -97.22638784831878, + 45.29764280338338, + ], + [ + -97.22638784831878, + 45.15186065023649, + ], + [ + -97.494146777798, + 45.15164579076244, + ], + [ + -97.9819274549592, + 45.15331095168637, + ], + [ + -97.98156852878029, + 45.24032903867898, + ], + [ + -97.97941497170672, + 45.58840138664944, + ], + ], + ], + "type": "Polygon", + }, + "id": "46037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27011 { + "geometry": { + "coordinates": [ + [ + [ + -96.83551723946773, + 45.586145362171855, + ], + [ + -96.25298005106991, + 45.58544706888117, + ], + [ + -96.24185333952319, + 45.41264633687177, + ], + [ + -96.11730595543567, + 45.411948043581084, + ], + [ + -96.10366676063646, + 45.17667691948994, + ], + [ + -96.22426595675579, + 45.220776826539904, + ], + [ + -96.45290193273202, + 45.26890534872841, + ], + [ + -96.47048931549942, + 45.32654140264389, + ], + [ + -96.6958949558653, + 45.420327563069264, + ], + [ + -96.83551723946773, + 45.586145362171855, + ], + ], + ], + "type": "Polygon", + }, + "id": "27011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27141 { + "geometry": { + "coordinates": [ + [ + [ + -93.75987881224594, + 45.55966393199447, + ], + [ + -93.5107840440709, + 45.558804494098254, + ], + [ + -93.51006619171305, + 45.414741216743806, + ], + [ + -93.5122197487866, + 45.24570052553038, + ], + [ + -93.5215518294387, + 45.24661367829512, + ], + [ + -93.58005679660373, + 45.29189531245238, + ], + [ + -93.76741626200341, + 45.2973205141723, + ], + [ + -94.04737868156613, + 45.42285216188942, + ], + [ + -94.14931371638127, + 45.559073068440824, + ], + [ + -93.75987881224594, + 45.55966393199447, + ], + ], + ], + "type": "Polygon", + }, + "id": "27141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55069 { + "geometry": { + "coordinates": [ + [ + [ + -89.42512734934974, + 45.46727435815046, + ], + [ + -89.42584520170759, + 45.119094580442976, + ], + [ + -90.04355715564022, + 45.120168877813256, + ], + [ + -90.04212145092451, + 45.38186771721327, + ], + [ + -90.04355715564022, + 45.55509816817079, + ], + [ + -89.42835768496008, + 45.55536674251336, + ], + [ + -89.42512734934974, + 45.46727435815046, + ], + ], + ], + "type": "Polygon", + }, + "id": "55069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46041 { + "geometry": { + "coordinates": [ + [ + [ + -100.34186708140142, + 45.47291441934443, + ], + [ + -100.2740300335843, + 45.381169423922586, + ], + [ + -100.31710117505548, + 45.31923618052599, + ], + [ + -100.26039083878509, + 45.246828537769176, + ], + [ + -100.32427969863402, + 45.10163724817594, + ], + [ + -100.28013177862604, + 45.0183792019793, + ], + [ + -100.39211674645114, + 45.02600671330829, + ], + [ + -100.40467916271356, + 44.89768189242844, + ], + [ + -100.54358359395815, + 44.76108498179744, + ], + [ + -100.67638628016098, + 44.823179369799576, + ], + [ + -100.71766279073753, + 44.770861087866976, + ], + [ + -100.92691675305173, + 44.773922835372275, + ], + [ + -101.00157339826846, + 44.72912463503163, + ], + [ + -101.13688856772377, + 44.74706540111529, + ], + [ + -101.13617071536592, + 44.99399265167396, + ], + [ + -101.5004807869764, + 44.99372407733139, + ], + [ + -101.47068991412549, + 45.47243098552781, + ], + [ + -100.34186708140142, + 45.47291441934443, + ], + ], + ], + "type": "Polygon", + }, + "id": "46041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46137 { + "geometry": { + "coordinates": [ + [ + [ + -101.47068991412549, + 45.47243098552781, + ], + [ + -101.5004807869764, + 44.99372407733139, + ], + [ + -101.13617071536592, + 44.99399265167396, + ], + [ + -101.13688856772377, + 44.74706540111529, + ], + [ + -101.23343970985502, + 44.69173908654592, + ], + [ + -101.45633286696842, + 44.63721849500425, + ], + [ + -101.53170736454301, + 44.57077320265248, + ], + [ + -101.71224723254306, + 44.58017330464243, + ], + [ + -101.80700374377969, + 44.524578415730474, + ], + [ + -102.0004649542211, + 44.51152570268158, + ], + [ + -102.00010602804218, + 45.03793141411839, + ], + [ + -101.99974710186325, + 45.47243098552781, + ], + [ + -101.47068991412549, + 45.47243098552781, + ], + ], + ], + "type": "Polygon", + }, + "id": "46137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55067 { + "geometry": { + "coordinates": [ + [ + [ + -89.04681915676113, + 45.46469604446179, + ], + [ + -88.92298962503146, + 45.46507204854139, + ], + [ + -88.9262199606418, + 45.37859111023391, + ], + [ + -88.67784304482461, + 45.37864482510243, + ], + [ + -88.6803555280771, + 45.20493094032828, + ], + [ + -88.6412325745741, + 45.1172682749135, + ], + [ + -88.98221244455435, + 45.11796656820418, + ], + [ + -88.9814945921965, + 45.0287461716025, + ], + [ + -89.22376976297193, + 45.029229605419125, + ], + [ + -89.22412868915086, + 45.11850371688932, + ], + [ + -89.42584520170759, + 45.119094580442976, + ], + [ + -89.42512734934974, + 45.46727435815046, + ], + [ + -89.04681915676113, + 45.46469604446179, + ], + ], + ], + "type": "Polygon", + }, + "id": "55067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41005 { + "geometry": { + "coordinates": [ + [ + [ + -121.8203685545464, + 45.46152686721947, + ], + [ + -121.69582117045888, + 45.373434482856574, + ], + [ + -121.69689794899566, + 45.25800123042008, + ], + [ + -121.74535298315075, + 45.20702582020033, + ], + [ + -121.6595696263873, + 45.06650772416781, + ], + [ + -121.80493472885256, + 45.012363136705744, + ], + [ + -121.73458519778295, + 44.888228075569984, + ], + [ + -122.3971629240814, + 44.88527375780171, + ], + [ + -122.53606735532598, + 44.93726975052323, + ], + [ + -122.59672587956457, + 45.01988321829769, + ], + [ + -122.78839245911136, + 45.130482132567934, + ], + [ + -122.74209098202984, + 45.2588606683163, + ], + [ + -122.8497688357078, + 45.25966639134401, + ], + [ + -122.868432997012, + 45.317302445259486, + ], + [ + -122.74424453910339, + 45.33185917462677, + ], + [ + -122.74388561292447, + 45.4335414207237, + ], + [ + -122.6415916519304, + 45.46115086313987, + ], + [ + -121.8203685545464, + 45.46152686721947, + ], + ], + ], + "type": "Polygon", + }, + "id": "41005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41071 { + "geometry": { + "coordinates": [ + [ + [ + -122.868432997012, + 45.317302445259486, + ], + [ + -122.8497688357078, + 45.25966639134401, + ], + [ + -122.86520266140165, + 45.253005747648274, + ], + [ + -123.03964078435996, + 45.222012268515726, + ], + [ + -122.99764642142556, + 45.1149585355674, + ], + [ + -123.06979058338979, + 45.07510210313005, + ], + [ + -123.72411300757294, + 45.07601525589478, + ], + [ + -123.78477153181153, + 45.07628383023735, + ], + [ + -123.78477153181153, + 45.215996203242156, + ], + [ + -123.46317367549332, + 45.21621106271621, + ], + [ + -123.46532723256688, + 45.43380999506627, + ], + [ + -123.13547407413336, + 45.43327284638113, + ], + [ + -122.868432997012, + 45.317302445259486, + ], + ], + ], + "type": "Polygon", + }, + "id": "41071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27171 { + "geometry": { + "coordinates": [ + [ + [ + -94.04737868156613, + 45.42285216188942, + ], + [ + -93.76741626200341, + 45.2973205141723, + ], + [ + -93.58005679660373, + 45.29189531245238, + ], + [ + -93.5215518294387, + 45.24661367829512, + ], + [ + -93.65866162978865, + 45.19413425175698, + ], + [ + -93.75808418135131, + 45.08240732524794, + ], + [ + -93.76633948346662, + 44.97793190598829, + ], + [ + -94.01220391603132, + 44.97868391414749, + ], + [ + -94.25591479152247, + 44.979435922306685, + ], + [ + -94.26129868420637, + 45.283999226780836, + ], + [ + -94.12706029328783, + 45.31896760618342, + ], + [ + -94.04737868156613, + 45.42285216188942, + ], + ], + ], + "type": "Polygon", + }, + "id": "27171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27003 { + "geometry": { + "coordinates": [ + [ + [ + -93.01941410512043, + 45.41189432871257, + ], + [ + -93.0190551789415, + 45.29683708035567, + ], + [ + -93.0204908836572, + 45.123875203740724, + ], + [ + -93.22759128889784, + 45.12451978216289, + ], + [ + -93.22687343653999, + 45.0356753896408, + ], + [ + -93.30440149118813, + 45.141225106270724, + ], + [ + -93.5122197487866, + 45.24570052553038, + ], + [ + -93.51006619171305, + 45.414741216743806, + ], + [ + -93.01941410512043, + 45.41189432871257, + ], + ], + ], + "type": "Polygon", + }, + "id": "27003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27067 { + "geometry": { + "coordinates": [ + [ + [ + -94.76343640852464, + 45.32611168369578, + ], + [ + -94.75805251584075, + 44.89204183123447, + ], + [ + -95.24870460243336, + 44.891289823075276, + ], + [ + -95.24655104535981, + 45.15239779892163, + ], + [ + -95.25516527365404, + 45.41253890713474, + ], + [ + -95.13169466810331, + 45.412377762529196, + ], + [ + -94.76307748234571, + 45.41280748147731, + ], + [ + -94.76343640852464, + 45.32611168369578, + ], + ], + ], + "type": "Polygon", + }, + "id": "27067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27151 { + "geometry": { + "coordinates": [ + [ + [ + -95.25516527365404, + 45.41253890713474, + ], + [ + -95.24655104535981, + 45.15239779892163, + ], + [ + -96.03654756517719, + 45.15218293944758, + ], + [ + -96.10366676063646, + 45.17667691948994, + ], + [ + -96.11730595543567, + 45.411948043581084, + ], + [ + -95.7476119911413, + 45.412377762529196, + ], + [ + -95.25516527365404, + 45.41253890713474, + ], + ], + ], + "type": "Polygon", + }, + "id": "27151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55119 { + "geometry": { + "coordinates": [ + [ + [ + -90.04212145092451, + 45.38186771721327, + ], + [ + -90.04355715564022, + 45.120168877813256, + ], + [ + -90.19789541257865, + 45.120544881892855, + ], + [ + -90.19789541257865, + 45.03363422463727, + ], + [ + -90.31526427308764, + 45.03379536924281, + ], + [ + -90.92328522018924, + 45.031055910948595, + ], + [ + -90.92507985108388, + 45.29189531245238, + ], + [ + -90.92507985108388, + 45.37939683326162, + ], + [ + -90.67885649234026, + 45.37773167233769, + ], + [ + -90.04212145092451, + 45.38186771721327, + ], + ], + ], + "type": "Polygon", + }, + "id": "55119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55083 { + "geometry": { + "coordinates": [ + [ + [ + -88.42803042429172, + 45.37692594930998, + ], + [ + -88.30599552345669, + 45.37456249509537, + ], + [ + -88.30922585906703, + 45.20160061848042, + ], + [ + -88.18647310587414, + 45.19789429255296, + ], + [ + -88.12114854130951, + 45.02358954422516, + ], + [ + -87.76258128856186, + 44.966168349783736, + ], + [ + -87.9007678674486, + 44.82742284441218, + ], + [ + -87.98762800274882, + 44.67761207612675, + ], + [ + -87.99049941218023, + 44.677558361258235, + ], + [ + -87.9940886739695, + 44.67750464638972, + ], + [ + -88.24282451596561, + 44.67954581139325, + ], + [ + -88.24856733482844, + 44.85256140287672, + ], + [ + -88.48904787470924, + 44.85535457603944, + ], + [ + -88.48402290820427, + 45.11624769241173, + ], + [ + -88.6412325745741, + 45.1172682749135, + ], + [ + -88.6803555280771, + 45.20493094032828, + ], + [ + -88.67784304482461, + 45.37864482510243, + ], + [ + -88.42803042429172, + 45.37692594930998, + ], + ], + ], + "type": "Polygon", + }, + "id": "55083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 23017 { + "geometry": { + "coordinates": [ + [ + [ + -70.83418698566902, + 45.2773385830851, + ], + [ + -70.77998913265111, + 45.01848663171633, + ], + [ + -70.82377812648016, + 45.014189442235214, + ], + [ + -70.76922134728332, + 44.73213266766841, + ], + [ + -70.61488309034489, + 44.79551621251488, + ], + [ + -70.51043557227726, + 44.627120099723626, + ], + [ + -70.28072281776426, + 44.56964519041369, + ], + [ + -70.23872845482984, + 44.45893884640642, + ], + [ + -70.33420281842432, + 44.2106687241349, + ], + [ + -70.4799268470685, + 44.03201307145747, + ], + [ + -70.61272953327133, + 44.06295283572151, + ], + [ + -70.62421517099698, + 44.1710271511716, + ], + [ + -70.85644040876248, + 44.057849923212686, + ], + [ + -70.71538242044433, + 43.96175402344121, + ], + [ + -70.78321946826145, + 43.813823275553766, + ], + [ + -70.98888416878638, + 43.790940741566814, + ], + [ + -70.98888416878638, + 43.7900813036706, + ], + [ + -70.98888416878638, + 43.790940741566814, + ], + [ + -71.01006081334305, + 44.28474152781565, + ], + [ + -71.04092846473073, + 44.802606575158734, + ], + [ + -71.08435853238085, + 45.30564631879196, + ], + [ + -71.00647155155379, + 45.34603989991446, + ], + [ + -70.83418698566902, + 45.2773385830851, + ], + ], + ], + "type": "Polygon", + }, + "id": "23017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46051 { + "geometry": { + "coordinates": [ + [ + [ + -96.47048931549942, + 45.32654140264389, + ], + [ + -96.45290193273202, + 45.26890534872841, + ], + [ + -96.45182515419523, + 44.977448472171666, + ], + [ + -96.8821776427282, + 44.976803893749505, + ], + [ + -96.88397227362283, + 45.150195489312566, + ], + [ + -97.22638784831878, + 45.15186065023649, + ], + [ + -97.22638784831878, + 45.29764280338338, + ], + [ + -97.00744287917357, + 45.29683708035567, + ], + [ + -96.9930858320165, + 45.326863691854975, + ], + [ + -96.47048931549942, + 45.32654140264389, + ], + ], + ], + "type": "Polygon", + }, + "id": "46051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27093 { + "geometry": { + "coordinates": [ + [ + [ + -94.26129868420637, + 45.283999226780836, + ], + [ + -94.25591479152247, + 44.979435922306685, + ], + [ + -94.50213815026609, + 44.979704496649255, + ], + [ + -94.50249707644502, + 44.89231040557704, + ], + [ + -94.75805251584075, + 44.89204183123447, + ], + [ + -94.76343640852464, + 45.32611168369578, + ], + [ + -94.38369251122033, + 45.32670254724943, + ], + [ + -94.26129868420637, + 45.283999226780836, + ], + ], + ], + "type": "Polygon", + }, + "id": "27093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 33007 { + "geometry": { + "coordinates": [ + [ + [ + -71.01006081334305, + 44.28474152781565, + ], + [ + -71.04236416944644, + 44.23774101786593, + ], + [ + -71.25233598411849, + 44.244240516956125, + ], + [ + -71.34350323356583, + 44.09222743906162, + ], + [ + -71.41564739553007, + 44.21201159584774, + ], + [ + -71.57572847133133, + 44.254714916316345, + ], + [ + -71.76380578908885, + 44.4057611265776, + ], + [ + -71.57716417604703, + 44.50507991845991, + ], + [ + -71.53696444400725, + 44.584577923860564, + ], + [ + -71.63172095524386, + 44.7486231323022, + ], + [ + -71.494252228715, + 44.911862617716125, + ], + [ + -71.5010718261146, + 45.013437434076025, + ], + [ + -71.3618084686911, + 45.267508762147045, + ], + [ + -71.2849982664008, + 45.300973125231245, + ], + [ + -71.14645276133514, + 45.24065132789006, + ], + [ + -71.08435853238085, + 45.30564631879196, + ], + [ + -71.04092846473073, + 44.802606575158734, + ], + [ + -71.01006081334305, + 44.28474152781565, + ], + ], + ], + "type": "Polygon", + }, + "id": "33007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27163 { + "geometry": { + "coordinates": [ + [ + [ + -92.74555343059946, + 45.29603135732796, + ], + [ + -92.75811584686188, + 45.20955041902049, + ], + [ + -92.79257276003884, + 45.078862143926024, + ], + [ + -92.76960148458754, + 44.86201521973517, + ], + [ + -92.80369947158556, + 44.747226545720835, + ], + [ + -93.00541598414229, + 44.77107594734103, + ], + [ + -93.0190551789415, + 44.88962466215135, + ], + [ + -92.98423933958563, + 44.89080638925865, + ], + [ + -92.98459826576455, + 45.123767774003696, + ], + [ + -93.0204908836572, + 45.123875203740724, + ], + [ + -93.0190551789415, + 45.29683708035567, + ], + [ + -92.74555343059946, + 45.29603135732796, + ], + ], + ], + "type": "Polygon", + }, + "id": "27163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55017 { + "geometry": { + "coordinates": [ + [ + [ + -90.92507985108388, + 45.29189531245238, + ], + [ + -90.92328522018924, + 45.031055910948595, + ], + [ + -90.92220844165247, + 44.85723459643742, + ], + [ + -91.65082858487341, + 44.85594543959309, + ], + [ + -91.6655445582094, + 45.20793897296507, + ], + [ + -91.54207395265865, + 45.2065423863837, + ], + [ + -91.5413561003008, + 45.2919490273209, + ], + [ + -90.92507985108388, + 45.29189531245238, + ], + ], + ], + "type": "Polygon", + }, + "id": "55017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41047 { + "geometry": { + "coordinates": [ + [ + [ + -122.86520266140165, + 45.253005747648274, + ], + [ + -122.8497688357078, + 45.25966639134401, + ], + [ + -122.74209098202984, + 45.2588606683163, + ], + [ + -122.78839245911136, + 45.130482132567934, + ], + [ + -122.59672587956457, + 45.01988321829769, + ], + [ + -122.53606735532598, + 44.93726975052323, + ], + [ + -122.3971629240814, + 44.88527375780171, + ], + [ + -121.73458519778295, + 44.888228075569984, + ], + [ + -121.75935110412888, + 44.82565025375122, + ], + [ + -121.81929177600962, + 44.78971500671538, + ], + [ + -121.79416694348475, + 44.683896715742875, + ], + [ + -122.2080088277871, + 44.69496197865675, + ], + [ + -122.29199755365592, + 44.75275917717778, + ], + [ + -122.51847997255858, + 44.75329632586292, + ], + [ + -122.79880131830024, + 44.791971031192965, + ], + [ + -123.00626064971979, + 44.686689888905605, + ], + [ + -123.14337045006974, + 44.749643714803966, + ], + [ + -123.17854521560454, + 44.8332777650802, + ], + [ + -123.03928185818104, + 44.95188019475903, + ], + [ + -123.06979058338979, + 45.07510210313005, + ], + [ + -122.99764642142556, + 45.1149585355674, + ], + [ + -123.03964078435996, + 45.222012268515726, + ], + [ + -122.86520266140165, + 45.253005747648274, + ], + ], + ], + "type": "Polygon", + }, + "id": "41047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16003 { + "geometry": { + "coordinates": [ + [ + [ + -116.14538673953837, + 45.10749216884396, + ], + [ + -116.09011210798369, + 45.06312368745144, + ], + [ + -116.21214700881872, + 44.7813354872272, + ], + [ + -116.15794915580081, + 44.703180353539395, + ], + [ + -116.15794915580081, + 44.49879527884377, + ], + [ + -116.30080177501358, + 44.44395239809103, + ], + [ + -116.52836097245303, + 44.49057690396114, + ], + [ + -116.52979667716873, + 44.614765679965416, + ], + [ + -116.62562996694213, + 44.66273305754838, + ], + [ + -116.62562996694213, + 44.8386492519316, + ], + [ + -116.90020849382095, + 44.840475557461076, + ], + [ + -116.83237144600383, + 44.933885713806845, + ], + [ + -116.8481641978766, + 45.02170952382717, + ], + [ + -116.78391641184874, + 45.079023288531566, + ], + [ + -116.68700634353857, + 45.26766990675259, + ], + [ + -116.34387291648477, + 45.26788476622664, + ], + [ + -116.28536794931973, + 45.13015984335685, + ], + [ + -116.14538673953837, + 45.10749216884396, + ], + ], + ], + "type": "Polygon", + }, + "id": "16003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27073 { + "geometry": { + "coordinates": [ + [ + [ + -96.22426595675579, + 45.220776826539904, + ], + [ + -96.10366676063646, + 45.17667691948994, + ], + [ + -96.03654756517719, + 45.15218293944758, + ], + [ + -95.7989384347278, + 44.95080589738875, + ], + [ + -95.73684420577351, + 44.93619545315295, + ], + [ + -95.84775239506182, + 44.89171954202339, + ], + [ + -95.84882917359859, + 44.80534603345294, + ], + [ + -96.45182515419523, + 44.80636661595471, + ], + [ + -96.45182515419523, + 44.977448472171666, + ], + [ + -96.45290193273202, + 45.26890534872841, + ], + [ + -96.22426595675579, + 45.220776826539904, + ], + ], + ], + "type": "Polygon", + }, + "id": "27073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 23009 { + "geometry": { + "coordinates": [ + [ + [ + [ + -68.66304252934219, + 44.26964764976323, + ], + [ + -68.64043018006983, + 44.16006931799475, + ], + [ + -68.7319563556961, + 44.221787701917286, + ], + [ + -68.66304252934219, + 44.26964764976323, + ], + ], + ], + [ + [ + [ + -68.30268064569992, + 44.437238039526775, + ], + [ + -68.18710641608556, + 44.37224304862489, + ], + [ + -68.33857326359258, + 44.222324850602426, + ], + [ + -68.43045836539778, + 44.3126732594429, + ], + [ + -68.30268064569992, + 44.437238039526775, + ], + ], + ], + [ + [ + [ + -67.9889791653181, + 44.50174959661204, + ], + [ + -68.05861084402984, + 44.332386616187534, + ], + [ + -68.10204091167996, + 44.474945877223576, + ], + [ + -68.32206265936195, + 44.53725512469977, + ], + [ + -68.26678802780727, + 44.47322700143113, + ], + [ + -68.43368870100811, + 44.40162508170202, + ], + [ + -68.42256198946139, + 44.49621696515511, + ], + [ + -68.56685031338988, + 44.40457939947029, + ], + [ + -68.52449702427654, + 44.228663205087074, + ], + [ + -68.82168790042773, + 44.40833944026627, + ], + [ + -68.75708118822095, + 44.51098855399644, + ], + [ + -68.84214669262656, + 44.625508653668206, + ], + [ + -68.8130736721335, + 44.68432643469099, + ], + [ + -68.44589219109162, + 44.763985584697195, + ], + [ + -68.5022436011831, + 44.981530802178725, + ], + [ + -68.37482480766415, + 44.99786012220697, + ], + [ + -68.39671930457868, + 45.08342790774971, + ], + [ + -68.2700183634176, + 45.10024066159458, + ], + [ + -68.30339849805777, + 45.221582549567614, + ], + [ + -68.05573943459844, + 45.25520805725735, + ], + [ + -67.98287742027634, + 44.95569395042351, + ], + [ + -68.10598909964816, + 44.93920348578973, + ], + [ + -67.9889791653181, + 44.50174959661204, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "23009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46107 { + "geometry": { + "coordinates": [ + [ + [ + -99.70908022795388, + 45.24586167013592, + ], + [ + -99.57340613231963, + 45.2453782363193, + ], + [ + -99.5730472061407, + 44.89741331808587, + ], + [ + -99.67318761006122, + 44.89746703295438, + ], + [ + -100.40467916271356, + 44.89768189242844, + ], + [ + -100.39211674645114, + 45.02600671330829, + ], + [ + -100.28013177862604, + 45.0183792019793, + ], + [ + -100.32427969863402, + 45.10163724817594, + ], + [ + -100.26039083878509, + 45.246828537769176, + ], + [ + -99.70908022795388, + 45.24586167013592, + ], + ], + ], + "type": "Polygon", + }, + "id": "46107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46049 { + "geometry": { + "coordinates": [ + [ + [ + -98.72239216208473, + 45.24376679026388, + ], + [ + -98.71772612175869, + 45.24371307539536, + ], + [ + -98.7166493432219, + 44.89703731400627, + ], + [ + -99.31210787406108, + 44.89719845861181, + ], + [ + -99.5730472061407, + 44.89741331808587, + ], + [ + -99.57340613231963, + 45.2453782363193, + ], + [ + -98.72239216208473, + 45.24376679026388, + ], + ], + ], + "type": "Polygon", + }, + "id": "46049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27053 { + "geometry": { + "coordinates": [ + [ + [ + -93.5215518294387, + 45.24661367829512, + ], + [ + -93.5122197487866, + 45.24570052553038, + ], + [ + -93.30440149118813, + 45.141225106270724, + ], + [ + -93.22687343653999, + 45.0356753896408, + ], + [ + -93.17877732856383, + 44.88833550530701, + ], + [ + -93.33203880696547, + 44.78944643237281, + ], + [ + -93.52370538651226, + 44.80163970752548, + ], + [ + -93.52047505090192, + 44.89069895952162, + ], + [ + -93.76705733582448, + 44.890860104127164, + ], + [ + -93.76633948346662, + 44.97793190598829, + ], + [ + -93.75808418135131, + 45.08240732524794, + ], + [ + -93.65866162978865, + 45.19413425175698, + ], + [ + -93.5215518294387, + 45.24661367829512, + ], + ], + ], + "type": "Polygon", + }, + "id": "27053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46115 { + "geometry": { + "coordinates": [ + [ + [ + -97.98156852878029, + 45.24032903867898, + ], + [ + -97.9819274549592, + 45.15331095168637, + ], + [ + -97.9776203408121, + 44.63157843381028, + ], + [ + -98.7058815578541, + 44.63421046236746, + ], + [ + -98.7166493432219, + 44.89703731400627, + ], + [ + -98.71772612175869, + 45.24371307539536, + ], + [ + -97.98156852878029, + 45.24032903867898, + ], + ], + ], + "type": "Polygon", + }, + "id": "46115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16085 { + "geometry": { + "coordinates": [ + [ + [ + -114.69496605049609, + 45.197034854656735, + ], + [ + -114.73229437310447, + 45.15272008813272, + ], + [ + -114.7355247087148, + 44.878666828974495, + ], + [ + -114.81341168954187, + 44.808300351221206, + ], + [ + -114.95518753021786, + 44.720798830411965, + ], + [ + -115.08691343788391, + 44.77118337707806, + ], + [ + -115.16946645903703, + 44.647102030810814, + ], + [ + -115.2800157221464, + 44.61191879193417, + ], + [ + -115.22904820473883, + 44.423433318318686, + ], + [ + -115.29544954784025, + 44.33931583422583, + ], + [ + -115.40205062298145, + 44.260677266721395, + ], + [ + -115.52121411438506, + 44.23510898930875, + ], + [ + -116.10339237660396, + 44.23645186102159, + ], + [ + -116.11416016197177, + 44.14766118336802, + ], + [ + -116.21358271353442, + 44.15120636468994, + ], + [ + -116.21286486117657, + 44.324114526436375, + ], + [ + -116.15400096783262, + 44.3242219561734, + ], + [ + -116.15794915580081, + 44.49879527884377, + ], + [ + -116.15794915580081, + 44.703180353539395, + ], + [ + -116.21214700881872, + 44.7813354872272, + ], + [ + -116.09011210798369, + 45.06312368745144, + ], + [ + -116.14538673953837, + 45.10749216884396, + ], + [ + -115.97669143544289, + 45.19558455320686, + ], + [ + -114.69496605049609, + 45.197034854656735, + ], + ], + ], + "type": "Polygon", + }, + "id": "16085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46019 { + "geometry": { + "coordinates": [ + [ + [ + -102.95736214723935, + 45.212827025999836, + ], + [ + -102.95736214723935, + 45.03948914530529, + ], + [ + -102.96418174463895, + 44.604291280605196, + ], + [ + -103.56753665141451, + 44.60407642113114, + ], + [ + -103.81914390284204, + 44.60477471442182, + ], + [ + -104.05639410711251, + 44.570934347258024, + ], + [ + -104.05782981182821, + 44.99737668839035, + ], + [ + -104.03988350288189, + 45.21288074086835, + ], + [ + -102.95736214723935, + 45.212827025999836, + ], + ], + ], + "type": "Polygon", + }, + "id": "46019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55109 { + "geometry": { + "coordinates": [ + [ + [ + -92.15691449715987, + 45.209496704151974, + ], + [ + -92.13645570496107, + 44.85777174512256, + ], + [ + -92.76960148458754, + 44.86201521973517, + ], + [ + -92.79257276003884, + 45.078862143926024, + ], + [ + -92.75811584686188, + 45.20955041902049, + ], + [ + -92.15691449715987, + 45.209496704151974, + ], + ], + ], + "type": "Polygon", + }, + "id": "55109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55033 { + "geometry": { + "coordinates": [ + [ + [ + -91.6655445582094, + 45.20793897296507, + ], + [ + -91.65082858487341, + 44.85594543959309, + ], + [ + -91.65082858487341, + 44.68352071166328, + ], + [ + -92.13537892642428, + 44.68432643469099, + ], + [ + -92.13645570496107, + 44.85777174512256, + ], + [ + -92.15691449715987, + 45.209496704151974, + ], + [ + -91.6655445582094, + 45.20793897296507, + ], + ], + ], + "type": "Polygon", + }, + "id": "55033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26009 { + "geometry": { + "coordinates": [ + [ + [ + -84.85743279633019, + 45.11662369649133, + ], + [ + -84.84738286332025, + 44.85798660459662, + ], + [ + -85.29245132518919, + 44.8594369060465, + ], + [ + -85.33300998340789, + 44.81238268122827, + ], + [ + -85.4424824679805, + 44.859812910126095, + ], + [ + -85.36351870861665, + 45.111950502930625, + ], + [ + -85.38828461496259, + 45.207777828359525, + ], + [ + -85.22389642501422, + 45.205521803881936, + ], + [ + -85.22353749883528, + 45.11780542359864, + ], + [ + -84.85743279633019, + 45.11662369649133, + ], + ], + ], + "type": "Polygon", + }, + "id": "26009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26137 { + "geometry": { + "coordinates": [ + [ + [ + -84.36678070973757, + 45.198753730449184, + ], + [ + -84.37180567624253, + 44.855032286828354, + ], + [ + -84.84738286332025, + 44.85798660459662, + ], + [ + -84.85743279633019, + 45.11662369649133, + ], + [ + -84.7346800431373, + 45.11490482069889, + ], + [ + -84.73432111695837, + 45.201922907691504, + ], + [ + -84.36678070973757, + 45.198753730449184, + ], + ], + ], + "type": "Polygon", + }, + "id": "26137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26119 { + "geometry": { + "coordinates": [ + [ + [ + -83.88115358964991, + 45.20203033742853, + ], + [ + -83.88833211322844, + 44.856590018015254, + ], + [ + -84.37180567624253, + 44.855032286828354, + ], + [ + -84.36678070973757, + 45.198753730449184, + ], + [ + -84.24654043979716, + 45.19870001558067, + ], + [ + -83.88115358964991, + 45.20203033742853, + ], + ], + ], + "type": "Polygon", + }, + "id": "26119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46025 { + "geometry": { + "coordinates": [ + [ + [ + -97.494146777798, + 45.15164579076244, + ], + [ + -97.49127536836659, + 44.80394944687158, + ], + [ + -97.49271107308229, + 44.543862053526986, + ], + [ + -97.85307295672457, + 44.54439920221213, + ], + [ + -97.85630329233491, + 44.63104128512514, + ], + [ + -97.9776203408121, + 44.63157843381028, + ], + [ + -97.9819274549592, + 45.15331095168637, + ], + [ + -97.494146777798, + 45.15164579076244, + ], + ], + ], + "type": "Polygon", + }, + "id": "46025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46029 { + "geometry": { + "coordinates": [ + [ + [ + -97.22638784831878, + 45.15186065023649, + ], + [ + -96.88397227362283, + 45.150195489312566, + ], + [ + -96.8821776427282, + 44.976803893749505, + ], + [ + -96.88469012598068, + 44.8044328806882, + ], + [ + -97.49127536836659, + 44.80394944687158, + ], + [ + -97.494146777798, + 45.15164579076244, + ], + [ + -97.22638784831878, + 45.15186065023649, + ], + ], + ], + "type": "Polygon", + }, + "id": "46029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27023 { + "geometry": { + "coordinates": [ + [ + [ + -95.24655104535981, + 45.15239779892163, + ], + [ + -95.24870460243336, + 44.891289823075276, + ], + [ + -95.48272447109349, + 44.89069895952162, + ], + [ + -95.48272447109349, + 44.75292032178332, + ], + [ + -95.73684420577351, + 44.93619545315295, + ], + [ + -95.7989384347278, + 44.95080589738875, + ], + [ + -96.03654756517719, + 45.15218293944758, + ], + [ + -95.24655104535981, + 45.15239779892163, + ], + ], + ], + "type": "Polygon", + }, + "id": "27023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27123 { + "geometry": { + "coordinates": [ + [ + [ + -93.0204908836572, + 45.123875203740724, + ], + [ + -92.98459826576455, + 45.123767774003696, + ], + [ + -92.98423933958563, + 44.89080638925865, + ], + [ + -93.0190551789415, + 44.88962466215135, + ], + [ + -93.17877732856383, + 44.88833550530701, + ], + [ + -93.22687343653999, + 45.0356753896408, + ], + [ + -93.22759128889784, + 45.12451978216289, + ], + [ + -93.0204908836572, + 45.123875203740724, + ], + ], + ], + "type": "Polygon", + }, + "id": "27123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55073 { + "geometry": { + "coordinates": [ + [ + [ + -90.04355715564022, + 45.120168877813256, + ], + [ + -89.42584520170759, + 45.119094580442976, + ], + [ + -89.22412868915086, + 45.11850371688932, + ], + [ + -89.22376976297193, + 45.029229605419125, + ], + [ + -89.22376976297193, + 44.681372116922724, + ], + [ + -89.84507097869383, + 44.68486358337613, + ], + [ + -90.31634105162442, + 44.6851321577187, + ], + [ + -90.31526427308764, + 45.03379536924281, + ], + [ + -90.19789541257865, + 45.03363422463727, + ], + [ + -90.19789541257865, + 45.120544881892855, + ], + [ + -90.04355715564022, + 45.120168877813256, + ], + ], + ], + "type": "Polygon", + }, + "id": "55073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55078 { + "geometry": { + "coordinates": [ + [ + [ + -88.6412325745741, + 45.1172682749135, + ], + [ + -88.48402290820427, + 45.11624769241173, + ], + [ + -88.48904787470924, + 44.85535457603944, + ], + [ + -88.73634801198965, + 44.856321443672684, + ], + [ + -88.7356301596318, + 44.94312467119124, + ], + [ + -88.9814945921965, + 44.94280238198016, + ], + [ + -88.9814945921965, + 45.0287461716025, + ], + [ + -88.98221244455435, + 45.11796656820418, + ], + [ + -88.6412325745741, + 45.1172682749135, + ], + ], + ], + "type": "Polygon", + }, + "id": "55078", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41001 { + "geometry": { + "coordinates": [ + [ + [ + -116.78391641184874, + 45.079023288531566, + ], + [ + -116.8481641978766, + 45.02170952382717, + ], + [ + -116.83237144600383, + 44.933885713806845, + ], + [ + -116.90020849382095, + 44.840475557461076, + ], + [ + -117.03839507270769, + 44.74819341335409, + ], + [ + -117.14463722166995, + 44.54563464418795, + ], + [ + -117.22324205485486, + 44.484131119739466, + ], + [ + -117.22001171924452, + 44.30133942218646, + ], + [ + -117.48597601782912, + 44.30133942218646, + ], + [ + -117.48597601782912, + 44.38765921588839, + ], + [ + -117.59150031443353, + 44.44443583190765, + ], + [ + -117.97160313791677, + 44.44330781966886, + ], + [ + -118.23218354381746, + 44.256057788029196, + ], + [ + -118.49707106386526, + 44.25509092039594, + ], + [ + -118.40913415002827, + 44.372833912178535, + ], + [ + -118.41954300921714, + 44.45641424758626, + ], + [ + -118.30684018903419, + 44.589251117421284, + ], + [ + -118.50496743980166, + 44.666278238870305, + ], + [ + -118.2853046182986, + 44.75077172704276, + ], + [ + -118.29571347748747, + 44.863143231973964, + ], + [ + -118.2447459600799, + 44.95821854924367, + ], + [ + -118.13060743518125, + 45.04496806189371, + ], + [ + -117.994933339547, + 44.99431494088505, + ], + [ + -117.88581978115332, + 45.0587727831018, + ], + [ + -117.77778300129643, + 44.992166346144494, + ], + [ + -117.56386299865619, + 44.99270349482963, + ], + [ + -117.56314514629833, + 45.079506722348185, + ], + [ + -117.26667212250499, + 45.08074216432401, + ], + [ + -116.78391641184874, + 45.079023288531566, + ], + ], + ], + "type": "Polygon", + }, + "id": "41001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41053 { + "geometry": { + "coordinates": [ + [ + [ + -123.06979058338979, + 45.07510210313005, + ], + [ + -123.03928185818104, + 44.95188019475903, + ], + [ + -123.17854521560454, + 44.8332777650802, + ], + [ + -123.14337045006974, + 44.749643714803966, + ], + [ + -123.14911326893257, + 44.72020796685831, + ], + [ + -123.60279595909576, + 44.72112111962305, + ], + [ + -123.72483085993079, + 44.73906188570672, + ], + [ + -123.72554871228864, + 45.043947479391946, + ], + [ + -123.72411300757294, + 45.07601525589478, + ], + [ + -123.06979058338979, + 45.07510210313005, + ], + ], + ], + "type": "Polygon", + }, + "id": "41053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41069 { + "geometry": { + "coordinates": [ + [ + [ + -119.7902820865377, + 45.067689451275115, + ], + [ + -119.79099993889557, + 44.99458351522762, + ], + [ + -119.67183644749194, + 44.99436865575356, + ], + [ + -119.65209550765098, + 44.823179369799576, + ], + [ + -119.65604369561918, + 44.30697948338043, + ], + [ + -119.89867779257354, + 44.30665719416935, + ], + [ + -119.89903671875246, + 44.38953923628638, + ], + [ + -120.02178947194534, + 44.43852719637111, + ], + [ + -120.3857406173769, + 44.437506613869346, + ], + [ + -120.38538169119796, + 44.56395141435121, + ], + [ + -120.37174249639875, + 44.821567923744155, + ], + [ + -120.45250088665723, + 44.8644323888183, + ], + [ + -120.4952131019495, + 45.068495174302825, + ], + [ + -119.7902820865377, + 45.067689451275115, + ], + ], + ], + "type": "Polygon", + }, + "id": "41069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41041 { + "geometry": { + "coordinates": [ + [ + [ + -123.72554871228864, + 45.043947479391946, + ], + [ + -123.72483085993079, + 44.73906188570672, + ], + [ + -123.60279595909576, + 44.72112111962305, + ], + [ + -123.59705314023293, + 44.43288713517715, + ], + [ + -123.7208826719626, + 44.43304827978269, + ], + [ + -123.71513985309977, + 44.36053320728884, + ], + [ + -123.81707488791491, + 44.34479475081426, + ], + [ + -123.77543945115943, + 44.28355980070834, + ], + [ + -124.1153425426029, + 44.276200863721925, + ], + [ + -124.08339811267844, + 44.41752468278216, + ], + [ + -124.06760536080566, + 44.82661712138447, + ], + [ + -124.00658791038815, + 44.91089575008287, + ], + [ + -124.00048616534639, + 45.044860632156684, + ], + [ + -123.72554871228864, + 45.043947479391946, + ], + ], + ], + "type": "Polygon", + }, + "id": "41041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46093 { + "geometry": { + "coordinates": [ + [ + [ + -102.00010602804218, + 45.03793141411839, + ], + [ + -102.0004649542211, + 44.51152570268158, + ], + [ + -102.00154173275789, + 44.51088112425941, + ], + [ + -102.11316777440405, + 44.43530430426027, + ], + [ + -102.28329878321524, + 44.44819587270362, + ], + [ + -102.36298039493694, + 44.29908339770887, + ], + [ + -102.38846415364073, + 44.14014110177607, + ], + [ + -103.4523213479791, + 44.140785680198235, + ], + [ + -103.45303920033695, + 44.256594936714336, + ], + [ + -103.57435624881413, + 44.256057788029196, + ], + [ + -103.56753665141451, + 44.60407642113114, + ], + [ + -102.96418174463895, + 44.604291280605196, + ], + [ + -102.95736214723935, + 45.03948914530529, + ], + [ + -102.00010602804218, + 45.03793141411839, + ], + ], + ], + "type": "Polygon", + }, + "id": "46093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55019 { + "geometry": { + "coordinates": [ + [ + [ + -90.31526427308764, + 45.03379536924281, + ], + [ + -90.31634105162442, + 44.6851321577187, + ], + [ + -90.31598212544549, + 44.424615045425995, + ], + [ + -90.80196817171206, + 44.42294988450206, + ], + [ + -90.80196817171206, + 44.509430822809534, + ], + [ + -90.92292629401032, + 44.50975311202062, + ], + [ + -90.92220844165247, + 44.59634148006512, + ], + [ + -90.92220844165247, + 44.85723459643742, + ], + [ + -90.92328522018924, + 45.031055910948595, + ], + [ + -90.31526427308764, + 45.03379536924281, + ], + ], + ], + "type": "Polygon", + }, + "id": "55019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55115 { + "geometry": { + "coordinates": [ + [ + [ + -88.9814945921965, + 45.0287461716025, + ], + [ + -88.9814945921965, + 44.94280238198016, + ], + [ + -88.7356301596318, + 44.94312467119124, + ], + [ + -88.73634801198965, + 44.856321443672684, + ], + [ + -88.48904787470924, + 44.85535457603944, + ], + [ + -88.24856733482844, + 44.85256140287672, + ], + [ + -88.24282451596561, + 44.67954581139325, + ], + [ + -88.2453369992181, + 44.58473906846611, + ], + [ + -88.6060578090393, + 44.59048655939711, + ], + [ + -88.60533995668145, + 44.67831036941743, + ], + [ + -89.22376976297193, + 44.681372116922724, + ], + [ + -89.22376976297193, + 45.029229605419125, + ], + [ + -88.9814945921965, + 45.0287461716025, + ], + ], + ], + "type": "Polygon", + }, + "id": "55115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 50011 { + "geometry": { + "coordinates": [ + [ + [ + -72.55380230890623, + 45.00801223235611, + ], + [ + -72.53226673817063, + 44.83306290560614, + ], + [ + -72.57785036289431, + 44.78160406156977, + ], + [ + -72.74690459316872, + 44.78622354026197, + ], + [ + -72.79500070114489, + 44.69222252036254, + ], + [ + -72.92385519937953, + 44.633028735260154, + ], + [ + -73.22858352528819, + 44.7228399954155, + ], + [ + -73.19161412885875, + 45.013437434076025, + ], + [ + -72.55380230890623, + 45.00801223235611, + ], + ], + ], + "type": "Polygon", + }, + "id": "50011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 50009 { + "geometry": { + "coordinates": [ + [ + [ + -71.76380578908885, + 44.4057611265776, + ], + [ + -71.8373856557688, + 44.34796392805658, + ], + [ + -71.93286001936326, + 44.44121293979681, + ], + [ + -71.8564087432519, + 44.49616325028659, + ], + [ + -71.90809411301733, + 44.54708494563782, + ], + [ + -71.84241062227376, + 44.611166783774976, + ], + [ + -71.90988874391196, + 44.6470483159423, + ], + [ + -71.83666780341095, + 44.71660907066788, + ], + [ + -71.93932069058394, + 44.76908849720602, + ], + [ + -71.87435505219823, + 44.87651823423394, + ], + [ + -71.89732632764954, + 45.00790480261908, + ], + [ + -71.5010718261146, + 45.013437434076025, + ], + [ + -71.494252228715, + 44.911862617716125, + ], + [ + -71.63172095524386, + 44.7486231323022, + ], + [ + -71.53696444400725, + 44.584577923860564, + ], + [ + -71.57716417604703, + 44.50507991845991, + ], + [ + -71.76380578908885, + 44.4057611265776, + ], + ], + ], + "type": "Polygon", + }, + "id": "50009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 50013 { + "geometry": { + "coordinates": [ + [ + [ + -73.22858352528819, + 44.7228399954155, + ], + [ + -73.28062782123254, + 44.58339619675326, + ], + [ + -73.36174513766994, + 44.56373655487715, + ], + [ + -73.38866460108945, + 44.61605483680975, + ], + [ + -73.33518460042939, + 44.804701455030774, + ], + [ + -73.37789681572164, + 44.83714523561321, + ], + [ + -73.34308097636577, + 45.01069797578181, + ], + [ + -73.19161412885875, + 45.013437434076025, + ], + [ + -73.22858352528819, + 44.7228399954155, + ], + ], + ], + "type": "Polygon", + }, + "id": "50013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36019 { + "geometry": { + "coordinates": [ + [ + [ + -73.36174513766994, + 44.56373655487715, + ], + [ + -73.33841493603971, + 44.54681637129525, + ], + [ + -73.67221628244143, + 44.439225489661794, + ], + [ + -73.90982541289083, + 44.42966424306631, + ], + [ + -73.98627668900218, + 44.70769240249456, + ], + [ + -74.02755319957873, + 44.99571152746641, + ], + [ + -73.34308097636577, + 45.01069797578181, + ], + [ + -73.37789681572164, + 44.83714523561321, + ], + [ + -73.33518460042939, + 44.804701455030774, + ], + [ + -73.38866460108945, + 44.61605483680975, + ], + [ + -73.36174513766994, + 44.56373655487715, + ], + ], + ], + "type": "Polygon", + }, + "id": "36019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 50019 { + "geometry": { + "coordinates": [ + [ + [ + -71.89732632764954, + 45.00790480261908, + ], + [ + -71.87435505219823, + 44.87651823423394, + ], + [ + -71.93932069058394, + 44.76908849720602, + ], + [ + -72.01218270490604, + 44.69888316405827, + ], + [ + -72.11411773972118, + 44.749643714803966, + ], + [ + -72.26235425161785, + 44.5423580372086, + ], + [ + -72.37433921944294, + 44.58409449004394, + ], + [ + -72.481658146942, + 44.63378074341935, + ], + [ + -72.41920499180877, + 44.72289371028401, + ], + [ + -72.57785036289431, + 44.78160406156977, + ], + [ + -72.53226673817063, + 44.83306290560614, + ], + [ + -72.55380230890623, + 45.00801223235611, + ], + [ + -71.89732632764954, + 45.00790480261908, + ], + ], + ], + "type": "Polygon", + }, + "id": "50019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 56029 { + "geometry": { + "coordinates": [ + [ + [ + -108.62121725070065, + 45.000277291290104, + ], + [ + -108.5921442302076, + 44.871361606856595, + ], + [ + -108.59250315638653, + 44.52092580467153, + ], + [ + -108.57348006890342, + 44.5208183749345, + ], + [ + -108.57383899508234, + 44.16844883748293, + ], + [ + -108.55050879345211, + 44.16844883748293, + ], + [ + -108.55086771963104, + 44.07938958548678, + ], + [ + -108.79242503804862, + 44.079604444960836, + ], + [ + -108.79242503804862, + 43.9909749119128, + ], + [ + -108.91589564359937, + 43.99081376730726, + ], + [ + -108.91266530798903, + 43.90470883307938, + ], + [ + -109.09284624981017, + 43.90444025873681, + ], + [ + -109.09212839745231, + 43.81613301489986, + ], + [ + -109.31286799749215, + 43.8131786971316, + ], + [ + -109.44244034808465, + 43.93043825509757, + ], + [ + -109.54222182582623, + 43.9613243044931, + ], + [ + -109.64200330356782, + 43.92275702890008, + ], + [ + -109.66533350519805, + 43.8462670561362, + ], + [ + -109.78736840603308, + 43.801200281452985, + ], + [ + -109.85843578946054, + 43.957456833960094, + ], + [ + -109.99410988509479, + 43.94956074828854, + ], + [ + -110.05333270461767, + 44.00800252523173, + ], + [ + -110.05333270461767, + 44.13262102018412, + ], + [ + -110.15024277292784, + 44.29150960124841, + ], + [ + -110.29596680157204, + 44.42912709438117, + ], + [ + -110.2780204926257, + 44.518347490982855, + ], + [ + -110.37564841329373, + 44.583020192673665, + ], + [ + -110.66781432293996, + 44.58280533319961, + ], + [ + -110.66781432293996, + 44.666278238870305, + ], + [ + -111.05581352235959, + 44.666278238870305, + ], + [ + -111.04432788463393, + 45.001351588660384, + ], + [ + -110.70514264554832, + 44.99227377588152, + ], + [ + -109.79885404375874, + 45.00215731168809, + ], + [ + -108.62121725070065, + 45.000277291290104, + ], + ], + ], + "type": "Polygon", + }, + "id": "56029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36089 { + "geometry": { + "coordinates": [ + [ + [ + -74.72602354376984, + 44.99458351522762, + ], + [ + -74.64203481790102, + 44.95263220291822, + ], + [ + -74.52574273592882, + 44.170651147092, + ], + [ + -74.5350748165809, + 44.099264086836946, + ], + [ + -74.85416018964663, + 44.07009691323387, + ], + [ + -75.06269629960298, + 44.050383556489244, + ], + [ + -75.17001522710201, + 44.09695434749085, + ], + [ + -75.44602945869654, + 44.21765165704171, + ], + [ + -75.8602302691778, + 44.40334395749447, + ], + [ + -75.7669094626569, + 44.51528574347756, + ], + [ + -75.28487160435851, + 44.84831792826411, + ], + [ + -74.9726058286924, + 44.98346453744523, + ], + [ + -74.72602354376984, + 44.99458351522762, + ], + ], + ], + "type": "Polygon", + }, + "id": "36089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 56003 { + "geometry": { + "coordinates": [ + [ + [ + -107.91162019496282, + 45.00129787379187, + ], + [ + -107.83229750942004, + 44.790144725663495, + ], + [ + -107.66970395036631, + 44.67949209652473, + ], + [ + -107.61514717116947, + 44.70108547366735, + ], + [ + -107.3696416647837, + 44.559761654607115, + ], + [ + -107.30324032168228, + 44.46334346562456, + ], + [ + -107.20022850833035, + 44.44201866282452, + ], + [ + -107.14495387677566, + 44.32395338183083, + ], + [ + -107.1467485076703, + 44.1656556643202, + ], + [ + -108.55050879345211, + 44.16844883748293, + ], + [ + -108.57383899508234, + 44.16844883748293, + ], + [ + -108.57348006890342, + 44.5208183749345, + ], + [ + -108.59250315638653, + 44.52092580467153, + ], + [ + -108.5921442302076, + 44.871361606856595, + ], + [ + -108.62121725070065, + 45.000277291290104, + ], + [ + -108.24936972933273, + 44.99947156826239, + ], + [ + -107.91162019496282, + 45.00129787379187, + ], + ], + ], + "type": "Polygon", + }, + "id": "56003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 56005 { + "geometry": { + "coordinates": [ + [ + [ + -105.08938365006318, + 45.000438435895646, + ], + [ + -105.07933371705325, + 44.17613006368042, + ], + [ + -105.07969264323216, + 43.49846328250831, + ], + [ + -106.01720782258838, + 43.494918101186386, + ], + [ + -106.00967037283091, + 44.56395141435121, + ], + [ + -106.02474527234583, + 44.99350921785734, + ], + [ + -105.08938365006318, + 45.000438435895646, + ], + ], + ], + "type": "Polygon", + }, + "id": "56005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 56033 { + "geometry": { + "coordinates": [ + [ + [ + -106.263431181332, + 44.99372407733139, + ], + [ + -106.02474527234583, + 44.99350921785734, + ], + [ + -106.00967037283091, + 44.56395141435121, + ], + [ + -106.42889614981715, + 44.55675362197034, + ], + [ + -107.3696416647837, + 44.559761654607115, + ], + [ + -107.61514717116947, + 44.70108547366735, + ], + [ + -107.66970395036631, + 44.67949209652473, + ], + [ + -107.83229750942004, + 44.790144725663495, + ], + [ + -107.91162019496282, + 45.00129787379187, + ], + [ + -106.263431181332, + 44.99372407733139, + ], + ], + ], + "type": "Polygon", + }, + "id": "56033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36033 { + "geometry": { + "coordinates": [ + [ + [ + -74.02755319957873, + 44.99571152746641, + ], + [ + -73.98627668900218, + 44.70769240249456, + ], + [ + -73.90982541289083, + 44.42966424306631, + ], + [ + -74.14133279829846, + 44.40726514289599, + ], + [ + -74.09359561650123, + 44.13793879216699, + ], + [ + -74.28203186043767, + 44.12053517476848, + ], + [ + -74.5350748165809, + 44.099264086836946, + ], + [ + -74.52574273592882, + 44.170651147092, + ], + [ + -74.64203481790102, + 44.95263220291822, + ], + [ + -74.72602354376984, + 44.99458351522762, + ], + [ + -74.02755319957873, + 44.99571152746641, + ], + ], + ], + "type": "Polygon", + }, + "id": "36033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 56011 { + "geometry": { + "coordinates": [ + [ + [ + -105.03841613265561, + 45.00033100615862, + ], + [ + -104.05782981182821, + 44.99737668839035, + ], + [ + -104.05639410711251, + 44.570934347258024, + ], + [ + -104.05459947621787, + 44.180373538293026, + ], + [ + -105.07933371705325, + 44.17613006368042, + ], + [ + -105.08938365006318, + 45.000438435895646, + ], + [ + -105.03841613265561, + 45.00033100615862, + ], + ], + ], + "type": "Polygon", + }, + "id": "56011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41023 { + "geometry": { + "coordinates": [ + [ + [ + -118.51896556077979, + 44.99592638694047, + ], + [ + -118.2447459600799, + 44.95821854924367, + ], + [ + -118.29571347748747, + 44.863143231973964, + ], + [ + -118.2853046182986, + 44.75077172704276, + ], + [ + -118.50496743980166, + 44.666278238870305, + ], + [ + -118.30684018903419, + 44.589251117421284, + ], + [ + -118.41954300921714, + 44.45641424758626, + ], + [ + -118.40913415002827, + 44.372833912178535, + ], + [ + -118.49707106386526, + 44.25509092039594, + ], + [ + -118.23218354381746, + 44.256057788029196, + ], + [ + -118.22751750349141, + 44.03990915712902, + ], + [ + -118.81507965839421, + 44.04769781306354, + ], + [ + -118.81651536310991, + 43.95998143278025, + ], + [ + -119.65747940033488, + 43.959068280015515, + ], + [ + -119.65604369561918, + 44.30697948338043, + ], + [ + -119.65209550765098, + 44.823179369799576, + ], + [ + -119.67183644749194, + 44.99436865575356, + ], + [ + -119.16431483048977, + 44.995872672071954, + ], + [ + -118.51896556077979, + 44.99592638694047, + ], + ], + ], + "type": "Polygon", + }, + "id": "41023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27085 { + "geometry": { + "coordinates": [ + [ + [ + -94.25591479152247, + 44.979435922306685, + ], + [ + -94.01220391603132, + 44.97868391414749, + ], + [ + -94.01040928513669, + 44.717361078827075, + ], + [ + -94.25412016062783, + 44.7178445126437, + ], + [ + -94.25483801298569, + 44.63018184722892, + ], + [ + -94.49783103611898, + 44.62985955801784, + ], + [ + -94.4981899622979, + 44.71725364909005, + ], + [ + -94.50249707644502, + 44.89231040557704, + ], + [ + -94.50213815026609, + 44.979704496649255, + ], + [ + -94.25591479152247, + 44.979435922306685, + ], + ], + ], + "type": "Polygon", + }, + "id": "27085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27019 { + "geometry": { + "coordinates": [ + [ + [ + -93.76633948346662, + 44.97793190598829, + ], + [ + -93.76705733582448, + 44.890860104127164, + ], + [ + -93.52047505090192, + 44.89069895952162, + ], + [ + -93.52370538651226, + 44.80163970752548, + ], + [ + -93.61846189774887, + 44.708175836311185, + ], + [ + -93.76813411436126, + 44.64028024250955, + ], + [ + -93.88873331048059, + 44.71714621935302, + ], + [ + -94.01040928513669, + 44.717361078827075, + ], + [ + -94.01220391603132, + 44.97868391414749, + ], + [ + -93.76633948346662, + 44.97793190598829, + ], + ], + ], + "type": "Polygon", + }, + "id": "27019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46039 { + "geometry": { + "coordinates": [ + [ + [ + -96.45182515419523, + 44.977448472171666, + ], + [ + -96.45182515419523, + 44.80636661595471, + ], + [ + -96.45182515419523, + 44.63136357433623, + ], + [ + -96.45182515419523, + 44.5435397643159, + ], + [ + -96.88540797833853, + 44.54375462378996, + ], + [ + -96.88469012598068, + 44.8044328806882, + ], + [ + -96.8821776427282, + 44.976803893749505, + ], + [ + -96.45182515419523, + 44.977448472171666, + ], + ], + ], + "type": "Polygon", + }, + "id": "46039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27173 { + "geometry": { + "coordinates": [ + [ + [ + -95.48272447109349, + 44.75292032178332, + ], + [ + -95.36033064407953, + 44.69845344511016, + ], + [ + -95.36033064407953, + 44.54155231418089, + ], + [ + -95.5950683650975, + 44.54219689260306, + ], + [ + -95.60404151957067, + 44.62985955801784, + ], + [ + -96.09289897526867, + 44.63045042157149, + ], + [ + -96.45182515419523, + 44.63136357433623, + ], + [ + -96.45182515419523, + 44.80636661595471, + ], + [ + -95.84882917359859, + 44.80534603345294, + ], + [ + -95.84775239506182, + 44.89171954202339, + ], + [ + -95.73684420577351, + 44.93619545315295, + ], + [ + -95.48272447109349, + 44.75292032178332, + ], + ], + ], + "type": "Polygon", + }, + "id": "27173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27037 { + "geometry": { + "coordinates": [ + [ + [ + -93.0190551789415, + 44.88962466215135, + ], + [ + -93.00541598414229, + 44.77107594734103, + ], + [ + -92.80369947158556, + 44.747226545720835, + ], + [ + -92.73191423580025, + 44.7143530461903, + ], + [ + -92.79257276003884, + 44.542948900762255, + ], + [ + -93.03987289731924, + 44.51249257031483, + ], + [ + -93.03987289731924, + 44.47183041484977, + ], + [ + -93.28178914191575, + 44.47193784458679, + ], + [ + -93.28178914191575, + 44.543969483264014, + ], + [ + -93.33203880696547, + 44.78944643237281, + ], + [ + -93.17877732856383, + 44.88833550530701, + ], + [ + -93.0190551789415, + 44.88962466215135, + ], + ], + ], + "type": "Polygon", + }, + "id": "27037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46119 { + "geometry": { + "coordinates": [ + [ + [ + -99.67318761006122, + 44.89746703295438, + ], + [ + -99.67641794567156, + 44.54805181327107, + ], + [ + -100.52635513736968, + 44.54735351998039, + ], + [ + -100.6401347360894, + 44.583664771095826, + ], + [ + -100.61249742031205, + 44.70275063459128, + ], + [ + -100.71766279073753, + 44.770861087866976, + ], + [ + -100.67638628016098, + 44.823179369799576, + ], + [ + -100.54358359395815, + 44.76108498179744, + ], + [ + -100.40467916271356, + 44.89768189242844, + ], + [ + -99.67318761006122, + 44.89746703295438, + ], + ], + ], + "type": "Polygon", + }, + "id": "46119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46069 { + "geometry": { + "coordinates": [ + [ + [ + -99.5730472061407, + 44.89741331808587, + ], + [ + -99.31210787406108, + 44.89719845861181, + ], + [ + -99.30026331015651, + 44.19482283792328, + ], + [ + -99.57627754175104, + 44.19240566884015, + ], + [ + -99.6634966032302, + 44.21749051243617, + ], + [ + -99.67641794567156, + 44.54805181327107, + ], + [ + -99.67318761006122, + 44.89746703295438, + ], + [ + -99.5730472061407, + 44.89741331808587, + ], + ], + ], + "type": "Polygon", + }, + "id": "46069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46059 { + "geometry": { + "coordinates": [ + [ + [ + -98.7166493432219, + 44.89703731400627, + ], + [ + -98.7058815578541, + 44.63421046236746, + ], + [ + -98.7004976651702, + 44.19670285832127, + ], + [ + -98.9259033055361, + 44.196541713715725, + ], + [ + -99.30026331015651, + 44.19482283792328, + ], + [ + -99.31210787406108, + 44.89719845861181, + ], + [ + -98.7166493432219, + 44.89703731400627, + ], + ], + ], + "type": "Polygon", + }, + "id": "46059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27129 { + "geometry": { + "coordinates": [ + [ + [ + -94.75805251584075, + 44.89204183123447, + ], + [ + -94.50249707644502, + 44.89231040557704, + ], + [ + -94.4981899622979, + 44.71725364909005, + ], + [ + -94.62991586996395, + 44.716823930141935, + ], + [ + -94.62417305110112, + 44.45619938811221, + ], + [ + -94.78102379129204, + 44.456629107060316, + ], + [ + -94.86573036951872, + 44.498043270684576, + ], + [ + -95.36033064407953, + 44.69845344511016, + ], + [ + -95.48272447109349, + 44.75292032178332, + ], + [ + -95.48272447109349, + 44.89069895952162, + ], + [ + -95.24870460243336, + 44.891289823075276, + ], + [ + -94.75805251584075, + 44.89204183123447, + ], + ], + ], + "type": "Polygon", + }, + "id": "27129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16037 { + "geometry": { + "coordinates": [ + [ + [ + -113.3213555637441, + 44.23290667969968, + ], + [ + -113.41754777969643, + 44.23312153917374, + ], + [ + -113.4171888535175, + 44.05908536518851, + ], + [ + -113.45882429027299, + 44.05913908005702, + ], + [ + -113.45523502848371, + 43.87403764315791, + ], + [ + -113.37375878586738, + 43.82128964227721, + ], + [ + -113.53276308313185, + 43.72041311920799, + ], + [ + -113.74668308577209, + 43.62850697918061, + ], + [ + -113.79872738171645, + 43.56866861565605, + ], + [ + -114.03346510273443, + 43.778747466414146, + ], + [ + -114.07402376095312, + 43.73856874476571, + ], + [ + -114.27609919968879, + 43.83085088887269, + ], + [ + -114.27932953529913, + 43.87806625829646, + ], + [ + -114.51514403485389, + 43.89536244595796, + ], + [ + -114.52914215583202, + 43.8458910520566, + ], + [ + -114.68204470805475, + 43.92759136706633, + ], + [ + -114.81484739425757, + 43.92764508193484, + ], + [ + -114.81448846807865, + 43.99285493231079, + ], + [ + -114.9720570606274, + 43.93801205155804, + ], + [ + -114.9921569266473, + 43.949614463157054, + ], + [ + -115.04743155820199, + 44.05613104742024, + ], + [ + -115.02517813510855, + 44.155396124434034, + ], + [ + -115.16803075432132, + 44.2026114938578, + ], + [ + -115.1798753182259, + 44.29629022454615, + ], + [ + -115.29544954784025, + 44.33931583422583, + ], + [ + -115.22904820473883, + 44.423433318318686, + ], + [ + -115.2800157221464, + 44.61191879193417, + ], + [ + -115.16946645903703, + 44.647102030810814, + ], + [ + -115.08691343788391, + 44.77118337707806, + ], + [ + -114.95518753021786, + 44.720798830411965, + ], + [ + -114.81341168954187, + 44.808300351221206, + ], + [ + -114.8205902131204, + 44.74717283085232, + ], + [ + -114.56359906900897, + 44.575714970555765, + ], + [ + -114.38736631515603, + 44.67084400269398, + ], + [ + -114.40710725499699, + 44.71945595869912, + ], + [ + -114.26281893106851, + 44.84998308918804, + ], + [ + -114.1978532926828, + 44.86255236842031, + ], + [ + -114.21651745398698, + 44.74529281045433, + ], + [ + -114.08550939867878, + 44.75544492060347, + ], + [ + -114.03490080745013, + 44.67068285808844, + ], + [ + -113.80770053618961, + 44.48815973487801, + ], + [ + -113.50440791499666, + 44.422359020948406, + ], + [ + -113.46636174003044, + 44.455339950215986, + ], + [ + -113.341455429764, + 44.31868932471647, + ], + [ + -113.3213555637441, + 44.23290667969968, + ], + ], + ], + "type": "Polygon", + }, + "id": "16037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55093 { + "geometry": { + "coordinates": [ + [ + [ + -92.13645570496107, + 44.85777174512256, + ], + [ + -92.13537892642428, + 44.68432643469099, + ], + [ + -92.13537892642428, + 44.53956486404587, + ], + [ + -92.3166366467822, + 44.54101516549575, + ], + [ + -92.54886188454769, + 44.56824860383232, + ], + [ + -92.73191423580025, + 44.7143530461903, + ], + [ + -92.80369947158556, + 44.747226545720835, + ], + [ + -92.76960148458754, + 44.86201521973517, + ], + [ + -92.13645570496107, + 44.85777174512256, + ], + ], + ], + "type": "Polygon", + }, + "id": "55093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26001 { + "geometry": { + "coordinates": [ + [ + [ + -83.32122875052445, + 44.85841632354473, + ], + [ + -83.27169693783259, + 44.7132250339515, + ], + [ + -83.31871626727197, + 44.51168684728712, + ], + [ + -83.88653748233381, + 44.508947388992915, + ], + [ + -83.88833211322844, + 44.856590018015254, + ], + [ + -83.32122875052445, + 44.85841632354473, + ], + ], + ], + "type": "Polygon", + }, + "id": "26001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26079 { + "geometry": { + "coordinates": [ + [ + [ + -84.84738286332025, + 44.85798660459662, + ], + [ + -84.85097212510951, + 44.51098855399644, + ], + [ + -85.33408676194468, + 44.51222399597226, + ], + [ + -85.33300998340789, + 44.81238268122827, + ], + [ + -85.29245132518919, + 44.8594369060465, + ], + [ + -84.84738286332025, + 44.85798660459662, + ], + ], + ], + "type": "Polygon", + }, + "id": "26079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26039 { + "geometry": { + "coordinates": [ + [ + [ + -84.37180567624253, + 44.855032286828354, + ], + [ + -84.37072889770576, + 44.50722851320047, + ], + [ + -84.85097212510951, + 44.51098855399644, + ], + [ + -84.84738286332025, + 44.85798660459662, + ], + [ + -84.37180567624253, + 44.855032286828354, + ], + ], + ], + "type": "Polygon", + }, + "id": "26039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55035 { + "geometry": { + "coordinates": [ + [ + [ + -90.92220844165247, + 44.85723459643742, + ], + [ + -90.92220844165247, + 44.59634148006512, + ], + [ + -91.16556039096469, + 44.596932343618775, + ], + [ + -91.52951153639623, + 44.596126620591065, + ], + [ + -91.65011073251556, + 44.59661005440769, + ], + [ + -91.65082858487341, + 44.68352071166328, + ], + [ + -91.65082858487341, + 44.85594543959309, + ], + [ + -90.92220844165247, + 44.85723459643742, + ], + ], + ], + "type": "Polygon", + }, + "id": "55035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26135 { + "geometry": { + "coordinates": [ + [ + [ + -83.88833211322844, + 44.856590018015254, + ], + [ + -83.88653748233381, + 44.508947388992915, + ], + [ + -84.37072889770576, + 44.50722851320047, + ], + [ + -84.37180567624253, + 44.855032286828354, + ], + [ + -83.88833211322844, + 44.856590018015254, + ], + ], + ], + "type": "Polygon", + }, + "id": "26135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16087 { + "geometry": { + "coordinates": [ + [ + [ + -116.30080177501358, + 44.44395239809103, + ], + [ + -116.34818003063188, + 44.321751072221765, + ], + [ + -116.35966566835754, + 44.15088407547886, + ], + [ + -116.45298647487844, + 44.151260079558455, + ], + [ + -116.8980549367474, + 44.15238809179725, + ], + [ + -116.97594191757446, + 44.24284393037476, + ], + [ + -117.22001171924452, + 44.30133942218646, + ], + [ + -117.22324205485486, + 44.484131119739466, + ], + [ + -117.14463722166995, + 44.54563464418795, + ], + [ + -117.03839507270769, + 44.74819341335409, + ], + [ + -116.90020849382095, + 44.840475557461076, + ], + [ + -116.62562996694213, + 44.8386492519316, + ], + [ + -116.62562996694213, + 44.66273305754838, + ], + [ + -116.52979667716873, + 44.614765679965416, + ], + [ + -116.52836097245303, + 44.49057690396114, + ], + [ + -116.30080177501358, + 44.44395239809103, + ], + ], + ], + "type": "Polygon", + }, + "id": "16087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41031 { + "geometry": { + "coordinates": [ + [ + [ + -120.37174249639875, + 44.821567923744155, + ], + [ + -120.38538169119796, + 44.56395141435121, + ], + [ + -120.82721981745658, + 44.562823402112414, + ], + [ + -120.82721981745658, + 44.47661103814751, + ], + [ + -120.98909552415246, + 44.47644989354197, + ], + [ + -120.98837767179461, + 44.39002267010301, + ], + [ + -121.1071822370193, + 44.39055981878815, + ], + [ + -121.84262197763985, + 44.39243983918614, + ], + [ + -121.79416694348475, + 44.683896715742875, + ], + [ + -121.81929177600962, + 44.78971500671538, + ], + [ + -121.75935110412888, + 44.82565025375122, + ], + [ + -120.37174249639875, + 44.821567923744155, + ], + ], + ], + "type": "Polygon", + }, + "id": "41031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27139 { + "geometry": { + "coordinates": [ + [ + [ + -93.33203880696547, + 44.78944643237281, + ], + [ + -93.28178914191575, + 44.543969483264014, + ], + [ + -93.52442323887011, + 44.543593479184416, + ], + [ + -93.91098673357403, + 44.5431100453678, + ], + [ + -93.76813411436126, + 44.64028024250955, + ], + [ + -93.61846189774887, + 44.708175836311185, + ], + [ + -93.52370538651226, + 44.80163970752548, + ], + [ + -93.33203880696547, + 44.78944643237281, + ], + ], + ], + "type": "Polygon", + }, + "id": "27139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46057 { + "geometry": { + "coordinates": [ + [ + [ + -96.88469012598068, + 44.8044328806882, + ], + [ + -96.88540797833853, + 44.54375462378996, + ], + [ + -97.1280420752929, + 44.5431100453678, + ], + [ + -97.49271107308229, + 44.543862053526986, + ], + [ + -97.49127536836659, + 44.80394944687158, + ], + [ + -96.88469012598068, + 44.8044328806882, + ], + ], + ], + "type": "Polygon", + }, + "id": "46057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 50015 { + "geometry": { + "coordinates": [ + [ + [ + -72.37433921944294, + 44.58409449004394, + ], + [ + -72.43392096514476, + 44.506154215830186, + ], + [ + -72.49027237523623, + 44.42574305766479, + ], + [ + -72.5965145241985, + 44.479350496441725, + ], + [ + -72.65394271282675, + 44.39824104498564, + ], + [ + -72.8046917079759, + 44.45174105402555, + ], + [ + -72.82873976196399, + 44.55229528788368, + ], + [ + -72.92385519937953, + 44.633028735260154, + ], + [ + -72.79500070114489, + 44.69222252036254, + ], + [ + -72.74690459316872, + 44.78622354026197, + ], + [ + -72.57785036289431, + 44.78160406156977, + ], + [ + -72.41920499180877, + 44.72289371028401, + ], + [ + -72.481658146942, + 44.63378074341935, + ], + [ + -72.37433921944294, + 44.58409449004394, + ], + ], + ], + "type": "Polygon", + }, + "id": "50015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41043 { + "geometry": { + "coordinates": [ + [ + [ + -121.79416694348475, + 44.683896715742875, + ], + [ + -121.84262197763985, + 44.39243983918614, + ], + [ + -121.79919190998973, + 44.25809895303273, + ], + [ + -122.32645446683287, + 44.25331832973498, + ], + [ + -122.38603621253468, + 44.21716822322509, + ], + [ + -122.57698493972362, + 44.22812605640193, + ], + [ + -122.72450359926243, + 44.288125564532024, + ], + [ + -122.90324883636787, + 44.259065820665974, + ], + [ + -122.90540239344142, + 44.20019432477467, + ], + [ + -123.16454709462641, + 44.199979465300615, + ], + [ + -123.18428803446737, + 44.28366723044537, + ], + [ + -123.22843595447534, + 44.344203887260605, + ], + [ + -123.2130021287815, + 44.505241063065455, + ], + [ + -123.26038038439981, + 44.55487360157235, + ], + [ + -123.07337984517906, + 44.650862071606795, + ], + [ + -123.14911326893257, + 44.72020796685831, + ], + [ + -123.14337045006974, + 44.749643714803966, + ], + [ + -123.00626064971979, + 44.686689888905605, + ], + [ + -122.79880131830024, + 44.791971031192965, + ], + [ + -122.51847997255858, + 44.75329632586292, + ], + [ + -122.29199755365592, + 44.75275917717778, + ], + [ + -122.2080088277871, + 44.69496197865675, + ], + [ + -121.79416694348475, + 44.683896715742875, + ], + ], + ], + "type": "Polygon", + }, + "id": "41043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46117 { + "geometry": { + "coordinates": [ + [ + [ + -100.71766279073753, + 44.770861087866976, + ], + [ + -100.61249742031205, + 44.70275063459128, + ], + [ + -100.6401347360894, + 44.583664771095826, + ], + [ + -100.52635513736968, + 44.54735351998039, + ], + [ + -100.57409231916691, + 44.455447379953014, + ], + [ + -100.38637392758831, + 44.43997749782099, + ], + [ + -100.36555620921057, + 44.35553772451705, + ], + [ + -100.08559378964785, + 44.3084297848303, + ], + [ + -99.89213257920642, + 44.24187706274151, + ], + [ + -99.93807513010903, + 44.19519884200288, + ], + [ + -100.3673508401052, + 44.19460797844923, + ], + [ + -100.3673508401052, + 44.16866369695698, + ], + [ + -101.0467980968132, + 44.1683414077459, + ], + [ + -101.16667944057468, + 44.16807283340333, + ], + [ + -101.15447595049118, + 44.689912781016446, + ], + [ + -101.13688856772377, + 44.74706540111529, + ], + [ + -101.00157339826846, + 44.72912463503163, + ], + [ + -100.92691675305173, + 44.773922835372275, + ], + [ + -100.71766279073753, + 44.770861087866976, + ], + ], + ], + "type": "Polygon", + }, + "id": "46117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26019 { + "geometry": { + "coordinates": [ + [ + [ + -85.81504784170627, + 44.77451369892593, + ], + [ + -85.8179192511377, + 44.51297600413146, + ], + [ + -86.23427361869251, + 44.51829377611435, + ], + [ + -86.23893965901856, + 44.70382493196156, + ], + [ + -86.07455146907019, + 44.77838116945894, + ], + [ + -85.81504784170627, + 44.77451369892593, + ], + ], + ], + "type": "Polygon", + }, + "id": "26019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 50005 { + "geometry": { + "coordinates": [ + [ + [ + -71.8373856557688, + 44.34796392805658, + ], + [ + -72.03264149710485, + 44.320408200508915, + ], + [ + -72.03982002068338, + 44.15587955825066, + ], + [ + -72.36787854822227, + 44.204115510176194, + ], + [ + -72.22359022429379, + 44.42466876029451, + ], + [ + -72.43392096514476, + 44.506154215830186, + ], + [ + -72.37433921944294, + 44.58409449004394, + ], + [ + -72.26235425161785, + 44.5423580372086, + ], + [ + -72.11411773972118, + 44.749643714803966, + ], + [ + -72.01218270490604, + 44.69888316405827, + ], + [ + -71.93932069058394, + 44.76908849720602, + ], + [ + -71.83666780341095, + 44.71660907066788, + ], + [ + -71.90988874391196, + 44.6470483159423, + ], + [ + -71.84241062227376, + 44.611166783774976, + ], + [ + -71.90809411301733, + 44.54708494563782, + ], + [ + -71.8564087432519, + 44.49616325028659, + ], + [ + -71.93286001936326, + 44.44121293979681, + ], + [ + -71.8373856557688, + 44.34796392805658, + ], + ], + ], + "type": "Polygon", + }, + "id": "50005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 23027 { + "geometry": { + "coordinates": [ + [ + [ + [ + -69.26675636229669, + 44.72192684265076, + ], + [ + -69.18348548878572, + 44.64404028330552, + ], + [ + -68.83748065230051, + 44.701998626432086, + ], + [ + -68.81558615538599, + 44.68368185626882, + ], + [ + -68.8658358204357, + 44.599188368096364, + ], + [ + -68.80122910822892, + 44.56561657527514, + ], + [ + -68.82420038368022, + 44.464310333257814, + ], + [ + -69.01191877525882, + 44.432725990571605, + ], + [ + -68.94838884158882, + 44.35607487320219, + ], + [ + -69.0291472318473, + 44.24939714433346, + ], + [ + -69.12139125983143, + 44.25557435421257, + ], + [ + -69.26926884554918, + 44.36456182242739, + ], + [ + -69.40925005533053, + 44.32808942670641, + ], + [ + -69.50687797599856, + 44.342861015547754, + ], + [ + -69.39596978671025, + 44.45705882600843, + ], + [ + -69.39309837727885, + 44.64033395737806, + ], + [ + -69.47170321046376, + 44.692920813653224, + ], + [ + -69.38520200134246, + 44.75372604481103, + ], + [ + -69.26675636229669, + 44.72192684265076, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "23027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16043 { + "geometry": { + "coordinates": [ + [ + [ + -111.04899392495999, + 44.47403272445884, + ], + [ + -111.04719929406535, + 43.98345483032085, + ], + [ + -111.18682157766779, + 43.932371990364075, + ], + [ + -111.39966480177124, + 43.922971888374136, + ], + [ + -111.56046372993035, + 43.8832228856738, + ], + [ + -111.97753594984302, + 43.92726907785524, + ], + [ + -111.97789487602195, + 43.97083183622007, + ], + [ + -112.15699903930631, + 43.971261555168184, + ], + [ + -112.15664011312738, + 44.057581348870116, + ], + [ + -112.0353230646502, + 44.05725905965903, + ], + [ + -112.03460521229235, + 44.143578853360964, + ], + [ + -111.85873138461832, + 44.187625045542404, + ], + [ + -111.85334749193443, + 44.316863019187, + ], + [ + -111.7923300415169, + 44.40049706946323, + ], + [ + -111.61860977091645, + 44.401517651964994, + ], + [ + -111.6178919185586, + 44.55068384182826, + ], + [ + -111.50841943398599, + 44.53596596785543, + ], + [ + -111.47288574227227, + 44.70919641881295, + ], + [ + -111.37777030485672, + 44.75173859467601, + ], + [ + -111.2194838599501, + 44.622017187214794, + ], + [ + -111.22594453117078, + 44.57635954897793, + ], + [ + -111.04899392495999, + 44.47403272445884, + ], + ], + ], + "type": "Polygon", + }, + "id": "16043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46055 { + "geometry": { + "coordinates": [ + [ + [ + -101.0467980968132, + 44.1683414077459, + ], + [ + -101.06402655340167, + 43.994896097314324, + ], + [ + -102.00728455162071, + 43.994520093234726, + ], + [ + -102.00154173275789, + 44.51088112425941, + ], + [ + -102.0004649542211, + 44.51152570268158, + ], + [ + -101.80700374377969, + 44.524578415730474, + ], + [ + -101.71224723254306, + 44.58017330464243, + ], + [ + -101.53170736454301, + 44.57077320265248, + ], + [ + -101.45633286696842, + 44.63721849500425, + ], + [ + -101.23343970985502, + 44.69173908654592, + ], + [ + -101.13688856772377, + 44.74706540111529, + ], + [ + -101.15447595049118, + 44.689912781016446, + ], + [ + -101.16667944057468, + 44.16807283340333, + ], + [ + -101.0467980968132, + 44.1683414077459, + ], + ], + ], + "type": "Polygon", + }, + "id": "46055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 50007 { + "geometry": { + "coordinates": [ + [ + [ + -72.92385519937953, + 44.633028735260154, + ], + [ + -72.82873976196399, + 44.55229528788368, + ], + [ + -72.8046917079759, + 44.45174105402555, + ], + [ + -72.9518514413358, + 44.16130475997057, + ], + [ + -72.9762584215028, + 44.29945940178847, + ], + [ + -73.31293117733593, + 44.264115018306285, + ], + [ + -73.29570272074746, + 44.428375086221976, + ], + [ + -73.33841493603971, + 44.54681637129525, + ], + [ + -73.36174513766994, + 44.56373655487715, + ], + [ + -73.28062782123254, + 44.58339619675326, + ], + [ + -73.22858352528819, + 44.7228399954155, + ], + [ + -72.92385519937953, + 44.633028735260154, + ], + ], + ], + "type": "Polygon", + }, + "id": "50007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41003 { + "geometry": { + "coordinates": [ + [ + [ + -123.14911326893257, + 44.72020796685831, + ], + [ + -123.07337984517906, + 44.650862071606795, + ], + [ + -123.26038038439981, + 44.55487360157235, + ], + [ + -123.2130021287815, + 44.505241063065455, + ], + [ + -123.22843595447534, + 44.344203887260605, + ], + [ + -123.18428803446737, + 44.28366723044537, + ], + [ + -123.77543945115943, + 44.28355980070834, + ], + [ + -123.81707488791491, + 44.34479475081426, + ], + [ + -123.71513985309977, + 44.36053320728884, + ], + [ + -123.7208826719626, + 44.43304827978269, + ], + [ + -123.59705314023293, + 44.43288713517715, + ], + [ + -123.60279595909576, + 44.72112111962305, + ], + [ + -123.14911326893257, + 44.72020796685831, + ], + ], + ], + "type": "Polygon", + }, + "id": "41003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 23011 { + "geometry": { + "coordinates": [ + [ + [ + -69.50687797599856, + 44.342861015547754, + ], + [ + -69.5546151577958, + 44.26202013843424, + ], + [ + -69.65008952139027, + 44.27969233017534, + ], + [ + -69.65655019261095, + 44.12236148029795, + ], + [ + -69.7559727441736, + 44.13885194493173, + ], + [ + -69.75848522742609, + 44.139335378748356, + ], + [ + -69.85503636955734, + 44.16785797392927, + ], + [ + -69.89774858484961, + 44.10769732119364, + ], + [ + -70.00542643852758, + 44.12456378990702, + ], + [ + -70.07577596959719, + 44.206264104916755, + ], + [ + -70.12961489643617, + 44.48724658211327, + ], + [ + -70.04311368731486, + 44.485151702241225, + ], + [ + -70.03988335170452, + 44.58903625794723, + ], + [ + -69.93041086713193, + 44.610737064826864, + ], + [ + -69.60486482284551, + 44.577165272005644, + ], + [ + -69.63321999098072, + 44.700387180376666, + ], + [ + -69.47170321046376, + 44.692920813653224, + ], + [ + -69.39309837727885, + 44.64033395737806, + ], + [ + -69.39596978671025, + 44.45705882600843, + ], + [ + -69.50687797599856, + 44.342861015547754, + ], + ], + ], + "type": "Polygon", + }, + "id": "23011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27143 { + "geometry": { + "coordinates": [ + [ + [ + -94.01040928513669, + 44.717361078827075, + ], + [ + -93.88873331048059, + 44.71714621935302, + ], + [ + -93.76813411436126, + 44.64028024250955, + ], + [ + -93.91098673357403, + 44.5431100453678, + ], + [ + -93.92929196869929, + 44.45899256127493, + ], + [ + -94.62417305110112, + 44.45619938811221, + ], + [ + -94.62991586996395, + 44.716823930141935, + ], + [ + -94.4981899622979, + 44.71725364909005, + ], + [ + -94.49783103611898, + 44.62985955801784, + ], + [ + -94.25483801298569, + 44.63018184722892, + ], + [ + -94.25412016062783, + 44.7178445126437, + ], + [ + -94.01040928513669, + 44.717361078827075, + ], + ], + ], + "type": "Polygon", + }, + "id": "27143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27049 { + "geometry": { + "coordinates": [ + [ + [ + -92.3166366467822, + 44.54101516549575, + ], + [ + -92.2423389277444, + 44.454265652845706, + ], + [ + -92.43077517168085, + 44.45512509074193, + ], + [ + -92.43077517168085, + 44.36826814835486, + ], + [ + -92.55065651544233, + 44.36853672269743, + ], + [ + -92.55101544162125, + 44.19493026766031, + ], + [ + -92.6787931613191, + 44.195521131213965, + ], + [ + -93.04130860203495, + 44.19670285832127, + ], + [ + -93.03987289731924, + 44.47183041484977, + ], + [ + -93.03987289731924, + 44.51249257031483, + ], + [ + -92.79257276003884, + 44.542948900762255, + ], + [ + -92.73191423580025, + 44.7143530461903, + ], + [ + -92.54886188454769, + 44.56824860383232, + ], + [ + -92.3166366467822, + 44.54101516549575, + ], + ], + ], + "type": "Polygon", + }, + "id": "27049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27127 { + "geometry": { + "coordinates": [ + [ + [ + -94.86573036951872, + 44.498043270684576, + ], + [ + -94.86608929569763, + 44.282216928995496, + ], + [ + -95.10728768793629, + 44.28173349517887, + ], + [ + -95.10908231883093, + 44.19503769739734, + ], + [ + -95.46226567889468, + 44.196058279899106, + ], + [ + -95.5936326603818, + 44.19568227581951, + ], + [ + -95.5950683650975, + 44.54219689260306, + ], + [ + -95.36033064407953, + 44.54155231418089, + ], + [ + -95.36033064407953, + 44.69845344511016, + ], + [ + -94.86573036951872, + 44.498043270684576, + ], + ], + ], + "type": "Polygon", + }, + "id": "27127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55097 { + "geometry": { + "coordinates": [ + [ + [ + -89.22376976297193, + 44.681372116922724, + ], + [ + -89.22484654150871, + 44.24354222366544, + ], + [ + -89.59812976759234, + 44.245690818406004, + ], + [ + -89.72483070875343, + 44.2476245536725, + ], + [ + -89.72698426582699, + 44.51114969860198, + ], + [ + -89.84435312633597, + 44.51141827294455, + ], + [ + -89.84507097869383, + 44.68486358337613, + ], + [ + -89.22376976297193, + 44.681372116922724, + ], + ], + ], + "type": "Polygon", + }, + "id": "55097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55141 { + "geometry": { + "coordinates": [ + [ + [ + -89.84507097869383, + 44.68486358337613, + ], + [ + -89.84435312633597, + 44.51141827294455, + ], + [ + -89.72698426582699, + 44.51114969860198, + ], + [ + -89.72483070875343, + 44.2476245536725, + ], + [ + -89.90249916732208, + 44.24939714433346, + ], + [ + -90.3120339374773, + 44.248752565911296, + ], + [ + -90.31598212544549, + 44.424615045425995, + ], + [ + -90.31634105162442, + 44.6851321577187, + ], + [ + -89.84507097869383, + 44.68486358337613, + ], + ], + ], + "type": "Polygon", + }, + "id": "55141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55009 { + "geometry": { + "coordinates": [ + [ + [ + -88.24282451596561, + 44.67954581139325, + ], + [ + -87.9940886739695, + 44.67750464638972, + ], + [ + -88.04864545316633, + 44.56448856303635, + ], + [ + -87.92912303558379, + 44.53591225298692, + ], + [ + -87.76258128856186, + 44.64430885764809, + ], + [ + -87.76617055035112, + 44.327176273941674, + ], + [ + -87.88784652500723, + 44.32760599288979, + ], + [ + -87.88820545118615, + 44.240373046423116, + ], + [ + -88.04326156048243, + 44.24096390997677, + ], + [ + -88.19257485091589, + 44.24198449247854, + ], + [ + -88.19042129384233, + 44.58678023346964, + ], + [ + -88.2453369992181, + 44.58473906846611, + ], + [ + -88.24282451596561, + 44.67954581139325, + ], + ], + ], + "type": "Polygon", + }, + "id": "55009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55091 { + "geometry": { + "coordinates": [ + [ + [ + -91.65082858487341, + 44.68352071166328, + ], + [ + -91.65011073251556, + 44.59661005440769, + ], + [ + -92.02913677746201, + 44.5862430847845, + ], + [ + -92.08369355665886, + 44.4073188577645, + ], + [ + -92.2423389277444, + 44.454265652845706, + ], + [ + -92.3166366467822, + 44.54101516549575, + ], + [ + -92.13537892642428, + 44.53956486404587, + ], + [ + -92.13537892642428, + 44.68432643469099, + ], + [ + -91.65082858487341, + 44.68352071166328, + ], + ], + ], + "type": "Polygon", + }, + "id": "55091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55135 { + "geometry": { + "coordinates": [ + [ + [ + -88.6060578090393, + 44.59048655939711, + ], + [ + -88.7370658643475, + 44.59054027426562, + ], + [ + -88.7399372737789, + 44.24327364932287, + ], + [ + -88.8870970071388, + 44.242629070900705, + ], + [ + -89.22484654150871, + 44.24354222366544, + ], + [ + -89.22376976297193, + 44.681372116922724, + ], + [ + -88.60533995668145, + 44.67831036941743, + ], + [ + -88.6060578090393, + 44.59048655939711, + ], + ], + ], + "type": "Polygon", + }, + "id": "55135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55061 { + "geometry": { + "coordinates": [ + [ + [ + -87.37529994150009, + 44.675570911123216, + ], + [ + -87.48369564753591, + 44.51071997965387, + ], + [ + -87.5443541717745, + 44.32749856315276, + ], + [ + -87.76617055035112, + 44.327176273941674, + ], + [ + -87.76258128856186, + 44.64430885764809, + ], + [ + -87.73673860367914, + 44.677021212573095, + ], + [ + -87.37529994150009, + 44.675570911123216, + ], + ], + ], + "type": "Polygon", + }, + "id": "55061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 56039 { + "geometry": { + "coordinates": [ + [ + [ + -110.05333270461767, + 44.00800252523173, + ], + [ + -110.05153807372304, + 43.46478405995006, + ], + [ + -110.05728089258587, + 43.37776597295745, + ], + [ + -110.3440629095482, + 43.37792711756299, + ], + [ + -110.3440629095482, + 43.291177604912946, + ], + [ + -110.57844170438725, + 43.29160732386106, + ], + [ + -110.57880063056618, + 43.23515299705288, + ], + [ + -110.81389727776308, + 43.235099282184365, + ], + [ + -110.81389727776308, + 43.31588644442937, + ], + [ + -111.04468681081286, + 43.315725299823825, + ], + [ + -111.04540466317071, + 43.50114902593401, + ], + [ + -111.04719929406535, + 43.98345483032085, + ], + [ + -111.04899392495999, + 44.47403272445884, + ], + [ + -111.05581352235959, + 44.666278238870305, + ], + [ + -110.66781432293996, + 44.666278238870305, + ], + [ + -110.66781432293996, + 44.58280533319961, + ], + [ + -110.37564841329373, + 44.583020192673665, + ], + [ + -110.2780204926257, + 44.518347490982855, + ], + [ + -110.29596680157204, + 44.42912709438117, + ], + [ + -110.15024277292784, + 44.29150960124841, + ], + [ + -110.05333270461767, + 44.13262102018412, + ], + [ + -110.05333270461767, + 44.00800252523173, + ], + ], + ], + "type": "Polygon", + }, + "id": "56039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46005 { + "geometry": { + "coordinates": [ + [ + [ + -97.9776203408121, + 44.63157843381028, + ], + [ + -97.85630329233491, + 44.63104128512514, + ], + [ + -97.85307295672457, + 44.54439920221213, + ], + [ + -97.85379080908243, + 44.19530627173991, + ], + [ + -98.33188047941262, + 44.19659542858424, + ], + [ + -98.7004976651702, + 44.19670285832127, + ], + [ + -98.7058815578541, + 44.63421046236746, + ], + [ + -97.9776203408121, + 44.63157843381028, + ], + ], + ], + "type": "Polygon", + }, + "id": "46005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27081 { + "geometry": { + "coordinates": [ + [ + [ + -96.09289897526867, + 44.63045042157149, + ], + [ + -96.0785419281116, + 44.19664914345275, + ], + [ + -96.45254300655309, + 44.19675657318978, + ], + [ + -96.45182515419523, + 44.5435397643159, + ], + [ + -96.45182515419523, + 44.63136357433623, + ], + [ + -96.09289897526867, + 44.63045042157149, + ], + ], + ], + "type": "Polygon", + }, + "id": "27081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27083 { + "geometry": { + "coordinates": [ + [ + [ + -95.5950683650975, + 44.54219689260306, + ], + [ + -95.5936326603818, + 44.19568227581951, + ], + [ + -96.06382595477561, + 44.196541713715725, + ], + [ + -96.0785419281116, + 44.19664914345275, + ], + [ + -96.09289897526867, + 44.63045042157149, + ], + [ + -95.60404151957067, + 44.62985955801784, + ], + [ + -95.5950683650975, + 44.54219689260306, + ], + ], + ], + "type": "Polygon", + }, + "id": "27083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46081 { + "geometry": { + "coordinates": [ + [ + [ + -103.56753665141451, + 44.60407642113114, + ], + [ + -103.57435624881413, + 44.256057788029196, + ], + [ + -103.45303920033695, + 44.256594936714336, + ], + [ + -103.4523213479791, + 44.140785680198235, + ], + [ + -104.05459947621787, + 44.141054254540805, + ], + [ + -104.05459947621787, + 44.180373538293026, + ], + [ + -104.05639410711251, + 44.570934347258024, + ], + [ + -103.81914390284204, + 44.60477471442182, + ], + [ + -103.56753665141451, + 44.60407642113114, + ], + ], + ], + "type": "Polygon", + }, + "id": "46081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55011 { + "geometry": { + "coordinates": [ + [ + [ + -91.65011073251556, + 44.59661005440769, + ], + [ + -91.52951153639623, + 44.596126620591065, + ], + [ + -91.52987046257516, + 44.24676511577628, + ], + [ + -91.60847529576007, + 44.20073147345981, + ], + [ + -91.53417757672227, + 44.096094909594626, + ], + [ + -91.5589434830682, + 44.025298712893225, + ], + [ + -91.85828791629297, + 44.192996532393806, + ], + [ + -91.95842832021349, + 44.3584383274168, + ], + [ + -92.08369355665886, + 44.4073188577645, + ], + [ + -92.02913677746201, + 44.5862430847845, + ], + [ + -91.65011073251556, + 44.59661005440769, + ], + ], + ], + "type": "Polygon", + }, + "id": "55011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55121 { + "geometry": { + "coordinates": [ + [ + [ + -91.16556039096469, + 44.596932343618775, + ], + [ + -91.15192119616547, + 44.07965815982935, + ], + [ + -91.19499233763666, + 44.08631880352508, + ], + [ + -91.30733623164068, + 44.064832856119494, + ], + [ + -91.32205220497667, + 43.98447541282262, + ], + [ + -91.4250640183286, + 43.98431426821708, + ], + [ + -91.5589434830682, + 44.025298712893225, + ], + [ + -91.53417757672227, + 44.096094909594626, + ], + [ + -91.60847529576007, + 44.20073147345981, + ], + [ + -91.52987046257516, + 44.24676511577628, + ], + [ + -91.52951153639623, + 44.596126620591065, + ], + [ + -91.16556039096469, + 44.596932343618775, + ], + ], + ], + "type": "Polygon", + }, + "id": "55121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55053 { + "geometry": { + "coordinates": [ + [ + [ + -90.92220844165247, + 44.59634148006512, + ], + [ + -90.92292629401032, + 44.50975311202062, + ], + [ + -90.80196817171206, + 44.509430822809534, + ], + [ + -90.80196817171206, + 44.42294988450206, + ], + [ + -90.31598212544549, + 44.424615045425995, + ], + [ + -90.3120339374773, + 44.248752565911296, + ], + [ + -90.31239286365623, + 44.155288694697006, + ], + [ + -90.90605676360077, + 44.15829672733379, + ], + [ + -90.97317595906004, + 44.07074149165604, + ], + [ + -91.15192119616547, + 44.07965815982935, + ], + [ + -91.16556039096469, + 44.596932343618775, + ], + [ + -90.92220844165247, + 44.59634148006512, + ], + ], + ], + "type": "Polygon", + }, + "id": "55053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55087 { + "geometry": { + "coordinates": [ + [ + [ + -88.6060578090393, + 44.59048655939711, + ], + [ + -88.2453369992181, + 44.58473906846611, + ], + [ + -88.19042129384233, + 44.58678023346964, + ], + [ + -88.19257485091589, + 44.24198449247854, + ], + [ + -88.40398237030364, + 44.24407937235058, + ], + [ + -88.7399372737789, + 44.24327364932287, + ], + [ + -88.7370658643475, + 44.59054027426562, + ], + [ + -88.6060578090393, + 44.59048655939711, + ], + ], + ], + "type": "Polygon", + }, + "id": "55087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16033 { + "geometry": { + "coordinates": [ + [ + [ + -111.6178919185586, + 44.55068384182826, + ], + [ + -111.61860977091645, + 44.401517651964994, + ], + [ + -111.7923300415169, + 44.40049706946323, + ], + [ + -111.85334749193443, + 44.316863019187, + ], + [ + -111.85873138461832, + 44.187625045542404, + ], + [ + -112.03460521229235, + 44.143578853360964, + ], + [ + -112.0353230646502, + 44.05725905965903, + ], + [ + -112.15664011312738, + 44.057581348870116, + ], + [ + -112.69538830769616, + 44.05833335702931, + ], + [ + -112.6957472338751, + 43.97185241872184, + ], + [ + -112.99509166709986, + 43.97228213766995, + ], + [ + -112.99616844563663, + 44.23387354733293, + ], + [ + -112.81455179909979, + 44.23032836601101, + ], + [ + -112.81562857763657, + 44.37627166376343, + ], + [ + -112.78117166445962, + 44.48482941303014, + ], + [ + -112.47357192911954, + 44.47999507486389, + ], + [ + -112.38814749853502, + 44.448625591651734, + ], + [ + -112.28764816843558, + 44.56798002948975, + ], + [ + -112.09634051506772, + 44.523128114280595, + ], + [ + -111.86770453909149, + 44.56421998869378, + ], + [ + -111.82140306200996, + 44.50921596333548, + ], + [ + -111.6178919185586, + 44.55068384182826, + ], + ], + ], + "type": "Polygon", + }, + "id": "16033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 56019 { + "geometry": { + "coordinates": [ + [ + [ + -106.00967037283091, + 44.56395141435121, + ], + [ + -106.01720782258838, + 43.494918101186386, + ], + [ + -106.07822527300588, + 43.49443466736976, + ], + [ + -107.11085588977764, + 43.49233978749772, + ], + [ + -107.11085588977764, + 43.50028958803779, + ], + [ + -107.12844327254504, + 44.16570937918871, + ], + [ + -107.1467485076703, + 44.1656556643202, + ], + [ + -107.14495387677566, + 44.32395338183083, + ], + [ + -107.20022850833035, + 44.44201866282452, + ], + [ + -107.30324032168228, + 44.46334346562456, + ], + [ + -107.3696416647837, + 44.559761654607115, + ], + [ + -106.42889614981715, + 44.55675362197034, + ], + [ + -106.00967037283091, + 44.56395141435121, + ], + ], + ], + "type": "Polygon", + }, + "id": "56019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41013 { + "geometry": { + "coordinates": [ + [ + [ + -120.38538169119796, + 44.56395141435121, + ], + [ + -120.3857406173769, + 44.437506613869346, + ], + [ + -120.02178947194534, + 44.43852719637111, + ], + [ + -119.89903671875246, + 44.38953923628638, + ], + [ + -119.89867779257354, + 44.30665719416935, + ], + [ + -119.65604369561918, + 44.30697948338043, + ], + [ + -119.65747940033488, + 43.959068280015515, + ], + [ + -119.77556611320172, + 43.959068280015515, + ], + [ + -119.77736074409636, + 43.698067733906186, + ], + [ + -119.89867779257354, + 43.698336308248756, + ], + [ + -120.25796289767904, + 43.69876602719687, + ], + [ + -120.25796289767904, + 43.78524696550434, + ], + [ + -120.37856209379837, + 43.785032106030286, + ], + [ + -120.37927994615622, + 43.87194276328587, + ], + [ + -120.7478971319138, + 43.87124446999519, + ], + [ + -120.74825605809272, + 43.95751054882861, + ], + [ + -120.98658304089997, + 43.9609483004135, + ], + [ + -120.98730089325782, + 44.13385646215994, + ], + [ + -121.10251619669326, + 44.137992507035506, + ], + [ + -121.1071822370193, + 44.39055981878815, + ], + [ + -120.98837767179461, + 44.39002267010301, + ], + [ + -120.98909552415246, + 44.47644989354197, + ], + [ + -120.82721981745658, + 44.47661103814751, + ], + [ + -120.82721981745658, + 44.562823402112414, + ], + [ + -120.38538169119796, + 44.56395141435121, + ], + ], + ], + "type": "Polygon", + }, + "id": "41013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46065 { + "geometry": { + "coordinates": [ + [ + [ + -99.67641794567156, + 44.54805181327107, + ], + [ + -99.6634966032302, + 44.21749051243617, + ], + [ + -99.59888989102342, + 44.121824331612814, + ], + [ + -99.86772559903942, + 44.124348930432966, + ], + [ + -99.93807513010903, + 44.19519884200288, + ], + [ + -99.89213257920642, + 44.24187706274151, + ], + [ + -100.08559378964785, + 44.3084297848303, + ], + [ + -100.36555620921057, + 44.35553772451705, + ], + [ + -100.38637392758831, + 44.43997749782099, + ], + [ + -100.57409231916691, + 44.455447379953014, + ], + [ + -100.52635513736968, + 44.54735351998039, + ], + [ + -99.67641794567156, + 44.54805181327107, + ], + ], + ], + "type": "Polygon", + }, + "id": "46065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36031 { + "geometry": { + "coordinates": [ + [ + [ + -73.31293117733593, + 44.264115018306285, + ], + [ + -73.38974137962622, + 44.191922235023526, + ], + [ + -73.43711963524453, + 44.04350805331946, + ], + [ + -73.37897359425843, + 43.8085592184394, + ], + [ + -73.43819641378131, + 43.80361745053611, + ], + [ + -74.05698514625071, + 43.74447738030224, + ], + [ + -74.04693521324077, + 43.796043654075646, + ], + [ + -74.21383588644163, + 43.81081524291699, + ], + [ + -74.33694756581345, + 43.92522791285172, + ], + [ + -74.25618917555497, + 43.96997239832385, + ], + [ + -74.28203186043767, + 44.12053517476848, + ], + [ + -74.09359561650123, + 44.13793879216699, + ], + [ + -74.14133279829846, + 44.40726514289599, + ], + [ + -73.90982541289083, + 44.42966424306631, + ], + [ + -73.67221628244143, + 44.439225489661794, + ], + [ + -73.33841493603971, + 44.54681637129525, + ], + [ + -73.29570272074746, + 44.428375086221976, + ], + [ + -73.31293117733593, + 44.264115018306285, + ], + ], + ], + "type": "Polygon", + }, + "id": "36031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27079 { + "geometry": { + "coordinates": [ + [ + [ + -93.52442323887011, + 44.543593479184416, + ], + [ + -93.52514109122797, + 44.19595085016208, + ], + [ + -93.76813411436126, + 44.19584342042505, + ], + [ + -93.76777518818233, + 44.23919131931581, + ], + [ + -94.01220391603132, + 44.23881531523621, + ], + [ + -93.93288123048855, + 44.34463360620872, + ], + [ + -93.92929196869929, + 44.45899256127493, + ], + [ + -93.91098673357403, + 44.5431100453678, + ], + [ + -93.52442323887011, + 44.543593479184416, + ], + ], + ], + "type": "Polygon", + }, + "id": "27079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27131 { + "geometry": { + "coordinates": [ + [ + [ + -93.28178914191575, + 44.543969483264014, + ], + [ + -93.28178914191575, + 44.47193784458679, + ], + [ + -93.03987289731924, + 44.47183041484977, + ], + [ + -93.04130860203495, + 44.19670285832127, + ], + [ + -93.04597464236099, + 44.19670285832127, + ], + [ + -93.40705437836112, + 44.19638056911018, + ], + [ + -93.52514109122797, + 44.19595085016208, + ], + [ + -93.52442323887011, + 44.543593479184416, + ], + [ + -93.28178914191575, + 44.543969483264014, + ], + ], + ], + "type": "Polygon", + }, + "id": "27131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46077 { + "geometry": { + "coordinates": [ + [ + [ + -97.49271107308229, + 44.543862053526986, + ], + [ + -97.1280420752929, + 44.5431100453678, + ], + [ + -97.1294777800086, + 44.19595085016208, + ], + [ + -97.3699583198894, + 44.1948765527918, + ], + [ + -97.8494836949353, + 44.195252556871395, + ], + [ + -97.85379080908243, + 44.19530627173991, + ], + [ + -97.85307295672457, + 44.54439920221213, + ], + [ + -97.49271107308229, + 44.543862053526986, + ], + ], + ], + "type": "Polygon", + }, + "id": "46077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46011 { + "geometry": { + "coordinates": [ + [ + [ + -96.45182515419523, + 44.5435397643159, + ], + [ + -96.45254300655309, + 44.19675657318978, + ], + [ + -96.45254300655309, + 44.19664914345275, + ], + [ + -96.88935616630673, + 44.19557484608248, + ], + [ + -97.1294777800086, + 44.19595085016208, + ], + [ + -97.1280420752929, + 44.5431100453678, + ], + [ + -96.88540797833853, + 44.54375462378996, + ], + [ + -96.45182515419523, + 44.5435397643159, + ], + ], + ], + "type": "Polygon", + }, + "id": "46011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26101 { + "geometry": { + "coordinates": [ + [ + [ + -85.8179192511377, + 44.51297600413146, + ], + [ + -85.82114958674804, + 44.164151648001805, + ], + [ + -86.04188918678787, + 44.16710596577008, + ], + [ + -86.38789402327309, + 44.17865466250058, + ], + [ + -86.25724489414381, + 44.36961102006771, + ], + [ + -86.23427361869251, + 44.51829377611435, + ], + [ + -85.8179192511377, + 44.51297600413146, + ], + ], + ], + "type": "Polygon", + }, + "id": "26101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26165 { + "geometry": { + "coordinates": [ + [ + [ + -85.33408676194468, + 44.51222399597226, + ], + [ + -85.33480461430253, + 44.165064800766544, + ], + [ + -85.56451736881553, + 44.16484994129249, + ], + [ + -85.82114958674804, + 44.164151648001805, + ], + [ + -85.8179192511377, + 44.51297600413146, + ], + [ + -85.33408676194468, + 44.51222399597226, + ], + ], + ], + "type": "Polygon", + }, + "id": "26165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26143 { + "geometry": { + "coordinates": [ + [ + [ + -84.37072889770576, + 44.50722851320047, + ], + [ + -84.36785748827434, + 44.16055275181137, + ], + [ + -84.60797910197621, + 44.16049903694286, + ], + [ + -84.85168997746736, + 44.16135847483908, + ], + [ + -84.85097212510951, + 44.51098855399644, + ], + [ + -84.37072889770576, + 44.50722851320047, + ], + ], + ], + "type": "Polygon", + }, + "id": "26143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26113 { + "geometry": { + "coordinates": [ + [ + [ + -84.85097212510951, + 44.51098855399644, + ], + [ + -84.85168997746736, + 44.16135847483908, + ], + [ + -85.08714555084319, + 44.164151648001805, + ], + [ + -85.33480461430253, + 44.165064800766544, + ], + [ + -85.33408676194468, + 44.51222399597226, + ], + [ + -84.85097212510951, + 44.51098855399644, + ], + ], + ], + "type": "Polygon", + }, + "id": "26113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26069 { + "geometry": { + "coordinates": [ + [ + [ + -83.31871626727197, + 44.51168684728712, + ], + [ + -83.34096969036543, + 44.330345451184, + ], + [ + -83.5096649944609, + 44.273031686479605, + ], + [ + -83.56601640455239, + 44.16345335471112, + ], + [ + -83.88402499908132, + 44.161788193787196, + ], + [ + -83.88653748233381, + 44.508947388992915, + ], + [ + -83.31871626727197, + 44.51168684728712, + ], + ], + ], + "type": "Polygon", + }, + "id": "26069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26129 { + "geometry": { + "coordinates": [ + [ + [ + -83.88653748233381, + 44.508947388992915, + ], + [ + -83.88402499908132, + 44.161788193787196, + ], + [ + -84.16614097571761, + 44.161788193787196, + ], + [ + -84.36785748827434, + 44.16055275181137, + ], + [ + -84.37072889770576, + 44.50722851320047, + ], + [ + -83.88653748233381, + 44.508947388992915, + ], + ], + ], + "type": "Polygon", + }, + "id": "26129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16045 { + "geometry": { + "coordinates": [ + [ + [ + -116.15794915580081, + 44.49879527884377, + ], + [ + -116.15400096783262, + 44.3242219561734, + ], + [ + -116.21286486117657, + 44.324114526436375, + ], + [ + -116.21358271353442, + 44.15120636468994, + ], + [ + -116.27424123777301, + 44.1510452200844, + ], + [ + -116.28249653988833, + 43.80684034264695, + ], + [ + -116.51364499911703, + 43.80710891698952, + ], + [ + -116.71356688077914, + 43.807055202121006, + ], + [ + -116.71356688077914, + 43.98114509097475, + ], + [ + -116.57322674481884, + 43.98023193821001, + ], + [ + -116.53230916042122, + 44.06585343862126, + ], + [ + -116.45334540105738, + 44.06515514533058, + ], + [ + -116.45298647487844, + 44.151260079558455, + ], + [ + -116.35966566835754, + 44.15088407547886, + ], + [ + -116.34818003063188, + 44.321751072221765, + ], + [ + -116.30080177501358, + 44.44395239809103, + ], + [ + -116.15794915580081, + 44.49879527884377, + ], + ], + ], + "type": "Polygon", + }, + "id": "16045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46103 { + "geometry": { + "coordinates": [ + [ + [ + -102.00154173275789, + 44.51088112425941, + ], + [ + -102.00728455162071, + 43.994520093234726, + ], + [ + -102.01912911552529, + 43.70859584813492, + ], + [ + -102.13901045928677, + 43.700807192200394, + ], + [ + -102.17633878189513, + 43.68764704941448, + ], + [ + -102.81020241387945, + 43.688130483231106, + ], + [ + -102.68709073450763, + 43.85545229865208, + ], + [ + -104.05531732857573, + 43.85341113364855, + ], + [ + -104.05459947621787, + 44.141054254540805, + ], + [ + -103.4523213479791, + 44.140785680198235, + ], + [ + -102.38846415364073, + 44.14014110177607, + ], + [ + -102.36298039493694, + 44.29908339770887, + ], + [ + -102.28329878321524, + 44.44819587270362, + ], + [ + -102.11316777440405, + 44.43530430426027, + ], + [ + -102.00154173275789, + 44.51088112425941, + ], + ], + ], + "type": "Polygon", + }, + "id": "46103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 50023 { + "geometry": { + "coordinates": [ + [ + [ + -72.36787854822227, + 44.204115510176194, + ], + [ + -72.442535193439, + 44.128699834782594, + ], + [ + -72.58897707444103, + 44.16033789233732, + ], + [ + -72.68301573331979, + 44.0132665823461, + ], + [ + -72.74152070048483, + 44.02959590237434, + ], + [ + -72.91631774962207, + 44.071923218763345, + ], + [ + -72.9518514413358, + 44.16130475997057, + ], + [ + -72.8046917079759, + 44.45174105402555, + ], + [ + -72.65394271282675, + 44.39824104498564, + ], + [ + -72.5965145241985, + 44.479350496441725, + ], + [ + -72.49027237523623, + 44.42574305766479, + ], + [ + -72.43392096514476, + 44.506154215830186, + ], + [ + -72.22359022429379, + 44.42466876029451, + ], + [ + -72.36787854822227, + 44.204115510176194, + ], + ], + ], + "type": "Polygon", + }, + "id": "50023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27015 { + "geometry": { + "coordinates": [ + [ + [ + -94.78102379129204, + 44.456629107060316, + ], + [ + -94.47198835123626, + 44.3392084044888, + ], + [ + -94.37328365203146, + 44.26513560080805, + ], + [ + -94.36897653788434, + 44.10861047395838, + ], + [ + -94.85998755065589, + 44.1079121806677, + ], + [ + -95.10010916435776, + 44.10807332527324, + ], + [ + -95.10908231883093, + 44.19503769739734, + ], + [ + -95.10728768793629, + 44.28173349517887, + ], + [ + -94.86608929569763, + 44.282216928995496, + ], + [ + -94.86573036951872, + 44.498043270684576, + ], + [ + -94.78102379129204, + 44.456629107060316, + ], + ], + ], + "type": "Polygon", + }, + "id": "27015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 23001 { + "geometry": { + "coordinates": [ + [ + [ + -70.00542643852758, + 44.12456378990702, + ], + [ + -70.03378160666277, + 43.975773604123354, + ], + [ + -70.11597570163696, + 43.9066962832144, + ], + [ + -70.31553865712013, + 44.037653132651435, + ], + [ + -70.3636347650963, + 43.98646286295763, + ], + [ + -70.4799268470685, + 44.03201307145747, + ], + [ + -70.33420281842432, + 44.2106687241349, + ], + [ + -70.23872845482984, + 44.45893884640642, + ], + [ + -70.12961489643617, + 44.48724658211327, + ], + [ + -70.07577596959719, + 44.206264104916755, + ], + [ + -70.00542643852758, + 44.12456378990702, + ], + ], + ], + "type": "Polygon", + }, + "id": "23001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27103 { + "geometry": { + "coordinates": [ + [ + [ + -94.01220391603132, + 44.23881531523621, + ], + [ + -94.07034995701743, + 44.15904873549298, + ], + [ + -94.37328365203146, + 44.26513560080805, + ], + [ + -94.47198835123626, + 44.3392084044888, + ], + [ + -94.78102379129204, + 44.456629107060316, + ], + [ + -94.62417305110112, + 44.45619938811221, + ], + [ + -93.92929196869929, + 44.45899256127493, + ], + [ + -93.93288123048855, + 44.34463360620872, + ], + [ + -94.01220391603132, + 44.23881531523621, + ], + ], + ], + "type": "Polygon", + }, + "id": "27103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27157 { + "geometry": { + "coordinates": [ + [ + [ + -92.2423389277444, + 44.454265652845706, + ], + [ + -92.08369355665886, + 44.4073188577645, + ], + [ + -91.95842832021349, + 44.3584383274168, + ], + [ + -91.85828791629297, + 44.192996532393806, + ], + [ + -92.07938644251173, + 44.19305024726232, + ], + [ + -92.07938644251173, + 44.10699902790296, + ], + [ + -92.31914913003469, + 44.107375031982556, + ], + [ + -92.3195080562136, + 44.19439311897517, + ], + [ + -92.55101544162125, + 44.19493026766031, + ], + [ + -92.55065651544233, + 44.36853672269743, + ], + [ + -92.43077517168085, + 44.36826814835486, + ], + [ + -92.43077517168085, + 44.45512509074193, + ], + [ + -92.2423389277444, + 44.454265652845706, + ], + ], + ], + "type": "Polygon", + }, + "id": "27157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41045 { + "geometry": { + "coordinates": [ + [ + [ + -117.22001171924452, + 44.30133942218646, + ], + [ + -116.97594191757446, + 44.24284393037476, + ], + [ + -116.8980549367474, + 44.15238809179725, + ], + [ + -116.97522406521661, + 44.08760796036942, + ], + [ + -116.93538325935576, + 43.9874834454594, + ], + [ + -116.98383829351084, + 43.87983884895742, + ], + [ + -117.02619158262418, + 43.840734424679255, + ], + [ + -117.0265505088031, + 43.68018068269103, + ], + [ + -117.02726836116096, + 41.99976473610033, + ], + [ + -118.19700877828265, + 41.9969715629376, + ], + [ + -118.21459616105005, + 42.27602030486762, + ], + [ + -118.21674971812362, + 42.91452894689306, + ], + [ + -118.22895320820712, + 42.91458266176157, + ], + [ + -118.22751750349141, + 44.03990915712902, + ], + [ + -118.23218354381746, + 44.256057788029196, + ], + [ + -117.97160313791677, + 44.44330781966886, + ], + [ + -117.59150031443353, + 44.44443583190765, + ], + [ + -117.48597601782912, + 44.38765921588839, + ], + [ + -117.48597601782912, + 44.30133942218646, + ], + [ + -117.22001171924452, + 44.30133942218646, + ], + ], + ], + "type": "Polygon", + }, + "id": "41045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 33009 { + "geometry": { + "coordinates": [ + [ + [ + -71.41564739553007, + 44.21201159584774, + ], + [ + -71.3618084686911, + 43.91550552165069, + ], + [ + -71.5646017597846, + 43.89310642148037, + ], + [ + -71.53229840368121, + 43.76499646007458, + ], + [ + -71.52224847067127, + 43.69715458114145, + ], + [ + -71.65146189508484, + 43.68071783137617, + ], + [ + -71.72791317119619, + 43.56351198827872, + ], + [ + -71.81800364210676, + 43.54476549916734, + ], + [ + -71.8495891458523, + 43.61142565099317, + ], + [ + -71.93537250261575, + 43.5284361791391, + ], + [ + -72.32947344707712, + 43.60014552860524, + ], + [ + -72.30327183601548, + 43.69586542429711, + ], + [ + -72.20528498916853, + 43.7712273848222, + ], + [ + -72.03982002068338, + 44.15587955825066, + ], + [ + -72.03264149710485, + 44.320408200508915, + ], + [ + -71.8373856557688, + 44.34796392805658, + ], + [ + -71.76380578908885, + 44.4057611265776, + ], + [ + -71.57572847133133, + 44.254714916316345, + ], + [ + -71.41564739553007, + 44.21201159584774, + ], + ], + ], + "type": "Polygon", + }, + "id": "33009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41017 { + "geometry": { + "coordinates": [ + [ + [ + -121.1071822370193, + 44.39055981878815, + ], + [ + -121.10251619669326, + 44.137992507035506, + ], + [ + -120.98730089325782, + 44.13385646215994, + ], + [ + -120.98658304089997, + 43.9609483004135, + ], + [ + -120.74825605809272, + 43.95751054882861, + ], + [ + -120.7478971319138, + 43.87124446999519, + ], + [ + -120.37927994615622, + 43.87194276328587, + ], + [ + -120.37856209379837, + 43.785032106030286, + ], + [ + -120.25796289767904, + 43.78524696550434, + ], + [ + -120.25796289767904, + 43.69876602719687, + ], + [ + -119.89867779257354, + 43.698336308248756, + ], + [ + -119.89867779257354, + 43.60836390348787, + ], + [ + -121.33294680356411, + 43.6154005512632, + ], + [ + -122.00306197962003, + 43.61523940665766, + ], + [ + -121.97506573766375, + 43.85770832312967, + ], + [ + -121.86882358870149, + 43.912712348487965, + ], + [ + -121.76724748006527, + 44.11430425002085, + ], + [ + -121.79919190998973, + 44.25809895303273, + ], + [ + -121.84262197763985, + 44.39243983918614, + ], + [ + -121.1071822370193, + 44.39055981878815, + ], + ], + ], + "type": "Polygon", + }, + "id": "41017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36045 { + "geometry": { + "coordinates": [ + [ + [ + -76.28268638177438, + 44.01074198352594, + ], + [ + -76.39969631610445, + 44.11231679988584, + ], + [ + -76.31283618080423, + 44.19901259766737, + ], + [ + -75.8602302691778, + 44.40334395749447, + ], + [ + -75.44602945869654, + 44.21765165704171, + ], + [ + -75.54581093643813, + 44.10291669789589, + ], + [ + -75.48443455984169, + 44.07417924324093, + ], + [ + -75.54293952700672, + 43.96777008871477, + ], + [ + -75.75829523436266, + 43.878710836718625, + ], + [ + -75.84048932933685, + 43.883974893833, + ], + [ + -75.77444691241436, + 43.688882491390295, + ], + [ + -76.0249773853051, + 43.7069844020795, + ], + [ + -76.18254597785388, + 43.67921381505778, + ], + [ + -76.19331376322167, + 43.67980467861143, + ], + [ + -76.19941550826343, + 43.68012696782252, + ], + [ + -76.2327956429036, + 43.82268622885857, + ], + [ + -76.29847913364716, + 43.8385858299387, + ], + [ + -76.12870705101489, + 43.89595330951161, + ], + [ + -76.20802973655766, + 43.97792219886391, + ], + [ + -76.13911591020376, + 44.07074149165604, + ], + [ + -76.28268638177438, + 44.01074198352594, + ], + ], + ], + "type": "Polygon", + }, + "id": "36045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 23013 { + "geometry": { + "coordinates": [ + [ + [ + [ + -69.0291472318473, + 44.24939714433346, + ], + [ + -69.10380387706402, + 44.0786912921961, + ], + [ + -69.07401300421311, + 44.047536668458, + ], + [ + -69.21542991871019, + 43.93097540378271, + ], + [ + -69.3668967662172, + 43.9648157709465, + ], + [ + -69.35253971906013, + 44.01509288787557, + ], + [ + -69.28147233563267, + 44.05145785385952, + ], + [ + -69.33782374572415, + 44.20937956729056, + ], + [ + -69.40601971972019, + 44.21072243900341, + ], + [ + -69.40925005533053, + 44.32808942670641, + ], + [ + -69.26926884554918, + 44.36456182242739, + ], + [ + -69.12139125983143, + 44.25557435421257, + ], + [ + -69.0291472318473, + 44.24939714433346, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "23013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16015 { + "geometry": { + "coordinates": [ + [ + [ + -115.29544954784025, + 44.33931583422583, + ], + [ + -115.1798753182259, + 44.29629022454615, + ], + [ + -115.16803075432132, + 44.2026114938578, + ], + [ + -115.02517813510855, + 44.155396124434034, + ], + [ + -115.04743155820199, + 44.05613104742024, + ], + [ + -114.9921569266473, + 43.949614463157054, + ], + [ + -115.13859880764934, + 43.98447541282262, + ], + [ + -115.17341464700522, + 44.08465364260115, + ], + [ + -115.30765303792376, + 43.929310242858776, + ], + [ + -115.49537142950236, + 43.89128011595089, + ], + [ + -115.64612042465151, + 43.70037747325229, + ], + [ + -115.83204418533548, + 43.60503358164, + ], + [ + -115.97669143544289, + 43.59122886043192, + ], + [ + -116.28249653988833, + 43.80684034264695, + ], + [ + -116.27424123777301, + 44.1510452200844, + ], + [ + -116.21358271353442, + 44.15120636468994, + ], + [ + -116.11416016197177, + 44.14766118336802, + ], + [ + -116.10339237660396, + 44.23645186102159, + ], + [ + -115.52121411438506, + 44.23510898930875, + ], + [ + -115.40205062298145, + 44.260677266721395, + ], + [ + -115.29544954784025, + 44.33931583422583, + ], + ], + ], + "type": "Polygon", + }, + "id": "16015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 23015 { + "geometry": { + "coordinates": [ + [ + [ + -69.50687797599856, + 44.342861015547754, + ], + [ + -69.40925005533053, + 44.32808942670641, + ], + [ + -69.40601971972019, + 44.21072243900341, + ], + [ + -69.33782374572415, + 44.20937956729056, + ], + [ + -69.28147233563267, + 44.05145785385952, + ], + [ + -69.35253971906013, + 44.01509288787557, + ], + [ + -69.38412522280568, + 44.07686498666662, + ], + [ + -69.50364764038822, + 43.83751153256842, + ], + [ + -69.55856334576399, + 43.89724246635595, + ], + [ + -69.6640876423684, + 43.85410942693923, + ], + [ + -69.65439663553738, + 44.01708033801059, + ], + [ + -69.72295153571235, + 43.940697794983734, + ], + [ + -69.70033918643999, + 44.006713368387395, + ], + [ + -69.80550455686547, + 44.02470784933957, + ], + [ + -69.7559727441736, + 44.13885194493173, + ], + [ + -69.65655019261095, + 44.12236148029795, + ], + [ + -69.65008952139027, + 44.27969233017534, + ], + [ + -69.5546151577958, + 44.26202013843424, + ], + [ + -69.50687797599856, + 44.342861015547754, + ], + ], + ], + "type": "Polygon", + }, + "id": "23015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55071 { + "geometry": { + "coordinates": [ + [ + [ + -87.76617055035112, + 44.327176273941674, + ], + [ + -87.5443541717745, + 44.32749856315276, + ], + [ + -87.54076490998524, + 44.158995020624474, + ], + [ + -87.64234101862145, + 44.10807332527324, + ], + [ + -87.73279041571095, + 43.892139553847116, + ], + [ + -88.04182585576673, + 43.89165612003049, + ], + [ + -88.04326156048243, + 44.24096390997677, + ], + [ + -87.88820545118615, + 44.240373046423116, + ], + [ + -87.88784652500723, + 44.32760599288979, + ], + [ + -87.76617055035112, + 44.327176273941674, + ], + ], + ], + "type": "Polygon", + }, + "id": "55071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 50001 { + "geometry": { + "coordinates": [ + [ + [ + -72.9518514413358, + 44.16130475997057, + ], + [ + -72.91631774962207, + 44.071923218763345, + ], + [ + -72.74152070048483, + 44.02959590237434, + ], + [ + -72.7910525131767, + 43.96191516804675, + ], + [ + -72.97984768329208, + 43.88263202212015, + ], + [ + -72.95831211255648, + 43.82660741426009, + ], + [ + -73.21853359227825, + 43.83718924335734, + ], + [ + -73.20597117601581, + 43.76676905073553, + ], + [ + -73.36210406384888, + 43.75296432952745, + ], + [ + -73.37897359425843, + 43.8085592184394, + ], + [ + -73.43711963524453, + 44.04350805331946, + ], + [ + -73.38974137962622, + 44.191922235023526, + ], + [ + -73.31293117733593, + 44.264115018306285, + ], + [ + -72.9762584215028, + 44.29945940178847, + ], + [ + -72.9518514413358, + 44.16130475997057, + ], + ], + ], + "type": "Polygon", + }, + "id": "50001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41039 { + "geometry": { + "coordinates": [ + [ + [ + -121.79919190998973, + 44.25809895303273, + ], + [ + -121.76724748006527, + 44.11430425002085, + ], + [ + -121.86882358870149, + 43.912712348487965, + ], + [ + -121.97506573766375, + 43.85770832312967, + ], + [ + -122.00306197962003, + 43.61523940665766, + ], + [ + -122.13083969931789, + 43.55706620405704, + ], + [ + -122.13227540403359, + 43.44039750964472, + ], + [ + -122.74065527731413, + 43.43712090266537, + ], + [ + -122.74209098202984, + 43.54449692482477, + ], + [ + -123.10927246307172, + 43.53751399191796, + ], + [ + -123.13798655738584, + 43.77960690431037, + ], + [ + -123.34759944587896, + 43.780090338126996, + ], + [ + -123.52921609241581, + 43.82940058742281, + ], + [ + -123.61930656332638, + 43.92012500034289, + ], + [ + -123.82784267328272, + 43.94504869933337, + ], + [ + -123.92547059395073, + 43.865550693932704, + ], + [ + -124.15841368407409, + 43.86350952892918, + ], + [ + -124.1153425426029, + 44.276200863721925, + ], + [ + -123.77543945115943, + 44.28355980070834, + ], + [ + -123.18428803446737, + 44.28366723044537, + ], + [ + -123.16454709462641, + 44.199979465300615, + ], + [ + -122.90540239344142, + 44.20019432477467, + ], + [ + -122.90324883636787, + 44.259065820665974, + ], + [ + -122.72450359926243, + 44.288125564532024, + ], + [ + -122.57698493972362, + 44.22812605640193, + ], + [ + -122.38603621253468, + 44.21716822322509, + ], + [ + -122.32645446683287, + 44.25331832973498, + ], + [ + -121.79919190998973, + 44.25809895303273, + ], + ], + ], + "type": "Polygon", + }, + "id": "41039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 33003 { + "geometry": { + "coordinates": [ + [ + [ + -71.01006081334305, + 44.28474152781565, + ], + [ + -70.98888416878638, + 43.790940741566814, + ], + [ + -70.98888416878638, + 43.7900813036706, + ], + [ + -70.96232363154581, + 43.541005458371366, + ], + [ + -71.16368121792362, + 43.53934029744744, + ], + [ + -71.26095021241272, + 43.572052652372435, + ], + [ + -71.53229840368121, + 43.76499646007458, + ], + [ + -71.5646017597846, + 43.89310642148037, + ], + [ + -71.3618084686911, + 43.91550552165069, + ], + [ + -71.41564739553007, + 44.21201159584774, + ], + [ + -71.34350323356583, + 44.09222743906162, + ], + [ + -71.25233598411849, + 44.244240516956125, + ], + [ + -71.04236416944644, + 44.23774101786593, + ], + [ + -71.01006081334305, + 44.28474152781565, + ], + ], + ], + "type": "Polygon", + }, + "id": "33003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27013 { + "geometry": { + "coordinates": [ + [ + [ + -94.01220391603132, + 44.23881531523621, + ], + [ + -93.76777518818233, + 44.23919131931581, + ], + [ + -93.76813411436126, + 44.19584342042505, + ], + [ + -93.76777518818233, + 43.847932217060134, + ], + [ + -94.2469416370493, + 43.84777107245459, + ], + [ + -94.36897653788434, + 43.84771735758608, + ], + [ + -94.36897653788434, + 44.10861047395838, + ], + [ + -94.37328365203146, + 44.26513560080805, + ], + [ + -94.07034995701743, + 44.15904873549298, + ], + [ + -94.01220391603132, + 44.23881531523621, + ], + ], + ], + "type": "Polygon", + }, + "id": "27013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55057 { + "geometry": { + "coordinates": [ + [ + [ + -89.90249916732208, + 44.24939714433346, + ], + [ + -89.90106346260637, + 44.18477815751117, + ], + [ + -90.02884118230423, + 44.08943426589889, + ], + [ + -89.9689005104235, + 43.993982944549586, + ], + [ + -89.96279876538175, + 43.87521937026522, + ], + [ + -89.86588869707157, + 43.783796664054464, + ], + [ + -89.78584815917094, + 43.64102254354436, + ], + [ + -90.31239286365623, + 43.640968828675845, + ], + [ + -90.3120339374773, + 43.73126352264781, + ], + [ + -90.31239286365623, + 44.155288694697006, + ], + [ + -90.3120339374773, + 44.248752565911296, + ], + [ + -89.90249916732208, + 44.24939714433346, + ], + ], + ], + "type": "Polygon", + }, + "id": "55057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55001 { + "geometry": { + "coordinates": [ + [ + [ + -89.72483070875343, + 44.2476245536725, + ], + [ + -89.59812976759234, + 44.245690818406004, + ], + [ + -89.59812976759234, + 43.98221938834503, + ], + [ + -89.59956547230806, + 43.642526559862745, + ], + [ + -89.78584815917094, + 43.64102254354436, + ], + [ + -89.86588869707157, + 43.783796664054464, + ], + [ + -89.96279876538175, + 43.87521937026522, + ], + [ + -89.9689005104235, + 43.993982944549586, + ], + [ + -90.02884118230423, + 44.08943426589889, + ], + [ + -89.90106346260637, + 44.18477815751117, + ], + [ + -89.90249916732208, + 44.24939714433346, + ], + [ + -89.72483070875343, + 44.2476245536725, + ], + ], + ], + "type": "Polygon", + }, + "id": "55001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55137 { + "geometry": { + "coordinates": [ + [ + [ + -89.22484654150871, + 44.24354222366544, + ], + [ + -88.8870970071388, + 44.242629070900705, + ], + [ + -88.88637915478095, + 43.983239970846796, + ], + [ + -89.16813620523831, + 43.982810251898684, + ], + [ + -89.59812976759234, + 43.98221938834503, + ], + [ + -89.59812976759234, + 44.245690818406004, + ], + [ + -89.22484654150871, + 44.24354222366544, + ], + ], + ], + "type": "Polygon", + }, + "id": "55137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55139 { + "geometry": { + "coordinates": [ + [ + [ + -88.40398237030364, + 44.24407937235058, + ], + [ + -88.40434129648257, + 43.93817319616358, + ], + [ + -88.40326451794579, + 43.892945276874826, + ], + [ + -88.8856613024231, + 43.895201301352415, + ], + [ + -88.88637915478095, + 43.983239970846796, + ], + [ + -88.8870970071388, + 44.242629070900705, + ], + [ + -88.7399372737789, + 44.24327364932287, + ], + [ + -88.40398237030364, + 44.24407937235058, + ], + ], + ], + "type": "Polygon", + }, + "id": "55139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55015 { + "geometry": { + "coordinates": [ + [ + [ + -88.19257485091589, + 44.24198449247854, + ], + [ + -88.04326156048243, + 44.24096390997677, + ], + [ + -88.04182585576673, + 43.89165612003049, + ], + [ + -88.16242505188606, + 43.89138754568792, + ], + [ + -88.16170719952821, + 43.937689762346956, + ], + [ + -88.40434129648257, + 43.93817319616358, + ], + [ + -88.40398237030364, + 44.24407937235058, + ], + [ + -88.19257485091589, + 44.24198449247854, + ], + ], + ], + "type": "Polygon", + }, + "id": "55015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16023 { + "geometry": { + "coordinates": [ + [ + [ + -112.99616844563663, + 44.23387354733293, + ], + [ + -112.99509166709986, + 43.97228213766995, + ], + [ + -112.6957472338751, + 43.97185241872184, + ], + [ + -112.69825971712758, + 43.622920632855156, + ], + [ + -112.7000543480222, + 43.54014602047514, + ], + [ + -112.81670535617334, + 43.53579511612551, + ], + [ + -112.8174232085312, + 43.44893817373844, + ], + [ + -112.93694562611375, + 43.449260462949525, + ], + [ + -112.94807233766048, + 43.28494668016532, + ], + [ + -113.00801300954122, + 43.284624390954235, + ], + [ + -113.36263207432066, + 43.28451696121721, + ], + [ + -113.36263207432066, + 43.36713042899168, + ], + [ + -113.63613382266271, + 43.36745271820276, + ], + [ + -113.61065006395893, + 43.49024490762567, + ], + [ + -113.70145838722735, + 43.584675646473215, + ], + [ + -113.79872738171645, + 43.56866861565605, + ], + [ + -113.74668308577209, + 43.62850697918061, + ], + [ + -113.53276308313185, + 43.72041311920799, + ], + [ + -113.37375878586738, + 43.82128964227721, + ], + [ + -113.45523502848371, + 43.87403764315791, + ], + [ + -113.45882429027299, + 44.05913908005702, + ], + [ + -113.4171888535175, + 44.05908536518851, + ], + [ + -113.41754777969643, + 44.23312153917374, + ], + [ + -113.3213555637441, + 44.23290667969968, + ], + [ + -112.99616844563663, + 44.23387354733293, + ], + ], + ], + "type": "Polygon", + }, + "id": "16023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 50017 { + "geometry": { + "coordinates": [ + [ + [ + -72.03982002068338, + 44.15587955825066, + ], + [ + -72.20528498916853, + 43.7712273848222, + ], + [ + -72.78279721106139, + 43.92898795364769, + ], + [ + -72.7910525131767, + 43.96191516804675, + ], + [ + -72.74152070048483, + 44.02959590237434, + ], + [ + -72.68301573331979, + 44.0132665823461, + ], + [ + -72.58897707444103, + 44.16033789233732, + ], + [ + -72.442535193439, + 44.128699834782594, + ], + [ + -72.36787854822227, + 44.204115510176194, + ], + [ + -72.03982002068338, + 44.15587955825066, + ], + ], + ], + "type": "Polygon", + }, + "id": "50017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36049 { + "geometry": { + "coordinates": [ + [ + [ + -75.11007455522127, + 43.61523940665766, + ], + [ + -75.53360744635464, + 43.41971728526684, + ], + [ + -75.75614167728911, + 43.47031669140699, + ], + [ + -75.77444691241436, + 43.688882491390295, + ], + [ + -75.84048932933685, + 43.883974893833, + ], + [ + -75.75829523436266, + 43.878710836718625, + ], + [ + -75.54293952700672, + 43.96777008871477, + ], + [ + -75.48443455984169, + 44.07417924324093, + ], + [ + -75.54581093643813, + 44.10291669789589, + ], + [ + -75.44602945869654, + 44.21765165704171, + ], + [ + -75.17001522710201, + 44.09695434749085, + ], + [ + -75.11007455522127, + 43.61523940665766, + ], + ], + ], + "type": "Polygon", + }, + "id": "36049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46085 { + "geometry": { + "coordinates": [ + [ + [ + -99.35589686789012, + 43.934252010762066, + ], + [ + -99.30600612901934, + 43.85905119484252, + ], + [ + -99.40542868058199, + 43.779929193521454, + ], + [ + -99.4610622383156, + 43.65719071896706, + ], + [ + -99.37527888155216, + 43.65681471488746, + ], + [ + -99.29846867926187, + 43.49975243935265, + ], + [ + -99.53356532645878, + 43.49980615422116, + ], + [ + -99.62365579736935, + 43.49991358395819, + ], + [ + -99.62401472354827, + 43.74270478964128, + ], + [ + -99.69759459022822, + 43.758174671773304, + ], + [ + -99.84116506179885, + 43.68893620625881, + ], + [ + -100.08738842054248, + 43.68522988033135, + ], + [ + -100.23167674447096, + 43.713859905249286, + ], + [ + -100.33899567197001, + 43.71702908249161, + ], + [ + -100.36663298774735, + 43.84696534942688, + ], + [ + -100.3673508401052, + 44.16866369695698, + ], + [ + -100.3673508401052, + 44.19460797844923, + ], + [ + -99.93807513010903, + 44.19519884200288, + ], + [ + -99.86772559903942, + 44.124348930432966, + ], + [ + -99.59888989102342, + 44.121824331612814, + ], + [ + -99.6634966032302, + 44.21749051243617, + ], + [ + -99.57627754175104, + 44.19240566884015, + ], + [ + -99.56263834695183, + 44.101466396446014, + ], + [ + -99.35374331081657, + 43.99527210139392, + ], + [ + -99.35589686789012, + 43.934252010762066, + ], + ], + ], + "type": "Polygon", + }, + "id": "46085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27117 { + "geometry": { + "coordinates": [ + [ + [ + -96.0785419281116, + 44.19664914345275, + ], + [ + -96.06382595477561, + 44.196541713715725, + ], + [ + -96.06454380713346, + 43.849167659035956, + ], + [ + -96.45326085891094, + 43.849651092852575, + ], + [ + -96.45254300655309, + 44.19664914345275, + ], + [ + -96.45254300655309, + 44.19675657318978, + ], + [ + -96.0785419281116, + 44.19664914345275, + ], + ], + ], + "type": "Polygon", + }, + "id": "27117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27101 { + "geometry": { + "coordinates": [ + [ + [ + -95.5936326603818, + 44.19568227581951, + ], + [ + -95.46226567889468, + 44.196058279899106, + ], + [ + -95.46226567889468, + 43.84787850219162, + ], + [ + -96.05234031704995, + 43.849006514430414, + ], + [ + -96.06454380713346, + 43.849167659035956, + ], + [ + -96.06382595477561, + 44.196541713715725, + ], + [ + -95.5936326603818, + 44.19568227581951, + ], + ], + ], + "type": "Polygon", + }, + "id": "27101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46073 { + "geometry": { + "coordinates": [ + [ + [ + -98.7004976651702, + 44.19670285832127, + ], + [ + -98.33188047941262, + 44.19659542858424, + ], + [ + -98.33152155323369, + 43.93763604747844, + ], + [ + -98.80781659266925, + 43.93521887839532, + ], + [ + -98.9273390102518, + 43.93511144865829, + ], + [ + -98.9259033055361, + 44.196541713715725, + ], + [ + -98.7004976651702, + 44.19670285832127, + ], + ], + ], + "type": "Polygon", + }, + "id": "46073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27147 { + "geometry": { + "coordinates": [ + [ + [ + -93.04597464236099, + 44.19670285832127, + ], + [ + -93.04561571618207, + 43.84841565087676, + ], + [ + -93.04956390415026, + 43.848469365745274, + ], + [ + -93.40705437836112, + 43.848093361665676, + ], + [ + -93.40705437836112, + 44.19638056911018, + ], + [ + -93.04597464236099, + 44.19670285832127, + ], + ], + ], + "type": "Polygon", + }, + "id": "27147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27039 { + "geometry": { + "coordinates": [ + [ + [ + -92.6787931613191, + 44.195521131213965, + ], + [ + -92.68991987286583, + 43.848469365745274, + ], + [ + -93.04561571618207, + 43.84841565087676, + ], + [ + -93.04597464236099, + 44.19670285832127, + ], + [ + -93.04130860203495, + 44.19670285832127, + ], + [ + -92.6787931613191, + 44.195521131213965, + ], + ], + ], + "type": "Polygon", + }, + "id": "27039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46101 { + "geometry": { + "coordinates": [ + [ + [ + -96.45254300655309, + 44.19664914345275, + ], + [ + -96.45326085891094, + 43.849651092852575, + ], + [ + -96.88863831394887, + 43.848361936008246, + ], + [ + -96.88935616630673, + 44.19557484608248, + ], + [ + -96.45254300655309, + 44.19664914345275, + ], + ], + ], + "type": "Polygon", + }, + "id": "46101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27161 { + "geometry": { + "coordinates": [ + [ + [ + -93.40705437836112, + 44.19638056911018, + ], + [ + -93.40705437836112, + 43.848093361665676, + ], + [ + -93.64825277059978, + 43.84814707653419, + ], + [ + -93.76777518818233, + 43.847932217060134, + ], + [ + -93.76813411436126, + 44.19584342042505, + ], + [ + -93.52514109122797, + 44.19595085016208, + ], + [ + -93.40705437836112, + 44.19638056911018, + ], + ], + ], + "type": "Polygon", + }, + "id": "27161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46017 { + "geometry": { + "coordinates": [ + [ + [ + -98.9259033055361, + 44.196541713715725, + ], + [ + -98.9273390102518, + 43.93511144865829, + ], + [ + -99.35589686789012, + 43.934252010762066, + ], + [ + -99.35374331081657, + 43.99527210139392, + ], + [ + -99.56263834695183, + 44.101466396446014, + ], + [ + -99.57627754175104, + 44.19240566884015, + ], + [ + -99.30026331015651, + 44.19482283792328, + ], + [ + -98.9259033055361, + 44.196541713715725, + ], + ], + ], + "type": "Polygon", + }, + "id": "46017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46111 { + "geometry": { + "coordinates": [ + [ + [ + -97.85379080908243, + 44.19530627173991, + ], + [ + -97.8494836949353, + 44.195252556871395, + ], + [ + -97.85127832582994, + 43.84986595232663, + ], + [ + -97.96721148162322, + 43.85067167535434, + ], + [ + -98.32541980819194, + 43.85104767943394, + ], + [ + -98.33152155323369, + 43.93763604747844, + ], + [ + -98.33188047941262, + 44.19659542858424, + ], + [ + -97.85379080908243, + 44.19530627173991, + ], + ], + ], + "type": "Polygon", + }, + "id": "46111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27109 { + "geometry": { + "coordinates": [ + [ + [ + -92.55101544162125, + 44.19493026766031, + ], + [ + -92.3195080562136, + 44.19439311897517, + ], + [ + -92.31914913003469, + 44.107375031982556, + ], + [ + -92.07938644251173, + 44.10699902790296, + ], + [ + -92.07938644251173, + 43.84707277916391, + ], + [ + -92.4490804068061, + 43.83407378098353, + ], + [ + -92.68991987286583, + 43.848469365745274, + ], + [ + -92.6787931613191, + 44.195521131213965, + ], + [ + -92.55101544162125, + 44.19493026766031, + ], + ], + ], + "type": "Polygon", + }, + "id": "27109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27033 { + "geometry": { + "coordinates": [ + [ + [ + -95.10908231883093, + 44.19503769739734, + ], + [ + -95.10010916435776, + 44.10807332527324, + ], + [ + -94.85998755065589, + 44.1079121806677, + ], + [ + -94.85926969829804, + 43.847932217060134, + ], + [ + -95.45257467206366, + 43.847932217060134, + ], + [ + -95.46226567889468, + 43.84787850219162, + ], + [ + -95.46226567889468, + 44.196058279899106, + ], + [ + -95.10908231883093, + 44.19503769739734, + ], + ], + ], + "type": "Polygon", + }, + "id": "27033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46079 { + "geometry": { + "coordinates": [ + [ + [ + -97.1294777800086, + 44.19595085016208, + ], + [ + -96.88935616630673, + 44.19557484608248, + ], + [ + -96.88863831394887, + 43.848361936008246, + ], + [ + -97.12911885382968, + 43.84798593192865, + ], + [ + -97.36959939371047, + 43.848630510350816, + ], + [ + -97.3699583198894, + 44.1948765527918, + ], + [ + -97.1294777800086, + 44.19595085016208, + ], + ], + ], + "type": "Polygon", + }, + "id": "46079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46097 { + "geometry": { + "coordinates": [ + [ + [ + -97.3699583198894, + 44.1948765527918, + ], + [ + -97.36959939371047, + 43.848630510350816, + ], + [ + -97.60864422887558, + 43.84906022929893, + ], + [ + -97.85127832582994, + 43.84986595232663, + ], + [ + -97.8494836949353, + 44.195252556871395, + ], + [ + -97.3699583198894, + 44.1948765527918, + ], + ], + ], + "type": "Polygon", + }, + "id": "46097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27169 { + "geometry": { + "coordinates": [ + [ + [ + -91.85828791629297, + 44.192996532393806, + ], + [ + -91.5589434830682, + 44.025298712893225, + ], + [ + -91.4250640183286, + 43.98431426821708, + ], + [ + -91.28436495618938, + 43.84707277916391, + ], + [ + -91.7305101965951, + 43.84691163455837, + ], + [ + -92.07938644251173, + 43.84707277916391, + ], + [ + -92.07938644251173, + 44.10699902790296, + ], + [ + -92.07938644251173, + 44.19305024726232, + ], + [ + -91.85828791629297, + 44.192996532393806, + ], + ], + ], + "type": "Polygon", + }, + "id": "27169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 56045 { + "geometry": { + "coordinates": [ + [ + [ + -104.05459947621787, + 44.180373538293026, + ], + [ + -104.05459947621787, + 44.141054254540805, + ], + [ + -104.05531732857573, + 43.85341113364855, + ], + [ + -104.05459947621787, + 43.50319019093754, + ], + [ + -104.89987062758995, + 43.49964500961562, + ], + [ + -105.07969264323216, + 43.49846328250831, + ], + [ + -105.07933371705325, + 44.17613006368042, + ], + [ + -104.05459947621787, + 44.180373538293026, + ], + ], + ], + "type": "Polygon", + }, + "id": "56045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26105 { + "geometry": { + "coordinates": [ + [ + [ + -86.04188918678787, + 44.16710596577008, + ], + [ + -86.03794099881968, + 43.81554215134621, + ], + [ + -86.43096516474428, + 43.81940962187922, + ], + [ + -86.51244140736061, + 44.03990915712902, + ], + [ + -86.38789402327309, + 44.17865466250058, + ], + [ + -86.04188918678787, + 44.16710596577008, + ], + ], + ], + "type": "Polygon", + }, + "id": "26105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 23005 { + "geometry": { + "coordinates": [ + [ + [ + -70.4799268470685, + 44.03201307145747, + ], + [ + -70.3636347650963, + 43.98646286295763, + ], + [ + -70.31553865712013, + 44.037653132651435, + ], + [ + -70.11597570163696, + 43.9066962832144, + ], + [ + -70.03378160666277, + 43.975773604123354, + ], + [ + -69.92107878647982, + 43.92044728955398, + ], + [ + -69.86544522874621, + 43.948808740129344, + ], + [ + -69.8801612020822, + 43.89450300806173, + ], + [ + -69.89523610159712, + 43.788738431957746, + ], + [ + -69.94692147136254, + 43.865980412880816, + ], + [ + -70.14612550066678, + 43.799642550266086, + ], + [ + -70.25631583759724, + 43.674970340445185, + ], + [ + -70.19745194425329, + 43.56490857486008, + ], + [ + -70.35358483208634, + 43.53563397151997, + ], + [ + -70.492130337152, + 43.60675245743245, + ], + [ + -70.54991745195919, + 43.71579364051579, + ], + [ + -70.65974886271071, + 43.7062323939203, + ], + [ + -70.65867208417393, + 43.79244475788521, + ], + [ + -70.78321946826145, + 43.813823275553766, + ], + [ + -70.71538242044433, + 43.96175402344121, + ], + [ + -70.85644040876248, + 44.057849923212686, + ], + [ + -70.62421517099698, + 44.1710271511716, + ], + [ + -70.61272953327133, + 44.06295283572151, + ], + [ + -70.4799268470685, + 44.03201307145747, + ], + ], + ], + "type": "Polygon", + }, + "id": "23005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46075 { + "geometry": { + "coordinates": [ + [ + [ + -100.3673508401052, + 44.16866369695698, + ], + [ + -100.36663298774735, + 43.84696534942688, + ], + [ + -100.33899567197001, + 43.71702908249161, + ], + [ + -100.58665473542933, + 43.76870278600204, + ], + [ + -100.68033446812917, + 43.71144273616616, + ], + [ + -100.7804748720497, + 43.723958300529915, + ], + [ + -100.92942923630422, + 43.82993773610795, + ], + [ + -101.06438547958061, + 43.84105671389034, + ], + [ + -101.06438547958061, + 43.841002999021825, + ], + [ + -101.06438547958061, + 43.84105671389034, + ], + [ + -101.06402655340167, + 43.994896097314324, + ], + [ + -101.0467980968132, + 44.1683414077459, + ], + [ + -100.3673508401052, + 44.16866369695698, + ], + ], + ], + "type": "Polygon", + }, + "id": "46075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 56043 { + "geometry": { + "coordinates": [ + [ + [ + -107.1467485076703, + 44.1656556643202, + ], + [ + -107.12844327254504, + 44.16570937918871, + ], + [ + -107.11085588977764, + 43.50028958803779, + ], + [ + -107.53474770708992, + 43.50136388540807, + ], + [ + -107.59504730514958, + 43.50136388540807, + ], + [ + -107.59504730514958, + 43.646394030395754, + ], + [ + -107.71636435362676, + 43.645749451973586, + ], + [ + -107.71600542744784, + 43.733358402519855, + ], + [ + -107.95684489350757, + 43.73341211738837, + ], + [ + -107.95684489350757, + 43.81865761372002, + ], + [ + -108.30966932739238, + 43.84658934534728, + ], + [ + -108.30966932739238, + 43.90320481676099, + ], + [ + -108.42883281879601, + 43.90331224649802, + ], + [ + -108.42703818790137, + 43.99204920928308, + ], + [ + -108.55086771963104, + 44.07938958548678, + ], + [ + -108.55050879345211, + 44.16844883748293, + ], + [ + -107.1467485076703, + 44.1656556643202, + ], + ], + ], + "type": "Polygon", + }, + "id": "56043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 23023 { + "geometry": { + "coordinates": [ + [ + [ + [ + -69.8801612020822, + 43.89450300806173, + ], + [ + -69.86544522874621, + 43.948808740129344, + ], + [ + -69.83098831556926, + 43.97163755924778, + ], + [ + -69.77858509344598, + 43.74474595464481, + ], + [ + -69.85431851719949, + 43.7042986586538, + ], + [ + -69.8801612020822, + 43.89450300806173, + ], + ], + ], + [ + [ + [ + -69.80550455686547, + 44.02470784933957, + ], + [ + -69.70033918643999, + 44.006713368387395, + ], + [ + -69.72295153571235, + 43.940697794983734, + ], + [ + -69.77463690547779, + 43.89434186345619, + ], + [ + -69.70787663619744, + 43.825371972284266, + ], + [ + -69.75669059653146, + 43.75328661873853, + ], + [ + -69.82811690613785, + 43.98130623558029, + ], + [ + -69.80550455686547, + 44.02470784933957, + ], + ], + ], + [ + [ + [ + -69.75848522742609, + 44.139335378748356, + ], + [ + -69.82560442288536, + 44.003920195224666, + ], + [ + -69.92107878647982, + 43.92044728955398, + ], + [ + -70.03378160666277, + 43.975773604123354, + ], + [ + -70.00542643852758, + 44.12456378990702, + ], + [ + -69.89774858484961, + 44.10769732119364, + ], + [ + -69.85503636955734, + 44.16785797392927, + ], + [ + -69.75848522742609, + 44.139335378748356, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "23023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26085 { + "geometry": { + "coordinates": [ + [ + [ + -86.04188918678787, + 44.16710596577008, + ], + [ + -85.82114958674804, + 44.164151648001805, + ], + [ + -85.56451736881553, + 44.16484994129249, + ], + [ + -85.56236381174197, + 43.81559586621472, + ], + [ + -86.03794099881968, + 43.81554215134621, + ], + [ + -86.04188918678787, + 44.16710596577008, + ], + ], + ], + "type": "Polygon", + }, + "id": "26085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26133 { + "geometry": { + "coordinates": [ + [ + [ + -85.33480461430253, + 44.165064800766544, + ], + [ + -85.08714555084319, + 44.164151648001805, + ], + [ + -85.08894018173783, + 43.813662130948224, + ], + [ + -85.56236381174197, + 43.81559586621472, + ], + [ + -85.56451736881553, + 44.16484994129249, + ], + [ + -85.33480461430253, + 44.165064800766544, + ], + ], + ], + "type": "Polygon", + }, + "id": "26133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26035 { + "geometry": { + "coordinates": [ + [ + [ + -84.85168997746736, + 44.16135847483908, + ], + [ + -84.60797910197621, + 44.16049903694286, + ], + [ + -84.60618447108159, + 43.81516614726661, + ], + [ + -85.08894018173783, + 43.813662130948224, + ], + [ + -85.08714555084319, + 44.164151648001805, + ], + [ + -84.85168997746736, + 44.16135847483908, + ], + ], + ], + "type": "Polygon", + }, + "id": "26035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26051 { + "geometry": { + "coordinates": [ + [ + [ + -84.16614097571761, + 44.161788193787196, + ], + [ + -84.16649990189653, + 43.99688354744934, + ], + [ + -84.1672177542544, + 43.825909120969406, + ], + [ + -84.60618447108159, + 43.81516614726661, + ], + [ + -84.60797910197621, + 44.16049903694286, + ], + [ + -84.36785748827434, + 44.16055275181137, + ], + [ + -84.16614097571761, + 44.161788193787196, + ], + ], + ], + "type": "Polygon", + }, + "id": "26051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55081 { + "geometry": { + "coordinates": [ + [ + [ + -90.31239286365623, + 44.155288694697006, + ], + [ + -90.3120339374773, + 43.73126352264781, + ], + [ + -90.9103638777479, + 43.725301172242766, + ], + [ + -90.9132352871793, + 44.071386070078205, + ], + [ + -90.97317595906004, + 44.07074149165604, + ], + [ + -90.90605676360077, + 44.15829672733379, + ], + [ + -90.31239286365623, + 44.155288694697006, + ], + ], + ], + "type": "Polygon", + }, + "id": "55081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16075 { + "geometry": { + "coordinates": [ + [ + [ + -116.45298647487844, + 44.151260079558455, + ], + [ + -116.45334540105738, + 44.06515514533058, + ], + [ + -116.53230916042122, + 44.06585343862126, + ], + [ + -116.57322674481884, + 43.98023193821001, + ], + [ + -116.71356688077914, + 43.98114509097475, + ], + [ + -116.71356688077914, + 43.807055202121006, + ], + [ + -116.85426594291835, + 43.79244475788521, + ], + [ + -116.98383829351084, + 43.87983884895742, + ], + [ + -116.93538325935576, + 43.9874834454594, + ], + [ + -116.97522406521661, + 44.08760796036942, + ], + [ + -116.8980549367474, + 44.15238809179725, + ], + [ + -116.45298647487844, + 44.151260079558455, + ], + ], + ], + "type": "Polygon", + }, + "id": "16075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36041 { + "geometry": { + "coordinates": [ + [ + [ + -74.05698514625071, + 43.74447738030224, + ], + [ + -74.21455373879948, + 43.72863149409062, + ], + [ + -74.15999695960264, + 43.37148133334131, + ], + [ + -74.14025601976168, + 43.25395320103277, + ], + [ + -74.53471589040198, + 43.228116349277556, + ], + [ + -74.71274327514956, + 43.28612840727263, + ], + [ + -74.86779938444585, + 43.33984327578659, + ], + [ + -74.77555535646171, + 43.48664601143524, + ], + [ + -74.85416018964663, + 44.07009691323387, + ], + [ + -74.5350748165809, + 44.099264086836946, + ], + [ + -74.28203186043767, + 44.12053517476848, + ], + [ + -74.25618917555497, + 43.96997239832385, + ], + [ + -74.33694756581345, + 43.92522791285172, + ], + [ + -74.21383588644163, + 43.81081524291699, + ], + [ + -74.04693521324077, + 43.796043654075646, + ], + [ + -74.05698514625071, + 43.74447738030224, + ], + ], + ], + "type": "Polygon", + }, + "id": "36041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27165 { + "geometry": { + "coordinates": [ + [ + [ + -94.36897653788434, + 44.10861047395838, + ], + [ + -94.36897653788434, + 43.84771735758608, + ], + [ + -94.85424473179306, + 43.84798593192865, + ], + [ + -94.85926969829804, + 43.847932217060134, + ], + [ + -94.85998755065589, + 44.1079121806677, + ], + [ + -94.36897653788434, + 44.10861047395838, + ], + ], + ], + "type": "Polygon", + }, + "id": "27165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16039 { + "geometry": { + "coordinates": [ + [ + [ + -114.9921569266473, + 43.949614463157054, + ], + [ + -114.9720570606274, + 43.93801205155804, + ], + [ + -114.99036229575266, + 43.85851404615738, + ], + [ + -115.04312444405487, + 43.74533681819847, + ], + [ + -115.03343343722385, + 43.62206119495893, + ], + [ + -115.0840420284525, + 43.60250898281985, + ], + [ + -115.08727236406284, + 43.19825088238379, + ], + [ + -115.08799021642069, + 42.914636376630085, + ], + [ + -115.03451021576063, + 42.9120043480729, + ], + [ + -115.03845840372882, + 42.76837078966658, + ], + [ + -115.45517169746257, + 42.768209645061035, + ], + [ + -115.44260928120015, + 42.93080455205279, + ], + [ + -115.79363908419033, + 42.95143106156215, + ], + [ + -115.9364917034031, + 43.00176189335973, + ], + [ + -115.96664150243294, + 42.943588690759114, + ], + [ + -116.20137922345091, + 43.0486012587039, + ], + [ + -116.26706271419448, + 43.11241452249848, + ], + [ + -115.9795628448743, + 43.11332767526322, + ], + [ + -115.97669143544289, + 43.59122886043192, + ], + [ + -115.83204418533548, + 43.60503358164, + ], + [ + -115.64612042465151, + 43.70037747325229, + ], + [ + -115.49537142950236, + 43.89128011595089, + ], + [ + -115.30765303792376, + 43.929310242858776, + ], + [ + -115.17341464700522, + 44.08465364260115, + ], + [ + -115.13859880764934, + 43.98447541282262, + ], + [ + -114.9921569266473, + 43.949614463157054, + ], + ], + ], + "type": "Polygon", + }, + "id": "16039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36043 { + "geometry": { + "coordinates": [ + [ + [ + -74.85416018964663, + 44.07009691323387, + ], + [ + -74.77555535646171, + 43.48664601143524, + ], + [ + -74.86779938444585, + 43.33984327578659, + ], + [ + -74.71274327514956, + 43.28612840727263, + ], + [ + -74.69551481856108, + 43.174025476683994, + ], + [ + -74.75976260458894, + 43.047365816728075, + ], + [ + -74.76335186637822, + 42.86317753259371, + ], + [ + -74.87892609599257, + 42.89819962686481, + ], + [ + -74.90728126412776, + 42.825147405685826, + ], + [ + -75.1011014007481, + 42.90835173701395, + ], + [ + -75.21200959003643, + 42.879990286438584, + ], + [ + -75.21918811361496, + 43.05246872923691, + ], + [ + -75.06915697082364, + 43.227310626249846, + ], + [ + -75.16247777734456, + 43.261258423150664, + ], + [ + -75.0766944205811, + 43.330711748139215, + ], + [ + -75.11007455522127, + 43.61523940665766, + ], + [ + -75.17001522710201, + 44.09695434749085, + ], + [ + -75.06269629960298, + 44.050383556489244, + ], + [ + -74.85416018964663, + 44.07009691323387, + ], + ], + ], + "type": "Polygon", + }, + "id": "36043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55063 { + "geometry": { + "coordinates": [ + [ + [ + -91.15192119616547, + 44.07965815982935, + ], + [ + -90.97317595906004, + 44.07074149165604, + ], + [ + -90.9132352871793, + 44.071386070078205, + ], + [ + -90.9103638777479, + 43.725301172242766, + ], + [ + -91.25672764041204, + 43.72836291974806, + ], + [ + -91.28436495618938, + 43.84707277916391, + ], + [ + -91.4250640183286, + 43.98431426821708, + ], + [ + -91.32205220497667, + 43.98447541282262, + ], + [ + -91.30733623164068, + 44.064832856119494, + ], + [ + -91.19499233763666, + 44.08631880352508, + ], + [ + -91.15192119616547, + 44.07965815982935, + ], + ], + ], + "type": "Polygon", + }, + "id": "55063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 56017 { + "geometry": { + "coordinates": [ + [ + [ + -108.55086771963104, + 44.07938958548678, + ], + [ + -108.42703818790137, + 43.99204920928308, + ], + [ + -108.42883281879601, + 43.90331224649802, + ], + [ + -108.30966932739238, + 43.90320481676099, + ], + [ + -108.30966932739238, + 43.84658934534728, + ], + [ + -107.95684489350757, + 43.81865761372002, + ], + [ + -107.95684489350757, + 43.73341211738837, + ], + [ + -107.71600542744784, + 43.733358402519855, + ], + [ + -107.71636435362676, + 43.645749451973586, + ], + [ + -107.59504730514958, + 43.646394030395754, + ], + [ + -107.59504730514958, + 43.50136388540807, + ], + [ + -107.59504730514958, + 43.4722504266735, + ], + [ + -108.33838342170651, + 43.459734862309745, + ], + [ + -108.45682906075228, + 43.503136476069024, + ], + [ + -108.69515604355952, + 43.532196219935074, + ], + [ + -108.81431953496315, + 43.60519472624554, + ], + [ + -109.17181000917401, + 43.619697740744314, + ], + [ + -109.17181000917401, + 43.69919574614498, + ], + [ + -109.31286799749215, + 43.8131786971316, + ], + [ + -109.09212839745231, + 43.81613301489986, + ], + [ + -109.09284624981017, + 43.90444025873681, + ], + [ + -108.91266530798903, + 43.90470883307938, + ], + [ + -108.91589564359937, + 43.99081376730726, + ], + [ + -108.79242503804862, + 43.9909749119128, + ], + [ + -108.79242503804862, + 44.079604444960836, + ], + [ + -108.55086771963104, + 44.07938958548678, + ], + ], + ], + "type": "Polygon", + }, + "id": "56017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16051 { + "geometry": { + "coordinates": [ + [ + [ + -112.15664011312738, + 44.057581348870116, + ], + [ + -112.15699903930631, + 43.971261555168184, + ], + [ + -111.97789487602195, + 43.97083183622007, + ], + [ + -111.97753594984302, + 43.92726907785524, + ], + [ + -111.9839966210637, + 43.753770052555154, + ], + [ + -111.92836306333008, + 43.76607075744485, + ], + [ + -111.62722399921068, + 43.62668067365113, + ], + [ + -112.52059125855892, + 43.626465814177074, + ], + [ + -112.69825971712758, + 43.622920632855156, + ], + [ + -112.6957472338751, + 43.97185241872184, + ], + [ + -112.69538830769616, + 44.05833335702931, + ], + [ + -112.15664011312738, + 44.057581348870116, + ], + ], + ], + "type": "Polygon", + }, + "id": "16051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41025 { + "geometry": { + "coordinates": [ + [ + [ + -118.22751750349141, + 44.03990915712902, + ], + [ + -118.22895320820712, + 42.91458266176157, + ], + [ + -118.21674971812362, + 42.91452894689306, + ], + [ + -118.21459616105005, + 42.27602030486762, + ], + [ + -118.19700877828265, + 41.9969715629376, + ], + [ + -119.3240369801121, + 41.993802385695275, + ], + [ + -119.3606474503626, + 41.99423210464339, + ], + [ + -119.36531349068865, + 42.74903343700155, + ], + [ + -119.94174893404472, + 42.741137351329996, + ], + [ + -119.93959537697117, + 43.175368348396844, + ], + [ + -119.89795994021569, + 43.17655007550415, + ], + [ + -119.89867779257354, + 43.60836390348787, + ], + [ + -119.89867779257354, + 43.698336308248756, + ], + [ + -119.77736074409636, + 43.698067733906186, + ], + [ + -119.77556611320172, + 43.959068280015515, + ], + [ + -119.65747940033488, + 43.959068280015515, + ], + [ + -118.81651536310991, + 43.95998143278025, + ], + [ + -118.81507965839421, + 44.04769781306354, + ], + [ + -118.22751750349141, + 44.03990915712902, + ], + ], + ], + "type": "Polygon", + }, + "id": "41025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 56013 { + "geometry": { + "coordinates": [ + [ + [ + -109.31286799749215, + 43.8131786971316, + ], + [ + -109.17181000917401, + 43.69919574614498, + ], + [ + -109.17181000917401, + 43.619697740744314, + ], + [ + -108.81431953496315, + 43.60519472624554, + ], + [ + -108.69515604355952, + 43.532196219935074, + ], + [ + -108.45682906075228, + 43.503136476069024, + ], + [ + -108.33838342170651, + 43.459734862309745, + ], + [ + -107.59504730514958, + 43.4722504266735, + ], + [ + -107.59504730514958, + 43.50136388540807, + ], + [ + -107.53474770708992, + 43.50136388540807, + ], + [ + -107.51716032432252, + 43.472626430753095, + ], + [ + -107.50136757244975, + 42.78147721758398, + ], + [ + -107.54336193538416, + 42.78147721758398, + ], + [ + -107.54192623066845, + 42.43437173724678, + ], + [ + -107.52290314318535, + 42.43437173724678, + ], + [ + -107.52254421700641, + 42.26173214984291, + ], + [ + -109.04367336329723, + 42.26366588510941, + ], + [ + -109.07274638379027, + 42.69349226295812, + ], + [ + -109.14740302900701, + 42.7280846382811, + ], + [ + -109.3702961861204, + 42.945576140894126, + ], + [ + -109.5526306850151, + 43.012451152194004, + ], + [ + -109.69189404243862, + 43.2656093275003, + ], + [ + -109.75470612375076, + 43.46317261389464, + ], + [ + -110.05153807372304, + 43.46478405995006, + ], + [ + -110.05333270461767, + 44.00800252523173, + ], + [ + -109.99410988509479, + 43.94956074828854, + ], + [ + -109.85843578946054, + 43.957456833960094, + ], + [ + -109.78736840603308, + 43.801200281452985, + ], + [ + -109.66533350519805, + 43.8462670561362, + ], + [ + -109.64200330356782, + 43.92275702890008, + ], + [ + -109.54222182582623, + 43.9613243044931, + ], + [ + -109.44244034808465, + 43.93043825509757, + ], + [ + -109.31286799749215, + 43.8131786971316, + ], + ], + ], + "type": "Polygon", + }, + "id": "56013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26017 { + "geometry": { + "coordinates": [ + [ + [ + -83.9080730530694, + 43.91045632401038, + ], + [ + -83.91273909339544, + 43.67604463781546, + ], + [ + -83.69953694311306, + 43.58967112924501, + ], + [ + -83.69881909075521, + 43.47896478523774, + ], + [ + -83.81726472980098, + 43.52231268412851, + ], + [ + -84.05092567228218, + 43.524407564000555, + ], + [ + -84.16829453279117, + 43.56882976026159, + ], + [ + -84.1672177542544, + 43.825909120969406, + ], + [ + -84.16649990189653, + 43.99688354744934, + ], + [ + -84.04554177959828, + 43.99699097718637, + ], + [ + -84.04482392724043, + 43.91196034032877, + ], + [ + -83.9080730530694, + 43.91045632401038, + ], + ], + ], + "type": "Polygon", + }, + "id": "26017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46071 { + "geometry": { + "coordinates": [ + [ + [ + -101.06402655340167, + 43.994896097314324, + ], + [ + -101.06438547958061, + 43.84105671389034, + ], + [ + -101.06438547958061, + 43.841002999021825, + ], + [ + -101.22877366952898, + 43.79556022025902, + ], + [ + -101.22805581717112, + 43.389153525082406, + ], + [ + -102.11065529115156, + 43.3899055332416, + ], + [ + -102.13901045928677, + 43.47665504589165, + ], + [ + -102.13901045928677, + 43.700807192200394, + ], + [ + -102.01912911552529, + 43.70859584813492, + ], + [ + -102.00728455162071, + 43.994520093234726, + ], + [ + -101.06402655340167, + 43.994896097314324, + ], + ], + ], + "type": "Polygon", + }, + "id": "46071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16013 { + "geometry": { + "coordinates": [ + [ + [ + -113.79872738171645, + 43.56866861565605, + ], + [ + -113.70145838722735, + 43.584675646473215, + ], + [ + -113.61065006395893, + 43.49024490762567, + ], + [ + -113.63613382266271, + 43.36745271820276, + ], + [ + -113.36263207432066, + 43.36713042899168, + ], + [ + -113.36263207432066, + 43.28451696121721, + ], + [ + -113.00801300954122, + 43.284624390954235, + ], + [ + -113.00837193572013, + 43.110856791311576, + ], + [ + -113.2441864352749, + 43.110964221048604, + ], + [ + -113.23772576405422, + 42.762193579787464, + ], + [ + -113.17993864924703, + 42.675390352268906, + ], + [ + -113.23772576405422, + 42.62516695020836, + ], + [ + -113.37088737643597, + 42.6861333259717, + ], + [ + -113.47318133743005, + 42.66915942752129, + ], + [ + -113.47282241125112, + 42.84905052217454, + ], + [ + -113.41395851790716, + 42.84910423704305, + ], + [ + -113.41467637026501, + 43.19970118383367, + ], + [ + -113.71545650820548, + 43.199916043307724, + ], + [ + -114.37588067743037, + 43.19948632435961, + ], + [ + -114.39562161727133, + 43.323406526021316, + ], + [ + -114.5356028270527, + 43.33457921867222, + ], + [ + -114.50868336363321, + 43.48062994616167, + ], + [ + -114.68312148659152, + 43.59031570766718, + ], + [ + -114.69353034578039, + 43.78358180458041, + ], + [ + -114.85684175719199, + 43.7962585135497, + ], + [ + -114.99036229575266, + 43.85851404615738, + ], + [ + -114.9720570606274, + 43.93801205155804, + ], + [ + -114.81448846807865, + 43.99285493231079, + ], + [ + -114.81484739425757, + 43.92764508193484, + ], + [ + -114.68204470805475, + 43.92759136706633, + ], + [ + -114.52914215583202, + 43.8458910520566, + ], + [ + -114.51514403485389, + 43.89536244595796, + ], + [ + -114.27932953529913, + 43.87806625829646, + ], + [ + -114.27609919968879, + 43.83085088887269, + ], + [ + -114.07402376095312, + 43.73856874476571, + ], + [ + -114.03346510273443, + 43.778747466414146, + ], + [ + -113.79872738171645, + 43.56866861565605, + ], + ], + ], + "type": "Polygon", + }, + "id": "16013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16081 { + "geometry": { + "coordinates": [ + [ + [ + -111.04719929406535, + 43.98345483032085, + ], + [ + -111.04540466317071, + 43.50114902593401, + ], + [ + -111.19974292010914, + 43.53950144205297, + ], + [ + -111.24496761865389, + 43.621577761142305, + ], + [ + -111.40074158030802, + 43.62190005035339, + ], + [ + -111.39966480177124, + 43.922971888374136, + ], + [ + -111.18682157766779, + 43.932371990364075, + ], + [ + -111.04719929406535, + 43.98345483032085, + ], + ], + ], + "type": "Polygon", + }, + "id": "16081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55047 { + "geometry": { + "coordinates": [ + [ + [ + -88.88637915478095, + 43.983239970846796, + ], + [ + -88.8856613024231, + 43.895201301352415, + ], + [ + -88.88637915478095, + 43.63355617682092, + ], + [ + -89.00697835090028, + 43.63301902813578, + ], + [ + -89.24530533370752, + 43.64300999367937, + ], + [ + -89.16813620523831, + 43.982810251898684, + ], + [ + -88.88637915478095, + 43.983239970846796, + ], + ], + ], + "type": "Polygon", + }, + "id": "55047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55077 { + "geometry": { + "coordinates": [ + [ + [ + -89.16813620523831, + 43.982810251898684, + ], + [ + -89.24530533370752, + 43.64300999367937, + ], + [ + -89.59956547230806, + 43.642526559862745, + ], + [ + -89.59812976759234, + 43.98221938834503, + ], + [ + -89.16813620523831, + 43.982810251898684, + ], + ], + ], + "type": "Polygon", + }, + "id": "55077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 50027 { + "geometry": { + "coordinates": [ + [ + [ + -72.20528498916853, + 43.7712273848222, + ], + [ + -72.30327183601548, + 43.69586542429711, + ], + [ + -72.32947344707712, + 43.60014552860524, + ], + [ + -72.37936418594792, + 43.57162293342432, + ], + [ + -72.4332031127869, + 43.23327297665489, + ], + [ + -72.68265680714087, + 43.222637432689126, + ], + [ + -72.81904875513297, + 43.255564647088185, + ], + [ + -72.86750378928805, + 43.30079256637694, + ], + [ + -72.85314674213099, + 43.37110532926171, + ], + [ + -72.75946700943116, + 43.354185145679814, + ], + [ + -72.72680472714885, + 43.46870524535157, + ], + [ + -72.79069358699778, + 43.495025530923414, + ], + [ + -72.7006031160872, + 43.68286642611673, + ], + [ + -72.81976660749082, + 43.71681422301755, + ], + [ + -72.78243828488246, + 43.80431574382679, + ], + [ + -72.87396446050873, + 43.8581917569463, + ], + [ + -72.95831211255648, + 43.82660741426009, + ], + [ + -72.97984768329208, + 43.88263202212015, + ], + [ + -72.7910525131767, + 43.96191516804675, + ], + [ + -72.78279721106139, + 43.92898795364769, + ], + [ + -72.20528498916853, + 43.7712273848222, + ], + ], + ], + "type": "Polygon", + }, + "id": "50027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41019 { + "geometry": { + "coordinates": [ + [ + [ + -122.13227540403359, + 43.44039750964472, + ], + [ + -122.06515620857432, + 43.40730915064012, + ], + [ + -121.97398895912697, + 43.26158071236175, + ], + [ + -122.09243459817274, + 43.078627870203206, + ], + [ + -122.2823065468249, + 43.06756260728933, + ], + [ + -122.28338332536168, + 42.99477896045291, + ], + [ + -122.40218789058638, + 42.994940105058454, + ], + [ + -122.55903863077728, + 42.93789491469663, + ], + [ + -122.7955709826899, + 42.77938233771194, + ], + [ + -123.15270253072183, + 42.75397520490483, + ], + [ + -123.22951273301211, + 42.70826385179946, + ], + [ + -123.44702199744162, + 42.701656922972234, + ], + [ + -123.71513985309977, + 42.73968704988012, + ], + [ + -123.71621663163656, + 42.78378695693008, + ], + [ + -123.81204992140995, + 42.78937330325553, + ], + [ + -123.81994629734633, + 42.99477896045291, + ], + [ + -123.7018595844795, + 43.087222249165436, + ], + [ + -123.70365421537412, + 43.25825039051388, + ], + [ + -123.76467166579164, + 43.257014948538064, + ], + [ + -123.7643127396127, + 43.43228656449911, + ], + [ + -123.87557985507995, + 43.51592061477535, + ], + [ + -123.87557985507995, + 43.60825647375084, + ], + [ + -124.21835435595483, + 43.610297638754375, + ], + [ + -124.15841368407409, + 43.86350952892918, + ], + [ + -123.92547059395073, + 43.865550693932704, + ], + [ + -123.82784267328272, + 43.94504869933337, + ], + [ + -123.61930656332638, + 43.92012500034289, + ], + [ + -123.52921609241581, + 43.82940058742281, + ], + [ + -123.34759944587896, + 43.780090338126996, + ], + [ + -123.13798655738584, + 43.77960690431037, + ], + [ + -123.10927246307172, + 43.53751399191796, + ], + [ + -122.74209098202984, + 43.54449692482477, + ], + [ + -122.74065527731413, + 43.43712090266537, + ], + [ + -122.13227540403359, + 43.44039750964472, + ], + ], + ], + "type": "Polygon", + }, + "id": "41019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55039 { + "geometry": { + "coordinates": [ + [ + [ + -88.16242505188606, + 43.89138754568792, + ], + [ + -88.16098934717036, + 43.54288547876935, + ], + [ + -88.40039310851438, + 43.543476342323004, + ], + [ + -88.40111096087223, + 43.6308167185267, + ], + [ + -88.88637915478095, + 43.63355617682092, + ], + [ + -88.8856613024231, + 43.895201301352415, + ], + [ + -88.40326451794579, + 43.892945276874826, + ], + [ + -88.40434129648257, + 43.93817319616358, + ], + [ + -88.16170719952821, + 43.937689762346956, + ], + [ + -88.16242505188606, + 43.89138754568792, + ], + ], + ], + "type": "Polygon", + }, + "id": "55039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46003 { + "geometry": { + "coordinates": [ + [ + [ + -98.33152155323369, + 43.93763604747844, + ], + [ + -98.32541980819194, + 43.85104767943394, + ], + [ + -98.32039484168696, + 43.49862442711385, + ], + [ + -98.7058815578541, + 43.499322720404535, + ], + [ + -98.79453632404896, + 43.49916157579899, + ], + [ + -98.80781659266925, + 43.93521887839532, + ], + [ + -98.33152155323369, + 43.93763604747844, + ], + ], + ], + "type": "Polygon", + }, + "id": "46003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46015 { + "geometry": { + "coordinates": [ + [ + [ + -98.80781659266925, + 43.93521887839532, + ], + [ + -98.79453632404896, + 43.49916157579899, + ], + [ + -99.29846867926187, + 43.49975243935265, + ], + [ + -99.37527888155216, + 43.65681471488746, + ], + [ + -99.4610622383156, + 43.65719071896706, + ], + [ + -99.40542868058199, + 43.779929193521454, + ], + [ + -99.30600612901934, + 43.85905119484252, + ], + [ + -99.35589686789012, + 43.934252010762066, + ], + [ + -98.9273390102518, + 43.93511144865829, + ], + [ + -98.80781659266925, + 43.93521887839532, + ], + ], + ], + "type": "Polygon", + }, + "id": "46015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16065 { + "geometry": { + "coordinates": [ + [ + [ + -111.39966480177124, + 43.922971888374136, + ], + [ + -111.40074158030802, + 43.62190005035339, + ], + [ + -111.62722399921068, + 43.62668067365113, + ], + [ + -111.92836306333008, + 43.76607075744485, + ], + [ + -111.9839966210637, + 43.753770052555154, + ], + [ + -111.97753594984302, + 43.92726907785524, + ], + [ + -111.56046372993035, + 43.8832228856738, + ], + [ + -111.39966480177124, + 43.922971888374136, + ], + ], + ], + "type": "Polygon", + }, + "id": "16065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55117 { + "geometry": { + "coordinates": [ + [ + [ + -87.73279041571095, + 43.892139553847116, + ], + [ + -87.70264061668112, + 43.68823791296813, + ], + [ + -87.79273108759169, + 43.54299290850638, + ], + [ + -88.04074907722995, + 43.54234833008422, + ], + [ + -88.16098934717036, + 43.54288547876935, + ], + [ + -88.16242505188606, + 43.89138754568792, + ], + [ + -88.04182585576673, + 43.89165612003049, + ], + [ + -87.73279041571095, + 43.892139553847116, + ], + ], + ], + "type": "Polygon", + }, + "id": "55117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16027 { + "geometry": { + "coordinates": [ + [ + [ + -116.71356688077914, + 43.807055202121006, + ], + [ + -116.51364499911703, + 43.80710891698952, + ], + [ + -116.51400392529597, + 43.634039610637544, + ], + [ + -116.47559882415082, + 43.63398589576903, + ], + [ + -116.47452204561404, + 43.45968114744123, + ], + [ + -116.51436285147489, + 43.459197713624604, + ], + [ + -116.51256822058025, + 43.29015702241118, + ], + [ + -116.78212178095411, + 43.47708476483976, + ], + [ + -116.8427803051927, + 43.5931088808299, + ], + [ + -117.0265505088031, + 43.68018068269103, + ], + [ + -117.02619158262418, + 43.840734424679255, + ], + [ + -116.98383829351084, + 43.87983884895742, + ], + [ + -116.85426594291835, + 43.79244475788521, + ], + [ + -116.71356688077914, + 43.807055202121006, + ], + ], + ], + "type": "Polygon", + }, + "id": "16027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46095 { + "geometry": { + "coordinates": [ + [ + [ + -100.33899567197001, + 43.71702908249161, + ], + [ + -100.23167674447096, + 43.713859905249286, + ], + [ + -100.21408936170356, + 43.390335252189715, + ], + [ + -101.22805581717112, + 43.389153525082406, + ], + [ + -101.22877366952898, + 43.79556022025902, + ], + [ + -101.06438547958061, + 43.841002999021825, + ], + [ + -101.06438547958061, + 43.84105671389034, + ], + [ + -100.92942923630422, + 43.82993773610795, + ], + [ + -100.7804748720497, + 43.723958300529915, + ], + [ + -100.68033446812917, + 43.71144273616616, + ], + [ + -100.58665473542933, + 43.76870278600204, + ], + [ + -100.33899567197001, + 43.71702908249161, + ], + ], + ], + "type": "Polygon", + }, + "id": "46095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16025 { + "geometry": { + "coordinates": [ + [ + [ + -114.37588067743037, + 43.19948632435961, + ], + [ + -114.59554349893344, + 43.19814345264676, + ], + [ + -115.08727236406284, + 43.19825088238379, + ], + [ + -115.0840420284525, + 43.60250898281985, + ], + [ + -115.03343343722385, + 43.62206119495893, + ], + [ + -115.04312444405487, + 43.74533681819847, + ], + [ + -114.99036229575266, + 43.85851404615738, + ], + [ + -114.85684175719199, + 43.7962585135497, + ], + [ + -114.69353034578039, + 43.78358180458041, + ], + [ + -114.68312148659152, + 43.59031570766718, + ], + [ + -114.50868336363321, + 43.48062994616167, + ], + [ + -114.5356028270527, + 43.33457921867222, + ], + [ + -114.39562161727133, + 43.323406526021316, + ], + [ + -114.37588067743037, + 43.19948632435961, + ], + ], + ], + "type": "Polygon", + }, + "id": "16025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 50021 { + "geometry": { + "coordinates": [ + [ + [ + -72.86750378928805, + 43.30079256637694, + ], + [ + -73.2544262101709, + 43.31475843219057, + ], + [ + -73.24832446512914, + 43.552554155101866, + ], + [ + -73.30252231814706, + 43.625713806017885, + ], + [ + -73.42635184987672, + 43.64343971262748, + ], + [ + -73.36210406384888, + 43.75296432952745, + ], + [ + -73.20597117601581, + 43.76676905073553, + ], + [ + -73.21853359227825, + 43.83718924335734, + ], + [ + -72.95831211255648, + 43.82660741426009, + ], + [ + -72.87396446050873, + 43.8581917569463, + ], + [ + -72.78243828488246, + 43.80431574382679, + ], + [ + -72.81976660749082, + 43.71681422301755, + ], + [ + -72.7006031160872, + 43.68286642611673, + ], + [ + -72.79069358699778, + 43.495025530923414, + ], + [ + -72.72680472714885, + 43.46870524535157, + ], + [ + -72.75946700943116, + 43.354185145679814, + ], + [ + -72.85314674213099, + 43.37110532926171, + ], + [ + -72.86750378928805, + 43.30079256637694, + ], + ], + ], + "type": "Polygon", + }, + "id": "50021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46033 { + "geometry": { + "coordinates": [ + [ + [ + -102.81020241387945, + 43.688130483231106, + ], + [ + -103.00115114106839, + 43.605355870851085, + ], + [ + -103.00079221488946, + 43.47681619049719, + ], + [ + -104.0549584023968, + 43.477783058130434, + ], + [ + -104.05459947621787, + 43.50319019093754, + ], + [ + -104.05531732857573, + 43.85341113364855, + ], + [ + -102.68709073450763, + 43.85545229865208, + ], + [ + -102.81020241387945, + 43.688130483231106, + ], + ], + ], + "type": "Polygon", + }, + "id": "46033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27133 { + "geometry": { + "coordinates": [ + [ + [ + -96.06454380713346, + 43.849167659035956, + ], + [ + -96.05234031704995, + 43.849006514430414, + ], + [ + -96.05341709558674, + 43.500128443432246, + ], + [ + -96.45290193273202, + 43.500397017774816, + ], + [ + -96.45326085891094, + 43.849651092852575, + ], + [ + -96.06454380713346, + 43.849167659035956, + ], + ], + ], + "type": "Polygon", + }, + "id": "27133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27105 { + "geometry": { + "coordinates": [ + [ + [ + -95.46226567889468, + 43.84787850219162, + ], + [ + -95.45257467206366, + 43.847932217060134, + ], + [ + -95.45472822913722, + 43.50055816238036, + ], + [ + -95.8610326636821, + 43.50002101369522, + ], + [ + -96.05341709558674, + 43.500128443432246, + ], + [ + -96.05234031704995, + 43.849006514430414, + ], + [ + -95.46226567889468, + 43.84787850219162, + ], + ], + ], + "type": "Polygon", + }, + "id": "27105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27047 { + "geometry": { + "coordinates": [ + [ + [ + -93.04956390415026, + 43.848469365745274, + ], + [ + -93.04848712561348, + 43.49969872448413, + ], + [ + -93.49714484927169, + 43.49948386501008, + ], + [ + -93.64897062295763, + 43.49964500961562, + ], + [ + -93.64825277059978, + 43.84814707653419, + ], + [ + -93.40705437836112, + 43.848093361665676, + ], + [ + -93.04956390415026, + 43.848469365745274, + ], + ], + ], + "type": "Polygon", + }, + "id": "27047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27099 { + "geometry": { + "coordinates": [ + [ + [ + -92.68991987286583, + 43.848469365745274, + ], + [ + -92.4490804068061, + 43.83407378098353, + ], + [ + -92.4490804068061, + 43.50045073264333, + ], + [ + -92.55316899869482, + 43.500235873169274, + ], + [ + -93.0244390716254, + 43.49969872448413, + ], + [ + -93.04848712561348, + 43.49969872448413, + ], + [ + -93.04956390415026, + 43.848469365745274, + ], + [ + -93.04561571618207, + 43.84841565087676, + ], + [ + -92.68991987286583, + 43.848469365745274, + ], + ], + ], + "type": "Polygon", + }, + "id": "27099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27055 { + "geometry": { + "coordinates": [ + [ + [ + -91.28436495618938, + 43.84707277916391, + ], + [ + -91.25672764041204, + 43.72836291974806, + ], + [ + -91.26929005667446, + 43.61658227837051, + ], + [ + -91.21760468690904, + 43.50055816238036, + ], + [ + -91.61098777901256, + 43.500665592117386, + ], + [ + -91.73086912277404, + 43.5007193069859, + ], + [ + -91.7305101965951, + 43.84691163455837, + ], + [ + -91.28436495618938, + 43.84707277916391, + ], + ], + ], + "type": "Polygon", + }, + "id": "27055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46035 { + "geometry": { + "coordinates": [ + [ + [ + -97.96721148162322, + 43.85067167535434, + ], + [ + -97.96505792454965, + 43.499054146061965, + ], + [ + -98.11473014116204, + 43.49830213790277, + ], + [ + -98.32039484168696, + 43.49862442711385, + ], + [ + -98.32541980819194, + 43.85104767943394, + ], + [ + -97.96721148162322, + 43.85067167535434, + ], + ], + ], + "type": "Polygon", + }, + "id": "46035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46061 { + "geometry": { + "coordinates": [ + [ + [ + -97.85127832582994, + 43.84986595232663, + ], + [ + -97.60864422887558, + 43.84906022929893, + ], + [ + -97.60684959798094, + 43.49980615422116, + ], + [ + -97.96505792454965, + 43.499054146061965, + ], + [ + -97.96721148162322, + 43.85067167535434, + ], + [ + -97.85127832582994, + 43.84986595232663, + ], + ], + ], + "type": "Polygon", + }, + "id": "46061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27045 { + "geometry": { + "coordinates": [ + [ + [ + -92.07938644251173, + 43.84707277916391, + ], + [ + -91.7305101965951, + 43.84691163455837, + ], + [ + -91.73086912277404, + 43.5007193069859, + ], + [ + -92.07974536869067, + 43.500665592117386, + ], + [ + -92.4490804068061, + 43.50045073264333, + ], + [ + -92.4490804068061, + 43.83407378098353, + ], + [ + -92.07938644251173, + 43.84707277916391, + ], + ], + ], + "type": "Polygon", + }, + "id": "27045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27063 { + "geometry": { + "coordinates": [ + [ + [ + -94.85926969829804, + 43.847932217060134, + ], + [ + -94.85424473179306, + 43.84798593192865, + ], + [ + -94.85568043650876, + 43.50088045159144, + ], + [ + -94.91454432985273, + 43.50045073264333, + ], + [ + -95.38796795985688, + 43.500235873169274, + ], + [ + -95.45472822913722, + 43.50055816238036, + ], + [ + -95.45257467206366, + 43.847932217060134, + ], + [ + -94.85926969829804, + 43.847932217060134, + ], + ], + ], + "type": "Polygon", + }, + "id": "27063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27043 { + "geometry": { + "coordinates": [ + [ + [ + -93.76777518818233, + 43.847932217060134, + ], + [ + -93.64825277059978, + 43.84814707653419, + ], + [ + -93.64897062295763, + 43.49964500961562, + ], + [ + -93.97092740545477, + 43.499591294747106, + ], + [ + -94.24801841558609, + 43.500128443432246, + ], + [ + -94.2469416370493, + 43.84777107245459, + ], + [ + -93.76777518818233, + 43.847932217060134, + ], + ], + ], + "type": "Polygon", + }, + "id": "27043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46099 { + "geometry": { + "coordinates": [ + [ + [ + -96.45290193273202, + 43.500397017774816, + ], + [ + -96.59898488755513, + 43.500397017774816, + ], + [ + -96.92488985802045, + 43.499967298826704, + ], + [ + -97.1294777800086, + 43.49969872448413, + ], + [ + -97.12911885382968, + 43.84798593192865, + ], + [ + -96.88863831394887, + 43.848361936008246, + ], + [ + -96.45326085891094, + 43.849651092852575, + ], + [ + -96.45290193273202, + 43.500397017774816, + ], + ], + ], + "type": "Polygon", + }, + "id": "46099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27091 { + "geometry": { + "coordinates": [ + [ + [ + -94.36897653788434, + 43.84771735758608, + ], + [ + -94.2469416370493, + 43.84777107245459, + ], + [ + -94.24801841558609, + 43.500128443432246, + ], + [ + -94.44327425692214, + 43.500397017774816, + ], + [ + -94.85568043650876, + 43.50088045159144, + ], + [ + -94.85424473179306, + 43.84798593192865, + ], + [ + -94.36897653788434, + 43.84771735758608, + ], + ], + ], + "type": "Polygon", + }, + "id": "27091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46087 { + "geometry": { + "coordinates": [ + [ + [ + -97.36959939371047, + 43.848630510350816, + ], + [ + -97.12911885382968, + 43.84798593192865, + ], + [ + -97.1294777800086, + 43.49969872448413, + ], + [ + -97.40154382363494, + 43.49975243935265, + ], + [ + -97.60684959798094, + 43.49980615422116, + ], + [ + -97.60864422887558, + 43.84906022929893, + ], + [ + -97.36959939371047, + 43.848630510350816, + ], + ], + ], + "type": "Polygon", + }, + "id": "46087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26111 { + "geometry": { + "coordinates": [ + [ + [ + -84.1672177542544, + 43.825909120969406, + ], + [ + -84.16829453279117, + 43.56882976026159, + ], + [ + -84.17044808986473, + 43.48191910300601, + ], + [ + -84.37001104534791, + 43.46601950192588, + ], + [ + -84.6076201757973, + 43.46601950192588, + ], + [ + -84.60618447108159, + 43.81516614726661, + ], + [ + -84.1672177542544, + 43.825909120969406, + ], + ], + ], + "type": "Polygon", + }, + "id": "26111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26127 { + "geometry": { + "coordinates": [ + [ + [ + -86.03794099881968, + 43.81554215134621, + ], + [ + -86.03937670353538, + 43.46741608850724, + ], + [ + -86.46111496377411, + 43.47230414154201, + ], + [ + -86.53971979695903, + 43.65455869040987, + ], + [ + -86.43096516474428, + 43.81940962187922, + ], + [ + -86.03794099881968, + 43.81554215134621, + ], + ], + ], + "type": "Polygon", + }, + "id": "26127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26073 { + "geometry": { + "coordinates": [ + [ + [ + -84.60618447108159, + 43.81516614726661, + ], + [ + -84.6076201757973, + 43.46601950192588, + ], + [ + -84.84594715860453, + 43.466126931662906, + ], + [ + -85.08499199376963, + 43.46618064653142, + ], + [ + -85.08894018173783, + 43.813662130948224, + ], + [ + -84.60618447108159, + 43.81516614726661, + ], + ], + ], + "type": "Polygon", + }, + "id": "26073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 23031 { + "geometry": { + "coordinates": [ + [ + [ + -70.35358483208634, + 43.53563397151997, + ], + [ + -70.43865033649195, + 43.354990868707524, + ], + [ + -70.54955852578026, + 43.32576998023593, + ], + [ + -70.67267020515207, + 43.070516925057596, + ], + [ + -70.82952094534298, + 43.13416904424663, + ], + [ + -70.80942107932309, + 43.225430605851855, + ], + [ + -70.9863716855339, + 43.381042579936796, + ], + [ + -70.96232363154581, + 43.541005458371366, + ], + [ + -70.98888416878638, + 43.7900813036706, + ], + [ + -70.98888416878638, + 43.790940741566814, + ], + [ + -70.78321946826145, + 43.813823275553766, + ], + [ + -70.65867208417393, + 43.79244475788521, + ], + [ + -70.65974886271071, + 43.7062323939203, + ], + [ + -70.54991745195919, + 43.71579364051579, + ], + [ + -70.492130337152, + 43.60675245743245, + ], + [ + -70.35358483208634, + 43.53563397151997, + ], + ], + ], + "type": "Polygon", + }, + "id": "23031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26107 { + "geometry": { + "coordinates": [ + [ + [ + -85.08894018173783, + 43.813662130948224, + ], + [ + -85.08499199376963, + 43.46618064653142, + ], + [ + -85.56236381174197, + 43.46816809666644, + ], + [ + -85.56236381174197, + 43.81559586621472, + ], + [ + -85.08894018173783, + 43.813662130948224, + ], + ], + ], + "type": "Polygon", + }, + "id": "26107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26123 { + "geometry": { + "coordinates": [ + [ + [ + -85.56236381174197, + 43.81559586621472, + ], + [ + -85.56236381174197, + 43.46816809666644, + ], + [ + -85.56236381174197, + 43.29423935241824, + ], + [ + -85.79028193536034, + 43.293003910442415, + ], + [ + -86.03901777735646, + 43.29348734425904, + ], + [ + -86.03937670353538, + 43.46741608850724, + ], + [ + -86.03794099881968, + 43.81554215134621, + ], + [ + -85.56236381174197, + 43.81559586621472, + ], + ], + ], + "type": "Polygon", + }, + "id": "26123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36115 { + "geometry": { + "coordinates": [ + [ + [ + -73.36210406384888, + 43.75296432952745, + ], + [ + -73.42635184987672, + 43.64343971262748, + ], + [ + -73.30252231814706, + 43.625713806017885, + ], + [ + -73.24832446512914, + 43.552554155101866, + ], + [ + -73.2544262101709, + 43.31475843219057, + ], + [ + -73.27380822383293, + 42.94364240562763, + ], + [ + -73.63560581219092, + 42.94127895141301, + ], + [ + -73.57566514031018, + 43.08040046086417, + ], + [ + -73.59504715397222, + 43.30611033835982, + ], + [ + -73.62878621479132, + 43.486431151961185, + ], + [ + -73.49311211915708, + 43.65520326883204, + ], + [ + -73.43819641378131, + 43.80361745053611, + ], + [ + -73.37897359425843, + 43.8085592184394, + ], + [ + -73.36210406384888, + 43.75296432952745, + ], + ], + ], + "type": "Polygon", + }, + "id": "36115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16001 { + "geometry": { + "coordinates": [ + [ + [ + -116.28249653988833, + 43.80684034264695, + ], + [ + -115.97669143544289, + 43.59122886043192, + ], + [ + -115.9795628448743, + 43.11332767526322, + ], + [ + -116.26706271419448, + 43.11241452249848, + ], + [ + -116.38694405795596, + 43.193309114480506, + ], + [ + -116.43324553503749, + 43.29606565794771, + ], + [ + -116.51256822058025, + 43.29015702241118, + ], + [ + -116.51436285147489, + 43.459197713624604, + ], + [ + -116.47452204561404, + 43.45968114744123, + ], + [ + -116.47559882415082, + 43.63398589576903, + ], + [ + -116.51400392529597, + 43.634039610637544, + ], + [ + -116.51364499911703, + 43.80710891698952, + ], + [ + -116.28249653988833, + 43.80684034264695, + ], + ], + ], + "type": "Polygon", + }, + "id": "16001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36113 { + "geometry": { + "coordinates": [ + [ + [ + -73.59504715397222, + 43.30611033835982, + ], + [ + -73.83588662003194, + 43.253738341558716, + ], + [ + -73.8839827280081, + 43.398016478387206, + ], + [ + -74.15999695960264, + 43.37148133334131, + ], + [ + -74.21455373879948, + 43.72863149409062, + ], + [ + -74.05698514625071, + 43.74447738030224, + ], + [ + -73.43819641378131, + 43.80361745053611, + ], + [ + -73.49311211915708, + 43.65520326883204, + ], + [ + -73.62878621479132, + 43.486431151961185, + ], + [ + -73.59504715397222, + 43.30611033835982, + ], + ], + ], + "type": "Polygon", + }, + "id": "36113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46123 { + "geometry": { + "coordinates": [ + [ + [ + -99.53356532645878, + 43.49980615422116, + ], + [ + -99.53428317881664, + 42.99794813769523, + ], + [ + -100.19829660983079, + 42.9985927161174, + ], + [ + -100.21408936170356, + 43.390335252189715, + ], + [ + -100.23167674447096, + 43.713859905249286, + ], + [ + -100.08738842054248, + 43.68522988033135, + ], + [ + -99.84116506179885, + 43.68893620625881, + ], + [ + -99.69759459022822, + 43.758174671773304, + ], + [ + -99.62401472354827, + 43.74270478964128, + ], + [ + -99.62365579736935, + 43.49991358395819, + ], + [ + -99.53356532645878, + 43.49980615422116, + ], + ], + ], + "type": "Polygon", + }, + "id": "46123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 33001 { + "geometry": { + "coordinates": [ + [ + [ + -71.16368121792362, + 43.53934029744744, + ], + [ + -71.16009195613435, + 43.35585030660375, + ], + [ + -71.23582537988786, + 43.28467810582275, + ], + [ + -71.55706431002714, + 43.455222813354574, + ], + [ + -71.60121223003512, + 43.43481116331927, + ], + [ + -71.72791317119619, + 43.56351198827872, + ], + [ + -71.65146189508484, + 43.68071783137617, + ], + [ + -71.52224847067127, + 43.69715458114145, + ], + [ + -71.53229840368121, + 43.76499646007458, + ], + [ + -71.26095021241272, + 43.572052652372435, + ], + [ + -71.16368121792362, + 43.53934029744744, + ], + ], + ], + "type": "Polygon", + }, + "id": "33001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26157 { + "geometry": { + "coordinates": [ + [ + [ + -83.46731170534757, + 43.727772056194404, + ], + [ + -83.46659385298972, + 43.66782626293282, + ], + [ + -83.11771760707309, + 43.675507489130325, + ], + [ + -83.12023009032558, + 43.32705913708027, + ], + [ + -83.3542499589857, + 43.32217108404549, + ], + [ + -83.35173747573322, + 43.23515299705288, + ], + [ + -83.46085103412689, + 43.22306715163724, + ], + [ + -83.69558875514487, + 43.22134827584479, + ], + [ + -83.69881909075521, + 43.47896478523774, + ], + [ + -83.69953694311306, + 43.58967112924501, + ], + [ + -83.67189962733572, + 43.59020827793015, + ], + [ + -83.51684351803944, + 43.73486241883825, + ], + [ + -83.46731170534757, + 43.727772056194404, + ], + ], + ], + "type": "Polygon", + }, + "id": "26157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55123 { + "geometry": { + "coordinates": [ + [ + [ + -90.31239286365623, + 43.640968828675845, + ], + [ + -90.31131608511944, + 43.554004456551745, + ], + [ + -90.67167796876173, + 43.55298387404998, + ], + [ + -90.66844763315139, + 43.4229938922462, + ], + [ + -91.20540119682553, + 43.42294017737768, + ], + [ + -91.21760468690904, + 43.50055816238036, + ], + [ + -91.26929005667446, + 43.61658227837051, + ], + [ + -91.25672764041204, + 43.72836291974806, + ], + [ + -90.9103638777479, + 43.725301172242766, + ], + [ + -90.3120339374773, + 43.73126352264781, + ], + [ + -90.31239286365623, + 43.640968828675845, + ], + ], + ], + "type": "Polygon", + }, + "id": "55123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36075 { + "geometry": { + "coordinates": [ + [ + [ + -75.77444691241436, + 43.688882491390295, + ], + [ + -75.75614167728911, + 43.47031669140699, + ], + [ + -75.81464664445414, + 43.48353054906143, + ], + [ + -75.88679080641838, + 43.325017972076736, + ], + [ + -75.88427832316589, + 43.155601276783706, + ], + [ + -75.99339188155957, + 43.183318148936905, + ], + [ + -76.20156906533698, + 43.271088244088716, + ], + [ + -76.25756154924953, + 43.233917555077056, + ], + [ + -76.47937792782615, + 43.2275254857239, + ], + [ + -76.60500209045045, + 43.253577196953174, + ], + [ + -76.61684665435503, + 43.417944694605886, + ], + [ + -76.41046410147224, + 43.52317212202473, + ], + [ + -76.23494919997715, + 43.52951047650938, + ], + [ + -76.18254597785388, + 43.67921381505778, + ], + [ + -76.0249773853051, + 43.7069844020795, + ], + [ + -75.77444691241436, + 43.688882491390295, + ], + ], + ], + "type": "Polygon", + }, + "id": "36075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46113 { + "geometry": { + "coordinates": [ + [ + [ + -102.11065529115156, + 43.3899055332416, + ], + [ + -102.10886066025694, + 43.12992556963404, + ], + [ + -102.08265904919529, + 42.99929100940808, + ], + [ + -102.79261503111205, + 42.99993558783025, + ], + [ + -103.00079221488946, + 43.00074131085796, + ], + [ + -103.00079221488946, + 43.47681619049719, + ], + [ + -103.00115114106839, + 43.605355870851085, + ], + [ + -102.81020241387945, + 43.688130483231106, + ], + [ + -102.17633878189513, + 43.68764704941448, + ], + [ + -102.13901045928677, + 43.700807192200394, + ], + [ + -102.13901045928677, + 43.47665504589165, + ], + [ + -102.11065529115156, + 43.3899055332416, + ], + ], + ], + "type": "Polygon", + }, + "id": "46113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26151 { + "geometry": { + "coordinates": [ + [ + [ + -82.5032359887508, + 43.16892256417517, + ], + [ + -82.99640055859591, + 43.15409726046532, + ], + [ + -83.0003487465641, + 43.28483925042829, + ], + [ + -83.12023009032558, + 43.32705913708027, + ], + [ + -83.11771760707309, + 43.675507489130325, + ], + [ + -82.60696565446058, + 43.6904402225772, + ], + [ + -82.53912860664346, + 43.436906043191314, + ], + [ + -82.5032359887508, + 43.16892256417517, + ], + ], + ], + "type": "Polygon", + }, + "id": "26151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16073 { + "geometry": { + "coordinates": [ + [ + [ + -116.51256822058025, + 43.29015702241118, + ], + [ + -116.43324553503749, + 43.29606565794771, + ], + [ + -116.38694405795596, + 43.193309114480506, + ], + [ + -116.26706271419448, + 43.11241452249848, + ], + [ + -116.20137922345091, + 43.0486012587039, + ], + [ + -115.96664150243294, + 42.943588690759114, + ], + [ + -115.9364917034031, + 43.00176189335973, + ], + [ + -115.79363908419033, + 42.95143106156215, + ], + [ + -115.44260928120015, + 42.93080455205279, + ], + [ + -115.45517169746257, + 42.768209645061035, + ], + [ + -115.03845840372882, + 42.76837078966658, + ], + [ + -115.03917625608668, + 41.99584355069881, + ], + [ + -116.14682244425408, + 41.99804586030788, + ], + [ + -117.0182952066878, + 41.99906644280965, + ], + [ + -117.02726836116096, + 41.99976473610033, + ], + [ + -117.0265505088031, + 43.68018068269103, + ], + [ + -116.8427803051927, + 43.5931088808299, + ], + [ + -116.78212178095411, + 43.47708476483976, + ], + [ + -116.51256822058025, + 43.29015702241118, + ], + ], + ], + "type": "Polygon", + }, + "id": "16073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55021 { + "geometry": { + "coordinates": [ + [ + [ + -89.00697835090028, + 43.63301902813578, + ], + [ + -89.00913190797384, + 43.28478553555978, + ], + [ + -89.7205235946063, + 43.29289648070539, + ], + [ + -89.60064225084483, + 43.380505431251656, + ], + [ + -89.59920654612912, + 43.55948337314017, + ], + [ + -89.72770211818484, + 43.56882976026159, + ], + [ + -89.78584815917094, + 43.64102254354436, + ], + [ + -89.59956547230806, + 43.642526559862745, + ], + [ + -89.24530533370752, + 43.64300999367937, + ], + [ + -89.00697835090028, + 43.63301902813578, + ], + ], + ], + "type": "Polygon", + }, + "id": "55021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55111 { + "geometry": { + "coordinates": [ + [ + [ + -89.78584815917094, + 43.64102254354436, + ], + [ + -89.72770211818484, + 43.56882976026159, + ], + [ + -89.59920654612912, + 43.55948337314017, + ], + [ + -89.60064225084483, + 43.380505431251656, + ], + [ + -89.7205235946063, + 43.29289648070539, + ], + [ + -89.83825138129423, + 43.206039538318315, + ], + [ + -90.19394722461045, + 43.16446423008851, + ], + [ + -90.1917936675369, + 43.55491760931648, + ], + [ + -90.31131608511944, + 43.554004456551745, + ], + [ + -90.31239286365623, + 43.640968828675845, + ], + [ + -89.78584815917094, + 43.64102254354436, + ], + ], + ], + "type": "Polygon", + }, + "id": "55111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55027 { + "geometry": { + "coordinates": [ + [ + [ + -88.40039310851438, + 43.543476342323004, + ], + [ + -88.41798049128178, + 43.19470570106187, + ], + [ + -88.53570827796969, + 43.1959948579062, + ], + [ + -89.00877298179492, + 43.19760630396162, + ], + [ + -89.00913190797384, + 43.28478553555978, + ], + [ + -89.00697835090028, + 43.63301902813578, + ], + [ + -88.88637915478095, + 43.63355617682092, + ], + [ + -88.40111096087223, + 43.6308167185267, + ], + [ + -88.40039310851438, + 43.543476342323004, + ], + ], + ], + "type": "Polygon", + }, + "id": "55027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16019 { + "geometry": { + "coordinates": [ + [ + [ + -111.62722399921068, + 43.62668067365113, + ], + [ + -111.40074158030802, + 43.62190005035339, + ], + [ + -111.24496761865389, + 43.621577761142305, + ], + [ + -111.19974292010914, + 43.53950144205297, + ], + [ + -111.04540466317071, + 43.50114902593401, + ], + [ + -111.04468681081286, + 43.315725299823825, + ], + [ + -111.04396895845501, + 43.02002494865447, + ], + [ + -111.59061352896018, + 43.01997123378596, + ], + [ + -111.58845997188662, + 43.28156264344894, + ], + [ + -111.8231976929046, + 43.28209979213408, + ], + [ + -111.8231976929046, + 43.366002416752885, + ], + [ + -112.04357836676552, + 43.36659328030654, + ], + [ + -112.1042368910041, + 43.424981342381216, + ], + [ + -112.52095018473786, + 43.424981342381216, + ], + [ + -112.52059125855892, + 43.626465814177074, + ], + [ + -111.62722399921068, + 43.62668067365113, + ], + ], + ], + "type": "Polygon", + }, + "id": "16019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16011 { + "geometry": { + "coordinates": [ + [ + [ + -111.59061352896018, + 43.01997123378596, + ], + [ + -112.06403715896433, + 43.02222725826354, + ], + [ + -112.6566242803721, + 43.02185125418395, + ], + [ + -112.75138079160871, + 42.95132363182512, + ], + [ + -112.81706428235228, + 42.863123817725196, + ], + [ + -113.00801300954122, + 42.86290895825114, + ], + [ + -113.00837193572013, + 43.110856791311576, + ], + [ + -113.00801300954122, + 43.284624390954235, + ], + [ + -112.94807233766048, + 43.28494668016532, + ], + [ + -112.93694562611375, + 43.449260462949525, + ], + [ + -112.8174232085312, + 43.44893817373844, + ], + [ + -112.81670535617334, + 43.53579511612551, + ], + [ + -112.7000543480222, + 43.54014602047514, + ], + [ + -112.69825971712758, + 43.622920632855156, + ], + [ + -112.52059125855892, + 43.626465814177074, + ], + [ + -112.52095018473786, + 43.424981342381216, + ], + [ + -112.1042368910041, + 43.424981342381216, + ], + [ + -112.04357836676552, + 43.36659328030654, + ], + [ + -111.8231976929046, + 43.366002416752885, + ], + [ + -111.8231976929046, + 43.28209979213408, + ], + [ + -111.58845997188662, + 43.28156264344894, + ], + [ + -111.59061352896018, + 43.01997123378596, + ], + ], + ], + "type": "Polygon", + }, + "id": "16011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41035 { + "geometry": { + "coordinates": [ + [ + [ + -121.33294680356411, + 43.6154005512632, + ], + [ + -121.34981633397366, + 42.74543454081112, + ], + [ + -120.88357122754805, + 42.74387680962421, + ], + [ + -120.87962303957985, + 41.99374867082676, + ], + [ + -121.4474442546417, + 41.99750871162274, + ], + [ + -122.28948507040343, + 42.00771453664039, + ], + [ + -122.28338332536168, + 42.99477896045291, + ], + [ + -122.2823065468249, + 43.06756260728933, + ], + [ + -122.09243459817274, + 43.078627870203206, + ], + [ + -121.97398895912697, + 43.26158071236175, + ], + [ + -122.06515620857432, + 43.40730915064012, + ], + [ + -122.13227540403359, + 43.44039750964472, + ], + [ + -122.13083969931789, + 43.55706620405704, + ], + [ + -122.00306197962003, + 43.61523940665766, + ], + [ + -121.33294680356411, + 43.6154005512632, + ], + ], + ], + "type": "Polygon", + }, + "id": "41035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41037 { + "geometry": { + "coordinates": [ + [ + [ + -119.3606474503626, + 41.99423210464339, + ], + [ + -119.99917712267298, + 41.99476925332853, + ], + [ + -120.87962303957985, + 41.99374867082676, + ], + [ + -120.88357122754805, + 42.74387680962421, + ], + [ + -121.34981633397366, + 42.74543454081112, + ], + [ + -121.33294680356411, + 43.6154005512632, + ], + [ + -119.89867779257354, + 43.60836390348787, + ], + [ + -119.89795994021569, + 43.17655007550415, + ], + [ + -119.93959537697117, + 43.175368348396844, + ], + [ + -119.94174893404472, + 42.741137351329996, + ], + [ + -119.36531349068865, + 42.74903343700155, + ], + [ + -119.3606474503626, + 41.99423210464339, + ], + ], + ], + "type": "Polygon", + }, + "id": "41037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36065 { + "geometry": { + "coordinates": [ + [ + [ + -75.21200959003643, + 42.879990286438584, + ], + [ + -75.24790220792909, + 42.871503337213376, + ], + [ + -75.43705630422339, + 42.863231247462224, + ], + [ + -75.44423482780192, + 42.93306057653037, + ], + [ + -75.54437523172243, + 42.931771419686044, + ], + [ + -75.55263053383774, + 43.03748228092151, + ], + [ + -75.73891322070062, + 43.1647865192996, + ], + [ + -75.88427832316589, + 43.155601276783706, + ], + [ + -75.88679080641838, + 43.325017972076736, + ], + [ + -75.81464664445414, + 43.48353054906143, + ], + [ + -75.75614167728911, + 43.47031669140699, + ], + [ + -75.53360744635464, + 43.41971728526684, + ], + [ + -75.11007455522127, + 43.61523940665766, + ], + [ + -75.0766944205811, + 43.330711748139215, + ], + [ + -75.16247777734456, + 43.261258423150664, + ], + [ + -75.06915697082364, + 43.227310626249846, + ], + [ + -75.21918811361496, + 43.05246872923691, + ], + [ + -75.21200959003643, + 42.879990286438584, + ], + ], + ], + "type": "Polygon", + }, + "id": "36065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 33013 { + "geometry": { + "coordinates": [ + [ + [ + -71.72791317119619, + 43.56351198827872, + ], + [ + -71.60121223003512, + 43.43481116331927, + ], + [ + -71.55706431002714, + 43.455222813354574, + ], + [ + -71.23582537988786, + 43.28467810582275, + ], + [ + -71.24731101761351, + 43.27420370646253, + ], + [ + -71.39231719389984, + 43.0089596857406, + ], + [ + -71.518659208882, + 43.068905479002176, + ], + [ + -71.64141196207488, + 43.054187605029355, + ], + [ + -71.66797249931545, + 43.15259324414693, + ], + [ + -71.85604981707297, + 43.115368840266754, + ], + [ + -71.9131190795223, + 43.20727498029414, + ], + [ + -72.0089523692957, + 43.1878839127606, + ], + [ + -72.0900696857331, + 43.32249337325658, + ], + [ + -72.05381814166152, + 43.4410958029354, + ], + [ + -71.93537250261575, + 43.5284361791391, + ], + [ + -71.8495891458523, + 43.61142565099317, + ], + [ + -71.81800364210676, + 43.54476549916734, + ], + [ + -71.72791317119619, + 43.56351198827872, + ], + ], + ], + "type": "Polygon", + }, + "id": "33013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41011 { + "geometry": { + "coordinates": [ + [ + [ + -123.81204992140995, + 42.78937330325553, + ], + [ + -123.92547059395073, + 42.77487028875676, + ], + [ + -123.99689690355713, + 42.68564989215508, + ], + [ + -124.13903167041205, + 42.67082458844523, + ], + [ + -124.16092616732658, + 42.88246117039023, + ], + [ + -124.2571183832789, + 42.954761383410016, + ], + [ + -124.47929368803445, + 42.95497624288407, + ], + [ + -124.3827425459032, + 43.27124938869426, + ], + [ + -124.21835435595483, + 43.610297638754375, + ], + [ + -123.87557985507995, + 43.60825647375084, + ], + [ + -123.87557985507995, + 43.51592061477535, + ], + [ + -123.7643127396127, + 43.43228656449911, + ], + [ + -123.76467166579164, + 43.257014948538064, + ], + [ + -123.70365421537412, + 43.25825039051388, + ], + [ + -123.7018595844795, + 43.087222249165436, + ], + [ + -123.81994629734633, + 42.99477896045291, + ], + [ + -123.81204992140995, + 42.78937330325553, + ], + ], + ], + "type": "Polygon", + }, + "id": "41011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 33019 { + "geometry": { + "coordinates": [ + [ + [ + -71.93537250261575, + 43.5284361791391, + ], + [ + -72.05381814166152, + 43.4410958029354, + ], + [ + -72.0900696857331, + 43.32249337325658, + ], + [ + -72.0089523692957, + 43.1878839127606, + ], + [ + -72.03802538978874, + 43.128797557395245, + ], + [ + -72.17836552574904, + 43.131966734637565, + ], + [ + -72.15647102883452, + 43.18197527722406, + ], + [ + -72.45150834791215, + 43.161295052846185, + ], + [ + -72.4332031127869, + 43.23327297665489, + ], + [ + -72.37936418594792, + 43.57162293342432, + ], + [ + -72.32947344707712, + 43.60014552860524, + ], + [ + -71.93537250261575, + 43.5284361791391, + ], + ], + ], + "type": "Polygon", + }, + "id": "33019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 33017 { + "geometry": { + "coordinates": [ + [ + [ + -70.96232363154581, + 43.541005458371366, + ], + [ + -70.9863716855339, + 43.381042579936796, + ], + [ + -70.80942107932309, + 43.225430605851855, + ], + [ + -70.82952094534298, + 43.13416904424663, + ], + [ + -70.88802591250801, + 43.08249534073621, + ], + [ + -71.07215504229734, + 43.08174333257701, + ], + [ + -71.02657141757366, + 43.13809022964816, + ], + [ + -71.24731101761351, + 43.27420370646253, + ], + [ + -71.23582537988786, + 43.28467810582275, + ], + [ + -71.16009195613435, + 43.35585030660375, + ], + [ + -71.16368121792362, + 43.53934029744744, + ], + [ + -70.96232363154581, + 43.541005458371366, + ], + ], + ], + "type": "Polygon", + }, + "id": "33017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26145 { + "geometry": { + "coordinates": [ + [ + [ + -83.69881909075521, + 43.47896478523774, + ], + [ + -83.69558875514487, + 43.22134827584479, + ], + [ + -83.93176218087856, + 43.22032769334303, + ], + [ + -83.92924969762608, + 43.132772457665276, + ], + [ + -84.36785748827434, + 43.12842155331565, + ], + [ + -84.37001104534791, + 43.46601950192588, + ], + [ + -84.17044808986473, + 43.48191910300601, + ], + [ + -84.16829453279117, + 43.56882976026159, + ], + [ + -84.05092567228218, + 43.524407564000555, + ], + [ + -83.81726472980098, + 43.52231268412851, + ], + [ + -83.69881909075521, + 43.47896478523774, + ], + ], + ], + "type": "Polygon", + }, + "id": "26145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55103 { + "geometry": { + "coordinates": [ + [ + [ + -90.19394722461045, + 43.16446423008851, + ], + [ + -90.42976172416522, + 43.20093662580949, + ], + [ + -90.66665300225675, + 43.17171573733789, + ], + [ + -90.66844763315139, + 43.4229938922462, + ], + [ + -90.67167796876173, + 43.55298387404998, + ], + [ + -90.31131608511944, + 43.554004456551745, + ], + [ + -90.1917936675369, + 43.55491760931648, + ], + [ + -90.19394722461045, + 43.16446423008851, + ], + ], + ], + "type": "Polygon", + }, + "id": "55103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55089 { + "geometry": { + "coordinates": [ + [ + [ + -87.79273108759169, + 43.54299290850638, + ], + [ + -87.91081780045853, + 43.25669265932698, + ], + [ + -87.89323041769113, + 43.19201995763618, + ], + [ + -88.06407927886018, + 43.192127387373205, + ], + [ + -88.04074907722995, + 43.54234833008422, + ], + [ + -87.79273108759169, + 43.54299290850638, + ], + ], + ], + "type": "Polygon", + }, + "id": "55089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55131 { + "geometry": { + "coordinates": [ + [ + [ + -88.16098934717036, + 43.54288547876935, + ], + [ + -88.04074907722995, + 43.54234833008422, + ], + [ + -88.06407927886018, + 43.192127387373205, + ], + [ + -88.41798049128178, + 43.19470570106187, + ], + [ + -88.40039310851438, + 43.543476342323004, + ], + [ + -88.16098934717036, + 43.54288547876935, + ], + ], + ], + "type": "Polygon", + }, + "id": "55131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19189 { + "geometry": { + "coordinates": [ + [ + [ + -93.49714484927169, + 43.49948386501008, + ], + [ + -93.49750377545062, + 43.25545721735116, + ], + [ + -93.97056847927584, + 43.25534978761413, + ], + [ + -93.97092740545477, + 43.499591294747106, + ], + [ + -93.64897062295763, + 43.49964500961562, + ], + [ + -93.49714484927169, + 43.49948386501008, + ], + ], + ], + "type": "Polygon", + }, + "id": "19189", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19109 { + "geometry": { + "coordinates": [ + [ + [ + -93.97128633163369, + 42.9077608734603, + ], + [ + -94.44327425692214, + 42.90808316267138, + ], + [ + -94.44327425692214, + 43.255027498403045, + ], + [ + -94.44327425692214, + 43.500397017774816, + ], + [ + -94.24801841558609, + 43.500128443432246, + ], + [ + -93.97092740545477, + 43.499591294747106, + ], + [ + -93.97056847927584, + 43.25534978761413, + ], + [ + -93.97128633163369, + 42.9077608734603, + ], + ], + ], + "type": "Polygon", + }, + "id": "19109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19059 { + "geometry": { + "coordinates": [ + [ + [ + -94.91382647749488, + 43.255027498403045, + ], + [ + -95.38796795985688, + 43.25518864300859, + ], + [ + -95.38796795985688, + 43.500235873169274, + ], + [ + -94.91454432985273, + 43.50045073264333, + ], + [ + -94.91382647749488, + 43.255027498403045, + ], + ], + ], + "type": "Polygon", + }, + "id": "19059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19063 { + "geometry": { + "coordinates": [ + [ + [ + -94.44327425692214, + 43.255027498403045, + ], + [ + -94.91382647749488, + 43.255027498403045, + ], + [ + -94.91454432985273, + 43.50045073264333, + ], + [ + -94.85568043650876, + 43.50088045159144, + ], + [ + -94.44327425692214, + 43.500397017774816, + ], + [ + -94.44327425692214, + 43.255027498403045, + ], + ], + ], + "type": "Polygon", + }, + "id": "19063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19195 { + "geometry": { + "coordinates": [ + [ + [ + -93.02408014544648, + 43.25551093221967, + ], + [ + -93.49750377545062, + 43.25545721735116, + ], + [ + -93.49714484927169, + 43.49948386501008, + ], + [ + -93.04848712561348, + 43.49969872448413, + ], + [ + -93.0244390716254, + 43.49969872448413, + ], + [ + -93.02408014544648, + 43.25551093221967, + ], + ], + ], + "type": "Polygon", + }, + "id": "19195", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19143 { + "geometry": { + "coordinates": [ + [ + [ + -95.38796795985688, + 43.25518864300859, + ], + [ + -95.86175051603995, + 43.25749838235469, + ], + [ + -95.8610326636821, + 43.50002101369522, + ], + [ + -95.45472822913722, + 43.50055816238036, + ], + [ + -95.38796795985688, + 43.500235873169274, + ], + [ + -95.38796795985688, + 43.25518864300859, + ], + ], + ], + "type": "Polygon", + }, + "id": "19143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 56027 { + "geometry": { + "coordinates": [ + [ + [ + -104.05459947621787, + 43.50319019093754, + ], + [ + -104.0549584023968, + 43.477783058130434, + ], + [ + -104.05316377150217, + 43.00444763678543, + ], + [ + -104.05316377150217, + 42.61163080334284, + ], + [ + -104.65580082591988, + 42.60948220860229, + ], + [ + -104.8923331778325, + 42.60894505991715, + ], + [ + -104.89987062758995, + 43.49964500961562, + ], + [ + -104.05459947621787, + 43.50319019093754, + ], + ], + ], + "type": "Polygon", + }, + "id": "56027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19131 { + "geometry": { + "coordinates": [ + [ + [ + -92.55424577723159, + 43.212807611751074, + ], + [ + -93.02408014544648, + 43.212807611751074, + ], + [ + -93.02408014544648, + 43.25551093221967, + ], + [ + -93.0244390716254, + 43.49969872448413, + ], + [ + -92.55316899869482, + 43.500235873169274, + ], + [ + -92.55424577723159, + 43.212807611751074, + ], + ], + ], + "type": "Polygon", + }, + "id": "19131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19119 { + "geometry": { + "coordinates": [ + [ + [ + -95.86175051603995, + 43.25749838235469, + ], + [ + -96.55555481990501, + 43.25975440683227, + ], + [ + -96.52396931615948, + 43.393504429432035, + ], + [ + -96.59898488755513, + 43.500397017774816, + ], + [ + -96.45290193273202, + 43.500397017774816, + ], + [ + -96.05341709558674, + 43.500128443432246, + ], + [ + -95.8610326636821, + 43.50002101369522, + ], + [ + -95.86175051603995, + 43.25749838235469, + ], + ], + ], + "type": "Polygon", + }, + "id": "19119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19089 { + "geometry": { + "coordinates": [ + [ + [ + -92.07974536869067, + 43.500665592117386, + ], + [ + -92.08082214722744, + 43.2129150414881, + ], + [ + -92.55424577723159, + 43.212807611751074, + ], + [ + -92.55316899869482, + 43.500235873169274, + ], + [ + -92.4490804068061, + 43.50045073264333, + ], + [ + -92.07974536869067, + 43.500665592117386, + ], + ], + ], + "type": "Polygon", + }, + "id": "19089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19005 { + "geometry": { + "coordinates": [ + [ + [ + -91.21760468690904, + 43.50055816238036, + ], + [ + -91.20540119682553, + 43.42294017737768, + ], + [ + -91.20396549210983, + 43.349834241330186, + ], + [ + -91.05860038964457, + 43.25760581209171, + ], + [ + -91.17740495486926, + 43.08023931625863, + ], + [ + -91.60524496014973, + 43.081635902839984, + ], + [ + -91.61098777901256, + 43.500665592117386, + ], + [ + -91.21760468690904, + 43.50055816238036, + ], + ], + ], + "type": "Polygon", + }, + "id": "19005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19191 { + "geometry": { + "coordinates": [ + [ + [ + -91.60524496014973, + 43.081635902839984, + ], + [ + -92.08118107340637, + 43.08276391507878, + ], + [ + -92.08082214722744, + 43.2129150414881, + ], + [ + -92.07974536869067, + 43.500665592117386, + ], + [ + -91.73086912277404, + 43.5007193069859, + ], + [ + -91.61098777901256, + 43.500665592117386, + ], + [ + -91.60524496014973, + 43.081635902839984, + ], + ], + ], + "type": "Polygon", + }, + "id": "19191", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46083 { + "geometry": { + "coordinates": [ + [ + [ + -96.59898488755513, + 43.500397017774816, + ], + [ + -96.52396931615948, + 43.393504429432035, + ], + [ + -96.55555481990501, + 43.25975440683227, + ], + [ + -96.47515535582546, + 43.219736829789376, + ], + [ + -96.45397871126879, + 43.08335477863243, + ], + [ + -96.80572636661684, + 43.08367706784352, + ], + [ + -96.9241720056626, + 43.08373078271203, + ], + [ + -96.92488985802045, + 43.499967298826704, + ], + [ + -96.59898488755513, + 43.500397017774816, + ], + ], + ], + "type": "Polygon", + }, + "id": "46083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 56009 { + "geometry": { + "coordinates": [ + [ + [ + -104.89987062758995, + 43.49964500961562, + ], + [ + -104.8923331778325, + 42.60894505991715, + ], + [ + -105.28643412229387, + 42.605829597543334, + ], + [ + -105.28392163904138, + 42.43141741947851, + ], + [ + -105.33201774701755, + 42.43109513026742, + ], + [ + -105.37544781466767, + 42.290147315286795, + ], + [ + -105.6137747974749, + 42.30438175544299, + ], + [ + -105.55634660884665, + 42.43050426671377, + ], + [ + -106.07355923267984, + 42.43324372500798, + ], + [ + -106.07607171593233, + 42.43319001013947, + ], + [ + -106.07822527300588, + 43.49443466736976, + ], + [ + -106.01720782258838, + 43.494918101186386, + ], + [ + -105.07969264323216, + 43.49846328250831, + ], + [ + -104.89987062758995, + 43.49964500961562, + ], + ], + ], + "type": "Polygon", + }, + "id": "56009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46023 { + "geometry": { + "coordinates": [ + [ + [ + -98.79453632404896, + 43.49916157579899, + ], + [ + -98.7058815578541, + 43.499322720404535, + ], + [ + -98.67321927557178, + 43.370783040050625, + ], + [ + -98.10934624847815, + 43.19680058093391, + ], + [ + -98.07704289237475, + 43.168331700621515, + ], + [ + -98.0939124227843, + 42.978771929635755, + ], + [ + -98.15313524230719, + 42.838952126893915, + ], + [ + -98.30962705631917, + 42.88262231499577, + ], + [ + -98.49842222643454, + 42.998646430985914, + ], + [ + -98.86883404308676, + 43.16199334613687, + ], + [ + -98.89683028504304, + 43.24686283838892, + ], + [ + -99.06552558913853, + 43.31803503916992, + ], + [ + -99.15274465061769, + 43.42691507764772, + ], + [ + -99.29846867926187, + 43.49975243935265, + ], + [ + -98.79453632404896, + 43.49916157579899, + ], + ], + ], + "type": "Polygon", + }, + "id": "46023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46125 { + "geometry": { + "coordinates": [ + [ + [ + -97.1294777800086, + 43.49969872448413, + ], + [ + -96.92488985802045, + 43.499967298826704, + ], + [ + -96.9241720056626, + 43.08373078271203, + ], + [ + -97.16070435757521, + 43.08313991915838, + ], + [ + -97.16070435757521, + 43.16999686154545, + ], + [ + -97.39939026656138, + 43.169405997991795, + ], + [ + -97.40154382363494, + 43.49975243935265, + ], + [ + -97.1294777800086, + 43.49969872448413, + ], + ], + ], + "type": "Polygon", + }, + "id": "46125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46067 { + "geometry": { + "coordinates": [ + [ + [ + -97.60684959798094, + 43.49980615422116, + ], + [ + -97.40154382363494, + 43.49975243935265, + ], + [ + -97.39939026656138, + 43.169405997991795, + ], + [ + -97.6373583231897, + 43.16876141956963, + ], + [ + -98.07704289237475, + 43.168331700621515, + ], + [ + -98.10934624847815, + 43.19680058093391, + ], + [ + -98.11473014116204, + 43.49830213790277, + ], + [ + -97.96505792454965, + 43.499054146061965, + ], + [ + -97.60684959798094, + 43.49980615422116, + ], + ], + ], + "type": "Polygon", + }, + "id": "46067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 56025 { + "geometry": { + "coordinates": [ + [ + [ + -107.11085588977764, + 43.50028958803779, + ], + [ + -107.11085588977764, + 43.49233978749772, + ], + [ + -106.07822527300588, + 43.49443466736976, + ], + [ + -106.07607171593233, + 42.43319001013947, + ], + [ + -106.62522876968998, + 42.430450551845254, + ], + [ + -107.52290314318535, + 42.43437173724678, + ], + [ + -107.54192623066845, + 42.43437173724678, + ], + [ + -107.54336193538416, + 42.78147721758398, + ], + [ + -107.50136757244975, + 42.78147721758398, + ], + [ + -107.51716032432252, + 43.472626430753095, + ], + [ + -107.53474770708992, + 43.50136388540807, + ], + [ + -107.11085588977764, + 43.50028958803779, + ], + ], + ], + "type": "Polygon", + }, + "id": "56025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46043 { + "geometry": { + "coordinates": [ + [ + [ + -98.32039484168696, + 43.49862442711385, + ], + [ + -98.11473014116204, + 43.49830213790277, + ], + [ + -98.10934624847815, + 43.19680058093391, + ], + [ + -98.67321927557178, + 43.370783040050625, + ], + [ + -98.7058815578541, + 43.499322720404535, + ], + [ + -98.32039484168696, + 43.49862442711385, + ], + ], + ], + "type": "Polygon", + }, + "id": "46043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46053 { + "geometry": { + "coordinates": [ + [ + [ + -99.29846867926187, + 43.49975243935265, + ], + [ + -99.15274465061769, + 43.42691507764772, + ], + [ + -99.06552558913853, + 43.31803503916992, + ], + [ + -98.89683028504304, + 43.24686283838892, + ], + [ + -98.86883404308676, + 43.16199334613687, + ], + [ + -98.49842222643454, + 42.998646430985914, + ], + [ + -99.25539753779069, + 42.99805556743226, + ], + [ + -99.53428317881664, + 42.99794813769523, + ], + [ + -99.53356532645878, + 43.49980615422116, + ], + [ + -99.29846867926187, + 43.49975243935265, + ], + ], + ], + "type": "Polygon", + }, + "id": "46053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46047 { + "geometry": { + "coordinates": [ + [ + [ + -103.00079221488946, + 43.47681619049719, + ], + [ + -103.00079221488946, + 43.00074131085796, + ], + [ + -103.50364779156558, + 43.00074131085796, + ], + [ + -104.05316377150217, + 43.00444763678543, + ], + [ + -104.0549584023968, + 43.477783058130434, + ], + [ + -103.00079221488946, + 43.47681619049719, + ], + ], + ], + "type": "Polygon", + }, + "id": "46047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26121 { + "geometry": { + "coordinates": [ + [ + [ + -86.03937670353538, + 43.46741608850724, + ], + [ + -86.03901777735646, + 43.29348734425904, + ], + [ + -85.79028193536034, + 43.293003910442415, + ], + [ + -85.79064086153927, + 43.20518010042209, + ], + [ + -85.90872757440611, + 43.20593210858129, + ], + [ + -85.90729186969041, + 43.11891402158867, + ], + [ + -86.2719608674798, + 43.11837687290353, + ], + [ + -86.46111496377411, + 43.47230414154201, + ], + [ + -86.03937670353538, + 43.46741608850724, + ], + ], + ], + "type": "Polygon", + }, + "id": "26121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26117 { + "geometry": { + "coordinates": [ + [ + [ + -85.08499199376963, + 43.46618064653142, + ], + [ + -84.84594715860453, + 43.466126931662906, + ], + [ + -84.83697400413138, + 43.11886030672016, + ], + [ + -85.31255119120908, + 43.118806591851644, + ], + [ + -85.31219226503015, + 43.294185637549724, + ], + [ + -85.56236381174197, + 43.29423935241824, + ], + [ + -85.56236381174197, + 43.46816809666644, + ], + [ + -85.08499199376963, + 43.46618064653142, + ], + ], + ], + "type": "Polygon", + }, + "id": "26117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 56035 { + "geometry": { + "coordinates": [ + [ + [ + -109.04367336329723, + 42.26366588510941, + ], + [ + -110.05369163079659, + 42.270756247753255, + ], + [ + -110.5414723079578, + 42.2774706063175, + ], + [ + -110.54326693885244, + 42.448552462534465, + ], + [ + -110.59028626829182, + 42.44844503279744, + ], + [ + -110.57880063056618, + 43.23515299705288, + ], + [ + -110.57844170438725, + 43.29160732386106, + ], + [ + -110.3440629095482, + 43.291177604912946, + ], + [ + -110.3440629095482, + 43.37792711756299, + ], + [ + -110.05728089258587, + 43.37776597295745, + ], + [ + -110.05153807372304, + 43.46478405995006, + ], + [ + -109.75470612375076, + 43.46317261389464, + ], + [ + -109.69189404243862, + 43.2656093275003, + ], + [ + -109.5526306850151, + 43.012451152194004, + ], + [ + -109.3702961861204, + 42.945576140894126, + ], + [ + -109.14740302900701, + 42.7280846382811, + ], + [ + -109.07274638379027, + 42.69349226295812, + ], + [ + -109.04367336329723, + 42.26366588510941, + ], + ], + ], + "type": "Polygon", + }, + "id": "56035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26057 { + "geometry": { + "coordinates": [ + [ + [ + -84.6076201757973, + 43.46601950192588, + ], + [ + -84.37001104534791, + 43.46601950192588, + ], + [ + -84.36785748827434, + 43.12842155331565, + ], + [ + -84.36785748827434, + 43.11794715395543, + ], + [ + -84.83697400413138, + 43.11886030672016, + ], + [ + -84.84594715860453, + 43.466126931662906, + ], + [ + -84.6076201757973, + 43.46601950192588, + ], + ], + ], + "type": "Polygon", + }, + "id": "26057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55023 { + "geometry": { + "coordinates": [ + [ + [ + -90.66844763315139, + 43.4229938922462, + ], + [ + -90.66665300225675, + 43.17171573733789, + ], + [ + -91.06541998704417, + 42.992039502158704, + ], + [ + -91.15694616267045, + 42.98811831675718, + ], + [ + -91.17740495486926, + 43.08023931625863, + ], + [ + -91.05860038964457, + 43.25760581209171, + ], + [ + -91.20396549210983, + 43.349834241330186, + ], + [ + -91.20540119682553, + 43.42294017737768, + ], + [ + -90.66844763315139, + 43.4229938922462, + ], + ], + ], + "type": "Polygon", + }, + "id": "55023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36011 { + "geometry": { + "coordinates": [ + [ + [ + -76.47937792782615, + 43.2275254857239, + ], + [ + -76.49194034408858, + 43.004931070602055, + ], + [ + -76.45066383351202, + 42.84577391519519, + ], + [ + -76.35698410081218, + 42.84937281138562, + ], + [ + -76.274790005838, + 42.77121767769781, + ], + [ + -76.26545792518591, + 42.62355550415294, + ], + [ + -76.6663784670469, + 42.62344807441591, + ], + [ + -76.73349766250617, + 42.72781606393853, + ], + [ + -76.7137567226652, + 43.02394613405599, + ], + [ + -76.72237095095944, + 43.34113243263093, + ], + [ + -76.61684665435503, + 43.417944694605886, + ], + [ + -76.60500209045045, + 43.253577196953174, + ], + [ + -76.47937792782615, + 43.2275254857239, + ], + ], + ], + "type": "Polygon", + }, + "id": "36011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36091 { + "geometry": { + "coordinates": [ + [ + [ + -73.59504715397222, + 43.30611033835982, + ], + [ + -73.57566514031018, + 43.08040046086417, + ], + [ + -73.63560581219092, + 42.94127895141301, + ], + [ + -73.67688232276748, + 42.783249808244946, + ], + [ + -73.80932608279139, + 42.778845189026796, + ], + [ + -73.90480044638585, + 42.91109119530816, + ], + [ + -74.09251883796445, + 42.95578196591178, + ], + [ + -74.09754380446942, + 42.98290797451133, + ], + [ + -74.14025601976168, + 43.25395320103277, + ], + [ + -74.15999695960264, + 43.37148133334131, + ], + [ + -73.8839827280081, + 43.398016478387206, + ], + [ + -73.83588662003194, + 43.253738341558716, + ], + [ + -73.59504715397222, + 43.30611033835982, + ], + ], + ], + "type": "Polygon", + }, + "id": "36091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46007 { + "geometry": { + "coordinates": [ + [ + [ + -101.22805581717112, + 43.389153525082406, + ], + [ + -101.22805581717112, + 42.997840707958204, + ], + [ + -102.08265904919529, + 42.99929100940808, + ], + [ + -102.10886066025694, + 43.12992556963404, + ], + [ + -102.11065529115156, + 43.3899055332416, + ], + [ + -101.22805581717112, + 43.389153525082406, + ], + ], + ], + "type": "Polygon", + }, + "id": "46007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46121 { + "geometry": { + "coordinates": [ + [ + [ + -100.21408936170356, + 43.390335252189715, + ], + [ + -100.19829660983079, + 42.9985927161174, + ], + [ + -101.22805581717112, + 42.997840707958204, + ], + [ + -101.22805581717112, + 43.389153525082406, + ], + [ + -100.21408936170356, + 43.390335252189715, + ], + ], + ], + "type": "Polygon", + }, + "id": "46121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36073 { + "geometry": { + "coordinates": [ + [ + [ + -77.99548210761199, + 43.3648744045141, + ], + [ + -77.99727673850661, + 43.13298731713933, + ], + [ + -78.4656754020058, + 43.1286364127897, + ], + [ + -78.4656754020058, + 43.37089046978765, + ], + [ + -77.99548210761199, + 43.3648744045141, + ], + ], + ], + "type": "Polygon", + }, + "id": "36073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36063 { + "geometry": { + "coordinates": [ + [ + [ + -78.4656754020058, + 43.37089046978765, + ], + [ + -78.4656754020058, + 43.1286364127897, + ], + [ + -78.4642396972901, + 43.083623352975, + ], + [ + -78.73415218384287, + 43.0839993570546, + ], + [ + -78.88274762191847, + 43.02357012997639, + ], + [ + -79.06867138260243, + 43.08577194771556, + ], + [ + -79.06436426845532, + 43.263407017891225, + ], + [ + -78.80629634580711, + 43.323675100363886, + ], + [ + -78.4656754020058, + 43.37089046978765, + ], + ], + ], + "type": "Polygon", + }, + "id": "36063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36055 { + "geometry": { + "coordinates": [ + [ + [ + -77.37453981806902, + 43.276406016071604, + ], + [ + -77.37130948245868, + 43.034635392890266, + ], + [ + -77.48544800735733, + 43.03452796315324, + ], + [ + -77.48257659792591, + 42.943158971811, + ], + [ + -77.58020451859394, + 42.94396469483871, + ], + [ + -77.73418384935344, + 42.94573728549967, + ], + [ + -77.7309535137431, + 42.98838689109975, + ], + [ + -77.90969875084853, + 42.98768859780907, + ], + [ + -77.90610948905928, + 43.133578180692986, + ], + [ + -77.99727673850661, + 43.13298731713933, + ], + [ + -77.99548210761199, + 43.3648744045141, + ], + [ + -77.75966760805723, + 43.341078717762414, + ], + [ + -77.57051351176293, + 43.23971876087657, + ], + [ + -77.37453981806902, + 43.276406016071604, + ], + ], + ], + "type": "Polygon", + }, + "id": "36055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36117 { + "geometry": { + "coordinates": [ + [ + [ + -76.7137567226652, + 43.02394613405599, + ], + [ + -76.96392826937702, + 43.013149445484686, + ], + [ + -77.13405927818822, + 43.03989945000464, + ], + [ + -77.37130948245868, + 43.034635392890266, + ], + [ + -77.37453981806902, + 43.276406016071604, + ], + [ + -77.14662169445064, + 43.28988844806861, + ], + [ + -76.99264236369115, + 43.26163442723026, + ], + [ + -76.72237095095944, + 43.34113243263093, + ], + [ + -76.7137567226652, + 43.02394613405599, + ], + ], + ], + "type": "Polygon", + }, + "id": "36117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26087 { + "geometry": { + "coordinates": [ + [ + [ + -82.99640055859591, + 43.15409726046532, + ], + [ + -82.98347921615455, + 42.89374129277816, + ], + [ + -83.10300163373711, + 42.88858466540081, + ], + [ + -83.45331358436944, + 42.880420005386696, + ], + [ + -83.46085103412689, + 43.22306715163724, + ], + [ + -83.35173747573322, + 43.23515299705288, + ], + [ + -83.3542499589857, + 43.32217108404549, + ], + [ + -83.12023009032558, + 43.32705913708027, + ], + [ + -83.0003487465641, + 43.28483925042829, + ], + [ + -82.99640055859591, + 43.15409726046532, + ], + ], + ], + "type": "Polygon", + }, + "id": "26087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 56023 { + "geometry": { + "coordinates": [ + [ + [ + -110.57880063056618, + 43.23515299705288, + ], + [ + -110.59028626829182, + 42.44844503279744, + ], + [ + -110.54326693885244, + 42.448552462534465, + ], + [ + -110.5414723079578, + 42.2774706063175, + ], + [ + -110.05369163079659, + 42.270756247753255, + ], + [ + -110.0483077381127, + 41.57740472497507, + ], + [ + -111.04576358934965, + 41.5798218940582, + ], + [ + -111.04684036788642, + 42.001537326761294, + ], + [ + -111.04684036788642, + 42.51311773448824, + ], + [ + -111.04396895845501, + 43.02002494865447, + ], + [ + -111.04468681081286, + 43.315725299823825, + ], + [ + -110.81389727776308, + 43.31588644442937, + ], + [ + -110.81389727776308, + 43.235099282184365, + ], + [ + -110.57880063056618, + 43.23515299705288, + ], + ], + ], + "type": "Polygon", + }, + "id": "56023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 50003 { + "geometry": { + "coordinates": [ + [ + [ + -72.86750378928805, + 43.30079256637694, + ], + [ + -72.81904875513297, + 43.255564647088185, + ], + [ + -72.8682216416459, + 43.11322024552619, + ], + [ + -72.9963582875227, + 43.11918259593124, + ], + [ + -73.00748499906942, + 42.93015997363062, + ], + [ + -72.92098378994811, + 42.92688336665127, + ], + [ + -72.92995694442128, + 42.73920361606349, + ], + [ + -73.02291882476327, + 42.74119106619851, + ], + [ + -73.26483506935978, + 42.74597168949626, + ], + [ + -73.27380822383293, + 42.94364240562763, + ], + [ + -73.2544262101709, + 43.31475843219057, + ], + [ + -72.86750378928805, + 43.30079256637694, + ], + ], + ], + "type": "Polygon", + }, + "id": "50003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55025 { + "geometry": { + "coordinates": [ + [ + [ + -89.00913190797384, + 43.28478553555978, + ], + [ + -89.00877298179492, + 43.19760630396162, + ], + [ + -89.01343902212096, + 42.847331646382095, + ], + [ + -89.36913486543719, + 42.845021907036, + ], + [ + -89.83825138129423, + 42.85737632679421, + ], + [ + -89.83825138129423, + 43.206039538318315, + ], + [ + -89.7205235946063, + 43.29289648070539, + ], + [ + -89.00913190797384, + 43.28478553555978, + ], + ], + ], + "type": "Polygon", + }, + "id": "55025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26081 { + "geometry": { + "coordinates": [ + [ + [ + -85.31255119120908, + 43.118806591851644, + ], + [ + -85.30967978177766, + 42.76987480598497, + ], + [ + -85.54549428133242, + 42.76815593019252, + ], + [ + -85.78238555942396, + 42.768209645061035, + ], + [ + -85.79064086153927, + 43.20518010042209, + ], + [ + -85.79028193536034, + 43.293003910442415, + ], + [ + -85.56236381174197, + 43.29423935241824, + ], + [ + -85.31219226503015, + 43.294185637549724, + ], + [ + -85.31255119120908, + 43.118806591851644, + ], + ], + ], + "type": "Polygon", + }, + "id": "26081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36035 { + "geometry": { + "coordinates": [ + [ + [ + -74.14025601976168, + 43.25395320103277, + ], + [ + -74.09754380446942, + 42.98290797451133, + ], + [ + -74.54225334015943, + 42.98543257333148, + ], + [ + -74.75976260458894, + 43.047365816728075, + ], + [ + -74.69551481856108, + 43.174025476683994, + ], + [ + -74.71274327514956, + 43.28612840727263, + ], + [ + -74.53471589040198, + 43.228116349277556, + ], + [ + -74.14025601976168, + 43.25395320103277, + ], + ], + ], + "type": "Polygon", + }, + "id": "36035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 33015 { + "geometry": { + "coordinates": [ + [ + [ + -70.88802591250801, + 43.08249534073621, + ], + [ + -70.82018886469089, + 43.11767857961286, + ], + [ + -70.71215208483399, + 43.04306862724697, + ], + [ + -70.81803530761734, + 42.871879341292974, + ], + [ + -71.03123745789972, + 42.85909520258665, + ], + [ + -71.06497651871881, + 42.80629348683743, + ], + [ + -71.24551638671888, + 42.742587652779875, + ], + [ + -71.42713303325573, + 42.82482511647474, + ], + [ + -71.45118108724381, + 42.93069712231576, + ], + [ + -71.39231719389984, + 43.0089596857406, + ], + [ + -71.24731101761351, + 43.27420370646253, + ], + [ + -71.02657141757366, + 43.13809022964816, + ], + [ + -71.07215504229734, + 43.08174333257701, + ], + [ + -70.88802591250801, + 43.08249534073621, + ], + ], + ], + "type": "Polygon", + }, + "id": "33015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36067 { + "geometry": { + "coordinates": [ + [ + [ + -75.99339188155957, + 43.183318148936905, + ], + [ + -75.91622275309035, + 43.07561983756642, + ], + [ + -75.89612288707048, + 42.79093103444244, + ], + [ + -76.274790005838, + 42.77121767769781, + ], + [ + -76.35698410081218, + 42.84937281138562, + ], + [ + -76.45066383351202, + 42.84577391519519, + ], + [ + -76.49194034408858, + 43.004931070602055, + ], + [ + -76.47937792782615, + 43.2275254857239, + ], + [ + -76.25756154924953, + 43.233917555077056, + ], + [ + -76.20156906533698, + 43.271088244088716, + ], + [ + -75.99339188155957, + 43.183318148936905, + ], + ], + ], + "type": "Polygon", + }, + "id": "36067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 50025 { + "geometry": { + "coordinates": [ + [ + [ + -72.4332031127869, + 43.23327297665489, + ], + [ + -72.45150834791215, + 43.161295052846185, + ], + [ + -72.4439708981547, + 43.01105456561264, + ], + [ + -72.55523801362195, + 42.85431457928891, + ], + [ + -72.45832794531177, + 42.726902911173795, + ], + [ + -72.92995694442128, + 42.73920361606349, + ], + [ + -72.92098378994811, + 42.92688336665127, + ], + [ + -73.00748499906942, + 42.93015997363062, + ], + [ + -72.9963582875227, + 43.11918259593124, + ], + [ + -72.8682216416459, + 43.11322024552619, + ], + [ + -72.81904875513297, + 43.255564647088185, + ], + [ + -72.68265680714087, + 43.222637432689126, + ], + [ + -72.4332031127869, + 43.23327297665489, + ], + ], + ], + "type": "Polygon", + }, + "id": "50025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19167 { + "geometry": { + "coordinates": [ + [ + [ + -95.86175051603995, + 43.25749838235469, + ], + [ + -95.85923803278746, + 42.90910374517315, + ], + [ + -96.53832636331654, + 42.908781455962064, + ], + [ + -96.51033012136027, + 43.04994413041675, + ], + [ + -96.45397871126879, + 43.08335477863243, + ], + [ + -96.47515535582546, + 43.219736829789376, + ], + [ + -96.55555481990501, + 43.25975440683227, + ], + [ + -95.86175051603995, + 43.25749838235469, + ], + ], + ], + "type": "Polygon", + }, + "id": "19167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19141 { + "geometry": { + "coordinates": [ + [ + [ + -95.38796795985688, + 43.25518864300859, + ], + [ + -95.38796795985688, + 42.90990946820086, + ], + [ + -95.85923803278746, + 42.90910374517315, + ], + [ + -95.86175051603995, + 43.25749838235469, + ], + [ + -95.38796795985688, + 43.25518864300859, + ], + ], + ], + "type": "Polygon", + }, + "id": "19141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19033 { + "geometry": { + "coordinates": [ + [ + [ + -93.02408014544648, + 43.25551093221967, + ], + [ + -93.02408014544648, + 43.212807611751074, + ], + [ + -93.02551585016218, + 42.9077608734603, + ], + [ + -93.4985805539874, + 42.908512881619494, + ], + [ + -93.49750377545062, + 43.25545721735116, + ], + [ + -93.02408014544648, + 43.25551093221967, + ], + ], + ], + "type": "Polygon", + }, + "id": "19033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19081 { + "geometry": { + "coordinates": [ + [ + [ + -93.49750377545062, + 43.25545721735116, + ], + [ + -93.4985805539874, + 42.908512881619494, + ], + [ + -93.97128633163369, + 42.9077608734603, + ], + [ + -93.97056847927584, + 43.25534978761413, + ], + [ + -93.49750377545062, + 43.25545721735116, + ], + ], + ], + "type": "Polygon", + }, + "id": "19081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19147 { + "geometry": { + "coordinates": [ + [ + [ + -94.44327425692214, + 43.255027498403045, + ], + [ + -94.44327425692214, + 42.90808316267138, + ], + [ + -94.91382647749488, + 42.9096946087268, + ], + [ + -94.91382647749488, + 43.255027498403045, + ], + [ + -94.44327425692214, + 43.255027498403045, + ], + ], + ], + "type": "Polygon", + }, + "id": "19147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19041 { + "geometry": { + "coordinates": [ + [ + [ + -94.91382647749488, + 43.255027498403045, + ], + [ + -94.91382647749488, + 42.9096946087268, + ], + [ + -95.38796795985688, + 42.90990946820086, + ], + [ + -95.38796795985688, + 43.25518864300859, + ], + [ + -94.91382647749488, + 43.255027498403045, + ], + ], + ], + "type": "Polygon", + }, + "id": "19041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26049 { + "geometry": { + "coordinates": [ + [ + [ + -83.46085103412689, + 43.22306715163724, + ], + [ + -83.45331358436944, + 42.880420005386696, + ], + [ + -83.68948701010312, + 42.871234762870806, + ], + [ + -83.68661560067171, + 42.783249808244946, + ], + [ + -83.92243010022646, + 42.780832639161815, + ], + [ + -83.92924969762608, + 43.132772457665276, + ], + [ + -83.93176218087856, + 43.22032769334303, + ], + [ + -83.69558875514487, + 43.22134827584479, + ], + [ + -83.46085103412689, + 43.22306715163724, + ], + ], + ], + "type": "Polygon", + }, + "id": "26049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19037 { + "geometry": { + "coordinates": [ + [ + [ + -92.08082214722744, + 43.2129150414881, + ], + [ + -92.08118107340637, + 43.08276391507878, + ], + [ + -92.08189892576422, + 42.90700886530111, + ], + [ + -92.55424577723159, + 42.907116295038136, + ], + [ + -92.55424577723159, + 43.212807611751074, + ], + [ + -92.08082214722744, + 43.2129150414881, + ], + ], + ], + "type": "Polygon", + }, + "id": "19037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19067 { + "geometry": { + "coordinates": [ + [ + [ + -92.55424577723159, + 43.212807611751074, + ], + [ + -92.55424577723159, + 42.907116295038136, + ], + [ + -93.02551585016218, + 42.9077608734603, + ], + [ + -93.02408014544648, + 43.212807611751074, + ], + [ + -92.55424577723159, + 43.212807611751074, + ], + ], + ], + "type": "Polygon", + }, + "id": "19067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55049 { + "geometry": { + "coordinates": [ + [ + [ + -90.19394722461045, + 43.16446423008851, + ], + [ + -89.83825138129423, + 43.206039538318315, + ], + [ + -89.83825138129423, + 42.85737632679421, + ], + [ + -89.83825138129423, + 42.81375985356087, + ], + [ + -90.4268903147338, + 42.812792985927615, + ], + [ + -90.42976172416522, + 43.20093662580949, + ], + [ + -90.19394722461045, + 43.16446423008851, + ], + ], + ], + "type": "Polygon", + }, + "id": "55049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55043 { + "geometry": { + "coordinates": [ + [ + [ + -90.42976172416522, + 43.20093662580949, + ], + [ + -90.4268903147338, + 42.812792985927615, + ], + [ + -90.42653138855488, + 42.50704795434616, + ], + [ + -90.64081031737403, + 42.508283396321985, + ], + [ + -90.70254562014941, + 42.63075329653381, + ], + [ + -90.8970836091276, + 42.67512177792634, + ], + [ + -91.06541998704417, + 42.75209518450684, + ], + [ + -91.15694616267045, + 42.98811831675718, + ], + [ + -91.06541998704417, + 42.992039502158704, + ], + [ + -90.66665300225675, + 43.17171573733789, + ], + [ + -90.42976172416522, + 43.20093662580949, + ], + ], + ], + "type": "Polygon", + }, + "id": "55043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 33011 { + "geometry": { + "coordinates": [ + [ + [ + -71.39231719389984, + 43.0089596857406, + ], + [ + -71.45118108724381, + 42.93069712231576, + ], + [ + -71.42713303325573, + 42.82482511647474, + ], + [ + -71.24551638671888, + 42.742587652779875, + ], + [ + -71.25592524590775, + 42.736088153689685, + ], + [ + -71.29433034705289, + 42.69693001454301, + ], + [ + -71.89876203236524, + 42.71143302904178, + ], + [ + -71.92891183139507, + 42.71223875206949, + ], + [ + -72.00608095986428, + 42.9439109799702, + ], + [ + -72.06243236995576, + 42.944770417866415, + ], + [ + -72.03802538978874, + 43.128797557395245, + ], + [ + -72.0089523692957, + 43.1878839127606, + ], + [ + -71.9131190795223, + 43.20727498029414, + ], + [ + -71.85604981707297, + 43.115368840266754, + ], + [ + -71.66797249931545, + 43.15259324414693, + ], + [ + -71.64141196207488, + 43.054187605029355, + ], + [ + -71.518659208882, + 43.068905479002176, + ], + [ + -71.39231719389984, + 43.0089596857406, + ], + ], + ], + "type": "Polygon", + }, + "id": "33011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26139 { + "geometry": { + "coordinates": [ + [ + [ + -85.79064086153927, + 43.20518010042209, + ], + [ + -85.78238555942396, + 42.768209645061035, + ], + [ + -86.20843093380981, + 42.76751135177035, + ], + [ + -86.22637724275613, + 42.98795717215164, + ], + [ + -86.2719608674798, + 43.11837687290353, + ], + [ + -85.90729186969041, + 43.11891402158867, + ], + [ + -85.90872757440611, + 43.20593210858129, + ], + [ + -85.79064086153927, + 43.20518010042209, + ], + ], + ], + "type": "Polygon", + }, + "id": "26139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16063 { + "geometry": { + "coordinates": [ + [ + [ + -113.71545650820548, + 43.199916043307724, + ], + [ + -113.71473865584763, + 42.84958767085968, + ], + [ + -113.76534724707628, + 42.76412731505397, + ], + [ + -113.93368362499284, + 42.764879323213165, + ], + [ + -114.05105248550183, + 42.80838836670947, + ], + [ + -114.3464487307584, + 42.80897923026313, + ], + [ + -114.36618967059935, + 42.85066196822996, + ], + [ + -114.5951845727545, + 42.85066196822996, + ], + [ + -114.59554349893344, + 43.19814345264676, + ], + [ + -114.37588067743037, + 43.19948632435961, + ], + [ + -113.71545650820548, + 43.199916043307724, + ], + ], + ], + "type": "Polygon", + }, + "id": "16063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16047 { + "geometry": { + "coordinates": [ + [ + [ + -114.59554349893344, + 43.19814345264676, + ], + [ + -114.5951845727545, + 42.85066196822996, + ], + [ + -114.61779692202688, + 42.64928492617113, + ], + [ + -114.8205902131204, + 42.670663443839686, + ], + [ + -114.8787362541065, + 42.757466671358245, + ], + [ + -114.90134860337888, + 42.85818204982191, + ], + [ + -115.03451021576063, + 42.9120043480729, + ], + [ + -115.08799021642069, + 42.914636376630085, + ], + [ + -115.08727236406284, + 43.19825088238379, + ], + [ + -114.59554349893344, + 43.19814345264676, + ], + ], + ], + "type": "Polygon", + }, + "id": "16047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55055 { + "geometry": { + "coordinates": [ + [ + [ + -88.53570827796969, + 43.1959948579062, + ], + [ + -88.54145109683252, + 42.84292702716395, + ], + [ + -88.77690667020835, + 42.84265845282138, + ], + [ + -89.01343902212096, + 42.847331646382095, + ], + [ + -89.00877298179492, + 43.19760630396162, + ], + [ + -88.53570827796969, + 43.1959948579062, + ], + ], + ], + "type": "Polygon", + }, + "id": "55055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16067 { + "geometry": { + "coordinates": [ + [ + [ + -113.47318133743005, + 42.66915942752129, + ], + [ + -113.55860576801457, + 42.65632157394646, + ], + [ + -113.65731046721938, + 42.53503340084194, + ], + [ + -113.93260684645605, + 42.53519454544748, + ], + [ + -113.93368362499284, + 42.764879323213165, + ], + [ + -113.76534724707628, + 42.76412731505397, + ], + [ + -113.71473865584763, + 42.84958767085968, + ], + [ + -113.71545650820548, + 43.199916043307724, + ], + [ + -113.41467637026501, + 43.19970118383367, + ], + [ + -113.41395851790716, + 42.84910423704305, + ], + [ + -113.47282241125112, + 42.84905052217454, + ], + [ + -113.47318133743005, + 42.66915942752129, + ], + ], + ], + "type": "Polygon", + }, + "id": "16067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55133 { + "geometry": { + "coordinates": [ + [ + [ + -88.41798049128178, + 43.19470570106187, + ], + [ + -88.06407927886018, + 43.192127387373205, + ], + [ + -88.069822097723, + 42.84330303124355, + ], + [ + -88.30671337581454, + 42.84206758926773, + ], + [ + -88.54145109683252, + 42.84292702716395, + ], + [ + -88.53570827796969, + 43.1959948579062, + ], + [ + -88.41798049128178, + 43.19470570106187, + ], + ], + ], + "type": "Polygon", + }, + "id": "55133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55079 { + "geometry": { + "coordinates": [ + [ + [ + -87.89323041769113, + 43.19201995763618, + ], + [ + -87.82682907458971, + 42.84222873387327, + ], + [ + -88.069822097723, + 42.84330303124355, + ], + [ + -88.06407927886018, + 43.192127387373205, + ], + [ + -87.89323041769113, + 43.19201995763618, + ], + ], + ], + "type": "Polygon", + }, + "id": "55079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36053 { + "geometry": { + "coordinates": [ + [ + [ + -75.88427832316589, + 43.155601276783706, + ], + [ + -75.73891322070062, + 43.1647865192996, + ], + [ + -75.55263053383774, + 43.03748228092151, + ], + [ + -75.54437523172243, + 42.931771419686044, + ], + [ + -75.44423482780192, + 42.93306057653037, + ], + [ + -75.43705630422339, + 42.863231247462224, + ], + [ + -75.24790220792909, + 42.871503337213376, + ], + [ + -75.29563938972632, + 42.74414538396678, + ], + [ + -75.8896622158498, + 42.7238411636685, + ], + [ + -75.89612288707048, + 42.79093103444244, + ], + [ + -75.91622275309035, + 43.07561983756642, + ], + [ + -75.99339188155957, + 43.183318148936905, + ], + [ + -75.88427832316589, + 43.155601276783706, + ], + ], + ], + "type": "Polygon", + }, + "id": "36053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 33005 { + "geometry": { + "coordinates": [ + [ + [ + -72.03802538978874, + 43.128797557395245, + ], + [ + -72.06243236995576, + 42.944770417866415, + ], + [ + -72.00608095986428, + 42.9439109799702, + ], + [ + -71.92891183139507, + 42.71223875206949, + ], + [ + -72.28281304381667, + 42.72153142432241, + ], + [ + -72.45832794531177, + 42.726902911173795, + ], + [ + -72.55523801362195, + 42.85431457928891, + ], + [ + -72.4439708981547, + 43.01105456561264, + ], + [ + -72.45150834791215, + 43.161295052846185, + ], + [ + -72.15647102883452, + 43.18197527722406, + ], + [ + -72.17836552574904, + 43.131966734637565, + ], + [ + -72.03802538978874, + 43.128797557395245, + ], + ], + ], + "type": "Polygon", + }, + "id": "33005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46135 { + "geometry": { + "coordinates": [ + [ + [ + -97.16070435757521, + 43.08313991915838, + ], + [ + -97.16070435757521, + 42.799632843141694, + ], + [ + -97.30786409093511, + 42.867528436943346, + ], + [ + -97.48481469714591, + 42.85028596415036, + ], + [ + -97.63556369229507, + 42.85141397638915, + ], + [ + -97.6373583231897, + 43.16876141956963, + ], + [ + -97.39939026656138, + 43.169405997991795, + ], + [ + -97.16070435757521, + 43.16999686154545, + ], + [ + -97.16070435757521, + 43.08313991915838, + ], + ], + ], + "type": "Polygon", + }, + "id": "46135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46009 { + "geometry": { + "coordinates": [ + [ + [ + -97.6373583231897, + 43.16876141956963, + ], + [ + -97.63556369229507, + 42.85141397638915, + ], + [ + -97.86778893006056, + 42.85963235127179, + ], + [ + -97.95357228682401, + 42.76896165322023, + ], + [ + -98.0343306770825, + 42.76396617044843, + ], + [ + -98.15313524230719, + 42.838952126893915, + ], + [ + -98.0939124227843, + 42.978771929635755, + ], + [ + -98.07704289237475, + 43.168331700621515, + ], + [ + -97.6373583231897, + 43.16876141956963, + ], + ], + ], + "type": "Polygon", + }, + "id": "46009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26155 { + "geometry": { + "coordinates": [ + [ + [ + -83.92924969762608, + 43.132772457665276, + ], + [ + -83.92243010022646, + 42.780832639161815, + ], + [ + -84.15824459978123, + 42.77658916454921, + ], + [ + -84.36355037412723, + 42.77572972665298, + ], + [ + -84.36785748827434, + 43.11794715395543, + ], + [ + -84.36785748827434, + 43.12842155331565, + ], + [ + -83.92924969762608, + 43.132772457665276, + ], + ], + ], + "type": "Polygon", + }, + "id": "26155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36037 { + "geometry": { + "coordinates": [ + [ + [ + -77.90969875084853, + 42.98768859780907, + ], + [ + -77.95492344939329, + 42.86247923930303, + ], + [ + -78.4642396972901, + 42.86747472207483, + ], + [ + -78.4642396972901, + 43.083623352975, + ], + [ + -78.4656754020058, + 43.1286364127897, + ], + [ + -77.99727673850661, + 43.13298731713933, + ], + [ + -77.90610948905928, + 43.133578180692986, + ], + [ + -77.90969875084853, + 42.98768859780907, + ], + ], + ], + "type": "Polygon", + }, + "id": "36037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26067 { + "geometry": { + "coordinates": [ + [ + [ + -84.83697400413138, + 43.11886030672016, + ], + [ + -84.83697400413138, + 42.77046566953862, + ], + [ + -85.07422420840183, + 42.77078795874971, + ], + [ + -85.30967978177766, + 42.76987480598497, + ], + [ + -85.31255119120908, + 43.118806591851644, + ], + [ + -84.83697400413138, + 43.11886030672016, + ], + ], + ], + "type": "Polygon", + }, + "id": "26067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26037 { + "geometry": { + "coordinates": [ + [ + [ + -84.36785748827434, + 43.11794715395543, + ], + [ + -84.36355037412723, + 42.77572972665298, + ], + [ + -84.60259520929232, + 42.76987480598497, + ], + [ + -84.83697400413138, + 42.77046566953862, + ], + [ + -84.83697400413138, + 43.11886030672016, + ], + [ + -84.36785748827434, + 43.11794715395543, + ], + ], + ], + "type": "Polygon", + }, + "id": "26037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16077 { + "geometry": { + "coordinates": [ + [ + [ + -113.00837193572013, + 43.110856791311576, + ], + [ + -113.00801300954122, + 42.86290895825114, + ], + [ + -112.81706428235228, + 42.863123817725196, + ], + [ + -112.75138079160871, + 42.95132363182512, + ], + [ + -112.74886830835622, + 42.913562079259805, + ], + [ + -112.58268548751322, + 42.97286329409921, + ], + [ + -112.51700199676966, + 42.90990946820086, + ], + [ + -112.49761998310763, + 42.732918976447365, + ], + [ + -112.38096897495649, + 42.64611574892881, + ], + [ + -112.42080978081734, + 42.50269704999653, + ], + [ + -112.49905568782333, + 42.50291190947058, + ], + [ + -112.49869676164441, + 42.415840107609455, + ], + [ + -112.65482964947746, + 42.415840107609455, + ], + [ + -112.65482964947746, + 42.32871459087981, + ], + [ + -113.00155233832054, + 42.32737171916697, + ], + [ + -113.00370589539409, + 42.587942546328186, + ], + [ + -113.23772576405422, + 42.62516695020836, + ], + [ + -113.17993864924703, + 42.675390352268906, + ], + [ + -113.23772576405422, + 42.762193579787464, + ], + [ + -113.2441864352749, + 43.110964221048604, + ], + [ + -113.00837193572013, + 43.110856791311576, + ], + ], + ], + "type": "Polygon", + }, + "id": "16077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36029 { + "geometry": { + "coordinates": [ + [ + [ + [ + -78.9965272206382, + 43.064662004389575, + ], + [ + -78.89423325964412, + 43.02577243958547, + ], + [ + -78.93874010583102, + 42.958575139074505, + ], + [ + -78.9965272206382, + 43.064662004389575, + ], + ], + ], + [ + [ + [ + -78.4642396972901, + 43.083623352975, + ], + [ + -78.4642396972901, + 42.86747472207483, + ], + [ + -78.46388077111116, + 42.53632255768627, + ], + [ + -78.90141178322266, + 42.448552462534465, + ], + [ + -79.06077500666605, + 42.53782657400466, + ], + [ + -79.13614950424063, + 42.56930348695384, + ], + [ + -79.04821259040362, + 42.69005451137322, + ], + [ + -78.85331567524649, + 42.78668755982983, + ], + [ + -78.91182064241153, + 42.9558356807803, + ], + [ + -78.88274762191847, + 43.02357012997639, + ], + [ + -78.73415218384287, + 43.0839993570546, + ], + [ + -78.4642396972901, + 43.083623352975, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "36029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46127 { + "geometry": { + "coordinates": [ + [ + [ + -96.45397871126879, + 43.08335477863243, + ], + [ + -96.51033012136027, + 43.04994413041675, + ], + [ + -96.53832636331654, + 42.908781455962064, + ], + [ + -96.63057039130067, + 42.76611476518899, + ], + [ + -96.62410972007999, + 42.707135839560664, + ], + [ + -96.50961226900242, + 42.63064586679678, + ], + [ + -96.49884448363461, + 42.560816537728634, + ], + [ + -96.44715911386919, + 42.48980548155318, + ], + [ + -96.63128824365852, + 42.524344142007656, + ], + [ + -96.69840743911779, + 42.65035922354141, + ], + [ + -96.80608529279576, + 42.70412780692388, + ], + [ + -96.80572636661684, + 43.08367706784352, + ], + [ + -96.45397871126879, + 43.08335477863243, + ], + ], + ], + "type": "Polygon", + }, + "id": "46127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 46027 { + "geometry": { + "coordinates": [ + [ + [ + -96.80572636661684, + 43.08367706784352, + ], + [ + -96.80608529279576, + 42.70412780692388, + ], + [ + -97.01641603364673, + 42.76160271623382, + ], + [ + -97.16070435757521, + 42.799632843141694, + ], + [ + -97.16070435757521, + 43.08313991915838, + ], + [ + -96.9241720056626, + 43.08373078271203, + ], + [ + -96.80572636661684, + 43.08367706784352, + ], + ], + ], + "type": "Polygon", + }, + "id": "46027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19065 { + "geometry": { + "coordinates": [ + [ + [ + -91.60524496014973, + 43.081635902839984, + ], + [ + -91.60703959104437, + 42.643967154188246, + ], + [ + -92.08189892576422, + 42.64203341892174, + ], + [ + -92.08189892576422, + 42.90700886530111, + ], + [ + -92.08118107340637, + 43.08276391507878, + ], + [ + -91.60524496014973, + 43.081635902839984, + ], + ], + ], + "type": "Polygon", + }, + "id": "19065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19043 { + "geometry": { + "coordinates": [ + [ + [ + -91.17740495486926, + 43.08023931625863, + ], + [ + -91.15694616267045, + 42.98811831675718, + ], + [ + -91.06541998704417, + 42.75209518450684, + ], + [ + -90.8970836091276, + 42.67512177792634, + ], + [ + -90.89744253530654, + 42.645686029980695, + ], + [ + -91.13289810868237, + 42.64584717458624, + ], + [ + -91.60703959104437, + 42.643967154188246, + ], + [ + -91.60524496014973, + 43.081635902839984, + ], + [ + -91.17740495486926, + 43.08023931625863, + ], + ], + ], + "type": "Polygon", + }, + "id": "19043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36057 { + "geometry": { + "coordinates": [ + [ + [ + -74.09754380446942, + 42.98290797451133, + ], + [ + -74.09251883796445, + 42.95578196591178, + ], + [ + -74.08390460967021, + 42.89734018896859, + ], + [ + -74.2633676991335, + 42.79651738076789, + ], + [ + -74.45503427868029, + 42.772990268358775, + ], + [ + -74.64813656294278, + 42.829552024903975, + ], + [ + -74.76335186637822, + 42.86317753259371, + ], + [ + -74.75976260458894, + 43.047365816728075, + ], + [ + -74.54225334015943, + 42.98543257333148, + ], + [ + -74.09754380446942, + 42.98290797451133, + ], + ], + ], + "type": "Polygon", + }, + "id": "36057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36069 { + "geometry": { + "coordinates": [ + [ + [ + -76.96392826937702, + 43.013149445484686, + ], + [ + -76.97254249767126, + 42.76412731505397, + ], + [ + -77.31316344147257, + 42.76128042702273, + ], + [ + -77.36664344213263, + 42.57628641986065, + ], + [ + -77.49011404768338, + 42.57719957262539, + ], + [ + -77.48688371207304, + 42.67028743976009, + ], + [ + -77.59886867989813, + 42.67195260068402, + ], + [ + -77.58020451859394, + 42.94396469483871, + ], + [ + -77.48257659792591, + 42.943158971811, + ], + [ + -77.48544800735733, + 43.03452796315324, + ], + [ + -77.37130948245868, + 43.034635392890266, + ], + [ + -77.13405927818822, + 43.03989945000464, + ], + [ + -76.96392826937702, + 43.013149445484686, + ], + ], + ], + "type": "Polygon", + }, + "id": "36069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16005 { + "geometry": { + "coordinates": [ + [ + [ + -112.06403715896433, + 43.02222725826354, + ], + [ + -112.15053836808563, + 42.897662478179676, + ], + [ + -112.09777621978343, + 42.696392865857874, + ], + [ + -111.97035742626448, + 42.717771383526426, + ], + [ + -111.91795420414121, + 42.617109719931264, + ], + [ + -111.87631876738573, + 42.41621611168905, + ], + [ + -111.89785433812132, + 42.25652180759705, + ], + [ + -112.1272081664554, + 42.285259262252026, + ], + [ + -112.19181487866219, + 42.35111369105014, + ], + [ + -112.32820682665428, + 42.32457854600425, + ], + [ + -112.29805702762445, + 42.45397766425437, + ], + [ + -112.42080978081734, + 42.50269704999653, + ], + [ + -112.38096897495649, + 42.64611574892881, + ], + [ + -112.49761998310763, + 42.732918976447365, + ], + [ + -112.51700199676966, + 42.90990946820086, + ], + [ + -112.58268548751322, + 42.97286329409921, + ], + [ + -112.74886830835622, + 42.913562079259805, + ], + [ + -112.75138079160871, + 42.95132363182512, + ], + [ + -112.6566242803721, + 43.02185125418395, + ], + [ + -112.06403715896433, + 43.02222725826354, + ], + ], + ], + "type": "Polygon", + }, + "id": "16005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16029 { + "geometry": { + "coordinates": [ + [ + [ + -111.59061352896018, + 43.01997123378596, + ], + [ + -111.04396895845501, + 43.02002494865447, + ], + [ + -111.04684036788642, + 42.51311773448824, + ], + [ + -111.23491768564395, + 42.47868650377079, + ], + [ + -111.22235526938151, + 42.57231151959063, + ], + [ + -111.60425272375939, + 42.59062828975388, + ], + [ + -111.59922775725441, + 42.41567896300391, + ], + [ + -111.87631876738573, + 42.41621611168905, + ], + [ + -111.91795420414121, + 42.617109719931264, + ], + [ + -111.97035742626448, + 42.717771383526426, + ], + [ + -112.09777621978343, + 42.696392865857874, + ], + [ + -112.15053836808563, + 42.897662478179676, + ], + [ + -112.06403715896433, + 43.02222725826354, + ], + [ + -111.59061352896018, + 43.01997123378596, + ], + ], + ], + "type": "Polygon", + }, + "id": "16029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36099 { + "geometry": { + "coordinates": [ + [ + [ + -76.6663784670469, + 42.62344807441591, + ], + [ + -76.58597900296733, + 42.5499124194203, + ], + [ + -76.69652826607673, + 42.54668952730947, + ], + [ + -76.89573229538097, + 42.54147918506361, + ], + [ + -76.89501444302311, + 42.654280408942924, + ], + [ + -76.97254249767126, + 42.76412731505397, + ], + [ + -76.96392826937702, + 43.013149445484686, + ], + [ + -76.7137567226652, + 43.02394613405599, + ], + [ + -76.73349766250617, + 42.72781606393853, + ], + [ + -76.6663784670469, + 42.62344807441591, + ], + ], + ], + "type": "Polygon", + }, + "id": "36099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31165 { + "geometry": { + "coordinates": [ + [ + [ + -103.44442497204271, + 42.43732605501504, + ], + [ + -103.44406604586378, + 42.09070400849446, + ], + [ + -103.40171275675044, + 42.003524776896306, + ], + [ + -104.05316377150217, + 42.001698471366836, + ], + [ + -104.05316377150217, + 42.61163080334284, + ], + [ + -104.05316377150217, + 43.00444763678543, + ], + [ + -103.50364779156558, + 43.00074131085796, + ], + [ + -103.48031758993537, + 42.78496868403739, + ], + [ + -103.47995866375643, + 42.43727234014653, + ], + [ + -103.44442497204271, + 42.43732605501504, + ], + ], + ], + "type": "Polygon", + }, + "id": "31165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31161 { + "geometry": { + "coordinates": [ + [ + [ + -102.00620777308393, + 42.09634406968843, + ], + [ + -102.0665073711436, + 42.00911112322176, + ], + [ + -102.67739972767662, + 42.00529736755727, + ], + [ + -102.69785851987544, + 42.00481393374064, + ], + [ + -102.74236536606233, + 42.0923691694184, + ], + [ + -102.74954388964086, + 42.439850653835194, + ], + [ + -102.77323301745001, + 42.439850653835194, + ], + [ + -102.77323301745001, + 42.78523725837996, + ], + [ + -102.79261503111205, + 42.99993558783025, + ], + [ + -102.08265904919529, + 42.99929100940808, + ], + [ + -102.0665073711436, + 42.44344955002563, + ], + [ + -102.03922898154518, + 42.44328840542009, + ], + [ + -102.04066468626088, + 42.096720073768026, + ], + [ + -102.00620777308393, + 42.09634406968843, + ], + ], + ], + "type": "Polygon", + }, + "id": "31161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31045 { + "geometry": { + "coordinates": [ + [ + [ + -102.77323301745001, + 42.439850653835194, + ], + [ + -103.44442497204271, + 42.43732605501504, + ], + [ + -103.47995866375643, + 42.43727234014653, + ], + [ + -103.48031758993537, + 42.78496868403739, + ], + [ + -103.50364779156558, + 43.00074131085796, + ], + [ + -103.00079221488946, + 43.00074131085796, + ], + [ + -102.79261503111205, + 42.99993558783025, + ], + [ + -102.77323301745001, + 42.78523725837996, + ], + [ + -102.77323301745001, + 42.439850653835194, + ], + ], + ], + "type": "Polygon", + }, + "id": "31045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31015 { + "geometry": { + "coordinates": [ + [ + [ + -98.30962705631917, + 42.88262231499577, + ], + [ + -98.30496101599313, + 42.761172997285705, + ], + [ + -98.58384665701907, + 42.77970462692302, + ], + [ + -98.89324102325378, + 42.84604248953776, + ], + [ + -98.95282276895558, + 42.89272071027639, + ], + [ + -99.25719216868532, + 42.804306036702414, + ], + [ + -99.25539753779069, + 42.99805556743226, + ], + [ + -98.49842222643454, + 42.998646430985914, + ], + [ + -98.30962705631917, + 42.88262231499577, + ], + ], + ], + "type": "Polygon", + }, + "id": "31015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31103 { + "geometry": { + "coordinates": [ + [ + [ + -99.25539753779069, + 42.99805556743226, + ], + [ + -99.25719216868532, + 42.804306036702414, + ], + [ + -99.53751351442698, + 42.717610238920884, + ], + [ + -99.67785365038726, + 42.73087781144383, + ], + [ + -100.13404882380293, + 42.807797503155825, + ], + [ + -100.19829660983079, + 42.84609620440627, + ], + [ + -100.19829660983079, + 42.9985927161174, + ], + [ + -99.53428317881664, + 42.99794813769523, + ], + [ + -99.25539753779069, + 42.99805556743226, + ], + ], + ], + "type": "Polygon", + }, + "id": "31103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31031 { + "geometry": { + "coordinates": [ + [ + [ + -101.22805581717112, + 42.997840707958204, + ], + [ + -100.19829660983079, + 42.9985927161174, + ], + [ + -100.19829660983079, + 42.84609620440627, + ], + [ + -100.16742895844311, + 42.085815955459694, + ], + [ + -100.26756936236362, + 42.08613824467078, + ], + [ + -100.84615836279325, + 42.08817940967431, + ], + [ + -101.42654199411751, + 42.092208024812855, + ], + [ + -102.00620777308393, + 42.09634406968843, + ], + [ + -102.04066468626088, + 42.096720073768026, + ], + [ + -102.03922898154518, + 42.44328840542009, + ], + [ + -102.0665073711436, + 42.44344955002563, + ], + [ + -102.08265904919529, + 42.99929100940808, + ], + [ + -101.22805581717112, + 42.997840707958204, + ], + ], + ], + "type": "Polygon", + }, + "id": "31031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41029 { + "geometry": { + "coordinates": [ + [ + [ + -122.28338332536168, + 42.99477896045291, + ], + [ + -122.28948507040343, + 42.00771453664039, + ], + [ + -123.2305895115489, + 42.00384706610739, + ], + [ + -123.22951273301211, + 42.70826385179946, + ], + [ + -123.15270253072183, + 42.75397520490483, + ], + [ + -122.7955709826899, + 42.77938233771194, + ], + [ + -122.55903863077728, + 42.93789491469663, + ], + [ + -122.40218789058638, + 42.994940105058454, + ], + [ + -122.28338332536168, + 42.99477896045291, + ], + ], + ], + "type": "Polygon", + }, + "id": "41029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36051 { + "geometry": { + "coordinates": [ + [ + [ + -77.58020451859394, + 42.94396469483871, + ], + [ + -77.59886867989813, + 42.67195260068402, + ], + [ + -77.48688371207304, + 42.67028743976009, + ], + [ + -77.49011404768338, + 42.57719957262539, + ], + [ + -77.65988613031564, + 42.5803150349992, + ], + [ + -77.72305713780672, + 42.471220137047354, + ], + [ + -77.84078492449464, + 42.51773721318044, + ], + [ + -78.03855324908318, + 42.52096010529128, + ], + [ + -77.956359154109, + 42.66787027067696, + ], + [ + -77.95492344939329, + 42.86247923930303, + ], + [ + -77.90969875084853, + 42.98768859780907, + ], + [ + -77.7309535137431, + 42.98838689109975, + ], + [ + -77.73418384935344, + 42.94573728549967, + ], + [ + -77.58020451859394, + 42.94396469483871, + ], + ], + ], + "type": "Polygon", + }, + "id": "36051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36083 { + "geometry": { + "coordinates": [ + [ + [ + -73.27380822383293, + 42.94364240562763, + ], + [ + -73.26483506935978, + 42.74597168949626, + ], + [ + -73.35241305701786, + 42.510002272114434, + ], + [ + -73.7838423240876, + 42.46423720414054, + ], + [ + -73.76194782717307, + 42.60674275030807, + ], + [ + -73.67688232276748, + 42.783249808244946, + ], + [ + -73.63560581219092, + 42.94127895141301, + ], + [ + -73.27380822383293, + 42.94364240562763, + ], + ], + ], + "type": "Polygon", + }, + "id": "36083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36093 { + "geometry": { + "coordinates": [ + [ + [ + -73.80932608279139, + 42.778845189026796, + ], + [ + -74.18009682562253, + 42.729964658679094, + ], + [ + -74.27234085360666, + 42.7142262022045, + ], + [ + -74.2633676991335, + 42.79651738076789, + ], + [ + -74.08390460967021, + 42.89734018896859, + ], + [ + -74.09251883796445, + 42.95578196591178, + ], + [ + -73.90480044638585, + 42.91109119530816, + ], + [ + -73.80932608279139, + 42.778845189026796, + ], + ], + ], + "type": "Polygon", + }, + "id": "36093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41015 { + "geometry": { + "coordinates": [ + [ + [ + -123.81204992140995, + 42.78937330325553, + ], + [ + -123.71621663163656, + 42.78378695693008, + ], + [ + -123.83179086125091, + 42.63257960206329, + ], + [ + -123.89065475459486, + 42.50033359578192, + ], + [ + -124.00838254128278, + 42.49609012116932, + ], + [ + -124.02561099787125, + 42.35922463619575, + ], + [ + -123.89209045931057, + 42.35283256684259, + ], + [ + -123.79123220303221, + 42.235734153482156, + ], + [ + -123.85691569377576, + 42.14114227002907, + ], + [ + -123.82138200206204, + 41.995413831750696, + ], + [ + -124.21153475855522, + 41.998475579255995, + ], + [ + -124.35295167305229, + 42.10338071746376, + ], + [ + -124.42760831826902, + 42.33446208181081, + ], + [ + -124.38992106948173, + 42.57472868867375, + ], + [ + -124.41540482818552, + 42.66061876342757, + ], + [ + -124.51016133942213, + 42.733456125132506, + ], + [ + -124.55107892381976, + 42.842443593347326, + ], + [ + -124.47929368803445, + 42.95497624288407, + ], + [ + -124.2571183832789, + 42.954761383410016, + ], + [ + -124.16092616732658, + 42.88246117039023, + ], + [ + -124.13903167041205, + 42.67082458844523, + ], + [ + -123.99689690355713, + 42.68564989215508, + ], + [ + -123.92547059395073, + 42.77487028875676, + ], + [ + -123.81204992140995, + 42.78937330325553, + ], + ], + ], + "type": "Polygon", + }, + "id": "41015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16083 { + "geometry": { + "coordinates": [ + [ + [ + -114.8787362541065, + 42.757466671358245, + ], + [ + -114.8205902131204, + 42.670663443839686, + ], + [ + -114.61779692202688, + 42.64928492617113, + ], + [ + -114.37588067743037, + 42.598148371345836, + ], + [ + -114.13073409722352, + 42.49501582379904, + ], + [ + -114.00152067280996, + 42.526331592142675, + ], + [ + -114.06792201591138, + 42.514353176464056, + ], + [ + -114.07007557298493, + 42.41696811984825, + ], + [ + -114.2857902065198, + 42.41723669419082, + ], + [ + -114.28255987090947, + 41.994070960037845, + ], + [ + -115.03917625608668, + 41.99584355069881, + ], + [ + -115.03845840372882, + 42.76837078966658, + ], + [ + -115.03451021576063, + 42.9120043480729, + ], + [ + -114.90134860337888, + 42.85818204982191, + ], + [ + -114.8787362541065, + 42.757466671358245, + ], + ], + ], + "type": "Polygon", + }, + "id": "16083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19149 { + "geometry": { + "coordinates": [ + [ + [ + -95.85923803278746, + 42.90910374517315, + ], + [ + -95.85995588514531, + 42.560547963386064, + ], + [ + -96.49884448363461, + 42.560816537728634, + ], + [ + -96.50961226900242, + 42.63064586679678, + ], + [ + -96.62410972007999, + 42.707135839560664, + ], + [ + -96.63057039130067, + 42.76611476518899, + ], + [ + -96.53832636331654, + 42.908781455962064, + ], + [ + -95.85923803278746, + 42.90910374517315, + ], + ], + ], + "type": "Polygon", + }, + "id": "19149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19021 { + "geometry": { + "coordinates": [ + [ + [ + -94.91382647749488, + 42.9096946087268, + ], + [ + -94.91454432985273, + 42.5602793890435, + ], + [ + -95.38796795985688, + 42.56172969049337, + ], + [ + -95.38796795985688, + 42.90990946820086, + ], + [ + -94.91382647749488, + 42.9096946087268, + ], + ], + ], + "type": "Polygon", + }, + "id": "19021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19035 { + "geometry": { + "coordinates": [ + [ + [ + -95.38796795985688, + 42.90990946820086, + ], + [ + -95.38796795985688, + 42.56172969049337, + ], + [ + -95.74151024609955, + 42.56129997154526, + ], + [ + -95.85995588514531, + 42.560547963386064, + ], + [ + -95.85923803278746, + 42.90910374517315, + ], + [ + -95.38796795985688, + 42.90990946820086, + ], + ], + ], + "type": "Polygon", + }, + "id": "19035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19151 { + "geometry": { + "coordinates": [ + [ + [ + -94.44327425692214, + 42.90808316267138, + ], + [ + -94.44327425692214, + 42.645148881295555, + ], + [ + -94.44327425692214, + 42.55882908759362, + ], + [ + -94.91454432985273, + 42.5602793890435, + ], + [ + -94.91382647749488, + 42.9096946087268, + ], + [ + -94.44327425692214, + 42.90808316267138, + ], + ], + ], + "type": "Polygon", + }, + "id": "19151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19197 { + "geometry": { + "coordinates": [ + [ + [ + -93.4985805539874, + 42.908512881619494, + ], + [ + -93.49965733252418, + 42.55770107535483, + ], + [ + -93.97164525781263, + 42.55813079430294, + ], + [ + -93.97164525781263, + 42.64471916234744, + ], + [ + -93.97128633163369, + 42.9077608734603, + ], + [ + -93.4985805539874, + 42.908512881619494, + ], + ], + ], + "type": "Polygon", + }, + "id": "19197", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19091 { + "geometry": { + "coordinates": [ + [ + [ + -93.97128633163369, + 42.9077608734603, + ], + [ + -93.97164525781263, + 42.64471916234744, + ], + [ + -94.44327425692214, + 42.645148881295555, + ], + [ + -94.44327425692214, + 42.90808316267138, + ], + [ + -93.97128633163369, + 42.9077608734603, + ], + ], + ], + "type": "Polygon", + }, + "id": "19091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19069 { + "geometry": { + "coordinates": [ + [ + [ + -93.02551585016218, + 42.9077608734603, + ], + [ + -93.02695155487788, + 42.556841637458604, + ], + [ + -93.49965733252418, + 42.55770107535483, + ], + [ + -93.4985805539874, + 42.908512881619494, + ], + [ + -93.02551585016218, + 42.9077608734603, + ], + ], + ], + "type": "Polygon", + }, + "id": "19069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19023 { + "geometry": { + "coordinates": [ + [ + [ + -92.55424577723159, + 42.907116295038136, + ], + [ + -92.55460470341052, + 42.64230199326431, + ], + [ + -92.55424577723159, + 42.55582105495684, + ], + [ + -93.02695155487788, + 42.556841637458604, + ], + [ + -93.02551585016218, + 42.9077608734603, + ], + [ + -92.55424577723159, + 42.907116295038136, + ], + ], + ], + "type": "Polygon", + }, + "id": "19023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19017 { + "geometry": { + "coordinates": [ + [ + [ + -92.08189892576422, + 42.90700886530111, + ], + [ + -92.08189892576422, + 42.64203341892174, + ], + [ + -92.55460470341052, + 42.64230199326431, + ], + [ + -92.55424577723159, + 42.907116295038136, + ], + [ + -92.08189892576422, + 42.90700886530111, + ], + ], + ], + "type": "Polygon", + }, + "id": "19017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36077 { + "geometry": { + "coordinates": [ + [ + [ + -74.76335186637822, + 42.86317753259371, + ], + [ + -74.64813656294278, + 42.829552024903975, + ], + [ + -74.63054918017538, + 42.62661725165823, + ], + [ + -74.71166649661278, + 42.51779092804895, + ], + [ + -74.84411025663668, + 42.5125805858031, + ], + [ + -75.19729361670043, + 42.35836519829952, + ], + [ + -75.41516180730886, + 42.314157861512534, + ], + [ + -75.37496207526908, + 42.41025376128401, + ], + [ + -75.39901012925716, + 42.511291428958764, + ], + [ + -75.33081415526112, + 42.56736975168734, + ], + [ + -75.29563938972632, + 42.74414538396678, + ], + [ + -75.24790220792909, + 42.871503337213376, + ], + [ + -75.21200959003643, + 42.879990286438584, + ], + [ + -75.1011014007481, + 42.90835173701395, + ], + [ + -74.90728126412776, + 42.825147405685826, + ], + [ + -74.87892609599257, + 42.89819962686481, + ], + [ + -74.76335186637822, + 42.86317753259371, + ], + ], + ], + "type": "Polygon", + }, + "id": "36077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31089 { + "geometry": { + "coordinates": [ + [ + [ + -98.30496101599313, + 42.761172997285705, + ], + [ + -98.300653901846, + 42.43689633606693, + ], + [ + -98.300653901846, + 42.08882398809648, + ], + [ + -98.7611561894088, + 42.088501698885395, + ], + [ + -99.22273525550837, + 42.08791083533174, + ], + [ + -99.23457981941294, + 42.087964550200255, + ], + [ + -99.24570653095967, + 42.78249780008575, + ], + [ + -99.25719216868532, + 42.804306036702414, + ], + [ + -98.95282276895558, + 42.89272071027639, + ], + [ + -98.89324102325378, + 42.84604248953776, + ], + [ + -98.58384665701907, + 42.77970462692302, + ], + [ + -98.30496101599313, + 42.761172997285705, + ], + ], + ], + "type": "Polygon", + }, + "id": "31089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26099 { + "geometry": { + "coordinates": [ + [ + [ + -82.70602927984432, + 42.686294470577245, + ], + [ + -82.81944995238511, + 42.616196567166526, + ], + [ + -82.87041746979268, + 42.45096963161759, + ], + [ + -83.08326069389614, + 42.4471558759531, + ], + [ + -83.10300163373711, + 42.88858466540081, + ], + [ + -82.98347921615455, + 42.89374129277816, + ], + [ + -82.73905048830557, + 42.89755504844265, + ], + [ + -82.70602927984432, + 42.686294470577245, + ], + ], + ], + "type": "Polygon", + }, + "id": "26099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26125 { + "geometry": { + "coordinates": [ + [ + [ + -83.08326069389614, + 42.4471558759531, + ], + [ + -83.55201828357424, + 42.43517746027449, + ], + [ + -83.66472110375719, + 42.43114884513594, + ], + [ + -83.68661560067171, + 42.783249808244946, + ], + [ + -83.68948701010312, + 42.871234762870806, + ], + [ + -83.45331358436944, + 42.880420005386696, + ], + [ + -83.10300163373711, + 42.88858466540081, + ], + [ + -83.08326069389614, + 42.4471558759531, + ], + ], + ], + "type": "Polygon", + }, + "id": "26125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 25009 { + "geometry": { + "coordinates": [ + [ + [ + -70.81803530761734, + 42.871879341292974, + ], + [ + -70.77173383053581, + 42.71014387219744, + ], + [ + -70.59083503635681, + 42.64079797694592, + ], + [ + -70.65257033913218, + 42.59154144251862, + ], + [ + -70.88802591250801, + 42.537343140188035, + ], + [ + -70.89520443608654, + 42.46026230387051, + ], + [ + -70.98385920228141, + 42.43168599382108, + ], + [ + -71.02513571285796, + 42.44489985147551, + ], + [ + -71.05743906896136, + 42.604647870436025, + ], + [ + -71.25484846737098, + 42.65632157394646, + ], + [ + -71.25592524590775, + 42.736088153689685, + ], + [ + -71.24551638671888, + 42.742587652779875, + ], + [ + -71.06497651871881, + 42.80629348683743, + ], + [ + -71.03123745789972, + 42.85909520258665, + ], + [ + -70.81803530761734, + 42.871879341292974, + ], + ], + ], + "type": "Polygon", + }, + "id": "25009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31107 { + "geometry": { + "coordinates": [ + [ + [ + -98.15313524230719, + 42.838952126893915, + ], + [ + -98.0343306770825, + 42.76396617044843, + ], + [ + -97.95357228682401, + 42.76896165322023, + ], + [ + -97.86778893006056, + 42.85963235127179, + ], + [ + -97.63556369229507, + 42.85141397638915, + ], + [ + -97.48481469714591, + 42.85028596415036, + ], + [ + -97.48553254950376, + 42.438561496990864, + ], + [ + -97.83440879542039, + 42.43770205909464, + ], + [ + -98.300653901846, + 42.43689633606693, + ], + [ + -98.30496101599313, + 42.761172997285705, + ], + [ + -98.30962705631917, + 42.88262231499577, + ], + [ + -98.15313524230719, + 42.838952126893915, + ], + ], + ], + "type": "Polygon", + }, + "id": "31107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31027 { + "geometry": { + "coordinates": [ + [ + [ + -97.16070435757521, + 42.799632843141694, + ], + [ + -97.01641603364673, + 42.76160271623382, + ], + [ + -97.01785173836244, + 42.351328550524194, + ], + [ + -97.36780476281585, + 42.351865699209334, + ], + [ + -97.36744583663692, + 42.43877635646492, + ], + [ + -97.48553254950376, + 42.438561496990864, + ], + [ + -97.48481469714591, + 42.85028596415036, + ], + [ + -97.30786409093511, + 42.867528436943346, + ], + [ + -97.16070435757521, + 42.799632843141694, + ], + ], + ], + "type": "Polygon", + }, + "id": "31027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36121 { + "geometry": { + "coordinates": [ + [ + [ + -77.95492344939329, + 42.86247923930303, + ], + [ + -77.956359154109, + 42.66787027067696, + ], + [ + -78.03855324908318, + 42.52096010529128, + ], + [ + -78.30882466181488, + 42.521013820159794, + ], + [ + -78.46388077111116, + 42.53632255768627, + ], + [ + -78.4642396972901, + 42.86747472207483, + ], + [ + -77.95492344939329, + 42.86247923930303, + ], + ], + ], + "type": "Polygon", + }, + "id": "36121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55045 { + "geometry": { + "coordinates": [ + [ + [ + -89.36913486543719, + 42.845021907036, + ], + [ + -89.36590452982685, + 42.5002798809134, + ], + [ + -89.40143822154059, + 42.500441025518946, + ], + [ + -89.8378924551153, + 42.50570508263331, + ], + [ + -89.83825138129423, + 42.81375985356087, + ], + [ + -89.83825138129423, + 42.85737632679421, + ], + [ + -89.36913486543719, + 42.845021907036, + ], + ], + ], + "type": "Polygon", + }, + "id": "55045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16053 { + "geometry": { + "coordinates": [ + [ + [ + -113.93368362499284, + 42.764879323213165, + ], + [ + -113.93260684645605, + 42.53519454544748, + ], + [ + -114.00152067280996, + 42.526331592142675, + ], + [ + -114.13073409722352, + 42.49501582379904, + ], + [ + -114.37588067743037, + 42.598148371345836, + ], + [ + -114.61779692202688, + 42.64928492617113, + ], + [ + -114.5951845727545, + 42.85066196822996, + ], + [ + -114.36618967059935, + 42.85066196822996, + ], + [ + -114.3464487307584, + 42.80897923026313, + ], + [ + -114.05105248550183, + 42.80838836670947, + ], + [ + -113.93368362499284, + 42.764879323213165, + ], + ], + ], + "type": "Polygon", + }, + "id": "16053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55105 { + "geometry": { + "coordinates": [ + [ + [ + -89.01343902212096, + 42.847331646382095, + ], + [ + -88.77690667020835, + 42.84265845282138, + ], + [ + -88.77654774402943, + 42.49195407629374, + ], + [ + -88.94057700779886, + 42.49506953866755, + ], + [ + -89.36590452982685, + 42.5002798809134, + ], + [ + -89.36913486543719, + 42.845021907036, + ], + [ + -89.01343902212096, + 42.847331646382095, + ], + ], + ], + "type": "Polygon", + }, + "id": "55105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31017 { + "geometry": { + "coordinates": [ + [ + [ + -99.67785365038726, + 42.73087781144383, + ], + [ + -99.66241982469342, + 42.085977100065236, + ], + [ + -99.68682680486043, + 42.086084529802264, + ], + [ + -100.16742895844311, + 42.085815955459694, + ], + [ + -100.19829660983079, + 42.84609620440627, + ], + [ + -100.13404882380293, + 42.807797503155825, + ], + [ + -99.67785365038726, + 42.73087781144383, + ], + ], + ], + "type": "Polygon", + }, + "id": "31017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55127 { + "geometry": { + "coordinates": [ + [ + [ + -88.54145109683252, + 42.84292702716395, + ], + [ + -88.30671337581454, + 42.84206758926773, + ], + [ + -88.30599552345669, + 42.61082508031513, + ], + [ + -88.30455981874098, + 42.494586104850924, + ], + [ + -88.70727499149659, + 42.49356552234916, + ], + [ + -88.77654774402943, + 42.49195407629374, + ], + [ + -88.77690667020835, + 42.84265845282138, + ], + [ + -88.54145109683252, + 42.84292702716395, + ], + ], + ], + "type": "Polygon", + }, + "id": "55127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55101 { + "geometry": { + "coordinates": [ + [ + [ + -87.82682907458971, + 42.84222873387327, + ], + [ + -87.76042773148829, + 42.78432410561522, + ], + [ + -87.80601135621197, + 42.6680314152825, + ], + [ + -88.18790881058985, + 42.669696576206434, + ], + [ + -88.18790881058985, + 42.61125479926324, + ], + [ + -88.30599552345669, + 42.61082508031513, + ], + [ + -88.30671337581454, + 42.84206758926773, + ], + [ + -88.069822097723, + 42.84330303124355, + ], + [ + -87.82682907458971, + 42.84222873387327, + ], + ], + ], + "type": "Polygon", + }, + "id": "55101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36095 { + "geometry": { + "coordinates": [ + [ + [ + -74.2633676991335, + 42.79651738076789, + ], + [ + -74.27234085360666, + 42.7142262022045, + ], + [ + -74.18009682562253, + 42.729964658679094, + ], + [ + -74.24147320221897, + 42.550771857316526, + ], + [ + -74.25439454466033, + 42.40821259628048, + ], + [ + -74.44354864095463, + 42.35498116158314, + ], + [ + -74.61906354244972, + 42.42432705683466, + ], + [ + -74.71166649661278, + 42.51779092804895, + ], + [ + -74.63054918017538, + 42.62661725165823, + ], + [ + -74.64813656294278, + 42.829552024903975, + ], + [ + -74.45503427868029, + 42.772990268358775, + ], + [ + -74.2633676991335, + 42.79651738076789, + ], + ], + ], + "type": "Polygon", + }, + "id": "36095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36001 { + "geometry": { + "coordinates": [ + [ + [ + -73.67688232276748, + 42.783249808244946, + ], + [ + -73.76194782717307, + 42.60674275030807, + ], + [ + -73.7838423240876, + 42.46423720414054, + ], + [ + -74.25439454466033, + 42.40821259628048, + ], + [ + -74.24147320221897, + 42.550771857316526, + ], + [ + -74.18009682562253, + 42.729964658679094, + ], + [ + -73.80932608279139, + 42.778845189026796, + ], + [ + -73.67688232276748, + 42.783249808244946, + ], + ], + ], + "type": "Polygon", + }, + "id": "36001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55065 { + "geometry": { + "coordinates": [ + [ + [ + -89.83825138129423, + 42.81375985356087, + ], + [ + -89.8378924551153, + 42.50570508263331, + ], + [ + -89.92654722131016, + 42.50575879750183, + ], + [ + -90.42653138855488, + 42.50704795434616, + ], + [ + -90.4268903147338, + 42.812792985927615, + ], + [ + -89.83825138129423, + 42.81375985356087, + ], + ], + ], + "type": "Polygon", + }, + "id": "55065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31149 { + "geometry": { + "coordinates": [ + [ + [ + -99.23457981941294, + 42.087964550200255, + ], + [ + -99.66241982469342, + 42.085977100065236, + ], + [ + -99.67785365038726, + 42.73087781144383, + ], + [ + -99.53751351442698, + 42.717610238920884, + ], + [ + -99.25719216868532, + 42.804306036702414, + ], + [ + -99.24570653095967, + 42.78249780008575, + ], + [ + -99.23457981941294, + 42.087964550200255, + ], + ], + ], + "type": "Polygon", + }, + "id": "31149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36023 { + "geometry": { + "coordinates": [ + [ + [ + -76.13014275573059, + 42.410307476152525, + ], + [ + -76.2532544351024, + 42.40756801785831, + ], + [ + -76.26545792518591, + 42.62355550415294, + ], + [ + -76.274790005838, + 42.77121767769781, + ], + [ + -75.89612288707048, + 42.79093103444244, + ], + [ + -75.8896622158498, + 42.7238411636685, + ], + [ + -75.86417845714601, + 42.4156252481354, + ], + [ + -76.13014275573059, + 42.410307476152525, + ], + ], + ], + "type": "Polygon", + }, + "id": "36023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 41033 { + "geometry": { + "coordinates": [ + [ + [ + -123.71621663163656, + 42.78378695693008, + ], + [ + -123.71513985309977, + 42.73968704988012, + ], + [ + -123.44702199744162, + 42.701656922972234, + ], + [ + -123.22951273301211, + 42.70826385179946, + ], + [ + -123.2305895115489, + 42.00384706610739, + ], + [ + -123.51808938086909, + 42.00083903347061, + ], + [ + -123.82138200206204, + 41.995413831750696, + ], + [ + -123.85691569377576, + 42.14114227002907, + ], + [ + -123.79123220303221, + 42.235734153482156, + ], + [ + -123.89209045931057, + 42.35283256684259, + ], + [ + -124.02561099787125, + 42.35922463619575, + ], + [ + -124.00838254128278, + 42.49609012116932, + ], + [ + -123.89065475459486, + 42.50033359578192, + ], + [ + -123.83179086125091, + 42.63257960206329, + ], + [ + -123.71621663163656, + 42.78378695693008, + ], + ], + ], + "type": "Polygon", + }, + "id": "41033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26093 { + "geometry": { + "coordinates": [ + [ + [ + -83.68661560067171, + 42.783249808244946, + ], + [ + -83.66472110375719, + 42.43114884513594, + ], + [ + -84.1309662101828, + 42.42454191630872, + ], + [ + -84.14065721701382, + 42.42459563117723, + ], + [ + -84.15824459978123, + 42.77658916454921, + ], + [ + -83.92243010022646, + 42.780832639161815, + ], + [ + -83.68661560067171, + 42.783249808244946, + ], + ], + ], + "type": "Polygon", + }, + "id": "26093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26065 { + "geometry": { + "coordinates": [ + [ + [ + -84.15824459978123, + 42.77658916454921, + ], + [ + -84.14065721701382, + 42.42459563117723, + ], + [ + -84.60044165221876, + 42.42196360262005, + ], + [ + -84.60259520929232, + 42.76987480598497, + ], + [ + -84.36355037412723, + 42.77572972665298, + ], + [ + -84.15824459978123, + 42.77658916454921, + ], + ], + ], + "type": "Polygon", + }, + "id": "26065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26045 { + "geometry": { + "coordinates": [ + [ + [ + -84.83697400413138, + 42.77046566953862, + ], + [ + -84.60259520929232, + 42.76987480598497, + ], + [ + -84.60044165221876, + 42.42196360262005, + ], + [ + -84.7185283650856, + 42.42153388367194, + ], + [ + -85.07207065132827, + 42.42142645393491, + ], + [ + -85.07422420840183, + 42.77078795874971, + ], + [ + -84.83697400413138, + 42.77046566953862, + ], + ], + ], + "type": "Polygon", + }, + "id": "26045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26015 { + "geometry": { + "coordinates": [ + [ + [ + -85.07422420840183, + 42.77078795874971, + ], + [ + -85.07207065132827, + 42.42142645393491, + ], + [ + -85.29891199640987, + 42.41981500787949, + ], + [ + -85.54334072425887, + 42.42142645393491, + ], + [ + -85.54549428133242, + 42.76815593019252, + ], + [ + -85.30967978177766, + 42.76987480598497, + ], + [ + -85.07422420840183, + 42.77078795874971, + ], + ], + ], + "type": "Polygon", + }, + "id": "26015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26005 { + "geometry": { + "coordinates": [ + [ + [ + -85.78238555942396, + 42.768209645061035, + ], + [ + -85.54549428133242, + 42.76815593019252, + ], + [ + -85.54334072425887, + 42.42142645393491, + ], + [ + -85.76443925047764, + 42.42056701603869, + ], + [ + -86.27375549837444, + 42.41927785919435, + ], + [ + -86.20843093380981, + 42.76751135177035, + ], + [ + -85.78238555942396, + 42.768209645061035, + ], + ], + ], + "type": "Polygon", + }, + "id": "26005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36123 { + "geometry": { + "coordinates": [ + [ + [ + -76.89573229538097, + 42.54147918506361, + ], + [ + -76.88963055033922, + 42.46305547703323, + ], + [ + -77.10713981476873, + 42.483735701411106, + ], + [ + -77.14375028501924, + 42.57682356854579, + ], + [ + -77.36664344213263, + 42.57628641986065, + ], + [ + -77.31316344147257, + 42.76128042702273, + ], + [ + -76.97254249767126, + 42.76412731505397, + ], + [ + -76.89501444302311, + 42.654280408942924, + ], + [ + -76.89573229538097, + 42.54147918506361, + ], + ], + ], + "type": "Polygon", + }, + "id": "36123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31051 { + "geometry": { + "coordinates": [ + [ + [ + -96.80608529279576, + 42.70412780692388, + ], + [ + -96.69840743911779, + 42.65035922354141, + ], + [ + -96.63128824365852, + 42.524344142007656, + ], + [ + -96.72209656692694, + 42.52466643121874, + ], + [ + -96.726762607253, + 42.27800775500264, + ], + [ + -96.82295482320531, + 42.26431046353158, + ], + [ + -97.01785173836244, + 42.26447160813712, + ], + [ + -97.01785173836244, + 42.351328550524194, + ], + [ + -97.01641603364673, + 42.76160271623382, + ], + [ + -96.80608529279576, + 42.70412780692388, + ], + ], + ], + "type": "Polygon", + }, + "id": "31051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 25003 { + "geometry": { + "coordinates": [ + [ + [ + -73.02291882476327, + 42.74119106619851, + ], + [ + -72.95077466279902, + 42.64069054720889, + ], + [ + -72.97554056914495, + 42.555928484693865, + ], + [ + -73.00030647549089, + 42.312331555983064, + ], + [ + -73.05342754997201, + 42.03983602801175, + ], + [ + -73.48736930029425, + 42.049612134081286, + ], + [ + -73.49670138094633, + 42.0496658489498, + ], + [ + -73.50782809249306, + 42.08683653796146, + ], + [ + -73.35241305701786, + 42.510002272114434, + ], + [ + -73.26483506935978, + 42.74597168949626, + ], + [ + -73.02291882476327, + 42.74119106619851, + ], + ], + ], + "type": "Polygon", + }, + "id": "25003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36017 { + "geometry": { + "coordinates": [ + [ + [ + -75.29563938972632, + 42.74414538396678, + ], + [ + -75.33081415526112, + 42.56736975168734, + ], + [ + -75.39901012925716, + 42.511291428958764, + ], + [ + -75.37496207526908, + 42.41025376128401, + ], + [ + -75.41516180730886, + 42.314157861512534, + ], + [ + -75.4183921429192, + 42.19496456828006, + ], + [ + -75.63697818588548, + 42.195609146702225, + ], + [ + -75.63841389060119, + 42.24867943679402, + ], + [ + -75.83618221518974, + 42.244059958101815, + ], + [ + -75.86417845714601, + 42.4156252481354, + ], + [ + -75.8896622158498, + 42.7238411636685, + ], + [ + -75.29563938972632, + 42.74414538396678, + ], + ], + ], + "type": "Polygon", + }, + "id": "36017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 25011 { + "geometry": { + "coordinates": [ + [ + [ + -72.31475747374114, + 42.343486179721154, + ], + [ + -72.37541599797973, + 42.42040587143315, + ], + [ + -72.70419237787647, + 42.40547313798626, + ], + [ + -72.70096204226613, + 42.45284965201557, + ], + [ + -72.87109305107732, + 42.48416542035922, + ], + [ + -72.97554056914495, + 42.555928484693865, + ], + [ + -72.95077466279902, + 42.64069054720889, + ], + [ + -73.02291882476327, + 42.74119106619851, + ], + [ + -72.92995694442128, + 42.73920361606349, + ], + [ + -72.45832794531177, + 42.726902911173795, + ], + [ + -72.28281304381667, + 42.72153142432241, + ], + [ + -72.22969196933553, + 42.66282107303664, + ], + [ + -72.24512579502938, + 42.51354745343635, + ], + [ + -72.31475747374114, + 42.343486179721154, + ], + ], + ], + "type": "Polygon", + }, + "id": "25011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 25017 { + "geometry": { + "coordinates": [ + [ + [ + -71.02513571285796, + 42.44489985147551, + ], + [ + -71.05026054538283, + 42.39279642901697, + ], + [ + -71.07430859937091, + 42.39059411940789, + ], + [ + -71.06425866636096, + 42.369269316607856, + ], + [ + -71.06497651871881, + 42.3690544571338, + ], + [ + -71.15686162052401, + 42.33005746259266, + ], + [ + -71.1647579964604, + 42.30362974728379, + ], + [ + -71.19131853370097, + 42.28268094856335, + ], + [ + -71.3295051125877, + 42.31238527085158, + ], + [ + -71.34386215974476, + 42.20060462947403, + ], + [ + -71.47774162448437, + 42.15661215216109, + ], + [ + -71.58326592108878, + 42.19491085341154, + ], + [ + -71.58721410905697, + 42.2593686956283, + ], + [ + -71.48635585277862, + 42.32973517338158, + ], + [ + -71.62561921020212, + 42.349502244994724, + ], + [ + -71.5592178671007, + 42.41191892220794, + ], + [ + -71.53875907490189, + 42.54287577164497, + ], + [ + -71.67874028468326, + 42.530306492412706, + ], + [ + -71.66474216370511, + 42.61157708847433, + ], + [ + -71.85856230032546, + 42.63365389943357, + ], + [ + -71.89876203236524, + 42.71143302904178, + ], + [ + -71.29433034705289, + 42.69693001454301, + ], + [ + -71.25592524590775, + 42.736088153689685, + ], + [ + -71.25484846737098, + 42.65632157394646, + ], + [ + -71.05743906896136, + 42.604647870436025, + ], + [ + -71.02513571285796, + 42.44489985147551, + ], + ], + ], + "type": "Polygon", + }, + "id": "25017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 25027 { + "geometry": { + "coordinates": [ + [ + [ + -71.92891183139507, + 42.71223875206949, + ], + [ + -71.89876203236524, + 42.71143302904178, + ], + [ + -71.85856230032546, + 42.63365389943357, + ], + [ + -71.66474216370511, + 42.61157708847433, + ], + [ + -71.67874028468326, + 42.530306492412706, + ], + [ + -71.53875907490189, + 42.54287577164497, + ], + [ + -71.5592178671007, + 42.41191892220794, + ], + [ + -71.62561921020212, + 42.349502244994724, + ], + [ + -71.48635585277862, + 42.32973517338158, + ], + [ + -71.58721410905697, + 42.2593686956283, + ], + [ + -71.58326592108878, + 42.19491085341154, + ], + [ + -71.47774162448437, + 42.15661215216109, + ], + [ + -71.49784149050426, + 42.01716835349885, + ], + [ + -71.79933948080257, + 42.00798311098296, + ], + [ + -72.1022731758166, + 42.02877076509787, + ], + [ + -72.13565331045677, + 42.030221066547746, + ], + [ + -72.13493545809892, + 42.16171506466992, + ], + [ + -72.26378995633357, + 42.18389930536618, + ], + [ + -72.2210777410413, + 42.24518797034061, + ], + [ + -72.21138673421028, + 42.31104239913873, + ], + [ + -72.31475747374114, + 42.343486179721154, + ], + [ + -72.24512579502938, + 42.51354745343635, + ], + [ + -72.22969196933553, + 42.66282107303664, + ], + [ + -72.28281304381667, + 42.72153142432241, + ], + [ + -71.92891183139507, + 42.71223875206949, + ], + ], + ], + "type": "Polygon", + }, + "id": "25027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16031 { + "geometry": { + "coordinates": [ + [ + [ + -113.23772576405422, + 42.62516695020836, + ], + [ + -113.00370589539409, + 42.587942546328186, + ], + [ + -113.00155233832054, + 42.32737171916697, + ], + [ + -113.00155233832054, + 41.998207004913425, + ], + [ + -114.04172040484974, + 41.993587526221226, + ], + [ + -114.28255987090947, + 41.994070960037845, + ], + [ + -114.2857902065198, + 42.41723669419082, + ], + [ + -114.07007557298493, + 42.41696811984825, + ], + [ + -114.06792201591138, + 42.514353176464056, + ], + [ + -114.00152067280996, + 42.526331592142675, + ], + [ + -113.93260684645605, + 42.53519454544748, + ], + [ + -113.65731046721938, + 42.53503340084194, + ], + [ + -113.55860576801457, + 42.65632157394646, + ], + [ + -113.47318133743005, + 42.66915942752129, + ], + [ + -113.37088737643597, + 42.6861333259717, + ], + [ + -113.23772576405422, + 42.62516695020836, + ], + ], + ], + "type": "Polygon", + }, + "id": "16031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19061 { + "geometry": { + "coordinates": [ + [ + [ + -90.64081031737403, + 42.508283396321985, + ], + [ + -90.65409058599433, + 42.47841792942822, + ], + [ + -90.47390964417318, + 42.381462591760524, + ], + [ + -90.66485837136212, + 42.38221459991972, + ], + [ + -90.66557622371997, + 42.29471307911048, + ], + [ + -90.89816038766439, + 42.29525022779562, + ], + [ + -91.13038562542988, + 42.295733661612246, + ], + [ + -91.13289810868237, + 42.64584717458624, + ], + [ + -90.89744253530654, + 42.645686029980695, + ], + [ + -90.8970836091276, + 42.67512177792634, + ], + [ + -90.70254562014941, + 42.63075329653381, + ], + [ + -90.64081031737403, + 42.508283396321985, + ], + ], + ], + "type": "Polygon", + }, + "id": "19061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55059 { + "geometry": { + "coordinates": [ + [ + [ + -87.80601135621197, + 42.6680314152825, + ], + [ + -87.8049345776752, + 42.492598654715906, + ], + [ + -88.19688196506301, + 42.495123253536065, + ], + [ + -88.30455981874098, + 42.494586104850924, + ], + [ + -88.30599552345669, + 42.61082508031513, + ], + [ + -88.18790881058985, + 42.61125479926324, + ], + [ + -88.18790881058985, + 42.669696576206434, + ], + [ + -87.80601135621197, + 42.6680314152825, + ], + ], + ], + "type": "Polygon", + }, + "id": "55059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19055 { + "geometry": { + "coordinates": [ + [ + [ + -91.13289810868237, + 42.64584717458624, + ], + [ + -91.13038562542988, + 42.295733661612246, + ], + [ + -91.36332871555322, + 42.29643195490293, + ], + [ + -91.59734858421335, + 42.296378240034414, + ], + [ + -91.60703959104437, + 42.643967154188246, + ], + [ + -91.13289810868237, + 42.64584717458624, + ], + ], + ], + "type": "Polygon", + }, + "id": "19055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19187 { + "geometry": { + "coordinates": [ + [ + [ + -93.97164525781263, + 42.64471916234744, + ], + [ + -93.97164525781263, + 42.55813079430294, + ], + [ + -93.93180445195178, + 42.472025860075064, + ], + [ + -93.93144552577284, + 42.210112161200996, + ], + [ + -94.16474754207512, + 42.209951016595454, + ], + [ + -94.39769063219846, + 42.209145293567744, + ], + [ + -94.39769063219846, + 42.4733150169194, + ], + [ + -94.44327425692214, + 42.55882908759362, + ], + [ + -94.44327425692214, + 42.645148881295555, + ], + [ + -93.97164525781263, + 42.64471916234744, + ], + ], + ], + "type": "Polygon", + }, + "id": "19187", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19019 { + "geometry": { + "coordinates": [ + [ + [ + -91.60703959104437, + 42.643967154188246, + ], + [ + -91.59734858421335, + 42.296378240034414, + ], + [ + -91.83100952669454, + 42.299063983460115, + ], + [ + -92.06467046917575, + 42.29723767793064, + ], + [ + -92.08189892576422, + 42.64203341892174, + ], + [ + -91.60703959104437, + 42.643967154188246, + ], + ], + ], + "type": "Polygon", + }, + "id": "19019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19013 { + "geometry": { + "coordinates": [ + [ + [ + -92.08189892576422, + 42.64203341892174, + ], + [ + -92.06467046917575, + 42.29723767793064, + ], + [ + -92.2990492640148, + 42.29750625227321, + ], + [ + -92.53378698503278, + 42.29696910358807, + ], + [ + -92.55424577723159, + 42.55582105495684, + ], + [ + -92.55460470341052, + 42.64230199326431, + ], + [ + -92.08189892576422, + 42.64203341892174, + ], + ], + ], + "type": "Polygon", + }, + "id": "19013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36109 { + "geometry": { + "coordinates": [ + [ + [ + -76.26545792518591, + 42.62355550415294, + ], + [ + -76.2532544351024, + 42.40756801785831, + ], + [ + -76.25002409949207, + 42.296646814376984, + ], + [ + -76.41513014179829, + 42.31829390638811, + ], + [ + -76.41620692033507, + 42.262967591818736, + ], + [ + -76.5382418211701, + 42.2817140809301, + ], + [ + -76.61935913760752, + 42.282842093168895, + ], + [ + -76.69150329957175, + 42.28434610948729, + ], + [ + -76.69652826607673, + 42.54668952730947, + ], + [ + -76.58597900296733, + 42.5499124194203, + ], + [ + -76.6663784670469, + 42.62344807441591, + ], + [ + -76.26545792518591, + 42.62355550415294, + ], + ], + ], + "type": "Polygon", + }, + "id": "36109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 56015 { + "geometry": { + "coordinates": [ + [ + [ + -104.05316377150217, + 42.61163080334284, + ], + [ + -104.05316377150217, + 42.001698471366836, + ], + [ + -104.05316377150217, + 41.697887175051875, + ], + [ + -104.05244591914432, + 41.56424458218915, + ], + [ + -104.65292941648848, + 41.56499659034834, + ], + [ + -104.6532883426674, + 41.65298154497421, + ], + [ + -104.65580082591988, + 42.60948220860229, + ], + [ + -104.05316377150217, + 42.61163080334284, + ], + ], + ], + "type": "Polygon", + }, + "id": "56015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 56031 { + "geometry": { + "coordinates": [ + [ + [ + -104.65580082591988, + 42.60948220860229, + ], + [ + -104.6532883426674, + 41.65298154497421, + ], + [ + -105.27853774635749, + 41.65663415603316, + ], + [ + -105.28392163904138, + 42.43141741947851, + ], + [ + -105.28643412229387, + 42.605829597543334, + ], + [ + -104.8923331778325, + 42.60894505991715, + ], + [ + -104.65580082591988, + 42.60948220860229, + ], + ], + ], + "type": "Polygon", + }, + "id": "56031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16007 { + "geometry": { + "coordinates": [ + [ + [ + -111.04684036788642, + 42.51311773448824, + ], + [ + -111.04684036788642, + 42.001537326761294, + ], + [ + -111.50841943398599, + 41.99944244688925, + ], + [ + -111.59563849546515, + 42.093765755999755, + ], + [ + -111.62686507303177, + 42.208769289488146, + ], + [ + -111.56297621318284, + 42.276718598158304, + ], + [ + -111.59922775725441, + 42.41567896300391, + ], + [ + -111.60425272375939, + 42.59062828975388, + ], + [ + -111.22235526938151, + 42.57231151959063, + ], + [ + -111.23491768564395, + 42.47868650377079, + ], + [ + -111.04684036788642, + 42.51311773448824, + ], + ], + ], + "type": "Polygon", + }, + "id": "16007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36101 { + "geometry": { + "coordinates": [ + [ + [ + -77.49011404768338, + 42.57719957262539, + ], + [ + -77.36664344213263, + 42.57628641986065, + ], + [ + -77.14375028501924, + 42.57682356854579, + ], + [ + -77.10713981476873, + 42.483735701411106, + ], + [ + -77.09960236501126, + 42.272367693808675, + ], + [ + -76.9650050479138, + 42.27849118881927, + ], + [ + -76.96572290027166, + 41.99987216583736, + ], + [ + -77.60999539144485, + 41.999818450968846, + ], + [ + -77.74997660122621, + 41.99724013728017, + ], + [ + -77.72305713780672, + 42.471220137047354, + ], + [ + -77.65988613031564, + 42.5803150349992, + ], + [ + -77.49011404768338, + 42.57719957262539, + ], + ], + ], + "type": "Polygon", + }, + "id": "36101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36013 { + "geometry": { + "coordinates": [ + [ + [ + -79.06077500666605, + 42.53782657400466, + ], + [ + -79.06113393284498, + 41.99987216583736, + ], + [ + -79.6099320604237, + 41.9973475670172, + ], + [ + -79.76175783410964, + 41.99879786846708, + ], + [ + -79.76175783410964, + 42.26919851656635, + ], + [ + -79.54568427439585, + 42.36362925541389, + ], + [ + -79.31848400313532, + 42.50167646749477, + ], + [ + -79.13614950424063, + 42.56930348695384, + ], + [ + -79.06077500666605, + 42.53782657400466, + ], + ], + ], + "type": "Polygon", + }, + "id": "36013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19193 { + "geometry": { + "coordinates": [ + [ + [ + -95.85995588514531, + 42.560547963386064, + ], + [ + -95.74151024609955, + 42.56129997154526, + ], + [ + -95.74186917227847, + 42.475356181922926, + ], + [ + -95.6693660841353, + 42.474657888632244, + ], + [ + -95.67080178885101, + 42.21140131804533, + ], + [ + -96.35670971677969, + 42.215000214235765, + ], + [ + -96.35635079060077, + 42.27650373868425, + ], + [ + -96.41162542215545, + 42.34101529576951, + ], + [ + -96.39762730117732, + 42.484917428518415, + ], + [ + -96.44715911386919, + 42.48980548155318, + ], + [ + -96.49884448363461, + 42.560816537728634, + ], + [ + -95.85995588514531, + 42.560547963386064, + ], + ], + ], + "type": "Polygon", + }, + "id": "19193", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19161 { + "geometry": { + "coordinates": [ + [ + [ + -94.91454432985273, + 42.5602793890435, + ], + [ + -94.85675721504555, + 42.47390588047305, + ], + [ + -94.85855184594018, + 42.209682442252884, + ], + [ + -95.09077708370567, + 42.210380735543566, + ], + [ + -95.3233612476501, + 42.21091788422871, + ], + [ + -95.32228446911331, + 42.47417445481562, + ], + [ + -95.38796795985688, + 42.56172969049337, + ], + [ + -94.91454432985273, + 42.5602793890435, + ], + ], + ], + "type": "Polygon", + }, + "id": "19161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19093 { + "geometry": { + "coordinates": [ + [ + [ + -95.38796795985688, + 42.56172969049337, + ], + [ + -95.32228446911331, + 42.47417445481562, + ], + [ + -95.3233612476501, + 42.21091788422871, + ], + [ + -95.67080178885101, + 42.21140131804533, + ], + [ + -95.6693660841353, + 42.474657888632244, + ], + [ + -95.74186917227847, + 42.475356181922926, + ], + [ + -95.74151024609955, + 42.56129997154526, + ], + [ + -95.38796795985688, + 42.56172969049337, + ], + ], + ], + "type": "Polygon", + }, + "id": "19093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19025 { + "geometry": { + "coordinates": [ + [ + [ + -94.44327425692214, + 42.55882908759362, + ], + [ + -94.39769063219846, + 42.4733150169194, + ], + [ + -94.39769063219846, + 42.209145293567744, + ], + [ + -94.62883909142718, + 42.209413867910314, + ], + [ + -94.85855184594018, + 42.209682442252884, + ], + [ + -94.85675721504555, + 42.47390588047305, + ], + [ + -94.91454432985273, + 42.5602793890435, + ], + [ + -94.44327425692214, + 42.55882908759362, + ], + ], + ], + "type": "Polygon", + }, + "id": "19025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19079 { + "geometry": { + "coordinates": [ + [ + [ + -93.49965733252418, + 42.55770107535483, + ], + [ + -93.46268793609474, + 42.47079041809924, + ], + [ + -93.46304686227367, + 42.209306438173286, + ], + [ + -93.6985024356495, + 42.209306438173286, + ], + [ + -93.93144552577284, + 42.210112161200996, + ], + [ + -93.93180445195178, + 42.472025860075064, + ], + [ + -93.97164525781263, + 42.55813079430294, + ], + [ + -93.49965733252418, + 42.55770107535483, + ], + ], + ], + "type": "Polygon", + }, + "id": "19079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19083 { + "geometry": { + "coordinates": [ + [ + [ + -93.49965733252418, + 42.55770107535483, + ], + [ + -93.02695155487788, + 42.556841637458604, + ], + [ + -93.00182672235303, + 42.20925272330477, + ], + [ + -93.23153947686603, + 42.208876719225174, + ], + [ + -93.46304686227367, + 42.209306438173286, + ], + [ + -93.46268793609474, + 42.47079041809924, + ], + [ + -93.49965733252418, + 42.55770107535483, + ], + ], + ], + "type": "Polygon", + }, + "id": "19083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19075 { + "geometry": { + "coordinates": [ + [ + [ + -92.55424577723159, + 42.55582105495684, + ], + [ + -92.53378698503278, + 42.29696910358807, + ], + [ + -92.76816577987182, + 42.296646814376984, + ], + [ + -92.76744792751397, + 42.210112161200996, + ], + [ + -93.00182672235303, + 42.20925272330477, + ], + [ + -93.02695155487788, + 42.556841637458604, + ], + [ + -92.55424577723159, + 42.55582105495684, + ], + ], + ], + "type": "Polygon", + }, + "id": "19075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 25015 { + "geometry": { + "coordinates": [ + [ + [ + -72.31475747374114, + 42.343486179721154, + ], + [ + -72.21138673421028, + 42.31104239913873, + ], + [ + -72.2210777410413, + 42.24518797034061, + ], + [ + -72.39551586399962, + 42.18577932576417, + ], + [ + -72.40413009229385, + 42.23175925321212, + ], + [ + -72.59184848387245, + 42.2116698923879, + ], + [ + -72.63420177298579, + 42.273979139864096, + ], + [ + -72.68947640454047, + 42.183684445892126, + ], + [ + -72.91236956165388, + 42.239279334804074, + ], + [ + -72.88509117205545, + 42.33258206141282, + ], + [ + -73.00030647549089, + 42.312331555983064, + ], + [ + -72.97554056914495, + 42.555928484693865, + ], + [ + -72.87109305107732, + 42.48416542035922, + ], + [ + -72.70096204226613, + 42.45284965201557, + ], + [ + -72.70419237787647, + 42.40547313798626, + ], + [ + -72.37541599797973, + 42.42040587143315, + ], + [ + -72.31475747374114, + 42.343486179721154, + ], + ], + ], + "type": "Polygon", + }, + "id": "25015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36097 { + "geometry": { + "coordinates": [ + [ + [ + -76.69652826607673, + 42.54668952730947, + ], + [ + -76.69150329957175, + 42.28434610948729, + ], + [ + -76.61935913760752, + 42.282842093168895, + ], + [ + -76.9650050479138, + 42.27849118881927, + ], + [ + -77.09960236501126, + 42.272367693808675, + ], + [ + -77.10713981476873, + 42.483735701411106, + ], + [ + -76.88963055033922, + 42.46305547703323, + ], + [ + -76.89573229538097, + 42.54147918506361, + ], + [ + -76.69652826607673, + 42.54668952730947, + ], + ], + ], + "type": "Polygon", + }, + "id": "36097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36009 { + "geometry": { + "coordinates": [ + [ + [ + -78.90141178322266, + 42.448552462534465, + ], + [ + -78.46388077111116, + 42.53632255768627, + ], + [ + -78.30882466181488, + 42.521013820159794, + ], + [ + -78.30738895709918, + 41.99987216583736, + ], + [ + -78.91899916599006, + 41.99718642241166, + ], + [ + -79.06113393284498, + 41.99987216583736, + ], + [ + -79.06077500666605, + 42.53782657400466, + ], + [ + -78.90141178322266, + 42.448552462534465, + ], + ], + ], + "type": "Polygon", + }, + "id": "36009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31043 { + "geometry": { + "coordinates": [ + [ + [ + -96.63128824365852, + 42.524344142007656, + ], + [ + -96.44715911386919, + 42.48980548155318, + ], + [ + -96.39762730117732, + 42.484917428518415, + ], + [ + -96.41162542215545, + 42.34101529576951, + ], + [ + -96.35635079060077, + 42.27650373868425, + ], + [ + -96.726762607253, + 42.27800775500264, + ], + [ + -96.72209656692694, + 42.52466643121874, + ], + [ + -96.63128824365852, + 42.524344142007656, + ], + ], + ], + "type": "Polygon", + }, + "id": "31043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36003 { + "geometry": { + "coordinates": [ + [ + [ + -78.03855324908318, + 42.52096010529128, + ], + [ + -77.84078492449464, + 42.51773721318044, + ], + [ + -77.72305713780672, + 42.471220137047354, + ], + [ + -77.74997660122621, + 41.99724013728017, + ], + [ + -78.2065307008208, + 41.99987216583736, + ], + [ + -78.30738895709918, + 41.99987216583736, + ], + [ + -78.30882466181488, + 42.521013820159794, + ], + [ + -78.03855324908318, + 42.52096010529128, + ], + ], + ], + "type": "Polygon", + }, + "id": "36003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36025 { + "geometry": { + "coordinates": [ + [ + [ + -74.71166649661278, + 42.51779092804895, + ], + [ + -74.61906354244972, + 42.42432705683466, + ], + [ + -74.44354864095463, + 42.35498116158314, + ], + [ + -74.53722837365447, + 42.20141035250173, + ], + [ + -74.45180394306995, + 42.169181431393355, + ], + [ + -74.78058032296669, + 42.01636263047114, + ], + [ + -75.14058328043004, + 41.85215627742397, + ], + [ + -75.25866999329688, + 41.86203981323054, + ], + [ + -75.36275858518559, + 41.99987216583736, + ], + [ + -75.42198140470846, + 42.041340044330134, + ], + [ + -75.4183921429192, + 42.19496456828006, + ], + [ + -75.41516180730886, + 42.314157861512534, + ], + [ + -75.19729361670043, + 42.35836519829952, + ], + [ + -74.84411025663668, + 42.5125805858031, + ], + [ + -74.71166649661278, + 42.51779092804895, + ], + ], + ], + "type": "Polygon", + }, + "id": "36025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17085 { + "geometry": { + "coordinates": [ + [ + [ + -90.42653138855488, + 42.50704795434616, + ], + [ + -89.92654722131016, + 42.50575879750183, + ], + [ + -89.92008655008948, + 42.19630743999291, + ], + [ + -90.31777675634012, + 42.193729126304234, + ], + [ + -90.39351018009363, + 42.22719348938843, + ], + [ + -90.47390964417318, + 42.381462591760524, + ], + [ + -90.65409058599433, + 42.47841792942822, + ], + [ + -90.64081031737403, + 42.508283396321985, + ], + [ + -90.42653138855488, + 42.50704795434616, + ], + ], + ], + "type": "Polygon", + }, + "id": "17085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36021 { + "geometry": { + "coordinates": [ + [ + [ + -73.49670138094633, + 42.0496658489498, + ], + [ + -73.5272101061551, + 41.97795649948367, + ], + [ + -73.71169816212335, + 42.00583451624241, + ], + [ + -73.92956635273178, + 42.078779307684364, + ], + [ + -73.91054326524868, + 42.12728383395247, + ], + [ + -73.78420125026652, + 42.280424924085764, + ], + [ + -73.7838423240876, + 42.46423720414054, + ], + [ + -73.35241305701786, + 42.510002272114434, + ], + [ + -73.50782809249306, + 42.08683653796146, + ], + [ + -73.49670138094633, + 42.0496658489498, + ], + ], + ], + "type": "Polygon", + }, + "id": "36021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17177 { + "geometry": { + "coordinates": [ + [ + [ + -89.68857916468184, + 42.199100613155636, + ], + [ + -89.92008655008948, + 42.19630743999291, + ], + [ + -89.92654722131016, + 42.50575879750183, + ], + [ + -89.8378924551153, + 42.50570508263331, + ], + [ + -89.40143822154059, + 42.500441025518946, + ], + [ + -89.39641325503561, + 42.20216236066093, + ], + [ + -89.68857916468184, + 42.199100613155636, + ], + ], + ], + "type": "Polygon", + }, + "id": "17177", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17201 { + "geometry": { + "coordinates": [ + [ + [ + -88.94057700779886, + 42.49506953866755, + ], + [ + -88.93985915544101, + 42.152314962679974, + ], + [ + -89.17316117174329, + 42.15027379767645, + ], + [ + -89.17244331938544, + 42.204257240532975, + ], + [ + -89.39641325503561, + 42.20216236066093, + ], + [ + -89.40143822154059, + 42.500441025518946, + ], + [ + -89.36590452982685, + 42.5002798809134, + ], + [ + -88.94057700779886, + 42.49506953866755, + ], + ], + ], + "type": "Polygon", + }, + "id": "17201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16071 { + "geometry": { + "coordinates": [ + [ + [ + -112.42080978081734, + 42.50269704999653, + ], + [ + -112.29805702762445, + 42.45397766425437, + ], + [ + -112.32820682665428, + 42.32457854600425, + ], + [ + -112.19181487866219, + 42.35111369105014, + ], + [ + -112.1272081664554, + 42.285259262252026, + ], + [ + -112.11033863604585, + 41.99750871162274, + ], + [ + -112.16597219377947, + 41.99756242649126, + ], + [ + -113.00155233832054, + 41.998207004913425, + ], + [ + -113.00155233832054, + 42.32737171916697, + ], + [ + -112.65482964947746, + 42.32871459087981, + ], + [ + -112.65482964947746, + 42.415840107609455, + ], + [ + -112.49869676164441, + 42.415840107609455, + ], + [ + -112.49905568782333, + 42.50291190947058, + ], + [ + -112.42080978081734, + 42.50269704999653, + ], + ], + ], + "type": "Polygon", + }, + "id": "16071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17111 { + "geometry": { + "coordinates": [ + [ + [ + -88.19688196506301, + 42.495123253536065, + ], + [ + -88.19975337449442, + 42.15424869794648, + ], + [ + -88.23887632799742, + 42.15424869794648, + ], + [ + -88.58882935245083, + 42.153550404655796, + ], + [ + -88.70548036060197, + 42.153550404655796, + ], + [ + -88.70727499149659, + 42.49356552234916, + ], + [ + -88.30455981874098, + 42.494586104850924, + ], + [ + -88.19688196506301, + 42.495123253536065, + ], + ], + ], + "type": "Polygon", + }, + "id": "17111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17007 { + "geometry": { + "coordinates": [ + [ + [ + -88.77654774402943, + 42.49195407629374, + ], + [ + -88.70727499149659, + 42.49356552234916, + ], + [ + -88.70548036060197, + 42.153550404655796, + ], + [ + -88.93985915544101, + 42.152314962679974, + ], + [ + -88.94057700779886, + 42.49506953866755, + ], + [ + -88.77654774402943, + 42.49195407629374, + ], + ], + ], + "type": "Polygon", + }, + "id": "17007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17097 { + "geometry": { + "coordinates": [ + [ + [ + -87.75970987913044, + 42.15236867754849, + ], + [ + -88.19975337449442, + 42.15424869794648, + ], + [ + -88.19688196506301, + 42.495123253536065, + ], + [ + -87.8049345776752, + 42.492598654715906, + ], + [ + -87.83436652434717, + 42.302877739124604, + ], + [ + -87.75970987913044, + 42.15236867754849, + ], + ], + ], + "type": "Polygon", + }, + "id": "17097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36039 { + "geometry": { + "coordinates": [ + [ + [ + -73.91054326524868, + 42.12728383395247, + ], + [ + -74.04226917291473, + 42.17030944363215, + ], + [ + -74.07529038137596, + 42.096612644031, + ], + [ + -74.30751561914147, + 42.11433855064061, + ], + [ + -74.45180394306995, + 42.169181431393355, + ], + [ + -74.53722837365447, + 42.20141035250173, + ], + [ + -74.44354864095463, + 42.35498116158314, + ], + [ + -74.25439454466033, + 42.40821259628048, + ], + [ + -73.7838423240876, + 42.46423720414054, + ], + [ + -73.78420125026652, + 42.280424924085764, + ], + [ + -73.91054326524868, + 42.12728383395247, + ], + ], + ], + "type": "Polygon", + }, + "id": "36039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 25025 { + "geometry": { + "coordinates": [ + [ + [ + [ + -71.06497651871881, + 42.3690544571338, + ], + [ + -71.04021061237287, + 42.28225122961524, + ], + [ + -71.13101893564131, + 42.227891782679116, + ], + [ + -71.19131853370097, + 42.28268094856335, + ], + [ + -71.1647579964604, + 42.30362974728379, + ], + [ + -71.15686162052401, + 42.33005746259266, + ], + [ + -71.06497651871881, + 42.3690544571338, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "25025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31139 { + "geometry": { + "coordinates": [ + [ + [ + -97.36780476281585, + 42.351865699209334, + ], + [ + -97.3685226151737, + 42.09091886796852, + ], + [ + -97.83440879542039, + 42.089683425992696, + ], + [ + -97.83440879542039, + 42.43770205909464, + ], + [ + -97.48553254950376, + 42.438561496990864, + ], + [ + -97.36744583663692, + 42.43877635646492, + ], + [ + -97.36780476281585, + 42.351865699209334, + ], + ], + ], + "type": "Polygon", + }, + "id": "31139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31013 { + "geometry": { + "coordinates": [ + [ + [ + -102.69785851987544, + 42.00481393374064, + ], + [ + -103.36294872942638, + 42.00293391334266, + ], + [ + -103.40171275675044, + 42.003524776896306, + ], + [ + -103.44406604586378, + 42.09070400849446, + ], + [ + -103.44442497204271, + 42.43732605501504, + ], + [ + -102.77323301745001, + 42.439850653835194, + ], + [ + -102.74954388964086, + 42.439850653835194, + ], + [ + -102.74236536606233, + 42.0923691694184, + ], + [ + -102.69785851987544, + 42.00481393374064, + ], + ], + ], + "type": "Polygon", + }, + "id": "31013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31003 { + "geometry": { + "coordinates": [ + [ + [ + -97.83440879542039, + 42.43770205909464, + ], + [ + -97.83440879542039, + 42.089683425992696, + ], + [ + -97.8333320168836, + 41.91623811556112, + ], + [ + -98.29562893534103, + 41.91494895871679, + ], + [ + -98.300653901846, + 42.08882398809648, + ], + [ + -98.300653901846, + 42.43689633606693, + ], + [ + -97.83440879542039, + 42.43770205909464, + ], + ], + ], + "type": "Polygon", + }, + "id": "31003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26161 { + "geometry": { + "coordinates": [ + [ + [ + -83.53945586731182, + 42.08560109598564, + ], + [ + -83.77383466215086, + 42.082378203874796, + ], + [ + -84.13204298871959, + 42.07158151530349, + ], + [ + -84.1309662101828, + 42.42454191630872, + ], + [ + -83.66472110375719, + 42.43114884513594, + ], + [ + -83.55201828357424, + 42.43517746027449, + ], + [ + -83.53945586731182, + 42.08560109598564, + ], + ], + ], + "type": "Polygon", + }, + "id": "26161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 56007 { + "geometry": { + "coordinates": [ + [ + [ + -106.07607171593233, + 42.43319001013947, + ], + [ + -106.07355923267984, + 42.43324372500798, + ], + [ + -106.0688931923538, + 41.39504274637018, + ], + [ + -106.32301292703382, + 41.39515017610721, + ], + [ + -106.3201415176024, + 40.999110450553786, + ], + [ + -106.85888971217118, + 41.00260191700718, + ], + [ + -107.31795629501826, + 41.00287049134975, + ], + [ + -107.91843979236242, + 41.002011053453536, + ], + [ + -107.92956650390914, + 41.65953475893291, + ], + [ + -107.50962287456505, + 41.65743987906087, + ], + [ + -107.50388005570223, + 42.087964550200255, + ], + [ + -107.52254421700641, + 42.26173214984291, + ], + [ + -107.52290314318535, + 42.43437173724678, + ], + [ + -106.62522876968998, + 42.430450551845254, + ], + [ + -106.07607171593233, + 42.43319001013947, + ], + ], + ], + "type": "Polygon", + }, + "id": "56007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 56001 { + "geometry": { + "coordinates": [ + [ + [ + -105.28392163904138, + 42.43141741947851, + ], + [ + -105.27853774635749, + 41.65663415603316, + ], + [ + -105.27710204164178, + 40.99825101265756, + ], + [ + -106.19056916700991, + 40.99792872344648, + ], + [ + -106.3201415176024, + 40.999110450553786, + ], + [ + -106.32301292703382, + 41.39515017610721, + ], + [ + -106.0688931923538, + 41.39504274637018, + ], + [ + -106.07355923267984, + 42.43324372500798, + ], + [ + -105.55634660884665, + 42.43050426671377, + ], + [ + -105.6137747974749, + 42.30438175544299, + ], + [ + -105.37544781466767, + 42.290147315286795, + ], + [ + -105.33201774701755, + 42.43109513026742, + ], + [ + -105.28392163904138, + 42.43141741947851, + ], + ], + ], + "type": "Polygon", + }, + "id": "56001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 16041 { + "geometry": { + "coordinates": [ + [ + [ + -111.59922775725441, + 42.41567896300391, + ], + [ + -111.56297621318284, + 42.276718598158304, + ], + [ + -111.62686507303177, + 42.208769289488146, + ], + [ + -111.59563849546515, + 42.093765755999755, + ], + [ + -111.50841943398599, + 41.99944244688925, + ], + [ + -112.11033863604585, + 41.99750871162274, + ], + [ + -112.1272081664554, + 42.285259262252026, + ], + [ + -111.89785433812132, + 42.25652180759705, + ], + [ + -111.87631876738573, + 42.41621611168905, + ], + [ + -111.59922775725441, + 42.41567896300391, + ], + ], + ], + "type": "Polygon", + }, + "id": "16041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26075 { + "geometry": { + "coordinates": [ + [ + [ + -84.14065721701382, + 42.42459563117723, + ], + [ + -84.1309662101828, + 42.42454191630872, + ], + [ + -84.13204298871959, + 42.07158151530349, + ], + [ + -84.3631914479483, + 42.07346153570148, + ], + [ + -84.70955521061244, + 42.070292358459156, + ], + [ + -84.7185283650856, + 42.42153388367194, + ], + [ + -84.60044165221876, + 42.42196360262005, + ], + [ + -84.14065721701382, + 42.42459563117723, + ], + ], + ], + "type": "Polygon", + }, + "id": "26075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26025 { + "geometry": { + "coordinates": [ + [ + [ + -84.7185283650856, + 42.42153388367194, + ], + [ + -84.70955521061244, + 42.070292358459156, + ], + [ + -84.8265651449425, + 42.07244095319972, + ], + [ + -85.29352810372598, + 42.07152780043498, + ], + [ + -85.29891199640987, + 42.41981500787949, + ], + [ + -85.07207065132827, + 42.42142645393491, + ], + [ + -84.7185283650856, + 42.42153388367194, + ], + ], + ], + "type": "Polygon", + }, + "id": "26025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26159 { + "geometry": { + "coordinates": [ + [ + [ + -85.76443925047764, + 42.42056701603869, + ], + [ + -85.76336247194085, + 42.06927177595739, + ], + [ + -86.22278798096687, + 42.071474085566464, + ], + [ + -86.22350583332472, + 42.24330794994262, + ], + [ + -86.36456382164286, + 42.24309309046856, + ], + [ + -86.27375549837444, + 42.41927785919435, + ], + [ + -85.76443925047764, + 42.42056701603869, + ], + ], + ], + "type": "Polygon", + }, + "id": "26159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26077 { + "geometry": { + "coordinates": [ + [ + [ + -85.29891199640987, + 42.41981500787949, + ], + [ + -85.29352810372598, + 42.07152780043498, + ], + [ + -85.76336247194085, + 42.06927177595739, + ], + [ + -85.76443925047764, + 42.42056701603869, + ], + [ + -85.54334072425887, + 42.42142645393491, + ], + [ + -85.29891199640987, + 42.41981500787949, + ], + ], + ], + "type": "Polygon", + }, + "id": "26077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36007 { + "geometry": { + "coordinates": [ + [ + [ + -75.83618221518974, + 42.244059958101815, + ], + [ + -75.63841389060119, + 42.24867943679402, + ], + [ + -75.63697818588548, + 42.195609146702225, + ], + [ + -75.4183921429192, + 42.19496456828006, + ], + [ + -75.42198140470846, + 42.041340044330134, + ], + [ + -75.36275858518559, + 41.99987216583736, + ], + [ + -75.48263992894705, + 41.99863672386154, + ], + [ + -76.10573577556359, + 41.99987216583736, + ], + [ + -76.11614463475246, + 42.18561818115863, + ], + [ + -76.08096986921765, + 42.23041638149927, + ], + [ + -76.13014275573059, + 42.410307476152525, + ], + [ + -75.86417845714601, + 42.4156252481354, + ], + [ + -75.83618221518974, + 42.244059958101815, + ], + ], + ], + "type": "Polygon", + }, + "id": "36007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36107 { + "geometry": { + "coordinates": [ + [ + [ + -76.13014275573059, + 42.410307476152525, + ], + [ + -76.08096986921765, + 42.23041638149927, + ], + [ + -76.11614463475246, + 42.18561818115863, + ], + [ + -76.10573577556359, + 41.99987216583736, + ], + [ + -76.14701228614014, + 41.99987216583736, + ], + [ + -76.55798276101106, + 41.99987216583736, + ], + [ + -76.5382418211701, + 42.2817140809301, + ], + [ + -76.41620692033507, + 42.262967591818736, + ], + [ + -76.41513014179829, + 42.31829390638811, + ], + [ + -76.25002409949207, + 42.296646814376984, + ], + [ + -76.2532544351024, + 42.40756801785831, + ], + [ + -76.13014275573059, + 42.410307476152525, + ], + ], + ], + "type": "Polygon", + }, + "id": "36107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19097 { + "geometry": { + "coordinates": [ + [ + [ + -90.47390964417318, + 42.381462591760524, + ], + [ + -90.39351018009363, + 42.22719348938843, + ], + [ + -90.31777675634012, + 42.193729126304234, + ], + [ + -90.16272064704384, + 42.11670200485522, + ], + [ + -90.15338856639175, + 42.0319936572087, + ], + [ + -90.89887824002224, + 42.033497673527094, + ], + [ + -90.89816038766439, + 42.29525022779562, + ], + [ + -90.66557622371997, + 42.29471307911048, + ], + [ + -90.66485837136212, + 42.38221459991972, + ], + [ + -90.47390964417318, + 42.381462591760524, + ], + ], + ], + "type": "Polygon", + }, + "id": "19097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31179 { + "geometry": { + "coordinates": [ + [ + [ + -97.01785173836244, + 42.351328550524194, + ], + [ + -97.01785173836244, + 42.26447160813712, + ], + [ + -96.82295482320531, + 42.26431046353158, + ], + [ + -96.82367267556316, + 42.09038171928338, + ], + [ + -97.01928744307814, + 42.09054286388892, + ], + [ + -97.3685226151737, + 42.09091886796852, + ], + [ + -97.36780476281585, + 42.351865699209334, + ], + [ + -97.01785173836244, + 42.351328550524194, + ], + ], + ], + "type": "Polygon", + }, + "id": "31179", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 25021 { + "geometry": { + "coordinates": [ + [ + [ + -71.19131853370097, + 42.28268094856335, + ], + [ + -71.13101893564131, + 42.227891782679116, + ], + [ + -71.04021061237287, + 42.28225122961524, + ], + [ + -70.9310970539792, + 42.24749770968671, + ], + [ + -70.92463638275852, + 42.1574178751888, + ], + [ + -71.08005141823372, + 42.095645776397745, + ], + [ + -71.38119048235312, + 41.98499314725899, + ], + [ + -71.49784149050426, + 42.01716835349885, + ], + [ + -71.47774162448437, + 42.15661215216109, + ], + [ + -71.34386215974476, + 42.20060462947403, + ], + [ + -71.3295051125877, + 42.31238527085158, + ], + [ + -71.19131853370097, + 42.28268094856335, + ], + ], + ], + "type": "Polygon", + }, + "id": "25021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 25013 { + "geometry": { + "coordinates": [ + [ + [ + -72.2210777410413, + 42.24518797034061, + ], + [ + -72.26378995633357, + 42.18389930536618, + ], + [ + -72.13493545809892, + 42.16171506466992, + ], + [ + -72.13565331045677, + 42.030221066547746, + ], + [ + -72.50929546271934, + 42.03414225194926, + ], + [ + -73.0085617776062, + 42.038869160378496, + ], + [ + -73.05342754997201, + 42.03983602801175, + ], + [ + -73.00030647549089, + 42.312331555983064, + ], + [ + -72.88509117205545, + 42.33258206141282, + ], + [ + -72.91236956165388, + 42.239279334804074, + ], + [ + -72.68947640454047, + 42.183684445892126, + ], + [ + -72.63420177298579, + 42.273979139864096, + ], + [ + -72.59184848387245, + 42.2116698923879, + ], + [ + -72.40413009229385, + 42.23175925321212, + ], + [ + -72.39551586399962, + 42.18577932576417, + ], + [ + -72.2210777410413, + 42.24518797034061, + ], + ], + ], + "type": "Polygon", + }, + "id": "25013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 25023 { + "geometry": { + "coordinates": [ + [ + [ + -70.82593168355372, + 42.26457903787415, + ], + [ + -70.78429624679823, + 42.24067592138544, + ], + [ + -70.63964899669082, + 42.08780340559471, + ], + [ + -70.70999852776043, + 42.00717738795525, + ], + [ + -70.53950859277032, + 41.925853077025124, + ], + [ + -70.53771396187568, + 41.81025867998308, + ], + [ + -70.6217026877445, + 41.74639170131998, + ], + [ + -70.72220201784394, + 41.73543386814313, + ], + [ + -70.75701785719981, + 41.653464978790836, + ], + [ + -70.84351906632112, + 41.62913214335401, + ], + [ + -70.92176497332711, + 41.790867612449546, + ], + [ + -71.02621249139474, + 41.77921148598202, + ], + [ + -70.97380926927147, + 41.860804371254716, + ], + [ + -71.05061947156175, + 41.9650112161718, + ], + [ + -71.08005141823372, + 42.095645776397745, + ], + [ + -70.92463638275852, + 42.1574178751888, + ], + [ + -70.9310970539792, + 42.24749770968671, + ], + [ + -70.82593168355372, + 42.26457903787415, + ], + ], + ], + "type": "Polygon", + }, + "id": "25023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19011 { + "geometry": { + "coordinates": [ + [ + [ + -91.83100952669454, + 42.299063983460115, + ], + [ + -91.83136845287348, + 41.86182495375648, + ], + [ + -92.29833141165695, + 41.862791821389735, + ], + [ + -92.2990492640148, + 42.29750625227321, + ], + [ + -92.06467046917575, + 42.29723767793064, + ], + [ + -91.83100952669454, + 42.299063983460115, + ], + ], + ], + "type": "Polygon", + }, + "id": "19011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19113 { + "geometry": { + "coordinates": [ + [ + [ + -91.59734858421335, + 42.296378240034414, + ], + [ + -91.36332871555322, + 42.29643195490293, + ], + [ + -91.36584119880571, + 41.94739273929922, + ], + [ + -91.36620012498464, + 41.859998648227005, + ], + [ + -91.83136845287348, + 41.86182495375648, + ], + [ + -91.83100952669454, + 42.299063983460115, + ], + [ + -91.59734858421335, + 42.296378240034414, + ], + ], + ], + "type": "Polygon", + }, + "id": "19113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19171 { + "geometry": { + "coordinates": [ + [ + [ + -92.2990492640148, + 42.29750625227321, + ], + [ + -92.29833141165695, + 41.862791821389735, + ], + [ + -92.76601222279827, + 41.862415817310136, + ], + [ + -92.76744792751397, + 42.210112161200996, + ], + [ + -92.76816577987182, + 42.296646814376984, + ], + [ + -92.53378698503278, + 42.29696910358807, + ], + [ + -92.2990492640148, + 42.29750625227321, + ], + ], + ], + "type": "Polygon", + }, + "id": "19171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19105 { + "geometry": { + "coordinates": [ + [ + [ + -91.13038562542988, + 42.295733661612246, + ], + [ + -90.89816038766439, + 42.29525022779562, + ], + [ + -90.89887824002224, + 42.033497673527094, + ], + [ + -90.89887824002224, + 41.94599615271785, + ], + [ + -91.36584119880571, + 41.94739273929922, + ], + [ + -91.36332871555322, + 42.29643195490293, + ], + [ + -91.13038562542988, + 42.295733661612246, + ], + ], + ], + "type": "Polygon", + }, + "id": "19105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36015 { + "geometry": { + "coordinates": [ + [ + [ + -76.61935913760752, + 42.282842093168895, + ], + [ + -76.5382418211701, + 42.2817140809301, + ], + [ + -76.55798276101106, + 41.99987216583736, + ], + [ + -76.92659994676866, + 41.99987216583736, + ], + [ + -76.96572290027166, + 41.99987216583736, + ], + [ + -76.9650050479138, + 42.27849118881927, + ], + [ + -76.61935913760752, + 42.282842093168895, + ], + ], + ], + "type": "Polygon", + }, + "id": "36015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31173 { + "geometry": { + "coordinates": [ + [ + [ + -96.35635079060077, + 42.27650373868425, + ], + [ + -96.35670971677969, + 42.215000214235765, + ], + [ + -96.26733709822697, + 42.11073965445017, + ], + [ + -96.27272099091087, + 42.04724867986667, + ], + [ + -96.31112609205601, + 42.01518090336384, + ], + [ + -96.55483696754716, + 42.01587919665452, + ], + [ + -96.55555481990501, + 42.089952000335266, + ], + [ + -96.82367267556316, + 42.09038171928338, + ], + [ + -96.82295482320531, + 42.26431046353158, + ], + [ + -96.726762607253, + 42.27800775500264, + ], + [ + -96.35635079060077, + 42.27650373868425, + ], + ], + ], + "type": "Polygon", + }, + "id": "31173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 56037 { + "geometry": { + "coordinates": [ + [ + [ + -109.04367336329723, + 42.26366588510941, + ], + [ + -107.52254421700641, + 42.26173214984291, + ], + [ + -107.50388005570223, + 42.087964550200255, + ], + [ + -107.50962287456505, + 41.65743987906087, + ], + [ + -107.92956650390914, + 41.65953475893291, + ], + [ + -107.91843979236242, + 41.002011053453536, + ], + [ + -109.05049296069683, + 41.000668181740686, + ], + [ + -110.00057055631547, + 40.99766014910391, + ], + [ + -110.0483077381127, + 40.99766014910391, + ], + [ + -110.0483077381127, + 41.57740472497507, + ], + [ + -110.05369163079659, + 42.270756247753255, + ], + [ + -109.04367336329723, + 42.26366588510941, + ], + ], + ], + "type": "Polygon", + }, + "id": "56037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42049 { + "geometry": { + "coordinates": [ + [ + [ + -79.6099320604237, + 41.9973475670172, + ], + [ + -79.61208561749727, + 41.850061397551926, + ], + [ + -80.51945099782364, + 41.84930938939273, + ], + [ + -80.51945099782364, + 41.9773119210615, + ], + [ + -80.33065582770827, + 42.03586112774171, + ], + [ + -79.76175783410964, + 42.26919851656635, + ], + [ + -79.76175783410964, + 41.99879786846708, + ], + [ + -79.6099320604237, + 41.9973475670172, + ], + ], + ], + "type": "Polygon", + }, + "id": "42049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26021 { + "geometry": { + "coordinates": [ + [ + [ + -86.22278798096687, + 42.071474085566464, + ], + [ + -86.22637724275613, + 41.76035756713361, + ], + [ + -86.52428597126519, + 41.759605558974414, + ], + [ + -86.82470718302673, + 41.76025013739658, + ], + [ + -86.61688892542824, + 41.896632188553525, + ], + [ + -86.48839335337253, + 42.10966535707989, + ], + [ + -86.36456382164286, + 42.24309309046856, + ], + [ + -86.22350583332472, + 42.24330794994262, + ], + [ + -86.22278798096687, + 42.071474085566464, + ], + ], + ], + "type": "Polygon", + }, + "id": "26021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19133 { + "geometry": { + "coordinates": [ + [ + [ + -95.67080178885101, + 42.21140131804533, + ], + [ + -95.67259641974564, + 41.86311411060082, + ], + [ + -96.13884152617126, + 41.866283287843146, + ], + [ + -96.13202192877166, + 41.974303888424714, + ], + [ + -96.27272099091087, + 42.04724867986667, + ], + [ + -96.26733709822697, + 42.11073965445017, + ], + [ + -96.35670971677969, + 42.215000214235765, + ], + [ + -95.67080178885101, + 42.21140131804533, + ], + ], + ], + "type": "Polygon", + }, + "id": "19133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19127 { + "geometry": { + "coordinates": [ + [ + [ + -92.76744792751397, + 42.210112161200996, + ], + [ + -92.76601222279827, + 41.862415817310136, + ], + [ + -93.23225732922388, + 41.86268439165271, + ], + [ + -93.23153947686603, + 42.208876719225174, + ], + [ + -93.00182672235303, + 42.20925272330477, + ], + [ + -92.76744792751397, + 42.210112161200996, + ], + ], + ], + "type": "Polygon", + }, + "id": "19127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19027 { + "geometry": { + "coordinates": [ + [ + [ + -94.85855184594018, + 42.209682442252884, + ], + [ + -94.62883909142718, + 42.209413867910314, + ], + [ + -94.62883909142718, + 41.86273810652122, + ], + [ + -94.74477224722045, + 41.86236210244162, + ], + [ + -95.09293064077923, + 41.86338268494339, + ], + [ + -95.09077708370567, + 42.210380735543566, + ], + [ + -94.85855184594018, + 42.209682442252884, + ], + ], + ], + "type": "Polygon", + }, + "id": "19027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19047 { + "geometry": { + "coordinates": [ + [ + [ + -95.67080178885101, + 42.21140131804533, + ], + [ + -95.3233612476501, + 42.21091788422871, + ], + [ + -95.09077708370567, + 42.210380735543566, + ], + [ + -95.09293064077923, + 41.86338268494339, + ], + [ + -95.55738111631021, + 41.8634363998119, + ], + [ + -95.67259641974564, + 41.86311411060082, + ], + [ + -95.67080178885101, + 42.21140131804533, + ], + ], + ], + "type": "Polygon", + }, + "id": "19047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19015 { + "geometry": { + "coordinates": [ + [ + [ + -93.93144552577284, + 42.210112161200996, + ], + [ + -93.6985024356495, + 42.209306438173286, + ], + [ + -93.6985024356495, + 41.86338268494339, + ], + [ + -93.81551236997956, + 41.8634363998119, + ], + [ + -94.16402968971727, + 41.86322154033785, + ], + [ + -94.16474754207512, + 42.209951016595454, + ], + [ + -93.93144552577284, + 42.210112161200996, + ], + ], + ], + "type": "Polygon", + }, + "id": "19015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19073 { + "geometry": { + "coordinates": [ + [ + [ + -94.16474754207512, + 42.209951016595454, + ], + [ + -94.16402968971727, + 41.86322154033785, + ], + [ + -94.28032177168947, + 41.86300668086379, + ], + [ + -94.62883909142718, + 41.86273810652122, + ], + [ + -94.62883909142718, + 42.209413867910314, + ], + [ + -94.39769063219846, + 42.209145293567744, + ], + [ + -94.16474754207512, + 42.209951016595454, + ], + ], + ], + "type": "Polygon", + }, + "id": "19073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19169 { + "geometry": { + "coordinates": [ + [ + [ + -93.46304686227367, + 42.209306438173286, + ], + [ + -93.23153947686603, + 42.208876719225174, + ], + [ + -93.23225732922388, + 41.86268439165271, + ], + [ + -93.34783155883824, + 41.86311411060082, + ], + [ + -93.6985024356495, + 41.86338268494339, + ], + [ + -93.6985024356495, + 42.209306438173286, + ], + [ + -93.46304686227367, + 42.209306438173286, + ], + ], + ], + "type": "Polygon", + }, + "id": "19169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17141 { + "geometry": { + "coordinates": [ + [ + [ + -88.93985915544101, + 42.152314962679974, + ], + [ + -88.94129486015672, + 41.891744135518756, + ], + [ + -89.36052063714295, + 41.888037809591296, + ], + [ + -89.62971527133789, + 41.90173510106236, + ], + [ + -89.6867845337872, + 41.930633700322865, + ], + [ + -89.68857916468184, + 42.199100613155636, + ], + [ + -89.39641325503561, + 42.20216236066093, + ], + [ + -89.17244331938544, + 42.204257240532975, + ], + [ + -89.17316117174329, + 42.15027379767645, + ], + [ + -88.93985915544101, + 42.152314962679974, + ], + ], + ], + "type": "Polygon", + }, + "id": "17141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17015 { + "geometry": { + "coordinates": [ + [ + [ + -89.68857916468184, + 42.199100613155636, + ], + [ + -89.6867845337872, + 41.930633700322865, + ], + [ + -90.15195286167605, + 41.928914824530416, + ], + [ + -90.15338856639175, + 42.0319936572087, + ], + [ + -90.16272064704384, + 42.11670200485522, + ], + [ + -90.31777675634012, + 42.193729126304234, + ], + [ + -89.92008655008948, + 42.19630743999291, + ], + [ + -89.68857916468184, + 42.199100613155636, + ], + ], + ], + "type": "Polygon", + }, + "id": "17015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36111 { + "geometry": { + "coordinates": [ + [ + [ + -73.91054326524868, + 42.12728383395247, + ], + [ + -73.92956635273178, + 42.078779307684364, + ], + [ + -73.95325548054093, + 41.589974004207335, + ], + [ + -74.12625789878355, + 41.58256135235241, + ], + [ + -74.26408555149135, + 41.632731039544446, + ], + [ + -74.3674562910222, + 41.5909945867091, + ], + [ + -74.39509360679955, + 41.6448705998286, + ], + [ + -74.57491562244176, + 41.74526368908119, + ], + [ + -74.45359857396458, + 41.87557596009606, + ], + [ + -74.78058032296669, + 42.01636263047114, + ], + [ + -74.45180394306995, + 42.169181431393355, + ], + [ + -74.30751561914147, + 42.11433855064061, + ], + [ + -74.07529038137596, + 42.096612644031, + ], + [ + -74.04226917291473, + 42.17030944363215, + ], + [ + -73.91054326524868, + 42.12728383395247, + ], + ], + ], + "type": "Polygon", + }, + "id": "36111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17031 { + "geometry": { + "coordinates": [ + [ + [ + -88.19975337449442, + 42.15424869794648, + ], + [ + -87.75970987913044, + 42.15236867754849, + ], + [ + -87.68146397212445, + 42.074696977677306, + ], + [ + -87.56804329958365, + 41.782595522698394, + ], + [ + -87.52389537957569, + 41.70744842164736, + ], + [ + -87.52604893664925, + 41.46653723636226, + ], + [ + -87.79057753051814, + 41.47008241768418, + ], + [ + -87.79380786612847, + 41.55860452099518, + ], + [ + -87.90938209574283, + 41.5567245005972, + ], + [ + -87.91189457899532, + 41.64390373219535, + ], + [ + -88.0292634395043, + 41.68547904042515, + ], + [ + -87.91476598842672, + 41.71674109390028, + ], + [ + -87.92050880728955, + 41.99396353030082, + ], + [ + -88.2629243819855, + 41.98622858923481, + ], + [ + -88.23887632799742, + 42.15424869794648, + ], + [ + -88.19975337449442, + 42.15424869794648, + ], + ], + ], + "type": "Polygon", + }, + "id": "17031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17037 { + "geometry": { + "coordinates": [ + [ + [ + -88.58882935245083, + 42.153550404655796, + ], + [ + -88.60210962107111, + 41.719534267063004, + ], + [ + -88.60210962107111, + 41.631388167831595, + ], + [ + -88.93878237690423, + 41.6283264203263, + ], + [ + -88.94129486015672, + 41.891744135518756, + ], + [ + -88.93985915544101, + 42.152314962679974, + ], + [ + -88.70548036060197, + 42.153550404655796, + ], + [ + -88.58882935245083, + 42.153550404655796, + ], + ], + ], + "type": "Polygon", + }, + "id": "17037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17089 { + "geometry": { + "coordinates": [ + [ + [ + -88.23887632799742, + 42.15424869794648, + ], + [ + -88.2629243819855, + 41.98622858923481, + ], + [ + -88.26184760344871, + 41.72463717957183, + ], + [ + -88.60210962107111, + 41.719534267063004, + ], + [ + -88.58882935245083, + 42.153550404655796, + ], + [ + -88.23887632799742, + 42.15424869794648, + ], + ], + ], + "type": "Polygon", + }, + "id": "17089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31075 { + "geometry": { + "coordinates": [ + [ + [ + -101.42654199411751, + 42.092208024812855, + ], + [ + -101.42582414175966, + 41.74306137947212, + ], + [ + -101.98539005470619, + 41.74230937131293, + ], + [ + -102.0679430758593, + 41.74209451183887, + ], + [ + -102.0665073711436, + 42.00911112322176, + ], + [ + -102.00620777308393, + 42.09634406968843, + ], + [ + -101.42654199411751, + 42.092208024812855, + ], + ], + ], + "type": "Polygon", + }, + "id": "31075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 25005 { + "geometry": { + "coordinates": [ + [ + [ + -70.84351906632112, + 41.62913214335401, + ], + [ + -70.9282256445478, + 41.53921345346164, + ], + [ + -71.11953329791565, + 41.497315856020755, + ], + [ + -71.13245464035701, + 41.6602867670921, + ], + [ + -71.19562564784809, + 41.67516578567047, + ], + [ + -71.2268522254147, + 41.71314219770984, + ], + [ + -71.31766054868312, + 41.776096023608204, + ], + [ + -71.38119048235312, + 41.98499314725899, + ], + [ + -71.08005141823372, + 42.095645776397745, + ], + [ + -71.05061947156175, + 41.9650112161718, + ], + [ + -70.97380926927147, + 41.860804371254716, + ], + [ + -71.02621249139474, + 41.77921148598202, + ], + [ + -70.92176497332711, + 41.790867612449546, + ], + [ + -70.84351906632112, + 41.62913214335401, + ], + ], + ], + "type": "Polygon", + }, + "id": "25005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31091 { + "geometry": { + "coordinates": [ + [ + [ + -100.84615836279325, + 42.08817940967431, + ], + [ + -100.84256910100399, + 41.74037563604642, + ], + [ + -101.40680105427656, + 41.743168809209145, + ], + [ + -101.42582414175966, + 41.74306137947212, + ], + [ + -101.42654199411751, + 42.092208024812855, + ], + [ + -100.84615836279325, + 42.08817940967431, + ], + ], + ], + "type": "Polygon", + }, + "id": "31091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31039 { + "geometry": { + "coordinates": [ + [ + [ + -96.82367267556316, + 42.09038171928338, + ], + [ + -96.55555481990501, + 42.089952000335266, + ], + [ + -96.55483696754716, + 42.01587919665452, + ], + [ + -96.55555481990501, + 41.74198708210184, + ], + [ + -96.90586677053734, + 41.742685375392526, + ], + [ + -97.020005295436, + 41.74295394973509, + ], + [ + -97.01928744307814, + 42.09054286388892, + ], + [ + -96.82367267556316, + 42.09038171928338, + ], + ], + ], + "type": "Polygon", + }, + "id": "31039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31119 { + "geometry": { + "coordinates": [ + [ + [ + -97.3685226151737, + 42.09091886796852, + ], + [ + -97.36816368899477, + 41.74322252407766, + ], + [ + -97.8304606074522, + 41.742255656444414, + ], + [ + -97.8333320168836, + 41.91623811556112, + ], + [ + -97.83440879542039, + 42.089683425992696, + ], + [ + -97.3685226151737, + 42.09091886796852, + ], + ], + ], + "type": "Polygon", + }, + "id": "31119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31167 { + "geometry": { + "coordinates": [ + [ + [ + -97.01928744307814, + 42.09054286388892, + ], + [ + -97.020005295436, + 41.74295394973509, + ], + [ + -97.25258945938042, + 41.74306137947212, + ], + [ + -97.36816368899477, + 41.74322252407766, + ], + [ + -97.3685226151737, + 42.09091886796852, + ], + [ + -97.01928744307814, + 42.09054286388892, + ], + ], + ], + "type": "Polygon", + }, + "id": "31167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31171 { + "geometry": { + "coordinates": [ + [ + [ + -100.26756936236362, + 42.08613824467078, + ], + [ + -100.26541580529006, + 41.73983848736128, + ], + [ + -100.71156104569579, + 41.739731057624255, + ], + [ + -100.84256910100399, + 41.74037563604642, + ], + [ + -100.84615836279325, + 42.08817940967431, + ], + [ + -100.26756936236362, + 42.08613824467078, + ], + ], + ], + "type": "Polygon", + }, + "id": "31171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31183 { + "geometry": { + "coordinates": [ + [ + [ + -98.29562893534103, + 41.91494895871679, + ], + [ + -98.29562893534103, + 41.74118135907413, + ], + [ + -98.75218303493563, + 41.74037563604642, + ], + [ + -98.75900263233524, + 41.74037563604642, + ], + [ + -98.7611561894088, + 42.088501698885395, + ], + [ + -98.300653901846, + 42.08882398809648, + ], + [ + -98.29562893534103, + 41.91494895871679, + ], + ], + ], + "type": "Polygon", + }, + "id": "31183", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31009 { + "geometry": { + "coordinates": [ + [ + [ + -100.26756936236362, + 42.08613824467078, + ], + [ + -100.16742895844311, + 42.085815955459694, + ], + [ + -99.68682680486043, + 42.086084529802264, + ], + [ + -99.68682680486043, + 41.74032192117791, + ], + [ + -100.251058758133, + 41.73978477249277, + ], + [ + -100.26541580529006, + 41.73983848736128, + ], + [ + -100.26756936236362, + 42.08613824467078, + ], + ], + ], + "type": "Polygon", + }, + "id": "31009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31115 { + "geometry": { + "coordinates": [ + [ + [ + -99.22273525550837, + 42.08791083533174, + ], + [ + -99.22165847697158, + 41.740805354994535, + ], + [ + -99.68682680486043, + 41.74032192117791, + ], + [ + -99.68682680486043, + 42.086084529802264, + ], + [ + -99.66241982469342, + 42.085977100065236, + ], + [ + -99.23457981941294, + 42.087964550200255, + ], + [ + -99.22273525550837, + 42.08791083533174, + ], + ], + ], + "type": "Polygon", + }, + "id": "31115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31071 { + "geometry": { + "coordinates": [ + [ + [ + -98.7611561894088, + 42.088501698885395, + ], + [ + -98.75900263233524, + 41.74037563604642, + ], + [ + -99.2123263963195, + 41.74059049552048, + ], + [ + -99.22165847697158, + 41.740805354994535, + ], + [ + -99.22273525550837, + 42.08791083533174, + ], + [ + -98.7611561894088, + 42.088501698885395, + ], + ], + ], + "type": "Polygon", + }, + "id": "31071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26091 { + "geometry": { + "coordinates": [ + [ + [ + -83.77383466215086, + 42.082378203874796, + ], + [ + -83.76306687678307, + 41.723509167333034, + ], + [ + -83.88043573729206, + 41.720071415748144, + ], + [ + -84.36032003851689, + 41.70658898375114, + ], + [ + -84.3631914479483, + 42.07346153570148, + ], + [ + -84.13204298871959, + 42.07158151530349, + ], + [ + -83.77383466215086, + 42.082378203874796, + ], + ], + ], + "type": "Polygon", + }, + "id": "26091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36027 { + "geometry": { + "coordinates": [ + [ + [ + -73.49670138094633, + 42.0496658489498, + ], + [ + -73.48736930029425, + 42.049612134081286, + ], + [ + -73.51823695168193, + 41.66683998105081, + ], + [ + -73.5300815155865, + 41.527181322914515, + ], + [ + -73.93387346687891, + 41.48823804324189, + ], + [ + -73.98161064867614, + 41.43892779394608, + ], + [ + -73.95325548054093, + 41.589974004207335, + ], + [ + -73.92956635273178, + 42.078779307684364, + ], + [ + -73.71169816212335, + 42.00583451624241, + ], + [ + -73.5272101061551, + 41.97795649948367, + ], + [ + -73.49670138094633, + 42.0496658489498, + ], + ], + ], + "type": "Polygon", + }, + "id": "36027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 25001 { + "geometry": { + "coordinates": [ + [ + [ + -70.6217026877445, + 41.74639170131998, + ], + [ + -70.53771396187568, + 41.81025867998308, + ], + [ + -70.42249865844025, + 41.74639170131998, + ], + [ + -70.27605677743821, + 41.726570914838334, + ], + [ + -70.0018371767383, + 41.80773408116293, + ], + [ + -70.12423100375227, + 42.053157315403205, + ], + [ + -69.98030160600271, + 41.93836864138888, + ], + [ + -69.94189650485757, + 41.76438618227216, + ], + [ + -70.01727100243215, + 41.66941829473948, + ], + [ + -70.40670590656748, + 41.636974514157046, + ], + [ + -70.49320711568879, + 41.55178273269391, + ], + [ + -70.67338805750992, + 41.53008192581427, + ], + [ + -70.6217026877445, + 41.74639170131998, + ], + ], + ], + "type": "Polygon", + }, + "id": "25001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26023 { + "geometry": { + "coordinates": [ + [ + [ + -84.8265651449425, + 42.07244095319972, + ], + [ + -84.82512944022679, + 41.7599278481855, + ], + [ + -85.1966180354158, + 41.759605558974414, + ], + [ + -85.29245132518919, + 41.75982041844847, + ], + [ + -85.29352810372598, + 42.07152780043498, + ], + [ + -84.8265651449425, + 42.07244095319972, + ], + ], + ], + "type": "Polygon", + }, + "id": "26023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26059 { + "geometry": { + "coordinates": [ + [ + [ + -84.3631914479483, + 42.07346153570148, + ], + [ + -84.36032003851689, + 41.70658898375114, + ], + [ + -84.39944299201989, + 41.70578326072343, + ], + [ + -84.80610635274368, + 41.69611458439092, + ], + [ + -84.82512944022679, + 41.7599278481855, + ], + [ + -84.8265651449425, + 42.07244095319972, + ], + [ + -84.70955521061244, + 42.070292358459156, + ], + [ + -84.3631914479483, + 42.07346153570148, + ], + ], + ], + "type": "Polygon", + }, + "id": "26059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26149 { + "geometry": { + "coordinates": [ + [ + [ + -85.29352810372598, + 42.07152780043498, + ], + [ + -85.29245132518919, + 41.75982041844847, + ], + [ + -85.65963280623107, + 41.75901469542076, + ], + [ + -85.78489804267645, + 41.75901469542076, + ], + [ + -85.76013213633051, + 41.79881741298961, + ], + [ + -85.76336247194085, + 42.06927177595739, + ], + [ + -85.29352810372598, + 42.07152780043498, + ], + ], + ], + "type": "Polygon", + }, + "id": "26149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26027 { + "geometry": { + "coordinates": [ + [ + [ + -85.76336247194085, + 42.06927177595739, + ], + [ + -85.76013213633051, + 41.79881741298961, + ], + [ + -85.78489804267645, + 41.75901469542076, + ], + [ + -86.06270690516561, + 41.76046499687064, + ], + [ + -86.22637724275613, + 41.76035756713361, + ], + [ + -86.22278798096687, + 42.071474085566464, + ], + [ + -85.76336247194085, + 42.06927177595739, + ], + ], + ], + "type": "Polygon", + }, + "id": "26027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 09005 { + "geometry": { + "coordinates": [ + [ + [ + -73.05342754997201, + 42.03983602801175, + ], + [ + -73.0085617776062, + 42.038869160378496, + ], + [ + -73.02937949598395, + 41.966622662227216, + ], + [ + -72.88688580295009, + 41.973122161317406, + ], + [ + -72.94898003190438, + 41.80644492431859, + ], + [ + -73.0168170797215, + 41.798119119698924, + ], + [ + -72.98307801890242, + 41.63960654271423, + ], + [ + -73.15572151096609, + 41.514182324734136, + ], + [ + -73.31041869408345, + 41.468793260839846, + ], + [ + -73.44142674939164, + 41.49129979074719, + ], + [ + -73.51823695168193, + 41.66683998105081, + ], + [ + -73.48736930029425, + 42.049612134081286, + ], + [ + -73.05342754997201, + 42.03983602801175, + ], + ], + ], + "type": "Polygon", + }, + "id": "09005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31021 { + "geometry": { + "coordinates": [ + [ + [ + -96.13884152617126, + 41.866283287843146, + ], + [ + -96.06526165949131, + 41.79736711153973, + ], + [ + -96.12268984811956, + 41.68300815647351, + ], + [ + -96.4446466306167, + 41.68359902002717, + ], + [ + -96.44428770443777, + 41.74177222262779, + ], + [ + -96.55555481990501, + 41.74198708210184, + ], + [ + -96.55483696754716, + 42.01587919665452, + ], + [ + -96.31112609205601, + 42.01518090336384, + ], + [ + -96.27272099091087, + 42.04724867986667, + ], + [ + -96.13202192877166, + 41.974303888424714, + ], + [ + -96.13884152617126, + 41.866283287843146, + ], + ], + ], + "type": "Polygon", + }, + "id": "31021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 09003 { + "geometry": { + "coordinates": [ + [ + [ + -72.50929546271934, + 42.03414225194926, + ], + [ + -72.5075008318247, + 41.80961410156091, + ], + [ + -72.47591532807917, + 41.812998138277294, + ], + [ + -72.41059076351453, + 41.601791275280405, + ], + [ + -72.46658324742708, + 41.58390422406526, + ], + [ + -72.50534727475114, + 41.646911764832126, + ], + [ + -72.71388338470749, + 41.627681841904135, + ], + [ + -72.75228848585263, + 41.57890874129346, + ], + [ + -72.9464675486519, + 41.55677821546571, + ], + [ + -72.98307801890242, + 41.63960654271423, + ], + [ + -73.0168170797215, + 41.798119119698924, + ], + [ + -72.94898003190438, + 41.80644492431859, + ], + [ + -72.88688580295009, + 41.973122161317406, + ], + [ + -73.02937949598395, + 41.966622662227216, + ], + [ + -73.0085617776062, + 42.038869160378496, + ], + [ + -72.50929546271934, + 42.03414225194926, + ], + ], + ], + "type": "Polygon", + }, + "id": "09003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 09013 { + "geometry": { + "coordinates": [ + [ + [ + -72.13565331045677, + 42.030221066547746, + ], + [ + -72.1022731758166, + 42.02877076509787, + ], + [ + -72.0994017663852, + 41.958887721161204, + ], + [ + -72.21712955307311, + 41.958081998133494, + ], + [ + -72.21784740543096, + 41.83512866410504, + ], + [ + -72.15682995501345, + 41.7537506383064, + ], + [ + -72.23938297616655, + 41.71416278021161, + ], + [ + -72.41059076351453, + 41.601791275280405, + ], + [ + -72.47591532807917, + 41.812998138277294, + ], + [ + -72.5075008318247, + 41.80961410156091, + ], + [ + -72.50929546271934, + 42.03414225194926, + ], + [ + -72.13565331045677, + 42.030221066547746, + ], + ], + ], + "type": "Polygon", + }, + "id": "09013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19045 { + "geometry": { + "coordinates": [ + [ + [ + -90.15338856639175, + 42.0319936572087, + ], + [ + -90.15195286167605, + 41.928914824530416, + ], + [ + -90.24240225876554, + 41.78297152677799, + ], + [ + -90.31598212544549, + 41.72877322444741, + ], + [ + -90.54282347052708, + 41.76594391345907, + ], + [ + -90.71367233169613, + 41.734789289720965, + ], + [ + -90.89887824002224, + 41.771315400310456, + ], + [ + -90.89887824002224, + 41.94599615271785, + ], + [ + -90.89887824002224, + 42.033497673527094, + ], + [ + -90.15338856639175, + 42.0319936572087, + ], + ], + ], + "type": "Polygon", + }, + "id": "19045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 09015 { + "geometry": { + "coordinates": [ + [ + [ + -71.79933948080257, + 42.00798311098296, + ], + [ + -71.78964847397157, + 41.7245297498348, + ], + [ + -71.787494916898, + 41.63992883192532, + ], + [ + -71.9522420330253, + 41.63434248559986, + ], + [ + -72.15324069322418, + 41.665658253943505, + ], + [ + -72.23938297616655, + 41.71416278021161, + ], + [ + -72.15682995501345, + 41.7537506383064, + ], + [ + -72.21784740543096, + 41.83512866410504, + ], + [ + -72.21712955307311, + 41.958081998133494, + ], + [ + -72.0994017663852, + 41.958887721161204, + ], + [ + -72.1022731758166, + 42.02877076509787, + ], + [ + -71.79933948080257, + 42.00798311098296, + ], + ], + ], + "type": "Polygon", + }, + "id": "09015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 44007 { + "geometry": { + "coordinates": [ + [ + [ + -71.38119048235312, + 41.98499314725899, + ], + [ + -71.31766054868312, + 41.776096023608204, + ], + [ + -71.35175853568114, + 41.75305234501572, + ], + [ + -71.39124041536307, + 41.76411760792959, + ], + [ + -71.4590774631802, + 41.73231840576933, + ], + [ + -71.78964847397157, + 41.7245297498348, + ], + [ + -71.79933948080257, + 42.00798311098296, + ], + [ + -71.49784149050426, + 42.01716835349885, + ], + [ + -71.38119048235312, + 41.98499314725899, + ], + ], + ], + "type": "Polygon", + }, + "id": "44007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36105 { + "geometry": { + "coordinates": [ + [ + [ + -74.3674562910222, + 41.5909945867091, + ], + [ + -74.4754930708791, + 41.504621078138655, + ], + [ + -74.75222515483148, + 41.49371695983032, + ], + [ + -74.75437871190505, + 41.42485449839542, + ], + [ + -74.9819379093445, + 41.47948251967412, + ], + [ + -75.06987482318151, + 41.60195241988595, + ], + [ + -75.05300529277196, + 41.75224662198801, + ], + [ + -75.14058328043004, + 41.85215627742397, + ], + [ + -74.78058032296669, + 42.01636263047114, + ], + [ + -74.45359857396458, + 41.87557596009606, + ], + [ + -74.57491562244176, + 41.74526368908119, + ], + [ + -74.39509360679955, + 41.6448705998286, + ], + [ + -74.3674562910222, + 41.5909945867091, + ], + ], + ], + "type": "Polygon", + }, + "id": "36105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06093 { + "geometry": { + "coordinates": [ + [ + [ + -122.28948507040343, + 42.00771453664039, + ], + [ + -121.4474442546417, + 41.99750871162274, + ], + [ + -121.44636747610491, + 41.18345987929369, + ], + [ + -122.49838010653869, + 41.18265415626598, + ], + [ + -122.48043379759237, + 41.320486508872804, + ], + [ + -122.57124212086079, + 41.368131597244684, + ], + [ + -122.80203165391057, + 41.20301209143277, + ], + [ + -122.88673823213725, + 41.20494582669927, + ], + [ + -122.97359836743748, + 41.11207281903864, + ], + [ + -122.91760588352493, + 40.994007538044954, + ], + [ + -123.0374872272864, + 41.00432079279963, + ], + [ + -123.14121689299618, + 41.07914560463958, + ], + [ + -123.23956266602207, + 41.0757615679232, + ], + [ + -123.40825797011755, + 41.17991469797177, + ], + [ + -123.47537716557682, + 41.367487018822516, + ], + [ + -123.66165985243971, + 41.382097463058315, + ], + [ + -123.62181904657886, + 41.43264315432995, + ], + [ + -123.71513985309977, + 41.591854024605325, + ], + [ + -123.6627366309765, + 41.69348255583373, + ], + [ + -123.7032952891952, + 41.828414305540804, + ], + [ + -123.56439085795061, + 41.903453976854806, + ], + [ + -123.51808938086909, + 42.00083903347061, + ], + [ + -123.2305895115489, + 42.00384706610739, + ], + [ + -122.28948507040343, + 42.00771453664039, + ], + ], + ], + "type": "Polygon", + }, + "id": "06093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31069 { + "geometry": { + "coordinates": [ + [ + [ + -102.0665073711436, + 42.00911112322176, + ], + [ + -102.0679430758593, + 41.74209451183887, + ], + [ + -101.98539005470619, + 41.74230937131293, + ], + [ + -101.98467220234834, + 41.394720457159096, + ], + [ + -102.05538065959688, + 41.39515017610721, + ], + [ + -102.05538065959688, + 41.22154372107009, + ], + [ + -102.61063945839628, + 41.221597435938605, + ], + [ + -102.63684106945792, + 41.43898150881459, + ], + [ + -102.636482143279, + 41.74311509434063, + ], + [ + -102.6784765062134, + 41.801610586152336, + ], + [ + -102.67739972767662, + 42.00529736755727, + ], + [ + -102.0665073711436, + 42.00911112322176, + ], + ], + ], + "type": "Polygon", + }, + "id": "31069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31123 { + "geometry": { + "coordinates": [ + [ + [ + -102.67739972767662, + 42.00529736755727, + ], + [ + -102.6784765062134, + 41.801610586152336, + ], + [ + -102.636482143279, + 41.74311509434063, + ], + [ + -102.63684106945792, + 41.43898150881459, + ], + [ + -103.36905047446812, + 41.43758492223323, + ], + [ + -103.37048617918383, + 41.6991226170277, + ], + [ + -103.36294872942638, + 42.00293391334266, + ], + [ + -102.69785851987544, + 42.00481393374064, + ], + [ + -102.67739972767662, + 42.00529736755727, + ], + ], + ], + "type": "Polygon", + }, + "id": "31123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49005 { + "geometry": { + "coordinates": [ + [ + [ + -111.50841943398599, + 41.99944244688925, + ], + [ + -111.50770158162814, + 41.85215627742397, + ], + [ + -111.42658426519074, + 41.67822753317577, + ], + [ + -111.44309486942136, + 41.53126365292158, + ], + [ + -111.51093191723848, + 41.42302819286595, + ], + [ + -111.66634695271368, + 41.42872196892843, + ], + [ + -111.72628762459442, + 41.3759202531792, + ], + [ + -111.8852919218589, + 41.42635851471381, + ], + [ + -111.91687742560443, + 41.53878373451353, + ], + [ + -111.98220199016907, + 41.53400311121579, + ], + [ + -112.0514747427019, + 41.69933747650175, + ], + [ + -112.0529104474176, + 41.862523247047164, + ], + [ + -112.16597219377947, + 41.99756242649126, + ], + [ + -112.11033863604585, + 41.99750871162274, + ], + [ + -111.50841943398599, + 41.99944244688925, + ], + ], + ], + "type": "Polygon", + }, + "id": "49005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31157 { + "geometry": { + "coordinates": [ + [ + [ + -103.36294872942638, + 42.00293391334266, + ], + [ + -103.37048617918383, + 41.6991226170277, + ], + [ + -104.05316377150217, + 41.697887175051875, + ], + [ + -104.05316377150217, + 42.001698471366836, + ], + [ + -103.40171275675044, + 42.003524776896306, + ], + [ + -103.36294872942638, + 42.00293391334266, + ], + ], + ], + "type": "Polygon", + }, + "id": "31157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49033 { + "geometry": { + "coordinates": [ + [ + [ + -111.04684036788642, + 42.001537326761294, + ], + [ + -111.04576358934965, + 41.5798218940582, + ], + [ + -111.0464814417075, + 41.251677762306414, + ], + [ + -111.26470855849485, + 41.1442480252785, + ], + [ + -111.22163741702366, + 41.21251962315974, + ], + [ + -111.33110990159626, + 41.35669033025121, + ], + [ + -111.42048252014898, + 41.36141723868044, + ], + [ + -111.51093191723848, + 41.42302819286595, + ], + [ + -111.44309486942136, + 41.53126365292158, + ], + [ + -111.42658426519074, + 41.67822753317577, + ], + [ + -111.50770158162814, + 41.85215627742397, + ], + [ + -111.50841943398599, + 41.99944244688925, + ], + [ + -111.04684036788642, + 42.001537326761294, + ], + ], + ], + "type": "Polygon", + }, + "id": "49033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42015 { + "geometry": { + "coordinates": [ + [ + [ + -76.92659994676866, + 41.99987216583736, + ], + [ + -76.55798276101106, + 41.99987216583736, + ], + [ + -76.14701228614014, + 41.99987216583736, + ], + [ + -76.11542678239461, + 41.6521758219465, + ], + [ + -76.19941550826343, + 41.64669690535807, + ], + [ + -76.21987430046224, + 41.542060341492885, + ], + [ + -76.81389712658572, + 41.59018886368139, + ], + [ + -76.87491457700322, + 41.59668836277158, + ], + [ + -76.92659994676866, + 41.99987216583736, + ], + ], + ], + "type": "Polygon", + }, + "id": "42015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42117 { + "geometry": { + "coordinates": [ + [ + [ + -76.96572290027166, + 41.99987216583736, + ], + [ + -76.92659994676866, + 41.99987216583736, + ], + [ + -76.87491457700322, + 41.59668836277158, + ], + [ + -76.96033900758775, + 41.551353013745796, + ], + [ + -77.59958653225598, + 41.54227520096694, + ], + [ + -77.60999539144485, + 41.999818450968846, + ], + [ + -76.96572290027166, + 41.99987216583736, + ], + ], + ], + "type": "Polygon", + }, + "id": "42117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49003 { + "geometry": { + "coordinates": [ + [ + [ + -111.8852919218589, + 41.42635851471381, + ], + [ + -111.95887178853884, + 41.43382488143725, + ], + [ + -112.0285034672506, + 41.33643982482145, + ], + [ + -112.23811635574371, + 41.33670839916402, + ], + [ + -112.4933128689605, + 41.07667472068794, + ], + [ + -112.79911797340594, + 41.000238462792574, + ], + [ + -114.04207933102866, + 40.99996988845, + ], + [ + -114.04172040484974, + 41.993587526221226, + ], + [ + -113.00155233832054, + 41.998207004913425, + ], + [ + -112.16597219377947, + 41.99756242649126, + ], + [ + -112.0529104474176, + 41.862523247047164, + ], + [ + -112.0514747427019, + 41.69933747650175, + ], + [ + -111.98220199016907, + 41.53400311121579, + ], + [ + -111.91687742560443, + 41.53878373451353, + ], + [ + -111.8852919218589, + 41.42635851471381, + ], + ], + ], + "type": "Polygon", + }, + "id": "49003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 32013 { + "geometry": { + "coordinates": [ + [ + [ + -117.0182952066878, + 41.000238462792574, + ], + [ + -117.01865413286671, + 40.64298087230623, + ], + [ + -117.24693118266401, + 40.64244372362109, + ], + [ + -117.30041118332409, + 40.52615103328837, + ], + [ + -117.30938433779724, + 40.68353559803427, + ], + [ + -117.64426246273574, + 40.68434132106198, + ], + [ + -117.64426246273574, + 40.85784034636207, + ], + [ + -118.78672449025902, + 40.85585289622705, + ], + [ + -118.78672449025902, + 40.960865464171846, + ], + [ + -119.30967993295502, + 40.96038203035522, + ], + [ + -119.33013872515384, + 40.96038203035522, + ], + [ + -119.3240369801121, + 41.993802385695275, + ], + [ + -118.19700877828265, + 41.9969715629376, + ], + [ + -117.02726836116096, + 41.99976473610033, + ], + [ + -117.0182952066878, + 41.99906644280965, + ], + [ + -117.0182952066878, + 41.000238462792574, + ], + ], + ], + "type": "Polygon", + }, + "id": "32013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 32007 { + "geometry": { + "coordinates": [ + [ + [ + -114.28255987090947, + 41.994070960037845, + ], + [ + -114.04172040484974, + 41.993587526221226, + ], + [ + -114.04207933102866, + 40.99996988845, + ], + [ + -114.0467453713547, + 40.11695116494903, + ], + [ + -115.26386404409472, + 40.12253751127448, + ], + [ + -115.83527452094582, + 40.12785528325736, + ], + [ + -116.00073948943097, + 40.127371849440735, + ], + [ + -116.15794915580081, + 40.66640055497832, + ], + [ + -116.15830808197973, + 40.99991617358149, + ], + [ + -116.58722486579698, + 41.000399607398116, + ], + [ + -117.0182952066878, + 41.000238462792574, + ], + [ + -117.0182952066878, + 41.99906644280965, + ], + [ + -116.14682244425408, + 41.99804586030788, + ], + [ + -115.03917625608668, + 41.99584355069881, + ], + [ + -114.28255987090947, + 41.994070960037845, + ], + ], + ], + "type": "Polygon", + }, + "id": "32007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42083 { + "geometry": { + "coordinates": [ + [ + [ + -78.30738895709918, + 41.99987216583736, + ], + [ + -78.2065307008208, + 41.99987216583736, + ], + [ + -78.20330036521047, + 41.61817431017717, + ], + [ + -78.41901499874534, + 41.60216727936, + ], + [ + -78.4832627847732, + 41.62988415151321, + ], + [ + -78.9559685624195, + 41.623814371371125, + ], + [ + -78.91899916599006, + 41.99718642241166, + ], + [ + -78.30738895709918, + 41.99987216583736, + ], + ], + ], + "type": "Polygon", + }, + "id": "42083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42105 { + "geometry": { + "coordinates": [ + [ + [ + -77.74997660122621, + 41.99724013728017, + ], + [ + -77.60999539144485, + 41.999818450968846, + ], + [ + -77.59958653225598, + 41.54227520096694, + ], + [ + -77.59815082754027, + 41.47856936690938, + ], + [ + -77.98902143639131, + 41.47475561124489, + ], + [ + -78.05039781298775, + 41.475400189667056, + ], + [ + -78.20330036521047, + 41.61817431017717, + ], + [ + -78.2065307008208, + 41.99987216583736, + ], + [ + -77.74997660122621, + 41.99724013728017, + ], + ], + ], + "type": "Polygon", + }, + "id": "42105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06015 { + "geometry": { + "coordinates": [ + [ + [ + -123.51808938086909, + 42.00083903347061, + ], + [ + -123.56439085795061, + 41.903453976854806, + ], + [ + -123.7032952891952, + 41.828414305540804, + ], + [ + -123.6627366309765, + 41.69348255583373, + ], + [ + -123.71513985309977, + 41.591854024605325, + ], + [ + -123.62181904657886, + 41.43264315432995, + ], + [ + -123.66165985243971, + 41.382097463058315, + ], + [ + -123.77041448465447, + 41.38113059542506, + ], + [ + -123.77185018937017, + 41.465570368729004, + ], + [ + -124.06581072991104, + 41.46471093083278, + ], + [ + -124.16164401968443, + 41.73768989262072, + ], + [ + -124.25568267856319, + 41.78130636585406, + ], + [ + -124.21153475855522, + 41.998475579255995, + ], + [ + -123.82138200206204, + 41.995413831750696, + ], + [ + -123.51808938086909, + 42.00083903347061, + ], + ], + ], + "type": "Polygon", + }, + "id": "06015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42127 { + "geometry": { + "coordinates": [ + [ + [ + -75.36275858518559, + 41.99987216583736, + ], + [ + -75.25866999329688, + 41.86203981323054, + ], + [ + -75.14058328043004, + 41.85215627742397, + ], + [ + -75.05300529277196, + 41.75224662198801, + ], + [ + -75.06987482318151, + 41.60195241988595, + ], + [ + -75.35845147103846, + 41.239484487153746, + ], + [ + -75.50597013057728, + 41.23250155424694, + ], + [ + -75.4413634183705, + 41.25817726139661, + ], + [ + -75.46254006292718, + 41.64159399284925, + ], + [ + -75.48263992894705, + 41.99863672386154, + ], + [ + -75.36275858518559, + 41.99987216583736, + ], + ], + ], + "type": "Polygon", + }, + "id": "42127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42115 { + "geometry": { + "coordinates": [ + [ + [ + -75.46254006292718, + 41.64159399284925, + ], + [ + -75.72132583793322, + 41.64223857127142, + ], + [ + -76.11542678239461, + 41.6521758219465, + ], + [ + -76.14701228614014, + 41.99987216583736, + ], + [ + -76.10573577556359, + 41.99987216583736, + ], + [ + -75.48263992894705, + 41.99863672386154, + ], + [ + -75.46254006292718, + 41.64159399284925, + ], + ], + ], + "type": "Polygon", + }, + "id": "42115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42123 { + "geometry": { + "coordinates": [ + [ + [ + -78.91899916599006, + 41.99718642241166, + ], + [ + -78.9559685624195, + 41.623814371371125, + ], + [ + -79.51194521357675, + 41.62451266466181, + ], + [ + -79.61280346985512, + 41.623814371371125, + ], + [ + -79.61208561749727, + 41.850061397551926, + ], + [ + -79.6099320604237, + 41.9973475670172, + ], + [ + -79.06113393284498, + 41.99987216583736, + ], + [ + -78.91899916599006, + 41.99718642241166, + ], + ], + ], + "type": "Polygon", + }, + "id": "42123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06049 { + "geometry": { + "coordinates": [ + [ + [ + -120.87962303957985, + 41.99374867082676, + ], + [ + -119.99917712267298, + 41.99476925332853, + ], + [ + -119.99989497503083, + 41.18394331311032, + ], + [ + -121.33115217266948, + 41.183889598241805, + ], + [ + -121.44636747610491, + 41.18345987929369, + ], + [ + -121.4474442546417, + 41.99750871162274, + ], + [ + -120.87962303957985, + 41.99374867082676, + ], + ], + ], + "type": "Polygon", + }, + "id": "06049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 32031 { + "geometry": { + "coordinates": [ + [ + [ + -119.30967993295502, + 40.96038203035522, + ], + [ + -119.31291026856536, + 40.51830866248533, + ], + [ + -119.33839402726916, + 40.517825228668706, + ], + [ + -119.33911187962701, + 39.998617309612776, + ], + [ + -119.22497335472836, + 39.99931560290345, + ], + [ + -119.20882167667666, + 39.80997069139175, + ], + [ + -119.17077550171044, + 39.78821616964359, + ], + [ + -119.1890807368357, + 39.63255048069014, + ], + [ + -119.28383724807232, + 39.62153893264478, + ], + [ + -119.46509496843024, + 39.583455090868384, + ], + [ + -119.62230463480007, + 39.51158459679671, + ], + [ + -119.69588450148002, + 39.52136070286625, + ], + [ + -119.65855617887166, + 39.331478642669396, + ], + [ + -119.71275403188957, + 39.25085262502995, + ], + [ + -119.88109040980613, + 39.16544598409275, + ], + [ + -120.00420208917794, + 39.16560712869829, + ], + [ + -120.00743242478828, + 39.31600876053738, + ], + [ + -120.00312531064117, + 39.44803990734469, + ], + [ + -120.00097175356761, + 39.722415455714, + ], + [ + -119.99989497503083, + 41.18394331311032, + ], + [ + -119.99917712267298, + 41.99476925332853, + ], + [ + -119.3606474503626, + 41.99423210464339, + ], + [ + -119.3240369801121, + 41.993802385695275, + ], + [ + -119.33013872515384, + 40.96038203035522, + ], + [ + -119.30967993295502, + 40.96038203035522, + ], + ], + ], + "type": "Polygon", + }, + "id": "32031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17043 { + "geometry": { + "coordinates": [ + [ + [ + -88.0292634395043, + 41.68547904042515, + ], + [ + -88.03069914422001, + 41.72893436905295, + ], + [ + -88.2614886772698, + 41.7245297498348, + ], + [ + -88.26184760344871, + 41.72463717957183, + ], + [ + -88.2629243819855, + 41.98622858923481, + ], + [ + -87.92050880728955, + 41.99396353030082, + ], + [ + -87.91476598842672, + 41.71674109390028, + ], + [ + -88.0292634395043, + 41.68547904042515, + ], + ], + ], + "type": "Polygon", + }, + "id": "17043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39007 { + "geometry": { + "coordinates": [ + [ + [ + -80.51945099782364, + 41.84930938939273, + ], + [ + -80.51945099782364, + 41.499410735892795, + ], + [ + -81.00328348701666, + 41.501666760370384, + ], + [ + -81.00364241319559, + 41.71512964784486, + ], + [ + -81.00256563465881, + 41.85333800453128, + ], + [ + -80.51945099782364, + 41.9773119210615, + ], + [ + -80.51945099782364, + 41.84930938939273, + ], + ], + ], + "type": "Polygon", + }, + "id": "39007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19031 { + "geometry": { + "coordinates": [ + [ + [ + -91.36584119880571, + 41.94739273929922, + ], + [ + -90.89887824002224, + 41.94599615271785, + ], + [ + -90.89887824002224, + 41.771315400310456, + ], + [ + -90.89995501855903, + 41.59711808171969, + ], + [ + -91.36655905116356, + 41.598299808826994, + ], + [ + -91.36620012498464, + 41.859998648227005, + ], + [ + -91.36584119880571, + 41.94739273929922, + ], + ], + ], + "type": "Polygon", + }, + "id": "19031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17195 { + "geometry": { + "coordinates": [ + [ + [ + -89.6867845337872, + 41.930633700322865, + ], + [ + -89.62971527133789, + 41.90173510106236, + ], + [ + -89.63150990223252, + 41.58492480656702, + ], + [ + -89.86265836146123, + 41.5840653686708, + ], + [ + -90.18569192249514, + 41.584656232224454, + ], + [ + -90.24240225876554, + 41.78297152677799, + ], + [ + -90.15195286167605, + 41.928914824530416, + ], + [ + -89.6867845337872, + 41.930633700322865, + ], + ], + ], + "type": "Polygon", + }, + "id": "17195", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31011 { + "geometry": { + "coordinates": [ + [ + [ + -97.8333320168836, + 41.91623811556112, + ], + [ + -97.8304606074522, + 41.742255656444414, + ], + [ + -97.82974275509434, + 41.52616074041275, + ], + [ + -98.10001416782605, + 41.48077167651846, + ], + [ + -98.29132182119392, + 41.480717961649944, + ], + [ + -98.29562893534103, + 41.74118135907413, + ], + [ + -98.29562893534103, + 41.91494895871679, + ], + [ + -97.8333320168836, + 41.91623811556112, + ], + ], + ], + "type": "Polygon", + }, + "id": "31011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17103 { + "geometry": { + "coordinates": [ + [ + [ + -88.94129486015672, + 41.891744135518756, + ], + [ + -88.93878237690423, + 41.6283264203263, + ], + [ + -89.16705942670153, + 41.6287024244059, + ], + [ + -89.16670050052261, + 41.58497852143553, + ], + [ + -89.63150990223252, + 41.58492480656702, + ], + [ + -89.62971527133789, + 41.90173510106236, + ], + [ + -89.36052063714295, + 41.888037809591296, + ], + [ + -88.94129486015672, + 41.891744135518756, + ], + ], + ], + "type": "Polygon", + }, + "id": "17103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19085 { + "geometry": { + "coordinates": [ + [ + [ + -95.67259641974564, + 41.86311411060082, + ], + [ + -95.55738111631021, + 41.8634363998119, + ], + [ + -95.55738111631021, + 41.60227470909703, + ], + [ + -95.49815829678734, + 41.50607137958853, + ], + [ + -95.99670675931634, + 41.50693081748476, + ], + [ + -96.08859186112154, + 41.530511644762385, + ], + [ + -96.12268984811956, + 41.68300815647351, + ], + [ + -96.06526165949131, + 41.79736711153973, + ], + [ + -96.13884152617126, + 41.866283287843146, + ], + [ + -95.67259641974564, + 41.86311411060082, + ], + ], + ], + "type": "Polygon", + }, + "id": "19085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19095 { + "geometry": { + "coordinates": [ + [ + [ + -91.83136845287348, + 41.86182495375648, + ], + [ + -91.82921489579992, + 41.51138915157141, + ], + [ + -91.94622483012998, + 41.510690858280725, + ], + [ + -92.2976135592991, + 41.509777705515994, + ], + [ + -92.29833141165695, + 41.862791821389735, + ], + [ + -91.83136845287348, + 41.86182495375648, + ], + ], + ], + "type": "Polygon", + }, + "id": "19095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19049 { + "geometry": { + "coordinates": [ + [ + [ + -93.81551236997956, + 41.8634363998119, + ], + [ + -93.79110538981256, + 41.51187258538803, + ], + [ + -94.24155774436541, + 41.5036542105054, + ], + [ + -94.27996284551055, + 41.60130784146378, + ], + [ + -94.28032177168947, + 41.86300668086379, + ], + [ + -94.16402968971727, + 41.86322154033785, + ], + [ + -93.81551236997956, + 41.8634363998119, + ], + ], + ], + "type": "Polygon", + }, + "id": "19049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19165 { + "geometry": { + "coordinates": [ + [ + [ + -95.09293064077923, + 41.86338268494339, + ], + [ + -95.09257171460031, + 41.602328423965545, + ], + [ + -95.04088634483487, + 41.50467479300717, + ], + [ + -95.1546659435546, + 41.50521194169231, + ], + [ + -95.49815829678734, + 41.50607137958853, + ], + [ + -95.55738111631021, + 41.60227470909703, + ], + [ + -95.55738111631021, + 41.8634363998119, + ], + [ + -95.09293064077923, + 41.86338268494339, + ], + ], + ], + "type": "Polygon", + }, + "id": "19165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19009 { + "geometry": { + "coordinates": [ + [ + [ + -94.74477224722045, + 41.86236210244162, + ], + [ + -94.7440543948626, + 41.60469187818016, + ], + [ + -94.7006243272125, + 41.50413764432203, + ], + [ + -95.04088634483487, + 41.50467479300717, + ], + [ + -95.09257171460031, + 41.602328423965545, + ], + [ + -95.09293064077923, + 41.86338268494339, + ], + [ + -94.74477224722045, + 41.86236210244162, + ], + ], + ], + "type": "Polygon", + }, + "id": "19009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19157 { + "geometry": { + "coordinates": [ + [ + [ + -92.29833141165695, + 41.862791821389735, + ], + [ + -92.2976135592991, + 41.509777705515994, + ], + [ + -92.41211101037666, + 41.50956284604194, + ], + [ + -92.75668014214618, + 41.50881083788274, + ], + [ + -92.76601222279827, + 41.862415817310136, + ], + [ + -92.29833141165695, + 41.862791821389735, + ], + ], + ], + "type": "Polygon", + }, + "id": "19157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19153 { + "geometry": { + "coordinates": [ + [ + [ + -93.6985024356495, + 41.86338268494339, + ], + [ + -93.34783155883824, + 41.86311411060082, + ], + [ + -93.32880847135513, + 41.507790255380975, + ], + [ + -93.32880847135513, + 41.490923786667594, + ], + [ + -93.79110538981256, + 41.51187258538803, + ], + [ + -93.81551236997956, + 41.8634363998119, + ], + [ + -93.6985024356495, + 41.86338268494339, + ], + ], + ], + "type": "Polygon", + }, + "id": "19153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19099 { + "geometry": { + "coordinates": [ + [ + [ + -93.23225732922388, + 41.86268439165271, + ], + [ + -92.76601222279827, + 41.862415817310136, + ], + [ + -92.75668014214618, + 41.50881083788274, + ], + [ + -92.87153651940268, + 41.50848854867166, + ], + [ + -93.32880847135513, + 41.507790255380975, + ], + [ + -93.34783155883824, + 41.86311411060082, + ], + [ + -93.23225732922388, + 41.86268439165271, + ], + ], + ], + "type": "Polygon", + }, + "id": "19099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19077 { + "geometry": { + "coordinates": [ + [ + [ + -94.28032177168947, + 41.86300668086379, + ], + [ + -94.27996284551055, + 41.60130784146378, + ], + [ + -94.24155774436541, + 41.5036542105054, + ], + [ + -94.7006243272125, + 41.50413764432203, + ], + [ + -94.7440543948626, + 41.60469187818016, + ], + [ + -94.74477224722045, + 41.86236210244162, + ], + [ + -94.62883909142718, + 41.86273810652122, + ], + [ + -94.28032177168947, + 41.86300668086379, + ], + ], + ], + "type": "Polygon", + }, + "id": "19077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19103 { + "geometry": { + "coordinates": [ + [ + [ + -91.36620012498464, + 41.859998648227005, + ], + [ + -91.36655905116356, + 41.598299808826994, + ], + [ + -91.3683536820582, + 41.42313562260298, + ], + [ + -91.48392791167255, + 41.42378020102514, + ], + [ + -91.52125623428091, + 41.510959432623295, + ], + [ + -91.82921489579992, + 41.51138915157141, + ], + [ + -91.83136845287348, + 41.86182495375648, + ], + [ + -91.36620012498464, + 41.859998648227005, + ], + ], + ], + "type": "Polygon", + }, + "id": "19103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39085 { + "geometry": { + "coordinates": [ + [ + [ + -81.00364241319559, + 41.71512964784486, + ], + [ + -81.1023471124004, + 41.71432392481715, + ], + [ + -81.10127033386361, + 41.64143284824371, + ], + [ + -81.29473154430504, + 41.640841984690056, + ], + [ + -81.29580832284182, + 41.569938358251626, + ], + [ + -81.39092376025735, + 41.56972349877757, + ], + [ + -81.48855168092538, + 41.63128073809457, + ], + [ + -81.28396375893723, + 41.7629895956908, + ], + [ + -81.00256563465881, + 41.85333800453128, + ], + [ + -81.00364241319559, + 41.71512964784486, + ], + ], + ], + "type": "Polygon", + }, + "id": "39085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42039 { + "geometry": { + "coordinates": [ + [ + [ + -79.61208561749727, + 41.850061397551926, + ], + [ + -79.61280346985512, + 41.623814371371125, + ], + [ + -79.82887702956891, + 41.62198806584165, + ], + [ + -79.99972589073796, + 41.49006434877137, + ], + [ + -80.51945099782364, + 41.48899005140109, + ], + [ + -80.51945099782364, + 41.499410735892795, + ], + [ + -80.51945099782364, + 41.84930938939273, + ], + [ + -79.61208561749727, + 41.850061397551926, + ], + ], + ], + "type": "Polygon", + }, + "id": "42039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17161 { + "geometry": { + "coordinates": [ + [ + [ + -90.18569192249514, + 41.584656232224454, + ], + [ + -90.19610078168401, + 41.540341465700436, + ], + [ + -90.43191528123877, + 41.45681484516123, + ], + [ + -90.43370991213341, + 41.32693229309447, + ], + [ + -91.07188065826485, + 41.333378077316155, + ], + [ + -91.07188065826485, + 41.33359293679021, + ], + [ + -91.03993622834038, + 41.41851614391078, + ], + [ + -90.7861754198393, + 41.45289365975971, + ], + [ + -90.65588521688895, + 41.46207890227559, + ], + [ + -90.34326051504391, + 41.58777169459826, + ], + [ + -90.31598212544549, + 41.72877322444741, + ], + [ + -90.24240225876554, + 41.78297152677799, + ], + [ + -90.18569192249514, + 41.584656232224454, + ], + ], + ], + "type": "Polygon", + }, + "id": "17161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 44001 { + "geometry": { + "coordinates": [ + [ + [ + -71.2268522254147, + 41.71314219770984, + ], + [ + -71.26059128623379, + 41.64288314969359, + ], + [ + -71.35175853568114, + 41.75305234501572, + ], + [ + -71.31766054868312, + 41.776096023608204, + ], + [ + -71.2268522254147, + 41.71314219770984, + ], + ], + ], + "type": "Polygon", + }, + "id": "44001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19163 { + "geometry": { + "coordinates": [ + [ + [ + -90.31598212544549, + 41.72877322444741, + ], + [ + -90.34326051504391, + 41.58777169459826, + ], + [ + -90.65588521688895, + 41.46207890227559, + ], + [ + -90.7861754198393, + 41.45289365975971, + ], + [ + -90.78366293658681, + 41.59652721816604, + ], + [ + -90.89995501855903, + 41.59711808171969, + ], + [ + -90.89887824002224, + 41.771315400310456, + ], + [ + -90.71367233169613, + 41.734789289720965, + ], + [ + -90.54282347052708, + 41.76594391345907, + ], + [ + -90.31598212544549, + 41.72877322444741, + ], + ], + ], + "type": "Polygon", + }, + "id": "19163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 44003 { + "geometry": { + "coordinates": [ + [ + [ + -71.39124041536307, + 41.76411760792959, + ], + [ + -71.43000444268714, + 41.650779235365135, + ], + [ + -71.48527907424183, + 41.60275814291366, + ], + [ + -71.78928954779263, + 41.59684950737712, + ], + [ + -71.787494916898, + 41.63992883192532, + ], + [ + -71.78964847397157, + 41.7245297498348, + ], + [ + -71.4590774631802, + 41.73231840576933, + ], + [ + -71.39124041536307, + 41.76411760792959, + ], + ], + ], + "type": "Polygon", + }, + "id": "44003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18039 { + "geometry": { + "coordinates": [ + [ + [ + -85.65963280623107, + 41.75901469542076, + ], + [ + -85.6546078397261, + 41.52326013751299, + ], + [ + -85.65353106118933, + 41.43677919920552, + ], + [ + -86.05911764337635, + 41.43581233157227, + ], + [ + -86.05947656955527, + 41.47910651559452, + ], + [ + -86.06270690516561, + 41.76046499687064, + ], + [ + -85.78489804267645, + 41.75901469542076, + ], + [ + -85.65963280623107, + 41.75901469542076, + ], + ], + ], + "type": "Polygon", + }, + "id": "18039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18141 { + "geometry": { + "coordinates": [ + [ + [ + -86.05947656955527, + 41.47910651559452, + ], + [ + -86.46721670881585, + 41.47642077216882, + ], + [ + -86.466498856458, + 41.43291172867252, + ], + [ + -86.52500382362304, + 41.43285801380401, + ], + [ + -86.48767550101468, + 41.64927521904674, + ], + [ + -86.52428597126519, + 41.759605558974414, + ], + [ + -86.22637724275613, + 41.76035756713361, + ], + [ + -86.06270690516561, + 41.76046499687064, + ], + [ + -86.05947656955527, + 41.47910651559452, + ], + ], + ], + "type": "Polygon", + }, + "id": "18141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18091 { + "geometry": { + "coordinates": [ + [ + [ + -86.52500382362304, + 41.43285801380401, + ], + [ + -86.70087765129706, + 41.40229425361956, + ], + [ + -86.7837895986291, + 41.285571844338726, + ], + [ + -86.93023147963113, + 41.236959888333594, + ], + [ + -86.93274396288362, + 41.71008045020454, + ], + [ + -86.82470718302673, + 41.76025013739658, + ], + [ + -86.52428597126519, + 41.759605558974414, + ], + [ + -86.48767550101468, + 41.64927521904674, + ], + [ + -86.52500382362304, + 41.43285801380401, + ], + ], + ], + "type": "Polygon", + }, + "id": "18091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18151 { + "geometry": { + "coordinates": [ + [ + [ + -84.80467064802798, + 41.530135640682786, + ], + [ + -85.19410555216331, + 41.52642931475532, + ], + [ + -85.1966180354158, + 41.759605558974414, + ], + [ + -84.82512944022679, + 41.7599278481855, + ], + [ + -84.80610635274368, + 41.69611458439092, + ], + [ + -84.80467064802798, + 41.530135640682786, + ], + ], + ], + "type": "Polygon", + }, + "id": "18151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18087 { + "geometry": { + "coordinates": [ + [ + [ + -85.19410555216331, + 41.52642931475532, + ], + [ + -85.6546078397261, + 41.52326013751299, + ], + [ + -85.65963280623107, + 41.75901469542076, + ], + [ + -85.29245132518919, + 41.75982041844847, + ], + [ + -85.1966180354158, + 41.759605558974414, + ], + [ + -85.19410555216331, + 41.52642931475532, + ], + ], + ], + "type": "Polygon", + }, + "id": "18087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31037 { + "geometry": { + "coordinates": [ + [ + [ + -97.020005295436, + 41.74295394973509, + ], + [ + -96.90586677053734, + 41.742685375392526, + ], + [ + -96.90586677053734, + 41.456438841081635, + ], + [ + -97.17829174034262, + 41.37677969107543, + ], + [ + -97.25402516409612, + 41.384192342930355, + ], + [ + -97.25258945938042, + 41.74306137947212, + ], + [ + -97.020005295436, + 41.74295394973509, + ], + ], + ], + "type": "Polygon", + }, + "id": "31037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31141 { + "geometry": { + "coordinates": [ + [ + [ + -97.25258945938042, + 41.74306137947212, + ], + [ + -97.25402516409612, + 41.384192342930355, + ], + [ + -97.36816368899477, + 41.39638561808302, + ], + [ + -97.59895322204456, + 41.33300207323656, + ], + [ + -97.59895322204456, + 41.394827886896124, + ], + [ + -97.70375966629112, + 41.39488160176464, + ], + [ + -97.70375966629112, + 41.52680531883492, + ], + [ + -97.82974275509434, + 41.52616074041275, + ], + [ + -97.8304606074522, + 41.742255656444414, + ], + [ + -97.36816368899477, + 41.74322252407766, + ], + [ + -97.25258945938042, + 41.74306137947212, + ], + ], + ], + "type": "Polygon", + }, + "id": "31141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31053 { + "geometry": { + "coordinates": [ + [ + [ + -96.55555481990501, + 41.74198708210184, + ], + [ + -96.44428770443777, + 41.74177222262779, + ], + [ + -96.4446466306167, + 41.68359902002717, + ], + [ + -96.44392877825885, + 41.523851001066646, + ], + [ + -96.32907240100235, + 41.393109011103675, + ], + [ + -96.47084824167834, + 41.3932164408407, + ], + [ + -96.56991186706207, + 41.43334144762063, + ], + [ + -96.90586677053734, + 41.453377093576336, + ], + [ + -96.90586677053734, + 41.456438841081635, + ], + [ + -96.90586677053734, + 41.742685375392526, + ], + [ + -96.55555481990501, + 41.74198708210184, + ], + ], + ], + "type": "Polygon", + }, + "id": "31053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31117 { + "geometry": { + "coordinates": [ + [ + [ + -100.84256910100399, + 41.74037563604642, + ], + [ + -100.71156104569579, + 41.739731057624255, + ], + [ + -100.71335567659042, + 41.39348501518327, + ], + [ + -101.26969125392661, + 41.39493531663315, + ], + [ + -101.40715998045549, + 41.39541875044978, + ], + [ + -101.40680105427656, + 41.743168809209145, + ], + [ + -100.84256910100399, + 41.74037563604642, + ], + ], + ], + "type": "Polygon", + }, + "id": "31117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31005 { + "geometry": { + "coordinates": [ + [ + [ + -101.40680105427656, + 41.743168809209145, + ], + [ + -101.40715998045549, + 41.39541875044978, + ], + [ + -101.98467220234834, + 41.394720457159096, + ], + [ + -101.98539005470619, + 41.74230937131293, + ], + [ + -101.42582414175966, + 41.74306137947212, + ], + [ + -101.40680105427656, + 41.743168809209145, + ], + ], + ], + "type": "Polygon", + }, + "id": "31005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31077 { + "geometry": { + "coordinates": [ + [ + [ + -98.29132182119392, + 41.480717961649944, + ], + [ + -98.29132182119392, + 41.39386101926287, + ], + [ + -98.74428665899924, + 41.394183308473956, + ], + [ + -98.75146518257777, + 41.39407587873693, + ], + [ + -98.75218303493563, + 41.74037563604642, + ], + [ + -98.29562893534103, + 41.74118135907413, + ], + [ + -98.29132182119392, + 41.480717961649944, + ], + ], + ], + "type": "Polygon", + }, + "id": "31077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31041 { + "geometry": { + "coordinates": [ + [ + [ + -99.22165847697158, + 41.740805354994535, + ], + [ + -99.2123263963195, + 41.74059049552048, + ], + [ + -99.20335324184633, + 41.39412959360544, + ], + [ + -99.20766035599345, + 41.04697039839972, + ], + [ + -99.42624639895973, + 41.046486964583096, + ], + [ + -100.22449822089243, + 41.046594394320124, + ], + [ + -100.251058758133, + 41.39327015570922, + ], + [ + -100.251058758133, + 41.73978477249277, + ], + [ + -99.68682680486043, + 41.74032192117791, + ], + [ + -99.22165847697158, + 41.740805354994535, + ], + ], + ], + "type": "Polygon", + }, + "id": "31041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31113 { + "geometry": { + "coordinates": [ + [ + [ + -100.26541580529006, + 41.73983848736128, + ], + [ + -100.251058758133, + 41.73978477249277, + ], + [ + -100.251058758133, + 41.39327015570922, + ], + [ + -100.71335567659042, + 41.39348501518327, + ], + [ + -100.71156104569579, + 41.739731057624255, + ], + [ + -100.26541580529006, + 41.73983848736128, + ], + ], + ], + "type": "Polygon", + }, + "id": "31113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31175 { + "geometry": { + "coordinates": [ + [ + [ + -98.75900263233524, + 41.74037563604642, + ], + [ + -98.75218303493563, + 41.74037563604642, + ], + [ + -98.75146518257777, + 41.39407587873693, + ], + [ + -99.20335324184633, + 41.39412959360544, + ], + [ + -99.2123263963195, + 41.74059049552048, + ], + [ + -98.75900263233524, + 41.74037563604642, + ], + ], + ], + "type": "Polygon", + }, + "id": "31175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39095 { + "geometry": { + "coordinates": [ + [ + [ + -83.16545478887032, + 41.62316979294896, + ], + [ + -83.41562633558215, + 41.61887260346784, + ], + [ + -83.56996459252058, + 41.6171537276754, + ], + [ + -83.71138150701765, + 41.49554326535979, + ], + [ + -83.88330714672347, + 41.41443381390371, + ], + [ + -83.88294822054455, + 41.487486035082696, + ], + [ + -83.88043573729206, + 41.720071415748144, + ], + [ + -83.76306687678307, + 41.723509167333034, + ], + [ + -83.48274553104142, + 41.732157261163785, + ], + [ + -83.48059197396786, + 41.7322109760323, + ], + [ + -83.46982418860006, + 41.73253326524338, + ], + [ + -83.46408136973723, + 41.7325869801119, + ], + [ + -83.45474928908514, + 41.73290926932298, + ], + [ + -83.16545478887032, + 41.62316979294896, + ], + ], + ], + "type": "Polygon", + }, + "id": "39095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17197 { + "geometry": { + "coordinates": [ + [ + [ + -88.0292634395043, + 41.68547904042515, + ], + [ + -87.91189457899532, + 41.64390373219535, + ], + [ + -87.90938209574283, + 41.5567245005972, + ], + [ + -87.79380786612847, + 41.55860452099518, + ], + [ + -87.79057753051814, + 41.47008241768418, + ], + [ + -87.52604893664925, + 41.46653723636226, + ], + [ + -87.5267667890071, + 41.29819483843951, + ], + [ + -88.01382961381046, + 41.29228620290297, + ], + [ + -88.0116760567369, + 41.20559040512144, + ], + [ + -88.24426022068131, + 41.20129321564032, + ], + [ + -88.25251552279663, + 41.462777195566275, + ], + [ + -88.2614886772698, + 41.7245297498348, + ], + [ + -88.03069914422001, + 41.72893436905295, + ], + [ + -88.0292634395043, + 41.68547904042515, + ], + ], + ], + "type": "Polygon", + }, + "id": "17197", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39123 { + "geometry": { + "coordinates": [ + [ + [ + -83.16545478887032, + 41.62316979294896, + ], + [ + -82.96948109517642, + 41.51976867105959, + ], + [ + -82.83273022100539, + 41.587180831044606, + ], + [ + -82.72720592440098, + 41.50241876852958, + ], + [ + -83.03875384770924, + 41.457513138451915, + ], + [ + -83.05670015665558, + 41.45729827897786, + ], + [ + -83.06208404933948, + 41.457244564109345, + ], + [ + -83.338098280934, + 41.457513138451915, + ], + [ + -83.41454955704536, + 41.50016274405199, + ], + [ + -83.41562633558215, + 41.61887260346784, + ], + [ + -83.16545478887032, + 41.62316979294896, + ], + ], + ], + "type": "Polygon", + }, + "id": "39123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17093 { + "geometry": { + "coordinates": [ + [ + [ + -88.2614886772698, + 41.7245297498348, + ], + [ + -88.25251552279663, + 41.462777195566275, + ], + [ + -88.59564894985043, + 41.45702970463529, + ], + [ + -88.60210962107111, + 41.631388167831595, + ], + [ + -88.60210962107111, + 41.719534267063004, + ], + [ + -88.26184760344871, + 41.72463717957183, + ], + [ + -88.2614886772698, + 41.7245297498348, + ], + ], + ], + "type": "Polygon", + }, + "id": "17093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39051 { + "geometry": { + "coordinates": [ + [ + [ + -83.88294822054455, + 41.487486035082696, + ], + [ + -84.34201480339163, + 41.485498584947685, + ], + [ + -84.3807788307157, + 41.513913750391566, + ], + [ + -84.39944299201989, + 41.70578326072343, + ], + [ + -84.36032003851689, + 41.70658898375114, + ], + [ + -83.88043573729206, + 41.720071415748144, + ], + [ + -83.88294822054455, + 41.487486035082696, + ], + ], + ], + "type": "Polygon", + }, + "id": "39051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39055 { + "geometry": { + "coordinates": [ + [ + [ + -81.00328348701666, + 41.501666760370384, + ], + [ + -81.00328348701666, + 41.347827376946405, + ], + [ + -81.39128268643628, + 41.34825709589452, + ], + [ + -81.39092376025735, + 41.56972349877757, + ], + [ + -81.29580832284182, + 41.569938358251626, + ], + [ + -81.29473154430504, + 41.640841984690056, + ], + [ + -81.10127033386361, + 41.64143284824371, + ], + [ + -81.1023471124004, + 41.71432392481715, + ], + [ + -81.00364241319559, + 41.71512964784486, + ], + [ + -81.00328348701666, + 41.501666760370384, + ], + ], + ], + "type": "Polygon", + }, + "id": "39055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 09011 { + "geometry": { + "coordinates": [ + [ + [ + -71.787494916898, + 41.63992883192532, + ], + [ + -71.78928954779263, + 41.59684950737712, + ], + [ + -71.79754484990795, + 41.41652869377576, + ], + [ + -71.84779451495767, + 41.32961803652017, + ], + [ + -72.00428632896966, + 41.3070040768758, + ], + [ + -72.17728874721226, + 41.322473959007816, + ], + [ + -72.32660203764571, + 41.27735346945609, + ], + [ + -72.43104955571334, + 41.423619056419604, + ], + [ + -72.30542539308904, + 41.43624205052038, + ], + [ + -72.32337170203537, + 41.534217970689845, + ], + [ + -72.43069062953442, + 41.524495579488814, + ], + [ + -72.46658324742708, + 41.58390422406526, + ], + [ + -72.41059076351453, + 41.601791275280405, + ], + [ + -72.23938297616655, + 41.71416278021161, + ], + [ + -72.15324069322418, + 41.665658253943505, + ], + [ + -71.9522420330253, + 41.63434248559986, + ], + [ + -71.787494916898, + 41.63992883192532, + ], + ], + ], + "type": "Polygon", + }, + "id": "09011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18089 { + "geometry": { + "coordinates": [ + [ + [ + -87.2227563154563, + 41.6237069416341, + ], + [ + -87.2188081274881, + 41.242009085973905, + ], + [ + -87.2755184637585, + 41.218643118170334, + ], + [ + -87.41406396882415, + 41.16218879136216, + ], + [ + -87.5267667890071, + 41.16600254702665, + ], + [ + -87.5267667890071, + 41.29819483843951, + ], + [ + -87.52604893664925, + 41.46653723636226, + ], + [ + -87.52389537957569, + 41.70744842164736, + ], + [ + -87.4348816872019, + 41.652927830105696, + ], + [ + -87.2227563154563, + 41.6237069416341, + ], + ], + ], + "type": "Polygon", + }, + "id": "18089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18127 { + "geometry": { + "coordinates": [ + [ + [ + -86.93023147963113, + 41.236959888333594, + ], + [ + -87.13087121365109, + 41.28627013762941, + ], + [ + -87.2188081274881, + 41.242009085973905, + ], + [ + -87.2227563154563, + 41.6237069416341, + ], + [ + -86.93274396288362, + 41.71008045020454, + ], + [ + -86.93023147963113, + 41.236959888333594, + ], + ], + ], + "type": "Polygon", + }, + "id": "18127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39171 { + "geometry": { + "coordinates": [ + [ + [ + -84.34201480339163, + 41.485498584947685, + ], + [ + -84.3416558772127, + 41.42754024182112, + ], + [ + -84.80395279567013, + 41.42598251063421, + ], + [ + -84.80467064802798, + 41.530135640682786, + ], + [ + -84.80610635274368, + 41.69611458439092, + ], + [ + -84.39944299201989, + 41.70578326072343, + ], + [ + -84.3807788307157, + 41.513913750391566, + ], + [ + -84.34201480339163, + 41.485498584947685, + ], + ], + ], + "type": "Polygon", + }, + "id": "39171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31007 { + "geometry": { + "coordinates": [ + [ + [ + -103.37048617918383, + 41.6991226170277, + ], + [ + -103.36905047446812, + 41.43758492223323, + ], + [ + -103.37766470276236, + 41.39461302742207, + ], + [ + -104.05208699296539, + 41.3932164408407, + ], + [ + -104.05244591914432, + 41.56424458218915, + ], + [ + -104.05316377150217, + 41.697887175051875, + ], + [ + -103.37048617918383, + 41.6991226170277, + ], + ], + ], + "type": "Polygon", + }, + "id": "31007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31177 { + "geometry": { + "coordinates": [ + [ + [ + -96.12268984811956, + 41.68300815647351, + ], + [ + -96.08859186112154, + 41.530511644762385, + ], + [ + -95.99670675931634, + 41.50693081748476, + ], + [ + -95.93784286597239, + 41.39074555688906, + ], + [ + -96.32907240100235, + 41.393109011103675, + ], + [ + -96.44392877825885, + 41.523851001066646, + ], + [ + -96.4446466306167, + 41.68359902002717, + ], + [ + -96.12268984811956, + 41.68300815647351, + ], + ], + ], + "type": "Polygon", + }, + "id": "31177", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 44005 { + "geometry": { + "coordinates": [ + [ + [ + [ + -71.21680229240475, + 41.63837110073841, + ], + [ + -71.24731101761351, + 41.48834547297892, + ], + [ + -71.3226855151881, + 41.51547148157847, + ], + [ + -71.21680229240475, + 41.63837110073841, + ], + ], + ], + [ + [ + [ + -71.11953329791565, + 41.497315856020755, + ], + [ + -71.19418994313237, + 41.45713713437232, + ], + [ + -71.19562564784809, + 41.67516578567047, + ], + [ + -71.13245464035701, + 41.6602867670921, + ], + [ + -71.11953329791565, + 41.497315856020755, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "44005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 09001 { + "geometry": { + "coordinates": [ + [ + [ + -73.31041869408345, + 41.468793260839846, + ], + [ + -73.185512383817, + 41.40686001744325, + ], + [ + -73.06491318769767, + 41.29760397488585, + ], + [ + -73.10834325534779, + 41.2315884014822, + ], + [ + -73.1801284911331, + 41.16782885255613, + ], + [ + -73.43317144727634, + 41.05556477736195, + ], + [ + -73.65785923528436, + 40.99191265817291, + ], + [ + -73.72784984017505, + 41.10068526691368, + ], + [ + -73.4827032599682, + 41.2127344826338, + ], + [ + -73.5447974889225, + 41.36635900658372, + ], + [ + -73.5300815155865, + 41.527181322914515, + ], + [ + -73.51823695168193, + 41.66683998105081, + ], + [ + -73.44142674939164, + 41.49129979074719, + ], + [ + -73.31041869408345, + 41.468793260839846, + ], + ], + ], + "type": "Polygon", + }, + "id": "09001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 56021 { + "geometry": { + "coordinates": [ + [ + [ + -104.6532883426674, + 41.65298154497421, + ], + [ + -104.65292941648848, + 41.56499659034834, + ], + [ + -104.05244591914432, + 41.56424458218915, + ], + [ + -104.05208699296539, + 41.3932164408407, + ], + [ + -104.0535226976811, + 41.00136647503137, + ], + [ + -104.94330069524007, + 40.99819729778905, + ], + [ + -105.27710204164178, + 40.99825101265756, + ], + [ + -105.27853774635749, + 41.65663415603316, + ], + [ + -104.6532883426674, + 41.65298154497421, + ], + ], + ], + "type": "Polygon", + }, + "id": "56021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 44009 { + "geometry": { + "coordinates": [ + [ + [ + -71.84779451495767, + 41.32961803652017, + ], + [ + -71.79754484990795, + 41.41652869377576, + ], + [ + -71.78928954779263, + 41.59684950737712, + ], + [ + -71.48527907424183, + 41.60275814291366, + ], + [ + -71.43000444268714, + 41.650779235365135, + ], + [ + -71.42031343585612, + 41.469974987947154, + ], + [ + -71.48456122188398, + 41.37151563396106, + ], + [ + -71.85856230032546, + 41.304801767266724, + ], + [ + -71.84779451495767, + 41.32961803652017, + ], + ], + ], + "type": "Polygon", + }, + "id": "44009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42131 { + "geometry": { + "coordinates": [ + [ + [ + -76.11542678239461, + 41.6521758219465, + ], + [ + -75.72132583793322, + 41.64223857127142, + ], + [ + -75.83474651047402, + 41.427217952610036, + ], + [ + -76.00954355961126, + 41.38456834700995, + ], + [ + -76.28268638177438, + 41.37726312489205, + ], + [ + -76.21987430046224, + 41.542060341492885, + ], + [ + -76.19941550826343, + 41.64669690535807, + ], + [ + -76.11542678239461, + 41.6521758219465, + ], + ], + ], + "type": "Polygon", + }, + "id": "42131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 09007 { + "geometry": { + "coordinates": [ + [ + [ + -72.46658324742708, + 41.58390422406526, + ], + [ + -72.43069062953442, + 41.524495579488814, + ], + [ + -72.32337170203537, + 41.534217970689845, + ], + [ + -72.30542539308904, + 41.43624205052038, + ], + [ + -72.43104955571334, + 41.423619056419604, + ], + [ + -72.35675183667554, + 41.268705375625345, + ], + [ + -72.54734163768555, + 41.262581880614746, + ], + [ + -72.65430163900567, + 41.438229500655396, + ], + [ + -72.74618674081087, + 41.42329676720852, + ], + [ + -72.75228848585263, + 41.57890874129346, + ], + [ + -72.71388338470749, + 41.627681841904135, + ], + [ + -72.50534727475114, + 41.646911764832126, + ], + [ + -72.46658324742708, + 41.58390422406526, + ], + ], + ], + "type": "Polygon", + }, + "id": "09007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 09009 { + "geometry": { + "coordinates": [ + [ + [ + -72.75228848585263, + 41.57890874129346, + ], + [ + -72.74618674081087, + 41.42329676720852, + ], + [ + -72.65430163900567, + 41.438229500655396, + ], + [ + -72.54734163768555, + 41.262581880614746, + ], + [ + -72.54411130207521, + 41.25925155876689, + ], + [ + -72.53657385231776, + 41.255008084154284, + ], + [ + -72.9356997632841, + 41.2581235465281, + ], + [ + -73.10547184591637, + 41.17217975690576, + ], + [ + -73.10834325534779, + 41.2315884014822, + ], + [ + -73.06491318769767, + 41.29760397488585, + ], + [ + -73.185512383817, + 41.40686001744325, + ], + [ + -73.31041869408345, + 41.468793260839846, + ], + [ + -73.15572151096609, + 41.514182324734136, + ], + [ + -72.98307801890242, + 41.63960654271423, + ], + [ + -72.9464675486519, + 41.55677821546571, + ], + [ + -72.75228848585263, + 41.57890874129346, + ], + ], + ], + "type": "Polygon", + }, + "id": "09009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42069 { + "geometry": { + "coordinates": [ + [ + [ + -75.46254006292718, + 41.64159399284925, + ], + [ + -75.4413634183705, + 41.25817726139661, + ], + [ + -75.50597013057728, + 41.23250155424694, + ], + [ + -75.6007266418139, + 41.161544212939994, + ], + [ + -75.64846382361114, + 41.18764963903778, + ], + [ + -75.6857921462195, + 41.33950157232674, + ], + [ + -75.83474651047402, + 41.427217952610036, + ], + [ + -75.72132583793322, + 41.64223857127142, + ], + [ + -75.46254006292718, + 41.64159399284925, + ], + ], + ], + "type": "Polygon", + }, + "id": "42069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36071 { + "geometry": { + "coordinates": [ + [ + [ + -73.95325548054093, + 41.589974004207335, + ], + [ + -73.98161064867614, + 41.43892779394608, + ], + [ + -73.98627668900218, + 41.321292231900514, + ], + [ + -74.23142326920903, + 41.143925736067416, + ], + [ + -74.36530273394864, + 41.20054120748113, + ], + [ + -74.70053978506606, + 41.35454173551065, + ], + [ + -74.75437871190505, + 41.42485449839542, + ], + [ + -74.75222515483148, + 41.49371695983032, + ], + [ + -74.4754930708791, + 41.504621078138655, + ], + [ + -74.3674562910222, + 41.5909945867091, + ], + [ + -74.26408555149135, + 41.632731039544446, + ], + [ + -74.12625789878355, + 41.58256135235241, + ], + [ + -73.95325548054093, + 41.589974004207335, + ], + ], + ], + "type": "Polygon", + }, + "id": "36071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17099 { + "geometry": { + "coordinates": [ + [ + [ + -88.60210962107111, + 41.631388167831595, + ], + [ + -88.59564894985043, + 41.45702970463529, + ], + [ + -88.58631686919834, + 41.10788305929455, + ], + [ + -88.93088600096785, + 41.105788179422504, + ], + [ + -88.93124492714678, + 40.927777105167245, + ], + [ + -89.04753700911898, + 40.92595079963777, + ], + [ + -89.04753700911898, + 41.10476759692074, + ], + [ + -89.16203446019657, + 41.10401558876154, + ], + [ + -89.16382909109119, + 41.31017325411812, + ], + [ + -89.16670050052261, + 41.58497852143553, + ], + [ + -89.16705942670153, + 41.6287024244059, + ], + [ + -88.93878237690423, + 41.6283264203263, + ], + [ + -88.60210962107111, + 41.631388167831595, + ], + ], + ], + "type": "Polygon", + }, + "id": "17099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39035 { + "geometry": { + "coordinates": [ + [ + [ + -81.39092376025735, + 41.56972349877757, + ], + [ + -81.39128268643628, + 41.34825709589452, + ], + [ + -81.3916416126152, + 41.34825709589452, + ], + [ + -81.59587060842443, + 41.35078169471467, + ], + [ + -81.56966899736278, + 41.2777831884042, + ], + [ + -81.68488430079822, + 41.27708489511352, + ], + [ + -81.87798658506071, + 41.275043730109985, + ], + [ + -81.87690980652394, + 41.3505131203721, + ], + [ + -81.97130739158162, + 41.351265128531296, + ], + [ + -81.96843598215021, + 41.50494336734974, + ], + [ + -81.74482497267896, + 41.4871100310031, + ], + [ + -81.48855168092538, + 41.63128073809457, + ], + [ + -81.39092376025735, + 41.56972349877757, + ], + ], + ], + "type": "Polygon", + }, + "id": "39035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42047 { + "geometry": { + "coordinates": [ + [ + [ + -78.41901499874534, + 41.60216727936, + ], + [ + -78.42009177728212, + 41.404926282176746, + ], + [ + -78.25390895643912, + 41.40471142270269, + ], + [ + -78.2373983522085, + 41.23051410411192, + ], + [ + -78.64657419618479, + 41.25377264217846, + ], + [ + -78.7101041298548, + 41.201776649456946, + ], + [ + -78.73522896237965, + 41.26285045495732, + ], + [ + -78.95919889802984, + 41.362115531971114, + ], + [ + -79.095231919843, + 41.34084444403959, + ], + [ + -79.06364641609747, + 41.453215948970794, + ], + [ + -78.9588399718509, + 41.43699405867957, + ], + [ + -78.9559685624195, + 41.623814371371125, + ], + [ + -78.4832627847732, + 41.62988415151321, + ], + [ + -78.41901499874534, + 41.60216727936, + ], + ], + ], + "type": "Polygon", + }, + "id": "42047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42053 { + "geometry": { + "coordinates": [ + [ + [ + -78.9559685624195, + 41.623814371371125, + ], + [ + -78.9588399718509, + 41.43699405867957, + ], + [ + -79.06364641609747, + 41.453215948970794, + ], + [ + -79.095231919843, + 41.34084444403959, + ], + [ + -79.20901151856273, + 41.331927775866276, + ], + [ + -79.2072168876681, + 41.43070941906345, + ], + [ + -79.40031917193059, + 41.43624205052038, + ], + [ + -79.47784722657873, + 41.386448367407944, + ], + [ + -79.51194521357675, + 41.62451266466181, + ], + [ + -78.9559685624195, + 41.623814371371125, + ], + ], + ], + "type": "Polygon", + }, + "id": "42053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42121 { + "geometry": { + "coordinates": [ + [ + [ + -79.47784722657873, + 41.386448367407944, + ], + [ + -79.47820615275765, + 41.33568781666225, + ], + [ + -79.60418924156089, + 41.32150709137456, + ], + [ + -79.69499756482931, + 41.172824335327924, + ], + [ + -79.99972589073796, + 41.17185746769468, + ], + [ + -79.99972589073796, + 41.49006434877137, + ], + [ + -79.82887702956891, + 41.62198806584165, + ], + [ + -79.61280346985512, + 41.623814371371125, + ], + [ + -79.51194521357675, + 41.62451266466181, + ], + [ + -79.47784722657873, + 41.386448367407944, + ], + ], + ], + "type": "Polygon", + }, + "id": "42121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39043 { + "geometry": { + "coordinates": [ + [ + [ + -82.3478209532756, + 41.42684194853044, + ], + [ + -82.34207813441277, + 41.2835306793352, + ], + [ + -82.84134444929963, + 41.28997646355687, + ], + [ + -82.8478051205203, + 41.42990369603574, + ], + [ + -82.9016440473593, + 41.43044084472088, + ], + [ + -82.81083572409088, + 41.47475561124489, + ], + [ + -82.67300807138307, + 41.45289365975971, + ], + [ + -82.6748027022777, + 41.44467528487708, + ], + [ + -82.50251813639295, + 41.38172145897872, + ], + [ + -82.3478209532756, + 41.42684194853044, + ], + ], + ], + "type": "Polygon", + }, + "id": "39043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39173 { + "geometry": { + "coordinates": [ + [ + [ + -83.41562633558215, + 41.61887260346784, + ], + [ + -83.41454955704536, + 41.50016274405199, + ], + [ + -83.41993344972927, + 41.25398750165252, + ], + [ + -83.42101022826604, + 41.16675455518585, + ], + [ + -83.88115358964991, + 41.16777513768761, + ], + [ + -83.88330714672347, + 41.41443381390371, + ], + [ + -83.71138150701765, + 41.49554326535979, + ], + [ + -83.56996459252058, + 41.6171537276754, + ], + [ + -83.41562633558215, + 41.61887260346784, + ], + ], + ], + "type": "Polygon", + }, + "id": "39173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42023 { + "geometry": { + "coordinates": [ + [ + [ + -78.20330036521047, + 41.61817431017717, + ], + [ + -78.05039781298775, + 41.475400189667056, + ], + [ + -77.98902143639131, + 41.47475561124489, + ], + [ + -77.98866251021238, + 41.369098464877936, + ], + [ + -78.09346895445894, + 41.216924242377885, + ], + [ + -78.2373983522085, + 41.23051410411192, + ], + [ + -78.25390895643912, + 41.40471142270269, + ], + [ + -78.42009177728212, + 41.404926282176746, + ], + [ + -78.41901499874534, + 41.60216727936, + ], + [ + -78.20330036521047, + 41.61817431017717, + ], + ], + ], + "type": "Polygon", + }, + "id": "42023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42103 { + "geometry": { + "coordinates": [ + [ + [ + -74.75437871190505, + 41.42485449839542, + ], + [ + -74.70053978506606, + 41.35454173551065, + ], + [ + -74.83836743777387, + 41.27724603971906, + ], + [ + -74.99162891617551, + 41.09219831768847, + ], + [ + -75.15709388466065, + 41.150156660815036, + ], + [ + -75.12766193798868, + 41.25269834480818, + ], + [ + -75.35845147103846, + 41.239484487153746, + ], + [ + -75.06987482318151, + 41.60195241988595, + ], + [ + -74.9819379093445, + 41.47948251967412, + ], + [ + -74.75437871190505, + 41.42485449839542, + ], + ], + ], + "type": "Polygon", + }, + "id": "42103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19139 { + "geometry": { + "coordinates": [ + [ + [ + -91.36655905116356, + 41.598299808826994, + ], + [ + -90.89995501855903, + 41.59711808171969, + ], + [ + -90.78366293658681, + 41.59652721816604, + ], + [ + -90.7861754198393, + 41.45289365975971, + ], + [ + -91.03993622834038, + 41.41851614391078, + ], + [ + -91.07188065826485, + 41.33359293679021, + ], + [ + -91.3697893867739, + 41.33606382074185, + ], + [ + -91.3683536820582, + 41.42313562260298, + ], + [ + -91.36655905116356, + 41.598299808826994, + ], + ], + ], + "type": "Polygon", + }, + "id": "19139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42081 { + "geometry": { + "coordinates": [ + [ + [ + -76.81389712658572, + 41.59018886368139, + ], + [ + -76.75108504527357, + 41.40669887283771, + ], + [ + -76.59279860036695, + 41.30437204831861, + ], + [ + -76.44743349790168, + 41.275580878795125, + ], + [ + -76.64089470834311, + 41.15568929227197, + ], + [ + -76.7327798101483, + 41.17201861230022, + ], + [ + -76.8960912215599, + 41.138983968164126, + ], + [ + -76.97792639035515, + 41.087901128207356, + ], + [ + -77.14410921119816, + 41.0688323498849, + ], + [ + -77.52744237029174, + 41.35900006959731, + ], + [ + -77.59815082754027, + 41.47856936690938, + ], + [ + -77.59958653225598, + 41.54227520096694, + ], + [ + -76.96033900758775, + 41.551353013745796, + ], + [ + -76.87491457700322, + 41.59668836277158, + ], + [ + -76.81389712658572, + 41.59018886368139, + ], + ], + ], + "type": "Polygon", + }, + "id": "42081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42113 { + "geometry": { + "coordinates": [ + [ + [ + -76.44743349790168, + 41.275580878795125, + ], + [ + -76.59279860036695, + 41.30437204831861, + ], + [ + -76.75108504527357, + 41.40669887283771, + ], + [ + -76.81389712658572, + 41.59018886368139, + ], + [ + -76.21987430046224, + 41.542060341492885, + ], + [ + -76.28268638177438, + 41.37726312489205, + ], + [ + -76.31068262373066, + 41.308669237799734, + ], + [ + -76.44743349790168, + 41.275580878795125, + ], + ], + ], + "type": "Polygon", + }, + "id": "42113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17011 { + "geometry": { + "coordinates": [ + [ + [ + -89.16670050052261, + 41.58497852143553, + ], + [ + -89.16382909109119, + 41.31017325411812, + ], + [ + -89.33611365697595, + 41.30071943725966, + ], + [ + -89.35657244917476, + 41.233253562406134, + ], + [ + -89.46640385992629, + 41.23384442595979, + ], + [ + -89.46640385992629, + 41.148545214759615, + ], + [ + -89.63832949963212, + 41.14859892962813, + ], + [ + -89.63868842581105, + 41.23384442595979, + ], + [ + -89.85763339495625, + 41.234489004381956, + ], + [ + -89.86265836146123, + 41.5840653686708, + ], + [ + -89.63150990223252, + 41.58492480656702, + ], + [ + -89.16670050052261, + 41.58497852143553, + ], + ], + ], + "type": "Polygon", + }, + "id": "17011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17073 { + "geometry": { + "coordinates": [ + [ + [ + -89.86265836146123, + 41.5840653686708, + ], + [ + -89.85763339495625, + 41.234489004381956, + ], + [ + -89.86876010650298, + 41.14897493370773, + ], + [ + -89.98469326229626, + 41.149350937787325, + ], + [ + -90.4376581001016, + 41.151177243316795, + ], + [ + -90.43370991213341, + 41.32693229309447, + ], + [ + -90.43191528123877, + 41.45681484516123, + ], + [ + -90.19610078168401, + 41.540341465700436, + ], + [ + -90.18569192249514, + 41.584656232224454, + ], + [ + -89.86265836146123, + 41.5840653686708, + ], + ], + ], + "type": "Polygon", + }, + "id": "17073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 56041 { + "geometry": { + "coordinates": [ + [ + [ + -110.0483077381127, + 41.57740472497507, + ], + [ + -110.0483077381127, + 40.99766014910391, + ], + [ + -111.04684036788642, + 40.99792872344648, + ], + [ + -111.0464814417075, + 41.251677762306414, + ], + [ + -111.04576358934965, + 41.5798218940582, + ], + [ + -110.0483077381127, + 41.57740472497507, + ], + ], + ], + "type": "Polygon", + }, + "id": "56041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18033 { + "geometry": { + "coordinates": [ + [ + [ + -84.80395279567013, + 41.42598251063421, + ], + [ + -84.8035938694912, + 41.27128368931402, + ], + [ + -85.19195199508975, + 41.26413961180165, + ], + [ + -85.19410555216331, + 41.52642931475532, + ], + [ + -84.80467064802798, + 41.530135640682786, + ], + [ + -84.80395279567013, + 41.42598251063421, + ], + ], + ], + "type": "Polygon", + }, + "id": "18033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18113 { + "geometry": { + "coordinates": [ + [ + [ + -85.19410555216331, + 41.52642931475532, + ], + [ + -85.19195199508975, + 41.26413961180165, + ], + [ + -85.30788515088304, + 41.26408589693314, + ], + [ + -85.53723897921711, + 41.26612706193667, + ], + [ + -85.65245428265254, + 41.29475708685462, + ], + [ + -85.65353106118933, + 41.43677919920552, + ], + [ + -85.6546078397261, + 41.52326013751299, + ], + [ + -85.19410555216331, + 41.52642931475532, + ], + ], + ], + "type": "Polygon", + }, + "id": "18113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31125 { + "geometry": { + "coordinates": [ + [ + [ + -97.70375966629112, + 41.39488160176464, + ], + [ + -97.70591322336467, + 41.30909895674784, + ], + [ + -98.05299483838667, + 41.29309192593068, + ], + [ + -98.27588799550007, + 41.264300756407195, + ], + [ + -98.2870147070468, + 41.393914734131386, + ], + [ + -98.29132182119392, + 41.39386101926287, + ], + [ + -98.29132182119392, + 41.480717961649944, + ], + [ + -98.10001416782605, + 41.48077167651846, + ], + [ + -97.82974275509434, + 41.52616074041275, + ], + [ + -97.70375966629112, + 41.52680531883492, + ], + [ + -97.70375966629112, + 41.39488160176464, + ], + ], + ], + "type": "Polygon", + }, + "id": "31125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36079 { + "geometry": { + "coordinates": [ + [ + [ + -73.9798160177815, + 41.32199052519119, + ], + [ + -73.98627668900218, + 41.321023657557944, + ], + [ + -73.98627668900218, + 41.321292231900514, + ], + [ + -73.98161064867614, + 41.43892779394608, + ], + [ + -73.93387346687891, + 41.48823804324189, + ], + [ + -73.5300815155865, + 41.527181322914515, + ], + [ + -73.5447974889225, + 41.36635900658372, + ], + [ + -73.9798160177815, + 41.32199052519119, + ], + ], + ], + "type": "Polygon", + }, + "id": "36079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 25007 { + "geometry": { + "coordinates": [ + [ + [ + -70.59801355993534, + 41.45251765568011, + ], + [ + -70.46449302137466, + 41.348364525631546, + ], + [ + -70.7419429576849, + 41.33418380034386, + ], + [ + -70.7013842994662, + 41.43301915840954, + ], + [ + -70.59801355993534, + 41.45251765568011, + ], + ], + ], + "type": "Polygon", + }, + "id": "25007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39093 { + "geometry": { + "coordinates": [ + [ + [ + -81.96843598215021, + 41.50494336734974, + ], + [ + -81.97130739158162, + 41.351265128531296, + ], + [ + -81.87690980652394, + 41.3505131203721, + ], + [ + -81.87798658506071, + 41.275043730109985, + ], + [ + -81.9723841701184, + 41.275312304452555, + ], + [ + -81.97453772719196, + 41.199950343927476, + ], + [ + -82.07252457403892, + 41.19984291419045, + ], + [ + -82.16979356852802, + 41.13705023289763, + ], + [ + -82.17158819942264, + 41.06351457790202, + ], + [ + -82.33633531554995, + 41.06571688751109, + ], + [ + -82.34207813441277, + 41.2835306793352, + ], + [ + -82.3478209532756, + 41.42684194853044, + ], + [ + -82.01186604980033, + 41.515632626184015, + ], + [ + -81.96843598215021, + 41.50494336734974, + ], + ], + ], + "type": "Polygon", + }, + "id": "39093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19183 { + "geometry": { + "coordinates": [ + [ + [ + -91.48392791167255, + 41.42378020102514, + ], + [ + -91.48572254256719, + 41.16240365083622, + ], + [ + -91.71579422325912, + 41.16283336978433, + ], + [ + -91.94550697777213, + 41.163531663075005, + ], + [ + -91.94622483012998, + 41.510690858280725, + ], + [ + -91.82921489579992, + 41.51138915157141, + ], + [ + -91.52125623428091, + 41.510959432623295, + ], + [ + -91.48392791167255, + 41.42378020102514, + ], + ], + ], + "type": "Polygon", + }, + "id": "19183", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19181 { + "geometry": { + "coordinates": [ + [ + [ + -93.32880847135513, + 41.490923786667594, + ], + [ + -93.32809061899728, + 41.160631060175255, + ], + [ + -93.55744444733136, + 41.161275638597424, + ], + [ + -93.78931075891792, + 41.16202764675662, + ], + [ + -93.79110538981256, + 41.51187258538803, + ], + [ + -93.32880847135513, + 41.490923786667594, + ], + ], + ], + "type": "Polygon", + }, + "id": "19181", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19107 { + "geometry": { + "coordinates": [ + [ + [ + -91.94622483012998, + 41.510690858280725, + ], + [ + -91.94550697777213, + 41.163531663075005, + ], + [ + -92.17988577261117, + 41.16267222517879, + ], + [ + -92.41031637948204, + 41.16192021701959, + ], + [ + -92.41211101037666, + 41.50956284604194, + ], + [ + -92.2976135592991, + 41.509777705515994, + ], + [ + -91.94622483012998, + 41.510690858280725, + ], + ], + ], + "type": "Polygon", + }, + "id": "19107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19121 { + "geometry": { + "coordinates": [ + [ + [ + -93.78931075891792, + 41.16202764675662, + ], + [ + -94.01435747310488, + 41.15676358964225, + ], + [ + -94.24155774436541, + 41.15713959372185, + ], + [ + -94.24155774436541, + 41.5036542105054, + ], + [ + -93.79110538981256, + 41.51187258538803, + ], + [ + -93.78931075891792, + 41.16202764675662, + ], + ], + ], + "type": "Polygon", + }, + "id": "19121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19123 { + "geometry": { + "coordinates": [ + [ + [ + -92.41211101037666, + 41.50956284604194, + ], + [ + -92.41031637948204, + 41.16192021701959, + ], + [ + -92.6407469863529, + 41.161275638597424, + ], + [ + -92.86974188850805, + 41.16084591964931, + ], + [ + -92.87153651940268, + 41.50848854867166, + ], + [ + -92.75668014214618, + 41.50881083788274, + ], + [ + -92.41211101037666, + 41.50956284604194, + ], + ], + ], + "type": "Polygon", + }, + "id": "19123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19125 { + "geometry": { + "coordinates": [ + [ + [ + -92.87153651940268, + 41.50848854867166, + ], + [ + -92.86974188850805, + 41.16084591964931, + ], + [ + -93.09909571684213, + 41.16073848991228, + ], + [ + -93.32809061899728, + 41.160631060175255, + ], + [ + -93.32880847135513, + 41.490923786667594, + ], + [ + -93.32880847135513, + 41.507790255380975, + ], + [ + -92.87153651940268, + 41.50848854867166, + ], + ], + ], + "type": "Polygon", + }, + "id": "19125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19155 { + "geometry": { + "coordinates": [ + [ + [ + -95.49815829678734, + 41.50607137958853, + ], + [ + -95.1546659435546, + 41.50521194169231, + ], + [ + -95.15610164827031, + 41.1592344735939, + ], + [ + -95.38437869806761, + 41.159986481753094, + ], + [ + -95.88041467734413, + 41.159879052016066, + ], + [ + -95.92348581881532, + 41.190765101411586, + ], + [ + -95.89190031506978, + 41.320379079135776, + ], + [ + -95.93784286597239, + 41.39074555688906, + ], + [ + -95.99670675931634, + 41.50693081748476, + ], + [ + -95.49815829678734, + 41.50607137958853, + ], + ], + ], + "type": "Polygon", + }, + "id": "19155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19029 { + "geometry": { + "coordinates": [ + [ + [ + -95.04088634483487, + 41.50467479300717, + ], + [ + -94.7006243272125, + 41.50413764432203, + ], + [ + -94.7006243272125, + 41.15805274648659, + ], + [ + -94.92782459847301, + 41.1584824654347, + ], + [ + -95.15610164827031, + 41.1592344735939, + ], + [ + -95.1546659435546, + 41.50521194169231, + ], + [ + -95.04088634483487, + 41.50467479300717, + ], + ], + ], + "type": "Polygon", + }, + "id": "19029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19001 { + "geometry": { + "coordinates": [ + [ + [ + -94.7006243272125, + 41.50413764432203, + ], + [ + -94.24155774436541, + 41.5036542105054, + ], + [ + -94.24155774436541, + 41.15713959372185, + ], + [ + -94.47055264652056, + 41.15756931266996, + ], + [ + -94.7006243272125, + 41.15805274648659, + ], + [ + -94.7006243272125, + 41.50413764432203, + ], + ], + ], + "type": "Polygon", + }, + "id": "19001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39155 { + "geometry": { + "coordinates": [ + [ + [ + -80.51945099782364, + 41.499410735892795, + ], + [ + -80.51945099782364, + 41.48899005140109, + ], + [ + -80.5190920716447, + 41.13323647723314, + ], + [ + -80.99969422522739, + 41.13420334486639, + ], + [ + -81.00328348701666, + 41.347827376946405, + ], + [ + -81.00328348701666, + 41.501666760370384, + ], + [ + -80.51945099782364, + 41.499410735892795, + ], + ], + ], + "type": "Polygon", + }, + "id": "39155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39143 { + "geometry": { + "coordinates": [ + [ + [ + -83.06208404933948, + 41.457244564109345, + ], + [ + -82.9016440473593, + 41.43044084472088, + ], + [ + -82.8478051205203, + 41.42990369603574, + ], + [ + -82.84134444929963, + 41.28997646355687, + ], + [ + -82.84026767076286, + 41.25533037336537, + ], + [ + -83.41993344972927, + 41.25398750165252, + ], + [ + -83.41454955704536, + 41.50016274405199, + ], + [ + -83.338098280934, + 41.457513138451915, + ], + [ + -83.06208404933948, + 41.457244564109345, + ], + ], + ], + "type": "Polygon", + }, + "id": "39143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42085 { + "geometry": { + "coordinates": [ + [ + [ + -79.99972589073796, + 41.49006434877137, + ], + [ + -79.99972589073796, + 41.17185746769468, + ], + [ + -80.09699488522706, + 41.06979921751815, + ], + [ + -80.14724455027678, + 41.113791694831086, + ], + [ + -80.51945099782364, + 41.12458838340239, + ], + [ + -80.5190920716447, + 41.13323647723314, + ], + [ + -80.51945099782364, + 41.48899005140109, + ], + [ + -79.99972589073796, + 41.49006434877137, + ], + ], + ], + "type": "Polygon", + }, + "id": "42085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39069 { + "geometry": { + "coordinates": [ + [ + [ + -83.88294822054455, + 41.487486035082696, + ], + [ + -83.88330714672347, + 41.41443381390371, + ], + [ + -83.88115358964991, + 41.16777513768761, + ], + [ + -84.2282352046719, + 41.165787687552594, + ], + [ + -84.22859413085084, + 41.42780881616369, + ], + [ + -84.3416558772127, + 41.42754024182112, + ], + [ + -84.34201480339163, + 41.485498584947685, + ], + [ + -83.88294822054455, + 41.487486035082696, + ], + ], + ], + "type": "Polygon", + }, + "id": "39069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18099 { + "geometry": { + "coordinates": [ + [ + [ + -86.05947656955527, + 41.47910651559452, + ], + [ + -86.05911764337635, + 41.43581233157227, + ], + [ + -86.05409267687138, + 41.17314662453901, + ], + [ + -86.07742287850161, + 41.172824335327924, + ], + [ + -86.46721670881585, + 41.17142774874657, + ], + [ + -86.466498856458, + 41.43291172867252, + ], + [ + -86.46721670881585, + 41.47642077216882, + ], + [ + -86.05947656955527, + 41.47910651559452, + ], + ], + ], + "type": "Polygon", + }, + "id": "18099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42035 { + "geometry": { + "coordinates": [ + [ + [ + -77.59815082754027, + 41.47856936690938, + ], + [ + -77.52744237029174, + 41.35900006959731, + ], + [ + -77.14410921119816, + 41.0688323498849, + ], + [ + -77.14410921119816, + 41.044338369842535, + ], + [ + -77.50841928280863, + 40.96290662917537, + ], + [ + -77.57302599501541, + 41.068241486331246, + ], + [ + -77.7417212991109, + 41.10750705521495, + ], + [ + -77.7890995547292, + 41.1823318670549, + ], + [ + -77.89282922043898, + 41.17819582217932, + ], + [ + -77.89785418694396, + 41.25151661770087, + ], + [ + -78.0374764705464, + 41.15166067713342, + ], + [ + -78.09346895445894, + 41.216924242377885, + ], + [ + -77.98866251021238, + 41.369098464877936, + ], + [ + -77.98902143639131, + 41.47475561124489, + ], + [ + -77.59815082754027, + 41.47856936690938, + ], + ], + ], + "type": "Polygon", + }, + "id": "42035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06023 { + "geometry": { + "coordinates": [ + [ + [ + -123.66165985243971, + 41.382097463058315, + ], + [ + -123.47537716557682, + 41.367487018822516, + ], + [ + -123.40825797011755, + 41.17991469797177, + ], + [ + -123.45778978280941, + 41.06818777146273, + ], + [ + -123.40718119158078, + 41.02967421073822, + ], + [ + -123.4818378367975, + 40.91483182185538, + ], + [ + -123.62038334186316, + 40.93159086083173, + ], + [ + -123.54213743485717, + 40.73198640943386, + ], + [ + -123.54429099193072, + 40.00184020172361, + ], + [ + -124.02309851461877, + 40.00119562330144, + ], + [ + -124.11031757609793, + 40.10330758834648, + ], + [ + -124.36264267988331, + 40.259832715196154, + ], + [ + -124.40894415696484, + 40.44310784656579, + ], + [ + -124.27003972572025, + 40.699327769377376, + ], + [ + -124.22266147010194, + 40.684287606193465, + ], + [ + -124.11211220699256, + 41.02607531454779, + ], + [ + -124.15913153643194, + 41.073022109628994, + ], + [ + -124.06581072991104, + 41.46471093083278, + ], + [ + -123.77185018937017, + 41.465570368729004, + ], + [ + -123.77041448465447, + 41.38113059542506, + ], + [ + -123.66165985243971, + 41.382097463058315, + ], + ], + ], + "type": "Polygon", + }, + "id": "06023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17063 { + "geometry": { + "coordinates": [ + [ + [ + -88.24426022068131, + 41.20129321564032, + ], + [ + -88.25179767043878, + 41.11389912456811, + ], + [ + -88.58631686919834, + 41.10788305929455, + ], + [ + -88.59564894985043, + 41.45702970463529, + ], + [ + -88.25251552279663, + 41.462777195566275, + ], + [ + -88.24426022068131, + 41.20129321564032, + ], + ], + ], + "type": "Polygon", + }, + "id": "17063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31023 { + "geometry": { + "coordinates": [ + [ + [ + -96.90586677053734, + 41.456438841081635, + ], + [ + -96.90586677053734, + 41.453377093576336, + ], + [ + -96.90837925378983, + 41.046057245634984, + ], + [ + -96.91089173704232, + 41.0461109605035, + ], + [ + -97.36816368899477, + 41.04691668353121, + ], + [ + -97.36816368899477, + 41.39638561808302, + ], + [ + -97.25402516409612, + 41.384192342930355, + ], + [ + -97.17829174034262, + 41.37677969107543, + ], + [ + -96.90586677053734, + 41.456438841081635, + ], + ], + ], + "type": "Polygon", + }, + "id": "31023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31155 { + "geometry": { + "coordinates": [ + [ + [ + -96.47084824167834, + 41.3932164408407, + ], + [ + -96.32727777010771, + 41.189959378383875, + ], + [ + -96.3190224679924, + 41.0449829482647, + ], + [ + -96.46402864427874, + 41.01597691926716, + ], + [ + -96.46402864427874, + 41.04509037800173, + ], + [ + -96.90837925378983, + 41.046057245634984, + ], + [ + -96.90586677053734, + 41.453377093576336, + ], + [ + -96.56991186706207, + 41.43334144762063, + ], + [ + -96.47084824167834, + 41.3932164408407, + ], + ], + ], + "type": "Polygon", + }, + "id": "31155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18085 { + "geometry": { + "coordinates": [ + [ + [ + -85.65353106118933, + 41.43677919920552, + ], + [ + -85.65245428265254, + 41.29475708685462, + ], + [ + -85.684398712577, + 41.04670182405715, + ], + [ + -85.94569697083556, + 41.04288806839266, + ], + [ + -86.07634609996482, + 41.08489309557058, + ], + [ + -86.07742287850161, + 41.172824335327924, + ], + [ + -86.05409267687138, + 41.17314662453901, + ], + [ + -86.05911764337635, + 41.43581233157227, + ], + [ + -85.65353106118933, + 41.43677919920552, + ], + ], + ], + "type": "Polygon", + }, + "id": "18085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31033 { + "geometry": { + "coordinates": [ + [ + [ + -102.63684106945792, + 41.43898150881459, + ], + [ + -102.61063945839628, + 41.221597435938605, + ], + [ + -102.62104831758515, + 41.00238705753313, + ], + [ + -102.65371059986747, + 41.00233334266462, + ], + [ + -103.3823307430884, + 41.002279627796106, + ], + [ + -103.37766470276236, + 41.39461302742207, + ], + [ + -103.36905047446812, + 41.43758492223323, + ], + [ + -102.63684106945792, + 41.43898150881459, + ], + ], + ], + "type": "Polygon", + }, + "id": "31033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42031 { + "geometry": { + "coordinates": [ + [ + [ + -79.20901151856273, + 41.331927775866276, + ], + [ + -79.21511326360448, + 41.0503544351161, + ], + [ + -79.2815146067059, + 41.00894027149184, + ], + [ + -79.52163622040777, + 40.975153619196554, + ], + [ + -79.66556561815733, + 41.05008586077353, + ], + [ + -79.69069045068218, + 41.170729455455884, + ], + [ + -79.69499756482931, + 41.172824335327924, + ], + [ + -79.60418924156089, + 41.32150709137456, + ], + [ + -79.47820615275765, + 41.33568781666225, + ], + [ + -79.47784722657873, + 41.386448367407944, + ], + [ + -79.40031917193059, + 41.43624205052038, + ], + [ + -79.2072168876681, + 41.43070941906345, + ], + [ + -79.20901151856273, + 41.331927775866276, + ], + ], + ], + "type": "Polygon", + }, + "id": "42031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49057 { + "geometry": { + "coordinates": [ + [ + [ + -111.8852919218589, + 41.42635851471381, + ], + [ + -111.72628762459442, + 41.3759202531792, + ], + [ + -111.66634695271368, + 41.42872196892843, + ], + [ + -111.51093191723848, + 41.42302819286595, + ], + [ + -111.42048252014898, + 41.36141723868044, + ], + [ + -111.49657487008142, + 41.22680777818445, + ], + [ + -111.65773272441945, + 41.18593076324533, + ], + [ + -111.80596923631612, + 41.215581370665035, + ], + [ + -111.85621890136584, + 41.138983968164126, + ], + [ + -112.1893023954097, + 41.152788689372215, + ], + [ + -112.4933128689605, + 41.07667472068794, + ], + [ + -112.23811635574371, + 41.33670839916402, + ], + [ + -112.0285034672506, + 41.33643982482145, + ], + [ + -111.95887178853884, + 41.43382488143725, + ], + [ + -111.8852919218589, + 41.42635851471381, + ], + ], + ], + "type": "Polygon", + }, + "id": "49057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18149 { + "geometry": { + "coordinates": [ + [ + [ + -86.466498856458, + 41.43291172867252, + ], + [ + -86.46721670881585, + 41.17142774874657, + ], + [ + -86.93023147963113, + 41.172340901511305, + ], + [ + -86.93023147963113, + 41.236959888333594, + ], + [ + -86.7837895986291, + 41.285571844338726, + ], + [ + -86.70087765129706, + 41.40229425361956, + ], + [ + -86.52500382362304, + 41.43285801380401, + ], + [ + -86.466498856458, + 41.43291172867252, + ], + ], + ], + "type": "Polygon", + }, + "id": "18149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42079 { + "geometry": { + "coordinates": [ + [ + [ + -75.6007266418139, + 41.161544212939994, + ], + [ + -75.64918167596899, + 41.12222492918778, + ], + [ + -75.76726838883583, + 41.09101659058116, + ], + [ + -75.73209362330103, + 41.00813454846413, + ], + [ + -75.99734006952777, + 40.91295180145739, + ], + [ + -76.20767081037873, + 40.94969277152094, + ], + [ + -76.2288474549354, + 41.13844681947899, + ], + [ + -76.31893792584597, + 41.20494582669927, + ], + [ + -76.31068262373066, + 41.308669237799734, + ], + [ + -76.28268638177438, + 41.37726312489205, + ], + [ + -76.00954355961126, + 41.38456834700995, + ], + [ + -75.83474651047402, + 41.427217952610036, + ], + [ + -75.6857921462195, + 41.33950157232674, + ], + [ + -75.64846382361114, + 41.18764963903778, + ], + [ + -75.6007266418139, + 41.161544212939994, + ], + ], + ], + "type": "Polygon", + }, + "id": "42079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39039 { + "geometry": { + "coordinates": [ + [ + [ + -84.2282352046719, + 41.165787687552594, + ], + [ + -84.3416558772127, + 41.16546539834151, + ], + [ + -84.45830688536384, + 41.25339663809886, + ], + [ + -84.8035938694912, + 41.252483485334125, + ], + [ + -84.8035938694912, + 41.27128368931402, + ], + [ + -84.80395279567013, + 41.42598251063421, + ], + [ + -84.3416558772127, + 41.42754024182112, + ], + [ + -84.22859413085084, + 41.42780881616369, + ], + [ + -84.2282352046719, + 41.165787687552594, + ], + ], + ], + "type": "Polygon", + }, + "id": "39039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19115 { + "geometry": { + "coordinates": [ + [ + [ + -91.3683536820582, + 41.42313562260298, + ], + [ + -91.3697893867739, + 41.33606382074185, + ], + [ + -91.07188065826485, + 41.33359293679021, + ], + [ + -91.07188065826485, + 41.333378077316155, + ], + [ + -91.11315716884141, + 41.23991420610186, + ], + [ + -90.98968656329066, + 41.15568929227197, + ], + [ + -90.94912790507196, + 41.07269982041791, + ], + [ + -91.37086616531069, + 41.07409640699927, + ], + [ + -91.37014831295284, + 41.16073848991228, + ], + [ + -91.48572254256719, + 41.16240365083622, + ], + [ + -91.48392791167255, + 41.42378020102514, + ], + [ + -91.3683536820582, + 41.42313562260298, + ], + ], + ], + "type": "Polygon", + }, + "id": "19115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31101 { + "geometry": { + "coordinates": [ + [ + [ + -101.26969125392661, + 41.39493531663315, + ], + [ + -101.27040910628446, + 41.047400117347834, + ], + [ + -101.25030924026457, + 41.00389107385152, + ], + [ + -102.0517913978076, + 41.003837358983006, + ], + [ + -102.05538065959688, + 41.22154372107009, + ], + [ + -102.05538065959688, + 41.39515017610721, + ], + [ + -101.98467220234834, + 41.394720457159096, + ], + [ + -101.40715998045549, + 41.39541875044978, + ], + [ + -101.26969125392661, + 41.39493531663315, + ], + ], + ], + "type": "Polygon", + }, + "id": "31101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31111 { + "geometry": { + "coordinates": [ + [ + [ + -100.71335567659042, + 41.39348501518327, + ], + [ + -100.251058758133, + 41.39327015570922, + ], + [ + -100.22449822089243, + 41.046594394320124, + ], + [ + -100.22342144235564, + 40.700240922142115, + ], + [ + -100.7779623887972, + 40.70013349240509, + ], + [ + -101.24779675701208, + 40.69777003819047, + ], + [ + -101.25030924026457, + 41.00389107385152, + ], + [ + -101.27040910628446, + 41.047400117347834, + ], + [ + -101.26969125392661, + 41.39493531663315, + ], + [ + -100.71335567659042, + 41.39348501518327, + ], + ], + ], + "type": "Polygon", + }, + "id": "31111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 25019 { + "geometry": { + "coordinates": [ + [ + [ + -70.00901570031684, + 41.35201713669049, + ], + [ + -69.96558563266673, + 41.25280577454521, + ], + [ + -70.11777033253159, + 41.24222394544796, + ], + [ + -70.00901570031684, + 41.35201713669049, + ], + ], + ], + "type": "Polygon", + }, + "id": "25019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31143 { + "geometry": { + "coordinates": [ + [ + [ + -97.36816368899477, + 41.04691668353121, + ], + [ + -97.82615349330507, + 41.046594394320124, + ], + [ + -97.82830705037864, + 41.173630058355634, + ], + [ + -97.59895322204456, + 41.33300207323656, + ], + [ + -97.36816368899477, + 41.39638561808302, + ], + [ + -97.36816368899477, + 41.04691668353121, + ], + ], + ], + "type": "Polygon", + }, + "id": "31143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31105 { + "geometry": { + "coordinates": [ + [ + [ + -103.37766470276236, + 41.39461302742207, + ], + [ + -103.3823307430884, + 41.002279627796106, + ], + [ + -103.57435624881413, + 41.001742479110966, + ], + [ + -104.0535226976811, + 41.00136647503137, + ], + [ + -104.05208699296539, + 41.3932164408407, + ], + [ + -103.37766470276236, + 41.39461302742207, + ], + ], + ], + "type": "Polygon", + }, + "id": "31105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31121 { + "geometry": { + "coordinates": [ + [ + [ + -97.59895322204456, + 41.33300207323656, + ], + [ + -97.82830705037864, + 41.173630058355634, + ], + [ + -98.01997362992543, + 41.06593174698514, + ], + [ + -98.2830665190786, + 40.872289645992325, + ], + [ + -98.2870147070468, + 41.04637953484607, + ], + [ + -98.2870147070468, + 41.393914734131386, + ], + [ + -98.27588799550007, + 41.264300756407195, + ], + [ + -98.05299483838667, + 41.29309192593068, + ], + [ + -97.70591322336467, + 41.30909895674784, + ], + [ + -97.70375966629112, + 41.39488160176464, + ], + [ + -97.59895322204456, + 41.394827886896124, + ], + [ + -97.59895322204456, + 41.33300207323656, + ], + ], + ], + "type": "Polygon", + }, + "id": "31121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31093 { + "geometry": { + "coordinates": [ + [ + [ + -98.29132182119392, + 41.39386101926287, + ], + [ + -98.2870147070468, + 41.393914734131386, + ], + [ + -98.2870147070468, + 41.04637953484607, + ], + [ + -98.7220332359058, + 41.04664810918864, + ], + [ + -98.74859377314637, + 41.04664810918864, + ], + [ + -98.74428665899924, + 41.394183308473956, + ], + [ + -98.29132182119392, + 41.39386101926287, + ], + ], + ], + "type": "Polygon", + }, + "id": "31093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31163 { + "geometry": { + "coordinates": [ + [ + [ + -98.75146518257777, + 41.39407587873693, + ], + [ + -98.74428665899924, + 41.394183308473956, + ], + [ + -98.74859377314637, + 41.04664810918864, + ], + [ + -99.20766035599345, + 41.04697039839972, + ], + [ + -99.20335324184633, + 41.39412959360544, + ], + [ + -98.75146518257777, + 41.39407587873693, + ], + ], + ], + "type": "Polygon", + }, + "id": "31163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31055 { + "geometry": { + "coordinates": [ + [ + [ + -96.32907240100235, + 41.393109011103675, + ], + [ + -95.93784286597239, + 41.39074555688906, + ], + [ + -95.89190031506978, + 41.320379079135776, + ], + [ + -95.92348581881532, + 41.190765101411586, + ], + [ + -96.32727777010771, + 41.189959378383875, + ], + [ + -96.47084824167834, + 41.3932164408407, + ], + [ + -96.32907240100235, + 41.393109011103675, + ], + ], + ], + "type": "Polygon", + }, + "id": "31055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49029 { + "geometry": { + "coordinates": [ + [ + [ + -111.26470855849485, + 41.1442480252785, + ], + [ + -111.50877836016492, + 41.06276256974282, + ], + [ + -111.59312601221266, + 40.992557236595076, + ], + [ + -111.47970533967187, + 40.859666651891544, + ], + [ + -111.54897809220469, + 40.780652080307505, + ], + [ + -111.6408631940099, + 40.7990762802078, + ], + [ + -111.73849111467793, + 40.86106323847291, + ], + [ + -111.81530131696822, + 40.95753514232398, + ], + [ + -111.85621890136584, + 41.138983968164126, + ], + [ + -111.80596923631612, + 41.215581370665035, + ], + [ + -111.65773272441945, + 41.18593076324533, + ], + [ + -111.49657487008142, + 41.22680777818445, + ], + [ + -111.42048252014898, + 41.36141723868044, + ], + [ + -111.33110990159626, + 41.35669033025121, + ], + [ + -111.22163741702366, + 41.21251962315974, + ], + [ + -111.26470855849485, + 41.1442480252785, + ], + ], + ], + "type": "Polygon", + }, + "id": "49029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42065 { + "geometry": { + "coordinates": [ + [ + [ + -78.7101041298548, + 41.201776649456946, + ], + [ + -78.80486064109141, + 41.131034167624065, + ], + [ + -78.80521956727033, + 40.90591515368206, + ], + [ + -79.2154721897834, + 40.911340355401975, + ], + [ + -79.21511326360448, + 41.0503544351161, + ], + [ + -79.20901151856273, + 41.331927775866276, + ], + [ + -79.095231919843, + 41.34084444403959, + ], + [ + -78.95919889802984, + 41.362115531971114, + ], + [ + -78.73522896237965, + 41.26285045495732, + ], + [ + -78.7101041298548, + 41.201776649456946, + ], + ], + ], + "type": "Polygon", + }, + "id": "42065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06105 { + "geometry": { + "coordinates": [ + [ + [ + -122.49838010653869, + 41.18265415626598, + ], + [ + -122.44597688441542, + 41.1592344735939, + ], + [ + -122.59995621517491, + 40.90032880735661, + ], + [ + -122.751064136503, + 40.684824754878605, + ], + [ + -122.69901984055865, + 40.56923035783656, + ], + [ + -122.99908212614126, + 40.418130432706796, + ], + [ + -123.06548346924268, + 40.28685129405868, + ], + [ + -122.98580185752098, + 40.248713737413766, + ], + [ + -122.93411648775555, + 39.978151944708955, + ], + [ + -123.54464991810966, + 39.97697021760165, + ], + [ + -123.54429099193072, + 40.00184020172361, + ], + [ + -123.54213743485717, + 40.73198640943386, + ], + [ + -123.62038334186316, + 40.93159086083173, + ], + [ + -123.4818378367975, + 40.91483182185538, + ], + [ + -123.40718119158078, + 41.02967421073822, + ], + [ + -123.45778978280941, + 41.06818777146273, + ], + [ + -123.40825797011755, + 41.17991469797177, + ], + [ + -123.23956266602207, + 41.0757615679232, + ], + [ + -123.14121689299618, + 41.07914560463958, + ], + [ + -123.0374872272864, + 41.00432079279963, + ], + [ + -122.91760588352493, + 40.994007538044954, + ], + [ + -122.97359836743748, + 41.11207281903864, + ], + [ + -122.88673823213725, + 41.20494582669927, + ], + [ + -122.80203165391057, + 41.20301209143277, + ], + [ + -122.57124212086079, + 41.368131597244684, + ], + [ + -122.48043379759237, + 41.320486508872804, + ], + [ + -122.49838010653869, + 41.18265415626598, + ], + ], + ], + "type": "Polygon", + }, + "id": "06105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36119 { + "geometry": { + "coordinates": [ + [ + [ + -73.79389225709754, + 40.88362348324877, + ], + [ + -73.91054326524868, + 40.91520782593498, + ], + [ + -73.8663953452407, + 41.075922712528744, + ], + [ + -73.87644527825066, + 41.18716620522115, + ], + [ + -73.9798160177815, + 41.32199052519119, + ], + [ + -73.5447974889225, + 41.36635900658372, + ], + [ + -73.4827032599682, + 41.2127344826338, + ], + [ + -73.72784984017505, + 41.10068526691368, + ], + [ + -73.65785923528436, + 40.99191265817291, + ], + [ + -73.79389225709754, + 40.88362348324877, + ], + ], + ], + "type": "Polygon", + }, + "id": "36119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 34037 { + "geometry": { + "coordinates": [ + [ + [ + -74.36530273394864, + 41.20054120748113, + ], + [ + -74.50277146047752, + 41.08596739294086, + ], + [ + -74.65244367708989, + 40.92192218449922, + ], + [ + -74.76801790670426, + 40.911877504087116, + ], + [ + -74.96686300982958, + 41.094508057034574, + ], + [ + -74.99162891617551, + 41.09219831768847, + ], + [ + -74.83836743777387, + 41.27724603971906, + ], + [ + -74.70053978506606, + 41.35454173551065, + ], + [ + -74.36530273394864, + 41.20054120748113, + ], + ], + ], + "type": "Polygon", + }, + "id": "34037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39153 { + "geometry": { + "coordinates": [ + [ + [ + -81.3916416126152, + 41.34825709589452, + ], + [ + -81.39343624350984, + 40.98852862145653, + ], + [ + -81.41999678075041, + 40.906667161841256, + ], + [ + -81.64755597818986, + 40.91440210290727, + ], + [ + -81.68847356258749, + 40.988582336325045, + ], + [ + -81.68488430079822, + 41.27708489511352, + ], + [ + -81.56966899736278, + 41.2777831884042, + ], + [ + -81.59587060842443, + 41.35078169471467, + ], + [ + -81.3916416126152, + 41.34825709589452, + ], + ], + ], + "type": "Polygon", + }, + "id": "39153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39133 { + "geometry": { + "coordinates": [ + [ + [ + -81.00328348701666, + 41.347827376946405, + ], + [ + -80.99969422522739, + 41.13420334486639, + ], + [ + -80.99969422522739, + 40.9884211917195, + ], + [ + -81.08691328670655, + 40.98815261737693, + ], + [ + -81.39343624350984, + 40.98852862145653, + ], + [ + -81.3916416126152, + 41.34825709589452, + ], + [ + -81.39128268643628, + 41.34825709589452, + ], + [ + -81.00328348701666, + 41.347827376946405, + ], + ], + ], + "type": "Polygon", + }, + "id": "39133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17131 { + "geometry": { + "coordinates": [ + [ + [ + -90.43370991213341, + 41.32693229309447, + ], + [ + -90.4376581001016, + 41.151177243316795, + ], + [ + -90.43981165717516, + 41.063998011718645, + ], + [ + -90.78545756748144, + 41.06872492014787, + ], + [ + -90.94912790507196, + 41.07060494054586, + ], + [ + -90.94912790507196, + 41.07269982041791, + ], + [ + -90.98968656329066, + 41.15568929227197, + ], + [ + -91.11315716884141, + 41.23991420610186, + ], + [ + -91.07188065826485, + 41.333378077316155, + ], + [ + -90.43370991213341, + 41.32693229309447, + ], + ], + ], + "type": "Polygon", + }, + "id": "17131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17155 { + "geometry": { + "coordinates": [ + [ + [ + -89.16382909109119, + 41.31017325411812, + ], + [ + -89.16203446019657, + 41.10401558876154, + ], + [ + -89.35872600624832, + 41.10358586981343, + ], + [ + -89.46640385992629, + 41.148545214759615, + ], + [ + -89.46640385992629, + 41.23384442595979, + ], + [ + -89.35657244917476, + 41.233253562406134, + ], + [ + -89.33611365697595, + 41.30071943725966, + ], + [ + -89.16382909109119, + 41.31017325411812, + ], + ], + ], + "type": "Polygon", + }, + "id": "17155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36087 { + "geometry": { + "coordinates": [ + [ + [ + -73.90336474167015, + 40.99851958700013, + ], + [ + -74.21311803408378, + 41.134633063814505, + ], + [ + -74.23142326920903, + 41.143925736067416, + ], + [ + -73.98627668900218, + 41.321292231900514, + ], + [ + -73.98627668900218, + 41.321023657557944, + ], + [ + -73.90731292963834, + 41.14252914948605, + ], + [ + -73.90336474167015, + 40.99851958700013, + ], + ], + ], + "type": "Polygon", + }, + "id": "36087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42037 { + "geometry": { + "coordinates": [ + [ + [ + -76.20767081037873, + 40.94969277152094, + ], + [ + -76.3070933619414, + 40.80181573850201, + ], + [ + -76.38031430244241, + 40.77549545293017, + ], + [ + -76.52819188816017, + 40.882495471009975, + ], + [ + -76.5123991362874, + 40.946255019936046, + ], + [ + -76.61720558053395, + 41.06340714816499, + ], + [ + -76.64089470834311, + 41.15568929227197, + ], + [ + -76.44743349790168, + 41.275580878795125, + ], + [ + -76.31068262373066, + 41.308669237799734, + ], + [ + -76.31893792584597, + 41.20494582669927, + ], + [ + -76.2288474549354, + 41.13844681947899, + ], + [ + -76.20767081037873, + 40.94969277152094, + ], + ], + ], + "type": "Polygon", + }, + "id": "42037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17091 { + "geometry": { + "coordinates": [ + [ + [ + -87.5267667890071, + 41.29819483843951, + ], + [ + -87.5267667890071, + 41.16600254702665, + ], + [ + -87.52604893664925, + 41.0103368580732, + ], + [ + -88.1319163266773, + 40.997767578840936, + ], + [ + -88.24713163011273, + 40.99475954620415, + ], + [ + -88.25179767043878, + 41.11389912456811, + ], + [ + -88.24426022068131, + 41.20129321564032, + ], + [ + -88.0116760567369, + 41.20559040512144, + ], + [ + -88.01382961381046, + 41.29228620290297, + ], + [ + -87.5267667890071, + 41.29819483843951, + ], + ], + ], + "type": "Polygon", + }, + "id": "17091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18183 { + "geometry": { + "coordinates": [ + [ + [ + -85.30788515088304, + 41.26408589693314, + ], + [ + -85.33552246666038, + 41.005180230695856, + ], + [ + -85.64384005435831, + 41.002279627796106, + ], + [ + -85.684398712577, + 41.04670182405715, + ], + [ + -85.65245428265254, + 41.29475708685462, + ], + [ + -85.53723897921711, + 41.26612706193667, + ], + [ + -85.30788515088304, + 41.26408589693314, + ], + ], + ], + "type": "Polygon", + }, + "id": "18183", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36103 { + "geometry": { + "coordinates": [ + [ + [ + [ + -73.42419829280317, + 40.657483886805, + ], + [ + -73.46403909866402, + 40.859505507286, + ], + [ + -73.49741923330419, + 40.923533630554644, + ], + [ + -73.22140500170966, + 40.90715059565788, + ], + [ + -73.15895184657643, + 40.967740967341626, + ], + [ + -72.77418298276714, + 40.96527008338998, + ], + [ + -72.63922673949075, + 40.981277114207145, + ], + [ + -72.31511639992006, + 41.14161599672131, + ], + [ + -72.47340284482668, + 40.9891731998787, + ], + [ + -72.60656445720844, + 40.914616962381324, + ], + [ + -72.50175801296189, + 40.89463503129413, + ], + [ + -72.36572499114871, + 40.99808986805202, + ], + [ + -72.17477626395977, + 41.046325819977554, + ], + [ + -72.10119639727982, + 40.99137550948777, + ], + [ + -71.90306914651237, + 41.08596739294086, + ], + [ + -71.87363719984037, + 41.05234188525111, + ], + [ + -72.43140848189228, + 40.85724948280841, + ], + [ + -72.50032230824617, + 40.882602900747, + ], + [ + -72.64568741071143, + 40.796336821913584, + ], + [ + -72.72859935804347, + 40.814922166419414, + ], + [ + -72.88221976262405, + 40.74315910208476, + ], + [ + -73.02184204622648, + 40.74847687406765, + ], + [ + -73.1478251350297, + 40.697716323321956, + ], + [ + -73.23324956561423, + 40.716677671907384, + ], + [ + -73.42419829280317, + 40.657483886805, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "36103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39077 { + "geometry": { + "coordinates": [ + [ + [ + -82.34207813441277, + 41.2835306793352, + ], + [ + -82.33633531554995, + 41.06571688751109, + ], + [ + -82.43611679329153, + 41.06534088343149, + ], + [ + -82.43288645768119, + 40.99287952580616, + ], + [ + -82.7246934411485, + 40.995618984100375, + ], + [ + -82.82949988539505, + 40.99663956660214, + ], + [ + -82.84026767076286, + 41.25533037336537, + ], + [ + -82.84134444929963, + 41.28997646355687, + ], + [ + -82.34207813441277, + 41.2835306793352, + ], + ], + ], + "type": "Polygon", + }, + "id": "39077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18073 { + "geometry": { + "coordinates": [ + [ + [ + -86.93023147963113, + 41.236959888333594, + ], + [ + -86.93023147963113, + 41.172340901511305, + ], + [ + -86.93059040581007, + 40.912414652772256, + ], + [ + -86.98658288972261, + 40.837912130143394, + ], + [ + -87.09964463608448, + 40.837643555800824, + ], + [ + -87.09892678372663, + 40.73655217325755, + ], + [ + -87.26726316164319, + 40.736498458389036, + ], + [ + -87.2755184637585, + 41.218643118170334, + ], + [ + -87.2188081274881, + 41.242009085973905, + ], + [ + -87.13087121365109, + 41.28627013762941, + ], + [ + -86.93023147963113, + 41.236959888333594, + ], + ], + ], + "type": "Polygon", + }, + "id": "18073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39103 { + "geometry": { + "coordinates": [ + [ + [ + -81.68488430079822, + 41.27708489511352, + ], + [ + -81.68847356258749, + 40.988582336325045, + ], + [ + -82.12923491030932, + 40.991751513567365, + ], + [ + -82.17158819942264, + 41.06351457790202, + ], + [ + -82.16979356852802, + 41.13705023289763, + ], + [ + -82.07252457403892, + 41.19984291419045, + ], + [ + -81.97453772719196, + 41.199950343927476, + ], + [ + -81.9723841701184, + 41.275312304452555, + ], + [ + -81.87798658506071, + 41.275043730109985, + ], + [ + -81.68488430079822, + 41.27708489511352, + ], + ], + ], + "type": "Polygon", + }, + "id": "39103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18003 { + "geometry": { + "coordinates": [ + [ + [ + -84.8035938694912, + 41.252483485334125, + ], + [ + -84.80323494331228, + 40.989388059352756, + ], + [ + -84.80287601713334, + 40.92256676292139, + ], + [ + -85.07386528222291, + 40.917786139623644, + ], + [ + -85.33588139283931, + 40.91703413146445, + ], + [ + -85.33552246666038, + 41.005180230695856, + ], + [ + -85.30788515088304, + 41.26408589693314, + ], + [ + -85.19195199508975, + 41.26413961180165, + ], + [ + -84.8035938694912, + 41.27128368931402, + ], + [ + -84.8035938694912, + 41.252483485334125, + ], + ], + ], + "type": "Polygon", + }, + "id": "18003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39147 { + "geometry": { + "coordinates": [ + [ + [ + -82.84026767076286, + 41.25533037336537, + ], + [ + -82.82949988539505, + 40.99663956660214, + ], + [ + -83.11269264056813, + 40.9934166744913, + ], + [ + -83.42029237590819, + 40.99180522843588, + ], + [ + -83.42101022826604, + 41.16675455518585, + ], + [ + -83.41993344972927, + 41.25398750165252, + ], + [ + -82.84026767076286, + 41.25533037336537, + ], + ], + ], + "type": "Polygon", + }, + "id": "39147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42033 { + "geometry": { + "coordinates": [ + [ + [ + -78.0374764705464, + 41.15166067713342, + ], + [ + -78.10710814925815, + 41.106862476792784, + ], + [ + -78.08054761201758, + 40.955117973240846, + ], + [ + -78.21083781496793, + 40.91719527606999, + ], + [ + -78.376661709632, + 40.75417065013013, + ], + [ + -78.35979217922245, + 40.732523558119, + ], + [ + -78.35046009857037, + 40.72484233192151, + ], + [ + -78.80163030548107, + 40.724520042710424, + ], + [ + -78.80521956727033, + 40.90591515368206, + ], + [ + -78.80486064109141, + 41.131034167624065, + ], + [ + -78.7101041298548, + 41.201776649456946, + ], + [ + -78.64657419618479, + 41.25377264217846, + ], + [ + -78.2373983522085, + 41.23051410411192, + ], + [ + -78.09346895445894, + 41.216924242377885, + ], + [ + -78.0374764705464, + 41.15166067713342, + ], + ], + ], + "type": "Polygon", + }, + "id": "42033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49043 { + "geometry": { + "coordinates": [ + [ + [ + -111.0464814417075, + 41.251677762306414, + ], + [ + -111.04684036788642, + 40.99792872344648, + ], + [ + -110.0483077381127, + 40.99766014910391, + ], + [ + -110.00057055631547, + 40.99766014910391, + ], + [ + -110.00057055631547, + 40.813740439312106, + ], + [ + -110.26186881457402, + 40.83549496106026, + ], + [ + -110.37493056093588, + 40.788279591636496, + ], + [ + -110.65740546375109, + 40.740580788396095, + ], + [ + -110.75108519645093, + 40.747617436171424, + ], + [ + -110.90183419160009, + 40.67816411118287, + ], + [ + -111.02386909243512, + 40.57793216653583, + ], + [ + -111.14698077180694, + 40.54951700109194, + ], + [ + -111.36879715038356, + 40.62896129162409, + ], + [ + -111.39356305672949, + 40.69035738633554, + ], + [ + -111.48939634650289, + 40.59914953959884, + ], + [ + -111.55292628017288, + 40.60935536461649, + ], + [ + -111.6408631940099, + 40.7990762802078, + ], + [ + -111.54897809220469, + 40.780652080307505, + ], + [ + -111.47970533967187, + 40.859666651891544, + ], + [ + -111.59312601221266, + 40.992557236595076, + ], + [ + -111.50877836016492, + 41.06276256974282, + ], + [ + -111.26470855849485, + 41.1442480252785, + ], + [ + -111.0464814417075, + 41.251677762306414, + ], + ], + ], + "type": "Polygon", + }, + "id": "49043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42027 { + "geometry": { + "coordinates": [ + [ + [ + -77.14410921119816, + 41.044338369842535, + ], + [ + -77.36413095888015, + 40.846936228053735, + ], + [ + -77.68142170105124, + 40.72973038495628, + ], + [ + -77.82463324644294, + 40.74364253590139, + ], + [ + -77.94415566402549, + 40.69153911344285, + ], + [ + -78.11608130373132, + 40.73934534642027, + ], + [ + -78.35979217922245, + 40.732523558119, + ], + [ + -78.376661709632, + 40.75417065013013, + ], + [ + -78.21083781496793, + 40.91719527606999, + ], + [ + -78.08054761201758, + 40.955117973240846, + ], + [ + -78.10710814925815, + 41.106862476792784, + ], + [ + -78.0374764705464, + 41.15166067713342, + ], + [ + -77.89785418694396, + 41.25151661770087, + ], + [ + -77.89282922043898, + 41.17819582217932, + ], + [ + -77.7890995547292, + 41.1823318670549, + ], + [ + -77.7417212991109, + 41.10750705521495, + ], + [ + -77.57302599501541, + 41.068241486331246, + ], + [ + -77.50841928280863, + 40.96290662917537, + ], + [ + -77.14410921119816, + 41.044338369842535, + ], + ], + ], + "type": "Polygon", + }, + "id": "42027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42089 { + "geometry": { + "coordinates": [ + [ + [ + -74.99162891617551, + 41.09219831768847, + ], + [ + -74.96686300982958, + 41.094508057034574, + ], + [ + -75.12048341441015, + 40.96822440115825, + ], + [ + -75.28774301378994, + 40.86401755624117, + ], + [ + -75.47402570065282, + 40.81476102181387, + ], + [ + -75.57452503075226, + 40.95130421757636, + ], + [ + -75.49627912374626, + 40.98734689434922, + ], + [ + -75.64918167596899, + 41.12222492918778, + ], + [ + -75.6007266418139, + 41.161544212939994, + ], + [ + -75.50597013057728, + 41.23250155424694, + ], + [ + -75.35845147103846, + 41.239484487153746, + ], + [ + -75.12766193798868, + 41.25269834480818, + ], + [ + -75.15709388466065, + 41.150156660815036, + ], + [ + -74.99162891617551, + 41.09219831768847, + ], + ], + ], + "type": "Polygon", + }, + "id": "42089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39125 { + "geometry": { + "coordinates": [ + [ + [ + -84.3416558772127, + 41.16546539834151, + ], + [ + -84.34201480339163, + 40.99062350132857, + ], + [ + -84.39944299201989, + 40.99024749724897, + ], + [ + -84.80323494331228, + 40.989388059352756, + ], + [ + -84.8035938694912, + 41.252483485334125, + ], + [ + -84.45830688536384, + 41.25339663809886, + ], + [ + -84.3416558772127, + 41.16546539834151, + ], + ], + ], + "type": "Polygon", + }, + "id": "39125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17175 { + "geometry": { + "coordinates": [ + [ + [ + -89.85763339495625, + 41.234489004381956, + ], + [ + -89.63868842581105, + 41.23384442595979, + ], + [ + -89.63832949963212, + 41.14859892962813, + ], + [ + -89.63868842581105, + 40.97370331774668, + ], + [ + -89.98541111465411, + 40.97472390024844, + ], + [ + -89.98469326229626, + 41.149350937787325, + ], + [ + -89.86876010650298, + 41.14897493370773, + ], + [ + -89.85763339495625, + 41.234489004381956, + ], + ], + ], + "type": "Polygon", + }, + "id": "17175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31049 { + "geometry": { + "coordinates": [ + [ + [ + -102.05538065959688, + 41.22154372107009, + ], + [ + -102.0517913978076, + 41.003837358983006, + ], + [ + -102.05250925016546, + 41.00233334266462, + ], + [ + -102.62104831758515, + 41.00238705753313, + ], + [ + -102.61063945839628, + 41.221597435938605, + ], + [ + -102.05538065959688, + 41.22154372107009, + ], + ], + ], + "type": "Polygon", + }, + "id": "31049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18111 { + "geometry": { + "coordinates": [ + [ + [ + -87.26726316164319, + 40.736498458389036, + ], + [ + -87.52604893664925, + 40.73692817733715, + ], + [ + -87.52604893664925, + 41.0103368580732, + ], + [ + -87.5267667890071, + 41.16600254702665, + ], + [ + -87.41406396882415, + 41.16218879136216, + ], + [ + -87.2755184637585, + 41.218643118170334, + ], + [ + -87.26726316164319, + 40.736498458389036, + ], + ], + ], + "type": "Polygon", + }, + "id": "18111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 34031 { + "geometry": { + "coordinates": [ + [ + [ + -74.13020608675174, + 40.819971364059725, + ], + [ + -74.27198192742773, + 40.89742820445686, + ], + [ + -74.30931025003609, + 40.998412157263104, + ], + [ + -74.50277146047752, + 41.08596739294086, + ], + [ + -74.36530273394864, + 41.20054120748113, + ], + [ + -74.23142326920903, + 41.143925736067416, + ], + [ + -74.21311803408378, + 41.134633063814505, + ], + [ + -74.27234085360666, + 41.01828665861326, + ], + [ + -74.14061494594061, + 40.966129521286206, + ], + [ + -74.13020608675174, + 40.819971364059725, + ], + ], + ], + "type": "Polygon", + }, + "id": "34031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31153 { + "geometry": { + "coordinates": [ + [ + [ + -95.92348581881532, + 41.190765101411586, + ], + [ + -95.88041467734413, + 41.159879052016066, + ], + [ + -95.87933789880735, + 41.05325503801585, + ], + [ + -96.0340350819247, + 41.06593174698514, + ], + [ + -96.20775535252517, + 40.995618984100375, + ], + [ + -96.3190224679924, + 41.0449829482647, + ], + [ + -96.32727777010771, + 41.189959378383875, + ], + [ + -95.92348581881532, + 41.190765101411586, + ], + ], + ], + "type": "Polygon", + }, + "id": "31153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06035 { + "geometry": { + "coordinates": [ + [ + [ + -119.99989497503083, + 41.18394331311032, + ], + [ + -120.00097175356761, + 39.722415455714, + ], + [ + -120.14705470839073, + 39.70764386687266, + ], + [ + -120.11044423814022, + 39.765709639736244, + ], + [ + -120.10864960724558, + 39.9394772393789, + ], + [ + -120.20125256140864, + 40.01338889845411, + ], + [ + -120.20986678970287, + 40.08595768581647, + ], + [ + -120.34123377118999, + 40.11523228915658, + ], + [ + -120.51064692764334, + 40.24887488201931, + ], + [ + -120.76440773614442, + 40.31601846766176, + ], + [ + -120.92843699991387, + 40.19193712139452, + ], + [ + -121.06159861229563, + 40.256394963611264, + ], + [ + -121.06123968611669, + 40.446491883282164, + ], + [ + -121.32792183705914, + 40.445310156174855, + ], + [ + -121.32002546112275, + 40.90580772394503, + ], + [ + -121.33115217266948, + 41.183889598241805, + ], + [ + -119.99989497503083, + 41.18394331311032, + ], + ], + ], + "type": "Polygon", + }, + "id": "06035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06089 { + "geometry": { + "coordinates": [ + [ + [ + -121.44636747610491, + 41.18345987929369, + ], + [ + -121.33115217266948, + 41.183889598241805, + ], + [ + -121.32002546112275, + 40.90580772394503, + ], + [ + -121.32792183705914, + 40.445310156174855, + ], + [ + -121.49769391969141, + 40.44552501564891, + ], + [ + -122.00988157701963, + 40.42677852653755, + ], + [ + -122.3081492317076, + 40.371344782231134, + ], + [ + -122.5051997039383, + 40.38939297805183, + ], + [ + -122.65128265876142, + 40.328265457682946, + ], + [ + -122.74855165325052, + 40.365275002089064, + ], + [ + -123.06548346924268, + 40.28685129405868, + ], + [ + -122.99908212614126, + 40.418130432706796, + ], + [ + -122.69901984055865, + 40.56923035783656, + ], + [ + -122.751064136503, + 40.684824754878605, + ], + [ + -122.59995621517491, + 40.90032880735661, + ], + [ + -122.44597688441542, + 41.1592344735939, + ], + [ + -122.49838010653869, + 41.18265415626598, + ], + [ + -121.44636747610491, + 41.18345987929369, + ], + ], + ], + "type": "Polygon", + }, + "id": "06089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42097 { + "geometry": { + "coordinates": [ + [ + [ + -76.7327798101483, + 41.17201861230022, + ], + [ + -76.79272048202904, + 40.946631024015645, + ], + [ + -76.66135350054192, + 40.96795582681568, + ], + [ + -76.52819188816017, + 40.882495471009975, + ], + [ + -76.38031430244241, + 40.77549545293017, + ], + [ + -76.7015532325817, + 40.65796732062162, + ], + [ + -76.88998947651815, + 40.61032223224974, + ], + [ + -76.94921229604103, + 40.62815556859638, + ], + [ + -76.93988021538894, + 40.638253963877006, + ], + [ + -76.8447647779734, + 40.716033093485215, + ], + [ + -76.8002579317865, + 40.88201203719335, + ], + [ + -76.88029846968713, + 40.971178718926524, + ], + [ + -76.8960912215599, + 41.138983968164126, + ], + [ + -76.7327798101483, + 41.17201861230022, + ], + ], + ], + "type": "Polygon", + }, + "id": "42097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18049 { + "geometry": { + "coordinates": [ + [ + [ + -85.94569697083556, + 41.04288806839266, + ], + [ + -85.94641482319341, + 40.999217880290814, + ], + [ + -86.16894905412788, + 40.996102417917, + ], + [ + -86.16894905412788, + 40.90962147960953, + ], + [ + -86.46865241353157, + 40.9098900539521, + ], + [ + -86.46721670881585, + 41.17142774874657, + ], + [ + -86.07742287850161, + 41.172824335327924, + ], + [ + -86.07634609996482, + 41.08489309557058, + ], + [ + -85.94569697083556, + 41.04288806839266, + ], + ], + ], + "type": "Polygon", + }, + "id": "18049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31081 { + "geometry": { + "coordinates": [ + [ + [ + -97.82615349330507, + 41.046594394320124, + ], + [ + -97.82579456712615, + 40.698522046349666, + ], + [ + -98.27804155257363, + 40.69830718687561, + ], + [ + -98.2830665190786, + 40.698253472007096, + ], + [ + -98.2830665190786, + 40.872289645992325, + ], + [ + -98.01997362992543, + 41.06593174698514, + ], + [ + -97.82830705037864, + 41.173630058355634, + ], + [ + -97.82615349330507, + 41.046594394320124, + ], + ], + ], + "type": "Polygon", + }, + "id": "31081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18131 { + "geometry": { + "coordinates": [ + [ + [ + -86.46721670881585, + 41.17142774874657, + ], + [ + -86.46865241353157, + 40.9098900539521, + ], + [ + -86.5813552337145, + 40.91091063645386, + ], + [ + -86.93059040581007, + 40.912414652772256, + ], + [ + -86.93023147963113, + 41.172340901511305, + ], + [ + -86.46721670881585, + 41.17142774874657, + ], + ], + ], + "type": "Polygon", + }, + "id": "18131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42093 { + "geometry": { + "coordinates": [ + [ + [ + -76.64089470834311, + 41.15568929227197, + ], + [ + -76.61720558053395, + 41.06340714816499, + ], + [ + -76.5123991362874, + 40.946255019936046, + ], + [ + -76.52819188816017, + 40.882495471009975, + ], + [ + -76.66135350054192, + 40.96795582681568, + ], + [ + -76.79272048202904, + 40.946631024015645, + ], + [ + -76.7327798101483, + 41.17201861230022, + ], + [ + -76.64089470834311, + 41.15568929227197, + ], + ], + ], + "type": "Polygon", + }, + "id": "42093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42019 { + "geometry": { + "coordinates": [ + [ + [ + -79.69499756482931, + 41.172824335327924, + ], + [ + -79.69069045068218, + 41.170729455455884, + ], + [ + -79.69284400775575, + 40.669677161957665, + ], + [ + -80.14868025499248, + 40.67451150012393, + ], + [ + -80.1583712618235, + 40.85510088806785, + ], + [ + -80.16519085922312, + 41.00045332226663, + ], + [ + -80.09699488522706, + 41.06979921751815, + ], + [ + -79.99972589073796, + 41.17185746769468, + ], + [ + -79.69499756482931, + 41.172824335327924, + ], + ], + ], + "type": "Polygon", + }, + "id": "42019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42005 { + "geometry": { + "coordinates": [ + [ + [ + -79.21511326360448, + 41.0503544351161, + ], + [ + -79.2154721897834, + 40.911340355401975, + ], + [ + -79.21511326360448, + 40.775925171878285, + ], + [ + -79.45020991080138, + 40.5301259335584, + ], + [ + -79.69248508157682, + 40.66871029432441, + ], + [ + -79.69284400775575, + 40.669677161957665, + ], + [ + -79.69069045068218, + 41.170729455455884, + ], + [ + -79.66556561815733, + 41.05008586077353, + ], + [ + -79.52163622040777, + 40.975153619196554, + ], + [ + -79.2815146067059, + 41.00894027149184, + ], + [ + -79.21511326360448, + 41.0503544351161, + ], + ], + ], + "type": "Polygon", + }, + "id": "42005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39063 { + "geometry": { + "coordinates": [ + [ + [ + -83.42101022826604, + 41.16675455518585, + ], + [ + -83.42029237590819, + 40.99180522843588, + ], + [ + -83.51576673950267, + 40.818091343661735, + ], + [ + -83.88007681111313, + 40.81991764919121, + ], + [ + -83.88043573729206, + 40.92041816818083, + ], + [ + -83.88115358964991, + 41.16777513768761, + ], + [ + -83.42101022826604, + 41.16675455518585, + ], + ], + ], + "type": "Polygon", + }, + "id": "39063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39137 { + "geometry": { + "coordinates": [ + [ + [ + -83.88115358964991, + 41.16777513768761, + ], + [ + -83.88043573729206, + 40.92041816818083, + ], + [ + -84.10943063944721, + 40.90467971170624, + ], + [ + -84.10943063944721, + 40.861009523604395, + ], + [ + -84.34057909867592, + 40.85907578833789, + ], + [ + -84.39944299201989, + 40.99024749724897, + ], + [ + -84.34201480339163, + 40.99062350132857, + ], + [ + -84.3416558772127, + 41.16546539834151, + ], + [ + -84.2282352046719, + 41.165787687552594, + ], + [ + -83.88115358964991, + 41.16777513768761, + ], + ], + ], + "type": "Polygon", + }, + "id": "39137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19101 { + "geometry": { + "coordinates": [ + [ + [ + -91.94550697777213, + 41.163531663075005, + ], + [ + -91.71579422325912, + 41.16283336978433, + ], + [ + -91.71866563269053, + 40.900812241173234, + ], + [ + -92.17916792025332, + 40.89973794380296, + ], + [ + -92.17988577261117, + 41.16267222517879, + ], + [ + -91.94550697777213, + 41.163531663075005, + ], + ], + ], + "type": "Polygon", + }, + "id": "19101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19087 { + "geometry": { + "coordinates": [ + [ + [ + -91.48572254256719, + 41.16240365083622, + ], + [ + -91.37014831295284, + 41.16073848991228, + ], + [ + -91.37086616531069, + 41.07409640699927, + ], + [ + -91.37194294384746, + 40.81261242707332, + ], + [ + -91.40927126645583, + 40.81266614194183, + ], + [ + -91.71866563269053, + 40.813471864969536, + ], + [ + -91.71866563269053, + 40.900812241173234, + ], + [ + -91.71579422325912, + 41.16283336978433, + ], + [ + -91.48572254256719, + 41.16240365083622, + ], + ], + ], + "type": "Polygon", + }, + "id": "19087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19179 { + "geometry": { + "coordinates": [ + [ + [ + -92.17988577261117, + 41.16267222517879, + ], + [ + -92.17916792025332, + 40.89973794380296, + ], + [ + -92.63895235545826, + 40.89887850590674, + ], + [ + -92.6407469863529, + 41.161275638597424, + ], + [ + -92.41031637948204, + 41.16192021701959, + ], + [ + -92.17988577261117, + 41.16267222517879, + ], + ], + ], + "type": "Polygon", + }, + "id": "19179", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19039 { + "geometry": { + "coordinates": [ + [ + [ + -93.55744444733136, + 41.161275638597424, + ], + [ + -93.55636766879458, + 40.89828764235308, + ], + [ + -94.01471639928381, + 40.896998485508746, + ], + [ + -94.01435747310488, + 41.15676358964225, + ], + [ + -93.78931075891792, + 41.16202764675662, + ], + [ + -93.55744444733136, + 41.161275638597424, + ], + ], + ], + "type": "Polygon", + }, + "id": "19039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19117 { + "geometry": { + "coordinates": [ + [ + [ + -93.32809061899728, + 41.160631060175255, + ], + [ + -93.09909571684213, + 41.16073848991228, + ], + [ + -93.09766001212643, + 40.898448786958625, + ], + [ + -93.55636766879458, + 40.89828764235308, + ], + [ + -93.55744444733136, + 41.161275638597424, + ], + [ + -93.32809061899728, + 41.160631060175255, + ], + ], + ], + "type": "Polygon", + }, + "id": "19117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19135 { + "geometry": { + "coordinates": [ + [ + [ + -92.6407469863529, + 41.161275638597424, + ], + [ + -92.63895235545826, + 40.89887850590674, + ], + [ + -93.09766001212643, + 40.898448786958625, + ], + [ + -93.09909571684213, + 41.16073848991228, + ], + [ + -92.86974188850805, + 41.16084591964931, + ], + [ + -92.6407469863529, + 41.161275638597424, + ], + ], + ], + "type": "Polygon", + }, + "id": "19135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19129 { + "geometry": { + "coordinates": [ + [ + [ + -95.38437869806761, + 41.159986481753094, + ], + [ + -95.38509655042546, + 40.90156424933243, + ], + [ + -95.81329548188486, + 40.90167167906946, + ], + [ + -95.87933789880735, + 41.05325503801585, + ], + [ + -95.88041467734413, + 41.159879052016066, + ], + [ + -95.38437869806761, + 41.159986481753094, + ], + ], + ], + "type": "Polygon", + }, + "id": "19129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19137 { + "geometry": { + "coordinates": [ + [ + [ + -95.15610164827031, + 41.1592344735939, + ], + [ + -94.92782459847301, + 41.1584824654347, + ], + [ + -94.92854245083086, + 40.90065109656769, + ], + [ + -95.38509655042546, + 40.90156424933243, + ], + [ + -95.38437869806761, + 41.159986481753094, + ], + [ + -95.15610164827031, + 41.1592344735939, + ], + ], + ], + "type": "Polygon", + }, + "id": "19137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19003 { + "geometry": { + "coordinates": [ + [ + [ + -94.7006243272125, + 41.15805274648659, + ], + [ + -94.47055264652056, + 41.15756931266996, + ], + [ + -94.47091157269948, + 40.89946936946039, + ], + [ + -94.92854245083086, + 40.90065109656769, + ], + [ + -94.92782459847301, + 41.1584824654347, + ], + [ + -94.7006243272125, + 41.15805274648659, + ], + ], + ], + "type": "Polygon", + }, + "id": "19003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19175 { + "geometry": { + "coordinates": [ + [ + [ + -94.24155774436541, + 41.15713959372185, + ], + [ + -94.01435747310488, + 41.15676358964225, + ], + [ + -94.01471639928381, + 40.896998485508746, + ], + [ + -94.47091157269948, + 40.89946936946039, + ], + [ + -94.47055264652056, + 41.15756931266996, + ], + [ + -94.24155774436541, + 41.15713959372185, + ], + ], + ], + "type": "Polygon", + }, + "id": "19175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49011 { + "geometry": { + "coordinates": [ + [ + [ + -111.85621890136584, + 41.138983968164126, + ], + [ + -111.81530131696822, + 40.95753514232398, + ], + [ + -111.73849111467793, + 40.86106323847291, + ], + [ + -111.94128440577144, + 40.822227388537314, + ], + [ + -112.00660897033607, + 40.921814754762195, + ], + [ + -112.2636001144475, + 40.773400573058126, + ], + [ + -112.4933128689605, + 41.07667472068794, + ], + [ + -112.1893023954097, + 41.152788689372215, + ], + [ + -111.85621890136584, + 41.138983968164126, + ], + ], + ], + "type": "Polygon", + }, + "id": "49011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17095 { + "geometry": { + "coordinates": [ + [ + [ + -89.98469326229626, + 41.149350937787325, + ], + [ + -89.98541111465411, + 40.97472390024844, + ], + [ + -89.98612896701196, + 40.71227305268924, + ], + [ + -90.4444776975012, + 40.71463650690385, + ], + [ + -90.43981165717516, + 41.063998011718645, + ], + [ + -90.4376581001016, + 41.151177243316795, + ], + [ + -89.98469326229626, + 41.149350937787325, + ], + ], + ], + "type": "Polygon", + }, + "id": "17095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42119 { + "geometry": { + "coordinates": [ + [ + [ + -76.8002579317865, + 40.88201203719335, + ], + [ + -76.94311055099928, + 40.88775952812434, + ], + [ + -77.35659350912269, + 40.80729465509043, + ], + [ + -77.36413095888015, + 40.846936228053735, + ], + [ + -77.14410921119816, + 41.044338369842535, + ], + [ + -77.14410921119816, + 41.0688323498849, + ], + [ + -76.97792639035515, + 41.087901128207356, + ], + [ + -76.8960912215599, + 41.138983968164126, + ], + [ + -76.88029846968713, + 40.971178718926524, + ], + [ + -76.8002579317865, + 40.88201203719335, + ], + ], + ], + "type": "Polygon", + }, + "id": "42119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17123 { + "geometry": { + "coordinates": [ + [ + [ + -89.46640385992629, + 41.148545214759615, + ], + [ + -89.35872600624832, + 41.10358586981343, + ], + [ + -89.16203446019657, + 41.10401558876154, + ], + [ + -89.04753700911898, + 41.10476759692074, + ], + [ + -89.04753700911898, + 40.92595079963777, + ], + [ + -89.47214667878912, + 40.92122389120854, + ], + [ + -89.44773969862212, + 40.97321988393006, + ], + [ + -89.63868842581105, + 40.97370331774668, + ], + [ + -89.63832949963212, + 41.14859892962813, + ], + [ + -89.46640385992629, + 41.148545214759615, + ], + ], + ], + "type": "Polygon", + }, + "id": "17123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 34003 { + "geometry": { + "coordinates": [ + [ + [ + -73.99273736022286, + 40.80084887086876, + ], + [ + -74.14743454334021, + 40.786399571238505, + ], + [ + -74.13020608675174, + 40.819971364059725, + ], + [ + -74.14061494594061, + 40.966129521286206, + ], + [ + -74.27234085360666, + 41.01828665861326, + ], + [ + -74.21311803408378, + 41.134633063814505, + ], + [ + -73.90336474167015, + 40.99851958700013, + ], + [ + -73.99273736022286, + 40.80084887086876, + ], + ], + ], + "type": "Polygon", + }, + "id": "34003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39099 { + "geometry": { + "coordinates": [ + [ + [ + -80.5190920716447, + 41.13323647723314, + ], + [ + -80.51945099782364, + 41.12458838340239, + ], + [ + -80.51945099782364, + 40.89957679919742, + ], + [ + -81.08655436052763, + 40.901617964200945, + ], + [ + -81.08691328670655, + 40.98815261737693, + ], + [ + -80.99969422522739, + 40.9884211917195, + ], + [ + -80.99969422522739, + 41.13420334486639, + ], + [ + -80.5190920716447, + 41.13323647723314, + ], + ], + ], + "type": "Polygon", + }, + "id": "39099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42025 { + "geometry": { + "coordinates": [ + [ + [ + -75.64918167596899, + 41.12222492918778, + ], + [ + -75.49627912374626, + 40.98734689434922, + ], + [ + -75.57452503075226, + 40.95130421757636, + ], + [ + -75.47402570065282, + 40.81476102181387, + ], + [ + -75.60898194392921, + 40.78736643887176, + ], + [ + -75.75793630818374, + 40.735424161018756, + ], + [ + -75.99734006952777, + 40.91295180145739, + ], + [ + -75.73209362330103, + 41.00813454846413, + ], + [ + -75.76726838883583, + 41.09101659058116, + ], + [ + -75.64918167596899, + 41.12222492918778, + ], + ], + ], + "type": "Polygon", + }, + "id": "42025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42073 { + "geometry": { + "coordinates": [ + [ + [ + -80.09699488522706, + 41.06979921751815, + ], + [ + -80.16519085922312, + 41.00045332226663, + ], + [ + -80.1583712618235, + 40.85510088806785, + ], + [ + -80.51873314546579, + 40.851448277008906, + ], + [ + -80.51945099782364, + 40.89957679919742, + ], + [ + -80.51945099782364, + 41.12458838340239, + ], + [ + -80.14724455027678, + 41.113791694831086, + ], + [ + -80.09699488522706, + 41.06979921751815, + ], + ], + ], + "type": "Polygon", + }, + "id": "42073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17105 { + "geometry": { + "coordinates": [ + [ + [ + -88.25179767043878, + 41.11389912456811, + ], + [ + -88.24713163011273, + 40.99475954620415, + ], + [ + -88.23492814002923, + 40.61811088818427, + ], + [ + -88.45925700185833, + 40.61730516515656, + ], + [ + -88.57447230529377, + 40.616445727260334, + ], + [ + -88.5845222383037, + 40.75750097197799, + ], + [ + -88.92945029625214, + 40.75325749736539, + ], + [ + -88.93124492714678, + 40.927777105167245, + ], + [ + -88.93088600096785, + 41.105788179422504, + ], + [ + -88.58631686919834, + 41.10788305929455, + ], + [ + -88.25179767043878, + 41.11389912456811, + ], + ], + ], + "type": "Polygon", + }, + "id": "17105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 34041 { + "geometry": { + "coordinates": [ + [ + [ + -74.76801790670426, + 40.911877504087116, + ], + [ + -74.88969388136036, + 40.78779615781987, + ], + [ + -74.9686576407242, + 40.71050046202828, + ], + [ + -75.18975616694297, + 40.59179060261243, + ], + [ + -75.1969346905215, + 40.608495926720266, + ], + [ + -75.1725277103545, + 40.77796633688181, + ], + [ + -75.05013388334054, + 40.87051705533136, + ], + [ + -75.12048341441015, + 40.96822440115825, + ], + [ + -74.96686300982958, + 41.094508057034574, + ], + [ + -74.76801790670426, + 40.911877504087116, + ], + ], + ], + "type": "Polygon", + }, + "id": "34041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 34027 { + "geometry": { + "coordinates": [ + [ + [ + -74.27198192742773, + 40.89742820445686, + ], + [ + -74.33012796841383, + 40.90860089710776, + ], + [ + -74.37176340516932, + 40.73929163155176, + ], + [ + -74.46077709754312, + 40.67418921091284, + ], + [ + -74.55589253495864, + 40.757984405794616, + ], + [ + -74.72494676523307, + 40.71914855585902, + ], + [ + -74.88969388136036, + 40.78779615781987, + ], + [ + -74.76801790670426, + 40.911877504087116, + ], + [ + -74.65244367708989, + 40.92192218449922, + ], + [ + -74.50277146047752, + 41.08596739294086, + ], + [ + -74.30931025003609, + 40.998412157263104, + ], + [ + -74.27198192742773, + 40.89742820445686, + ], + ], + ], + "type": "Polygon", + }, + "id": "34027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49045 { + "geometry": { + "coordinates": [ + [ + [ + -112.2636001144475, + 40.773400573058126, + ], + [ + -112.20796655671388, + 40.71571080427413, + ], + [ + -112.173150717358, + 40.466957248185984, + ], + [ + -112.212273670861, + 40.45868515843483, + ], + [ + -112.19899340224072, + 40.306994369751415, + ], + [ + -112.14551340158066, + 40.17114946727961, + ], + [ + -112.17961138857868, + 40.01156259292463, + ], + [ + -112.34184602145349, + 39.90424028563375, + ], + [ + -112.79804119486917, + 39.90321970313198, + ], + [ + -114.04710429753364, + 39.90601287629471, + ], + [ + -114.0467453713547, + 40.11695116494903, + ], + [ + -114.04207933102866, + 40.99996988845, + ], + [ + -112.79911797340594, + 41.000238462792574, + ], + [ + -112.4933128689605, + 41.07667472068794, + ], + [ + -112.2636001144475, + 40.773400573058126, + ], + ], + ], + "type": "Polygon", + }, + "id": "49045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19057 { + "geometry": { + "coordinates": [ + [ + [ + -90.94912790507196, + 41.07269982041791, + ], + [ + -90.94912790507196, + 41.07060494054586, + ], + [ + -90.96240817369224, + 40.92584336990074, + ], + [ + -91.0901858933901, + 40.824644557620445, + ], + [ + -91.11279824266248, + 40.69631973674059, + ], + [ + -91.26498294252734, + 40.754278079867156, + ], + [ + -91.40927126645583, + 40.81266614194183, + ], + [ + -91.37194294384746, + 40.81261242707332, + ], + [ + -91.37086616531069, + 41.07409640699927, + ], + [ + -90.94912790507196, + 41.07269982041791, + ], + ], + ], + "type": "Polygon", + }, + "id": "19057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17071 { + "geometry": { + "coordinates": [ + [ + [ + -90.78545756748144, + 41.06872492014787, + ], + [ + -90.78976468162857, + 40.63572936505685, + ], + [ + -90.90426213270614, + 40.639167116641744, + ], + [ + -91.18530133080564, + 40.63777053006038, + ], + [ + -91.11279824266248, + 40.69631973674059, + ], + [ + -91.0901858933901, + 40.824644557620445, + ], + [ + -90.96240817369224, + 40.92584336990074, + ], + [ + -90.94912790507196, + 41.07060494054586, + ], + [ + -90.78545756748144, + 41.06872492014787, + ], + ], + ], + "type": "Polygon", + }, + "id": "17071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17187 { + "geometry": { + "coordinates": [ + [ + [ + -90.43981165717516, + 41.063998011718645, + ], + [ + -90.4444776975012, + 40.71463650690385, + ], + [ + -90.44555447603798, + 40.62783327938529, + ], + [ + -90.78976468162857, + 40.63572936505685, + ], + [ + -90.78545756748144, + 41.06872492014787, + ], + [ + -90.43981165717516, + 41.063998011718645, + ], + ], + ], + "type": "Polygon", + }, + "id": "17187", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39005 { + "geometry": { + "coordinates": [ + [ + [ + -82.17158819942264, + 41.06351457790202, + ], + [ + -82.12923491030932, + 40.991751513567365, + ], + [ + -82.1263635008779, + 40.66817314563927, + ], + [ + -82.22076108593559, + 40.667582282085625, + ], + [ + -82.22004323357774, + 40.5682097753348, + ], + [ + -82.3370531679078, + 40.554995917680365, + ], + [ + -82.33920672498135, + 40.72661492258247, + ], + [ + -82.41637585345057, + 40.826793152361, + ], + [ + -82.43288645768119, + 40.99287952580616, + ], + [ + -82.43611679329153, + 41.06534088343149, + ], + [ + -82.33633531554995, + 41.06571688751109, + ], + [ + -82.17158819942264, + 41.06351457790202, + ], + ], + ], + "type": "Polygon", + }, + "id": "39005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31025 { + "geometry": { + "coordinates": [ + [ + [ + -95.87933789880735, + 41.05325503801585, + ], + [ + -95.81329548188486, + 40.90167167906946, + ], + [ + -95.8341132002626, + 40.78376754268132, + ], + [ + -96.46366971809981, + 40.78392868728686, + ], + [ + -96.46402864427874, + 41.01597691926716, + ], + [ + -96.3190224679924, + 41.0449829482647, + ], + [ + -96.20775535252517, + 40.995618984100375, + ], + [ + -96.0340350819247, + 41.06593174698514, + ], + [ + -95.87933789880735, + 41.05325503801585, + ], + ], + ], + "type": "Polygon", + }, + "id": "31025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31185 { + "geometry": { + "coordinates": [ + [ + [ + -97.36816368899477, + 41.04691668353121, + ], + [ + -97.3685226151737, + 40.698629476086694, + ], + [ + -97.82471778858937, + 40.698522046349666, + ], + [ + -97.82579456712615, + 40.698522046349666, + ], + [ + -97.82615349330507, + 41.046594394320124, + ], + [ + -97.36816368899477, + 41.04691668353121, + ], + ], + ], + "type": "Polygon", + }, + "id": "31185", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31079 { + "geometry": { + "coordinates": [ + [ + [ + -98.2870147070468, + 41.04637953484607, + ], + [ + -98.2830665190786, + 40.872289645992325, + ], + [ + -98.2830665190786, + 40.698253472007096, + ], + [ + -98.72131538354795, + 40.698898050429264, + ], + [ + -98.7220332359058, + 41.04664810918864, + ], + [ + -98.2870147070468, + 41.04637953484607, + ], + ], + ], + "type": "Polygon", + }, + "id": "31079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31047 { + "geometry": { + "coordinates": [ + [ + [ + -99.42624639895973, + 41.046486964583096, + ], + [ + -99.41727324448657, + 40.670751459327946, + ], + [ + -99.64339673721031, + 40.68487846974712, + ], + [ + -99.98186412393807, + 40.699972347799545, + ], + [ + -100.22342144235564, + 40.700240922142115, + ], + [ + -100.22449822089243, + 41.046594394320124, + ], + [ + -99.42624639895973, + 41.046486964583096, + ], + ], + ], + "type": "Polygon", + }, + "id": "31047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31019 { + "geometry": { + "coordinates": [ + [ + [ + -98.74859377314637, + 41.04664810918864, + ], + [ + -98.7220332359058, + 41.04664810918864, + ], + [ + -98.72131538354795, + 40.698898050429264, + ], + [ + -98.72454571915829, + 40.68976652278189, + ], + [ + -98.90652129187406, + 40.652703263507256, + ], + [ + -99.17930518785825, + 40.66269422905086, + ], + [ + -99.41727324448657, + 40.670751459327946, + ], + [ + -99.42624639895973, + 41.046486964583096, + ], + [ + -99.20766035599345, + 41.04697039839972, + ], + [ + -98.74859377314637, + 41.04664810918864, + ], + ], + ], + "type": "Polygon", + }, + "id": "31019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31159 { + "geometry": { + "coordinates": [ + [ + [ + -96.91089173704232, + 41.0461109605035, + ], + [ + -96.91340422029481, + 40.697984897664526, + ], + [ + -97.3685226151737, + 40.698629476086694, + ], + [ + -97.36816368899477, + 41.04691668353121, + ], + [ + -96.91089173704232, + 41.0461109605035, + ], + ], + ], + "type": "Polygon", + }, + "id": "31159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31109 { + "geometry": { + "coordinates": [ + [ + [ + -96.46402864427874, + 41.01597691926716, + ], + [ + -96.46366971809981, + 40.78392868728686, + ], + [ + -96.46366971809981, + 40.522981856046044, + ], + [ + -96.91268636793696, + 40.52362643446821, + ], + [ + -96.91340422029481, + 40.697984897664526, + ], + [ + -96.91089173704232, + 41.0461109605035, + ], + [ + -96.90837925378983, + 41.046057245634984, + ], + [ + -96.46402864427874, + 41.04509037800173, + ], + [ + -96.46402864427874, + 41.01597691926716, + ], + ], + ], + "type": "Polygon", + }, + "id": "31109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18169 { + "geometry": { + "coordinates": [ + [ + [ + -85.684398712577, + 41.04670182405715, + ], + [ + -85.64384005435831, + 41.002279627796106, + ], + [ + -85.63881508785333, + 40.65313298245537, + ], + [ + -85.86493858057707, + 40.6516826810055, + ], + [ + -85.9395952257938, + 40.650984387714814, + ], + [ + -85.94641482319341, + 40.999217880290814, + ], + [ + -85.94569697083556, + 41.04288806839266, + ], + [ + -85.684398712577, + 41.04670182405715, + ], + ], + ], + "type": "Polygon", + }, + "id": "18169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17075 { + "geometry": { + "coordinates": [ + [ + [ + -87.52604893664925, + 41.0103368580732, + ], + [ + -87.52604893664925, + 40.73692817733715, + ], + [ + -87.52640786282818, + 40.49118265388579, + ], + [ + -87.93558370680447, + 40.48591859677141, + ], + [ + -88.11791820569917, + 40.48806719151197, + ], + [ + -88.1319163266773, + 40.997767578840936, + ], + [ + -87.52604893664925, + 41.0103368580732, + ], + ], + ], + "type": "Polygon", + }, + "id": "17075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18069 { + "geometry": { + "coordinates": [ + [ + [ + -85.33552246666038, + 41.005180230695856, + ], + [ + -85.33588139283931, + 40.91703413146445, + ], + [ + -85.33480461430253, + 40.654422139299704, + ], + [ + -85.44894313920118, + 40.653616416271994, + ], + [ + -85.63881508785333, + 40.65313298245537, + ], + [ + -85.64384005435831, + 41.002279627796106, + ], + [ + -85.33552246666038, + 41.005180230695856, + ], + ], + ], + "type": "Polygon", + }, + "id": "18069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08123 { + "geometry": { + "coordinates": [ + [ + [ + -103.58189369857158, + 40.52335786012564, + ], + [ + -104.14792028273878, + 40.524324727758895, + ], + [ + -104.15043276599127, + 40.00081961922184, + ], + [ + -104.96160593036532, + 40.0002824705367, + ], + [ + -105.05277317981268, + 40.00022875566819, + ], + [ + -105.05492673688623, + 40.26176645046266, + ], + [ + -105.05672136778087, + 40.3492679712719, + ], + [ + -104.94545425231362, + 40.34910682666636, + ], + [ + -104.94330069524007, + 40.99819729778905, + ], + [ + -104.0535226976811, + 41.00136647503137, + ], + [ + -103.57435624881413, + 41.001742479110966, + ], + [ + -103.58189369857158, + 40.52335786012564, + ], + ], + ], + "type": "Polygon", + }, + "id": "08123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31135 { + "geometry": { + "coordinates": [ + [ + [ + -101.25030924026457, + 41.00389107385152, + ], + [ + -101.24779675701208, + 40.69777003819047, + ], + [ + -101.34542467768011, + 40.698092327401554, + ], + [ + -102.0517913978076, + 40.697555178716414, + ], + [ + -102.0517913978076, + 40.74960488630644, + ], + [ + -102.05250925016546, + 41.00233334266462, + ], + [ + -102.0517913978076, + 41.003837358983006, + ], + [ + -101.25030924026457, + 41.00389107385152, + ], + ], + ], + "type": "Polygon", + }, + "id": "31135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08107 { + "geometry": { + "coordinates": [ + [ + [ + -106.65214823310947, + 40.444558148015666, + ], + [ + -106.63240729326851, + 40.341533030205895, + ], + [ + -106.62666447440569, + 39.92470565053756, + ], + [ + -107.0318921304138, + 39.91890444473806, + ], + [ + -107.03727602309769, + 40.091544032141925, + ], + [ + -107.03799387545554, + 40.22470319118803, + ], + [ + -107.43927334349544, + 40.22330660460666, + ], + [ + -107.42886448430657, + 40.54221177897404, + ], + [ + -107.31400810705007, + 40.600277551837635, + ], + [ + -107.31795629501826, + 41.00287049134975, + ], + [ + -106.85888971217118, + 41.00260191700718, + ], + [ + -106.84955763151909, + 40.924231923845326, + ], + [ + -106.6930658175071, + 40.88824296194097, + ], + [ + -106.63599655505779, + 40.79241563651206, + ], + [ + -106.70239789815919, + 40.578361885483936, + ], + [ + -106.65214823310947, + 40.444558148015666, + ], + ], + ], + "type": "Polygon", + }, + "id": "08107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08057 { + "geometry": { + "coordinates": [ + [ + [ + -105.85497318971356, + 40.4862408859825, + ], + [ + -105.95977963396012, + 40.34808624416459, + ], + [ + -106.01864352730408, + 40.373224802629124, + ], + [ + -106.23005104669183, + 40.323323689779656, + ], + [ + -106.26522581222663, + 40.3604406639228, + ], + [ + -106.45150849908953, + 40.351738855223545, + ], + [ + -106.48991360023467, + 40.41157721874809, + ], + [ + -106.6119485010697, + 40.37918715303418, + ], + [ + -106.65214823310947, + 40.444558148015666, + ], + [ + -106.70239789815919, + 40.578361885483936, + ], + [ + -106.63599655505779, + 40.79241563651206, + ], + [ + -106.6930658175071, + 40.88824296194097, + ], + [ + -106.84955763151909, + 40.924231923845326, + ], + [ + -106.85888971217118, + 41.00260191700718, + ], + [ + -106.3201415176024, + 40.999110450553786, + ], + [ + -106.19056916700991, + 40.99792872344648, + ], + [ + -106.185185274326, + 40.93395431504635, + ], + [ + -105.99495439949493, + 40.732093839170886, + ], + [ + -105.85497318971356, + 40.4862408859825, + ], + ], + ], + "type": "Polygon", + }, + "id": "08057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08081 { + "geometry": { + "coordinates": [ + [ + [ + -107.31795629501826, + 41.00287049134975, + ], + [ + -107.31400810705007, + 40.600277551837635, + ], + [ + -107.42886448430657, + 40.54221177897404, + ], + [ + -107.43927334349544, + 40.22330660460666, + ], + [ + -108.11333670751955, + 40.221641443682735, + ], + [ + -109.05085188687576, + 40.22260831131598, + ], + [ + -109.04833940362327, + 40.653616416271994, + ], + [ + -109.05049296069683, + 41.000668181740686, + ], + [ + -107.91843979236242, + 41.002011053453536, + ], + [ + -107.31795629501826, + 41.00287049134975, + ], + ], + ], + "type": "Polygon", + }, + "id": "08081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08075 { + "geometry": { + "coordinates": [ + [ + [ + -102.66483731141419, + 40.438434653005075, + ], + [ + -102.78005261484962, + 40.438434653005075, + ], + [ + -103.46560161659937, + 40.43633977313303, + ], + [ + -103.46739624749401, + 40.523250430388615, + ], + [ + -103.58189369857158, + 40.52335786012564, + ], + [ + -103.57435624881413, + 41.001742479110966, + ], + [ + -103.3823307430884, + 41.002279627796106, + ], + [ + -102.65371059986747, + 41.00233334266462, + ], + [ + -102.65119811661498, + 40.7494437417009, + ], + [ + -102.66483731141419, + 40.438434653005075, + ], + ], + ], + "type": "Polygon", + }, + "id": "08075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08115 { + "geometry": { + "coordinates": [ + [ + [ + -102.0517913978076, + 40.74960488630644, + ], + [ + -102.65119811661498, + 40.7494437417009, + ], + [ + -102.65371059986747, + 41.00233334266462, + ], + [ + -102.62104831758515, + 41.00238705753313, + ], + [ + -102.05250925016546, + 41.00233334266462, + ], + [ + -102.0517913978076, + 40.74960488630644, + ], + ], + ], + "type": "Polygon", + }, + "id": "08115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49009 { + "geometry": { + "coordinates": [ + [ + [ + -109.04833940362327, + 40.653616416271994, + ], + [ + -109.16140114998514, + 40.68380417237684, + ], + [ + -109.20375443909847, + 40.85864606938978, + ], + [ + -109.39434424010848, + 40.85805520583612, + ], + [ + -109.48407578484013, + 40.7394527761573, + ], + [ + -109.58062692697138, + 40.82534285091113, + ], + [ + -109.87028035336512, + 40.76378561159413, + ], + [ + -109.97759928086417, + 40.80981925391059, + ], + [ + -110.00057055631547, + 40.813740439312106, + ], + [ + -110.00057055631547, + 40.99766014910391, + ], + [ + -109.05049296069683, + 41.000668181740686, + ], + [ + -109.04833940362327, + 40.653616416271994, + ], + ], + ], + "type": "Polygon", + }, + "id": "49009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 32011 { + "geometry": { + "coordinates": [ + [ + [ + -115.83527452094582, + 40.12785528325736, + ], + [ + -115.79471586272712, + 39.85305001593994, + ], + [ + -115.83096740679869, + 39.73503844981478, + ], + [ + -115.81338002403129, + 39.59349977128049, + ], + [ + -115.90777760908898, + 39.46442294224145, + ], + [ + -115.90705975673113, + 39.161847087902316, + ], + [ + -116.6008640605962, + 39.16147108382272, + ], + [ + -116.59045520140732, + 40.071078667238105, + ], + [ + -116.596915872628, + 40.9464698794101, + ], + [ + -116.58722486579698, + 41.000399607398116, + ], + [ + -116.15830808197973, + 40.99991617358149, + ], + [ + -116.15794915580081, + 40.66640055497832, + ], + [ + -116.00073948943097, + 40.127371849440735, + ], + [ + -115.83527452094582, + 40.12785528325736, + ], + ], + ], + "type": "Polygon", + }, + "id": "32011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 32015 { + "geometry": { + "coordinates": [ + [ + [ + -116.58722486579698, + 41.000399607398116, + ], + [ + -116.596915872628, + 40.9464698794101, + ], + [ + -116.59045520140732, + 40.071078667238105, + ], + [ + -116.6008640605962, + 39.16147108382272, + ], + [ + -117.33199668706962, + 39.16340481908922, + ], + [ + -117.77562944422286, + 39.09341434541553, + ], + [ + -117.7207137388471, + 39.21287621299058, + ], + [ + -117.76306702796043, + 39.35291087520647, + ], + [ + -117.59006460971783, + 39.51797666614986, + ], + [ + -117.49459024612335, + 39.53398369696703, + ], + [ + -117.46372259473567, + 39.632711625295684, + ], + [ + -117.49566702466014, + 39.74921917510246, + ], + [ + -117.46874756124065, + 39.92142904355821, + ], + [ + -117.54196850174166, + 40.000980763827386, + ], + [ + -117.30041118332409, + 40.52615103328837, + ], + [ + -117.24693118266401, + 40.64244372362109, + ], + [ + -117.01865413286671, + 40.64298087230623, + ], + [ + -117.0182952066878, + 41.000238462792574, + ], + [ + -116.58722486579698, + 41.000399607398116, + ], + ], + ], + "type": "Polygon", + }, + "id": "32015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08069 { + "geometry": { + "coordinates": [ + [ + [ + -105.05492673688623, + 40.26176645046266, + ], + [ + -105.65325667715683, + 40.26042357874981, + ], + [ + -105.85497318971356, + 40.4862408859825, + ], + [ + -105.99495439949493, + 40.732093839170886, + ], + [ + -106.185185274326, + 40.93395431504635, + ], + [ + -106.19056916700991, + 40.99792872344648, + ], + [ + -105.27710204164178, + 40.99825101265756, + ], + [ + -104.94330069524007, + 40.99819729778905, + ], + [ + -104.94545425231362, + 40.34910682666636, + ], + [ + -105.05672136778087, + 40.3492679712719, + ], + [ + -105.05492673688623, + 40.26176645046266, + ], + ], + ], + "type": "Polygon", + }, + "id": "08069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18103 { + "geometry": { + "coordinates": [ + [ + [ + -85.94641482319341, + 40.999217880290814, + ], + [ + -85.9395952257938, + 40.650984387714814, + ], + [ + -85.86493858057707, + 40.6516826810055, + ], + [ + -85.86386180204029, + 40.565524031909106, + ], + [ + -86.16500086615969, + 40.56267714387786, + ], + [ + -86.16894905412788, + 40.90962147960953, + ], + [ + -86.16894905412788, + 40.996102417917, + ], + [ + -85.94641482319341, + 40.999217880290814, + ], + ], + ], + "type": "Polygon", + }, + "id": "18103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39033 { + "geometry": { + "coordinates": [ + [ + [ + -82.7246934411485, + 40.995618984100375, + ], + [ + -82.72720592440098, + 40.71119875531896, + ], + [ + -82.85821397970918, + 40.704967830571334, + ], + [ + -83.11125693585241, + 40.702872950699295, + ], + [ + -83.11269264056813, + 40.9934166744913, + ], + [ + -82.82949988539505, + 40.99663956660214, + ], + [ + -82.7246934411485, + 40.995618984100375, + ], + ], + ], + "type": "Polygon", + }, + "id": "39033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17053 { + "geometry": { + "coordinates": [ + [ + [ + -87.93558370680447, + 40.48591859677141, + ], + [ + -87.93271229737306, + 40.399545088200966, + ], + [ + -88.46033378039512, + 40.398846794910284, + ], + [ + -88.45925700185833, + 40.61730516515656, + ], + [ + -88.23492814002923, + 40.61811088818427, + ], + [ + -88.24713163011273, + 40.99475954620415, + ], + [ + -88.1319163266773, + 40.997767578840936, + ], + [ + -88.11791820569917, + 40.48806719151197, + ], + [ + -87.93558370680447, + 40.48591859677141, + ], + ], + ], + "type": "Polygon", + }, + "id": "17053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39139 { + "geometry": { + "coordinates": [ + [ + [ + -82.43288645768119, + 40.99287952580616, + ], + [ + -82.41637585345057, + 40.826793152361, + ], + [ + -82.33920672498135, + 40.72661492258247, + ], + [ + -82.3370531679078, + 40.554995917680365, + ], + [ + -82.6234762586912, + 40.54989300517154, + ], + [ + -82.62706552048047, + 40.709426164658, + ], + [ + -82.72720592440098, + 40.71119875531896, + ], + [ + -82.7246934411485, + 40.995618984100375, + ], + [ + -82.43288645768119, + 40.99287952580616, + ], + ], + ], + "type": "Polygon", + }, + "id": "39139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39175 { + "geometry": { + "coordinates": [ + [ + [ + -83.11269264056813, + 40.9934166744913, + ], + [ + -83.11125693585241, + 40.702872950699295, + ], + [ + -83.41993344972927, + 40.686812205013624, + ], + [ + -83.49566687348278, + 40.701583793854965, + ], + [ + -83.51576673950267, + 40.818091343661735, + ], + [ + -83.42029237590819, + 40.99180522843588, + ], + [ + -83.11269264056813, + 40.9934166744913, + ], + ], + ], + "type": "Polygon", + }, + "id": "39175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39169 { + "geometry": { + "coordinates": [ + [ + [ + -81.68847356258749, + 40.988582336325045, + ], + [ + -81.64755597818986, + 40.91440210290727, + ], + [ + -81.65006846144234, + 40.668065715902245, + ], + [ + -82.1263635008779, + 40.66817314563927, + ], + [ + -82.12923491030932, + 40.991751513567365, + ], + [ + -81.68847356258749, + 40.988582336325045, + ], + ], + ], + "type": "Polygon", + }, + "id": "39169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39161 { + "geometry": { + "coordinates": [ + [ + [ + -84.39944299201989, + 40.99024749724897, + ], + [ + -84.34057909867592, + 40.85907578833789, + ], + [ + -84.39728943494632, + 40.81594274892118, + ], + [ + -84.3969305087674, + 40.68493218461563, + ], + [ + -84.45615332829028, + 40.68487846974712, + ], + [ + -84.45615332829028, + 40.728226368637884, + ], + [ + -84.80215816477549, + 40.728118938900856, + ], + [ + -84.80287601713334, + 40.92256676292139, + ], + [ + -84.80323494331228, + 40.989388059352756, + ], + [ + -84.39944299201989, + 40.99024749724897, + ], + ], + ], + "type": "Polygon", + }, + "id": "39161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39151 { + "geometry": { + "coordinates": [ + [ + [ + -81.08691328670655, + 40.98815261737693, + ], + [ + -81.08655436052763, + 40.901617964200945, + ], + [ + -81.08727221288548, + 40.727850364558286, + ], + [ + -81.23730335567679, + 40.72355317507717, + ], + [ + -81.31770281975633, + 40.65157525126847, + ], + [ + -81.64899168290556, + 40.63460135281805, + ], + [ + -81.65006846144234, + 40.668065715902245, + ], + [ + -81.64755597818986, + 40.91440210290727, + ], + [ + -81.41999678075041, + 40.906667161841256, + ], + [ + -81.39343624350984, + 40.98852862145653, + ], + [ + -81.08691328670655, + 40.98815261737693, + ], + ], + ], + "type": "Polygon", + }, + "id": "39151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17143 { + "geometry": { + "coordinates": [ + [ + [ + -89.63868842581105, + 40.97370331774668, + ], + [ + -89.44773969862212, + 40.97321988393006, + ], + [ + -89.47214667878912, + 40.92122389120854, + ], + [ + -89.55505862612115, + 40.747617436171424, + ], + [ + -89.68283634581901, + 40.552363889123185, + ], + [ + -89.87234936829225, + 40.51309832023948, + ], + [ + -89.87378507300795, + 40.623750949378234, + ], + [ + -89.98864145026445, + 40.62579211438177, + ], + [ + -89.98612896701196, + 40.71227305268924, + ], + [ + -89.98541111465411, + 40.97472390024844, + ], + [ + -89.63868842581105, + 40.97370331774668, + ], + ], + ], + "type": "Polygon", + }, + "id": "17143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42095 { + "geometry": { + "coordinates": [ + [ + [ + -75.1969346905215, + 40.608495926720266, + ], + [ + -75.33404449087146, + 40.536786577254134, + ], + [ + -75.43023670682378, + 40.67332977301662, + ], + [ + -75.48407563366277, + 40.65533529206444, + ], + [ + -75.60898194392921, + 40.78736643887176, + ], + [ + -75.47402570065282, + 40.81476102181387, + ], + [ + -75.28774301378994, + 40.86401755624117, + ], + [ + -75.12048341441015, + 40.96822440115825, + ], + [ + -75.05013388334054, + 40.87051705533136, + ], + [ + -75.1725277103545, + 40.77796633688181, + ], + [ + -75.1969346905215, + 40.608495926720266, + ], + ], + ], + "type": "Polygon", + }, + "id": "42095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 32027 { + "geometry": { + "coordinates": [ + [ + [ + -117.30041118332409, + 40.52615103328837, + ], + [ + -117.54196850174166, + 40.000980763827386, + ], + [ + -118.50101925183347, + 39.998617309612776, + ], + [ + -119.22497335472836, + 39.99931560290345, + ], + [ + -119.33911187962701, + 39.998617309612776, + ], + [ + -119.33839402726916, + 40.517825228668706, + ], + [ + -119.31291026856536, + 40.51830866248533, + ], + [ + -119.30967993295502, + 40.96038203035522, + ], + [ + -118.78672449025902, + 40.960865464171846, + ], + [ + -118.78672449025902, + 40.85585289622705, + ], + [ + -117.64426246273574, + 40.85784034636207, + ], + [ + -117.64426246273574, + 40.68434132106198, + ], + [ + -117.30938433779724, + 40.68353559803427, + ], + [ + -117.30041118332409, + 40.52615103328837, + ], + ], + ], + "type": "Polygon", + }, + "id": "32027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42107 { + "geometry": { + "coordinates": [ + [ + [ + -75.99734006952777, + 40.91295180145739, + ], + [ + -75.75793630818374, + 40.735424161018756, + ], + [ + -75.89145684674442, + 40.67719724354962, + ], + [ + -76.17177819248607, + 40.53496027172466, + ], + [ + -76.44025497432315, + 40.495909562315006, + ], + [ + -76.5353704117387, + 40.55515706228591, + ], + [ + -76.7015532325817, + 40.65796732062162, + ], + [ + -76.38031430244241, + 40.77549545293017, + ], + [ + -76.3070933619414, + 40.80181573850201, + ], + [ + -76.20767081037873, + 40.94969277152094, + ], + [ + -75.99734006952777, + 40.91295180145739, + ], + ], + ], + "type": "Polygon", + }, + "id": "42107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39029 { + "geometry": { + "coordinates": [ + [ + [ + -80.51945099782364, + 40.89957679919742, + ], + [ + -80.51873314546579, + 40.851448277008906, + ], + [ + -80.5190920716447, + 40.638629967956604, + ], + [ + -80.66804643589924, + 40.58239050062248, + ], + [ + -80.86186657251959, + 40.59941811394141, + ], + [ + -80.91714120407428, + 40.72693721179355, + ], + [ + -81.08727221288548, + 40.727850364558286, + ], + [ + -81.08655436052763, + 40.901617964200945, + ], + [ + -80.51945099782364, + 40.89957679919742, + ], + ], + ], + "type": "Polygon", + }, + "id": "39029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17203 { + "geometry": { + "coordinates": [ + [ + [ + -88.92945029625214, + 40.75325749736539, + ], + [ + -88.98472492780684, + 40.66495025352844, + ], + [ + -89.13367929206136, + 40.59673237051571, + ], + [ + -89.2693533876956, + 40.59420777169555, + ], + [ + -89.3274994286817, + 40.615371429890054, + ], + [ + -89.33072976429204, + 40.74836944433062, + ], + [ + -89.55505862612115, + 40.747617436171424, + ], + [ + -89.47214667878912, + 40.92122389120854, + ], + [ + -89.04753700911898, + 40.92595079963777, + ], + [ + -88.93124492714678, + 40.927777105167245, + ], + [ + -88.92945029625214, + 40.75325749736539, + ], + ], + ], + "type": "Polygon", + }, + "id": "17203", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18001 { + "geometry": { + "coordinates": [ + [ + [ + -84.80215816477549, + 40.728118938900856, + ], + [ + -84.80251709095442, + 40.57218467560483, + ], + [ + -85.06884031571794, + 40.5682097753348, + ], + [ + -85.07386528222291, + 40.917786139623644, + ], + [ + -84.80287601713334, + 40.92256676292139, + ], + [ + -84.80215816477549, + 40.728118938900856, + ], + ], + ], + "type": "Polygon", + }, + "id": "18001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39003 { + "geometry": { + "coordinates": [ + [ + [ + -83.88043573729206, + 40.92041816818083, + ], + [ + -83.88007681111313, + 40.81991764919121, + ], + [ + -83.88007681111313, + 40.64464603323016, + ], + [ + -84.10763600855257, + 40.64298087230623, + ], + [ + -84.22285131198801, + 40.6859527671174, + ], + [ + -84.3969305087674, + 40.68493218461563, + ], + [ + -84.39728943494632, + 40.81594274892118, + ], + [ + -84.34057909867592, + 40.85907578833789, + ], + [ + -84.10943063944721, + 40.861009523604395, + ], + [ + -84.10943063944721, + 40.90467971170624, + ], + [ + -83.88043573729206, + 40.92041816818083, + ], + ], + ], + "type": "Polygon", + }, + "id": "39003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49035 { + "geometry": { + "coordinates": [ + [ + [ + -111.73849111467793, + 40.86106323847291, + ], + [ + -111.6408631940099, + 40.7990762802078, + ], + [ + -111.55292628017288, + 40.60935536461649, + ], + [ + -111.59384386457052, + 40.57707272863961, + ], + [ + -111.76074453777137, + 40.529212780793664, + ], + [ + -111.98256091634799, + 40.41458525138488, + ], + [ + -112.03352843375556, + 40.46266005870487, + ], + [ + -112.173150717358, + 40.466957248185984, + ], + [ + -112.20796655671388, + 40.71571080427413, + ], + [ + -112.2636001144475, + 40.773400573058126, + ], + [ + -112.00660897033607, + 40.921814754762195, + ], + [ + -111.94128440577144, + 40.822227388537314, + ], + [ + -111.73849111467793, + 40.86106323847291, + ], + ], + ], + "type": "Polygon", + }, + "id": "49035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36005 { + "geometry": { + "coordinates": [ + [ + [ + -73.79389225709754, + 40.88362348324877, + ], + [ + -73.79819937124466, + 40.815996463789695, + ], + [ + -73.91485037939579, + 40.797142544941295, + ], + [ + -73.9245413862268, + 40.87900400455656, + ], + [ + -73.91054326524868, + 40.91520782593498, + ], + [ + -73.79389225709754, + 40.88362348324877, + ], + ], + ], + "type": "Polygon", + }, + "id": "36005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18179 { + "geometry": { + "coordinates": [ + [ + [ + -85.07386528222291, + 40.917786139623644, + ], + [ + -85.06884031571794, + 40.5682097753348, + ], + [ + -85.20128407574184, + 40.56724290770155, + ], + [ + -85.44714850830654, + 40.566920618490464, + ], + [ + -85.44894313920118, + 40.653616416271994, + ], + [ + -85.33480461430253, + 40.654422139299704, + ], + [ + -85.33588139283931, + 40.91703413146445, + ], + [ + -85.07386528222291, + 40.917786139623644, + ], + ], + ], + "type": "Polygon", + }, + "id": "18179", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36059 { + "geometry": { + "coordinates": [ + [ + [ + -73.46403909866402, + 40.859505507286, + ], + [ + -73.42419829280317, + 40.657483886805, + ], + [ + -73.73825869936393, + 40.594798635249205, + ], + [ + -73.76661386749912, + 40.62004462345077, + ], + [ + -73.74400151822674, + 40.63739452598078, + ], + [ + -73.70128930293448, + 40.75132376209889, + ], + [ + -73.74651400147923, + 40.78006121675385, + ], + [ + -73.71421064537584, + 40.869765047172166, + ], + [ + -73.56705091201594, + 40.91563754488308, + ], + [ + -73.46403909866402, + 40.859505507286, + ], + ], + ], + "type": "Polygon", + }, + "id": "36059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18181 { + "geometry": { + "coordinates": [ + [ + [ + -86.5813552337145, + 40.91091063645386, + ], + [ + -86.58171415989344, + 40.73574645022984, + ], + [ + -86.74789698073644, + 40.7375190408908, + ], + [ + -86.77122718236667, + 40.56208628032421, + ], + [ + -87.09533752193737, + 40.56289200335192, + ], + [ + -87.09892678372663, + 40.73655217325755, + ], + [ + -87.09964463608448, + 40.837643555800824, + ], + [ + -86.98658288972261, + 40.837912130143394, + ], + [ + -86.93059040581007, + 40.912414652772256, + ], + [ + -86.5813552337145, + 40.91091063645386, + ], + ], + ], + "type": "Polygon", + }, + "id": "18181", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18017 { + "geometry": { + "coordinates": [ + [ + [ + -86.46865241353157, + 40.9098900539521, + ], + [ + -86.16894905412788, + 40.90962147960953, + ], + [ + -86.16500086615969, + 40.56267714387786, + ], + [ + -86.37425482847388, + 40.56138798703353, + ], + [ + -86.37353697611603, + 40.69245226620759, + ], + [ + -86.52500382362304, + 40.692398551339075, + ], + [ + -86.58171415989344, + 40.73574645022984, + ], + [ + -86.5813552337145, + 40.91091063645386, + ], + [ + -86.46865241353157, + 40.9098900539521, + ], + ], + ], + "type": "Polygon", + }, + "id": "18017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42063 { + "geometry": { + "coordinates": [ + [ + [ + -78.80521956727033, + 40.90591515368206, + ], + [ + -78.80163030548107, + 40.724520042710424, + ], + [ + -78.97463272372367, + 40.39589247714201, + ], + [ + -79.1006158125269, + 40.368605323936926, + ], + [ + -79.1573261487973, + 40.41259780124986, + ], + [ + -79.39457635306776, + 40.455945700140624, + ], + [ + -79.45020991080138, + 40.5301259335584, + ], + [ + -79.21511326360448, + 40.775925171878285, + ], + [ + -79.2154721897834, + 40.911340355401975, + ], + [ + -78.80521956727033, + 40.90591515368206, + ], + ], + ], + "type": "Polygon", + }, + "id": "42063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 34013 { + "geometry": { + "coordinates": [ + [ + [ + -74.27198192742773, + 40.89742820445686, + ], + [ + -74.13020608675174, + 40.819971364059725, + ], + [ + -74.14743454334021, + 40.786399571238505, + ], + [ + -74.1176436704893, + 40.73467215285956, + ], + [ + -74.15999695960264, + 40.68691963475065, + ], + [ + -74.37176340516932, + 40.73929163155176, + ], + [ + -74.33012796841383, + 40.90860089710776, + ], + [ + -74.27198192742773, + 40.89742820445686, + ], + ], + ], + "type": "Polygon", + }, + "id": "34013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19071 { + "geometry": { + "coordinates": [ + [ + [ + -95.38509655042546, + 40.90156424933243, + ], + [ + -95.37396983887874, + 40.5805104802245, + ], + [ + -95.76555830008763, + 40.58518367378521, + ], + [ + -95.88364501295447, + 40.74783229564548, + ], + [ + -95.8341132002626, + 40.78376754268132, + ], + [ + -95.81329548188486, + 40.90167167906946, + ], + [ + -95.38509655042546, + 40.90156424933243, + ], + ], + ], + "type": "Polygon", + }, + "id": "19071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19145 { + "geometry": { + "coordinates": [ + [ + [ + -94.92854245083086, + 40.90065109656769, + ], + [ + -94.91490325603165, + 40.57508527850459, + ], + [ + -95.20240312535184, + 40.578469315220964, + ], + [ + -95.37396983887874, + 40.5805104802245, + ], + [ + -95.38509655042546, + 40.90156424933243, + ], + [ + -94.92854245083086, + 40.90065109656769, + ], + ], + ], + "type": "Polygon", + }, + "id": "19145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19173 { + "geometry": { + "coordinates": [ + [ + [ + -94.47091157269948, + 40.89946936946039, + ], + [ + -94.47127049887841, + 40.570788089023466, + ], + [ + -94.63242835321644, + 40.571325237708606, + ], + [ + -94.91490325603165, + 40.57508527850459, + ], + [ + -94.92854245083086, + 40.90065109656769, + ], + [ + -94.47091157269948, + 40.89946936946039, + ], + ], + ], + "type": "Polygon", + }, + "id": "19173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19177 { + "geometry": { + "coordinates": [ + [ + [ + -91.71866563269053, + 40.900812241173234, + ], + [ + -91.71866563269053, + 40.813471864969536, + ], + [ + -91.7168710017959, + 40.59850496117667, + ], + [ + -91.94299449451964, + 40.60581018329457, + ], + [ + -92.17988577261117, + 40.600546126180205, + ], + [ + -92.17916792025332, + 40.89973794380296, + ], + [ + -91.71866563269053, + 40.900812241173234, + ], + ], + ], + "type": "Polygon", + }, + "id": "19177", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19051 { + "geometry": { + "coordinates": [ + [ + [ + -92.17916792025332, + 40.89973794380296, + ], + [ + -92.17988577261117, + 40.600546126180205, + ], + [ + -92.35073463378022, + 40.59726951920085, + ], + [ + -92.63787557692149, + 40.590823734979175, + ], + [ + -92.63895235545826, + 40.89887850590674, + ], + [ + -92.17916792025332, + 40.89973794380296, + ], + ], + ], + "type": "Polygon", + }, + "id": "19051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19159 { + "geometry": { + "coordinates": [ + [ + [ + -94.01471639928381, + 40.896998485508746, + ], + [ + -94.01543425164166, + 40.57390355139728, + ], + [ + -94.23222566371331, + 40.57186238639375, + ], + [ + -94.47127049887841, + 40.570788089023466, + ], + [ + -94.47091157269948, + 40.89946936946039, + ], + [ + -94.01471639928381, + 40.896998485508746, + ], + ], + ], + "type": "Polygon", + }, + "id": "19159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19053 { + "geometry": { + "coordinates": [ + [ + [ + -93.55636766879458, + 40.89828764235308, + ], + [ + -93.55672659497351, + 40.58024190588193, + ], + [ + -93.774235859403, + 40.57755616245623, + ], + [ + -94.01543425164166, + 40.57390355139728, + ], + [ + -94.01471639928381, + 40.896998485508746, + ], + [ + -93.55636766879458, + 40.89828764235308, + ], + ], + ], + "type": "Polygon", + }, + "id": "19053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19185 { + "geometry": { + "coordinates": [ + [ + [ + -93.09766001212643, + 40.898448786958625, + ], + [ + -93.09730108594749, + 40.58394823180939, + ], + [ + -93.37439209607881, + 40.580349335618955, + ], + [ + -93.55672659497351, + 40.58024190588193, + ], + [ + -93.55636766879458, + 40.89828764235308, + ], + [ + -93.09766001212643, + 40.898448786958625, + ], + ], + ], + "type": "Polygon", + }, + "id": "19185", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19007 { + "geometry": { + "coordinates": [ + [ + [ + -92.63895235545826, + 40.89887850590674, + ], + [ + -92.63787557692149, + 40.590823734979175, + ], + [ + -92.71432685303284, + 40.58942714839782, + ], + [ + -93.09730108594749, + 40.58394823180939, + ], + [ + -93.09766001212643, + 40.898448786958625, + ], + [ + -92.63895235545826, + 40.89887850590674, + ], + ], + ], + "type": "Polygon", + }, + "id": "19007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42109 { + "geometry": { + "coordinates": [ + [ + [ + -76.8002579317865, + 40.88201203719335, + ], + [ + -76.8447647779734, + 40.716033093485215, + ], + [ + -76.93988021538894, + 40.638253963877006, + ], + [ + -77.03786706223589, + 40.679506982895724, + ], + [ + -77.28803860894772, + 40.69352656357786, + ], + [ + -77.35443995204913, + 40.70163750872348, + ], + [ + -77.35659350912269, + 40.80729465509043, + ], + [ + -76.94311055099928, + 40.88775952812434, + ], + [ + -76.8002579317865, + 40.88201203719335, + ], + ], + ], + "type": "Polygon", + }, + "id": "42109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36061 { + "geometry": { + "coordinates": [ + [ + [ + -73.91485037939579, + 40.797142544941295, + ], + [ + -74.0121193738849, + 40.70007977753657, + ], + [ + -73.9245413862268, + 40.87900400455656, + ], + [ + -73.91485037939579, + 40.797142544941295, + ], + ], + ], + "type": "Polygon", + }, + "id": "36061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49047 { + "geometry": { + "coordinates": [ + [ + [ + -109.04833940362327, + 40.653616416271994, + ], + [ + -109.05085188687576, + 40.22260831131598, + ], + [ + -109.05121081305468, + 39.660482212317405, + ], + [ + -109.05121081305468, + 39.49767244585159, + ], + [ + -109.10720329696723, + 39.46195205828981, + ], + [ + -110.02425968412462, + 39.46168348394724, + ], + [ + -110.0239007579457, + 39.46893499119662, + ], + [ + -110.03789887892383, + 39.56589032886431, + ], + [ + -109.99410988509479, + 39.7024335246268, + ], + [ + -109.88499632670111, + 39.80572721677915, + ], + [ + -109.96754934785422, + 39.80599579112172, + ], + [ + -109.97759928086417, + 40.80981925391059, + ], + [ + -109.87028035336512, + 40.76378561159413, + ], + [ + -109.58062692697138, + 40.82534285091113, + ], + [ + -109.48407578484013, + 40.7394527761573, + ], + [ + -109.39434424010848, + 40.85805520583612, + ], + [ + -109.20375443909847, + 40.85864606938978, + ], + [ + -109.16140114998514, + 40.68380417237684, + ], + [ + -109.04833940362327, + 40.653616416271994, + ], + ], + ], + "type": "Polygon", + }, + "id": "49047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42007 { + "geometry": { + "coordinates": [ + [ + [ + -80.1583712618235, + 40.85510088806785, + ], + [ + -80.14868025499248, + 40.67451150012393, + ], + [ + -80.17775327548554, + 40.60919422001095, + ], + [ + -80.3608056267381, + 40.47753907728324, + ], + [ + -80.5190920716447, + 40.4773779326777, + ], + [ + -80.5190920716447, + 40.638629967956604, + ], + [ + -80.51873314546579, + 40.851448277008906, + ], + [ + -80.1583712618235, + 40.85510088806785, + ], + ], + ], + "type": "Polygon", + }, + "id": "42007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42087 { + "geometry": { + "coordinates": [ + [ + [ + -77.75177123212084, + 40.3788648638231, + ], + [ + -77.91364693881673, + 40.3981485016196, + ], + [ + -77.81637794432763, + 40.49956217337396, + ], + [ + -77.84186170303141, + 40.55000043490857, + ], + [ + -77.68716451991406, + 40.676767524601516, + ], + [ + -77.68142170105124, + 40.72973038495628, + ], + [ + -77.36413095888015, + 40.846936228053735, + ], + [ + -77.35659350912269, + 40.80729465509043, + ], + [ + -77.35443995204913, + 40.70163750872348, + ], + [ + -77.28803860894772, + 40.69352656357786, + ], + [ + -77.49765149744083, + 40.5816922073318, + ], + [ + -77.75177123212084, + 40.3788648638231, + ], + ], + ], + "type": "Polygon", + }, + "id": "42087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49013 { + "geometry": { + "coordinates": [ + [ + [ + -110.00057055631547, + 40.813740439312106, + ], + [ + -109.97759928086417, + 40.80981925391059, + ], + [ + -109.96754934785422, + 39.80599579112172, + ], + [ + -110.85804519777105, + 39.81244157534339, + ], + [ + -110.89214318476907, + 39.89913737312492, + ], + [ + -110.90183419160009, + 40.67816411118287, + ], + [ + -110.75108519645093, + 40.747617436171424, + ], + [ + -110.65740546375109, + 40.740580788396095, + ], + [ + -110.37493056093588, + 40.788279591636496, + ], + [ + -110.26186881457402, + 40.83549496106026, + ], + [ + -110.00057055631547, + 40.813740439312106, + ], + ], + ], + "type": "Polygon", + }, + "id": "49013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39065 { + "geometry": { + "coordinates": [ + [ + [ + -83.51576673950267, + 40.818091343661735, + ], + [ + -83.49566687348278, + 40.701583793854965, + ], + [ + -83.41993344972927, + 40.686812205013624, + ], + [ + -83.41849774501355, + 40.505202234567925, + ], + [ + -83.52007385364978, + 40.50407422232913, + ], + [ + -83.88007681111313, + 40.53872031252064, + ], + [ + -83.88007681111313, + 40.64464603323016, + ], + [ + -83.88007681111313, + 40.81991764919121, + ], + [ + -83.51576673950267, + 40.818091343661735, + ], + ], + ], + "type": "Polygon", + }, + "id": "39065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 34017 { + "geometry": { + "coordinates": [ + [ + [ + -73.99273736022286, + 40.80084887086876, + ], + [ + -74.06847078397637, + 40.66376852642114, + ], + [ + -74.14384528155095, + 40.64346430612285, + ], + [ + -74.1176436704893, + 40.73467215285956, + ], + [ + -74.14743454334021, + 40.786399571238505, + ], + [ + -73.99273736022286, + 40.80084887086876, + ], + ], + ], + "type": "Polygon", + }, + "id": "34017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 19111 { + "geometry": { + "coordinates": [ + [ + [ + -91.40927126645583, + 40.81266614194183, + ], + [ + -91.26498294252734, + 40.754278079867156, + ], + [ + -91.11279824266248, + 40.69631973674059, + ], + [ + -91.18530133080564, + 40.63777053006038, + ], + [ + -91.35399663490114, + 40.60650847658525, + ], + [ + -91.40639985702441, + 40.55193417017507, + ], + [ + -91.36512334644786, + 40.4008342450453, + ], + [ + -91.41932119946577, + 40.37827400026944, + ], + [ + -91.7168710017959, + 40.59850496117667, + ], + [ + -91.71866563269053, + 40.813471864969536, + ], + [ + -91.40927126645583, + 40.81266614194183, + ], + ], + ], + "type": "Polygon", + }, + "id": "19111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36081 { + "geometry": { + "coordinates": [ + [ + [ + -73.74651400147923, + 40.78006121675385, + ], + [ + -73.70128930293448, + 40.75132376209889, + ], + [ + -73.74400151822674, + 40.63739452598078, + ], + [ + -73.85706326458862, + 40.6505546687667, + ], + [ + -73.96043400411946, + 40.73730418141675, + ], + [ + -73.91054326524868, + 40.79096533506219, + ], + [ + -73.74651400147923, + 40.78006121675385, + ], + ], + ], + "type": "Polygon", + }, + "id": "36081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 34019 { + "geometry": { + "coordinates": [ + [ + [ + -74.72494676523307, + 40.71914855585902, + ], + [ + -74.71310220132848, + 40.5840019466779, + ], + [ + -74.77555535646171, + 40.50348335877548, + ], + [ + -74.74827696686329, + 40.42414649798036, + ], + [ + -74.85631374672019, + 40.34663594271471, + ], + [ + -74.9428149558415, + 40.34169417481144, + ], + [ + -75.06197844724511, + 40.42205161810831, + ], + [ + -75.06772126610794, + 40.541298626209304, + ], + [ + -75.18975616694297, + 40.59179060261243, + ], + [ + -74.9686576407242, + 40.71050046202828, + ], + [ + -74.88969388136036, + 40.78779615781987, + ], + [ + -74.72494676523307, + 40.71914855585902, + ], + ], + ], + "type": "Polygon", + }, + "id": "34019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42077 { + "geometry": { + "coordinates": [ + [ + [ + -75.33404449087146, + 40.536786577254134, + ], + [ + -75.48407563366277, + 40.41845272191788, + ], + [ + -75.52965925838645, + 40.447029031967304, + ], + [ + -75.89145684674442, + 40.67719724354962, + ], + [ + -75.75793630818374, + 40.735424161018756, + ], + [ + -75.60898194392921, + 40.78736643887176, + ], + [ + -75.48407563366277, + 40.65533529206444, + ], + [ + -75.43023670682378, + 40.67332977301662, + ], + [ + -75.33404449087146, + 40.536786577254134, + ], + ], + ], + "type": "Polygon", + }, + "id": "42077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31131 { + "geometry": { + "coordinates": [ + [ + [ + -95.8341132002626, + 40.78376754268132, + ], + [ + -95.88364501295447, + 40.74783229564548, + ], + [ + -95.76555830008763, + 40.58518367378521, + ], + [ + -95.709924742354, + 40.523787579073755, + ], + [ + -96.06705629038595, + 40.52314300065159, + ], + [ + -96.46366971809981, + 40.522981856046044, + ], + [ + -96.46366971809981, + 40.78392868728686, + ], + [ + -95.8341132002626, + 40.78376754268132, + ], + ], + ], + "type": "Polygon", + }, + "id": "31131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 34035 { + "geometry": { + "coordinates": [ + [ + [ + -74.46077709754312, + 40.67418921091284, + ], + [ + -74.46293065461667, + 40.59888096525627, + ], + [ + -74.52646058828667, + 40.556285074524695, + ], + [ + -74.4593413928274, + 40.49091407954322, + ], + [ + -74.61942246862866, + 40.37435281486792, + ], + [ + -74.74827696686329, + 40.42414649798036, + ], + [ + -74.77555535646171, + 40.50348335877548, + ], + [ + -74.71310220132848, + 40.5840019466779, + ], + [ + -74.72494676523307, + 40.71914855585902, + ], + [ + -74.55589253495864, + 40.757984405794616, + ], + [ + -74.46077709754312, + 40.67418921091284, + ], + ], + ], + "type": "Polygon", + }, + "id": "34035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17113 { + "geometry": { + "coordinates": [ + [ + [ + -88.45925700185833, + 40.61730516515656, + ], + [ + -88.46033378039512, + 40.398846794910284, + ], + [ + -88.45961592803727, + 40.28158723694431, + ], + [ + -88.57519015765162, + 40.2815335220758, + ], + [ + -89.14875419157627, + 40.28201695589242, + ], + [ + -89.26396949501171, + 40.32514999530913, + ], + [ + -89.2693533876956, + 40.59420777169555, + ], + [ + -89.13367929206136, + 40.59673237051571, + ], + [ + -88.98472492780684, + 40.66495025352844, + ], + [ + -88.92945029625214, + 40.75325749736539, + ], + [ + -88.5845222383037, + 40.75750097197799, + ], + [ + -88.57447230529377, + 40.616445727260334, + ], + [ + -88.45925700185833, + 40.61730516515656, + ], + ], + ], + "type": "Polygon", + }, + "id": "17113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08095 { + "geometry": { + "coordinates": [ + [ + [ + -102.0517913978076, + 40.74960488630644, + ], + [ + -102.0517913978076, + 40.697555178716414, + ], + [ + -102.0517913978076, + 40.43999238419198, + ], + [ + -102.66483731141419, + 40.438434653005075, + ], + [ + -102.65119811661498, + 40.7494437417009, + ], + [ + -102.0517913978076, + 40.74960488630644, + ], + ], + ], + "type": "Polygon", + }, + "id": "08095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17179 { + "geometry": { + "coordinates": [ + [ + [ + -89.2693533876956, + 40.59420777169555, + ], + [ + -89.26396949501171, + 40.32514999530913, + ], + [ + -89.60315473409732, + 40.32010079766882, + ], + [ + -89.71478077574348, + 40.31918764490408, + ], + [ + -89.71693433281705, + 40.43515804602572, + ], + [ + -89.92475259041552, + 40.435910054184916, + ], + [ + -89.87234936829225, + 40.51309832023948, + ], + [ + -89.68283634581901, + 40.552363889123185, + ], + [ + -89.55505862612115, + 40.747617436171424, + ], + [ + -89.33072976429204, + 40.74836944433062, + ], + [ + -89.3274994286817, + 40.615371429890054, + ], + [ + -89.2693533876956, + 40.59420777169555, + ], + ], + ], + "type": "Polygon", + }, + "id": "17179", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42061 { + "geometry": { + "coordinates": [ + [ + [ + -77.68142170105124, + 40.72973038495628, + ], + [ + -77.68716451991406, + 40.676767524601516, + ], + [ + -77.84186170303141, + 40.55000043490857, + ], + [ + -77.81637794432763, + 40.49956217337396, + ], + [ + -77.91364693881673, + 40.3981485016196, + ], + [ + -77.75177123212084, + 40.3788648638231, + ], + [ + -77.70295727178683, + 40.26380761546619, + ], + [ + -77.86447405230379, + 40.061517420642616, + ], + [ + -78.1347454650355, + 40.16513340200605, + ], + [ + -78.23596264749278, + 40.22443461684546, + ], + [ + -78.25749821822839, + 40.297809127235524, + ], + [ + -78.13438653885657, + 40.47324188780212, + ], + [ + -78.1537685525186, + 40.54070776265566, + ], + [ + -78.22016989562002, + 40.65823589496419, + ], + [ + -78.11608130373132, + 40.73934534642027, + ], + [ + -77.94415566402549, + 40.69153911344285, + ], + [ + -77.82463324644294, + 40.74364253590139, + ], + [ + -77.68142170105124, + 40.72973038495628, + ], + ], + ], + "type": "Polygon", + }, + "id": "42061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42013 { + "geometry": { + "coordinates": [ + [ + [ + -78.1537685525186, + 40.54070776265566, + ], + [ + -78.13438653885657, + 40.47324188780212, + ], + [ + -78.25749821822839, + 40.297809127235524, + ], + [ + -78.28800694343714, + 40.24350339516791, + ], + [ + -78.43444882443919, + 40.30226746132219, + ], + [ + -78.4480880192384, + 40.243825684379, + ], + [ + -78.62037258512315, + 40.32703001570712, + ], + [ + -78.56402117503168, + 40.37053905920342, + ], + [ + -78.53961419486467, + 40.50643767654375, + ], + [ + -78.35046009857037, + 40.72484233192151, + ], + [ + -78.35979217922245, + 40.732523558119, + ], + [ + -78.11608130373132, + 40.73934534642027, + ], + [ + -78.22016989562002, + 40.65823589496419, + ], + [ + -78.1537685525186, + 40.54070776265566, + ], + ], + ], + "type": "Polygon", + }, + "id": "42013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36047 { + "geometry": { + "coordinates": [ + [ + [ + -73.85706326458862, + 40.6505546687667, + ], + [ + -73.87608635207172, + 40.58410937641493, + ], + [ + -74.0379620587676, + 40.61080566606637, + ], + [ + -73.96043400411946, + 40.73730418141675, + ], + [ + -73.85706326458862, + 40.6505546687667, + ], + ], + ], + "type": "Polygon", + }, + "id": "36047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18007 { + "geometry": { + "coordinates": [ + [ + [ + -87.26726316164319, + 40.736498458389036, + ], + [ + -87.09892678372663, + 40.73655217325755, + ], + [ + -87.09533752193737, + 40.56289200335192, + ], + [ + -87.09354289104273, + 40.47571277175376, + ], + [ + -87.52640786282818, + 40.47716307320364, + ], + [ + -87.52640786282818, + 40.49118265388579, + ], + [ + -87.52604893664925, + 40.73692817733715, + ], + [ + -87.26726316164319, + 40.736498458389036, + ], + ], + ], + "type": "Polygon", + }, + "id": "18007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 34039 { + "geometry": { + "coordinates": [ + [ + [ + -74.15999695960264, + 40.68691963475065, + ], + [ + -74.2080930675788, + 40.595335783934345, + ], + [ + -74.46293065461667, + 40.59888096525627, + ], + [ + -74.46077709754312, + 40.67418921091284, + ], + [ + -74.37176340516932, + 40.73929163155176, + ], + [ + -74.15999695960264, + 40.68691963475065, + ], + ], + ], + "type": "Polygon", + }, + "id": "34039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18015 { + "geometry": { + "coordinates": [ + [ + [ + -86.58171415989344, + 40.73574645022984, + ], + [ + -86.52500382362304, + 40.692398551339075, + ], + [ + -86.37353697611603, + 40.69245226620759, + ], + [ + -86.37425482847388, + 40.56138798703353, + ], + [ + -86.37569053318958, + 40.43182772417786, + ], + [ + -86.6947759062553, + 40.43209629852043, + ], + [ + -86.69585268479209, + 40.56187142085015, + ], + [ + -86.77122718236667, + 40.56208628032421, + ], + [ + -86.74789698073644, + 40.7375190408908, + ], + [ + -86.58171415989344, + 40.73574645022984, + ], + ], + ], + "type": "Polygon", + }, + "id": "18015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39019 { + "geometry": { + "coordinates": [ + [ + [ + -81.08727221288548, + 40.727850364558286, + ], + [ + -80.91714120407428, + 40.72693721179355, + ], + [ + -80.86186657251959, + 40.59941811394141, + ], + [ + -80.92108939204248, + 40.55623135965619, + ], + [ + -80.94154818424128, + 40.4246836466655, + ], + [ + -81.2699656379591, + 40.43343917023327, + ], + [ + -81.26458174527521, + 40.56504059809248, + ], + [ + -81.31770281975633, + 40.65157525126847, + ], + [ + -81.23730335567679, + 40.72355317507717, + ], + [ + -81.08727221288548, + 40.727850364558286, + ], + ], + ], + "type": "Polygon", + }, + "id": "39019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39107 { + "geometry": { + "coordinates": [ + [ + [ + -84.45615332829028, + 40.68487846974712, + ], + [ + -84.45543547593243, + 40.35877550299887, + ], + [ + -84.43425883137576, + 40.354532028386274, + ], + [ + -84.43461775755469, + 40.3542634540437, + ], + [ + -84.80395279567013, + 40.35275943772531, + ], + [ + -84.80251709095442, + 40.57218467560483, + ], + [ + -84.80215816477549, + 40.728118938900856, + ], + [ + -84.45615332829028, + 40.728226368637884, + ], + [ + -84.45615332829028, + 40.68487846974712, + ], + ], + ], + "type": "Polygon", + }, + "id": "39107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42021 { + "geometry": { + "coordinates": [ + [ + [ + -78.35046009857037, + 40.72484233192151, + ], + [ + -78.53961419486467, + 40.50643767654375, + ], + [ + -78.56402117503168, + 40.37053905920342, + ], + [ + -78.62037258512315, + 40.32703001570712, + ], + [ + -78.65841876008936, + 40.242912531614266, + ], + [ + -78.89279755492842, + 40.249358315835934, + ], + [ + -79.05610896634, + 40.28475641418663, + ], + [ + -78.97463272372367, + 40.39589247714201, + ], + [ + -78.80163030548107, + 40.724520042710424, + ], + [ + -78.35046009857037, + 40.72484233192151, + ], + ], + ], + "type": "Polygon", + }, + "id": "42021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17057 { + "geometry": { + "coordinates": [ + [ + [ + -89.98612896701196, + 40.71227305268924, + ], + [ + -89.98864145026445, + 40.62579211438177, + ], + [ + -89.87378507300795, + 40.623750949378234, + ], + [ + -89.87234936829225, + 40.51309832023948, + ], + [ + -89.92475259041552, + 40.435910054184916, + ], + [ + -90.0431982294613, + 40.37000191051829, + ], + [ + -90.06939984052293, + 40.294532520256176, + ], + [ + -90.19969004347328, + 40.183933605985935, + ], + [ + -90.45165622107973, + 40.18887537388922, + ], + [ + -90.45022051636403, + 40.276323179829944, + ], + [ + -90.44555447603798, + 40.62783327938529, + ], + [ + -90.4444776975012, + 40.71463650690385, + ], + [ + -89.98612896701196, + 40.71227305268924, + ], + ], + ], + "type": "Polygon", + }, + "id": "17057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39117 { + "geometry": { + "coordinates": [ + [ + [ + -82.72720592440098, + 40.71119875531896, + ], + [ + -82.62706552048047, + 40.709426164658, + ], + [ + -82.6234762586912, + 40.54989300517154, + ], + [ + -82.64644753414251, + 40.34507821152781, + ], + [ + -82.74479330716838, + 40.349590260482984, + ], + [ + -82.92964028931557, + 40.358077209708185, + ], + [ + -83.02080753876292, + 40.433761459444355, + ], + [ + -82.9583543836297, + 40.490645505200646, + ], + [ + -82.95763653127185, + 40.64507575217827, + ], + [ + -82.85821397970918, + 40.704967830571334, + ], + [ + -82.72720592440098, + 40.71119875531896, + ], + ], + ], + "type": "Polygon", + }, + "id": "39117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39101 { + "geometry": { + "coordinates": [ + [ + [ + -82.85821397970918, + 40.704967830571334, + ], + [ + -82.95763653127185, + 40.64507575217827, + ], + [ + -82.9583543836297, + 40.490645505200646, + ], + [ + -83.02080753876292, + 40.433761459444355, + ], + [ + -83.24872566238129, + 40.44396728446201, + ], + [ + -83.24800781002344, + 40.50697482522888, + ], + [ + -83.41849774501355, + 40.505202234567925, + ], + [ + -83.41993344972927, + 40.686812205013624, + ], + [ + -83.11125693585241, + 40.702872950699295, + ], + [ + -82.85821397970918, + 40.704967830571334, + ], + ], + ], + "type": "Polygon", + }, + "id": "39101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31063 { + "geometry": { + "coordinates": [ + [ + [ + -100.22342144235564, + 40.700240922142115, + ], + [ + -99.98186412393807, + 40.699972347799545, + ], + [ + -99.98114627158022, + 40.43827350839953, + ], + [ + -100.09492587029993, + 40.43864951247913, + ], + [ + -100.09492587029993, + 40.35125542140692, + ], + [ + -100.19793768365186, + 40.350019979431096, + ], + [ + -100.75858037513517, + 40.349482830745956, + ], + [ + -100.77724453643935, + 40.349482830745956, + ], + [ + -100.7779623887972, + 40.70013349240509, + ], + [ + -100.22342144235564, + 40.700240922142115, + ], + ], + ], + "type": "Polygon", + }, + "id": "31063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31001 { + "geometry": { + "coordinates": [ + [ + [ + -98.2830665190786, + 40.698253472007096, + ], + [ + -98.27804155257363, + 40.69830718687561, + ], + [ + -98.27804155257363, + 40.35034226864218, + ], + [ + -98.72382786680043, + 40.350395983510694, + ], + [ + -98.72454571915829, + 40.68976652278189, + ], + [ + -98.72131538354795, + 40.698898050429264, + ], + [ + -98.2830665190786, + 40.698253472007096, + ], + ], + ], + "type": "Polygon", + }, + "id": "31001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31073 { + "geometry": { + "coordinates": [ + [ + [ + -99.64339673721031, + 40.68487846974712, + ], + [ + -99.64231995867353, + 40.351201706538404, + ], + [ + -100.09492587029993, + 40.35125542140692, + ], + [ + -100.09492587029993, + 40.43864951247913, + ], + [ + -99.98114627158022, + 40.43827350839953, + ], + [ + -99.98186412393807, + 40.699972347799545, + ], + [ + -99.64339673721031, + 40.68487846974712, + ], + ], + ], + "type": "Polygon", + }, + "id": "31073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31085 { + "geometry": { + "coordinates": [ + [ + [ + -100.7779623887972, + 40.70013349240509, + ], + [ + -100.77724453643935, + 40.349482830745956, + ], + [ + -101.32317125458667, + 40.350557128116236, + ], + [ + -101.34291219442763, + 40.35044969837921, + ], + [ + -101.34542467768011, + 40.698092327401554, + ], + [ + -101.24779675701208, + 40.69777003819047, + ], + [ + -100.7779623887972, + 40.70013349240509, + ], + ], + ], + "type": "Polygon", + }, + "id": "31085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31029 { + "geometry": { + "coordinates": [ + [ + [ + -101.34542467768011, + 40.698092327401554, + ], + [ + -101.34291219442763, + 40.35044969837921, + ], + [ + -102.0517913978076, + 40.349214256403386, + ], + [ + -102.0517913978076, + 40.43999238419198, + ], + [ + -102.0517913978076, + 40.697555178716414, + ], + [ + -101.34542467768011, + 40.698092327401554, + ], + ], + ], + "type": "Polygon", + }, + "id": "31029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31059 { + "geometry": { + "coordinates": [ + [ + [ + -97.3685226151737, + 40.698629476086694, + ], + [ + -97.3685226151737, + 40.350395983510694, + ], + [ + -97.82076960062118, + 40.350557128116236, + ], + [ + -97.82399993623152, + 40.350557128116236, + ], + [ + -97.82471778858937, + 40.698522046349666, + ], + [ + -97.3685226151737, + 40.698629476086694, + ], + ], + ], + "type": "Polygon", + }, + "id": "31059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31151 { + "geometry": { + "coordinates": [ + [ + [ + -97.3685226151737, + 40.698629476086694, + ], + [ + -96.91340422029481, + 40.697984897664526, + ], + [ + -96.91268636793696, + 40.52362643446821, + ], + [ + -96.91555777736836, + 40.349751405088526, + ], + [ + -97.3685226151737, + 40.350395983510694, + ], + [ + -97.3685226151737, + 40.698629476086694, + ], + ], + ], + "type": "Polygon", + }, + "id": "31151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31035 { + "geometry": { + "coordinates": [ + [ + [ + -97.82471778858937, + 40.698522046349666, + ], + [ + -97.82399993623152, + 40.350557128116236, + ], + [ + -98.27373443842652, + 40.35034226864218, + ], + [ + -98.27804155257363, + 40.35034226864218, + ], + [ + -98.27804155257363, + 40.69830718687561, + ], + [ + -97.82579456712615, + 40.698522046349666, + ], + [ + -97.82471778858937, + 40.698522046349666, + ], + ], + ], + "type": "Polygon", + }, + "id": "31035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42067 { + "geometry": { + "coordinates": [ + [ + [ + -76.93988021538894, + 40.638253963877006, + ], + [ + -76.94921229604103, + 40.62815556859638, + ], + [ + -77.18287323852223, + 40.582175641148424, + ], + [ + -77.54000478655416, + 40.39922279898988, + ], + [ + -77.67173069422022, + 40.28980561182695, + ], + [ + -77.70295727178683, + 40.26380761546619, + ], + [ + -77.75177123212084, + 40.3788648638231, + ], + [ + -77.49765149744083, + 40.5816922073318, + ], + [ + -77.28803860894772, + 40.69352656357786, + ], + [ + -77.03786706223589, + 40.679506982895724, + ], + [ + -76.93988021538894, + 40.638253963877006, + ], + ], + ], + "type": "Polygon", + }, + "id": "42067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49051 { + "geometry": { + "coordinates": [ + [ + [ + -110.90183419160009, + 40.67816411118287, + ], + [ + -110.89214318476907, + 39.89913737312492, + ], + [ + -111.08237405960016, + 39.90010424075817, + ], + [ + -111.08309191195801, + 39.94318356530637, + ], + [ + -111.24676224954852, + 40.059422540770576, + ], + [ + -111.22558560499185, + 40.167335711615124, + ], + [ + -111.3153171497235, + 40.287603302217875, + ], + [ + -111.42658426519074, + 40.28685129405868, + ], + [ + -111.55472091106752, + 40.36269668840039, + ], + [ + -111.62040440181109, + 40.449446201050435, + ], + [ + -111.59384386457052, + 40.57707272863961, + ], + [ + -111.55292628017288, + 40.60935536461649, + ], + [ + -111.48939634650289, + 40.59914953959884, + ], + [ + -111.39356305672949, + 40.69035738633554, + ], + [ + -111.36879715038356, + 40.62896129162409, + ], + [ + -111.14698077180694, + 40.54951700109194, + ], + [ + -111.02386909243512, + 40.57793216653583, + ], + [ + -110.90183419160009, + 40.67816411118287, + ], + ], + ], + "type": "Polygon", + }, + "id": "49051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31099 { + "geometry": { + "coordinates": [ + [ + [ + -98.72382786680043, + 40.350395983510694, + ], + [ + -98.72669927623184, + 40.350395983510694, + ], + [ + -99.17930518785825, + 40.350664557853264, + ], + [ + -99.17930518785825, + 40.66269422905086, + ], + [ + -98.90652129187406, + 40.652703263507256, + ], + [ + -98.72454571915829, + 40.68976652278189, + ], + [ + -98.72382786680043, + 40.350395983510694, + ], + ], + ], + "type": "Polygon", + }, + "id": "31099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39011 { + "geometry": { + "coordinates": [ + [ + [ + -83.88007681111313, + 40.64464603323016, + ], + [ + -83.88007681111313, + 40.53872031252064, + ], + [ + -84.0024706381271, + 40.48307170874017, + ], + [ + -84.33914339396021, + 40.480923113999616, + ], + [ + -84.3387844677813, + 40.378703719217555, + ], + [ + -84.43425883137576, + 40.354532028386274, + ], + [ + -84.45543547593243, + 40.35877550299887, + ], + [ + -84.45615332829028, + 40.68487846974712, + ], + [ + -84.3969305087674, + 40.68493218461563, + ], + [ + -84.22285131198801, + 40.6859527671174, + ], + [ + -84.10763600855257, + 40.64298087230623, + ], + [ + -83.88007681111313, + 40.64464603323016, + ], + ], + ], + "type": "Polygon", + }, + "id": "39011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31137 { + "geometry": { + "coordinates": [ + [ + [ + -99.41727324448657, + 40.670751459327946, + ], + [ + -99.17930518785825, + 40.66269422905086, + ], + [ + -99.17930518785825, + 40.350664557853264, + ], + [ + -99.63047539476895, + 40.351094276801376, + ], + [ + -99.64231995867353, + 40.351201706538404, + ], + [ + -99.64339673721031, + 40.68487846974712, + ], + [ + -99.41727324448657, + 40.670751459327946, + ], + ], + ], + "type": "Polygon", + }, + "id": "31137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42129 { + "geometry": { + "coordinates": [ + [ + [ + -79.45020991080138, + 40.5301259335584, + ], + [ + -79.39457635306776, + 40.455945700140624, + ], + [ + -79.1573261487973, + 40.41259780124986, + ], + [ + -79.1006158125269, + 40.368605323936926, + ], + [ + -78.97463272372367, + 40.39589247714201, + ], + [ + -79.05610896634, + 40.28475641418663, + ], + [ + -79.18532239075357, + 40.109860802305185, + ], + [ + -79.29371809678939, + 40.040407477316634, + ], + [ + -79.49543460934613, + 40.14563490473548, + ], + [ + -79.63936400709568, + 40.08273479370563, + ], + [ + -79.74596508223688, + 40.12812385759993, + ], + [ + -79.877332063724, + 40.12678098588708, + ], + [ + -79.8705124663244, + 40.19736232311442, + ], + [ + -79.80626468029654, + 40.24097879634776, + ], + [ + -79.70217608840784, + 40.52169269920171, + ], + [ + -79.77396132419315, + 40.57991961667084, + ], + [ + -79.69248508157682, + 40.66871029432441, + ], + [ + -79.45020991080138, + 40.5301259335584, + ], + ], + ], + "type": "Polygon", + }, + "id": "42129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42011 { + "geometry": { + "coordinates": [ + [ + [ + -75.52965925838645, + 40.447029031967304, + ], + [ + -75.69691885776622, + 40.241838234243986, + ], + [ + -75.87386946397702, + 40.137309100115814, + ], + [ + -76.15131940028726, + 40.31569617845068, + ], + [ + -76.44025497432315, + 40.495909562315006, + ], + [ + -76.17177819248607, + 40.53496027172466, + ], + [ + -75.89145684674442, + 40.67719724354962, + ], + [ + -75.52965925838645, + 40.447029031967304, + ], + ], + ], + "type": "Polygon", + }, + "id": "42011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42003 { + "geometry": { + "coordinates": [ + [ + [ + -79.69284400775575, + 40.669677161957665, + ], + [ + -79.69248508157682, + 40.66871029432441, + ], + [ + -79.77396132419315, + 40.57991961667084, + ], + [ + -79.70217608840784, + 40.52169269920171, + ], + [ + -79.80626468029654, + 40.24097879634776, + ], + [ + -79.8705124663244, + 40.19736232311442, + ], + [ + -79.91466038633237, + 40.25263492281529, + ], + [ + -80.18349609434837, + 40.33267007690109, + ], + [ + -80.3608056267381, + 40.47753907728324, + ], + [ + -80.17775327548554, + 40.60919422001095, + ], + [ + -80.14868025499248, + 40.67451150012393, + ], + [ + -79.69284400775575, + 40.669677161957665, + ], + ], + ], + "type": "Polygon", + }, + "id": "42003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39075 { + "geometry": { + "coordinates": [ + [ + [ + -81.65006846144234, + 40.668065715902245, + ], + [ + -81.64899168290556, + 40.63460135281805, + ], + [ + -81.6698094012833, + 40.443859854724984, + ], + [ + -81.70929128096523, + 40.44471929262121, + ], + [ + -82.184509541864, + 40.45626798935171, + ], + [ + -82.22004323357774, + 40.5682097753348, + ], + [ + -82.22076108593559, + 40.667582282085625, + ], + [ + -82.1263635008779, + 40.66817314563927, + ], + [ + -81.65006846144234, + 40.668065715902245, + ], + ], + ], + "type": "Polygon", + }, + "id": "39075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39157 { + "geometry": { + "coordinates": [ + [ + [ + -81.31770281975633, + 40.65157525126847, + ], + [ + -81.26458174527521, + 40.56504059809248, + ], + [ + -81.2699656379591, + 40.43343917023327, + ], + [ + -81.275349530643, + 40.3034491884295, + ], + [ + -81.33816161195514, + 40.21422879182781, + ], + [ + -81.62279007184392, + 40.22131915447165, + ], + [ + -81.61597047444431, + 40.3681218901203, + ], + [ + -81.71216269039664, + 40.37075391867748, + ], + [ + -81.70929128096523, + 40.44471929262121, + ], + [ + -81.6698094012833, + 40.443859854724984, + ], + [ + -81.64899168290556, + 40.63460135281805, + ], + [ + -81.31770281975633, + 40.65157525126847, + ], + ], + ], + "type": "Polygon", + }, + "id": "39157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42043 { + "geometry": { + "coordinates": [ + [ + [ + -76.7015532325817, + 40.65796732062162, + ], + [ + -76.5353704117387, + 40.55515706228591, + ], + [ + -76.67786410477254, + 40.474692189251996, + ], + [ + -76.56875054637887, + 40.19591202166455, + ], + [ + -76.72093524624373, + 40.121678073378256, + ], + [ + -76.73349766250617, + 40.181785011245374, + ], + [ + -76.85732719423582, + 40.22781865356184, + ], + [ + -76.915114309043, + 40.328480317157, + ], + [ + -77.02925283394165, + 40.38670723462613, + ], + [ + -76.95459618872493, + 40.46061889370134, + ], + [ + -76.99300128987008, + 40.56369772637963, + ], + [ + -76.94921229604103, + 40.62815556859638, + ], + [ + -76.88998947651815, + 40.61032223224974, + ], + [ + -76.7015532325817, + 40.65796732062162, + ], + ], + ], + "type": "Polygon", + }, + "id": "42043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18053 { + "geometry": { + "coordinates": [ + [ + [ + -85.44894313920118, + 40.653616416271994, + ], + [ + -85.44714850830654, + 40.566920618490464, + ], + [ + -85.44427709887513, + 40.37913343816567, + ], + [ + -85.57851548979367, + 40.379509442245265, + ], + [ + -85.86242609732459, + 40.37838143000647, + ], + [ + -85.86242609732459, + 40.406850310318866, + ], + [ + -85.86386180204029, + 40.565524031909106, + ], + [ + -85.86493858057707, + 40.6516826810055, + ], + [ + -85.63881508785333, + 40.65313298245537, + ], + [ + -85.44894313920118, + 40.653616416271994, + ], + ], + ], + "type": "Polygon", + }, + "id": "18053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 36085 { + "geometry": { + "coordinates": [ + [ + [ + -74.0785207169863, + 40.649265511922366, + ], + [ + -74.10544018040581, + 40.552901037808326, + ], + [ + -74.24936957815535, + 40.49639299613163, + ], + [ + -74.1851217921275, + 40.642873442569204, + ], + [ + -74.0785207169863, + 40.649265511922366, + ], + ], + ], + "type": "Polygon", + }, + "id": "36085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17067 { + "geometry": { + "coordinates": [ + [ + [ + -90.90426213270614, + 40.639167116641744, + ], + [ + -90.91000495156896, + 40.28432669523852, + ], + [ + -90.91215850864252, + 40.193118848501825, + ], + [ + -91.50546348240815, + 40.20047778548823, + ], + [ + -91.49756710647176, + 40.248713737413766, + ], + [ + -91.41932119946577, + 40.37827400026944, + ], + [ + -91.36512334644786, + 40.4008342450453, + ], + [ + -91.40639985702441, + 40.55193417017507, + ], + [ + -91.35399663490114, + 40.60650847658525, + ], + [ + -91.18530133080564, + 40.63777053006038, + ], + [ + -90.90426213270614, + 40.639167116641744, + ], + ], + ], + "type": "Polygon", + }, + "id": "17067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54029 { + "geometry": { + "coordinates": [ + [ + [ + -80.5190920716447, + 40.4773779326777, + ], + [ + -80.51801529310794, + 40.3989005097788, + ], + [ + -80.62892348239625, + 40.39535532845687, + ], + [ + -80.59662012629285, + 40.462337769493786, + ], + [ + -80.66804643589924, + 40.58239050062248, + ], + [ + -80.5190920716447, + 40.638629967956604, + ], + [ + -80.5190920716447, + 40.4773779326777, + ], + ], + ], + "type": "Polygon", + }, + "id": "54029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17109 { + "geometry": { + "coordinates": [ + [ + [ + -90.44555447603798, + 40.62783327938529, + ], + [ + -90.45022051636403, + 40.276323179829944, + ], + [ + -90.91000495156896, + 40.28432669523852, + ], + [ + -90.90426213270614, + 40.639167116641744, + ], + [ + -90.78976468162857, + 40.63572936505685, + ], + [ + -90.44555447603798, + 40.62783327938529, + ], + ], + ], + "type": "Polygon", + }, + "id": "17109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42099 { + "geometry": { + "coordinates": [ + [ + [ + -76.915114309043, + 40.328480317157, + ], + [ + -77.27009230000138, + 40.27868663404456, + ], + [ + -77.36592558977478, + 40.313655013447146, + ], + [ + -77.6146614317709, + 40.19849033535321, + ], + [ + -77.67173069422022, + 40.28980561182695, + ], + [ + -77.54000478655416, + 40.39922279898988, + ], + [ + -77.18287323852223, + 40.582175641148424, + ], + [ + -76.94921229604103, + 40.62815556859638, + ], + [ + -76.99300128987008, + 40.56369772637963, + ], + [ + -76.95459618872493, + 40.46061889370134, + ], + [ + -77.02925283394165, + 40.38670723462613, + ], + [ + -76.915114309043, + 40.328480317157, + ], + ], + ], + "type": "Polygon", + }, + "id": "42099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29045 { + "geometry": { + "coordinates": [ + [ + [ + -91.41932119946577, + 40.37827400026944, + ], + [ + -91.49756710647176, + 40.248713737413766, + ], + [ + -91.95089087045602, + 40.257200686638974, + ], + [ + -91.95017301809817, + 40.30081715987231, + ], + [ + -91.94299449451964, + 40.60581018329457, + ], + [ + -91.7168710017959, + 40.59850496117667, + ], + [ + -91.41932119946577, + 40.37827400026944, + ], + ], + ], + "type": "Polygon", + }, + "id": "29045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42017 { + "geometry": { + "coordinates": [ + [ + [ + -74.9428149558415, + 40.34169417481144, + ], + [ + -74.72422891287522, + 40.147300065659415, + ], + [ + -74.97404153340811, + 40.04851842246224, + ], + [ + -75.01495911780573, + 40.137846248800955, + ], + [ + -75.48407563366277, + 40.41845272191788, + ], + [ + -75.33404449087146, + 40.536786577254134, + ], + [ + -75.1969346905215, + 40.608495926720266, + ], + [ + -75.18975616694297, + 40.59179060261243, + ], + [ + -75.06772126610794, + 40.541298626209304, + ], + [ + -75.06197844724511, + 40.42205161810831, + ], + [ + -74.9428149558415, + 40.34169417481144, + ], + ], + ], + "type": "Polygon", + }, + "id": "42017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 34023 { + "geometry": { + "coordinates": [ + [ + [ + -74.2080930675788, + 40.595335783934345, + ], + [ + -74.27413548450129, + 40.48871176993414, + ], + [ + -74.2228090409148, + 40.45111136197437, + ], + [ + -74.392940049726, + 40.280351794968496, + ], + [ + -74.48410729917333, + 40.25327950123746, + ], + [ + -74.62157602570221, + 40.32429055741291, + ], + [ + -74.61942246862866, + 40.37435281486792, + ], + [ + -74.4593413928274, + 40.49091407954322, + ], + [ + -74.52646058828667, + 40.556285074524695, + ], + [ + -74.46293065461667, + 40.59888096525627, + ], + [ + -74.2080930675788, + 40.595335783934345, + ], + ], + ], + "type": "Polygon", + }, + "id": "34023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29199 { + "geometry": { + "coordinates": [ + [ + [ + -91.94299449451964, + 40.60581018329457, + ], + [ + -91.95017301809817, + 40.30081715987231, + ], + [ + -92.34786322434881, + 40.302750895138814, + ], + [ + -92.35001678142237, + 40.34642108324066, + ], + [ + -92.35073463378022, + 40.59726951920085, + ], + [ + -92.17988577261117, + 40.600546126180205, + ], + [ + -91.94299449451964, + 40.60581018329457, + ], + ], + ], + "type": "Polygon", + }, + "id": "29199", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39081 { + "geometry": { + "coordinates": [ + [ + [ + -80.66804643589924, + 40.58239050062248, + ], + [ + -80.59662012629285, + 40.462337769493786, + ], + [ + -80.62892348239625, + 40.39535532845687, + ], + [ + -80.59949153572427, + 40.320799090959504, + ], + [ + -80.68204455687737, + 40.185491337172834, + ], + [ + -80.70286227525511, + 40.15718360146598, + ], + [ + -80.88304321707626, + 40.159493340812084, + ], + [ + -80.86545583430886, + 40.42285734113602, + ], + [ + -80.94154818424128, + 40.4246836466655, + ], + [ + -80.92108939204248, + 40.55623135965619, + ], + [ + -80.86186657251959, + 40.59941811394141, + ], + [ + -80.66804643589924, + 40.58239050062248, + ], + ], + ], + "type": "Polygon", + }, + "id": "39081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29197 { + "geometry": { + "coordinates": [ + [ + [ + -92.35001678142237, + 40.34642108324066, + ], + [ + -92.68417705400302, + 40.34346676547239, + ], + [ + -92.67663960424555, + 40.500045607190586, + ], + [ + -92.71432685303284, + 40.58942714839782, + ], + [ + -92.63787557692149, + 40.590823734979175, + ], + [ + -92.35073463378022, + 40.59726951920085, + ], + [ + -92.35001678142237, + 40.34642108324066, + ], + ], + ], + "type": "Polygon", + }, + "id": "29197", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29171 { + "geometry": { + "coordinates": [ + [ + [ + -92.71432685303284, + 40.58942714839782, + ], + [ + -92.67663960424555, + 40.500045607190586, + ], + [ + -92.68417705400302, + 40.34346676547239, + ], + [ + -92.85574376752992, + 40.342714757313196, + ], + [ + -92.85538484135098, + 40.385847796729905, + ], + [ + -93.36721357250028, + 40.38294719383015, + ], + [ + -93.37439209607881, + 40.580349335618955, + ], + [ + -93.09730108594749, + 40.58394823180939, + ], + [ + -92.71432685303284, + 40.58942714839782, + ], + ], + ], + "type": "Polygon", + }, + "id": "29171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29005 { + "geometry": { + "coordinates": [ + [ + [ + -95.37396983887874, + 40.5805104802245, + ], + [ + -95.20240312535184, + 40.578469315220964, + ], + [ + -95.18086755461624, + 40.26165902072563, + ], + [ + -95.55486863305774, + 40.264774483099444, + ], + [ + -95.61337360022276, + 40.3142458770008, + ], + [ + -95.709924742354, + 40.523787579073755, + ], + [ + -95.76555830008763, + 40.58518367378521, + ], + [ + -95.37396983887874, + 40.5805104802245, + ], + ], + ], + "type": "Polygon", + }, + "id": "29005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29129 { + "geometry": { + "coordinates": [ + [ + [ + -93.37439209607881, + 40.580349335618955, + ], + [ + -93.36721357250028, + 40.38294719383015, + ], + [ + -93.36721357250028, + 40.26633221428635, + ], + [ + -93.76346807403522, + 40.263968760071734, + ], + [ + -93.774235859403, + 40.57755616245623, + ], + [ + -93.55672659497351, + 40.58024190588193, + ], + [ + -93.37439209607881, + 40.580349335618955, + ], + ], + ], + "type": "Polygon", + }, + "id": "29129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29147 { + "geometry": { + "coordinates": [ + [ + [ + -94.91490325603165, + 40.57508527850459, + ], + [ + -94.63242835321644, + 40.571325237708606, + ], + [ + -94.59833036621842, + 40.38670723462613, + ], + [ + -94.60586781597587, + 40.12613640746491, + ], + [ + -95.04303990190844, + 40.13011130773495, + ], + [ + -95.07139507004364, + 40.260531008486836, + ], + [ + -95.18086755461624, + 40.26165902072563, + ], + [ + -95.20240312535184, + 40.578469315220964, + ], + [ + -94.91490325603165, + 40.57508527850459, + ], + ], + ], + "type": "Polygon", + }, + "id": "29147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49049 { + "geometry": { + "coordinates": [ + [ + [ + -110.89214318476907, + 39.89913737312492, + ], + [ + -110.85804519777105, + 39.81244157534339, + ], + [ + -111.24748010190638, + 39.81319358350258, + ], + [ + -111.64050426783098, + 39.812978724028525, + ], + [ + -111.82678695469386, + 39.947212180444915, + ], + [ + -111.96928064772771, + 39.80712380336051, + ], + [ + -112.08987984384704, + 39.78177038542192, + ], + [ + -112.05362829977545, + 39.89236929969216, + ], + [ + -112.17961138857868, + 40.01156259292463, + ], + [ + -112.14551340158066, + 40.17114946727961, + ], + [ + -112.19899340224072, + 40.306994369751415, + ], + [ + -112.212273670861, + 40.45868515843483, + ], + [ + -112.173150717358, + 40.466957248185984, + ], + [ + -112.03352843375556, + 40.46266005870487, + ], + [ + -111.98256091634799, + 40.41458525138488, + ], + [ + -111.76074453777137, + 40.529212780793664, + ], + [ + -111.59384386457052, + 40.57707272863961, + ], + [ + -111.62040440181109, + 40.449446201050435, + ], + [ + -111.55472091106752, + 40.36269668840039, + ], + [ + -111.42658426519074, + 40.28685129405868, + ], + [ + -111.3153171497235, + 40.287603302217875, + ], + [ + -111.22558560499185, + 40.167335711615124, + ], + [ + -111.24676224954852, + 40.059422540770576, + ], + [ + -111.08309191195801, + 39.94318356530637, + ], + [ + -111.08237405960016, + 39.90010424075817, + ], + [ + -110.89214318476907, + 39.89913737312492, + ], + ], + ], + "type": "Polygon", + }, + "id": "49049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29081 { + "geometry": { + "coordinates": [ + [ + [ + -93.774235859403, + 40.57755616245623, + ], + [ + -93.76346807403522, + 40.263968760071734, + ], + [ + -93.76418592639307, + 40.13290448089767, + ], + [ + -94.21679183801947, + 40.13655709195662, + ], + [ + -94.21427935476699, + 40.38418263580597, + ], + [ + -94.23222566371331, + 40.57186238639375, + ], + [ + -94.01543425164166, + 40.57390355139728, + ], + [ + -93.774235859403, + 40.57755616245623, + ], + ], + ], + "type": "Polygon", + }, + "id": "29081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39083 { + "geometry": { + "coordinates": [ + [ + [ + -82.184509541864, + 40.45626798935171, + ], + [ + -82.19599517958966, + 40.23904506108126, + ], + [ + -82.47739330386808, + 40.245813134514016, + ], + [ + -82.75089505221014, + 40.27696775825211, + ], + [ + -82.74479330716838, + 40.349590260482984, + ], + [ + -82.64644753414251, + 40.34507821152781, + ], + [ + -82.6234762586912, + 40.54989300517154, + ], + [ + -82.3370531679078, + 40.554995917680365, + ], + [ + -82.22004323357774, + 40.5682097753348, + ], + [ + -82.184509541864, + 40.45626798935171, + ], + ], + ], + "type": "Polygon", + }, + "id": "39083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18075 { + "geometry": { + "coordinates": [ + [ + [ + -84.80251709095442, + 40.57218467560483, + ], + [ + -84.80395279567013, + 40.35275943772531, + ], + [ + -84.8035938694912, + 40.31000240238819, + ], + [ + -85.21887145850924, + 40.30667208054033, + ], + [ + -85.21994823704603, + 40.37918715303418, + ], + [ + -85.20128407574184, + 40.56724290770155, + ], + [ + -85.06884031571794, + 40.5682097753348, + ], + [ + -84.80251709095442, + 40.57218467560483, + ], + ], + ], + "type": "Polygon", + }, + "id": "18075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29227 { + "geometry": { + "coordinates": [ + [ + [ + -94.23222566371331, + 40.57186238639375, + ], + [ + -94.21427935476699, + 40.38418263580597, + ], + [ + -94.59833036621842, + 40.38670723462613, + ], + [ + -94.63242835321644, + 40.571325237708606, + ], + [ + -94.47127049887841, + 40.570788089023466, + ], + [ + -94.23222566371331, + 40.57186238639375, + ], + ], + ], + "type": "Polygon", + }, + "id": "29227", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18009 { + "geometry": { + "coordinates": [ + [ + [ + -85.20128407574184, + 40.56724290770155, + ], + [ + -85.21994823704603, + 40.37918715303418, + ], + [ + -85.44427709887513, + 40.37913343816567, + ], + [ + -85.44714850830654, + 40.566920618490464, + ], + [ + -85.20128407574184, + 40.56724290770155, + ], + ], + ], + "type": "Polygon", + }, + "id": "18009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18067 { + "geometry": { + "coordinates": [ + [ + [ + -85.86242609732459, + 40.406850310318866, + ], + [ + -86.24288784698675, + 40.40292912491735, + ], + [ + -86.24288784698675, + 40.37386938105129, + ], + [ + -86.37569053318958, + 40.43182772417786, + ], + [ + -86.37425482847388, + 40.56138798703353, + ], + [ + -86.16500086615969, + 40.56267714387786, + ], + [ + -85.86386180204029, + 40.565524031909106, + ], + [ + -85.86242609732459, + 40.406850310318866, + ], + ], + ], + "type": "Polygon", + }, + "id": "18067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18157 { + "geometry": { + "coordinates": [ + [ + [ + -86.77122718236667, + 40.56208628032421, + ], + [ + -86.69585268479209, + 40.56187142085015, + ], + [ + -86.6947759062553, + 40.43209629852043, + ], + [ + -86.69585268479209, + 40.214336221564835, + ], + [ + -87.09246611250595, + 40.21481965538146, + ], + [ + -87.09210718632703, + 40.36640301432786, + ], + [ + -87.09354289104273, + 40.47571277175376, + ], + [ + -87.09533752193737, + 40.56289200335192, + ], + [ + -86.77122718236667, + 40.56208628032421, + ], + ], + ], + "type": "Polygon", + }, + "id": "18157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31127 { + "geometry": { + "coordinates": [ + [ + [ + -95.55486863305774, + 40.264774483099444, + ], + [ + -95.55235614980525, + 40.26182016533117, + ], + [ + -96.01034595411555, + 40.261444161251575, + ], + [ + -96.06669736420702, + 40.261981309936715, + ], + [ + -96.06705629038595, + 40.52314300065159, + ], + [ + -95.709924742354, + 40.523787579073755, + ], + [ + -95.61337360022276, + 40.3142458770008, + ], + [ + -95.55486863305774, + 40.264774483099444, + ], + ], + ], + "type": "Polygon", + }, + "id": "31127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42075 { + "geometry": { + "coordinates": [ + [ + [ + -76.56875054637887, + 40.19591202166455, + ], + [ + -76.67786410477254, + 40.474692189251996, + ], + [ + -76.5353704117387, + 40.55515706228591, + ], + [ + -76.44025497432315, + 40.495909562315006, + ], + [ + -76.15131940028726, + 40.31569617845068, + ], + [ + -76.30745228812032, + 40.25505209189842, + ], + [ + -76.56875054637887, + 40.19591202166455, + ], + ], + ], + "type": "Polygon", + }, + "id": "42075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39091 { + "geometry": { + "coordinates": [ + [ + [ + -83.88007681111313, + 40.53872031252064, + ], + [ + -83.52007385364978, + 40.50407422232913, + ], + [ + -83.55130043121639, + 40.22937638474875, + ], + [ + -84.0146741282106, + 40.27342257693019, + ], + [ + -84.0024706381271, + 40.48307170874017, + ], + [ + -83.88007681111313, + 40.53872031252064, + ], + ], + ], + "type": "Polygon", + }, + "id": "39091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08087 { + "geometry": { + "coordinates": [ + [ + [ + -103.58189369857158, + 40.52335786012564, + ], + [ + -103.46739624749401, + 40.523250430388615, + ], + [ + -103.46560161659937, + 40.43633977313303, + ], + [ + -103.47206228782005, + 40.00146419764401, + ], + [ + -103.70572323030125, + 40.00130305303847, + ], + [ + -104.15043276599127, + 40.00081961922184, + ], + [ + -104.14792028273878, + 40.524324727758895, + ], + [ + -103.58189369857158, + 40.52335786012564, + ], + ], + ], + "type": "Polygon", + }, + "id": "08087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31067 { + "geometry": { + "coordinates": [ + [ + [ + -96.46366971809981, + 40.522981856046044, + ], + [ + -96.46366971809981, + 40.26208873967374, + ], + [ + -96.46366971809981, + 40.000980763827386, + ], + [ + -96.80572636661684, + 40.0014104827755, + ], + [ + -96.91627562972621, + 40.00146419764401, + ], + [ + -96.91555777736836, + 40.349751405088526, + ], + [ + -96.91268636793696, + 40.52362643446821, + ], + [ + -96.46366971809981, + 40.522981856046044, + ], + ], + ], + "type": "Polygon", + }, + "id": "31067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31097 { + "geometry": { + "coordinates": [ + [ + [ + -96.06705629038595, + 40.52314300065159, + ], + [ + -96.06669736420702, + 40.261981309936715, + ], + [ + -96.46366971809981, + 40.26208873967374, + ], + [ + -96.46366971809981, + 40.522981856046044, + ], + [ + -96.06705629038595, + 40.52314300065159, + ], + ], + ], + "type": "Polygon", + }, + "id": "31097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39159 { + "geometry": { + "coordinates": [ + [ + [ + -83.17012082919638, + 40.143056591046815, + ], + [ + -83.20637237326795, + 40.107712207564624, + ], + [ + -83.50356324941916, + 40.111418533492085, + ], + [ + -83.49459009494599, + 40.22545519934722, + ], + [ + -83.55130043121639, + 40.22937638474875, + ], + [ + -83.52007385364978, + 40.50407422232913, + ], + [ + -83.41849774501355, + 40.505202234567925, + ], + [ + -83.24800781002344, + 40.50697482522888, + ], + [ + -83.24872566238129, + 40.44396728446201, + ], + [ + -83.24836673620237, + 40.244470262801165, + ], + [ + -83.17227438626993, + 40.24425540332711, + ], + [ + -83.17012082919638, + 40.143056591046815, + ], + ], + ], + "type": "Polygon", + }, + "id": "39159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17183 { + "geometry": { + "coordinates": [ + [ + [ + -87.52640786282818, + 40.49118265388579, + ], + [ + -87.52640786282818, + 40.47716307320364, + ], + [ + -87.53143282933314, + 40.147944644081576, + ], + [ + -87.53322746022778, + 39.882969197702224, + ], + [ + -87.93773726387802, + 39.879800020459896, + ], + [ + -87.93271229737306, + 40.399545088200966, + ], + [ + -87.93558370680447, + 40.48591859677141, + ], + [ + -87.52640786282818, + 40.49118265388579, + ], + ], + ], + "type": "Polygon", + }, + "id": "17183", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08049 { + "geometry": { + "coordinates": [ + [ + [ + -105.65325667715683, + 40.26042357874981, + ], + [ + -105.63746392528405, + 40.04583267903654, + ], + [ + -105.6758690264292, + 39.93244059160358, + ], + [ + -105.69022607358626, + 39.85192200370115, + ], + [ + -105.87507305573345, + 39.79917400282044, + ], + [ + -105.92460486842532, + 39.698942058173394, + ], + [ + -106.02115601055657, + 39.68841394394466, + ], + [ + -106.0879162798369, + 39.80846667507336, + ], + [ + -106.2458437985646, + 39.91170665235719, + ], + [ + -106.43463896867998, + 39.9248667951431, + ], + [ + -106.62666447440569, + 39.92470565053756, + ], + [ + -106.63240729326851, + 40.341533030205895, + ], + [ + -106.65214823310947, + 40.444558148015666, + ], + [ + -106.6119485010697, + 40.37918715303418, + ], + [ + -106.48991360023467, + 40.41157721874809, + ], + [ + -106.45150849908953, + 40.351738855223545, + ], + [ + -106.26522581222663, + 40.3604406639228, + ], + [ + -106.23005104669183, + 40.323323689779656, + ], + [ + -106.01864352730408, + 40.373224802629124, + ], + [ + -105.95977963396012, + 40.34808624416459, + ], + [ + -105.85497318971356, + 40.4862408859825, + ], + [ + -105.65325667715683, + 40.26042357874981, + ], + ], + ], + "type": "Polygon", + }, + "id": "08049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39149 { + "geometry": { + "coordinates": [ + [ + [ + -84.0024706381271, + 40.48307170874017, + ], + [ + -84.0146741282106, + 40.27342257693019, + ], + [ + -84.0229294303259, + 40.183933605985935, + ], + [ + -84.43246420048112, + 40.19698631903482, + ], + [ + -84.43461775755469, + 40.3542634540437, + ], + [ + -84.43425883137576, + 40.354532028386274, + ], + [ + -84.3387844677813, + 40.378703719217555, + ], + [ + -84.33914339396021, + 40.480923113999616, + ], + [ + -84.0024706381271, + 40.48307170874017, + ], + ], + ], + "type": "Polygon", + }, + "id": "39149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42125 { + "geometry": { + "coordinates": [ + [ + [ + -80.3608056267381, + 40.47753907728324, + ], + [ + -80.18349609434837, + 40.33267007690109, + ], + [ + -79.91466038633237, + 40.25263492281529, + ], + [ + -79.8705124663244, + 40.19736232311442, + ], + [ + -79.877332063724, + 40.12678098588708, + ], + [ + -79.87661421136615, + 40.036002858098485, + ], + [ + -79.99793125984333, + 39.98325485721778, + ], + [ + -80.28758468623707, + 40.019190104253624, + ], + [ + -80.5190920716447, + 39.96241348823436, + ], + [ + -80.51873314546579, + 40.01645064595941, + ], + [ + -80.5190920716447, + 40.15970820028614, + ], + [ + -80.51801529310794, + 40.3989005097788, + ], + [ + -80.5190920716447, + 40.4773779326777, + ], + [ + -80.3608056267381, + 40.47753907728324, + ], + ], + ], + "type": "Polygon", + }, + "id": "42125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18171 { + "geometry": { + "coordinates": [ + [ + [ + -87.09354289104273, + 40.47571277175376, + ], + [ + -87.09210718632703, + 40.36640301432786, + ], + [ + -87.23244732228731, + 40.31129155923253, + ], + [ + -87.43739417045438, + 40.16948430635568, + ], + [ + -87.4065265190667, + 40.12747927917776, + ], + [ + -87.53143282933314, + 40.147944644081576, + ], + [ + -87.52640786282818, + 40.47716307320364, + ], + [ + -87.09354289104273, + 40.47571277175376, + ], + ], + ], + "type": "Polygon", + }, + "id": "18171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 34025 { + "geometry": { + "coordinates": [ + [ + [ + -74.09646702593264, + 40.12361180864475, + ], + [ + -74.09718487829049, + 40.128983295496155, + ], + [ + -74.24470353782931, + 40.11829403666188, + ], + [ + -74.2662391085649, + 40.168786013065, + ], + [ + -74.40693817070412, + 40.1722774795184, + ], + [ + -74.55302112552724, + 40.0791358975152, + ], + [ + -74.58783696488311, + 40.13816853801204, + ], + [ + -74.48410729917333, + 40.25327950123746, + ], + [ + -74.392940049726, + 40.280351794968496, + ], + [ + -74.2228090409148, + 40.45111136197437, + ], + [ + -74.0013515885171, + 40.41130864440552, + ], + [ + -73.97586782981331, + 40.30527549395897, + ], + [ + -74.03473172315726, + 40.10352244782054, + ], + [ + -74.09646702593264, + 40.12361180864475, + ], + ], + ], + "type": "Polygon", + }, + "id": "34025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39031 { + "geometry": { + "coordinates": [ + [ + [ + -81.70929128096523, + 40.44471929262121, + ], + [ + -81.71216269039664, + 40.37075391867748, + ], + [ + -81.61597047444431, + 40.3681218901203, + ], + [ + -81.62279007184392, + 40.22131915447165, + ], + [ + -81.71611087836483, + 40.15213440382567, + ], + [ + -82.18702202511649, + 40.1668522777985, + ], + [ + -82.19599517958966, + 40.23904506108126, + ], + [ + -82.184509541864, + 40.45626798935171, + ], + [ + -81.70929128096523, + 40.44471929262121, + ], + ], + ], + "type": "Polygon", + }, + "id": "39031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42091 { + "geometry": { + "coordinates": [ + [ + [ + -75.01495911780573, + 40.137846248800955, + ], + [ + -75.10935670286342, + 40.04588639390506, + ], + [ + -75.223854153941, + 40.09277947411775, + ], + [ + -75.2062667711736, + 40.01188488213572, + ], + [ + -75.27661630224321, + 39.97691650273313, + ], + [ + -75.36096395429095, + 40.06554603578117, + ], + [ + -75.4560793917065, + 40.08773027647743, + ], + [ + -75.59929093709819, + 40.235553594627845, + ], + [ + -75.69691885776622, + 40.241838234243986, + ], + [ + -75.52965925838645, + 40.447029031967304, + ], + [ + -75.48407563366277, + 40.41845272191788, + ], + [ + -75.01495911780573, + 40.137846248800955, + ], + ], + ], + "type": "Polygon", + }, + "id": "42091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06103 { + "geometry": { + "coordinates": [ + [ + [ + -121.49769391969141, + 40.44552501564891, + ], + [ + -121.46826197301944, + 40.349751405088526, + ], + [ + -121.34658599836332, + 40.31317157963052, + ], + [ + -121.36776264291998, + 40.212724775509415, + ], + [ + -121.44421391903136, + 40.15079153211282, + ], + [ + -121.5852719073495, + 40.0999235516301, + ], + [ + -121.64557150540915, + 39.98287885313819, + ], + [ + -121.77622063453843, + 39.88941498192389, + ], + [ + -122.04110815458624, + 39.88436578428358, + ], + [ + -122.04649204727014, + 39.79761627163354, + ], + [ + -122.93770574954482, + 39.79815342031868, + ], + [ + -122.93411648775555, + 39.978151944708955, + ], + [ + -122.98580185752098, + 40.248713737413766, + ], + [ + -123.06548346924268, + 40.28685129405868, + ], + [ + -122.74855165325052, + 40.365275002089064, + ], + [ + -122.65128265876142, + 40.328265457682946, + ], + [ + -122.5051997039383, + 40.38939297805183, + ], + [ + -122.3081492317076, + 40.371344782231134, + ], + [ + -122.00988157701963, + 40.42677852653755, + ], + [ + -121.49769391969141, + 40.44552501564891, + ], + ], + ], + "type": "Polygon", + }, + "id": "06103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06063 { + "geometry": { + "coordinates": [ + [ + [ + -121.32792183705914, + 40.445310156174855, + ], + [ + -121.06123968611669, + 40.446491883282164, + ], + [ + -121.06159861229563, + 40.256394963611264, + ], + [ + -120.92843699991387, + 40.19193712139452, + ], + [ + -120.76440773614442, + 40.31601846766176, + ], + [ + -120.51064692764334, + 40.24887488201931, + ], + [ + -120.34123377118999, + 40.11523228915658, + ], + [ + -120.20986678970287, + 40.08595768581647, + ], + [ + -120.20125256140864, + 40.01338889845411, + ], + [ + -120.10864960724558, + 39.9394772393789, + ], + [ + -120.11044423814022, + 39.765709639736244, + ], + [ + -120.14705470839073, + 39.70764386687266, + ], + [ + -120.65385847303504, + 39.70528041265804, + ], + [ + -120.68041901027561, + 39.6766503877401, + ], + [ + -120.87244451600132, + 39.776345183702006, + ], + [ + -121.00919539017235, + 39.63754596346194, + ], + [ + -121.07595565945269, + 39.5977432458931, + ], + [ + -121.40903915349655, + 39.87244108347348, + ], + [ + -121.42016586504327, + 40.01510777424656, + ], + [ + -121.37709472357209, + 40.10781963730165, + ], + [ + -121.44421391903136, + 40.15079153211282, + ], + [ + -121.36776264291998, + 40.212724775509415, + ], + [ + -121.34658599836332, + 40.31317157963052, + ], + [ + -121.46826197301944, + 40.349751405088526, + ], + [ + -121.49769391969141, + 40.44552501564891, + ], + [ + -121.32792183705914, + 40.445310156174855, + ], + ], + ], + "type": "Polygon", + }, + "id": "06063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39041 { + "geometry": { + "coordinates": [ + [ + [ + -82.74479330716838, + 40.349590260482984, + ], + [ + -82.75089505221014, + 40.27696775825211, + ], + [ + -82.76166283757793, + 40.12586783312234, + ], + [ + -83.17012082919638, + 40.143056591046815, + ], + [ + -83.17227438626993, + 40.24425540332711, + ], + [ + -83.24836673620237, + 40.244470262801165, + ], + [ + -83.24872566238129, + 40.44396728446201, + ], + [ + -83.02080753876292, + 40.433761459444355, + ], + [ + -82.92964028931557, + 40.358077209708185, + ], + [ + -82.74479330716838, + 40.349590260482984, + ], + ], + ], + "type": "Polygon", + }, + "id": "39041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08125 { + "geometry": { + "coordinates": [ + [ + [ + -102.0517913978076, + 40.43999238419198, + ], + [ + -102.0517913978076, + 40.349214256403386, + ], + [ + -102.0517913978076, + 40.00307564369943, + ], + [ + -102.04963784073405, + 39.574054988878444, + ], + [ + -102.80302389030092, + 39.56782406413082, + ], + [ + -102.80374174265877, + 40.00253849501429, + ], + [ + -102.78005261484962, + 40.438434653005075, + ], + [ + -102.66483731141419, + 40.438434653005075, + ], + [ + -102.0517913978076, + 40.43999238419198, + ], + ], + ], + "type": "Polygon", + }, + "id": "08125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08121 { + "geometry": { + "coordinates": [ + [ + [ + -102.78005261484962, + 40.438434653005075, + ], + [ + -102.80374174265877, + 40.00253849501429, + ], + [ + -102.80302389030092, + 39.56782406413082, + ], + [ + -103.15441261947004, + 39.56562175452174, + ], + [ + -103.70751786119588, + 39.5662126180754, + ], + [ + -103.7064410826591, + 39.739819073112514, + ], + [ + -103.70572323030125, + 40.00130305303847, + ], + [ + -103.47206228782005, + 40.00146419764401, + ], + [ + -103.46560161659937, + 40.43633977313303, + ], + [ + -102.78005261484962, + 40.438434653005075, + ], + ], + ], + "type": "Polygon", + }, + "id": "08121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17125 { + "geometry": { + "coordinates": [ + [ + [ + -89.60315473409732, + 40.32010079766882, + ], + [ + -89.60171902938161, + 40.12243008153745, + ], + [ + -89.9635166177396, + 40.14311030591533, + ], + [ + -89.99474319530621, + 40.10835678598679, + ], + [ + -90.13472440508757, + 40.06194713959073, + ], + [ + -90.28583232641566, + 40.05523278102649, + ], + [ + -90.35510507894848, + 40.12420267219841, + ], + [ + -90.19969004347328, + 40.183933605985935, + ], + [ + -90.06939984052293, + 40.294532520256176, + ], + [ + -90.0431982294613, + 40.37000191051829, + ], + [ + -89.92475259041552, + 40.435910054184916, + ], + [ + -89.71693433281705, + 40.43515804602572, + ], + [ + -89.71478077574348, + 40.31918764490408, + ], + [ + -89.60315473409732, + 40.32010079766882, + ], + ], + ], + "type": "Polygon", + }, + "id": "17125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39067 { + "geometry": { + "coordinates": [ + [ + [ + -80.94154818424128, + 40.4246836466655, + ], + [ + -80.86545583430886, + 40.42285734113602, + ], + [ + -80.88304321707626, + 40.159493340812084, + ], + [ + -81.22581771795113, + 40.17007516990933, + ], + [ + -81.33816161195514, + 40.21422879182781, + ], + [ + -81.275349530643, + 40.3034491884295, + ], + [ + -81.2699656379591, + 40.43343917023327, + ], + [ + -80.94154818424128, + 40.4246836466655, + ], + ], + ], + "type": "Polygon", + }, + "id": "39067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18023 { + "geometry": { + "coordinates": [ + [ + [ + -86.37569053318958, + 40.43182772417786, + ], + [ + -86.24288784698675, + 40.37386938105129, + ], + [ + -86.24288784698675, + 40.21584023788323, + ], + [ + -86.24252892080783, + 40.180764428743615, + ], + [ + -86.69585268479209, + 40.17866954887157, + ], + [ + -86.69585268479209, + 40.214336221564835, + ], + [ + -86.6947759062553, + 40.43209629852043, + ], + [ + -86.37569053318958, + 40.43182772417786, + ], + ], + ], + "type": "Polygon", + }, + "id": "18023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 34021 { + "geometry": { + "coordinates": [ + [ + [ + -74.61942246862866, + 40.37435281486792, + ], + [ + -74.62157602570221, + 40.32429055741291, + ], + [ + -74.48410729917333, + 40.25327950123746, + ], + [ + -74.58783696488311, + 40.13816853801204, + ], + [ + -74.72422891287522, + 40.147300065659415, + ], + [ + -74.9428149558415, + 40.34169417481144, + ], + [ + -74.85631374672019, + 40.34663594271471, + ], + [ + -74.74827696686329, + 40.42414649798036, + ], + [ + -74.61942246862866, + 40.37435281486792, + ], + ], + ], + "type": "Polygon", + }, + "id": "34021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18159 { + "geometry": { + "coordinates": [ + [ + [ + -85.86242609732459, + 40.406850310318866, + ], + [ + -85.86242609732459, + 40.37838143000647, + ], + [ + -85.86242609732459, + 40.218955700257034, + ], + [ + -86.24288784698675, + 40.21584023788323, + ], + [ + -86.24288784698675, + 40.37386938105129, + ], + [ + -86.24288784698675, + 40.40292912491735, + ], + [ + -85.86242609732459, + 40.406850310318866, + ], + ], + ], + "type": "Polygon", + }, + "id": "18159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54009 { + "geometry": { + "coordinates": [ + [ + [ + -80.51801529310794, + 40.3989005097788, + ], + [ + -80.5190920716447, + 40.15970820028614, + ], + [ + -80.68204455687737, + 40.185491337172834, + ], + [ + -80.59949153572427, + 40.320799090959504, + ], + [ + -80.62892348239625, + 40.39535532845687, + ], + [ + -80.51801529310794, + 40.3989005097788, + ], + ], + ], + "type": "Polygon", + }, + "id": "54009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17019 { + "geometry": { + "coordinates": [ + [ + [ + -87.93271229737306, + 40.399545088200966, + ], + [ + -87.93773726387802, + 39.879800020459896, + ], + [ + -88.46248733746867, + 39.879101727169214, + ], + [ + -88.45961592803727, + 40.28158723694431, + ], + [ + -88.46033378039512, + 40.398846794910284, + ], + [ + -87.93271229737306, + 40.399545088200966, + ], + ], + ], + "type": "Polygon", + }, + "id": "17019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29211 { + "geometry": { + "coordinates": [ + [ + [ + -92.85574376752992, + 40.342714757313196, + ], + [ + -92.85610269370883, + 40.03718458520579, + ], + [ + -93.36182967981638, + 40.033102255198735, + ], + [ + -93.36721357250028, + 40.26633221428635, + ], + [ + -93.36721357250028, + 40.38294719383015, + ], + [ + -92.85538484135098, + 40.385847796729905, + ], + [ + -92.85574376752992, + 40.342714757313196, + ], + ], + ], + "type": "Polygon", + }, + "id": "29211", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29075 { + "geometry": { + "coordinates": [ + [ + [ + -94.21427935476699, + 40.38418263580597, + ], + [ + -94.21679183801947, + 40.13655709195662, + ], + [ + -94.21894539509303, + 40.0348748458597, + ], + [ + -94.60550888979695, + 40.039225750209326, + ], + [ + -94.60586781597587, + 40.12613640746491, + ], + [ + -94.59833036621842, + 40.38670723462613, + ], + [ + -94.21427935476699, + 40.38418263580597, + ], + ], + ], + "type": "Polygon", + }, + "id": "29075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18095 { + "geometry": { + "coordinates": [ + [ + [ + -85.57851548979367, + 40.379509442245265, + ], + [ + -85.57600300654119, + 40.07714844738018, + ], + [ + -85.5763619327201, + 39.94576187899504, + ], + [ + -85.86242609732459, + 39.94361328425448, + ], + [ + -85.86242609732459, + 40.218955700257034, + ], + [ + -85.86242609732459, + 40.37838143000647, + ], + [ + -85.57851548979367, + 40.379509442245265, + ], + ], + ], + "type": "Polygon", + }, + "id": "18095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18035 { + "geometry": { + "coordinates": [ + [ + [ + -85.44427709887513, + 40.37913343816567, + ], + [ + -85.21994823704603, + 40.37918715303418, + ], + [ + -85.21887145850924, + 40.30667208054033, + ], + [ + -85.2142054181832, + 40.07687987303761, + ], + [ + -85.57600300654119, + 40.07714844738018, + ], + [ + -85.57851548979367, + 40.379509442245265, + ], + [ + -85.44427709887513, + 40.37913343816567, + ], + ], + ], + "type": "Polygon", + }, + "id": "18035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18045 { + "geometry": { + "coordinates": [ + [ + [ + -87.09210718632703, + 40.36640301432786, + ], + [ + -87.09246611250595, + 40.21481965538146, + ], + [ + -87.09103040779024, + 39.95301338624442, + ], + [ + -87.42016571386591, + 39.95242252269077, + ], + [ + -87.4065265190667, + 40.12747927917776, + ], + [ + -87.43739417045438, + 40.16948430635568, + ], + [ + -87.23244732228731, + 40.31129155923253, + ], + [ + -87.09210718632703, + 40.36640301432786, + ], + ], + ], + "type": "Polygon", + }, + "id": "18045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39037 { + "geometry": { + "coordinates": [ + [ + [ + -84.43461775755469, + 40.3542634540437, + ], + [ + -84.43246420048112, + 40.19698631903482, + ], + [ + -84.42636245543937, + 39.91960273802874, + ], + [ + -84.48522634878333, + 39.91847472578995, + ], + [ + -84.81256702396436, + 39.91691699460304, + ], + [ + -84.81077239306973, + 40.00506309383445, + ], + [ + -84.8035938694912, + 40.31000240238819, + ], + [ + -84.80395279567013, + 40.35275943772531, + ], + [ + -84.43461775755469, + 40.3542634540437, + ], + ], + ], + "type": "Polygon", + }, + "id": "39037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31181 { + "geometry": { + "coordinates": [ + [ + [ + -98.27804155257363, + 40.35034226864218, + ], + [ + -98.27373443842652, + 40.35034226864218, + ], + [ + -98.27409336460543, + 40.00264592475132, + ], + [ + -98.5045239714763, + 40.00226992067172, + ], + [ + -98.72634035005292, + 40.00237735040875, + ], + [ + -98.72669927623184, + 40.350395983510694, + ], + [ + -98.72382786680043, + 40.350395983510694, + ], + [ + -98.27804155257363, + 40.35034226864218, + ], + ], + ], + "type": "Polygon", + }, + "id": "31181", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31061 { + "geometry": { + "coordinates": [ + [ + [ + -98.72669927623184, + 40.350395983510694, + ], + [ + -98.72634035005292, + 40.00237735040875, + ], + [ + -99.06696129385423, + 40.002323635540236, + ], + [ + -99.17894626167933, + 40.00210877606618, + ], + [ + -99.17930518785825, + 40.350664557853264, + ], + [ + -98.72669927623184, + 40.350395983510694, + ], + ], + ], + "type": "Polygon", + }, + "id": "31061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31129 { + "geometry": { + "coordinates": [ + [ + [ + -97.82399993623152, + 40.350557128116236, + ], + [ + -97.82076960062118, + 40.350557128116236, + ], + [ + -97.82148745297903, + 40.002055061197666, + ], + [ + -97.93167778990949, + 40.002055061197666, + ], + [ + -98.27409336460543, + 40.00264592475132, + ], + [ + -98.27373443842652, + 40.35034226864218, + ], + [ + -97.82399993623152, + 40.350557128116236, + ], + ], + ], + "type": "Polygon", + }, + "id": "31129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31057 { + "geometry": { + "coordinates": [ + [ + [ + -101.32317125458667, + 40.350557128116236, + ], + [ + -101.32568373783916, + 40.002699639619834, + ], + [ + -101.41110816842368, + 40.00253849501429, + ], + [ + -102.0517913978076, + 40.00307564369943, + ], + [ + -102.0517913978076, + 40.349214256403386, + ], + [ + -101.34291219442763, + 40.35044969837921, + ], + [ + -101.32317125458667, + 40.350557128116236, + ], + ], + ], + "type": "Polygon", + }, + "id": "31057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31065 { + "geometry": { + "coordinates": [ + [ + [ + -99.64231995867353, + 40.351201706538404, + ], + [ + -99.63047539476895, + 40.351094276801376, + ], + [ + -99.6283218376954, + 40.001786486855096, + ], + [ + -100.1781967438109, + 40.001517912512526, + ], + [ + -100.19363056950475, + 40.001625342249554, + ], + [ + -100.19793768365186, + 40.350019979431096, + ], + [ + -100.09492587029993, + 40.35125542140692, + ], + [ + -99.64231995867353, + 40.351201706538404, + ], + ], + ], + "type": "Polygon", + }, + "id": "31065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31169 { + "geometry": { + "coordinates": [ + [ + [ + -97.3685226151737, + 40.350395983510694, + ], + [ + -97.36924046753155, + 40.00194763146064, + ], + [ + -97.82148745297903, + 40.002055061197666, + ], + [ + -97.82076960062118, + 40.350557128116236, + ], + [ + -97.3685226151737, + 40.350395983510694, + ], + ], + ], + "type": "Polygon", + }, + "id": "31169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31095 { + "geometry": { + "coordinates": [ + [ + [ + -97.3685226151737, + 40.350395983510694, + ], + [ + -96.91555777736836, + 40.349751405088526, + ], + [ + -96.91627562972621, + 40.00146419764401, + ], + [ + -97.36924046753155, + 40.00194763146064, + ], + [ + -97.3685226151737, + 40.350395983510694, + ], + ], + ], + "type": "Polygon", + }, + "id": "31095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31145 { + "geometry": { + "coordinates": [ + [ + [ + -100.19793768365186, + 40.350019979431096, + ], + [ + -100.19363056950475, + 40.001625342249554, + ], + [ + -100.73883943529421, + 40.00210877606618, + ], + [ + -100.7589393013141, + 40.00226992067172, + ], + [ + -100.75858037513517, + 40.349482830745956, + ], + [ + -100.19793768365186, + 40.350019979431096, + ], + ], + ], + "type": "Polygon", + }, + "id": "31145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31087 { + "geometry": { + "coordinates": [ + [ + [ + -100.77724453643935, + 40.349482830745956, + ], + [ + -100.75858037513517, + 40.349482830745956, + ], + [ + -100.7589393013141, + 40.00226992067172, + ], + [ + -101.32568373783916, + 40.002699639619834, + ], + [ + -101.32317125458667, + 40.350557128116236, + ], + [ + -100.77724453643935, + 40.349482830745956, + ], + ], + ], + "type": "Polygon", + }, + "id": "31087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31083 { + "geometry": { + "coordinates": [ + [ + [ + -99.17930518785825, + 40.350664557853264, + ], + [ + -99.17894626167933, + 40.00210877606618, + ], + [ + -99.62580935444291, + 40.001786486855096, + ], + [ + -99.6283218376954, + 40.001786486855096, + ], + [ + -99.63047539476895, + 40.351094276801376, + ], + [ + -99.17930518785825, + 40.350664557853264, + ], + ], + ], + "type": "Polygon", + }, + "id": "31083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29001 { + "geometry": { + "coordinates": [ + [ + [ + -92.35001678142237, + 40.34642108324066, + ], + [ + -92.34786322434881, + 40.302750895138814, + ], + [ + -92.34535074109633, + 40.03713087033728, + ], + [ + -92.8474884654146, + 40.03723830007431, + ], + [ + -92.85610269370883, + 40.03718458520579, + ], + [ + -92.85574376752992, + 40.342714757313196, + ], + [ + -92.68417705400302, + 40.34346676547239, + ], + [ + -92.35001678142237, + 40.34642108324066, + ], + ], + ], + "type": "Polygon", + }, + "id": "29001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42041 { + "geometry": { + "coordinates": [ + [ + [ + -76.85732719423582, + 40.22781865356184, + ], + [ + -76.90578222839092, + 40.165616835822675, + ], + [ + -77.03679028369912, + 40.142143438282076, + ], + [ + -77.13728961379856, + 40.0698969401308, + ], + [ + -77.18574464795364, + 40.02971821848236, + ], + [ + -77.40361283856207, + 39.9944812647372, + ], + [ + -77.47109096020027, + 39.944043003202594, + ], + [ + -77.6146614317709, + 40.19849033535321, + ], + [ + -77.36592558977478, + 40.313655013447146, + ], + [ + -77.27009230000138, + 40.27868663404456, + ], + [ + -76.915114309043, + 40.328480317157, + ], + [ + -76.85732719423582, + 40.22781865356184, + ], + ], + ], + "type": "Polygon", + }, + "id": "42041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17107 { + "geometry": { + "coordinates": [ + [ + [ + -89.14875419157627, + 40.28201695589242, + ], + [ + -89.14480600360808, + 40.04878699680481, + ], + [ + -89.14337029889238, + 39.917883862236295, + ], + [ + -89.21838587028803, + 39.916970709471556, + ], + [ + -89.48327339033584, + 39.93313888489426, + ], + [ + -89.57838882775138, + 39.97605706483691, + ], + [ + -89.60171902938161, + 40.12243008153745, + ], + [ + -89.60315473409732, + 40.32010079766882, + ], + [ + -89.26396949501171, + 40.32514999530913, + ], + [ + -89.14875419157627, + 40.28201695589242, + ], + ], + ], + "type": "Polygon", + }, + "id": "17107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42009 { + "geometry": { + "coordinates": [ + [ + [ + -78.25749821822839, + 40.297809127235524, + ], + [ + -78.23596264749278, + 40.22443461684546, + ], + [ + -78.1347454650355, + 40.16513340200605, + ], + [ + -78.2994925811628, + 39.82463485049606, + ], + [ + -78.3806098976002, + 39.72257660031954, + ], + [ + -78.80844990288067, + 39.722898889530626, + ], + [ + -78.75712345929418, + 39.824419991022005, + ], + [ + -78.76322520433592, + 40.05705908655597, + ], + [ + -78.65841876008936, + 40.242912531614266, + ], + [ + -78.62037258512315, + 40.32703001570712, + ], + [ + -78.4480880192384, + 40.243825684379, + ], + [ + -78.43444882443919, + 40.30226746132219, + ], + [ + -78.28800694343714, + 40.24350339516791, + ], + [ + -78.25749821822839, + 40.297809127235524, + ], + ], + ], + "type": "Polygon", + }, + "id": "42009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42071 { + "geometry": { + "coordinates": [ + [ + [ + -75.87386946397702, + 40.137309100115814, + ], + [ + -75.94314221650986, + 40.10926993875153, + ], + [ + -75.991238324486, + 39.86884218728305, + ], + [ + -76.1355266484145, + 39.72112629886966, + ], + [ + -76.23315456908252, + 39.72134115834372, + ], + [ + -76.23997416648213, + 39.72134115834372, + ], + [ + -76.4678922901005, + 39.9432909950434, + ], + [ + -76.53860074734904, + 40.05442705799878, + ], + [ + -76.72093524624373, + 40.121678073378256, + ], + [ + -76.56875054637887, + 40.19591202166455, + ], + [ + -76.30745228812032, + 40.25505209189842, + ], + [ + -76.15131940028726, + 40.31569617845068, + ], + [ + -75.87386946397702, + 40.137309100115814, + ], + ], + ], + "type": "Polygon", + }, + "id": "42071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18135 { + "geometry": { + "coordinates": [ + [ + [ + -84.8035938694912, + 40.31000240238819, + ], + [ + -84.81077239306973, + 40.00506309383445, + ], + [ + -85.20164300192077, + 40.00452594514931, + ], + [ + -85.2142054181832, + 40.07687987303761, + ], + [ + -85.21887145850924, + 40.30667208054033, + ], + [ + -84.8035938694912, + 40.31000240238819, + ], + ], + ], + "type": "Polygon", + }, + "id": "18135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29103 { + "geometry": { + "coordinates": [ + [ + [ + -91.95017301809817, + 40.30081715987231, + ], + [ + -91.95089087045602, + 40.257200686638974, + ], + [ + -91.95268550135066, + 39.94936077518547, + ], + [ + -92.28864040482593, + 39.95220766321671, + ], + [ + -92.34535074109633, + 40.03713087033728, + ], + [ + -92.34786322434881, + 40.302750895138814, + ], + [ + -91.95017301809817, + 40.30081715987231, + ], + ], + ], + "type": "Polygon", + }, + "id": "29103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42055 { + "geometry": { + "coordinates": [ + [ + [ + -77.6146614317709, + 40.19849033535321, + ], + [ + -77.47109096020027, + 39.944043003202594, + ], + [ + -77.45924639629568, + 39.71999828663087, + ], + [ + -77.46929632930564, + 39.71999828663087, + ], + [ + -78.09957069950069, + 39.722093166502916, + ], + [ + -78.00266063119052, + 39.826514870894044, + ], + [ + -77.86447405230379, + 40.061517420642616, + ], + [ + -77.70295727178683, + 40.26380761546619, + ], + [ + -77.67173069422022, + 40.28980561182695, + ], + [ + -77.6146614317709, + 40.19849033535321, + ], + ], + ], + "type": "Polygon", + }, + "id": "42055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42111 { + "geometry": { + "coordinates": [ + [ + [ + -78.65841876008936, + 40.242912531614266, + ], + [ + -78.76322520433592, + 40.05705908655597, + ], + [ + -78.75712345929418, + 39.824419991022005, + ], + [ + -78.80844990288067, + 39.722898889530626, + ], + [ + -78.93120265607357, + 39.7227914597936, + ], + [ + -79.39242279599421, + 39.721556017817775, + ], + [ + -79.41754762851906, + 39.853748309230625, + ], + [ + -79.29371809678939, + 40.040407477316634, + ], + [ + -79.18532239075357, + 40.109860802305185, + ], + [ + -79.05610896634, + 40.28475641418663, + ], + [ + -78.89279755492842, + 40.249358315835934, + ], + [ + -78.65841876008936, + 40.242912531614266, + ], + ], + ], + "type": "Polygon", + }, + "id": "42111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17039 { + "geometry": { + "coordinates": [ + [ + [ + -88.57519015765162, + 40.2815335220758, + ], + [ + -88.74532116646282, + 40.055179066157976, + ], + [ + -89.14480600360808, + 40.04878699680481, + ], + [ + -89.14875419157627, + 40.28201695589242, + ], + [ + -88.57519015765162, + 40.2815335220758, + ], + ], + ], + "type": "Polygon", + }, + "id": "17039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17169 { + "geometry": { + "coordinates": [ + [ + [ + -90.45022051636403, + 40.276323179829944, + ], + [ + -90.45165622107973, + 40.18887537388922, + ], + [ + -90.19969004347328, + 40.183933605985935, + ], + [ + -90.35510507894848, + 40.12420267219841, + ], + [ + -90.51375045003402, + 39.987820621041465, + ], + [ + -90.6077891089128, + 39.98212684497899, + ], + [ + -90.69608494892873, + 40.103737307294594, + ], + [ + -90.91395313953716, + 40.104435600585276, + ], + [ + -90.91215850864252, + 40.193118848501825, + ], + [ + -90.91000495156896, + 40.28432669523852, + ], + [ + -90.45022051636403, + 40.276323179829944, + ], + ], + ], + "type": "Polygon", + }, + "id": "17169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17147 { + "geometry": { + "coordinates": [ + [ + [ + -88.45961592803727, + 40.28158723694431, + ], + [ + -88.46248733746867, + 39.879101727169214, + ], + [ + -88.4736140490154, + 39.791761350965515, + ], + [ + -88.74603901882067, + 39.792029925308086, + ], + [ + -88.74532116646282, + 40.055179066157976, + ], + [ + -88.57519015765162, + 40.2815335220758, + ], + [ + -88.45961592803727, + 40.28158723694431, + ], + ], + ], + "type": "Polygon", + }, + "id": "17147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39089 { + "geometry": { + "coordinates": [ + [ + [ + -82.19599517958966, + 40.23904506108126, + ], + [ + -82.18702202511649, + 40.1668522777985, + ], + [ + -82.19886658902107, + 39.95016649821318, + ], + [ + -82.23404135455587, + 39.913210668675575, + ], + [ + -82.4626773305321, + 39.93034571173153, + ], + [ + -82.78248055595567, + 39.93958466911593, + ], + [ + -82.76166283757793, + 40.12586783312234, + ], + [ + -82.75089505221014, + 40.27696775825211, + ], + [ + -82.47739330386808, + 40.245813134514016, + ], + [ + -82.19599517958966, + 40.23904506108126, + ], + ], + ], + "type": "Polygon", + }, + "id": "39089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39021 { + "geometry": { + "coordinates": [ + [ + [ + -83.55130043121639, + 40.22937638474875, + ], + [ + -83.49459009494599, + 40.22545519934722, + ], + [ + -83.50356324941916, + 40.111418533492085, + ], + [ + -83.51612566568159, + 40.010166006343276, + ], + [ + -84.0362096989462, + 40.04019261784258, + ], + [ + -84.0229294303259, + 40.183933605985935, + ], + [ + -84.0146741282106, + 40.27342257693019, + ], + [ + -83.55130043121639, + 40.22937638474875, + ], + ], + ], + "type": "Polygon", + }, + "id": "39021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29079 { + "geometry": { + "coordinates": [ + [ + [ + -93.36721357250028, + 40.26633221428635, + ], + [ + -93.36182967981638, + 40.033102255198735, + ], + [ + -93.36182967981638, + 39.96762383048022, + ], + [ + -93.7620323693195, + 39.959566600203125, + ], + [ + -93.76418592639307, + 40.13290448089767, + ], + [ + -93.76346807403522, + 40.263968760071734, + ], + [ + -93.36721357250028, + 40.26633221428635, + ], + ], + ], + "type": "Polygon", + }, + "id": "29079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08013 { + "geometry": { + "coordinates": [ + [ + [ + -105.05492673688623, + 40.26176645046266, + ], + [ + -105.05277317981268, + 40.00022875566819, + ], + [ + -105.14717076487037, + 39.91380153222923, + ], + [ + -105.39770123776111, + 39.91283466459598, + ], + [ + -105.39841909011896, + 39.93496519042373, + ], + [ + -105.6758690264292, + 39.93244059160358, + ], + [ + -105.63746392528405, + 40.04583267903654, + ], + [ + -105.65325667715683, + 40.26042357874981, + ], + [ + -105.05492673688623, + 40.26176645046266, + ], + ], + ], + "type": "Polygon", + }, + "id": "08013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31133 { + "geometry": { + "coordinates": [ + [ + [ + -96.06669736420702, + 40.261981309936715, + ], + [ + -96.01034595411555, + 40.261444161251575, + ], + [ + -96.01070488029448, + 40.00060475974779, + ], + [ + -96.2393408562707, + 40.00081961922184, + ], + [ + -96.46366971809981, + 40.000980763827386, + ], + [ + -96.46366971809981, + 40.26208873967374, + ], + [ + -96.06669736420702, + 40.261981309936715, + ], + ], + ], + "type": "Polygon", + }, + "id": "31133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 31147 { + "geometry": { + "coordinates": [ + [ + [ + -95.55235614980525, + 40.26182016533117, + ], + [ + -95.39694111433003, + 40.124954680357604, + ], + [ + -95.42098916831812, + 40.0564145081338, + ], + [ + -95.3086452743141, + 39.99996018132562, + ], + [ + -95.33987185188072, + 39.99996018132562, + ], + [ + -95.78817064936, + 40.00038990027373, + ], + [ + -96.01070488029448, + 40.00060475974779, + ], + [ + -96.01034595411555, + 40.261444161251575, + ], + [ + -95.55235614980525, + 40.26182016533117, + ], + ], + ], + "type": "Polygon", + }, + "id": "31147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29087 { + "geometry": { + "coordinates": [ + [ + [ + -95.18086755461624, + 40.26165902072563, + ], + [ + -95.07139507004364, + 40.260531008486836, + ], + [ + -95.04303990190844, + 40.13011130773495, + ], + [ + -94.99350808921658, + 39.8979019311491, + ], + [ + -95.08503426484285, + 39.861859254376235, + ], + [ + -95.3086452743141, + 39.99996018132562, + ], + [ + -95.42098916831812, + 40.0564145081338, + ], + [ + -95.39694111433003, + 40.124954680357604, + ], + [ + -95.55235614980525, + 40.26182016533117, + ], + [ + -95.55486863305774, + 40.264774483099444, + ], + [ + -95.18086755461624, + 40.26165902072563, + ], + ], + ], + "type": "Polygon", + }, + "id": "29087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29111 { + "geometry": { + "coordinates": [ + [ + [ + -91.49756710647176, + 40.248713737413766, + ], + [ + -91.50546348240815, + 40.20047778548823, + ], + [ + -91.49469569704036, + 40.037345729811335, + ], + [ + -91.43547287751747, + 39.9452247303099, + ], + [ + -91.84034160734664, + 39.94823276294668, + ], + [ + -91.95268550135066, + 39.94936077518547, + ], + [ + -91.95089087045602, + 40.257200686638974, + ], + [ + -91.49756710647176, + 40.248713737413766, + ], + ], + ], + "type": "Polygon", + }, + "id": "29111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42029 { + "geometry": { + "coordinates": [ + [ + [ + -75.36096395429095, + 40.06554603578117, + ], + [ + -75.52391643952362, + 39.944043003202594, + ], + [ + -75.59426597059323, + 39.83736527433387, + ], + [ + -75.78844503339249, + 39.722200596239944, + ], + [ + -76.1355266484145, + 39.72112629886966, + ], + [ + -75.991238324486, + 39.86884218728305, + ], + [ + -75.94314221650986, + 40.10926993875153, + ], + [ + -75.87386946397702, + 40.137309100115814, + ], + [ + -75.69691885776622, + 40.241838234243986, + ], + [ + -75.59929093709819, + 40.235553594627845, + ], + [ + -75.4560793917065, + 40.08773027647743, + ], + [ + -75.36096395429095, + 40.06554603578117, + ], + ], + ], + "type": "Polygon", + }, + "id": "42029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42133 { + "geometry": { + "coordinates": [ + [ + [ + -76.72093524624373, + 40.121678073378256, + ], + [ + -76.53860074734904, + 40.05442705799878, + ], + [ + -76.4678922901005, + 39.9432909950434, + ], + [ + -76.23997416648213, + 39.72134115834372, + ], + [ + -76.56946839873672, + 39.72118001373818, + ], + [ + -76.78697766316623, + 39.72080400965858, + ], + [ + -76.99946196109074, + 39.7201057163679, + ], + [ + -76.95495511490385, + 39.85686377160444, + ], + [ + -77.01920290093172, + 40.01403347687628, + ], + [ + -77.13728961379856, + 40.0698969401308, + ], + [ + -77.03679028369912, + 40.142143438282076, + ], + [ + -76.90578222839092, + 40.165616835822675, + ], + [ + -76.85732719423582, + 40.22781865356184, + ], + [ + -76.73349766250617, + 40.181785011245374, + ], + [ + -76.72093524624373, + 40.121678073378256, + ], + ], + ], + "type": "Polygon", + }, + "id": "42133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08103 { + "geometry": { + "coordinates": [ + [ + [ + -107.03727602309769, + 40.091544032141925, + ], + [ + -107.31687951648149, + 40.090738309114215, + ], + [ + -107.31867414737611, + 39.91492954446802, + ], + [ + -107.431735893738, + 39.91772271763075, + ], + [ + -107.431735893738, + 39.82834117642352, + ], + [ + -107.93853965838231, + 39.82501085457566, + ], + [ + -107.93853965838231, + 39.69448372408674, + ], + [ + -108.55481590759923, + 39.69362428619051, + ], + [ + -108.5544569814203, + 39.65016895756272, + ], + [ + -109.05121081305468, + 39.660482212317405, + ], + [ + -109.05085188687576, + 40.22260831131598, + ], + [ + -108.11333670751955, + 40.221641443682735, + ], + [ + -107.43927334349544, + 40.22330660460666, + ], + [ + -107.03799387545554, + 40.22470319118803, + ], + [ + -107.03727602309769, + 40.091544032141925, + ], + ], + ], + "type": "Polygon", + }, + "id": "08103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39059 { + "geometry": { + "coordinates": [ + [ + [ + -81.23407302006645, + 39.951187080714945, + ], + [ + -81.38589879375239, + 39.950649932029805, + ], + [ + -81.46414470075838, + 39.894517894432724, + ], + [ + -81.57864215183595, + 39.897687071675044, + ], + [ + -81.58043678273059, + 39.8390304352578, + ], + [ + -81.6942163814503, + 39.84262933144824, + ], + [ + -81.72867329462726, + 39.93190344291844, + ], + [ + -81.71611087836483, + 40.15213440382567, + ], + [ + -81.62279007184392, + 40.22131915447165, + ], + [ + -81.33816161195514, + 40.21422879182781, + ], + [ + -81.22581771795113, + 40.17007516990933, + ], + [ + -81.23407302006645, + 39.951187080714945, + ], + ], + ], + "type": "Polygon", + }, + "id": "39059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18057 { + "geometry": { + "coordinates": [ + [ + [ + -85.86242609732459, + 39.94361328425448, + ], + [ + -85.93744166872024, + 39.92706910475218, + ], + [ + -86.24001643755534, + 39.9259948073819, + ], + [ + -86.24252892080783, + 40.180764428743615, + ], + [ + -86.24288784698675, + 40.21584023788323, + ], + [ + -85.86242609732459, + 40.218955700257034, + ], + [ + -85.86242609732459, + 39.94361328425448, + ], + ], + ], + "type": "Polygon", + }, + "id": "18057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18107 { + "geometry": { + "coordinates": [ + [ + [ + -86.69585268479209, + 40.214336221564835, + ], + [ + -86.69585268479209, + 40.17866954887157, + ], + [ + -86.69513483243423, + 39.92282563013958, + ], + [ + -86.69513483243423, + 39.864759857275985, + ], + [ + -87.00955416517391, + 39.86669359254249, + ], + [ + -87.0917482601481, + 39.86723074122763, + ], + [ + -87.09103040779024, + 39.95301338624442, + ], + [ + -87.09246611250595, + 40.21481965538146, + ], + [ + -86.69585268479209, + 40.214336221564835, + ], + ], + ], + "type": "Polygon", + }, + "id": "18107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17001 { + "geometry": { + "coordinates": [ + [ + [ + -90.91215850864252, + 40.193118848501825, + ], + [ + -90.91395313953716, + 40.104435600585276, + ], + [ + -90.91646562278964, + 39.84504650053137, + ], + [ + -90.91610669661071, + 39.75716897564253, + ], + [ + -91.36584119880571, + 39.758726706829435, + ], + [ + -91.43511395133854, + 39.84364991395, + ], + [ + -91.43547287751747, + 39.9452247303099, + ], + [ + -91.49469569704036, + 40.037345729811335, + ], + [ + -91.50546348240815, + 40.20047778548823, + ], + [ + -90.91215850864252, + 40.193118848501825, + ], + ], + ], + "type": "Polygon", + }, + "id": "17001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39109 { + "geometry": { + "coordinates": [ + [ + [ + -84.0229294303259, + 40.183933605985935, + ], + [ + -84.0362096989462, + 40.04019261784258, + ], + [ + -84.05092567228218, + 39.879800020459896, + ], + [ + -84.1578856736023, + 39.923201634219176, + ], + [ + -84.42636245543937, + 39.91960273802874, + ], + [ + -84.43246420048112, + 40.19698631903482, + ], + [ + -84.0229294303259, + 40.183933605985935, + ], + ], + ], + "type": "Polygon", + }, + "id": "39109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54069 { + "geometry": { + "coordinates": [ + [ + [ + -80.5190920716447, + 40.15970820028614, + ], + [ + -80.51873314546579, + 40.01645064595941, + ], + [ + -80.73408885282173, + 40.03353197414685, + ], + [ + -80.70286227525511, + 40.15718360146598, + ], + [ + -80.68204455687737, + 40.185491337172834, + ], + [ + -80.5190920716447, + 40.15970820028614, + ], + ], + ], + "type": "Polygon", + }, + "id": "54069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 34005 { + "geometry": { + "coordinates": [ + [ + [ + -74.58783696488311, + 40.13816853801204, + ], + [ + -74.55302112552724, + 40.0791358975152, + ], + [ + -74.3904275664735, + 39.77441144843551, + ], + [ + -74.41447562046159, + 39.56094856096104, + ], + [ + -74.417347029893, + 39.557295949902084, + ], + [ + -74.6592632744895, + 39.63110017924026, + ], + [ + -74.73643240295871, + 39.729881822437434, + ], + [ + -74.90297414998065, + 39.790955627937805, + ], + [ + -74.9320471704737, + 39.88748124665739, + ], + [ + -75.05444099748766, + 39.99066750907271, + ], + [ + -75.0591070378137, + 39.993299537629895, + ], + [ + -74.97404153340811, + 40.04851842246224, + ], + [ + -74.72422891287522, + 40.147300065659415, + ], + [ + -74.58783696488311, + 40.13816853801204, + ], + ], + ], + "type": "Polygon", + }, + "id": "34005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18011 { + "geometry": { + "coordinates": [ + [ + [ + -86.24252892080783, + 40.180764428743615, + ], + [ + -86.24001643755534, + 39.9259948073819, + ], + [ + -86.32615872049772, + 39.9240610721154, + ], + [ + -86.69513483243423, + 39.92282563013958, + ], + [ + -86.69585268479209, + 40.17866954887157, + ], + [ + -86.24252892080783, + 40.180764428743615, + ], + ], + ], + "type": "Polygon", + }, + "id": "18011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39013 { + "geometry": { + "coordinates": [ + [ + [ + -80.88304321707626, + 40.159493340812084, + ], + [ + -80.70286227525511, + 40.15718360146598, + ], + [ + -80.73408885282173, + 40.03353197414685, + ], + [ + -80.75311194030483, + 39.912942094333005, + ], + [ + -80.82274361901659, + 39.84875282645883, + ], + [ + -81.23730335567679, + 39.867821604781284, + ], + [ + -81.23407302006645, + 39.951187080714945, + ], + [ + -81.22581771795113, + 40.17007516990933, + ], + [ + -80.88304321707626, + 40.159493340812084, + ], + ], + ], + "type": "Polygon", + }, + "id": "39013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 34029 { + "geometry": { + "coordinates": [ + [ + [ + -74.09718487829049, + 40.128983295496155, + ], + [ + -74.09646702593264, + 40.12361180864475, + ], + [ + -74.03221923990478, + 40.10115899360592, + ], + [ + -74.08928850235411, + 39.81120613336757, + ], + [ + -74.10579910658473, + 39.93088286041667, + ], + [ + -74.19732528221101, + 39.744760841015804, + ], + [ + -74.16035588578157, + 39.70377639633965, + ], + [ + -74.34161360613949, + 39.56540689504769, + ], + [ + -74.41447562046159, + 39.56094856096104, + ], + [ + -74.3904275664735, + 39.77441144843551, + ], + [ + -74.55302112552724, + 40.0791358975152, + ], + [ + -74.40693817070412, + 40.1722774795184, + ], + [ + -74.2662391085649, + 40.168786013065, + ], + [ + -74.24470353782931, + 40.11829403666188, + ], + [ + -74.09718487829049, + 40.128983295496155, + ], + ], + ], + "type": "Polygon", + }, + "id": "34029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39119 { + "geometry": { + "coordinates": [ + [ + [ + -81.71611087836483, + 40.15213440382567, + ], + [ + -81.72867329462726, + 39.93190344291844, + ], + [ + -81.6942163814503, + 39.84262933144824, + ], + [ + -81.69744671706064, + 39.75555752958711, + ], + [ + -82.07647276200711, + 39.77097369685062, + ], + [ + -82.17015249470694, + 39.82076737996306, + ], + [ + -82.16225611877056, + 39.90928948327406, + ], + [ + -82.23404135455587, + 39.913210668675575, + ], + [ + -82.19886658902107, + 39.95016649821318, + ], + [ + -82.18702202511649, + 40.1668522777985, + ], + [ + -81.71611087836483, + 40.15213440382567, + ], + ], + ], + "type": "Polygon", + }, + "id": "39119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42057 { + "geometry": { + "coordinates": [ + [ + [ + -77.86447405230379, + 40.061517420642616, + ], + [ + -78.00266063119052, + 39.826514870894044, + ], + [ + -78.09957069950069, + 39.722093166502916, + ], + [ + -78.34292264881292, + 39.72225431110846, + ], + [ + -78.3806098976002, + 39.72257660031954, + ], + [ + -78.2994925811628, + 39.82463485049606, + ], + [ + -78.1347454650355, + 40.16513340200605, + ], + [ + -77.86447405230379, + 40.061517420642616, + ], + ], + ], + "type": "Polygon", + }, + "id": "42057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17129 { + "geometry": { + "coordinates": [ + [ + [ + -89.60171902938161, + 40.12243008153745, + ], + [ + -89.57838882775138, + 39.97605706483691, + ], + [ + -89.69827017151286, + 39.97530505667771, + ], + [ + -89.70221835948105, + 39.91686327973453, + ], + [ + -89.99438426912728, + 39.90203797602467, + ], + [ + -89.99474319530621, + 40.10835678598679, + ], + [ + -89.9635166177396, + 40.14311030591533, + ], + [ + -89.60171902938161, + 40.12243008153745, + ], + ], + ], + "type": "Polygon", + }, + "id": "17129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06007 { + "geometry": { + "coordinates": [ + [ + [ + -121.07595565945269, + 39.5977432458931, + ], + [ + -121.14881767377479, + 39.52786020195643, + ], + [ + -121.30387378307105, + 39.519856686547854, + ], + [ + -121.40509096552836, + 39.34189932716111, + ], + [ + -121.62367700849464, + 39.295650825370586, + ], + [ + -121.90866439456234, + 39.305158357097554, + ], + [ + -121.89000023325815, + 39.38374320973348, + ], + [ + -121.85195405829194, + 39.537528878288946, + ], + [ + -121.99480667750471, + 39.53495056460028, + ], + [ + -121.9973191607572, + 39.66848572772598, + ], + [ + -121.94240345538144, + 39.70023121501773, + ], + [ + -122.04649204727014, + 39.79761627163354, + ], + [ + -122.04110815458624, + 39.88436578428358, + ], + [ + -121.77622063453843, + 39.88941498192389, + ], + [ + -121.64557150540915, + 39.98287885313819, + ], + [ + -121.5852719073495, + 40.0999235516301, + ], + [ + -121.44421391903136, + 40.15079153211282, + ], + [ + -121.37709472357209, + 40.10781963730165, + ], + [ + -121.42016586504327, + 40.01510777424656, + ], + [ + -121.40903915349655, + 39.87244108347348, + ], + [ + -121.07595565945269, + 39.5977432458931, + ], + ], + ], + "type": "Polygon", + }, + "id": "06007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18165 { + "geometry": { + "coordinates": [ + [ + [ + -87.4065265190667, + 40.12747927917776, + ], + [ + -87.42016571386591, + 39.95242252269077, + ], + [ + -87.35448222312235, + 39.86352441530016, + ], + [ + -87.38247846507862, + 39.60794907091075, + ], + [ + -87.532150681691, + 39.60730449248858, + ], + [ + -87.53322746022778, + 39.882969197702224, + ], + [ + -87.53143282933314, + 40.147944644081576, + ], + [ + -87.4065265190667, + 40.12747927917776, + ], + ], + ], + "type": "Polygon", + }, + "id": "18165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42051 { + "geometry": { + "coordinates": [ + [ + [ + -79.29371809678939, + 40.040407477316634, + ], + [ + -79.41754762851906, + 39.853748309230625, + ], + [ + -79.39242279599421, + 39.721556017817775, + ], + [ + -79.47641152186303, + 39.72107258400115, + ], + [ + -79.76355246500428, + 39.720750294790065, + ], + [ + -79.916455017227, + 39.720750294790065, + ], + [ + -79.92435139316339, + 39.92352392343026, + ], + [ + -79.99793125984333, + 39.98325485721778, + ], + [ + -79.87661421136615, + 40.036002858098485, + ], + [ + -79.877332063724, + 40.12678098588708, + ], + [ + -79.74596508223688, + 40.12812385759993, + ], + [ + -79.63936400709568, + 40.08273479370563, + ], + [ + -79.49543460934613, + 40.14563490473548, + ], + [ + -79.29371809678939, + 40.040407477316634, + ], + ], + ], + "type": "Polygon", + }, + "id": "42051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39049 { + "geometry": { + "coordinates": [ + [ + [ + -82.76166283757793, + 40.12586783312234, + ], + [ + -82.78248055595567, + 39.93958466911593, + ], + [ + -82.82411599271116, + 39.79498424307636, + ], + [ + -83.24370069587631, + 39.812495290211906, + ], + [ + -83.25913452157016, + 40.00474080462337, + ], + [ + -83.20637237326795, + 40.107712207564624, + ], + [ + -83.17012082919638, + 40.143056591046815, + ], + [ + -82.76166283757793, + 40.12586783312234, + ], + ], + ], + "type": "Polygon", + }, + "id": "39049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42101 { + "geometry": { + "coordinates": [ + [ + [ + -74.97404153340811, + 40.04851842246224, + ], + [ + -75.0591070378137, + 39.993299537629895, + ], + [ + -75.14345468986144, + 39.888931548107266, + ], + [ + -75.21739348272033, + 39.87013134412739, + ], + [ + -75.27661630224321, + 39.97691650273313, + ], + [ + -75.2062667711736, + 40.01188488213572, + ], + [ + -75.223854153941, + 40.09277947411775, + ], + [ + -75.10935670286342, + 40.04588639390506, + ], + [ + -75.01495911780573, + 40.137846248800955, + ], + [ + -74.97404153340811, + 40.04851842246224, + ], + ], + ], + "type": "Polygon", + }, + "id": "42101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29061 { + "geometry": { + "coordinates": [ + [ + [ + -94.21679183801947, + 40.13655709195662, + ], + [ + -93.76418592639307, + 40.13290448089767, + ], + [ + -93.7620323693195, + 39.959566600203125, + ], + [ + -93.75916095988809, + 39.78467098832168, + ], + [ + -94.20566512647275, + 39.78891446293427, + ], + [ + -94.21894539509303, + 40.0348748458597, + ], + [ + -94.21679183801947, + 40.13655709195662, + ], + ], + ], + "type": "Polygon", + }, + "id": "29061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29003 { + "geometry": { + "coordinates": [ + [ + [ + -94.60586781597587, + 40.12613640746491, + ], + [ + -94.60550888979695, + 40.039225750209326, + ], + [ + -94.60263748036553, + 39.81958565285575, + ], + [ + -94.8764981548865, + 39.820606235357516, + ], + [ + -94.99350808921658, + 39.8979019311491, + ], + [ + -95.04303990190844, + 40.13011130773495, + ], + [ + -94.60586781597587, + 40.12613640746491, + ], + ], + ], + "type": "Polygon", + }, + "id": "29003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 32033 { + "geometry": { + "coordinates": [ + [ + [ + -114.0467453713547, + 40.11695116494903, + ], + [ + -114.04710429753364, + 39.90601287629471, + ], + [ + -114.04782214989149, + 39.542685505666284, + ], + [ + -114.04997570696504, + 38.6773389739064, + ], + [ + -115.00077115494153, + 38.6773389739064, + ], + [ + -115.90705975673113, + 39.161847087902316, + ], + [ + -115.90777760908898, + 39.46442294224145, + ], + [ + -115.81338002403129, + 39.59349977128049, + ], + [ + -115.83096740679869, + 39.73503844981478, + ], + [ + -115.79471586272712, + 39.85305001593994, + ], + [ + -115.83527452094582, + 40.12785528325736, + ], + [ + -115.26386404409472, + 40.12253751127448, + ], + [ + -114.0467453713547, + 40.11695116494903, + ], + ], + ], + "type": "Polygon", + }, + "id": "32033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17017 { + "geometry": { + "coordinates": [ + [ + [ + -90.35510507894848, + 40.12420267219841, + ], + [ + -90.28583232641566, + 40.05523278102649, + ], + [ + -90.13472440508757, + 40.06194713959073, + ], + [ + -89.99474319530621, + 40.10835678598679, + ], + [ + -89.99438426912728, + 39.90203797602467, + ], + [ + -89.99438426912728, + 39.87281708755308, + ], + [ + -90.58338212874578, + 39.87668455808608, + ], + [ + -90.51375045003402, + 39.987820621041465, + ], + [ + -90.35510507894848, + 40.12420267219841, + ], + ], + ], + "type": "Polygon", + }, + "id": "17017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39097 { + "geometry": { + "coordinates": [ + [ + [ + -83.24370069587631, + 39.812495290211906, + ], + [ + -83.25231492417056, + 39.69545059171999, + ], + [ + -83.65323546603153, + 39.71682910938854, + ], + [ + -83.64713372098979, + 39.77301486185414, + ], + [ + -83.58898768000368, + 39.768663957504515, + ], + [ + -83.51612566568159, + 40.010166006343276, + ], + [ + -83.50356324941916, + 40.111418533492085, + ], + [ + -83.20637237326795, + 40.107712207564624, + ], + [ + -83.25913452157016, + 40.00474080462337, + ], + [ + -83.24370069587631, + 39.812495290211906, + ], + ], + ], + "type": "Polygon", + }, + "id": "39097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17009 { + "geometry": { + "coordinates": [ + [ + [ + -90.51375045003402, + 39.987820621041465, + ], + [ + -90.58338212874578, + 39.87668455808608, + ], + [ + -90.57189649102014, + 39.83924529473185, + ], + [ + -90.91646562278964, + 39.84504650053137, + ], + [ + -90.91395313953716, + 40.104435600585276, + ], + [ + -90.69608494892873, + 40.103737307294594, + ], + [ + -90.6077891089128, + 39.98212684497899, + ], + [ + -90.51375045003402, + 39.987820621041465, + ], + ], + ], + "type": "Polygon", + }, + "id": "17009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08045 { + "geometry": { + "coordinates": [ + [ + [ + -107.03727602309769, + 40.091544032141925, + ], + [ + -107.0318921304138, + 39.91890444473806, + ], + [ + -107.11372729920905, + 39.91911930421212, + ], + [ + -107.11336837303013, + 39.36607101799239, + ], + [ + -107.43101804138014, + 39.36617844772942, + ], + [ + -109.05085188687576, + 39.366661881546044, + ], + [ + -109.05121081305468, + 39.49767244585159, + ], + [ + -109.05121081305468, + 39.660482212317405, + ], + [ + -108.5544569814203, + 39.65016895756272, + ], + [ + -108.55481590759923, + 39.69362428619051, + ], + [ + -107.93853965838231, + 39.69448372408674, + ], + [ + -107.93853965838231, + 39.82501085457566, + ], + [ + -107.431735893738, + 39.82834117642352, + ], + [ + -107.431735893738, + 39.91772271763075, + ], + [ + -107.31867414737611, + 39.91492954446802, + ], + [ + -107.31687951648149, + 40.090738309114215, + ], + [ + -107.03727602309769, + 40.091544032141925, + ], + ], + ], + "type": "Polygon", + }, + "id": "08045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18065 { + "geometry": { + "coordinates": [ + [ + [ + -85.2142054181832, + 40.07687987303761, + ], + [ + -85.20164300192077, + 40.00452594514931, + ], + [ + -85.22138394176173, + 39.788431029117646, + ], + [ + -85.30142447966236, + 39.787517876352915, + ], + [ + -85.59682072491893, + 39.78655100871966, + ], + [ + -85.5763619327201, + 39.94576187899504, + ], + [ + -85.57600300654119, + 40.07714844738018, + ], + [ + -85.2142054181832, + 40.07687987303761, + ], + ], + ], + "type": "Polygon", + }, + "id": "18065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42001 { + "geometry": { + "coordinates": [ + [ + [ + -76.99946196109074, + 39.7201057163679, + ], + [ + -77.2162533731624, + 39.71983714202533, + ], + [ + -77.45924639629568, + 39.71999828663087, + ], + [ + -77.47109096020027, + 39.944043003202594, + ], + [ + -77.40361283856207, + 39.9944812647372, + ], + [ + -77.18574464795364, + 40.02971821848236, + ], + [ + -77.13728961379856, + 40.0698969401308, + ], + [ + -77.01920290093172, + 40.01403347687628, + ], + [ + -76.95495511490385, + 39.85686377160444, + ], + [ + -76.99946196109074, + 39.7201057163679, + ], + ], + ], + "type": "Polygon", + }, + "id": "42001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42045 { + "geometry": { + "coordinates": [ + [ + [ + -75.27661630224321, + 39.97691650273313, + ], + [ + -75.21739348272033, + 39.87013134412739, + ], + [ + -75.42413496178203, + 39.80712380336051, + ], + [ + -75.57990892343616, + 39.8386544311782, + ], + [ + -75.59354811823538, + 39.837418989202384, + ], + [ + -75.59426597059323, + 39.83736527433387, + ], + [ + -75.52391643952362, + 39.944043003202594, + ], + [ + -75.36096395429095, + 40.06554603578117, + ], + [ + -75.27661630224321, + 39.97691650273313, + ], + ], + ], + "type": "Polygon", + }, + "id": "42045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17115 { + "geometry": { + "coordinates": [ + [ + [ + -88.74532116646282, + 40.055179066157976, + ], + [ + -88.74603901882067, + 39.792029925308086, + ], + [ + -88.81100465720637, + 39.65306956046247, + ], + [ + -89.02600143838339, + 39.654090142964236, + ], + [ + -89.13942211092419, + 39.65521815520303, + ], + [ + -89.14193459417667, + 39.80067801913883, + ], + [ + -89.21766801793018, + 39.815127318769086, + ], + [ + -89.21838587028803, + 39.916970709471556, + ], + [ + -89.14337029889238, + 39.917883862236295, + ], + [ + -89.14480600360808, + 40.04878699680481, + ], + [ + -88.74532116646282, + 40.055179066157976, + ], + ], + ], + "type": "Polygon", + }, + "id": "17115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08014 { + "geometry": { + "coordinates": [ + [ + [ + -104.96160593036532, + 40.0002824705367, + ], + [ + -104.97632190370132, + 39.99996018132562, + ], + [ + -105.05277317981268, + 39.913747817360715, + ], + [ + -105.14717076487037, + 39.91380153222923, + ], + [ + -105.05277317981268, + 40.00022875566819, + ], + [ + -104.96160593036532, + 40.0002824705367, + ], + ], + ], + "type": "Polygon", + }, + "id": "08014", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29121 { + "geometry": { + "coordinates": [ + [ + [ + -92.34535074109633, + 40.03713087033728, + ], + [ + -92.28864040482593, + 39.95220766321671, + ], + [ + -92.29940819019373, + 39.60526332748505, + ], + [ + -92.30084389490943, + 39.60526332748505, + ], + [ + -92.6920734299394, + 39.610312525125366, + ], + [ + -92.68920202050798, + 39.697545471592036, + ], + [ + -92.85789732460347, + 39.69996264067516, + ], + [ + -92.8474884654146, + 40.03723830007431, + ], + [ + -92.34535074109633, + 40.03713087033728, + ], + ], + ], + "type": "Polygon", + }, + "id": "29121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39023 { + "geometry": { + "coordinates": [ + [ + [ + -83.51612566568159, + 40.010166006343276, + ], + [ + -83.58898768000368, + 39.768663957504515, + ], + [ + -83.64713372098979, + 39.77301486185414, + ], + [ + -83.82731466281092, + 39.82264740036104, + ], + [ + -84.0537970817136, + 39.850417987382755, + ], + [ + -84.05092567228218, + 39.879800020459896, + ], + [ + -84.0362096989462, + 40.04019261784258, + ], + [ + -83.51612566568159, + 40.010166006343276, + ], + ], + ], + "type": "Polygon", + }, + "id": "39023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29115 { + "geometry": { + "coordinates": [ + [ + [ + -92.8474884654146, + 40.03723830007431, + ], + [ + -92.85789732460347, + 39.69996264067516, + ], + [ + -93.26707316857976, + 39.70350782199708, + ], + [ + -93.36470108924779, + 39.703722681471135, + ], + [ + -93.36182967981638, + 39.96762383048022, + ], + [ + -93.36182967981638, + 40.033102255198735, + ], + [ + -92.85610269370883, + 40.03718458520579, + ], + [ + -92.8474884654146, + 40.03723830007431, + ], + ], + ], + "type": "Polygon", + }, + "id": "29115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29063 { + "geometry": { + "coordinates": [ + [ + [ + -94.21894539509303, + 40.0348748458597, + ], + [ + -94.20566512647275, + 39.78891446293427, + ], + [ + -94.20602405265167, + 39.745835138386084, + ], + [ + -94.60227855418661, + 39.747178010098935, + ], + [ + -94.60263748036553, + 39.81958565285575, + ], + [ + -94.60550888979695, + 40.039225750209326, + ], + [ + -94.21894539509303, + 40.0348748458597, + ], + ], + ], + "type": "Polygon", + }, + "id": "29063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54051 { + "geometry": { + "coordinates": [ + [ + [ + -80.51945099782364, + 39.72150230294926, + ], + [ + -80.83315247820546, + 39.72053543531601, + ], + [ + -80.82274361901659, + 39.84875282645883, + ], + [ + -80.75311194030483, + 39.912942094333005, + ], + [ + -80.73408885282173, + 40.03353197414685, + ], + [ + -80.51873314546579, + 40.01645064595941, + ], + [ + -80.5190920716447, + 39.96241348823436, + ], + [ + -80.51945099782364, + 39.72150230294926, + ], + ], + ], + "type": "Polygon", + }, + "id": "54051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 42059 { + "geometry": { + "coordinates": [ + [ + [ + -79.99793125984333, + 39.98325485721778, + ], + [ + -79.92435139316339, + 39.92352392343026, + ], + [ + -79.916455017227, + 39.720750294790065, + ], + [ + -80.42110522479776, + 39.72118001373818, + ], + [ + -80.51945099782364, + 39.72150230294926, + ], + [ + -80.5190920716447, + 39.96241348823436, + ], + [ + -80.28758468623707, + 40.019190104253624, + ], + [ + -79.99793125984333, + 39.98325485721778, + ], + ], + ], + "type": "Polygon", + }, + "id": "42059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49023 { + "geometry": { + "coordinates": [ + [ + [ + -112.17961138857868, + 40.01156259292463, + ], + [ + -112.05362829977545, + 39.89236929969216, + ], + [ + -112.08987984384704, + 39.78177038542192, + ], + [ + -111.96928064772771, + 39.80712380336051, + ], + [ + -111.82678695469386, + 39.947212180444915, + ], + [ + -111.64050426783098, + 39.812978724028525, + ], + [ + -111.58522963627628, + 39.740087647455084, + ], + [ + -111.71875017483697, + 39.694591153823765, + ], + [ + -111.71336628215306, + 39.460125752760334, + ], + [ + -111.74710534297216, + 39.38283005696874, + ], + [ + -111.92262024446725, + 39.381379755518864, + ], + [ + -112.01558212480924, + 39.31445102935047, + ], + [ + -112.19576306663038, + 39.32954490740289, + ], + [ + -112.21945219443953, + 39.553965628054215, + ], + [ + -114.04782214989149, + 39.542685505666284, + ], + [ + -114.04710429753364, + 39.90601287629471, + ], + [ + -112.79804119486917, + 39.90321970313198, + ], + [ + -112.34184602145349, + 39.90424028563375, + ], + [ + -112.17961138857868, + 40.01156259292463, + ], + ], + ], + "type": "Polygon", + }, + "id": "49023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18177 { + "geometry": { + "coordinates": [ + [ + [ + -84.81077239306973, + 40.00506309383445, + ], + [ + -84.81256702396436, + 39.91691699460304, + ], + [ + -84.814361654859, + 39.726551500589565, + ], + [ + -85.03438340254098, + 39.71451937004244, + ], + [ + -85.18477347151122, + 39.71543252280718, + ], + [ + -85.22138394176173, + 39.788431029117646, + ], + [ + -85.20164300192077, + 40.00452594514931, + ], + [ + -84.81077239306973, + 40.00506309383445, + ], + ], + ], + "type": "Polygon", + }, + "id": "18177", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20023 { + "geometry": { + "coordinates": [ + [ + [ + -101.41110816842368, + 40.00253849501429, + ], + [ + -101.41397957785509, + 39.56836121281596, + ], + [ + -102.04963784073405, + 39.5681463533419, + ], + [ + -102.04963784073405, + 39.574054988878444, + ], + [ + -102.0517913978076, + 40.00307564369943, + ], + [ + -101.41110816842368, + 40.00253849501429, + ], + ], + ], + "type": "Polygon", + }, + "id": "20023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20153 { + "geometry": { + "coordinates": [ + [ + [ + -100.7589393013141, + 40.00226992067172, + ], + [ + -100.73883943529421, + 40.00210877606618, + ], + [ + -100.74099299236777, + 39.56798520873636, + ], + [ + -101.38921367150915, + 39.56836121281596, + ], + [ + -101.41397957785509, + 39.56836121281596, + ], + [ + -101.41110816842368, + 40.00253849501429, + ], + [ + -101.32568373783916, + 40.002699639619834, + ], + [ + -100.7589393013141, + 40.00226992067172, + ], + ], + ], + "type": "Polygon", + }, + "id": "20153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06045 { + "geometry": { + "coordinates": [ + [ + [ + -123.54429099193072, + 40.00184020172361, + ], + [ + -123.54464991810966, + 39.97697021760165, + ], + [ + -122.93411648775555, + 39.978151944708955, + ], + [ + -122.93770574954482, + 39.79815342031868, + ], + [ + -122.88925071538972, + 39.58264936784067, + ], + [ + -122.8888917892108, + 39.530868234593214, + ], + [ + -123.06225313363234, + 39.503366221914064, + ], + [ + -123.07589232843155, + 39.408237189775846, + ], + [ + -122.99513393817307, + 39.236833044347804, + ], + [ + -123.0805583687576, + 39.17495351581972, + ], + [ + -123.09347971119895, + 39.073002695380225, + ], + [ + -122.98723756223669, + 38.99753330511811, + ], + [ + -122.94811460873369, + 38.900685397187445, + ], + [ + -122.81818333196227, + 38.85030085052135, + ], + [ + -123.07948159022081, + 38.852503160130425, + ], + [ + -123.13834548356476, + 38.809101546371146, + ], + [ + -123.3698528689724, + 38.80571750965477, + ], + [ + -123.533164280384, + 38.76843939090608, + ], + [ + -123.72734334318328, + 38.91889473761368, + ], + [ + -123.68822038968028, + 39.031319957413395, + ], + [ + -123.82676589474593, + 39.34963426822712, + ], + [ + -123.77292696790695, + 39.53376883749297, + ], + [ + -123.78548938416938, + 39.65344556454207, + ], + [ + -123.85512106288114, + 39.83435724169709, + ], + [ + -124.02309851461877, + 40.00119562330144, + ], + [ + -123.54429099193072, + 40.00184020172361, + ], + ], + ], + "type": "Polygon", + }, + "id": "06045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20089 { + "geometry": { + "coordinates": [ + [ + [ + -97.93167778990949, + 40.002055061197666, + ], + [ + -97.93131886373057, + 39.65371413888464, + ], + [ + -97.93167778990949, + 39.566857196497565, + ], + [ + -98.48729551488782, + 39.567394345182706, + ], + [ + -98.50524182383415, + 39.56755548978825, + ], + [ + -98.5045239714763, + 40.00226992067172, + ], + [ + -98.27409336460543, + 40.00264592475132, + ], + [ + -97.93167778990949, + 40.002055061197666, + ], + ], + ], + "type": "Polygon", + }, + "id": "20089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20183 { + "geometry": { + "coordinates": [ + [ + [ + -98.5045239714763, + 40.00226992067172, + ], + [ + -98.50524182383415, + 39.56755548978825, + ], + [ + -99.04434894458186, + 39.56798520873636, + ], + [ + -99.06624344149638, + 39.568038923604874, + ], + [ + -99.06696129385423, + 40.002323635540236, + ], + [ + -98.72634035005292, + 40.00237735040875, + ], + [ + -98.5045239714763, + 40.00226992067172, + ], + ], + ], + "type": "Polygon", + }, + "id": "20183", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20157 { + "geometry": { + "coordinates": [ + [ + [ + -97.36924046753155, + 40.00194763146064, + ], + [ + -97.3685226151737, + 39.65398271322721, + ], + [ + -97.93131886373057, + 39.65371413888464, + ], + [ + -97.93167778990949, + 40.002055061197666, + ], + [ + -97.82148745297903, + 40.002055061197666, + ], + [ + -97.36924046753155, + 40.00194763146064, + ], + ], + ], + "type": "Polygon", + }, + "id": "20157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20201 { + "geometry": { + "coordinates": [ + [ + [ + -96.91627562972621, + 40.00146419764401, + ], + [ + -96.80572636661684, + 40.0014104827755, + ], + [ + -96.80644421897469, + 39.56637376268094, + ], + [ + -96.95898784501848, + 39.566320047812425, + ], + [ + -97.3685226151737, + 39.56696462623459, + ], + [ + -97.3685226151737, + 39.65398271322721, + ], + [ + -97.36924046753155, + 40.00194763146064, + ], + [ + -96.91627562972621, + 40.00146419764401, + ], + ], + ], + "type": "Polygon", + }, + "id": "20201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20039 { + "geometry": { + "coordinates": [ + [ + [ + -100.19363056950475, + 40.001625342249554, + ], + [ + -100.1781967438109, + 40.001517912512526, + ], + [ + -100.18035030088446, + 39.56680348162905, + ], + [ + -100.72017527399002, + 39.56798520873636, + ], + [ + -100.74099299236777, + 39.56798520873636, + ], + [ + -100.73883943529421, + 40.00210877606618, + ], + [ + -100.19363056950475, + 40.001625342249554, + ], + ], + ], + "type": "Polygon", + }, + "id": "20039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 32001 { + "geometry": { + "coordinates": [ + [ + [ + -117.54196850174166, + 40.000980763827386, + ], + [ + -117.46874756124065, + 39.92142904355821, + ], + [ + -117.49566702466014, + 39.74921917510246, + ], + [ + -117.46372259473567, + 39.632711625295684, + ], + [ + -117.49459024612335, + 39.53398369696703, + ], + [ + -117.59006460971783, + 39.51797666614986, + ], + [ + -117.76306702796043, + 39.35291087520647, + ], + [ + -117.7207137388471, + 39.21287621299058, + ], + [ + -117.77562944422286, + 39.09341434541553, + ], + [ + -117.86500206277557, + 39.07364727380239, + ], + [ + -118.75370328179777, + 39.074614141435646, + ], + [ + -118.7540622079767, + 39.11199968992136, + ], + [ + -119.11801335340824, + 39.38847011816271, + ], + [ + -119.07781362136846, + 39.722415455714, + ], + [ + -119.1890807368357, + 39.63255048069014, + ], + [ + -119.17077550171044, + 39.78821616964359, + ], + [ + -119.20882167667666, + 39.80997069139175, + ], + [ + -119.22497335472836, + 39.99931560290345, + ], + [ + -118.50101925183347, + 39.998617309612776, + ], + [ + -117.54196850174166, + 40.000980763827386, + ], + ], + ], + "type": "Polygon", + }, + "id": "32001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20137 { + "geometry": { + "coordinates": [ + [ + [ + -99.62580935444291, + 40.001786486855096, + ], + [ + -99.62796291151646, + 39.567394345182706, + ], + [ + -100.16168613958028, + 39.567233200577164, + ], + [ + -100.18035030088446, + 39.56680348162905, + ], + [ + -100.1781967438109, + 40.001517912512526, + ], + [ + -99.6283218376954, + 40.001786486855096, + ], + [ + -99.62580935444291, + 40.001786486855096, + ], + ], + ], + "type": "Polygon", + }, + "id": "20137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20147 { + "geometry": { + "coordinates": [ + [ + [ + -99.06696129385423, + 40.002323635540236, + ], + [ + -99.06624344149638, + 39.568038923604874, + ], + [ + -99.60212022663376, + 39.56728691544568, + ], + [ + -99.62796291151646, + 39.567394345182706, + ], + [ + -99.62580935444291, + 40.001786486855096, + ], + [ + -99.17894626167933, + 40.00210877606618, + ], + [ + -99.06696129385423, + 40.002323635540236, + ], + ], + ], + "type": "Polygon", + }, + "id": "20147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20117 { + "geometry": { + "coordinates": [ + [ + [ + -96.46366971809981, + 40.000980763827386, + ], + [ + -96.2393408562707, + 40.00081961922184, + ], + [ + -96.23898193009178, + 39.56615890320688, + ], + [ + -96.58175643096665, + 39.56626633294391, + ], + [ + -96.80644421897469, + 39.56637376268094, + ], + [ + -96.80572636661684, + 40.0014104827755, + ], + [ + -96.46366971809981, + 40.000980763827386, + ], + ], + ], + "type": "Polygon", + }, + "id": "20117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08001 { + "geometry": { + "coordinates": [ + [ + [ + -103.70572323030125, + 40.00130305303847, + ], + [ + -103.7064410826591, + 39.739819073112514, + ], + [ + -104.88479572807503, + 39.7401413623236, + ], + [ + -104.73584136382051, + 39.76941596566371, + ], + [ + -104.7598894178086, + 39.82141195838523, + ], + [ + -104.61990820802723, + 39.8267297303681, + ], + [ + -104.60052619436519, + 39.89945966233601, + ], + [ + -104.73153424967339, + 39.89860022443978, + ], + [ + -104.79075706919627, + 39.798260850055705, + ], + [ + -105.0531321059916, + 39.79100934280632, + ], + [ + -105.05277317981268, + 39.913747817360715, + ], + [ + -104.97632190370132, + 39.99996018132562, + ], + [ + -104.96160593036532, + 40.0002824705367, + ], + [ + -104.15043276599127, + 40.00081961922184, + ], + [ + -103.70572323030125, + 40.00130305303847, + ], + ], + ], + "type": "Polygon", + }, + "id": "08001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20013 { + "geometry": { + "coordinates": [ + [ + [ + -95.33987185188072, + 39.99996018132562, + ], + [ + -95.33987185188072, + 39.65290841585693, + ], + [ + -95.56420071370982, + 39.65290841585693, + ], + [ + -95.78888850171785, + 39.65296213072544, + ], + [ + -95.78817064936, + 40.00038990027373, + ], + [ + -95.33987185188072, + 39.99996018132562, + ], + ], + ], + "type": "Polygon", + }, + "id": "20013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20131 { + "geometry": { + "coordinates": [ + [ + [ + -96.01070488029448, + 40.00060475974779, + ], + [ + -95.78817064936, + 40.00038990027373, + ], + [ + -95.78888850171785, + 39.65296213072544, + ], + [ + -95.78924742789678, + 39.56642747754945, + ], + [ + -96.03582971281934, + 39.566051473469855, + ], + [ + -96.23898193009178, + 39.56615890320688, + ], + [ + -96.2393408562707, + 40.00081961922184, + ], + [ + -96.01070488029448, + 40.00060475974779, + ], + ], + ], + "type": "Polygon", + }, + "id": "20131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20043 { + "geometry": { + "coordinates": [ + [ + [ + -95.3086452743141, + 39.99996018132562, + ], + [ + -95.08503426484285, + 39.861859254376235, + ], + [ + -94.99350808921658, + 39.8979019311491, + ], + [ + -94.8764981548865, + 39.820606235357516, + ], + [ + -94.88403560464397, + 39.72671264519511, + ], + [ + -94.95582084042928, + 39.745512849175, + ], + [ + -95.05488446581302, + 39.6235263827798, + ], + [ + -95.11518406387268, + 39.652478696908815, + ], + [ + -95.33987185188072, + 39.65290841585693, + ], + [ + -95.33987185188072, + 39.99996018132562, + ], + [ + -95.3086452743141, + 39.99996018132562, + ], + ], + ], + "type": "Polygon", + }, + "id": "20043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 34007 { + "geometry": { + "coordinates": [ + [ + [ + -74.73643240295871, + 39.729881822437434, + ], + [ + -74.87713146509793, + 39.60827136012183, + ], + [ + -75.0239322722789, + 39.73047268599109, + ], + [ + -75.13232797831472, + 39.88436578428358, + ], + [ + -75.05444099748766, + 39.99066750907271, + ], + [ + -74.9320471704737, + 39.88748124665739, + ], + [ + -74.90297414998065, + 39.790955627937805, + ], + [ + -74.73643240295871, + 39.729881822437434, + ], + ], + ], + "type": "Polygon", + }, + "id": "34007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17167 { + "geometry": { + "coordinates": [ + [ + [ + -89.21838587028803, + 39.916970709471556, + ], + [ + -89.21766801793018, + 39.815127318769086, + ], + [ + -89.39641325503561, + 39.74234367193267, + ], + [ + -89.5353176862802, + 39.64109114478386, + ], + [ + -89.53352305538556, + 39.52458359497709, + ], + [ + -89.7015005071232, + 39.523348153001265, + ], + [ + -89.92654722131016, + 39.52205899615693, + ], + [ + -89.9850521884752, + 39.718064551364364, + ], + [ + -89.99438426912728, + 39.87281708755308, + ], + [ + -89.99438426912728, + 39.90203797602467, + ], + [ + -89.70221835948105, + 39.91686327973453, + ], + [ + -89.69827017151286, + 39.97530505667771, + ], + [ + -89.57838882775138, + 39.97605706483691, + ], + [ + -89.48327339033584, + 39.93313888489426, + ], + [ + -89.21838587028803, + 39.916970709471556, + ], + ], + ], + "type": "Polygon", + }, + "id": "17167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29117 { + "geometry": { + "coordinates": [ + [ + [ + -93.26707316857976, + 39.70350782199708, + ], + [ + -93.27855880630541, + 39.615576582239726, + ], + [ + -93.75844310753024, + 39.611386822495646, + ], + [ + -93.75916095988809, + 39.78467098832168, + ], + [ + -93.7620323693195, + 39.959566600203125, + ], + [ + -93.36182967981638, + 39.96762383048022, + ], + [ + -93.36470108924779, + 39.703722681471135, + ], + [ + -93.26707316857976, + 39.70350782199708, + ], + ], + ], + "type": "Polygon", + }, + "id": "29117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29205 { + "geometry": { + "coordinates": [ + [ + [ + -91.95268550135066, + 39.94936077518547, + ], + [ + -91.84034160734664, + 39.94823276294668, + ], + [ + -91.84716120474624, + 39.658494762182386, + ], + [ + -92.18491073911615, + 39.66289938140053, + ], + [ + -92.18670537001078, + 39.604027885509225, + ], + [ + -92.29940819019373, + 39.60526332748505, + ], + [ + -92.28864040482593, + 39.95220766321671, + ], + [ + -91.95268550135066, + 39.94936077518547, + ], + ], + ], + "type": "Polygon", + }, + "id": "29205", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18121 { + "geometry": { + "coordinates": [ + [ + [ + -87.09103040779024, + 39.95301338624442, + ], + [ + -87.0917482601481, + 39.86723074122763, + ], + [ + -87.00955416517391, + 39.86669359254249, + ], + [ + -87.0135023531421, + 39.60472617879991, + ], + [ + -87.19906718764715, + 39.60714334788304, + ], + [ + -87.38247846507862, + 39.60794907091075, + ], + [ + -87.35448222312235, + 39.86352441530016, + ], + [ + -87.42016571386591, + 39.95242252269077, + ], + [ + -87.09103040779024, + 39.95301338624442, + ], + ], + ], + "type": "Polygon", + }, + "id": "18121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39121 { + "geometry": { + "coordinates": [ + [ + [ + -81.23407302006645, + 39.951187080714945, + ], + [ + -81.23730335567679, + 39.867821604781284, + ], + [ + -81.31375463178814, + 39.86948676570522, + ], + [ + -81.31913852447204, + 39.70737529253009, + ], + [ + -81.28324590657938, + 39.60580047617019, + ], + [ + -81.58833315866697, + 39.58694655732179, + ], + [ + -81.69744671706064, + 39.75555752958711, + ], + [ + -81.6942163814503, + 39.84262933144824, + ], + [ + -81.58043678273059, + 39.8390304352578, + ], + [ + -81.57864215183595, + 39.897687071675044, + ], + [ + -81.46414470075838, + 39.894517894432724, + ], + [ + -81.38589879375239, + 39.950649932029805, + ], + [ + -81.23407302006645, + 39.951187080714945, + ], + ], + ], + "type": "Polygon", + }, + "id": "39121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29127 { + "geometry": { + "coordinates": [ + [ + [ + -91.43547287751747, + 39.9452247303099, + ], + [ + -91.43511395133854, + 39.84364991395, + ], + [ + -91.36584119880571, + 39.758726706829435, + ], + [ + -91.30518267456712, + 39.683955609858, + ], + [ + -91.71543529708019, + 39.686480208678155, + ], + [ + -91.71507637090127, + 39.65763532428616, + ], + [ + -91.84716120474624, + 39.658494762182386, + ], + [ + -91.84034160734664, + 39.94823276294668, + ], + [ + -91.43547287751747, + 39.9452247303099, + ], + ], + ], + "type": "Polygon", + }, + "id": "29127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18059 { + "geometry": { + "coordinates": [ + [ + [ + -85.5763619327201, + 39.94576187899504, + ], + [ + -85.59682072491893, + 39.78655100871966, + ], + [ + -85.6330722689905, + 39.69845862435677, + ], + [ + -85.9517987158773, + 39.697115752643924, + ], + [ + -85.93744166872024, + 39.92706910475218, + ], + [ + -85.86242609732459, + 39.94361328425448, + ], + [ + -85.5763619327201, + 39.94576187899504, + ], + ], + ], + "type": "Polygon", + }, + "id": "18059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39045 { + "geometry": { + "coordinates": [ + [ + [ + -82.78248055595567, + 39.93958466911593, + ], + [ + -82.4626773305321, + 39.93034571173153, + ], + [ + -82.47165048500527, + 39.83720412972833, + ], + [ + -82.39735276596747, + 39.833068084852755, + ], + [ + -82.37438149051616, + 39.654895865991946, + ], + [ + -82.4885200154148, + 39.66155650968768, + ], + [ + -82.49605746517227, + 39.6027924435334, + ], + [ + -82.61737451364945, + 39.60859364933292, + ], + [ + -82.7315130385481, + 39.55439534700233, + ], + [ + -82.84278015401534, + 39.5619691434628, + ], + [ + -82.82411599271116, + 39.79498424307636, + ], + [ + -82.78248055595567, + 39.93958466911593, + ], + ], + ], + "type": "Polygon", + }, + "id": "39045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08047 { + "geometry": { + "coordinates": [ + [ + [ + -105.39770123776111, + 39.91283466459598, + ], + [ + -105.39806016394003, + 39.74707058036191, + ], + [ + -105.54414311876315, + 39.77365944027631, + ], + [ + -105.69022607358626, + 39.85192200370115, + ], + [ + -105.6758690264292, + 39.93244059160358, + ], + [ + -105.39841909011896, + 39.93496519042373, + ], + [ + -105.39770123776111, + 39.91283466459598, + ], + ], + ], + "type": "Polygon", + }, + "id": "08047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39127 { + "geometry": { + "coordinates": [ + [ + [ + -82.07647276200711, + 39.77097369685062, + ], + [ + -82.02406953988383, + 39.72467148019158, + ], + [ + -82.04739974151406, + 39.550796450811895, + ], + [ + -82.15902578316022, + 39.55654394174289, + ], + [ + -82.37976538320007, + 39.59672266339133, + ], + [ + -82.37438149051616, + 39.654895865991946, + ], + [ + -82.39735276596747, + 39.833068084852755, + ], + [ + -82.47165048500527, + 39.83720412972833, + ], + [ + -82.4626773305321, + 39.93034571173153, + ], + [ + -82.23404135455587, + 39.913210668675575, + ], + [ + -82.16225611877056, + 39.90928948327406, + ], + [ + -82.17015249470694, + 39.82076737996306, + ], + [ + -82.07647276200711, + 39.77097369685062, + ], + ], + ], + "type": "Polygon", + }, + "id": "39127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18097 { + "geometry": { + "coordinates": [ + [ + [ + -85.93744166872024, + 39.92706910475218, + ], + [ + -85.9517987158773, + 39.697115752643924, + ], + [ + -85.95215764205624, + 39.63835168648965, + ], + [ + -86.24970744438636, + 39.63362477806042, + ], + [ + -86.32615872049772, + 39.632174476610544, + ], + [ + -86.32615872049772, + 39.9240610721154, + ], + [ + -86.24001643755534, + 39.9259948073819, + ], + [ + -85.93744166872024, + 39.92706910475218, + ], + ], + ], + "type": "Polygon", + }, + "id": "18097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08037 { + "geometry": { + "coordinates": [ + [ + [ + -106.43463896867998, + 39.9248667951431, + ], + [ + -106.38546608216703, + 39.76715994118612, + ], + [ + -106.1837495696103, + 39.6516192590126, + ], + [ + -106.25876514100595, + 39.494127264529666, + ], + [ + -106.2067208450616, + 39.37955344998939, + ], + [ + -106.42638366656466, + 39.3618812582483, + ], + [ + -107.11336837303013, + 39.36607101799239, + ], + [ + -107.11372729920905, + 39.91911930421212, + ], + [ + -107.0318921304138, + 39.91890444473806, + ], + [ + -106.62666447440569, + 39.92470565053756, + ], + [ + -106.43463896867998, + 39.9248667951431, + ], + ], + ], + "type": "Polygon", + }, + "id": "08037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08117 { + "geometry": { + "coordinates": [ + [ + [ + -105.92460486842532, + 39.698942058173394, + ], + [ + -105.79287896075927, + 39.63609566201207, + ], + [ + -105.82948943100978, + 39.564869746362554, + ], + [ + -106.01792567494623, + 39.36515786522765, + ], + [ + -106.13565346163413, + 39.37949973512087, + ], + [ + -106.2067208450616, + 39.37955344998939, + ], + [ + -106.25876514100595, + 39.494127264529666, + ], + [ + -106.1837495696103, + 39.6516192590126, + ], + [ + -106.38546608216703, + 39.76715994118612, + ], + [ + -106.43463896867998, + 39.9248667951431, + ], + [ + -106.2458437985646, + 39.91170665235719, + ], + [ + -106.0879162798369, + 39.80846667507336, + ], + [ + -106.02115601055657, + 39.68841394394466, + ], + [ + -105.92460486842532, + 39.698942058173394, + ], + ], + ], + "type": "Polygon", + }, + "id": "08117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18063 { + "geometry": { + "coordinates": [ + [ + [ + -86.32615872049772, + 39.9240610721154, + ], + [ + -86.32615872049772, + 39.632174476610544, + ], + [ + -86.46578100410015, + 39.60075127852988, + ], + [ + -86.65672973128909, + 39.60118099747799, + ], + [ + -86.68759738267677, + 39.63029445621255, + ], + [ + -86.69513483243423, + 39.864759857275985, + ], + [ + -86.69513483243423, + 39.92282563013958, + ], + [ + -86.32615872049772, + 39.9240610721154, + ], + ], + ], + "type": "Polygon", + }, + "id": "18063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39113 { + "geometry": { + "coordinates": [ + [ + [ + -84.05092567228218, + 39.879800020459896, + ], + [ + -84.0537970817136, + 39.850417987382755, + ], + [ + -84.0929200352166, + 39.8382784270986, + ], + [ + -84.11409667977325, + 39.57792245941144, + ], + [ + -84.36534500502185, + 39.58947115614195, + ], + [ + -84.47912460374158, + 39.59097517246033, + ], + [ + -84.48522634878333, + 39.91847472578995, + ], + [ + -84.42636245543937, + 39.91960273802874, + ], + [ + -84.1578856736023, + 39.923201634219176, + ], + [ + -84.05092567228218, + 39.879800020459896, + ], + ], + ], + "type": "Polygon", + }, + "id": "39113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39135 { + "geometry": { + "coordinates": [ + [ + [ + -84.48522634878333, + 39.91847472578995, + ], + [ + -84.47912460374158, + 39.59097517246033, + ], + [ + -84.47876567756265, + 39.56879093176407, + ], + [ + -84.81472058103792, + 39.567501774919734, + ], + [ + -84.814361654859, + 39.726551500589565, + ], + [ + -84.81256702396436, + 39.91691699460304, + ], + [ + -84.48522634878333, + 39.91847472578995, + ], + ], + ], + "type": "Polygon", + }, + "id": "39135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08059 { + "geometry": { + "coordinates": [ + [ + [ + -105.05277317981268, + 39.913747817360715, + ], + [ + -105.0531321059916, + 39.79100934280632, + ], + [ + -105.05349103217053, + 39.61444857000094, + ], + [ + -105.04882499184448, + 39.56594404373283, + ], + [ + -105.2340309001706, + 39.24591085712666, + ], + [ + -105.3287874114072, + 39.12967188166245, + ], + [ + -105.33058204230184, + 39.12967188166245, + ], + [ + -105.39770123776111, + 39.129564451925425, + ], + [ + -105.39877801629788, + 39.56610518833837, + ], + [ + -105.39806016394003, + 39.74707058036191, + ], + [ + -105.39770123776111, + 39.91283466459598, + ], + [ + -105.14717076487037, + 39.91380153222923, + ], + [ + -105.05277317981268, + 39.913747817360715, + ], + ], + ], + "type": "Polygon", + }, + "id": "08059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08031 { + "geometry": { + "coordinates": [ + [ + [ + -104.88479572807503, + 39.7401413623236, + ], + [ + -104.91350982238916, + 39.624063531464934, + ], + [ + -104.9734504942699, + 39.66768000469827, + ], + [ + -105.05349103217053, + 39.61444857000094, + ], + [ + -105.0531321059916, + 39.79100934280632, + ], + [ + -104.79075706919627, + 39.798260850055705, + ], + [ + -104.73153424967339, + 39.89860022443978, + ], + [ + -104.60052619436519, + 39.89945966233601, + ], + [ + -104.61990820802723, + 39.8267297303681, + ], + [ + -104.7598894178086, + 39.82141195838523, + ], + [ + -104.73584136382051, + 39.76941596566371, + ], + [ + -104.88479572807503, + 39.7401413623236, + ], + ], + ], + "type": "Polygon", + }, + "id": "08031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 34015 { + "geometry": { + "coordinates": [ + [ + [ + -74.87713146509793, + 39.60827136012183, + ], + [ + -74.98516824495483, + 39.51480748890754, + ], + [ + -75.06197844724511, + 39.56862978715853, + ], + [ + -75.20016502613184, + 39.66698171140759, + ], + [ + -75.326507041114, + 39.69093854276481, + ], + [ + -75.42736529739237, + 39.78456355858465, + ], + [ + -75.13232797831472, + 39.88436578428358, + ], + [ + -75.0239322722789, + 39.73047268599109, + ], + [ + -74.87713146509793, + 39.60827136012183, + ], + ], + ], + "type": "Polygon", + }, + "id": "34015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17045 { + "geometry": { + "coordinates": [ + [ + [ + -87.532150681691, + 39.60730449248858, + ], + [ + -87.53179175551207, + 39.47709965121074, + ], + [ + -87.9603496131504, + 39.481235696086316, + ], + [ + -87.96645135819215, + 39.6858893451245, + ], + [ + -87.93773726387802, + 39.879800020459896, + ], + [ + -87.53322746022778, + 39.882969197702224, + ], + [ + -87.532150681691, + 39.60730449248858, + ], + ], + ], + "type": "Polygon", + }, + "id": "17045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17041 { + "geometry": { + "coordinates": [ + [ + [ + -87.93773726387802, + 39.879800020459896, + ], + [ + -87.96645135819215, + 39.6858893451245, + ], + [ + -88.06336142650233, + 39.652478696908815, + ], + [ + -88.47217834429969, + 39.651565544144084, + ], + [ + -88.4736140490154, + 39.791761350965515, + ], + [ + -88.46248733746867, + 39.879101727169214, + ], + [ + -87.93773726387802, + 39.879800020459896, + ], + ], + ], + "type": "Polygon", + }, + "id": "17041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17137 { + "geometry": { + "coordinates": [ + [ + [ + -89.99438426912728, + 39.87281708755308, + ], + [ + -89.9850521884752, + 39.718064551364364, + ], + [ + -89.92654722131016, + 39.52205899615693, + ], + [ + -90.15374749257067, + 39.520286405495966, + ], + [ + -90.30162507828842, + 39.52017897575894, + ], + [ + -90.30090722593057, + 39.63652538096017, + ], + [ + -90.37305138789482, + 39.666283418116905, + ], + [ + -90.37125675700018, + 39.75330150510952, + ], + [ + -90.59917488061855, + 39.78998876030455, + ], + [ + -90.57189649102014, + 39.83924529473185, + ], + [ + -90.58338212874578, + 39.87668455808608, + ], + [ + -89.99438426912728, + 39.87281708755308, + ], + ], + ], + "type": "Polygon", + }, + "id": "17137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39111 { + "geometry": { + "coordinates": [ + [ + [ + -80.82274361901659, + 39.84875282645883, + ], + [ + -80.83315247820546, + 39.72053543531601, + ], + [ + -80.94406066749377, + 39.60676734380344, + ], + [ + -81.03881717873038, + 39.53994604737208, + ], + [ + -81.03666362165683, + 39.57212125361194, + ], + [ + -81.28324590657938, + 39.60580047617019, + ], + [ + -81.31913852447204, + 39.70737529253009, + ], + [ + -81.31375463178814, + 39.86948676570522, + ], + [ + -81.23730335567679, + 39.867821604781284, + ], + [ + -80.82274361901659, + 39.84875282645883, + ], + ], + ], + "type": "Polygon", + }, + "id": "39111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18133 { + "geometry": { + "coordinates": [ + [ + [ + -86.69513483243423, + 39.864759857275985, + ], + [ + -86.68759738267677, + 39.63029445621255, + ], + [ + -86.65672973128909, + 39.60118099747799, + ], + [ + -86.68687953031892, + 39.47006300343541, + ], + [ + -86.93992248646215, + 39.47333961041477, + ], + [ + -87.0149380578578, + 39.47376932936288, + ], + [ + -87.0135023531421, + 39.60472617879991, + ], + [ + -87.00955416517391, + 39.86669359254249, + ], + [ + -86.69513483243423, + 39.864759857275985, + ], + ], + ], + "type": "Polygon", + }, + "id": "18133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08019 { + "geometry": { + "coordinates": [ + [ + [ + -105.39806016394003, + 39.74707058036191, + ], + [ + -105.39877801629788, + 39.56610518833837, + ], + [ + -105.82948943100978, + 39.564869746362554, + ], + [ + -105.79287896075927, + 39.63609566201207, + ], + [ + -105.92460486842532, + 39.698942058173394, + ], + [ + -105.87507305573345, + 39.79917400282044, + ], + [ + -105.69022607358626, + 39.85192200370115, + ], + [ + -105.54414311876315, + 39.77365944027631, + ], + [ + -105.39806016394003, + 39.74707058036191, + ], + ], + ], + "type": "Polygon", + }, + "id": "08019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39057 { + "geometry": { + "coordinates": [ + [ + [ + -83.64713372098979, + 39.77301486185414, + ], + [ + -83.65323546603153, + 39.71682910938854, + ], + [ + -83.67010499644108, + 39.550259302126754, + ], + [ + -83.97698687942331, + 39.56916693584367, + ], + [ + -84.11409667977325, + 39.57792245941144, + ], + [ + -84.0929200352166, + 39.8382784270986, + ], + [ + -84.0537970817136, + 39.850417987382755, + ], + [ + -83.82731466281092, + 39.82264740036104, + ], + [ + -83.64713372098979, + 39.77301486185414, + ], + ], + ], + "type": "Polygon", + }, + "id": "39057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17149 { + "geometry": { + "coordinates": [ + [ + [ + -90.57189649102014, + 39.83924529473185, + ], + [ + -90.59917488061855, + 39.78998876030455, + ], + [ + -90.64655313623686, + 39.69733061211798, + ], + [ + -90.5808696454933, + 39.521736706945845, + ], + [ + -90.61389085395454, + 39.39577534028061, + ], + [ + -90.93692441498845, + 39.39969652568213, + ], + [ + -91.02773273825689, + 39.441110689306385, + ], + [ + -91.17812280722711, + 39.59817296484121, + ], + [ + -91.30518267456712, + 39.683955609858, + ], + [ + -91.36584119880571, + 39.758726706829435, + ], + [ + -90.91610669661071, + 39.75716897564253, + ], + [ + -90.91646562278964, + 39.84504650053137, + ], + [ + -90.57189649102014, + 39.83924529473185, + ], + ], + ], + "type": "Polygon", + }, + "id": "17149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 10003 { + "geometry": { + "coordinates": [ + [ + [ + -75.42413496178203, + 39.80712380336051, + ], + [ + -75.61580154132882, + 39.61589887145081, + ], + [ + -75.56303939302661, + 39.56137827990915, + ], + [ + -75.58924100408825, + 39.460394327102904, + ], + [ + -75.51602006358723, + 39.363492704303724, + ], + [ + -75.65097630686363, + 39.29189078457461, + ], + [ + -75.7600898652573, + 39.29661769300384, + ], + [ + -75.76655053647798, + 39.37751228498586, + ], + [ + -75.78844503339249, + 39.722200596239944, + ], + [ + -75.59426597059323, + 39.83736527433387, + ], + [ + -75.59354811823538, + 39.837418989202384, + ], + [ + -75.57990892343616, + 39.8386544311782, + ], + [ + -75.42413496178203, + 39.80712380336051, + ], + ], + ], + "type": "Polygon", + }, + "id": "10003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17021 { + "geometry": { + "coordinates": [ + [ + [ + -89.21766801793018, + 39.815127318769086, + ], + [ + -89.14193459417667, + 39.80067801913883, + ], + [ + -89.13942211092419, + 39.65521815520303, + ], + [ + -89.02600143838339, + 39.654090142964236, + ], + [ + -89.02528358602554, + 39.346089086905195, + ], + [ + -89.14013996328204, + 39.348882260067924, + ], + [ + -89.53065164595415, + 39.349043404673466, + ], + [ + -89.53352305538556, + 39.52458359497709, + ], + [ + -89.5353176862802, + 39.64109114478386, + ], + [ + -89.39641325503561, + 39.74234367193267, + ], + [ + -89.21766801793018, + 39.815127318769086, + ], + ], + ], + "type": "Polygon", + }, + "id": "17021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29021 { + "geometry": { + "coordinates": [ + [ + [ + -94.60263748036553, + 39.81958565285575, + ], + [ + -94.60227855418661, + 39.747178010098935, + ], + [ + -94.60120177564983, + 39.530331085908074, + ], + [ + -95.10298057378918, + 39.53333911854486, + ], + [ + -95.05488446581302, + 39.6235263827798, + ], + [ + -94.95582084042928, + 39.745512849175, + ], + [ + -94.88403560464397, + 39.72671264519511, + ], + [ + -94.8764981548865, + 39.820606235357516, + ], + [ + -94.60263748036553, + 39.81958565285575, + ], + ], + ], + "type": "Polygon", + }, + "id": "29021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49007 { + "geometry": { + "coordinates": [ + [ + [ + -110.85804519777105, + 39.81244157534339, + ], + [ + -109.96754934785422, + 39.80599579112172, + ], + [ + -109.88499632670111, + 39.80572721677915, + ], + [ + -109.99410988509479, + 39.7024335246268, + ], + [ + -110.03789887892383, + 39.56589032886431, + ], + [ + -110.0239007579457, + 39.46893499119662, + ], + [ + -111.07734909309518, + 39.46957956961879, + ], + [ + -111.13226479847094, + 39.6139114213158, + ], + [ + -111.24748010190638, + 39.70447468963033, + ], + [ + -111.24748010190638, + 39.81319358350258, + ], + [ + -110.85804519777105, + 39.81244157534339, + ], + ], + ], + "type": "Polygon", + }, + "id": "49007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49039 { + "geometry": { + "coordinates": [ + [ + [ + -111.24748010190638, + 39.81319358350258, + ], + [ + -111.24748010190638, + 39.70447468963033, + ], + [ + -111.24712117572744, + 39.46710868566714, + ], + [ + -111.30167795492429, + 39.46721611540417, + ], + [ + -111.29952439785073, + 39.03217939530961, + ], + [ + -111.85406534429228, + 39.03293140346881, + ], + [ + -112.01450534627246, + 39.045232108358505, + ], + [ + -112.01558212480924, + 39.31445102935047, + ], + [ + -111.92262024446725, + 39.381379755518864, + ], + [ + -111.74710534297216, + 39.38283005696874, + ], + [ + -111.71336628215306, + 39.460125752760334, + ], + [ + -111.71875017483697, + 39.694591153823765, + ], + [ + -111.58522963627628, + 39.740087647455084, + ], + [ + -111.64050426783098, + 39.812978724028525, + ], + [ + -111.24748010190638, + 39.81319358350258, + ], + ], + ], + "type": "Polygon", + }, + "id": "49039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39129 { + "geometry": { + "coordinates": [ + [ + [ + -82.82411599271116, + 39.79498424307636, + ], + [ + -82.84278015401534, + 39.5619691434628, + ], + [ + -82.7315130385481, + 39.55439534700233, + ], + [ + -82.74084511920019, + 39.46829041277445, + ], + [ + -82.99819518949054, + 39.48000025411049, + ], + [ + -82.98383814233348, + 39.50664282889342, + ], + [ + -83.26667197132763, + 39.5162040754889, + ], + [ + -83.25231492417056, + 39.69545059171999, + ], + [ + -83.24370069587631, + 39.812495290211906, + ], + [ + -82.82411599271116, + 39.79498424307636, + ], + ], + ], + "type": "Polygon", + }, + "id": "39129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06021 { + "geometry": { + "coordinates": [ + [ + [ + -122.04649204727014, + 39.79761627163354, + ], + [ + -121.94240345538144, + 39.70023121501773, + ], + [ + -121.9973191607572, + 39.66848572772598, + ], + [ + -121.99480667750471, + 39.53495056460028, + ], + [ + -121.85195405829194, + 39.537528878288946, + ], + [ + -121.89000023325815, + 39.38374320973348, + ], + [ + -122.13873607525427, + 39.41479040373455, + ], + [ + -122.13801822289642, + 39.386214093685126, + ], + [ + -122.7388606464195, + 39.3834209205224, + ], + [ + -122.73563031080916, + 39.581736215075935, + ], + [ + -122.88925071538972, + 39.58264936784067, + ], + [ + -122.93770574954482, + 39.79815342031868, + ], + [ + -122.04649204727014, + 39.79761627163354, + ], + ], + ], + "type": "Polygon", + }, + "id": "06021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17139 { + "geometry": { + "coordinates": [ + [ + [ + -88.4736140490154, + 39.791761350965515, + ], + [ + -88.47217834429969, + 39.651565544144084, + ], + [ + -88.47038371340506, + 39.44701932484293, + ], + [ + -88.5845222383037, + 39.44750275865955, + ], + [ + -88.71768385068546, + 39.579211616255776, + ], + [ + -88.80921002631175, + 39.580124769020514, + ], + [ + -88.81100465720637, + 39.65306956046247, + ], + [ + -88.74603901882067, + 39.792029925308086, + ], + [ + -88.4736140490154, + 39.791761350965515, + ], + ], + ], + "type": "Polygon", + }, + "id": "17139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18041 { + "geometry": { + "coordinates": [ + [ + [ + -85.03438340254098, + 39.71451937004244, + ], + [ + -85.03617803343562, + 39.5261950410325, + ], + [ + -85.29783521787309, + 39.52549674774182, + ], + [ + -85.30142447966236, + 39.787517876352915, + ], + [ + -85.22138394176173, + 39.788431029117646, + ], + [ + -85.18477347151122, + 39.71543252280718, + ], + [ + -85.03438340254098, + 39.71451937004244, + ], + ], + ], + "type": "Polygon", + }, + "id": "18041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18139 { + "geometry": { + "coordinates": [ + [ + [ + -85.30142447966236, + 39.787517876352915, + ], + [ + -85.29783521787309, + 39.52549674774182, + ], + [ + -85.29747629169417, + 39.453250249590546, + ], + [ + -85.62948300720124, + 39.45276681577392, + ], + [ + -85.6330722689905, + 39.69845862435677, + ], + [ + -85.59682072491893, + 39.78655100871966, + ], + [ + -85.30142447966236, + 39.787517876352915, + ], + ], + ], + "type": "Polygon", + }, + "id": "18139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17171 { + "geometry": { + "coordinates": [ + [ + [ + -90.30162507828842, + 39.52017897575894, + ], + [ + -90.5808696454933, + 39.521736706945845, + ], + [ + -90.64655313623686, + 39.69733061211798, + ], + [ + -90.59917488061855, + 39.78998876030455, + ], + [ + -90.37125675700018, + 39.75330150510952, + ], + [ + -90.37305138789482, + 39.666283418116905, + ], + [ + -90.30090722593057, + 39.63652538096017, + ], + [ + -90.30162507828842, + 39.52017897575894, + ], + ], + ], + "type": "Polygon", + }, + "id": "17171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29025 { + "geometry": { + "coordinates": [ + [ + [ + -93.75916095988809, + 39.78467098832168, + ], + [ + -93.75844310753024, + 39.611386822495646, + ], + [ + -93.75916095988809, + 39.52458359497709, + ], + [ + -94.20853653590416, + 39.52721562353427, + ], + [ + -94.20602405265167, + 39.745835138386084, + ], + [ + -94.20566512647275, + 39.78891446293427, + ], + [ + -93.75916095988809, + 39.78467098832168, + ], + ], + ], + "type": "Polygon", + }, + "id": "29025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 34033 { + "geometry": { + "coordinates": [ + [ + [ + -75.06197844724511, + 39.56862978715853, + ], + [ + -75.08387294415964, + 39.4577085836772, + ], + [ + -75.23964690581377, + 39.559175970300075, + ], + [ + -75.4169564382035, + 39.387664395135005, + ], + [ + -75.54258060082779, + 39.4965444336128, + ], + [ + -75.53827348668068, + 39.496920437692395, + ], + [ + -75.55657872180593, + 39.60665991406641, + ], + [ + -75.55945013123734, + 39.62975730752741, + ], + [ + -75.42736529739237, + 39.78456355858465, + ], + [ + -75.326507041114, + 39.69093854276481, + ], + [ + -75.20016502613184, + 39.66698171140759, + ], + [ + -75.06197844724511, + 39.56862978715853, + ], + ], + ], + "type": "Polygon", + }, + "id": "34033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06091 { + "geometry": { + "coordinates": [ + [ + [ + -120.14705470839073, + 39.70764386687266, + ], + [ + -120.00097175356761, + 39.722415455714, + ], + [ + -120.00312531064117, + 39.44803990734469, + ], + [ + -120.50598088731729, + 39.44723418431698, + ], + [ + -120.56053766651414, + 39.51615036062039, + ], + [ + -120.65852451336109, + 39.52528188826776, + ], + [ + -120.74251323922991, + 39.46179091368427, + ], + [ + -121.01960424936122, + 39.39491590238438, + ], + [ + -121.00919539017235, + 39.63754596346194, + ], + [ + -120.87244451600132, + 39.776345183702006, + ], + [ + -120.68041901027561, + 39.6766503877401, + ], + [ + -120.65385847303504, + 39.70528041265804, + ], + [ + -120.14705470839073, + 39.70764386687266, + ], + ], + ], + "type": "Polygon", + }, + "id": "06091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39115 { + "geometry": { + "coordinates": [ + [ + [ + -81.69744671706064, + 39.75555752958711, + ], + [ + -81.58833315866697, + 39.58694655732179, + ], + [ + -81.71467517364913, + 39.58141392586485, + ], + [ + -81.7089323547863, + 39.48075226226969, + ], + [ + -81.84496537659948, + 39.450188502085254, + ], + [ + -82.05565504362937, + 39.46007203789182, + ], + [ + -82.04739974151406, + 39.550796450811895, + ], + [ + -82.02406953988383, + 39.72467148019158, + ], + [ + -82.07647276200711, + 39.77097369685062, + ], + [ + -81.69744671706064, + 39.75555752958711, + ], + ], + ], + "type": "Polygon", + }, + "id": "39115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29049 { + "geometry": { + "coordinates": [ + [ + [ + -94.20602405265167, + 39.745835138386084, + ], + [ + -94.20853653590416, + 39.52721562353427, + ], + [ + -94.21069009297771, + 39.454646836171904, + ], + [ + -94.60084284947091, + 39.45609713762178, + ], + [ + -94.60120177564983, + 39.530331085908074, + ], + [ + -94.60227855418661, + 39.747178010098935, + ], + [ + -94.20602405265167, + 39.745835138386084, + ], + ], + ], + "type": "Polygon", + }, + "id": "29049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08005 { + "geometry": { + "coordinates": [ + [ + [ + -103.7064410826591, + 39.739819073112514, + ], + [ + -103.70751786119588, + 39.5662126180754, + ], + [ + -103.71469638477441, + 39.56626633294391, + ], + [ + -104.66046686624593, + 39.5658366139958, + ], + [ + -105.04882499184448, + 39.56594404373283, + ], + [ + -105.05349103217053, + 39.61444857000094, + ], + [ + -104.9734504942699, + 39.66768000469827, + ], + [ + -104.91350982238916, + 39.624063531464934, + ], + [ + -104.88479572807503, + 39.7401413623236, + ], + [ + -103.7064410826591, + 39.739819073112514, + ], + ], + ], + "type": "Polygon", + }, + "id": "08005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 32019 { + "geometry": { + "coordinates": [ + [ + [ + -118.75370328179777, + 39.074614141435646, + ], + [ + -118.92993603565071, + 39.07343241432834, + ], + [ + -119.01500154005632, + 38.94333500278753, + ], + [ + -119.01464261387738, + 38.8512677181546, + ], + [ + -118.90229871987337, + 38.85212715605083, + ], + [ + -118.90696476019941, + 38.41461955200462, + ], + [ + -119.15713630691124, + 38.41467326687314, + ], + [ + -119.33013872515384, + 38.53590772510915, + ], + [ + -119.3498796649948, + 38.736049325192155, + ], + [ + -119.40623107508628, + 38.73336358176646, + ], + [ + -119.4213059746012, + 38.95466884004398, + ], + [ + -119.31111563767074, + 38.990711516816845, + ], + [ + -119.31183349002859, + 39.08353080960896, + ], + [ + -119.55087832519368, + 39.08578683408655, + ], + [ + -119.56236396291933, + 39.19531145098651, + ], + [ + -119.71275403188957, + 39.25085262502995, + ], + [ + -119.47873416322945, + 39.33770956741702, + ], + [ + -119.28383724807232, + 39.62153893264478, + ], + [ + -119.1890807368357, + 39.63255048069014, + ], + [ + -119.07781362136846, + 39.722415455714, + ], + [ + -119.11801335340824, + 39.38847011816271, + ], + [ + -118.7540622079767, + 39.11199968992136, + ], + [ + -118.75370328179777, + 39.074614141435646, + ], + ], + ], + "type": "Polygon", + }, + "id": "32019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 34001 { + "geometry": { + "coordinates": [ + [ + [ + -74.417347029893, + 39.557295949902084, + ], + [ + -74.40945065395661, + 39.364405857068455, + ], + [ + -74.65567401270023, + 39.289151326280404, + ], + [ + -74.86097978704623, + 39.32374370160339, + ], + [ + -74.85595482054127, + 39.424566509804094, + ], + [ + -74.98516824495483, + 39.51480748890754, + ], + [ + -74.87713146509793, + 39.60827136012183, + ], + [ + -74.73643240295871, + 39.729881822437434, + ], + [ + -74.6592632744895, + 39.63110017924026, + ], + [ + -74.417347029893, + 39.557295949902084, + ], + ], + ], + "type": "Polygon", + }, + "id": "34001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18161 { + "geometry": { + "coordinates": [ + [ + [ + -84.814361654859, + 39.726551500589565, + ], + [ + -84.81472058103792, + 39.567501774919734, + ], + [ + -84.81543843339578, + 39.5219515664199, + ], + [ + -85.03617803343562, + 39.5261950410325, + ], + [ + -85.03438340254098, + 39.71451937004244, + ], + [ + -84.814361654859, + 39.726551500589565, + ], + ], + ], + "type": "Polygon", + }, + "id": "18161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 24043 { + "geometry": { + "coordinates": [ + [ + [ + -78.09957069950069, + 39.722093166502916, + ], + [ + -77.46929632930564, + 39.71999828663087, + ], + [ + -77.570154585584, + 39.619981201457875, + ], + [ + -77.67711458690412, + 39.3245494246311, + ], + [ + -77.71839109748068, + 39.320574524361064, + ], + [ + -77.8253510988008, + 39.49337525637047, + ], + [ + -77.88529177068153, + 39.55127988462852, + ], + [ + -77.83791351506322, + 39.60633762485533, + ], + [ + -78.02204264485255, + 39.61960519737828, + ], + [ + -78.17997016358025, + 39.696739748564326, + ], + [ + -78.26503566798584, + 39.62245208540952, + ], + [ + -78.33394949433975, + 39.63716995938234, + ], + [ + -78.34292264881292, + 39.72225431110846, + ], + [ + -78.09957069950069, + 39.722093166502916, + ], + ], + ], + "type": "Polygon", + }, + "id": "24043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 24001 { + "geometry": { + "coordinates": [ + [ + [ + -78.3806098976002, + 39.72257660031954, + ], + [ + -78.34292264881292, + 39.72225431110846, + ], + [ + -78.33394949433975, + 39.63716995938234, + ], + [ + -78.43373097208134, + 39.62067949474856, + ], + [ + -78.46818788525829, + 39.51663379443701, + ], + [ + -78.65698305537366, + 39.535165424074336, + ], + [ + -78.79552856043932, + 39.60907708314954, + ], + [ + -78.96601849542944, + 39.43880094996029, + ], + [ + -79.06759460406566, + 39.48000025411049, + ], + [ + -78.93120265607357, + 39.7227914597936, + ], + [ + -78.80844990288067, + 39.722898889530626, + ], + [ + -78.3806098976002, + 39.72257660031954, + ], + ], + ], + "type": "Polygon", + }, + "id": "24001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 24023 { + "geometry": { + "coordinates": [ + [ + [ + -78.93120265607357, + 39.7227914597936, + ], + [ + -79.06759460406566, + 39.48000025411049, + ], + [ + -79.27146467369595, + 39.32793346134748, + ], + [ + -79.4868203810519, + 39.206000709820785, + ], + [ + -79.47641152186303, + 39.72107258400115, + ], + [ + -79.39242279599421, + 39.721556017817775, + ], + [ + -78.93120265607357, + 39.7227914597936, + ], + ], + ], + "type": "Polygon", + }, + "id": "24023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 24015 { + "geometry": { + "coordinates": [ + [ + [ + -75.78844503339249, + 39.722200596239944, + ], + [ + -75.76655053647798, + 39.37751228498586, + ], + [ + -75.83331080575832, + 39.373859673926916, + ], + [ + -76.04077013717787, + 39.3895981304015, + ], + [ + -75.96970275375041, + 39.558638821614934, + ], + [ + -76.07594490271268, + 39.543491228693995, + ], + [ + -76.23315456908252, + 39.72134115834372, + ], + [ + -76.1355266484145, + 39.72112629886966, + ], + [ + -75.78844503339249, + 39.722200596239944, + ], + ], + ], + "type": "Polygon", + }, + "id": "24015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54061 { + "geometry": { + "coordinates": [ + [ + [ + -79.916455017227, + 39.720750294790065, + ], + [ + -79.76355246500428, + 39.720750294790065, + ], + [ + -79.89456052031248, + 39.43568548758648, + ], + [ + -79.93870844032045, + 39.452551956299864, + ], + [ + -80.15334629531854, + 39.61047366973091, + ], + [ + -80.39562146609397, + 39.63743853372491, + ], + [ + -80.42110522479776, + 39.72118001373818, + ], + [ + -79.916455017227, + 39.720750294790065, + ], + ], + ], + "type": "Polygon", + }, + "id": "54061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54077 { + "geometry": { + "coordinates": [ + [ + [ + -79.47641152186303, + 39.72107258400115, + ], + [ + -79.4868203810519, + 39.206000709820785, + ], + [ + -79.4868203810519, + 39.19493544690691, + ], + [ + -79.68674226271399, + 39.27142541967079, + ], + [ + -79.80949501590688, + 39.230548404731664, + ], + [ + -79.89527837267033, + 39.29957201077211, + ], + [ + -79.89456052031248, + 39.43568548758648, + ], + [ + -79.76355246500428, + 39.720750294790065, + ], + [ + -79.47641152186303, + 39.72107258400115, + ], + ], + ], + "type": "Polygon", + }, + "id": "54077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 24025 { + "geometry": { + "coordinates": [ + [ + [ + -76.23997416648213, + 39.72134115834372, + ], + [ + -76.23315456908252, + 39.72134115834372, + ], + [ + -76.07594490271268, + 39.543491228693995, + ], + [ + -76.10250543995325, + 39.43525576863837, + ], + [ + -76.25289550892349, + 39.36719903023118, + ], + [ + -76.22310463607258, + 39.46818298303742, + ], + [ + -76.35913765788575, + 39.3938416050141, + ], + [ + -76.4287693365975, + 39.497726160720106, + ], + [ + -76.53357578084406, + 39.5454249639605, + ], + [ + -76.56946839873672, + 39.72118001373818, + ], + [ + -76.23997416648213, + 39.72134115834372, + ], + ], + ], + "type": "Polygon", + }, + "id": "24025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54103 { + "geometry": { + "coordinates": [ + [ + [ + -80.51945099782364, + 39.72150230294926, + ], + [ + -80.42110522479776, + 39.72118001373818, + ], + [ + -80.39562146609397, + 39.63743853372491, + ], + [ + -80.49791542708805, + 39.563419444912675, + ], + [ + -80.49396723911985, + 39.469686999355815, + ], + [ + -80.54421690416957, + 39.42913227362777, + ], + [ + -80.61851462320737, + 39.4504033615593, + ], + [ + -80.7200907318436, + 39.48059111766415, + ], + [ + -80.85217556568857, + 39.602040435374214, + ], + [ + -80.94406066749377, + 39.60676734380344, + ], + [ + -80.83315247820546, + 39.72053543531601, + ], + [ + -80.51945099782364, + 39.72150230294926, + ], + ], + ], + "type": "Polygon", + }, + "id": "54103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 24005 { + "geometry": { + "coordinates": [ + [ + [ + -76.56946839873672, + 39.72118001373818, + ], + [ + -76.53357578084406, + 39.5454249639605, + ], + [ + -76.4287693365975, + 39.497726160720106, + ], + [ + -76.35913765788575, + 39.3938416050141, + ], + [ + -76.33437175153982, + 39.33846157557622, + ], + [ + -76.42446222245039, + 39.20648414363741, + ], + [ + -76.52962759287587, + 39.24086165948635, + ], + [ + -76.52962759287587, + 39.37160364944933, + ], + [ + -76.71124423941271, + 39.37192593866041, + ], + [ + -76.71052638705486, + 39.2776026295499, + ], + [ + -76.61864128524965, + 39.23742390790146, + ], + [ + -76.69796397079243, + 39.21368193601829, + ], + [ + -76.88209310058176, + 39.350225131780775, + ], + [ + -76.89178410741278, + 39.44438729628574, + ], + [ + -76.78697766316623, + 39.72080400965858, + ], + [ + -76.56946839873672, + 39.72118001373818, + ], + ], + ], + "type": "Polygon", + }, + "id": "24005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 24013 { + "geometry": { + "coordinates": [ + [ + [ + -76.78697766316623, + 39.72080400965858, + ], + [ + -76.89178410741278, + 39.44438729628574, + ], + [ + -76.88209310058176, + 39.350225131780775, + ], + [ + -77.16815726518624, + 39.353931457708235, + ], + [ + -77.1067808885898, + 39.49149523597248, + ], + [ + -77.30706169643082, + 39.61922919329868, + ], + [ + -77.2162533731624, + 39.71983714202533, + ], + [ + -76.99946196109074, + 39.7201057163679, + ], + [ + -76.78697766316623, + 39.72080400965858, + ], + ], + ], + "type": "Polygon", + }, + "id": "24013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 24021 { + "geometry": { + "coordinates": [ + [ + [ + -77.2162533731624, + 39.71983714202533, + ], + [ + -77.30706169643082, + 39.61922919329868, + ], + [ + -77.1067808885898, + 39.49149523597248, + ], + [ + -77.16815726518624, + 39.353931457708235, + ], + [ + -77.16887511754409, + 39.35350173876012, + ], + [ + -77.45781069157998, + 39.22351175695634, + ], + [ + -77.56584747143688, + 39.30548064630864, + ], + [ + -77.67711458690412, + 39.3245494246311, + ], + [ + -77.570154585584, + 39.619981201457875, + ], + [ + -77.46929632930564, + 39.71999828663087, + ], + [ + -77.45924639629568, + 39.71999828663087, + ], + [ + -77.2162533731624, + 39.71983714202533, + ], + ], + ], + "type": "Polygon", + }, + "id": "24021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39047 { + "geometry": { + "coordinates": [ + [ + [ + -83.25231492417056, + 39.69545059171999, + ], + [ + -83.26667197132763, + 39.5162040754889, + ], + [ + -83.37291412028989, + 39.37735114038032, + ], + [ + -83.59078231089832, + 39.378747726961684, + ], + [ + -83.57642526374126, + 39.544565526064275, + ], + [ + -83.67010499644108, + 39.550259302126754, + ], + [ + -83.65323546603153, + 39.71682910938854, + ], + [ + -83.25231492417056, + 39.69545059171999, + ], + ], + ], + "type": "Polygon", + }, + "id": "39047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49015 { + "geometry": { + "coordinates": [ + [ + [ + -110.0239007579457, + 39.46893499119662, + ], + [ + -110.02425968412462, + 39.46168348394724, + ], + [ + -110.01097941550434, + 39.417368717423216, + ], + [ + -110.11650371210875, + 39.154649295521445, + ], + [ + -110.16280518919028, + 38.86453529067755, + ], + [ + -110.08132894657395, + 38.756138686016385, + ], + [ + -110.0253364626614, + 38.49991876320479, + ], + [ + -111.30598506907141, + 38.49991876320479, + ], + [ + -111.30598506907141, + 38.51017830309096, + ], + [ + -111.29952439785073, + 39.03217939530961, + ], + [ + -111.30167795492429, + 39.46721611540417, + ], + [ + -111.24712117572744, + 39.46710868566714, + ], + [ + -111.24748010190638, + 39.70447468963033, + ], + [ + -111.13226479847094, + 39.6139114213158, + ], + [ + -111.07734909309518, + 39.46957956961879, + ], + [ + -110.0239007579457, + 39.46893499119662, + ], + ], + ], + "type": "Polygon", + }, + "id": "49015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29041 { + "geometry": { + "coordinates": [ + [ + [ + -92.85789732460347, + 39.69996264067516, + ], + [ + -92.68920202050798, + 39.697545471592036, + ], + [ + -92.6920734299394, + 39.610312525125366, + ], + [ + -92.70750725563323, + 39.32159510686283, + ], + [ + -92.7907781291442, + 39.34351077321652, + ], + [ + -92.84928309630924, + 39.22619750038204, + ], + [ + -93.10447960952602, + 39.38363577999645, + ], + [ + -93.22902699361354, + 39.43627635114014, + ], + [ + -93.27855880630541, + 39.615576582239726, + ], + [ + -93.26707316857976, + 39.70350782199708, + ], + [ + -92.85789732460347, + 39.69996264067516, + ], + ], + ], + "type": "Polygon", + }, + "id": "29041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18145 { + "geometry": { + "coordinates": [ + [ + [ + -85.6330722689905, + 39.69845862435677, + ], + [ + -85.62948300720124, + 39.45276681577392, + ], + [ + -85.684398712577, + 39.35006398717523, + ], + [ + -85.95215764205624, + 39.34737824374953, + ], + [ + -85.95215764205624, + 39.63835168648965, + ], + [ + -85.9517987158773, + 39.697115752643924, + ], + [ + -85.6330722689905, + 39.69845862435677, + ], + ], + ], + "type": "Polygon", + }, + "id": "18145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54065 { + "geometry": { + "coordinates": [ + [ + [ + -78.02204264485255, + 39.61960519737828, + ], + [ + -78.13869365300368, + 39.59387577536009, + ], + [ + -78.22878412391425, + 39.39120957645692, + ], + [ + -78.34722976296003, + 39.465926958559834, + ], + [ + -78.46818788525829, + 39.51663379443701, + ], + [ + -78.43373097208134, + 39.62067949474856, + ], + [ + -78.33394949433975, + 39.63716995938234, + ], + [ + -78.26503566798584, + 39.62245208540952, + ], + [ + -78.17997016358025, + 39.696739748564326, + ], + [ + -78.02204264485255, + 39.61960519737828, + ], + ], + ], + "type": "Polygon", + }, + "id": "54065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29173 { + "geometry": { + "coordinates": [ + [ + [ + -91.30518267456712, + 39.683955609858, + ], + [ + -91.17812280722711, + 39.59817296484121, + ], + [ + -91.4602387838634, + 39.4507793656389, + ], + [ + -91.43834428694888, + 39.31864078909456, + ], + [ + -91.71794778033268, + 39.33910615399838, + ], + [ + -91.71507637090127, + 39.65763532428616, + ], + [ + -91.71543529708019, + 39.686480208678155, + ], + [ + -91.30518267456712, + 39.683955609858, + ], + ], + ], + "type": "Polygon", + }, + "id": "29173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17029 { + "geometry": { + "coordinates": [ + [ + [ + -87.96645135819215, + 39.6858893451245, + ], + [ + -87.9603496131504, + 39.481235696086316, + ], + [ + -88.01203498291582, + 39.37896258643574, + ], + [ + -88.47074263958399, + 39.374504252349084, + ], + [ + -88.47038371340506, + 39.44701932484293, + ], + [ + -88.47217834429969, + 39.651565544144084, + ], + [ + -88.06336142650233, + 39.652478696908815, + ], + [ + -87.96645135819215, + 39.6858893451245, + ], + ], + ], + "type": "Polygon", + }, + "id": "17029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29137 { + "geometry": { + "coordinates": [ + [ + [ + -91.84716120474624, + 39.658494762182386, + ], + [ + -91.71507637090127, + 39.65763532428616, + ], + [ + -91.71794778033268, + 39.33910615399838, + ], + [ + -92.31017597556152, + 39.347807962697644, + ], + [ + -92.30084389490943, + 39.60526332748505, + ], + [ + -92.29940819019373, + 39.60526332748505, + ], + [ + -92.18670537001078, + 39.604027885509225, + ], + [ + -92.18491073911615, + 39.66289938140053, + ], + [ + -91.84716120474624, + 39.658494762182386, + ], + ], + ], + "type": "Polygon", + }, + "id": "29137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39073 { + "geometry": { + "coordinates": [ + [ + [ + -82.15902578316022, + 39.55654394174289, + ], + [ + -82.16728108527553, + 39.46624924777092, + ], + [ + -82.2803428316374, + 39.47290989146666, + ], + [ + -82.2896749122895, + 39.38417292868159, + ], + [ + -82.51436270029753, + 39.39577534028061, + ], + [ + -82.51759303590786, + 39.36940133984025, + ], + [ + -82.74874149513657, + 39.368112182995915, + ], + [ + -82.74084511920019, + 39.46829041277445, + ], + [ + -82.7315130385481, + 39.55439534700233, + ], + [ + -82.61737451364945, + 39.60859364933292, + ], + [ + -82.49605746517227, + 39.6027924435334, + ], + [ + -82.4885200154148, + 39.66155650968768, + ], + [ + -82.37438149051616, + 39.654895865991946, + ], + [ + -82.37976538320007, + 39.59672266339133, + ], + [ + -82.15902578316022, + 39.55654394174289, + ], + ], + ], + "type": "Polygon", + }, + "id": "39073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20029 { + "geometry": { + "coordinates": [ + [ + [ + -97.3685226151737, + 39.65398271322721, + ], + [ + -97.3685226151737, + 39.56696462623459, + ], + [ + -97.3699583198894, + 39.305964080125264, + ], + [ + -97.92952423283593, + 39.306393799073376, + ], + [ + -97.93167778990949, + 39.566857196497565, + ], + [ + -97.93131886373057, + 39.65371413888464, + ], + [ + -97.3685226151737, + 39.65398271322721, + ], + ], + ], + "type": "Polygon", + }, + "id": "20029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20085 { + "geometry": { + "coordinates": [ + [ + [ + -95.56420071370982, + 39.65290841585693, + ], + [ + -95.57030245875157, + 39.418980163478636, + ], + [ + -95.58932554623468, + 39.216260249706956, + ], + [ + -96.03582971281934, + 39.216528824049526, + ], + [ + -96.03582971281934, + 39.566051473469855, + ], + [ + -95.78924742789678, + 39.56642747754945, + ], + [ + -95.78888850171785, + 39.65296213072544, + ], + [ + -95.56420071370982, + 39.65290841585693, + ], + ], + ], + "type": "Polygon", + }, + "id": "20085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20005 { + "geometry": { + "coordinates": [ + [ + [ + -95.05488446581302, + 39.6235263827798, + ], + [ + -95.10298057378918, + 39.53333911854486, + ], + [ + -94.96910110904956, + 39.418819018873094, + ], + [ + -95.18086755461624, + 39.41914130808418, + ], + [ + -95.57030245875157, + 39.418980163478636, + ], + [ + -95.56420071370982, + 39.65290841585693, + ], + [ + -95.33987185188072, + 39.65290841585693, + ], + [ + -95.11518406387268, + 39.652478696908815, + ], + [ + -95.05488446581302, + 39.6235263827798, + ], + ], + ], + "type": "Polygon", + }, + "id": "20005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17173 { + "geometry": { + "coordinates": [ + [ + [ + -88.81100465720637, + 39.65306956046247, + ], + [ + -88.80921002631175, + 39.580124769020514, + ], + [ + -88.71768385068546, + 39.579211616255776, + ], + [ + -88.5845222383037, + 39.44750275865955, + ], + [ + -88.47038371340506, + 39.44701932484293, + ], + [ + -88.47074263958399, + 39.374504252349084, + ], + [ + -88.47074263958399, + 39.21497109286262, + ], + [ + -88.80562076452247, + 39.216260249706956, + ], + [ + -89.14013996328204, + 39.21792541063089, + ], + [ + -89.14013996328204, + 39.348882260067924, + ], + [ + -89.02528358602554, + 39.346089086905195, + ], + [ + -89.02600143838339, + 39.654090142964236, + ], + [ + -88.81100465720637, + 39.65306956046247, + ], + ], + ], + "type": "Polygon", + }, + "id": "17173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54057 { + "geometry": { + "coordinates": [ + [ + [ + -78.65698305537366, + 39.535165424074336, + ], + [ + -78.85044426581509, + 39.33115635345831, + ], + [ + -78.97965769022865, + 39.23774619711254, + ], + [ + -79.134354873346, + 39.31257100895249, + ], + [ + -79.27146467369595, + 39.32793346134748, + ], + [ + -79.06759460406566, + 39.48000025411049, + ], + [ + -78.96601849542944, + 39.43880094996029, + ], + [ + -78.79552856043932, + 39.60907708314954, + ], + [ + -78.65698305537366, + 39.535165424074336, + ], + ], + ], + "type": "Polygon", + }, + "id": "54057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39167 { + "geometry": { + "coordinates": [ + [ + [ + -81.28324590657938, + 39.60580047617019, + ], + [ + -81.03666362165683, + 39.57212125361194, + ], + [ + -81.03881717873038, + 39.53994604737208, + ], + [ + -81.1213701998835, + 39.45819201749383, + ], + [ + -81.37082389423747, + 39.34211418663516, + ], + [ + -81.44081449912815, + 39.4092040574091, + ], + [ + -81.5535173193111, + 39.34351077321652, + ], + [ + -81.57325825915206, + 39.265892788213854, + ], + [ + -81.67842362957754, + 39.272016283224445, + ], + [ + -81.72544295901692, + 39.21593796049587, + ], + [ + -81.72185369722766, + 39.26949168440429, + ], + [ + -81.85357960489371, + 39.31810364040942, + ], + [ + -81.84496537659948, + 39.450188502085254, + ], + [ + -81.7089323547863, + 39.48075226226969, + ], + [ + -81.71467517364913, + 39.58141392586485, + ], + [ + -81.58833315866697, + 39.58694655732179, + ], + [ + -81.28324590657938, + 39.60580047617019, + ], + ], + ], + "type": "Polygon", + }, + "id": "39167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54049 { + "geometry": { + "coordinates": [ + [ + [ + -80.39562146609397, + 39.63743853372491, + ], + [ + -80.15334629531854, + 39.61047366973091, + ], + [ + -79.93870844032045, + 39.452551956299864, + ], + [ + -80.02485072326283, + 39.4015228312116, + ], + [ + -80.19677636296865, + 39.39314331172342, + ], + [ + -80.49396723911985, + 39.469686999355815, + ], + [ + -80.49791542708805, + 39.563419444912675, + ], + [ + -80.39562146609397, + 39.63743853372491, + ], + ], + ], + "type": "Polygon", + }, + "id": "54049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18081 { + "geometry": { + "coordinates": [ + [ + [ + -85.95215764205624, + 39.63835168648965, + ], + [ + -85.95215764205624, + 39.34737824374953, + ], + [ + -86.08567818061691, + 39.344101636770176, + ], + [ + -86.251502075281, + 39.34168446768705, + ], + [ + -86.24970744438636, + 39.63362477806042, + ], + [ + -85.95215764205624, + 39.63835168648965, + ], + ], + ], + "type": "Polygon", + }, + "id": "18081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06115 { + "geometry": { + "coordinates": [ + [ + [ + -121.00919539017235, + 39.63754596346194, + ], + [ + -121.01960424936122, + 39.39491590238438, + ], + [ + -121.12692317686026, + 39.37987573920047, + ], + [ + -121.27982572908299, + 39.230440974994636, + ], + [ + -121.27982572908299, + 39.03454284952423, + ], + [ + -121.41478197235938, + 38.99662015235337, + ], + [ + -121.54507217530971, + 38.972502176390606, + ], + [ + -121.57737553141311, + 38.919807890378415, + ], + [ + -121.62367700849464, + 39.295650825370586, + ], + [ + -121.40509096552836, + 39.34189932716111, + ], + [ + -121.30387378307105, + 39.519856686547854, + ], + [ + -121.14881767377479, + 39.52786020195643, + ], + [ + -121.07595565945269, + 39.5977432458931, + ], + [ + -121.00919539017235, + 39.63754596346194, + ], + ], + ], + "type": "Polygon", + }, + "id": "06115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18109 { + "geometry": { + "coordinates": [ + [ + [ + -86.24970744438636, + 39.63362477806042, + ], + [ + -86.251502075281, + 39.34168446768705, + ], + [ + -86.38143335205241, + 39.33975073242055, + ], + [ + -86.63088704640637, + 39.34775424782913, + ], + [ + -86.63232275112209, + 39.470224148040955, + ], + [ + -86.68687953031892, + 39.47006300343541, + ], + [ + -86.65672973128909, + 39.60118099747799, + ], + [ + -86.46578100410015, + 39.60075127852988, + ], + [ + -86.32615872049772, + 39.632174476610544, + ], + [ + -86.24970744438636, + 39.63362477806042, + ], + ], + ], + "type": "Polygon", + }, + "id": "18109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 32029 { + "geometry": { + "coordinates": [ + [ + [ + -119.71275403188957, + 39.25085262502995, + ], + [ + -119.65855617887166, + 39.331478642669396, + ], + [ + -119.69588450148002, + 39.52136070286625, + ], + [ + -119.62230463480007, + 39.51158459679671, + ], + [ + -119.46509496843024, + 39.583455090868384, + ], + [ + -119.28383724807232, + 39.62153893264478, + ], + [ + -119.47873416322945, + 39.33770956741702, + ], + [ + -119.71275403188957, + 39.25085262502995, + ], + ], + ], + "type": "Polygon", + }, + "id": "32029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54003 { + "geometry": { + "coordinates": [ + [ + [ + -78.02204264485255, + 39.61960519737828, + ], + [ + -77.83791351506322, + 39.60633762485533, + ], + [ + -77.88529177068153, + 39.55127988462852, + ], + [ + -77.8253510988008, + 39.49337525637047, + ], + [ + -77.96676801329787, + 39.36693045588861, + ], + [ + -78.03316935639928, + 39.26449620163249, + ], + [ + -78.22878412391425, + 39.39120957645692, + ], + [ + -78.13869365300368, + 39.59387577536009, + ], + [ + -78.02204264485255, + 39.61960519737828, + ], + ], + ], + "type": "Polygon", + }, + "id": "54003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29033 { + "geometry": { + "coordinates": [ + [ + [ + -93.27855880630541, + 39.615576582239726, + ], + [ + -93.22902699361354, + 39.43627635114014, + ], + [ + -93.10447960952602, + 39.38363577999645, + ], + [ + -93.17734162384812, + 39.41172865622926, + ], + [ + -93.23010377215033, + 39.32787974647896, + ], + [ + -93.3377816258283, + 39.30607150986229, + ], + [ + -93.40741330454006, + 39.22866838433368, + ], + [ + -93.47740390943073, + 39.29275022247083, + ], + [ + -93.4878127686196, + 39.228883243807736, + ], + [ + -93.65040632767334, + 39.24822059647276, + ], + [ + -93.75844310753024, + 39.20696757745404, + ], + [ + -93.75916095988809, + 39.52458359497709, + ], + [ + -93.75844310753024, + 39.611386822495646, + ], + [ + -93.27855880630541, + 39.615576582239726, + ], + ], + ], + "type": "Polygon", + }, + "id": "29033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29175 { + "geometry": { + "coordinates": [ + [ + [ + -92.30084389490943, + 39.60526332748505, + ], + [ + -92.31017597556152, + 39.347807962697644, + ], + [ + -92.31448308970865, + 39.2464480058118, + ], + [ + -92.430057319323, + 39.24881146002642, + ], + [ + -92.70750725563323, + 39.32159510686283, + ], + [ + -92.6920734299394, + 39.610312525125366, + ], + [ + -92.30084389490943, + 39.60526332748505, + ], + ], + ], + "type": "Polygon", + }, + "id": "29175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18167 { + "geometry": { + "coordinates": [ + [ + [ + -87.19906718764715, + 39.60714334788304, + ], + [ + -87.23819014115014, + 39.52050126497002, + ], + [ + -87.2403436982237, + 39.25901728504407, + ], + [ + -87.60429484365524, + 39.25944700399218, + ], + [ + -87.53179175551207, + 39.3480228221717, + ], + [ + -87.53179175551207, + 39.47709965121074, + ], + [ + -87.532150681691, + 39.60730449248858, + ], + [ + -87.38247846507862, + 39.60794907091075, + ], + [ + -87.19906718764715, + 39.60714334788304, + ], + ], + ], + "type": "Polygon", + }, + "id": "18167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18021 { + "geometry": { + "coordinates": [ + [ + [ + -87.0135023531421, + 39.60472617879991, + ], + [ + -87.0149380578578, + 39.47376932936288, + ], + [ + -86.93992248646215, + 39.47333961041477, + ], + [ + -86.94243496971464, + 39.34211418663516, + ], + [ + -87.05370208518188, + 39.34254390558327, + ], + [ + -87.05441993753973, + 39.168078012649936, + ], + [ + -87.24106155058155, + 39.171784338577396, + ], + [ + -87.2403436982237, + 39.25901728504407, + ], + [ + -87.23819014115014, + 39.52050126497002, + ], + [ + -87.19906718764715, + 39.60714334788304, + ], + [ + -87.0135023531421, + 39.60472617879991, + ], + ], + ], + "type": "Polygon", + }, + "id": "18021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54095 { + "geometry": { + "coordinates": [ + [ + [ + -80.61851462320737, + 39.4504033615593, + ], + [ + -80.88842710976016, + 39.294307953657736, + ], + [ + -80.93724107009417, + 39.38664381263324, + ], + [ + -81.00759060116378, + 39.35097713993997, + ], + [ + -81.02517798393119, + 39.46377836381928, + ], + [ + -81.1213701998835, + 39.45819201749383, + ], + [ + -81.03881717873038, + 39.53994604737208, + ], + [ + -80.94406066749377, + 39.60676734380344, + ], + [ + -80.85217556568857, + 39.602040435374214, + ], + [ + -80.7200907318436, + 39.48059111766415, + ], + [ + -80.61851462320737, + 39.4504033615593, + ], + ], + ], + "type": "Polygon", + }, + "id": "54095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29163 { + "geometry": { + "coordinates": [ + [ + [ + -90.72192763381145, + 39.224102620509996, + ], + [ + -91.18278884755316, + 39.22721808288381, + ], + [ + -91.18530133080564, + 39.13923312825794, + ], + [ + -91.2603169022013, + 39.139823991811596, + ], + [ + -91.4089123402769, + 39.14250973523729, + ], + [ + -91.43834428694888, + 39.31864078909456, + ], + [ + -91.4602387838634, + 39.4507793656389, + ], + [ + -91.17812280722711, + 39.59817296484121, + ], + [ + -91.02773273825689, + 39.441110689306385, + ], + [ + -90.93692441498845, + 39.39969652568213, + ], + [ + -90.76894696325083, + 39.29742341603155, + ], + [ + -90.72192763381145, + 39.224102620509996, + ], + ], + ], + "type": "Polygon", + }, + "id": "29163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39017 { + "geometry": { + "coordinates": [ + [ + [ + -84.36534500502185, + 39.58947115614195, + ], + [ + -84.33196487038168, + 39.55127988462852, + ], + [ + -84.35314151493836, + 39.29226678865421, + ], + [ + -84.81938662136398, + 39.305158357097554, + ], + [ + -84.81543843339578, + 39.5219515664199, + ], + [ + -84.81472058103792, + 39.567501774919734, + ], + [ + -84.47876567756265, + 39.56879093176407, + ], + [ + -84.47912460374158, + 39.59097517246033, + ], + [ + -84.36534500502185, + 39.58947115614195, + ], + ], + ], + "type": "Polygon", + }, + "id": "39017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39165 { + "geometry": { + "coordinates": [ + [ + [ + -84.11409667977325, + 39.57792245941144, + ], + [ + -83.97698687942331, + 39.56916693584367, + ], + [ + -84.00677775227422, + 39.255042384774036, + ], + [ + -84.25946178223852, + 39.27072712638011, + ], + [ + -84.35314151493836, + 39.29226678865421, + ], + [ + -84.33196487038168, + 39.55127988462852, + ], + [ + -84.36534500502185, + 39.58947115614195, + ], + [ + -84.11409667977325, + 39.57792245941144, + ], + ], + ], + "type": "Polygon", + }, + "id": "39165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06033 { + "geometry": { + "coordinates": [ + [ + [ + -122.7388606464195, + 39.3834209205224, + ], + [ + -122.77583004284894, + 39.31396759553385, + ], + [ + -122.66240937030814, + 39.21668996865507, + ], + [ + -122.47720346198203, + 39.17393293331796, + ], + [ + -122.49227836149694, + 39.05409506166331, + ], + [ + -122.34009366163207, + 38.92426622446507, + ], + [ + -122.39500936700784, + 38.86426671633498, + ], + [ + -122.46428211954067, + 38.70521699066515, + ], + [ + -122.62723460477334, + 38.66750915296835, + ], + [ + -122.81818333196227, + 38.85030085052135, + ], + [ + -122.94811460873369, + 38.900685397187445, + ], + [ + -122.98723756223669, + 38.99753330511811, + ], + [ + -123.09347971119895, + 39.073002695380225, + ], + [ + -123.0805583687576, + 39.17495351581972, + ], + [ + -122.99513393817307, + 39.236833044347804, + ], + [ + -123.07589232843155, + 39.408237189775846, + ], + [ + -123.06225313363234, + 39.503366221914064, + ], + [ + -122.8888917892108, + 39.530868234593214, + ], + [ + -122.88925071538972, + 39.58264936784067, + ], + [ + -122.73563031080916, + 39.581736215075935, + ], + [ + -122.7388606464195, + 39.3834209205224, + ], + ], + ], + "type": "Polygon", + }, + "id": "06033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08063 { + "geometry": { + "coordinates": [ + [ + [ + -102.04963784073405, + 39.574054988878444, + ], + [ + -102.04963784073405, + 39.5681463533419, + ], + [ + -102.04712535748156, + 39.133109633247344, + ], + [ + -102.04640750512371, + 39.04695098415095, + ], + [ + -103.16302684776427, + 39.03760459702953, + ], + [ + -103.15441261947004, + 39.56562175452174, + ], + [ + -102.80302389030092, + 39.56782406413082, + ], + [ + -102.04963784073405, + 39.574054988878444, + ], + ], + ], + "type": "Polygon", + }, + "id": "08063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 34011 { + "geometry": { + "coordinates": [ + [ + [ + -75.40726543137248, + 39.38175575959846, + ], + [ + -75.41300825023531, + 39.38417292868159, + ], + [ + -75.4169564382035, + 39.387664395135005, + ], + [ + -75.23964690581377, + 39.559175970300075, + ], + [ + -75.08387294415964, + 39.4577085836772, + ], + [ + -75.06197844724511, + 39.56862978715853, + ], + [ + -74.98516824495483, + 39.51480748890754, + ], + [ + -74.85595482054127, + 39.424566509804094, + ], + [ + -74.86097978704623, + 39.32374370160339, + ], + [ + -74.91481871388523, + 39.17742439977137, + ], + [ + -75.10612636725308, + 39.212553923779495, + ], + [ + -75.28846086614779, + 39.28974218983405, + ], + [ + -75.40726543137248, + 39.38175575959846, + ], + ], + ], + "type": "Polygon", + }, + "id": "34011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20163 { + "geometry": { + "coordinates": [ + [ + [ + -99.04434894458186, + 39.56798520873636, + ], + [ + -99.0475792801922, + 39.1329484886418, + ], + [ + -99.59171136744489, + 39.13241133995666, + ], + [ + -99.6053505622441, + 39.13241133995666, + ], + [ + -99.60212022663376, + 39.56728691544568, + ], + [ + -99.06624344149638, + 39.568038923604874, + ], + [ + -99.04434894458186, + 39.56798520873636, + ], + ], + ], + "type": "Polygon", + }, + "id": "20163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39027 { + "geometry": { + "coordinates": [ + [ + [ + -83.86571976395606, + 39.247307443708024, + ], + [ + -83.98990822186467, + 39.254075517140784, + ], + [ + -84.00677775227422, + 39.255042384774036, + ], + [ + -83.97698687942331, + 39.56916693584367, + ], + [ + -83.67010499644108, + 39.550259302126754, + ], + [ + -83.57642526374126, + 39.544565526064275, + ], + [ + -83.59078231089832, + 39.378747726961684, + ], + [ + -83.78496137369758, + 39.262616181234506, + ], + [ + -83.86571976395606, + 39.247307443708024, + ], + ], + ], + "type": "Polygon", + }, + "id": "39027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20181 { + "geometry": { + "coordinates": [ + [ + [ + -101.41397957785509, + 39.56836121281596, + ], + [ + -101.38921367150915, + 39.56836121281596, + ], + [ + -101.39172615476164, + 39.13509708338236, + ], + [ + -101.47822736388295, + 39.13477479417128, + ], + [ + -102.04712535748156, + 39.133109633247344, + ], + [ + -102.04963784073405, + 39.5681463533419, + ], + [ + -101.41397957785509, + 39.56836121281596, + ], + ], + ], + "type": "Polygon", + }, + "id": "20181", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20193 { + "geometry": { + "coordinates": [ + [ + [ + -100.74099299236777, + 39.56798520873636, + ], + [ + -100.72017527399002, + 39.56798520873636, + ], + [ + -100.72125205252681, + 39.1333244927214, + ], + [ + -100.81206037579523, + 39.1333244927214, + ], + [ + -101.39172615476164, + 39.13509708338236, + ], + [ + -101.38921367150915, + 39.56836121281596, + ], + [ + -100.74099299236777, + 39.56798520873636, + ], + ], + ], + "type": "Polygon", + }, + "id": "20193", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20141 { + "geometry": { + "coordinates": [ + [ + [ + -98.50524182383415, + 39.56755548978825, + ], + [ + -98.48729551488782, + 39.567394345182706, + ], + [ + -98.49016692431924, + 39.219698001291846, + ], + [ + -98.49016692431924, + 39.13262619943072, + ], + [ + -99.03752934718226, + 39.13305591837883, + ], + [ + -99.0475792801922, + 39.1329484886418, + ], + [ + -99.04434894458186, + 39.56798520873636, + ], + [ + -98.50524182383415, + 39.56755548978825, + ], + ], + ], + "type": "Polygon", + }, + "id": "20141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20179 { + "geometry": { + "coordinates": [ + [ + [ + -100.18035030088446, + 39.56680348162905, + ], + [ + -100.16168613958028, + 39.567233200577164, + ], + [ + -100.16419862283277, + 39.131927906140035, + ], + [ + -100.72125205252681, + 39.1333244927214, + ], + [ + -100.72017527399002, + 39.56798520873636, + ], + [ + -100.18035030088446, + 39.56680348162905, + ], + ], + ], + "type": "Polygon", + }, + "id": "20179", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20027 { + "geometry": { + "coordinates": [ + [ + [ + -96.95898784501848, + 39.566320047812425, + ], + [ + -96.96185925444989, + 39.22002029050293, + ], + [ + -96.9632949591656, + 39.13225019535112, + ], + [ + -97.37139402460511, + 39.13187419127152, + ], + [ + -97.3699583198894, + 39.305964080125264, + ], + [ + -97.3685226151737, + 39.56696462623459, + ], + [ + -96.95898784501848, + 39.566320047812425, + ], + ], + ], + "type": "Polygon", + }, + "id": "20027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20123 { + "geometry": { + "coordinates": [ + [ + [ + -97.93167778990949, + 39.566857196497565, + ], + [ + -97.92952423283593, + 39.306393799073376, + ], + [ + -97.93024208519378, + 39.21910713773819, + ], + [ + -98.49016692431924, + 39.219698001291846, + ], + [ + -98.48729551488782, + 39.567394345182706, + ], + [ + -97.93167778990949, + 39.566857196497565, + ], + ], + ], + "type": "Polygon", + }, + "id": "20123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20065 { + "geometry": { + "coordinates": [ + [ + [ + -99.60212022663376, + 39.56728691544568, + ], + [ + -99.6053505622441, + 39.13241133995666, + ], + [ + -100.14804694478107, + 39.13214276561409, + ], + [ + -100.16419862283277, + 39.131927906140035, + ], + [ + -100.16168613958028, + 39.567233200577164, + ], + [ + -99.62796291151646, + 39.567394345182706, + ], + [ + -99.60212022663376, + 39.56728691544568, + ], + ], + ], + "type": "Polygon", + }, + "id": "20065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20161 { + "geometry": { + "coordinates": [ + [ + [ + -96.58175643096665, + 39.56626633294391, + ], + [ + -96.726762607253, + 39.40361771108365, + ], + [ + -96.55878515551535, + 39.182634742017214, + ], + [ + -96.38901307288309, + 39.172697491342134, + ], + [ + -96.39080770377771, + 39.04324465822349, + ], + [ + -96.50099804070817, + 39.043674377171605, + ], + [ + -96.50099804070817, + 39.07278783590617, + ], + [ + -96.85095106516158, + 39.08836514777522, + ], + [ + -96.84915643426694, + 39.21905342286968, + ], + [ + -96.96185925444989, + 39.22002029050293, + ], + [ + -96.95898784501848, + 39.566320047812425, + ], + [ + -96.80644421897469, + 39.56637376268094, + ], + [ + -96.58175643096665, + 39.56626633294391, + ], + ], + ], + "type": "Polygon", + }, + "id": "20161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08035 { + "geometry": { + "coordinates": [ + [ + [ + -104.66046686624593, + 39.5658366139958, + ], + [ + -104.66297934949841, + 39.129564451925425, + ], + [ + -105.03339116615064, + 39.129833026267995, + ], + [ + -105.3287874114072, + 39.12967188166245, + ], + [ + -105.2340309001706, + 39.24591085712666, + ], + [ + -105.04882499184448, + 39.56594404373283, + ], + [ + -104.66046686624593, + 39.5658366139958, + ], + ], + ], + "type": "Polygon", + }, + "id": "08035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08039 { + "geometry": { + "coordinates": [ + [ + [ + -103.71469638477441, + 39.56626633294391, + ], + [ + -103.71972135127939, + 38.866845030023654, + ], + [ + -104.05567625475466, + 38.86877876529015, + ], + [ + -104.05136914060753, + 39.128221580212575, + ], + [ + -104.66297934949841, + 39.129564451925425, + ], + [ + -104.66046686624593, + 39.5658366139958, + ], + [ + -103.71469638477441, + 39.56626633294391, + ], + ], + ], + "type": "Polygon", + }, + "id": "08039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20149 { + "geometry": { + "coordinates": [ + [ + [ + -96.23898193009178, + 39.56615890320688, + ], + [ + -96.03582971281934, + 39.566051473469855, + ], + [ + -96.03582971281934, + 39.216528824049526, + ], + [ + -96.04229038404002, + 39.12924216271434, + ], + [ + -96.08464367315335, + 39.19370000493109, + ], + [ + -96.24328904423889, + 39.208740168115, + ], + [ + -96.38901307288309, + 39.172697491342134, + ], + [ + -96.55878515551535, + 39.182634742017214, + ], + [ + -96.726762607253, + 39.40361771108365, + ], + [ + -96.58175643096665, + 39.56626633294391, + ], + [ + -96.23898193009178, + 39.56615890320688, + ], + ], + ], + "type": "Polygon", + }, + "id": "20149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08073 { + "geometry": { + "coordinates": [ + [ + [ + -103.15441261947004, + 39.56562175452174, + ], + [ + -103.16302684776427, + 39.03760459702953, + ], + [ + -103.17343570695314, + 38.61239769787302, + ], + [ + -103.17271785459529, + 38.52527218114338, + ], + [ + -103.50472457010237, + 38.51640922783858, + ], + [ + -104.05388162386002, + 38.52237157824363, + ], + [ + -104.05567625475466, + 38.86877876529015, + ], + [ + -103.71972135127939, + 38.866845030023654, + ], + [ + -103.71469638477441, + 39.56626633294391, + ], + [ + -103.70751786119588, + 39.5662126180754, + ], + [ + -103.15441261947004, + 39.56562175452174, + ], + ], + ], + "type": "Polygon", + }, + "id": "08073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08093 { + "geometry": { + "coordinates": [ + [ + [ + -105.39877801629788, + 39.56610518833837, + ], + [ + -105.39770123776111, + 39.129564451925425, + ], + [ + -105.33058204230184, + 39.12967188166245, + ], + [ + -105.32914633758614, + 38.69721347525657, + ], + [ + -105.96982956697006, + 38.69356086419762, + ], + [ + -105.90665855947898, + 38.80689923676207, + ], + [ + -106.02797560795617, + 38.9428515689709, + ], + [ + -106.11268218618284, + 38.941347552652516, + ], + [ + -106.19092809318883, + 39.05608251179833, + ], + [ + -106.1837495696103, + 39.310261269606386, + ], + [ + -106.13565346163413, + 39.37949973512087, + ], + [ + -106.01792567494623, + 39.36515786522765, + ], + [ + -105.82948943100978, + 39.564869746362554, + ], + [ + -105.39877801629788, + 39.56610518833837, + ], + ], + ], + "type": "Polygon", + }, + "id": "08093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39009 { + "geometry": { + "coordinates": [ + [ + [ + -81.84496537659948, + 39.450188502085254, + ], + [ + -81.85357960489371, + 39.31810364040942, + ], + [ + -81.72185369722766, + 39.26949168440429, + ], + [ + -81.72544295901692, + 39.21593796049587, + ], + [ + -81.75666953658353, + 39.18037871753963, + ], + [ + -82.26849826773282, + 39.2037446853432, + ], + [ + -82.2896749122895, + 39.38417292868159, + ], + [ + -82.2803428316374, + 39.47290989146666, + ], + [ + -82.16728108527553, + 39.46624924777092, + ], + [ + -82.15902578316022, + 39.55654394174289, + ], + [ + -82.04739974151406, + 39.550796450811895, + ], + [ + -82.05565504362937, + 39.46007203789182, + ], + [ + -81.84496537659948, + 39.450188502085254, + ], + ], + ], + "type": "Polygon", + }, + "id": "39009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49027 { + "geometry": { + "coordinates": [ + [ + [ + -112.01558212480924, + 39.31445102935047, + ], + [ + -112.01450534627246, + 39.045232108358505, + ], + [ + -112.22483608712344, + 38.865126154231206, + ], + [ + -112.21873434208167, + 38.72766980570398, + ], + [ + -112.30990159152903, + 38.67621096166761, + ], + [ + -112.44772924423683, + 38.6811527295709, + ], + [ + -112.51520736587503, + 38.57232640596161, + ], + [ + -114.04997570696504, + 38.572917269515266, + ], + [ + -114.04997570696504, + 38.6773389739064, + ], + [ + -114.04782214989149, + 39.542685505666284, + ], + [ + -112.21945219443953, + 39.553965628054215, + ], + [ + -112.19576306663038, + 39.32954490740289, + ], + [ + -112.01558212480924, + 39.31445102935047, + ], + ], + ], + "type": "Polygon", + }, + "id": "49027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54027 { + "geometry": { + "coordinates": [ + [ + [ + -78.46818788525829, + 39.51663379443701, + ], + [ + -78.34722976296003, + 39.465926958559834, + ], + [ + -78.3400512393815, + 39.35360916849715, + ], + [ + -78.41901499874534, + 39.256976120040534, + ], + [ + -78.4035811730515, + 39.16743343422777, + ], + [ + -78.50802869111914, + 39.08863372211779, + ], + [ + -78.89961715232802, + 39.19923263638803, + ], + [ + -78.97965769022865, + 39.23774619711254, + ], + [ + -78.85044426581509, + 39.33115635345831, + ], + [ + -78.65698305537366, + 39.535165424074336, + ], + [ + -78.46818788525829, + 39.51663379443701, + ], + ], + ], + "type": "Polygon", + }, + "id": "54027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29165 { + "geometry": { + "coordinates": [ + [ + [ + -95.10298057378918, + 39.53333911854486, + ], + [ + -94.60120177564983, + 39.530331085908074, + ], + [ + -94.60084284947091, + 39.45609713762178, + ], + [ + -94.60156070182876, + 39.15959106342473, + ], + [ + -94.77456312007136, + 39.19891034717695, + ], + [ + -94.89946943033782, + 39.29967944050914, + ], + [ + -94.879010638139, + 39.37568597945639, + ], + [ + -94.96910110904956, + 39.418819018873094, + ], + [ + -95.10298057378918, + 39.53333911854486, + ], + ], + ], + "type": "Polygon", + }, + "id": "29165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18047 { + "geometry": { + "coordinates": [ + [ + [ + -85.03617803343562, + 39.5261950410325, + ], + [ + -84.81543843339578, + 39.5219515664199, + ], + [ + -84.81938662136398, + 39.305158357097554, + ], + [ + -85.0656099801076, + 39.30714580723257, + ], + [ + -85.21815360615139, + 39.30832753433988, + ], + [ + -85.29639951315738, + 39.268256242428464, + ], + [ + -85.29747629169417, + 39.453250249590546, + ], + [ + -85.29783521787309, + 39.52549674774182, + ], + [ + -85.03617803343562, + 39.5261950410325, + ], + ], + ], + "type": "Polygon", + }, + "id": "18047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29177 { + "geometry": { + "coordinates": [ + [ + [ + -93.75916095988809, + 39.52458359497709, + ], + [ + -93.75844310753024, + 39.20696757745404, + ], + [ + -93.8241265982738, + 39.2148636631256, + ], + [ + -94.10480687019438, + 39.14347660287054, + ], + [ + -94.21248472387235, + 39.20702129232255, + ], + [ + -94.21069009297771, + 39.454646836171904, + ], + [ + -94.20853653590416, + 39.52721562353427, + ], + [ + -93.75916095988809, + 39.52458359497709, + ], + ], + ], + "type": "Polygon", + }, + "id": "29177", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17135 { + "geometry": { + "coordinates": [ + [ + [ + -89.53352305538556, + 39.52458359497709, + ], + [ + -89.53065164595415, + 39.349043404673466, + ], + [ + -89.14013996328204, + 39.348882260067924, + ], + [ + -89.14013996328204, + 39.21792541063089, + ], + [ + -89.2503303002125, + 39.21749569168278, + ], + [ + -89.2503303002125, + 39.028150780171075, + ], + [ + -89.58592627750885, + 39.0282582099081, + ], + [ + -89.64012413052676, + 38.99914475117353, + ], + [ + -89.69898802387071, + 38.99898360656799, + ], + [ + -89.7015005071232, + 39.523348153001265, + ], + [ + -89.53352305538556, + 39.52458359497709, + ], + ], + ], + "type": "Polygon", + }, + "id": "17135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17117 { + "geometry": { + "coordinates": [ + [ + [ + -89.7015005071232, + 39.523348153001265, + ], + [ + -89.69898802387071, + 38.99898360656799, + ], + [ + -90.14585111663429, + 39.00005790393827, + ], + [ + -90.14800467370786, + 39.26197160281234, + ], + [ + -90.15374749257067, + 39.520286405495966, + ], + [ + -89.92654722131016, + 39.52205899615693, + ], + [ + -89.7015005071232, + 39.523348153001265, + ], + ], + ], + "type": "Polygon", + }, + "id": "17117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06057 { + "geometry": { + "coordinates": [ + [ + [ + -120.00312531064117, + 39.44803990734469, + ], + [ + -120.00743242478828, + 39.31600876053738, + ], + [ + -120.64596209709866, + 39.315149322641155, + ], + [ + -120.7288740444307, + 39.28786216943607, + ], + [ + -120.97725096024789, + 39.11183854531582, + ], + [ + -121.03790948448648, + 39.015957505018406, + ], + [ + -121.27982572908299, + 39.03454284952423, + ], + [ + -121.27982572908299, + 39.230440974994636, + ], + [ + -121.12692317686026, + 39.37987573920047, + ], + [ + -121.01960424936122, + 39.39491590238438, + ], + [ + -120.74251323922991, + 39.46179091368427, + ], + [ + -120.65852451336109, + 39.52528188826776, + ], + [ + -120.56053766651414, + 39.51615036062039, + ], + [ + -120.50598088731729, + 39.44723418431698, + ], + [ + -120.00312531064117, + 39.44803990734469, + ], + ], + ], + "type": "Polygon", + }, + "id": "06057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17061 { + "geometry": { + "coordinates": [ + [ + [ + -90.30162507828842, + 39.52017897575894, + ], + [ + -90.15374749257067, + 39.520286405495966, + ], + [ + -90.14800467370786, + 39.26197160281234, + ], + [ + -90.31418749455085, + 39.22506948814325, + ], + [ + -90.31382856837193, + 39.174308937397555, + ], + [ + -90.58051071931438, + 39.1848907664948, + ], + [ + -90.60348199476567, + 39.11758603624681, + ], + [ + -90.61389085395454, + 39.39577534028061, + ], + [ + -90.5808696454933, + 39.521736706945845, + ], + [ + -90.30162507828842, + 39.52017897575894, + ], + ], + ], + "type": "Polygon", + }, + "id": "17061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39141 { + "geometry": { + "coordinates": [ + [ + [ + -82.74084511920019, + 39.46829041277445, + ], + [ + -82.74874149513657, + 39.368112182995915, + ], + [ + -82.76273961611471, + 39.207880730218776, + ], + [ + -82.78571089156601, + 39.1687225910721, + ], + [ + -83.35353210662785, + 39.1975674754641, + ], + [ + -83.37291412028989, + 39.37735114038032, + ], + [ + -83.26667197132763, + 39.5162040754889, + ], + [ + -82.98383814233348, + 39.50664282889342, + ], + [ + -82.99819518949054, + 39.48000025411049, + ], + [ + -82.74084511920019, + 39.46829041277445, + ], + ], + ], + "type": "Polygon", + }, + "id": "39141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54037 { + "geometry": { + "coordinates": [ + [ + [ + -77.71839109748068, + 39.320574524361064, + ], + [ + -77.8282225082322, + 39.13225019535112, + ], + [ + -78.03316935639928, + 39.26449620163249, + ], + [ + -77.96676801329787, + 39.36693045588861, + ], + [ + -77.8253510988008, + 39.49337525637047, + ], + [ + -77.71839109748068, + 39.320574524361064, + ], + ], + ], + "type": "Polygon", + }, + "id": "54037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49019 { + "geometry": { + "coordinates": [ + [ + [ + -109.05121081305468, + 39.49767244585159, + ], + [ + -109.05085188687576, + 39.366661881546044, + ], + [ + -109.05982504134892, + 38.49991876320479, + ], + [ + -110.0253364626614, + 38.49991876320479, + ], + [ + -110.08132894657395, + 38.756138686016385, + ], + [ + -110.16280518919028, + 38.86453529067755, + ], + [ + -110.11650371210875, + 39.154649295521445, + ], + [ + -110.01097941550434, + 39.417368717423216, + ], + [ + -110.02425968412462, + 39.46168348394724, + ], + [ + -109.10720329696723, + 39.46195205828981, + ], + [ + -109.05121081305468, + 39.49767244585159, + ], + ], + ], + "type": "Polygon", + }, + "id": "49019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17023 { + "geometry": { + "coordinates": [ + [ + [ + -87.53179175551207, + 39.47709965121074, + ], + [ + -87.53179175551207, + 39.3480228221717, + ], + [ + -87.60429484365524, + 39.25944700399218, + ], + [ + -87.62906075000117, + 39.15738875381565, + ], + [ + -87.95029968014046, + 39.17489980095121, + ], + [ + -88.00772786876871, + 39.17393293331796, + ], + [ + -88.01203498291582, + 39.37896258643574, + ], + [ + -87.9603496131504, + 39.481235696086316, + ], + [ + -87.53179175551207, + 39.47709965121074, + ], + ], + ], + "type": "Polygon", + }, + "id": "17023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54073 { + "geometry": { + "coordinates": [ + [ + [ + -81.00759060116378, + 39.35097713993997, + ], + [ + -81.23945691275034, + 39.26836367216549, + ], + [ + -81.37082389423747, + 39.34211418663516, + ], + [ + -81.1213701998835, + 39.45819201749383, + ], + [ + -81.02517798393119, + 39.46377836381928, + ], + [ + -81.00759060116378, + 39.35097713993997, + ], + ], + ], + "type": "Polygon", + }, + "id": "54073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18119 { + "geometry": { + "coordinates": [ + [ + [ + -86.68687953031892, + 39.47006300343541, + ], + [ + -86.63232275112209, + 39.470224148040955, + ], + [ + -86.63088704640637, + 39.34775424782913, + ], + [ + -86.68544382560322, + 39.33599069162457, + ], + [ + -86.68293134235073, + 39.16571455843532, + ], + [ + -87.05441993753973, + 39.168078012649936, + ], + [ + -87.05370208518188, + 39.34254390558327, + ], + [ + -86.94243496971464, + 39.34211418663516, + ], + [ + -86.93992248646215, + 39.47333961041477, + ], + [ + -86.68687953031892, + 39.47006300343541, + ], + ], + ], + "type": "Polygon", + }, + "id": "18119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54033 { + "geometry": { + "coordinates": [ + [ + [ + -80.19677636296865, + 39.39314331172342, + ], + [ + -80.16626763775989, + 39.24236567580474, + ], + [ + -80.22692616199848, + 39.112859127817586, + ], + [ + -80.29978817632058, + 39.10399617451278, + ], + [ + -80.595902273935, + 39.1671648598852, + ], + [ + -80.52591166904432, + 39.20981446548528, + ], + [ + -80.60343972369246, + 39.291138776415416, + ], + [ + -80.54421690416957, + 39.42913227362777, + ], + [ + -80.49396723911985, + 39.469686999355815, + ], + [ + -80.19677636296865, + 39.39314331172342, + ], + ], + ], + "type": "Polygon", + }, + "id": "54033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51069 { + "geometry": { + "coordinates": [ + [ + [ + -78.03316935639928, + 39.26449620163249, + ], + [ + -78.15197392162398, + 39.03626172531668, + ], + [ + -78.31456748067771, + 39.007792845004275, + ], + [ + -78.33394949433975, + 39.09894697687247, + ], + [ + -78.45454869045908, + 39.02772106122296, + ], + [ + -78.5439213090118, + 39.05661966048347, + ], + [ + -78.50802869111914, + 39.08863372211779, + ], + [ + -78.4035811730515, + 39.16743343422777, + ], + [ + -78.41901499874534, + 39.256976120040534, + ], + [ + -78.3400512393815, + 39.35360916849715, + ], + [ + -78.34722976296003, + 39.465926958559834, + ], + [ + -78.22878412391425, + 39.39120957645692, + ], + [ + -78.03316935639928, + 39.26449620163249, + ], + ], + ], + "type": "Polygon", + }, + "id": "51069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29047 { + "geometry": { + "coordinates": [ + [ + [ + -94.60084284947091, + 39.45609713762178, + ], + [ + -94.21069009297771, + 39.454646836171904, + ], + [ + -94.21248472387235, + 39.20702129232255, + ], + [ + -94.30472875185649, + 39.231354127759374, + ], + [ + -94.46157949204739, + 39.12032549454102, + ], + [ + -94.6076624468705, + 39.11344999137124, + ], + [ + -94.60156070182876, + 39.15959106342473, + ], + [ + -94.60084284947091, + 39.45609713762178, + ], + ], + ], + "type": "Polygon", + }, + "id": "29047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18031 { + "geometry": { + "coordinates": [ + [ + [ + -85.29747629169417, + 39.453250249590546, + ], + [ + -85.29639951315738, + 39.268256242428464, + ], + [ + -85.43996998472801, + 39.19558002532908, + ], + [ + -85.56415844263661, + 39.133807926538026, + ], + [ + -85.6869111958295, + 39.130638749295706, + ], + [ + -85.684398712577, + 39.35006398717523, + ], + [ + -85.62948300720124, + 39.45276681577392, + ], + [ + -85.29747629169417, + 39.453250249590546, + ], + ], + ], + "type": "Polygon", + }, + "id": "18031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54091 { + "geometry": { + "coordinates": [ + [ + [ + -79.89527837267033, + 39.29957201077211, + ], + [ + -80.02233824001034, + 39.24816688160425, + ], + [ + -80.16626763775989, + 39.24236567580474, + ], + [ + -80.19677636296865, + 39.39314331172342, + ], + [ + -80.02485072326283, + 39.4015228312116, + ], + [ + -79.93870844032045, + 39.452551956299864, + ], + [ + -79.89456052031248, + 39.43568548758648, + ], + [ + -79.89527837267033, + 39.29957201077211, + ], + ], + ], + "type": "Polygon", + }, + "id": "54091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54017 { + "geometry": { + "coordinates": [ + [ + [ + -80.54421690416957, + 39.42913227362777, + ], + [ + -80.60343972369246, + 39.291138776415416, + ], + [ + -80.52591166904432, + 39.20981446548528, + ], + [ + -80.595902273935, + 39.1671648598852, + ], + [ + -80.72798710777998, + 39.09572408476163, + ], + [ + -80.81269368600665, + 39.10942137623269, + ], + [ + -80.91355194228501, + 39.27303686572621, + ], + [ + -80.88842710976016, + 39.294307953657736, + ], + [ + -80.61851462320737, + 39.4504033615593, + ], + [ + -80.54421690416957, + 39.42913227362777, + ], + ], + ], + "type": "Polygon", + }, + "id": "54017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20087 { + "geometry": { + "coordinates": [ + [ + [ + -95.18086755461624, + 39.41914130808418, + ], + [ + -95.18732822583692, + 39.04410409611972, + ], + [ + -95.5003118538609, + 39.056673375351984, + ], + [ + -95.59793977452892, + 39.06575118813085, + ], + [ + -95.58932554623468, + 39.216260249706956, + ], + [ + -95.57030245875157, + 39.418980163478636, + ], + [ + -95.18086755461624, + 39.41914130808418, + ], + ], + ], + "type": "Polygon", + }, + "id": "20087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20103 { + "geometry": { + "coordinates": [ + [ + [ + -94.96910110904956, + 39.418819018873094, + ], + [ + -94.879010638139, + 39.37568597945639, + ], + [ + -94.89946943033782, + 39.29967944050914, + ], + [ + -94.77456312007136, + 39.19891034717695, + ], + [ + -94.89982835651674, + 39.20288524744698, + ], + [ + -94.9088015109899, + 38.99140981010753, + ], + [ + -95.05632017052872, + 38.98211713785461, + ], + [ + -95.18589252112122, + 38.964552375850545, + ], + [ + -95.18732822583692, + 39.04410409611972, + ], + [ + -95.18086755461624, + 39.41914130808418, + ], + [ + -94.96910110904956, + 39.418819018873094, + ], + ], + ], + "type": "Polygon", + }, + "id": "20103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06011 { + "geometry": { + "coordinates": [ + [ + [ + -121.89000023325815, + 39.38374320973348, + ], + [ + -121.90866439456234, + 39.305158357097554, + ], + [ + -121.94563379099178, + 39.180808436487744, + ], + [ + -121.83867378967166, + 39.063065444705146, + ], + [ + -121.83544345406132, + 38.92453479880764, + ], + [ + -122.34009366163207, + 38.92426622446507, + ], + [ + -122.49227836149694, + 39.05409506166331, + ], + [ + -122.47720346198203, + 39.17393293331796, + ], + [ + -122.66240937030814, + 39.21668996865507, + ], + [ + -122.77583004284894, + 39.31396759553385, + ], + [ + -122.7388606464195, + 39.3834209205224, + ], + [ + -122.13801822289642, + 39.386214093685126, + ], + [ + -122.13873607525427, + 39.41479040373455, + ], + [ + -121.89000023325815, + 39.38374320973348, + ], + ], + ], + "type": "Polygon", + }, + "id": "06011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29195 { + "geometry": { + "coordinates": [ + [ + [ + -93.10447960952602, + 39.38363577999645, + ], + [ + -92.84928309630924, + 39.22619750038204, + ], + [ + -92.94439853372478, + 39.12354838665186, + ], + [ + -92.93470752689376, + 39.064515746155024, + ], + [ + -93.05028175650811, + 38.92824112473511, + ], + [ + -93.49642699691384, + 38.9428515689709, + ], + [ + -93.47740390943073, + 39.29275022247083, + ], + [ + -93.40741330454006, + 39.22866838433368, + ], + [ + -93.3377816258283, + 39.30607150986229, + ], + [ + -93.23010377215033, + 39.32787974647896, + ], + [ + -93.17734162384812, + 39.41172865622926, + ], + [ + -93.10447960952602, + 39.38363577999645, + ], + ], + ], + "type": "Polygon", + }, + "id": "29195", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54107 { + "geometry": { + "coordinates": [ + [ + [ + -81.37082389423747, + 39.34211418663516, + ], + [ + -81.23945691275034, + 39.26836367216549, + ], + [ + -81.29760295373644, + 39.18548163004846, + ], + [ + -81.42573959961324, + 39.134882223908306, + ], + [ + -81.58115463508844, + 39.026270759773084, + ], + [ + -81.7480553082893, + 39.096905811868936, + ], + [ + -81.75666953658353, + 39.18037871753963, + ], + [ + -81.72544295901692, + 39.21593796049587, + ], + [ + -81.67842362957754, + 39.272016283224445, + ], + [ + -81.57325825915206, + 39.265892788213854, + ], + [ + -81.5535173193111, + 39.34351077321652, + ], + [ + -81.44081449912815, + 39.4092040574091, + ], + [ + -81.37082389423747, + 39.34211418663516, + ], + ], + ], + "type": "Polygon", + }, + "id": "54107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17013 { + "geometry": { + "coordinates": [ + [ + [ + -90.61389085395454, + 39.39577534028061, + ], + [ + -90.60348199476567, + 39.11758603624681, + ], + [ + -90.56615367215731, + 38.98727376523195, + ], + [ + -90.45201514725866, + 38.96739926388178, + ], + [ + -90.54820736321098, + 38.87248509121761, + ], + [ + -90.66557622371997, + 38.93409604540312, + ], + [ + -90.72192763381145, + 39.224102620509996, + ], + [ + -90.76894696325083, + 39.29742341603155, + ], + [ + -90.93692441498845, + 39.39969652568213, + ], + [ + -90.61389085395454, + 39.39577534028061, + ], + ], + ], + "type": "Polygon", + }, + "id": "17013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39163 { + "geometry": { + "coordinates": [ + [ + [ + -82.2896749122895, + 39.38417292868159, + ], + [ + -82.26849826773282, + 39.2037446853432, + ], + [ + -82.30654444269904, + 39.20546356113565, + ], + [ + -82.32269612075073, + 39.02766734635445, + ], + [ + -82.43539894093368, + 39.035026283340855, + ], + [ + -82.42463115556588, + 39.13778282680806, + ], + [ + -82.53625719721205, + 39.18075472161923, + ], + [ + -82.76273961611471, + 39.207880730218776, + ], + [ + -82.74874149513657, + 39.368112182995915, + ], + [ + -82.51759303590786, + 39.36940133984025, + ], + [ + -82.51436270029753, + 39.39577534028061, + ], + [ + -82.2896749122895, + 39.38417292868159, + ], + ], + ], + "type": "Polygon", + }, + "id": "39163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54085 { + "geometry": { + "coordinates": [ + [ + [ + -80.88842710976016, + 39.294307953657736, + ], + [ + -80.91355194228501, + 39.27303686572621, + ], + [ + -80.81269368600665, + 39.10942137623269, + ], + [ + -81.03343328604649, + 39.00961915053375, + ], + [ + -81.16228778428113, + 39.030675378991226, + ], + [ + -81.24914791958136, + 39.03465027926126, + ], + [ + -81.29760295373644, + 39.18548163004846, + ], + [ + -81.23945691275034, + 39.26836367216549, + ], + [ + -81.00759060116378, + 39.35097713993997, + ], + [ + -80.93724107009417, + 39.38664381263324, + ], + [ + -80.88842710976016, + 39.294307953657736, + ], + ], + ], + "type": "Polygon", + }, + "id": "54085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 24029 { + "geometry": { + "coordinates": [ + [ + [ + -75.76655053647798, + 39.37751228498586, + ], + [ + -75.7600898652573, + 39.29661769300384, + ], + [ + -75.75614167728911, + 39.24601828686369, + ], + [ + -75.98549550562319, + 39.24574971252112, + ], + [ + -76.11901604418387, + 39.10968995057526, + ], + [ + -76.1775210113489, + 39.14068342970781, + ], + [ + -76.2274117502197, + 39.05382648732075, + ], + [ + -76.27694356291155, + 39.14766636261463, + ], + [ + -76.11147859442642, + 39.3711202156327, + ], + [ + -75.83331080575832, + 39.373859673926916, + ], + [ + -75.76655053647798, + 39.37751228498586, + ], + ], + ], + "type": "Polygon", + }, + "id": "24029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08065 { + "geometry": { + "coordinates": [ + [ + [ + -106.2067208450616, + 39.37955344998939, + ], + [ + -106.13565346163413, + 39.37949973512087, + ], + [ + -106.1837495696103, + 39.310261269606386, + ], + [ + -106.19092809318883, + 39.05608251179833, + ], + [ + -106.5782094402506, + 39.057855102459285, + ], + [ + -106.49493856673963, + 39.196332033488275, + ], + [ + -106.4863243384454, + 39.311442996713694, + ], + [ + -106.42638366656466, + 39.3618812582483, + ], + [ + -106.2067208450616, + 39.37955344998939, + ], + ], + ], + "type": "Polygon", + }, + "id": "08065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17035 { + "geometry": { + "coordinates": [ + [ + [ + -88.01203498291582, + 39.37896258643574, + ], + [ + -88.00772786876871, + 39.17393293331796, + ], + [ + -88.36055230265353, + 39.171086045286714, + ], + [ + -88.47074263958399, + 39.21497109286262, + ], + [ + -88.47074263958399, + 39.374504252349084, + ], + [ + -88.01203498291582, + 39.37896258643574, + ], + ], + ], + "type": "Polygon", + }, + "id": "17035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39071 { + "geometry": { + "coordinates": [ + [ + [ + -83.37291412028989, + 39.37735114038032, + ], + [ + -83.35353210662785, + 39.1975674754641, + ], + [ + -83.38547653655232, + 39.05516935903359, + ], + [ + -83.6729764058725, + 39.02036212423654, + ], + [ + -83.87218043517674, + 39.021221562132766, + ], + [ + -83.86571976395606, + 39.247307443708024, + ], + [ + -83.78496137369758, + 39.262616181234506, + ], + [ + -83.59078231089832, + 39.378747726961684, + ], + [ + -83.37291412028989, + 39.37735114038032, + ], + ], + ], + "type": "Polygon", + }, + "id": "39071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 24510 { + "geometry": { + "coordinates": [ + [ + [ + -76.52962759287587, + 39.24086165948635, + ], + [ + -76.58346651971486, + 39.20745101127066, + ], + [ + -76.61864128524965, + 39.23742390790146, + ], + [ + -76.71052638705486, + 39.2776026295499, + ], + [ + -76.71124423941271, + 39.37192593866041, + ], + [ + -76.52962759287587, + 39.37160364944933, + ], + [ + -76.52962759287587, + 39.24086165948635, + ], + ], + ], + "type": "Polygon", + }, + "id": "24510", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 24027 { + "geometry": { + "coordinates": [ + [ + [ + -76.88209310058176, + 39.350225131780775, + ], + [ + -76.69796397079243, + 39.21368193601829, + ], + [ + -76.84045766382629, + 39.10313673661656, + ], + [ + -76.88855377180244, + 39.13096103850679, + ], + [ + -76.94849444368317, + 39.129564451925425, + ], + [ + -77.16887511754409, + 39.35350173876012, + ], + [ + -77.16815726518624, + 39.353931457708235, + ], + [ + -76.88209310058176, + 39.350225131780775, + ], + ], + ], + "type": "Polygon", + }, + "id": "24027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08077 { + "geometry": { + "coordinates": [ + [ + [ + -107.43101804138014, + 39.36617844772942, + ], + [ + -107.39476649730855, + 39.25627782674985, + ], + [ + -107.50100864627082, + 39.21792541063089, + ], + [ + -107.76553724013971, + 39.04329837309201, + ], + [ + -107.86244730844987, + 39.078857616048246, + ], + [ + -107.98232865221135, + 39.059842552594304, + ], + [ + -108.14025617093904, + 38.90868891259602, + ], + [ + -108.37894207992521, + 38.82919090719537, + ], + [ + -108.37858315374629, + 38.668100016522004, + ], + [ + -108.37930100610414, + 38.49991876320479, + ], + [ + -109.05982504134892, + 38.49991876320479, + ], + [ + -109.05085188687576, + 39.366661881546044, + ], + [ + -107.43101804138014, + 39.36617844772942, + ], + ], + ], + "type": "Polygon", + }, + "id": "08077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08097 { + "geometry": { + "coordinates": [ + [ + [ + -106.42638366656466, + 39.3618812582483, + ], + [ + -106.4863243384454, + 39.311442996713694, + ], + [ + -106.49493856673963, + 39.196332033488275, + ], + [ + -106.5782094402506, + 39.057855102459285, + ], + [ + -106.59902715862835, + 38.99790930919771, + ], + [ + -106.74798152288287, + 39.04136463782551, + ], + [ + -106.80182044972186, + 38.97830338219012, + ], + [ + -106.99599951252114, + 39.03411313057612, + ], + [ + -107.0670668959486, + 39.118821478222635, + ], + [ + -107.28242260330454, + 39.11871404848561, + ], + [ + -107.39476649730855, + 39.25627782674985, + ], + [ + -107.43101804138014, + 39.36617844772942, + ], + [ + -107.11336837303013, + 39.36607101799239, + ], + [ + -106.42638366656466, + 39.3618812582483, + ], + ], + ], + "type": "Polygon", + }, + "id": "08097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 10001 { + "geometry": { + "coordinates": [ + [ + [ + -75.31394462485157, + 38.9505327951684, + ], + [ + -75.48622919073632, + 38.90315628113909, + ], + [ + -75.55442516473238, + 38.83595898062812, + ], + [ + -75.72276154264894, + 38.82870747337874, + ], + [ + -75.74788637517379, + 39.14315431365946, + ], + [ + -75.75614167728911, + 39.24601828686369, + ], + [ + -75.7600898652573, + 39.29661769300384, + ], + [ + -75.65097630686363, + 39.29189078457461, + ], + [ + -75.51602006358723, + 39.363492704303724, + ], + [ + -75.40439402194107, + 39.256331541618366, + ], + [ + -75.39685657218361, + 39.057855102459285, + ], + [ + -75.31394462485157, + 38.9505327951684, + ], + ], + ], + "type": "Polygon", + }, + "id": "10001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18105 { + "geometry": { + "coordinates": [ + [ + [ + -86.38143335205241, + 39.33975073242055, + ], + [ + -86.36994771432676, + 39.04834757073232, + ], + [ + -86.31826234456133, + 39.04877728968043, + ], + [ + -86.31754449220348, + 38.99087266142239, + ], + [ + -86.68221348999288, + 38.99237667774077, + ], + [ + -86.68293134235073, + 39.16571455843532, + ], + [ + -86.68544382560322, + 39.33599069162457, + ], + [ + -86.63088704640637, + 39.34775424782913, + ], + [ + -86.38143335205241, + 39.33975073242055, + ], + ], + ], + "type": "Polygon", + }, + "id": "18105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18005 { + "geometry": { + "coordinates": [ + [ + [ + -85.684398712577, + 39.35006398717523, + ], + [ + -85.6869111958295, + 39.130638749295706, + ], + [ + -85.79997294219136, + 39.12886615863474, + ], + [ + -85.79889616365459, + 39.068275786951, + ], + [ + -85.86099039260888, + 39.04082748914037, + ], + [ + -86.08029428793301, + 39.05028130599882, + ], + [ + -86.08567818061691, + 39.344101636770176, + ], + [ + -85.95215764205624, + 39.34737824374953, + ], + [ + -85.684398712577, + 39.35006398717523, + ], + ], + ], + "type": "Polygon", + }, + "id": "18005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29007 { + "geometry": { + "coordinates": [ + [ + [ + -91.71794778033268, + 39.33910615399838, + ], + [ + -91.43834428694888, + 39.31864078909456, + ], + [ + -91.4089123402769, + 39.14250973523729, + ], + [ + -91.62965194031675, + 39.14782750722017, + ], + [ + -91.63395905446386, + 39.05898311469808, + ], + [ + -92.11061302007835, + 39.06419345694394, + ], + [ + -92.10487020121552, + 39.23978736211607, + ], + [ + -92.31448308970865, + 39.2464480058118, + ], + [ + -92.31017597556152, + 39.347807962697644, + ], + [ + -91.71794778033268, + 39.33910615399838, + ], + ], + ], + "type": "Polygon", + }, + "id": "29007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 24031 { + "geometry": { + "coordinates": [ + [ + [ + -76.88855377180244, + 39.13096103850679, + ], + [ + -77.00233337052217, + 38.96584153269488, + ], + [ + -77.11970223103116, + 38.934257190008665, + ], + [ + -77.32608478391393, + 39.05694194969455, + ], + [ + -77.46104102719032, + 39.07504386038376, + ], + [ + -77.52744237029174, + 39.14632349090178, + ], + [ + -77.45781069157998, + 39.22351175695634, + ], + [ + -77.16887511754409, + 39.35350173876012, + ], + [ + -76.94849444368317, + 39.129564451925425, + ], + [ + -76.88855377180244, + 39.13096103850679, + ], + ], + ], + "type": "Polygon", + }, + "id": "24031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18013 { + "geometry": { + "coordinates": [ + [ + [ + -86.08567818061691, + 39.344101636770176, + ], + [ + -86.08029428793301, + 39.05028130599882, + ], + [ + -86.31826234456133, + 39.04877728968043, + ], + [ + -86.36994771432676, + 39.04834757073232, + ], + [ + -86.38143335205241, + 39.33975073242055, + ], + [ + -86.251502075281, + 39.34168446768705, + ], + [ + -86.08567818061691, + 39.344101636770176, + ], + ], + ], + "type": "Polygon", + }, + "id": "18013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29089 { + "geometry": { + "coordinates": [ + [ + [ + -92.55783503902086, + 38.970890730335185, + ], + [ + -92.84174564655177, + 38.979807398508505, + ], + [ + -92.93470752689376, + 39.064515746155024, + ], + [ + -92.94439853372478, + 39.12354838665186, + ], + [ + -92.84928309630924, + 39.22619750038204, + ], + [ + -92.7907781291442, + 39.34351077321652, + ], + [ + -92.70750725563323, + 39.32159510686283, + ], + [ + -92.430057319323, + 39.24881146002642, + ], + [ + -92.55783503902086, + 38.970890730335185, + ], + ], + ], + "type": "Polygon", + }, + "id": "29089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54023 { + "geometry": { + "coordinates": [ + [ + [ + -78.97965769022865, + 39.23774619711254, + ], + [ + -79.08948910098017, + 39.03830289032021, + ], + [ + -79.04570010715113, + 38.92850969907768, + ], + [ + -79.13399594716708, + 38.813452450720774, + ], + [ + -79.34971058070194, + 38.95762315781224, + ], + [ + -79.35760695663832, + 38.96460609071906, + ], + [ + -79.29874306329437, + 39.07359355893388, + ], + [ + -79.35509447338585, + 39.08659255711426, + ], + [ + -79.29264131825262, + 39.19192741427013, + ], + [ + -79.4868203810519, + 39.19493544690691, + ], + [ + -79.4868203810519, + 39.206000709820785, + ], + [ + -79.27146467369595, + 39.32793346134748, + ], + [ + -79.134354873346, + 39.31257100895249, + ], + [ + -78.97965769022865, + 39.23774619711254, + ], + ], + ], + "type": "Polygon", + }, + "id": "54023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 34009 { + "geometry": { + "coordinates": [ + [ + [ + -74.65567401270023, + 39.289151326280404, + ], + [ + -74.6309081063543, + 39.25214178187428, + ], + [ + -74.78632314182951, + 39.00048762288638, + ], + [ + -74.86421012265657, + 38.94005839580818, + ], + [ + -74.97152905015562, + 38.93995096607115, + ], + [ + -74.90082059290708, + 39.09148061014903, + ], + [ + -74.91481871388523, + 39.17742439977137, + ], + [ + -74.86097978704623, + 39.32374370160339, + ], + [ + -74.65567401270023, + 39.289151326280404, + ], + ], + ], + "type": "Polygon", + }, + "id": "34009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51107 { + "geometry": { + "coordinates": [ + [ + [ + -77.45781069157998, + 39.22351175695634, + ], + [ + -77.52744237029174, + 39.14632349090178, + ], + [ + -77.46104102719032, + 39.07504386038376, + ], + [ + -77.32608478391393, + 39.05694194969455, + ], + [ + -77.53569767240705, + 38.84723910301605, + ], + [ + -77.6552200899896, + 38.942636709496846, + ], + [ + -77.96210197297182, + 39.0136477656723, + ], + [ + -77.8282225082322, + 39.13225019535112, + ], + [ + -77.71839109748068, + 39.320574524361064, + ], + [ + -77.67711458690412, + 39.3245494246311, + ], + [ + -77.56584747143688, + 39.30548064630864, + ], + [ + -77.45781069157998, + 39.22351175695634, + ], + ], + ], + "type": "Polygon", + }, + "id": "51107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06061 { + "geometry": { + "coordinates": [ + [ + [ + -120.00743242478828, + 39.31600876053738, + ], + [ + -120.00420208917794, + 39.16560712869829, + ], + [ + -120.0034842368201, + 39.112697983212044, + ], + [ + -120.00240745828332, + 39.06747006392329, + ], + [ + -120.14202974188575, + 39.06800721260843, + ], + [ + -120.23965766255378, + 39.023477586610355, + ], + [ + -120.41732612112243, + 39.02691533819525, + ], + [ + -120.57166437806086, + 38.914114114315936, + ], + [ + -120.7679969979337, + 39.00929686132267, + ], + [ + -121.05334331018031, + 38.90004081876528, + ], + [ + -121.14451055962766, + 38.71193134922939, + ], + [ + -121.4854904296079, + 38.73502874269039, + ], + [ + -121.46826197301944, + 38.925770240783464, + ], + [ + -121.41478197235938, + 38.99662015235337, + ], + [ + -121.27982572908299, + 39.03454284952423, + ], + [ + -121.03790948448648, + 39.015957505018406, + ], + [ + -120.97725096024789, + 39.11183854531582, + ], + [ + -120.7288740444307, + 39.28786216943607, + ], + [ + -120.64596209709866, + 39.315149322641155, + ], + [ + -120.00743242478828, + 39.31600876053738, + ], + ], + ], + "type": "Polygon", + }, + "id": "06061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39061 { + "geometry": { + "coordinates": [ + [ + [ + -84.35314151493836, + 39.29226678865421, + ], + [ + -84.25946178223852, + 39.27072712638011, + ], + [ + -84.31940245411926, + 39.02154385134385, + ], + [ + -84.50604406716107, + 39.09497207660243, + ], + [ + -84.62341292767006, + 39.074345567093076, + ], + [ + -84.74401212378939, + 39.14745150314057, + ], + [ + -84.82010447372183, + 39.10544647596266, + ], + [ + -84.81938662136398, + 39.305158357097554, + ], + [ + -84.35314151493836, + 39.29226678865421, + ], + ], + ], + "type": "Polygon", + }, + "id": "39061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18137 { + "geometry": { + "coordinates": [ + [ + [ + -85.0656099801076, + 39.30714580723257, + ], + [ + -85.13272917556687, + 38.94800819634824, + ], + [ + -85.1359595111772, + 38.92958399644796, + ], + [ + -85.20307870663648, + 38.91379182510485, + ], + [ + -85.44499495123299, + 38.91298610207714, + ], + [ + -85.43996998472801, + 39.19558002532908, + ], + [ + -85.29639951315738, + 39.268256242428464, + ], + [ + -85.21815360615139, + 39.30832753433988, + ], + [ + -85.0656099801076, + 39.30714580723257, + ], + ], + ], + "type": "Polygon", + }, + "id": "18137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18029 { + "geometry": { + "coordinates": [ + [ + [ + -85.0656099801076, + 39.30714580723257, + ], + [ + -84.81938662136398, + 39.305158357097554, + ], + [ + -84.82010447372183, + 39.10544647596266, + ], + [ + -84.877891588529, + 39.0309439533338, + ], + [ + -85.13272917556687, + 38.94800819634824, + ], + [ + -85.0656099801076, + 39.30714580723257, + ], + ], + ], + "type": "Polygon", + }, + "id": "18029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20143 { + "geometry": { + "coordinates": [ + [ + [ + -97.3699583198894, + 39.305964080125264, + ], + [ + -97.37139402460511, + 39.13187419127152, + ], + [ + -97.37175295078404, + 38.957784302417785, + ], + [ + -97.92844745429915, + 38.95832145110292, + ], + [ + -97.93024208519378, + 39.21910713773819, + ], + [ + -97.92952423283593, + 39.306393799073376, + ], + [ + -97.3699583198894, + 39.305964080125264, + ], + ], + ], + "type": "Polygon", + }, + "id": "20143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06101 { + "geometry": { + "coordinates": [ + [ + [ + -121.62367700849464, + 39.295650825370586, + ], + [ + -121.57737553141311, + 38.919807890378415, + ], + [ + -121.54507217530971, + 38.972502176390606, + ], + [ + -121.41478197235938, + 38.99662015235337, + ], + [ + -121.46826197301944, + 38.925770240783464, + ], + [ + -121.4854904296079, + 38.73502874269039, + ], + [ + -121.60321821629583, + 38.73540474676999, + ], + [ + -121.69259083484855, + 38.7673650935358, + ], + [ + -121.72561204330978, + 38.85266430473597, + ], + [ + -121.83544345406132, + 38.92453479880764, + ], + [ + -121.83867378967166, + 39.063065444705146, + ], + [ + -121.94563379099178, + 39.180808436487744, + ], + [ + -121.90866439456234, + 39.305158357097554, + ], + [ + -121.62367700849464, + 39.295650825370586, + ], + ], + ], + "type": "Polygon", + }, + "id": "06101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54001 { + "geometry": { + "coordinates": [ + [ + [ + -79.80949501590688, + 39.230548404731664, + ], + [ + -79.82492884160072, + 39.115867160454364, + ], + [ + -79.89563729884925, + 38.97352275889237, + ], + [ + -80.08479139514357, + 38.947256188189044, + ], + [ + -80.0567951531873, + 39.037013733475874, + ], + [ + -80.22692616199848, + 39.112859127817586, + ], + [ + -80.16626763775989, + 39.24236567580474, + ], + [ + -80.02233824001034, + 39.24816688160425, + ], + [ + -79.89527837267033, + 39.29957201077211, + ], + [ + -79.80949501590688, + 39.230548404731664, + ], + ], + ], + "type": "Polygon", + }, + "id": "54001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29107 { + "geometry": { + "coordinates": [ + [ + [ + -93.49642699691384, + 38.9428515689709, + ], + [ + -93.49714484927169, + 38.92840226934065, + ], + [ + -93.83453545746268, + 38.93790980106762, + ], + [ + -93.8363300883573, + 38.90879634233305, + ], + [ + -94.11413895084647, + 38.91728329155826, + ], + [ + -94.10480687019438, + 39.14347660287054, + ], + [ + -93.8241265982738, + 39.2148636631256, + ], + [ + -93.75844310753024, + 39.20696757745404, + ], + [ + -93.65040632767334, + 39.24822059647276, + ], + [ + -93.4878127686196, + 39.228883243807736, + ], + [ + -93.47740390943073, + 39.29275022247083, + ], + [ + -93.49642699691384, + 38.9428515689709, + ], + ], + ], + "type": "Polygon", + }, + "id": "29107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54093 { + "geometry": { + "coordinates": [ + [ + [ + -79.35760695663832, + 38.96460609071906, + ], + [ + -79.50871487796641, + 38.975295349553335, + ], + [ + -79.78544696191881, + 39.0374971672925, + ], + [ + -79.82492884160072, + 39.115867160454364, + ], + [ + -79.80949501590688, + 39.230548404731664, + ], + [ + -79.68674226271399, + 39.27142541967079, + ], + [ + -79.4868203810519, + 39.19493544690691, + ], + [ + -79.29264131825262, + 39.19192741427013, + ], + [ + -79.35509447338585, + 39.08659255711426, + ], + [ + -79.29874306329437, + 39.07359355893388, + ], + [ + -79.35760695663832, + 38.96460609071906, + ], + ], + ], + "type": "Polygon", + }, + "id": "54093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39025 { + "geometry": { + "coordinates": [ + [ + [ + -84.05272030317681, + 38.77128627893732, + ], + [ + -84.23038876174546, + 38.827418316534406, + ], + [ + -84.23182446646118, + 38.8747411156952, + ], + [ + -84.31940245411926, + 39.02154385134385, + ], + [ + -84.25946178223852, + 39.27072712638011, + ], + [ + -84.00677775227422, + 39.255042384774036, + ], + [ + -83.98990822186467, + 39.254075517140784, + ], + [ + -84.05272030317681, + 38.77128627893732, + ], + ], + ], + "type": "Polygon", + }, + "id": "39025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51043 { + "geometry": { + "coordinates": [ + [ + [ + -77.8282225082322, + 39.13225019535112, + ], + [ + -77.96210197297182, + 39.0136477656723, + ], + [ + -78.00409633590623, + 38.97948510929743, + ], + [ + -78.15197392162398, + 39.03626172531668, + ], + [ + -78.03316935639928, + 39.26449620163249, + ], + [ + -77.8282225082322, + 39.13225019535112, + ], + ], + ], + "type": "Polygon", + }, + "id": "51043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17083 { + "geometry": { + "coordinates": [ + [ + [ + -90.14800467370786, + 39.26197160281234, + ], + [ + -90.14585111663429, + 39.00005790393827, + ], + [ + -90.27362883633215, + 38.99935961064759, + ], + [ + -90.27614131958464, + 38.92346050143736, + ], + [ + -90.45201514725866, + 38.96739926388178, + ], + [ + -90.56615367215731, + 38.98727376523195, + ], + [ + -90.60348199476567, + 39.11758603624681, + ], + [ + -90.58051071931438, + 39.1848907664948, + ], + [ + -90.31382856837193, + 39.174308937397555, + ], + [ + -90.31418749455085, + 39.22506948814325, + ], + [ + -90.14800467370786, + 39.26197160281234, + ], + ], + ], + "type": "Polygon", + }, + "id": "17083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 24035 { + "geometry": { + "coordinates": [ + [ + [ + [ + -76.27873819380619, + 38.98254685680272, + ], + [ + -76.37564826211637, + 38.85159000736569, + ], + [ + -76.31104154990959, + 39.03572457663154, + ], + [ + -76.27873819380619, + 38.98254685680272, + ], + ], + ], + [ + [ + [ + -75.75614167728911, + 39.24601828686369, + ], + [ + -75.74788637517379, + 39.14315431365946, + ], + [ + -75.83510543665295, + 39.10850822346795, + ], + [ + -75.9492439615516, + 38.91830387406002, + ], + [ + -76.11147859442642, + 38.924695943413184, + ], + [ + -76.196544098832, + 38.881025755311335, + ], + [ + -76.20300477005269, + 38.969601573490856, + ], + [ + -76.14342302435088, + 39.08777428422157, + ], + [ + -75.98549550562319, + 39.24574971252112, + ], + [ + -75.75614167728911, + 39.24601828686369, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "24035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18153 { + "geometry": { + "coordinates": [ + [ + [ + -87.2403436982237, + 39.25901728504407, + ], + [ + -87.24106155058155, + 39.171784338577396, + ], + [ + -87.24106155058155, + 38.9078294746998, + ], + [ + -87.5228186010389, + 38.90251170271692, + ], + [ + -87.62906075000117, + 39.15738875381565, + ], + [ + -87.60429484365524, + 39.25944700399218, + ], + [ + -87.2403436982237, + 39.25901728504407, + ], + ], + ], + "type": "Polygon", + }, + "id": "18153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08051 { + "geometry": { + "coordinates": [ + [ + [ + -107.39476649730855, + 39.25627782674985, + ], + [ + -107.28242260330454, + 39.11871404848561, + ], + [ + -107.0670668959486, + 39.118821478222635, + ], + [ + -106.99599951252114, + 39.03411313057612, + ], + [ + -106.80182044972186, + 38.97830338219012, + ], + [ + -106.74798152288287, + 39.04136463782551, + ], + [ + -106.59902715862835, + 38.99790930919771, + ], + [ + -106.45868702266806, + 38.91003178430887, + ], + [ + -106.32085936996025, + 38.895797344152676, + ], + [ + -106.40736057908155, + 38.82924462206388, + ], + [ + -106.45222635144738, + 38.69871749157495, + ], + [ + -106.37972326330421, + 38.63844940910229, + ], + [ + -106.35459843077935, + 38.533383126288996, + ], + [ + -106.24692057710138, + 38.42278421201875, + ], + [ + -107.00066555284718, + 38.42557738518147, + ], + [ + -107.0010244790261, + 38.1470657919366, + ], + [ + -107.56884569408794, + 38.147173221673626, + ], + [ + -107.63488811101043, + 38.30181832812531, + ], + [ + -107.49993186773403, + 38.30187204299382, + ], + [ + -107.50100864627082, + 38.668529735470116, + ], + [ + -107.50100864627082, + 39.21792541063089, + ], + [ + -107.39476649730855, + 39.25627782674985, + ], + ], + ], + "type": "Polygon", + }, + "id": "08051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39015 { + "geometry": { + "coordinates": [ + [ + [ + -83.6729764058725, + 39.02036212423654, + ], + [ + -83.70527976197589, + 38.63748254146904, + ], + [ + -83.90412486510121, + 38.76800967195797, + ], + [ + -84.05272030317681, + 38.77128627893732, + ], + [ + -83.98990822186467, + 39.254075517140784, + ], + [ + -83.86571976395606, + 39.247307443708024, + ], + [ + -83.87218043517674, + 39.021221562132766, + ], + [ + -83.6729764058725, + 39.02036212423654, + ], + ], + ], + "type": "Polygon", + }, + "id": "39015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29019 { + "geometry": { + "coordinates": [ + [ + [ + -92.31448308970865, + 39.2464480058118, + ], + [ + -92.10487020121552, + 39.23978736211607, + ], + [ + -92.11061302007835, + 39.06419345694394, + ], + [ + -92.15332523537062, + 38.94414072581524, + ], + [ + -92.14183959764496, + 38.808295823343435, + ], + [ + -92.2208033570088, + 38.64317631753153, + ], + [ + -92.36222027150588, + 38.68297903510037, + ], + [ + -92.3948825537882, + 38.739111072697455, + ], + [ + -92.49861221949797, + 38.92201019998748, + ], + [ + -92.55783503902086, + 38.970890730335185, + ], + [ + -92.430057319323, + 39.24881146002642, + ], + [ + -92.31448308970865, + 39.2464480058118, + ], + ], + ], + "type": "Polygon", + }, + "id": "29019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 32510 { + "geometry": { + "coordinates": [ + [ + [ + -119.55087832519368, + 39.08578683408655, + ], + [ + -119.76120906604466, + 39.11398714005638, + ], + [ + -120.0034842368201, + 39.112697983212044, + ], + [ + -120.00420208917794, + 39.16560712869829, + ], + [ + -119.88109040980613, + 39.16544598409275, + ], + [ + -119.71275403188957, + 39.25085262502995, + ], + [ + -119.56236396291933, + 39.19531145098651, + ], + [ + -119.55087832519368, + 39.08578683408655, + ], + ], + ], + "type": "Polygon", + }, + "id": "32510", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54031 { + "geometry": { + "coordinates": [ + [ + [ + -78.50802869111914, + 39.08863372211779, + ], + [ + -78.5439213090118, + 39.05661966048347, + ], + [ + -78.71728265343333, + 38.904284293377884, + ], + [ + -78.78619647978722, + 38.88720296519044, + ], + [ + -78.86910842711926, + 38.76296047431765, + ], + [ + -78.99365581120678, + 38.849978561310266, + ], + [ + -79.05718574487679, + 38.76183246207886, + ], + [ + -79.13399594716708, + 38.813452450720774, + ], + [ + -79.04570010715113, + 38.92850969907768, + ], + [ + -79.08948910098017, + 39.03830289032021, + ], + [ + -78.97965769022865, + 39.23774619711254, + ], + [ + -78.89961715232802, + 39.19923263638803, + ], + [ + -78.50802869111914, + 39.08863372211779, + ], + ], + ], + "type": "Polygon", + }, + "id": "54031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 24003 { + "geometry": { + "coordinates": [ + [ + [ + -76.52890974051802, + 38.71327422094224, + ], + [ + -76.68611940688785, + 38.748242600344824, + ], + [ + -76.67176235973079, + 38.88682696111084, + ], + [ + -76.70621927290775, + 38.99135609523901, + ], + [ + -76.84045766382629, + 39.10313673661656, + ], + [ + -76.69796397079243, + 39.21368193601829, + ], + [ + -76.61864128524965, + 39.23742390790146, + ], + [ + -76.58346651971486, + 39.20745101127066, + ], + [ + -76.5773647746731, + 39.205624705741194, + ], + [ + -76.53321685466513, + 39.207612155876205, + ], + [ + -76.4248211486293, + 39.08970801948807, + ], + [ + -76.52316692165519, + 39.074184422487534, + ], + [ + -76.39431242342054, + 39.01176774527431, + ], + [ + -76.5368061164544, + 38.858841514615065, + ], + [ + -76.52890974051802, + 38.71327422094224, + ], + ], + ], + "type": "Polygon", + }, + "id": "24003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29095 { + "geometry": { + "coordinates": [ + [ + [ + -94.21248472387235, + 39.20702129232255, + ], + [ + -94.10480687019438, + 39.14347660287054, + ], + [ + -94.11413895084647, + 38.91728329155826, + ], + [ + -94.11916391735144, + 38.8331658074654, + ], + [ + -94.60802137304944, + 38.84713167327902, + ], + [ + -94.6076624468705, + 39.04410409611972, + ], + [ + -94.6076624468705, + 39.11344999137124, + ], + [ + -94.46157949204739, + 39.12032549454102, + ], + [ + -94.30472875185649, + 39.231354127759374, + ], + [ + -94.21248472387235, + 39.20702129232255, + ], + ], + ], + "type": "Polygon", + }, + "id": "29095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29113 { + "geometry": { + "coordinates": [ + [ + [ + -90.72192763381145, + 39.224102620509996, + ], + [ + -90.66557622371997, + 38.93409604540312, + ], + [ + -90.83032333984727, + 38.877856578069014, + ], + [ + -90.95845998572405, + 38.8708736451622, + ], + [ + -91.11136253794677, + 38.872807380428696, + ], + [ + -91.26426509016949, + 38.99275268182037, + ], + [ + -91.2603169022013, + 39.139823991811596, + ], + [ + -91.18530133080564, + 39.13923312825794, + ], + [ + -91.18278884755316, + 39.22721808288381, + ], + [ + -90.72192763381145, + 39.224102620509996, + ], + ], + ], + "type": "Polygon", + }, + "id": "29113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20061 { + "geometry": { + "coordinates": [ + [ + [ + -96.50099804070817, + 39.043674377171605, + ], + [ + -96.50207481924495, + 38.86969191805489, + ], + [ + -96.89007401866458, + 38.87006792213449, + ], + [ + -96.9632949591656, + 38.96498209479866, + ], + [ + -96.9632949591656, + 39.13225019535112, + ], + [ + -96.96185925444989, + 39.22002029050293, + ], + [ + -96.84915643426694, + 39.21905342286968, + ], + [ + -96.85095106516158, + 39.08836514777522, + ], + [ + -96.50099804070817, + 39.07278783590617, + ], + [ + -96.50099804070817, + 39.043674377171605, + ], + ], + ], + "type": "Polygon", + }, + "id": "20061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08029 { + "geometry": { + "coordinates": [ + [ + [ + -107.50100864627082, + 39.21792541063089, + ], + [ + -107.50100864627082, + 38.668529735470116, + ], + [ + -108.37858315374629, + 38.668100016522004, + ], + [ + -108.37894207992521, + 38.82919090719537, + ], + [ + -108.14025617093904, + 38.90868891259602, + ], + [ + -107.98232865221135, + 39.059842552594304, + ], + [ + -107.86244730844987, + 39.078857616048246, + ], + [ + -107.76553724013971, + 39.04329837309201, + ], + [ + -107.50100864627082, + 39.21792541063089, + ], + ], + ], + "type": "Polygon", + }, + "id": "08029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20105 { + "geometry": { + "coordinates": [ + [ + [ + -97.93024208519378, + 39.21910713773819, + ], + [ + -97.92844745429915, + 38.95832145110292, + ], + [ + -97.92880638047808, + 38.87103478976774, + ], + [ + -98.48478303163533, + 38.87076621542517, + ], + [ + -98.49016692431924, + 39.13262619943072, + ], + [ + -98.49016692431924, + 39.219698001291846, + ], + [ + -97.93024208519378, + 39.21910713773819, + ], + ], + ], + "type": "Polygon", + }, + "id": "20105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20177 { + "geometry": { + "coordinates": [ + [ + [ + -95.58932554623468, + 39.216260249706956, + ], + [ + -95.59793977452892, + 39.06575118813085, + ], + [ + -95.5003118538609, + 39.056673375351984, + ], + [ + -95.50102970621874, + 38.86979934779192, + ], + [ + -95.94645709426662, + 38.86996049239746, + ], + [ + -95.94681602044555, + 39.0986784025299, + ], + [ + -96.04229038404002, + 39.12924216271434, + ], + [ + -96.03582971281934, + 39.216528824049526, + ], + [ + -95.58932554623468, + 39.216260249706956, + ], + ], + ], + "type": "Polygon", + }, + "id": "20177", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17051 { + "geometry": { + "coordinates": [ + [ + [ + -89.14013996328204, + 39.21792541063089, + ], + [ + -88.80562076452247, + 39.216260249706956, + ], + [ + -88.80669754305926, + 38.91164323036429, + ], + [ + -88.69363579669738, + 38.914651263001076, + ], + [ + -88.6950715014131, + 38.82629030429561, + ], + [ + -89.13798640620848, + 38.82333598652734, + ], + [ + -89.1383453323874, + 38.73626418466621, + ], + [ + -89.25427848818069, + 38.74201167559721, + ], + [ + -89.2503303002125, + 39.028150780171075, + ], + [ + -89.2503303002125, + 39.21749569168278, + ], + [ + -89.14013996328204, + 39.21792541063089, + ], + ], + ], + "type": "Polygon", + }, + "id": "17051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17049 { + "geometry": { + "coordinates": [ + [ + [ + -88.47074263958399, + 39.21497109286262, + ], + [ + -88.36055230265353, + 39.171086045286714, + ], + [ + -88.3616290811903, + 38.91078379246807, + ], + [ + -88.69363579669738, + 38.914651263001076, + ], + [ + -88.80669754305926, + 38.91164323036429, + ], + [ + -88.80562076452247, + 39.216260249706956, + ], + [ + -88.47074263958399, + 39.21497109286262, + ], + ], + ], + "type": "Polygon", + }, + "id": "17049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20197 { + "geometry": { + "coordinates": [ + [ + [ + -96.04229038404002, + 39.12924216271434, + ], + [ + -95.94681602044555, + 39.0986784025299, + ], + [ + -95.94645709426662, + 38.86996049239746, + ], + [ + -95.94573924190877, + 38.739111072697455, + ], + [ + -96.3527615288115, + 38.73900364296043, + ], + [ + -96.39044877759879, + 38.825538296136415, + ], + [ + -96.50207481924495, + 38.86969191805489, + ], + [ + -96.50099804070817, + 39.043674377171605, + ], + [ + -96.39080770377771, + 39.04324465822349, + ], + [ + -96.38901307288309, + 39.172697491342134, + ], + [ + -96.24328904423889, + 39.208740168115, + ], + [ + -96.08464367315335, + 39.19370000493109, + ], + [ + -96.04229038404002, + 39.12924216271434, + ], + ], + ], + "type": "Polygon", + }, + "id": "20197", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39079 { + "geometry": { + "coordinates": [ + [ + [ + -82.43539894093368, + 39.035026283340855, + ], + [ + -82.45513988077464, + 38.84455335959036, + ], + [ + -82.57573907689397, + 38.84444592985333, + ], + [ + -82.65003679593177, + 38.849011693677014, + ], + [ + -82.76058605904116, + 38.85486661434504, + ], + [ + -82.8072464623016, + 38.94800819634824, + ], + [ + -82.78571089156601, + 39.1687225910721, + ], + [ + -82.76273961611471, + 39.207880730218776, + ], + [ + -82.53625719721205, + 39.18075472161923, + ], + [ + -82.42463115556588, + 39.13778282680806, + ], + [ + -82.43539894093368, + 39.035026283340855, + ], + ], + ], + "type": "Polygon", + }, + "id": "39079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39105 { + "geometry": { + "coordinates": [ + [ + [ + -81.90849531026947, + 38.8785548713597, + ], + [ + -81.90131678669094, + 38.93688921856585, + ], + [ + -82.00217504296931, + 39.02831192477662, + ], + [ + -82.09872618510056, + 38.962027777030386, + ], + [ + -82.09549584949022, + 39.00274364736397, + ], + [ + -82.32269612075073, + 39.02766734635445, + ], + [ + -82.30654444269904, + 39.20546356113565, + ], + [ + -82.26849826773282, + 39.2037446853432, + ], + [ + -81.75666953658353, + 39.18037871753963, + ], + [ + -81.7480553082893, + 39.096905811868936, + ], + [ + -81.7832300738241, + 38.924051364991016, + ], + [ + -81.90849531026947, + 38.8785548713597, + ], + ], + ], + "type": "Polygon", + }, + "id": "39105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20209 { + "geometry": { + "coordinates": [ + [ + [ + -94.77456312007136, + 39.19891034717695, + ], + [ + -94.60156070182876, + 39.15959106342473, + ], + [ + -94.6076624468705, + 39.11344999137124, + ], + [ + -94.6076624468705, + 39.04410409611972, + ], + [ + -94.87254996691831, + 39.059036829566594, + ], + [ + -94.9088015109899, + 38.99140981010753, + ], + [ + -94.89982835651674, + 39.20288524744698, + ], + [ + -94.77456312007136, + 39.19891034717695, + ], + ], + ], + "type": "Polygon", + }, + "id": "20209", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39131 { + "geometry": { + "coordinates": [ + [ + [ + -82.8072464623016, + 38.94800819634824, + ], + [ + -83.21211519213078, + 38.96009404176388, + ], + [ + -83.27097908547474, + 39.015796360412864, + ], + [ + -83.38547653655232, + 39.05516935903359, + ], + [ + -83.35353210662785, + 39.1975674754641, + ], + [ + -82.78571089156601, + 39.1687225910721, + ], + [ + -82.8072464623016, + 38.94800819634824, + ], + ], + ], + "type": "Polygon", + }, + "id": "39131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18079 { + "geometry": { + "coordinates": [ + [ + [ + -85.44499495123299, + 38.91298610207714, + ], + [ + -85.68368086021916, + 38.81538618598728, + ], + [ + -85.79530690186532, + 38.807490100315725, + ], + [ + -85.79889616365459, + 39.068275786951, + ], + [ + -85.79997294219136, + 39.12886615863474, + ], + [ + -85.6869111958295, + 39.130638749295706, + ], + [ + -85.56415844263661, + 39.133807926538026, + ], + [ + -85.43996998472801, + 39.19558002532908, + ], + [ + -85.44499495123299, + 38.91298610207714, + ], + ], + ], + "type": "Polygon", + }, + "id": "18079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54105 { + "geometry": { + "coordinates": [ + [ + [ + -81.16228778428113, + 39.030675378991226, + ], + [ + -81.27786201389549, + 38.915027267080674, + ], + [ + -81.50254980190353, + 38.91776672537488, + ], + [ + -81.58115463508844, + 39.026270759773084, + ], + [ + -81.42573959961324, + 39.134882223908306, + ], + [ + -81.29760295373644, + 39.18548163004846, + ], + [ + -81.24914791958136, + 39.03465027926126, + ], + [ + -81.16228778428113, + 39.030675378991226, + ], + ], + ], + "type": "Polygon", + }, + "id": "54105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17033 { + "geometry": { + "coordinates": [ + [ + [ + -87.62906075000117, + 39.15738875381565, + ], + [ + -87.5228186010389, + 38.90251170271692, + ], + [ + -87.53107390315422, + 38.852503160130425, + ], + [ + -87.90794639102712, + 38.850085991047294, + ], + [ + -87.94599256599334, + 38.850085991047294, + ], + [ + -87.95029968014046, + 39.17489980095121, + ], + [ + -87.62906075000117, + 39.15738875381565, + ], + ], + ], + "type": "Polygon", + }, + "id": "17033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17079 { + "geometry": { + "coordinates": [ + [ + [ + -87.95029968014046, + 39.17489980095121, + ], + [ + -87.94599256599334, + 38.850085991047294, + ], + [ + -88.25861726783837, + 38.84745396249011, + ], + [ + -88.3616290811903, + 38.851966011445285, + ], + [ + -88.3616290811903, + 38.91078379246807, + ], + [ + -88.36055230265353, + 39.171086045286714, + ], + [ + -88.00772786876871, + 39.17393293331796, + ], + [ + -87.95029968014046, + 39.17489980095121, + ], + ], + ], + "type": "Polygon", + }, + "id": "17079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18055 { + "geometry": { + "coordinates": [ + [ + [ + -87.05441993753973, + 39.168078012649936, + ], + [ + -86.68293134235073, + 39.16571455843532, + ], + [ + -86.68221348999288, + 38.99237667774077, + ], + [ + -86.68293134235073, + 38.904714012326, + ], + [ + -86.90438879474843, + 38.904176863640856, + ], + [ + -87.09892678372663, + 38.9039620041668, + ], + [ + -87.24106155058155, + 38.9078294746998, + ], + [ + -87.24106155058155, + 39.171784338577396, + ], + [ + -87.05441993753973, + 39.168078012649936, + ], + ], + ], + "type": "Polygon", + }, + "id": "18055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54041 { + "geometry": { + "coordinates": [ + [ + [ + -80.29978817632058, + 39.10399617451278, + ], + [ + -80.31737555908798, + 38.95869745518252, + ], + [ + -80.3866483116208, + 38.87490226030074, + ], + [ + -80.39275005666256, + 38.7273475164929, + ], + [ + -80.45699784269041, + 38.73932593217151, + ], + [ + -80.52052777636042, + 38.8601306714594, + ], + [ + -80.60559328076602, + 38.90423057850937, + ], + [ + -80.71650147005433, + 39.00843742342644, + ], + [ + -80.72798710777998, + 39.09572408476163, + ], + [ + -80.595902273935, + 39.1671648598852, + ], + [ + -80.29978817632058, + 39.10399617451278, + ], + ], + ], + "type": "Polygon", + }, + "id": "54041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 32023 { + "geometry": { + "coordinates": [ + [ + [ + -116.6008640605962, + 39.16147108382272, + ], + [ + -115.90705975673113, + 39.161847087902316, + ], + [ + -115.00077115494153, + 38.6773389739064, + ], + [ + -115.00077115494153, + 38.05107732190215, + ], + [ + -115.89377948811085, + 38.05054017321701, + ], + [ + -115.89700982372119, + 36.84206306138995, + ], + [ + -115.89377948811085, + 36.00088822046135, + ], + [ + -117.16581386622661, + 36.97108617556049, + ], + [ + -117.16545494004768, + 38.00171335773782, + ], + [ + -117.69092286599619, + 38.47381333710701, + ], + [ + -118.19593199974588, + 38.91867987813962, + ], + [ + -118.19664985210373, + 38.99989675933273, + ], + [ + -117.86500206277557, + 39.07364727380239, + ], + [ + -117.77562944422286, + 39.09341434541553, + ], + [ + -117.33199668706962, + 39.16340481908922, + ], + [ + -116.6008640605962, + 39.16147108382272, + ], + ], + ], + "type": "Polygon", + }, + "id": "32023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29139 { + "geometry": { + "coordinates": [ + [ + [ + -91.4089123402769, + 39.14250973523729, + ], + [ + -91.2603169022013, + 39.139823991811596, + ], + [ + -91.26426509016949, + 38.99275268182037, + ], + [ + -91.26498294252734, + 38.84380135143116, + ], + [ + -91.41609086385543, + 38.84530536774955, + ], + [ + -91.41860334710792, + 38.709782754488835, + ], + [ + -91.54638106680578, + 38.67610353193058, + ], + [ + -91.64041972568454, + 38.70376668921527, + ], + [ + -91.64759824926307, + 38.70339068513567, + ], + [ + -91.63395905446386, + 39.05898311469808, + ], + [ + -91.62965194031675, + 39.14782750722017, + ], + [ + -91.4089123402769, + 39.14250973523729, + ], + ], + ], + "type": "Polygon", + }, + "id": "29139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21015 { + "geometry": { + "coordinates": [ + [ + [ + -84.62341292767006, + 39.074345567093076, + ], + [ + -84.61551655173368, + 38.80227975806987, + ], + [ + -84.66002339792057, + 38.77730234421088, + ], + [ + -84.7953385673759, + 38.857391213165194, + ], + [ + -84.87071306495046, + 38.9009002566615, + ], + [ + -84.877891588529, + 39.0309439533338, + ], + [ + -84.82010447372183, + 39.10544647596266, + ], + [ + -84.74401212378939, + 39.14745150314057, + ], + [ + -84.62341292767006, + 39.074345567093076, + ], + ], + ], + "type": "Polygon", + }, + "id": "21015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 24011 { + "geometry": { + "coordinates": [ + [ + [ + -75.72276154264894, + 38.82870747337874, + ], + [ + -75.70732771695509, + 38.635387661597, + ], + [ + -75.761525569973, + 38.68518134470944, + ], + [ + -75.93775832382595, + 38.67701668469532, + ], + [ + -75.99734006952777, + 38.75366780206474, + ], + [ + -75.93273335732098, + 38.7958339738482, + ], + [ + -75.9492439615516, + 38.91830387406002, + ], + [ + -75.83510543665295, + 39.10850822346795, + ], + [ + -75.74788637517379, + 39.14315431365946, + ], + [ + -75.72276154264894, + 38.82870747337874, + ], + ], + ], + "type": "Polygon", + }, + "id": "24011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20109 { + "geometry": { + "coordinates": [ + [ + [ + -100.81206037579523, + 39.1333244927214, + ], + [ + -100.8185210470159, + 38.699791788945234, + ], + [ + -101.12827433942954, + 38.70054379710443, + ], + [ + -101.4843291089247, + 38.70016779302483, + ], + [ + -101.47822736388295, + 39.13477479417128, + ], + [ + -101.39172615476164, + 39.13509708338236, + ], + [ + -100.81206037579523, + 39.1333244927214, + ], + ], + ], + "type": "Polygon", + }, + "id": "20109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20199 { + "geometry": { + "coordinates": [ + [ + [ + -101.47822736388295, + 39.13477479417128, + ], + [ + -101.4843291089247, + 38.70016779302483, + ], + [ + -101.56724105625673, + 38.69963064433969, + ], + [ + -102.04533072658693, + 38.69753576446765, + ], + [ + -102.04640750512371, + 39.04695098415095, + ], + [ + -102.04712535748156, + 39.133109633247344, + ], + [ + -101.47822736388295, + 39.13477479417128, + ], + ], + ], + "type": "Polygon", + }, + "id": "20199", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20051 { + "geometry": { + "coordinates": [ + [ + [ + -99.0475792801922, + 39.1329484886418, + ], + [ + -99.03752934718226, + 39.13305591837883, + ], + [ + -99.04255431368723, + 38.696783756308456, + ], + [ + -99.58525069622421, + 38.6965688968344, + ], + [ + -99.59817203866557, + 38.696515181965886, + ], + [ + -99.59171136744489, + 39.13241133995666, + ], + [ + -99.0475792801922, + 39.1329484886418, + ], + ], + ], + "type": "Polygon", + }, + "id": "20051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20063 { + "geometry": { + "coordinates": [ + [ + [ + -100.72125205252681, + 39.1333244927214, + ], + [ + -100.16419862283277, + 39.131927906140035, + ], + [ + -100.14804694478107, + 39.13214276561409, + ], + [ + -100.1537897636439, + 38.697320904993596, + ], + [ + -100.2471105701648, + 38.6981266280213, + ], + [ + -100.68787191788664, + 38.699952933550776, + ], + [ + -100.8185210470159, + 38.699791788945234, + ], + [ + -100.81206037579523, + 39.1333244927214, + ], + [ + -100.72125205252681, + 39.1333244927214, + ], + ], + ], + "type": "Polygon", + }, + "id": "20063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20041 { + "geometry": { + "coordinates": [ + [ + [ + -96.9632949591656, + 39.13225019535112, + ], + [ + -96.9632949591656, + 38.96498209479866, + ], + [ + -96.89007401866458, + 38.87006792213449, + ], + [ + -96.92740234127294, + 38.812109579007924, + ], + [ + -96.93027375070436, + 38.60933595036773, + ], + [ + -97.37175295078404, + 38.60933595036773, + ], + [ + -97.37175295078404, + 38.957784302417785, + ], + [ + -97.37139402460511, + 39.13187419127152, + ], + [ + -96.9632949591656, + 39.13225019535112, + ], + ], + ], + "type": "Polygon", + }, + "id": "20041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20167 { + "geometry": { + "coordinates": [ + [ + [ + -98.49016692431924, + 39.13262619943072, + ], + [ + -98.48478303163533, + 38.87076621542517, + ], + [ + -98.48621873635105, + 38.696891186045484, + ], + [ + -99.03286330685621, + 38.69673004143994, + ], + [ + -99.04255431368723, + 38.696783756308456, + ], + [ + -99.03752934718226, + 39.13305591837883, + ], + [ + -98.49016692431924, + 39.13262619943072, + ], + ], + ], + "type": "Polygon", + }, + "id": "20167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20195 { + "geometry": { + "coordinates": [ + [ + [ + -99.6053505622441, + 39.13241133995666, + ], + [ + -99.59171136744489, + 39.13241133995666, + ], + [ + -99.59817203866557, + 38.696515181965886, + ], + [ + -100.1537897636439, + 38.697320904993596, + ], + [ + -100.14804694478107, + 39.13214276561409, + ], + [ + -99.6053505622441, + 39.13241133995666, + ], + ], + ], + "type": "Polygon", + }, + "id": "20195", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 24033 { + "geometry": { + "coordinates": [ + [ + [ + -76.84045766382629, + 39.10313673661656, + ], + [ + -76.70621927290775, + 38.99135609523901, + ], + [ + -76.67176235973079, + 38.88682696111084, + ], + [ + -76.68611940688785, + 38.748242600344824, + ], + [ + -76.69724611843458, + 38.66466226493711, + ], + [ + -76.69975860168707, + 38.54240722419934, + ], + [ + -76.74785470966323, + 38.617661754987395, + ], + [ + -76.96536397409272, + 38.66111708361518, + ], + [ + -77.04791699524584, + 38.616157738669, + ], + [ + -77.07699001573889, + 38.69006939774421, + ], + [ + -77.0163314915003, + 38.80926269097668, + ], + [ + -76.90937149018018, + 38.89278931151589, + ], + [ + -77.00233337052217, + 38.96584153269488, + ], + [ + -76.88855377180244, + 39.13096103850679, + ], + [ + -76.84045766382629, + 39.10313673661656, + ], + ], + ], + "type": "Polygon", + }, + "id": "24033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08119 { + "geometry": { + "coordinates": [ + [ + [ + -105.03339116615064, + 39.129833026267995, + ], + [ + -105.0287251258246, + 38.86888619502718, + ], + [ + -105.07215519347471, + 38.7993254403016, + ], + [ + -104.93899358109294, + 38.79680084148144, + ], + [ + -104.94258284288222, + 38.64983696122725, + ], + [ + -105.24049157139127, + 38.64758093674967, + ], + [ + -105.32914633758614, + 38.69721347525657, + ], + [ + -105.33058204230184, + 39.12967188166245, + ], + [ + -105.3287874114072, + 39.12967188166245, + ], + [ + -105.03339116615064, + 39.129833026267995, + ], + ], + ], + "type": "Polygon", + }, + "id": "08119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08041 { + "geometry": { + "coordinates": [ + [ + [ + -104.66297934949841, + 39.129564451925425, + ], + [ + -104.05136914060753, + 39.128221580212575, + ], + [ + -104.05567625475466, + 38.86877876529015, + ], + [ + -104.05388162386002, + 38.52237157824363, + ], + [ + -104.94150606434543, + 38.51957840508091, + ], + [ + -104.94258284288222, + 38.64983696122725, + ], + [ + -104.93899358109294, + 38.79680084148144, + ], + [ + -105.07215519347471, + 38.7993254403016, + ], + [ + -105.0287251258246, + 38.86888619502718, + ], + [ + -105.03339116615064, + 39.129833026267995, + ], + [ + -104.66297934949841, + 39.129564451925425, + ], + ], + ], + "type": "Polygon", + }, + "id": "08041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21037 { + "geometry": { + "coordinates": [ + [ + [ + -84.31940245411926, + 39.02154385134385, + ], + [ + -84.23182446646118, + 38.8747411156952, + ], + [ + -84.4199017842187, + 38.80598608399734, + ], + [ + -84.45938366390062, + 38.854383180528416, + ], + [ + -84.45076943560638, + 38.99339726024254, + ], + [ + -84.50604406716107, + 39.09497207660243, + ], + [ + -84.31940245411926, + 39.02154385134385, + ], + ], + ], + "type": "Polygon", + }, + "id": "21037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54083 { + "geometry": { + "coordinates": [ + [ + [ + -79.35760695663832, + 38.96460609071906, + ], + [ + -79.34971058070194, + 38.95762315781224, + ], + [ + -79.45523487730635, + 38.92996000052755, + ], + [ + -79.53850575081732, + 38.84090074853141, + ], + [ + -79.5097916565032, + 38.78074009579578, + ], + [ + -79.62644266465433, + 38.66433997572602, + ], + [ + -79.77575595508779, + 38.739916795725165, + ], + [ + -79.86297501656693, + 38.55121646263562, + ], + [ + -80.02915783740994, + 38.45931032260824, + ], + [ + -80.11673582506803, + 38.47408191144958, + ], + [ + -80.24523139712375, + 38.38851412590684, + ], + [ + -80.18385502052729, + 38.52478874732675, + ], + [ + -80.27968831030068, + 38.69495745077898, + ], + [ + -80.12606790572012, + 38.74593286099873, + ], + [ + -80.08479139514357, + 38.947256188189044, + ], + [ + -79.89563729884925, + 38.97352275889237, + ], + [ + -79.82492884160072, + 39.115867160454364, + ], + [ + -79.78544696191881, + 39.0374971672925, + ], + [ + -79.50871487796641, + 38.975295349553335, + ], + [ + -79.35760695663832, + 38.96460609071906, + ], + ], + ], + "type": "Polygon", + }, + "id": "54083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 32005 { + "geometry": { + "coordinates": [ + [ + [ + -119.55087832519368, + 39.08578683408655, + ], + [ + -119.31183349002859, + 39.08353080960896, + ], + [ + -119.31111563767074, + 38.990711516816845, + ], + [ + -119.4213059746012, + 38.95466884004398, + ], + [ + -119.40623107508628, + 38.73336358176646, + ], + [ + -119.3498796649948, + 38.736049325192155, + ], + [ + -119.33013872515384, + 38.53590772510915, + ], + [ + -119.58102812422352, + 38.70989018422586, + ], + [ + -119.90442061143636, + 38.93329032237541, + ], + [ + -120.00097175356761, + 38.99989675933273, + ], + [ + -120.00240745828332, + 39.06747006392329, + ], + [ + -120.0034842368201, + 39.112697983212044, + ], + [ + -119.76120906604466, + 39.11398714005638, + ], + [ + -119.55087832519368, + 39.08578683408655, + ], + ], + ], + "type": "Polygon", + }, + "id": "32005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54097 { + "geometry": { + "coordinates": [ + [ + [ + -80.22692616199848, + 39.112859127817586, + ], + [ + -80.0567951531873, + 39.037013733475874, + ], + [ + -80.08479139514357, + 38.947256188189044, + ], + [ + -80.12606790572012, + 38.74593286099873, + ], + [ + -80.27968831030068, + 38.69495745077898, + ], + [ + -80.39275005666256, + 38.7273475164929, + ], + [ + -80.3866483116208, + 38.87490226030074, + ], + [ + -80.31737555908798, + 38.95869745518252, + ], + [ + -80.29978817632058, + 39.10399617451278, + ], + [ + -80.22692616199848, + 39.112859127817586, + ], + ], + ], + "type": "Polygon", + }, + "id": "54097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54021 { + "geometry": { + "coordinates": [ + [ + [ + -80.72798710777998, + 39.09572408476163, + ], + [ + -80.71650147005433, + 39.00843742342644, + ], + [ + -80.60559328076602, + 38.90423057850937, + ], + [ + -80.70178549671834, + 38.878930875439295, + ], + [ + -80.98461932571247, + 38.71800112937147, + ], + [ + -81.05640456149779, + 38.79282594121142, + ], + [ + -81.00256563465881, + 38.84621852051429, + ], + [ + -81.03343328604649, + 39.00961915053375, + ], + [ + -80.81269368600665, + 39.10942137623269, + ], + [ + -80.72798710777998, + 39.09572408476163, + ], + ], + ], + "type": "Polygon", + }, + "id": "54021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51171 { + "geometry": { + "coordinates": [ + [ + [ + -78.31456748067771, + 39.007792845004275, + ], + [ + -78.30056935969958, + 38.94349614739307, + ], + [ + -78.38671164264196, + 38.83015777482862, + ], + [ + -78.54894627551676, + 38.73862763888083, + ], + [ + -78.64190815585874, + 38.60471647167553, + ], + [ + -78.86910842711926, + 38.76296047431765, + ], + [ + -78.78619647978722, + 38.88720296519044, + ], + [ + -78.71728265343333, + 38.904284293377884, + ], + [ + -78.5439213090118, + 39.05661966048347, + ], + [ + -78.45454869045908, + 39.02772106122296, + ], + [ + -78.33394949433975, + 39.09894697687247, + ], + [ + -78.31456748067771, + 39.007792845004275, + ], + ], + ], + "type": "Polygon", + }, + "id": "51171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21117 { + "geometry": { + "coordinates": [ + [ + [ + -84.50604406716107, + 39.09497207660243, + ], + [ + -84.45076943560638, + 38.99339726024254, + ], + [ + -84.45938366390062, + 38.854383180528416, + ], + [ + -84.4199017842187, + 38.80598608399734, + ], + [ + -84.53045104732809, + 38.79218136278925, + ], + [ + -84.61551655173368, + 38.80227975806987, + ], + [ + -84.62341292767006, + 39.074345567093076, + ], + [ + -84.50604406716107, + 39.09497207660243, + ], + ], + ], + "type": "Polygon", + }, + "id": "21117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54035 { + "geometry": { + "coordinates": [ + [ + [ + -81.58115463508844, + 39.026270759773084, + ], + [ + -81.50254980190353, + 38.91776672537488, + ], + [ + -81.54633879573257, + 38.67245092087163, + ], + [ + -81.52193181556555, + 38.61277370195262, + ], + [ + -81.63248107867494, + 38.55454678448349, + ], + [ + -81.69636993852387, + 38.626524708292195, + ], + [ + -81.77282121463523, + 38.68093787009684, + ], + [ + -81.90849531026947, + 38.8785548713597, + ], + [ + -81.7832300738241, + 38.924051364991016, + ], + [ + -81.7480553082893, + 39.096905811868936, + ], + [ + -81.58115463508844, + 39.026270759773084, + ], + ], + ], + "type": "Polygon", + }, + "id": "54035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 32021 { + "geometry": { + "coordinates": [ + [ + [ + -117.86500206277557, + 39.07364727380239, + ], + [ + -118.19664985210373, + 38.99989675933273, + ], + [ + -118.19593199974588, + 38.91867987813962, + ], + [ + -117.69092286599619, + 38.47381333710701, + ], + [ + -118.35134703522108, + 37.89363904228773, + ], + [ + -118.42815723751137, + 37.896217355976404, + ], + [ + -119.15713630691124, + 38.41467326687314, + ], + [ + -118.90696476019941, + 38.41461955200462, + ], + [ + -118.90229871987337, + 38.85212715605083, + ], + [ + -119.01464261387738, + 38.8512677181546, + ], + [ + -119.01500154005632, + 38.94333500278753, + ], + [ + -118.92993603565071, + 39.07343241432834, + ], + [ + -118.75370328179777, + 39.074614141435646, + ], + [ + -117.86500206277557, + 39.07364727380239, + ], + ], + ], + "type": "Polygon", + }, + "id": "32021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18071 { + "geometry": { + "coordinates": [ + [ + [ + -85.79889616365459, + 39.068275786951, + ], + [ + -85.79530690186532, + 38.807490100315725, + ], + [ + -85.88862770838622, + 38.73438416426823, + ], + [ + -85.9841020719807, + 38.76806338682648, + ], + [ + -86.27519120309015, + 38.76376619734536, + ], + [ + -86.28093402195297, + 38.99103380602793, + ], + [ + -86.31754449220348, + 38.99087266142239, + ], + [ + -86.31826234456133, + 39.04877728968043, + ], + [ + -86.08029428793301, + 39.05028130599882, + ], + [ + -85.86099039260888, + 39.04082748914037, + ], + [ + -85.79889616365459, + 39.068275786951, + ], + ], + ], + "type": "Polygon", + }, + "id": "18071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20045 { + "geometry": { + "coordinates": [ + [ + [ + -95.18732822583692, + 39.04410409611972, + ], + [ + -95.18589252112122, + 38.964552375850545, + ], + [ + -95.05632017052872, + 38.98211713785461, + ], + [ + -95.05632017052872, + 38.738573924012314, + ], + [ + -95.50102970621874, + 38.73878878348637, + ], + [ + -95.50102970621874, + 38.86979934779192, + ], + [ + -95.5003118538609, + 39.056673375351984, + ], + [ + -95.18732822583692, + 39.04410409611972, + ], + ], + ], + "type": "Polygon", + }, + "id": "20045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06017 { + "geometry": { + "coordinates": [ + [ + [ + -120.00240745828332, + 39.06747006392329, + ], + [ + -120.00097175356761, + 38.99989675933273, + ], + [ + -119.90442061143636, + 38.93329032237541, + ], + [ + -119.88037255744828, + 38.86475015015161, + ], + [ + -120.07275698935292, + 38.702746106713505, + ], + [ + -120.31718571720191, + 38.54353523643813, + ], + [ + -120.62837471433126, + 38.50314165531563, + ], + [ + -120.76117740053408, + 38.55481535882606, + ], + [ + -121.02498814204512, + 38.50862057190406, + ], + [ + -121.11687324385032, + 38.71553024541983, + ], + [ + -121.14451055962766, + 38.71193134922939, + ], + [ + -121.05334331018031, + 38.90004081876528, + ], + [ + -120.7679969979337, + 39.00929686132267, + ], + [ + -120.57166437806086, + 38.914114114315936, + ], + [ + -120.41732612112243, + 39.02691533819525, + ], + [ + -120.23965766255378, + 39.023477586610355, + ], + [ + -120.14202974188575, + 39.06800721260843, + ], + [ + -120.00240745828332, + 39.06747006392329, + ], + ], + ], + "type": "Polygon", + }, + "id": "06017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29027 { + "geometry": { + "coordinates": [ + [ + [ + -92.11061302007835, + 39.06419345694394, + ], + [ + -91.63395905446386, + 39.05898311469808, + ], + [ + -91.64759824926307, + 38.70339068513567, + ], + [ + -91.86295395661901, + 38.667294293494294, + ], + [ + -91.94801946102461, + 38.594564361526395, + ], + [ + -92.0560562408815, + 38.55825311041095, + ], + [ + -92.2208033570088, + 38.64317631753153, + ], + [ + -92.14183959764496, + 38.808295823343435, + ], + [ + -92.15332523537062, + 38.94414072581524, + ], + [ + -92.11061302007835, + 39.06419345694394, + ], + ], + ], + "type": "Polygon", + }, + "id": "29027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29053 { + "geometry": { + "coordinates": [ + [ + [ + -92.55783503902086, + 38.970890730335185, + ], + [ + -92.49861221949797, + 38.92201019998748, + ], + [ + -92.61705785854375, + 38.6800247173321, + ], + [ + -92.84030994183607, + 38.68394590273362, + ], + [ + -93.05997276333913, + 38.693077430380995, + ], + [ + -93.05028175650811, + 38.92824112473511, + ], + [ + -92.93470752689376, + 39.064515746155024, + ], + [ + -92.84174564655177, + 38.979807398508505, + ], + [ + -92.55783503902086, + 38.970890730335185, + ], + ], + ], + "type": "Polygon", + }, + "id": "29053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51059 { + "geometry": { + "coordinates": [ + [ + [ + -77.11970223103116, + 38.934257190008665, + ], + [ + -77.17210545315443, + 38.89332646020103, + ], + [ + -77.14985203006098, + 38.875600553591426, + ], + [ + -77.11072907655799, + 38.84342534735156, + ], + [ + -77.05114733085618, + 38.78976419370612, + ], + [ + -77.0432509549198, + 38.71912914161027, + ], + [ + -77.15774840599737, + 38.64027571463177, + ], + [ + -77.2420960580451, + 38.66933545849783, + ], + [ + -77.53569767240705, + 38.84723910301605, + ], + [ + -77.32608478391393, + 39.05694194969455, + ], + [ + -77.11970223103116, + 38.934257190008665, + ], + ], + ], + "type": "Polygon", + }, + "id": "51059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08015 { + "geometry": { + "coordinates": [ + [ + [ + -106.19092809318883, + 39.05608251179833, + ], + [ + -106.11268218618284, + 38.941347552652516, + ], + [ + -106.02797560795617, + 38.9428515689709, + ], + [ + -105.90665855947898, + 38.80689923676207, + ], + [ + -105.96982956697006, + 38.69356086419762, + ], + [ + -105.8865586934591, + 38.62099207683526, + ], + [ + -105.90917104273147, + 38.505612539267275, + ], + [ + -106.0107471513677, + 38.44647246903341, + ], + [ + -106.24692057710138, + 38.42278421201875, + ], + [ + -106.35459843077935, + 38.533383126288996, + ], + [ + -106.37972326330421, + 38.63844940910229, + ], + [ + -106.45222635144738, + 38.69871749157495, + ], + [ + -106.40736057908155, + 38.82924462206388, + ], + [ + -106.32085936996025, + 38.895797344152676, + ], + [ + -106.45868702266806, + 38.91003178430887, + ], + [ + -106.59902715862835, + 38.99790930919771, + ], + [ + -106.5782094402506, + 39.057855102459285, + ], + [ + -106.19092809318883, + 39.05608251179833, + ], + ], + ], + "type": "Polygon", + }, + "id": "08015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20091 { + "geometry": { + "coordinates": [ + [ + [ + -94.6076624468705, + 39.04410409611972, + ], + [ + -94.60802137304944, + 38.84713167327902, + ], + [ + -94.60909815158621, + 38.73809049019569, + ], + [ + -95.05632017052872, + 38.738573924012314, + ], + [ + -95.05632017052872, + 38.98211713785461, + ], + [ + -94.9088015109899, + 38.99140981010753, + ], + [ + -94.87254996691831, + 39.059036829566594, + ], + [ + -94.6076624468705, + 39.04410409611972, + ], + ], + ], + "type": "Polygon", + }, + "id": "20091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39001 { + "geometry": { + "coordinates": [ + [ + [ + -83.27097908547474, + 39.015796360412864, + ], + [ + -83.26738982368548, + 38.61841376314659, + ], + [ + -83.51468996096588, + 38.700060363287804, + ], + [ + -83.64498016391623, + 38.63651567383579, + ], + [ + -83.70527976197589, + 38.63748254146904, + ], + [ + -83.6729764058725, + 39.02036212423654, + ], + [ + -83.38547653655232, + 39.05516935903359, + ], + [ + -83.27097908547474, + 39.015796360412864, + ], + ], + ], + "type": "Polygon", + }, + "id": "39001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49041 { + "geometry": { + "coordinates": [ + [ + [ + -111.29952439785073, + 39.03217939530961, + ], + [ + -111.30598506907141, + 38.51017830309096, + ], + [ + -111.76684628281312, + 38.50190621333981, + ], + [ + -112.51843770148537, + 38.509856013879876, + ], + [ + -112.51520736587503, + 38.57232640596161, + ], + [ + -112.44772924423683, + 38.6811527295709, + ], + [ + -112.30990159152903, + 38.67621096166761, + ], + [ + -112.21873434208167, + 38.72766980570398, + ], + [ + -112.22483608712344, + 38.865126154231206, + ], + [ + -112.01450534627246, + 39.045232108358505, + ], + [ + -111.85406534429228, + 39.03293140346881, + ], + [ + -111.29952439785073, + 39.03217939530961, + ], + ], + ], + "type": "Polygon", + }, + "id": "49041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08017 { + "geometry": { + "coordinates": [ + [ + [ + -102.04640750512371, + 39.04695098415095, + ], + [ + -102.04533072658693, + 38.69753576446765, + ], + [ + -102.044971800408, + 38.615137156167236, + ], + [ + -103.17343570695314, + 38.61239769787302, + ], + [ + -103.16302684776427, + 39.03760459702953, + ], + [ + -102.04640750512371, + 39.04695098415095, + ], + ], + ], + "type": "Polygon", + }, + "id": "08017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54013 { + "geometry": { + "coordinates": [ + [ + [ + -81.03343328604649, + 39.00961915053375, + ], + [ + -81.00256563465881, + 38.84621852051429, + ], + [ + -81.05640456149779, + 38.79282594121142, + ], + [ + -80.98461932571247, + 38.71800112937147, + ], + [ + -81.03163865515185, + 38.66793887191646, + ], + [ + -81.08368295109621, + 38.61202169379342, + ], + [ + -81.15869852249186, + 38.64457290411289, + ], + [ + -81.16910738168073, + 38.72949611123346, + ], + [ + -81.27786201389549, + 38.915027267080674, + ], + [ + -81.16228778428113, + 39.030675378991226, + ], + [ + -81.03343328604649, + 39.00961915053375, + ], + ], + ], + "type": "Polygon", + }, + "id": "54013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51187 { + "geometry": { + "coordinates": [ + [ + [ + -78.00409633590623, + 38.97948510929743, + ], + [ + -78.13043835088838, + 38.864857579888636, + ], + [ + -78.19540398927408, + 38.780578951190236, + ], + [ + -78.2847766078268, + 38.75920043352168, + ], + [ + -78.38671164264196, + 38.83015777482862, + ], + [ + -78.30056935969958, + 38.94349614739307, + ], + [ + -78.31456748067771, + 39.007792845004275, + ], + [ + -78.15197392162398, + 39.03626172531668, + ], + [ + -78.00409633590623, + 38.97948510929743, + ], + ], + ], + "type": "Polygon", + }, + "id": "51187", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39053 { + "geometry": { + "coordinates": [ + [ + [ + -82.09872618510056, + 38.962027777030386, + ], + [ + -82.1439508836453, + 38.83783900102611, + ], + [ + -82.21932538121989, + 38.78831389225624, + ], + [ + -82.17481853503298, + 38.60455532706999, + ], + [ + -82.21501826707276, + 38.59166375862664, + ], + [ + -82.28716242903701, + 38.582747090453324, + ], + [ + -82.36181907425373, + 38.58516425953645, + ], + [ + -82.3546405506752, + 38.67599610219355, + ], + [ + -82.47236833736312, + 38.68249560128374, + ], + [ + -82.48349504890984, + 38.77219943170205, + ], + [ + -82.58255867429358, + 38.77907493487184, + ], + [ + -82.57573907689397, + 38.84444592985333, + ], + [ + -82.45513988077464, + 38.84455335959036, + ], + [ + -82.43539894093368, + 39.035026283340855, + ], + [ + -82.32269612075073, + 39.02766734635445, + ], + [ + -82.09549584949022, + 39.00274364736397, + ], + [ + -82.09872618510056, + 38.962027777030386, + ], + ], + ], + "type": "Polygon", + }, + "id": "39053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18115 { + "geometry": { + "coordinates": [ + [ + [ + -84.87071306495046, + 38.9009002566615, + ], + [ + -85.14026662532433, + 38.903209996007604, + ], + [ + -85.1359595111772, + 38.92958399644796, + ], + [ + -85.13272917556687, + 38.94800819634824, + ], + [ + -84.877891588529, + 39.0309439533338, + ], + [ + -84.87071306495046, + 38.9009002566615, + ], + ], + ], + "type": "Polygon", + }, + "id": "18115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54053 { + "geometry": { + "coordinates": [ + [ + [ + -81.90849531026947, + 38.8785548713597, + ], + [ + -81.77282121463523, + 38.68093787009684, + ], + [ + -81.95551463970885, + 38.65741075768772, + ], + [ + -82.0642692719236, + 38.60804679352339, + ], + [ + -82.05493719127152, + 38.4745653452662, + ], + [ + -82.21501826707276, + 38.59166375862664, + ], + [ + -82.17481853503298, + 38.60455532706999, + ], + [ + -82.21932538121989, + 38.78831389225624, + ], + [ + -82.1439508836453, + 38.83783900102611, + ], + [ + -82.09872618510056, + 38.962027777030386, + ], + [ + -82.00217504296931, + 39.02831192477662, + ], + [ + -81.90131678669094, + 38.93688921856585, + ], + [ + -81.90849531026947, + 38.8785548713597, + ], + ], + ], + "type": "Polygon", + }, + "id": "54053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17005 { + "geometry": { + "coordinates": [ + [ + [ + -89.2503303002125, + 39.028150780171075, + ], + [ + -89.25427848818069, + 38.74201167559721, + ], + [ + -89.59741191523449, + 38.743247117573034, + ], + [ + -89.64012413052676, + 38.99914475117353, + ], + [ + -89.58592627750885, + 39.0282582099081, + ], + [ + -89.2503303002125, + 39.028150780171075, + ], + ], + ], + "type": "Polygon", + }, + "id": "17005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39145 { + "geometry": { + "coordinates": [ + [ + [ + -82.8072464623016, + 38.94800819634824, + ], + [ + -82.76058605904116, + 38.85486661434504, + ], + [ + -82.65003679593177, + 38.849011693677014, + ], + [ + -82.74048619302127, + 38.59714267521506, + ], + [ + -82.81586069059584, + 38.570768674774705, + ], + [ + -82.88800485256009, + 38.754151235881366, + ], + [ + -83.03085747177286, + 38.72552121096342, + ], + [ + -83.15648163439717, + 38.618574907752134, + ], + [ + -83.26738982368548, + 38.61841376314659, + ], + [ + -83.27097908547474, + 39.015796360412864, + ], + [ + -83.21211519213078, + 38.96009404176388, + ], + [ + -82.8072464623016, + 38.94800819634824, + ], + ], + ], + "type": "Polygon", + }, + "id": "39145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51061 { + "geometry": { + "coordinates": [ + [ + [ + -77.6552200899896, + 38.942636709496846, + ], + [ + -77.71551968804926, + 38.832198939832146, + ], + [ + -77.53139055825993, + 38.556319375144454, + ], + [ + -77.63476129779079, + 38.409731498969855, + ], + [ + -77.73526062789023, + 38.41284696134366, + ], + [ + -77.93554143573125, + 38.69587060354372, + ], + [ + -78.13043835088838, + 38.864857579888636, + ], + [ + -78.00409633590623, + 38.97948510929743, + ], + [ + -77.96210197297182, + 39.0136477656723, + ], + [ + -77.6552200899896, + 38.942636709496846, + ], + ], + ], + "type": "Polygon", + }, + "id": "51061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17119 { + "geometry": { + "coordinates": [ + [ + [ + -90.14585111663429, + 39.00005790393827, + ], + [ + -89.69898802387071, + 38.99898360656799, + ], + [ + -89.64012413052676, + 38.99914475117353, + ], + [ + -89.59741191523449, + 38.743247117573034, + ], + [ + -89.59525835816093, + 38.655906741369336, + ], + [ + -89.7068843998071, + 38.65515473321014, + ], + [ + -90.18138480834803, + 38.66057993493004, + ], + [ + -90.16630990883311, + 38.77257543578165, + ], + [ + -90.11785487467802, + 38.80571750965477, + ], + [ + -90.11570131760446, + 38.8520197263138, + ], + [ + -90.27614131958464, + 38.92346050143736, + ], + [ + -90.27362883633215, + 38.99935961064759, + ], + [ + -90.14585111663429, + 39.00005790393827, + ], + ], + ], + "type": "Polygon", + }, + "id": "17119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29219 { + "geometry": { + "coordinates": [ + [ + [ + -90.95845998572405, + 38.8708736451622, + ], + [ + -90.96456173076581, + 38.547563851576676, + ], + [ + -91.07188065826485, + 38.60971195444733, + ], + [ + -91.22801354609791, + 38.628404728690185, + ], + [ + -91.36907153441605, + 38.699254640260094, + ], + [ + -91.41860334710792, + 38.709782754488835, + ], + [ + -91.41609086385543, + 38.84530536774955, + ], + [ + -91.26498294252734, + 38.84380135143116, + ], + [ + -91.26426509016949, + 38.99275268182037, + ], + [ + -91.11136253794677, + 38.872807380428696, + ], + [ + -90.95845998572405, + 38.8708736451622, + ], + ], + ], + "type": "Polygon", + }, + "id": "29219", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 11001 { + "geometry": { + "coordinates": [ + [ + [ + -77.0163314915003, + 38.80926269097668, + ], + [ + -77.09637202940092, + 38.90750718548872, + ], + [ + -77.11970223103116, + 38.934257190008665, + ], + [ + -77.00233337052217, + 38.96584153269488, + ], + [ + -76.90937149018018, + 38.89278931151589, + ], + [ + -77.0163314915003, + 38.80926269097668, + ], + ], + ], + "type": "Polygon", + }, + "id": "11001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18093 { + "geometry": { + "coordinates": [ + [ + [ + -86.31754449220348, + 38.99087266142239, + ], + [ + -86.28093402195297, + 38.99103380602793, + ], + [ + -86.27519120309015, + 38.76376619734536, + ], + [ + -86.30857133773031, + 38.68802823274068, + ], + [ + -86.68293134235073, + 38.686524216422285, + ], + [ + -86.68293134235073, + 38.904714012326, + ], + [ + -86.68221348999288, + 38.99237667774077, + ], + [ + -86.31754449220348, + 38.99087266142239, + ], + ], + ], + "type": "Polygon", + }, + "id": "18093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29183 { + "geometry": { + "coordinates": [ + [ + [ + -90.27614131958464, + 38.92346050143736, + ], + [ + -90.11570131760446, + 38.8520197263138, + ], + [ + -90.11785487467802, + 38.80571750965477, + ], + [ + -90.29516440706774, + 38.887793828744094, + ], + [ + -90.44088843571194, + 38.828492613904686, + ], + [ + -90.53385031605391, + 38.692271707353285, + ], + [ + -90.73233649300032, + 38.63946999160406, + ], + [ + -90.9171834751475, + 38.53477971287035, + ], + [ + -90.96456173076581, + 38.547563851576676, + ], + [ + -90.95845998572405, + 38.8708736451622, + ], + [ + -90.83032333984727, + 38.877856578069014, + ], + [ + -90.66557622371997, + 38.93409604540312, + ], + [ + -90.54820736321098, + 38.87248509121761, + ], + [ + -90.45201514725866, + 38.96739926388178, + ], + [ + -90.27614131958464, + 38.92346050143736, + ], + ], + ], + "type": "Polygon", + }, + "id": "29183", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 10005 { + "geometry": { + "coordinates": [ + [ + [ + -75.31394462485157, + 38.9505327951684, + ], + [ + -75.18796153604835, + 38.80362262978272, + ], + [ + -75.09105146773817, + 38.80077574175148, + ], + [ + -75.096794286601, + 38.62233494854811, + ], + [ + -75.04941603098268, + 38.45119937746263, + ], + [ + -75.06987482318151, + 38.45119937746263, + ], + [ + -75.08566757505427, + 38.45119937746263, + ], + [ + -75.34122301445, + 38.45189767075331, + ], + [ + -75.69368852215588, + 38.46011604563595, + ], + [ + -75.70158489809226, + 38.5607239943626, + ], + [ + -75.70732771695509, + 38.635387661597, + ], + [ + -75.72276154264894, + 38.82870747337874, + ], + [ + -75.55442516473238, + 38.83595898062812, + ], + [ + -75.48622919073632, + 38.90315628113909, + ], + [ + -75.31394462485157, + 38.9505327951684, + ], + ], + ], + "type": "Polygon", + }, + "id": "10005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20169 { + "geometry": { + "coordinates": [ + [ + [ + -97.37175295078404, + 38.957784302417785, + ], + [ + -97.37175295078404, + 38.60933595036773, + ], + [ + -97.92485819250989, + 38.60987309905287, + ], + [ + -97.92880638047808, + 38.87103478976774, + ], + [ + -97.92844745429915, + 38.95832145110292, + ], + [ + -97.37175295078404, + 38.957784302417785, + ], + ], + ], + "type": "Polygon", + }, + "id": "20169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54071 { + "geometry": { + "coordinates": [ + [ + [ + -79.13399594716708, + 38.813452450720774, + ], + [ + -79.05718574487679, + 38.76183246207886, + ], + [ + -79.22444534425657, + 38.477841952245555, + ], + [ + -79.31561259370392, + 38.412148668052986, + ], + [ + -79.47677044804195, + 38.4572154427362, + ], + [ + -79.53635219374377, + 38.549766161185744, + ], + [ + -79.647619309211, + 38.59101918020447, + ], + [ + -79.62644266465433, + 38.66433997572602, + ], + [ + -79.5097916565032, + 38.78074009579578, + ], + [ + -79.53850575081732, + 38.84090074853141, + ], + [ + -79.45523487730635, + 38.92996000052755, + ], + [ + -79.34971058070194, + 38.95762315781224, + ], + [ + -79.13399594716708, + 38.813452450720774, + ], + ], + ], + "type": "Polygon", + }, + "id": "54071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29159 { + "geometry": { + "coordinates": [ + [ + [ + -93.05028175650811, + 38.92824112473511, + ], + [ + -93.05997276333913, + 38.693077430380995, + ], + [ + -93.06715128691766, + 38.53010651930964, + ], + [ + -93.29040337020999, + 38.53537057642401, + ], + [ + -93.29183907492569, + 38.50631083255796, + ], + [ + -93.51257867496554, + 38.51243432756854, + ], + [ + -93.51114297024984, + 38.556211945407426, + ], + [ + -93.49714484927169, + 38.92840226934065, + ], + [ + -93.49642699691384, + 38.9428515689709, + ], + [ + -93.05028175650811, + 38.92824112473511, + ], + ], + ], + "type": "Polygon", + }, + "id": "29159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 24041 { + "geometry": { + "coordinates": [ + [ + [ + -75.9492439615516, + 38.91830387406002, + ], + [ + -75.93273335732098, + 38.7958339738482, + ], + [ + -76.01528637847409, + 38.725037777146795, + ], + [ + -75.95534570659335, + 38.67492180482327, + ], + [ + -76.02533631148404, + 38.57925562399991, + ], + [ + -76.16962463541252, + 38.68555734878903, + ], + [ + -76.34190920129727, + 38.74861860442442, + ], + [ + -76.26474007282806, + 38.85067685460095, + ], + [ + -76.17285497102286, + 38.75211007087783, + ], + [ + -76.19726195118986, + 38.84578880156618, + ], + [ + -76.11147859442642, + 38.924695943413184, + ], + [ + -75.9492439615516, + 38.91830387406002, + ], + ], + ], + "type": "Polygon", + }, + "id": "24041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51153 { + "geometry": { + "coordinates": [ + [ + [ + -77.53569767240705, + 38.84723910301605, + ], + [ + -77.2420960580451, + 38.66933545849783, + ], + [ + -77.30024209903122, + 38.50475310137105, + ], + [ + -77.44883753710681, + 38.58124307413493, + ], + [ + -77.53139055825993, + 38.556319375144454, + ], + [ + -77.71551968804926, + 38.832198939832146, + ], + [ + -77.6552200899896, + 38.942636709496846, + ], + [ + -77.53569767240705, + 38.84723910301605, + ], + ], + ], + "type": "Polygon", + }, + "id": "51153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54087 { + "geometry": { + "coordinates": [ + [ + [ + -81.27786201389549, + 38.915027267080674, + ], + [ + -81.16910738168073, + 38.72949611123346, + ], + [ + -81.15869852249186, + 38.64457290411289, + ], + [ + -81.08368295109621, + 38.61202169379342, + ], + [ + -81.19387328802667, + 38.527743065095024, + ], + [ + -81.46486255311623, + 38.549927305791286, + ], + [ + -81.52193181556555, + 38.61277370195262, + ], + [ + -81.54633879573257, + 38.67245092087163, + ], + [ + -81.50254980190353, + 38.91776672537488, + ], + [ + -81.27786201389549, + 38.915027267080674, + ], + ], + ], + "type": "Polygon", + }, + "id": "54087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29101 { + "geometry": { + "coordinates": [ + [ + [ + -93.49714484927169, + 38.92840226934065, + ], + [ + -93.51114297024984, + 38.556211945407426, + ], + [ + -94.06424821197568, + 38.56738463805833, + ], + [ + -94.11916391735144, + 38.56872750977118, + ], + [ + -94.11916391735144, + 38.8331658074654, + ], + [ + -94.11413895084647, + 38.91728329155826, + ], + [ + -93.8363300883573, + 38.90879634233305, + ], + [ + -93.83453545746268, + 38.93790980106762, + ], + [ + -93.49714484927169, + 38.92840226934065, + ], + ], + ], + "type": "Polygon", + }, + "id": "29101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51013 { + "geometry": { + "coordinates": [ + [ + [ + -77.04791699524584, + 38.84127675261101, + ], + [ + -77.11072907655799, + 38.84342534735156, + ], + [ + -77.14985203006098, + 38.875600553591426, + ], + [ + -77.17210545315443, + 38.89332646020103, + ], + [ + -77.11970223103116, + 38.934257190008665, + ], + [ + -77.09637202940092, + 38.90750718548872, + ], + [ + -77.04791699524584, + 38.84127675261101, + ], + ], + ], + "type": "Polygon", + }, + "id": "51013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06003 { + "geometry": { + "coordinates": [ + [ + [ + -119.58102812422352, + 38.70989018422586, + ], + [ + -119.62086893008437, + 38.61255884247856, + ], + [ + -119.5429819492573, + 38.498790750966, + ], + [ + -119.63917416520962, + 38.3267957419843, + ], + [ + -119.75331269010827, + 38.416768146745184, + ], + [ + -119.8792957789115, + 38.35966924151485, + ], + [ + -120.01999484105072, + 38.437609515728596, + ], + [ + -120.07275698935292, + 38.509963443616904, + ], + [ + -120.07275698935292, + 38.702746106713505, + ], + [ + -119.88037255744828, + 38.86475015015161, + ], + [ + -119.90442061143636, + 38.93329032237541, + ], + [ + -119.58102812422352, + 38.70989018422586, + ], + ], + ], + "type": "Polygon", + }, + "id": "06003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18155 { + "geometry": { + "coordinates": [ + [ + [ + -84.87071306495046, + 38.9009002566615, + ], + [ + -84.7953385673759, + 38.857391213165194, + ], + [ + -84.81615628575364, + 38.78396298790661, + ], + [ + -85.02361561717319, + 38.76151017286777, + ], + [ + -85.20164300192077, + 38.69125112485152, + ], + [ + -85.20307870663648, + 38.91379182510485, + ], + [ + -85.1359595111772, + 38.92958399644796, + ], + [ + -85.14026662532433, + 38.903209996007604, + ], + [ + -84.87071306495046, + 38.9009002566615, + ], + ], + ], + "type": "Polygon", + }, + "id": "18155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29135 { + "geometry": { + "coordinates": [ + [ + [ + -92.3948825537882, + 38.739111072697455, + ], + [ + -92.49538188388763, + 38.427779694790544, + ], + [ + -92.62531316065905, + 38.43078772742733, + ], + [ + -92.84174564655177, + 38.59676667113546, + ], + [ + -92.84030994183607, + 38.68394590273362, + ], + [ + -92.61705785854375, + 38.6800247173321, + ], + [ + -92.49861221949797, + 38.92201019998748, + ], + [ + -92.3948825537882, + 38.739111072697455, + ], + ], + ], + "type": "Polygon", + }, + "id": "29135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06113 { + "geometry": { + "coordinates": [ + [ + [ + -121.83544345406132, + 38.92453479880764, + ], + [ + -121.72561204330978, + 38.85266430473597, + ], + [ + -121.69259083484855, + 38.7673650935358, + ], + [ + -121.60321821629583, + 38.73540474676999, + ], + [ + -121.63085553207317, + 38.67835955640817, + ], + [ + -121.51133311449063, + 38.600365567325895, + ], + [ + -121.55332747742503, + 38.5126491870426, + ], + [ + -121.50487244326995, + 38.46956986249441, + ], + [ + -121.52138304750056, + 38.362193840335, + ], + [ + -121.5989111021487, + 38.31342073972433, + ], + [ + -121.6947443919221, + 38.31578419393894, + ], + [ + -121.6947443919221, + 38.52570190009149, + ], + [ + -121.9391731197711, + 38.533383126288996, + ], + [ + -122.10356130971947, + 38.51350862493882, + ], + [ + -122.10356130971947, + 38.513293765464766, + ], + [ + -122.10356130971947, + 38.51350862493882, + ], + [ + -122.28804936568773, + 38.83993388089816, + ], + [ + -122.39500936700784, + 38.86426671633498, + ], + [ + -122.34009366163207, + 38.92426622446507, + ], + [ + -121.83544345406132, + 38.92453479880764, + ], + ], + ], + "type": "Polygon", + }, + "id": "06113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18077 { + "geometry": { + "coordinates": [ + [ + [ + -85.20307870663648, + 38.91379182510485, + ], + [ + -85.20164300192077, + 38.69125112485152, + ], + [ + -85.33300998340789, + 38.7362104697977, + ], + [ + -85.45181454863258, + 38.70994389909438, + ], + [ + -85.42812542082343, + 38.58623855690672, + ], + [ + -85.56990126149942, + 38.60616677312541, + ], + [ + -85.57097804003621, + 38.67868184561925, + ], + [ + -85.68332193404022, + 38.736693903614324, + ], + [ + -85.68368086021916, + 38.81538618598728, + ], + [ + -85.44499495123299, + 38.91298610207714, + ], + [ + -85.20307870663648, + 38.91379182510485, + ], + ], + ], + "type": "Polygon", + }, + "id": "18077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17025 { + "geometry": { + "coordinates": [ + [ + [ + -88.3616290811903, + 38.91078379246807, + ], + [ + -88.3616290811903, + 38.851966011445285, + ], + [ + -88.25861726783837, + 38.84745396249011, + ], + [ + -88.29738129516245, + 38.63474308317483, + ], + [ + -88.24964411336522, + 38.59939869969264, + ], + [ + -88.69830183702344, + 38.60627420286244, + ], + [ + -88.6950715014131, + 38.82629030429561, + ], + [ + -88.69363579669738, + 38.914651263001076, + ], + [ + -88.3616290811903, + 38.91078379246807, + ], + ], + ], + "type": "Polygon", + }, + "id": "17025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18083 { + "geometry": { + "coordinates": [ + [ + [ + -87.09892678372663, + 38.9039620041668, + ], + [ + -87.24608651708652, + 38.8066306624195, + ], + [ + -87.2794666517267, + 38.692271707353285, + ], + [ + -87.24213832911833, + 38.54525411223058, + ], + [ + -87.46287792915817, + 38.53279226273534, + ], + [ + -87.56947900429937, + 38.49062609095188, + ], + [ + -87.74391712725767, + 38.41435097766205, + ], + [ + -87.75612061734118, + 38.462962933667185, + ], + [ + -87.64557135423179, + 38.514206918229505, + ], + [ + -87.65167309927355, + 38.56819036108604, + ], + [ + -87.49554021144048, + 38.7408299484899, + ], + [ + -87.53107390315422, + 38.852503160130425, + ], + [ + -87.5228186010389, + 38.90251170271692, + ], + [ + -87.24106155058155, + 38.9078294746998, + ], + [ + -87.09892678372663, + 38.9039620041668, + ], + ], + ], + "type": "Polygon", + }, + "id": "18083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18101 { + "geometry": { + "coordinates": [ + [ + [ + -86.68293134235073, + 38.904714012326, + ], + [ + -86.68293134235073, + 38.686524216422285, + ], + [ + -86.68221348999288, + 38.526292763645145, + ], + [ + -86.92412973458939, + 38.50529025005619, + ], + [ + -86.90438879474843, + 38.904176863640856, + ], + [ + -86.68293134235073, + 38.904714012326, + ], + ], + ], + "type": "Polygon", + }, + "id": "18101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18027 { + "geometry": { + "coordinates": [ + [ + [ + -86.92412973458939, + 38.50529025005619, + ], + [ + -87.07236624648606, + 38.514475492572075, + ], + [ + -87.24213832911833, + 38.54525411223058, + ], + [ + -87.2794666517267, + 38.692271707353285, + ], + [ + -87.24608651708652, + 38.8066306624195, + ], + [ + -87.09892678372663, + 38.9039620041668, + ], + [ + -86.90438879474843, + 38.904176863640856, + ], + [ + -86.92412973458939, + 38.50529025005619, + ], + ], + ], + "type": "Polygon", + }, + "id": "18027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54007 { + "geometry": { + "coordinates": [ + [ + [ + -80.60559328076602, + 38.90423057850937, + ], + [ + -80.52052777636042, + 38.8601306714594, + ], + [ + -80.45699784269041, + 38.73932593217151, + ], + [ + -80.50832428627692, + 38.645647201483165, + ], + [ + -80.65045905313184, + 38.52661505285623, + ], + [ + -80.78541529640823, + 38.55760853198879, + ], + [ + -80.8808896600027, + 38.50711655558567, + ], + [ + -81.03163865515185, + 38.66793887191646, + ], + [ + -80.98461932571247, + 38.71800112937147, + ], + [ + -80.70178549671834, + 38.878930875439295, + ], + [ + -80.60559328076602, + 38.90423057850937, + ], + ], + ], + "type": "Polygon", + }, + "id": "54007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29189 { + "geometry": { + "coordinates": [ + [ + [ + -90.11785487467802, + 38.80571750965477, + ], + [ + -90.16630990883311, + 38.77257543578165, + ], + [ + -90.25173433941764, + 38.718967997004725, + ], + [ + -90.32064816577153, + 38.59413464257828, + ], + [ + -90.25783608445938, + 38.53182539510209, + ], + [ + -90.26645031275362, + 38.52280129719174, + ], + [ + -90.34218373650712, + 38.38701010958845, + ], + [ + -90.4053547439982, + 38.5011004903121, + ], + [ + -90.58912494760861, + 38.501583924128724, + ], + [ + -90.73628468096851, + 38.46666925959465, + ], + [ + -90.73233649300032, + 38.63946999160406, + ], + [ + -90.53385031605391, + 38.692271707353285, + ], + [ + -90.44088843571194, + 38.828492613904686, + ], + [ + -90.29516440706774, + 38.887793828744094, + ], + [ + -90.11785487467802, + 38.80571750965477, + ], + ], + ], + "type": "Polygon", + }, + "id": "29189", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21191 { + "geometry": { + "coordinates": [ + [ + [ + -84.2052639292206, + 38.58231737150521, + ], + [ + -84.45579440211135, + 38.53091224233735, + ], + [ + -84.47625319431016, + 38.542783228278935, + ], + [ + -84.53045104732809, + 38.79218136278925, + ], + [ + -84.4199017842187, + 38.80598608399734, + ], + [ + -84.23182446646118, + 38.8747411156952, + ], + [ + -84.23038876174546, + 38.827418316534406, + ], + [ + -84.2052639292206, + 38.58231737150521, + ], + ], + ], + "type": "Polygon", + }, + "id": "21191", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20127 { + "geometry": { + "coordinates": [ + [ + [ + -96.50207481924495, + 38.86969191805489, + ], + [ + -96.39044877759879, + 38.825538296136415, + ], + [ + -96.3527615288115, + 38.73900364296043, + ], + [ + -96.35383830734828, + 38.521673284952946, + ], + [ + -96.81972448759497, + 38.52247900798066, + ], + [ + -96.92991482452543, + 38.52242529311214, + ], + [ + -96.93027375070436, + 38.60933595036773, + ], + [ + -96.92740234127294, + 38.812109579007924, + ], + [ + -96.89007401866458, + 38.87006792213449, + ], + [ + -96.50207481924495, + 38.86969191805489, + ], + ], + ], + "type": "Polygon", + }, + "id": "20127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20053 { + "geometry": { + "coordinates": [ + [ + [ + -97.92880638047808, + 38.87103478976774, + ], + [ + -97.92485819250989, + 38.60987309905287, + ], + [ + -97.92414034015204, + 38.52274758232323, + ], + [ + -98.48047591748822, + 38.52183442955849, + ], + [ + -98.48621873635105, + 38.696891186045484, + ], + [ + -98.48478303163533, + 38.87076621542517, + ], + [ + -97.92880638047808, + 38.87103478976774, + ], + ], + ], + "type": "Polygon", + }, + "id": "20053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20139 { + "geometry": { + "coordinates": [ + [ + [ + -95.50102970621874, + 38.86979934779192, + ], + [ + -95.50102970621874, + 38.73878878348637, + ], + [ + -95.50820822979728, + 38.43390318980114, + ], + [ + -95.95040528223481, + 38.4341180492752, + ], + [ + -95.94573924190877, + 38.739111072697455, + ], + [ + -95.94645709426662, + 38.86996049239746, + ], + [ + -95.50102970621874, + 38.86979934779192, + ], + ], + ], + "type": "Polygon", + }, + "id": "20139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06055 { + "geometry": { + "coordinates": [ + [ + [ + -122.10356130971947, + 38.51350862493882, + ], + [ + -122.10356130971947, + 38.513293765464766, + ], + [ + -122.12581473281291, + 38.424986521627815, + ], + [ + -122.06515620857432, + 38.31583790880745, + ], + [ + -122.20836775396603, + 38.315999053412995, + ], + [ + -122.21518735136563, + 38.179670717124566, + ], + [ + -122.29271540601377, + 38.15635846418951, + ], + [ + -122.301329634308, + 38.15662703853208, + ], + [ + -122.40577715237563, + 38.155499026293285, + ], + [ + -122.40685393091242, + 38.157916195376416, + ], + [ + -122.3566042658627, + 38.183538187657575, + ], + [ + -122.39500936700784, + 38.30557836892129, + ], + [ + -122.58236883240751, + 38.54933644223763, + ], + [ + -122.62723460477334, + 38.66750915296835, + ], + [ + -122.46428211954067, + 38.70521699066515, + ], + [ + -122.39500936700784, + 38.86426671633498, + ], + [ + -122.28804936568773, + 38.83993388089816, + ], + [ + -122.10356130971947, + 38.51350862493882, + ], + ], + ], + "type": "Polygon", + }, + "id": "06055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51157 { + "geometry": { + "coordinates": [ + [ + [ + -77.93554143573125, + 38.69587060354372, + ], + [ + -78.17566304943313, + 38.52086756192524, + ], + [ + -78.23201445952459, + 38.53252368839277, + ], + [ + -78.33825660848686, + 38.62727671645139, + ], + [ + -78.2847766078268, + 38.75920043352168, + ], + [ + -78.19540398927408, + 38.780578951190236, + ], + [ + -78.13043835088838, + 38.864857579888636, + ], + [ + -77.93554143573125, + 38.69587060354372, + ], + ], + ], + "type": "Polygon", + }, + "id": "51157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21077 { + "geometry": { + "coordinates": [ + [ + [ + -84.66002339792057, + 38.77730234421088, + ], + [ + -84.78564756054487, + 38.72020343898054, + ], + [ + -84.93388407244154, + 38.66165423230032, + ], + [ + -85.02361561717319, + 38.76151017286777, + ], + [ + -84.81615628575364, + 38.78396298790661, + ], + [ + -84.7953385673759, + 38.857391213165194, + ], + [ + -84.66002339792057, + 38.77730234421088, + ], + ], + ], + "type": "Polygon", + }, + "id": "21077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06097 { + "geometry": { + "coordinates": [ + [ + [ + -122.81818333196227, + 38.85030085052135, + ], + [ + -122.62723460477334, + 38.66750915296835, + ], + [ + -122.58236883240751, + 38.54933644223763, + ], + [ + -122.39500936700784, + 38.30557836892129, + ], + [ + -122.3566042658627, + 38.183538187657575, + ], + [ + -122.40685393091242, + 38.157916195376416, + ], + [ + -122.49191943531801, + 38.11209741253401, + ], + [ + -122.54647621451485, + 38.1582384845875, + ], + [ + -122.73993742495628, + 38.207011585198174, + ], + [ + -122.89607031278933, + 38.31288359103919, + ], + [ + -123.0023124617516, + 38.29623198179986, + ], + [ + -123.12901340291268, + 38.44991022061829, + ], + [ + -123.3332423987219, + 38.56550461766034, + ], + [ + -123.533164280384, + 38.76843939090608, + ], + [ + -123.3698528689724, + 38.80571750965477, + ], + [ + -123.13834548356476, + 38.809101546371146, + ], + [ + -123.07948159022081, + 38.852503160130425, + ], + [ + -122.81818333196227, + 38.85030085052135, + ], + ], + ], + "type": "Polygon", + }, + "id": "06097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17101 { + "geometry": { + "coordinates": [ + [ + [ + -87.65167309927355, + 38.56819036108604, + ], + [ + -87.91225350517423, + 38.57007038148403, + ], + [ + -87.90794639102712, + 38.850085991047294, + ], + [ + -87.53107390315422, + 38.852503160130425, + ], + [ + -87.49554021144048, + 38.7408299484899, + ], + [ + -87.65167309927355, + 38.56819036108604, + ], + ], + ], + "type": "Polygon", + }, + "id": "17101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51165 { + "geometry": { + "coordinates": [ + [ + [ + -78.86910842711926, + 38.76296047431765, + ], + [ + -78.64190815585874, + 38.60471647167553, + ], + [ + -78.69143996855061, + 38.51001715848542, + ], + [ + -78.48613419420461, + 38.42149505517442, + ], + [ + -78.6630848004154, + 38.27786149676808, + ], + [ + -78.7492270833578, + 38.20668929598709, + ], + [ + -79.22444534425657, + 38.477841952245555, + ], + [ + -79.05718574487679, + 38.76183246207886, + ], + [ + -78.99365581120678, + 38.849978561310266, + ], + [ + -78.86910842711926, + 38.76296047431765, + ], + ], + ], + "type": "Polygon", + }, + "id": "51165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17159 { + "geometry": { + "coordinates": [ + [ + [ + -87.94599256599334, + 38.850085991047294, + ], + [ + -87.90794639102712, + 38.850085991047294, + ], + [ + -87.91225350517423, + 38.57007038148403, + ], + [ + -87.9549657204665, + 38.57023152608957, + ], + [ + -88.14770907855006, + 38.56910351385078, + ], + [ + -88.24964411336522, + 38.59939869969264, + ], + [ + -88.29738129516245, + 38.63474308317483, + ], + [ + -88.25861726783837, + 38.84745396249011, + ], + [ + -87.94599256599334, + 38.850085991047294, + ], + ], + ], + "type": "Polygon", + }, + "id": "17159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 39087 { + "geometry": { + "coordinates": [ + [ + [ + -82.28716242903701, + 38.582747090453324, + ], + [ + -82.32126041603503, + 38.44974907601276, + ], + [ + -82.50503061964544, + 38.41171894910487, + ], + [ + -82.59583894291386, + 38.421709914648474, + ], + [ + -82.66547062162562, + 38.50577368387282, + ], + [ + -82.81586069059584, + 38.570768674774705, + ], + [ + -82.74048619302127, + 38.59714267521506, + ], + [ + -82.65003679593177, + 38.849011693677014, + ], + [ + -82.57573907689397, + 38.84444592985333, + ], + [ + -82.58255867429358, + 38.77907493487184, + ], + [ + -82.48349504890984, + 38.77219943170205, + ], + [ + -82.47236833736312, + 38.68249560128374, + ], + [ + -82.3546405506752, + 38.67599610219355, + ], + [ + -82.36181907425373, + 38.58516425953645, + ], + [ + -82.28716242903701, + 38.582747090453324, + ], + ], + ], + "type": "Polygon", + }, + "id": "39087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29037 { + "geometry": { + "coordinates": [ + [ + [ + -94.11916391735144, + 38.8331658074654, + ], + [ + -94.11916391735144, + 38.56872750977118, + ], + [ + -94.06424821197568, + 38.56738463805833, + ], + [ + -94.06568391669138, + 38.44700961771854, + ], + [ + -94.6130463395544, + 38.47751966303447, + ], + [ + -94.60909815158621, + 38.73809049019569, + ], + [ + -94.60802137304944, + 38.84713167327902, + ], + [ + -94.11916391735144, + 38.8331658074654, + ], + ], + ], + "type": "Polygon", + }, + "id": "29037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51139 { + "geometry": { + "coordinates": [ + [ + [ + -78.2847766078268, + 38.75920043352168, + ], + [ + -78.33825660848686, + 38.62727671645139, + ], + [ + -78.45275405956444, + 38.475424783162424, + ], + [ + -78.48613419420461, + 38.42149505517442, + ], + [ + -78.69143996855061, + 38.51001715848542, + ], + [ + -78.64190815585874, + 38.60471647167553, + ], + [ + -78.54894627551676, + 38.73862763888083, + ], + [ + -78.38671164264196, + 38.83015777482862, + ], + [ + -78.2847766078268, + 38.75920043352168, + ], + ], + ], + "type": "Polygon", + }, + "id": "51139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18143 { + "geometry": { + "coordinates": [ + [ + [ + -85.68368086021916, + 38.81538618598728, + ], + [ + -85.68332193404022, + 38.736693903614324, + ], + [ + -85.57097804003621, + 38.67868184561925, + ], + [ + -85.56990126149942, + 38.60616677312541, + ], + [ + -85.79351227097068, + 38.60482390141256, + ], + [ + -85.84771012398859, + 38.56126114304774, + ], + [ + -85.88575629895482, + 38.57533443859839, + ], + [ + -85.88862770838622, + 38.73438416426823, + ], + [ + -85.79530690186532, + 38.807490100315725, + ], + [ + -85.68368086021916, + 38.81538618598728, + ], + ], + ], + "type": "Polygon", + }, + "id": "18143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21023 { + "geometry": { + "coordinates": [ + [ + [ + -84.05272030317681, + 38.77128627893732, + ], + [ + -83.90412486510121, + 38.76800967195797, + ], + [ + -83.99170285275929, + 38.593651208761656, + ], + [ + -84.16219278774942, + 38.55400963579835, + ], + [ + -84.2052639292206, + 38.58231737150521, + ], + [ + -84.23038876174546, + 38.827418316534406, + ], + [ + -84.05272030317681, + 38.77128627893732, + ], + ], + ], + "type": "Polygon", + }, + "id": "21023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17121 { + "geometry": { + "coordinates": [ + [ + [ + -88.6950715014131, + 38.82629030429561, + ], + [ + -88.69830183702344, + 38.60627420286244, + ], + [ + -88.69901968938129, + 38.47483391960877, + ], + [ + -89.14444707742916, + 38.47392076684404, + ], + [ + -89.14372922507131, + 38.50308794044712, + ], + [ + -89.1383453323874, + 38.73626418466621, + ], + [ + -89.13798640620848, + 38.82333598652734, + ], + [ + -88.6950715014131, + 38.82629030429561, + ], + ], + ], + "type": "Polygon", + }, + "id": "17121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21081 { + "geometry": { + "coordinates": [ + [ + [ + -84.61551655173368, + 38.80227975806987, + ], + [ + -84.53045104732809, + 38.79218136278925, + ], + [ + -84.47625319431016, + 38.542783228278935, + ], + [ + -84.55737051074757, + 38.492989545166495, + ], + [ + -84.58034178619887, + 38.472792754605244, + ], + [ + -84.77452084899815, + 38.61889719696322, + ], + [ + -84.78564756054487, + 38.72020343898054, + ], + [ + -84.66002339792057, + 38.77730234421088, + ], + [ + -84.61551655173368, + 38.80227975806987, + ], + ], + ], + "type": "Polygon", + }, + "id": "21081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18175 { + "geometry": { + "coordinates": [ + [ + [ + -85.88862770838622, + 38.73438416426823, + ], + [ + -85.88575629895482, + 38.57533443859839, + ], + [ + -85.84771012398859, + 38.56126114304774, + ], + [ + -85.99343415263279, + 38.48847749621132, + ], + [ + -85.99486985734849, + 38.41832587793209, + ], + [ + -86.0329160323147, + 38.41789615898398, + ], + [ + -86.25473241089134, + 38.42267678228172, + ], + [ + -86.30857133773031, + 38.422891641755776, + ], + [ + -86.30857133773031, + 38.68802823274068, + ], + [ + -86.27519120309015, + 38.76376619734536, + ], + [ + -85.9841020719807, + 38.76806338682648, + ], + [ + -85.88862770838622, + 38.73438416426823, + ], + ], + ], + "type": "Polygon", + }, + "id": "18175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29510 { + "geometry": { + "coordinates": [ + [ + [ + -90.25783608445938, + 38.53182539510209, + ], + [ + -90.32064816577153, + 38.59413464257828, + ], + [ + -90.25173433941764, + 38.718967997004725, + ], + [ + -90.16630990883311, + 38.77257543578165, + ], + [ + -90.18138480834803, + 38.66057993493004, + ], + [ + -90.25783608445938, + 38.53182539510209, + ], + ], + ], + "type": "Polygon", + }, + "id": "29510", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 24009 { + "geometry": { + "coordinates": [ + [ + [ + -76.52890974051802, + 38.71327422094224, + ], + [ + -76.51706517661344, + 38.53349055602602, + ], + [ + -76.38175000715812, + 38.38588209734966, + ], + [ + -76.42123188684005, + 38.31938309012938, + ], + [ + -76.63910007744848, + 38.46586353656694, + ], + [ + -76.69724611843458, + 38.66466226493711, + ], + [ + -76.68611940688785, + 38.748242600344824, + ], + [ + -76.52890974051802, + 38.71327422094224, + ], + ], + ], + "type": "Polygon", + }, + "id": "24009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21161 { + "geometry": { + "coordinates": [ + [ + [ + -83.70527976197589, + 38.63748254146904, + ], + [ + -83.64498016391623, + 38.63651567383579, + ], + [ + -83.64210875448481, + 38.525218466274865, + ], + [ + -83.85925909273539, + 38.45651714944552, + ], + [ + -83.93032647616285, + 38.4922375370073, + ], + [ + -83.99170285275929, + 38.593651208761656, + ], + [ + -83.90412486510121, + 38.76800967195797, + ], + [ + -83.70527976197589, + 38.63748254146904, + ], + ], + ], + "type": "Polygon", + }, + "id": "21161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21041 { + "geometry": { + "coordinates": [ + [ + [ + -84.93388407244154, + 38.66165423230032, + ], + [ + -85.07458313458076, + 38.59682038600398, + ], + [ + -85.16862179345952, + 38.585540263616046, + ], + [ + -85.33300998340789, + 38.7362104697977, + ], + [ + -85.20164300192077, + 38.69125112485152, + ], + [ + -85.02361561717319, + 38.76151017286777, + ], + [ + -84.93388407244154, + 38.66165423230032, + ], + ], + ], + "type": "Polygon", + }, + "id": "21041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21089 { + "geometry": { + "coordinates": [ + [ + [ + -82.81586069059584, + 38.570768674774705, + ], + [ + -82.66547062162562, + 38.50577368387282, + ], + [ + -82.81765532149048, + 38.37384996680253, + ], + [ + -82.9705578737132, + 38.393563323547156, + ], + [ + -83.1665315674071, + 38.50394737834334, + ], + [ + -83.02403787437326, + 38.68340875404848, + ], + [ + -83.03085747177286, + 38.72552121096342, + ], + [ + -82.88800485256009, + 38.754151235881366, + ], + [ + -82.81586069059584, + 38.570768674774705, + ], + ], + ], + "type": "Polygon", + }, + "id": "21089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17027 { + "geometry": { + "coordinates": [ + [ + [ + -89.25427848818069, + 38.74201167559721, + ], + [ + -89.1383453323874, + 38.73626418466621, + ], + [ + -89.14372922507131, + 38.50308794044712, + ], + [ + -89.30775848884075, + 38.50883543137811, + ], + [ + -89.48291446415692, + 38.468817854335214, + ], + [ + -89.61535822418082, + 38.47204074644605, + ], + [ + -89.7043719165546, + 38.41843330766912, + ], + [ + -89.7068843998071, + 38.65515473321014, + ], + [ + -89.59525835816093, + 38.655906741369336, + ], + [ + -89.59741191523449, + 38.743247117573034, + ], + [ + -89.25427848818069, + 38.74201167559721, + ], + ], + ], + "type": "Polygon", + }, + "id": "17027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54075 { + "geometry": { + "coordinates": [ + [ + [ + -79.62644266465433, + 38.66433997572602, + ], + [ + -79.647619309211, + 38.59101918020447, + ], + [ + -79.68961367214541, + 38.4314323058495, + ], + [ + -79.80949501590688, + 38.30788810826739, + ], + [ + -79.7947790425709, + 38.26615165543204, + ], + [ + -79.92040320519519, + 38.1820878862077, + ], + [ + -79.96024401105605, + 38.06488204311024, + ], + [ + -80.26461341078577, + 38.04672641755252, + ], + [ + -80.36295918381165, + 38.11446086674862, + ], + [ + -80.35972884820131, + 38.2259729337836, + ], + [ + -80.35183247226493, + 38.34543480135865, + ], + [ + -80.24523139712375, + 38.38851412590684, + ], + [ + -80.11673582506803, + 38.47408191144958, + ], + [ + -80.02915783740994, + 38.45931032260824, + ], + [ + -79.86297501656693, + 38.55121646263562, + ], + [ + -79.77575595508779, + 38.739916795725165, + ], + [ + -79.62644266465433, + 38.66433997572602, + ], + ], + ], + "type": "Polygon", + }, + "id": "54075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29051 { + "geometry": { + "coordinates": [ + [ + [ + -92.2208033570088, + 38.64317631753153, + ], + [ + -92.0560562408815, + 38.55825311041095, + ], + [ + -91.94801946102461, + 38.594564361526395, + ], + [ + -92.04349382461908, + 38.4664544001206, + ], + [ + -92.16732335634875, + 38.46967729223144, + ], + [ + -92.12173973162507, + 38.39130729906957, + ], + [ + -92.19460174594717, + 38.33555126555208, + ], + [ + -92.4085217485874, + 38.34129875648307, + ], + [ + -92.40349678208243, + 38.425255095970385, + ], + [ + -92.49538188388763, + 38.427779694790544, + ], + [ + -92.3948825537882, + 38.739111072697455, + ], + [ + -92.36222027150588, + 38.68297903510037, + ], + [ + -92.2208033570088, + 38.64317631753153, + ], + ], + ], + "type": "Polygon", + }, + "id": "29051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20111 { + "geometry": { + "coordinates": [ + [ + [ + -95.94573924190877, + 38.739111072697455, + ], + [ + -95.95040528223481, + 38.4341180492752, + ], + [ + -95.95866058435013, + 38.170915193556795, + ], + [ + -96.35706864295862, + 38.17365465185101, + ], + [ + -96.35383830734828, + 38.521673284952946, + ], + [ + -96.3527615288115, + 38.73900364296043, + ], + [ + -95.94573924190877, + 38.739111072697455, + ], + ], + ], + "type": "Polygon", + }, + "id": "20111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20059 { + "geometry": { + "coordinates": [ + [ + [ + -95.05632017052872, + 38.738573924012314, + ], + [ + -95.06565225118081, + 38.3899107124882, + ], + [ + -95.50820822979728, + 38.390233001699286, + ], + [ + -95.50820822979728, + 38.43390318980114, + ], + [ + -95.50102970621874, + 38.73878878348637, + ], + [ + -95.05632017052872, + 38.738573924012314, + ], + ], + ], + "type": "Polygon", + }, + "id": "20059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20121 { + "geometry": { + "coordinates": [ + [ + [ + -94.60909815158621, + 38.73809049019569, + ], + [ + -94.6130463395544, + 38.47751966303447, + ], + [ + -94.6130463395544, + 38.38867527051238, + ], + [ + -95.06565225118081, + 38.3899107124882, + ], + [ + -95.05632017052872, + 38.738573924012314, + ], + [ + -94.60909815158621, + 38.73809049019569, + ], + ], + ], + "type": "Polygon", + }, + "id": "20121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54101 { + "geometry": { + "coordinates": [ + [ + [ + -80.39275005666256, + 38.7273475164929, + ], + [ + -80.27968831030068, + 38.69495745077898, + ], + [ + -80.18385502052729, + 38.52478874732675, + ], + [ + -80.24523139712375, + 38.38851412590684, + ], + [ + -80.35183247226493, + 38.34543480135865, + ], + [ + -80.35972884820131, + 38.2259729337836, + ], + [ + -80.43618012431267, + 38.26744081227638, + ], + [ + -80.60918254255529, + 38.3587023738816, + ], + [ + -80.65045905313184, + 38.52661505285623, + ], + [ + -80.50832428627692, + 38.645647201483165, + ], + [ + -80.45699784269041, + 38.73932593217151, + ], + [ + -80.39275005666256, + 38.7273475164929, + ], + ], + ], + "type": "Polygon", + }, + "id": "54101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06067 { + "geometry": { + "coordinates": [ + [ + [ + -121.02498814204512, + 38.50862057190406, + ], + [ + -121.02283458497155, + 38.29795085759231, + ], + [ + -121.39611781105519, + 38.227960383918614, + ], + [ + -121.47149230862976, + 38.25970587121037, + ], + [ + -121.57270949108707, + 38.108659660949115, + ], + [ + -121.68433553273323, + 38.0855085526196, + ], + [ + -121.65705714313481, + 38.182195315944725, + ], + [ + -121.5989111021487, + 38.31342073972433, + ], + [ + -121.52138304750056, + 38.362193840335, + ], + [ + -121.50487244326995, + 38.46956986249441, + ], + [ + -121.55332747742503, + 38.5126491870426, + ], + [ + -121.51133311449063, + 38.600365567325895, + ], + [ + -121.63085553207317, + 38.67835955640817, + ], + [ + -121.60321821629583, + 38.73540474676999, + ], + [ + -121.4854904296079, + 38.73502874269039, + ], + [ + -121.14451055962766, + 38.71193134922939, + ], + [ + -121.11687324385032, + 38.71553024541983, + ], + [ + -121.02498814204512, + 38.50862057190406, + ], + ], + ], + "type": "Polygon", + }, + "id": "06067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21223 { + "geometry": { + "coordinates": [ + [ + [ + -85.33300998340789, + 38.7362104697977, + ], + [ + -85.16862179345952, + 38.585540263616046, + ], + [ + -85.31398689592478, + 38.4926135410869, + ], + [ + -85.43315038732841, + 38.523929309430535, + ], + [ + -85.42812542082343, + 38.58623855690672, + ], + [ + -85.45181454863258, + 38.70994389909438, + ], + [ + -85.33300998340789, + 38.7362104697977, + ], + ], + ], + "type": "Polygon", + }, + "id": "21223", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21187 { + "geometry": { + "coordinates": [ + [ + [ + -84.78564756054487, + 38.72020343898054, + ], + [ + -84.77452084899815, + 38.61889719696322, + ], + [ + -84.58034178619887, + 38.472792754605244, + ], + [ + -84.74042286200013, + 38.35214915992289, + ], + [ + -84.87071306495046, + 38.35644634940401, + ], + [ + -84.96331601911352, + 38.43734094138603, + ], + [ + -85.00279789879545, + 38.55207590053185, + ], + [ + -85.07458313458076, + 38.59682038600398, + ], + [ + -84.93388407244154, + 38.66165423230032, + ], + [ + -84.78564756054487, + 38.72020343898054, + ], + ], + ], + "type": "Polygon", + }, + "id": "21187", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21135 { + "geometry": { + "coordinates": [ + [ + [ + -83.1665315674071, + 38.50394737834334, + ], + [ + -83.23724002465565, + 38.42611453386661, + ], + [ + -83.22898472254033, + 38.34441421885688, + ], + [ + -83.34132861654435, + 38.319490519866406, + ], + [ + -83.4529546581905, + 38.38169233760557, + ], + [ + -83.58001452553052, + 38.42987457466259, + ], + [ + -83.64210875448481, + 38.525218466274865, + ], + [ + -83.64498016391623, + 38.63651567383579, + ], + [ + -83.51468996096588, + 38.700060363287804, + ], + [ + -83.26738982368548, + 38.61841376314659, + ], + [ + -83.15648163439717, + 38.618574907752134, + ], + [ + -83.03085747177286, + 38.72552121096342, + ], + [ + -83.02403787437326, + 38.68340875404848, + ], + [ + -83.1665315674071, + 38.50394737834334, + ], + ], + ], + "type": "Polygon", + }, + "id": "21135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29073 { + "geometry": { + "coordinates": [ + [ + [ + -91.41860334710792, + 38.709782754488835, + ], + [ + -91.36907153441605, + 38.699254640260094, + ], + [ + -91.36763582970035, + 38.20975104349239, + ], + [ + -91.53525435525906, + 38.21098648546821, + ], + [ + -91.5345365029012, + 38.152544708525014, + ], + [ + -91.6303697926746, + 38.15345786128975, + ], + [ + -91.64472683983166, + 38.28849704073385, + ], + [ + -91.64041972568454, + 38.70376668921527, + ], + [ + -91.54638106680578, + 38.67610353193058, + ], + [ + -91.41860334710792, + 38.709782754488835, + ], + ], + ], + "type": "Polygon", + }, + "id": "29073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06051 { + "geometry": { + "coordinates": [ + [ + [ + -119.33013872515384, + 38.53590772510915, + ], + [ + -119.15713630691124, + 38.41467326687314, + ], + [ + -118.42815723751137, + 37.896217355976404, + ], + [ + -117.83269870667219, + 37.46494067667783, + ], + [ + -118.77487992635443, + 37.463060656279836, + ], + [ + -119.02218006363485, + 37.58574541596572, + ], + [ + -119.11801335340824, + 37.730292127136785, + ], + [ + -119.26948020091525, + 37.739208795310105, + ], + [ + -119.20236100545598, + 37.88821384056783, + ], + [ + -119.3064495973447, + 37.94606475395736, + ], + [ + -119.3498796649948, + 38.085562267488115, + ], + [ + -119.4618646328199, + 38.09716467908713, + ], + [ + -119.63235456781001, + 38.19954521847473, + ], + [ + -119.63917416520962, + 38.3267957419843, + ], + [ + -119.5429819492573, + 38.498790750966, + ], + [ + -119.62086893008437, + 38.61255884247856, + ], + [ + -119.58102812422352, + 38.70989018422586, + ], + [ + -119.33013872515384, + 38.53590772510915, + ], + ], + ], + "type": "Polygon", + }, + "id": "06051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29071 { + "geometry": { + "coordinates": [ + [ + [ + -90.96456173076581, + 38.547563851576676, + ], + [ + -90.9171834751475, + 38.53477971287035, + ], + [ + -90.73233649300032, + 38.63946999160406, + ], + [ + -90.73628468096851, + 38.46666925959465, + ], + [ + -90.78007367479755, + 38.2040572674299, + ], + [ + -91.09592871225293, + 38.20400355256139, + ], + [ + -91.36763582970035, + 38.20975104349239, + ], + [ + -91.36907153441605, + 38.699254640260094, + ], + [ + -91.22801354609791, + 38.628404728690185, + ], + [ + -91.07188065826485, + 38.60971195444733, + ], + [ + -90.96456173076581, + 38.547563851576676, + ], + ], + ], + "type": "Polygon", + }, + "id": "29071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29151 { + "geometry": { + "coordinates": [ + [ + [ + -91.64759824926307, + 38.70339068513567, + ], + [ + -91.64041972568454, + 38.70376668921527, + ], + [ + -91.64472683983166, + 38.28849704073385, + ], + [ + -92.19603745066287, + 38.29220336666131, + ], + [ + -92.19460174594717, + 38.33555126555208, + ], + [ + -92.12173973162507, + 38.39130729906957, + ], + [ + -92.16732335634875, + 38.46967729223144, + ], + [ + -92.04349382461908, + 38.4664544001206, + ], + [ + -91.94801946102461, + 38.594564361526395, + ], + [ + -91.86295395661901, + 38.667294293494294, + ], + [ + -91.64759824926307, + 38.70339068513567, + ], + ], + ], + "type": "Polygon", + }, + "id": "29151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06005 { + "geometry": { + "coordinates": [ + [ + [ + -120.07275698935292, + 38.702746106713505, + ], + [ + -120.07275698935292, + 38.509963443616904, + ], + [ + -120.33118383818005, + 38.46516524327626, + ], + [ + -120.42414571852203, + 38.47230932078862, + ], + [ + -120.60899270066922, + 38.397645653554214, + ], + [ + -120.63088719758375, + 38.34060046319239, + ], + [ + -120.99304371212065, + 38.225596929704004, + ], + [ + -121.02283458497155, + 38.29795085759231, + ], + [ + -121.02498814204512, + 38.50862057190406, + ], + [ + -120.76117740053408, + 38.55481535882606, + ], + [ + -120.62837471433126, + 38.50314165531563, + ], + [ + -120.31718571720191, + 38.54353523643813, + ], + [ + -120.07275698935292, + 38.702746106713505, + ], + ], + ], + "type": "Polygon", + }, + "id": "06005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 24019 { + "geometry": { + "coordinates": [ + [ + [ + -75.93775832382595, + 38.67701668469532, + ], + [ + -75.761525569973, + 38.68518134470944, + ], + [ + -75.70732771695509, + 38.635387661597, + ], + [ + -75.70158489809226, + 38.5607239943626, + ], + [ + -75.8236197989273, + 38.48101112948788, + ], + [ + -75.82864476543227, + 38.42358993504646, + ], + [ + -75.95965282074047, + 38.250305769220425, + ], + [ + -76.06194678173455, + 38.30412806747141, + ], + [ + -76.05871644612421, + 38.22914211102592, + ], + [ + -76.33114141592948, + 38.47418934118661, + ], + [ + -76.25289550892349, + 38.540097484853234, + ], + [ + -76.27227752258551, + 38.607563359706774, + ], + [ + -76.16424074272862, + 38.62066978762417, + ], + [ + -76.04400047278821, + 38.56179829173287, + ], + [ + -75.93775832382595, + 38.67701668469532, + ], + ], + ], + "type": "Polygon", + }, + "id": "24019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20171 { + "geometry": { + "coordinates": [ + [ + [ + -100.8185210470159, + 38.699791788945234, + ], + [ + -100.68787191788664, + 38.699952933550776, + ], + [ + -100.68787191788664, + 38.26411049042851, + ], + [ + -101.10314950690467, + 38.264486494508105, + ], + [ + -101.12576185617705, + 38.26443277963959, + ], + [ + -101.12827433942954, + 38.70054379710443, + ], + [ + -100.8185210470159, + 38.699791788945234, + ], + ], + ], + "type": "Polygon", + }, + "id": "20171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20101 { + "geometry": { + "coordinates": [ + [ + [ + -100.2471105701648, + 38.6981266280213, + ], + [ + -100.24423916073339, + 38.26228418489904, + ], + [ + -100.68787191788664, + 38.26411049042851, + ], + [ + -100.68787191788664, + 38.699952933550776, + ], + [ + -100.2471105701648, + 38.6981266280213, + ], + ], + ], + "type": "Polygon", + }, + "id": "20101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20071 { + "geometry": { + "coordinates": [ + [ + [ + -101.56724105625673, + 38.69963064433969, + ], + [ + -101.56759998243567, + 38.26314362279526, + ], + [ + -102.044971800408, + 38.262391614636066, + ], + [ + -102.04461287422907, + 38.26872996912071, + ], + [ + -102.044971800408, + 38.615137156167236, + ], + [ + -102.04533072658693, + 38.69753576446765, + ], + [ + -101.56724105625673, + 38.69963064433969, + ], + ], + ], + "type": "Polygon", + }, + "id": "20071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20203 { + "geometry": { + "coordinates": [ + [ + [ + -101.12827433942954, + 38.70054379710443, + ], + [ + -101.12576185617705, + 38.26443277963959, + ], + [ + -101.5424751499108, + 38.263197337663776, + ], + [ + -101.56759998243567, + 38.26314362279526, + ], + [ + -101.56724105625673, + 38.69963064433969, + ], + [ + -101.4843291089247, + 38.70016779302483, + ], + [ + -101.12827433942954, + 38.70054379710443, + ], + ], + ], + "type": "Polygon", + }, + "id": "20203", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51047 { + "geometry": { + "coordinates": [ + [ + [ + -77.63476129779079, + 38.409731498969855, + ], + [ + -77.61860961973909, + 38.36783390152897, + ], + [ + -77.70331619796576, + 38.36058239427958, + ], + [ + -77.77187109814074, + 38.3929724599935, + ], + [ + -78.09454573299573, + 38.311379574720796, + ], + [ + -78.09203324974324, + 38.390501576041856, + ], + [ + -78.23201445952459, + 38.53252368839277, + ], + [ + -78.17566304943313, + 38.52086756192524, + ], + [ + -77.93554143573125, + 38.69587060354372, + ], + [ + -77.73526062789023, + 38.41284696134366, + ], + [ + -77.63476129779079, + 38.409731498969855, + ], + ], + ], + "type": "Polygon", + }, + "id": "51047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20135 { + "geometry": { + "coordinates": [ + [ + [ + -100.1537897636439, + 38.697320904993596, + ], + [ + -99.59817203866557, + 38.696515181965886, + ], + [ + -99.58525069622421, + 38.6965688968344, + ], + [ + -99.58489177004527, + 38.349355986760166, + ], + [ + -99.58417391768742, + 38.26217675516201, + ], + [ + -100.22701070414492, + 38.262230470030524, + ], + [ + -100.24423916073339, + 38.26228418489904, + ], + [ + -100.2471105701648, + 38.6981266280213, + ], + [ + -100.1537897636439, + 38.697320904993596, + ], + ], + ], + "type": "Polygon", + }, + "id": "20135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29141 { + "geometry": { + "coordinates": [ + [ + [ + -92.84030994183607, + 38.68394590273362, + ], + [ + -92.84174564655177, + 38.59676667113546, + ], + [ + -92.62531316065905, + 38.43078772742733, + ], + [ + -92.68991987286583, + 38.34844283399543, + ], + [ + -92.69602161790759, + 38.22199803351357, + ], + [ + -92.76529437044042, + 38.189500538062624, + ], + [ + -92.96055021177646, + 38.19712804939161, + ], + [ + -93.07791907228545, + 38.26061902397511, + ], + [ + -93.06715128691766, + 38.53010651930964, + ], + [ + -93.05997276333913, + 38.693077430380995, + ], + [ + -92.84030994183607, + 38.68394590273362, + ], + ], + ], + "type": "Polygon", + }, + "id": "29141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20009 { + "geometry": { + "coordinates": [ + [ + [ + -98.48621873635105, + 38.696891186045484, + ], + [ + -98.48047591748822, + 38.52183442955849, + ], + [ + -98.47975806513037, + 38.26078016858065, + ], + [ + -98.9126230369158, + 38.26110245779173, + ], + [ + -99.03250438067728, + 38.26120988752876, + ], + [ + -99.03250438067728, + 38.3483354042584, + ], + [ + -99.03286330685621, + 38.69673004143994, + ], + [ + -98.48621873635105, + 38.696891186045484, + ], + ], + ], + "type": "Polygon", + }, + "id": "20009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08043 { + "geometry": { + "coordinates": [ + [ + [ + -104.94258284288222, + 38.64983696122725, + ], + [ + -104.94150606434543, + 38.51957840508091, + ], + [ + -104.94042928580866, + 38.25825556976049, + ], + [ + -105.0491839180234, + 38.25798699541792, + ], + [ + -105.79682714872746, + 38.26496992832473, + ], + [ + -106.0107471513677, + 38.44647246903341, + ], + [ + -105.90917104273147, + 38.505612539267275, + ], + [ + -105.8865586934591, + 38.62099207683526, + ], + [ + -105.96982956697006, + 38.69356086419762, + ], + [ + -105.32914633758614, + 38.69721347525657, + ], + [ + -105.24049157139127, + 38.64758093674967, + ], + [ + -104.94258284288222, + 38.64983696122725, + ], + ], + ], + "type": "Polygon", + }, + "id": "08043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20165 { + "geometry": { + "coordinates": [ + [ + [ + -99.04255431368723, + 38.696783756308456, + ], + [ + -99.03286330685621, + 38.69673004143994, + ], + [ + -99.03250438067728, + 38.3483354042584, + ], + [ + -99.58489177004527, + 38.349355986760166, + ], + [ + -99.58525069622421, + 38.6965688968344, + ], + [ + -99.04255431368723, + 38.696783756308456, + ], + ], + ], + "type": "Polygon", + }, + "id": "20165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 24017 { + "geometry": { + "coordinates": [ + [ + [ + -77.07699001573889, + 38.69006939774421, + ], + [ + -77.04791699524584, + 38.616157738669, + ], + [ + -76.96536397409272, + 38.66111708361518, + ], + [ + -76.74785470966323, + 38.617661754987395, + ], + [ + -76.69975860168707, + 38.54240722419934, + ], + [ + -76.69904074932921, + 38.49707187517355, + ], + [ + -76.77477417308272, + 38.508889146246624, + ], + [ + -76.86917175814041, + 38.38974956788266, + ], + [ + -76.84009873764735, + 38.26679623385421, + ], + [ + -76.92408746351617, + 38.290108486789265, + ], + [ + -77.04217417638301, + 38.44421644455582, + ], + [ + -77.20692129251032, + 38.359937815857414, + ], + [ + -77.27404048796957, + 38.48246143093776, + ], + [ + -77.07699001573889, + 38.69006939774421, + ], + ], + ], + "type": "Polygon", + }, + "id": "24017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18117 { + "geometry": { + "coordinates": [ + [ + [ + -86.30857133773031, + 38.68802823274068, + ], + [ + -86.30857133773031, + 38.422891641755776, + ], + [ + -86.30893026390925, + 38.39404675736378, + ], + [ + -86.68149563763502, + 38.394745050654464, + ], + [ + -86.68221348999288, + 38.526292763645145, + ], + [ + -86.68293134235073, + 38.686524216422285, + ], + [ + -86.30857133773031, + 38.68802823274068, + ], + ], + ], + "type": "Polygon", + }, + "id": "18117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54079 { + "geometry": { + "coordinates": [ + [ + [ + -81.91495598149015, + 38.32566772974551, + ], + [ + -81.99176618378044, + 38.269159688068825, + ], + [ + -82.04704081533512, + 38.374440830356185, + ], + [ + -82.05493719127152, + 38.4745653452662, + ], + [ + -82.0642692719236, + 38.60804679352339, + ], + [ + -81.95551463970885, + 38.65741075768772, + ], + [ + -81.77282121463523, + 38.68093787009684, + ], + [ + -81.69636993852387, + 38.626524708292195, + ], + [ + -81.75020886536285, + 38.59128775454704, + ], + [ + -81.72580188519585, + 38.46672297446317, + ], + [ + -81.8995221557963, + 38.39904224013558, + ], + [ + -81.91495598149015, + 38.32566772974551, + ], + ], + ], + "type": "Polygon", + }, + "id": "54079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 32017 { + "geometry": { + "coordinates": [ + [ + [ + -114.04997570696504, + 38.6773389739064, + ], + [ + -114.04997570696504, + 38.572917269515266, + ], + [ + -114.04997570696504, + 38.14856980825499, + ], + [ + -114.05248819021753, + 37.604814194288174, + ], + [ + -114.05105248550183, + 37.000360778900586, + ], + [ + -114.05033463314398, + 36.84313735876023, + ], + [ + -114.7624441721343, + 36.84383565205091, + ], + [ + -114.7624441721343, + 36.853396898646395, + ], + [ + -115.74123586206706, + 36.8530208945668, + ], + [ + -115.89700982372119, + 36.84206306138995, + ], + [ + -115.89377948811085, + 38.05054017321701, + ], + [ + -115.00077115494153, + 38.05107732190215, + ], + [ + -115.00077115494153, + 38.6773389739064, + ], + [ + -114.04997570696504, + 38.6773389739064, + ], + ], + ], + "type": "Polygon", + }, + "id": "32017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08085 { + "geometry": { + "coordinates": [ + [ + [ + -107.50100864627082, + 38.668529735470116, + ], + [ + -107.49993186773403, + 38.30187204299382, + ], + [ + -107.63488811101043, + 38.30181832812531, + ], + [ + -107.63560596336828, + 38.3321672288357, + ], + [ + -108.13235979500266, + 38.33157636528205, + ], + [ + -108.08641724410006, + 38.255193822255194, + ], + [ + -107.93746287984553, + 38.218990000876786, + ], + [ + -107.96581804798073, + 38.152329849050965, + ], + [ + -109.04223765858151, + 38.152974427473126, + ], + [ + -109.05982504134892, + 38.49991876320479, + ], + [ + -108.37930100610414, + 38.49991876320479, + ], + [ + -108.37858315374629, + 38.668100016522004, + ], + [ + -107.50100864627082, + 38.668529735470116, + ], + ], + ], + "type": "Polygon", + }, + "id": "08085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54015 { + "geometry": { + "coordinates": [ + [ + [ + -80.8808896600027, + 38.50711655558567, + ], + [ + -80.8173597263327, + 38.47848653066772, + ], + [ + -80.91103945903254, + 38.41483441147868, + ], + [ + -81.23120161063503, + 38.26378820121743, + ], + [ + -81.28360483275831, + 38.47209446131456, + ], + [ + -81.19387328802667, + 38.527743065095024, + ], + [ + -81.08368295109621, + 38.61202169379342, + ], + [ + -81.03163865515185, + 38.66793887191646, + ], + [ + -80.8808896600027, + 38.50711655558567, + ], + ], + ], + "type": "Polygon", + }, + "id": "54015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17163 { + "geometry": { + "coordinates": [ + [ + [ + -89.7068843998071, + 38.65515473321014, + ], + [ + -89.7043719165546, + 38.41843330766912, + ], + [ + -89.70329513801784, + 38.21931229008787, + ], + [ + -89.89890990553282, + 38.22076259153775, + ], + [ + -89.91326695268988, + 38.30783439339888, + ], + [ + -90.03601970588277, + 38.308854975900644, + ], + [ + -90.26645031275362, + 38.52280129719174, + ], + [ + -90.25783608445938, + 38.53182539510209, + ], + [ + -90.18138480834803, + 38.66057993493004, + ], + [ + -89.7068843998071, + 38.65515473321014, + ], + ], + ], + "type": "Polygon", + }, + "id": "17163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51113 { + "geometry": { + "coordinates": [ + [ + [ + -78.23201445952459, + 38.53252368839277, + ], + [ + -78.09203324974324, + 38.390501576041856, + ], + [ + -78.09454573299573, + 38.311379574720796, + ], + [ + -78.25139647318663, + 38.23429873840327, + ], + [ + -78.28693016490037, + 38.27152314228344, + ], + [ + -78.42906493175529, + 38.367243037975314, + ], + [ + -78.45275405956444, + 38.475424783162424, + ], + [ + -78.33825660848686, + 38.62727671645139, + ], + [ + -78.23201445952459, + 38.53252368839277, + ], + ], + ], + "type": "Polygon", + }, + "id": "51113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54039 { + "geometry": { + "coordinates": [ + [ + [ + -81.52193181556555, + 38.61277370195262, + ], + [ + -81.46486255311623, + 38.549927305791286, + ], + [ + -81.19387328802667, + 38.527743065095024, + ], + [ + -81.28360483275831, + 38.47209446131456, + ], + [ + -81.23120161063503, + 38.26378820121743, + ], + [ + -81.23156053681396, + 38.263465912006346, + ], + [ + -81.32918845748199, + 38.182463890287295, + ], + [ + -81.38051490106848, + 37.96916214741836, + ], + [ + -81.45660725100092, + 37.98742520271311, + ], + [ + -81.5158300705238, + 38.112473416613604, + ], + [ + -81.64360779022167, + 38.22049401719518, + ], + [ + -81.83312081269489, + 38.20964361375536, + ], + [ + -81.81661020846427, + 38.31578419393894, + ], + [ + -81.91495598149015, + 38.32566772974551, + ], + [ + -81.8995221557963, + 38.39904224013558, + ], + [ + -81.72580188519585, + 38.46672297446317, + ], + [ + -81.75020886536285, + 38.59128775454704, + ], + [ + -81.69636993852387, + 38.626524708292195, + ], + [ + -81.63248107867494, + 38.55454678448349, + ], + [ + -81.52193181556555, + 38.61277370195262, + ], + ], + ], + "type": "Polygon", + }, + "id": "54039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08061 { + "geometry": { + "coordinates": [ + [ + [ + -102.044971800408, + 38.615137156167236, + ], + [ + -102.04461287422907, + 38.26872996912071, + ], + [ + -102.74236536606233, + 38.266903663591236, + ], + [ + -103.3999181258558, + 38.265399647272844, + ], + [ + -103.50185316067096, + 38.26496992832473, + ], + [ + -103.50472457010237, + 38.51640922783858, + ], + [ + -103.17271785459529, + 38.52527218114338, + ], + [ + -103.17343570695314, + 38.61239769787302, + ], + [ + -102.044971800408, + 38.615137156167236, + ], + ], + ], + "type": "Polygon", + }, + "id": "08061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20113 { + "geometry": { + "coordinates": [ + [ + [ + -97.37175295078404, + 38.60933595036773, + ], + [ + -97.37175295078404, + 38.17365465185101, + ], + [ + -97.70196503539648, + 38.17381579645655, + ], + [ + -97.92198678307847, + 38.173708366719524, + ], + [ + -97.92414034015204, + 38.52274758232323, + ], + [ + -97.92485819250989, + 38.60987309905287, + ], + [ + -97.37175295078404, + 38.60933595036773, + ], + ], + ], + "type": "Polygon", + }, + "id": "20113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20115 { + "geometry": { + "coordinates": [ + [ + [ + -96.93027375070436, + 38.60933595036773, + ], + [ + -96.92991482452543, + 38.52242529311214, + ], + [ + -96.81972448759497, + 38.52247900798066, + ], + [ + -96.84090113215164, + 38.08561598235663, + ], + [ + -97.15280798163883, + 38.08771086222867, + ], + [ + -97.15352583399668, + 38.174621519484255, + ], + [ + -97.37175295078404, + 38.17365465185101, + ], + [ + -97.37175295078404, + 38.60933595036773, + ], + [ + -96.93027375070436, + 38.60933595036773, + ], + ], + ], + "type": "Polygon", + }, + "id": "20115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21201 { + "geometry": { + "coordinates": [ + [ + [ + -83.99170285275929, + 38.593651208761656, + ], + [ + -83.93032647616285, + 38.4922375370073, + ], + [ + -83.98021721503365, + 38.43911353204699, + ], + [ + -84.10261104204761, + 38.45947146721378, + ], + [ + -84.16219278774942, + 38.55400963579835, + ], + [ + -83.99170285275929, + 38.593651208761656, + ], + ], + ], + "type": "Polygon", + }, + "id": "21201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17191 { + "geometry": { + "coordinates": [ + [ + [ + -88.24964411336522, + 38.59939869969264, + ], + [ + -88.14770907855006, + 38.56910351385078, + ], + [ + -88.1509394141604, + 38.25610697501993, + ], + [ + -88.37060223566347, + 38.255354966860736, + ], + [ + -88.70225002499163, + 38.25664412370507, + ], + [ + -88.69901968938129, + 38.47483391960877, + ], + [ + -88.69830183702344, + 38.60627420286244, + ], + [ + -88.24964411336522, + 38.59939869969264, + ], + ], + ], + "type": "Polygon", + }, + "id": "17191", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18019 { + "geometry": { + "coordinates": [ + [ + [ + -85.42812542082343, + 38.58623855690672, + ], + [ + -85.43315038732841, + 38.523929309430535, + ], + [ + -85.63881508785333, + 38.38051061049826, + ], + [ + -85.7411090488474, + 38.2683002501726, + ], + [ + -85.79171764007606, + 38.288550755602365, + ], + [ + -85.80822824430668, + 38.404413726986974, + ], + [ + -85.99486985734849, + 38.41832587793209, + ], + [ + -85.99343415263279, + 38.48847749621132, + ], + [ + -85.84771012398859, + 38.56126114304774, + ], + [ + -85.79351227097068, + 38.60482390141256, + ], + [ + -85.56990126149942, + 38.60616677312541, + ], + [ + -85.42812542082343, + 38.58623855690672, + ], + ], + ], + "type": "Polygon", + }, + "id": "18019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54011 { + "geometry": { + "coordinates": [ + [ + [ + -82.21501826707276, + 38.59166375862664, + ], + [ + -82.05493719127152, + 38.4745653452662, + ], + [ + -82.04704081533512, + 38.374440830356185, + ], + [ + -82.17733101828547, + 38.33979474016468, + ], + [ + -82.26455007976463, + 38.22924954076295, + ], + [ + -82.50503061964544, + 38.41171894910487, + ], + [ + -82.32126041603503, + 38.44974907601276, + ], + [ + -82.28716242903701, + 38.582747090453324, + ], + [ + -82.21501826707276, + 38.59166375862664, + ], + ], + ], + "type": "Polygon", + }, + "id": "54011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21103 { + "geometry": { + "coordinates": [ + [ + [ + -84.87071306495046, + 38.35644634940401, + ], + [ + -84.99741400611155, + 38.33560498042059, + ], + [ + -85.2831192445371, + 38.358004080590916, + ], + [ + -85.31398689592478, + 38.4926135410869, + ], + [ + -85.16862179345952, + 38.585540263616046, + ], + [ + -85.07458313458076, + 38.59682038600398, + ], + [ + -85.00279789879545, + 38.55207590053185, + ], + [ + -84.96331601911352, + 38.43734094138603, + ], + [ + -84.87071306495046, + 38.35644634940401, + ], + ], + ], + "type": "Polygon", + }, + "id": "21103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51091 { + "geometry": { + "coordinates": [ + [ + [ + -79.31561259370392, + 38.412148668052986, + ], + [ + -79.43800642071788, + 38.21641168718811, + ], + [ + -79.51230413975568, + 38.18036901041525, + ], + [ + -79.7947790425709, + 38.26615165543204, + ], + [ + -79.80949501590688, + 38.30788810826739, + ], + [ + -79.68961367214541, + 38.4314323058495, + ], + [ + -79.647619309211, + 38.59101918020447, + ], + [ + -79.53635219374377, + 38.549766161185744, + ], + [ + -79.47677044804195, + 38.4572154427362, + ], + [ + -79.31561259370392, + 38.412148668052986, + ], + ], + ], + "type": "Polygon", + }, + "id": "51091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51179 { + "geometry": { + "coordinates": [ + [ + [ + -77.30024209903122, + 38.50475310137105, + ], + [ + -77.32464907919822, + 38.33721642647601, + ], + [ + -77.32680263627178, + 38.245149141843086, + ], + [ + -77.3702327039219, + 38.24654572842445, + ], + [ + -77.44704290621219, + 38.28452214046382, + ], + [ + -77.53031377972314, + 38.30917726511173, + ], + [ + -77.61860961973909, + 38.36783390152897, + ], + [ + -77.63476129779079, + 38.409731498969855, + ], + [ + -77.53139055825993, + 38.556319375144454, + ], + [ + -77.44883753710681, + 38.58124307413493, + ], + [ + -77.30024209903122, + 38.50475310137105, + ], + ], + ], + "type": "Polygon", + }, + "id": "51179", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21097 { + "geometry": { + "coordinates": [ + [ + [ + -84.16219278774942, + 38.55400963579835, + ], + [ + -84.10261104204761, + 38.45947146721378, + ], + [ + -84.19413721767388, + 38.37164765719346, + ], + [ + -84.34416836046519, + 38.28527414862302, + ], + [ + -84.44251413349107, + 38.283125553882456, + ], + [ + -84.45830688536384, + 38.373366532985905, + ], + [ + -84.55737051074757, + 38.492989545166495, + ], + [ + -84.47625319431016, + 38.542783228278935, + ], + [ + -84.45579440211135, + 38.53091224233735, + ], + [ + -84.2052639292206, + 38.58231737150521, + ], + [ + -84.16219278774942, + 38.55400963579835, + ], + ], + ], + "type": "Polygon", + }, + "id": "21097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49001 { + "geometry": { + "coordinates": [ + [ + [ + -112.51520736587503, + 38.57232640596161, + ], + [ + -112.51843770148537, + 38.509856013879876, + ], + [ + -112.33574427641175, + 38.33205979909867, + ], + [ + -112.3569209209684, + 38.22452263233372, + ], + [ + -112.44378105626863, + 38.149912679967834, + ], + [ + -112.47859689562452, + 38.14733436627917, + ], + [ + -114.04997570696504, + 38.14856980825499, + ], + [ + -114.04997570696504, + 38.572917269515266, + ], + [ + -112.51520736587503, + 38.57232640596161, + ], + ], + ], + "type": "Polygon", + }, + "id": "49001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17047 { + "geometry": { + "coordinates": [ + [ + [ + -87.9549657204665, + 38.57023152608957, + ], + [ + -87.94204437802514, + 38.462425784982045, + ], + [ + -87.99121726453808, + 38.25965215634186, + ], + [ + -88.1509394141604, + 38.25610697501993, + ], + [ + -88.14770907855006, + 38.56910351385078, + ], + [ + -87.9549657204665, + 38.57023152608957, + ], + ], + ], + "type": "Polygon", + }, + "id": "17047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17185 { + "geometry": { + "coordinates": [ + [ + [ + -87.9549657204665, + 38.57023152608957, + ], + [ + -87.91225350517423, + 38.57007038148403, + ], + [ + -87.65167309927355, + 38.56819036108604, + ], + [ + -87.64557135423179, + 38.514206918229505, + ], + [ + -87.75612061734118, + 38.462962933667185, + ], + [ + -87.74391712725767, + 38.41435097766205, + ], + [ + -87.91009994810068, + 38.268085390698545, + ], + [ + -87.98834585510667, + 38.25664412370507, + ], + [ + -87.99121726453808, + 38.25965215634186, + ], + [ + -87.94204437802514, + 38.462425784982045, + ], + [ + -87.9549657204665, + 38.57023152608957, + ], + ], + ], + "type": "Polygon", + }, + "id": "17185", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29083 { + "geometry": { + "coordinates": [ + [ + [ + -93.51114297024984, + 38.556211945407426, + ], + [ + -93.51257867496554, + 38.51243432756854, + ], + [ + -93.52334646033333, + 38.21007333270347, + ], + [ + -94.04989116481862, + 38.21399451810499, + ], + [ + -94.0753749235224, + 38.214424237053095, + ], + [ + -94.06568391669138, + 38.44700961771854, + ], + [ + -94.06424821197568, + 38.56738463805833, + ], + [ + -93.51114297024984, + 38.556211945407426, + ], + ], + ], + "type": "Polygon", + }, + "id": "29083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 24045 { + "geometry": { + "coordinates": [ + [ + [ + -75.34122301445, + 38.45189767075331, + ], + [ + -75.30712502745196, + 38.35435146953196, + ], + [ + -75.36455321608021, + 38.29032334626332, + ], + [ + -75.6129301318974, + 38.27872093466431, + ], + [ + -75.79454677843425, + 38.266366514906096, + ], + [ + -75.89612288707048, + 38.228927251551866, + ], + [ + -75.90760852479612, + 38.291451358502115, + ], + [ + -75.82864476543227, + 38.42358993504646, + ], + [ + -75.8236197989273, + 38.48101112948788, + ], + [ + -75.70158489809226, + 38.5607239943626, + ], + [ + -75.69368852215588, + 38.46011604563595, + ], + [ + -75.34122301445, + 38.45189767075331, + ], + ], + ], + "type": "Polygon", + }, + "id": "24045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54067 { + "geometry": { + "coordinates": [ + [ + [ + -80.65045905313184, + 38.52661505285623, + ], + [ + -80.60918254255529, + 38.3587023738816, + ], + [ + -80.43618012431267, + 38.26744081227638, + ], + [ + -80.71183542972828, + 38.079170198134946, + ], + [ + -80.88160751236055, + 38.103449318703255, + ], + [ + -80.98174791628107, + 38.22360947956899, + ], + [ + -81.07363301808627, + 38.19390515728077, + ], + [ + -81.23156053681396, + 38.263465912006346, + ], + [ + -81.23120161063503, + 38.26378820121743, + ], + [ + -80.91103945903254, + 38.41483441147868, + ], + [ + -80.8173597263327, + 38.47848653066772, + ], + [ + -80.8808896600027, + 38.50711655558567, + ], + [ + -80.78541529640823, + 38.55760853198879, + ], + [ + -80.65045905313184, + 38.52661505285623, + ], + ], + ], + "type": "Polygon", + }, + "id": "54067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18125 { + "geometry": { + "coordinates": [ + [ + [ + -87.07236624648606, + 38.514475492572075, + ], + [ + -87.07344302502284, + 38.23257986261082, + ], + [ + -87.31679497433505, + 38.246062294607825, + ], + [ + -87.3160771219772, + 38.38018832128718, + ], + [ + -87.40760329760347, + 38.375246553383896, + ], + [ + -87.46287792915817, + 38.53279226273534, + ], + [ + -87.24213832911833, + 38.54525411223058, + ], + [ + -87.07236624648606, + 38.514475492572075, + ], + ], + ], + "type": "Polygon", + }, + "id": "18125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06095 { + "geometry": { + "coordinates": [ + [ + [ + [ + -122.301329634308, + 38.15662703853208, + ], + [ + -122.24892641218473, + 38.077988471027645, + ], + [ + -122.40577715237563, + 38.155499026293285, + ], + [ + -122.301329634308, + 38.15662703853208, + ], + ], + ], + [ + [ + [ + -121.5989111021487, + 38.31342073972433, + ], + [ + -121.65705714313481, + 38.182195315944725, + ], + [ + -121.80349902413685, + 38.06273344836968, + ], + [ + -121.93055889147686, + 38.052635053089055, + ], + [ + -122.05654198028009, + 38.13417422349325, + ], + [ + -122.1337111087493, + 38.04296637675654, + ], + [ + -122.23528721738552, + 38.06993124075055, + ], + [ + -122.29271540601377, + 38.15635846418951, + ], + [ + -122.21518735136563, + 38.179670717124566, + ], + [ + -122.20836775396603, + 38.315999053412995, + ], + [ + -122.06515620857432, + 38.31583790880745, + ], + [ + -122.12581473281291, + 38.424986521627815, + ], + [ + -122.10356130971947, + 38.513293765464766, + ], + [ + -122.10356130971947, + 38.51350862493882, + ], + [ + -121.9391731197711, + 38.533383126288996, + ], + [ + -121.6947443919221, + 38.52570190009149, + ], + [ + -121.6947443919221, + 38.31578419393894, + ], + [ + -121.5989111021487, + 38.31342073972433, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "06095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29015 { + "geometry": { + "coordinates": [ + [ + [ + -93.06715128691766, + 38.53010651930964, + ], + [ + -93.07791907228545, + 38.26061902397511, + ], + [ + -93.06535665602303, + 38.062464874027114, + ], + [ + -93.5039644466713, + 38.071757546280026, + ], + [ + -93.52334646033333, + 38.21007333270347, + ], + [ + -93.51257867496554, + 38.51243432756854, + ], + [ + -93.29183907492569, + 38.50631083255796, + ], + [ + -93.29040337020999, + 38.53537057642401, + ], + [ + -93.06715128691766, + 38.53010651930964, + ], + ], + ], + "type": "Polygon", + }, + "id": "29015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18051 { + "geometry": { + "coordinates": [ + [ + [ + -87.31679497433505, + 38.246062294607825, + ], + [ + -87.31715390051399, + 38.20174752808381, + ], + [ + -87.46718504330529, + 38.16538256209985, + ], + [ + -87.68828356952406, + 38.168498024473664, + ], + [ + -87.79919175881237, + 38.22855124747227, + ], + [ + -87.9847565933174, + 38.230377553001745, + ], + [ + -87.98834585510667, + 38.25664412370507, + ], + [ + -87.91009994810068, + 38.268085390698545, + ], + [ + -87.74391712725767, + 38.41435097766205, + ], + [ + -87.56947900429937, + 38.49062609095188, + ], + [ + -87.46287792915817, + 38.53279226273534, + ], + [ + -87.40760329760347, + 38.375246553383896, + ], + [ + -87.3160771219772, + 38.38018832128718, + ], + [ + -87.31679497433505, + 38.246062294607825, + ], + ], + ], + "type": "Polygon", + }, + "id": "18051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18037 { + "geometry": { + "coordinates": [ + [ + [ + -86.68221348999288, + 38.526292763645145, + ], + [ + -86.68149563763502, + 38.394745050654464, + ], + [ + -86.67934208056147, + 38.26308990792675, + ], + [ + -86.79132704838655, + 38.20507784993167, + ], + [ + -87.01745054111029, + 38.20352011874476, + ], + [ + -87.07344302502284, + 38.23257986261082, + ], + [ + -87.07236624648606, + 38.514475492572075, + ], + [ + -86.92412973458939, + 38.50529025005619, + ], + [ + -86.68221348999288, + 38.526292763645145, + ], + ], + ], + "type": "Polygon", + }, + "id": "18037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21069 { + "geometry": { + "coordinates": [ + [ + [ + -83.4529546581905, + 38.38169233760557, + ], + [ + -83.5053578803138, + 38.272382580179666, + ], + [ + -83.63528915708521, + 38.187513087927606, + ], + [ + -83.72358499710114, + 38.28554272296559, + ], + [ + -83.84813238118866, + 38.296769130485, + ], + [ + -83.98021721503365, + 38.43911353204699, + ], + [ + -83.93032647616285, + 38.4922375370073, + ], + [ + -83.85925909273539, + 38.45651714944552, + ], + [ + -83.64210875448481, + 38.525218466274865, + ], + [ + -83.58001452553052, + 38.42987457466259, + ], + [ + -83.4529546581905, + 38.38169233760557, + ], + ], + ], + "type": "Polygon", + }, + "id": "21069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21185 { + "geometry": { + "coordinates": [ + [ + [ + -85.31398689592478, + 38.4926135410869, + ], + [ + -85.2831192445371, + 38.358004080590916, + ], + [ + -85.46724837432643, + 38.28532786349153, + ], + [ + -85.63881508785333, + 38.38051061049826, + ], + [ + -85.43315038732841, + 38.523929309430535, + ], + [ + -85.31398689592478, + 38.4926135410869, + ], + ], + ], + "type": "Polygon", + }, + "id": "21185", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20017 { + "geometry": { + "coordinates": [ + [ + [ + -96.35383830734828, + 38.521673284952946, + ], + [ + -96.35706864295862, + 38.17365465185101, + ], + [ + -96.3581454214954, + 38.085830841830685, + ], + [ + -96.5228925376227, + 38.086367990515825, + ], + [ + -96.84090113215164, + 38.08561598235663, + ], + [ + -96.81972448759497, + 38.52247900798066, + ], + [ + -96.35383830734828, + 38.521673284952946, + ], + ], + ], + "type": "Polygon", + }, + "id": "20017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08101 { + "geometry": { + "coordinates": [ + [ + [ + -104.05388162386002, + 38.52237157824363, + ], + [ + -104.05818873800715, + 38.14647492838294, + ], + [ + -104.06106014743855, + 37.73469674635493, + ], + [ + -104.35107250001123, + 37.81747135873494, + ], + [ + -104.6464687452678, + 37.900514545457526, + ], + [ + -105.01365022630968, + 37.881230907661006, + ], + [ + -105.05026069656019, + 37.9154472789044, + ], + [ + -105.0491839180234, + 38.25798699541792, + ], + [ + -104.94042928580866, + 38.25825556976049, + ], + [ + -104.94150606434543, + 38.51957840508091, + ], + [ + -104.05388162386002, + 38.52237157824363, + ], + ], + ], + "type": "Polygon", + }, + "id": "08101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08025 { + "geometry": { + "coordinates": [ + [ + [ + -103.50472457010237, + 38.51640922783858, + ], + [ + -103.50185316067096, + 38.26496992832473, + ], + [ + -103.50939061042841, + 38.172526639612215, + ], + [ + -103.61922202117995, + 38.171452342241935, + ], + [ + -103.61922202117995, + 38.11333285450983, + ], + [ + -103.83314202382019, + 38.112903135561716, + ], + [ + -104.04598524792364, + 38.1413183010056, + ], + [ + -104.05818873800715, + 38.14647492838294, + ], + [ + -104.05388162386002, + 38.52237157824363, + ], + [ + -103.50472457010237, + 38.51640922783858, + ], + ], + ], + "type": "Polygon", + }, + "id": "08025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20159 { + "geometry": { + "coordinates": [ + [ + [ + -97.92414034015204, + 38.52274758232323, + ], + [ + -97.92198678307847, + 38.173708366719524, + ], + [ + -98.47293846773076, + 38.17274149908627, + ], + [ + -98.47975806513037, + 38.26078016858065, + ], + [ + -98.48047591748822, + 38.52183442955849, + ], + [ + -97.92414034015204, + 38.52274758232323, + ], + ], + ], + "type": "Polygon", + }, + "id": "20159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17133 { + "geometry": { + "coordinates": [ + [ + [ + -89.89890990553282, + 38.22076259153775, + ], + [ + -90.03637863206168, + 38.22264261193574, + ], + [ + -90.03601970588277, + 38.135624524943125, + ], + [ + -90.20722749323073, + 38.088194296045295, + ], + [ + -90.25281111795441, + 38.127728439271564, + ], + [ + -90.36156575016916, + 38.22935697049998, + ], + [ + -90.34218373650712, + 38.38701010958845, + ], + [ + -90.26645031275362, + 38.52280129719174, + ], + [ + -90.03601970588277, + 38.308854975900644, + ], + [ + -89.91326695268988, + 38.30783439339888, + ], + [ + -89.89890990553282, + 38.22076259153775, + ], + ], + ], + "type": "Polygon", + }, + "id": "17133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17189 { + "geometry": { + "coordinates": [ + [ + [ + -89.30775848884075, + 38.50883543137811, + ], + [ + -89.14372922507131, + 38.50308794044712, + ], + [ + -89.14444707742916, + 38.47392076684404, + ], + [ + -89.14731848686057, + 38.212866505866195, + ], + [ + -89.59274587490845, + 38.21925857521936, + ], + [ + -89.70329513801784, + 38.21931229008787, + ], + [ + -89.7043719165546, + 38.41843330766912, + ], + [ + -89.61535822418082, + 38.47204074644605, + ], + [ + -89.48291446415692, + 38.468817854335214, + ], + [ + -89.30775848884075, + 38.50883543137811, + ], + ], + ], + "type": "Polygon", + }, + "id": "17189", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 24037 { + "geometry": { + "coordinates": [ + [ + [ + -76.86917175814041, + 38.38974956788266, + ], + [ + -76.77477417308272, + 38.508889146246624, + ], + [ + -76.69904074932921, + 38.49707187517355, + ], + [ + -76.50055457238281, + 38.358111510327944, + ], + [ + -76.32324503999308, + 38.139975429292754, + ], + [ + -76.32683430178236, + 38.05107732190215, + ], + [ + -76.45030490733309, + 38.15904420761521, + ], + [ + -76.70514249437096, + 38.28505928914896, + ], + [ + -76.74534222641074, + 38.22763809470753, + ], + [ + -76.86917175814041, + 38.38974956788266, + ], + ], + ], + "type": "Polygon", + }, + "id": "24037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06009 { + "geometry": { + "coordinates": [ + [ + [ + -120.07275698935292, + 38.509963443616904, + ], + [ + -120.01999484105072, + 38.437609515728596, + ], + [ + -120.17576880270485, + 38.37401111140807, + ], + [ + -120.51674867268508, + 37.95202710436241, + ], + [ + -120.65385847303504, + 37.83175951375965, + ], + [ + -120.92592451666138, + 38.0778273264221, + ], + [ + -120.99304371212065, + 38.225596929704004, + ], + [ + -120.63088719758375, + 38.34060046319239, + ], + [ + -120.60899270066922, + 38.397645653554214, + ], + [ + -120.42414571852203, + 38.47230932078862, + ], + [ + -120.33118383818005, + 38.46516524327626, + ], + [ + -120.07275698935292, + 38.509963443616904, + ], + ], + ], + "type": "Polygon", + }, + "id": "06009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49031 { + "geometry": { + "coordinates": [ + [ + [ + -111.76684628281312, + 38.50190621333981, + ], + [ + -111.84868145160839, + 38.424879091890794, + ], + [ + -111.84293863274556, + 38.151255551680684, + ], + [ + -112.44378105626863, + 38.149912679967834, + ], + [ + -112.3569209209684, + 38.22452263233372, + ], + [ + -112.33574427641175, + 38.33205979909867, + ], + [ + -112.51843770148537, + 38.509856013879876, + ], + [ + -111.76684628281312, + 38.50190621333981, + ], + ], + ], + "type": "Polygon", + }, + "id": "49031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49055 { + "geometry": { + "coordinates": [ + [ + [ + -111.30598506907141, + 38.51017830309096, + ], + [ + -111.30598506907141, + 38.49991876320479, + ], + [ + -110.0253364626614, + 38.49991876320479, + ], + [ + -110.01564545583038, + 38.36600759599949, + ], + [ + -109.88966236702716, + 38.1901988313533, + ], + [ + -109.92770854199337, + 38.15190013010285, + ], + [ + -111.41438077510723, + 38.150073824573376, + ], + [ + -111.84293863274556, + 38.151255551680684, + ], + [ + -111.84868145160839, + 38.424879091890794, + ], + [ + -111.76684628281312, + 38.50190621333981, + ], + [ + -111.30598506907141, + 38.51017830309096, + ], + ], + ], + "type": "Polygon", + }, + "id": "49055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29099 { + "geometry": { + "coordinates": [ + [ + [ + -90.34218373650712, + 38.38701010958845, + ], + [ + -90.36156575016916, + 38.22935697049998, + ], + [ + -90.25281111795441, + 38.127728439271564, + ], + [ + -90.416122529366, + 38.042268083465856, + ], + [ + -90.58338212874578, + 38.00348594839878, + ], + [ + -90.64009246501618, + 38.07648445470925, + ], + [ + -90.78007367479755, + 38.2040572674299, + ], + [ + -90.73628468096851, + 38.46666925959465, + ], + [ + -90.58912494760861, + 38.501583924128724, + ], + [ + -90.4053547439982, + 38.5011004903121, + ], + [ + -90.34218373650712, + 38.38701010958845, + ], + ], + ], + "type": "Polygon", + }, + "id": "29099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21019 { + "geometry": { + "coordinates": [ + [ + [ + -82.60409424502917, + 38.24762002579473, + ], + [ + -82.79432511986025, + 38.24385998499875, + ], + [ + -82.81765532149048, + 38.37384996680253, + ], + [ + -82.66547062162562, + 38.50577368387282, + ], + [ + -82.59583894291386, + 38.421709914648474, + ], + [ + -82.60409424502917, + 38.24762002579473, + ], + ], + ], + "type": "Polygon", + }, + "id": "21019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21043 { + "geometry": { + "coordinates": [ + [ + [ + -82.81765532149048, + 38.37384996680253, + ], + [ + -82.79432511986025, + 38.24385998499875, + ], + [ + -82.9246153228106, + 38.17505123843237, + ], + [ + -83.06028941844484, + 38.19143427332912, + ], + [ + -83.16401908415462, + 38.26604422569501, + ], + [ + -83.24405962205525, + 38.19234742609386, + ], + [ + -83.34132861654435, + 38.319490519866406, + ], + [ + -83.22898472254033, + 38.34441421885688, + ], + [ + -83.23724002465565, + 38.42611453386661, + ], + [ + -83.1665315674071, + 38.50394737834334, + ], + [ + -82.9705578737132, + 38.393563323547156, + ], + [ + -82.81765532149048, + 38.37384996680253, + ], + ], + ], + "type": "Polygon", + }, + "id": "21043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49037 { + "geometry": { + "coordinates": [ + [ + [ + -109.05982504134892, + 38.49991876320479, + ], + [ + -109.04223765858151, + 38.152974427473126, + ], + [ + -109.04151980622366, + 37.88112347792398, + ], + [ + -109.0433144371183, + 37.48460031855393, + ], + [ + -109.04510906801293, + 36.999071622056256, + ], + [ + -110.00057055631547, + 36.99794360981746, + ], + [ + -110.750726270272, + 37.003153952063315, + ], + [ + -111.4125861442126, + 37.001435076270866, + ], + [ + -111.17820734937355, + 37.10263388855117, + ], + [ + -110.9614159373019, + 37.123314112929044, + ], + [ + -110.8372274793933, + 37.29923030731226, + ], + [ + -110.73421566604138, + 37.34762740384333, + ], + [ + -110.74606022994595, + 37.452693686656644, + ], + [ + -110.64627875220437, + 37.54105464536211, + ], + [ + -110.48619767640312, + 37.67389151519713, + ], + [ + -110.40472143378679, + 37.879888035948156, + ], + [ + -110.21556733749249, + 37.89170530702123, + ], + [ + -110.0106204893254, + 38.109572813713854, + ], + [ + -109.92770854199337, + 38.15190013010285, + ], + [ + -109.88966236702716, + 38.1901988313533, + ], + [ + -110.01564545583038, + 38.36600759599949, + ], + [ + -110.0253364626614, + 38.49991876320479, + ], + [ + -109.05982504134892, + 38.49991876320479, + ], + ], + ], + "type": "Polygon", + }, + "id": "49037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21209 { + "geometry": { + "coordinates": [ + [ + [ + -84.44251413349107, + 38.283125553882456, + ], + [ + -84.40195547527237, + 38.20776359335737, + ], + [ + -84.62484863238576, + 38.11655574662066, + ], + [ + -84.72570688866413, + 38.19524802899362, + ], + [ + -84.74042286200013, + 38.35214915992289, + ], + [ + -84.58034178619887, + 38.472792754605244, + ], + [ + -84.55737051074757, + 38.492989545166495, + ], + [ + -84.45830688536384, + 38.373366532985905, + ], + [ + -84.44251413349107, + 38.283125553882456, + ], + ], + ], + "type": "Polygon", + }, + "id": "21209", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51079 { + "geometry": { + "coordinates": [ + [ + [ + -78.28693016490037, + 38.27152314228344, + ], + [ + -78.3698421122324, + 38.1847736296334, + ], + [ + -78.6630848004154, + 38.27786149676808, + ], + [ + -78.48613419420461, + 38.42149505517442, + ], + [ + -78.45275405956444, + 38.475424783162424, + ], + [ + -78.42906493175529, + 38.367243037975314, + ], + [ + -78.28693016490037, + 38.27152314228344, + ], + ], + ], + "type": "Polygon", + }, + "id": "51079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51015 { + "geometry": { + "coordinates": [ + [ + [ + -78.7492270833578, + 38.20668929598709, + ], + [ + -78.78117151328226, + 38.08067421445334, + ], + [ + -78.83931755426836, + 38.04753214058023, + ], + [ + -78.89961715232802, + 37.948696782514546, + ], + [ + -79.00585930129029, + 37.881499482003576, + ], + [ + -79.1573261487973, + 37.89100701373055, + ], + [ + -79.48251326690477, + 38.086099416173255, + ], + [ + -79.4369296421811, + 38.1632339673593, + ], + [ + -79.51230413975568, + 38.18036901041525, + ], + [ + -79.43800642071788, + 38.21641168718811, + ], + [ + -79.31561259370392, + 38.412148668052986, + ], + [ + -79.22444534425657, + 38.477841952245555, + ], + [ + -78.7492270833578, + 38.20668929598709, + ], + ], + ], + "type": "Polygon", + }, + "id": "51015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17081 { + "geometry": { + "coordinates": [ + [ + [ + -88.69901968938129, + 38.47483391960877, + ], + [ + -88.70225002499163, + 38.25664412370507, + ], + [ + -88.70512143442303, + 38.12520384045141, + ], + [ + -89.12973110409317, + 38.124720406634786, + ], + [ + -89.14731848686057, + 38.212866505866195, + ], + [ + -89.14444707742916, + 38.47392076684404, + ], + [ + -88.69901968938129, + 38.47483391960877, + ], + ], + ], + "type": "Polygon", + }, + "id": "17081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29013 { + "geometry": { + "coordinates": [ + [ + [ + -94.06568391669138, + 38.44700961771854, + ], + [ + -94.0753749235224, + 38.214424237053095, + ], + [ + -94.04989116481862, + 38.21399451810499, + ], + [ + -94.05850539311285, + 38.0366280222719, + ], + [ + -94.61412311809119, + 38.06004770494398, + ], + [ + -94.6130463395544, + 38.38867527051238, + ], + [ + -94.6130463395544, + 38.47751966303447, + ], + [ + -94.06568391669138, + 38.44700961771854, + ], + ], + ], + "type": "Polygon", + }, + "id": "29013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 32009 { + "geometry": { + "coordinates": [ + [ + [ + -117.16581386622661, + 36.97108617556049, + ], + [ + -117.83269870667219, + 37.46494067667783, + ], + [ + -118.42815723751137, + 37.896217355976404, + ], + [ + -118.35134703522108, + 37.89363904228773, + ], + [ + -117.69092286599619, + 38.47381333710701, + ], + [ + -117.16545494004768, + 38.00171335773782, + ], + [ + -117.16581386622661, + 36.97108617556049, + ], + ], + ], + "type": "Polygon", + }, + "id": "32009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21181 { + "geometry": { + "coordinates": [ + [ + [ + -83.98021721503365, + 38.43911353204699, + ], + [ + -83.84813238118866, + 38.296769130485, + ], + [ + -83.97806365796009, + 38.19223999635683, + ], + [ + -84.09507359229015, + 38.25911500765672, + ], + [ + -84.19413721767388, + 38.37164765719346, + ], + [ + -84.10261104204761, + 38.45947146721378, + ], + [ + -83.98021721503365, + 38.43911353204699, + ], + ], + ], + "type": "Polygon", + }, + "id": "21181", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08109 { + "geometry": { + "coordinates": [ + [ + [ + -106.0107471513677, + 38.44647246903341, + ], + [ + -105.79682714872746, + 38.26496992832473, + ], + [ + -105.67622795260813, + 38.14615263917186, + ], + [ + -105.58506070316078, + 37.970451304262696, + ], + [ + -105.47307573533568, + 37.895948781633834, + ], + [ + -105.45728298346292, + 37.751402070462774, + ], + [ + -106.03874339332397, + 37.748340322957475, + ], + [ + -106.58646474236592, + 37.747803174272335, + ], + [ + -106.58718259472377, + 37.83444525718535, + ], + [ + -106.69378366986496, + 37.83525098021306, + ], + [ + -106.69378366986496, + 37.871669661065525, + ], + [ + -106.89765373949525, + 37.96781927570551, + ], + [ + -107.00066555284718, + 37.95600200463244, + ], + [ + -107.0010244790261, + 38.1470657919366, + ], + [ + -107.00066555284718, + 38.42557738518147, + ], + [ + -106.24692057710138, + 38.42278421201875, + ], + [ + -106.0107471513677, + 38.44647246903341, + ], + ], + ], + "type": "Polygon", + }, + "id": "08109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 24047 { + "geometry": { + "coordinates": [ + [ + [ + [ + -75.3778334847005, + 38.01514207486631, + ], + [ + -75.62082650783378, + 37.99451556535695, + ], + [ + -75.62298006490735, + 37.9962344411494, + ], + [ + -75.66174409223142, + 38.041032641490034, + ], + [ + -75.54078596993317, + 38.08948345288963, + ], + [ + -75.6129301318974, + 38.27872093466431, + ], + [ + -75.36455321608021, + 38.29032334626332, + ], + [ + -75.30712502745196, + 38.35435146953196, + ], + [ + -75.34122301445, + 38.45189767075331, + ], + [ + -75.08566757505427, + 38.45119937746263, + ], + [ + -75.15242784433461, + 38.24702916224108, + ], + [ + -75.26190032890722, + 38.20352011874476, + ], + [ + -75.3778334847005, + 38.01514207486631, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "24047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06109 { + "geometry": { + "coordinates": [ + [ + [ + -119.63917416520962, + 38.3267957419843, + ], + [ + -119.63235456781001, + 38.19954521847473, + ], + [ + -119.4618646328199, + 38.09716467908713, + ], + [ + -119.3498796649948, + 38.085562267488115, + ], + [ + -119.3064495973447, + 37.94606475395736, + ], + [ + -119.20236100545598, + 37.88821384056783, + ], + [ + -119.26948020091525, + 37.739208795310105, + ], + [ + -119.30896208059718, + 37.77799093037718, + ], + [ + -119.53400879478414, + 37.90293171454065, + ], + [ + -119.65424906472454, + 37.81043471095961, + ], + [ + -119.8049980598737, + 37.760157594030545, + ], + [ + -119.94497926965506, + 37.76493821732829, + ], + [ + -120.08101229146823, + 37.8284829067803, + ], + [ + -120.3871763220926, + 37.634572231444906, + ], + [ + -120.65385847303504, + 37.83175951375965, + ], + [ + -120.51674867268508, + 37.95202710436241, + ], + [ + -120.17576880270485, + 38.37401111140807, + ], + [ + -120.01999484105072, + 38.437609515728596, + ], + [ + -119.8792957789115, + 38.35966924151485, + ], + [ + -119.75331269010827, + 38.416768146745184, + ], + [ + -119.63917416520962, + 38.3267957419843, + ], + ], + ], + "type": "Polygon", + }, + "id": "06109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20031 { + "geometry": { + "coordinates": [ + [ + [ + -95.50820822979728, + 38.43390318980114, + ], + [ + -95.50820822979728, + 38.390233001699286, + ], + [ + -95.519334941344, + 38.03823946832731, + ], + [ + -95.95901951052905, + 38.04017320359382, + ], + [ + -95.95866058435013, + 38.170915193556795, + ], + [ + -95.95040528223481, + 38.4341180492752, + ], + [ + -95.50820822979728, + 38.43390318980114, + ], + ], + ], + "type": "Polygon", + }, + "id": "20031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29131 { + "geometry": { + "coordinates": [ + [ + [ + -92.49538188388763, + 38.427779694790544, + ], + [ + -92.40349678208243, + 38.425255095970385, + ], + [ + -92.4085217485874, + 38.34129875648307, + ], + [ + -92.19460174594717, + 38.33555126555208, + ], + [ + -92.19603745066287, + 38.29220336666131, + ], + [ + -92.18526966529508, + 38.0162700871051, + ], + [ + -92.40636819151385, + 38.021158140139875, + ], + [ + -92.51619960226537, + 38.02233986724718, + ], + [ + -92.64002913399504, + 38.21302765047174, + ], + [ + -92.69602161790759, + 38.22199803351357, + ], + [ + -92.68991987286583, + 38.34844283399543, + ], + [ + -92.62531316065905, + 38.43078772742733, + ], + [ + -92.49538188388763, + 38.427779694790544, + ], + ], + ], + "type": "Polygon", + }, + "id": "29131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18025 { + "geometry": { + "coordinates": [ + [ + [ + -86.25473241089134, + 38.42267678228172, + ], + [ + -86.27698583398478, + 38.2271546608909, + ], + [ + -86.32974798228699, + 38.18155073752256, + ], + [ + -86.46111496377411, + 38.12117522531287, + ], + [ + -86.46039711141626, + 38.20679672572412, + ], + [ + -86.57130530070457, + 38.2074950190148, + ], + [ + -86.57022852216778, + 38.26625908516907, + ], + [ + -86.67934208056147, + 38.26308990792675, + ], + [ + -86.68149563763502, + 38.394745050654464, + ], + [ + -86.30893026390925, + 38.39404675736378, + ], + [ + -86.30857133773031, + 38.422891641755776, + ], + [ + -86.25473241089134, + 38.42267678228172, + ], + ], + ], + "type": "Polygon", + }, + "id": "18025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18061 { + "geometry": { + "coordinates": [ + [ + [ + -86.0329160323147, + 38.41789615898398, + ], + [ + -86.03255710613578, + 38.33066321251731, + ], + [ + -85.9004722722908, + 38.1782741305432, + ], + [ + -85.94856838026696, + 38.00676255537813, + ], + [ + -85.99881804531668, + 37.99972590760281, + ], + [ + -86.17935791331675, + 38.01127460433331, + ], + [ + -86.26693590097483, + 38.05709338717571, + ], + [ + -86.32974798228699, + 38.18155073752256, + ], + [ + -86.27698583398478, + 38.2271546608909, + ], + [ + -86.25473241089134, + 38.42267678228172, + ], + [ + -86.0329160323147, + 38.41789615898398, + ], + ], + ], + "type": "Polygon", + }, + "id": "18061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54099 { + "geometry": { + "coordinates": [ + [ + [ + -82.50503061964544, + 38.41171894910487, + ], + [ + -82.26455007976463, + 38.22924954076295, + ], + [ + -82.2857267243213, + 38.14486348232752, + ], + [ + -82.19204699162147, + 38.04737099597469, + ], + [ + -82.30618551652012, + 37.94370129974274, + ], + [ + -82.41529907491379, + 37.85458833287809, + ], + [ + -82.49785209606691, + 37.945473890403704, + ], + [ + -82.54953746583233, + 38.06944780693392, + ], + [ + -82.63460297023792, + 38.13782683455219, + ], + [ + -82.60409424502917, + 38.24762002579473, + ], + [ + -82.59583894291386, + 38.421709914648474, + ], + [ + -82.50503061964544, + 38.41171894910487, + ], + ], + ], + "type": "Polygon", + }, + "id": "54099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18043 { + "geometry": { + "coordinates": [ + [ + [ + -85.99486985734849, + 38.41832587793209, + ], + [ + -85.80822824430668, + 38.404413726986974, + ], + [ + -85.79171764007606, + 38.288550755602365, + ], + [ + -85.9004722722908, + 38.1782741305432, + ], + [ + -86.03255710613578, + 38.33066321251731, + ], + [ + -86.0329160323147, + 38.41789615898398, + ], + [ + -85.99486985734849, + 38.41832587793209, + ], + ], + ], + "type": "Polygon", + }, + "id": "18043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51099 { + "geometry": { + "coordinates": [ + [ + [ + -77.0285349815838, + 38.26787053122449, + ], + [ + -77.06155619004505, + 38.16339511196484, + ], + [ + -77.06442759947646, + 38.16194481051496, + ], + [ + -77.11611296924188, + 38.149912679967834, + ], + [ + -77.2729637094328, + 38.24890918263906, + ], + [ + -77.32680263627178, + 38.245149141843086, + ], + [ + -77.32464907919822, + 38.33721642647601, + ], + [ + -77.23491753446658, + 38.33205979909867, + ], + [ + -77.04289202874087, + 38.40038511184842, + ], + [ + -77.0285349815838, + 38.26787053122449, + ], + ], + ], + "type": "Polygon", + }, + "id": "51099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21205 { + "geometry": { + "coordinates": [ + [ + [ + -83.34132861654435, + 38.319490519866406, + ], + [ + -83.24405962205525, + 38.19234742609386, + ], + [ + -83.26451841425406, + 38.113708858589426, + ], + [ + -83.4339315707074, + 38.03410342345174, + ], + [ + -83.49889720909312, + 38.05118475163918, + ], + [ + -83.63528915708521, + 38.187513087927606, + ], + [ + -83.5053578803138, + 38.272382580179666, + ], + [ + -83.4529546581905, + 38.38169233760557, + ], + [ + -83.34132861654435, + 38.319490519866406, + ], + ], + ], + "type": "Polygon", + }, + "id": "21205", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51137 { + "geometry": { + "coordinates": [ + [ + [ + -77.70331619796576, + 38.36058239427958, + ], + [ + -77.95492344939329, + 38.11736146964837, + ], + [ + -78.10136533039532, + 38.15227613418245, + ], + [ + -78.20796640553652, + 38.13315364099148, + ], + [ + -78.3698421122324, + 38.1847736296334, + ], + [ + -78.28693016490037, + 38.27152314228344, + ], + [ + -78.25139647318663, + 38.23429873840327, + ], + [ + -78.09454573299573, + 38.311379574720796, + ], + [ + -77.77187109814074, + 38.3929724599935, + ], + [ + -77.70331619796576, + 38.36058239427958, + ], + ], + ], + "type": "Polygon", + }, + "id": "51137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20003 { + "geometry": { + "coordinates": [ + [ + [ + -95.06565225118081, + 38.3899107124882, + ], + [ + -95.07785574126432, + 38.03770231964218, + ], + [ + -95.519334941344, + 38.03823946832731, + ], + [ + -95.50820822979728, + 38.390233001699286, + ], + [ + -95.06565225118081, + 38.3899107124882, + ], + ], + ], + "type": "Polygon", + }, + "id": "20003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20107 { + "geometry": { + "coordinates": [ + [ + [ + -94.6130463395544, + 38.38867527051238, + ], + [ + -94.61412311809119, + 38.06004770494398, + ], + [ + -94.61412311809119, + 38.03705774122001, + ], + [ + -95.07785574126432, + 38.03770231964218, + ], + [ + -95.06565225118081, + 38.3899107124882, + ], + [ + -94.6130463395544, + 38.38867527051238, + ], + ], + ], + "type": "Polygon", + }, + "id": "20107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21111 { + "geometry": { + "coordinates": [ + [ + [ + -85.46724837432643, + 38.28532786349153, + ], + [ + -85.40515414537214, + 38.263573341743374, + ], + [ + -85.42417723285524, + 38.147441796016196, + ], + [ + -85.42920219936022, + 38.11811347780757, + ], + [ + -85.55662099287915, + 38.07406728562613, + ], + [ + -85.71239495453328, + 38.087173713543535, + ], + [ + -85.93815952107809, + 37.9985441804955, + ], + [ + -85.94856838026696, + 38.00676255537813, + ], + [ + -85.9004722722908, + 38.1782741305432, + ], + [ + -85.79171764007606, + 38.288550755602365, + ], + [ + -85.7411090488474, + 38.2683002501726, + ], + [ + -85.63881508785333, + 38.38051061049826, + ], + [ + -85.46724837432643, + 38.28532786349153, + ], + ], + ], + "type": "Polygon", + }, + "id": "21111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51177 { + "geometry": { + "coordinates": [ + [ + [ + -77.61860961973909, + 38.36783390152897, + ], + [ + -77.53031377972314, + 38.30917726511173, + ], + [ + -77.44704290621219, + 38.28452214046382, + ], + [ + -77.3702327039219, + 38.24654572842445, + ], + [ + -77.64229874754824, + 37.99113152864057, + ], + [ + -77.687523446093, + 38.007997997353954, + ], + [ + -77.82499217262186, + 38.09652010066496, + ], + [ + -77.95492344939329, + 38.11736146964837, + ], + [ + -77.70331619796576, + 38.36058239427958, + ], + [ + -77.61860961973909, + 38.36783390152897, + ], + ], + ], + "type": "Polygon", + }, + "id": "51177", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54043 { + "geometry": { + "coordinates": [ + [ + [ + -82.04704081533512, + 38.374440830356185, + ], + [ + -81.99176618378044, + 38.269159688068825, + ], + [ + -81.91495598149015, + 38.32566772974551, + ], + [ + -81.81661020846427, + 38.31578419393894, + ], + [ + -81.83312081269489, + 38.20964361375536, + ], + [ + -81.92751839775258, + 38.152544708525014, + ], + [ + -81.93218443807862, + 38.025401614752475, + ], + [ + -82.19061128690576, + 37.974855923480845, + ], + [ + -82.30618551652012, + 37.94370129974274, + ], + [ + -82.19204699162147, + 38.04737099597469, + ], + [ + -82.2857267243213, + 38.14486348232752, + ], + [ + -82.26455007976463, + 38.22924954076295, + ], + [ + -82.17733101828547, + 38.33979474016468, + ], + [ + -82.04704081533512, + 38.374440830356185, + ], + ], + ], + "type": "Polygon", + }, + "id": "54043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21073 { + "geometry": { + "coordinates": [ + [ + [ + -84.87071306495046, + 38.35644634940401, + ], + [ + -84.74042286200013, + 38.35214915992289, + ], + [ + -84.72570688866413, + 38.19524802899362, + ], + [ + -84.86532917226657, + 38.116448316883634, + ], + [ + -85.02397454335211, + 38.12896388124739, + ], + [ + -84.99741400611155, + 38.33560498042059, + ], + [ + -84.87071306495046, + 38.35644634940401, + ], + ], + ], + "type": "Polygon", + }, + "id": "21073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21017 { + "geometry": { + "coordinates": [ + [ + [ + -83.97806365796009, + 38.19223999635683, + ], + [ + -84.08071654513309, + 38.114890585696735, + ], + [ + -84.286381245658, + 38.06697692298228, + ], + [ + -84.3807788307157, + 38.112634561219146, + ], + [ + -84.40195547527237, + 38.20776359335737, + ], + [ + -84.44251413349107, + 38.283125553882456, + ], + [ + -84.34416836046519, + 38.28527414862302, + ], + [ + -84.19413721767388, + 38.37164765719346, + ], + [ + -84.09507359229015, + 38.25911500765672, + ], + [ + -83.97806365796009, + 38.19223999635683, + ], + ], + ], + "type": "Polygon", + }, + "id": "21017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21211 { + "geometry": { + "coordinates": [ + [ + [ + -85.02397454335211, + 38.12896388124739, + ], + [ + -85.10257937653704, + 38.0370040263515, + ], + [ + -85.42417723285524, + 38.147441796016196, + ], + [ + -85.40515414537214, + 38.263573341743374, + ], + [ + -85.46724837432643, + 38.28532786349153, + ], + [ + -85.2831192445371, + 38.358004080590916, + ], + [ + -84.99741400611155, + 38.33560498042059, + ], + [ + -85.02397454335211, + 38.12896388124739, + ], + ], + ], + "type": "Polygon", + }, + "id": "21211", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20145 { + "geometry": { + "coordinates": [ + [ + [ + -99.03250438067728, + 38.3483354042584, + ], + [ + -99.03250438067728, + 38.26120988752876, + ], + [ + -98.9126230369158, + 38.26110245779173, + ], + [ + -98.91298196309474, + 38.00042420089349, + ], + [ + -99.02209552148841, + 38.000209341419435, + ], + [ + -99.3501540490273, + 38.000692775236054, + ], + [ + -99.35051297520623, + 38.087173713543535, + ], + [ + -99.56945794435144, + 38.08733485814907, + ], + [ + -99.58417391768742, + 38.26217675516201, + ], + [ + -99.58489177004527, + 38.349355986760166, + ], + [ + -99.03250438067728, + 38.3483354042584, + ], + ], + ], + "type": "Polygon", + }, + "id": "20145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08091 { + "geometry": { + "coordinates": [ + [ + [ + -107.63488811101043, + 38.30181832812531, + ], + [ + -107.56884569408794, + 38.147173221673626, + ], + [ + -107.51213535781754, + 38.06026256441804, + ], + [ + -107.56884569408794, + 37.96502610254279, + ], + [ + -107.73825885054129, + 37.90540259849229, + ], + [ + -107.74902663590908, + 37.95310140173269, + ], + [ + -107.90013455723717, + 38.02744277975601, + ], + [ + -107.89152032894293, + 38.115911168198494, + ], + [ + -107.96581804798073, + 38.152329849050965, + ], + [ + -107.93746287984553, + 38.218990000876786, + ], + [ + -108.08641724410006, + 38.255193822255194, + ], + [ + -108.13235979500266, + 38.33157636528205, + ], + [ + -107.63560596336828, + 38.3321672288357, + ], + [ + -107.63488811101043, + 38.30181832812531, + ], + ], + ], + "type": "Polygon", + }, + "id": "08091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06041 { + "geometry": { + "coordinates": [ + [ + [ + -122.54647621451485, + 38.1582384845875, + ], + [ + -122.48833017352875, + 38.10602763239193, + ], + [ + -122.50304614686473, + 37.92882228116438, + ], + [ + -122.43879836083688, + 37.88284235371643, + ], + [ + -122.52888883174745, + 37.81929766426441, + ], + [ + -122.66169151795029, + 37.91227810166208, + ], + [ + -122.7026091023479, + 37.894229905841385, + ], + [ + -122.87453474205374, + 38.02389759843409, + ], + [ + -123.00877313297228, + 38.008696290644636, + ], + [ + -122.9495503134494, + 38.16296539301673, + ], + [ + -122.83577071472968, + 38.08470282959189, + ], + [ + -123.0023124617516, + 38.29623198179986, + ], + [ + -122.89607031278933, + 38.31288359103919, + ], + [ + -122.73993742495628, + 38.207011585198174, + ], + [ + -122.54647621451485, + 38.1582384845875, + ], + ], + ], + "type": "Polygon", + }, + "id": "06041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21011 { + "geometry": { + "coordinates": [ + [ + [ + -83.63528915708521, + 38.187513087927606, + ], + [ + -83.49889720909312, + 38.05118475163918, + ], + [ + -83.57893774699374, + 38.01267119091467, + ], + [ + -83.7594776149938, + 37.998759039969556, + ], + [ + -83.88187144200776, + 38.13659139257638, + ], + [ + -83.97806365796009, + 38.19223999635683, + ], + [ + -83.84813238118866, + 38.296769130485, + ], + [ + -83.72358499710114, + 38.28554272296559, + ], + [ + -83.63528915708521, + 38.187513087927606, + ], + ], + ], + "type": "Polygon", + }, + "id": "21011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06077 { + "geometry": { + "coordinates": [ + [ + [ + -121.02283458497155, + 38.29795085759231, + ], + [ + -120.99304371212065, + 38.225596929704004, + ], + [ + -120.92592451666138, + 38.0778273264221, + ], + [ + -120.92520666430353, + 37.73808078307131, + ], + [ + -120.99268478594172, + 37.76080217245271, + ], + [ + -121.20660478858196, + 37.69435688010094, + ], + [ + -121.4718512348087, + 37.481753430522694, + ], + [ + -121.55763459157215, + 37.54159179404725, + ], + [ + -121.55763459157215, + 37.817256499260886, + ], + [ + -121.58311835027594, + 38.04108635635855, + ], + [ + -121.57270949108707, + 38.108659660949115, + ], + [ + -121.47149230862976, + 38.25970587121037, + ], + [ + -121.39611781105519, + 38.227960383918614, + ], + [ + -121.02283458497155, + 38.29795085759231, + ], + ], + ], + "type": "Polygon", + }, + "id": "06077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29125 { + "geometry": { + "coordinates": [ + [ + [ + -91.64472683983166, + 38.28849704073385, + ], + [ + -91.6303697926746, + 38.15345786128975, + ], + [ + -91.63252334974815, + 38.05096989216512, + ], + [ + -91.8952573127224, + 38.05118475163918, + ], + [ + -92.02124040152563, + 38.01063002591114, + ], + [ + -92.18526966529508, + 38.0162700871051, + ], + [ + -92.19603745066287, + 38.29220336666131, + ], + [ + -91.64472683983166, + 38.28849704073385, + ], + ], + ], + "type": "Polygon", + }, + "id": "29125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 24039 { + "geometry": { + "coordinates": [ + [ + [ + -75.79454677843425, + 38.266366514906096, + ], + [ + -75.6129301318974, + 38.27872093466431, + ], + [ + -75.54078596993317, + 38.08948345288963, + ], + [ + -75.66174409223142, + 38.041032641490034, + ], + [ + -75.62298006490735, + 37.9962344411494, + ], + [ + -75.89576396089154, + 37.9227525010223, + ], + [ + -75.8602302691778, + 38.03845432780137, + ], + [ + -75.77947187891934, + 38.083413672747554, + ], + [ + -75.7776772480247, + 38.08572341209366, + ], + [ + -75.85520530267284, + 38.06950152180244, + ], + [ + -75.85556422885176, + 38.16994832592354, + ], + [ + -75.95032074008839, + 38.12729872032346, + ], + [ + -75.79454677843425, + 38.266366514906096, + ], + ], + ], + "type": "Polygon", + }, + "id": "24039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51003 { + "geometry": { + "coordinates": [ + [ + [ + -78.3698421122324, + 38.1847736296334, + ], + [ + -78.20796640553652, + 38.13315364099148, + ], + [ + -78.30667110474133, + 38.00633283643002, + ], + [ + -78.4915180868885, + 37.79668370462004, + ], + [ + -78.6440617129323, + 37.73308530029951, + ], + [ + -78.83931755426836, + 38.04753214058023, + ], + [ + -78.78117151328226, + 38.08067421445334, + ], + [ + -78.7492270833578, + 38.20668929598709, + ], + [ + -78.6630848004154, + 38.27786149676808, + ], + [ + -78.3698421122324, + 38.1847736296334, + ], + ], + ], + "type": "Polygon", + }, + "id": "51003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51193 { + "geometry": { + "coordinates": [ + [ + [ + -76.57844155320988, + 38.016001512762536, + ], + [ + -76.6340751109435, + 37.966583833729686, + ], + [ + -76.76436531389385, + 38.00187450234336, + ], + [ + -76.8770681340768, + 38.124344402555195, + ], + [ + -76.93557310124181, + 38.08137250774402, + ], + [ + -77.06155619004505, + 38.16339511196484, + ], + [ + -77.0285349815838, + 38.26787053122449, + ], + [ + -76.83902195911057, + 38.16355625657038, + ], + [ + -76.6111038354922, + 38.14867723799202, + ], + [ + -76.52029551222378, + 38.04430924846939, + ], + [ + -76.57844155320988, + 38.016001512762536, + ], + ], + ], + "type": "Polygon", + }, + "id": "51193", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29029 { + "geometry": { + "coordinates": [ + [ + [ + -92.69602161790759, + 38.22199803351357, + ], + [ + -92.64002913399504, + 38.21302765047174, + ], + [ + -92.51619960226537, + 38.02233986724718, + ], + [ + -92.40636819151385, + 38.021158140139875, + ], + [ + -92.40923960094526, + 37.85915409670177, + ], + [ + -92.5395298038956, + 37.80205519147144, + ], + [ + -92.62028819415409, + 37.89245731518042, + ], + [ + -92.85538484135098, + 37.89573392215978, + ], + [ + -93.07253517960156, + 37.902609425329565, + ], + [ + -93.06535665602303, + 38.062464874027114, + ], + [ + -93.07791907228545, + 38.26061902397511, + ], + [ + -92.96055021177646, + 38.19712804939161, + ], + [ + -92.76529437044042, + 38.189500538062624, + ], + [ + -92.69602161790759, + 38.22199803351357, + ], + ], + ], + "type": "Polygon", + }, + "id": "29029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21127 { + "geometry": { + "coordinates": [ + [ + [ + -82.60409424502917, + 38.24762002579473, + ], + [ + -82.63460297023792, + 38.13782683455219, + ], + [ + -82.54953746583233, + 38.06944780693392, + ], + [ + -82.49785209606691, + 37.945473890403704, + ], + [ + -82.58076404339894, + 37.95406826936594, + ], + [ + -82.61270847332341, + 37.879243457525995, + ], + [ + -82.93933129614659, + 37.99897389944361, + ], + [ + -82.98886310883846, + 37.963951805172506, + ], + [ + -83.02224324347863, + 38.007084844589215, + ], + [ + -82.88908163109687, + 38.1116676935859, + ], + [ + -82.9246153228106, + 38.17505123843237, + ], + [ + -82.79432511986025, + 38.24385998499875, + ], + [ + -82.60409424502917, + 38.24762002579473, + ], + ], + ], + "type": "Polygon", + }, + "id": "21127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51017 { + "geometry": { + "coordinates": [ + [ + [ + -79.7947790425709, + 38.26615165543204, + ], + [ + -79.51230413975568, + 38.18036901041525, + ], + [ + -79.4369296421811, + 38.1632339673593, + ], + [ + -79.48251326690477, + 38.086099416173255, + ], + [ + -79.65084964482134, + 37.8715622313285, + ], + [ + -79.8866641443761, + 37.89277960439151, + ], + [ + -79.93511917853118, + 37.954229413971476, + ], + [ + -80.05607730082943, + 37.951973389493894, + ], + [ + -79.96024401105605, + 38.06488204311024, + ], + [ + -79.92040320519519, + 38.1820878862077, + ], + [ + -79.7947790425709, + 38.26615165543204, + ], + ], + ], + "type": "Polygon", + }, + "id": "51017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08099 { + "geometry": { + "coordinates": [ + [ + [ + -102.04461287422907, + 38.26872996912071, + ], + [ + -102.044971800408, + 38.262391614636066, + ], + [ + -102.04210039097659, + 37.73851050201942, + ], + [ + -102.04174146479767, + 37.64429462264594, + ], + [ + -102.74774925874623, + 37.64365004422377, + ], + [ + -102.74236536606233, + 38.266903663591236, + ], + [ + -102.04461287422907, + 38.26872996912071, + ], + ], + ], + "type": "Polygon", + }, + "id": "08099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54025 { + "geometry": { + "coordinates": [ + [ + [ + -79.96024401105605, + 38.06488204311024, + ], + [ + -80.05607730082943, + 37.951973389493894, + ], + [ + -80.1623194497917, + 37.87510741265042, + ], + [ + -80.29619891453132, + 37.691778566412275, + ], + [ + -80.45053717146973, + 37.683936195609235, + ], + [ + -80.66302146939427, + 37.73174242858666, + ], + [ + -80.80623301478597, + 37.868983917639824, + ], + [ + -80.76962254453547, + 37.98549146744661, + ], + [ + -80.88160751236055, + 38.103449318703255, + ], + [ + -80.71183542972828, + 38.079170198134946, + ], + [ + -80.43618012431267, + 38.26744081227638, + ], + [ + -80.35972884820131, + 38.2259729337836, + ], + [ + -80.36295918381165, + 38.11446086674862, + ], + [ + -80.26461341078577, + 38.04672641755252, + ], + [ + -79.96024401105605, + 38.06488204311024, + ], + ], + ], + "type": "Polygon", + }, + "id": "54025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21063 { + "geometry": { + "coordinates": [ + [ + [ + -82.9246153228106, + 38.17505123843237, + ], + [ + -82.88908163109687, + 38.1116676935859, + ], + [ + -83.02224324347863, + 38.007084844589215, + ], + [ + -83.19416888318446, + 38.01057631104263, + ], + [ + -83.26451841425406, + 38.113708858589426, + ], + [ + -83.24405962205525, + 38.19234742609386, + ], + [ + -83.16401908415462, + 38.26604422569501, + ], + [ + -83.06028941844484, + 38.19143427332912, + ], + [ + -82.9246153228106, + 38.17505123843237, + ], + ], + ], + "type": "Polygon", + }, + "id": "21063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08027 { + "geometry": { + "coordinates": [ + [ + [ + -105.0491839180234, + 38.25798699541792, + ], + [ + -105.05026069656019, + 37.9154472789044, + ], + [ + -105.16870633560596, + 38.018902115662286, + ], + [ + -105.28428056522031, + 37.89949396295576, + ], + [ + -105.31443036425014, + 37.937685234469186, + ], + [ + -105.47307573533568, + 37.895948781633834, + ], + [ + -105.58506070316078, + 37.970451304262696, + ], + [ + -105.67622795260813, + 38.14615263917186, + ], + [ + -105.79682714872746, + 38.26496992832473, + ], + [ + -105.0491839180234, + 38.25798699541792, + ], + ], + ], + "type": "Polygon", + }, + "id": "08027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08011 { + "geometry": { + "coordinates": [ + [ + [ + -102.74236536606233, + 38.266903663591236, + ], + [ + -102.74774925874623, + 37.64365004422377, + ], + [ + -103.07580778628511, + 37.64343518474971, + ], + [ + -103.40422524000293, + 37.64365004422377, + ], + [ + -103.3999181258558, + 38.265399647272844, + ], + [ + -102.74236536606233, + 38.266903663591236, + ], + ], + ], + "type": "Polygon", + }, + "id": "08011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08089 { + "geometry": { + "coordinates": [ + [ + [ + -103.3999181258558, + 38.265399647272844, + ], + [ + -103.40422524000293, + 37.64365004422377, + ], + [ + -104.05818873800715, + 37.64402604830337, + ], + [ + -104.06106014743855, + 37.73469674635493, + ], + [ + -104.05818873800715, + 38.14647492838294, + ], + [ + -104.04598524792364, + 38.1413183010056, + ], + [ + -103.83314202382019, + 38.112903135561716, + ], + [ + -103.61922202117995, + 38.11333285450983, + ], + [ + -103.61922202117995, + 38.171452342241935, + ], + [ + -103.50939061042841, + 38.172526639612215, + ], + [ + -103.50185316067096, + 38.26496992832473, + ], + [ + -103.3999181258558, + 38.265399647272844, + ], + ], + ], + "type": "Polygon", + }, + "id": "08089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18123 { + "geometry": { + "coordinates": [ + [ + [ + -86.46111496377411, + 38.12117522531287, + ], + [ + -86.49090583662502, + 38.04581326478778, + ], + [ + -86.51064677646598, + 37.92629768234422, + ], + [ + -86.6556529527523, + 37.842824776673524, + ], + [ + -86.64416731502666, + 37.89680821953006, + ], + [ + -86.75005053781, + 37.911526093502886, + ], + [ + -86.81393939765893, + 37.99827560615293, + ], + [ + -86.7730218132613, + 37.998060746678874, + ], + [ + -86.79132704838655, + 38.20507784993167, + ], + [ + -86.67934208056147, + 38.26308990792675, + ], + [ + -86.57022852216778, + 38.26625908516907, + ], + [ + -86.57130530070457, + 38.2074950190148, + ], + [ + -86.46039711141626, + 38.20679672572412, + ], + [ + -86.46111496377411, + 38.12117522531287, + ], + ], + ], + "type": "Polygon", + }, + "id": "18123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54019 { + "geometry": { + "coordinates": [ + [ + [ + -81.23156053681396, + 38.263465912006346, + ], + [ + -81.07363301808627, + 38.19390515728077, + ], + [ + -80.98174791628107, + 38.22360947956899, + ], + [ + -80.88160751236055, + 38.103449318703255, + ], + [ + -80.76962254453547, + 37.98549146744661, + ], + [ + -80.80623301478597, + 37.868983917639824, + ], + [ + -80.94477851985162, + 37.81919023452738, + ], + [ + -81.07291516572842, + 37.87596685054665, + ], + [ + -81.29509047048396, + 37.88939556767513, + ], + [ + -81.38051490106848, + 37.96916214741836, + ], + [ + -81.32918845748199, + 38.182463890287295, + ], + [ + -81.23156053681396, + 38.263465912006346, + ], + ], + ], + "type": "Polygon", + }, + "id": "54019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20093 { + "geometry": { + "coordinates": [ + [ + [ + -101.10314950690467, + 38.264486494508105, + ], + [ + -101.10422628544146, + 37.82902005546544, + ], + [ + -101.0898692382844, + 37.73630819241035, + ], + [ + -101.52704132421695, + 37.73630819241035, + ], + [ + -101.54283407608973, + 37.82756975401556, + ], + [ + -101.5424751499108, + 38.263197337663776, + ], + [ + -101.12576185617705, + 38.26443277963959, + ], + [ + -101.10314950690467, + 38.264486494508105, + ], + ], + ], + "type": "Polygon", + }, + "id": "20093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20055 { + "geometry": { + "coordinates": [ + [ + [ + -100.68787191788664, + 38.26411049042851, + ], + [ + -100.24423916073339, + 38.26228418489904, + ], + [ + -100.22701070414492, + 38.262230470030524, + ], + [ + -100.22665177796598, + 38.00101506444714, + ], + [ + -100.66418279007748, + 38.00251908076553, + ], + [ + -100.6523382261729, + 37.736254477541834, + ], + [ + -101.0898692382844, + 37.73630819241035, + ], + [ + -101.10422628544146, + 37.82902005546544, + ], + [ + -101.10314950690467, + 38.264486494508105, + ], + [ + -100.68787191788664, + 38.26411049042851, + ], + ], + ], + "type": "Polygon", + }, + "id": "20055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20075 { + "geometry": { + "coordinates": [ + [ + [ + -101.5424751499108, + 38.263197337663776, + ], + [ + -101.54283407608973, + 37.82756975401556, + ], + [ + -101.52704132421695, + 37.73630819241035, + ], + [ + -102.04210039097659, + 37.73851050201942, + ], + [ + -102.044971800408, + 38.262391614636066, + ], + [ + -101.56759998243567, + 38.26314362279526, + ], + [ + -101.5424751499108, + 38.263197337663776, + ], + ], + ], + "type": "Polygon", + }, + "id": "20075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17193 { + "geometry": { + "coordinates": [ + [ + [ + -87.99121726453808, + 38.25965215634186, + ], + [ + -87.98834585510667, + 38.25664412370507, + ], + [ + -87.9847565933174, + 38.230377553001745, + ], + [ + -87.91081780045853, + 38.16291167814821, + ], + [ + -88.09207552081645, + 37.89095329886204, + ], + [ + -88.37455042363166, + 37.90841063112907, + ], + [ + -88.37060223566347, + 38.255354966860736, + ], + [ + -88.1509394141604, + 38.25610697501993, + ], + [ + -87.99121726453808, + 38.25965215634186, + ], + ], + ], + "type": "Polygon", + }, + "id": "17193", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20185 { + "geometry": { + "coordinates": [ + [ + [ + -98.47975806513037, + 38.26078016858065, + ], + [ + -98.47293846773076, + 38.17274149908627, + ], + [ + -98.47257954155184, + 37.82445429164176, + ], + [ + -99.01348129319418, + 37.82531372953798, + ], + [ + -99.02209552148841, + 38.000209341419435, + ], + [ + -98.91298196309474, + 38.00042420089349, + ], + [ + -98.9126230369158, + 38.26110245779173, + ], + [ + -98.47975806513037, + 38.26078016858065, + ], + ], + ], + "type": "Polygon", + }, + "id": "20185", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20083 { + "geometry": { + "coordinates": [ + [ + [ + -99.58417391768742, + 38.26217675516201, + ], + [ + -99.56945794435144, + 38.08733485814907, + ], + [ + -99.56981687053036, + 37.91303010982128, + ], + [ + -100.22701070414492, + 37.91394326258601, + ], + [ + -100.22665177796598, + 38.00101506444714, + ], + [ + -100.22701070414492, + 38.262230470030524, + ], + [ + -99.58417391768742, + 38.26217675516201, + ], + ], + ], + "type": "Polygon", + }, + "id": "20083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17065 { + "geometry": { + "coordinates": [ + [ + [ + -88.37060223566347, + 38.255354966860736, + ], + [ + -88.37455042363166, + 37.90841063112907, + ], + [ + -88.37455042363166, + 37.90760490810136, + ], + [ + -88.70655713913874, + 37.90674547020514, + ], + [ + -88.70512143442303, + 38.12520384045141, + ], + [ + -88.70225002499163, + 38.25664412370507, + ], + [ + -88.37060223566347, + 38.255354966860736, + ], + ], + ], + "type": "Polygon", + }, + "id": "17065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51033 { + "geometry": { + "coordinates": [ + [ + [ + -77.32680263627178, + 38.245149141843086, + ], + [ + -77.2729637094328, + 38.24890918263906, + ], + [ + -77.11611296924188, + 38.149912679967834, + ], + [ + -77.16995189608087, + 38.07949248734603, + ], + [ + -77.07017041833929, + 37.96475752820022, + ], + [ + -77.1810786076276, + 37.95100652186065, + ], + [ + -77.18143753380652, + 37.89165159215272, + ], + [ + -77.34510787139703, + 37.789378482502144, + ], + [ + -77.40433069091992, + 37.77987095077517, + ], + [ + -77.48401230264162, + 37.883486932138595, + ], + [ + -77.64229874754824, + 37.99113152864057, + ], + [ + -77.3702327039219, + 38.24654572842445, + ], + [ + -77.32680263627178, + 38.245149141843086, + ], + ], + ], + "type": "Polygon", + }, + "id": "51033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18173 { + "geometry": { + "coordinates": [ + [ + [ + -87.07344302502284, + 38.23257986261082, + ], + [ + -87.01745054111029, + 38.20352011874476, + ], + [ + -87.15814960324951, + 38.01686095065875, + ], + [ + -87.26833994017997, + 37.87892116831491, + ], + [ + -87.30207900099907, + 37.89874195479656, + ], + [ + -87.4510333652536, + 37.94101555631705, + ], + [ + -87.46718504330529, + 38.16538256209985, + ], + [ + -87.31715390051399, + 38.20174752808381, + ], + [ + -87.31679497433505, + 38.246062294607825, + ], + [ + -87.07344302502284, + 38.23257986261082, + ], + ], + ], + "type": "Polygon", + }, + "id": "18173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18129 { + "geometry": { + "coordinates": [ + [ + [ + -87.68828356952406, + 38.168498024473664, + ], + [ + -87.70084598578649, + 37.89777508716331, + ], + [ + -87.92696947851023, + 37.90164255769631, + ], + [ + -87.90758746484819, + 37.80705067424323, + ], + [ + -88.02818666096752, + 37.799208303440196, + ], + [ + -88.09207552081645, + 37.89095329886204, + ], + [ + -87.91081780045853, + 38.16291167814821, + ], + [ + -87.9847565933174, + 38.230377553001745, + ], + [ + -87.79919175881237, + 38.22855124747227, + ], + [ + -87.68828356952406, + 38.168498024473664, + ], + ], + ], + "type": "Polygon", + }, + "id": "18129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54005 { + "geometry": { + "coordinates": [ + [ + [ + -81.45660725100092, + 37.98742520271311, + ], + [ + -81.57074577589957, + 37.92839256221627, + ], + [ + -81.51403543962917, + 37.79131221776864, + ], + [ + -81.60735624615008, + 37.78878761894849, + ], + [ + -81.71323946893342, + 37.81011242174853, + ], + [ + -81.77389799317201, + 37.922806215890816, + ], + [ + -81.97956269369693, + 37.99145381785165, + ], + [ + -81.93218443807862, + 38.025401614752475, + ], + [ + -81.92751839775258, + 38.152544708525014, + ], + [ + -81.83312081269489, + 38.20964361375536, + ], + [ + -81.64360779022167, + 38.22049401719518, + ], + [ + -81.5158300705238, + 38.112473416613604, + ], + [ + -81.45660725100092, + 37.98742520271311, + ], + ], + ], + "type": "Polygon", + }, + "id": "54005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17157 { + "geometry": { + "coordinates": [ + [ + [ + -89.89890990553282, + 38.22076259153775, + ], + [ + -89.70329513801784, + 38.21931229008787, + ], + [ + -89.59274587490845, + 38.21925857521936, + ], + [ + -89.59525835816093, + 37.95524999647324, + ], + [ + -89.67422211752478, + 37.80312948884171, + ], + [ + -89.84399420015704, + 37.90534888362377, + ], + [ + -89.93803285903581, + 37.874999982913394, + ], + [ + -89.99725567855869, + 37.96319979701332, + ], + [ + -90.20722749323073, + 38.088194296045295, + ], + [ + -90.03601970588277, + 38.135624524943125, + ], + [ + -90.03637863206168, + 38.22264261193574, + ], + [ + -89.89890990553282, + 38.22076259153775, + ], + ], + ], + "type": "Polygon", + }, + "id": "17157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29185 { + "geometry": { + "coordinates": [ + [ + [ + -93.52334646033333, + 38.21007333270347, + ], + [ + -93.5039644466713, + 38.071757546280026, + ], + [ + -93.51186082260769, + 37.915876997852514, + ], + [ + -93.57323719920413, + 37.82805318783219, + ], + [ + -93.62851183075882, + 37.829449774413554, + ], + [ + -93.81120525583245, + 37.83455268692238, + ], + [ + -93.80869277257996, + 37.892242455706366, + ], + [ + -94.06568391669138, + 37.90099797927415, + ], + [ + -94.05850539311285, + 38.0366280222719, + ], + [ + -94.04989116481862, + 38.21399451810499, + ], + [ + -93.52334646033333, + 38.21007333270347, + ], + ], + ], + "type": "Polygon", + }, + "id": "29185", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17145 { + "geometry": { + "coordinates": [ + [ + [ + -89.59274587490845, + 38.21925857521936, + ], + [ + -89.14731848686057, + 38.212866505866195, + ], + [ + -89.12973110409317, + 38.124720406634786, + ], + [ + -89.1774682858904, + 37.950308228569966, + ], + [ + -89.59525835816093, + 37.95524999647324, + ], + [ + -89.59274587490845, + 38.21925857521936, + ], + ], + ], + "type": "Polygon", + }, + "id": "17145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29055 { + "geometry": { + "coordinates": [ + [ + [ + -91.36763582970035, + 38.20975104349239, + ], + [ + -91.09592871225293, + 38.20400355256139, + ], + [ + -91.09987690022112, + 37.740014518337816, + ], + [ + -91.15335690088118, + 37.69731119786921, + ], + [ + -91.31056656725102, + 37.70005065616343, + ], + [ + -91.30913086253531, + 37.78717617289307, + ], + [ + -91.52879368403838, + 37.789002478422546, + ], + [ + -91.5345365029012, + 38.152544708525014, + ], + [ + -91.53525435525906, + 38.21098648546821, + ], + [ + -91.36763582970035, + 38.20975104349239, + ], + ], + ], + "type": "Polygon", + }, + "id": "29055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21067 { + "geometry": { + "coordinates": [ + [ + [ + -84.286381245658, + 38.06697692298228, + ], + [ + -84.33770768924451, + 37.891866451626775, + ], + [ + -84.43569453609146, + 37.847121966154646, + ], + [ + -84.4794835299205, + 37.940048688683795, + ], + [ + -84.6603823240995, + 38.00370080787283, + ], + [ + -84.62484863238576, + 38.11655574662066, + ], + [ + -84.40195547527237, + 38.20776359335737, + ], + [ + -84.3807788307157, + 38.112634561219146, + ], + [ + -84.286381245658, + 38.06697692298228, + ], + ], + ], + "type": "Polygon", + }, + "id": "21067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29221 { + "geometry": { + "coordinates": [ + [ + [ + -90.78007367479755, + 38.2040572674299, + ], + [ + -90.64009246501618, + 38.07648445470925, + ], + [ + -90.64511743152116, + 37.734804176091956, + ], + [ + -91.09987690022112, + 37.740014518337816, + ], + [ + -91.09592871225293, + 38.20400355256139, + ], + [ + -90.78007367479755, + 38.2040572674299, + ], + ], + ], + "type": "Polygon", + }, + "id": "29221", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18147 { + "geometry": { + "coordinates": [ + [ + [ + -86.79132704838655, + 38.20507784993167, + ], + [ + -86.7730218132613, + 37.998060746678874, + ], + [ + -86.81393939765893, + 37.99827560615293, + ], + [ + -86.97904543996515, + 37.93016515287722, + ], + [ + -87.07954477006459, + 37.794105390931364, + ], + [ + -87.26833994017997, + 37.87892116831491, + ], + [ + -87.15814960324951, + 38.01686095065875, + ], + [ + -87.01745054111029, + 38.20352011874476, + ], + [ + -86.79132704838655, + 38.20507784993167, + ], + ], + ], + "type": "Polygon", + }, + "id": "18147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21163 { + "geometry": { + "coordinates": [ + [ + [ + -85.99881804531668, + 37.99972590760281, + ], + [ + -86.007073347432, + 37.8188679453163, + ], + [ + -86.15172059753941, + 37.798939729097626, + ], + [ + -86.49090583662502, + 38.04581326478778, + ], + [ + -86.46111496377411, + 38.12117522531287, + ], + [ + -86.32974798228699, + 38.18155073752256, + ], + [ + -86.26693590097483, + 38.05709338717571, + ], + [ + -86.17935791331675, + 38.01127460433331, + ], + [ + -85.99881804531668, + 37.99972590760281, + ], + ], + ], + "type": "Polygon", + }, + "id": "21163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21239 { + "geometry": { + "coordinates": [ + [ + [ + -84.62484863238576, + 38.11655574662066, + ], + [ + -84.6603823240995, + 38.00370080787283, + ], + [ + -84.70991413679137, + 37.862000984733015, + ], + [ + -84.76052272802, + 37.84701453641762, + ], + [ + -84.79641534591266, + 37.9700753001831, + ], + [ + -84.86532917226657, + 38.116448316883634, + ], + [ + -84.72570688866413, + 38.19524802899362, + ], + [ + -84.62484863238576, + 38.11655574662066, + ], + ], + ], + "type": "Polygon", + }, + "id": "21239", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21173 { + "geometry": { + "coordinates": [ + [ + [ + -83.7594776149938, + 37.998759039969556, + ], + [ + -83.7688096956459, + 37.91834788180415, + ], + [ + -83.9662190940555, + 37.93070230156236, + ], + [ + -84.08071654513309, + 38.114890585696735, + ], + [ + -83.97806365796009, + 38.19223999635683, + ], + [ + -83.88187144200776, + 38.13659139257638, + ], + [ + -83.7594776149938, + 37.998759039969556, + ], + ], + ], + "type": "Polygon", + }, + "id": "21173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20079 { + "geometry": { + "coordinates": [ + [ + [ + -97.15280798163883, + 38.08771086222867, + ], + [ + -97.1524490554599, + 37.912707820610194, + ], + [ + -97.70196503539648, + 37.91249296113614, + ], + [ + -97.70196503539648, + 38.17381579645655, + ], + [ + -97.37175295078404, + 38.17365465185101, + ], + [ + -97.15352583399668, + 38.174621519484255, + ], + [ + -97.15280798163883, + 38.08771086222867, + ], + ], + ], + "type": "Polygon", + }, + "id": "20079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20073 { + "geometry": { + "coordinates": [ + [ + [ + -96.35706864295862, + 38.17365465185101, + ], + [ + -95.95866058435013, + 38.170915193556795, + ], + [ + -95.95901951052905, + 38.04017320359382, + ], + [ + -95.96081414142368, + 37.734267027406815, + ], + [ + -95.96081414142368, + 37.6037398969179, + ], + [ + -96.52540502087518, + 37.60701650389725, + ], + [ + -96.5228925376227, + 38.086367990515825, + ], + [ + -96.3581454214954, + 38.085830841830685, + ], + [ + -96.35706864295862, + 38.17365465185101, + ], + ], + ], + "type": "Polygon", + }, + "id": "20073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20155 { + "geometry": { + "coordinates": [ + [ + [ + -97.92198678307847, + 38.173708366719524, + ], + [ + -97.70196503539648, + 38.17381579645655, + ], + [ + -97.70196503539648, + 37.91249296113614, + ], + [ + -97.69873469978614, + 37.735072750434526, + ], + [ + -97.80784825817982, + 37.73378359359019, + ], + [ + -98.46504209179437, + 37.73260186648288, + ], + [ + -98.47257954155184, + 37.82445429164176, + ], + [ + -98.47293846773076, + 38.17274149908627, + ], + [ + -97.92198678307847, + 38.173708366719524, + ], + ], + ], + "type": "Polygon", + }, + "id": "20155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 18163 { + "geometry": { + "coordinates": [ + [ + [ + -87.46718504330529, + 38.16538256209985, + ], + [ + -87.4510333652536, + 37.94101555631705, + ], + [ + -87.51169188949218, + 37.90647689586257, + ], + [ + -87.58563068235105, + 37.97523192756044, + ], + [ + -87.61542155520196, + 37.83202808810222, + ], + [ + -87.70084598578649, + 37.89777508716331, + ], + [ + -87.68828356952406, + 38.168498024473664, + ], + [ + -87.46718504330529, + 38.16538256209985, + ], + ], + ], + "type": "Polygon", + }, + "id": "18163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29161 { + "geometry": { + "coordinates": [ + [ + [ + -91.5345365029012, + 38.152544708525014, + ], + [ + -91.52879368403838, + 37.789002478422546, + ], + [ + -91.80552576799076, + 37.79125850290013, + ], + [ + -91.80911502978003, + 37.598851843883125, + ], + [ + -92.02913677746201, + 37.60255816981059, + ], + [ + -92.02124040152563, + 38.01063002591114, + ], + [ + -91.8952573127224, + 38.05118475163918, + ], + [ + -91.63252334974815, + 38.05096989216512, + ], + [ + -91.6303697926746, + 38.15345786128975, + ], + [ + -91.5345365029012, + 38.152544708525014, + ], + ], + ], + "type": "Polygon", + }, + "id": "29161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49017 { + "geometry": { + "coordinates": [ + [ + [ + -109.92770854199337, + 38.15190013010285, + ], + [ + -110.0106204893254, + 38.109572813713854, + ], + [ + -110.21556733749249, + 37.89170530702123, + ], + [ + -110.40472143378679, + 37.879888035948156, + ], + [ + -110.48619767640312, + 37.67389151519713, + ], + [ + -110.64627875220437, + 37.54105464536211, + ], + [ + -112.36122803511553, + 37.53648888153842, + ], + [ + -112.68354374379159, + 37.54320324010266, + ], + [ + -112.68928656265442, + 37.80576151739889, + ], + [ + -112.5783783733661, + 37.80452607542308, + ], + [ + -112.58842830637604, + 37.8904161501769, + ], + [ + -112.46818803643565, + 37.89046986504541, + ], + [ + -112.47859689562452, + 38.14733436627917, + ], + [ + -112.44378105626863, + 38.149912679967834, + ], + [ + -111.84293863274556, + 38.151255551680684, + ], + [ + -111.41438077510723, + 38.150073824573376, + ], + [ + -109.92770854199337, + 38.15190013010285, + ], + ], + ], + "type": "Polygon", + }, + "id": "49017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51057 { + "geometry": { + "coordinates": [ + [ + [ + -76.68324799745645, + 37.77025598931117, + ], + [ + -76.75108504527357, + 37.728573251344336, + ], + [ + -76.80241148886006, + 37.79474996935353, + ], + [ + -76.94311055099928, + 37.78330870236006, + ], + [ + -77.01884397475278, + 37.84481222680854, + ], + [ + -77.07017041833929, + 37.96475752820022, + ], + [ + -77.16995189608087, + 38.07949248734603, + ], + [ + -77.11611296924188, + 38.149912679967834, + ], + [ + -77.06442759947646, + 38.16194481051496, + ], + [ + -77.05581337118223, + 38.107585363578835, + ], + [ + -76.92767672530543, + 38.06923294745987, + ], + [ + -76.9190624970112, + 37.974855923480845, + ], + [ + -76.79451511292368, + 37.895304203211666, + ], + [ + -76.68324799745645, + 37.77025598931117, + ], + ], + ], + "type": "Polygon", + }, + "id": "51057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08113 { + "geometry": { + "coordinates": [ + [ + [ + -107.96581804798073, + 38.152329849050965, + ], + [ + -107.89152032894293, + 38.115911168198494, + ], + [ + -107.90013455723717, + 38.02744277975601, + ], + [ + -107.74902663590908, + 37.95310140173269, + ], + [ + -107.73825885054129, + 37.90540259849229, + ], + [ + -107.86101160373417, + 37.77552004642554, + ], + [ + -107.98950717578988, + 37.85668321275013, + ], + [ + -108.2098878496508, + 37.820962825188346, + ], + [ + -108.25654825291126, + 37.89444476531544, + ], + [ + -108.81683201821564, + 37.89551906268572, + ], + [ + -109.04151980622366, + 37.88112347792398, + ], + [ + -109.04223765858151, + 38.152974427473126, + ], + [ + -107.96581804798073, + 38.152329849050965, + ], + ], + ], + "type": "Polygon", + }, + "id": "08113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51109 { + "geometry": { + "coordinates": [ + [ + [ + -77.95492344939329, + 38.11736146964837, + ], + [ + -77.82499217262186, + 38.09652010066496, + ], + [ + -77.687523446093, + 38.007997997353954, + ], + [ + -77.79699593066559, + 37.72970126358313, + ], + [ + -77.90036667019645, + 37.76853711351872, + ], + [ + -77.94774492581476, + 37.846047668784365, + ], + [ + -78.06260130307126, + 37.90465059033309, + ], + [ + -78.30667110474133, + 38.00633283643002, + ], + [ + -78.20796640553652, + 38.13315364099148, + ], + [ + -78.10136533039532, + 38.15227613418245, + ], + [ + -77.95492344939329, + 38.11736146964837, + ], + ], + ], + "type": "Polygon", + }, + "id": "51109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49021 { + "geometry": { + "coordinates": [ + [ + [ + -112.47859689562452, + 38.14733436627917, + ], + [ + -112.46818803643565, + 37.89046986504541, + ], + [ + -112.58842830637604, + 37.8904161501769, + ], + [ + -112.5783783733661, + 37.80452607542308, + ], + [ + -112.68928656265442, + 37.80576151739889, + ], + [ + -112.68354374379159, + 37.54320324010266, + ], + [ + -112.90141193440002, + 37.54341809957672, + ], + [ + -112.90141193440002, + 37.49974791147487, + ], + [ + -113.03672710385534, + 37.47455563814182, + ], + [ + -113.25351851592698, + 37.48223686433932, + ], + [ + -113.25351851592698, + 37.52886137020944, + ], + [ + -113.47461704214575, + 37.52896879994647, + ], + [ + -113.47497596832469, + 37.61829662628518, + ], + [ + -113.58803771468655, + 37.60476047941966, + ], + [ + -114.05248819021753, + 37.604814194288174, + ], + [ + -114.04997570696504, + 38.14856980825499, + ], + [ + -112.47859689562452, + 38.14733436627917, + ], + ], + ], + "type": "Polygon", + }, + "id": "49021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21215 { + "geometry": { + "coordinates": [ + [ + [ + -85.10257937653704, + 38.0370040263515, + ], + [ + -85.16790394110167, + 37.972062750318116, + ], + [ + -85.40012917886716, + 37.93994125894677, + ], + [ + -85.49201428067236, + 37.99236697061639, + ], + [ + -85.42920219936022, + 38.11811347780757, + ], + [ + -85.42417723285524, + 38.147441796016196, + ], + [ + -85.10257937653704, + 38.0370040263515, + ], + ], + ], + "type": "Polygon", + }, + "id": "21215", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08053 { + "geometry": { + "coordinates": [ + [ + [ + -107.0010244790261, + 38.1470657919366, + ], + [ + -107.00066555284718, + 37.95600200463244, + ], + [ + -107.13813427937606, + 37.93886696157649, + ], + [ + -107.14495387677566, + 37.67550296125255, + ], + [ + -107.12880219872396, + 37.42288193463139, + ], + [ + -107.48198555878771, + 37.42261336028882, + ], + [ + -107.48234448496663, + 37.639513999348196, + ], + [ + -107.48234448496663, + 37.767999964833585, + ], + [ + -107.56884569408794, + 37.96502610254279, + ], + [ + -107.51213535781754, + 38.06026256441804, + ], + [ + -107.56884569408794, + 38.147173221673626, + ], + [ + -107.0010244790261, + 38.1470657919366, + ], + ], + ], + "type": "Polygon", + }, + "id": "08053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21005 { + "geometry": { + "coordinates": [ + [ + [ + -84.86532917226657, + 38.116448316883634, + ], + [ + -84.79641534591266, + 37.9700753001831, + ], + [ + -84.93316622008369, + 37.95412198423445, + ], + [ + -85.03043521457279, + 37.89154416241569, + ], + [ + -85.15282904158676, + 37.89761394255777, + ], + [ + -85.16790394110167, + 37.972062750318116, + ], + [ + -85.10257937653704, + 38.0370040263515, + ], + [ + -85.02397454335211, + 38.12896388124739, + ], + [ + -84.86532917226657, + 38.116448316883634, + ], + ], + ], + "type": "Polygon", + }, + "id": "21005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17055 { + "geometry": { + "coordinates": [ + [ + [ + -88.70512143442303, + 38.12520384045141, + ], + [ + -88.70655713913874, + 37.90674547020514, + ], + [ + -88.70691606531767, + 37.863343856445866, + ], + [ + -89.15126667482876, + 37.862000984733015, + ], + [ + -89.1774682858904, + 37.950308228569966, + ], + [ + -89.12973110409317, + 38.124720406634786, + ], + [ + -88.70512143442303, + 38.12520384045141, + ], + ], + ], + "type": "Polygon", + }, + "id": "17055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51159 { + "geometry": { + "coordinates": [ + [ + [ + -76.6340751109435, + 37.966583833729686, + ], + [ + -76.50773309596134, + 37.83879616153499, + ], + [ + -76.61541094963933, + 37.806996959374715, + ], + [ + -76.7015532325817, + 37.82273541584931, + ], + [ + -76.8975269262756, + 37.990379520481376, + ], + [ + -76.93557310124181, + 38.08137250774402, + ], + [ + -76.8770681340768, + 38.124344402555195, + ], + [ + -76.76436531389385, + 38.00187450234336, + ], + [ + -76.6340751109435, + 37.966583833729686, + ], + ], + ], + "type": "Polygon", + }, + "id": "51159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29186 { + "geometry": { + "coordinates": [ + [ + [ + -90.20722749323073, + 38.088194296045295, + ], + [ + -89.99725567855869, + 37.96319979701332, + ], + [ + -89.93803285903581, + 37.874999982913394, + ], + [ + -90.11067635109949, + 37.67125948663994, + ], + [ + -90.2000489696522, + 37.66954061084749, + ], + [ + -90.4591936708372, + 37.87892116831491, + ], + [ + -90.3228017228451, + 37.98167771178211, + ], + [ + -90.416122529366, + 38.042268083465856, + ], + [ + -90.25281111795441, + 38.127728439271564, + ], + [ + -90.20722749323073, + 38.088194296045295, + ], + ], + ], + "type": "Polygon", + }, + "id": "29186", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21029 { + "geometry": { + "coordinates": [ + [ + [ + -85.49201428067236, + 37.99236697061639, + ], + [ + -85.64204542346367, + 37.83433782744832, + ], + [ + -85.73787871323707, + 37.81124043398732, + ], + [ + -85.93815952107809, + 37.9985441804955, + ], + [ + -85.71239495453328, + 38.087173713543535, + ], + [ + -85.55662099287915, + 38.07406728562613, + ], + [ + -85.42920219936022, + 38.11811347780757, + ], + [ + -85.49201428067236, + 37.99236697061639, + ], + ], + ], + "type": "Polygon", + }, + "id": "21029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21175 { + "geometry": { + "coordinates": [ + [ + [ + -83.02224324347863, + 38.007084844589215, + ], + [ + -82.98886310883846, + 37.963951805172506, + ], + [ + -83.00465586071122, + 37.859207811570286, + ], + [ + -83.11341049292598, + 37.86409586460506, + ], + [ + -83.27026123311688, + 37.76676452285776, + ], + [ + -83.26200593100158, + 37.71261993539569, + ], + [ + -83.49530794730384, + 37.86167869552193, + ], + [ + -83.4339315707074, + 38.03410342345174, + ], + [ + -83.26451841425406, + 38.113708858589426, + ], + [ + -83.19416888318446, + 38.01057631104263, + ], + [ + -83.02224324347863, + 38.007084844589215, + ], + ], + ], + "type": "Polygon", + }, + "id": "21175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21049 { + "geometry": { + "coordinates": [ + [ + [ + -83.9662190940555, + 37.93070230156236, + ], + [ + -84.00211171194816, + 37.83766814929619, + ], + [ + -84.08035761895415, + 37.85286945708564, + ], + [ + -84.33770768924451, + 37.891866451626775, + ], + [ + -84.286381245658, + 38.06697692298228, + ], + [ + -84.08071654513309, + 38.114890585696735, + ], + [ + -83.9662190940555, + 37.93070230156236, + ], + ], + ], + "type": "Polygon", + }, + "id": "21049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06013 { + "geometry": { + "coordinates": [ + [ + [ + -121.58311835027594, + 38.04108635635855, + ], + [ + -121.55763459157215, + 37.817256499260886, + ], + [ + -121.96142654286454, + 37.718206281721145, + ], + [ + -122.04541526873336, + 37.798134006069915, + ], + [ + -122.13873607525427, + 37.80431121594902, + ], + [ + -122.31173849349688, + 37.89750651282074, + ], + [ + -122.38675406489253, + 37.96400552004102, + ], + [ + -122.26148882844716, + 38.05295734230014, + ], + [ + -122.14842708208528, + 38.022232437510155, + ], + [ + -122.01454761734567, + 38.05811396967748, + ], + [ + -121.73350841924616, + 38.020083842769594, + ], + [ + -121.60537177336938, + 38.10097843475162, + ], + [ + -121.58311835027594, + 38.04108635635855, + ], + ], + ], + "type": "Polygon", + }, + "id": "06013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20015 { + "geometry": { + "coordinates": [ + [ + [ + -96.84090113215164, + 38.08561598235663, + ], + [ + -96.5228925376227, + 38.086367990515825, + ], + [ + -96.52540502087518, + 37.60701650389725, + ], + [ + -96.5257639470541, + 37.4763819436713, + ], + [ + -97.15352583399668, + 37.475522505775075, + ], + [ + -97.1524490554599, + 37.912707820610194, + ], + [ + -97.15280798163883, + 38.08771086222867, + ], + [ + -96.84090113215164, + 38.08561598235663, + ], + ], + ], + "type": "Polygon", + }, + "id": "20015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20047 { + "geometry": { + "coordinates": [ + [ + [ + -99.02209552148841, + 38.000209341419435, + ], + [ + -99.01348129319418, + 37.82531372953798, + ], + [ + -99.01348129319418, + 37.732924155693965, + ], + [ + -99.55940801134149, + 37.73485789096047, + ], + [ + -99.56981687053036, + 37.91303010982128, + ], + [ + -99.56945794435144, + 38.08733485814907, + ], + [ + -99.35051297520623, + 38.087173713543535, + ], + [ + -99.3501540490273, + 38.000692775236054, + ], + [ + -99.02209552148841, + 38.000209341419435, + ], + ], + ], + "type": "Polygon", + }, + "id": "20047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51163 { + "geometry": { + "coordinates": [ + [ + [ + -79.17204212213329, + 37.80312948884171, + ], + [ + -79.26428615011741, + 37.794642539616504, + ], + [ + -79.34540346655483, + 37.66067765754269, + ], + [ + -79.4369296421811, + 37.61700746944084, + ], + [ + -79.49866494495647, + 37.532836270479464, + ], + [ + -79.68351192710365, + 37.661644525175944, + ], + [ + -79.67417984645157, + 37.7630581969303, + ], + [ + -79.65084964482134, + 37.8715622313285, + ], + [ + -79.48251326690477, + 38.086099416173255, + ], + [ + -79.1573261487973, + 37.89100701373055, + ], + [ + -79.17204212213329, + 37.80312948884171, + ], + ], + ], + "type": "Polygon", + }, + "id": "51163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29187 { + "geometry": { + "coordinates": [ + [ + [ + -90.416122529366, + 38.042268083465856, + ], + [ + -90.3228017228451, + 37.98167771178211, + ], + [ + -90.4591936708372, + 37.87892116831491, + ], + [ + -90.2000489696522, + 37.66954061084749, + ], + [ + -90.11067635109949, + 37.67125948663994, + ], + [ + -90.14692789517107, + 37.641608879220236, + ], + [ + -90.5349270945907, + 37.64365004422377, + ], + [ + -90.64798884095256, + 37.642790606327544, + ], + [ + -90.64511743152116, + 37.734804176091956, + ], + [ + -90.64009246501618, + 38.07648445470925, + ], + [ + -90.58338212874578, + 38.00348594839878, + ], + [ + -90.416122529366, + 38.042268083465856, + ], + ], + ], + "type": "Polygon", + }, + "id": "29187", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06099 { + "geometry": { + "coordinates": [ + [ + [ + -120.3871763220926, + 37.634572231444906, + ], + [ + -120.981558074395, + 37.400643979066615, + ], + [ + -120.96612424870116, + 37.343437644099254, + ], + [ + -121.22706358078078, + 37.13685025979456, + ], + [ + -121.28233821233547, + 37.18368962513873, + ], + [ + -121.40006599902338, + 37.15081612560819, + ], + [ + -121.45857096618842, + 37.283706710311726, + ], + [ + -121.40616774406513, + 37.31045671483167, + ], + [ + -121.47292801334548, + 37.482183149470806, + ], + [ + -121.4718512348087, + 37.481753430522694, + ], + [ + -121.20660478858196, + 37.69435688010094, + ], + [ + -120.99268478594172, + 37.76080217245271, + ], + [ + -120.92520666430353, + 37.73808078307131, + ], + [ + -120.92592451666138, + 38.0778273264221, + ], + [ + -120.65385847303504, + 37.83175951375965, + ], + [ + -120.3871763220926, + 37.634572231444906, + ], + ], + ], + "type": "Polygon", + }, + "id": "06099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29085 { + "geometry": { + "coordinates": [ + [ + [ + -93.06535665602303, + 38.062464874027114, + ], + [ + -93.07253517960156, + 37.902609425329565, + ], + [ + -93.18272551653202, + 37.904220871384986, + ], + [ + -93.187750483037, + 37.802753484762114, + ], + [ + -93.57323719920413, + 37.82805318783219, + ], + [ + -93.51186082260769, + 37.915876997852514, + ], + [ + -93.5039644466713, + 38.071757546280026, + ], + [ + -93.06535665602303, + 38.062464874027114, + ], + ], + ], + "type": "Polygon", + }, + "id": "29085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29217 { + "geometry": { + "coordinates": [ + [ + [ + -94.05850539311285, + 38.0366280222719, + ], + [ + -94.06568391669138, + 37.90099797927415, + ], + [ + -94.07358029262777, + 37.63972885882225, + ], + [ + -94.61807130605938, + 37.653587294898855, + ], + [ + -94.61807130605938, + 37.67308579216942, + ], + [ + -94.61412311809119, + 38.03705774122001, + ], + [ + -94.61412311809119, + 38.06004770494398, + ], + [ + -94.05850539311285, + 38.0366280222719, + ], + ], + ], + "type": "Polygon", + }, + "id": "29217", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21165 { + "geometry": { + "coordinates": [ + [ + [ + -83.49889720909312, + 38.05118475163918, + ], + [ + -83.4339315707074, + 38.03410342345174, + ], + [ + -83.49530794730384, + 37.86167869552193, + ], + [ + -83.63098204293809, + 37.82542115927501, + ], + [ + -83.7688096956459, + 37.91834788180415, + ], + [ + -83.7594776149938, + 37.998759039969556, + ], + [ + -83.57893774699374, + 38.01267119091467, + ], + [ + -83.49889720909312, + 38.05118475163918, + ], + ], + ], + "type": "Polygon", + }, + "id": "21165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51125 { + "geometry": { + "coordinates": [ + [ + [ + -78.6440617129323, + 37.73308530029951, + ], + [ + -78.71441124400191, + 37.6383859871094, + ], + [ + -78.80127137930214, + 37.64177002382578, + ], + [ + -78.82531943329022, + 37.552549627224096, + ], + [ + -78.86910842711926, + 37.542075227863876, + ], + [ + -79.06723567788673, + 37.76896683246683, + ], + [ + -79.17204212213329, + 37.80312948884171, + ], + [ + -79.1573261487973, + 37.89100701373055, + ], + [ + -79.00585930129029, + 37.881499482003576, + ], + [ + -78.89961715232802, + 37.948696782514546, + ], + [ + -78.83931755426836, + 38.04753214058023, + ], + [ + -78.6440617129323, + 37.73308530029951, + ], + ], + ], + "type": "Polygon", + }, + "id": "51125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21027 { + "geometry": { + "coordinates": [ + [ + [ + -86.15172059753941, + 37.798939729097626, + ], + [ + -86.275909055448, + 37.59358778676876, + ], + [ + -86.40942959400869, + 37.56656920790624, + ], + [ + -86.50454503142423, + 37.622325241423724, + ], + [ + -86.59284087144016, + 37.56458175777122, + ], + [ + -86.63914234852169, + 37.66175195491297, + ], + [ + -86.6556529527523, + 37.842824776673524, + ], + [ + -86.51064677646598, + 37.92629768234422, + ], + [ + -86.49090583662502, + 38.04581326478778, + ], + [ + -86.15172059753941, + 37.798939729097626, + ], + ], + ], + "type": "Polygon", + }, + "id": "21027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20207 { + "geometry": { + "coordinates": [ + [ + [ + -95.519334941344, + 38.03823946832731, + ], + [ + -95.52579561256468, + 37.73270929621991, + ], + [ + -95.96081414142368, + 37.734267027406815, + ], + [ + -95.95901951052905, + 38.04017320359382, + ], + [ + -95.519334941344, + 38.03823946832731, + ], + ], + ], + "type": "Polygon", + }, + "id": "20207", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20001 { + "geometry": { + "coordinates": [ + [ + [ + -95.07785574126432, + 38.03770231964218, + ], + [ + -95.08826460045319, + 37.73254815161437, + ], + [ + -95.52579561256468, + 37.73270929621991, + ], + [ + -95.519334941344, + 38.03823946832731, + ], + [ + -95.07785574126432, + 38.03770231964218, + ], + ], + ], + "type": "Polygon", + }, + "id": "20001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20011 { + "geometry": { + "coordinates": [ + [ + [ + -94.61412311809119, + 38.03705774122001, + ], + [ + -94.61807130605938, + 37.67308579216942, + ], + [ + -95.08826460045319, + 37.674536093619295, + ], + [ + -95.08826460045319, + 37.73254815161437, + ], + [ + -95.07785574126432, + 38.03770231964218, + ], + [ + -94.61412311809119, + 38.03705774122001, + ], + ], + ], + "type": "Polygon", + }, + "id": "20011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51001 { + "geometry": { + "coordinates": [ + [ + [ + [ + -75.79346999989747, + 37.50146678726732, + ], + [ + -75.83869469844221, + 37.55539651525533, + ], + [ + -75.94027080707843, + 37.5625943076362, + ], + [ + -75.82541442982193, + 37.7411425305766, + ], + [ + -75.68938140800877, + 37.8357881288982, + ], + [ + -75.62082650783378, + 37.99451556535695, + ], + [ + -75.3778334847005, + 38.01514207486631, + ], + [ + -75.41946892145599, + 37.88407779569225, + ], + [ + -75.60503375596102, + 37.70107123866519, + ], + [ + -75.62477469580197, + 37.57022181896518, + ], + [ + -75.79346999989747, + 37.50146678726732, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "51001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54045 { + "geometry": { + "coordinates": [ + [ + [ + -81.93218443807862, + 38.025401614752475, + ], + [ + -81.97956269369693, + 37.99145381785165, + ], + [ + -81.77389799317201, + 37.922806215890816, + ], + [ + -81.71323946893342, + 37.81011242174853, + ], + [ + -81.60735624615008, + 37.78878761894849, + ], + [ + -81.76456591251991, + 37.75242265296454, + ], + [ + -81.70139490502883, + 37.701500957613305, + ], + [ + -81.80261208748614, + 37.66062394267418, + ], + [ + -81.92715947157366, + 37.68237846442233, + ], + [ + -81.99320188849615, + 37.640695726455505, + ], + [ + -82.08257450704886, + 37.70166210221885, + ], + [ + -82.11236537989977, + 37.854158613929975, + ], + [ + -82.19061128690576, + 37.974855923480845, + ], + [ + -81.93218443807862, + 38.025401614752475, + ], + ], + ], + "type": "Polygon", + }, + "id": "54045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51133 { + "geometry": { + "coordinates": [ + [ + [ + -76.3505234295915, + 37.70128609813925, + ], + [ + -76.41943725594541, + 37.82343370913999, + ], + [ + -76.50773309596134, + 37.83879616153499, + ], + [ + -76.6340751109435, + 37.966583833729686, + ], + [ + -76.57844155320988, + 38.016001512762536, + ], + [ + -76.4747118875001, + 38.01557179381442, + ], + [ + -76.24248664973462, + 37.88397036595522, + ], + [ + -76.3505234295915, + 37.70128609813925, + ], + ], + ], + "type": "Polygon", + }, + "id": "51133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29169 { + "geometry": { + "coordinates": [ + [ + [ + -92.18526966529508, + 38.0162700871051, + ], + [ + -92.02124040152563, + 38.01063002591114, + ], + [ + -92.02913677746201, + 37.60255816981059, + ], + [ + -92.24951745132293, + 37.604545619945604, + ], + [ + -92.24879959896508, + 37.64843066752151, + ], + [ + -92.41354671509238, + 37.713962807108544, + ], + [ + -92.40923960094526, + 37.85915409670177, + ], + [ + -92.40636819151385, + 38.021158140139875, + ], + [ + -92.18526966529508, + 38.0162700871051, + ], + ], + ], + "type": "Polygon", + }, + "id": "29169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08055 { + "geometry": { + "coordinates": [ + [ + [ + -105.05026069656019, + 37.9154472789044, + ], + [ + -105.01365022630968, + 37.881230907661006, + ], + [ + -104.6464687452678, + 37.900514545457526, + ], + [ + -104.35107250001123, + 37.81747135873494, + ], + [ + -104.454802165721, + 37.74082024136552, + ], + [ + -104.54884082459976, + 37.574680153051844, + ], + [ + -104.75019841097757, + 37.40456516446814, + ], + [ + -104.9328918360512, + 37.39537992195225, + ], + [ + -105.15399036226997, + 37.29310681230167, + ], + [ + -105.13747975803935, + 37.40107369801473, + ], + [ + -105.18593479219443, + 37.6172223289149, + ], + [ + -105.29720190766167, + 37.65826048845956, + ], + [ + -105.48563815159812, + 37.577903045162685, + ], + [ + -105.45728298346292, + 37.751402070462774, + ], + [ + -105.47307573533568, + 37.895948781633834, + ], + [ + -105.31443036425014, + 37.937685234469186, + ], + [ + -105.28428056522031, + 37.89949396295576, + ], + [ + -105.16870633560596, + 38.018902115662286, + ], + [ + -105.05026069656019, + 37.9154472789044, + ], + ], + ], + "type": "Polygon", + }, + "id": "08055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51085 { + "geometry": { + "coordinates": [ + [ + [ + -77.64229874754824, + 37.99113152864057, + ], + [ + -77.48401230264162, + 37.883486932138595, + ], + [ + -77.40433069091992, + 37.77987095077517, + ], + [ + -77.34510787139703, + 37.789378482502144, + ], + [ + -77.29234572309484, + 37.714392526056656, + ], + [ + -77.10785766712658, + 37.65863649253916, + ], + [ + -77.12365041899935, + 37.626891005247415, + ], + [ + -77.22845686324591, + 37.53622030719585, + ], + [ + -77.403971764741, + 37.6052976281048, + ], + [ + -77.44165901352828, + 37.680229869681774, + ], + [ + -77.63009525746473, + 37.70724844854429, + ], + [ + -77.79699593066559, + 37.72970126358313, + ], + [ + -77.687523446093, + 38.007997997353954, + ], + [ + -77.64229874754824, + 37.99113152864057, + ], + ], + ], + "type": "Polygon", + }, + "id": "51085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51065 { + "geometry": { + "coordinates": [ + [ + [ + -78.15915244520251, + 37.74855518243153, + ], + [ + -78.23991083546099, + 37.690489409567945, + ], + [ + -78.46280399257438, + 37.759083296660265, + ], + [ + -78.4915180868885, + 37.79668370462004, + ], + [ + -78.30667110474133, + 38.00633283643002, + ], + [ + -78.06260130307126, + 37.90465059033309, + ], + [ + -78.15915244520251, + 37.74855518243153, + ], + ], + ], + "type": "Polygon", + }, + "id": "51065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21093 { + "geometry": { + "coordinates": [ + [ + [ + -85.73787871323707, + 37.81124043398732, + ], + [ + -85.68045052460882, + 37.732118432666255, + ], + [ + -85.87570636594486, + 37.5441163928674, + ], + [ + -85.89293482253335, + 37.44028555202992, + ], + [ + -86.0476320056507, + 37.44973936888837, + ], + [ + -86.11367442257318, + 37.56667663764327, + ], + [ + -86.20807200763088, + 37.57140354607249, + ], + [ + -86.275909055448, + 37.59358778676876, + ], + [ + -86.15172059753941, + 37.798939729097626, + ], + [ + -86.007073347432, + 37.8188679453163, + ], + [ + -85.99881804531668, + 37.99972590760281, + ], + [ + -85.94856838026696, + 38.00676255537813, + ], + [ + -85.93815952107809, + 37.9985441804955, + ], + [ + -85.73787871323707, + 37.81124043398732, + ], + ], + ], + "type": "Polygon", + }, + "id": "21093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21113 { + "geometry": { + "coordinates": [ + [ + [ + -84.43569453609146, + 37.847121966154646, + ], + [ + -84.52542608082311, + 37.76918169194089, + ], + [ + -84.57065077936785, + 37.72873439594988, + ], + [ + -84.71673373419097, + 37.81543019373141, + ], + [ + -84.70991413679137, + 37.862000984733015, + ], + [ + -84.6603823240995, + 38.00370080787283, + ], + [ + -84.4794835299205, + 37.940048688683795, + ], + [ + -84.43569453609146, + 37.847121966154646, + ], + ], + ], + "type": "Polygon", + }, + "id": "21113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21115 { + "geometry": { + "coordinates": [ + [ + [ + -82.61270847332341, + 37.879243457525995, + ], + [ + -82.67085451430951, + 37.851526585372795, + ], + [ + -82.64070471527968, + 37.7199788723821, + ], + [ + -82.76273961611471, + 37.75580668968092, + ], + [ + -82.94040807468336, + 37.71643369106018, + ], + [ + -83.00465586071122, + 37.859207811570286, + ], + [ + -82.98886310883846, + 37.963951805172506, + ], + [ + -82.93933129614659, + 37.99897389944361, + ], + [ + -82.61270847332341, + 37.879243457525995, + ], + ], + ], + "type": "Polygon", + }, + "id": "21115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20069 { + "geometry": { + "coordinates": [ + [ + [ + -100.22665177796598, + 38.00101506444714, + ], + [ + -100.22701070414492, + 37.91394326258601, + ], + [ + -100.21624291877711, + 37.47520021656399, + ], + [ + -100.65269715235183, + 37.47482421248439, + ], + [ + -100.6523382261729, + 37.736254477541834, + ], + [ + -100.66418279007748, + 38.00251908076553, + ], + [ + -100.22665177796598, + 38.00101506444714, + ], + ], + ], + "type": "Polygon", + }, + "id": "20069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21091 { + "geometry": { + "coordinates": [ + [ + [ + -86.6556529527523, + 37.842824776673524, + ], + [ + -86.63914234852169, + 37.66175195491297, + ], + [ + -86.82363040448995, + 37.73775849386023, + ], + [ + -86.85413912969871, + 37.840622467064456, + ], + [ + -86.97904543996515, + 37.93016515287722, + ], + [ + -86.81393939765893, + 37.99827560615293, + ], + [ + -86.75005053781, + 37.911526093502886, + ], + [ + -86.64416731502666, + 37.89680821953006, + ], + [ + -86.6556529527523, + 37.842824776673524, + ], + ], + ], + "type": "Polygon", + }, + "id": "21091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54081 { + "geometry": { + "coordinates": [ + [ + [ + -81.45660725100092, + 37.98742520271311, + ], + [ + -81.38051490106848, + 37.96916214741836, + ], + [ + -81.29509047048396, + 37.88939556767513, + ], + [ + -81.07291516572842, + 37.87596685054665, + ], + [ + -80.94477851985162, + 37.81919023452738, + ], + [ + -80.87765932439235, + 37.68710537285156, + ], + [ + -80.9469320769252, + 37.715574253163965, + ], + [ + -81.09409181028508, + 37.58859230399696, + ], + [ + -81.19889825453164, + 37.575217301736984, + ], + [ + -81.22186952998294, + 37.51049088517766, + ], + [ + -81.32272778626131, + 37.59981871151638, + ], + [ + -81.46414470075838, + 37.78642416473387, + ], + [ + -81.51403543962917, + 37.79131221776864, + ], + [ + -81.57074577589957, + 37.92839256221627, + ], + [ + -81.45660725100092, + 37.98742520271311, + ], + ], + ], + "type": "Polygon", + }, + "id": "54081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21179 { + "geometry": { + "coordinates": [ + [ + [ + -85.16790394110167, + 37.972062750318116, + ], + [ + -85.15282904158676, + 37.89761394255777, + ], + [ + -85.2561997811176, + 37.859583815649884, + ], + [ + -85.40156488358286, + 37.7307218460849, + ], + [ + -85.52108730116542, + 37.554161073279516, + ], + [ + -85.62374018833842, + 37.55206619340747, + ], + [ + -85.57277267093085, + 37.63822484250386, + ], + [ + -85.68045052460882, + 37.732118432666255, + ], + [ + -85.73787871323707, + 37.81124043398732, + ], + [ + -85.64204542346367, + 37.83433782744832, + ], + [ + -85.49201428067236, + 37.99236697061639, + ], + [ + -85.40012917886716, + 37.93994125894677, + ], + [ + -85.16790394110167, + 37.972062750318116, + ], + ], + ], + "type": "Polygon", + }, + "id": "21179", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54059 { + "geometry": { + "coordinates": [ + [ + [ + -81.80261208748614, + 37.66062394267418, + ], + [ + -81.85573316196727, + 37.54900444590217, + ], + [ + -81.92715947157366, + 37.512693194786735, + ], + [ + -81.96807705597128, + 37.538046612725324, + ], + [ + -82.1249277961622, + 37.550938181168675, + ], + [ + -82.33382283229746, + 37.74141110491917, + ], + [ + -82.41529907491379, + 37.85458833287809, + ], + [ + -82.30618551652012, + 37.94370129974274, + ], + [ + -82.19061128690576, + 37.974855923480845, + ], + [ + -82.11236537989977, + 37.854158613929975, + ], + [ + -82.08257450704886, + 37.70166210221885, + ], + [ + -81.99320188849615, + 37.640695726455505, + ], + [ + -81.92715947157366, + 37.68237846442233, + ], + [ + -81.80261208748614, + 37.66062394267418, + ], + ], + ], + "type": "Polygon", + }, + "id": "54059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21101 { + "geometry": { + "coordinates": [ + [ + [ + -87.58563068235105, + 37.97523192756044, + ], + [ + -87.51169188949218, + 37.90647689586257, + ], + [ + -87.4510333652536, + 37.94101555631705, + ], + [ + -87.30207900099907, + 37.89874195479656, + ], + [ + -87.27300598050601, + 37.77863550879935, + ], + [ + -87.40868007614026, + 37.68350647666112, + ], + [ + -87.49518128526157, + 37.64746379988826, + ], + [ + -87.73422612042665, + 37.63822484250386, + ], + [ + -87.75468491262548, + 37.735072750434526, + ], + [ + -87.92696947851023, + 37.90164255769631, + ], + [ + -87.70084598578649, + 37.89777508716331, + ], + [ + -87.61542155520196, + 37.83202808810222, + ], + [ + -87.58563068235105, + 37.97523192756044, + ], + ], + ], + "type": "Polygon", + }, + "id": "21101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51097 { + "geometry": { + "coordinates": [ + [ + [ + -77.07017041833929, + 37.96475752820022, + ], + [ + -77.01884397475278, + 37.84481222680854, + ], + [ + -76.94311055099928, + 37.78330870236006, + ], + [ + -76.80241148886006, + 37.79474996935353, + ], + [ + -76.75108504527357, + 37.728573251344336, + ], + [ + -76.65417497696339, + 37.60314903336425, + ], + [ + -76.70370678965526, + 37.44941707967729, + ], + [ + -76.79559189146046, + 37.5891294526821, + ], + [ + -77.08955243200133, + 37.75521582612726, + ], + [ + -77.18143753380652, + 37.89165159215272, + ], + [ + -77.1810786076276, + 37.95100652186065, + ], + [ + -77.07017041833929, + 37.96475752820022, + ], + ], + ], + "type": "Polygon", + }, + "id": "51097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08111 { + "geometry": { + "coordinates": [ + [ + [ + -107.56884569408794, + 37.96502610254279, + ], + [ + -107.48234448496663, + 37.767999964833585, + ], + [ + -107.48234448496663, + 37.639513999348196, + ], + [ + -107.97191979302248, + 37.63956771421671, + ], + [ + -107.96904838359107, + 37.69543117747122, + ], + [ + -107.86101160373417, + 37.77552004642554, + ], + [ + -107.73825885054129, + 37.90540259849229, + ], + [ + -107.56884569408794, + 37.96502610254279, + ], + ], + ], + "type": "Polygon", + }, + "id": "08111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21167 { + "geometry": { + "coordinates": [ + [ + [ + -84.70991413679137, + 37.862000984733015, + ], + [ + -84.71673373419097, + 37.81543019373141, + ], + [ + -84.74508890232617, + 37.713049654343806, + ], + [ + -85.0250513218889, + 37.678779568231896, + ], + [ + -85.0006443417219, + 37.85448090314106, + ], + [ + -85.03043521457279, + 37.89154416241569, + ], + [ + -84.93316622008369, + 37.95412198423445, + ], + [ + -84.79641534591266, + 37.9700753001831, + ], + [ + -84.76052272802, + 37.84701453641762, + ], + [ + -84.70991413679137, + 37.862000984733015, + ], + ], + ], + "type": "Polygon", + }, + "id": "21167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08079 { + "geometry": { + "coordinates": [ + [ + [ + -106.69378366986496, + 37.83525098021306, + ], + [ + -106.7106532002745, + 37.404242875257054, + ], + [ + -107.12880219872396, + 37.392425604183984, + ], + [ + -107.12880219872396, + 37.42288193463139, + ], + [ + -107.14495387677566, + 37.67550296125255, + ], + [ + -107.13813427937606, + 37.93886696157649, + ], + [ + -107.00066555284718, + 37.95600200463244, + ], + [ + -106.89765373949525, + 37.96781927570551, + ], + [ + -106.69378366986496, + 37.871669661065525, + ], + [ + -106.69378366986496, + 37.83525098021306, + ], + ], + ], + "type": "Polygon", + }, + "id": "08079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21159 { + "geometry": { + "coordinates": [ + [ + [ + -82.49785209606691, + 37.945473890403704, + ], + [ + -82.41529907491379, + 37.85458833287809, + ], + [ + -82.33382283229746, + 37.74141110491917, + ], + [ + -82.45585773313249, + 37.66852002834573, + ], + [ + -82.56353558681046, + 37.68468820376843, + ], + [ + -82.64070471527968, + 37.7199788723821, + ], + [ + -82.67085451430951, + 37.851526585372795, + ], + [ + -82.61270847332341, + 37.879243457525995, + ], + [ + -82.58076404339894, + 37.95406826936594, + ], + [ + -82.49785209606691, + 37.945473890403704, + ], + ], + ], + "type": "Polygon", + }, + "id": "21159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51005 { + "geometry": { + "coordinates": [ + [ + [ + -79.65084964482134, + 37.8715622313285, + ], + [ + -79.67417984645157, + 37.7630581969303, + ], + [ + -79.81667353948541, + 37.80098089410116, + ], + [ + -80.0205436091157, + 37.64741008501974, + ], + [ + -80.14437314084537, + 37.59654210453702, + ], + [ + -80.22082441695673, + 37.62775044314364, + ], + [ + -80.29619891453132, + 37.691778566412275, + ], + [ + -80.1623194497917, + 37.87510741265042, + ], + [ + -80.05607730082943, + 37.951973389493894, + ], + [ + -79.93511917853118, + 37.954229413971476, + ], + [ + -79.8866641443761, + 37.89277960439151, + ], + [ + -79.65084964482134, + 37.8715622313285, + ], + ], + ], + "type": "Polygon", + }, + "id": "51005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17077 { + "geometry": { + "coordinates": [ + [ + [ + -89.1774682858904, + 37.950308228569966, + ], + [ + -89.15126667482876, + 37.862000984733015, + ], + [ + -89.15377915808125, + 37.600463289938546, + ], + [ + -89.45061110805352, + 37.60003357099043, + ], + [ + -89.52167849148098, + 37.57210183936317, + ], + [ + -89.51198748464996, + 37.68549392679614, + ], + [ + -89.6677614463041, + 37.758546147975125, + ], + [ + -89.67422211752478, + 37.80312948884171, + ], + [ + -89.59525835816093, + 37.95524999647324, + ], + [ + -89.1774682858904, + 37.950308228569966, + ], + ], + ], + "type": "Polygon", + }, + "id": "17077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21197 { + "geometry": { + "coordinates": [ + [ + [ + -83.7688096956459, + 37.91834788180415, + ], + [ + -83.63098204293809, + 37.82542115927501, + ], + [ + -83.70815117140731, + 37.71643369106018, + ], + [ + -83.72214929238544, + 37.71627254645464, + ], + [ + -83.905201643638, + 37.75859986284364, + ], + [ + -84.00211171194816, + 37.83766814929619, + ], + [ + -83.9662190940555, + 37.93070230156236, + ], + [ + -83.7688096956459, + 37.91834788180415, + ], + ], + ], + "type": "Polygon", + }, + "id": "21197", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21059 { + "geometry": { + "coordinates": [ + [ + [ + -86.82363040448995, + 37.73775849386023, + ], + [ + -86.8175286594482, + 37.67410637467118, + ], + [ + -87.03826825948804, + 37.56098286158078, + ], + [ + -87.40868007614026, + 37.68350647666112, + ], + [ + -87.27300598050601, + 37.77863550879935, + ], + [ + -87.30207900099907, + 37.89874195479656, + ], + [ + -87.26833994017997, + 37.87892116831491, + ], + [ + -87.07954477006459, + 37.794105390931364, + ], + [ + -86.97904543996515, + 37.93016515287722, + ], + [ + -86.85413912969871, + 37.840622467064456, + ], + [ + -86.82363040448995, + 37.73775849386023, + ], + ], + ], + "type": "Polygon", + }, + "id": "21059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21151 { + "geometry": { + "coordinates": [ + [ + [ + -84.08035761895415, + 37.85286945708564, + ], + [ + -84.0904075519641, + 37.56646177816921, + ], + [ + -84.19916218417886, + 37.52279159006736, + ], + [ + -84.34775762225445, + 37.53895976549006, + ], + [ + -84.52542608082311, + 37.76918169194089, + ], + [ + -84.43569453609146, + 37.847121966154646, + ], + [ + -84.33770768924451, + 37.891866451626775, + ], + [ + -84.08035761895415, + 37.85286945708564, + ], + ], + ], + "type": "Polygon", + }, + "id": "21151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17059 { + "geometry": { + "coordinates": [ + [ + [ + -88.09207552081645, + 37.89095329886204, + ], + [ + -88.02818666096752, + 37.799208303440196, + ], + [ + -88.15883579009679, + 37.66347083070542, + ], + [ + -88.133352031393, + 37.57425043410373, + ], + [ + -88.37526827598951, + 37.59955013717381, + ], + [ + -88.37455042363166, + 37.90760490810136, + ], + [ + -88.37455042363166, + 37.90841063112907, + ], + [ + -88.09207552081645, + 37.89095329886204, + ], + ], + ], + "type": "Polygon", + }, + "id": "17059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21229 { + "geometry": { + "coordinates": [ + [ + [ + -85.03043521457279, + 37.89154416241569, + ], + [ + -85.0006443417219, + 37.85448090314106, + ], + [ + -85.0250513218889, + 37.678779568231896, + ], + [ + -85.03007628839387, + 37.63118819472853, + ], + [ + -85.34054743316536, + 37.65154612989532, + ], + [ + -85.40156488358286, + 37.7307218460849, + ], + [ + -85.2561997811176, + 37.859583815649884, + ], + [ + -85.15282904158676, + 37.89761394255777, + ], + [ + -85.03043521457279, + 37.89154416241569, + ], + ], + ], + "type": "Polygon", + }, + "id": "21229", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20057 { + "geometry": { + "coordinates": [ + [ + [ + -99.56981687053036, + 37.91303010982128, + ], + [ + -99.55940801134149, + 37.73485789096047, + ], + [ + -99.55617767573115, + 37.46768013497204, + ], + [ + -100.10712936038344, + 37.47482421248439, + ], + [ + -100.21624291877711, + 37.47520021656399, + ], + [ + -100.22701070414492, + 37.91394326258601, + ], + [ + -99.56981687053036, + 37.91303010982128, + ], + ], + ], + "type": "Polygon", + }, + "id": "20057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20173 { + "geometry": { + "coordinates": [ + [ + [ + -97.1524490554599, + 37.912707820610194, + ], + [ + -97.15352583399668, + 37.475522505775075, + ], + [ + -97.8074893320009, + 37.474179634062224, + ], + [ + -97.80784825817982, + 37.73378359359019, + ], + [ + -97.69873469978614, + 37.735072750434526, + ], + [ + -97.70196503539648, + 37.91249296113614, + ], + [ + -97.1524490554599, + 37.912707820610194, + ], + ], + ], + "type": "Polygon", + }, + "id": "20173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17165 { + "geometry": { + "coordinates": [ + [ + [ + -88.37455042363166, + 37.90760490810136, + ], + [ + -88.37526827598951, + 37.59955013717381, + ], + [ + -88.41223767241895, + 37.599926141253405, + ], + [ + -88.70906962239123, + 37.59928156283124, + ], + [ + -88.70691606531767, + 37.863343856445866, + ], + [ + -88.70655713913874, + 37.90674547020514, + ], + [ + -88.37455042363166, + 37.90760490810136, + ], + ], + ], + "type": "Polygon", + }, + "id": "17165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51101 { + "geometry": { + "coordinates": [ + [ + [ + -77.18143753380652, + 37.89165159215272, + ], + [ + -77.08955243200133, + 37.75521582612726, + ], + [ + -76.79559189146046, + 37.5891294526821, + ], + [ + -76.96356934319809, + 37.58284481306596, + ], + [ + -77.12365041899935, + 37.626891005247415, + ], + [ + -77.10785766712658, + 37.65863649253916, + ], + [ + -77.29234572309484, + 37.714392526056656, + ], + [ + -77.34510787139703, + 37.789378482502144, + ], + [ + -77.18143753380652, + 37.89165159215272, + ], + ], + ], + "type": "Polygon", + }, + "id": "51101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29059 { + "geometry": { + "coordinates": [ + [ + [ + -93.07253517960156, + 37.902609425329565, + ], + [ + -92.85538484135098, + 37.89573392215978, + ], + [ + -92.85359021045635, + 37.484009455000276, + ], + [ + -93.0718173272437, + 37.486534053820435, + ], + [ + -93.07325303195941, + 37.414985848959844, + ], + [ + -93.18272551653202, + 37.41724187343743, + ], + [ + -93.187750483037, + 37.802753484762114, + ], + [ + -93.18272551653202, + 37.904220871384986, + ], + [ + -93.07253517960156, + 37.902609425329565, + ], + ], + ], + "type": "Polygon", + }, + "id": "29059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06001 { + "geometry": { + "coordinates": [ + [ + [ + -121.55763459157215, + 37.817256499260886, + ], + [ + -121.55763459157215, + 37.54159179404725, + ], + [ + -121.4718512348087, + 37.481753430522694, + ], + [ + -121.47292801334548, + 37.482183149470806, + ], + [ + -121.86559325309115, + 37.484546603685416, + ], + [ + -121.98691030156833, + 37.46284579680578, + ], + [ + -122.1093041285823, + 37.50334680766531, + ], + [ + -122.16278412924235, + 37.67018518926966, + ], + [ + -122.32896695008534, + 37.79942316291425, + ], + [ + -122.31173849349688, + 37.89750651282074, + ], + [ + -122.13873607525427, + 37.80431121594902, + ], + [ + -122.04541526873336, + 37.798134006069915, + ], + [ + -121.96142654286454, + 37.718206281721145, + ], + [ + -121.55763459157215, + 37.817256499260886, + ], + ], + ], + "type": "Polygon", + }, + "id": "06001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51075 { + "geometry": { + "coordinates": [ + [ + [ + -77.63009525746473, + 37.70724844854429, + ], + [ + -77.65414331145281, + 37.56264802250472, + ], + [ + -77.94666814727798, + 37.67894071283744, + ], + [ + -77.95743593264577, + 37.6249035551124, + ], + [ + -78.07229230990228, + 37.65729362082631, + ], + [ + -78.15915244520251, + 37.74855518243153, + ], + [ + -78.06260130307126, + 37.90465059033309, + ], + [ + -77.94774492581476, + 37.846047668784365, + ], + [ + -77.90036667019645, + 37.76853711351872, + ], + [ + -77.79699593066559, + 37.72970126358313, + ], + [ + -77.63009525746473, + 37.70724844854429, + ], + ], + ], + "type": "Polygon", + }, + "id": "51075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29157 { + "geometry": { + "coordinates": [ + [ + [ + -89.67422211752478, + 37.80312948884171, + ], + [ + -89.6677614463041, + 37.758546147975125, + ], + [ + -89.51198748464996, + 37.68549392679614, + ], + [ + -89.52167849148098, + 37.57210183936317, + ], + [ + -89.52167849148098, + 37.56619320382664, + ], + [ + -89.86122265674553, + 37.59928156283124, + ], + [ + -90.14692789517107, + 37.59734782756473, + ], + [ + -90.14692789517107, + 37.641608879220236, + ], + [ + -90.11067635109949, + 37.67125948663994, + ], + [ + -89.93803285903581, + 37.874999982913394, + ], + [ + -89.84399420015704, + 37.90534888362377, + ], + [ + -89.67422211752478, + 37.80312948884171, + ], + ], + ], + "type": "Polygon", + }, + "id": "29157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29039 { + "geometry": { + "coordinates": [ + [ + [ + -93.62851183075882, + 37.829449774413554, + ], + [ + -93.61594941449638, + 37.57263898804831, + ], + [ + -94.0753749235224, + 37.58155565622163, + ], + [ + -94.07358029262777, + 37.63972885882225, + ], + [ + -94.06568391669138, + 37.90099797927415, + ], + [ + -93.80869277257996, + 37.892242455706366, + ], + [ + -93.81120525583245, + 37.83455268692238, + ], + [ + -93.62851183075882, + 37.829449774413554, + ], + ], + ], + "type": "Polygon", + }, + "id": "29039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06043 { + "geometry": { + "coordinates": [ + [ + [ + -119.30896208059718, + 37.77799093037718, + ], + [ + -119.58354060747601, + 37.5602845682901, + ], + [ + -119.6510187291142, + 37.416597295015265, + ], + [ + -119.76336262311821, + 37.41681215448932, + ], + [ + -120.0469143044702, + 37.18476392250901, + ], + [ + -120.14382437278039, + 37.23917708431365, + ], + [ + -120.28021632077248, + 37.420035046600155, + ], + [ + -120.3871763220926, + 37.634572231444906, + ], + [ + -120.08101229146823, + 37.8284829067803, + ], + [ + -119.94497926965506, + 37.76493821732829, + ], + [ + -119.8049980598737, + 37.760157594030545, + ], + [ + -119.65424906472454, + 37.81043471095961, + ], + [ + -119.53400879478414, + 37.90293171454065, + ], + [ + -119.30896208059718, + 37.77799093037718, + ], + ], + ], + "type": "Polygon", + }, + "id": "06043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21225 { + "geometry": { + "coordinates": [ + [ + [ + -87.73422612042665, + 37.63822484250386, + ], + [ + -87.93271229737306, + 37.47998083986174, + ], + [ + -88.01670102324186, + 37.54690956603012, + ], + [ + -88.06120786942877, + 37.50522682806329, + ], + [ + -88.133352031393, + 37.57425043410373, + ], + [ + -88.15883579009679, + 37.66347083070542, + ], + [ + -88.02818666096752, + 37.799208303440196, + ], + [ + -87.90758746484819, + 37.80705067424323, + ], + [ + -87.92696947851023, + 37.90164255769631, + ], + [ + -87.75468491262548, + 37.735072750434526, + ], + [ + -87.73422612042665, + 37.63822484250386, + ], + ], + ], + "type": "Polygon", + }, + "id": "21225", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29105 { + "geometry": { + "coordinates": [ + [ + [ + -92.40923960094526, + 37.85915409670177, + ], + [ + -92.41354671509238, + 37.713962807108544, + ], + [ + -92.24879959896508, + 37.64843066752151, + ], + [ + -92.24951745132293, + 37.604545619945604, + ], + [ + -92.25274778693327, + 37.47289047721789, + ], + [ + -92.68704846343442, + 37.48153857104864, + ], + [ + -92.85359021045635, + 37.484009455000276, + ], + [ + -92.85538484135098, + 37.89573392215978, + ], + [ + -92.62028819415409, + 37.89245731518042, + ], + [ + -92.5395298038956, + 37.80205519147144, + ], + [ + -92.40923960094526, + 37.85915409670177, + ], + ], + ], + "type": "Polygon", + }, + "id": "29105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08033 { + "geometry": { + "coordinates": [ + [ + [ + -107.86101160373417, + 37.77552004642554, + ], + [ + -107.96904838359107, + 37.69543117747122, + ], + [ + -107.97191979302248, + 37.63956771421671, + ], + [ + -108.91697242213614, + 37.63188648801921, + ], + [ + -109.0433144371183, + 37.48460031855393, + ], + [ + -109.04151980622366, + 37.88112347792398, + ], + [ + -108.81683201821564, + 37.89551906268572, + ], + [ + -108.25654825291126, + 37.89444476531544, + ], + [ + -108.2098878496508, + 37.820962825188346, + ], + [ + -107.98950717578988, + 37.85668321275013, + ], + [ + -107.86101160373417, + 37.77552004642554, + ], + ], + ], + "type": "Polygon", + }, + "id": "08033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21153 { + "geometry": { + "coordinates": [ + [ + [ + -83.00465586071122, + 37.859207811570286, + ], + [ + -82.94040807468336, + 37.71643369106018, + ], + [ + -82.89195304052828, + 37.518924119534354, + ], + [ + -82.92533317516845, + 37.48658776868895, + ], + [ + -82.94830445061974, + 37.50313194819125, + ], + [ + -83.09115706983253, + 37.630704760911904, + ], + [ + -83.24872566238129, + 37.669594325716005, + ], + [ + -83.26200593100158, + 37.71261993539569, + ], + [ + -83.27026123311688, + 37.76676452285776, + ], + [ + -83.11341049292598, + 37.86409586460506, + ], + [ + -83.00465586071122, + 37.859207811570286, + ], + ], + ], + "type": "Polygon", + }, + "id": "21153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54089 { + "geometry": { + "coordinates": [ + [ + [ + -80.85827731073033, + 37.42830713635131, + ], + [ + -80.85971301544603, + 37.42938143372159, + ], + [ + -81.09409181028508, + 37.58859230399696, + ], + [ + -80.9469320769252, + 37.715574253163965, + ], + [ + -80.87765932439235, + 37.68710537285156, + ], + [ + -80.94477851985162, + 37.81919023452738, + ], + [ + -80.80623301478597, + 37.868983917639824, + ], + [ + -80.66302146939427, + 37.73174242858666, + ], + [ + -80.85827731073033, + 37.42830713635131, + ], + ], + ], + "type": "Polygon", + }, + "id": "54089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17199 { + "geometry": { + "coordinates": [ + [ + [ + -88.70691606531767, + 37.863343856445866, + ], + [ + -88.70906962239123, + 37.59928156283124, + ], + [ + -89.04143526407724, + 37.59654210453702, + ], + [ + -89.15377915808125, + 37.600463289938546, + ], + [ + -89.15126667482876, + 37.862000984733015, + ], + [ + -88.70691606531767, + 37.863343856445866, + ], + ], + ], + "type": "Polygon", + }, + "id": "17199", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21237 { + "geometry": { + "coordinates": [ + [ + [ + -83.26200593100158, + 37.71261993539569, + ], + [ + -83.24872566238129, + 37.669594325716005, + ], + [ + -83.38834794598372, + 37.699889511557885, + ], + [ + -83.52222741072335, + 37.6383859871094, + ], + [ + -83.70815117140731, + 37.71643369106018, + ], + [ + -83.63098204293809, + 37.82542115927501, + ], + [ + -83.49530794730384, + 37.86167869552193, + ], + [ + -83.26200593100158, + 37.71261993539569, + ], + ], + ], + "type": "Polygon", + }, + "id": "21237", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21065 { + "geometry": { + "coordinates": [ + [ + [ + -84.00211171194816, + 37.83766814929619, + ], + [ + -83.905201643638, + 37.75859986284364, + ], + [ + -83.72214929238544, + 37.71627254645464, + ], + [ + -83.82408432720058, + 37.66304111175731, + ], + [ + -83.90556056981691, + 37.54288095089158, + ], + [ + -84.0904075519641, + 37.56646177816921, + ], + [ + -84.08035761895415, + 37.85286945708564, + ], + [ + -84.00211171194816, + 37.83766814929619, + ], + ], + ], + "type": "Polygon", + }, + "id": "21065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51103 { + "geometry": { + "coordinates": [ + [ + [ + -76.61541094963933, + 37.806996959374715, + ], + [ + -76.50773309596134, + 37.83879616153499, + ], + [ + -76.41943725594541, + 37.82343370913999, + ], + [ + -76.3505234295915, + 37.70128609813925, + ], + [ + -76.36165014113823, + 37.61125997850985, + ], + [ + -76.53357578084406, + 37.66040908320012, + ], + [ + -76.61541094963933, + 37.806996959374715, + ], + ], + ], + "type": "Polygon", + }, + "id": "51103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08105 { + "geometry": { + "coordinates": [ + [ + [ + -106.69378366986496, + 37.83525098021306, + ], + [ + -106.58718259472377, + 37.83444525718535, + ], + [ + -106.58646474236592, + 37.747803174272335, + ], + [ + -106.03874339332397, + 37.748340322957475, + ], + [ + -106.03946124568182, + 37.40075140880364, + ], + [ + -106.67870877035004, + 37.403598296834886, + ], + [ + -106.7106532002745, + 37.404242875257054, + ], + [ + -106.69378366986496, + 37.83525098021306, + ], + ], + ], + "type": "Polygon", + }, + "id": "08105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06075 { + "geometry": { + "coordinates": [ + [ + [ + -122.39393258847106, + 37.70816160130903, + ], + [ + -122.50268722068581, + 37.708054171572, + ], + [ + -122.51453178459039, + 37.78024695485477, + ], + [ + -122.41151997123846, + 37.80989756227447, + ], + [ + -122.39393258847106, + 37.70816160130903, + ], + ], + ], + "type": "Polygon", + }, + "id": "06075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29167 { + "geometry": { + "coordinates": [ + [ + [ + -93.57323719920413, + 37.82805318783219, + ], + [ + -93.187750483037, + 37.802753484762114, + ], + [ + -93.18272551653202, + 37.41724187343743, + ], + [ + -93.62097438100136, + 37.42739398358657, + ], + [ + -93.61594941449638, + 37.57263898804831, + ], + [ + -93.62851183075882, + 37.829449774413554, + ], + [ + -93.57323719920413, + 37.82805318783219, + ], + ], + ], + "type": "Polygon", + }, + "id": "29167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21079 { + "geometry": { + "coordinates": [ + [ + [ + -84.52542608082311, + 37.76918169194089, + ], + [ + -84.34775762225445, + 37.53895976549006, + ], + [ + -84.44682124763818, + 37.48567461592421, + ], + [ + -84.65822876702595, + 37.634411086839364, + ], + [ + -84.74508890232617, + 37.713049654343806, + ], + [ + -84.71673373419097, + 37.81543019373141, + ], + [ + -84.57065077936785, + 37.72873439594988, + ], + [ + -84.52542608082311, + 37.76918169194089, + ], + ], + ], + "type": "Polygon", + }, + "id": "21079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20151 { + "geometry": { + "coordinates": [ + [ + [ + -98.47257954155184, + 37.82445429164176, + ], + [ + -98.46504209179437, + 37.73260186648288, + ], + [ + -98.46504209179437, + 37.47095674195138, + ], + [ + -99.01276344083632, + 37.47041959326625, + ], + [ + -99.01348129319418, + 37.732924155693965, + ], + [ + -99.01348129319418, + 37.82531372953798, + ], + [ + -98.47257954155184, + 37.82445429164176, + ], + ], + ], + "type": "Polygon", + }, + "id": "20151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51009 { + "geometry": { + "coordinates": [ + [ + [ + -78.86910842711926, + 37.542075227863876, + ], + [ + -79.01842171755271, + 37.42991858240673, + ], + [ + -79.08518198683306, + 37.39473534353008, + ], + [ + -79.18639916929035, + 37.46526296588891, + ], + [ + -79.3450445403759, + 37.5229527346729, + ], + [ + -79.4369296421811, + 37.61700746944084, + ], + [ + -79.34540346655483, + 37.66067765754269, + ], + [ + -79.26428615011741, + 37.794642539616504, + ], + [ + -79.17204212213329, + 37.80312948884171, + ], + [ + -79.06723567788673, + 37.76896683246683, + ], + [ + -78.86910842711926, + 37.542075227863876, + ], + ], + ], + "type": "Polygon", + }, + "id": "51009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08071 { + "geometry": { + "coordinates": [ + [ + [ + -103.40422524000293, + 37.64365004422377, + ], + [ + -103.07580778628511, + 37.64343518474971, + ], + [ + -103.08621664547398, + 37.00019963429504, + ], + [ + -104.00793907295743, + 36.99622473402502, + ], + [ + -105.15506714080675, + 36.99525786639177, + ], + [ + -105.15399036226997, + 37.29310681230167, + ], + [ + -104.9328918360512, + 37.39537992195225, + ], + [ + -104.75019841097757, + 37.40456516446814, + ], + [ + -104.54884082459976, + 37.574680153051844, + ], + [ + -104.454802165721, + 37.74082024136552, + ], + [ + -104.35107250001123, + 37.81747135873494, + ], + [ + -104.06106014743855, + 37.73469674635493, + ], + [ + -104.05818873800715, + 37.64402604830337, + ], + [ + -103.40422524000293, + 37.64365004422377, + ], + ], + ], + "type": "Polygon", + }, + "id": "08071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51023 { + "geometry": { + "coordinates": [ + [ + [ + -79.49866494495647, + 37.532836270479464, + ], + [ + -79.5826536708253, + 37.45221025284002, + ], + [ + -79.65910494693665, + 37.48513746723907, + ], + [ + -79.81344320387507, + 37.40418916038854, + ], + [ + -79.8475411908731, + 37.309167557987344, + ], + [ + -80.07366468359683, + 37.422398500814765, + ], + [ + -79.9692171655292, + 37.54459982668403, + ], + [ + -80.0205436091157, + 37.64741008501974, + ], + [ + -79.81667353948541, + 37.80098089410116, + ], + [ + -79.67417984645157, + 37.7630581969303, + ], + [ + -79.68351192710365, + 37.661644525175944, + ], + [ + -79.49866494495647, + 37.532836270479464, + ], + ], + ], + "type": "Polygon", + }, + "id": "51023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29065 { + "geometry": { + "coordinates": [ + [ + [ + -91.52879368403838, + 37.789002478422546, + ], + [ + -91.30913086253531, + 37.78717617289307, + ], + [ + -91.31056656725102, + 37.70005065616343, + ], + [ + -91.15335690088118, + 37.69731119786921, + ], + [ + -91.15515153177581, + 37.588108870180335, + ], + [ + -91.31236119814565, + 37.59283577860956, + ], + [ + -91.31415582904029, + 37.50506568345775, + ], + [ + -91.21078508950943, + 37.50130564266178, + ], + [ + -91.21186186804621, + 37.415254423302414, + ], + [ + -91.64688039690522, + 37.422667075157335, + ], + [ + -91.75491717676212, + 37.4240636617387, + ], + [ + -91.75491717676212, + 37.5987444141461, + ], + [ + -91.80911502978003, + 37.598851843883125, + ], + [ + -91.80552576799076, + 37.79125850290013, + ], + [ + -91.52879368403838, + 37.789002478422546, + ], + ], + ], + "type": "Polygon", + }, + "id": "29065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54109 { + "geometry": { + "coordinates": [ + [ + [ + -81.22186952998294, + 37.51049088517766, + ], + [ + -81.31088322235674, + 37.42460081042384, + ], + [ + -81.60340805818188, + 37.4956118665993, + ], + [ + -81.82881369854778, + 37.51382120702553, + ], + [ + -81.85573316196727, + 37.54900444590217, + ], + [ + -81.80261208748614, + 37.66062394267418, + ], + [ + -81.70139490502883, + 37.701500957613305, + ], + [ + -81.76456591251991, + 37.75242265296454, + ], + [ + -81.60735624615008, + 37.78878761894849, + ], + [ + -81.51403543962917, + 37.79131221776864, + ], + [ + -81.46414470075838, + 37.78642416473387, + ], + [ + -81.32272778626131, + 37.59981871151638, + ], + [ + -81.22186952998294, + 37.51049088517766, + ], + ], + ], + "type": "Polygon", + }, + "id": "54109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51029 { + "geometry": { + "coordinates": [ + [ + [ + -78.23991083546099, + 37.690489409567945, + ], + [ + -78.24888398993414, + 37.63553909907816, + ], + [ + -78.46495754964795, + 37.33967760330327, + ], + [ + -78.59452990024043, + 37.3979045207724, + ], + [ + -78.82531943329022, + 37.552549627224096, + ], + [ + -78.80127137930214, + 37.64177002382578, + ], + [ + -78.71441124400191, + 37.6383859871094, + ], + [ + -78.6440617129323, + 37.73308530029951, + ], + [ + -78.4915180868885, + 37.79668370462004, + ], + [ + -78.46280399257438, + 37.759083296660265, + ], + [ + -78.23991083546099, + 37.690489409567945, + ], + ], + ], + "type": "Polygon", + }, + "id": "51029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06039 { + "geometry": { + "coordinates": [ + [ + [ + -119.26948020091525, + 37.739208795310105, + ], + [ + -119.11801335340824, + 37.730292127136785, + ], + [ + -119.02218006363485, + 37.58574541596572, + ], + [ + -119.31147456384966, + 37.353536039379875, + ], + [ + -119.33013872515384, + 37.20705559294231, + ], + [ + -119.3875669137821, + 37.14974182823791, + ], + [ + -119.559133627309, + 37.14394062243841, + ], + [ + -119.54154624454159, + 37.09613438946098, + ], + [ + -119.69803805855358, + 37.00874029838877, + ], + [ + -119.81253550963116, + 36.85334318377788, + ], + [ + -120.3695889393252, + 36.78448072234299, + ], + [ + -120.45644907462543, + 36.86295814524188, + ], + [ + -120.54223243138888, + 37.04397725213393, + ], + [ + -120.47654894064532, + 37.09640296380355, + ], + [ + -120.28918947524565, + 37.15258871626915, + ], + [ + -120.0469143044702, + 37.18476392250901, + ], + [ + -119.76336262311821, + 37.41681215448932, + ], + [ + -119.6510187291142, + 37.416597295015265, + ], + [ + -119.58354060747601, + 37.5602845682901, + ], + [ + -119.30896208059718, + 37.77799093037718, + ], + [ + -119.26948020091525, + 37.739208795310105, + ], + ], + ], + "type": "Polygon", + }, + "id": "06039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51119 { + "geometry": { + "coordinates": [ + [ + [ + -76.54829175418006, + 37.567912079619084, + ], + [ + -76.65417497696339, + 37.60314903336425, + ], + [ + -76.75108504527357, + 37.728573251344336, + ], + [ + -76.68324799745645, + 37.77025598931117, + ], + [ + -76.53178114994942, + 37.61190455693202, + ], + [ + -76.29812020746823, + 37.5575988248644, + ], + [ + -76.42230866537682, + 37.51274690965525, + ], + [ + -76.54829175418006, + 37.567912079619084, + ], + ], + ], + "type": "Polygon", + }, + "id": "51119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21071 { + "geometry": { + "coordinates": [ + [ + [ + -82.64070471527968, + 37.7199788723821, + ], + [ + -82.56353558681046, + 37.68468820376843, + ], + [ + -82.6234762586912, + 37.503937671218964, + ], + [ + -82.5843533051882, + 37.46708927141839, + ], + [ + -82.71069532017036, + 37.285264441498626, + ], + [ + -82.76812350879861, + 37.42755512819211, + ], + [ + -82.92533317516845, + 37.48658776868895, + ], + [ + -82.89195304052828, + 37.518924119534354, + ], + [ + -82.94040807468336, + 37.71643369106018, + ], + [ + -82.76273961611471, + 37.75580668968092, + ], + [ + -82.64070471527968, + 37.7199788723821, + ], + ], + ], + "type": "Polygon", + }, + "id": "21071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08003 { + "geometry": { + "coordinates": [ + [ + [ + -105.45728298346292, + 37.751402070462774, + ], + [ + -105.48563815159812, + 37.577903045162685, + ], + [ + -105.7433471480674, + 37.356812646359224, + ], + [ + -106.03874339332397, + 37.35692007609625, + ], + [ + -106.03946124568182, + 37.40075140880364, + ], + [ + -106.03874339332397, + 37.748340322957475, + ], + [ + -105.45728298346292, + 37.751402070462774, + ], + ], + ], + "type": "Polygon", + }, + "id": "08003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51049 { + "geometry": { + "coordinates": [ + [ + [ + -78.15915244520251, + 37.74855518243153, + ], + [ + -78.07229230990228, + 37.65729362082631, + ], + [ + -78.13187405560409, + 37.45468113679166, + ], + [ + -78.23488586895601, + 37.36809276874716, + ], + [ + -78.38384023321053, + 37.30583723613948, + ], + [ + -78.46495754964795, + 37.33967760330327, + ], + [ + -78.24888398993414, + 37.63553909907816, + ], + [ + -78.23991083546099, + 37.690489409567945, + ], + [ + -78.15915244520251, + 37.74855518243153, + ], + ], + ], + "type": "Polygon", + }, + "id": "51049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21195 { + "geometry": { + "coordinates": [ + [ + [ + -81.96807705597128, + 37.538046612725324, + ], + [ + -82.31049263066723, + 37.29890801810117, + ], + [ + -82.55384457997945, + 37.20265097372416, + ], + [ + -82.5653302177051, + 37.19609775976546, + ], + [ + -82.73258981708489, + 37.27151343515906, + ], + [ + -82.71069532017036, + 37.285264441498626, + ], + [ + -82.5843533051882, + 37.46708927141839, + ], + [ + -82.6234762586912, + 37.503937671218964, + ], + [ + -82.56353558681046, + 37.68468820376843, + ], + [ + -82.45585773313249, + 37.66852002834573, + ], + [ + -82.33382283229746, + 37.74141110491917, + ], + [ + -82.1249277961622, + 37.550938181168675, + ], + [ + -81.96807705597128, + 37.538046612725324, + ], + ], + ], + "type": "Polygon", + }, + "id": "21195", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29093 { + "geometry": { + "coordinates": [ + [ + [ + -90.64511743152116, + 37.734804176091956, + ], + [ + -90.64798884095256, + 37.642790606327544, + ], + [ + -90.5349270945907, + 37.64365004422377, + ], + [ + -90.55000199410561, + 37.31760079234404, + ], + [ + -90.55071984646347, + 37.27258773252934, + ], + [ + -90.73556682861066, + 37.27103000134243, + ], + [ + -90.77289515121902, + 37.37357168533558, + ], + [ + -90.76894696325083, + 37.602987888758705, + ], + [ + -91.15515153177581, + 37.588108870180335, + ], + [ + -91.15335690088118, + 37.69731119786921, + ], + [ + -91.09987690022112, + 37.740014518337816, + ], + [ + -90.64511743152116, + 37.734804176091956, + ], + ], + ], + "type": "Polygon", + }, + "id": "29093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20187 { + "geometry": { + "coordinates": [ + [ + [ + -101.52704132421695, + 37.73630819241035, + ], + [ + -101.52596454568018, + 37.38839698904543, + ], + [ + -101.55683219706786, + 37.38850441878246, + ], + [ + -102.04174146479767, + 37.38920271207314, + ], + [ + -102.04174146479767, + 37.64429462264594, + ], + [ + -102.04210039097659, + 37.73851050201942, + ], + [ + -101.52704132421695, + 37.73630819241035, + ], + ], + ], + "type": "Polygon", + }, + "id": "20187", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21183 { + "geometry": { + "coordinates": [ + [ + [ + -86.63914234852169, + 37.66175195491297, + ], + [ + -86.59284087144016, + 37.56458175777122, + ], + [ + -86.66462610722547, + 37.55673938696818, + ], + [ + -86.6122228851022, + 37.39527249221522, + ], + [ + -86.80855550497503, + 37.291925085194364, + ], + [ + -86.89936382824345, + 37.21221222031964, + ], + [ + -87.10000356226341, + 37.41600643146161, + ], + [ + -87.03826825948804, + 37.56098286158078, + ], + [ + -86.8175286594482, + 37.67410637467118, + ], + [ + -86.82363040448995, + 37.73775849386023, + ], + [ + -86.63914234852169, + 37.66175195491297, + ], + ], + ], + "type": "Polygon", + }, + "id": "21183", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20067 { + "geometry": { + "coordinates": [ + [ + [ + -101.0898692382844, + 37.73630819241035, + ], + [ + -101.0898692382844, + 37.38769869575475, + ], + [ + -101.52596454568018, + 37.38839698904543, + ], + [ + -101.52704132421695, + 37.73630819241035, + ], + [ + -101.0898692382844, + 37.73630819241035, + ], + ], + ], + "type": "Polygon", + }, + "id": "20067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20081 { + "geometry": { + "coordinates": [ + [ + [ + -100.6523382261729, + 37.736254477541834, + ], + [ + -100.65269715235183, + 37.47482421248439, + ], + [ + -100.65269715235183, + 37.387644980886236, + ], + [ + -101.0683336675488, + 37.387752410623264, + ], + [ + -101.0898692382844, + 37.38769869575475, + ], + [ + -101.0898692382844, + 37.73630819241035, + ], + [ + -100.6523382261729, + 37.736254477541834, + ], + ], + ], + "type": "Polygon", + }, + "id": "20081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20097 { + "geometry": { + "coordinates": [ + [ + [ + -99.01348129319418, + 37.732924155693965, + ], + [ + -99.01276344083632, + 37.47041959326625, + ], + [ + -99.01132773612062, + 37.38420722930134, + ], + [ + -99.54361525946872, + 37.38103805205902, + ], + [ + -99.55617767573115, + 37.46768013497204, + ], + [ + -99.55940801134149, + 37.73485789096047, + ], + [ + -99.01348129319418, + 37.732924155693965, + ], + ], + ], + "type": "Polygon", + }, + "id": "20097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20095 { + "geometry": { + "coordinates": [ + [ + [ + -97.80784825817982, + 37.73378359359019, + ], + [ + -97.8074893320009, + 37.474179634062224, + ], + [ + -97.80713040582197, + 37.38624839430487, + ], + [ + -98.34982678835894, + 37.384046084695804, + ], + [ + -98.46504209179437, + 37.38409979956432, + ], + [ + -98.46504209179437, + 37.47095674195138, + ], + [ + -98.46504209179437, + 37.73260186648288, + ], + [ + -97.80784825817982, + 37.73378359359019, + ], + ], + ], + "type": "Polygon", + }, + "id": "20095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20205 { + "geometry": { + "coordinates": [ + [ + [ + -95.52579561256468, + 37.73270929621991, + ], + [ + -95.52579561256468, + 37.38399236982729, + ], + [ + -95.96153199378153, + 37.38662439838447, + ], + [ + -95.96081414142368, + 37.6037398969179, + ], + [ + -95.96081414142368, + 37.734267027406815, + ], + [ + -95.52579561256468, + 37.73270929621991, + ], + ], + ], + "type": "Polygon", + }, + "id": "20205", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20133 { + "geometry": { + "coordinates": [ + [ + [ + -95.08826460045319, + 37.73254815161437, + ], + [ + -95.08826460045319, + 37.674536093619295, + ], + [ + -95.08826460045319, + 37.38383122522175, + ], + [ + -95.52112957223864, + 37.38399236982729, + ], + [ + -95.52579561256468, + 37.38399236982729, + ], + [ + -95.52579561256468, + 37.73270929621991, + ], + [ + -95.08826460045319, + 37.73254815161437, + ], + ], + ], + "type": "Polygon", + }, + "id": "20133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21123 { + "geometry": { + "coordinates": [ + [ + [ + -85.52108730116542, + 37.554161073279516, + ], + [ + -85.46617159578965, + 37.46547782536297, + ], + [ + -85.58354045629864, + 37.469828729712596, + ], + [ + -85.65747924915752, + 37.42191506699814, + ], + [ + -85.89293482253335, + 37.44028555202992, + ], + [ + -85.87570636594486, + 37.5441163928674, + ], + [ + -85.68045052460882, + 37.732118432666255, + ], + [ + -85.57277267093085, + 37.63822484250386, + ], + [ + -85.62374018833842, + 37.55206619340747, + ], + [ + -85.52108730116542, + 37.554161073279516, + ], + ], + ], + "type": "Polygon", + }, + "id": "21123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21155 { + "geometry": { + "coordinates": [ + [ + [ + -85.40156488358286, + 37.7307218460849, + ], + [ + -85.34054743316536, + 37.65154612989532, + ], + [ + -85.03007628839387, + 37.63118819472853, + ], + [ + -85.03976729522489, + 37.54519069023768, + ], + [ + -85.07386528222291, + 37.41369669211551, + ], + [ + -85.17185212906986, + 37.46472581720377, + ], + [ + -85.27163360681145, + 37.41675843962081, + ], + [ + -85.34880273528066, + 37.47181617984761, + ], + [ + -85.46617159578965, + 37.46547782536297, + ], + [ + -85.52108730116542, + 37.554161073279516, + ], + [ + -85.40156488358286, + 37.7307218460849, + ], + ], + ], + "type": "Polygon", + }, + "id": "21155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54063 { + "geometry": { + "coordinates": [ + [ + [ + -80.29619891453132, + 37.691778566412275, + ], + [ + -80.22082441695673, + 37.62775044314364, + ], + [ + -80.3285022706347, + 37.56431318342865, + ], + [ + -80.29978817632058, + 37.50823486070007, + ], + [ + -80.4756620039946, + 37.42288193463139, + ], + [ + -80.51155462188726, + 37.481646000785666, + ], + [ + -80.76998147071438, + 37.37228252849124, + ], + [ + -80.85827731073033, + 37.42830713635131, + ], + [ + -80.66302146939427, + 37.73174242858666, + ], + [ + -80.45053717146973, + 37.683936195609235, + ], + [ + -80.29619891453132, + 37.691778566412275, + ], + ], + ], + "type": "Polygon", + }, + "id": "54063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21129 { + "geometry": { + "coordinates": [ + [ + [ + -83.70815117140731, + 37.71643369106018, + ], + [ + -83.52222741072335, + 37.6383859871094, + ], + [ + -83.57929667317266, + 37.50624741056506, + ], + [ + -83.63098204293809, + 37.53772432351424, + ], + [ + -83.82946821988449, + 37.486802628163005, + ], + [ + -83.8851017776181, + 37.51731267347894, + ], + [ + -83.90556056981691, + 37.54288095089158, + ], + [ + -83.82408432720058, + 37.66304111175731, + ], + [ + -83.72214929238544, + 37.71627254645464, + ], + [ + -83.70815117140731, + 37.71643369106018, + ], + ], + ], + "type": "Polygon", + }, + "id": "21129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21021 { + "geometry": { + "coordinates": [ + [ + [ + -84.74508890232617, + 37.713049654343806, + ], + [ + -84.65822876702595, + 37.634411086839364, + ], + [ + -84.84738286332025, + 37.54750042958378, + ], + [ + -85.03976729522489, + 37.54519069023768, + ], + [ + -85.03007628839387, + 37.63118819472853, + ], + [ + -85.0250513218889, + 37.678779568231896, + ], + [ + -84.74508890232617, + 37.713049654343806, + ], + ], + ], + "type": "Polygon", + }, + "id": "21021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51087 { + "geometry": { + "coordinates": [ + [ + [ + -77.22845686324591, + 37.53622030719585, + ], + [ + -77.1771304196594, + 37.49131467711818, + ], + [ + -77.24855672926579, + 37.3824883535089, + ], + [ + -77.31388129383043, + 37.38581867535676, + ], + [ + -77.42084129515055, + 37.44699991059416, + ], + [ + -77.38530760343681, + 37.53503858008854, + ], + [ + -77.43771082556009, + 37.59869069927758, + ], + [ + -77.52600666557603, + 37.568180653961655, + ], + [ + -77.5970740490035, + 37.55668567209967, + ], + [ + -77.65414331145281, + 37.56264802250472, + ], + [ + -77.63009525746473, + 37.70724844854429, + ], + [ + -77.44165901352828, + 37.680229869681774, + ], + [ + -77.403971764741, + 37.6052976281048, + ], + [ + -77.22845686324591, + 37.53622030719585, + ], + ], + ], + "type": "Polygon", + }, + "id": "51087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06081 { + "geometry": { + "coordinates": [ + [ + [ + -122.39393258847106, + 37.70816160130903, + ], + [ + -122.3594756752941, + 37.59251348939848, + ], + [ + -122.26220668080501, + 37.572424128574255, + ], + [ + -122.11540587362404, + 37.46601497404811, + ], + [ + -122.1904214450197, + 37.43142259872511, + ], + [ + -122.15237527005348, + 37.28628502400039, + ], + [ + -122.15381097476919, + 37.216240835458194, + ], + [ + -122.32071164797004, + 37.18750338080322, + ], + [ + -122.29271540601377, + 37.10773680106, + ], + [ + -122.40541822619672, + 37.19690348279317, + ], + [ + -122.40147003822852, + 37.3601966830756, + ], + [ + -122.51596748930609, + 37.52005213177315, + ], + [ + -122.50268722068581, + 37.708054171572, + ], + [ + -122.39393258847106, + 37.70816160130903, + ], + ], + ], + "type": "Polygon", + }, + "id": "06081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21025 { + "geometry": { + "coordinates": [ + [ + [ + -83.24872566238129, + 37.669594325716005, + ], + [ + -83.09115706983253, + 37.630704760911904, + ], + [ + -82.94830445061974, + 37.50313194819125, + ], + [ + -83.09474633162179, + 37.5183332559807, + ], + [ + -83.12489613065162, + 37.40526345775882, + ], + [ + -83.21534552774112, + 37.44297129545562, + ], + [ + -83.38152834858413, + 37.338227301853394, + ], + [ + -83.44828861786446, + 37.378352308633325, + ], + [ + -83.54771116942713, + 37.33452097592593, + ], + [ + -83.57929667317266, + 37.50624741056506, + ], + [ + -83.52222741072335, + 37.6383859871094, + ], + [ + -83.38834794598372, + 37.699889511557885, + ], + [ + -83.24872566238129, + 37.669594325716005, + ], + ], + ], + "type": "Polygon", + }, + "id": "21025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51145 { + "geometry": { + "coordinates": [ + [ + [ + -77.65414331145281, + 37.56264802250472, + ], + [ + -77.8551419716517, + 37.41831617080771, + ], + [ + -78.0105570071269, + 37.49373184620131, + ], + [ + -78.13187405560409, + 37.45468113679166, + ], + [ + -78.07229230990228, + 37.65729362082631, + ], + [ + -77.95743593264577, + 37.6249035551124, + ], + [ + -77.94666814727798, + 37.67894071283744, + ], + [ + -77.65414331145281, + 37.56264802250472, + ], + ], + ], + "type": "Polygon", + }, + "id": "51145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21149 { + "geometry": { + "coordinates": [ + [ + [ + -87.03826825948804, + 37.56098286158078, + ], + [ + -87.10000356226341, + 37.41600643146161, + ], + [ + -87.29597725595731, + 37.39167359602479, + ], + [ + -87.35268759222771, + 37.42664197542737, + ], + [ + -87.37494101532116, + 37.57011438922815, + ], + [ + -87.49518128526157, + 37.64746379988826, + ], + [ + -87.40868007614026, + 37.68350647666112, + ], + [ + -87.03826825948804, + 37.56098286158078, + ], + ], + ], + "type": "Polygon", + }, + "id": "21149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20037 { + "geometry": { + "coordinates": [ + [ + [ + -94.61807130605938, + 37.67308579216942, + ], + [ + -94.61807130605938, + 37.653587294898855, + ], + [ + -94.61807130605938, + 37.36417158334564, + ], + [ + -94.61807130605938, + 37.338388446458936, + ], + [ + -95.07498433183291, + 37.33989246277733, + ], + [ + -95.08826460045319, + 37.38383122522175, + ], + [ + -95.08826460045319, + 37.674536093619295, + ], + [ + -94.61807130605938, + 37.67308579216942, + ], + ], + ], + "type": "Polygon", + }, + "id": "20037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51045 { + "geometry": { + "coordinates": [ + [ + [ + -80.07366468359683, + 37.422398500814765, + ], + [ + -80.26210092753328, + 37.34069818580504, + ], + [ + -80.32778441827685, + 37.36674989703431, + ], + [ + -80.43330871488126, + 37.31491504891834, + ], + [ + -80.4756620039946, + 37.42288193463139, + ], + [ + -80.29978817632058, + 37.50823486070007, + ], + [ + -80.3285022706347, + 37.56431318342865, + ], + [ + -80.22082441695673, + 37.62775044314364, + ], + [ + -80.14437314084537, + 37.59654210453702, + ], + [ + -80.0205436091157, + 37.64741008501974, + ], + [ + -79.9692171655292, + 37.54459982668403, + ], + [ + -80.07366468359683, + 37.422398500814765, + ], + ], + ], + "type": "Polygon", + }, + "id": "51045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08023 { + "geometry": { + "coordinates": [ + [ + [ + -105.15399036226997, + 37.29310681230167, + ], + [ + -105.15506714080675, + 36.99525786639177, + ], + [ + -105.22110955772924, + 36.99515043665474, + ], + [ + -105.71822231554253, + 36.99584872994542, + ], + [ + -105.77134339002367, + 37.04623327661152, + ], + [ + -105.72001694643717, + 37.28612387939485, + ], + [ + -105.7433471480674, + 37.356812646359224, + ], + [ + -105.48563815159812, + 37.577903045162685, + ], + [ + -105.29720190766167, + 37.65826048845956, + ], + [ + -105.18593479219443, + 37.6172223289149, + ], + [ + -105.13747975803935, + 37.40107369801473, + ], + [ + -105.15399036226997, + 37.29310681230167, + ], + ], + ], + "type": "Polygon", + }, + "id": "08023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29011 { + "geometry": { + "coordinates": [ + [ + [ + -94.07358029262777, + 37.63972885882225, + ], + [ + -94.0753749235224, + 37.58155565622163, + ], + [ + -94.082194520922, + 37.349238849898754, + ], + [ + -94.61807130605938, + 37.36417158334564, + ], + [ + -94.61807130605938, + 37.653587294898855, + ], + [ + -94.07358029262777, + 37.63972885882225, + ], + ], + ], + "type": "Polygon", + }, + "id": "29011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21233 { + "geometry": { + "coordinates": [ + [ + [ + -87.37494101532116, + 37.57011438922815, + ], + [ + -87.8131898797905, + 37.35068915134863, + ], + [ + -87.80134531588592, + 37.378889457318465, + ], + [ + -87.93019981412057, + 37.409130928291816, + ], + [ + -87.93271229737306, + 37.47998083986174, + ], + [ + -87.73422612042665, + 37.63822484250386, + ], + [ + -87.49518128526157, + 37.64746379988826, + ], + [ + -87.37494101532116, + 37.57011438922815, + ], + ], + ], + "type": "Polygon", + }, + "id": "21233", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29123 { + "geometry": { + "coordinates": [ + [ + [ + -90.14692789517107, + 37.641608879220236, + ], + [ + -90.14692789517107, + 37.59734782756473, + ], + [ + -90.14585111663429, + 37.31201444601858, + ], + [ + -90.2176363524196, + 37.31496876378685, + ], + [ + -90.55000199410561, + 37.31760079234404, + ], + [ + -90.5349270945907, + 37.64365004422377, + ], + [ + -90.14692789517107, + 37.641608879220236, + ], + ], + ], + "type": "Polygon", + }, + "id": "29123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08009 { + "geometry": { + "coordinates": [ + [ + [ + -102.04174146479767, + 37.64429462264594, + ], + [ + -102.04174146479767, + 37.38920271207314, + ], + [ + -102.04210039097659, + 36.99353899059932, + ], + [ + -103.0025868457841, + 37.0000384896895, + ], + [ + -103.08621664547398, + 37.00019963429504, + ], + [ + -103.07580778628511, + 37.64343518474971, + ], + [ + -102.74774925874623, + 37.64365004422377, + ], + [ + -102.04174146479767, + 37.64429462264594, + ], + ], + ], + "type": "Polygon", + }, + "id": "08009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08083 { + "geometry": { + "coordinates": [ + [ + [ + -107.97191979302248, + 37.63956771421671, + ], + [ + -108.02252838425113, + 37.591439192028204, + ], + [ + -108.03329616961892, + 37.46456467259823, + ], + [ + -108.20486288314582, + 37.34424336712696, + ], + [ + -108.29136409226713, + 37.22247176020581, + ], + [ + -108.29064623990928, + 37.14592807257342, + ], + [ + -108.37930100610414, + 36.99950134100437, + ], + [ + -109.04510906801293, + 36.999071622056256, + ], + [ + -109.0433144371183, + 37.48460031855393, + ], + [ + -108.91697242213614, + 37.63188648801921, + ], + [ + -107.97191979302248, + 37.63956771421671, + ], + ], + ], + "type": "Polygon", + }, + "id": "08083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08067 { + "geometry": { + "coordinates": [ + [ + [ + -107.48234448496663, + 37.639513999348196, + ], + [ + -107.48198555878771, + 37.42261336028882, + ], + [ + -107.48162663260878, + 36.999984774820994, + ], + [ + -108.37930100610414, + 36.99950134100437, + ], + [ + -108.29064623990928, + 37.14592807257342, + ], + [ + -108.29136409226713, + 37.22247176020581, + ], + [ + -108.20486288314582, + 37.34424336712696, + ], + [ + -108.03329616961892, + 37.46456467259823, + ], + [ + -108.02252838425113, + 37.591439192028204, + ], + [ + -107.97191979302248, + 37.63956771421671, + ], + [ + -107.48234448496663, + 37.639513999348196, + ], + ], + ], + "type": "Polygon", + }, + "id": "08067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06047 { + "geometry": { + "coordinates": [ + [ + [ + -120.0469143044702, + 37.18476392250901, + ], + [ + -120.28918947524565, + 37.15258871626915, + ], + [ + -120.47654894064532, + 37.09640296380355, + ], + [ + -120.54223243138888, + 37.04397725213393, + ], + [ + -120.91874599308285, + 36.741347682926275, + ], + [ + -121.14163915019626, + 36.83663785967004, + ], + [ + -121.2152190168762, + 36.96125635462243, + ], + [ + -121.22706358078078, + 37.13685025979456, + ], + [ + -120.96612424870116, + 37.343437644099254, + ], + [ + -120.981558074395, + 37.400643979066615, + ], + [ + -120.3871763220926, + 37.634572231444906, + ], + [ + -120.28021632077248, + 37.420035046600155, + ], + [ + -120.14382437278039, + 37.23917708431365, + ], + [ + -120.0469143044702, + 37.18476392250901, + ], + ], + ], + "type": "Polygon", + }, + "id": "06047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21137 { + "geometry": { + "coordinates": [ + [ + [ + -84.44682124763818, + 37.48567461592421, + ], + [ + -84.50281373155073, + 37.328451195783856, + ], + [ + -84.55665265838972, + 37.355792063857464, + ], + [ + -84.72068192215916, + 37.23810278694337, + ], + [ + -84.7224765530538, + 37.360142968207086, + ], + [ + -84.84989534657272, + 37.426534545690345, + ], + [ + -84.84738286332025, + 37.54750042958378, + ], + [ + -84.65822876702595, + 37.634411086839364, + ], + [ + -84.44682124763818, + 37.48567461592421, + ], + ], + ], + "type": "Polygon", + }, + "id": "21137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51127 { + "geometry": { + "coordinates": [ + [ + [ + -76.96356934319809, + 37.58284481306596, + ], + [ + -76.81928101926961, + 37.54964902432434, + ], + [ + -76.75646893795746, + 37.45742059508587, + ], + [ + -76.89429659066526, + 37.42997229727524, + ], + [ + -76.90434652367522, + 37.37765401534264, + ], + [ + -77.1771304196594, + 37.49131467711818, + ], + [ + -77.22845686324591, + 37.53622030719585, + ], + [ + -77.12365041899935, + 37.626891005247415, + ], + [ + -76.96356934319809, + 37.58284481306596, + ], + ], + ], + "type": "Polygon", + }, + "id": "51127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21085 { + "geometry": { + "coordinates": [ + [ + [ + -86.275909055448, + 37.59358778676876, + ], + [ + -86.20807200763088, + 37.57140354607249, + ], + [ + -86.11367442257318, + 37.56667663764327, + ], + [ + -86.0476320056507, + 37.44973936888837, + ], + [ + -86.07096220728093, + 37.34059075606801, + ], + [ + -86.15746341640222, + 37.33564898816472, + ], + [ + -86.46901133971049, + 37.320984829060414, + ], + [ + -86.6122228851022, + 37.39527249221522, + ], + [ + -86.66462610722547, + 37.55673938696818, + ], + [ + -86.59284087144016, + 37.56458175777122, + ], + [ + -86.50454503142423, + 37.622325241423724, + ], + [ + -86.40942959400869, + 37.56656920790624, + ], + [ + -86.275909055448, + 37.59358778676876, + ], + ], + ], + "type": "Polygon", + }, + "id": "21085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51019 { + "geometry": { + "coordinates": [ + [ + [ + -79.18639916929035, + 37.46526296588891, + ], + [ + -79.26859326426454, + 37.431046594645515, + ], + [ + -79.25710762653888, + 37.35557720438341, + ], + [ + -79.44303138722285, + 37.05584823807551, + ], + [ + -79.48179541454692, + 37.006108269831586, + ], + [ + -79.59413930855094, + 37.042204661472965, + ], + [ + -79.72442951150128, + 37.19228400410097, + ], + [ + -79.84718226469417, + 37.22542607797408, + ], + [ + -79.8475411908731, + 37.309167557987344, + ], + [ + -79.81344320387507, + 37.40418916038854, + ], + [ + -79.65910494693665, + 37.48513746723907, + ], + [ + -79.5826536708253, + 37.45221025284002, + ], + [ + -79.49866494495647, + 37.532836270479464, + ], + [ + -79.4369296421811, + 37.61700746944084, + ], + [ + -79.3450445403759, + 37.5229527346729, + ], + [ + -79.18639916929035, + 37.46526296588891, + ], + ], + ], + "type": "Polygon", + }, + "id": "51019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49053 { + "geometry": { + "coordinates": [ + [ + [ + -112.90141193440002, + 37.49974791147487, + ], + [ + -112.89925837732646, + 37.00030706403207, + ], + [ + -114.05105248550183, + 37.000360778900586, + ], + [ + -114.05248819021753, + 37.604814194288174, + ], + [ + -113.58803771468655, + 37.60476047941966, + ], + [ + -113.47497596832469, + 37.61829662628518, + ], + [ + -113.47461704214575, + 37.52896879994647, + ], + [ + -113.25351851592698, + 37.52886137020944, + ], + [ + -113.25351851592698, + 37.48223686433932, + ], + [ + -113.03672710385534, + 37.47455563814182, + ], + [ + -112.90141193440002, + 37.49974791147487, + ], + ], + ], + "type": "Polygon", + }, + "id": "49053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20049 { + "geometry": { + "coordinates": [ + [ + [ + -95.96081414142368, + 37.6037398969179, + ], + [ + -95.96153199378153, + 37.38662439838447, + ], + [ + -95.96440340321296, + 37.29917659244374, + ], + [ + -96.52468716851733, + 37.30272177376567, + ], + [ + -96.5257639470541, + 37.4763819436713, + ], + [ + -96.52540502087518, + 37.60701650389725, + ], + [ + -95.96081414142368, + 37.6037398969179, + ], + ], + ], + "type": "Polygon", + }, + "id": "20049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29179 { + "geometry": { + "coordinates": [ + [ + [ + -90.73556682861066, + 37.27103000134243, + ], + [ + -90.77971474861862, + 37.050261891750054, + ], + [ + -90.96456173076581, + 37.05359221359792, + ], + [ + -91.01768280524693, + 37.09565095564436, + ], + [ + -91.03455233565649, + 37.16934775524551, + ], + [ + -91.15945864592294, + 37.255022970525275, + ], + [ + -91.1752513977957, + 37.4148247043543, + ], + [ + -91.21186186804621, + 37.415254423302414, + ], + [ + -91.21078508950943, + 37.50130564266178, + ], + [ + -91.31415582904029, + 37.50506568345775, + ], + [ + -91.31236119814565, + 37.59283577860956, + ], + [ + -91.15515153177581, + 37.588108870180335, + ], + [ + -90.76894696325083, + 37.602987888758705, + ], + [ + -90.77289515121902, + 37.37357168533558, + ], + [ + -90.73556682861066, + 37.27103000134243, + ], + ], + ], + "type": "Polygon", + }, + "id": "29179", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29031 { + "geometry": { + "coordinates": [ + [ + [ + -89.52167849148098, + 37.56619320382664, + ], + [ + -89.42297379227618, + 37.39924739248525, + ], + [ + -89.48435016887262, + 37.33559527329621, + ], + [ + -89.48901620919867, + 37.251424074334835, + ], + [ + -89.62074211686472, + 37.23294615956603, + ], + [ + -89.7650304407932, + 37.12599985635474, + ], + [ + -89.86660654942942, + 37.12616100096028, + ], + [ + -89.86122265674553, + 37.59928156283124, + ], + [ + -89.52167849148098, + 37.56619320382664, + ], + ], + ], + "type": "Polygon", + }, + "id": "29031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29215 { + "geometry": { + "coordinates": [ + [ + [ + -92.02913677746201, + 37.60255816981059, + ], + [ + -91.80911502978003, + 37.598851843883125, + ], + [ + -91.75491717676212, + 37.5987444141461, + ], + [ + -91.75491717676212, + 37.4240636617387, + ], + [ + -91.64688039690522, + 37.422667075157335, + ], + [ + -91.65549462519945, + 37.04891902003721, + ], + [ + -92.08907744934275, + 37.05622424215511, + ], + [ + -92.25131208221757, + 37.05966199374, + ], + [ + -92.25274778693327, + 37.47289047721789, + ], + [ + -92.24951745132293, + 37.604545619945604, + ], + [ + -92.02913677746201, + 37.60255816981059, + ], + ], + ], + "type": "Polygon", + }, + "id": "29215", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17069 { + "geometry": { + "coordinates": [ + [ + [ + -88.37526827598951, + 37.59955013717381, + ], + [ + -88.133352031393, + 37.57425043410373, + ], + [ + -88.06120786942877, + 37.50522682806329, + ], + [ + -88.08382021870113, + 37.473105336691944, + ], + [ + -88.27871713385827, + 37.453230835341785, + ], + [ + -88.35803981940104, + 37.40456516446814, + ], + [ + -88.41510908185036, + 37.42336536844802, + ], + [ + -88.41223767241895, + 37.599926141253405, + ], + [ + -88.37526827598951, + 37.59955013717381, + ], + ], + ], + "type": "Polygon", + }, + "id": "17069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17151 { + "geometry": { + "coordinates": [ + [ + [ + -88.41223767241895, + 37.599926141253405, + ], + [ + -88.41510908185036, + 37.42336536844802, + ], + [ + -88.47576760608895, + 37.387644980886236, + ], + [ + -88.51094237162376, + 37.26098532093032, + ], + [ + -88.42480008868138, + 37.15054755126562, + ], + [ + -88.49048357942495, + 37.06798779835967, + ], + [ + -88.49048357942495, + 37.15935678970191, + ], + [ + -88.71050532710693, + 37.337045574746085, + ], + [ + -88.70906962239123, + 37.59928156283124, + ], + [ + -88.41223767241895, + 37.599926141253405, + ], + ], + ], + "type": "Polygon", + }, + "id": "17151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51760 { + "geometry": { + "coordinates": [ + [ + [ + -77.43771082556009, + 37.59869069927758, + ], + [ + -77.38530760343681, + 37.53503858008854, + ], + [ + -77.42084129515055, + 37.44699991059416, + ], + [ + -77.5970740490035, + 37.55668567209967, + ], + [ + -77.52600666557603, + 37.568180653961655, + ], + [ + -77.43771082556009, + 37.59869069927758, + ], + ], + ], + "type": "Polygon", + }, + "id": "51760", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17087 { + "geometry": { + "coordinates": [ + [ + [ + -88.70906962239123, + 37.59928156283124, + ], + [ + -88.71050532710693, + 37.337045574746085, + ], + [ + -88.90647902080084, + 37.33554155842769, + ], + [ + -88.92945029625214, + 37.30261434402864, + ], + [ + -89.04466559968758, + 37.32984778236522, + ], + [ + -89.04143526407724, + 37.59654210453702, + ], + [ + -88.70906962239123, + 37.59928156283124, + ], + ], + ], + "type": "Polygon", + }, + "id": "17087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17181 { + "geometry": { + "coordinates": [ + [ + [ + -89.15377915808125, + 37.600463289938546, + ], + [ + -89.04143526407724, + 37.59654210453702, + ], + [ + -89.04466559968758, + 37.32984778236522, + ], + [ + -89.24853566931786, + 37.335058124611066, + ], + [ + -89.48435016887262, + 37.33559527329621, + ], + [ + -89.42297379227618, + 37.39924739248525, + ], + [ + -89.52167849148098, + 37.56619320382664, + ], + [ + -89.52167849148098, + 37.57210183936317, + ], + [ + -89.45061110805352, + 37.60003357099043, + ], + [ + -89.15377915808125, + 37.600463289938546, + ], + ], + ], + "type": "Polygon", + }, + "id": "17181", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51073 { + "geometry": { + "coordinates": [ + [ + [ + -76.54829175418006, + 37.567912079619084, + ], + [ + -76.43774249107067, + 37.5114040379424, + ], + [ + -76.44420316229134, + 37.45102852573271, + ], + [ + -76.3896463830945, + 37.263617349487504, + ], + [ + -76.50486168652994, + 37.24696574024818, + ], + [ + -76.70370678965526, + 37.44941707967729, + ], + [ + -76.65417497696339, + 37.60314903336425, + ], + [ + -76.54829175418006, + 37.567912079619084, + ], + ], + ], + "type": "Polygon", + }, + "id": "51073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29017 { + "geometry": { + "coordinates": [ + [ + [ + -89.86122265674553, + 37.59928156283124, + ], + [ + -89.86660654942942, + 37.12616100096028, + ], + [ + -89.95956842977141, + 37.12723529833056, + ], + [ + -89.95920950359248, + 37.054397936625634, + ], + [ + -90.11175312963627, + 37.0411840789712, + ], + [ + -90.22337917128243, + 37.08651942799698, + ], + [ + -90.2176363524196, + 37.31496876378685, + ], + [ + -90.14585111663429, + 37.31201444601858, + ], + [ + -90.14692789517107, + 37.59734782756473, + ], + [ + -89.86122265674553, + 37.59928156283124, + ], + ], + ], + "type": "Polygon", + }, + "id": "29017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54055 { + "geometry": { + "coordinates": [ + [ + [ + -81.09409181028508, + 37.58859230399696, + ], + [ + -80.85971301544603, + 37.42938143372159, + ], + [ + -80.84930415625716, + 37.346875395684144, + ], + [ + -80.98138899010213, + 37.29348281638127, + ], + [ + -81.22509986559328, + 37.23487989483254, + ], + [ + -81.36220966594323, + 37.33763643829974, + ], + [ + -81.31088322235674, + 37.42460081042384, + ], + [ + -81.22186952998294, + 37.51049088517766, + ], + [ + -81.19889825453164, + 37.575217301736984, + ], + [ + -81.09409181028508, + 37.58859230399696, + ], + ], + ], + "type": "Polygon", + }, + "id": "54055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06019 { + "geometry": { + "coordinates": [ + [ + [ + -118.77487992635443, + 37.463060656279836, + ], + [ + -118.78672449025902, + 37.34338392923074, + ], + [ + -118.71458032829477, + 37.32667860512289, + ], + [ + -118.65499858259297, + 37.14184574256636, + ], + [ + -118.43713039198454, + 37.05982313834554, + ], + [ + -118.3610380420521, + 36.88584067922883, + ], + [ + -118.36893441798848, + 36.747095173857275, + ], + [ + -118.98485174102649, + 36.742690554639125, + ], + [ + -118.98521066720541, + 36.65889535975735, + ], + [ + -119.30465496645006, + 36.66029194633872, + ], + [ + -119.30573174498684, + 36.57456301619044, + ], + [ + -119.47083778729306, + 36.575583598692205, + ], + [ + -119.57779778861318, + 36.48856551169959, + ], + [ + -119.66609362862911, + 36.41895104210549, + ], + [ + -119.95825953827534, + 36.39880796641276, + ], + [ + -119.95933631681213, + 36.181531323273795, + ], + [ + -120.31539108630729, + 35.90715577490449, + ], + [ + -120.64847458035115, + 36.10858653183183, + ], + [ + -120.62837471433126, + 36.204897291077366, + ], + [ + -120.67862437938098, + 36.26731396829059, + ], + [ + -120.5964302844068, + 36.328763777870556, + ], + [ + -120.59678921058571, + 36.488082077882964, + ], + [ + -120.91874599308285, + 36.741347682926275, + ], + [ + -120.54223243138888, + 37.04397725213393, + ], + [ + -120.45644907462543, + 36.86295814524188, + ], + [ + -120.3695889393252, + 36.78448072234299, + ], + [ + -119.81253550963116, + 36.85334318377788, + ], + [ + -119.69803805855358, + 37.00874029838877, + ], + [ + -119.54154624454159, + 37.09613438946098, + ], + [ + -119.559133627309, + 37.14394062243841, + ], + [ + -119.3875669137821, + 37.14974182823791, + ], + [ + -119.33013872515384, + 37.20705559294231, + ], + [ + -119.31147456384966, + 37.353536039379875, + ], + [ + -119.02218006363485, + 37.58574541596572, + ], + [ + -118.77487992635443, + 37.463060656279836, + ], + ], + ], + "type": "Polygon", + }, + "id": "06019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29057 { + "geometry": { + "coordinates": [ + [ + [ + -93.61594941449638, + 37.57263898804831, + ], + [ + -93.62097438100136, + 37.42739398358657, + ], + [ + -93.62599934750634, + 37.28198783451928, + ], + [ + -94.0524036480711, + 37.290045064796374, + ], + [ + -94.082194520922, + 37.349238849898754, + ], + [ + -94.0753749235224, + 37.58155565622163, + ], + [ + -93.61594941449638, + 37.57263898804831, + ], + ], + ], + "type": "Polygon", + }, + "id": "29057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21109 { + "geometry": { + "coordinates": [ + [ + [ + -83.90556056981691, + 37.54288095089158, + ], + [ + -83.8851017776181, + 37.51731267347894, + ], + [ + -83.78496137369758, + 37.348594271476586, + ], + [ + -83.94360674478314, + 37.25056463643861, + ], + [ + -84.13563225050885, + 37.31969567221608, + ], + [ + -84.19916218417886, + 37.52279159006736, + ], + [ + -84.0904075519641, + 37.56646177816921, + ], + [ + -83.90556056981691, + 37.54288095089158, + ], + ], + ], + "type": "Polygon", + }, + "id": "21109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21107 { + "geometry": { + "coordinates": [ + [ + [ + -87.29597725595731, + 37.39167359602479, + ], + [ + -87.38606772686788, + 37.29434225427749, + ], + [ + -87.3336645047446, + 37.157047050355814, + ], + [ + -87.52353645339676, + 37.105803065793495, + ], + [ + -87.6807461197666, + 37.14925839442128, + ], + [ + -87.8049345776752, + 37.24116453444867, + ], + [ + -87.8131898797905, + 37.35068915134863, + ], + [ + -87.37494101532116, + 37.57011438922815, + ], + [ + -87.35268759222771, + 37.42664197542737, + ], + [ + -87.29597725595731, + 37.39167359602479, + ], + ], + ], + "type": "Polygon", + }, + "id": "21107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51041 { + "geometry": { + "coordinates": [ + [ + [ + -77.5970740490035, + 37.55668567209967, + ], + [ + -77.42084129515055, + 37.44699991059416, + ], + [ + -77.31388129383043, + 37.38581867535676, + ], + [ + -77.31639377708291, + 37.30868412417072, + ], + [ + -77.33469901220816, + 37.31239045009818, + ], + [ + -77.37669337514258, + 37.24497829011316, + ], + [ + -77.40361283856207, + 37.23729706391566, + ], + [ + -77.41653418100343, + 37.23316101904009, + ], + [ + -77.44776075857004, + 37.22268661967987, + ], + [ + -77.65055404966355, + 37.265121365805896, + ], + [ + -77.7456694870791, + 37.26694767133537, + ], + [ + -77.87703646856622, + 37.36513845097889, + ], + [ + -77.8551419716517, + 37.41831617080771, + ], + [ + -77.65414331145281, + 37.56264802250472, + ], + [ + -77.5970740490035, + 37.55668567209967, + ], + ], + ], + "type": "Polygon", + }, + "id": "51041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51011 { + "geometry": { + "coordinates": [ + [ + [ + -78.59452990024043, + 37.3979045207724, + ], + [ + -78.68174896171959, + 37.24868461604062, + ], + [ + -78.82424265475345, + 37.20533671714986, + ], + [ + -78.91720453509542, + 37.242668550767064, + ], + [ + -79.01842171755271, + 37.42991858240673, + ], + [ + -78.86910842711926, + 37.542075227863876, + ], + [ + -78.82531943329022, + 37.552549627224096, + ], + [ + -78.59452990024043, + 37.3979045207724, + ], + ], + ], + "type": "Polygon", + }, + "id": "51011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51131 { + "geometry": { + "coordinates": [ + [ + [ + [ + -75.79346999989747, + 37.50146678726732, + ], + [ + -75.91765845780607, + 37.308254405222605, + ], + [ + -75.97149738464505, + 37.11686832870737, + ], + [ + -76.02569523766296, + 37.25921273026936, + ], + [ + -75.9302208740685, + 37.551475329853815, + ], + [ + -75.83869469844221, + 37.55539651525533, + ], + [ + -75.79346999989747, + 37.50146678726732, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "51131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21045 { + "geometry": { + "coordinates": [ + [ + [ + -84.84738286332025, + 37.54750042958378, + ], + [ + -84.84989534657272, + 37.426534545690345, + ], + [ + -84.7224765530538, + 37.360142968207086, + ], + [ + -84.72068192215916, + 37.23810278694337, + ], + [ + -84.90086286398031, + 37.116008890811145, + ], + [ + -85.04371548319308, + 37.18605307935334, + ], + [ + -85.05699575181336, + 37.25706413552881, + ], + [ + -85.16539145784918, + 37.31072528917424, + ], + [ + -85.07386528222291, + 37.41369669211551, + ], + [ + -85.03976729522489, + 37.54519069023768, + ], + [ + -84.84738286332025, + 37.54750042958378, + ], + ], + ], + "type": "Polygon", + }, + "id": "21045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 54047 { + "geometry": { + "coordinates": [ + [ + [ + -81.31088322235674, + 37.42460081042384, + ], + [ + -81.36220966594323, + 37.33763643829974, + ], + [ + -81.56141369524748, + 37.2066258739942, + ], + [ + -81.74015893235291, + 37.23767306799526, + ], + [ + -81.85357960489371, + 37.28762789571324, + ], + [ + -81.99104833142259, + 37.48406316986879, + ], + [ + -81.92715947157366, + 37.512693194786735, + ], + [ + -81.85573316196727, + 37.54900444590217, + ], + [ + -81.82881369854778, + 37.51382120702553, + ], + [ + -81.60340805818188, + 37.4956118665993, + ], + [ + -81.31088322235674, + 37.42460081042384, + ], + ], + ], + "type": "Polygon", + }, + "id": "54047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21055 { + "geometry": { + "coordinates": [ + [ + [ + -87.93271229737306, + 37.47998083986174, + ], + [ + -87.93019981412057, + 37.409130928291816, + ], + [ + -87.80134531588592, + 37.378889457318465, + ], + [ + -88.08920411138504, + 37.22188089665216, + ], + [ + -88.09602370878464, + 37.179607295131675, + ], + [ + -88.19329270327374, + 37.1470023699437, + ], + [ + -88.21877646197753, + 37.272910021740415, + ], + [ + -88.35803981940104, + 37.40456516446814, + ], + [ + -88.27871713385827, + 37.453230835341785, + ], + [ + -88.08382021870113, + 37.473105336691944, + ], + [ + -88.06120786942877, + 37.50522682806329, + ], + [ + -88.01670102324186, + 37.54690956603012, + ], + [ + -87.93271229737306, + 37.47998083986174, + ], + ], + ], + "type": "Polygon", + }, + "id": "21055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 49025 { + "geometry": { + "coordinates": [ + [ + [ + -112.68354374379159, + 37.54320324010266, + ], + [ + -112.36122803511553, + 37.53648888153842, + ], + [ + -110.64627875220437, + 37.54105464536211, + ], + [ + -110.74606022994595, + 37.452693686656644, + ], + [ + -110.73421566604138, + 37.34762740384333, + ], + [ + -110.8372274793933, + 37.29923030731226, + ], + [ + -110.9614159373019, + 37.123314112929044, + ], + [ + -111.17820734937355, + 37.10263388855117, + ], + [ + -111.4125861442126, + 37.001435076270866, + ], + [ + -112.54033219839988, + 37.000629353243156, + ], + [ + -112.89925837732646, + 37.00030706403207, + ], + [ + -112.90141193440002, + 37.49974791147487, + ], + [ + -112.90141193440002, + 37.54341809957672, + ], + [ + -112.68354374379159, + 37.54320324010266, + ], + ], + ], + "type": "Polygon", + }, + "id": "49025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21189 { + "geometry": { + "coordinates": [ + [ + [ + -83.57929667317266, + 37.50624741056506, + ], + [ + -83.54771116942713, + 37.33452097592593, + ], + [ + -83.52725237722831, + 37.25867558158422, + ], + [ + -83.65251761367368, + 37.35745722478139, + ], + [ + -83.78496137369758, + 37.348594271476586, + ], + [ + -83.8851017776181, + 37.51731267347894, + ], + [ + -83.82946821988449, + 37.486802628163005, + ], + [ + -83.63098204293809, + 37.53772432351424, + ], + [ + -83.57929667317266, + 37.50624741056506, + ], + ], + ], + "type": "Polygon", + }, + "id": "21189", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21203 { + "geometry": { + "coordinates": [ + [ + [ + -84.19916218417886, + 37.52279159006736, + ], + [ + -84.13563225050885, + 37.31969567221608, + ], + [ + -84.2160317145884, + 37.283008417021044, + ], + [ + -84.2888937289105, + 37.15189042297847, + ], + [ + -84.50281373155073, + 37.328451195783856, + ], + [ + -84.44682124763818, + 37.48567461592421, + ], + [ + -84.34775762225445, + 37.53895976549006, + ], + [ + -84.19916218417886, + 37.52279159006736, + ], + ], + ], + "type": "Polygon", + }, + "id": "21203", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51027 { + "geometry": { + "coordinates": [ + [ + [ + -81.92715947157366, + 37.512693194786735, + ], + [ + -81.99104833142259, + 37.48406316986879, + ], + [ + -81.85357960489371, + 37.28762789571324, + ], + [ + -81.74015893235291, + 37.23767306799526, + ], + [ + -81.90095786051201, + 37.14254403585704, + ], + [ + -82.01796779484208, + 37.06852494704481, + ], + [ + -82.14861692397135, + 37.041667512787825, + ], + [ + -82.25019303260757, + 37.271996868975684, + ], + [ + -82.31049263066723, + 37.29890801810117, + ], + [ + -81.96807705597128, + 37.538046612725324, + ], + [ + -81.92715947157366, + 37.512693194786735, + ], + ], + ], + "type": "Polygon", + }, + "id": "51027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51115 { + "geometry": { + "coordinates": [ + [ + [ + -76.44420316229134, + 37.45102852573271, + ], + [ + -76.43774249107067, + 37.5114040379424, + ], + [ + -76.36344477203286, + 37.5229527346729, + ], + [ + -76.25217765656564, + 37.438351816763415, + ], + [ + -76.27837926762727, + 37.3109401486483, + ], + [ + -76.44420316229134, + 37.45102852573271, + ], + ], + ], + "type": "Polygon", + }, + "id": "51115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21119 { + "geometry": { + "coordinates": [ + [ + [ + -82.94830445061974, + 37.50313194819125, + ], + [ + -82.92533317516845, + 37.48658776868895, + ], + [ + -82.76812350879861, + 37.42755512819211, + ], + [ + -82.71069532017036, + 37.285264441498626, + ], + [ + -82.73258981708489, + 37.27151343515906, + ], + [ + -82.81980887856403, + 37.268827691733364, + ], + [ + -82.99998982038518, + 37.19599033002843, + ], + [ + -83.12704968772519, + 37.27017056344621, + ], + [ + -83.12489613065162, + 37.40526345775882, + ], + [ + -83.09474633162179, + 37.5183332559807, + ], + [ + -82.94830445061974, + 37.50313194819125, + ], + ], + ], + "type": "Polygon", + }, + "id": "21119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51007 { + "geometry": { + "coordinates": [ + [ + [ + -77.8551419716517, + 37.41831617080771, + ], + [ + -77.87703646856622, + 37.36513845097889, + ], + [ + -77.7456694870791, + 37.26694767133537, + ], + [ + -77.65055404966355, + 37.265121365805896, + ], + [ + -77.79591915212882, + 37.19260629331205, + ], + [ + -78.23129660716674, + 37.29622227467548, + ], + [ + -78.23488586895601, + 37.36809276874716, + ], + [ + -78.13187405560409, + 37.45468113679166, + ], + [ + -78.0105570071269, + 37.49373184620131, + ], + [ + -77.8551419716517, + 37.41831617080771, + ], + ], + ], + "type": "Polygon", + }, + "id": "51007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51036 { + "geometry": { + "coordinates": [ + [ + [ + -76.90434652367522, + 37.37765401534264, + ], + [ + -76.87670920789786, + 37.36884477690635, + ], + [ + -76.87922169115035, + 37.261361325009915, + ], + [ + -77.01561363914244, + 37.31228302036115, + ], + [ + -77.25717095756004, + 37.319641957347564, + ], + [ + -77.24855672926579, + 37.3824883535089, + ], + [ + -77.1771304196594, + 37.49131467711818, + ], + [ + -76.90434652367522, + 37.37765401534264, + ], + ], + ], + "type": "Polygon", + }, + "id": "51036", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29225 { + "geometry": { + "coordinates": [ + [ + [ + -92.85359021045635, + 37.484009455000276, + ], + [ + -92.68704846343442, + 37.48153857104864, + ], + [ + -92.68597168489764, + 37.067020930726414, + ], + [ + -92.90312202314821, + 37.070619826916854, + ], + [ + -93.06535665602303, + 37.08861430786902, + ], + [ + -93.07325303195941, + 37.414985848959844, + ], + [ + -93.0718173272437, + 37.486534053820435, + ], + [ + -92.85359021045635, + 37.484009455000276, + ], + ], + ], + "type": "Polygon", + }, + "id": "29225", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06085 { + "geometry": { + "coordinates": [ + [ + [ + -121.47292801334548, + 37.482183149470806, + ], + [ + -121.40616774406513, + 37.31045671483167, + ], + [ + -121.45857096618842, + 37.283706710311726, + ], + [ + -121.40006599902338, + 37.15081612560819, + ], + [ + -121.28233821233547, + 37.18368962513873, + ], + [ + -121.22706358078078, + 37.13685025979456, + ], + [ + -121.2152190168762, + 36.96125635462243, + ], + [ + -121.48907969139717, + 36.98311830610761, + ], + [ + -121.5813237193813, + 36.900558553201655, + ], + [ + -121.75576184233961, + 37.04913387951127, + ], + [ + -121.9919352680733, + 37.14474634546612, + ], + [ + -122.15237527005348, + 37.28628502400039, + ], + [ + -122.1904214450197, + 37.43142259872511, + ], + [ + -122.11540587362404, + 37.46601497404811, + ], + [ + -121.98691030156833, + 37.46284579680578, + ], + [ + -121.86559325309115, + 37.484546603685416, + ], + [ + -121.47292801334548, + 37.482183149470806, + ], + ], + ], + "type": "Polygon", + }, + "id": "06085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21217 { + "geometry": { + "coordinates": [ + [ + [ + -85.46617159578965, + 37.46547782536297, + ], + [ + -85.34880273528066, + 37.47181617984761, + ], + [ + -85.27163360681145, + 37.41675843962081, + ], + [ + -85.17185212906986, + 37.46472581720377, + ], + [ + -85.07386528222291, + 37.41369669211551, + ], + [ + -85.16539145784918, + 37.31072528917424, + ], + [ + -85.35310984942778, + 37.19244514870651, + ], + [ + -85.58354045629864, + 37.469828729712596, + ], + [ + -85.46617159578965, + 37.46547782536297, + ], + ], + ], + "type": "Polygon", + }, + "id": "21217", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29229 { + "geometry": { + "coordinates": [ + [ + [ + -92.25274778693327, + 37.47289047721789, + ], + [ + -92.25131208221757, + 37.05966199374, + ], + [ + -92.68597168489764, + 37.067020930726414, + ], + [ + -92.68704846343442, + 37.48153857104864, + ], + [ + -92.25274778693327, + 37.47289047721789, + ], + ], + ], + "type": "Polygon", + }, + "id": "29229", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51071 { + "geometry": { + "coordinates": [ + [ + [ + -80.4756620039946, + 37.42288193463139, + ], + [ + -80.43330871488126, + 37.31491504891834, + ], + [ + -80.60702898548172, + 37.244924575244646, + ], + [ + -80.85468804894106, + 37.147485803760325, + ], + [ + -81.01441019856338, + 37.275327190823546, + ], + [ + -80.98138899010213, + 37.29348281638127, + ], + [ + -80.84930415625716, + 37.346875395684144, + ], + [ + -80.85971301544603, + 37.42938143372159, + ], + [ + -80.85827731073033, + 37.42830713635131, + ], + [ + -80.76998147071438, + 37.37228252849124, + ], + [ + -80.51155462188726, + 37.481646000785666, + ], + [ + -80.4756620039946, + 37.42288193463139, + ], + ], + ], + "type": "Polygon", + }, + "id": "51071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20035 { + "geometry": { + "coordinates": [ + [ + [ + -96.5257639470541, + 37.4763819436713, + ], + [ + -96.52468716851733, + 37.30272177376567, + ], + [ + -96.52540502087518, + 36.99869561797666, + ], + [ + -96.74973388270429, + 36.99896419231923, + ], + [ + -97.14778301513385, + 36.99901790718774, + ], + [ + -97.15352583399668, + 37.475522505775075, + ], + [ + -96.5257639470541, + 37.4763819436713, + ], + ], + ], + "type": "Polygon", + }, + "id": "20035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20191 { + "geometry": { + "coordinates": [ + [ + [ + -97.15352583399668, + 37.475522505775075, + ], + [ + -97.14778301513385, + 36.99901790718774, + ], + [ + -97.46220234787353, + 36.99869561797666, + ], + [ + -97.80246436549592, + 36.99869561797666, + ], + [ + -97.80713040582197, + 37.38624839430487, + ], + [ + -97.8074893320009, + 37.474179634062224, + ], + [ + -97.15352583399668, + 37.475522505775075, + ], + ], + ], + "type": "Polygon", + }, + "id": "20191", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20119 { + "geometry": { + "coordinates": [ + [ + [ + -100.21624291877711, + 37.47520021656399, + ], + [ + -100.10712936038344, + 37.47482421248439, + ], + [ + -100.08954197761604, + 37.00218708443006, + ], + [ + -100.6333151386898, + 37.0000384896895, + ], + [ + -100.63403299104765, + 37.38759126601772, + ], + [ + -100.65269715235183, + 37.387644980886236, + ], + [ + -100.65269715235183, + 37.47482421248439, + ], + [ + -100.21624291877711, + 37.47520021656399, + ], + ], + ], + "type": "Polygon", + }, + "id": "20119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20025 { + "geometry": { + "coordinates": [ + [ + [ + -99.55617767573115, + 37.46768013497204, + ], + [ + -99.54361525946872, + 37.38103805205902, + ], + [ + -99.54110277621623, + 36.999608770741396, + ], + [ + -100.00268184231581, + 37.00164993574492, + ], + [ + -100.08954197761604, + 37.00218708443006, + ], + [ + -100.10712936038344, + 37.47482421248439, + ], + [ + -99.55617767573115, + 37.46768013497204, + ], + ], + ], + "type": "Polygon", + }, + "id": "20025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20007 { + "geometry": { + "coordinates": [ + [ + [ + -98.46504209179437, + 37.47095674195138, + ], + [ + -98.46504209179437, + 37.38409979956432, + ], + [ + -98.34982678835894, + 37.384046084695804, + ], + [ + -98.34731430510647, + 36.99815846929152, + ], + [ + -98.54472370351607, + 36.99874933284517, + ], + [ + -99.0002010245739, + 36.999447626135854, + ], + [ + -99.01132773612062, + 37.38420722930134, + ], + [ + -99.01276344083632, + 37.47041959326625, + ], + [ + -98.46504209179437, + 37.47095674195138, + ], + ], + ], + "type": "Polygon", + }, + "id": "20007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21087 { + "geometry": { + "coordinates": [ + [ + [ + -85.58354045629864, + 37.469828729712596, + ], + [ + -85.35310984942778, + 37.19244514870651, + ], + [ + -85.52683012002824, + 37.10945567685244, + ], + [ + -85.68655226965056, + 37.18213189395183, + ], + [ + -85.69767898119728, + 37.3017011912639, + ], + [ + -85.65747924915752, + 37.42191506699814, + ], + [ + -85.58354045629864, + 37.469828729712596, + ], + ], + ], + "type": "Polygon", + }, + "id": "21087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51680 { + "geometry": { + "coordinates": [ + [ + [ + -79.18639916929035, + 37.46526296588891, + ], + [ + -79.08518198683306, + 37.39473534353008, + ], + [ + -79.25710762653888, + 37.35557720438341, + ], + [ + -79.26859326426454, + 37.431046594645515, + ], + [ + -79.18639916929035, + 37.46526296588891, + ], + ], + ], + "type": "Polygon", + }, + "id": "51680", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06027 { + "geometry": { + "coordinates": [ + [ + [ + -117.83269870667219, + 37.46494067667783, + ], + [ + -117.16581386622661, + 36.97108617556049, + ], + [ + -115.89377948811085, + 36.00088822046135, + ], + [ + -115.65114539115649, + 35.8110061602645, + ], + [ + -115.73621089556208, + 35.79526770378991, + ], + [ + -116.50108258285461, + 35.794945414578834, + ], + [ + -117.63636608679936, + 35.79580485247505, + ], + [ + -118.00821360816728, + 35.7867807545647, + ], + [ + -117.98165307092671, + 35.86821249523187, + ], + [ + -118.12665924721304, + 36.30067090163776, + ], + [ + -118.09758622672, + 36.33107351721665, + ], + [ + -118.24941200040594, + 36.48158257879277, + ], + [ + -118.27525468528864, + 36.59782155425698, + ], + [ + -118.36893441798848, + 36.747095173857275, + ], + [ + -118.3610380420521, + 36.88584067922883, + ], + [ + -118.43713039198454, + 37.05982313834554, + ], + [ + -118.65499858259297, + 37.14184574256636, + ], + [ + -118.71458032829477, + 37.32667860512289, + ], + [ + -118.78672449025902, + 37.34338392923074, + ], + [ + -118.77487992635443, + 37.463060656279836, + ], + [ + -117.83269870667219, + 37.46494067667783, + ], + ], + ], + "type": "Polygon", + }, + "id": "06027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51095 { + "geometry": { + "coordinates": [ + [ + [ + -76.68001766184611, + 37.265765944228065, + ], + [ + -76.59136289565124, + 37.2147368191398, + ], + [ + -76.60895027841865, + 37.16811231326969, + ], + [ + -76.64268933923773, + 37.21710027335442, + ], + [ + -76.86988961049826, + 37.242829695372606, + ], + [ + -76.87670920789786, + 37.36884477690635, + ], + [ + -76.90434652367522, + 37.37765401534264, + ], + [ + -76.89429659066526, + 37.42997229727524, + ], + [ + -76.75646893795746, + 37.45742059508587, + ], + [ + -76.67283913826758, + 37.36830762822122, + ], + [ + -76.72775484364334, + 37.30492408337474, + ], + [ + -76.68001766184611, + 37.265765944228065, + ], + ], + ], + "type": "Polygon", + }, + "id": "51095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21099 { + "geometry": { + "coordinates": [ + [ + [ + -85.89293482253335, + 37.44028555202992, + ], + [ + -85.65747924915752, + 37.42191506699814, + ], + [ + -85.69767898119728, + 37.3017011912639, + ], + [ + -85.68655226965056, + 37.18213189395183, + ], + [ + -85.74398045827881, + 37.17004604853619, + ], + [ + -85.90657401733256, + 37.148398956525064, + ], + [ + -86.05660516012387, + 37.16730659024198, + ], + [ + -86.0490677103664, + 37.215488827299, + ], + [ + -86.15746341640222, + 37.33564898816472, + ], + [ + -86.07096220728093, + 37.34059075606801, + ], + [ + -86.0476320056507, + 37.44973936888837, + ], + [ + -85.89293482253335, + 37.44028555202992, + ], + ], + ], + "type": "Polygon", + }, + "id": "21099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21193 { + "geometry": { + "coordinates": [ + [ + [ + -83.12489613065162, + 37.40526345775882, + ], + [ + -83.12704968772519, + 37.27017056344621, + ], + [ + -82.99998982038518, + 37.19599033002843, + ], + [ + -83.06100727080269, + 37.11536431238898, + ], + [ + -83.05418767340309, + 37.018838693669395, + ], + [ + -83.12202472122021, + 37.00105907219127, + ], + [ + -83.18196539310095, + 37.02082614380441, + ], + [ + -83.20350096383655, + 37.17563239486164, + ], + [ + -83.32481801231373, + 37.225909511790704, + ], + [ + -83.35353210662785, + 37.297994865336435, + ], + [ + -83.47879734307323, + 37.286070164526336, + ], + [ + -83.5082292897452, + 37.23606162193984, + ], + [ + -83.52725237722831, + 37.25867558158422, + ], + [ + -83.54771116942713, + 37.33452097592593, + ], + [ + -83.44828861786446, + 37.378352308633325, + ], + [ + -83.38152834858413, + 37.338227301853394, + ], + [ + -83.21534552774112, + 37.44297129545562, + ], + [ + -83.12489613065162, + 37.40526345775882, + ], + ], + ], + "type": "Polygon", + }, + "id": "21193", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51031 { + "geometry": { + "coordinates": [ + [ + [ + -79.01842171755271, + 37.42991858240673, + ], + [ + -78.91720453509542, + 37.242668550767064, + ], + [ + -78.82424265475345, + 37.20533671714986, + ], + [ + -78.904642118833, + 37.022276445254285, + ], + [ + -79.09092480569589, + 37.0639054683526, + ], + [ + -79.19573124994244, + 37.05450536636266, + ], + [ + -79.25280051239177, + 37.13099533912654, + ], + [ + -79.44303138722285, + 37.05584823807551, + ], + [ + -79.25710762653888, + 37.35557720438341, + ], + [ + -79.08518198683306, + 37.39473534353008, + ], + [ + -79.01842171755271, + 37.42991858240673, + ], + ], + ], + "type": "Polygon", + }, + "id": "51031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29077 { + "geometry": { + "coordinates": [ + [ + [ + -93.18272551653202, + 37.41724187343743, + ], + [ + -93.07325303195941, + 37.414985848959844, + ], + [ + -93.06535665602303, + 37.08861430786902, + ], + [ + -93.60877089091785, + 37.098121839596, + ], + [ + -93.62599934750634, + 37.28198783451928, + ], + [ + -93.62097438100136, + 37.42739398358657, + ], + [ + -93.18272551653202, + 37.41724187343743, + ], + ], + ], + "type": "Polygon", + }, + "id": "29077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21139 { + "geometry": { + "coordinates": [ + [ + [ + -88.35803981940104, + 37.40456516446814, + ], + [ + -88.21877646197753, + 37.272910021740415, + ], + [ + -88.19329270327374, + 37.1470023699437, + ], + [ + -88.23923525417635, + 36.98080856676151, + ], + [ + -88.36270585972709, + 37.0639054683526, + ], + [ + -88.48258720348856, + 37.02275987907091, + ], + [ + -88.56621700317845, + 37.08028850324936, + ], + [ + -88.49048357942495, + 37.06798779835967, + ], + [ + -88.42480008868138, + 37.15054755126562, + ], + [ + -88.51094237162376, + 37.26098532093032, + ], + [ + -88.47576760608895, + 37.387644980886236, + ], + [ + -88.41510908185036, + 37.42336536844802, + ], + [ + -88.35803981940104, + 37.40456516446814, + ], + ], + ], + "type": "Polygon", + }, + "id": "21139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29203 { + "geometry": { + "coordinates": [ + [ + [ + -91.21186186804621, + 37.415254423302414, + ], + [ + -91.1752513977957, + 37.4148247043543, + ], + [ + -91.15945864592294, + 37.255022970525275, + ], + [ + -91.03455233565649, + 37.16934775524551, + ], + [ + -91.01768280524693, + 37.09565095564436, + ], + [ + -91.21724576073011, + 37.0861971387859, + ], + [ + -91.22298857959294, + 36.883853229093816, + ], + [ + -91.65800710845194, + 36.88906357133966, + ], + [ + -91.65549462519945, + 37.04891902003721, + ], + [ + -91.64688039690522, + 37.422667075157335, + ], + [ + -91.21186186804621, + 37.415254423302414, + ], + ], + ], + "type": "Polygon", + }, + "id": "29203", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08007 { + "geometry": { + "coordinates": [ + [ + [ + -107.12880219872396, + 37.42288193463139, + ], + [ + -107.12880219872396, + 37.392425604183984, + ], + [ + -106.7106532002745, + 37.404242875257054, + ], + [ + -106.67870877035004, + 37.403598296834886, + ], + [ + -106.67870877035004, + 37.22854154034789, + ], + [ + -106.47627440543546, + 36.993753850073375, + ], + [ + -107.42096810837019, + 36.999984774820994, + ], + [ + -107.48162663260878, + 36.999984774820994, + ], + [ + -107.48198555878771, + 37.42261336028882, + ], + [ + -107.12880219872396, + 37.42288193463139, + ], + ], + ], + "type": "Polygon", + }, + "id": "08007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51161 { + "geometry": { + "coordinates": [ + [ + [ + -79.8475411908731, + 37.309167557987344, + ], + [ + -79.84718226469417, + 37.22542607797408, + ], + [ + -79.9623975681296, + 37.1370114044001, + ], + [ + -80.0083401190322, + 37.17262436222486, + ], + [ + -80.12822146279368, + 37.12288439398093, + ], + [ + -80.17811220166448, + 37.11337686225396, + ], + [ + -80.19139247028475, + 37.233751882593744, + ], + [ + -80.26210092753328, + 37.34069818580504, + ], + [ + -80.07366468359683, + 37.422398500814765, + ], + [ + -79.8475411908731, + 37.309167557987344, + ], + ], + [ + [ + -80.02233824001034, + 37.30814697548558, + ], + [ + -80.03346495155706, + 37.26275791159128, + ], + [ + -79.95773152780356, + 37.21253450953073, + ], + [ + -79.87984454697649, + 37.30331263731932, + ], + [ + -80.02233824001034, + 37.30814697548558, + ], + ], + ], + "type": "Polygon", + }, + "id": "51161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21177 { + "geometry": { + "coordinates": [ + [ + [ + -86.89936382824345, + 37.21221222031964, + ], + [ + -86.94171711735679, + 37.06906209572995, + ], + [ + -87.05334315900295, + 37.06095115058434, + ], + [ + -87.25003470505472, + 37.04102293436566, + ], + [ + -87.26008463806465, + 37.07137183507604, + ], + [ + -87.3336645047446, + 37.157047050355814, + ], + [ + -87.38606772686788, + 37.29434225427749, + ], + [ + -87.29597725595731, + 37.39167359602479, + ], + [ + -87.10000356226341, + 37.41600643146161, + ], + [ + -86.89936382824345, + 37.21221222031964, + ], + ], + ], + "type": "Polygon", + }, + "id": "21177", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51147 { + "geometry": { + "coordinates": [ + [ + [ + -78.46495754964795, + 37.33967760330327, + ], + [ + -78.38384023321053, + 37.30583723613948, + ], + [ + -78.23488586895601, + 37.36809276874716, + ], + [ + -78.23129660716674, + 37.29622227467548, + ], + [ + -78.23919298310312, + 37.12009122081821, + ], + [ + -78.44342197891235, + 37.079375350484625, + ], + [ + -78.6925167470874, + 37.20436984951661, + ], + [ + -78.68174896171959, + 37.24868461604062, + ], + [ + -78.59452990024043, + 37.3979045207724, + ], + [ + -78.46495754964795, + 37.33967760330327, + ], + ], + ], + "type": "Polygon", + }, + "id": "51147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 08021 { + "geometry": { + "coordinates": [ + [ + [ + -106.67870877035004, + 37.403598296834886, + ], + [ + -106.03946124568182, + 37.40075140880364, + ], + [ + -106.03874339332397, + 37.35692007609625, + ], + [ + -105.7433471480674, + 37.356812646359224, + ], + [ + -105.72001694643717, + 37.28612387939485, + ], + [ + -105.77134339002367, + 37.04623327661152, + ], + [ + -105.71822231554253, + 36.99584872994542, + ], + [ + -106.0067989633995, + 36.99531158126028, + ], + [ + -106.47627440543546, + 36.993753850073375, + ], + [ + -106.67870877035004, + 37.22854154034789, + ], + [ + -106.67870877035004, + 37.403598296834886, + ], + ], + ], + "type": "Polygon", + }, + "id": "08021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21031 { + "geometry": { + "coordinates": [ + [ + [ + -86.39902073481981, + 37.169938618799165, + ], + [ + -86.62334959664892, + 37.180950166844525, + ], + [ + -86.67431711405649, + 36.99966248560991, + ], + [ + -86.94171711735679, + 37.06906209572995, + ], + [ + -86.89936382824345, + 37.21221222031964, + ], + [ + -86.80855550497503, + 37.291925085194364, + ], + [ + -86.6122228851022, + 37.39527249221522, + ], + [ + -86.46901133971049, + 37.320984829060414, + ], + [ + -86.39902073481981, + 37.169938618799165, + ], + ], + ], + "type": "Polygon", + }, + "id": "21031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20129 { + "geometry": { + "coordinates": [ + [ + [ + -101.55683219706786, + 37.38850441878246, + ], + [ + -101.55539649235216, + 36.99531158126028, + ], + [ + -102.02810226999846, + 36.99310927165121, + ], + [ + -102.04210039097659, + 36.99353899059932, + ], + [ + -102.04174146479767, + 37.38920271207314, + ], + [ + -101.55683219706786, + 37.38850441878246, + ], + ], + ], + "type": "Polygon", + }, + "id": "20129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20189 { + "geometry": { + "coordinates": [ + [ + [ + -101.0898692382844, + 37.38769869575475, + ], + [ + -101.0683336675488, + 37.387752410623264, + ], + [ + -101.0668979628331, + 36.99788989494895, + ], + [ + -101.55539649235216, + 36.99531158126028, + ], + [ + -101.55683219706786, + 37.38850441878246, + ], + [ + -101.52596454568018, + 37.38839698904543, + ], + [ + -101.0898692382844, + 37.38769869575475, + ], + ], + ], + "type": "Polygon", + }, + "id": "20189", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20175 { + "geometry": { + "coordinates": [ + [ + [ + -100.65269715235183, + 37.387644980886236, + ], + [ + -100.63403299104765, + 37.38759126601772, + ], + [ + -100.6333151386898, + 37.0000384896895, + ], + [ + -100.94558091435592, + 36.99842704363409, + ], + [ + -101.0668979628331, + 36.99788989494895, + ], + [ + -101.0683336675488, + 37.387752410623264, + ], + [ + -100.65269715235183, + 37.387644980886236, + ], + ], + ], + "type": "Polygon", + }, + "id": "20175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20125 { + "geometry": { + "coordinates": [ + [ + [ + -95.96153199378153, + 37.38662439838447, + ], + [ + -95.52579561256468, + 37.38399236982729, + ], + [ + -95.52112957223864, + 37.38399236982729, + ], + [ + -95.52256527695434, + 36.99928648153031, + ], + [ + -95.7867349446443, + 36.99928648153031, + ], + [ + -95.96440340321296, + 36.999071622056256, + ], + [ + -95.96440340321296, + 37.29917659244374, + ], + [ + -95.96153199378153, + 37.38662439838447, + ], + ], + ], + "type": "Polygon", + }, + "id": "20125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20077 { + "geometry": { + "coordinates": [ + [ + [ + -97.80246436549592, + 36.99869561797666, + ], + [ + -98.11221765790955, + 36.998104754423004, + ], + [ + -98.34731430510647, + 36.99815846929152, + ], + [ + -98.34982678835894, + 37.384046084695804, + ], + [ + -97.80713040582197, + 37.38624839430487, + ], + [ + -97.80246436549592, + 36.99869561797666, + ], + ], + ], + "type": "Polygon", + }, + "id": "20077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20033 { + "geometry": { + "coordinates": [ + [ + [ + -99.0002010245739, + 36.999447626135854, + ], + [ + -99.45603727181064, + 36.999447626135854, + ], + [ + -99.54110277621623, + 36.999608770741396, + ], + [ + -99.54361525946872, + 37.38103805205902, + ], + [ + -99.01132773612062, + 37.38420722930134, + ], + [ + -99.0002010245739, + 36.999447626135854, + ], + ], + ], + "type": "Polygon", + }, + "id": "20033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20099 { + "geometry": { + "coordinates": [ + [ + [ + -95.08826460045319, + 37.38383122522175, + ], + [ + -95.07498433183291, + 37.33989246277733, + ], + [ + -95.07390755329612, + 36.99955505587288, + ], + [ + -95.40770889969784, + 36.99928648153031, + ], + [ + -95.52256527695434, + 36.99928648153031, + ], + [ + -95.52112957223864, + 37.38399236982729, + ], + [ + -95.08826460045319, + 37.38383122522175, + ], + ], + ], + "type": "Polygon", + }, + "id": "20099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21033 { + "geometry": { + "coordinates": [ + [ + [ + -87.8131898797905, + 37.35068915134863, + ], + [ + -87.8049345776752, + 37.24116453444867, + ], + [ + -87.6807461197666, + 37.14925839442128, + ], + [ + -87.7335082680688, + 37.001972224956006, + ], + [ + -87.87707873963943, + 36.96050434646323, + ], + [ + -88.04254370812458, + 37.1747192420969, + ], + [ + -88.09602370878464, + 37.179607295131675, + ], + [ + -88.08920411138504, + 37.22188089665216, + ], + [ + -87.80134531588592, + 37.378889457318465, + ], + [ + -87.8131898797905, + 37.35068915134863, + ], + ], + ], + "type": "Polygon", + }, + "id": "21033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51199 { + "geometry": { + "coordinates": [ + [ + [ + -76.67283913826758, + 37.36830762822122, + ], + [ + -76.61756450671288, + 37.305729806402454, + ], + [ + -76.3896463830945, + 37.193304586602736, + ], + [ + -76.41333551090366, + 37.1389451396666, + ], + [ + -76.39431242342054, + 37.10623278474161, + ], + [ + -76.43558893399711, + 37.09489894748516, + ], + [ + -76.59136289565124, + 37.2147368191398, + ], + [ + -76.68001766184611, + 37.265765944228065, + ], + [ + -76.72775484364334, + 37.30492408337474, + ], + [ + -76.67283913826758, + 37.36830762822122, + ], + ], + ], + "type": "Polygon", + }, + "id": "51199", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29097 { + "geometry": { + "coordinates": [ + [ + [ + -94.082194520922, + 37.349238849898754, + ], + [ + -94.0524036480711, + 37.290045064796374, + ], + [ + -94.0592232454707, + 37.0481132970095, + ], + [ + -94.61807130605938, + 37.056815105708765, + ], + [ + -94.61807130605938, + 37.338388446458936, + ], + [ + -94.61807130605938, + 37.36417158334564, + ], + [ + -94.082194520922, + 37.349238849898754, + ], + ], + ], + "type": "Polygon", + }, + "id": "29097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51121 { + "geometry": { + "coordinates": [ + [ + [ + -80.17811220166448, + 37.11337686225396, + ], + [ + -80.34788428429674, + 37.02157815196361, + ], + [ + -80.54385797799064, + 36.984568607557485, + ], + [ + -80.58010952206223, + 37.08952746063376, + ], + [ + -80.52519381668647, + 37.148560101130606, + ], + [ + -80.60702898548172, + 37.244924575244646, + ], + [ + -80.43330871488126, + 37.31491504891834, + ], + [ + -80.32778441827685, + 37.36674989703431, + ], + [ + -80.26210092753328, + 37.34069818580504, + ], + [ + -80.19139247028475, + 37.233751882593744, + ], + [ + -80.17811220166448, + 37.11337686225396, + ], + ], + ], + "type": "Polygon", + }, + "id": "51121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21051 { + "geometry": { + "coordinates": [ + [ + [ + -83.52725237722831, + 37.25867558158422, + ], + [ + -83.5082292897452, + 37.23606162193984, + ], + [ + -83.55165935739532, + 37.07969763969571, + ], + [ + -83.50894714210305, + 36.93842753550399, + ], + [ + -83.5893466061826, + 36.95572372316549, + ], + [ + -83.87074473046104, + 37.054827655573746, + ], + [ + -83.96909050348692, + 37.167790024058604, + ], + [ + -83.94360674478314, + 37.25056463643861, + ], + [ + -83.78496137369758, + 37.348594271476586, + ], + [ + -83.65251761367368, + 37.35745722478139, + ], + [ + -83.52725237722831, + 37.25867558158422, + ], + ], + ], + "type": "Polygon", + }, + "id": "21051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21199 { + "geometry": { + "coordinates": [ + [ + [ + -84.35816648144332, + 36.96007462751512, + ], + [ + -84.57818822912532, + 36.867094190117456, + ], + [ + -84.67904648540367, + 36.9803788478134, + ], + [ + -84.83517937323674, + 36.99751389086935, + ], + [ + -84.90086286398031, + 37.116008890811145, + ], + [ + -84.72068192215916, + 37.23810278694337, + ], + [ + -84.55665265838972, + 37.355792063857464, + ], + [ + -84.50281373155073, + 37.328451195783856, + ], + [ + -84.2888937289105, + 37.15189042297847, + ], + [ + -84.35816648144332, + 36.96007462751512, + ], + ], + ], + "type": "Polygon", + }, + "id": "21199", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20021 { + "geometry": { + "coordinates": [ + [ + [ + -94.61807130605938, + 37.338388446458936, + ], + [ + -94.61807130605938, + 37.056815105708765, + ], + [ + -94.61807130605938, + 36.998910477450714, + ], + [ + -95.0075062101947, + 36.99950134100437, + ], + [ + -95.07390755329612, + 36.99955505587288, + ], + [ + -95.07498433183291, + 37.33989246277733, + ], + [ + -94.61807130605938, + 37.338388446458936, + ], + ], + ], + "type": "Polygon", + }, + "id": "20021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21061 { + "geometry": { + "coordinates": [ + [ + [ + -86.15746341640222, + 37.33564898816472, + ], + [ + -86.0490677103664, + 37.215488827299, + ], + [ + -86.05660516012387, + 37.16730659024198, + ], + [ + -86.11367442257318, + 37.06111229518988, + ], + [ + -86.28165187431082, + 37.08114794114559, + ], + [ + -86.39902073481981, + 37.169938618799165, + ], + [ + -86.46901133971049, + 37.320984829060414, + ], + [ + -86.15746341640222, + 37.33564898816472, + ], + ], + ], + "type": "Polygon", + }, + "id": "21061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51770 { + "geometry": { + "coordinates": [ + [ + [ + -80.03346495155706, + 37.26275791159128, + ], + [ + -80.02233824001034, + 37.30814697548558, + ], + [ + -79.87984454697649, + 37.30331263731932, + ], + [ + -79.95773152780356, + 37.21253450953073, + ], + [ + -80.03346495155706, + 37.26275791159128, + ], + ], + ], + "type": "Polygon", + }, + "id": "51770", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17127 { + "geometry": { + "coordinates": [ + [ + [ + -88.49048357942495, + 37.06798779835967, + ], + [ + -88.56621700317845, + 37.08028850324936, + ], + [ + -88.92801459153644, + 37.22650037534436, + ], + [ + -88.92945029625214, + 37.30261434402864, + ], + [ + -88.90647902080084, + 37.33554155842769, + ], + [ + -88.71050532710693, + 37.337045574746085, + ], + [ + -88.49048357942495, + 37.15935678970191, + ], + [ + -88.49048357942495, + 37.06798779835967, + ], + ], + ], + "type": "Polygon", + }, + "id": "17127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51185 { + "geometry": { + "coordinates": [ + [ + [ + -81.36220966594323, + 37.33763643829974, + ], + [ + -81.22509986559328, + 37.23487989483254, + ], + [ + -81.3281116789452, + 37.1389451396666, + ], + [ + -81.27032456413802, + 37.092642923007574, + ], + [ + -81.46235006986375, + 37.035544017777234, + ], + [ + -81.43722523733888, + 37.010083170101616, + ], + [ + -81.68308966990358, + 36.93300233378409, + ], + [ + -81.7803586643927, + 36.95862432606525, + ], + [ + -81.90095786051201, + 37.14254403585704, + ], + [ + -81.74015893235291, + 37.23767306799526, + ], + [ + -81.56141369524748, + 37.2066258739942, + ], + [ + -81.36220966594323, + 37.33763643829974, + ], + ], + ], + "type": "Polygon", + }, + "id": "51185", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17003 { + "geometry": { + "coordinates": [ + [ + [ + -89.24853566931786, + 37.335058124611066, + ], + [ + -89.26576412590634, + 37.11052997422272, + ], + [ + -89.16741835288046, + 37.064872335985854, + ], + [ + -89.13439714441921, + 36.980862281630024, + ], + [ + -89.25894452850673, + 37.06444261703774, + ], + [ + -89.31457808624036, + 37.010459174181214, + ], + [ + -89.37810801991036, + 37.039411488310236, + ], + [ + -89.48901620919867, + 37.251424074334835, + ], + [ + -89.48435016887262, + 37.33559527329621, + ], + [ + -89.24853566931786, + 37.335058124611066, + ], + ], + ], + "type": "Polygon", + }, + "id": "17003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21125 { + "geometry": { + "coordinates": [ + [ + [ + -83.94360674478314, + 37.25056463643861, + ], + [ + -83.96909050348692, + 37.167790024058604, + ], + [ + -83.87074473046104, + 37.054827655573746, + ], + [ + -83.96011734901376, + 36.97704852596553, + ], + [ + -84.09471466611122, + 36.95502542987481, + ], + [ + -84.29714903102581, + 36.94594761709595, + ], + [ + -84.35816648144332, + 36.96007462751512, + ], + [ + -84.2888937289105, + 37.15189042297847, + ], + [ + -84.2160317145884, + 37.283008417021044, + ], + [ + -84.13563225050885, + 37.31969567221608, + ], + [ + -83.94360674478314, + 37.25056463643861, + ], + ], + ], + "type": "Polygon", + }, + "id": "21125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 17153 { + "geometry": { + "coordinates": [ + [ + [ + -89.04466559968758, + 37.32984778236522, + ], + [ + -88.92945029625214, + 37.30261434402864, + ], + [ + -88.92801459153644, + 37.22650037534436, + ], + [ + -88.93339848422033, + 37.22494264415745, + ], + [ + -89.08665996262198, + 37.16053851680922, + ], + [ + -89.16741835288046, + 37.064872335985854, + ], + [ + -89.26576412590634, + 37.11052997422272, + ], + [ + -89.24853566931786, + 37.335058124611066, + ], + [ + -89.04466559968758, + 37.32984778236522, + ], + ], + ], + "type": "Polygon", + }, + "id": "17153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21131 { + "geometry": { + "coordinates": [ + [ + [ + -83.18196539310095, + 37.02082614380441, + ], + [ + -83.25985237392801, + 36.968776436214384, + ], + [ + -83.48992405461995, + 36.8953482109558, + ], + [ + -83.50894714210305, + 36.93842753550399, + ], + [ + -83.55165935739532, + 37.07969763969571, + ], + [ + -83.5082292897452, + 37.23606162193984, + ], + [ + -83.47879734307323, + 37.286070164526336, + ], + [ + -83.35353210662785, + 37.297994865336435, + ], + [ + -83.32481801231373, + 37.225909511790704, + ], + [ + -83.20350096383655, + 37.17563239486164, + ], + [ + -83.18196539310095, + 37.02082614380441, + ], + ], + ], + "type": "Polygon", + }, + "id": "21131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29223 { + "geometry": { + "coordinates": [ + [ + [ + -90.2176363524196, + 37.31496876378685, + ], + [ + -90.22337917128243, + 37.08651942799698, + ], + [ + -90.11175312963627, + 37.0411840789712, + ], + [ + -90.25855393681724, + 36.92204450060724, + ], + [ + -90.67849756616133, + 36.92644911982538, + ], + [ + -90.77971474861862, + 37.050261891750054, + ], + [ + -90.73556682861066, + 37.27103000134243, + ], + [ + -90.55071984646347, + 37.27258773252934, + ], + [ + -90.55000199410561, + 37.31760079234404, + ], + [ + -90.2176363524196, + 37.31496876378685, + ], + ], + ], + "type": "Polygon", + }, + "id": "29223", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51149 { + "geometry": { + "coordinates": [ + [ + [ + -77.2539406219497, + 37.29251594874802, + ], + [ + -77.09565417704307, + 37.30675038890421, + ], + [ + -77.00987082027962, + 37.233107304171575, + ], + [ + -77.15523592274488, + 37.11198027567259, + ], + [ + -77.39858787205709, + 36.99300184191418, + ], + [ + -77.39930572441496, + 37.170851771563896, + ], + [ + -77.37669337514258, + 37.24497829011316, + ], + [ + -77.33469901220816, + 37.31239045009818, + ], + [ + -77.2539406219497, + 37.29251594874802, + ], + ], + ], + "type": "Polygon", + }, + "id": "51149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21001 { + "geometry": { + "coordinates": [ + [ + [ + -85.16539145784918, + 37.31072528917424, + ], + [ + -85.05699575181336, + 37.25706413552881, + ], + [ + -85.04371548319308, + 37.18605307935334, + ], + [ + -85.20595011606788, + 36.99649330836759, + ], + [ + -85.23143387477167, + 36.92521367784956, + ], + [ + -85.45181454863258, + 36.938105246292906, + ], + [ + -85.52683012002824, + 37.10945567685244, + ], + [ + -85.35310984942778, + 37.19244514870651, + ], + [ + -85.16539145784918, + 37.31072528917424, + ], + ], + ], + "type": "Polygon", + }, + "id": "21001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51051 { + "geometry": { + "coordinates": [ + [ + [ + -82.14861692397135, + 37.041667512787825, + ], + [ + -82.32808001343463, + 36.97087131608643, + ], + [ + -82.46698444467921, + 37.0219541560432, + ], + [ + -82.55384457997945, + 37.20265097372416, + ], + [ + -82.31049263066723, + 37.29890801810117, + ], + [ + -82.25019303260757, + 37.271996868975684, + ], + [ + -82.14861692397135, + 37.041667512787825, + ], + ], + ], + "type": "Polygon", + }, + "id": "51051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 20019 { + "geometry": { + "coordinates": [ + [ + [ + -95.96440340321296, + 37.29917659244374, + ], + [ + -95.96440340321296, + 36.999071622056256, + ], + [ + -96.00065494728453, + 36.9988567625822, + ], + [ + -96.52540502087518, + 36.99869561797666, + ], + [ + -96.52468716851733, + 37.30272177376567, + ], + [ + -95.96440340321296, + 37.29917659244374, + ], + ], + ], + "type": "Polygon", + }, + "id": "20019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51021 { + "geometry": { + "coordinates": [ + [ + [ + -80.85468804894106, + 37.147485803760325, + ], + [ + -80.91283408992716, + 37.07335928521106, + ], + [ + -81.11419167630497, + 37.02259873446537, + ], + [ + -81.22545879177221, + 37.04741500371882, + ], + [ + -81.37943812253171, + 36.95233968644911, + ], + [ + -81.43722523733888, + 37.010083170101616, + ], + [ + -81.46235006986375, + 37.035544017777234, + ], + [ + -81.27032456413802, + 37.092642923007574, + ], + [ + -81.3281116789452, + 37.1389451396666, + ], + [ + -81.22509986559328, + 37.23487989483254, + ], + [ + -80.98138899010213, + 37.29348281638127, + ], + [ + -81.01441019856338, + 37.275327190823546, + ], + [ + -80.85468804894106, + 37.147485803760325, + ], + ], + ], + "type": "Polygon", + }, + "id": "51021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51135 { + "geometry": { + "coordinates": [ + [ + [ + -77.88995781100758, + 36.98875836730157, + ], + [ + -78.0037374097273, + 37.02275987907091, + ], + [ + -78.08270116909114, + 37.01663638406032, + ], + [ + -78.23919298310312, + 37.12009122081821, + ], + [ + -78.23129660716674, + 37.29622227467548, + ], + [ + -77.79591915212882, + 37.19260629331205, + ], + [ + -77.90000774401751, + 37.14394062243841, + ], + [ + -77.88995781100758, + 36.98875836730157, + ], + ], + ], + "type": "Polygon", + }, + "id": "51135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29109 { + "geometry": { + "coordinates": [ + [ + [ + -93.62599934750634, + 37.28198783451928, + ], + [ + -93.60877089091785, + 37.098121839596, + ], + [ + -93.61020659563357, + 36.99579501507691, + ], + [ + -93.61092444799142, + 36.922850223634946, + ], + [ + -94.06281250725998, + 36.931766891808266, + ], + [ + -94.0592232454707, + 37.0481132970095, + ], + [ + -94.0524036480711, + 37.290045064796374, + ], + [ + -93.62599934750634, + 37.28198783451928, + ], + ], + ], + "type": "Polygon", + }, + "id": "29109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06087 { + "geometry": { + "coordinates": [ + [ + [ + -121.5813237193813, + 36.900558553201655, + ], + [ + -121.64377687451453, + 36.89507963661323, + ], + [ + -121.74463513079289, + 36.90926036190092, + ], + [ + -121.80349902413685, + 36.855652923123984, + ], + [ + -121.93953204595002, + 36.97763938951918, + ], + [ + -122.10607379297196, + 36.95593858263955, + ], + [ + -122.29271540601377, + 37.10773680106, + ], + [ + -122.32071164797004, + 37.18750338080322, + ], + [ + -122.15381097476919, + 37.216240835458194, + ], + [ + -122.15237527005348, + 37.28628502400039, + ], + [ + -121.9919352680733, + 37.14474634546612, + ], + [ + -121.75576184233961, + 37.04913387951127, + ], + [ + -121.5813237193813, + 36.900558553201655, + ], + ], + ], + "type": "Polygon", + }, + "id": "06087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51053 { + "geometry": { + "coordinates": [ + [ + [ + -77.44776075857004, + 37.22268661967987, + ], + [ + -77.39930572441496, + 37.170851771563896, + ], + [ + -77.39858787205709, + 36.99300184191418, + ], + [ + -77.61896854591801, + 36.87778344895173, + ], + [ + -77.658091499421, + 36.89448877305958, + ], + [ + -77.76541042692006, + 36.974631356882405, + ], + [ + -77.88995781100758, + 36.98875836730157, + ], + [ + -77.90000774401751, + 37.14394062243841, + ], + [ + -77.79591915212882, + 37.19260629331205, + ], + [ + -77.65055404966355, + 37.265121365805896, + ], + [ + -77.44776075857004, + 37.22268661967987, + ], + ], + ], + "type": "Polygon", + }, + "id": "51053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21133 { + "geometry": { + "coordinates": [ + [ + [ + -82.73258981708489, + 37.27151343515906, + ], + [ + -82.5653302177051, + 37.19609775976546, + ], + [ + -82.72684699822206, + 37.115095738046406, + ], + [ + -82.72325773643279, + 37.04467554542461, + ], + [ + -82.8693406912559, + 36.97420163793429, + ], + [ + -82.93861344378874, + 37.015239797478955, + ], + [ + -83.14822633228185, + 36.954703140663725, + ], + [ + -83.12202472122021, + 37.00105907219127, + ], + [ + -83.05418767340309, + 37.018838693669395, + ], + [ + -83.06100727080269, + 37.11536431238898, + ], + [ + -82.99998982038518, + 37.19599033002843, + ], + [ + -82.81980887856403, + 37.268827691733364, + ], + [ + -82.73258981708489, + 37.27151343515906, + ], + ], + ], + "type": "Polygon", + }, + "id": "21133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29201 { + "geometry": { + "coordinates": [ + [ + [ + -89.31457808624036, + 37.010459174181214, + ], + [ + -89.51988386058635, + 36.869618788937615, + ], + [ + -89.69180950029218, + 36.85952039365699, + ], + [ + -89.68786131232399, + 36.92757713206417, + ], + [ + -89.78620708534987, + 37.08335025075466, + ], + [ + -89.7650304407932, + 37.12599985635474, + ], + [ + -89.62074211686472, + 37.23294615956603, + ], + [ + -89.48901620919867, + 37.251424074334835, + ], + [ + -89.37810801991036, + 37.039411488310236, + ], + [ + -89.31457808624036, + 37.010459174181214, + ], + ], + ], + "type": "Polygon", + }, + "id": "29201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51037 { + "geometry": { + "coordinates": [ + [ + [ + -78.44342197891235, + 37.079375350484625, + ], + [ + -78.49295379160422, + 36.89115845121171, + ], + [ + -78.64836882707942, + 36.69789235429849, + ], + [ + -78.66559728366789, + 36.84308364389172, + ], + [ + -78.904642118833, + 37.022276445254285, + ], + [ + -78.82424265475345, + 37.20533671714986, + ], + [ + -78.68174896171959, + 37.24868461604062, + ], + [ + -78.6925167470874, + 37.20436984951661, + ], + [ + -78.44342197891235, + 37.079375350484625, + ], + ], + ], + "type": "Polygon", + }, + "id": "51037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51155 { + "geometry": { + "coordinates": [ + [ + [ + -80.52519381668647, + 37.148560101130606, + ], + [ + -80.58010952206223, + 37.08952746063376, + ], + [ + -80.54385797799064, + 36.984568607557485, + ], + [ + -80.63394844890122, + 36.931766891808266, + ], + [ + -80.74054952404241, + 36.87896517605904, + ], + [ + -80.91283408992716, + 37.07335928521106, + ], + [ + -80.85468804894106, + 37.147485803760325, + ], + [ + -80.60702898548172, + 37.244924575244646, + ], + [ + -80.52519381668647, + 37.148560101130606, + ], + ], + ], + "type": "Polygon", + }, + "id": "51155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51181 { + "geometry": { + "coordinates": [ + [ + [ + -76.67499269534113, + 37.139643432957286, + ], + [ + -76.69760504461351, + 37.05976942347703, + ], + [ + -76.84978974447837, + 36.99622473402502, + ], + [ + -76.95351941018815, + 36.94444360077756, + ], + [ + -76.96572290027166, + 37.054827655573746, + ], + [ + -77.15523592274488, + 37.11198027567259, + ], + [ + -77.00987082027962, + 37.233107304171575, + ], + [ + -76.80133471032329, + 37.205873865835, + ], + [ + -76.67499269534113, + 37.139643432957286, + ], + ], + ], + "type": "Polygon", + }, + "id": "51181", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51067 { + "geometry": { + "coordinates": [ + [ + [ + -79.59413930855094, + 37.042204661472965, + ], + [ + -79.6407997118114, + 36.85613635694061, + ], + [ + -79.76175783410964, + 36.78845562261302, + ], + [ + -79.99972589073796, + 36.830729224133506, + ], + [ + -80.04136132749345, + 36.79436425814956, + ], + [ + -80.0664861600183, + 36.84098876401967, + ], + [ + -80.23554039029273, + 36.872143387757774, + ], + [ + -80.10632696587916, + 37.02523076302255, + ], + [ + -80.12822146279368, + 37.12288439398093, + ], + [ + -80.0083401190322, + 37.17262436222486, + ], + [ + -79.9623975681296, + 37.1370114044001, + ], + [ + -79.84718226469417, + 37.22542607797408, + ], + [ + -79.72442951150128, + 37.19228400410097, + ], + [ + -79.59413930855094, + 37.042204661472965, + ], + ], + ], + "type": "Polygon", + }, + "id": "51067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21007 { + "geometry": { + "coordinates": [ + [ + [ + -88.81602962371134, + 36.954058562241556, + ], + [ + -88.99046774666967, + 36.91925132744451, + ], + [ + -89.10101700977904, + 36.943047014196196, + ], + [ + -89.13439714441921, + 36.980862281630024, + ], + [ + -89.16741835288046, + 37.064872335985854, + ], + [ + -89.08665996262198, + 37.16053851680922, + ], + [ + -88.93339848422033, + 37.22494264415745, + ], + [ + -88.81602962371134, + 36.954058562241556, + ], + ], + ], + "type": "Polygon", + }, + "id": "21007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21145 { + "geometry": { + "coordinates": [ + [ + [ + -88.56621700317845, + 37.08028850324936, + ], + [ + -88.48258720348856, + 37.02275987907091, + ], + [ + -88.48402290820427, + 36.942348720905514, + ], + [ + -88.812799288101, + 36.94653848064961, + ], + [ + -88.81602962371134, + 36.954058562241556, + ], + [ + -88.93339848422033, + 37.22494264415745, + ], + [ + -88.92801459153644, + 37.22650037534436, + ], + [ + -88.56621700317845, + 37.08028850324936, + ], + ], + ], + "type": "Polygon", + }, + "id": "21145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51700 { + "geometry": { + "coordinates": [ + [ + [ + -76.43558893399711, + 37.09489894748516, + ], + [ + -76.38785175219988, + 36.989617805197796, + ], + [ + -76.62617873500712, + 37.12696672398799, + ], + [ + -76.60895027841865, + 37.16811231326969, + ], + [ + -76.59136289565124, + 37.2147368191398, + ], + [ + -76.43558893399711, + 37.09489894748516, + ], + ], + ], + "type": "Polygon", + }, + "id": "51700", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51195 { + "geometry": { + "coordinates": [ + [ + [ + -82.32808001343463, + 36.97087131608643, + ], + [ + -82.29864806676265, + 36.90593004005305, + ], + [ + -82.40668484661956, + 36.87627943263334, + ], + [ + -82.63460297023792, + 36.8784280273739, + ], + [ + -82.77135384440895, + 36.799896889606494, + ], + [ + -82.87831384572907, + 36.892447608056045, + ], + [ + -82.8693406912559, + 36.97420163793429, + ], + [ + -82.72325773643279, + 37.04467554542461, + ], + [ + -82.72684699822206, + 37.115095738046406, + ], + [ + -82.5653302177051, + 37.19609775976546, + ], + [ + -82.55384457997945, + 37.20265097372416, + ], + [ + -82.46698444467921, + 37.0219541560432, + ], + [ + -82.32808001343463, + 36.97087131608643, + ], + ], + ], + "type": "Polygon", + }, + "id": "51195", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21227 { + "geometry": { + "coordinates": [ + [ + [ + -86.39902073481981, + 37.169938618799165, + ], + [ + -86.28165187431082, + 37.08114794114559, + ], + [ + -86.11367442257318, + 37.06111229518988, + ], + [ + -86.16679549705432, + 36.934022916285855, + ], + [ + -86.40584033221941, + 36.776154917723325, + ], + [ + -86.40081536571445, + 36.80720211172439, + ], + [ + -86.58314986460914, + 36.83024579031688, + ], + [ + -86.61150503274435, + 36.88283264659205, + ], + [ + -86.67431711405649, + 36.99966248560991, + ], + [ + -86.62334959664892, + 37.180950166844525, + ], + [ + -86.39902073481981, + 37.169938618799165, + ], + ], + ], + "type": "Polygon", + }, + "id": "21227", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21207 { + "geometry": { + "coordinates": [ + [ + [ + -84.90086286398031, + 37.116008890811145, + ], + [ + -84.83517937323674, + 36.99751389086935, + ], + [ + -85.06417427539189, + 36.85871467062928, + ], + [ + -85.21528219671998, + 36.85452491088519, + ], + [ + -85.23143387477167, + 36.92521367784956, + ], + [ + -85.20595011606788, + 36.99649330836759, + ], + [ + -85.04371548319308, + 37.18605307935334, + ], + [ + -84.90086286398031, + 37.116008890811145, + ], + ], + ], + "type": "Polygon", + }, + "id": "21207", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21169 { + "geometry": { + "coordinates": [ + [ + [ + -85.52683012002824, + 37.10945567685244, + ], + [ + -85.45181454863258, + 36.938105246292906, + ], + [ + -85.59610287256108, + 36.818106230032726, + ], + [ + -85.73931441795277, + 36.841311053230754, + ], + [ + -85.74398045827881, + 37.17004604853619, + ], + [ + -85.68655226965056, + 37.18213189395183, + ], + [ + -85.52683012002824, + 37.10945567685244, + ], + ], + ], + "type": "Polygon", + }, + "id": "21169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21143 { + "geometry": { + "coordinates": [ + [ + [ + -88.09602370878464, + 37.179607295131675, + ], + [ + -88.04254370812458, + 37.1747192420969, + ], + [ + -87.87707873963943, + 36.96050434646323, + ], + [ + -88.15740008538108, + 36.867094190117456, + ], + [ + -88.23923525417635, + 36.98080856676151, + ], + [ + -88.19329270327374, + 37.1470023699437, + ], + [ + -88.09602370878464, + 37.179607295131675, + ], + ], + ], + "type": "Polygon", + }, + "id": "21143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21009 { + "geometry": { + "coordinates": [ + [ + [ + -85.73931441795277, + 36.841311053230754, + ], + [ + -85.97692354840217, + 36.72249376407788, + ], + [ + -86.16679549705432, + 36.934022916285855, + ], + [ + -86.11367442257318, + 37.06111229518988, + ], + [ + -86.05660516012387, + 37.16730659024198, + ], + [ + -85.90657401733256, + 37.148398956525064, + ], + [ + -85.74398045827881, + 37.17004604853619, + ], + [ + -85.73931441795277, + 36.841311053230754, + ], + ], + ], + "type": "Polygon", + }, + "id": "21009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21047 { + "geometry": { + "coordinates": [ + [ + [ + -87.3336645047446, + 37.157047050355814, + ], + [ + -87.26008463806465, + 37.07137183507604, + ], + [ + -87.33581806181816, + 36.641491742358824, + ], + [ + -87.64126424008468, + 36.63805399077393, + ], + [ + -87.69402638838689, + 36.63708712314069, + ], + [ + -87.65992840138885, + 36.96673527121085, + ], + [ + -87.7335082680688, + 37.001972224956006, + ], + [ + -87.6807461197666, + 37.14925839442128, + ], + [ + -87.52353645339676, + 37.105803065793495, + ], + [ + -87.3336645047446, + 37.157047050355814, + ], + ], + ], + "type": "Polygon", + }, + "id": "21047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51093 { + "geometry": { + "coordinates": [ + [ + [ + -76.52460262637089, + 36.907595200976985, + ], + [ + -76.8975269262756, + 36.64401634117898, + ], + [ + -76.90973041635911, + 36.64815238605456, + ], + [ + -76.92480531587402, + 36.70772217523654, + ], + [ + -76.81533283130142, + 36.91280554322284, + ], + [ + -76.84978974447837, + 36.99622473402502, + ], + [ + -76.69760504461351, + 37.05976942347703, + ], + [ + -76.67499269534113, + 37.139643432957286, + ], + [ + -76.65381605078446, + 37.03903548423064, + ], + [ + -76.48619752522575, + 36.95540143395441, + ], + [ + -76.52460262637089, + 36.907595200976985, + ], + ], + ], + "type": "Polygon", + }, + "id": "51093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51167 { + "geometry": { + "coordinates": [ + [ + [ + -81.7803586643927, + 36.95862432606525, + ], + [ + -81.83671007448416, + 36.92902743351405, + ], + [ + -81.94725933759354, + 36.86462330616581, + ], + [ + -82.07790846672282, + 36.855008344701815, + ], + [ + -82.10411007778445, + 36.79839287328811, + ], + [ + -82.33202820140282, + 36.70933362129196, + ], + [ + -82.40668484661956, + 36.87627943263334, + ], + [ + -82.29864806676265, + 36.90593004005305, + ], + [ + -82.32808001343463, + 36.97087131608643, + ], + [ + -82.14861692397135, + 37.041667512787825, + ], + [ + -82.01796779484208, + 37.06852494704481, + ], + [ + -81.90095786051201, + 37.14254403585704, + ], + [ + -81.7803586643927, + 36.95862432606525, + ], + ], + ], + "type": "Polygon", + }, + "id": "51167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51143 { + "geometry": { + "coordinates": [ + [ + [ + -79.09092480569589, + 37.0639054683526, + ], + [ + -79.21870252539374, + 36.54158208692286, + ], + [ + -79.3425320571234, + 36.54136722744881, + ], + [ + -79.3044858821572, + 36.582190527519415, + ], + [ + -79.39888346721489, + 36.64455348986412, + ], + [ + -79.50117742820896, + 36.61807205968674, + ], + [ + -79.47030977682127, + 36.54083007876367, + ], + [ + -79.51050950886105, + 36.540776363895155, + ], + [ + -79.71473850467027, + 36.54190437613394, + ], + [ + -79.6407997118114, + 36.85613635694061, + ], + [ + -79.59413930855094, + 37.042204661472965, + ], + [ + -79.48179541454692, + 37.006108269831586, + ], + [ + -79.44303138722285, + 37.05584823807551, + ], + [ + -79.25280051239177, + 37.13099533912654, + ], + [ + -79.19573124994244, + 37.05450536636266, + ], + [ + -79.09092480569589, + 37.0639054683526, + ], + ], + ], + "type": "Polygon", + }, + "id": "51143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51063 { + "geometry": { + "coordinates": [ + [ + [ + -80.12822146279368, + 37.12288439398093, + ], + [ + -80.10632696587916, + 37.02523076302255, + ], + [ + -80.23554039029273, + 36.872143387757774, + ], + [ + -80.38593045926295, + 36.798339158419594, + ], + [ + -80.46417636626894, + 36.70868904286979, + ], + [ + -80.63394844890122, + 36.931766891808266, + ], + [ + -80.54385797799064, + 36.984568607557485, + ], + [ + -80.34788428429674, + 37.02157815196361, + ], + [ + -80.17811220166448, + 37.11337686225396, + ], + [ + -80.12822146279368, + 37.12288439398093, + ], + ], + ], + "type": "Polygon", + }, + "id": "51063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29207 { + "geometry": { + "coordinates": [ + [ + [ + -89.86660654942942, + 37.12616100096028, + ], + [ + -89.7650304407932, + 37.12599985635474, + ], + [ + -89.78620708534987, + 37.08335025075466, + ], + [ + -89.68786131232399, + 36.92757713206417, + ], + [ + -89.69180950029218, + 36.85952039365699, + ], + [ + -89.70078265476535, + 36.627472161676685, + ], + [ + -89.95920950359248, + 36.62924475233764, + ], + [ + -90.14836359988678, + 36.63058762405049, + ], + [ + -90.15159393549712, + 36.71556454603957, + ], + [ + -90.25855393681724, + 36.92204450060724, + ], + [ + -90.11175312963627, + 37.0411840789712, + ], + [ + -89.95920950359248, + 37.054397936625634, + ], + [ + -89.95956842977141, + 37.12723529833056, + ], + [ + -89.86660654942942, + 37.12616100096028, + ], + ], + ], + "type": "Polygon", + }, + "id": "29207", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51111 { + "geometry": { + "coordinates": [ + [ + [ + -78.23919298310312, + 37.12009122081821, + ], + [ + -78.08270116909114, + 37.01663638406032, + ], + [ + -78.0037374097273, + 37.02275987907091, + ], + [ + -78.02742653753646, + 36.77782007864725, + ], + [ + -78.24134654017669, + 36.80795411988359, + ], + [ + -78.49295379160422, + 36.89115845121171, + ], + [ + -78.44342197891235, + 37.079375350484625, + ], + [ + -78.23919298310312, + 37.12009122081821, + ], + ], + ], + "type": "Polygon", + }, + "id": "51111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51650 { + "geometry": { + "coordinates": [ + [ + [ + -76.38785175219988, + 36.989617805197796, + ], + [ + -76.43558893399711, + 37.09489894748516, + ], + [ + -76.39431242342054, + 37.10623278474161, + ], + [ + -76.3813910809792, + 37.111872845935565, + ], + [ + -76.27120074404874, + 37.084531977861964, + ], + [ + -76.38785175219988, + 36.989617805197796, + ], + ], + ], + "type": "Polygon", + }, + "id": "51650", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51183 { + "geometry": { + "coordinates": [ + [ + [ + -76.95351941018815, + 36.94444360077756, + ], + [ + -77.43017337580264, + 36.707668460368026, + ], + [ + -77.49011404768338, + 36.721204607233545, + ], + [ + -77.45852854393783, + 36.86295814524188, + ], + [ + -77.61896854591801, + 36.87778344895173, + ], + [ + -77.39858787205709, + 36.99300184191418, + ], + [ + -77.15523592274488, + 37.11198027567259, + ], + [ + -76.96572290027166, + 37.054827655573746, + ], + [ + -76.95351941018815, + 36.94444360077756, + ], + ], + ], + "type": "Polygon", + }, + "id": "51183", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29035 { + "geometry": { + "coordinates": [ + [ + [ + -90.77971474861862, + 37.050261891750054, + ], + [ + -90.67849756616133, + 36.92644911982538, + ], + [ + -90.66270481428856, + 36.811445586336994, + ], + [ + -91.11602857827282, + 36.82363886148966, + ], + [ + -91.22478321048757, + 36.825680026493195, + ], + [ + -91.22298857959294, + 36.883853229093816, + ], + [ + -91.21724576073011, + 37.0861971387859, + ], + [ + -91.01768280524693, + 37.09565095564436, + ], + [ + -90.96456173076581, + 37.05359221359792, + ], + [ + -90.77971474861862, + 37.050261891750054, + ], + ], + ], + "type": "Polygon", + }, + "id": "29035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29043 { + "geometry": { + "coordinates": [ + [ + [ + -93.06535665602303, + 37.08861430786902, + ], + [ + -92.90312202314821, + 37.070619826916854, + ], + [ + -92.90922376818997, + 36.80918956185941, + ], + [ + -93.30440149118813, + 36.81681707318839, + ], + [ + -93.34244766615434, + 36.8172467921365, + ], + [ + -93.3377816258283, + 36.99246469322904, + ], + [ + -93.61020659563357, + 36.99579501507691, + ], + [ + -93.60877089091785, + 37.098121839596, + ], + [ + -93.06535665602303, + 37.08861430786902, + ], + ], + ], + "type": "Polygon", + }, + "id": "29043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51197 { + "geometry": { + "coordinates": [ + [ + [ + -80.74054952404241, + 36.87896517605904, + ], + [ + -81.04240644051966, + 36.80639638869668, + ], + [ + -81.0983989244322, + 36.76901084021097, + ], + [ + -81.26171033584379, + 36.76310220467443, + ], + [ + -81.37943812253171, + 36.95233968644911, + ], + [ + -81.22545879177221, + 37.04741500371882, + ], + [ + -81.11419167630497, + 37.02259873446537, + ], + [ + -80.91283408992716, + 37.07335928521106, + ], + [ + -80.74054952404241, + 36.87896517605904, + ], + ], + ], + "type": "Polygon", + }, + "id": "51197", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21141 { + "geometry": { + "coordinates": [ + [ + [ + -86.61150503274435, + 36.88283264659205, + ], + [ + -86.69082771828711, + 36.843728222313885, + ], + [ + -86.76368973260921, + 36.648850679345244, + ], + [ + -87.06088060876041, + 36.643103188414244, + ], + [ + -87.05334315900295, + 37.06095115058434, + ], + [ + -86.94171711735679, + 37.06906209572995, + ], + [ + -86.67431711405649, + 36.99966248560991, + ], + [ + -86.61150503274435, + 36.88283264659205, + ], + ], + ], + "type": "Polygon", + }, + "id": "21141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21219 { + "geometry": { + "coordinates": [ + [ + [ + -87.05334315900295, + 37.06095115058434, + ], + [ + -87.06088060876041, + 36.643103188414244, + ], + [ + -87.11507846177832, + 36.64235118025505, + ], + [ + -87.33581806181816, + 36.641491742358824, + ], + [ + -87.26008463806465, + 37.07137183507604, + ], + [ + -87.25003470505472, + 37.04102293436566, + ], + [ + -87.05334315900295, + 37.06095115058434, + ], + ], + ], + "type": "Polygon", + }, + "id": "21219", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29067 { + "geometry": { + "coordinates": [ + [ + [ + -92.68597168489764, + 37.067020930726414, + ], + [ + -92.25131208221757, + 37.05966199374, + ], + [ + -92.08907744934275, + 37.05622424215511, + ], + [ + -92.11240765097298, + 36.794203113544015, + ], + [ + -92.76529437044042, + 36.8060740994856, + ], + [ + -92.90922376818997, + 36.80918956185941, + ], + [ + -92.90312202314821, + 37.070619826916854, + ], + [ + -92.68597168489764, + 37.067020930726414, + ], + ], + ], + "type": "Polygon", + }, + "id": "29067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21157 { + "geometry": { + "coordinates": [ + [ + [ + -88.23923525417635, + 36.98080856676151, + ], + [ + -88.15740008538108, + 36.867094190117456, + ], + [ + -88.11073968212064, + 36.74693402925173, + ], + [ + -88.4858175390989, + 36.75037178083662, + ], + [ + -88.48402290820427, + 36.942348720905514, + ], + [ + -88.48258720348856, + 37.02275987907091, + ], + [ + -88.36270585972709, + 37.0639054683526, + ], + [ + -88.23923525417635, + 36.98080856676151, + ], + ], + ], + "type": "Polygon", + }, + "id": "21157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29133 { + "geometry": { + "coordinates": [ + [ + [ + -89.13439714441921, + 36.980862281630024, + ], + [ + -89.10101700977904, + 36.943047014196196, + ], + [ + -89.12291150669357, + 36.78485672642259, + ], + [ + -89.20008063516278, + 36.71728342183202, + ], + [ + -89.17710935971148, + 36.65271814987825, + ], + [ + -89.2503303002125, + 36.564249761435754, + ], + [ + -89.3274994286817, + 36.63187678089483, + ], + [ + -89.51988386058635, + 36.869618788937615, + ], + [ + -89.31457808624036, + 37.010459174181214, + ], + [ + -89.25894452850673, + 37.06444261703774, + ], + [ + -89.13439714441921, + 36.980862281630024, + ], + ], + ], + "type": "Polygon", + }, + "id": "29133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51083 { + "geometry": { + "coordinates": [ + [ + [ + -78.904642118833, + 37.022276445254285, + ], + [ + -78.66559728366789, + 36.84308364389172, + ], + [ + -78.64836882707942, + 36.69789235429849, + ], + [ + -78.70256668009733, + 36.67576182847073, + ], + [ + -78.73415218384287, + 36.54190437613394, + ], + [ + -78.79624641279717, + 36.54163580179137, + ], + [ + -79.13830306131419, + 36.541689516659886, + ], + [ + -79.21870252539374, + 36.54158208692286, + ], + [ + -79.09092480569589, + 37.0639054683526, + ], + [ + -78.904642118833, + 37.022276445254285, + ], + ], + ], + "type": "Polygon", + }, + "id": "51083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29091 { + "geometry": { + "coordinates": [ + [ + [ + -91.65549462519945, + 37.04891902003721, + ], + [ + -91.65800710845194, + 36.88906357133966, + ], + [ + -91.672364155609, + 36.49946963000792, + ], + [ + -92.12030402690937, + 36.49887876645427, + ], + [ + -92.11240765097298, + 36.794203113544015, + ], + [ + -92.08907744934275, + 37.05622424215511, + ], + [ + -91.65549462519945, + 37.04891902003721, + ], + ], + ], + "type": "Polygon", + }, + "id": "29091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29145 { + "geometry": { + "coordinates": [ + [ + [ + -94.0592232454707, + 37.0481132970095, + ], + [ + -94.06281250725998, + 36.931766891808266, + ], + [ + -94.06891425230172, + 36.74779346714796, + ], + [ + -94.61843023223831, + 36.76648624139081, + ], + [ + -94.61807130605938, + 36.998910477450714, + ], + [ + -94.61807130605938, + 37.056815105708765, + ], + [ + -94.0592232454707, + 37.0481132970095, + ], + ], + ], + "type": "Polygon", + }, + "id": "29145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21121 { + "geometry": { + "coordinates": [ + [ + [ + -83.5893466061826, + 36.95572372316549, + ], + [ + -83.58324486114086, + 36.90329801149586, + ], + [ + -83.79824164231788, + 36.78485672642259, + ], + [ + -83.87756432786064, + 36.687203095464206, + ], + [ + -84.06456486708139, + 36.85323575404085, + ], + [ + -84.09471466611122, + 36.95502542987481, + ], + [ + -83.96011734901376, + 36.97704852596553, + ], + [ + -83.87074473046104, + 37.054827655573746, + ], + [ + -83.5893466061826, + 36.95572372316549, + ], + ], + ], + "type": "Polygon", + }, + "id": "21121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51025 { + "geometry": { + "coordinates": [ + [ + [ + -77.88995781100758, + 36.98875836730157, + ], + [ + -77.76541042692006, + 36.974631356882405, + ], + [ + -77.658091499421, + 36.89448877305958, + ], + [ + -77.65593794234745, + 36.71352338103605, + ], + [ + -77.76720505781469, + 36.54544955745587, + ], + [ + -77.8996488178386, + 36.54459011955964, + ], + [ + -78.04609069884063, + 36.54410668574302, + ], + [ + -78.02742653753646, + 36.77782007864725, + ], + [ + -78.0037374097273, + 37.02275987907091, + ], + [ + -77.88995781100758, + 36.98875836730157, + ], + ], + ], + "type": "Polygon", + }, + "id": "51025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21095 { + "geometry": { + "coordinates": [ + [ + [ + -83.12202472122021, + 37.00105907219127, + ], + [ + -83.14822633228185, + 36.954703140663725, + ], + [ + -82.93861344378874, + 37.015239797478955, + ], + [ + -82.8693406912559, + 36.97420163793429, + ], + [ + -82.87831384572907, + 36.892447608056045, + ], + [ + -83.07213398234941, + 36.85441748114816, + ], + [ + -83.13566391601942, + 36.74263683977061, + ], + [ + -83.46085103412689, + 36.6648577101624, + ], + [ + -83.51145962535554, + 36.80784669014656, + ], + [ + -83.48992405461995, + 36.8953482109558, + ], + [ + -83.25985237392801, + 36.968776436214384, + ], + [ + -83.18196539310095, + 37.02082614380441, + ], + [ + -83.12202472122021, + 37.00105907219127, + ], + ], + ], + "type": "Polygon", + }, + "id": "21095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51173 { + "geometry": { + "coordinates": [ + [ + [ + -81.43722523733888, + 37.010083170101616, + ], + [ + -81.37943812253171, + 36.95233968644911, + ], + [ + -81.26171033584379, + 36.76310220467443, + ], + [ + -81.52480322499697, + 36.70788331984208, + ], + [ + -81.60592054143437, + 36.6386985691961, + ], + [ + -81.69960027413421, + 36.789798494325865, + ], + [ + -81.83671007448416, + 36.92902743351405, + ], + [ + -81.7803586643927, + 36.95862432606525, + ], + [ + -81.68308966990358, + 36.93300233378409, + ], + [ + -81.43722523733888, + 37.010083170101616, + ], + ], + ], + "type": "Polygon", + }, + "id": "51173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 04017 { + "geometry": { + "coordinates": [ + [ + [ + -110.00057055631547, + 36.99794360981746, + ], + [ + -110.00057055631547, + 35.66259197856043, + ], + [ + -109.82720921189393, + 35.662430833954886, + ], + [ + -109.84371981612455, + 35.517884122783826, + ], + [ + -109.84479659466133, + 34.823941736451985, + ], + [ + -109.86525538686014, + 34.56063145099655, + ], + [ + -109.84874478262952, + 34.47339850452988, + ], + [ + -109.8591536418184, + 33.77827439109074, + ], + [ + -109.89181592410071, + 33.777790957274114, + ], + [ + -109.89181592410071, + 33.56787325112156, + ], + [ + -110.00057055631547, + 33.57695106390042, + ], + [ + -110.00057055631547, + 34.00006308318488, + ], + [ + -110.750726270272, + 34.00006308318488, + ], + [ + -110.750726270272, + 34.263265938903274, + ], + [ + -110.750726270272, + 37.003153952063315, + ], + [ + -110.00057055631547, + 36.99794360981746, + ], + ], + ], + "type": "Polygon", + }, + "id": "04017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 04005 { + "geometry": { + "coordinates": [ + [ + [ + -110.750726270272, + 37.003153952063315, + ], + [ + -110.750726270272, + 34.263265938903274, + ], + [ + -110.84655956004539, + 34.26697226483074, + ], + [ + -111.04361003227608, + 34.379612344104515, + ], + [ + -111.25394077312706, + 34.45223484633539, + ], + [ + -111.47826963495616, + 34.41339899639979, + ], + [ + -111.55507983724645, + 34.47216306255407, + ], + [ + -111.55220842781503, + 34.80250950391492, + ], + [ + -111.77797299435984, + 34.80331522694263, + ], + [ + -111.77833192053878, + 34.98127258632937, + ], + [ + -112.33466749787496, + 34.97300049657822, + ], + [ + -112.33574427641175, + 35.148272112539274, + ], + [ + -112.44234535155293, + 35.14940012477807, + ], + [ + -112.44090964683723, + 35.260482472864936, + ], + [ + -112.57730159482932, + 35.24334742980898, + ], + [ + -112.63078159548938, + 35.29996290122269, + ], + [ + -112.95345623034437, + 35.35609493881978, + ], + [ + -113.17455475656314, + 35.506442855790354, + ], + [ + -113.33427690618547, + 35.52798251806445, + ], + [ + -113.33391798000653, + 35.80300264485592, + ], + [ + -113.31022885219738, + 35.89195446711504, + ], + [ + -113.35401784602642, + 36.04101322724128, + ], + [ + -113.22372764307607, + 36.09172006311846, + ], + [ + -113.19860281055122, + 36.15177328611706, + ], + [ + -113.01267904986726, + 36.23868394337265, + ], + [ + -112.79193944982741, + 36.28514730463722, + ], + [ + -112.62360307191085, + 36.410410378011775, + ], + [ + -112.65554750183531, + 36.51391892963817, + ], + [ + -112.622885219553, + 36.59207406332598, + ], + [ + -112.61427099125876, + 36.79801686920851, + ], + [ + -112.52920548685316, + 36.95239340131762, + ], + [ + -112.54033219839988, + 37.000629353243156, + ], + [ + -111.4125861442126, + 37.001435076270866, + ], + [ + -110.750726270272, + 37.003153952063315, + ], + ], + ], + "type": "Polygon", + }, + "id": "04005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21221 { + "geometry": { + "coordinates": [ + [ + [ + -87.69402638838689, + 36.63708712314069, + ], + [ + -88.07053995008086, + 36.67807156781683, + ], + [ + -88.11073968212064, + 36.74693402925173, + ], + [ + -88.15740008538108, + 36.867094190117456, + ], + [ + -87.87707873963943, + 36.96050434646323, + ], + [ + -87.7335082680688, + 37.001972224956006, + ], + [ + -87.65992840138885, + 36.96673527121085, + ], + [ + -87.69402638838689, + 36.63708712314069, + ], + ], + ], + "type": "Polygon", + }, + "id": "21221", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40105 { + "geometry": { + "coordinates": [ + [ + [ + -95.52256527695434, + 36.99928648153031, + ], + [ + -95.40770889969784, + 36.99928648153031, + ], + [ + -95.43175695368592, + 36.942778439853626, + ], + [ + -95.43139802750699, + 36.59755297991441, + ], + [ + -95.80970622009559, + 36.59744555017738, + ], + [ + -95.81006514627452, + 36.94186528708889, + ], + [ + -95.7867349446443, + 36.99928648153031, + ], + [ + -95.52256527695434, + 36.99928648153031, + ], + ], + ], + "type": "Polygon", + }, + "id": "40105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40113 { + "geometry": { + "coordinates": [ + [ + [ + -96.00065494728453, + 36.9988567625822, + ], + [ + -96.00101387346346, + 36.423677950534724, + ], + [ + -96.00173172582132, + 36.161334532712544, + ], + [ + -96.26841387676376, + 36.16197911113471, + ], + [ + -96.25369790342776, + 36.22364378018874, + ], + [ + -96.35347938116935, + 36.236105629683976, + ], + [ + -96.48161602704614, + 36.33515584722372, + ], + [ + -96.55017092722112, + 36.299005740713824, + ], + [ + -96.63272394837422, + 36.42496710737906, + ], + [ + -96.7174305266009, + 36.445163897940304, + ], + [ + -96.76947482254525, + 36.56537777367455, + ], + [ + -96.8767937500443, + 36.470517315878894, + ], + [ + -97.00995536242606, + 36.50688228186284, + ], + [ + -96.9119685155791, + 36.59825127320509, + ], + [ + -97.0537443562551, + 36.59459866214614, + ], + [ + -97.06307643690718, + 36.68623622783096, + ], + [ + -96.9349397910304, + 36.684302492564456, + ], + [ + -96.88863831394887, + 36.75176836741799, + ], + [ + -96.7526052921357, + 36.78206355325986, + ], + [ + -96.74973388270429, + 36.99896419231923, + ], + [ + -96.52540502087518, + 36.99869561797666, + ], + [ + -96.00065494728453, + 36.9988567625822, + ], + ], + ], + "type": "Polygon", + }, + "id": "40113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40151 { + "geometry": { + "coordinates": [ + [ + [ + -99.0002010245739, + 36.999447626135854, + ], + [ + -98.54472370351607, + 36.99874933284517, + ], + [ + -98.53359699196935, + 36.463212093761, + ], + [ + -98.60897148954393, + 36.39112674021526, + ], + [ + -98.78197390778654, + 36.449031368473314, + ], + [ + -98.84370921056191, + 36.50618398857216, + ], + [ + -98.96036021871305, + 36.50682856699433, + ], + [ + -98.97758867530152, + 36.59911071110132, + ], + [ + -99.13982330817633, + 36.78303042089311, + ], + [ + -99.29523834365153, + 36.81950281661409, + ], + [ + -99.29523834365153, + 36.819556531482604, + ], + [ + -99.45603727181064, + 36.999447626135854, + ], + [ + -99.0002010245739, + 36.999447626135854, + ], + ], + ], + "type": "Polygon", + }, + "id": "40151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40035 { + "geometry": { + "coordinates": [ + [ + [ + -95.07390755329612, + 36.99955505587288, + ], + [ + -95.0075062101947, + 36.99950134100437, + ], + [ + -94.99960983425832, + 36.67065891596191, + ], + [ + -95.006070505479, + 36.5097828847626, + ], + [ + -95.32802728797614, + 36.51026631857923, + ], + [ + -95.32838621415506, + 36.59755297991441, + ], + [ + -95.43139802750699, + 36.59755297991441, + ], + [ + -95.43175695368592, + 36.942778439853626, + ], + [ + -95.40770889969784, + 36.99928648153031, + ], + [ + -95.07390755329612, + 36.99955505587288, + ], + ], + ], + "type": "Polygon", + }, + "id": "40035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40147 { + "geometry": { + "coordinates": [ + [ + [ + -95.7867349446443, + 36.99928648153031, + ], + [ + -95.81006514627452, + 36.94186528708889, + ], + [ + -95.80970622009559, + 36.59744555017738, + ], + [ + -95.81257762952701, + 36.423570520797696, + ], + [ + -96.00101387346346, + 36.423677950534724, + ], + [ + -96.00065494728453, + 36.9988567625822, + ], + [ + -95.96440340321296, + 36.999071622056256, + ], + [ + -95.7867349446443, + 36.99928648153031, + ], + ], + ], + "type": "Polygon", + }, + "id": "40147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40053 { + "geometry": { + "coordinates": [ + [ + [ + -97.46220234787353, + 36.99869561797666, + ], + [ + -97.46256127405246, + 36.593578079644374, + ], + [ + -98.10432128197317, + 36.59352436477586, + ], + [ + -98.11221765790955, + 36.998104754423004, + ], + [ + -97.80246436549592, + 36.99869561797666, + ], + [ + -97.46220234787353, + 36.99869561797666, + ], + ], + ], + "type": "Polygon", + }, + "id": "40053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40003 { + "geometry": { + "coordinates": [ + [ + [ + -98.34731430510647, + 36.99815846929152, + ], + [ + -98.11221765790955, + 36.998104754423004, + ], + [ + -98.10432128197317, + 36.59352436477586, + ], + [ + -98.10432128197317, + 36.46310466402397, + ], + [ + -98.53359699196935, + 36.463212093761, + ], + [ + -98.54472370351607, + 36.99874933284517, + ], + [ + -98.34731430510647, + 36.99815846929152, + ], + ], + ], + "type": "Polygon", + }, + "id": "40003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40071 { + "geometry": { + "coordinates": [ + [ + [ + -96.74973388270429, + 36.99896419231923, + ], + [ + -96.7526052921357, + 36.78206355325986, + ], + [ + -96.88863831394887, + 36.75176836741799, + ], + [ + -96.9349397910304, + 36.684302492564456, + ], + [ + -97.06307643690718, + 36.68623622783096, + ], + [ + -97.0537443562551, + 36.59459866214614, + ], + [ + -97.46148449551568, + 36.593578079644374, + ], + [ + -97.46256127405246, + 36.593578079644374, + ], + [ + -97.46220234787353, + 36.99869561797666, + ], + [ + -97.14778301513385, + 36.99901790718774, + ], + [ + -96.74973388270429, + 36.99896419231923, + ], + ], + ], + "type": "Polygon", + }, + "id": "40071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40115 { + "geometry": { + "coordinates": [ + [ + [ + -94.61807130605938, + 36.998910477450714, + ], + [ + -94.61843023223831, + 36.76648624139081, + ], + [ + -94.61807130605938, + 36.667812027930665, + ], + [ + -94.99960983425832, + 36.67065891596191, + ], + [ + -95.0075062101947, + 36.99950134100437, + ], + [ + -94.61807130605938, + 36.998910477450714, + ], + ], + ], + "type": "Polygon", + }, + "id": "40115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40059 { + "geometry": { + "coordinates": [ + [ + [ + -99.54110277621623, + 36.999608770741396, + ], + [ + -99.45603727181064, + 36.999447626135854, + ], + [ + -99.29523834365153, + 36.819556531482604, + ], + [ + -99.29523834365153, + 36.81950281661409, + ], + [ + -99.29523834365153, + 36.59513581083128, + ], + [ + -99.60570948842302, + 36.59271864174815, + ], + [ + -100.00339969467366, + 36.59314836069626, + ], + [ + -100.00268184231581, + 37.00164993574492, + ], + [ + -99.54110277621623, + 36.999608770741396, + ], + ], + ], + "type": "Polygon", + }, + "id": "40059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35039 { + "geometry": { + "coordinates": [ + [ + [ + -106.47627440543546, + 36.993753850073375, + ], + [ + -106.0067989633995, + 36.99531158126028, + ], + [ + -105.9716241978647, + 36.88390694396233, + ], + [ + -105.98095627851679, + 36.71368452564159, + ], + [ + -105.93896191558238, + 36.46391038705168, + ], + [ + -105.9716241978647, + 36.34455594921366, + ], + [ + -106.05740755462814, + 36.29658857163069, + ], + [ + -105.8567678206082, + 36.23035813875298, + ], + [ + -105.73580969830994, + 36.100153297475146, + ], + [ + -105.53014499778502, + 36.0130277807455, + ], + [ + -105.57142150836157, + 35.97258048475449, + ], + [ + -105.71750446318468, + 35.9787576946336, + ], + [ + -105.71678661082683, + 36.00233852191123, + ], + [ + -106.07140567560629, + 36.00201623270014, + ], + [ + -106.0541772190178, + 35.930790317050636, + ], + [ + -106.24548487238567, + 35.930897746787664, + ], + [ + -106.24799735563816, + 35.966349560006876, + ], + [ + -106.24763842945923, + 36.00153279888352, + ], + [ + -106.88509132323283, + 35.99890077032633, + ], + [ + -106.88509132323283, + 36.216553417544894, + ], + [ + -107.62412032564264, + 36.219722594787214, + ], + [ + -107.61837750677981, + 36.804677512904235, + ], + [ + -107.44573401471612, + 36.914470704146765, + ], + [ + -107.42096810837019, + 36.999984774820994, + ], + [ + -106.47627440543546, + 36.993753850073375, + ], + ], + ], + "type": "Polygon", + }, + "id": "35039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35045 { + "geometry": { + "coordinates": [ + [ + [ + -107.42096810837019, + 36.999984774820994, + ], + [ + -107.44573401471612, + 36.914470704146765, + ], + [ + -107.61837750677981, + 36.804677512904235, + ], + [ + -107.62412032564264, + 36.219722594787214, + ], + [ + -107.62663280889512, + 36.000297356907694, + ], + [ + -109.04582692037079, + 36.00233852191123, + ], + [ + -109.04510906801293, + 36.999071622056256, + ], + [ + -108.37930100610414, + 36.99950134100437, + ], + [ + -107.48162663260878, + 36.999984774820994, + ], + [ + -107.42096810837019, + 36.999984774820994, + ], + ], + ], + "type": "Polygon", + }, + "id": "35045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 04001 { + "geometry": { + "coordinates": [ + [ + [ + -109.04510906801293, + 36.999071622056256, + ], + [ + -109.04582692037079, + 36.00233852191123, + ], + [ + -109.04582692037079, + 34.959732924055274, + ], + [ + -109.0461858465497, + 34.579270510370904, + ], + [ + -109.04726262508649, + 33.778220676222226, + ], + [ + -109.34768383684803, + 33.777522382931544, + ], + [ + -109.35306772953193, + 33.729179001268975, + ], + [ + -109.4959203487447, + 33.65285017311064, + ], + [ + -109.81213431237902, + 33.48445406031938, + ], + [ + -109.89181592410071, + 33.56787325112156, + ], + [ + -109.89181592410071, + 33.777790957274114, + ], + [ + -109.8591536418184, + 33.77827439109074, + ], + [ + -109.84874478262952, + 34.47339850452988, + ], + [ + -109.86525538686014, + 34.56063145099655, + ], + [ + -109.84479659466133, + 34.823941736451985, + ], + [ + -109.84371981612455, + 35.517884122783826, + ], + [ + -109.82720921189393, + 35.662430833954886, + ], + [ + -110.00057055631547, + 35.66259197856043, + ], + [ + -110.00057055631547, + 36.99794360981746, + ], + [ + -109.04510906801293, + 36.999071622056256, + ], + ], + ], + "type": "Polygon", + }, + "id": "04001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35059 { + "geometry": { + "coordinates": [ + [ + [ + -103.0025868457841, + 37.0000384896895, + ], + [ + -103.0025868457841, + 36.50038278277266, + ], + [ + -103.04206872546602, + 36.500436497641175, + ], + [ + -103.04099194692924, + 36.05519395252896, + ], + [ + -103.04170979928709, + 35.739296810798365, + ], + [ + -103.37515221950987, + 35.73999510408905, + ], + [ + -103.36510228649993, + 36.086348576267056, + ], + [ + -103.79437799649611, + 36.08570399784489, + ], + [ + -103.79401907031719, + 36.17401124168184, + ], + [ + -104.0090158514942, + 36.174494675498465, + ], + [ + -104.0090158514942, + 36.21800371899477, + ], + [ + -104.00793907295743, + 36.99622473402502, + ], + [ + -103.08621664547398, + 37.00019963429504, + ], + [ + -103.0025868457841, + 37.0000384896895, + ], + ], + ], + "type": "Polygon", + }, + "id": "35059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40025 { + "geometry": { + "coordinates": [ + [ + [ + -102.04210039097659, + 36.99353899059932, + ], + [ + -102.02810226999846, + 36.99310927165121, + ], + [ + -102.03240938414557, + 36.5005439273782, + ], + [ + -102.162340660917, + 36.50032906790415, + ], + [ + -103.0025868457841, + 36.50038278277266, + ], + [ + -103.0025868457841, + 37.0000384896895, + ], + [ + -102.04210039097659, + 36.99353899059932, + ], + ], + ], + "type": "Polygon", + }, + "id": "40025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40139 { + "geometry": { + "coordinates": [ + [ + [ + -100.94558091435592, + 36.99842704363409, + ], + [ + -100.95419514265015, + 36.499630774613465, + ], + [ + -101.08520319795835, + 36.49925477053387, + ], + [ + -101.62395139252713, + 36.49952334487644, + ], + [ + -102.03240938414557, + 36.5005439273782, + ], + [ + -102.02810226999846, + 36.99310927165121, + ], + [ + -101.55539649235216, + 36.99531158126028, + ], + [ + -101.0668979628331, + 36.99788989494895, + ], + [ + -100.94558091435592, + 36.99842704363409, + ], + ], + ], + "type": "Polygon", + }, + "id": "40139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40007 { + "geometry": { + "coordinates": [ + [ + [ + -100.08954197761604, + 37.00218708443006, + ], + [ + -100.00268184231581, + 37.00164993574492, + ], + [ + -100.00339969467366, + 36.59314836069626, + ], + [ + -100.00411754703151, + 36.49968448948198, + ], + [ + -100.54609607721063, + 36.499362200270895, + ], + [ + -100.95419514265015, + 36.499630774613465, + ], + [ + -100.94558091435592, + 36.99842704363409, + ], + [ + -100.6333151386898, + 37.0000384896895, + ], + [ + -100.08954197761604, + 37.00218708443006, + ], + ], + ], + "type": "Polygon", + }, + "id": "40007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51175 { + "geometry": { + "coordinates": [ + [ + [ + -76.92480531587402, + 36.70772217523654, + ], + [ + -76.90973041635911, + 36.64815238605456, + ], + [ + -76.8975269262756, + 36.64401634117898, + ], + [ + -76.91583216140086, + 36.5521102011516, + ], + [ + -76.91619108757979, + 36.54389182626896, + ], + [ + -77.16420907721805, + 36.54625528048358, + ], + [ + -77.29701176342088, + 36.54485869390221, + ], + [ + -77.38602545579467, + 36.64095459367368, + ], + [ + -77.50195861158795, + 36.67049777135637, + ], + [ + -77.43017337580264, + 36.707668460368026, + ], + [ + -76.95351941018815, + 36.94444360077756, + ], + [ + -76.84978974447837, + 36.99622473402502, + ], + [ + -76.81533283130142, + 36.91280554322284, + ], + [ + -76.92480531587402, + 36.70772217523654, + ], + ], + ], + "type": "Polygon", + }, + "id": "51175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21231 { + "geometry": { + "coordinates": [ + [ + [ + -84.57818822912532, + 36.867094190117456, + ], + [ + -84.57747037676747, + 36.82471315885994, + ], + [ + -84.77811011078741, + 36.60324675597689, + ], + [ + -84.78528863436594, + 36.60335418571392, + ], + [ + -84.97480165683918, + 36.61554746086659, + ], + [ + -85.06417427539189, + 36.85871467062928, + ], + [ + -84.83517937323674, + 36.99751389086935, + ], + [ + -84.67904648540367, + 36.9803788478134, + ], + [ + -84.57818822912532, + 36.867094190117456, + ], + ], + ], + "type": "Polygon", + }, + "id": "21231", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35055 { + "geometry": { + "coordinates": [ + [ + [ + -105.22110955772924, + 36.99515043665474, + ], + [ + -105.2002918393515, + 36.915545001517046, + ], + [ + -105.23080056456025, + 36.72378292092222, + ], + [ + -105.36970499580484, + 36.67028291188231, + ], + [ + -105.37760137174122, + 36.55216391602011, + ], + [ + -105.31909640457619, + 36.4921106930215, + ], + [ + -105.34099090149071, + 36.262264770650276, + ], + [ + -105.4070333184132, + 36.23820050955602, + ], + [ + -105.41995466085456, + 36.13168392529284, + ], + [ + -105.53014499778502, + 36.0130277807455, + ], + [ + -105.73580969830994, + 36.100153297475146, + ], + [ + -105.8567678206082, + 36.23035813875298, + ], + [ + -106.05740755462814, + 36.29658857163069, + ], + [ + -105.9716241978647, + 36.34455594921366, + ], + [ + -105.93896191558238, + 36.46391038705168, + ], + [ + -105.98095627851679, + 36.71368452564159, + ], + [ + -105.9716241978647, + 36.88390694396233, + ], + [ + -106.0067989633995, + 36.99531158126028, + ], + [ + -105.71822231554253, + 36.99584872994542, + ], + [ + -105.22110955772924, + 36.99515043665474, + ], + ], + ], + "type": "Polygon", + }, + "id": "35055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35007 { + "geometry": { + "coordinates": [ + [ + [ + -104.00793907295743, + 36.99622473402502, + ], + [ + -104.0090158514942, + 36.21800371899477, + ], + [ + -104.43649693059575, + 36.21875572715397, + ], + [ + -104.86577264059193, + 36.21800371899477, + ], + [ + -104.86505478823408, + 36.26113675841148, + ], + [ + -105.34099090149071, + 36.262264770650276, + ], + [ + -105.31909640457619, + 36.4921106930215, + ], + [ + -105.37760137174122, + 36.55216391602011, + ], + [ + -105.36970499580484, + 36.67028291188231, + ], + [ + -105.23080056456025, + 36.72378292092222, + ], + [ + -105.2002918393515, + 36.915545001517046, + ], + [ + -105.22110955772924, + 36.99515043665474, + ], + [ + -105.15506714080675, + 36.99525786639177, + ], + [ + -104.00793907295743, + 36.99622473402502, + ], + ], + ], + "type": "Polygon", + }, + "id": "35007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29209 { + "geometry": { + "coordinates": [ + [ + [ + -93.30440149118813, + 36.81681707318839, + ], + [ + -93.31516927655592, + 36.49812675829507, + ], + [ + -93.58436391075085, + 36.49887876645427, + ], + [ + -93.57395505156198, + 36.82003996529923, + ], + [ + -93.61092444799142, + 36.922850223634946, + ], + [ + -93.61020659563357, + 36.99579501507691, + ], + [ + -93.3377816258283, + 36.99246469322904, + ], + [ + -93.34244766615434, + 36.8172467921365, + ], + [ + -93.30440149118813, + 36.81681707318839, + ], + ], + ], + "type": "Polygon", + }, + "id": "29209", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06069 { + "geometry": { + "coordinates": [ + [ + [ + -121.2152190168762, + 36.96125635462243, + ], + [ + -121.14163915019626, + 36.83663785967004, + ], + [ + -120.91874599308285, + 36.741347682926275, + ], + [ + -120.59678921058571, + 36.488082077882964, + ], + [ + -120.5964302844068, + 36.328763777870556, + ], + [ + -120.67862437938098, + 36.26731396829059, + ], + [ + -120.76153632671301, + 36.20339327475898, + ], + [ + -120.92520666430353, + 36.309372710337016, + ], + [ + -121.01888639700337, + 36.25952531235606, + ], + [ + -121.04078089391788, + 36.323177431545105, + ], + [ + -121.24608666826389, + 36.50639884804622, + ], + [ + -121.31177015900745, + 36.50317595593538, + ], + [ + -121.31858975640705, + 36.60958511046154, + ], + [ + -121.46826197301944, + 36.68553793454028, + ], + [ + -121.45246922114666, + 36.72732810224414, + ], + [ + -121.64377687451453, + 36.89507963661323, + ], + [ + -121.5813237193813, + 36.900558553201655, + ], + [ + -121.48907969139717, + 36.98311830610761, + ], + [ + -121.2152190168762, + 36.96125635462243, + ], + ], + ], + "type": "Polygon", + }, + "id": "06069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21235 { + "geometry": { + "coordinates": [ + [ + [ + -84.09471466611122, + 36.95502542987481, + ], + [ + -84.06456486708139, + 36.85323575404085, + ], + [ + -83.87756432786064, + 36.687203095464206, + ], + [ + -83.93068540234178, + 36.587669444107846, + ], + [ + -84.01036701406348, + 36.59014032805948, + ], + [ + -84.2267994999562, + 36.59202034845747, + ], + [ + -84.30719896403575, + 36.67495610544302, + ], + [ + -84.35565399819085, + 36.81294960265539, + ], + [ + -84.29714903102581, + 36.94594761709595, + ], + [ + -84.09471466611122, + 36.95502542987481, + ], + ], + ], + "type": "Polygon", + }, + "id": "21235", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51710 { + "geometry": { + "coordinates": [ + [ + [ + -76.18218705167494, + 36.9218833560017, + ], + [ + -76.21054221981015, + 36.83287781887407, + ], + [ + -76.32827000649806, + 36.874130837892785, + ], + [ + -76.32719322796129, + 36.9630826601519, + ], + [ + -76.18218705167494, + 36.9218833560017, + ], + ], + ], + "type": "Polygon", + }, + "id": "51710", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21147 { + "geometry": { + "coordinates": [ + [ + [ + -84.29714903102581, + 36.94594761709595, + ], + [ + -84.35565399819085, + 36.81294960265539, + ], + [ + -84.30719896403575, + 36.67495610544302, + ], + [ + -84.2267994999562, + 36.59202034845747, + ], + [ + -84.26125641313315, + 36.59191291872044, + ], + [ + -84.77811011078741, + 36.60324675597689, + ], + [ + -84.57747037676747, + 36.82471315885994, + ], + [ + -84.57818822912532, + 36.867094190117456, + ], + [ + -84.35816648144332, + 36.96007462751512, + ], + [ + -84.29714903102581, + 36.94594761709595, + ], + ], + ], + "type": "Polygon", + }, + "id": "21147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21013 { + "geometry": { + "coordinates": [ + [ + [ + -83.50894714210305, + 36.93842753550399, + ], + [ + -83.48992405461995, + 36.8953482109558, + ], + [ + -83.51145962535554, + 36.80784669014656, + ], + [ + -83.46085103412689, + 36.6648577101624, + ], + [ + -83.67477103676713, + 36.600775872025245, + ], + [ + -83.93068540234178, + 36.587669444107846, + ], + [ + -83.87756432786064, + 36.687203095464206, + ], + [ + -83.79824164231788, + 36.78485672642259, + ], + [ + -83.58324486114086, + 36.90329801149586, + ], + [ + -83.5893466061826, + 36.95572372316549, + ], + [ + -83.50894714210305, + 36.93842753550399, + ], + ], + ], + "type": "Polygon", + }, + "id": "21013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21039 { + "geometry": { + "coordinates": [ + [ + [ + -88.81602962371134, + 36.954058562241556, + ], + [ + -88.812799288101, + 36.94653848064961, + ], + [ + -88.81315821427994, + 36.772985740481005, + ], + [ + -89.12291150669357, + 36.78485672642259, + ], + [ + -89.10101700977904, + 36.943047014196196, + ], + [ + -88.99046774666967, + 36.91925132744451, + ], + [ + -88.81602962371134, + 36.954058562241556, + ], + ], + ], + "type": "Polygon", + }, + "id": "21039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21083 { + "geometry": { + "coordinates": [ + [ + [ + -88.48402290820427, + 36.942348720905514, + ], + [ + -88.4858175390989, + 36.75037178083662, + ], + [ + -88.48904787470924, + 36.50118850580037, + ], + [ + -88.51704411666552, + 36.50167193961699, + ], + [ + -88.8167474760692, + 36.50274623698727, + ], + [ + -88.81315821427994, + 36.772985740481005, + ], + [ + -88.812799288101, + 36.94653848064961, + ], + [ + -88.48402290820427, + 36.942348720905514, + ], + ], + ], + "type": "Polygon", + }, + "id": "21083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21057 { + "geometry": { + "coordinates": [ + [ + [ + -85.21528219671998, + 36.85452491088519, + ], + [ + -85.29639951315738, + 36.62591443048978, + ], + [ + -85.43673964911767, + 36.61834063402931, + ], + [ + -85.59610287256108, + 36.818106230032726, + ], + [ + -85.45181454863258, + 36.938105246292906, + ], + [ + -85.23143387477167, + 36.92521367784956, + ], + [ + -85.21528219671998, + 36.85452491088519, + ], + ], + ], + "type": "Polygon", + }, + "id": "21057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21003 { + "geometry": { + "coordinates": [ + [ + [ + -86.16679549705432, + 36.934022916285855, + ], + [ + -85.97692354840217, + 36.72249376407788, + ], + [ + -85.97261643425504, + 36.62854645904696, + ], + [ + -86.20484167202054, + 36.639826581434896, + ], + [ + -86.41158315108224, + 36.65089184434877, + ], + [ + -86.40584033221941, + 36.776154917723325, + ], + [ + -86.16679549705432, + 36.934022916285855, + ], + ], + ], + "type": "Polygon", + }, + "id": "21003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29009 { + "geometry": { + "coordinates": [ + [ + [ + -93.61092444799142, + 36.922850223634946, + ], + [ + -93.57395505156198, + 36.82003996529923, + ], + [ + -93.58436391075085, + 36.49887876645427, + ], + [ + -93.86683881356606, + 36.498717621848726, + ], + [ + -94.07716955441704, + 36.498717621848726, + ], + [ + -94.06891425230172, + 36.74779346714796, + ], + [ + -94.06281250725998, + 36.931766891808266, + ], + [ + -93.61092444799142, + 36.922850223634946, + ], + ], + ], + "type": "Polygon", + }, + "id": "29009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51810 { + "geometry": { + "coordinates": [ + [ + [ + -75.86704986657742, + 36.550767329438756, + ], + [ + -75.89181577292335, + 36.550767329438756, + ], + [ + -75.94170651179414, + 36.71803542999122, + ], + [ + -75.98118839147607, + 36.5505524699647, + ], + [ + -76.01349174757947, + 36.5505524699647, + ], + [ + -76.03538624449398, + 36.55065989970173, + ], + [ + -76.1222463797942, + 36.5505524699647, + ], + [ + -76.12188745361529, + 36.665663433190105, + ], + [ + -76.0680485267763, + 36.69230600797303, + ], + [ + -76.20372262241054, + 36.76970913350165, + ], + [ + -76.22561711932507, + 36.83626185559044, + ], + [ + -76.21054221981015, + 36.83287781887407, + ], + [ + -76.18218705167494, + 36.9218833560017, + ], + [ + -75.99195617684386, + 36.9122683945377, + ], + [ + -75.86704986657742, + 36.550767329438756, + ], + ], + ], + "type": "Polygon", + }, + "id": "51810", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51035 { + "geometry": { + "coordinates": [ + [ + [ + -80.46417636626894, + 36.70868904286979, + ], + [ + -80.59482549539823, + 36.66131252884048, + ], + [ + -80.6120539519867, + 36.55785769208259, + ], + [ + -80.8378185185315, + 36.55914684892693, + ], + [ + -80.91426979464286, + 36.6502472659266, + ], + [ + -80.9322161035892, + 36.67157206872665, + ], + [ + -81.04240644051966, + 36.80639638869668, + ], + [ + -80.74054952404241, + 36.87896517605904, + ], + [ + -80.63394844890122, + 36.931766891808266, + ], + [ + -80.46417636626894, + 36.70868904286979, + ], + ], + ], + "type": "Polygon", + }, + "id": "51035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51191 { + "geometry": { + "coordinates": [ + [ + [ + -82.12205638673079, + 36.64611122105103, + ], + [ + -82.24337343520797, + 36.59561924464791, + ], + [ + -82.29398202643661, + 36.59567295951642, + ], + [ + -82.33202820140282, + 36.70933362129196, + ], + [ + -82.10411007778445, + 36.79839287328811, + ], + [ + -82.07790846672282, + 36.855008344701815, + ], + [ + -81.94725933759354, + 36.86462330616581, + ], + [ + -81.83671007448416, + 36.92902743351405, + ], + [ + -81.69960027413421, + 36.789798494325865, + ], + [ + -81.60592054143437, + 36.6386985691961, + ], + [ + -81.646838125832, + 36.61189484980764, + ], + [ + -81.82666014147422, + 36.614204589153736, + ], + [ + -82.14610444071886, + 36.59470609188317, + ], + [ + -82.12205638673079, + 36.64611122105103, + ], + ], + ], + "type": "Polygon", + }, + "id": "51191", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29023 { + "geometry": { + "coordinates": [ + [ + [ + -90.25855393681724, + 36.92204450060724, + ], + [ + -90.15159393549712, + 36.71556454603957, + ], + [ + -90.14836359988678, + 36.63058762405049, + ], + [ + -90.22086668802994, + 36.4978581839525, + ], + [ + -90.57620360516725, + 36.498556477243184, + ], + [ + -90.59199635704002, + 36.67930700979265, + ], + [ + -90.66270481428856, + 36.811445586336994, + ], + [ + -90.67849756616133, + 36.92644911982538, + ], + [ + -90.25855393681724, + 36.92204450060724, + ], + ], + ], + "type": "Polygon", + }, + "id": "29023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51800 { + "geometry": { + "coordinates": [ + [ + [ + -76.40759269204084, + 36.89663736780014, + ], + [ + -76.4205140344822, + 36.866288467089745, + ], + [ + -76.45748343091162, + 36.814775908184856, + ], + [ + -76.49158141790966, + 36.55065989970173, + ], + [ + -76.54183108295938, + 36.55065989970173, + ], + [ + -76.91583216140086, + 36.5521102011516, + ], + [ + -76.8975269262756, + 36.64401634117898, + ], + [ + -76.52460262637089, + 36.907595200976985, + ], + [ + -76.53249900230728, + 36.84045161533453, + ], + [ + -76.40759269204084, + 36.89663736780014, + ], + ], + ], + "type": "Polygon", + }, + "id": "51800", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06053 { + "geometry": { + "coordinates": [ + [ + [ + -121.64377687451453, + 36.89507963661323, + ], + [ + -121.45246922114666, + 36.72732810224414, + ], + [ + -121.46826197301944, + 36.68553793454028, + ], + [ + -121.31858975640705, + 36.60958511046154, + ], + [ + -121.31177015900745, + 36.50317595593538, + ], + [ + -121.24608666826389, + 36.50639884804622, + ], + [ + -121.04078089391788, + 36.323177431545105, + ], + [ + -121.01888639700337, + 36.25952531235606, + ], + [ + -120.92520666430353, + 36.309372710337016, + ], + [ + -120.76153632671301, + 36.20339327475898, + ], + [ + -120.67862437938098, + 36.26731396829059, + ], + [ + -120.62837471433126, + 36.204897291077366, + ], + [ + -120.64847458035115, + 36.10858653183183, + ], + [ + -120.31539108630729, + 35.90715577490449, + ], + [ + -120.21632746092355, + 35.78844591548864, + ], + [ + -121.34658599836332, + 35.79516027405288, + ], + [ + -121.46359593269338, + 35.88894643447826, + ], + [ + -121.49123324847073, + 35.98214173134998, + ], + [ + -121.57414519580277, + 36.02441533287046, + ], + [ + -121.7162799626577, + 36.19420803224309, + ], + [ + -121.89681983065776, + 36.30448465730225, + ], + [ + -121.97650144237946, + 36.578699061066004, + ], + [ + -121.81785607129392, + 36.67210921741179, + ], + [ + -121.80349902413685, + 36.855652923123984, + ], + [ + -121.74463513079289, + 36.90926036190092, + ], + [ + -121.64377687451453, + 36.89507963661323, + ], + ], + ], + "type": "Polygon", + }, + "id": "06053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51081 { + "geometry": { + "coordinates": [ + [ + [ + -77.61896854591801, + 36.87778344895173, + ], + [ + -77.45852854393783, + 36.86295814524188, + ], + [ + -77.49011404768338, + 36.721204607233545, + ], + [ + -77.43017337580264, + 36.707668460368026, + ], + [ + -77.50195861158795, + 36.67049777135637, + ], + [ + -77.38602545579467, + 36.64095459367368, + ], + [ + -77.29701176342088, + 36.54485869390221, + ], + [ + -77.76720505781469, + 36.54544955745587, + ], + [ + -77.65593794234745, + 36.71352338103605, + ], + [ + -77.658091499421, + 36.89448877305958, + ], + [ + -77.61896854591801, + 36.87778344895173, + ], + ], + ], + "type": "Polygon", + }, + "id": "51081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51105 { + "geometry": { + "coordinates": [ + [ + [ + -82.77135384440895, + 36.799896889606494, + ], + [ + -82.94758659826189, + 36.67581554333925, + ], + [ + -82.98527384704919, + 36.5936855093814, + ], + [ + -83.47197774567363, + 36.59728440557184, + ], + [ + -83.67477103676713, + 36.600775872025245, + ], + [ + -83.46085103412689, + 36.6648577101624, + ], + [ + -83.13566391601942, + 36.74263683977061, + ], + [ + -83.07213398234941, + 36.85441748114816, + ], + [ + -82.87831384572907, + 36.892447608056045, + ], + [ + -82.77135384440895, + 36.799896889606494, + ], + ], + ], + "type": "Polygon", + }, + "id": "51105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51117 { + "geometry": { + "coordinates": [ + [ + [ + -78.02742653753646, + 36.77782007864725, + ], + [ + -78.04609069884063, + 36.54410668574302, + ], + [ + -78.3238995613298, + 36.54373068166342, + ], + [ + -78.45706117371157, + 36.54228038021354, + ], + [ + -78.73415218384287, + 36.54190437613394, + ], + [ + -78.70256668009733, + 36.67576182847073, + ], + [ + -78.64836882707942, + 36.69789235429849, + ], + [ + -78.49295379160422, + 36.89115845121171, + ], + [ + -78.24134654017669, + 36.80795411988359, + ], + [ + -78.02742653753646, + 36.77782007864725, + ], + ], + ], + "type": "Polygon", + }, + "id": "51117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21053 { + "geometry": { + "coordinates": [ + [ + [ + -85.06417427539189, + 36.85871467062928, + ], + [ + -84.97480165683918, + 36.61554746086659, + ], + [ + -85.27558179477964, + 36.62650529404343, + ], + [ + -85.29639951315738, + 36.62591443048978, + ], + [ + -85.21528219671998, + 36.85452491088519, + ], + [ + -85.06417427539189, + 36.85871467062928, + ], + ], + ], + "type": "Polygon", + }, + "id": "21053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29149 { + "geometry": { + "coordinates": [ + [ + [ + -91.22298857959294, + 36.883853229093816, + ], + [ + -91.22478321048757, + 36.825680026493195, + ], + [ + -91.11602857827282, + 36.82363886148966, + ], + [ + -91.12643743746169, + 36.49769703934696, + ], + [ + -91.40711770938226, + 36.49705246092479, + ], + [ + -91.44982992467453, + 36.497643324478446, + ], + [ + -91.672364155609, + 36.49946963000792, + ], + [ + -91.65800710845194, + 36.88906357133966, + ], + [ + -91.22298857959294, + 36.883853229093816, + ], + ], + ], + "type": "Polygon", + }, + "id": "29149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51169 { + "geometry": { + "coordinates": [ + [ + [ + -82.40668484661956, + 36.87627943263334, + ], + [ + -82.33202820140282, + 36.70933362129196, + ], + [ + -82.29398202643661, + 36.59567295951642, + ], + [ + -82.60911921153414, + 36.594007798592486, + ], + [ + -82.83057666393184, + 36.5936855093814, + ], + [ + -82.98527384704919, + 36.5936855093814, + ], + [ + -82.94758659826189, + 36.67581554333925, + ], + [ + -82.77135384440895, + 36.799896889606494, + ], + [ + -82.63460297023792, + 36.8784280273739, + ], + [ + -82.40668484661956, + 36.87627943263334, + ], + ], + ], + "type": "Polygon", + }, + "id": "51169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21213 { + "geometry": { + "coordinates": [ + [ + [ + -86.41158315108224, + 36.65089184434877, + ], + [ + -86.56304999858925, + 36.633971660766875, + ], + [ + -86.76368973260921, + 36.648850679345244, + ], + [ + -86.69082771828711, + 36.843728222313885, + ], + [ + -86.61150503274435, + 36.88283264659205, + ], + [ + -86.58314986460914, + 36.83024579031688, + ], + [ + -86.40081536571445, + 36.80720211172439, + ], + [ + -86.40584033221941, + 36.776154917723325, + ], + [ + -86.41158315108224, + 36.65089184434877, + ], + ], + ], + "type": "Polygon", + }, + "id": "21213", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51141 { + "geometry": { + "coordinates": [ + [ + [ + -80.04136132749345, + 36.79436425814956, + ], + [ + -80.09448240197457, + 36.77948523957119, + ], + [ + -80.05356481757696, + 36.54244152481908, + ], + [ + -80.44012831228086, + 36.550606184833214, + ], + [ + -80.6120539519867, + 36.55785769208259, + ], + [ + -80.59482549539823, + 36.66131252884048, + ], + [ + -80.46417636626894, + 36.70868904286979, + ], + [ + -80.38593045926295, + 36.798339158419594, + ], + [ + -80.23554039029273, + 36.872143387757774, + ], + [ + -80.0664861600183, + 36.84098876401967, + ], + [ + -80.04136132749345, + 36.79436425814956, + ], + ], + ], + "type": "Polygon", + }, + "id": "51141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29143 { + "geometry": { + "coordinates": [ + [ + [ + -89.51988386058635, + 36.869618788937615, + ], + [ + -89.3274994286817, + 36.63187678089483, + ], + [ + -89.41830775195014, + 36.49903991105981, + ], + [ + -89.48506802123048, + 36.497911898821016, + ], + [ + -89.53926587424839, + 36.498180473163586, + ], + [ + -89.54572654546907, + 36.33682100814765, + ], + [ + -89.5920280225506, + 36.40278286668279, + ], + [ + -89.72375393021665, + 36.42647112369745, + ], + [ + -89.75246802453077, + 36.386399831786036, + ], + [ + -89.96136306066603, + 36.38881700086917, + ], + [ + -89.95920950359248, + 36.62924475233764, + ], + [ + -89.70078265476535, + 36.627472161676685, + ], + [ + -89.69180950029218, + 36.85952039365699, + ], + [ + -89.51988386058635, + 36.869618788937615, + ], + ], + ], + "type": "Polygon", + }, + "id": "29143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51550 { + "geometry": { + "coordinates": [ + [ + [ + -76.38498034276846, + 36.839860751780876, + ], + [ + -76.40328557789371, + 36.81482962305337, + ], + [ + -76.28986490535291, + 36.82202741543425, + ], + [ + -76.24535805916602, + 36.83346868242772, + ], + [ + -76.22561711932507, + 36.83626185559044, + ], + [ + -76.20372262241054, + 36.76970913350165, + ], + [ + -76.0680485267763, + 36.69230600797303, + ], + [ + -76.12188745361529, + 36.665663433190105, + ], + [ + -76.1222463797942, + 36.5505524699647, + ], + [ + -76.31319510698314, + 36.55044504022767, + ], + [ + -76.49158141790966, + 36.55065989970173, + ], + [ + -76.45748343091162, + 36.814775908184856, + ], + [ + -76.4205140344822, + 36.866288467089745, + ], + [ + -76.38498034276846, + 36.839860751780876, + ], + ], + ], + "type": "Polygon", + }, + "id": "51550", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51089 { + "geometry": { + "coordinates": [ + [ + [ + -79.71473850467027, + 36.54190437613394, + ], + [ + -80.0273632065153, + 36.54244152481908, + ], + [ + -80.05356481757696, + 36.54244152481908, + ], + [ + -80.09448240197457, + 36.77948523957119, + ], + [ + -80.04136132749345, + 36.79436425814956, + ], + [ + -79.99972589073796, + 36.830729224133506, + ], + [ + -79.76175783410964, + 36.78845562261302, + ], + [ + -79.6407997118114, + 36.85613635694061, + ], + [ + -79.71473850467027, + 36.54190437613394, + ], + ], + ], + "type": "Polygon", + }, + "id": "51089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 32003 { + "geometry": { + "coordinates": [ + [ + [ + -114.05033463314398, + 36.84313735876023, + ], + [ + -114.0438739619233, + 36.193348594346865, + ], + [ + -114.1533464464959, + 36.023126176026125, + ], + [ + -114.23338698439653, + 36.01281292127145, + ], + [ + -114.37013785856755, + 36.142641758469686, + ], + [ + -114.63035933828931, + 36.142212039521574, + ], + [ + -114.75598350091362, + 36.085650282976374, + ], + [ + -114.70429813114819, + 35.851346026518485, + ], + [ + -114.67701974154977, + 35.51294235488054, + ], + [ + -114.59554349893344, + 35.326551761137104, + ], + [ + -114.5693418878718, + 35.16229169322142, + ], + [ + -114.64686994251994, + 35.10186246614321, + ], + [ + -114.63394860007858, + 35.00109337281103, + ], + [ + -115.65114539115649, + 35.8110061602645, + ], + [ + -115.89377948811085, + 36.00088822046135, + ], + [ + -115.89700982372119, + 36.84206306138995, + ], + [ + -115.74123586206706, + 36.8530208945668, + ], + [ + -114.7624441721343, + 36.853396898646395, + ], + [ + -114.7624441721343, + 36.84383565205091, + ], + [ + -114.05033463314398, + 36.84313735876023, + ], + ], + ], + "type": "Polygon", + }, + "id": "32003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21171 { + "geometry": { + "coordinates": [ + [ + [ + -85.59610287256108, + 36.818106230032726, + ], + [ + -85.43673964911767, + 36.61834063402931, + ], + [ + -85.78848730446572, + 36.62183210048272, + ], + [ + -85.97261643425504, + 36.62854645904696, + ], + [ + -85.97692354840217, + 36.72249376407788, + ], + [ + -85.73931441795277, + 36.841311053230754, + ], + [ + -85.59610287256108, + 36.818106230032726, + ], + ], + ], + "type": "Polygon", + }, + "id": "21171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29181 { + "geometry": { + "coordinates": [ + [ + [ + -90.66270481428856, + 36.811445586336994, + ], + [ + -90.59199635704002, + 36.67930700979265, + ], + [ + -90.57620360516725, + 36.498556477243184, + ], + [ + -90.78438078894466, + 36.49850276237467, + ], + [ + -91.12643743746169, + 36.49769703934696, + ], + [ + -91.11602857827282, + 36.82363886148966, + ], + [ + -90.66270481428856, + 36.811445586336994, + ], + ], + ], + "type": "Polygon", + }, + "id": "29181", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29213 { + "geometry": { + "coordinates": [ + [ + [ + -92.90922376818997, + 36.80918956185941, + ], + [ + -92.76529437044042, + 36.8060740994856, + ], + [ + -92.77247289401895, + 36.497643324478446, + ], + [ + -92.85394913663528, + 36.4978581839525, + ], + [ + -93.29686404143067, + 36.4982341880321, + ], + [ + -93.31516927655592, + 36.49812675829507, + ], + [ + -93.30440149118813, + 36.81681707318839, + ], + [ + -92.90922376818997, + 36.80918956185941, + ], + ], + ], + "type": "Polygon", + }, + "id": "29213", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40153 { + "geometry": { + "coordinates": [ + [ + [ + -98.96036021871305, + 36.50682856699433, + ], + [ + -98.95605310456592, + 36.1615493921866, + ], + [ + -99.38209847895176, + 36.164288850480816, + ], + [ + -99.596018481592, + 36.16407399100676, + ], + [ + -99.60570948842302, + 36.59271864174815, + ], + [ + -99.29523834365153, + 36.59513581083128, + ], + [ + -99.29523834365153, + 36.81950281661409, + ], + [ + -99.29523834365153, + 36.819556531482604, + ], + [ + -99.29523834365153, + 36.81950281661409, + ], + [ + -99.13982330817633, + 36.78303042089311, + ], + [ + -98.97758867530152, + 36.59911071110132, + ], + [ + -98.96036021871305, + 36.50682856699433, + ], + ], + ], + "type": "Polygon", + }, + "id": "40153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51077 { + "geometry": { + "coordinates": [ + [ + [ + -81.04240644051966, + 36.80639638869668, + ], + [ + -80.9322161035892, + 36.67157206872665, + ], + [ + -80.91426979464286, + 36.6502472659266, + ], + [ + -80.8378185185315, + 36.55914684892693, + ], + [ + -80.90170737838044, + 36.56183259235263, + ], + [ + -81.35323651147007, + 36.57467044592747, + ], + [ + -81.67734685104077, + 36.58809916305595, + ], + [ + -81.646838125832, + 36.61189484980764, + ], + [ + -81.60592054143437, + 36.6386985691961, + ], + [ + -81.52480322499697, + 36.70788331984208, + ], + [ + -81.26171033584379, + 36.76310220467443, + ], + [ + -81.0983989244322, + 36.76901084021097, + ], + [ + -81.04240644051966, + 36.80639638869668, + ], + ], + ], + "type": "Polygon", + }, + "id": "51077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29153 { + "geometry": { + "coordinates": [ + [ + [ + -92.11240765097298, + 36.794203113544015, + ], + [ + -92.12030402690937, + 36.49887876645427, + ], + [ + -92.1504538259392, + 36.4986101921117, + ], + [ + -92.52912094470673, + 36.4986101921117, + ], + [ + -92.77247289401895, + 36.497643324478446, + ], + [ + -92.76529437044042, + 36.8060740994856, + ], + [ + -92.11240765097298, + 36.794203113544015, + ], + ], + ], + "type": "Polygon", + }, + "id": "29153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21105 { + "geometry": { + "coordinates": [ + [ + [ + -88.81315821427994, + 36.772985740481005, + ], + [ + -88.8167474760692, + 36.50274623698727, + ], + [ + -88.82679740907915, + 36.50296109646133, + ], + [ + -88.83469378501553, + 36.50274623698727, + ], + [ + -88.9032486851905, + 36.57698018527356, + ], + [ + -89.17710935971148, + 36.65271814987825, + ], + [ + -89.20008063516278, + 36.71728342183202, + ], + [ + -89.12291150669357, + 36.78485672642259, + ], + [ + -88.81315821427994, + 36.772985740481005, + ], + ], + ], + "type": "Polygon", + }, + "id": "21105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29119 { + "geometry": { + "coordinates": [ + [ + [ + -94.06891425230172, + 36.74779346714796, + ], + [ + -94.07716955441704, + 36.498717621848726, + ], + [ + -94.61807130605938, + 36.49941591513941, + ], + [ + -94.61807130605938, + 36.667812027930665, + ], + [ + -94.61843023223831, + 36.76648624139081, + ], + [ + -94.06891425230172, + 36.74779346714796, + ], + ], + ], + "type": "Polygon", + }, + "id": "29119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21035 { + "geometry": { + "coordinates": [ + [ + [ + -88.11073968212064, + 36.74693402925173, + ], + [ + -88.07053995008086, + 36.67807156781683, + ], + [ + -88.0536704196713, + 36.49769703934696, + ], + [ + -88.48904787470924, + 36.50118850580037, + ], + [ + -88.4858175390989, + 36.75037178083662, + ], + [ + -88.11073968212064, + 36.74693402925173, + ], + ], + ], + "type": "Polygon", + }, + "id": "21035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06107 { + "geometry": { + "coordinates": [ + [ + [ + -118.00821360816728, + 35.7867807545647, + ], + [ + -119.53939268746804, + 35.790003646675544, + ], + [ + -119.52898382827917, + 36.268979129214515, + ], + [ + -119.47765738469266, + 36.2681196913183, + ], + [ + -119.47586275379803, + 36.401010276021836, + ], + [ + -119.57779778861318, + 36.48856551169959, + ], + [ + -119.47083778729306, + 36.575583598692205, + ], + [ + -119.30573174498684, + 36.57456301619044, + ], + [ + -119.30465496645006, + 36.66029194633872, + ], + [ + -118.98521066720541, + 36.65889535975735, + ], + [ + -118.98485174102649, + 36.742690554639125, + ], + [ + -118.36893441798848, + 36.747095173857275, + ], + [ + -118.27525468528864, + 36.59782155425698, + ], + [ + -118.24941200040594, + 36.48158257879277, + ], + [ + -118.09758622672, + 36.33107351721665, + ], + [ + -118.12665924721304, + 36.30067090163776, + ], + [ + -117.98165307092671, + 35.86821249523187, + ], + [ + -118.00821360816728, + 35.7867807545647, + ], + ], + ], + "type": "Polygon", + }, + "id": "06107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47161 { + "geometry": { + "coordinates": [ + [ + [ + -87.69402638838689, + 36.63708712314069, + ], + [ + -87.64126424008468, + 36.63805399077393, + ], + [ + -87.59245027975066, + 36.367653342674664, + ], + [ + -87.82216303426367, + 36.32871006300204, + ], + [ + -87.98116733152814, + 36.35374119172955, + ], + [ + -87.99049941218023, + 36.36077783950488, + ], + [ + -88.0536704196713, + 36.49769703934696, + ], + [ + -88.07053995008086, + 36.67807156781683, + ], + [ + -87.69402638838689, + 36.63708712314069, + ], + ], + ], + "type": "Polygon", + }, + "id": "47161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40041 { + "geometry": { + "coordinates": [ + [ + [ + -94.61807130605938, + 36.667812027930665, + ], + [ + -94.61807130605938, + 36.49941591513941, + ], + [ + -94.56279667450468, + 36.1619253962662, + ], + [ + -94.79717546934374, + 36.16138824758106, + ], + [ + -95.0114543981629, + 36.16181796652917, + ], + [ + -95.006070505479, + 36.5097828847626, + ], + [ + -94.99960983425832, + 36.67065891596191, + ], + [ + -94.61807130605938, + 36.667812027930665, + ], + ], + ], + "type": "Polygon", + }, + "id": "40041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47147 { + "geometry": { + "coordinates": [ + [ + [ + -86.75471657813604, + 36.40541489523997, + ], + [ + -86.82686074010029, + 36.34917542790586, + ], + [ + -86.91372087540051, + 36.38253236125303, + ], + [ + -86.98801859443832, + 36.369103644124536, + ], + [ + -87.12046235446222, + 36.45542343782647, + ], + [ + -87.11507846177832, + 36.64235118025505, + ], + [ + -87.06088060876041, + 36.643103188414244, + ], + [ + -86.76368973260921, + 36.648850679345244, + ], + [ + -86.56304999858925, + 36.633971660766875, + ], + [ + -86.69692946332887, + 36.406918911558364, + ], + [ + -86.75471657813604, + 36.40541489523997, + ], + ], + ], + "type": "Polygon", + }, + "id": "47147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47165 { + "geometry": { + "coordinates": [ + [ + [ + -86.20484167202054, + 36.639826581434896, + ], + [ + -86.22853079982968, + 36.487437499460796, + ], + [ + -86.28308757902653, + 36.34751026698193, + ], + [ + -86.45178288312202, + 36.33563928104034, + ], + [ + -86.59427657615586, + 36.24502229785729, + ], + [ + -86.75471657813604, + 36.40541489523997, + ], + [ + -86.69692946332887, + 36.406918911558364, + ], + [ + -86.56304999858925, + 36.633971660766875, + ], + [ + -86.41158315108224, + 36.65089184434877, + ], + [ + -86.20484167202054, + 36.639826581434896, + ], + ], + ], + "type": "Polygon", + }, + "id": "47165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 21075 { + "geometry": { + "coordinates": [ + [ + [ + [ + -88.83469378501553, + 36.50274623698727, + ], + [ + -89.34616358998589, + 36.5032296708039, + ], + [ + -89.41830775195014, + 36.49903991105981, + ], + [ + -89.3274994286817, + 36.63187678089483, + ], + [ + -89.2503303002125, + 36.564249761435754, + ], + [ + -89.17710935971148, + 36.65271814987825, + ], + [ + -88.9032486851905, + 36.57698018527356, + ], + [ + -88.83469378501553, + 36.50274623698727, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "21075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47125 { + "geometry": { + "coordinates": [ + [ + [ + -87.11507846177832, + 36.64235118025505, + ], + [ + -87.12046235446222, + 36.45542343782647, + ], + [ + -87.28664517530522, + 36.32194198956928, + ], + [ + -87.51348652038682, + 36.334726128275605, + ], + [ + -87.59245027975066, + 36.367653342674664, + ], + [ + -87.64126424008468, + 36.63805399077393, + ], + [ + -87.33581806181816, + 36.641491742358824, + ], + [ + -87.11507846177832, + 36.64235118025505, + ], + ], + ], + "type": "Polygon", + }, + "id": "47125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 51590 { + "geometry": { + "coordinates": [ + [ + [ + -79.3425320571234, + 36.54136722744881, + ], + [ + -79.47030977682127, + 36.54083007876367, + ], + [ + -79.50117742820896, + 36.61807205968674, + ], + [ + -79.39888346721489, + 36.64455348986412, + ], + [ + -79.3044858821572, + 36.582190527519415, + ], + [ + -79.3425320571234, + 36.54136722744881, + ], + ], + ], + "type": "Polygon", + }, + "id": "51590", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47111 { + "geometry": { + "coordinates": [ + [ + [ + -85.8139710631695, + 36.49946963000792, + ], + [ + -85.82796918414763, + 36.41180696459314, + ], + [ + -85.97871817929679, + 36.42604140474934, + ], + [ + -86.16823120177003, + 36.444250745175566, + ], + [ + -86.22853079982968, + 36.487437499460796, + ], + [ + -86.20484167202054, + 36.639826581434896, + ], + [ + -85.97261643425504, + 36.62854645904696, + ], + [ + -85.78848730446572, + 36.62183210048272, + ], + [ + -85.8139710631695, + 36.49946963000792, + ], + ], + ], + "type": "Polygon", + }, + "id": "47111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29069 { + "geometry": { + "coordinates": [ + [ + [ + -89.95920950359248, + 36.62924475233764, + ], + [ + -89.96136306066603, + 36.38881700086917, + ], + [ + -89.95920950359248, + 35.99906191493187, + ], + [ + -90.289062662026, + 35.99637617150617, + ], + [ + -90.37771742822086, + 35.995677878215496, + ], + [ + -90.34110695797035, + 36.046868147909294, + ], + [ + -90.19071688900011, + 36.20135210975545, + ], + [ + -90.06401594783904, + 36.30298064098386, + ], + [ + -90.0798086997118, + 36.40025826786264, + ], + [ + -90.15482427110746, + 36.49796561368953, + ], + [ + -90.22086668802994, + 36.4978581839525, + ], + [ + -90.14836359988678, + 36.63058762405049, + ], + [ + -89.95920950359248, + 36.62924475233764, + ], + ], + ], + "type": "Polygon", + }, + "id": "29069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47137 { + "geometry": { + "coordinates": [ + [ + [ + -84.78528863436594, + 36.60335418571392, + ], + [ + -84.73180863370588, + 36.52466190334097, + ], + [ + -84.94429293163041, + 36.58106251528062, + ], + [ + -85.05125293295053, + 36.55227134575714, + ], + [ + -85.12052568548336, + 36.407080056163906, + ], + [ + -85.28491387543173, + 36.53126883216818, + ], + [ + -85.27558179477964, + 36.62650529404343, + ], + [ + -84.97480165683918, + 36.61554746086659, + ], + [ + -84.78528863436594, + 36.60335418571392, + ], + ], + ], + "type": "Polygon", + }, + "id": "47137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47027 { + "geometry": { + "coordinates": [ + [ + [ + -85.28491387543173, + 36.53126883216818, + ], + [ + -85.44032891090694, + 36.50049021250969, + ], + [ + -85.4952446162827, + 36.403212585630904, + ], + [ + -85.70413965241796, + 36.52240587886338, + ], + [ + -85.8139710631695, + 36.49946963000792, + ], + [ + -85.78848730446572, + 36.62183210048272, + ], + [ + -85.43673964911767, + 36.61834063402931, + ], + [ + -85.29639951315738, + 36.62591443048978, + ], + [ + -85.27558179477964, + 36.62650529404343, + ], + [ + -85.28491387543173, + 36.53126883216818, + ], + ], + ], + "type": "Polygon", + }, + "id": "47027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47163 { + "geometry": { + "coordinates": [ + [ + [ + -81.98386980784406, + 36.50833258331272, + ], + [ + -82.18917558219005, + 36.40041941246818, + ], + [ + -82.29972484529944, + 36.39649822706666, + ], + [ + -82.43934712890187, + 36.44548618715139, + ], + [ + -82.68054552114053, + 36.43173518081181, + ], + [ + -82.60911921153414, + 36.594007798592486, + ], + [ + -82.29398202643661, + 36.59567295951642, + ], + [ + -82.24337343520797, + 36.59561924464791, + ], + [ + -82.14610444071886, + 36.59470609188317, + ], + [ + -81.82666014147422, + 36.614204589153736, + ], + [ + -81.98386980784406, + 36.50833258331272, + ], + ], + ], + "type": "Polygon", + }, + "id": "47163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47091 { + "geometry": { + "coordinates": [ + [ + [ + -81.646838125832, + 36.61189484980764, + ], + [ + -81.67734685104077, + 36.58809916305595, + ], + [ + -81.72831436844834, + 36.39123416995229, + ], + [ + -81.91782739092156, + 36.28686618042967, + ], + [ + -81.93254336425755, + 36.26554137762963, + ], + [ + -82.05852645306078, + 36.36722362372655, + ], + [ + -81.95084859938281, + 36.47336420391014, + ], + [ + -81.98386980784406, + 36.50833258331272, + ], + [ + -81.82666014147422, + 36.614204589153736, + ], + [ + -81.646838125832, + 36.61189484980764, + ], + ], + ], + "type": "Polygon", + }, + "id": "47091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47151 { + "geometry": { + "coordinates": [ + [ + [ + -84.26125641313315, + 36.59191291872044, + ], + [ + -84.25946178223852, + 36.51467093779737, + ], + [ + -84.34991117932802, + 36.46632755613481, + ], + [ + -84.32981131330813, + 36.284663870820594, + ], + [ + -84.37288245477932, + 36.21676827701895, + ], + [ + -84.44107842877537, + 36.163483127453105, + ], + [ + -84.61120943758655, + 36.270322000927365, + ], + [ + -84.7009409823182, + 36.370822519916985, + ], + [ + -84.6589466193838, + 36.39520907022232, + ], + [ + -84.73180863370588, + 36.52466190334097, + ], + [ + -84.78528863436594, + 36.60335418571392, + ], + [ + -84.77811011078741, + 36.60324675597689, + ], + [ + -84.26125641313315, + 36.59191291872044, + ], + ], + ], + "type": "Polygon", + }, + "id": "47151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47025 { + "geometry": { + "coordinates": [ + [ + [ + -83.47197774567363, + 36.59728440557184, + ], + [ + -83.39803895281474, + 36.53449172427902, + ], + [ + -83.38691224126802, + 36.413203551174504, + ], + [ + -83.44936539640125, + 36.37452884584445, + ], + [ + -83.66723358700968, + 36.3443410897396, + ], + [ + -83.73291707775324, + 36.34503938303028, + ], + [ + -83.80542016589641, + 36.43587122568739, + ], + [ + -83.90556056981691, + 36.41991790973874, + ], + [ + -84.01036701406348, + 36.59014032805948, + ], + [ + -83.93068540234178, + 36.587669444107846, + ], + [ + -83.67477103676713, + 36.600775872025245, + ], + [ + -83.47197774567363, + 36.59728440557184, + ], + ], + ], + "type": "Polygon", + }, + "id": "47025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40103 { + "geometry": { + "coordinates": [ + [ + [ + -97.00995536242606, + 36.50688228186284, + ], + [ + -97.03184985934057, + 36.33327582682573, + ], + [ + -96.92488985802045, + 36.33327582682573, + ], + [ + -96.92488985802045, + 36.246418884438654, + ], + [ + -97.14096341773426, + 36.24636516957014, + ], + [ + -97.14132234391317, + 36.15913222310347, + ], + [ + -97.35416556801664, + 36.15902479336644, + ], + [ + -97.46076664315783, + 36.16444999508636, + ], + [ + -97.46148449551568, + 36.593578079644374, + ], + [ + -97.0537443562551, + 36.59459866214614, + ], + [ + -96.9119685155791, + 36.59825127320509, + ], + [ + -97.00995536242606, + 36.50688228186284, + ], + ], + ], + "type": "Polygon", + }, + "id": "40103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47067 { + "geometry": { + "coordinates": [ + [ + [ + -82.98527384704919, + 36.5936855093814, + ], + [ + -82.83057666393184, + 36.5936855093814, + ], + [ + -83.01075760575297, + 36.5636588978821, + ], + [ + -83.28067009230575, + 36.39461820666867, + ], + [ + -83.38691224126802, + 36.413203551174504, + ], + [ + -83.39803895281474, + 36.53449172427902, + ], + [ + -83.47197774567363, + 36.59728440557184, + ], + [ + -82.98527384704919, + 36.5936855093814, + ], + ], + ], + "type": "Polygon", + }, + "id": "47067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40131 { + "geometry": { + "coordinates": [ + [ + [ + -95.32802728797614, + 36.51026631857923, + ], + [ + -95.43534621547518, + 36.5101588888422, + ], + [ + -95.44037118198015, + 36.07522959848467, + ], + [ + -95.57137923728835, + 36.07528331335318, + ], + [ + -95.61839856672773, + 36.162677404425395, + ], + [ + -95.76161011211944, + 36.16273111929391, + ], + [ + -95.81544903895842, + 36.162677404425395, + ], + [ + -95.81257762952701, + 36.423570520797696, + ], + [ + -95.80970622009559, + 36.59744555017738, + ], + [ + -95.43139802750699, + 36.59755297991441, + ], + [ + -95.32838621415506, + 36.59755297991441, + ], + [ + -95.32802728797614, + 36.51026631857923, + ], + ], + ], + "type": "Polygon", + }, + "id": "40131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47013 { + "geometry": { + "coordinates": [ + [ + [ + -83.90556056981691, + 36.41991790973874, + ], + [ + -84.00426526902173, + 36.270322000927365, + ], + [ + -84.07353802155455, + 36.227887254801345, + ], + [ + -84.22751735231405, + 36.24480743838323, + ], + [ + -84.24115654711326, + 36.177556423003765, + ], + [ + -84.37288245477932, + 36.21676827701895, + ], + [ + -84.32981131330813, + 36.284663870820594, + ], + [ + -84.34991117932802, + 36.46632755613481, + ], + [ + -84.25946178223852, + 36.51467093779737, + ], + [ + -84.26125641313315, + 36.59191291872044, + ], + [ + -84.2267994999562, + 36.59202034845747, + ], + [ + -84.01036701406348, + 36.59014032805948, + ], + [ + -83.90556056981691, + 36.41991790973874, + ], + ], + ], + "type": "Polygon", + }, + "id": "47013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47073 { + "geometry": { + "coordinates": [ + [ + [ + -82.60911921153414, + 36.594007798592486, + ], + [ + -82.68054552114053, + 36.43173518081181, + ], + [ + -82.70244001805504, + 36.410410378011775, + ], + [ + -82.94112592704121, + 36.33263124840356, + ], + [ + -83.08218391535937, + 36.24228283956308, + ], + [ + -83.16258337943891, + 36.34525424250434, + ], + [ + -83.25518633360197, + 36.289068490038744, + ], + [ + -83.28067009230575, + 36.39461820666867, + ], + [ + -83.01075760575297, + 36.5636588978821, + ], + [ + -82.83057666393184, + 36.5936855093814, + ], + [ + -82.60911921153414, + 36.594007798592486, + ], + ], + ], + "type": "Polygon", + }, + "id": "47073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40047 { + "geometry": { + "coordinates": [ + [ + [ + -97.46256127405246, + 36.593578079644374, + ], + [ + -97.46148449551568, + 36.593578079644374, + ], + [ + -97.46076664315783, + 36.16444999508636, + ], + [ + -97.67576342433485, + 36.164664854560414, + ], + [ + -98.10396235579424, + 36.16487971403447, + ], + [ + -98.10432128197317, + 36.46310466402397, + ], + [ + -98.10432128197317, + 36.59352436477586, + ], + [ + -97.46256127405246, + 36.593578079644374, + ], + ], + ], + "type": "Polygon", + }, + "id": "40047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40045 { + "geometry": { + "coordinates": [ + [ + [ + -99.60570948842302, + 36.59271864174815, + ], + [ + -99.596018481592, + 36.16407399100676, + ], + [ + -99.38209847895176, + 36.164288850480816, + ], + [ + -99.38102170041499, + 36.012920351008475, + ], + [ + -99.46213901685239, + 36.004433401783274, + ], + [ + -99.56084371605719, + 35.86402273548778, + ], + [ + -99.61898975704331, + 35.84135506097489, + ], + [ + -99.77727620194992, + 35.886529265395126, + ], + [ + -99.8135277460215, + 36.00233852191123, + ], + [ + -100.00052828524225, + 35.88051320012157, + ], + [ + -100.00052828524225, + 36.055677386345586, + ], + [ + -100.00411754703151, + 36.49968448948198, + ], + [ + -100.00339969467366, + 36.59314836069626, + ], + [ + -99.60570948842302, + 36.59271864174815, + ], + ], + ], + "type": "Polygon", + }, + "id": "40045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37009 { + "geometry": { + "coordinates": [ + [ + [ + -81.35323651147007, + 36.57467044592747, + ], + [ + -81.2538139599074, + 36.36523617359153, + ], + [ + -81.47706604319973, + 36.240349104296584, + ], + [ + -81.72831436844834, + 36.39123416995229, + ], + [ + -81.67734685104077, + 36.58809916305595, + ], + [ + -81.35323651147007, + 36.57467044592747, + ], + ], + ], + "type": "Polygon", + }, + "id": "37009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47049 { + "geometry": { + "coordinates": [ + [ + [ + -84.73180863370588, + 36.52466190334097, + ], + [ + -84.6589466193838, + 36.39520907022232, + ], + [ + -84.7009409823182, + 36.370822519916985, + ], + [ + -84.87825051470793, + 36.28036668133948, + ], + [ + -84.90732353520097, + 36.15639276480926, + ], + [ + -85.10006689328455, + 36.13855942846263, + ], + [ + -85.11944890694659, + 36.14473663834173, + ], + [ + -85.08247951051715, + 36.19608805264107, + ], + [ + -85.12052568548336, + 36.407080056163906, + ], + [ + -85.05125293295053, + 36.55227134575714, + ], + [ + -84.94429293163041, + 36.58106251528062, + ], + [ + -84.73180863370588, + 36.52466190334097, + ], + ], + ], + "type": "Polygon", + }, + "id": "47049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37005 { + "geometry": { + "coordinates": [ + [ + [ + -80.90170737838044, + 36.56183259235263, + ], + [ + -80.96703194294507, + 36.40143999496995, + ], + [ + -81.02697261482581, + 36.37372312281674, + ], + [ + -81.09480966264293, + 36.44043698951108, + ], + [ + -81.2538139599074, + 36.36523617359153, + ], + [ + -81.35323651147007, + 36.57467044592747, + ], + [ + -80.90170737838044, + 36.56183259235263, + ], + ], + ], + "type": "Polygon", + }, + "id": "37005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40117 { + "geometry": { + "coordinates": [ + [ + [ + -96.26841387676376, + 36.16197911113471, + ], + [ + -96.29784582343574, + 36.16224768547728, + ], + [ + -96.6215972368275, + 36.159884231262666, + ], + [ + -96.81900663523712, + 36.159078508234956, + ], + [ + -96.81900663523712, + 36.246418884438654, + ], + [ + -96.92488985802045, + 36.246418884438654, + ], + [ + -96.92488985802045, + 36.33327582682573, + ], + [ + -97.03184985934057, + 36.33327582682573, + ], + [ + -97.00995536242606, + 36.50688228186284, + ], + [ + -96.8767937500443, + 36.470517315878894, + ], + [ + -96.76947482254525, + 36.56537777367455, + ], + [ + -96.7174305266009, + 36.445163897940304, + ], + [ + -96.63272394837422, + 36.42496710737906, + ], + [ + -96.55017092722112, + 36.299005740713824, + ], + [ + -96.48161602704614, + 36.33515584722372, + ], + [ + -96.35347938116935, + 36.236105629683976, + ], + [ + -96.25369790342776, + 36.22364378018874, + ], + [ + -96.26841387676376, + 36.16197911113471, + ], + ], + ], + "type": "Polygon", + }, + "id": "40117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37171 { + "geometry": { + "coordinates": [ + [ + [ + -80.6120539519867, + 36.55785769208259, + ], + [ + -80.44012831228086, + 36.550606184833214, + ], + [ + -80.45197287618545, + 36.26167390709662, + ], + [ + -80.45233180236437, + 36.24136968679834, + ], + [ + -80.54098656855923, + 36.28230041660598, + ], + [ + -80.87335221024524, + 36.23615934455249, + ], + [ + -80.86904509609812, + 36.326668897998516, + ], + [ + -80.96703194294507, + 36.40143999496995, + ], + [ + -80.90170737838044, + 36.56183259235263, + ], + [ + -80.8378185185315, + 36.55914684892693, + ], + [ + -80.6120539519867, + 36.55785769208259, + ], + ], + ], + "type": "Polygon", + }, + "id": "37171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37073 { + "geometry": { + "coordinates": [ + [ + [ + -76.54183108295938, + 36.55065989970173, + ], + [ + -76.49158141790966, + 36.51042746318477, + ], + [ + -76.45353524294343, + 36.37807402716637, + ], + [ + -76.5597773919057, + 36.35196860106859, + ], + [ + -76.68001766184611, + 36.300348612426674, + ], + [ + -76.77549202544057, + 36.36373215727315, + ], + [ + -76.93772665831538, + 36.40530746550294, + ], + [ + -76.91619108757979, + 36.54389182626896, + ], + [ + -76.91583216140086, + 36.5521102011516, + ], + [ + -76.54183108295938, + 36.55065989970173, + ], + ], + ], + "type": "Polygon", + }, + "id": "37073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37053 { + "geometry": { + "coordinates": [ + [ + [ + [ + -76.01672208318979, + 36.34305193289527, + ], + [ + -76.11435000385782, + 36.35760866226255, + ], + [ + -76.31319510698314, + 36.55044504022767, + ], + [ + -76.1222463797942, + 36.5505524699647, + ], + [ + -76.03538624449398, + 36.55065989970173, + ], + [ + -75.9951865124542, + 36.41116238617097, + ], + [ + -75.8803301351977, + 36.284019292398426, + ], + [ + -75.79813604022351, + 36.072114136110855, + ], + [ + -75.94601362594126, + 36.285469593848305, + ], + [ + -76.01672208318979, + 36.34305193289527, + ], + ], + ], + [ + [ + [ + -75.89181577292335, + 36.550767329438756, + ], + [ + -75.86704986657742, + 36.550767329438756, + ], + [ + -75.77337013387758, + 36.23153986586029, + ], + [ + -75.77588261713007, + 36.231056432043665, + ], + [ + -75.82038946331696, + 36.29051879148862, + ], + [ + -75.89181577292335, + 36.550767329438756, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "37053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37169 { + "geometry": { + "coordinates": [ + [ + [ + -80.05356481757696, + 36.54244152481908, + ], + [ + -80.0273632065153, + 36.54244152481908, + ], + [ + -80.0352595824517, + 36.25726928787847, + ], + [ + -80.45197287618545, + 36.26167390709662, + ], + [ + -80.44012831228086, + 36.550606184833214, + ], + [ + -80.05356481757696, + 36.54244152481908, + ], + ], + ], + "type": "Polygon", + }, + "id": "37169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37029 { + "geometry": { + "coordinates": [ + [ + [ + -76.54183108295938, + 36.55065989970173, + ], + [ + -76.49158141790966, + 36.55065989970173, + ], + [ + -76.31319510698314, + 36.55044504022767, + ], + [ + -76.11435000385782, + 36.35760866226255, + ], + [ + -76.01672208318979, + 36.34305193289527, + ], + [ + -75.91119778658539, + 36.16477228429744, + ], + [ + -76.01743993554766, + 36.187225099336274, + ], + [ + -76.23100101200896, + 36.37173567268172, + ], + [ + -76.49158141790966, + 36.51042746318477, + ], + [ + -76.54183108295938, + 36.55065989970173, + ], + ], + ], + "type": "Polygon", + }, + "id": "37029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37185 { + "geometry": { + "coordinates": [ + [ + [ + -77.8996488178386, + 36.54459011955964, + ], + [ + -77.89785418694396, + 36.506774852125815, + ], + [ + -77.91221123410102, + 36.38199521256789, + ], + [ + -78.00660881915871, + 36.20274869633681, + ], + [ + -78.30703003092025, + 36.26602481144625, + ], + [ + -78.27759808424827, + 36.306310962831716, + ], + [ + -78.3238995613298, + 36.54373068166342, + ], + [ + -78.04609069884063, + 36.54410668574302, + ], + [ + -77.8996488178386, + 36.54459011955964, + ], + ], + ], + "type": "Polygon", + }, + "id": "37185", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37131 { + "geometry": { + "coordinates": [ + [ + [ + -77.20871592340494, + 36.24679488851825, + ], + [ + -77.29198679691591, + 36.168532325093416, + ], + [ + -77.38674330815252, + 36.213652814645144, + ], + [ + -77.44165901352828, + 36.32414429917836, + ], + [ + -77.54646545777484, + 36.303249215326424, + ], + [ + -77.55579753842694, + 36.418199033946294, + ], + [ + -77.64552908315858, + 36.480991715239114, + ], + [ + -77.89785418694396, + 36.506774852125815, + ], + [ + -77.8996488178386, + 36.54459011955964, + ], + [ + -77.76720505781469, + 36.54544955745587, + ], + [ + -77.29701176342088, + 36.54485869390221, + ], + [ + -77.16420907721805, + 36.54625528048358, + ], + [ + -77.12006115721007, + 36.473740207989735, + ], + [ + -77.20871592340494, + 36.24679488851825, + ], + ], + ], + "type": "Polygon", + }, + "id": "37131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37091 { + "geometry": { + "coordinates": [ + [ + [ + -76.91619108757979, + 36.54389182626896, + ], + [ + -76.93772665831538, + 36.40530746550294, + ], + [ + -76.7841062537348, + 36.36045555029379, + ], + [ + -76.7230888033173, + 36.24384057074999, + ], + [ + -77.20871592340494, + 36.24679488851825, + ], + [ + -77.12006115721007, + 36.473740207989735, + ], + [ + -77.16420907721805, + 36.54625528048358, + ], + [ + -76.91619108757979, + 36.54389182626896, + ], + ], + ], + "type": "Polygon", + }, + "id": "37091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37145 { + "geometry": { + "coordinates": [ + [ + [ + -78.79624641279717, + 36.54163580179137, + ], + [ + -78.80198923165999, + 36.235944485078434, + ], + [ + -78.95094359591452, + 36.239167377189275, + ], + [ + -79.15373688700804, + 36.242175409826054, + ], + [ + -79.13830306131419, + 36.541689516659886, + ], + [ + -78.79624641279717, + 36.54163580179137, + ], + ], + ], + "type": "Polygon", + }, + "id": "37145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37181 { + "geometry": { + "coordinates": [ + [ + [ + -78.3238995613298, + 36.54373068166342, + ], + [ + -78.27759808424827, + 36.306310962831716, + ], + [ + -78.30703003092025, + 36.26602481144625, + ], + [ + -78.42260426053461, + 36.16412770587527, + ], + [ + -78.49690197957241, + 36.175139253920634, + ], + [ + -78.51125902672948, + 36.45424171071917, + ], + [ + -78.45706117371157, + 36.54228038021354, + ], + [ + -78.3238995613298, + 36.54373068166342, + ], + ], + ], + "type": "Polygon", + }, + "id": "37181", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37077 { + "geometry": { + "coordinates": [ + [ + [ + -78.49690197957241, + 36.175139253920634, + ], + [ + -78.54643379226428, + 36.02210559352436, + ], + [ + -78.74886815717886, + 36.07120098334612, + ], + [ + -78.80450171491248, + 36.09494295522929, + ], + [ + -78.80198923165999, + 36.235944485078434, + ], + [ + -78.79624641279717, + 36.54163580179137, + ], + [ + -78.73415218384287, + 36.54190437613394, + ], + [ + -78.45706117371157, + 36.54228038021354, + ], + [ + -78.51125902672948, + 36.45424171071917, + ], + [ + -78.49690197957241, + 36.175139253920634, + ], + ], + ], + "type": "Polygon", + }, + "id": "37077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37157 { + "geometry": { + "coordinates": [ + [ + [ + -79.71473850467027, + 36.54190437613394, + ], + [ + -79.51050950886105, + 36.540776363895155, + ], + [ + -79.53204507959664, + 36.248567479179215, + ], + [ + -79.53240400577556, + 36.24142340166686, + ], + [ + -80.0352595824517, + 36.25726928787847, + ], + [ + -80.0273632065153, + 36.54244152481908, + ], + [ + -79.71473850467027, + 36.54190437613394, + ], + ], + ], + "type": "Polygon", + }, + "id": "37157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37033 { + "geometry": { + "coordinates": [ + [ + [ + -79.13830306131419, + 36.541689516659886, + ], + [ + -79.15373688700804, + 36.242175409826054, + ], + [ + -79.25710762653888, + 36.24384057074999, + ], + [ + -79.53204507959664, + 36.248567479179215, + ], + [ + -79.51050950886105, + 36.540776363895155, + ], + [ + -79.47030977682127, + 36.54083007876367, + ], + [ + -79.3425320571234, + 36.54136722744881, + ], + [ + -79.21870252539374, + 36.54158208692286, + ], + [ + -79.13830306131419, + 36.541689516659886, + ], + ], + ], + "type": "Polygon", + }, + "id": "37033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47133 { + "geometry": { + "coordinates": [ + [ + [ + -85.12052568548336, + 36.407080056163906, + ], + [ + -85.08247951051715, + 36.19608805264107, + ], + [ + -85.11944890694659, + 36.14473663834173, + ], + [ + -85.4195111925292, + 36.23685763784317, + ], + [ + -85.4952446162827, + 36.30228234769318, + ], + [ + -85.4952446162827, + 36.403212585630904, + ], + [ + -85.44032891090694, + 36.50049021250969, + ], + [ + -85.28491387543173, + 36.53126883216818, + ], + [ + -85.12052568548336, + 36.407080056163906, + ], + ], + ], + "type": "Polygon", + }, + "id": "47133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47087 { + "geometry": { + "coordinates": [ + [ + [ + -85.4952446162827, + 36.403212585630904, + ], + [ + -85.4952446162827, + 36.30228234769318, + ], + [ + -85.62086877890701, + 36.2108059266139, + ], + [ + -85.7802320023504, + 36.23798565008197, + ], + [ + -85.84627441927289, + 36.288961060301716, + ], + [ + -85.82796918414763, + 36.41180696459314, + ], + [ + -85.8139710631695, + 36.49946963000792, + ], + [ + -85.70413965241796, + 36.52240587886338, + ], + [ + -85.4952446162827, + 36.403212585630904, + ], + ], + ], + "type": "Polygon", + }, + "id": "47087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37083 { + "geometry": { + "coordinates": [ + [ + [ + -77.29198679691591, + 36.168532325093416, + ], + [ + -77.24281391040297, + 36.09650068641619, + ], + [ + -77.32716156245071, + 36.07512216874764, + ], + [ + -77.40289498620422, + 36.004970550468414, + ], + [ + -77.52600666557603, + 36.037360616182326, + ], + [ + -77.53354411533348, + 36.09064576574818, + ], + [ + -77.69829123146079, + 36.1530624429614, + ], + [ + -77.88708640157617, + 36.14403834505105, + ], + [ + -78.00660881915871, + 36.20274869633681, + ], + [ + -77.91221123410102, + 36.38199521256789, + ], + [ + -77.89785418694396, + 36.506774852125815, + ], + [ + -77.64552908315858, + 36.480991715239114, + ], + [ + -77.55579753842694, + 36.418199033946294, + ], + [ + -77.54646545777484, + 36.303249215326424, + ], + [ + -77.44165901352828, + 36.32414429917836, + ], + [ + -77.38674330815252, + 36.213652814645144, + ], + [ + -77.29198679691591, + 36.168532325093416, + ], + ], + ], + "type": "Polygon", + }, + "id": "37083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40097 { + "geometry": { + "coordinates": [ + [ + [ + -95.006070505479, + 36.5097828847626, + ], + [ + -95.0114543981629, + 36.16181796652917, + ], + [ + -95.11841439948302, + 36.16165682192363, + ], + [ + -95.1180554733041, + 36.07442387545696, + ], + [ + -95.20778701803573, + 36.07469244979953, + ], + [ + -95.44037118198015, + 36.07522959848467, + ], + [ + -95.43534621547518, + 36.5101588888422, + ], + [ + -95.32802728797614, + 36.51026631857923, + ], + [ + -95.006070505479, + 36.5097828847626, + ], + ], + ], + "type": "Polygon", + }, + "id": "40097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47019 { + "geometry": { + "coordinates": [ + [ + [ + -81.93254336425755, + 36.26554137762963, + ], + [ + -82.0804209499753, + 36.10326875984896, + ], + [ + -82.2221967906513, + 36.1569299134944, + ], + [ + -82.25629477764932, + 36.233151311915705, + ], + [ + -82.34028350351814, + 36.25281095379182, + ], + [ + -82.29972484529944, + 36.39649822706666, + ], + [ + -82.18917558219005, + 36.40041941246818, + ], + [ + -81.98386980784406, + 36.50833258331272, + ], + [ + -81.95084859938281, + 36.47336420391014, + ], + [ + -82.05852645306078, + 36.36722362372655, + ], + [ + -81.93254336425755, + 36.26554137762963, + ], + ], + ], + "type": "Polygon", + }, + "id": "47019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37139 { + "geometry": { + "coordinates": [ + [ + [ + -76.23100101200896, + 36.37173567268172, + ], + [ + -76.21772074338868, + 36.297555439263945, + ], + [ + -76.05943429848206, + 36.15145099690598, + ], + [ + -76.1653175212654, + 36.12405641396386, + ], + [ + -76.28627564356366, + 36.21676827701895, + ], + [ + -76.37493040975852, + 36.25871958932835, + ], + [ + -76.45353524294343, + 36.37807402716637, + ], + [ + -76.49158141790966, + 36.51042746318477, + ], + [ + -76.23100101200896, + 36.37173567268172, + ], + ], + ], + "type": "Polygon", + }, + "id": "37139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47131 { + "geometry": { + "coordinates": [ + [ + [ + -88.83469378501553, + 36.50274623698727, + ], + [ + -88.82679740907915, + 36.50296109646133, + ], + [ + -88.81638854989028, + 36.41046409288029, + ], + [ + -88.95026801462988, + 36.40928236577298, + ], + [ + -88.9599590214609, + 36.22283805716103, + ], + [ + -89.1544970104391, + 36.20468243160331, + ], + [ + -89.48291446415692, + 36.212739661880406, + ], + [ + -89.36052063714295, + 36.40928236577298, + ], + [ + -89.34616358998589, + 36.5032296708039, + ], + [ + -88.83469378501553, + 36.50274623698727, + ], + ], + ], + "type": "Polygon", + }, + "id": "47131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40093 { + "geometry": { + "coordinates": [ + [ + [ + -98.53359699196935, + 36.463212093761, + ], + [ + -98.10432128197317, + 36.46310466402397, + ], + [ + -98.10396235579424, + 36.16487971403447, + ], + [ + -98.21056343093544, + 36.16487971403447, + ], + [ + -98.6369677315002, + 36.16487971403447, + ], + [ + -98.95605310456592, + 36.1615493921866, + ], + [ + -98.96036021871305, + 36.50682856699433, + ], + [ + -98.84370921056191, + 36.50618398857216, + ], + [ + -98.78197390778654, + 36.449031368473314, + ], + [ + -98.60897148954393, + 36.39112674021526, + ], + [ + -98.53359699196935, + 36.463212093761, + ], + ], + ], + "type": "Polygon", + }, + "id": "40093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47183 { + "geometry": { + "coordinates": [ + [ + [ + -88.51704411666552, + 36.50167193961699, + ], + [ + -88.5303243852858, + 36.15209557532815, + ], + [ + -88.69255901816061, + 36.062714034120916, + ], + [ + -88.84187230859406, + 36.12513071133414, + ], + [ + -88.9599590214609, + 36.22283805716103, + ], + [ + -88.95026801462988, + 36.40928236577298, + ], + [ + -88.81638854989028, + 36.41046409288029, + ], + [ + -88.82679740907915, + 36.50296109646133, + ], + [ + -88.8167474760692, + 36.50274623698727, + ], + [ + -88.51704411666552, + 36.50167193961699, + ], + ], + ], + "type": "Polygon", + }, + "id": "47183", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47095 { + "geometry": { + "coordinates": [ + [ + [ + -89.48291446415692, + 36.212739661880406, + ], + [ + -89.62935634515895, + 36.18534507893828, + ], + [ + -89.69575768826037, + 36.25275723892331, + ], + [ + -89.53459983392234, + 36.25463725932129, + ], + [ + -89.61284574092834, + 36.310447007707296, + ], + [ + -89.54572654546907, + 36.33682100814765, + ], + [ + -89.53926587424839, + 36.498180473163586, + ], + [ + -89.48506802123048, + 36.497911898821016, + ], + [ + -89.41830775195014, + 36.49903991105981, + ], + [ + -89.34616358998589, + 36.5032296708039, + ], + [ + -89.36052063714295, + 36.40928236577298, + ], + [ + -89.48291446415692, + 36.212739661880406, + ], + ], + ], + "type": "Polygon", + }, + "id": "47095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48421 { + "geometry": { + "coordinates": [ + [ + [ + -101.62395139252713, + 36.055408812003016, + ], + [ + -102.16305851327485, + 36.05519395252896, + ], + [ + -102.162340660917, + 36.50032906790415, + ], + [ + -102.03240938414557, + 36.5005439273782, + ], + [ + -101.62395139252713, + 36.49952334487644, + ], + [ + -101.62395139252713, + 36.055408812003016, + ], + ], + ], + "type": "Polygon", + }, + "id": "48421", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47079 { + "geometry": { + "coordinates": [ + [ + [ + -88.0536704196713, + 36.49769703934696, + ], + [ + -87.99049941218023, + 36.36077783950488, + ], + [ + -88.09351122553215, + 36.36024069081974, + ], + [ + -88.08310236634328, + 36.2608144692004, + ], + [ + -88.21267471693578, + 36.1204038029049, + ], + [ + -88.211597938399, + 36.145918365449035, + ], + [ + -88.5303243852858, + 36.15209557532815, + ], + [ + -88.51704411666552, + 36.50167193961699, + ], + [ + -88.48904787470924, + 36.50118850580037, + ], + [ + -88.0536704196713, + 36.49769703934696, + ], + ], + ], + "type": "Polygon", + }, + "id": "47079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48195 { + "geometry": { + "coordinates": [ + [ + [ + -101.0859210503162, + 36.05755740674358, + ], + [ + -101.0859210503162, + 36.05519395252896, + ], + [ + -101.62395139252713, + 36.055408812003016, + ], + [ + -101.62395139252713, + 36.49952334487644, + ], + [ + -101.08520319795835, + 36.49925477053387, + ], + [ + -101.0859210503162, + 36.05755740674358, + ], + ], + ], + "type": "Polygon", + }, + "id": "48195", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48111 { + "geometry": { + "coordinates": [ + [ + [ + -103.0025868457841, + 36.50038278277266, + ], + [ + -102.162340660917, + 36.50032906790415, + ], + [ + -102.16305851327485, + 36.05519395252896, + ], + [ + -103.04099194692924, + 36.05519395252896, + ], + [ + -103.04206872546602, + 36.500436497641175, + ], + [ + -103.0025868457841, + 36.50038278277266, + ], + ], + ], + "type": "Polygon", + }, + "id": "48111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48357 { + "geometry": { + "coordinates": [ + [ + [ + -100.54609607721063, + 36.499362200270895, + ], + [ + -100.54681392956849, + 36.05653682424181, + ], + [ + -101.0859210503162, + 36.05755740674358, + ], + [ + -101.08520319795835, + 36.49925477053387, + ], + [ + -100.95419514265015, + 36.499630774613465, + ], + [ + -100.54609607721063, + 36.499362200270895, + ], + ], + ], + "type": "Polygon", + }, + "id": "48357", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48295 { + "geometry": { + "coordinates": [ + [ + [ + -100.00052828524225, + 36.055677386345586, + ], + [ + -100.5403532583478, + 36.056483109373296, + ], + [ + -100.54681392956849, + 36.05653682424181, + ], + [ + -100.54609607721063, + 36.499362200270895, + ], + [ + -100.00411754703151, + 36.49968448948198, + ], + [ + -100.00052828524225, + 36.055677386345586, + ], + ], + ], + "type": "Polygon", + }, + "id": "48295", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05007 { + "geometry": { + "coordinates": [ + [ + [ + -94.07716955441704, + 36.498717621848726, + ], + [ + -93.86683881356606, + 36.498717621848726, + ], + [ + -93.89088686755414, + 36.37023165636333, + ], + [ + -93.81551236997956, + 36.30652582230577, + ], + [ + -93.8876565319438, + 36.235031332313696, + ], + [ + -93.97308096252833, + 36.205273295156964, + ], + [ + -94.33344284617061, + 36.21451225254137, + ], + [ + -94.39122996097778, + 36.09940128931595, + ], + [ + -94.55202888913689, + 36.10224817734719, + ], + [ + -94.56279667450468, + 36.1619253962662, + ], + [ + -94.61807130605938, + 36.49941591513941, + ], + [ + -94.07716955441704, + 36.498717621848726, + ], + ], + ], + "type": "Polygon", + }, + "id": "05007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05049 { + "geometry": { + "coordinates": [ + [ + [ + -91.44982992467453, + 36.497643324478446, + ], + [ + -91.45449596500058, + 36.3354781364348, + ], + [ + -91.56576308046782, + 36.337411871701306, + ], + [ + -91.56612200664674, + 36.24996406576058, + ], + [ + -91.69138724309211, + 36.25329438760845, + ], + [ + -92.15691449715987, + 36.26124418814851, + ], + [ + -92.1504538259392, + 36.4986101921117, + ], + [ + -92.12030402690937, + 36.49887876645427, + ], + [ + -91.672364155609, + 36.49946963000792, + ], + [ + -91.44982992467453, + 36.497643324478446, + ], + ], + ], + "type": "Polygon", + }, + "id": "05049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05015 { + "geometry": { + "coordinates": [ + [ + [ + -93.58436391075085, + 36.49887876645427, + ], + [ + -93.31516927655592, + 36.49812675829507, + ], + [ + -93.29686404143067, + 36.4982341880321, + ], + [ + -93.300094377041, + 36.12120952593261, + ], + [ + -93.47955746650429, + 36.12507699646562, + ], + [ + -93.55098377611068, + 36.12636615330996, + ], + [ + -93.65758485125187, + 36.30303435585237, + ], + [ + -93.81551236997956, + 36.30652582230577, + ], + [ + -93.89088686755414, + 36.37023165636333, + ], + [ + -93.86683881356606, + 36.498717621848726, + ], + [ + -93.58436391075085, + 36.49887876645427, + ], + ], + ], + "type": "Polygon", + }, + "id": "05015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05135 { + "geometry": { + "coordinates": [ + [ + [ + -91.44982992467453, + 36.497643324478446, + ], + [ + -91.40711770938226, + 36.49705246092479, + ], + [ + -91.30913086253531, + 36.42029391381834, + ], + [ + -91.2588811974856, + 36.257860151432126, + ], + [ + -91.34968952075401, + 36.23094900230664, + ], + [ + -91.35722697051148, + 35.89061159540219, + ], + [ + -91.46311019329481, + 35.93680638232419, + ], + [ + -91.71041033057521, + 35.94174815022748, + ], + [ + -91.68277301479787, + 36.00051221638175, + ], + [ + -91.69138724309211, + 36.25329438760845, + ], + [ + -91.56612200664674, + 36.24996406576058, + ], + [ + -91.56576308046782, + 36.337411871701306, + ], + [ + -91.45449596500058, + 36.3354781364348, + ], + [ + -91.44982992467453, + 36.497643324478446, + ], + ], + ], + "type": "Polygon", + }, + "id": "05135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05121 { + "geometry": { + "coordinates": [ + [ + [ + -90.80699313821704, + 36.266884249342475, + ], + [ + -90.81022347382738, + 36.14957097650799, + ], + [ + -91.14079448461875, + 36.16713573851205, + ], + [ + -91.2588811974856, + 36.257860151432126, + ], + [ + -91.30913086253531, + 36.42029391381834, + ], + [ + -91.40711770938226, + 36.49705246092479, + ], + [ + -91.12643743746169, + 36.49769703934696, + ], + [ + -90.78438078894466, + 36.49850276237467, + ], + [ + -90.75171850666234, + 36.28256899094855, + ], + [ + -90.80699313821704, + 36.266884249342475, + ], + ], + ], + "type": "Polygon", + }, + "id": "05121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05009 { + "geometry": { + "coordinates": [ + [ + [ + -92.85394913663528, + 36.4978581839525, + ], + [ + -92.88481678802296, + 36.490875251045686, + ], + [ + -92.89055960688579, + 36.11411916328878, + ], + [ + -92.9447574599037, + 36.11513974579054, + ], + [ + -93.300094377041, + 36.12120952593261, + ], + [ + -93.29686404143067, + 36.4982341880321, + ], + [ + -92.85394913663528, + 36.4978581839525, + ], + ], + ], + "type": "Polygon", + }, + "id": "05009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05089 { + "geometry": { + "coordinates": [ + [ + [ + -92.52912094470673, + 36.4986101921117, + ], + [ + -92.54742617983199, + 36.26758254263316, + ], + [ + -92.4706159775417, + 36.251360652341944, + ], + [ + -92.41211101037666, + 36.16235511521431, + ], + [ + -92.41139315801881, + 36.06276774898943, + ], + [ + -92.83779745858358, + 36.07012668597584, + ], + [ + -92.89055960688579, + 36.11411916328878, + ], + [ + -92.88481678802296, + 36.490875251045686, + ], + [ + -92.85394913663528, + 36.4978581839525, + ], + [ + -92.77247289401895, + 36.497643324478446, + ], + [ + -92.52912094470673, + 36.4986101921117, + ], + ], + ], + "type": "Polygon", + }, + "id": "05089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05005 { + "geometry": { + "coordinates": [ + [ + [ + -92.1504538259392, + 36.4986101921117, + ], + [ + -92.15691449715987, + 36.26124418814851, + ], + [ + -92.19603745066287, + 36.132919367268656, + ], + [ + -92.19747315537857, + 36.059222567667504, + ], + [ + -92.30479208287763, + 36.06099515832847, + ], + [ + -92.30730456613011, + 35.97397707133585, + ], + [ + -92.41426456745023, + 35.97585709173384, + ], + [ + -92.41139315801881, + 36.06276774898943, + ], + [ + -92.41211101037666, + 36.16235511521431, + ], + [ + -92.4706159775417, + 36.251360652341944, + ], + [ + -92.54742617983199, + 36.26758254263316, + ], + [ + -92.52912094470673, + 36.4986101921117, + ], + [ + -92.1504538259392, + 36.4986101921117, + ], + ], + ], + "type": "Polygon", + }, + "id": "05005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05021 { + "geometry": { + "coordinates": [ + [ + [ + -90.57620360516725, + 36.498556477243184, + ], + [ + -90.22086668802994, + 36.4978581839525, + ], + [ + -90.15482427110746, + 36.49796561368953, + ], + [ + -90.0798086997118, + 36.40025826786264, + ], + [ + -90.06401594783904, + 36.30298064098386, + ], + [ + -90.19071688900011, + 36.20135210975545, + ], + [ + -90.32100709195046, + 36.20060010159625, + ], + [ + -90.31993031341368, + 36.25925673801349, + ], + [ + -90.80699313821704, + 36.266884249342475, + ], + [ + -90.75171850666234, + 36.28256899094855, + ], + [ + -90.78438078894466, + 36.49850276237467, + ], + [ + -90.57620360516725, + 36.498556477243184, + ], + ], + ], + "type": "Polygon", + }, + "id": "05021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06031 { + "geometry": { + "coordinates": [ + [ + [ + -119.53939268746804, + 35.790003646675544, + ], + [ + -120.19443296400902, + 35.78871448983121, + ], + [ + -120.21632746092355, + 35.78844591548864, + ], + [ + -120.31539108630729, + 35.90715577490449, + ], + [ + -119.95933631681213, + 36.181531323273795, + ], + [ + -119.95825953827534, + 36.39880796641276, + ], + [ + -119.66609362862911, + 36.41895104210549, + ], + [ + -119.57779778861318, + 36.48856551169959, + ], + [ + -119.47586275379803, + 36.401010276021836, + ], + [ + -119.47765738469266, + 36.2681196913183, + ], + [ + -119.52898382827917, + 36.268979129214515, + ], + [ + -119.53939268746804, + 35.790003646675544, + ], + ], + ], + "type": "Polygon", + }, + "id": "06031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47169 { + "geometry": { + "coordinates": [ + [ + [ + -86.22853079982968, + 36.487437499460796, + ], + [ + -86.16823120177003, + 36.444250745175566, + ], + [ + -85.97871817929679, + 36.42604140474934, + ], + [ + -86.13700462420341, + 36.29578284860298, + ], + [ + -86.28308757902653, + 36.34751026698193, + ], + [ + -86.22853079982968, + 36.487437499460796, + ], + ], + ], + "type": "Polygon", + }, + "id": "47169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47021 { + "geometry": { + "coordinates": [ + [ + [ + -86.91372087540051, + 36.38253236125303, + ], + [ + -86.99770960126934, + 36.12835360344498, + ], + [ + -87.0540610113608, + 36.04552527619645, + ], + [ + -87.18255658341651, + 36.04971503594054, + ], + [ + -87.17142987186979, + 36.22649066821998, + ], + [ + -87.17537805983798, + 36.31388475929219, + ], + [ + -87.28664517530522, + 36.32194198956928, + ], + [ + -87.12046235446222, + 36.45542343782647, + ], + [ + -86.98801859443832, + 36.369103644124536, + ], + [ + -86.91372087540051, + 36.38253236125303, + ], + ], + ], + "type": "Polygon", + }, + "id": "47021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47179 { + "geometry": { + "coordinates": [ + [ + [ + -82.29972484529944, + 36.39649822706666, + ], + [ + -82.34028350351814, + 36.25281095379182, + ], + [ + -82.43719357182832, + 36.15472760388533, + ], + [ + -82.595121090556, + 36.096124682336594, + ], + [ + -82.64788323885821, + 36.14634808439715, + ], + [ + -82.63388511788007, + 36.418467608288864, + ], + [ + -82.70244001805504, + 36.410410378011775, + ], + [ + -82.68054552114053, + 36.43173518081181, + ], + [ + -82.43934712890187, + 36.44548618715139, + ], + [ + -82.29972484529944, + 36.39649822706666, + ], + ], + ], + "type": "Polygon", + }, + "id": "47179", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37193 { + "geometry": { + "coordinates": [ + [ + [ + -80.96703194294507, + 36.40143999496995, + ], + [ + -80.86904509609812, + 36.326668897998516, + ], + [ + -80.87335221024524, + 36.23615934455249, + ], + [ + -80.88196643853948, + 36.0557311012141, + ], + [ + -81.02912617189938, + 36.045740135670506, + ], + [ + -81.32847060512414, + 35.99626874176915, + ], + [ + -81.54526201719578, + 36.11744948513664, + ], + [ + -81.47706604319973, + 36.240349104296584, + ], + [ + -81.2538139599074, + 36.36523617359153, + ], + [ + -81.09480966264293, + 36.44043698951108, + ], + [ + -81.02697261482581, + 36.37372312281674, + ], + [ + -80.96703194294507, + 36.40143999496995, + ], + ], + ], + "type": "Polygon", + }, + "id": "37193", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47173 { + "geometry": { + "coordinates": [ + [ + [ + -83.66723358700968, + 36.3443410897396, + ], + [ + -83.73255815157431, + 36.164557424823386, + ], + [ + -83.9418121138885, + 36.18636566144005, + ], + [ + -84.00426526902173, + 36.270322000927365, + ], + [ + -83.90556056981691, + 36.41991790973874, + ], + [ + -83.80542016589641, + 36.43587122568739, + ], + [ + -83.73291707775324, + 36.34503938303028, + ], + [ + -83.66723358700968, + 36.3443410897396, + ], + ], + ], + "type": "Polygon", + }, + "id": "47173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47159 { + "geometry": { + "coordinates": [ + [ + [ + -85.82796918414763, + 36.41180696459314, + ], + [ + -85.84627441927289, + 36.288961060301716, + ], + [ + -85.7802320023504, + 36.23798565008197, + ], + [ + -85.80751039194882, + 36.13157649555581, + ], + [ + -85.86457965439814, + 36.093653798384956, + ], + [ + -86.0598354957342, + 36.08597257218746, + ], + [ + -86.13700462420341, + 36.29578284860298, + ], + [ + -85.97871817929679, + 36.42604140474934, + ], + [ + -85.82796918414763, + 36.41180696459314, + ], + ], + ], + "type": "Polygon", + }, + "id": "47159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 29155 { + "geometry": { + "coordinates": [ + [ + [ + -89.54572654546907, + 36.33682100814765, + ], + [ + -89.61284574092834, + 36.310447007707296, + ], + [ + -89.53459983392234, + 36.25463725932129, + ], + [ + -89.69575768826037, + 36.25275723892331, + ], + [ + -89.62935634515895, + 36.18534507893828, + ], + [ + -89.5934637272663, + 36.12813874397092, + ], + [ + -89.67888815785082, + 36.084575985606094, + ], + [ + -89.7068843998071, + 36.0018550880946, + ], + [ + -89.95920950359248, + 35.99906191493187, + ], + [ + -89.96136306066603, + 36.38881700086917, + ], + [ + -89.75246802453077, + 36.386399831786036, + ], + [ + -89.72375393021665, + 36.42647112369745, + ], + [ + -89.5920280225506, + 36.40278286668279, + ], + [ + -89.54572654546907, + 36.33682100814765, + ], + ], + ], + "type": "Polygon", + }, + "id": "29155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40143 { + "geometry": { + "coordinates": [ + [ + [ + -95.81257762952701, + 36.423570520797696, + ], + [ + -95.81544903895842, + 36.162677404425395, + ], + [ + -95.76161011211944, + 36.16273111929391, + ], + [ + -95.76161011211944, + 35.90097856502538, + ], + [ + -95.82011507928446, + 35.85591179034218, + ], + [ + -96.03295830338793, + 35.856824943106915, + ], + [ + -96.02972796777759, + 36.075337028221696, + ], + [ + -96.2974868972568, + 36.07576674716981, + ], + [ + -96.29784582343574, + 36.16224768547728, + ], + [ + -96.26841387676376, + 36.16197911113471, + ], + [ + -96.00173172582132, + 36.161334532712544, + ], + [ + -96.00101387346346, + 36.423677950534724, + ], + [ + -95.81257762952701, + 36.423570520797696, + ], + ], + ], + "type": "Polygon", + }, + "id": "40143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47057 { + "geometry": { + "coordinates": [ + [ + [ + -83.38691224126802, + 36.413203551174504, + ], + [ + -83.28067009230575, + 36.39461820666867, + ], + [ + -83.25518633360197, + 36.289068490038744, + ], + [ + -83.32804834792407, + 36.29664228649921, + ], + [ + -83.46695277916865, + 36.17465582010401, + ], + [ + -83.558120028616, + 36.17959758800729, + ], + [ + -83.6675925131886, + 36.08060108533606, + ], + [ + -83.73255815157431, + 36.164557424823386, + ], + [ + -83.66723358700968, + 36.3443410897396, + ], + [ + -83.44936539640125, + 36.37452884584445, + ], + [ + -83.38691224126802, + 36.413203551174504, + ], + ], + ], + "type": "Polygon", + }, + "id": "47057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47037 { + "geometry": { + "coordinates": [ + [ + [ + -86.75471657813604, + 36.40541489523997, + ], + [ + -86.59427657615586, + 36.24502229785729, + ], + [ + -86.51567174297095, + 36.10058301642326, + ], + [ + -86.6190424825018, + 35.968229580404866, + ], + [ + -86.78737886041836, + 36.03596402960096, + ], + [ + -86.92915470109436, + 36.05272306857732, + ], + [ + -87.02785940029916, + 35.98939323859936, + ], + [ + -87.0540610113608, + 36.04552527619645, + ], + [ + -86.99770960126934, + 36.12835360344498, + ], + [ + -86.91372087540051, + 36.38253236125303, + ], + [ + -86.82686074010029, + 36.34917542790586, + ], + [ + -86.75471657813604, + 36.40541489523997, + ], + ], + ], + "type": "Polygon", + }, + "id": "47037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47059 { + "geometry": { + "coordinates": [ + [ + [ + -82.595121090556, + 36.096124682336594, + ], + [ + -82.60301746649239, + 36.03983150013397, + ], + [ + -82.63711545349041, + 36.065775781626215, + ], + [ + -82.78571089156601, + 35.988641230440166, + ], + [ + -82.82124458327975, + 35.92192736374583, + ], + [ + -82.89841371174896, + 35.94502475720683, + ], + [ + -82.89841371174896, + 35.945078472075345, + ], + [ + -83.16617264122819, + 36.18088674485163, + ], + [ + -83.08218391535937, + 36.24228283956308, + ], + [ + -82.94112592704121, + 36.33263124840356, + ], + [ + -82.70244001805504, + 36.410410378011775, + ], + [ + -82.63388511788007, + 36.418467608288864, + ], + [ + -82.64788323885821, + 36.14634808439715, + ], + [ + -82.595121090556, + 36.096124682336594, + ], + ], + ], + "type": "Polygon", + }, + "id": "47059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37189 { + "geometry": { + "coordinates": [ + [ + [ + -81.47706604319973, + 36.240349104296584, + ], + [ + -81.54526201719578, + 36.11744948513664, + ], + [ + -81.81014953724359, + 36.111540849600104, + ], + [ + -81.90849531026947, + 36.21585512425422, + ], + [ + -81.91782739092156, + 36.28686618042967, + ], + [ + -81.72831436844834, + 36.39123416995229, + ], + [ + -81.47706604319973, + 36.240349104296584, + ], + ], + ], + "type": "Polygon", + }, + "id": "37189", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37143 { + "geometry": { + "coordinates": [ + [ + [ + -76.28627564356366, + 36.21676827701895, + ], + [ + -76.19295483704275, + 36.10616936274871, + ], + [ + -76.25253658274455, + 36.1030539003749, + ], + [ + -76.45461202148022, + 36.19936465962043, + ], + [ + -76.30493980486783, + 36.093922372727526, + ], + [ + -76.49014571319394, + 36.085381708633804, + ], + [ + -76.57305766052599, + 36.11068141170388, + ], + [ + -76.5597773919057, + 36.35196860106859, + ], + [ + -76.45353524294343, + 36.37807402716637, + ], + [ + -76.37493040975852, + 36.25871958932835, + ], + [ + -76.28627564356366, + 36.21676827701895, + ], + ], + ], + "type": "Polygon", + }, + "id": "37143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47129 { + "geometry": { + "coordinates": [ + [ + [ + -84.7009409823182, + 36.370822519916985, + ], + [ + -84.61120943758655, + 36.270322000927365, + ], + [ + -84.44107842877537, + 36.163483127453105, + ], + [ + -84.3416558772127, + 36.048909312912826, + ], + [ + -84.44610339528033, + 35.98590177214595, + ], + [ + -84.68048219011939, + 35.908444931748825, + ], + [ + -84.72068192215916, + 35.9949258700563, + ], + [ + -84.90732353520097, + 36.15639276480926, + ], + [ + -84.87825051470793, + 36.28036668133948, + ], + [ + -84.7009409823182, + 36.370822519916985, + ], + ], + ], + "type": "Polygon", + }, + "id": "47129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47083 { + "geometry": { + "coordinates": [ + [ + [ + -87.59245027975066, + 36.367653342674664, + ], + [ + -87.51348652038682, + 36.334726128275605, + ], + [ + -87.56660759486795, + 36.17793242708336, + ], + [ + -87.79847390645452, + 36.244700008646205, + ], + [ + -87.94994075396153, + 36.243142277459306, + ], + [ + -87.98116733152814, + 36.35374119172955, + ], + [ + -87.82216303426367, + 36.32871006300204, + ], + [ + -87.59245027975066, + 36.367653342674664, + ], + ], + ], + "type": "Polygon", + }, + "id": "47083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47005 { + "geometry": { + "coordinates": [ + [ + [ + -87.98116733152814, + 36.35374119172955, + ], + [ + -87.94994075396153, + 36.243142277459306, + ], + [ + -87.92230343818419, + 36.122283823302894, + ], + [ + -88.01275283527367, + 35.94663620326225, + ], + [ + -87.92553377379453, + 35.933422345607816, + ], + [ + -87.96286209640289, + 35.84092534202678, + ], + [ + -87.97075847233927, + 35.81567935382522, + ], + [ + -88.17821780375883, + 35.84581339506155, + ], + [ + -88.21734075726182, + 35.846565403220744, + ], + [ + -88.21267471693578, + 36.1204038029049, + ], + [ + -88.08310236634328, + 36.2608144692004, + ], + [ + -88.09351122553215, + 36.36024069081974, + ], + [ + -87.99049941218023, + 36.36077783950488, + ], + [ + -87.98116733152814, + 36.35374119172955, + ], + ], + ], + "type": "Polygon", + }, + "id": "47005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47189 { + "geometry": { + "coordinates": [ + [ + [ + -86.28308757902653, + 36.34751026698193, + ], + [ + -86.13700462420341, + 36.29578284860298, + ], + [ + -86.0598354957342, + 36.08597257218746, + ], + [ + -86.01496972336838, + 35.960978073155474, + ], + [ + -86.15315630225511, + 35.95437114432826, + ], + [ + -86.31036596862495, + 35.978542835159544, + ], + [ + -86.51567174297095, + 36.10058301642326, + ], + [ + -86.59427657615586, + 36.24502229785729, + ], + [ + -86.45178288312202, + 36.33563928104034, + ], + [ + -86.28308757902653, + 36.34751026698193, + ], + ], + ], + "type": "Polygon", + }, + "id": "47189", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37041 { + "geometry": { + "coordinates": [ + [ + [ + -76.49014571319394, + 36.085381708633804, + ], + [ + -76.40938732293547, + 36.067870661498254, + ], + [ + -76.51347591482417, + 36.0068505708664, + ], + [ + -76.69150329957175, + 36.06717236820758, + ], + [ + -76.72129417242266, + 36.14935611703393, + ], + [ + -76.68001766184611, + 36.300348612426674, + ], + [ + -76.5597773919057, + 36.35196860106859, + ], + [ + -76.57305766052599, + 36.11068141170388, + ], + [ + -76.49014571319394, + 36.085381708633804, + ], + ], + ], + "type": "Polygon", + }, + "id": "37041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47063 { + "geometry": { + "coordinates": [ + [ + [ + -83.08218391535937, + 36.24228283956308, + ], + [ + -83.16617264122819, + 36.18088674485163, + ], + [ + -83.23472754140316, + 36.08505941942272, + ], + [ + -83.29395036092605, + 36.138237139251544, + ], + [ + -83.46695277916865, + 36.17465582010401, + ], + [ + -83.32804834792407, + 36.29664228649921, + ], + [ + -83.25518633360197, + 36.289068490038744, + ], + [ + -83.16258337943891, + 36.34525424250434, + ], + [ + -83.08218391535937, + 36.24228283956308, + ], + ], + ], + "type": "Polygon", + }, + "id": "47063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47043 { + "geometry": { + "coordinates": [ + [ + [ + -87.28664517530522, + 36.32194198956928, + ], + [ + -87.17537805983798, + 36.31388475929219, + ], + [ + -87.17142987186979, + 36.22649066821998, + ], + [ + -87.18255658341651, + 36.04971503594054, + ], + [ + -87.20409215415211, + 35.959151767626, + ], + [ + -87.53466316494348, + 35.99342185373791, + ], + [ + -87.56660759486795, + 36.17793242708336, + ], + [ + -87.51348652038682, + 36.334726128275605, + ], + [ + -87.28664517530522, + 36.32194198956928, + ], + ], + ], + "type": "Polygon", + }, + "id": "47043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05087 { + "geometry": { + "coordinates": [ + [ + [ + -93.47955746650429, + 36.12507699646562, + ], + [ + -93.45084337219016, + 35.96747757224567, + ], + [ + -93.52370538651226, + 35.88158749749185, + ], + [ + -93.51903934618622, + 35.763468501629646, + ], + [ + -93.69598995239701, + 35.76862512900699, + ], + [ + -93.91098673357403, + 35.759762175702186, + ], + [ + -93.96303102951839, + 35.76089018794097, + ], + [ + -93.9443668682142, + 36.09107548469629, + ], + [ + -93.8876565319438, + 36.235031332313696, + ], + [ + -93.81551236997956, + 36.30652582230577, + ], + [ + -93.65758485125187, + 36.30303435585237, + ], + [ + -93.55098377611068, + 36.12636615330996, + ], + [ + -93.47955746650429, + 36.12507699646562, + ], + ], + ], + "type": "Polygon", + }, + "id": "05087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47141 { + "geometry": { + "coordinates": [ + [ + [ + -85.11944890694659, + 36.14473663834173, + ], + [ + -85.10006689328455, + 36.13855942846263, + ], + [ + -85.24686770046551, + 36.100690446160286, + ], + [ + -85.26445508323292, + 35.9791336987132, + ], + [ + -85.30967978177766, + 36.03161312525133, + ], + [ + -85.50852488490298, + 36.08199767191743, + ], + [ + -85.64455790671616, + 36.015068945749036, + ], + [ + -85.80751039194882, + 36.13157649555581, + ], + [ + -85.7802320023504, + 36.23798565008197, + ], + [ + -85.62086877890701, + 36.2108059266139, + ], + [ + -85.4952446162827, + 36.30228234769318, + ], + [ + -85.4195111925292, + 36.23685763784317, + ], + [ + -85.11944890694659, + 36.14473663834173, + ], + ], + ], + "type": "Polygon", + }, + "id": "47141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47001 { + "geometry": { + "coordinates": [ + [ + [ + -84.00426526902173, + 36.270322000927365, + ], + [ + -83.9418121138885, + 36.18636566144005, + ], + [ + -84.09399681375336, + 36.06889124400002, + ], + [ + -84.05918097439749, + 36.03676975262867, + ], + [ + -84.19485507003174, + 35.993529283474935, + ], + [ + -84.27166527232202, + 35.91011009267275, + ], + [ + -84.3416558772127, + 36.048909312912826, + ], + [ + -84.44107842877537, + 36.163483127453105, + ], + [ + -84.37288245477932, + 36.21676827701895, + ], + [ + -84.24115654711326, + 36.177556423003765, + ], + [ + -84.22751735231405, + 36.24480743838323, + ], + [ + -84.07353802155455, + 36.227887254801345, + ], + [ + -84.00426526902173, + 36.270322000927365, + ], + ], + ], + "type": "Polygon", + }, + "id": "47001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37197 { + "geometry": { + "coordinates": [ + [ + [ + -80.45233180236437, + 36.24136968679834, + ], + [ + -80.43869260756516, + 36.13721655674978, + ], + [ + -80.49683864855126, + 36.04670700330375, + ], + [ + -80.69281234224518, + 36.05095047791636, + ], + [ + -80.88196643853948, + 36.0557311012141, + ], + [ + -80.87335221024524, + 36.23615934455249, + ], + [ + -80.54098656855923, + 36.28230041660598, + ], + [ + -80.45233180236437, + 36.24136968679834, + ], + ], + ], + "type": "Polygon", + }, + "id": "37197", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37011 { + "geometry": { + "coordinates": [ + [ + [ + -81.81014953724359, + 36.111540849600104, + ], + [ + -81.73656967056364, + 36.06593692623176, + ], + [ + -81.80727812781218, + 35.96199865565724, + ], + [ + -81.8995221557963, + 35.99997506769661, + ], + [ + -81.94331114962534, + 35.95947405683708, + ], + [ + -81.98171625077049, + 35.91150667925412, + ], + [ + -82.03411947289378, + 35.94223158404411, + ], + [ + -82.0804209499753, + 36.10326875984896, + ], + [ + -81.93254336425755, + 36.26554137762963, + ], + [ + -81.91782739092156, + 36.28686618042967, + ], + [ + -81.90849531026947, + 36.21585512425422, + ], + [ + -81.81014953724359, + 36.111540849600104, + ], + ], + ], + "type": "Polygon", + }, + "id": "37011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37069 { + "geometry": { + "coordinates": [ + [ + [ + -78.00660881915871, + 36.20274869633681, + ], + [ + -78.2549857349759, + 35.818042808039834, + ], + [ + -78.30487647384669, + 35.89313619422235, + ], + [ + -78.54643379226428, + 36.02210559352436, + ], + [ + -78.49690197957241, + 36.175139253920634, + ], + [ + -78.42260426053461, + 36.16412770587527, + ], + [ + -78.30703003092025, + 36.26602481144625, + ], + [ + -78.00660881915871, + 36.20274869633681, + ], + ], + ], + "type": "Polygon", + }, + "id": "37069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05055 { + "geometry": { + "coordinates": [ + [ + [ + -90.19071688900011, + 36.20135210975545, + ], + [ + -90.34110695797035, + 36.046868147909294, + ], + [ + -90.37771742822086, + 35.995677878215496, + ], + [ + -90.38956199212544, + 35.964738113951455, + ], + [ + -90.85257676294071, + 35.967961006062296, + ], + [ + -90.81022347382738, + 36.14957097650799, + ], + [ + -90.80699313821704, + 36.266884249342475, + ], + [ + -90.31993031341368, + 36.25925673801349, + ], + [ + -90.32100709195046, + 36.20060010159625, + ], + [ + -90.19071688900011, + 36.20135210975545, + ], + ], + ], + "type": "Polygon", + }, + "id": "05055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35033 { + "geometry": { + "coordinates": [ + [ + [ + -105.34099090149071, + 36.262264770650276, + ], + [ + -104.86505478823408, + 36.26113675841148, + ], + [ + -104.86577264059193, + 36.21800371899477, + ], + [ + -104.43649693059575, + 36.21875572715397, + ], + [ + -104.33133156017027, + 35.96210608539427, + ], + [ + -104.38983652733529, + 35.86053126903437, + ], + [ + -104.36722417806293, + 35.78146298258183, + ], + [ + -105.00647170273115, + 35.771418302169714, + ], + [ + -105.34781049889031, + 35.87068337918351, + ], + [ + -105.7203758726161, + 35.871005668394595, + ], + [ + -105.71750446318468, + 35.9787576946336, + ], + [ + -105.57142150836157, + 35.97258048475449, + ], + [ + -105.53014499778502, + 36.0130277807455, + ], + [ + -105.41995466085456, + 36.13168392529284, + ], + [ + -105.4070333184132, + 36.23820050955602, + ], + [ + -105.34099090149071, + 36.262264770650276, + ], + ], + ], + "type": "Polygon", + }, + "id": "35033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37067 { + "geometry": { + "coordinates": [ + [ + [ + -80.0352595824517, + 36.25726928787847, + ], + [ + -80.04315595838808, + 36.01061061166237, + ], + [ + -80.39490361373612, + 35.97311763343963, + ], + [ + -80.49683864855126, + 36.04670700330375, + ], + [ + -80.43869260756516, + 36.13721655674978, + ], + [ + -80.45233180236437, + 36.24136968679834, + ], + [ + -80.45197287618545, + 36.26167390709662, + ], + [ + -80.0352595824517, + 36.25726928787847, + ], + ], + ], + "type": "Polygon", + }, + "id": "37067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05065 { + "geometry": { + "coordinates": [ + [ + [ + -91.69138724309211, + 36.25329438760845, + ], + [ + -91.68277301479787, + 36.00051221638175, + ], + [ + -91.71041033057521, + 35.94174815022748, + ], + [ + -91.8493147618198, + 35.86740677220416, + ], + [ + -91.95555691078206, + 35.933153771265246, + ], + [ + -92.1127665771519, + 35.93734353100933, + ], + [ + -92.05713301941829, + 36.03365429025486, + ], + [ + -92.19603745066287, + 36.132919367268656, + ], + [ + -92.15691449715987, + 36.26124418814851, + ], + [ + -91.69138724309211, + 36.25329438760845, + ], + ], + ], + "type": "Polygon", + }, + "id": "05065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47171 { + "geometry": { + "coordinates": [ + [ + [ + -82.2221967906513, + 36.1569299134944, + ], + [ + -82.4167347796295, + 36.07259756992748, + ], + [ + -82.50538954582436, + 35.977629682394806, + ], + [ + -82.61091384242877, + 35.967423857377156, + ], + [ + -82.60301746649239, + 36.03983150013397, + ], + [ + -82.595121090556, + 36.096124682336594, + ], + [ + -82.43719357182832, + 36.15472760388533, + ], + [ + -82.34028350351814, + 36.25281095379182, + ], + [ + -82.25629477764932, + 36.233151311915705, + ], + [ + -82.2221967906513, + 36.1569299134944, + ], + ], + ], + "type": "Polygon", + }, + "id": "47171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05075 { + "geometry": { + "coordinates": [ + [ + [ + -90.81022347382738, + 36.14957097650799, + ], + [ + -90.85257676294071, + 35.967961006062296, + ], + [ + -90.87518911221309, + 35.88094291906968, + ], + [ + -91.03239877858293, + 35.88502524907673, + ], + [ + -91.19894052560485, + 35.89002073184854, + ], + [ + -91.35722697051148, + 35.89061159540219, + ], + [ + -91.34968952075401, + 36.23094900230664, + ], + [ + -91.2588811974856, + 36.257860151432126, + ], + [ + -91.14079448461875, + 36.16713573851205, + ], + [ + -90.81022347382738, + 36.14957097650799, + ], + ], + ], + "type": "Polygon", + }, + "id": "05075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37081 { + "geometry": { + "coordinates": [ + [ + [ + -79.53240400577556, + 36.24142340166686, + ], + [ + -79.54209501260658, + 35.89958197844402, + ], + [ + -80.04674522017734, + 35.920638206901494, + ], + [ + -80.04315595838808, + 36.01061061166237, + ], + [ + -80.0352595824517, + 36.25726928787847, + ], + [ + -79.53240400577556, + 36.24142340166686, + ], + ], + ], + "type": "Polygon", + }, + "id": "37081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37001 { + "geometry": { + "coordinates": [ + [ + [ + -79.25710762653888, + 36.24384057074999, + ], + [ + -79.2492112506025, + 35.87675315932559, + ], + [ + -79.23736668669792, + 35.844363093611676, + ], + [ + -79.54245393878551, + 35.84344994084694, + ], + [ + -79.54209501260658, + 35.89958197844402, + ], + [ + -79.53240400577556, + 36.24142340166686, + ], + [ + -79.53204507959664, + 36.248567479179215, + ], + [ + -79.25710762653888, + 36.24384057074999, + ], + ], + ], + "type": "Polygon", + }, + "id": "37001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40119 { + "geometry": { + "coordinates": [ + [ + [ + -96.6215972368275, + 36.159884231262666, + ], + [ + -96.62123831064858, + 35.941533290753426, + ], + [ + -97.14060449155532, + 35.94196300970154, + ], + [ + -97.3538066418377, + 35.9849349045127, + ], + [ + -97.35416556801664, + 36.15902479336644, + ], + [ + -97.14132234391317, + 36.15913222310347, + ], + [ + -97.14096341773426, + 36.24636516957014, + ], + [ + -96.92488985802045, + 36.246418884438654, + ], + [ + -96.81900663523712, + 36.246418884438654, + ], + [ + -96.81900663523712, + 36.159078508234956, + ], + [ + -96.6215972368275, + 36.159884231262666, + ], + ], + ], + "type": "Polygon", + }, + "id": "40119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47085 { + "geometry": { + "coordinates": [ + [ + [ + -87.56660759486795, + 36.17793242708336, + ], + [ + -87.53466316494348, + 35.99342185373791, + ], + [ + -87.70694773082823, + 35.90559804371759, + ], + [ + -87.71663873765925, + 35.838723032417704, + ], + [ + -87.85267175947243, + 35.80380836788363, + ], + [ + -87.96286209640289, + 35.84092534202678, + ], + [ + -87.92553377379453, + 35.933422345607816, + ], + [ + -88.01275283527367, + 35.94663620326225, + ], + [ + -87.92230343818419, + 36.122283823302894, + ], + [ + -87.94994075396153, + 36.243142277459306, + ], + [ + -87.79847390645452, + 36.244700008646205, + ], + [ + -87.56660759486795, + 36.17793242708336, + ], + ], + ], + "type": "Polygon", + }, + "id": "47085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37015 { + "geometry": { + "coordinates": [ + [ + [ + -76.7230888033173, + 36.24384057074999, + ], + [ + -76.75539215942068, + 36.15145099690598, + ], + [ + -76.68360692363537, + 35.989446953467876, + ], + [ + -76.7029889372974, + 35.9233776651957, + ], + [ + -76.76077605210457, + 35.864882173384004, + ], + [ + -76.76077605210457, + 35.86482845851549, + ], + [ + -76.76077605210457, + 35.864882173384004, + ], + [ + -76.83507377114238, + 35.884434385523086, + ], + [ + -76.90362867131735, + 35.82395144357636, + ], + [ + -76.93844451067324, + 35.90092485015687, + ], + [ + -77.00520477995357, + 35.85875867837341, + ], + [ + -77.056890149719, + 35.94051270825166, + ], + [ + -77.19830706421607, + 35.93970698522395, + ], + [ + -77.20620344015245, + 36.00566884375909, + ], + [ + -77.32716156245071, + 36.07512216874764, + ], + [ + -77.24281391040297, + 36.09650068641619, + ], + [ + -77.29198679691591, + 36.168532325093416, + ], + [ + -77.20871592340494, + 36.24679488851825, + ], + [ + -76.7230888033173, + 36.24384057074999, + ], + ], + ], + "type": "Polygon", + }, + "id": "37015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37135 { + "geometry": { + "coordinates": [ + [ + [ + -79.15373688700804, + 36.242175409826054, + ], + [ + -78.95094359591452, + 36.239167377189275, + ], + [ + -79.01662708665809, + 35.86321701246007, + ], + [ + -79.2492112506025, + 35.87675315932559, + ], + [ + -79.25710762653888, + 36.24384057074999, + ], + [ + -79.15373688700804, + 36.242175409826054, + ], + ], + ], + "type": "Polygon", + }, + "id": "37135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37063 { + "geometry": { + "coordinates": [ + [ + [ + -78.80198923165999, + 36.235944485078434, + ], + [ + -78.80450171491248, + 36.09494295522929, + ], + [ + -78.74886815717886, + 36.07120098334612, + ], + [ + -78.69897741830806, + 36.00910659534398, + ], + [ + -78.8317801045109, + 35.86735305733565, + ], + [ + -78.9060778235487, + 35.8679439208893, + ], + [ + -79.01662708665809, + 35.86321701246007, + ], + [ + -78.95094359591452, + 36.239167377189275, + ], + [ + -78.80198923165999, + 36.235944485078434, + ], + ], + ], + "type": "Polygon", + }, + "id": "37063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05143 { + "geometry": { + "coordinates": [ + [ + [ + -93.96303102951839, + 35.76089018794097, + ], + [ + -94.49352392197186, + 35.75917131214853, + ], + [ + -94.55202888913689, + 36.10224817734719, + ], + [ + -94.39122996097778, + 36.09940128931595, + ], + [ + -94.33344284617061, + 36.21451225254137, + ], + [ + -93.97308096252833, + 36.205273295156964, + ], + [ + -93.8876565319438, + 36.235031332313696, + ], + [ + -93.9443668682142, + 36.09107548469629, + ], + [ + -93.96303102951839, + 35.76089018794097, + ], + ], + ], + "type": "Polygon", + }, + "id": "05143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37055 { + "geometry": { + "coordinates": [ + [ + [ + [ + -75.88786758495516, + 35.63890372154577, + ], + [ + -76.01313282140053, + 35.66914519251914, + ], + [ + -75.98657228415996, + 35.88894643447826, + ], + [ + -75.8114163088438, + 35.92439824769747, + ], + [ + -75.74896315371058, + 35.883467517889834, + ], + [ + -75.73424718037458, + 35.62488414086363, + ], + [ + -75.85520530267284, + 35.58454427460965, + ], + [ + -75.88786758495516, + 35.63890372154577, + ], + ], + ], + [ + [ + [ + -75.77588261713007, + 36.231056432043665, + ], + [ + -75.77337013387758, + 36.23153986586029, + ], + [ + -75.5695000642473, + 35.86251871916939, + ], + [ + -75.73783644216385, + 36.041872665137504, + ], + [ + -75.77588261713007, + 36.231056432043665, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "37055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47053 { + "geometry": { + "coordinates": [ + [ + [ + -88.69255901816061, + 36.062714034120916, + ], + [ + -88.70691606531767, + 35.791077944045824, + ], + [ + -88.91617002763186, + 35.79736258366196, + ], + [ + -89.10963123807328, + 35.86203528535276, + ], + [ + -89.18895392361605, + 35.999491633879984, + ], + [ + -89.1544970104391, + 36.20468243160331, + ], + [ + -88.9599590214609, + 36.22283805716103, + ], + [ + -88.84187230859406, + 36.12513071133414, + ], + [ + -88.69255901816061, + 36.062714034120916, + ], + ], + ], + "type": "Polygon", + }, + "id": "47053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35043 { + "geometry": { + "coordinates": [ + [ + [ + -106.24799735563816, + 35.966349560006876, + ], + [ + -106.39946420314517, + 35.96001120552222, + ], + [ + -106.40018205550302, + 35.80762212354812, + ], + [ + -106.24835628181708, + 35.75573356056364, + ], + [ + -106.24512594620674, + 35.215039694102124, + ], + [ + -107.19628032036216, + 35.21933688358324, + ], + [ + -107.23899253565442, + 35.30533438807409, + ], + [ + -107.31005991908188, + 35.305173243468545, + ], + [ + -107.30862421436618, + 35.99863219598376, + ], + [ + -107.62663280889512, + 36.000297356907694, + ], + [ + -107.62412032564264, + 36.219722594787214, + ], + [ + -106.88509132323283, + 36.216553417544894, + ], + [ + -106.88509132323283, + 35.99890077032633, + ], + [ + -106.24763842945923, + 36.00153279888352, + ], + [ + -106.24799735563816, + 35.966349560006876, + ], + ], + ], + "type": "Polygon", + }, + "id": "35043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35021 { + "geometry": { + "coordinates": [ + [ + [ + -104.0090158514942, + 36.21800371899477, + ], + [ + -104.0090158514942, + 36.174494675498465, + ], + [ + -103.79401907031719, + 36.17401124168184, + ], + [ + -103.79437799649611, + 36.08570399784489, + ], + [ + -103.36510228649993, + 36.086348576267056, + ], + [ + -103.37515221950987, + 35.73999510408905, + ], + [ + -103.38017718601485, + 35.39799253626067, + ], + [ + -103.63716833012627, + 35.389666731641, + ], + [ + -103.72474631778435, + 35.42221794196047, + ], + [ + -103.97671249539081, + 35.801713488011586, + ], + [ + -104.0212193415777, + 35.78146298258183, + ], + [ + -104.36722417806293, + 35.78146298258183, + ], + [ + -104.38983652733529, + 35.86053126903437, + ], + [ + -104.33133156017027, + 35.96210608539427, + ], + [ + -104.43649693059575, + 36.21875572715397, + ], + [ + -104.0090158514942, + 36.21800371899477, + ], + ], + ], + "type": "Polygon", + }, + "id": "35021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47045 { + "geometry": { + "coordinates": [ + [ + [ + -89.18895392361605, + 35.999491633879984, + ], + [ + -89.2801211730634, + 35.886368120789584, + ], + [ + -89.34293325437555, + 35.88094291906968, + ], + [ + -89.40753996658233, + 35.94658248839374, + ], + [ + -89.6447901708528, + 35.90436260174177, + ], + [ + -89.7068843998071, + 36.0018550880946, + ], + [ + -89.67888815785082, + 36.084575985606094, + ], + [ + -89.5934637272663, + 36.12813874397092, + ], + [ + -89.62935634515895, + 36.18534507893828, + ], + [ + -89.48291446415692, + 36.212739661880406, + ], + [ + -89.1544970104391, + 36.20468243160331, + ], + [ + -89.18895392361605, + 35.999491633879984, + ], + ], + ], + "type": "Polygon", + }, + "id": "47045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37127 { + "geometry": { + "coordinates": [ + [ + [ + -78.00660881915871, + 36.20274869633681, + ], + [ + -77.88708640157617, + 36.14403834505105, + ], + [ + -77.69829123146079, + 36.1530624429614, + ], + [ + -77.8282225082322, + 35.86713819786159, + ], + [ + -78.19217365366374, + 35.73032642775654, + ], + [ + -78.2549857349759, + 35.818042808039834, + ], + [ + -78.00660881915871, + 36.20274869633681, + ], + ], + ], + "type": "Polygon", + }, + "id": "37127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47089 { + "geometry": { + "coordinates": [ + [ + [ + -83.46695277916865, + 36.17465582010401, + ], + [ + -83.29395036092605, + 36.138237139251544, + ], + [ + -83.23472754140316, + 36.08505941942272, + ], + [ + -83.31081989133558, + 35.895821937648044, + ], + [ + -83.47484915510503, + 35.92359252466976, + ], + [ + -83.67333533205142, + 36.03848862842112, + ], + [ + -83.6675925131886, + 36.08060108533606, + ], + [ + -83.558120028616, + 36.17959758800729, + ], + [ + -83.46695277916865, + 36.17465582010401, + ], + ], + ], + "type": "Polygon", + }, + "id": "47089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47093 { + "geometry": { + "coordinates": [ + [ + [ + -83.6675925131886, + 36.08060108533606, + ], + [ + -83.67333533205142, + 36.03848862842112, + ], + [ + -83.65467117074725, + 35.971882191463806, + ], + [ + -83.79429345434968, + 35.887066414080266, + ], + [ + -83.85351627387257, + 35.841140201500835, + ], + [ + -83.9457603018567, + 35.876162295771934, + ], + [ + -84.13922151229812, + 35.855482071394064, + ], + [ + -84.16614097571761, + 35.80509752472797, + ], + [ + -84.26340997020671, + 35.89694994988684, + ], + [ + -84.27166527232202, + 35.91011009267275, + ], + [ + -84.19485507003174, + 35.993529283474935, + ], + [ + -84.05918097439749, + 36.03676975262867, + ], + [ + -84.09399681375336, + 36.06889124400002, + ], + [ + -83.9418121138885, + 36.18636566144005, + ], + [ + -83.73255815157431, + 36.164557424823386, + ], + [ + -83.6675925131886, + 36.08060108533606, + ], + ], + ], + "type": "Polygon", + }, + "id": "47093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47029 { + "geometry": { + "coordinates": [ + [ + [ + -82.89841371174896, + 35.945078472075345, + ], + [ + -82.89841371174896, + 35.94502475720683, + ], + [ + -82.96158471924004, + 35.79102422917731, + ], + [ + -83.0785946535701, + 35.78957392772743, + ], + [ + -83.25518633360197, + 35.71625313220588, + ], + [ + -83.2555452597809, + 35.71496397536154, + ], + [ + -83.31081989133558, + 35.895821937648044, + ], + [ + -83.23472754140316, + 36.08505941942272, + ], + [ + -83.16617264122819, + 36.18088674485163, + ], + [ + -82.89841371174896, + 35.945078472075345, + ], + ], + ], + "type": "Polygon", + }, + "id": "47029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47035 { + "geometry": { + "coordinates": [ + [ + [ + -84.90732353520097, + 36.15639276480926, + ], + [ + -84.72068192215916, + 35.9949258700563, + ], + [ + -84.68048219011939, + 35.908444931748825, + ], + [ + -84.78169937257668, + 35.824918311209615, + ], + [ + -84.91629668967414, + 35.761588481231655, + ], + [ + -85.25404622404405, + 35.76561709637021, + ], + [ + -85.25404622404405, + 35.76695996808306, + ], + [ + -85.27271038534823, + 35.78764019246093, + ], + [ + -85.26912112355896, + 35.79333396852341, + ], + [ + -85.21312863964641, + 35.91032495214681, + ], + [ + -85.26445508323292, + 35.9791336987132, + ], + [ + -85.24686770046551, + 36.100690446160286, + ], + [ + -85.10006689328455, + 36.13855942846263, + ], + [ + -84.90732353520097, + 36.15639276480926, + ], + ], + ], + "type": "Polygon", + }, + "id": "47035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40073 { + "geometry": { + "coordinates": [ + [ + [ + -97.67576342433485, + 36.164664854560414, + ], + [ + -97.67396879344021, + 35.72592180853839, + ], + [ + -98.20697416914616, + 35.72506237064216, + ], + [ + -98.21056343093544, + 36.16487971403447, + ], + [ + -98.10396235579424, + 36.16487971403447, + ], + [ + -97.67576342433485, + 36.164664854560414, + ], + ], + ], + "type": "Polygon", + }, + "id": "40073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40083 { + "geometry": { + "coordinates": [ + [ + [ + -97.46076664315783, + 36.16444999508636, + ], + [ + -97.35416556801664, + 36.15902479336644, + ], + [ + -97.3538066418377, + 35.9849349045127, + ], + [ + -97.14060449155532, + 35.94196300970154, + ], + [ + -97.14096341773426, + 35.72420293274594, + ], + [ + -97.67396879344021, + 35.72592180853839, + ], + [ + -97.67576342433485, + 36.164664854560414, + ], + [ + -97.46076664315783, + 36.16444999508636, + ], + ], + ], + "type": "Polygon", + }, + "id": "40083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40011 { + "geometry": { + "coordinates": [ + [ + [ + -98.21056343093544, + 36.16487971403447, + ], + [ + -98.20697416914616, + 35.72506237064216, + ], + [ + -98.31321631810843, + 35.72490122603662, + ], + [ + -98.31321631810843, + 35.55145591560505, + ], + [ + -98.62296961052206, + 35.551563345342075, + ], + [ + -98.63194276499523, + 35.81234903197735, + ], + [ + -98.6369677315002, + 36.16487971403447, + ], + [ + -98.21056343093544, + 36.16487971403447, + ], + ], + ], + "type": "Polygon", + }, + "id": "40011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40043 { + "geometry": { + "coordinates": [ + [ + [ + -98.63194276499523, + 35.81234903197735, + ], + [ + -99.37563780773108, + 35.81213417250329, + ], + [ + -99.38102170041499, + 36.012920351008475, + ], + [ + -99.38209847895176, + 36.164288850480816, + ], + [ + -98.95605310456592, + 36.1615493921866, + ], + [ + -98.6369677315002, + 36.16487971403447, + ], + [ + -98.63194276499523, + 35.81234903197735, + ], + ], + ], + "type": "Polygon", + }, + "id": "40043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40037 { + "geometry": { + "coordinates": [ + [ + [ + -96.29784582343574, + 36.16224768547728, + ], + [ + -96.2974868972568, + 36.07576674716981, + ], + [ + -96.02972796777759, + 36.075337028221696, + ], + [ + -96.03295830338793, + 35.856824943106915, + ], + [ + -96.19232152683132, + 35.85698608771245, + ], + [ + -96.19268045301025, + 35.6390111512828, + ], + [ + -96.62052045829073, + 35.63895743641429, + ], + [ + -96.62123831064858, + 35.941533290753426, + ], + [ + -96.6215972368275, + 36.159884231262666, + ], + [ + -96.29784582343574, + 36.16224768547728, + ], + ], + ], + "type": "Polygon", + }, + "id": "40037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40145 { + "geometry": { + "coordinates": [ + [ + [ + -95.44037118198015, + 36.07522959848467, + ], + [ + -95.20778701803573, + 36.07469244979953, + ], + [ + -95.28244366325247, + 35.96865929935297, + ], + [ + -95.23039936730811, + 35.87089823865757, + ], + [ + -95.26557413284291, + 35.81320846987357, + ], + [ + -95.63993413746333, + 35.79129280351988, + ], + [ + -95.6503429966522, + 35.8567712282384, + ], + [ + -95.76627615244549, + 35.8563952241588, + ], + [ + -95.82011507928446, + 35.85591179034218, + ], + [ + -95.76161011211944, + 35.90097856502538, + ], + [ + -95.76161011211944, + 36.16273111929391, + ], + [ + -95.61839856672773, + 36.162677404425395, + ], + [ + -95.57137923728835, + 36.07528331335318, + ], + [ + -95.44037118198015, + 36.07522959848467, + ], + ], + ], + "type": "Polygon", + }, + "id": "40145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40021 { + "geometry": { + "coordinates": [ + [ + [ + -95.0114543981629, + 36.16181796652917, + ], + [ + -94.79717546934374, + 36.16138824758106, + ], + [ + -94.80722540235368, + 35.638527717466175, + ], + [ + -95.12738755395618, + 35.63885000667726, + ], + [ + -95.12738755395618, + 35.81267132118843, + ], + [ + -95.26557413284291, + 35.81320846987357, + ], + [ + -95.23039936730811, + 35.87089823865757, + ], + [ + -95.28244366325247, + 35.96865929935297, + ], + [ + -95.20778701803573, + 36.07469244979953, + ], + [ + -95.1180554733041, + 36.07442387545696, + ], + [ + -95.11841439948302, + 36.16165682192363, + ], + [ + -95.0114543981629, + 36.16181796652917, + ], + ], + ], + "type": "Polygon", + }, + "id": "40021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40001 { + "geometry": { + "coordinates": [ + [ + [ + -94.56279667450468, + 36.1619253962662, + ], + [ + -94.55202888913689, + 36.10224817734719, + ], + [ + -94.49352392197186, + 35.75917131214853, + ], + [ + -94.47270620359411, + 35.63847400259766, + ], + [ + -94.80722540235368, + 35.638527717466175, + ], + [ + -94.79717546934374, + 36.16138824758106, + ], + [ + -94.56279667450468, + 36.1619253962662, + ], + ], + ], + "type": "Polygon", + }, + "id": "40001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37121 { + "geometry": { + "coordinates": [ + [ + [ + -82.0804209499753, + 36.10326875984896, + ], + [ + -82.03411947289378, + 35.94223158404411, + ], + [ + -81.98171625077049, + 35.91150667925412, + ], + [ + -82.13318309827751, + 35.824381162524475, + ], + [ + -82.19886658902107, + 36.013457499693615, + ], + [ + -82.4167347796295, + 36.07259756992748, + ], + [ + -82.2221967906513, + 36.1569299134944, + ], + [ + -82.0804209499753, + 36.10326875984896, + ], + ], + ], + "type": "Polygon", + }, + "id": "37121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37065 { + "geometry": { + "coordinates": [ + [ + [ + -77.40289498620422, + 36.004970550468414, + ], + [ + -77.34259538814456, + 35.90575918832313, + ], + [ + -77.35049176408094, + 35.81922453514714, + ], + [ + -77.39069149612071, + 35.83233096306454, + ], + [ + -77.66168076121028, + 35.6774709971388, + ], + [ + -77.75141230594191, + 35.82776519924086, + ], + [ + -77.8282225082322, + 35.86713819786159, + ], + [ + -77.69829123146079, + 36.1530624429614, + ], + [ + -77.53354411533348, + 36.09064576574818, + ], + [ + -77.52600666557603, + 36.037360616182326, + ], + [ + -77.40289498620422, + 36.004970550468414, + ], + ], + ], + "type": "Polygon", + }, + "id": "37065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47017 { + "geometry": { + "coordinates": [ + [ + [ + -88.21267471693578, + 36.1204038029049, + ], + [ + -88.21734075726182, + 35.846565403220744, + ], + [ + -88.17821780375883, + 35.84581339506155, + ], + [ + -88.17929458229561, + 35.8167536511955, + ], + [ + -88.57016519114664, + 35.82470345173556, + ], + [ + -88.60677566139715, + 35.789359068253376, + ], + [ + -88.70691606531767, + 35.791077944045824, + ], + [ + -88.69255901816061, + 36.062714034120916, + ], + [ + -88.5303243852858, + 36.15209557532815, + ], + [ + -88.211597938399, + 36.145918365449035, + ], + [ + -88.21267471693578, + 36.1204038029049, + ], + ], + ], + "type": "Polygon", + }, + "id": "47017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47041 { + "geometry": { + "coordinates": [ + [ + [ + -85.64455790671616, + 36.015068945749036, + ], + [ + -85.6370204569587, + 35.88190978670293, + ], + [ + -85.68224515550345, + 35.83125666569427, + ], + [ + -85.88503844659697, + 35.83963618518244, + ], + [ + -86.01496972336838, + 35.960978073155474, + ], + [ + -86.0598354957342, + 36.08597257218746, + ], + [ + -85.86457965439814, + 36.093653798384956, + ], + [ + -85.80751039194882, + 36.13157649555581, + ], + [ + -85.64455790671616, + 36.015068945749036, + ], + ], + ], + "type": "Polygon", + }, + "id": "47041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05137 { + "geometry": { + "coordinates": [ + [ + [ + -91.8493147618198, + 35.86740677220416, + ], + [ + -91.8371112717363, + 35.704919294949434, + ], + [ + -92.24054429684976, + 35.7121170873303, + ], + [ + -92.41857168159734, + 35.71598455786331, + ], + [ + -92.41677705070272, + 35.788553345225665, + ], + [ + -92.41426456745023, + 35.97585709173384, + ], + [ + -92.30730456613011, + 35.97397707133585, + ], + [ + -92.30479208287763, + 36.06099515832847, + ], + [ + -92.19747315537857, + 36.059222567667504, + ], + [ + -92.19603745066287, + 36.132919367268656, + ], + [ + -92.05713301941829, + 36.03365429025486, + ], + [ + -92.1127665771519, + 35.93734353100933, + ], + [ + -91.95555691078206, + 35.933153771265246, + ], + [ + -91.8493147618198, + 35.86740677220416, + ], + ], + ], + "type": "Polygon", + }, + "id": "05137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05101 { + "geometry": { + "coordinates": [ + [ + [ + -93.300094377041, + 36.12120952593261, + ], + [ + -92.9447574599037, + 36.11513974579054, + ], + [ + -92.95121813112438, + 35.72457893682554, + ], + [ + -93.16442028140676, + 35.728822411438145, + ], + [ + -93.51939827236514, + 35.734408757763596, + ], + [ + -93.51903934618622, + 35.763468501629646, + ], + [ + -93.52370538651226, + 35.88158749749185, + ], + [ + -93.45084337219016, + 35.96747757224567, + ], + [ + -93.47955746650429, + 36.12507699646562, + ], + [ + -93.300094377041, + 36.12120952593261, + ], + ], + ], + "type": "Polygon", + }, + "id": "05101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37027 { + "geometry": { + "coordinates": [ + [ + [ + -81.54526201719578, + 36.11744948513664, + ], + [ + -81.32847060512414, + 35.99626874176915, + ], + [ + -81.33421342398695, + 35.79644943089722, + ], + [ + -81.36400429683786, + 35.767873120847796, + ], + [ + -81.55602980256359, + 35.77732693770625, + ], + [ + -81.80727812781218, + 35.96199865565724, + ], + [ + -81.73656967056364, + 36.06593692623176, + ], + [ + -81.81014953724359, + 36.111540849600104, + ], + [ + -81.54526201719578, + 36.11744948513664, + ], + ], + ], + "type": "Polygon", + }, + "id": "37027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05129 { + "geometry": { + "coordinates": [ + [ + [ + -92.41139315801881, + 36.06276774898943, + ], + [ + -92.41426456745023, + 35.97585709173384, + ], + [ + -92.41677705070272, + 35.788553345225665, + ], + [ + -92.63033812716402, + 35.790809369703254, + ], + [ + -92.63105597952188, + 35.718348012077925, + ], + [ + -92.8098012166273, + 35.72237662721647, + ], + [ + -92.95121813112438, + 35.72457893682554, + ], + [ + -92.9447574599037, + 36.11513974579054, + ], + [ + -92.89055960688579, + 36.11411916328878, + ], + [ + -92.83779745858358, + 36.07012668597584, + ], + [ + -92.41139315801881, + 36.06276774898943, + ], + ], + ], + "type": "Polygon", + }, + "id": "05129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47149 { + "geometry": { + "coordinates": [ + [ + [ + -86.15315630225511, + 35.95437114432826, + ], + [ + -86.20699522909409, + 35.70379128271064, + ], + [ + -86.24504140406032, + 35.631920788638965, + ], + [ + -86.35271925773829, + 35.66049709868839, + ], + [ + -86.40332784896692, + 35.61886807559007, + ], + [ + -86.51567174297095, + 35.688321400578616, + ], + [ + -86.63950127470062, + 35.68590423149549, + ], + [ + -86.68616167796107, + 35.71002220745826, + ], + [ + -86.61329966363897, + 35.790433365623656, + ], + [ + -86.6190424825018, + 35.968229580404866, + ], + [ + -86.51567174297095, + 36.10058301642326, + ], + [ + -86.31036596862495, + 35.978542835159544, + ], + [ + -86.15315630225511, + 35.95437114432826, + ], + ], + ], + "type": "Polygon", + }, + "id": "47149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37199 { + "geometry": { + "coordinates": [ + [ + [ + -82.13318309827751, + 35.824381162524475, + ], + [ + -82.27531786513244, + 35.70443586113281, + ], + [ + -82.3478209532756, + 35.810361581842336, + ], + [ + -82.40883840369311, + 35.818042808039834, + ], + [ + -82.50538954582436, + 35.977629682394806, + ], + [ + -82.4167347796295, + 36.07259756992748, + ], + [ + -82.19886658902107, + 36.013457499693615, + ], + [ + -82.13318309827751, + 35.824381162524475, + ], + ], + ], + "type": "Polygon", + }, + "id": "37199", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47185 { + "geometry": { + "coordinates": [ + [ + [ + -85.26445508323292, + 35.9791336987132, + ], + [ + -85.21312863964641, + 35.91032495214681, + ], + [ + -85.26912112355896, + 35.79333396852341, + ], + [ + -85.43243253497056, + 35.818848531067545, + ], + [ + -85.60292246996067, + 35.794945414578834, + ], + [ + -85.68224515550345, + 35.83125666569427, + ], + [ + -85.6370204569587, + 35.88190978670293, + ], + [ + -85.64455790671616, + 36.015068945749036, + ], + [ + -85.50852488490298, + 36.08199767191743, + ], + [ + -85.30967978177766, + 36.03161312525133, + ], + [ + -85.26445508323292, + 35.9791336987132, + ], + ], + ], + "type": "Polygon", + }, + "id": "47185", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37183 { + "geometry": { + "coordinates": [ + [ + [ + -78.54643379226428, + 36.02210559352436, + ], + [ + -78.30487647384669, + 35.89313619422235, + ], + [ + -78.2549857349759, + 35.818042808039834, + ], + [ + -78.46495754964795, + 35.70808847219176, + ], + [ + -78.70866842513908, + 35.519065849891135, + ], + [ + -78.91361527330616, + 35.58277168394869, + ], + [ + -78.9950915159225, + 35.610542270970406, + ], + [ + -78.9060778235487, + 35.8679439208893, + ], + [ + -78.8317801045109, + 35.86735305733565, + ], + [ + -78.69897741830806, + 36.00910659534398, + ], + [ + -78.74886815717886, + 36.07120098334612, + ], + [ + -78.54643379226428, + 36.02210559352436, + ], + ], + ], + "type": "Polygon", + }, + "id": "37183", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37117 { + "geometry": { + "coordinates": [ + [ + [ + -76.76077605210457, + 35.864882173384004, + ], + [ + -76.76077605210457, + 35.86482845851549, + ], + [ + -76.84512370415233, + 35.705456443634574, + ], + [ + -76.98582276629155, + 35.65845593368486, + ], + [ + -77.17390008404907, + 35.73311960091926, + ], + [ + -77.35049176408094, + 35.81922453514714, + ], + [ + -77.34259538814456, + 35.90575918832313, + ], + [ + -77.40289498620422, + 36.004970550468414, + ], + [ + -77.32716156245071, + 36.07512216874764, + ], + [ + -77.20620344015245, + 36.00566884375909, + ], + [ + -77.19830706421607, + 35.93970698522395, + ], + [ + -77.056890149719, + 35.94051270825166, + ], + [ + -77.00520477995357, + 35.85875867837341, + ], + [ + -76.93844451067324, + 35.90092485015687, + ], + [ + -76.90362867131735, + 35.82395144357636, + ], + [ + -76.83507377114238, + 35.884434385523086, + ], + [ + -76.76077605210457, + 35.864882173384004, + ], + ], + ], + "type": "Polygon", + }, + "id": "37117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37115 { + "geometry": { + "coordinates": [ + [ + [ + -82.60301746649239, + 36.03983150013397, + ], + [ + -82.61091384242877, + 35.967423857377156, + ], + [ + -82.50538954582436, + 35.977629682394806, + ], + [ + -82.40883840369311, + 35.818042808039834, + ], + [ + -82.5140037741186, + 35.80332493406701, + ], + [ + -82.8058107575859, + 35.685957946364006, + ], + [ + -82.88441559077083, + 35.677954430955424, + ], + [ + -82.96158471924004, + 35.79102422917731, + ], + [ + -82.89841371174896, + 35.94502475720683, + ], + [ + -82.89841371174896, + 35.945078472075345, + ], + [ + -82.89841371174896, + 35.94502475720683, + ], + [ + -82.82124458327975, + 35.92192736374583, + ], + [ + -82.78571089156601, + 35.988641230440166, + ], + [ + -82.63711545349041, + 36.065775781626215, + ], + [ + -82.60301746649239, + 36.03983150013397, + ], + ], + ], + "type": "Polygon", + }, + "id": "37115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37059 { + "geometry": { + "coordinates": [ + [ + [ + -80.39490361373612, + 35.97311763343963, + ], + [ + -80.36511274088521, + 35.89533850383142, + ], + [ + -80.47135488984748, + 35.82395144357636, + ], + [ + -80.45986925212183, + 35.74515173146639, + ], + [ + -80.63215381800659, + 35.845759680193034, + ], + [ + -80.70752831558116, + 35.85311861717945, + ], + [ + -80.69281234224518, + 36.05095047791636, + ], + [ + -80.49683864855126, + 36.04670700330375, + ], + [ + -80.39490361373612, + 35.97311763343963, + ], + ], + ], + "type": "Polygon", + }, + "id": "37059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48393 { + "geometry": { + "coordinates": [ + [ + [ + -100.54681392956849, + 36.05653682424181, + ], + [ + -100.5403532583478, + 36.056483109373296, + ], + [ + -100.53999433216889, + 35.619297794538184, + ], + [ + -101.0859210503162, + 35.61908293506413, + ], + [ + -101.0859210503162, + 35.62520643007471, + ], + [ + -101.0859210503162, + 36.05519395252896, + ], + [ + -101.0859210503162, + 36.05755740674358, + ], + [ + -100.54681392956849, + 36.05653682424181, + ], + ], + ], + "type": "Polygon", + }, + "id": "48393", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48211 { + "geometry": { + "coordinates": [ + [ + [ + -100.5403532583478, + 36.056483109373296, + ], + [ + -100.00052828524225, + 36.055677386345586, + ], + [ + -100.00052828524225, + 35.88051320012157, + ], + [ + -100.00052828524225, + 35.61908293506413, + ], + [ + -100.53999433216889, + 35.619297794538184, + ], + [ + -100.5403532583478, + 36.056483109373296, + ], + ], + ], + "type": "Polygon", + }, + "id": "48211", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48233 { + "geometry": { + "coordinates": [ + [ + [ + -101.62395139252713, + 36.055408812003016, + ], + [ + -101.0859210503162, + 36.05519395252896, + ], + [ + -101.0859210503162, + 35.62520643007471, + ], + [ + -101.62287461399035, + 35.62402470296741, + ], + [ + -101.62395139252713, + 36.055408812003016, + ], + ], + ], + "type": "Polygon", + }, + "id": "48233", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48205 { + "geometry": { + "coordinates": [ + [ + [ + -102.16305851327485, + 36.05519395252896, + ], + [ + -102.16269958709591, + 35.6274624545523, + ], + [ + -103.04170979928709, + 35.622359542043476, + ], + [ + -103.04170979928709, + 35.739296810798365, + ], + [ + -103.04099194692924, + 36.05519395252896, + ], + [ + -102.16305851327485, + 36.05519395252896, + ], + ], + ], + "type": "Polygon", + }, + "id": "48205", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37097 { + "geometry": { + "coordinates": [ + [ + [ + -80.88196643853948, + 36.0557311012141, + ], + [ + -80.69281234224518, + 36.05095047791636, + ], + [ + -80.70752831558116, + 35.85311861717945, + ], + [ + -80.77141717543009, + 35.6747852537131, + ], + [ + -80.73696026225315, + 35.50746343829212, + ], + [ + -80.78541529640823, + 35.506174281447784, + ], + [ + -80.9469320769252, + 35.48796494102155, + ], + [ + -80.95985341936654, + 35.54796444915164, + ], + [ + -80.9253965061896, + 35.62214468256942, + ], + [ + -81.11275597158927, + 35.779958966263436, + ], + [ + -81.0050781179113, + 35.95931291223154, + ], + [ + -81.02912617189938, + 36.045740135670506, + ], + [ + -80.88196643853948, + 36.0557311012141, + ], + ], + ], + "type": "Polygon", + }, + "id": "37097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48341 { + "geometry": { + "coordinates": [ + [ + [ + -101.62395139252713, + 36.055408812003016, + ], + [ + -101.62287461399035, + 35.62402470296741, + ], + [ + -101.62287461399035, + 35.62021094730292, + ], + [ + -102.16269958709591, + 35.62004980269738, + ], + [ + -102.16269958709591, + 35.6274624545523, + ], + [ + -102.16305851327485, + 36.05519395252896, + ], + [ + -101.62395139252713, + 36.055408812003016, + ], + ], + ], + "type": "Polygon", + }, + "id": "48341", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47187 { + "geometry": { + "coordinates": [ + [ + [ + -86.6190424825018, + 35.968229580404866, + ], + [ + -86.61329966363897, + 35.790433365623656, + ], + [ + -86.68616167796107, + 35.71002220745826, + ], + [ + -86.78199496773446, + 35.70685303021594, + ], + [ + -87.21521886569883, + 35.85059401835929, + ], + [ + -87.20409215415211, + 35.959151767626, + ], + [ + -87.18255658341651, + 36.04971503594054, + ], + [ + -87.0540610113608, + 36.04552527619645, + ], + [ + -87.02785940029916, + 35.98939323859936, + ], + [ + -86.92915470109436, + 36.05272306857732, + ], + [ + -86.78737886041836, + 36.03596402960096, + ], + [ + -86.6190424825018, + 35.968229580404866, + ], + ], + ], + "type": "Polygon", + }, + "id": "47187", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37003 { + "geometry": { + "coordinates": [ + [ + [ + -81.11275597158927, + 35.779958966263436, + ], + [ + -81.14111113972446, + 35.82738919516126, + ], + [ + -81.33421342398695, + 35.79644943089722, + ], + [ + -81.32847060512414, + 35.99626874176915, + ], + [ + -81.02912617189938, + 36.045740135670506, + ], + [ + -81.0050781179113, + 35.95931291223154, + ], + [ + -81.11275597158927, + 35.779958966263436, + ], + ], + ], + "type": "Polygon", + }, + "id": "37003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47145 { + "geometry": { + "coordinates": [ + [ + [ + -84.53978312798017, + 35.670434349363475, + ], + [ + -84.58428997416706, + 35.64443635300272, + ], + [ + -84.6198236658808, + 35.644651212476774, + ], + [ + -84.62305400149114, + 35.7117410832507, + ], + [ + -84.7239122577695, + 35.7528866725324, + ], + [ + -84.78169937257668, + 35.824918311209615, + ], + [ + -84.68048219011939, + 35.908444931748825, + ], + [ + -84.44610339528033, + 35.98590177214595, + ], + [ + -84.3416558772127, + 36.048909312912826, + ], + [ + -84.27166527232202, + 35.91011009267275, + ], + [ + -84.26340997020671, + 35.89694994988684, + ], + [ + -84.53978312798017, + 35.670434349363475, + ], + ], + ], + "type": "Polygon", + }, + "id": "47145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47155 { + "geometry": { + "coordinates": [ + [ + [ + -83.31081989133558, + 35.895821937648044, + ], + [ + -83.2555452597809, + 35.71496397536154, + ], + [ + -83.25518633360197, + 35.71625313220588, + ], + [ + -83.2555452597809, + 35.71496397536154, + ], + [ + -83.25410955506518, + 35.695895197039086, + ], + [ + -83.49817935673526, + 35.56295089746703, + ], + [ + -83.66292647286255, + 35.56918182221466, + ], + [ + -83.70204942636555, + 35.70921648443055, + ], + [ + -83.79429345434968, + 35.887066414080266, + ], + [ + -83.65467117074725, + 35.971882191463806, + ], + [ + -83.67333533205142, + 36.03848862842112, + ], + [ + -83.47484915510503, + 35.92359252466976, + ], + [ + -83.31081989133558, + 35.895821937648044, + ], + ], + ], + "type": "Polygon", + }, + "id": "47155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37057 { + "geometry": { + "coordinates": [ + [ + [ + -80.04315595838808, + 36.01061061166237, + ], + [ + -80.04674522017734, + 35.920638206901494, + ], + [ + -80.06684508619723, + 35.505637132762644, + ], + [ + -80.18277824199052, + 35.50434797591831, + ], + [ + -80.20790307451537, + 35.5789579282842, + ], + [ + -80.33675757275002, + 35.72146347445173, + ], + [ + -80.45986925212183, + 35.74515173146639, + ], + [ + -80.47135488984748, + 35.82395144357636, + ], + [ + -80.36511274088521, + 35.89533850383142, + ], + [ + -80.39490361373612, + 35.97311763343963, + ], + [ + -80.04315595838808, + 36.01061061166237, + ], + ], + ], + "type": "Polygon", + }, + "id": "37057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40129 { + "geometry": { + "coordinates": [ + [ + [ + -99.38102170041499, + 36.012920351008475, + ], + [ + -99.37563780773108, + 35.81213417250329, + ], + [ + -99.36415217000544, + 35.50880631000497, + ], + [ + -99.57555968939319, + 35.508860024873485, + ], + [ + -99.57627754175104, + 35.421627078406814, + ], + [ + -100.00052828524225, + 35.4223253716975, + ], + [ + -100.00052828524225, + 35.61908293506413, + ], + [ + -100.00052828524225, + 35.88051320012157, + ], + [ + -99.8135277460215, + 36.00233852191123, + ], + [ + -99.77727620194992, + 35.886529265395126, + ], + [ + -99.61898975704331, + 35.84135506097489, + ], + [ + -99.56084371605719, + 35.86402273548778, + ], + [ + -99.46213901685239, + 36.004433401783274, + ], + [ + -99.38102170041499, + 36.012920351008475, + ], + ], + ], + "type": "Polygon", + }, + "id": "40129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35031 { + "geometry": { + "coordinates": [ + [ + [ + -107.62663280889512, + 36.000297356907694, + ], + [ + -107.30862421436618, + 35.99863219598376, + ], + [ + -107.31005991908188, + 35.305173243468545, + ], + [ + -108.46867362465686, + 35.30673097465545, + ], + [ + -108.46939147701471, + 34.95898091589608, + ], + [ + -109.04582692037079, + 34.959732924055274, + ], + [ + -109.04582692037079, + 36.00233852191123, + ], + [ + -107.62663280889512, + 36.000297356907694, + ], + ], + ], + "type": "Polygon", + }, + "id": "35031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35049 { + "geometry": { + "coordinates": [ + [ + [ + -105.71750446318468, + 35.9787576946336, + ], + [ + -105.7203758726161, + 35.871005668394595, + ], + [ + -105.71463305375327, + 35.041540668802035, + ], + [ + -106.24369024149104, + 35.04003665248364, + ], + [ + -106.24512594620674, + 35.215039694102124, + ], + [ + -106.24835628181708, + 35.75573356056364, + ], + [ + -106.17369963660036, + 35.82534803015773, + ], + [ + -106.24835628181708, + 35.839152751365816, + ], + [ + -106.24835628181708, + 35.85591179034218, + ], + [ + -106.24548487238567, + 35.930897746787664, + ], + [ + -106.0541772190178, + 35.930790317050636, + ], + [ + -106.07140567560629, + 36.00201623270014, + ], + [ + -105.71678661082683, + 36.00233852191123, + ], + [ + -105.71750446318468, + 35.9787576946336, + ], + ], + ], + "type": "Polygon", + }, + "id": "35049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05093 { + "geometry": { + "coordinates": [ + [ + [ + -89.6447901708528, + 35.90436260174177, + ], + [ + -89.7434948700576, + 35.9060277626657, + ], + [ + -89.70221835948105, + 35.83179381437941, + ], + [ + -89.82245862942145, + 35.75637813898581, + ], + [ + -89.95382561090858, + 35.73607391868753, + ], + [ + -89.8569155425984, + 35.63267279679816, + ], + [ + -89.95777379887677, + 35.58723001803535, + ], + [ + -89.90931876472169, + 35.537866053871014, + ], + [ + -90.03996789385096, + 35.547319870729474, + ], + [ + -90.04140359856666, + 35.39659594967931, + ], + [ + -90.05432494100802, + 35.38923701269289, + ], + [ + -90.06724628344938, + 35.46094636215903, + ], + [ + -90.1433386333818, + 35.43500208066679, + ], + [ + -90.28690910495244, + 35.43854726198871, + ], + [ + -90.28690910495244, + 35.699870097309116, + ], + [ + -90.289062662026, + 35.99637617150617, + ], + [ + -89.95920950359248, + 35.99906191493187, + ], + [ + -89.7068843998071, + 36.0018550880946, + ], + [ + -89.6447901708528, + 35.90436260174177, + ], + ], + ], + "type": "Polygon", + }, + "id": "05093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37023 { + "geometry": { + "coordinates": [ + [ + [ + -81.80727812781218, + 35.96199865565724, + ], + [ + -81.55602980256359, + 35.77732693770625, + ], + [ + -81.36400429683786, + 35.767873120847796, + ], + [ + -81.53449423182799, + 35.568859533003575, + ], + [ + -81.53808349361725, + 35.56440119891691, + ], + [ + -81.69242175055568, + 35.57954879183785, + ], + [ + -81.82414765822173, + 35.57492931314565, + ], + [ + -81.86937235676648, + 35.71952973918523, + ], + [ + -81.98638229109653, + 35.80756840867961, + ], + [ + -81.90670067937484, + 35.88395095170646, + ], + [ + -81.94331114962534, + 35.95947405683708, + ], + [ + -81.8995221557963, + 35.99997506769661, + ], + [ + -81.80727812781218, + 35.96199865565724, + ], + ], + ], + "type": "Polygon", + }, + "id": "37023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47033 { + "geometry": { + "coordinates": [ + [ + [ + -88.91617002763186, + 35.79736258366196, + ], + [ + -89.0206175456995, + 35.67140121699672, + ], + [ + -89.06943150603351, + 35.692726019796766, + ], + [ + -89.2679176829799, + 35.754712978061875, + ], + [ + -89.35657244917476, + 35.817505659354694, + ], + [ + -89.34293325437555, + 35.88094291906968, + ], + [ + -89.2801211730634, + 35.886368120789584, + ], + [ + -89.18895392361605, + 35.999491633879984, + ], + [ + -89.10963123807328, + 35.86203528535276, + ], + [ + -88.91617002763186, + 35.79736258366196, + ], + ], + ], + "type": "Polygon", + }, + "id": "47033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05031 { + "geometry": { + "coordinates": [ + [ + [ + -90.289062662026, + 35.99637617150617, + ], + [ + -90.28690910495244, + 35.699870097309116, + ], + [ + -91.03706481890897, + 35.70857190600838, + ], + [ + -91.03239877858293, + 35.88502524907673, + ], + [ + -90.87518911221309, + 35.88094291906968, + ], + [ + -90.85257676294071, + 35.967961006062296, + ], + [ + -90.38956199212544, + 35.964738113951455, + ], + [ + -90.37771742822086, + 35.995677878215496, + ], + [ + -90.289062662026, + 35.99637617150617, + ], + ], + ], + "type": "Polygon", + }, + "id": "05031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37177 { + "geometry": { + "coordinates": [ + [ + [ + -76.16208718565505, + 35.695787767302065, + ], + [ + -76.21413148159941, + 35.59797299173814, + ], + [ + -76.2977612812893, + 35.60903825465202, + ], + [ + -76.2694061131541, + 35.689932846634036, + ], + [ + -76.39538920195733, + 35.69745292822599, + ], + [ + -76.36739296000106, + 35.931542325209826, + ], + [ + -76.16926570923358, + 35.99444243623967, + ], + [ + -76.06051107701884, + 35.99014524675856, + ], + [ + -76.04256476807251, + 35.68740824781388, + ], + [ + -76.16208718565505, + 35.695787767302065, + ], + ], + ], + "type": "Polygon", + }, + "id": "37177", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47081 { + "geometry": { + "coordinates": [ + [ + [ + -87.20409215415211, + 35.959151767626, + ], + [ + -87.21521886569883, + 35.85059401835929, + ], + [ + -87.23424195318195, + 35.72463265169405, + ], + [ + -87.3390483974285, + 35.659100512107024, + ], + [ + -87.45964759354783, + 35.61505431992558, + ], + [ + -87.58670746088784, + 35.65329930630752, + ], + [ + -87.65813377049423, + 35.6093605438631, + ], + [ + -87.74391712725767, + 35.663881135404765, + ], + [ + -87.71663873765925, + 35.838723032417704, + ], + [ + -87.70694773082823, + 35.90559804371759, + ], + [ + -87.53466316494348, + 35.99342185373791, + ], + [ + -87.20409215415211, + 35.959151767626, + ], + ], + ], + "type": "Polygon", + }, + "id": "47081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37187 { + "geometry": { + "coordinates": [ + [ + [ + -76.36739296000106, + 35.931542325209826, + ], + [ + -76.39538920195733, + 35.69745292822599, + ], + [ + -76.63802329891169, + 35.70524158416052, + ], + [ + -76.84512370415233, + 35.705456443634574, + ], + [ + -76.76077605210457, + 35.86482845851549, + ], + [ + -76.76077605210457, + 35.864882173384004, + ], + [ + -76.7029889372974, + 35.9233776651957, + ], + [ + -76.3989784637466, + 35.98257145029809, + ], + [ + -76.36739296000106, + 35.931542325209826, + ], + ], + ], + "type": "Polygon", + }, + "id": "37187", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35028 { + "geometry": { + "coordinates": [ + [ + [ + -106.24799735563816, + 35.966349560006876, + ], + [ + -106.24548487238567, + 35.930897746787664, + ], + [ + -106.24835628181708, + 35.85591179034218, + ], + [ + -106.24835628181708, + 35.839152751365816, + ], + [ + -106.17369963660036, + 35.82534803015773, + ], + [ + -106.24835628181708, + 35.75573356056364, + ], + [ + -106.40018205550302, + 35.80762212354812, + ], + [ + -106.39946420314517, + 35.96001120552222, + ], + [ + -106.24799735563816, + 35.966349560006876, + ], + ], + ], + "type": "Polygon", + }, + "id": "35028", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47015 { + "geometry": { + "coordinates": [ + [ + [ + -85.88503844659697, + 35.83963618518244, + ], + [ + -85.98481992433855, + 35.73456990236914, + ], + [ + -85.98517885051747, + 35.66012109460879, + ], + [ + -86.08890851622725, + 35.64679980721733, + ], + [ + -86.20699522909409, + 35.70379128271064, + ], + [ + -86.15315630225511, + 35.95437114432826, + ], + [ + -86.01496972336838, + 35.960978073155474, + ], + [ + -85.88503844659697, + 35.83963618518244, + ], + ], + ], + "type": "Polygon", + }, + "id": "47015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37111 { + "geometry": { + "coordinates": [ + [ + [ + -81.82414765822173, + 35.57492931314565, + ], + [ + -81.97346094865519, + 35.524652196216586, + ], + [ + -82.16943464234909, + 35.52787508832742, + ], + [ + -82.29075169082627, + 35.59147349264795, + ], + [ + -82.27531786513244, + 35.70443586113281, + ], + [ + -82.13318309827751, + 35.824381162524475, + ], + [ + -81.98171625077049, + 35.91150667925412, + ], + [ + -81.94331114962534, + 35.95947405683708, + ], + [ + -81.90670067937484, + 35.88395095170646, + ], + [ + -81.98638229109653, + 35.80756840867961, + ], + [ + -81.86937235676648, + 35.71952973918523, + ], + [ + -81.82414765822173, + 35.57492931314565, + ], + ], + ], + "type": "Polygon", + }, + "id": "37111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47097 { + "geometry": { + "coordinates": [ + [ + [ + -89.34293325437555, + 35.88094291906968, + ], + [ + -89.35657244917476, + 35.817505659354694, + ], + [ + -89.4017971477195, + 35.82266228673203, + ], + [ + -89.50265540399788, + 35.580784233813674, + ], + [ + -89.61356359328619, + 35.64352320023798, + ], + [ + -89.75856976957252, + 35.6501838439337, + ], + [ + -89.90931876472169, + 35.537866053871014, + ], + [ + -89.95777379887677, + 35.58723001803535, + ], + [ + -89.8569155425984, + 35.63267279679816, + ], + [ + -89.95382561090858, + 35.73607391868753, + ], + [ + -89.82245862942145, + 35.75637813898581, + ], + [ + -89.70221835948105, + 35.83179381437941, + ], + [ + -89.7434948700576, + 35.9060277626657, + ], + [ + -89.6447901708528, + 35.90436260174177, + ], + [ + -89.40753996658233, + 35.94658248839374, + ], + [ + -89.34293325437555, + 35.88094291906968, + ], + ], + ], + "type": "Polygon", + }, + "id": "47097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40081 { + "geometry": { + "coordinates": [ + [ + [ + -96.62123831064858, + 35.941533290753426, + ], + [ + -96.62052045829073, + 35.63895743641429, + ], + [ + -96.62482757243784, + 35.46271895281999, + ], + [ + -97.14132234391317, + 35.46390067992729, + ], + [ + -97.14096341773426, + 35.72420293274594, + ], + [ + -97.14060449155532, + 35.94196300970154, + ], + [ + -96.62123831064858, + 35.941533290753426, + ], + ], + ], + "type": "Polygon", + }, + "id": "40081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05063 { + "geometry": { + "coordinates": [ + [ + [ + -91.35722697051148, + 35.89061159540219, + ], + [ + -91.19894052560485, + 35.89002073184854, + ], + [ + -91.2319617340661, + 35.81267132118843, + ], + [ + -91.35399663490114, + 35.70905533982501, + ], + [ + -91.3697893867739, + 35.52631735714051, + ], + [ + -91.5819147585195, + 35.53045340201609, + ], + [ + -91.79404013026512, + 35.534106013075046, + ], + [ + -91.78973301611799, + 35.71168736838219, + ], + [ + -91.8371112717363, + 35.704919294949434, + ], + [ + -91.8493147618198, + 35.86740677220416, + ], + [ + -91.71041033057521, + 35.94174815022748, + ], + [ + -91.46311019329481, + 35.93680638232419, + ], + [ + -91.35722697051148, + 35.89061159540219, + ], + ], + ], + "type": "Polygon", + }, + "id": "05063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37151 { + "geometry": { + "coordinates": [ + [ + [ + -79.54209501260658, + 35.89958197844402, + ], + [ + -79.54245393878551, + 35.84344994084694, + ], + [ + -79.55573420740579, + 35.51498351988407, + ], + [ + -79.76929528386711, + 35.51143833856215, + ], + [ + -80.06684508619723, + 35.505637132762644, + ], + [ + -80.04674522017734, + 35.920638206901494, + ], + [ + -79.54209501260658, + 35.89958197844402, + ], + ], + ], + "type": "Polygon", + }, + "id": "37151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47105 { + "geometry": { + "coordinates": [ + [ + [ + -84.53978312798017, + 35.670434349363475, + ], + [ + -84.26340997020671, + 35.89694994988684, + ], + [ + -84.16614097571761, + 35.80509752472797, + ], + [ + -84.13455547197208, + 35.66452571382693, + ], + [ + -84.18839439881106, + 35.610542270970406, + ], + [ + -84.29068835980513, + 35.65469589288888, + ], + [ + -84.45723010682705, + 35.665761155802755, + ], + [ + -84.52578500700203, + 35.62418584757295, + ], + [ + -84.58428997416706, + 35.64443635300272, + ], + [ + -84.53978312798017, + 35.670434349363475, + ], + ], + ], + "type": "Polygon", + }, + "id": "47105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05067 { + "geometry": { + "coordinates": [ + [ + [ + -91.19894052560485, + 35.89002073184854, + ], + [ + -91.03239877858293, + 35.88502524907673, + ], + [ + -91.03706481890897, + 35.70857190600838, + ], + [ + -91.03921837598253, + 35.44295188120685, + ], + [ + -91.03993622834038, + 35.3542686332903, + ], + [ + -91.25170267390706, + 35.357652670006686, + ], + [ + -91.25277945244385, + 35.44585248410661, + ], + [ + -91.34717703750152, + 35.43903069580533, + ], + [ + -91.58478616795092, + 35.442468447390226, + ], + [ + -91.5819147585195, + 35.53045340201609, + ], + [ + -91.3697893867739, + 35.52631735714051, + ], + [ + -91.35399663490114, + 35.70905533982501, + ], + [ + -91.2319617340661, + 35.81267132118843, + ], + [ + -91.19894052560485, + 35.89002073184854, + ], + ], + ], + "type": "Polygon", + }, + "id": "05067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47009 { + "geometry": { + "coordinates": [ + [ + [ + -83.66292647286255, + 35.56918182221466, + ], + [ + -83.77204003125624, + 35.56150059601716, + ], + [ + -83.95293882543523, + 35.460624072947944, + ], + [ + -83.96083520137161, + 35.46373953532175, + ], + [ + -84.0053420475585, + 35.5547325225844, + ], + [ + -84.08215224984879, + 35.539208925583864, + ], + [ + -84.18839439881106, + 35.610542270970406, + ], + [ + -84.13455547197208, + 35.66452571382693, + ], + [ + -84.16614097571761, + 35.80509752472797, + ], + [ + -84.13922151229812, + 35.855482071394064, + ], + [ + -83.9457603018567, + 35.876162295771934, + ], + [ + -83.85351627387257, + 35.841140201500835, + ], + [ + -83.79429345434968, + 35.887066414080266, + ], + [ + -83.70204942636555, + 35.70921648443055, + ], + [ + -83.66292647286255, + 35.56918182221466, + ], + ], + ], + "type": "Polygon", + }, + "id": "47009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37037 { + "geometry": { + "coordinates": [ + [ + [ + -79.01662708665809, + 35.86321701246007, + ], + [ + -78.9060778235487, + 35.8679439208893, + ], + [ + -78.9950915159225, + 35.610542270970406, + ], + [ + -78.91361527330616, + 35.58277168394869, + ], + [ + -78.96996668339763, + 35.52153673384278, + ], + [ + -79.11748534293645, + 35.62810703297447, + ], + [ + -79.26285044540171, + 35.53571745913046, + ], + [ + -79.32243219110353, + 35.54253924743173, + ], + [ + -79.35006950688087, + 35.51783040791531, + ], + [ + -79.55573420740579, + 35.51498351988407, + ], + [ + -79.54245393878551, + 35.84344994084694, + ], + [ + -79.23736668669792, + 35.844363093611676, + ], + [ + -79.2492112506025, + 35.87675315932559, + ], + [ + -79.01662708665809, + 35.86321701246007, + ], + ], + ], + "type": "Polygon", + }, + "id": "37037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35047 { + "geometry": { + "coordinates": [ + [ + [ + -104.36722417806293, + 35.78146298258183, + ], + [ + -104.0212193415777, + 35.78146298258183, + ], + [ + -103.97671249539081, + 35.801713488011586, + ], + [ + -103.72474631778435, + 35.42221794196047, + ], + [ + -103.63716833012627, + 35.389666731641, + ], + [ + -103.63716833012627, + 35.24082283098882, + ], + [ + -103.85754900398719, + 35.26408136905537, + ], + [ + -104.12494900728748, + 35.142148617528676, + ], + [ + -104.12566685964534, + 35.21563055765578, + ], + [ + -105.29110016261991, + 35.21627513607794, + ], + [ + -105.290741236441, + 35.042077817487176, + ], + [ + -105.71463305375327, + 35.041540668802035, + ], + [ + -105.7203758726161, + 35.871005668394595, + ], + [ + -105.34781049889031, + 35.87068337918351, + ], + [ + -105.00647170273115, + 35.771418302169714, + ], + [ + -104.36722417806293, + 35.78146298258183, + ], + ], + ], + "type": "Polygon", + }, + "id": "35047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37195 { + "geometry": { + "coordinates": [ + [ + [ + -77.66168076121028, + 35.6774709971388, + ], + [ + -77.70044478853434, + 35.65217129406872, + ], + [ + -77.82355646790616, + 35.57272700353658, + ], + [ + -78.06475486014482, + 35.585457427374386, + ], + [ + -78.1254133843834, + 35.603237048852506, + ], + [ + -78.19217365366374, + 35.73032642775654, + ], + [ + -77.8282225082322, + 35.86713819786159, + ], + [ + -77.75141230594191, + 35.82776519924086, + ], + [ + -77.66168076121028, + 35.6774709971388, + ], + ], + ], + "type": "Polygon", + }, + "id": "37195", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37159 { + "geometry": { + "coordinates": [ + [ + [ + -80.45986925212183, + 35.74515173146639, + ], + [ + -80.33675757275002, + 35.72146347445173, + ], + [ + -80.20790307451537, + 35.5789579282842, + ], + [ + -80.18277824199052, + 35.50434797591831, + ], + [ + -80.29512213599453, + 35.50289767446843, + ], + [ + -80.73696026225315, + 35.50746343829212, + ], + [ + -80.77141717543009, + 35.6747852537131, + ], + [ + -80.70752831558116, + 35.85311861717945, + ], + [ + -80.63215381800659, + 35.845759680193034, + ], + [ + -80.45986925212183, + 35.74515173146639, + ], + ], + ], + "type": "Polygon", + }, + "id": "37159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40111 { + "geometry": { + "coordinates": [ + [ + [ + -96.03295830338793, + 35.856824943106915, + ], + [ + -95.82011507928446, + 35.85591179034218, + ], + [ + -95.76627615244549, + 35.8563952241588, + ], + [ + -95.76627615244549, + 35.72570694906433, + ], + [ + -95.71315507796434, + 35.72447150708851, + ], + [ + -95.71279615178543, + 35.55172448994762, + ], + [ + -95.82226863635803, + 35.55161706021059, + ], + [ + -95.87574863701809, + 35.37672144832914, + ], + [ + -95.98163185980142, + 35.37677516319765, + ], + [ + -96.08751508258476, + 35.37682887806616, + ], + [ + -96.08787400876369, + 35.5520467791587, + ], + [ + -96.19268045301025, + 35.551831919684645, + ], + [ + -96.19268045301025, + 35.6390111512828, + ], + [ + -96.19232152683132, + 35.85698608771245, + ], + [ + -96.03295830338793, + 35.856824943106915, + ], + ], + ], + "type": "Polygon", + }, + "id": "40111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40101 { + "geometry": { + "coordinates": [ + [ + [ + -95.26557413284291, + 35.81320846987357, + ], + [ + -95.12738755395618, + 35.81267132118843, + ], + [ + -95.12738755395618, + 35.63885000667726, + ], + [ + -95.13241252046116, + 35.5266396463516, + ], + [ + -95.04985949930804, + 35.4589051971555, + ], + [ + -95.24296178357054, + 35.26091219181305, + ], + [ + -95.34453789220676, + 35.29303368318439, + ], + [ + -95.34489681838569, + 35.5516707750791, + ], + [ + -95.71279615178543, + 35.55172448994762, + ], + [ + -95.71315507796434, + 35.72447150708851, + ], + [ + -95.76627615244549, + 35.72570694906433, + ], + [ + -95.76627615244549, + 35.8563952241588, + ], + [ + -95.6503429966522, + 35.8567712282384, + ], + [ + -95.63993413746333, + 35.79129280351988, + ], + [ + -95.26557413284291, + 35.81320846987357, + ], + ], + ], + "type": "Polygon", + }, + "id": "40101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47177 { + "geometry": { + "coordinates": [ + [ + [ + -85.68224515550345, + 35.83125666569427, + ], + [ + -85.60292246996067, + 35.794945414578834, + ], + [ + -85.59466716784536, + 35.61790120795682, + ], + [ + -85.55769777141593, + 35.53297800083625, + ], + [ + -85.6072295841078, + 35.5316351291234, + ], + [ + -85.8775009968395, + 35.524115047531446, + ], + [ + -85.98517885051747, + 35.66012109460879, + ], + [ + -85.98481992433855, + 35.73456990236914, + ], + [ + -85.88503844659697, + 35.83963618518244, + ], + [ + -85.68224515550345, + 35.83125666569427, + ], + ], + ], + "type": "Polygon", + }, + "id": "47177", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47119 { + "geometry": { + "coordinates": [ + [ + [ + -86.78199496773446, + 35.70685303021594, + ], + [ + -86.83798745164701, + 35.55081133718288, + ], + [ + -86.9607402048399, + 35.416953884846095, + ], + [ + -87.12082128064115, + 35.45541373070209, + ], + [ + -87.2066046374046, + 35.433175775137315, + ], + [ + -87.29454155124161, + 35.444724471867815, + ], + [ + -87.28592732294737, + 35.542163243352135, + ], + [ + -87.3390483974285, + 35.659100512107024, + ], + [ + -87.23424195318195, + 35.72463265169405, + ], + [ + -87.21521886569883, + 35.85059401835929, + ], + [ + -86.78199496773446, + 35.70685303021594, + ], + ], + ], + "type": "Polygon", + }, + "id": "47119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47039 { + "geometry": { + "coordinates": [ + [ + [ + -87.97075847233927, + 35.81567935382522, + ], + [ + -88.02962236568322, + 35.729359560123285, + ], + [ + -88.03572411072498, + 35.61698805519208, + ], + [ + -87.97578343884425, + 35.524759625953614, + ], + [ + -88.00772786876871, + 35.423345954199256, + ], + [ + -88.02495632535718, + 35.39224504532967, + ], + [ + -88.19616411270516, + 35.38069634859917, + ], + [ + -88.24210666360776, + 35.42318480959372, + ], + [ + -88.24318344214454, + 35.52884195596067, + ], + [ + -88.19042129384233, + 35.60903825465202, + ], + [ + -88.17929458229561, + 35.8167536511955, + ], + [ + -88.17821780375883, + 35.84581339506155, + ], + [ + -87.97075847233927, + 35.81567935382522, + ], + ], + ], + "type": "Polygon", + }, + "id": "47039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47135 { + "geometry": { + "coordinates": [ + [ + [ + -87.71663873765925, + 35.838723032417704, + ], + [ + -87.74391712725767, + 35.663881135404765, + ], + [ + -87.65813377049423, + 35.6093605438631, + ], + [ + -87.71771551619604, + 35.48334546232935, + ], + [ + -87.97327095559176, + 35.45992577965727, + ], + [ + -88.00772786876871, + 35.423345954199256, + ], + [ + -87.97578343884425, + 35.524759625953614, + ], + [ + -88.03572411072498, + 35.61698805519208, + ], + [ + -88.02962236568322, + 35.729359560123285, + ], + [ + -87.97075847233927, + 35.81567935382522, + ], + [ + -87.96286209640289, + 35.84092534202678, + ], + [ + -87.85267175947243, + 35.80380836788363, + ], + [ + -87.71663873765925, + 35.838723032417704, + ], + ], + ], + "type": "Polygon", + }, + "id": "47135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37147 { + "geometry": { + "coordinates": [ + [ + [ + -77.35049176408094, + 35.81922453514714, + ], + [ + -77.17390008404907, + 35.73311960091926, + ], + [ + -77.17390008404907, + 35.635627114566425, + ], + [ + -77.08955243200133, + 35.559029712065524, + ], + [ + -77.09852558647448, + 35.55097248178842, + ], + [ + -77.17605364112262, + 35.519065849891135, + ], + [ + -77.19041068827968, + 35.41894133498111, + ], + [ + -77.26147807170715, + 35.35185146420718, + ], + [ + -77.39105042229964, + 35.340195337739644, + ], + [ + -77.47611592670523, + 35.426783705784146, + ], + [ + -77.50339431630366, + 35.51804526738937, + ], + [ + -77.70044478853434, + 35.65217129406872, + ], + [ + -77.66168076121028, + 35.6774709971388, + ], + [ + -77.39069149612071, + 35.83233096306454, + ], + [ + -77.35049176408094, + 35.81922453514714, + ], + ], + ], + "type": "Polygon", + }, + "id": "37147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37035 { + "geometry": { + "coordinates": [ + [ + [ + -81.11275597158927, + 35.779958966263436, + ], + [ + -80.9253965061896, + 35.62214468256942, + ], + [ + -80.95985341936654, + 35.54796444915164, + ], + [ + -81.53449423182799, + 35.568859533003575, + ], + [ + -81.36400429683786, + 35.767873120847796, + ], + [ + -81.33421342398695, + 35.79644943089722, + ], + [ + -81.14111113972446, + 35.82738919516126, + ], + [ + -81.11275597158927, + 35.779958966263436, + ], + ], + ], + "type": "Polygon", + }, + "id": "37035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37021 { + "geometry": { + "coordinates": [ + [ + [ + -82.27531786513244, + 35.70443586113281, + ], + [ + -82.29075169082627, + 35.59147349264795, + ], + [ + -82.16943464234909, + 35.52787508832742, + ], + [ + -82.26598578448034, + 35.46766072072327, + ], + [ + -82.74515223334731, + 35.42313109472521, + ], + [ + -82.80006793872307, + 35.47056132362303, + ], + [ + -82.76596995172505, + 35.56676465313153, + ], + [ + -82.88441559077083, + 35.677954430955424, + ], + [ + -82.8058107575859, + 35.685957946364006, + ], + [ + -82.5140037741186, + 35.80332493406701, + ], + [ + -82.40883840369311, + 35.818042808039834, + ], + [ + -82.3478209532756, + 35.810361581842336, + ], + [ + -82.27531786513244, + 35.70443586113281, + ], + ], + ], + "type": "Polygon", + }, + "id": "37021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47143 { + "geometry": { + "coordinates": [ + [ + [ + -84.7239122577695, + 35.7528866725324, + ], + [ + -84.79390286266019, + 35.555162241532514, + ], + [ + -84.85563816543555, + 35.55403422929372, + ], + [ + -84.91845024674771, + 35.439245555279385, + ], + [ + -85.01643709359466, + 35.409272658648604, + ], + [ + -85.13524165881935, + 35.45863662281293, + ], + [ + -85.10796326922093, + 35.57122298721819, + ], + [ + -84.91629668967414, + 35.761588481231655, + ], + [ + -84.78169937257668, + 35.824918311209615, + ], + [ + -84.7239122577695, + 35.7528866725324, + ], + ], + ], + "type": "Polygon", + }, + "id": "47143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47175 { + "geometry": { + "coordinates": [ + [ + [ + -85.26912112355896, + 35.79333396852341, + ], + [ + -85.27271038534823, + 35.78764019246093, + ], + [ + -85.25404622404405, + 35.76695996808306, + ], + [ + -85.25404622404405, + 35.76561709637021, + ], + [ + -85.42381830667631, + 35.5674092315537, + ], + [ + -85.55769777141593, + 35.53297800083625, + ], + [ + -85.59466716784536, + 35.61790120795682, + ], + [ + -85.60292246996067, + 35.794945414578834, + ], + [ + -85.43243253497056, + 35.818848531067545, + ], + [ + -85.26912112355896, + 35.79333396852341, + ], + ], + ], + "type": "Polygon", + }, + "id": "47175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47077 { + "geometry": { + "coordinates": [ + [ + [ + -88.17929458229561, + 35.8167536511955, + ], + [ + -88.19042129384233, + 35.60903825465202, + ], + [ + -88.24318344214454, + 35.52884195596067, + ], + [ + -88.24210666360776, + 35.42318480959372, + ], + [ + -88.36091122883245, + 35.41894133498111, + ], + [ + -88.36378263826387, + 35.49279927918781, + ], + [ + -88.50555847893986, + 35.512029202115805, + ], + [ + -88.61359525879676, + 35.58814317080008, + ], + [ + -88.60677566139715, + 35.789359068253376, + ], + [ + -88.57016519114664, + 35.82470345173556, + ], + [ + -88.17929458229561, + 35.8167536511955, + ], + ], + ], + "type": "Polygon", + }, + "id": "47077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47075 { + "geometry": { + "coordinates": [ + [ + [ + -89.06943150603351, + 35.692726019796766, + ], + [ + -89.0787635866856, + 35.43140318447635, + ], + [ + -89.18392895711108, + 35.39713309836445, + ], + [ + -89.4746591620416, + 35.40298801903246, + ], + [ + -89.50265540399788, + 35.580784233813674, + ], + [ + -89.4017971477195, + 35.82266228673203, + ], + [ + -89.35657244917476, + 35.817505659354694, + ], + [ + -89.2679176829799, + 35.754712978061875, + ], + [ + -89.06943150603351, + 35.692726019796766, + ], + ], + ], + "type": "Polygon", + }, + "id": "47075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37101 { + "geometry": { + "coordinates": [ + [ + [ + -78.19217365366374, + 35.73032642775654, + ], + [ + -78.1254133843834, + 35.603237048852506, + ], + [ + -78.06475486014482, + 35.585457427374386, + ], + [ + -78.15484533105538, + 35.41765217813678, + ], + [ + -78.15340962633968, + 35.3504011627573, + ], + [ + -78.30451754766777, + 35.28615818001461, + ], + [ + -78.49187701306744, + 35.26397393931834, + ], + [ + -78.5414088257593, + 35.31521792388065, + ], + [ + -78.66057231716293, + 35.496237030772704, + ], + [ + -78.70866842513908, + 35.519065849891135, + ], + [ + -78.46495754964795, + 35.70808847219176, + ], + [ + -78.2549857349759, + 35.818042808039834, + ], + [ + -78.19217365366374, + 35.73032642775654, + ], + ], + ], + "type": "Polygon", + }, + "id": "37101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40039 { + "geometry": { + "coordinates": [ + [ + [ + -98.63194276499523, + 35.81234903197735, + ], + [ + -98.62296961052206, + 35.551563345342075, + ], + [ + -98.623328536701, + 35.46416925426986, + ], + [ + -99.36415217000544, + 35.46524355164014, + ], + [ + -99.36415217000544, + 35.50880631000497, + ], + [ + -99.37563780773108, + 35.81213417250329, + ], + [ + -98.63194276499523, + 35.81234903197735, + ], + ], + ], + "type": "Polygon", + }, + "id": "40039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06071 { + "geometry": { + "coordinates": [ + [ + [ + -114.63394860007858, + 35.00109337281103, + ], + [ + -114.6328718215418, + 34.86938451521479, + ], + [ + -114.4735085980984, + 34.7139336857354, + ], + [ + -114.43653920166896, + 34.59672784263793, + ], + [ + -114.34070591189557, + 34.45148283817619, + ], + [ + -114.13827154698099, + 34.30322980107766, + ], + [ + -114.25528148131104, + 34.17340096387942, + ], + [ + -114.43259101370077, + 34.0878868932052, + ], + [ + -115.31554941386014, + 34.08122624950947, + ], + [ + -115.3151904876812, + 34.03798578035573, + ], + [ + -116.92999936667186, + 34.03460174363936, + ], + [ + -116.929281514314, + 34.00489742135113, + ], + [ + -117.22683131664414, + 34.004413987534505, + ], + [ + -117.55991481068799, + 34.03277543810988, + ], + [ + -117.67297655704986, + 33.87023424598664, + ], + [ + -117.78496152487494, + 33.94543506190618, + ], + [ + -117.7329172289306, + 34.02101188190532, + ], + [ + -117.64749279834608, + 34.28733019999753, + ], + [ + -117.67046407379738, + 34.82281372421319, + ], + [ + -117.63528930826257, + 34.82302858368725, + ], + [ + -117.63636608679936, + 35.79580485247505, + ], + [ + -116.50108258285461, + 35.794945414578834, + ], + [ + -115.73621089556208, + 35.79526770378991, + ], + [ + -115.65114539115649, + 35.8110061602645, + ], + [ + -114.63394860007858, + 35.00109337281103, + ], + ], + ], + "type": "Polygon", + }, + "id": "06071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06079 { + "geometry": { + "coordinates": [ + [ + [ + -120.21632746092355, + 35.78844591548864, + ], + [ + -120.19443296400902, + 35.78871448983121, + ], + [ + -120.19550974254581, + 35.61505431992558, + ], + [ + -120.0874729626889, + 35.613818877949754, + ], + [ + -120.0874729626889, + 35.52760651398485, + ], + [ + -119.99989497503083, + 35.439514129621955, + ], + [ + -119.88324396687969, + 35.437741538961, + ], + [ + -119.88144933598505, + 35.35013258841473, + ], + [ + -119.81253550963116, + 35.3507771668369, + ], + [ + -119.81109980491544, + 35.26408136905537, + ], + [ + -119.6686061118816, + 35.261664199972245, + ], + [ + -119.66752933334482, + 35.174968402190714, + ], + [ + -119.55482651316188, + 35.17910444706628, + ], + [ + -119.56272288909827, + 35.0883263192777, + ], + [ + -119.47442704908232, + 35.07699248202125, + ], + [ + -119.47442704908232, + 34.8997871307937, + ], + [ + -119.74541631417189, + 34.97364507500039, + ], + [ + -120.08137121764716, + 35.11464660484953, + ], + [ + -120.1833062524623, + 35.03885492537634, + ], + [ + -120.33441417379039, + 34.99996536057223, + ], + [ + -120.2981626297188, + 34.90843522462444, + ], + [ + -120.45752585316221, + 34.99695732793545, + ], + [ + -120.64991028506685, + 34.97498794671324, + ], + [ + -120.65170491596149, + 35.14805725306522, + ], + [ + -120.75794706492374, + 35.15998195387532, + ], + [ + -120.8990050532419, + 35.255110986013534, + ], + [ + -120.82829659599335, + 35.337563309182464, + ], + [ + -120.88751941551624, + 35.43376663869097, + ], + [ + -121.00452934984631, + 35.46110750676457, + ], + [ + -121.16461042564755, + 35.63288765627222, + ], + [ + -121.28628640030365, + 35.66447199895842, + ], + [ + -121.34658599836332, + 35.79516027405288, + ], + [ + -120.21632746092355, + 35.78844591548864, + ], + ], + ], + "type": "Polygon", + }, + "id": "06079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06029 { + "geometry": { + "coordinates": [ + [ + [ + -117.63636608679936, + 35.79580485247505, + ], + [ + -117.63528930826257, + 34.82302858368725, + ], + [ + -117.67046407379738, + 34.82281372421319, + ], + [ + -118.89440234393699, + 34.817979386046936, + ], + [ + -118.88148100149563, + 34.788382493495746, + ], + [ + -118.97731429126902, + 34.81233932485297, + ], + [ + -119.24650892546396, + 34.81443420472502, + ], + [ + -119.27809442920949, + 34.87899947667879, + ], + [ + -119.44391832387356, + 34.89919626724004, + ], + [ + -119.47442704908232, + 34.8997871307937, + ], + [ + -119.47442704908232, + 35.07699248202125, + ], + [ + -119.56272288909827, + 35.0883263192777, + ], + [ + -119.55482651316188, + 35.17910444706628, + ], + [ + -119.66752933334482, + 35.174968402190714, + ], + [ + -119.6686061118816, + 35.261664199972245, + ], + [ + -119.81109980491544, + 35.26408136905537, + ], + [ + -119.81253550963116, + 35.3507771668369, + ], + [ + -119.88144933598505, + 35.35013258841473, + ], + [ + -119.88324396687969, + 35.437741538961, + ], + [ + -119.99989497503083, + 35.439514129621955, + ], + [ + -120.0874729626889, + 35.52760651398485, + ], + [ + -120.0874729626889, + 35.613818877949754, + ], + [ + -120.19550974254581, + 35.61505431992558, + ], + [ + -120.19443296400902, + 35.78871448983121, + ], + [ + -119.53939268746804, + 35.790003646675544, + ], + [ + -118.00821360816728, + 35.7867807545647, + ], + [ + -117.63636608679936, + 35.79580485247505, + ], + ], + ], + "type": "Polygon", + }, + "id": "06029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47113 { + "geometry": { + "coordinates": [ + [ + [ + -88.70691606531767, + 35.791077944045824, + ], + [ + -88.60677566139715, + 35.789359068253376, + ], + [ + -88.61359525879676, + 35.58814317080008, + ], + [ + -88.67712519246676, + 35.48866323431223, + ], + [ + -88.84151338241513, + 35.4277505734174, + ], + [ + -89.0787635866856, + 35.43140318447635, + ], + [ + -89.06943150603351, + 35.692726019796766, + ], + [ + -89.0206175456995, + 35.67140121699672, + ], + [ + -88.91617002763186, + 35.79736258366196, + ], + [ + -88.70691606531767, + 35.791077944045824, + ], + ], + ], + "type": "Polygon", + }, + "id": "47113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05141 { + "geometry": { + "coordinates": [ + [ + [ + -92.41677705070272, + 35.788553345225665, + ], + [ + -92.41857168159734, + 35.71598455786331, + ], + [ + -92.24054429684976, + 35.7121170873303, + ], + [ + -92.25274778693327, + 35.363722450148764, + ], + [ + -92.4813837629095, + 35.368395643709476, + ], + [ + -92.48030698437272, + 35.45557487530763, + ], + [ + -92.85071880102494, + 35.46293381229405, + ], + [ + -92.81339047841658, + 35.54898503165341, + ], + [ + -92.8098012166273, + 35.72237662721647, + ], + [ + -92.63105597952188, + 35.718348012077925, + ], + [ + -92.63033812716402, + 35.790809369703254, + ], + [ + -92.41677705070272, + 35.788553345225665, + ], + ], + ], + "type": "Polygon", + }, + "id": "05141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37087 { + "geometry": { + "coordinates": [ + [ + [ + -82.88441559077083, + 35.677954430955424, + ], + [ + -82.76596995172505, + 35.56676465313153, + ], + [ + -82.80006793872307, + 35.47056132362303, + ], + [ + -82.74515223334731, + 35.42313109472521, + ], + [ + -82.83201236864754, + 35.318440815991494, + ], + [ + -82.92102606102134, + 35.29179824120857, + ], + [ + -83.18591358106914, + 35.51450008606744, + ], + [ + -83.15648163439717, + 35.554249088767776, + ], + [ + -83.25410955506518, + 35.695895197039086, + ], + [ + -83.2555452597809, + 35.71496397536154, + ], + [ + -83.25518633360197, + 35.71625313220588, + ], + [ + -83.0785946535701, + 35.78957392772743, + ], + [ + -82.96158471924004, + 35.79102422917731, + ], + [ + -82.88441559077083, + 35.677954430955424, + ], + ], + ], + "type": "Polygon", + }, + "id": "37087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05047 { + "geometry": { + "coordinates": [ + [ + [ + -93.70998807337516, + 35.37521743201075, + ], + [ + -93.80689814168532, + 35.43000659789499, + ], + [ + -93.81012847729566, + 35.3130693291401, + ], + [ + -93.91708847861578, + 35.31903167954515, + ], + [ + -93.92031881422612, + 35.22938156399535, + ], + [ + -94.02871452026194, + 35.2138042521263, + ], + [ + -94.082194520922, + 35.214932264365096, + ], + [ + -94.07501599734347, + 35.4454227651585, + ], + [ + -94.02333062757805, + 35.574177304986456, + ], + [ + -94.07358029262777, + 35.662162259612316, + ], + [ + -93.98420767407505, + 35.66076567303096, + ], + [ + -93.91098673357403, + 35.759762175702186, + ], + [ + -93.69598995239701, + 35.76862512900699, + ], + [ + -93.70998807337516, + 35.37521743201075, + ], + ], + ], + "type": "Polygon", + }, + "id": "05047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47007 { + "geometry": { + "coordinates": [ + [ + [ + -84.91629668967414, + 35.761588481231655, + ], + [ + -85.10796326922093, + 35.57122298721819, + ], + [ + -85.13524165881935, + 35.45863662281293, + ], + [ + -85.22604998208777, + 35.35421491842179, + ], + [ + -85.4033595144775, + 35.492369560239695, + ], + [ + -85.42381830667631, + 35.5674092315537, + ], + [ + -85.25404622404405, + 35.76561709637021, + ], + [ + -84.91629668967414, + 35.761588481231655, + ], + ], + ], + "type": "Polygon", + }, + "id": "47007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05071 { + "geometry": { + "coordinates": [ + [ + [ + -93.69598995239701, + 35.76862512900699, + ], + [ + -93.51903934618622, + 35.763468501629646, + ], + [ + -93.51939827236514, + 35.734408757763596, + ], + [ + -93.16442028140676, + 35.728822411438145, + ], + [ + -93.1676506170171, + 35.59770441739557, + ], + [ + -93.22113061767716, + 35.59893985937139, + ], + [ + -93.22364310092965, + 35.46857387348801, + ], + [ + -93.29614618907281, + 35.46991674520086, + ], + [ + -93.29901759850422, + 35.32735748416481, + ], + [ + -93.40454189510864, + 35.340356482345186, + ], + [ + -93.43828095592774, + 35.42501111512319, + ], + [ + -93.70998807337516, + 35.37521743201075, + ], + [ + -93.69598995239701, + 35.76862512900699, + ], + ], + ], + "type": "Polygon", + }, + "id": "05071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05033 { + "geometry": { + "coordinates": [ + [ + [ + -94.07501599734347, + 35.4454227651585, + ], + [ + -94.13387989068744, + 35.38714213282085, + ], + [ + -94.32267506080281, + 35.358565822771425, + ], + [ + -94.38548714211495, + 35.4485382275323, + ], + [ + -94.43142969301756, + 35.39713309836445, + ], + [ + -94.47270620359411, + 35.63847400259766, + ], + [ + -94.49352392197186, + 35.75917131214853, + ], + [ + -93.96303102951839, + 35.76089018794097, + ], + [ + -93.91098673357403, + 35.759762175702186, + ], + [ + -93.98420767407505, + 35.66076567303096, + ], + [ + -94.07358029262777, + 35.662162259612316, + ], + [ + -94.02333062757805, + 35.574177304986456, + ], + [ + -94.07501599734347, + 35.4454227651585, + ], + ], + ], + "type": "Polygon", + }, + "id": "05033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47121 { + "geometry": { + "coordinates": [ + [ + [ + -84.6198236658808, + 35.644651212476774, + ], + [ + -84.8603042057616, + 35.35007887354622, + ], + [ + -84.94644648870397, + 35.28755476659597, + ], + [ + -85.01643709359466, + 35.409272658648604, + ], + [ + -84.91845024674771, + 35.439245555279385, + ], + [ + -84.85563816543555, + 35.55403422929372, + ], + [ + -84.79390286266019, + 35.555162241532514, + ], + [ + -84.7239122577695, + 35.7528866725324, + ], + [ + -84.62305400149114, + 35.7117410832507, + ], + [ + -84.6198236658808, + 35.644651212476774, + ], + ], + ], + "type": "Polygon", + }, + "id": "47121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35037 { + "geometry": { + "coordinates": [ + [ + [ + -103.04170979928709, + 35.739296810798365, + ], + [ + -103.04170979928709, + 35.622359542043476, + ], + [ + -103.04242765164494, + 35.18313306220483, + ], + [ + -103.04278657782388, + 34.95409286286131, + ], + [ + -103.28290819152575, + 34.954307722335365, + ], + [ + -103.28434389624145, + 34.86487246625963, + ], + [ + -103.38950926666693, + 34.865248470339225, + ], + [ + -103.39058604520372, + 34.778284098215124, + ], + [ + -103.49539248945028, + 34.778713817163236, + ], + [ + -103.4957514156292, + 34.69153458556508, + ], + [ + -103.70572323030125, + 34.69244773832981, + ], + [ + -103.73838551258356, + 34.60467764317801, + ], + [ + -103.94871625343454, + 34.605053647257606, + ], + [ + -104.12889719525568, + 34.60521479186315, + ], + [ + -104.12925612143461, + 34.77930468071688, + ], + [ + -104.12494900728748, + 35.142148617528676, + ], + [ + -103.85754900398719, + 35.26408136905537, + ], + [ + -103.63716833012627, + 35.24082283098882, + ], + [ + -103.63716833012627, + 35.389666731641, + ], + [ + -103.38017718601485, + 35.39799253626067, + ], + [ + -103.37515221950987, + 35.73999510408905, + ], + [ + -103.04170979928709, + 35.739296810798365, + ], + ], + ], + "type": "Polygon", + }, + "id": "35037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37013 { + "geometry": { + "coordinates": [ + [ + [ + [ + -77.09852558647448, + 35.55097248178842, + ], + [ + -76.96536397409272, + 35.43414264277057, + ], + [ + -76.62258947321786, + 35.34121592024141, + ], + [ + -76.61325739256576, + 35.27643578881358, + ], + [ + -76.6326394062278, + 35.235236484663375, + ], + [ + -76.84548263033125, + 35.21600656173537, + ], + [ + -76.89573229538097, + 35.25349953995811, + ], + [ + -77.19041068827968, + 35.41894133498111, + ], + [ + -77.17605364112262, + 35.519065849891135, + ], + [ + -77.09852558647448, + 35.55097248178842, + ], + ], + ], + [ + [ + [ + -76.84512370415233, + 35.705456443634574, + ], + [ + -76.63802329891169, + 35.70524158416052, + ], + [ + -76.59279860036695, + 35.61908293506413, + ], + [ + -76.49481175352, + 35.571652706166304, + ], + [ + -76.63766437273277, + 35.512566350800945, + ], + [ + -76.57485229142061, + 35.389183297824374, + ], + [ + -76.97828531653408, + 35.484151185357064, + ], + [ + -77.08955243200133, + 35.559029712065524, + ], + [ + -77.17390008404907, + 35.635627114566425, + ], + [ + -77.17390008404907, + 35.73311960091926, + ], + [ + -76.98582276629155, + 35.65845593368486, + ], + [ + -76.84512370415233, + 35.705456443634574, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "37013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05115 { + "geometry": { + "coordinates": [ + [ + [ + -92.95121813112438, + 35.72457893682554, + ], + [ + -92.8098012166273, + 35.72237662721647, + ], + [ + -92.81339047841658, + 35.54898503165341, + ], + [ + -92.85071880102494, + 35.46293381229405, + ], + [ + -92.85502591517206, + 35.17276609258164, + ], + [ + -92.89594349956968, + 35.17067121270959, + ], + [ + -93.0933528979793, + 35.13887201054933, + ], + [ + -93.15975424108072, + 35.23942624440746, + ], + [ + -93.27855880630541, + 35.31736651862121, + ], + [ + -93.29901759850422, + 35.32735748416481, + ], + [ + -93.29614618907281, + 35.46991674520086, + ], + [ + -93.22364310092965, + 35.46857387348801, + ], + [ + -93.22113061767716, + 35.59893985937139, + ], + [ + -93.1676506170171, + 35.59770441739557, + ], + [ + -93.16442028140676, + 35.728822411438145, + ], + [ + -92.95121813112438, + 35.72457893682554, + ], + ], + ], + "type": "Polygon", + }, + "id": "05115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40017 { + "geometry": { + "coordinates": [ + [ + [ + -97.67396879344021, + 35.72592180853839, + ], + [ + -97.6710973840088, + 35.37720488214576, + ], + [ + -97.67145631018772, + 35.33697244562881, + ], + [ + -97.67145631018772, + 35.33595186312705, + ], + [ + -97.84194624517785, + 35.33358840891243, + ], + [ + -97.94603483706655, + 35.374733998194124, + ], + [ + -98.09606597985785, + 35.37768831596239, + ], + [ + -98.30639672070883, + 35.37720488214576, + ], + [ + -98.31321631810843, + 35.55145591560505, + ], + [ + -98.31321631810843, + 35.72490122603662, + ], + [ + -98.20697416914616, + 35.72506237064216, + ], + [ + -97.67396879344021, + 35.72592180853839, + ], + ], + ], + "type": "Polygon", + }, + "id": "40017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40109 { + "geometry": { + "coordinates": [ + [ + [ + -97.14096341773426, + 35.72420293274594, + ], + [ + -97.14132234391317, + 35.46390067992729, + ], + [ + -97.1416812700921, + 35.37677516319765, + ], + [ + -97.6710973840088, + 35.37720488214576, + ], + [ + -97.67396879344021, + 35.72592180853839, + ], + [ + -97.14096341773426, + 35.72420293274594, + ], + ], + ], + "type": "Polygon", + }, + "id": "40109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05023 { + "geometry": { + "coordinates": [ + [ + [ + -91.8371112717363, + 35.704919294949434, + ], + [ + -91.78973301611799, + 35.71168736838219, + ], + [ + -91.79404013026512, + 35.534106013075046, + ], + [ + -91.85182724507229, + 35.358297248428855, + ], + [ + -92.1113308724362, + 35.362701867647, + ], + [ + -92.25274778693327, + 35.363722450148764, + ], + [ + -92.24054429684976, + 35.7121170873303, + ], + [ + -91.8371112717363, + 35.704919294949434, + ], + ], + ], + "type": "Polygon", + }, + "id": "05023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47117 { + "geometry": { + "coordinates": [ + [ + [ + -86.63950127470062, + 35.68590423149549, + ], + [ + -86.66570288576226, + 35.4562194537298, + ], + [ + -86.59930154266084, + 35.364904177256065, + ], + [ + -86.74682020219966, + 35.25280124666744, + ], + [ + -86.82829644481599, + 35.263651650107256, + ], + [ + -86.9607402048399, + 35.416953884846095, + ], + [ + -86.83798745164701, + 35.55081133718288, + ], + [ + -86.78199496773446, + 35.70685303021594, + ], + [ + -86.68616167796107, + 35.71002220745826, + ], + [ + -86.63950127470062, + 35.68590423149549, + ], + ], + ], + "type": "Polygon", + }, + "id": "47117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05111 { + "geometry": { + "coordinates": [ + [ + [ + -90.28690910495244, + 35.699870097309116, + ], + [ + -90.28690910495244, + 35.43854726198871, + ], + [ + -90.50226481230838, + 35.441662724362516, + ], + [ + -91.03921837598253, + 35.44295188120685, + ], + [ + -91.03706481890897, + 35.70857190600838, + ], + [ + -90.28690910495244, + 35.699870097309116, + ], + ], + ], + "type": "Polygon", + }, + "id": "05111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37095 { + "geometry": { + "coordinates": [ + [ + [ + -76.39538920195733, + 35.69745292822599, + ], + [ + -76.2694061131541, + 35.689932846634036, + ], + [ + -76.2977612812893, + 35.60903825465202, + ], + [ + -76.21413148159941, + 35.59797299173814, + ], + [ + -76.16208718565505, + 35.695787767302065, + ], + [ + -76.01313282140053, + 35.66914519251914, + ], + [ + -75.88786758495516, + 35.63890372154577, + ], + [ + -75.88068906137663, + 35.57578875104187, + ], + [ + -76.03107913034685, + 35.41115267904659, + ], + [ + -76.15060154792941, + 35.336274152338135, + ], + [ + -76.25397228746026, + 35.34776913420012, + ], + [ + -76.39036423545235, + 35.42898601539322, + ], + [ + -76.46968692099513, + 35.37274654805911, + ], + [ + -76.58633792914627, + 35.50918231408457, + ], + [ + -76.49122249173072, + 35.501501087887064, + ], + [ + -76.49481175352, + 35.571652706166304, + ], + [ + -76.59279860036695, + 35.61908293506413, + ], + [ + -76.63802329891169, + 35.70524158416052, + ], + [ + -76.39538920195733, + 35.69745292822599, + ], + ], + ], + "type": "Polygon", + }, + "id": "37095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47031 { + "geometry": { + "coordinates": [ + [ + [ + -86.20699522909409, + 35.70379128271064, + ], + [ + -86.08890851622725, + 35.64679980721733, + ], + [ + -85.98517885051747, + 35.66012109460879, + ], + [ + -85.8775009968395, + 35.524115047531446, + ], + [ + -85.91375254091109, + 35.288843923440304, + ], + [ + -86.15782234258116, + 35.362809297384025, + ], + [ + -86.26155200829093, + 35.33358840891243, + ], + [ + -86.25760382032274, + 35.41249555075944, + ], + [ + -86.24504140406032, + 35.631920788638965, + ], + [ + -86.20699522909409, + 35.70379128271064, + ], + ], + ], + "type": "Polygon", + }, + "id": "47031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47003 { + "geometry": { + "coordinates": [ + [ + [ + -86.24504140406032, + 35.631920788638965, + ], + [ + -86.25760382032274, + 35.41249555075944, + ], + [ + -86.44388650718564, + 35.3207505553376, + ], + [ + -86.52572167598089, + 35.354698352238415, + ], + [ + -86.59930154266084, + 35.364904177256065, + ], + [ + -86.66570288576226, + 35.4562194537298, + ], + [ + -86.63950127470062, + 35.68590423149549, + ], + [ + -86.51567174297095, + 35.688321400578616, + ], + [ + -86.40332784896692, + 35.61886807559007, + ], + [ + -86.35271925773829, + 35.66049709868839, + ], + [ + -86.24504140406032, + 35.631920788638965, + ], + ], + ], + "type": "Polygon", + }, + "id": "47003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37173 { + "geometry": { + "coordinates": [ + [ + [ + -83.18591358106914, + 35.51450008606744, + ], + [ + -83.3513785495543, + 35.4681441545399, + ], + [ + -83.33953398564971, + 35.331063810092274, + ], + [ + -83.6797960032721, + 35.27949753631887, + ], + [ + -83.58539841821441, + 35.43484093606125, + ], + [ + -83.95293882543523, + 35.460624072947944, + ], + [ + -83.77204003125624, + 35.56150059601716, + ], + [ + -83.66292647286255, + 35.56918182221466, + ], + [ + -83.49817935673526, + 35.56295089746703, + ], + [ + -83.25410955506518, + 35.695895197039086, + ], + [ + -83.15648163439717, + 35.554249088767776, + ], + [ + -83.18591358106914, + 35.51450008606744, + ], + ], + ], + "type": "Polygon", + }, + "id": "37173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47123 { + "geometry": { + "coordinates": [ + [ + [ + -84.18839439881106, + 35.610542270970406, + ], + [ + -84.08215224984879, + 35.539208925583864, + ], + [ + -84.0053420475585, + 35.5547325225844, + ], + [ + -83.96083520137161, + 35.46373953532175, + ], + [ + -84.0214937256102, + 35.404062316402744, + ], + [ + -84.02903117536766, + 35.292013100682624, + ], + [ + -84.12665909603568, + 35.2411451201999, + ], + [ + -84.21387815751484, + 35.26622996379592, + ], + [ + -84.29248299069977, + 35.206660174613944, + ], + [ + -84.4956352079722, + 35.28545988672393, + ], + [ + -84.40087869673559, + 35.33031180193308, + ], + [ + -84.4091339988509, + 35.39836854034027, + ], + [ + -84.52255467139169, + 35.607749097807684, + ], + [ + -84.52219574521277, + 35.6185995012475, + ], + [ + -84.52578500700203, + 35.62418584757295, + ], + [ + -84.45723010682705, + 35.665761155802755, + ], + [ + -84.29068835980513, + 35.65469589288888, + ], + [ + -84.18839439881106, + 35.610542270970406, + ], + ], + ], + "type": "Polygon", + }, + "id": "47123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47101 { + "geometry": { + "coordinates": [ + [ + [ + -87.3390483974285, + 35.659100512107024, + ], + [ + -87.28592732294737, + 35.542163243352135, + ], + [ + -87.29454155124161, + 35.444724471867815, + ], + [ + -87.4485208820011, + 35.45783089978522, + ], + [ + -87.57522182316218, + 35.398422255208786, + ], + [ + -87.71771551619604, + 35.48334546232935, + ], + [ + -87.65813377049423, + 35.6093605438631, + ], + [ + -87.58670746088784, + 35.65329930630752, + ], + [ + -87.45964759354783, + 35.61505431992558, + ], + [ + -87.3390483974285, + 35.659100512107024, + ], + ], + ], + "type": "Polygon", + }, + "id": "47101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37079 { + "geometry": { + "coordinates": [ + [ + [ + -77.47611592670523, + 35.426783705784146, + ], + [ + -77.68142170105124, + 35.3484674274908, + ], + [ + -77.80561015895984, + 35.369845945159355, + ], + [ + -77.82355646790616, + 35.57272700353658, + ], + [ + -77.70044478853434, + 35.65217129406872, + ], + [ + -77.50339431630366, + 35.51804526738937, + ], + [ + -77.47611592670523, + 35.426783705784146, + ], + ], + ], + "type": "Polygon", + }, + "id": "37079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47167 { + "geometry": { + "coordinates": [ + [ + [ + [ + -90.05432494100802, + 35.38923701269289, + ], + [ + -90.07514265938576, + 35.38413410018407, + ], + [ + -90.1433386333818, + 35.43500208066679, + ], + [ + -90.06724628344938, + 35.46094636215903, + ], + [ + -90.05432494100802, + 35.38923701269289, + ], + ], + ], + [ + [ + [ + -89.50265540399788, + 35.580784233813674, + ], + [ + -89.4746591620416, + 35.40298801903246, + ], + [ + -89.63294560694823, + 35.37575458069589, + ], + [ + -90.04140359856666, + 35.39659594967931, + ], + [ + -90.03996789385096, + 35.547319870729474, + ], + [ + -89.90931876472169, + 35.537866053871014, + ], + [ + -89.75856976957252, + 35.6501838439337, + ], + [ + -89.61356359328619, + 35.64352320023798, + ], + [ + -89.50265540399788, + 35.580784233813674, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "47167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47107 { + "geometry": { + "coordinates": [ + [ + [ + -84.58428997416706, + 35.64443635300272, + ], + [ + -84.52578500700203, + 35.62418584757295, + ], + [ + -84.52219574521277, + 35.6185995012475, + ], + [ + -84.52255467139169, + 35.607749097807684, + ], + [ + -84.4091339988509, + 35.39836854034027, + ], + [ + -84.40087869673559, + 35.33031180193308, + ], + [ + -84.4956352079722, + 35.28545988672393, + ], + [ + -84.70381239174961, + 35.24098397559436, + ], + [ + -84.8603042057616, + 35.35007887354622, + ], + [ + -84.6198236658808, + 35.644651212476774, + ], + [ + -84.58428997416706, + 35.64443635300272, + ], + ], + ], + "type": "Polygon", + }, + "id": "47107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40135 { + "geometry": { + "coordinates": [ + [ + [ + -94.80722540235368, + 35.638527717466175, + ], + [ + -94.47270620359411, + 35.63847400259766, + ], + [ + -94.43142969301756, + 35.39713309836445, + ], + [ + -94.43286539773327, + 35.3808037783362, + ], + [ + -94.49567747904541, + 35.301466917541084, + ], + [ + -94.65468177630989, + 35.29099251818086, + ], + [ + -94.74513117339939, + 35.35620236855681, + ], + [ + -94.81368607357436, + 35.32332886902627, + ], + [ + -94.8413233893517, + 35.370920242529635, + ], + [ + -95.04985949930804, + 35.4589051971555, + ], + [ + -95.13241252046116, + 35.5266396463516, + ], + [ + -95.12738755395618, + 35.63885000667726, + ], + [ + -94.80722540235368, + 35.638527717466175, + ], + ], + ], + "type": "Polygon", + }, + "id": "40135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40107 { + "geometry": { + "coordinates": [ + [ + [ + -96.19268045301025, + 35.6390111512828, + ], + [ + -96.19268045301025, + 35.551831919684645, + ], + [ + -96.08787400876369, + 35.5520467791587, + ], + [ + -96.08751508258476, + 35.37682887806616, + ], + [ + -95.98163185980142, + 35.37677516319765, + ], + [ + -95.98163185980142, + 35.289918220810584, + ], + [ + -96.44141629500636, + 35.290025650547605, + ], + [ + -96.44141629500636, + 35.46723100177516, + ], + [ + -96.5350960277062, + 35.39127817769642, + ], + [ + -96.62375079390107, + 35.40073199455488, + ], + [ + -96.62482757243784, + 35.46271895281999, + ], + [ + -96.62052045829073, + 35.63895743641429, + ], + [ + -96.19268045301025, + 35.6390111512828, + ], + ], + ], + "type": "Polygon", + }, + "id": "40107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37105 { + "geometry": { + "coordinates": [ + [ + [ + -78.96996668339763, + 35.52153673384278, + ], + [ + -79.18352775985895, + 35.307160693603564, + ], + [ + -79.27361823076951, + 35.353086906182995, + ], + [ + -79.35006950688087, + 35.51783040791531, + ], + [ + -79.32243219110353, + 35.54253924743173, + ], + [ + -79.26285044540171, + 35.53571745913046, + ], + [ + -79.11748534293645, + 35.62810703297447, + ], + [ + -78.96996668339763, + 35.52153673384278, + ], + ], + ], + "type": "Polygon", + }, + "id": "37105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48359 { + "geometry": { + "coordinates": [ + [ + [ + -102.16269958709591, + 35.6274624545523, + ], + [ + -102.16269958709591, + 35.62004980269738, + ], + [ + -102.16736562742196, + 35.18324049194186, + ], + [ + -103.04242765164494, + 35.18313306220483, + ], + [ + -103.04170979928709, + 35.622359542043476, + ], + [ + -102.16269958709591, + 35.6274624545523, + ], + ], + ], + "type": "Polygon", + }, + "id": "48359", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48065 { + "geometry": { + "coordinates": [ + [ + [ + -101.0859210503162, + 35.62520643007471, + ], + [ + -101.0859210503162, + 35.61908293506413, + ], + [ + -101.08663890267405, + 35.182112479703065, + ], + [ + -101.62287461399035, + 35.18313306220483, + ], + [ + -101.62287461399035, + 35.62021094730292, + ], + [ + -101.62287461399035, + 35.62402470296741, + ], + [ + -101.0859210503162, + 35.62520643007471, + ], + ], + ], + "type": "Polygon", + }, + "id": "48065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48179 { + "geometry": { + "coordinates": [ + [ + [ + -100.53999433216889, + 35.619297794538184, + ], + [ + -100.5389175536321, + 35.182918202730775, + ], + [ + -101.08663890267405, + 35.182112479703065, + ], + [ + -101.0859210503162, + 35.61908293506413, + ], + [ + -100.53999433216889, + 35.619297794538184, + ], + ], + ], + "type": "Polygon", + }, + "id": "48179", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48483 { + "geometry": { + "coordinates": [ + [ + [ + -100.00052828524225, + 35.61908293506413, + ], + [ + -100.00052828524225, + 35.4223253716975, + ], + [ + -100.00052828524225, + 35.18270334325672, + ], + [ + -100.5389175536321, + 35.182918202730775, + ], + [ + -100.53999433216889, + 35.619297794538184, + ], + [ + -100.00052828524225, + 35.61908293506413, + ], + ], + ], + "type": "Polygon", + }, + "id": "48483", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48375 { + "geometry": { + "coordinates": [ + [ + [ + -101.62287461399035, + 35.62021094730292, + ], + [ + -101.62287461399035, + 35.18313306220483, + ], + [ + -102.16736562742196, + 35.18324049194186, + ], + [ + -102.16269958709591, + 35.62004980269738, + ], + [ + -101.62287461399035, + 35.62021094730292, + ], + ], + ], + "type": "Polygon", + }, + "id": "48375", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37161 { + "geometry": { + "coordinates": [ + [ + [ + -81.69242175055568, + 35.57954879183785, + ], + [ + -81.70283060974455, + 35.357222951058574, + ], + [ + -81.76815517430919, + 35.18044731877913, + ], + [ + -81.87439732327145, + 35.184099929838084, + ], + [ + -81.96915383450806, + 35.18726910708041, + ], + [ + -81.96879490832913, + 35.25747444022815, + ], + [ + -82.15220618576062, + 35.40766121259318, + ], + [ + -82.26131974415429, + 35.3927284791463, + ], + [ + -82.26598578448034, + 35.46766072072327, + ], + [ + -82.16943464234909, + 35.52787508832742, + ], + [ + -81.97346094865519, + 35.524652196216586, + ], + [ + -81.82414765822173, + 35.57492931314565, + ], + [ + -81.69242175055568, + 35.57954879183785, + ], + ], + ], + "type": "Polygon", + }, + "id": "37161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37191 { + "geometry": { + "coordinates": [ + [ + [ + -77.82355646790616, + 35.57272700353658, + ], + [ + -77.80561015895984, + 35.369845945159355, + ], + [ + -77.83432425327396, + 35.177869005090464, + ], + [ + -77.89354707279684, + 35.147627534117106, + ], + [ + -78.04429606794601, + 35.192586879063285, + ], + [ + -78.16345955934962, + 35.18936398695245, + ], + [ + -78.30451754766777, + 35.28615818001461, + ], + [ + -78.15340962633968, + 35.3504011627573, + ], + [ + -78.15484533105538, + 35.41765217813678, + ], + [ + -78.06475486014482, + 35.585457427374386, + ], + [ + -77.82355646790616, + 35.57272700353658, + ], + ], + ], + "type": "Polygon", + }, + "id": "37191", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47023 { + "geometry": { + "coordinates": [ + [ + [ + -88.36091122883245, + 35.41894133498111, + ], + [ + -88.36270585972709, + 35.38128721215283, + ], + [ + -88.60390425196574, + 35.37639915911806, + ], + [ + -88.71983740775903, + 35.24753718955307, + ], + [ + -88.78193163671332, + 35.247590904421585, + ], + [ + -88.84151338241513, + 35.4277505734174, + ], + [ + -88.67712519246676, + 35.48866323431223, + ], + [ + -88.61359525879676, + 35.58814317080008, + ], + [ + -88.50555847893986, + 35.512029202115805, + ], + [ + -88.36378263826387, + 35.49279927918781, + ], + [ + -88.36091122883245, + 35.41894133498111, + ], + ], + ], + "type": "Polygon", + }, + "id": "47023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37085 { + "geometry": { + "coordinates": [ + [ + [ + -78.70866842513908, + 35.519065849891135, + ], + [ + -78.66057231716293, + 35.496237030772704, + ], + [ + -78.5414088257593, + 35.31521792388065, + ], + [ + -78.61714224951281, + 35.24576459889211, + ], + [ + -78.82567835946915, + 35.25946189036317, + ], + [ + -79.09630869837979, + 35.19221087498369, + ], + [ + -79.22300963954086, + 35.26810998419391, + ], + [ + -79.18352775985895, + 35.307160693603564, + ], + [ + -78.96996668339763, + 35.52153673384278, + ], + [ + -78.91361527330616, + 35.58277168394869, + ], + [ + -78.70866842513908, + 35.519065849891135, + ], + ], + ], + "type": "Polygon", + }, + "id": "37085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37045 { + "geometry": { + "coordinates": [ + [ + [ + -81.53808349361725, + 35.56440119891691, + ], + [ + -81.45660725100092, + 35.419639628271796, + ], + [ + -81.31949745065097, + 35.26026761339088, + ], + [ + -81.3281116789452, + 35.16347342032872, + ], + [ + -81.36651678009035, + 35.164870006910085, + ], + [ + -81.76815517430919, + 35.18044731877913, + ], + [ + -81.70283060974455, + 35.357222951058574, + ], + [ + -81.69242175055568, + 35.57954879183785, + ], + [ + -81.53808349361725, + 35.56440119891691, + ], + ], + ], + "type": "Polygon", + }, + "id": "37045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37109 { + "geometry": { + "coordinates": [ + [ + [ + -80.95985341936654, + 35.54796444915164, + ], + [ + -80.9469320769252, + 35.48796494102155, + ], + [ + -80.95554630521943, + 35.40094685402894, + ], + [ + -81.45660725100092, + 35.419639628271796, + ], + [ + -81.53808349361725, + 35.56440119891691, + ], + [ + -81.53449423182799, + 35.568859533003575, + ], + [ + -80.95985341936654, + 35.54796444915164, + ], + ], + ], + "type": "Polygon", + }, + "id": "37109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47153 { + "geometry": { + "coordinates": [ + [ + [ + -85.22604998208777, + 35.35421491842179, + ], + [ + -85.3872078364258, + 35.147358959774536, + ], + [ + -85.454685958064, + 35.267465405771745, + ], + [ + -85.55841562377378, + 35.31930025388772, + ], + [ + -85.48555360945169, + 35.40642577061736, + ], + [ + -85.6072295841078, + 35.5316351291234, + ], + [ + -85.55769777141593, + 35.53297800083625, + ], + [ + -85.42381830667631, + 35.5674092315537, + ], + [ + -85.4033595144775, + 35.492369560239695, + ], + [ + -85.22604998208777, + 35.35421491842179, + ], + ], + ], + "type": "Polygon", + }, + "id": "47153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40091 { + "geometry": { + "coordinates": [ + [ + [ + -95.34453789220676, + 35.29303368318439, + ], + [ + -95.45652286003185, + 35.305173243468545, + ], + [ + -95.59973440542355, + 35.22202262700894, + ], + [ + -95.98378541687498, + 35.15154871951862, + ], + [ + -95.98163185980142, + 35.289918220810584, + ], + [ + -95.98163185980142, + 35.37677516319765, + ], + [ + -95.87574863701809, + 35.37672144832914, + ], + [ + -95.82226863635803, + 35.55161706021059, + ], + [ + -95.71279615178543, + 35.55172448994762, + ], + [ + -95.34489681838569, + 35.5516707750791, + ], + [ + -95.34453789220676, + 35.29303368318439, + ], + ], + ], + "type": "Polygon", + }, + "id": "40091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40015 { + "geometry": { + "coordinates": [ + [ + [ + -98.31321631810843, + 35.55145591560505, + ], + [ + -98.30639672070883, + 35.37720488214576, + ], + [ + -98.09606597985785, + 35.37768831596239, + ], + [ + -98.0924767180686, + 34.85493521558454, + ], + [ + -98.61973927491172, + 34.85493521558454, + ], + [ + -98.62153390580636, + 35.09735041718804, + ], + [ + -98.623328536701, + 35.46416925426986, + ], + [ + -98.62296961052206, + 35.551563345342075, + ], + [ + -98.31321631810843, + 35.55145591560505, + ], + ], + ], + "type": "Polygon", + }, + "id": "40015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05145 { + "geometry": { + "coordinates": [ + [ + [ + -91.5819147585195, + 35.53045340201609, + ], + [ + -91.58478616795092, + 35.442468447390226, + ], + [ + -91.34717703750152, + 35.43903069580533, + ], + [ + -91.42326938743396, + 35.37741974161982, + ], + [ + -91.38558213864667, + 35.24538859481251, + ], + [ + -91.4656226765473, + 35.089454331516485, + ], + [ + -91.58406831559307, + 35.09138806678299, + ], + [ + -91.58514509412984, + 35.02499648929974, + ], + [ + -91.71722992797483, + 35.062006033705856, + ], + [ + -91.80265435855935, + 35.030367976151126, + ], + [ + -92.01298509941032, + 35.07624047386206, + ], + [ + -92.11958617455151, + 35.066410652924, + ], + [ + -92.1113308724362, + 35.362701867647, + ], + [ + -91.85182724507229, + 35.358297248428855, + ], + [ + -91.79404013026512, + 35.534106013075046, + ], + [ + -91.5819147585195, + 35.53045340201609, + ], + ], + ], + "type": "Polygon", + }, + "id": "05145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47061 { + "geometry": { + "coordinates": [ + [ + [ + -85.55841562377378, + 35.31930025388772, + ], + [ + -85.70988247128079, + 35.28916621265139, + ], + [ + -85.74003227031062, + 35.215308268444694, + ], + [ + -85.87355280887131, + 35.22336549872179, + ], + [ + -85.91375254091109, + 35.288843923440304, + ], + [ + -85.8775009968395, + 35.524115047531446, + ], + [ + -85.6072295841078, + 35.5316351291234, + ], + [ + -85.48555360945169, + 35.40642577061736, + ], + [ + -85.55841562377378, + 35.31930025388772, + ], + ], + ], + "type": "Polygon", + }, + "id": "47061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 04025 { + "geometry": { + "coordinates": [ + [ + [ + -111.55507983724645, + 34.47216306255407, + ], + [ + -111.59384386457052, + 34.419200202199306, + ], + [ + -111.65952735531408, + 34.38638041753727, + ], + [ + -111.71228950361629, + 34.151216723183154, + ], + [ + -111.47791070877723, + 34.15105557857761, + ], + [ + -111.49478023918678, + 33.99979450884231, + ], + [ + -111.72556977223657, + 33.99984822371082, + ], + [ + -112.16453648906376, + 34.048084175636355, + ], + [ + -112.27616253070993, + 33.88232009140228, + ], + [ + -112.74492012038803, + 33.999901938579335, + ], + [ + -113.33391798000653, + 33.99920364528865, + ], + [ + -113.33355905382761, + 34.317893960181976, + ], + [ + -113.33427690618547, + 35.52798251806445, + ], + [ + -113.17455475656314, + 35.506442855790354, + ], + [ + -112.95345623034437, + 35.35609493881978, + ], + [ + -112.63078159548938, + 35.29996290122269, + ], + [ + -112.57730159482932, + 35.24334742980898, + ], + [ + -112.44090964683723, + 35.260482472864936, + ], + [ + -112.44234535155293, + 35.14940012477807, + ], + [ + -112.33574427641175, + 35.148272112539274, + ], + [ + -112.33466749787496, + 34.97300049657822, + ], + [ + -111.77833192053878, + 34.98127258632937, + ], + [ + -111.77797299435984, + 34.80331522694263, + ], + [ + -111.55220842781503, + 34.80250950391492, + ], + [ + -111.55507983724645, + 34.47216306255407, + ], + ], + ], + "type": "Polygon", + }, + "id": "04025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37099 { + "geometry": { + "coordinates": [ + [ + [ + -83.18591358106914, + 35.51450008606744, + ], + [ + -82.92102606102134, + 35.29179824120857, + ], + [ + -82.98383814233348, + 35.13129821408886, + ], + [ + -83.05670015665558, + 35.053733943954704, + ], + [ + -83.00860404867942, + 35.027735947593946, + ], + [ + -83.10802660024207, + 35.00082479846846, + ], + [ + -83.108385526421, + 35.000663653862915, + ], + [ + -83.33953398564971, + 35.331063810092274, + ], + [ + -83.3513785495543, + 35.4681441545399, + ], + [ + -83.18591358106914, + 35.51450008606744, + ], + ], + ], + "type": "Polygon", + }, + "id": "37099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37119 { + "geometry": { + "coordinates": [ + [ + [ + -80.78541529640823, + 35.506174281447784, + ], + [ + -80.6662518050046, + 35.26751912064026, + ], + [ + -80.5499597230324, + 35.20832533553788, + ], + [ + -80.83925422324721, + 35.0006099389944, + ], + [ + -80.90565556634863, + 35.075810754913945, + ], + [ + -81.04097073580395, + 35.0448709906499, + ], + [ + -81.03307435986757, + 35.14811096793373, + ], + [ + -80.95554630521943, + 35.40094685402894, + ], + [ + -80.9469320769252, + 35.48796494102155, + ], + [ + -80.78541529640823, + 35.506174281447784, + ], + ], + ], + "type": "Polygon", + }, + "id": "37119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37125 { + "geometry": { + "coordinates": [ + [ + [ + -79.35006950688087, + 35.51783040791531, + ], + [ + -79.27361823076951, + 35.353086906182995, + ], + [ + -79.18352775985895, + 35.307160693603564, + ], + [ + -79.22300963954086, + 35.26810998419391, + ], + [ + -79.09630869837979, + 35.19221087498369, + ], + [ + -79.09810332927442, + 35.174055249425976, + ], + [ + -79.22982923694047, + 35.210688789752496, + ], + [ + -79.33535353354488, + 35.16164711479925, + ], + [ + -79.45918306527454, + 35.04299097025191, + ], + [ + -79.57116803309964, + 35.06592721910737, + ], + [ + -79.61423917457083, + 35.16363456493426, + ], + [ + -79.69786897426071, + 35.25145837495459, + ], + [ + -79.76929528386711, + 35.51143833856215, + ], + [ + -79.55573420740579, + 35.51498351988407, + ], + [ + -79.35006950688087, + 35.51783040791531, + ], + ], + ], + "type": "Polygon", + }, + "id": "37125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37123 { + "geometry": { + "coordinates": [ + [ + [ + -79.76929528386711, + 35.51143833856215, + ], + [ + -79.69786897426071, + 35.25145837495459, + ], + [ + -79.61423917457083, + 35.16363456493426, + ], + [ + -79.85184830502021, + 35.183455351415915, + ], + [ + -80.07545931449147, + 35.1430080554249, + ], + [ + -80.09627703286921, + 35.23926509980192, + ], + [ + -80.05105233432447, + 35.37188711016289, + ], + [ + -80.18277824199052, + 35.50434797591831, + ], + [ + -80.06684508619723, + 35.505637132762644, + ], + [ + -79.76929528386711, + 35.51143833856215, + ], + ], + ], + "type": "Polygon", + }, + "id": "37123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37025 { + "geometry": { + "coordinates": [ + [ + [ + -80.29512213599453, + 35.50289767446843, + ], + [ + -80.50545287684551, + 35.18404621496957, + ], + [ + -80.5499597230324, + 35.20832533553788, + ], + [ + -80.6662518050046, + 35.26751912064026, + ], + [ + -80.78541529640823, + 35.506174281447784, + ], + [ + -80.73696026225315, + 35.50746343829212, + ], + [ + -80.29512213599453, + 35.50289767446843, + ], + ], + ], + "type": "Polygon", + }, + "id": "37025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40009 { + "geometry": { + "coordinates": [ + [ + [ + -99.36415217000544, + 35.50880631000497, + ], + [ + -99.36415217000544, + 35.46524355164014, + ], + [ + -99.36020398203725, + 35.11668776985306, + ], + [ + -99.40937686855018, + 35.11448546024399, + ], + [ + -99.78301902081274, + 35.11674148472157, + ], + [ + -99.78301902081274, + 35.03004568694004, + ], + [ + -99.88854331741716, + 35.030206831545584, + ], + [ + -100.00052828524225, + 35.031281128915865, + ], + [ + -100.00052828524225, + 35.18270334325672, + ], + [ + -100.00052828524225, + 35.4223253716975, + ], + [ + -99.57627754175104, + 35.421627078406814, + ], + [ + -99.57555968939319, + 35.508860024873485, + ], + [ + -99.36415217000544, + 35.50880631000497, + ], + ], + ], + "type": "Polygon", + }, + "id": "40009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37167 { + "geometry": { + "coordinates": [ + [ + [ + -80.18277824199052, + 35.50434797591831, + ], + [ + -80.05105233432447, + 35.37188711016289, + ], + [ + -80.09627703286921, + 35.23926509980192, + ], + [ + -80.07545931449147, + 35.1430080554249, + ], + [ + -80.27717582704821, + 35.19613206038521, + ], + [ + -80.35901099584346, + 35.165783159674824, + ], + [ + -80.50545287684551, + 35.18404621496957, + ], + [ + -80.29512213599453, + 35.50289767446843, + ], + [ + -80.18277824199052, + 35.50434797591831, + ], + ], + ], + "type": "Polygon", + }, + "id": "37167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37089 { + "geometry": { + "coordinates": [ + [ + [ + -82.26598578448034, + 35.46766072072327, + ], + [ + -82.26131974415429, + 35.3927284791463, + ], + [ + -82.34674417473882, + 35.27971239579293, + ], + [ + -82.35356377213843, + 35.19081428840233, + ], + [ + -82.57573907689397, + 35.14499550555992, + ], + [ + -82.619528070723, + 35.30388408662421, + ], + [ + -82.74515223334731, + 35.42313109472521, + ], + [ + -82.26598578448034, + 35.46766072072327, + ], + ], + ], + "type": "Polygon", + }, + "id": "37089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47181 { + "geometry": { + "coordinates": [ + [ + [ + -87.57522182316218, + 35.398422255208786, + ], + [ + -87.60752517926558, + 35.00345682702564, + ], + [ + -87.9847565933174, + 35.00587399610876, + ], + [ + -87.98188518388599, + 35.29566571174158, + ], + [ + -88.02495632535718, + 35.39224504532967, + ], + [ + -88.00772786876871, + 35.423345954199256, + ], + [ + -87.97327095559176, + 35.45992577965727, + ], + [ + -87.71771551619604, + 35.48334546232935, + ], + [ + -87.57522182316218, + 35.398422255208786, + ], + ], + ], + "type": "Polygon", + }, + "id": "47181", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40133 { + "geometry": { + "coordinates": [ + [ + [ + -96.44141629500636, + 35.290025650547605, + ], + [ + -96.44141629500636, + 35.11577461708833, + ], + [ + -96.4905891815193, + 35.11582833195684, + ], + [ + -96.49094810769823, + 34.910583819365, + ], + [ + -96.73035186904225, + 34.85772838874726, + ], + [ + -96.77593549376593, + 34.89994827539924, + ], + [ + -96.77665334612378, + 35.40975609246523, + ], + [ + -96.62375079390107, + 35.40073199455488, + ], + [ + -96.5350960277062, + 35.39127817769642, + ], + [ + -96.44141629500636, + 35.46723100177516, + ], + [ + -96.44141629500636, + 35.290025650547605, + ], + ], + ], + "type": "Polygon", + }, + "id": "40133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37075 { + "geometry": { + "coordinates": [ + [ + [ + -83.6797960032721, + 35.27949753631887, + ], + [ + -83.7027672787234, + 35.24855777205484, + ], + [ + -83.84490204557832, + 35.255379560356104, + ], + [ + -83.9579637919402, + 35.21718828884268, + ], + [ + -84.02903117536766, + 35.292013100682624, + ], + [ + -84.0214937256102, + 35.404062316402744, + ], + [ + -83.96083520137161, + 35.46373953532175, + ], + [ + -83.95293882543523, + 35.460624072947944, + ], + [ + -83.58539841821441, + 35.43484093606125, + ], + [ + -83.6797960032721, + 35.27949753631887, + ], + ], + ], + "type": "Polygon", + }, + "id": "37075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40149 { + "geometry": { + "coordinates": [ + [ + [ + -98.623328536701, + 35.46416925426986, + ], + [ + -98.62153390580636, + 35.09735041718804, + ], + [ + -98.750388404041, + 35.11631176577347, + ], + [ + -99.36020398203725, + 35.11668776985306, + ], + [ + -99.36415217000544, + 35.46524355164014, + ], + [ + -98.623328536701, + 35.46416925426986, + ], + ], + ], + "type": "Polygon", + }, + "id": "40149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40125 { + "geometry": { + "coordinates": [ + [ + [ + -96.62482757243784, + 35.46271895281999, + ], + [ + -96.62375079390107, + 35.40073199455488, + ], + [ + -96.77665334612378, + 35.40975609246523, + ], + [ + -96.77593549376593, + 34.89994827539924, + ], + [ + -96.93063267688328, + 34.96435240274748, + ], + [ + -97.0160571074678, + 34.907307212385646, + ], + [ + -97.14239912244996, + 34.93169376269098, + ], + [ + -97.1416812700921, + 35.37677516319765, + ], + [ + -97.14132234391317, + 35.46390067992729, + ], + [ + -96.62482757243784, + 35.46271895281999, + ], + ], + ], + "type": "Polygon", + }, + "id": "40125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05029 { + "geometry": { + "coordinates": [ + [ + [ + -92.4813837629095, + 35.368395643709476, + ], + [ + -92.55460470341052, + 35.113250018268175, + ], + [ + -92.71576255774855, + 35.071406135695796, + ], + [ + -93.0405907496771, + 35.07693876715273, + ], + [ + -92.89594349956968, + 35.17067121270959, + ], + [ + -92.85502591517206, + 35.17276609258164, + ], + [ + -92.85071880102494, + 35.46293381229405, + ], + [ + -92.48030698437272, + 35.45557487530763, + ], + [ + -92.4813837629095, + 35.368395643709476, + ], + ], + ], + "type": "Polygon", + }, + "id": "05029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47099 { + "geometry": { + "coordinates": [ + [ + [ + -87.29454155124161, + 35.444724471867815, + ], + [ + -87.2066046374046, + 35.433175775137315, + ], + [ + -87.224192020172, + 34.99937449701858, + ], + [ + -87.60752517926558, + 35.00345682702564, + ], + [ + -87.57522182316218, + 35.398422255208786, + ], + [ + -87.4485208820011, + 35.45783089978522, + ], + [ + -87.29454155124161, + 35.444724471867815, + ], + ], + ], + "type": "Polygon", + }, + "id": "47099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40061 { + "geometry": { + "coordinates": [ + [ + [ + -94.81368607357436, + 35.32332886902627, + ], + [ + -94.81476285211114, + 35.202309270264315, + ], + [ + -94.92782459847301, + 35.20198698105323, + ], + [ + -94.92782459847301, + 35.058245992909875, + ], + [ + -95.3492039325328, + 35.058514567252445, + ], + [ + -95.3492039325328, + 35.1603042430864, + ], + [ + -95.45508715531615, + 35.16046538769194, + ], + [ + -95.45652286003185, + 35.305173243468545, + ], + [ + -95.34453789220676, + 35.29303368318439, + ], + [ + -95.24296178357054, + 35.26091219181305, + ], + [ + -95.04985949930804, + 35.4589051971555, + ], + [ + -94.8413233893517, + 35.370920242529635, + ], + [ + -94.81368607357436, + 35.32332886902627, + ], + ], + ], + "type": "Polygon", + }, + "id": "40061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47065 { + "geometry": { + "coordinates": [ + [ + [ + -85.01643709359466, + 35.409272658648604, + ], + [ + -84.94644648870397, + 35.28755476659597, + ], + [ + -85.02612810042568, + 35.1275918881614, + ], + [ + -84.97982662334415, + 34.987664655682536, + ], + [ + -85.2655318617697, + 34.98508634199386, + ], + [ + -85.36459548715344, + 34.9833137513329, + ], + [ + -85.47442689790496, + 34.9829377472533, + ], + [ + -85.3857721317101, + 35.04116466472244, + ], + [ + -85.3872078364258, + 35.147358959774536, + ], + [ + -85.22604998208777, + 35.35421491842179, + ], + [ + -85.13524165881935, + 35.45863662281293, + ], + [ + -85.01643709359466, + 35.409272658648604, + ], + ], + ], + "type": "Polygon", + }, + "id": "47065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47055 { + "geometry": { + "coordinates": [ + [ + [ + -86.9607402048399, + 35.416953884846095, + ], + [ + -86.82829644481599, + 35.263651650107256, + ], + [ + -86.83547496839452, + 34.99190813029514, + ], + [ + -87.21091175155172, + 34.99899849293898, + ], + [ + -87.224192020172, + 34.99937449701858, + ], + [ + -87.2066046374046, + 35.433175775137315, + ], + [ + -87.12082128064115, + 35.45541373070209, + ], + [ + -86.9607402048399, + 35.416953884846095, + ], + ], + ], + "type": "Polygon", + }, + "id": "47055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05131 { + "geometry": { + "coordinates": [ + [ + [ + -94.07501599734347, + 35.4454227651585, + ], + [ + -94.082194520922, + 35.214932264365096, + ], + [ + -94.02871452026194, + 35.2138042521263, + ], + [ + -94.03122700351443, + 35.14085946068435, + ], + [ + -94.14069948808704, + 35.09966015653414, + ], + [ + -94.22289358306122, + 35.07908736189329, + ], + [ + -94.23043103281869, + 34.968488447623045, + ], + [ + -94.44794029724818, + 34.93389607230006, + ], + [ + -94.43286539773327, + 35.3808037783362, + ], + [ + -94.43142969301756, + 35.39713309836445, + ], + [ + -94.38548714211495, + 35.4485382275323, + ], + [ + -94.32267506080281, + 35.358565822771425, + ], + [ + -94.13387989068744, + 35.38714213282085, + ], + [ + -94.07501599734347, + 35.4454227651585, + ], + ], + ], + "type": "Polygon", + }, + "id": "05131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05037 { + "geometry": { + "coordinates": [ + [ + [ + -90.50226481230838, + 35.441662724362516, + ], + [ + -90.50298266466623, + 35.144136067663695, + ], + [ + -91.0428076377718, + 35.148164682802246, + ], + [ + -91.03993622834038, + 35.3542686332903, + ], + [ + -91.03921837598253, + 35.44295188120685, + ], + [ + -90.50226481230838, + 35.441662724362516, + ], + ], + ], + "type": "Polygon", + }, + "id": "05037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05147 { + "geometry": { + "coordinates": [ + [ + [ + -91.03993622834038, + 35.3542686332903, + ], + [ + -91.0428076377718, + 35.148164682802246, + ], + [ + -91.04567904720321, + 35.00087851333697, + ], + [ + -91.14976763909192, + 35.002489959392385, + ], + [ + -91.29297918448361, + 34.98508634199386, + ], + [ + -91.3683536820582, + 34.91273241410556, + ], + [ + -91.36368764173216, + 35.05115563026604, + ], + [ + -91.4656226765473, + 35.089454331516485, + ], + [ + -91.38558213864667, + 35.24538859481251, + ], + [ + -91.42326938743396, + 35.37741974161982, + ], + [ + -91.34717703750152, + 35.43903069580533, + ], + [ + -91.25277945244385, + 35.44585248410661, + ], + [ + -91.25170267390706, + 35.357652670006686, + ], + [ + -91.03993622834038, + 35.3542686332903, + ], + ], + ], + "type": "Polygon", + }, + "id": "05147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05035 { + "geometry": { + "coordinates": [ + [ + [ + -90.28690910495244, + 35.43854726198871, + ], + [ + -90.1433386333818, + 35.43500208066679, + ], + [ + -90.07514265938576, + 35.38413410018407, + ], + [ + -90.15195286167605, + 35.255916709041244, + ], + [ + -90.07334802849113, + 35.222237486482996, + ], + [ + -90.0661695049126, + 35.139892593051094, + ], + [ + -90.17133487533808, + 35.11867521998808, + ], + [ + -90.21297031209356, + 35.026017071801505, + ], + [ + -90.30916252804589, + 34.9956144562226, + ], + [ + -90.24240225876554, + 34.92599998662851, + ], + [ + -90.30413756154091, + 34.85993069835634, + ], + [ + -90.40786722725069, + 34.83291211949381, + ], + [ + -90.40858507960854, + 34.904138035143326, + ], + [ + -90.40068870367216, + 35.148164682802246, + ], + [ + -90.50298266466623, + 35.144136067663695, + ], + [ + -90.50226481230838, + 35.441662724362516, + ], + [ + -90.28690910495244, + 35.43854726198871, + ], + ], + ], + "type": "Polygon", + }, + "id": "05035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47069 { + "geometry": { + "coordinates": [ + [ + [ + -89.0787635866856, + 35.43140318447635, + ], + [ + -88.84151338241513, + 35.4277505734174, + ], + [ + -88.78193163671332, + 35.247590904421585, + ], + [ + -88.78659767703937, + 34.995184737274485, + ], + [ + -88.82284922111096, + 34.995184737274485, + ], + [ + -89.01702828391022, + 34.994916162931915, + ], + [ + -89.19828600426814, + 34.99443272911529, + ], + [ + -89.18392895711108, + 35.39713309836445, + ], + [ + -89.0787635866856, + 35.43140318447635, + ], + ], + ], + "type": "Polygon", + }, + "id": "47069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37107 { + "geometry": { + "coordinates": [ + [ + [ + -77.39105042229964, + 35.340195337739644, + ], + [ + -77.47396236963168, + 35.22879070044169, + ], + [ + -77.60174008932954, + 35.07124499109025, + ], + [ + -77.73023566138525, + 35.007807731375266, + ], + [ + -77.76899968870931, + 35.14542522450803, + ], + [ + -77.83432425327396, + 35.177869005090464, + ], + [ + -77.80561015895984, + 35.369845945159355, + ], + [ + -77.68142170105124, + 35.3484674274908, + ], + [ + -77.47611592670523, + 35.426783705784146, + ], + [ + -77.39105042229964, + 35.340195337739644, + ], + ], + ], + "type": "Polygon", + }, + "id": "37107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05083 { + "geometry": { + "coordinates": [ + [ + [ + -93.70998807337516, + 35.37521743201075, + ], + [ + -93.43828095592774, + 35.42501111512319, + ], + [ + -93.40454189510864, + 35.340356482345186, + ], + [ + -93.29901759850422, + 35.32735748416481, + ], + [ + -93.27855880630541, + 35.31736651862121, + ], + [ + -93.27999451102112, + 35.21310595883562, + ], + [ + -93.45694511723192, + 35.2157379873928, + ], + [ + -93.52980713155401, + 35.14542522450803, + ], + [ + -93.70675773776482, + 35.13495082514781, + ], + [ + -93.70496310687018, + 35.01967871731685, + ], + [ + -94.07429814498562, + 35.02698393943475, + ], + [ + -94.14069948808704, + 35.09966015653414, + ], + [ + -94.03122700351443, + 35.14085946068435, + ], + [ + -94.02871452026194, + 35.2138042521263, + ], + [ + -93.92031881422612, + 35.22938156399535, + ], + [ + -93.91708847861578, + 35.31903167954515, + ], + [ + -93.81012847729566, + 35.3130693291401, + ], + [ + -93.80689814168532, + 35.43000659789499, + ], + [ + -93.70998807337516, + 35.37521743201075, + ], + ], + ], + "type": "Polygon", + }, + "id": "05083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37175 { + "geometry": { + "coordinates": [ + [ + [ + -82.57573907689397, + 35.14499550555992, + ], + [ + -82.7638163946515, + 35.068183243584954, + ], + [ + -82.89697800703325, + 35.05620482790634, + ], + [ + -83.00860404867942, + 35.027735947593946, + ], + [ + -83.05670015665558, + 35.053733943954704, + ], + [ + -82.98383814233348, + 35.13129821408886, + ], + [ + -82.92102606102134, + 35.29179824120857, + ], + [ + -82.83201236864754, + 35.318440815991494, + ], + [ + -82.74515223334731, + 35.42313109472521, + ], + [ + -82.619528070723, + 35.30388408662421, + ], + [ + -82.57573907689397, + 35.14499550555992, + ], + ], + ], + "type": "Polygon", + }, + "id": "37175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47071 { + "geometry": { + "coordinates": [ + [ + [ + -88.02495632535718, + 35.39224504532967, + ], + [ + -87.98188518388599, + 35.29566571174158, + ], + [ + -87.9847565933174, + 35.00587399610876, + ], + [ + -88.20011230067335, + 34.99556074135408, + ], + [ + -88.36270585972709, + 34.99539959674854, + ], + [ + -88.38101109485234, + 34.99556074135408, + ], + [ + -88.36270585972709, + 35.38128721215283, + ], + [ + -88.36091122883245, + 35.41894133498111, + ], + [ + -88.24210666360776, + 35.42318480959372, + ], + [ + -88.19616411270516, + 35.38069634859917, + ], + [ + -88.02495632535718, + 35.39224504532967, + ], + ], + ], + "type": "Polygon", + }, + "id": "47071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37071 { + "geometry": { + "coordinates": [ + [ + [ + -80.95554630521943, + 35.40094685402894, + ], + [ + -81.03307435986757, + 35.14811096793373, + ], + [ + -81.3281116789452, + 35.16347342032872, + ], + [ + -81.31949745065097, + 35.26026761339088, + ], + [ + -81.45660725100092, + 35.419639628271796, + ], + [ + -80.95554630521943, + 35.40094685402894, + ], + ], + ], + "type": "Polygon", + }, + "id": "37071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37049 { + "geometry": { + "coordinates": [ + [ + [ + [ + -76.68504262835107, + 34.89742367657908, + ], + [ + -76.75790464267317, + 34.846501981227846, + ], + [ + -77.09027028435918, + 34.80267064852046, + ], + [ + -77.11324155981048, + 35.071943284380936, + ], + [ + -77.04002061930946, + 35.09896186324346, + ], + [ + -76.89716800009668, + 34.9513534045671, + ], + [ + -76.68504262835107, + 34.89742367657908, + ], + ], + ], + [ + [ + [ + -77.19041068827968, + 35.41894133498111, + ], + [ + -76.89573229538097, + 35.25349953995811, + ], + [ + -76.98007994742872, + 35.13543425896444, + ], + [ + -76.93772665831538, + 35.08725202190742, + ], + [ + -77.03068853865736, + 35.133661668303475, + ], + [ + -77.13190572111466, + 35.07124499109025, + ], + [ + -77.47396236963168, + 35.22879070044169, + ], + [ + -77.39105042229964, + 35.340195337739644, + ], + [ + -77.26147807170715, + 35.35185146420718, + ], + [ + -77.19041068827968, + 35.41894133498111, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "37049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47127 { + "geometry": { + "coordinates": [ + [ + [ + -86.26155200829093, + 35.33358840891243, + ], + [ + -86.31826234456133, + 35.127162169213285, + ], + [ + -86.3922011374202, + 35.23539762926892, + ], + [ + -86.5271573806966, + 35.31140416821617, + ], + [ + -86.52572167598089, + 35.354698352238415, + ], + [ + -86.44388650718564, + 35.3207505553376, + ], + [ + -86.25760382032274, + 35.41249555075944, + ], + [ + -86.26155200829093, + 35.33358840891243, + ], + ], + ], + "type": "Polygon", + }, + "id": "47127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47157 { + "geometry": { + "coordinates": [ + [ + [ + -89.63294560694823, + 35.37575458069589, + ], + [ + -89.64443124467387, + 34.995238452143, + ], + [ + -89.7244717825745, + 34.99475501832637, + ], + [ + -90.30916252804589, + 34.9956144562226, + ], + [ + -90.21297031209356, + 35.026017071801505, + ], + [ + -90.17133487533808, + 35.11867521998808, + ], + [ + -90.0661695049126, + 35.139892593051094, + ], + [ + -90.07334802849113, + 35.222237486482996, + ], + [ + -90.15195286167605, + 35.255916709041244, + ], + [ + -90.07514265938576, + 35.38413410018407, + ], + [ + -90.05432494100802, + 35.38923701269289, + ], + [ + -90.04140359856666, + 35.39659594967931, + ], + [ + -89.63294560694823, + 35.37575458069589, + ], + ], + ], + "type": "Polygon", + }, + "id": "47157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37149 { + "geometry": { + "coordinates": [ + [ + [ + -81.96915383450806, + 35.18726910708041, + ], + [ + -82.21609504560955, + 35.19602463064818, + ], + [ + -82.35356377213843, + 35.19081428840233, + ], + [ + -82.34674417473882, + 35.27971239579293, + ], + [ + -82.26131974415429, + 35.3927284791463, + ], + [ + -82.15220618576062, + 35.40766121259318, + ], + [ + -81.96879490832913, + 35.25747444022815, + ], + [ + -81.96915383450806, + 35.18726910708041, + ], + ], + ], + "type": "Polygon", + }, + "id": "37149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47047 { + "geometry": { + "coordinates": [ + [ + [ + -89.18392895711108, + 35.39713309836445, + ], + [ + -89.19828600426814, + 34.99443272911529, + ], + [ + -89.35262426120657, + 34.99378815069312, + ], + [ + -89.64443124467387, + 34.995238452143, + ], + [ + -89.63294560694823, + 35.37575458069589, + ], + [ + -89.4746591620416, + 35.40298801903246, + ], + [ + -89.18392895711108, + 35.39713309836445, + ], + ], + ], + "type": "Polygon", + }, + "id": "47047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47109 { + "geometry": { + "coordinates": [ + [ + [ + -88.36270585972709, + 35.38128721215283, + ], + [ + -88.38101109485234, + 34.99556074135408, + ], + [ + -88.78659767703937, + 34.995184737274485, + ], + [ + -88.78193163671332, + 35.247590904421585, + ], + [ + -88.71983740775903, + 35.24753718955307, + ], + [ + -88.60390425196574, + 35.37639915911806, + ], + [ + -88.36270585972709, + 35.38128721215283, + ], + ], + ], + "type": "Polygon", + }, + "id": "47109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40079 { + "geometry": { + "coordinates": [ + [ + [ + -94.44794029724818, + 34.93389607230006, + ], + [ + -94.45440096846886, + 34.72897384891931, + ], + [ + -94.46157949204739, + 34.507453731167736, + ], + [ + -94.93751560530403, + 34.50686286761408, + ], + [ + -94.93823345766188, + 34.6808453267308, + ], + [ + -95.05955050613906, + 34.68073789699377, + ], + [ + -95.05955050613906, + 34.854988930453054, + ], + [ + -94.99817412954262, + 34.941308724154986, + ], + [ + -94.92782459847301, + 34.942221876919724, + ], + [ + -94.92782459847301, + 35.058245992909875, + ], + [ + -94.92782459847301, + 35.20198698105323, + ], + [ + -94.81476285211114, + 35.202309270264315, + ], + [ + -94.81368607357436, + 35.32332886902627, + ], + [ + -94.74513117339939, + 35.35620236855681, + ], + [ + -94.65468177630989, + 35.29099251818086, + ], + [ + -94.49567747904541, + 35.301466917541084, + ], + [ + -94.43286539773327, + 35.3808037783362, + ], + [ + -94.44794029724818, + 34.93389607230006, + ], + ], + ], + "type": "Polygon", + }, + "id": "40079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40051 { + "geometry": { + "coordinates": [ + [ + [ + -97.67145631018772, + 35.33595186312705, + ], + [ + -97.66822597457738, + 34.855150075058596, + ], + [ + -97.66858490075631, + 34.68132876054742, + ], + [ + -98.08924638245826, + 34.68138247541594, + ], + [ + -98.0924767180686, + 34.85493521558454, + ], + [ + -98.09606597985785, + 35.37768831596239, + ], + [ + -97.94603483706655, + 35.374733998194124, + ], + [ + -97.84194624517785, + 35.33358840891243, + ], + [ + -97.67145631018772, + 35.33595186312705, + ], + ], + ], + "type": "Polygon", + }, + "id": "40051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40027 { + "geometry": { + "coordinates": [ + [ + [ + -97.1416812700921, + 35.37677516319765, + ], + [ + -97.14239912244996, + 34.93169376269098, + ], + [ + -97.3416031517542, + 34.96451354735302, + ], + [ + -97.36816368899477, + 35.085210856903885, + ], + [ + -97.67145631018772, + 35.33697244562881, + ], + [ + -97.6710973840088, + 35.37720488214576, + ], + [ + -97.1416812700921, + 35.37677516319765, + ], + ], + ], + "type": "Polygon", + }, + "id": "40027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47103 { + "geometry": { + "coordinates": [ + [ + [ + -86.52572167598089, + 35.354698352238415, + ], + [ + -86.5271573806966, + 35.31140416821617, + ], + [ + -86.3922011374202, + 35.23539762926892, + ], + [ + -86.31826234456133, + 35.127162169213285, + ], + [ + -86.31898019691918, + 34.99115612213594, + ], + [ + -86.7837895986291, + 34.99196184516365, + ], + [ + -86.83547496839452, + 34.99190813029514, + ], + [ + -86.82829644481599, + 35.263651650107256, + ], + [ + -86.74682020219966, + 35.25280124666744, + ], + [ + -86.59930154266084, + 35.364904177256065, + ], + [ + -86.52572167598089, + 35.354698352238415, + ], + ], + ], + "type": "Polygon", + }, + "id": "47103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05045 { + "geometry": { + "coordinates": [ + [ + [ + -92.25274778693327, + 35.363722450148764, + ], + [ + -92.1113308724362, + 35.362701867647, + ], + [ + -92.11958617455151, + 35.066410652924, + ], + [ + -92.12138080544615, + 35.012212350593416, + ], + [ + -92.22798188058734, + 35.01441466020248, + ], + [ + -92.22977651148197, + 34.92755771781542, + ], + [ + -92.54419584422165, + 34.9532871398336, + ], + [ + -92.59839369723956, + 35.00007279030926, + ], + [ + -92.55460470341052, + 35.113250018268175, + ], + [ + -92.4813837629095, + 35.368395643709476, + ], + [ + -92.25274778693327, + 35.363722450148764, + ], + ], + ], + "type": "Polygon", + }, + "id": "05045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47051 { + "geometry": { + "coordinates": [ + [ + [ + -85.91375254091109, + 35.288843923440304, + ], + [ + -85.87355280887131, + 35.22336549872179, + ], + [ + -85.86386180204029, + 34.98825551923619, + ], + [ + -86.31000704244602, + 34.99110240726743, + ], + [ + -86.31898019691918, + 34.99115612213594, + ], + [ + -86.31826234456133, + 35.127162169213285, + ], + [ + -86.26155200829093, + 35.33358840891243, + ], + [ + -86.15782234258116, + 35.362809297384025, + ], + [ + -85.91375254091109, + 35.288843923440304, + ], + ], + ], + "type": "Polygon", + }, + "id": "47051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47011 { + "geometry": { + "coordinates": [ + [ + [ + -84.70381239174961, + 35.24098397559436, + ], + [ + -84.69986420378142, + 35.17099350192068, + ], + [ + -84.77595655371385, + 34.98787951515659, + ], + [ + -84.81220809778544, + 34.98761094081402, + ], + [ + -84.97982662334415, + 34.987664655682536, + ], + [ + -85.02612810042568, + 35.1275918881614, + ], + [ + -84.94644648870397, + 35.28755476659597, + ], + [ + -84.8603042057616, + 35.35007887354622, + ], + [ + -84.70381239174961, + 35.24098397559436, + ], + ], + ], + "type": "Polygon", + }, + "id": "47011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35006 { + "geometry": { + "coordinates": [ + [ + [ + -107.31005991908188, + 35.305173243468545, + ], + [ + -107.23899253565442, + 35.30533438807409, + ], + [ + -107.19628032036216, + 35.21933688358324, + ], + [ + -107.06670796976967, + 34.9571546103666, + ], + [ + -107.20274099158284, + 34.958014048262825, + ], + [ + -107.20453562247747, + 34.57878707655428, + ], + [ + -107.72533750809993, + 34.57803506839508, + ], + [ + -109.0461858465497, + 34.579270510370904, + ], + [ + -109.04582692037079, + 34.959732924055274, + ], + [ + -108.46939147701471, + 34.95898091589608, + ], + [ + -108.46867362465686, + 35.30673097465545, + ], + [ + -107.31005991908188, + 35.305173243468545, + ], + ], + ], + "type": "Polygon", + }, + "id": "35006", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40087 { + "geometry": { + "coordinates": [ + [ + [ + -97.14239912244996, + 34.93169376269098, + ], + [ + -97.0160571074678, + 34.907307212385646, + ], + [ + -96.93063267688328, + 34.96435240274748, + ], + [ + -96.93314516013577, + 34.854451781767914, + ], + [ + -97.66822597457738, + 34.855150075058596, + ], + [ + -97.67145631018772, + 35.33595186312705, + ], + [ + -97.67145631018772, + 35.33697244562881, + ], + [ + -97.36816368899477, + 35.085210856903885, + ], + [ + -97.3416031517542, + 34.96451354735302, + ], + [ + -97.14239912244996, + 34.93169376269098, + ], + ], + ], + "type": "Polygon", + }, + "id": "40087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37113 { + "geometry": { + "coordinates": [ + [ + [ + -83.108385526421, + 35.000663653862915, + ], + [ + -83.48274553104142, + 34.993304716876494, + ], + [ + -83.65826043253651, + 35.16078767690303, + ], + [ + -83.73830097043714, + 35.15589962386825, + ], + [ + -83.7027672787234, + 35.24855777205484, + ], + [ + -83.6797960032721, + 35.27949753631887, + ], + [ + -83.33953398564971, + 35.331063810092274, + ], + [ + -83.108385526421, + 35.000663653862915, + ], + ], + ], + "type": "Polygon", + }, + "id": "37113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37137 { + "geometry": { + "coordinates": [ + [ + [ + -76.93772665831538, + 35.08725202190742, + ], + [ + -76.98007994742872, + 35.13543425896444, + ], + [ + -76.89573229538097, + 35.25349953995811, + ], + [ + -76.84548263033125, + 35.21600656173537, + ], + [ + -76.6326394062278, + 35.235236484663375, + ], + [ + -76.61325739256576, + 35.27643578881358, + ], + [ + -76.50199027709853, + 35.31650708072499, + ], + [ + -76.49122249173072, + 35.22046489582203, + ], + [ + -76.65345712460554, + 35.16701860165064, + ], + [ + -76.54757390182219, + 35.148433257144816, + ], + [ + -76.59710571451406, + 35.073930734515955, + ], + [ + -76.80348826739684, + 34.96515812577518, + ], + [ + -76.94562303425177, + 35.0444949865703, + ], + [ + -76.93772665831538, + 35.08725202190742, + ], + ], + ], + "type": "Polygon", + }, + "id": "37137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47115 { + "geometry": { + "coordinates": [ + [ + [ + -85.3872078364258, + 35.147358959774536, + ], + [ + -85.3857721317101, + 35.04116466472244, + ], + [ + -85.47442689790496, + 34.9829377472533, + ], + [ + -85.60507602703423, + 34.98465662304575, + ], + [ + -85.86386180204029, + 34.98825551923619, + ], + [ + -85.87355280887131, + 35.22336549872179, + ], + [ + -85.74003227031062, + 35.215308268444694, + ], + [ + -85.70988247128079, + 35.28916621265139, + ], + [ + -85.55841562377378, + 35.31930025388772, + ], + [ + -85.454685958064, + 35.267465405771745, + ], + [ + -85.3872078364258, + 35.147358959774536, + ], + ], + ], + "type": "Polygon", + }, + "id": "47115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37163 { + "geometry": { + "coordinates": [ + [ + [ + -78.30451754766777, + 35.28615818001461, + ], + [ + -78.16345955934962, + 35.18936398695245, + ], + [ + -78.146948955119, + 34.902419159350885, + ], + [ + -78.20042895577906, + 34.73713850893343, + ], + [ + -78.1132098942999, + 34.72188348627546, + ], + [ + -78.25462680879697, + 34.553648518089744, + ], + [ + -78.32784774929799, + 34.670961790924224, + ], + [ + -78.49474842249884, + 34.856224372428876, + ], + [ + -78.64513849146908, + 34.99142469647851, + ], + [ + -78.67062225017287, + 35.09251607902178, + ], + [ + -78.61714224951281, + 35.24576459889211, + ], + [ + -78.5414088257593, + 35.31521792388065, + ], + [ + -78.49187701306744, + 35.26397393931834, + ], + [ + -78.30451754766777, + 35.28615818001461, + ], + ], + ], + "type": "Polygon", + }, + "id": "37163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05149 { + "geometry": { + "coordinates": [ + [ + [ + -92.89594349956968, + 35.17067121270959, + ], + [ + -93.0405907496771, + 35.07693876715273, + ], + [ + -93.28824981313643, + 34.860843851121075, + ], + [ + -93.2878908869575, + 34.77318118570629, + ], + [ + -93.39413303591977, + 34.743369433681046, + ], + [ + -93.71034699955408, + 34.74524945407903, + ], + [ + -93.70496310687018, + 35.01967871731685, + ], + [ + -93.70675773776482, + 35.13495082514781, + ], + [ + -93.52980713155401, + 35.14542522450803, + ], + [ + -93.45694511723192, + 35.2157379873928, + ], + [ + -93.27999451102112, + 35.21310595883562, + ], + [ + -93.27855880630541, + 35.31736651862121, + ], + [ + -93.15975424108072, + 35.23942624440746, + ], + [ + -93.0933528979793, + 35.13887201054933, + ], + [ + -92.89594349956968, + 35.17067121270959, + ], + ], + ], + "type": "Polygon", + }, + "id": "05149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40121 { + "geometry": { + "coordinates": [ + [ + [ + -95.45652286003185, + 35.305173243468545, + ], + [ + -95.45508715531615, + 35.16046538769194, + ], + [ + -95.3492039325328, + 35.1603042430864, + ], + [ + -95.3492039325328, + 35.058514567252445, + ], + [ + -95.50749037743942, + 35.02859538549017, + ], + [ + -95.51466890101796, + 34.68111390107337, + ], + [ + -95.51430997483902, + 34.594149528949266, + ], + [ + -95.6718785673878, + 34.59382723973818, + ], + [ + -95.88256823441769, + 34.5935049505271, + ], + [ + -95.88256823441769, + 34.6804693226512, + ], + [ + -96.09254004908973, + 34.68057675238823, + ], + [ + -96.09182219673188, + 34.76759483938084, + ], + [ + -96.0893097134794, + 35.04975904368467, + ], + [ + -95.98378541687498, + 35.15154871951862, + ], + [ + -95.59973440542355, + 35.22202262700894, + ], + [ + -95.45652286003185, + 35.305173243468545, + ], + ], + ], + "type": "Polygon", + }, + "id": "40121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37039 { + "geometry": { + "coordinates": [ + [ + [ + -83.7027672787234, + 35.24855777205484, + ], + [ + -83.73830097043714, + 35.15589962386825, + ], + [ + -83.85710553566183, + 35.137260564493914, + ], + [ + -84.0053420475585, + 34.987234936734424, + ], + [ + -84.13060728400387, + 34.98755722594551, + ], + [ + -84.32191493737174, + 34.98841666384173, + ], + [ + -84.29248299069977, + 35.206660174613944, + ], + [ + -84.21387815751484, + 35.26622996379592, + ], + [ + -84.12665909603568, + 35.2411451201999, + ], + [ + -84.02903117536766, + 35.292013100682624, + ], + [ + -83.9579637919402, + 35.21718828884268, + ], + [ + -83.84490204557832, + 35.255379560356104, + ], + [ + -83.7027672787234, + 35.24855777205484, + ], + ], + ], + "type": "Polygon", + }, + "id": "37039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40063 { + "geometry": { + "coordinates": [ + [ + [ + -95.98163185980142, + 35.289918220810584, + ], + [ + -95.98378541687498, + 35.15154871951862, + ], + [ + -96.0893097134794, + 35.04975904368467, + ], + [ + -96.09182219673188, + 34.76759483938084, + ], + [ + -96.40660045565049, + 34.76759483938084, + ], + [ + -96.40624152947156, + 34.90832779488741, + ], + [ + -96.49094810769823, + 34.910583819365, + ], + [ + -96.4905891815193, + 35.11582833195684, + ], + [ + -96.44141629500636, + 35.11577461708833, + ], + [ + -96.44141629500636, + 35.290025650547605, + ], + [ + -95.98163185980142, + 35.289918220810584, + ], + ], + ], + "type": "Polygon", + }, + "id": "40063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 47139 { + "geometry": { + "coordinates": [ + [ + [ + -84.29248299069977, + 35.206660174613944, + ], + [ + -84.32191493737174, + 34.98841666384173, + ], + [ + -84.62161829677542, + 34.988309234104705, + ], + [ + -84.77595655371385, + 34.98787951515659, + ], + [ + -84.69986420378142, + 35.17099350192068, + ], + [ + -84.70381239174961, + 35.24098397559436, + ], + [ + -84.4956352079722, + 35.28545988672393, + ], + [ + -84.29248299069977, + 35.206660174613944, + ], + ], + ], + "type": "Polygon", + }, + "id": "47139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37051 { + "geometry": { + "coordinates": [ + [ + [ + -78.61714224951281, + 35.24576459889211, + ], + [ + -78.67062225017287, + 35.09251607902178, + ], + [ + -78.64513849146908, + 34.99142469647851, + ], + [ + -78.49474842249884, + 34.856224372428876, + ], + [ + -78.90105285704372, + 34.834684710154775, + ], + [ + -79.03457339560441, + 34.95355571417617, + ], + [ + -79.09020695333803, + 35.042077817487176, + ], + [ + -79.09810332927442, + 35.174055249425976, + ], + [ + -79.09630869837979, + 35.19221087498369, + ], + [ + -78.82567835946915, + 35.25946189036317, + ], + [ + -78.61714224951281, + 35.24576459889211, + ], + ], + ], + "type": "Polygon", + }, + "id": "37051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37103 { + "geometry": { + "coordinates": [ + [ + [ + -77.13190572111466, + 35.07124499109025, + ], + [ + -77.11324155981048, + 35.071943284380936, + ], + [ + -77.09027028435918, + 34.80267064852046, + ], + [ + -77.16600370811268, + 34.784891027042335, + ], + [ + -77.23707109154014, + 34.89919626724004, + ], + [ + -77.36628451595371, + 34.91203412081488, + ], + [ + -77.5026764639458, + 34.96961645986184, + ], + [ + -77.67531995600949, + 34.973430215526335, + ], + [ + -77.73023566138525, + 35.007807731375266, + ], + [ + -77.60174008932954, + 35.07124499109025, + ], + [ + -77.47396236963168, + 35.22879070044169, + ], + [ + -77.13190572111466, + 35.07124499109025, + ], + ], + ], + "type": "Polygon", + }, + "id": "37103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35001 { + "geometry": { + "coordinates": [ + [ + [ + -106.24512594620674, + 35.215039694102124, + ], + [ + -106.24369024149104, + 35.04003665248364, + ], + [ + -106.24369024149104, + 34.9532871398336, + ], + [ + -106.1500105087912, + 34.95339456957063, + ], + [ + -106.14965158261228, + 34.870136523373986, + ], + [ + -106.41130876704975, + 34.8701902382425, + ], + [ + -106.43212648542749, + 34.9032785972471, + ], + [ + -106.68516944157072, + 34.90612548527834, + ], + [ + -106.72142098564231, + 34.869975378768444, + ], + [ + -107.02435468065633, + 34.8701902382425, + ], + [ + -107.06670796976967, + 34.9571546103666, + ], + [ + -107.19628032036216, + 35.21933688358324, + ], + [ + -106.24512594620674, + 35.215039694102124, + ], + ], + ], + "type": "Polygon", + }, + "id": "35001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35019 { + "geometry": { + "coordinates": [ + [ + [ + -104.12494900728748, + 35.142148617528676, + ], + [ + -104.12925612143461, + 34.77930468071688, + ], + [ + -104.3399457884645, + 34.778928676637285, + ], + [ + -104.33958686228557, + 34.69217916398724, + ], + [ + -104.44511115888999, + 34.69164201530211, + ], + [ + -104.44618793742677, + 34.604785072915035, + ], + [ + -104.89197425165356, + 34.60440906883544, + ], + [ + -104.89197425165356, + 34.34700741891654, + ], + [ + -105.31299465953444, + 34.34673884457397, + ], + [ + -105.3126357333555, + 34.60704109739262, + ], + [ + -105.29038231026206, + 34.60671880818153, + ], + [ + -105.290741236441, + 35.042077817487176, + ], + [ + -105.29110016261991, + 35.21627513607794, + ], + [ + -104.12566685964534, + 35.21563055765578, + ], + [ + -104.12494900728748, + 35.142148617528676, + ], + ], + ], + "type": "Polygon", + }, + "id": "35019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45045 { + "geometry": { + "coordinates": [ + [ + [ + -82.35356377213843, + 35.19081428840233, + ], + [ + -82.21609504560955, + 35.19602463064818, + ], + [ + -82.22614497861949, + 34.85058431123491, + ], + [ + -82.14682229307671, + 34.78548189059599, + ], + [ + -82.23798954252406, + 34.58689802169988, + ], + [ + -82.3140818924565, + 34.48403404849565, + ], + [ + -82.31803008042469, + 34.48526949047147, + ], + [ + -82.45406310223787, + 34.62557272702993, + ], + [ + -82.48672538452018, + 34.81937597262829, + ], + [ + -82.53769290192776, + 35.01516666836168, + ], + [ + -82.59296753348245, + 35.061039166072604, + ], + [ + -82.7638163946515, + 35.068183243584954, + ], + [ + -82.57573907689397, + 35.14499550555992, + ], + [ + -82.35356377213843, + 35.19081428840233, + ], + ], + ], + "type": "Polygon", + }, + "id": "45045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37007 { + "geometry": { + "coordinates": [ + [ + [ + -80.07545931449147, + 35.1430080554249, + ], + [ + -79.99398307187514, + 35.08542571637794, + ], + [ + -79.9272228025948, + 35.11749349288077, + ], + [ + -79.87446065429259, + 35.04465613117584, + ], + [ + -79.8489768955888, + 34.90075399842695, + ], + [ + -79.9272228025948, + 34.80664554879049, + ], + [ + -79.92937635966835, + 34.80664554879049, + ], + [ + -80.3202469685194, + 34.814004485776906, + ], + [ + -80.27717582704821, + 35.19613206038521, + ], + [ + -80.07545931449147, + 35.1430080554249, + ], + ], + ], + "type": "Polygon", + }, + "id": "37007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37093 { + "geometry": { + "coordinates": [ + [ + [ + -79.09810332927442, + 35.174055249425976, + ], + [ + -79.09020695333803, + 35.042077817487176, + ], + [ + -79.03457339560441, + 34.95355571417617, + ], + [ + -79.19142413579533, + 34.83328812357341, + ], + [ + -79.34791594980732, + 34.838552180687785, + ], + [ + -79.34396776183912, + 34.87459485746065, + ], + [ + -79.35294091631228, + 34.943940752712166, + ], + [ + -79.45918306527454, + 35.04299097025191, + ], + [ + -79.33535353354488, + 35.16164711479925, + ], + [ + -79.22982923694047, + 35.210688789752496, + ], + [ + -79.09810332927442, + 35.174055249425976, + ], + ], + ], + "type": "Polygon", + }, + "id": "37093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37179 { + "geometry": { + "coordinates": [ + [ + [ + -80.27717582704821, + 35.19613206038521, + ], + [ + -80.3202469685194, + 34.814004485776906, + ], + [ + -80.56395784401053, + 34.81749595223031, + ], + [ + -80.79761878649174, + 34.81975197670789, + ], + [ + -80.78218496079789, + 34.934272076379656, + ], + [ + -80.83925422324721, + 35.0006099389944, + ], + [ + -80.5499597230324, + 35.20832533553788, + ], + [ + -80.50545287684551, + 35.18404621496957, + ], + [ + -80.35901099584346, + 35.165783159674824, + ], + [ + -80.27717582704821, + 35.19613206038521, + ], + ], + ], + "type": "Polygon", + }, + "id": "37179", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45083 { + "geometry": { + "coordinates": [ + [ + [ + -81.7118037642177, + 34.912624984368534, + ], + [ + -81.7832300738241, + 34.83715559410642, + ], + [ + -81.85429745725156, + 34.59457924789738, + ], + [ + -82.0710888693232, + 34.704587298613966, + ], + [ + -82.14682229307671, + 34.78548189059599, + ], + [ + -82.22614497861949, + 34.85058431123491, + ], + [ + -82.21609504560955, + 35.19602463064818, + ], + [ + -81.96915383450806, + 35.18726910708041, + ], + [ + -81.87439732327145, + 35.184099929838084, + ], + [ + -81.7548749056889, + 34.93260691545572, + ], + [ + -81.7118037642177, + 34.912624984368534, + ], + ], + ], + "type": "Polygon", + }, + "id": "45083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37061 { + "geometry": { + "coordinates": [ + [ + [ + -77.83432425327396, + 35.177869005090464, + ], + [ + -77.76899968870931, + 35.14542522450803, + ], + [ + -77.73023566138525, + 35.007807731375266, + ], + [ + -77.67531995600949, + 34.973430215526335, + ], + [ + -77.65163082820033, + 34.91890962398466, + ], + [ + -77.68070384869338, + 34.72059432943112, + ], + [ + -78.1132098942999, + 34.72188348627546, + ], + [ + -78.20042895577906, + 34.73713850893343, + ], + [ + -78.146948955119, + 34.902419159350885, + ], + [ + -78.16345955934962, + 35.18936398695245, + ], + [ + -78.04429606794601, + 35.192586879063285, + ], + [ + -77.89354707279684, + 35.147627534117106, + ], + [ + -77.83432425327396, + 35.177869005090464, + ], + ], + ], + "type": "Polygon", + }, + "id": "37061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48117 { + "geometry": { + "coordinates": [ + [ + [ + -102.16736562742196, + 35.18324049194186, + ], + [ + -102.1691602583166, + 34.74734433395108, + ], + [ + -102.52521502781175, + 34.74686090013445, + ], + [ + -103.04278657782388, + 34.74729061908256, + ], + [ + -103.04278657782388, + 34.95409286286131, + ], + [ + -103.04242765164494, + 35.18313306220483, + ], + [ + -102.16736562742196, + 35.18324049194186, + ], + ], + ], + "type": "Polygon", + }, + "id": "48117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45021 { + "geometry": { + "coordinates": [ + [ + [ + -81.45732510335877, + 34.83925047397847, + ], + [ + -81.54239060776437, + 34.869599374688846, + ], + [ + -81.7118037642177, + 34.912624984368534, + ], + [ + -81.7548749056889, + 34.93260691545572, + ], + [ + -81.87439732327145, + 35.184099929838084, + ], + [ + -81.76815517430919, + 35.18044731877913, + ], + [ + -81.36651678009035, + 35.164870006910085, + ], + [ + -81.40958792156154, + 35.04637500696829, + ], + [ + -81.48711597620968, + 35.03482631023779, + ], + [ + -81.45732510335877, + 34.83925047397847, + ], + ], + ], + "type": "Polygon", + }, + "id": "45021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48129 { + "geometry": { + "coordinates": [ + [ + [ + -100.5389175536321, + 35.182918202730775, + ], + [ + -100.54071218452674, + 34.74766662316216, + ], + [ + -100.94486306199806, + 34.748257486715815, + ], + [ + -101.09058709064225, + 34.748257486715815, + ], + [ + -101.08663890267405, + 35.182112479703065, + ], + [ + -100.5389175536321, + 35.182918202730775, + ], + ], + ], + "type": "Polygon", + }, + "id": "48129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48087 { + "geometry": { + "coordinates": [ + [ + [ + -100.00052828524225, + 35.18270334325672, + ], + [ + -100.00052828524225, + 35.031281128915865, + ], + [ + -100.00052828524225, + 34.746377466317824, + ], + [ + -100.41616480043922, + 34.747451763688105, + ], + [ + -100.54071218452674, + 34.74766662316216, + ], + [ + -100.5389175536321, + 35.182918202730775, + ], + [ + -100.00052828524225, + 35.18270334325672, + ], + ], + ], + "type": "Polygon", + }, + "id": "48087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48381 { + "geometry": { + "coordinates": [ + [ + [ + -101.62287461399035, + 35.18313306220483, + ], + [ + -101.62933528521103, + 34.74761290829365, + ], + [ + -101.99831139714755, + 34.7482037718473, + ], + [ + -102.1691602583166, + 34.74734433395108, + ], + [ + -102.16736562742196, + 35.18324049194186, + ], + [ + -101.62287461399035, + 35.18313306220483, + ], + ], + ], + "type": "Polygon", + }, + "id": "48381", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37153 { + "geometry": { + "coordinates": [ + [ + [ + -79.61423917457083, + 35.16363456493426, + ], + [ + -79.57116803309964, + 35.06592721910737, + ], + [ + -79.45918306527454, + 35.04299097025191, + ], + [ + -79.57260373781534, + 34.99223041950622, + ], + [ + -79.56147702626862, + 34.91026153015392, + ], + [ + -79.68746011507184, + 34.80487295812953, + ], + [ + -79.9272228025948, + 34.80664554879049, + ], + [ + -79.8489768955888, + 34.90075399842695, + ], + [ + -79.87446065429259, + 35.04465613117584, + ], + [ + -79.9272228025948, + 35.11749349288077, + ], + [ + -79.99398307187514, + 35.08542571637794, + ], + [ + -80.07545931449147, + 35.1430080554249, + ], + [ + -79.85184830502021, + 35.183455351415915, + ], + [ + -79.61423917457083, + 35.16363456493426, + ], + ], + ], + "type": "Polygon", + }, + "id": "37153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48011 { + "geometry": { + "coordinates": [ + [ + [ + -101.08663890267405, + 35.182112479703065, + ], + [ + -101.09058709064225, + 34.748257486715815, + ], + [ + -101.47140776648334, + 34.74739804881959, + ], + [ + -101.62933528521103, + 34.74761290829365, + ], + [ + -101.62287461399035, + 35.18313306220483, + ], + [ + -101.08663890267405, + 35.182112479703065, + ], + ], + ], + "type": "Polygon", + }, + "id": "48011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45091 { + "geometry": { + "coordinates": [ + [ + [ + -80.90565556634863, + 35.075810754913945, + ], + [ + -80.86545583430886, + 34.9255702676804, + ], + [ + -80.89811811659118, + 34.82066512947263, + ], + [ + -81.47850174791544, + 34.82147085250034, + ], + [ + -81.45732510335877, + 34.83925047397847, + ], + [ + -81.48711597620968, + 35.03482631023779, + ], + [ + -81.40958792156154, + 35.04637500696829, + ], + [ + -81.36651678009035, + 35.164870006910085, + ], + [ + -81.3281116789452, + 35.16347342032872, + ], + [ + -81.03307435986757, + 35.14811096793373, + ], + [ + -81.04097073580395, + 35.0448709906499, + ], + [ + -80.90565556634863, + 35.075810754913945, + ], + ], + ], + "type": "Polygon", + }, + "id": "45091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37043 { + "geometry": { + "coordinates": [ + [ + [ + -83.73830097043714, + 35.15589962386825, + ], + [ + -83.65826043253651, + 35.16078767690303, + ], + [ + -83.48274553104142, + 34.993304716876494, + ], + [ + -83.54950580032175, + 34.992552708717305, + ], + [ + -83.93678714738353, + 34.98755722594551, + ], + [ + -84.0053420475585, + 34.987234936734424, + ], + [ + -83.85710553566183, + 35.137260564493914, + ], + [ + -83.73830097043714, + 35.15589962386825, + ], + ], + ], + "type": "Polygon", + }, + "id": "37043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05123 { + "geometry": { + "coordinates": [ + [ + [ + -90.50298266466623, + 35.144136067663695, + ], + [ + -90.40068870367216, + 35.148164682802246, + ], + [ + -90.40858507960854, + 34.904138035143326, + ], + [ + -91.09915904786327, + 34.91176554647231, + ], + [ + -91.09987690022112, + 34.867235920474236, + ], + [ + -91.14976763909192, + 35.002489959392385, + ], + [ + -91.04567904720321, + 35.00087851333697, + ], + [ + -91.0428076377718, + 35.148164682802246, + ], + [ + -90.50298266466623, + 35.144136067663695, + ], + ], + ], + "type": "Polygon", + }, + "id": "05123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40075 { + "geometry": { + "coordinates": [ + [ + [ + -98.62153390580636, + 35.09735041718804, + ], + [ + -98.61973927491172, + 34.85493521558454, + ], + [ + -98.82612182779451, + 34.85547236426968, + ], + [ + -98.82612182779451, + 34.59441810329184, + ], + [ + -99.00127780311067, + 34.59436438842332, + ], + [ + -99.10321283792582, + 34.637927146788144, + ], + [ + -99.05332209905502, + 34.70174041058273, + ], + [ + -99.14915538882842, + 34.702331274136384, + ], + [ + -99.14413042232344, + 34.847146559650014, + ], + [ + -99.24642438331752, + 34.822061716053994, + ], + [ + -99.30636505519826, + 34.85756724414172, + ], + [ + -99.33615592804917, + 35.02478162982568, + ], + [ + -99.40937686855018, + 35.11448546024399, + ], + [ + -99.36020398203725, + 35.11668776985306, + ], + [ + -98.750388404041, + 35.11631176577347, + ], + [ + -98.62153390580636, + 35.09735041718804, + ], + ], + ], + "type": "Polygon", + }, + "id": "40075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37031 { + "geometry": { + "coordinates": [ + [ + [ + [ + -77.15559484892381, + 34.76533881490326, + ], + [ + -77.16600370811268, + 34.784891027042335, + ], + [ + -77.09027028435918, + 34.80267064852046, + ], + [ + -76.75790464267317, + 34.846501981227846, + ], + [ + -76.68504262835107, + 34.89742367657908, + ], + [ + -76.6746337691622, + 34.970207323415494, + ], + [ + -76.42518007480824, + 35.00034136465183, + ], + [ + -76.46358517595338, + 34.94227559178824, + ], + [ + -76.27658463673264, + 34.95957177944973, + ], + [ + -76.45030490733309, + 34.81626051025449, + ], + [ + -76.50952772685598, + 34.72403208101602, + ], + [ + -76.57485229142061, + 34.7216686268014, + ], + [ + -76.62187162085999, + 34.812124465378915, + ], + [ + -76.69509256136102, + 34.71667314402961, + ], + [ + -76.89286088594956, + 34.72537495272887, + ], + [ + -77.09924343883233, + 34.67413096816655, + ], + [ + -77.15559484892381, + 34.76533881490326, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "37031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40055 { + "geometry": { + "coordinates": [ + [ + [ + -99.40937686855018, + 35.11448546024399, + ], + [ + -99.33615592804917, + 35.02478162982568, + ], + [ + -99.30636505519826, + 34.85756724414172, + ], + [ + -99.24642438331752, + 34.822061716053994, + ], + [ + -99.40471082822414, + 34.81303761814365, + ], + [ + -99.4230160633494, + 34.72499894864927, + ], + [ + -99.66672693884054, + 34.72456922970116, + ], + [ + -99.7202069395006, + 34.768454277277066, + ], + [ + -99.73205150340517, + 34.94399446758068, + ], + [ + -99.88854331741716, + 34.94388703784365, + ], + [ + -99.88854331741716, + 35.030206831545584, + ], + [ + -99.78301902081274, + 35.03004568694004, + ], + [ + -99.78301902081274, + 35.11674148472157, + ], + [ + -99.40937686855018, + 35.11448546024399, + ], + ], + ], + "type": "Polygon", + }, + "id": "40055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06083 { + "geometry": { + "coordinates": [ + [ + [ + [ + -120.0537339018698, + 34.03739491680208, + ], + [ + -119.97082195453777, + 33.9420510251898, + ], + [ + -120.12085309732907, + 33.89494308550306, + ], + [ + -120.23642732694344, + 34.00887232162117, + ], + [ + -120.0537339018698, + 34.03739491680208, + ], + ], + ], + [ + [ + [ + -119.90513846379422, + 34.075049039630365, + ], + [ + -119.55482651316188, + 33.99769962897027, + ], + [ + -119.72029148164702, + 33.95988436153644, + ], + [ + -119.84914597988167, + 33.96692100931176, + ], + [ + -119.90513846379422, + 34.075049039630365, + ], + ], + ], + [ + [ + [ + -119.47442704908232, + 34.8997871307937, + ], + [ + -119.44391832387356, + 34.89919626724004, + ], + [ + -119.44463617623143, + 34.4711424800523, + ], + [ + -119.47693953233481, + 34.37407971264757, + ], + [ + -119.56667107706646, + 34.414903012718185, + ], + [ + -119.8778600741958, + 34.40636234862447, + ], + [ + -120.00599672007257, + 34.45975492792734, + ], + [ + -120.29457336792954, + 34.47060533136716, + ], + [ + -120.47044719560355, + 34.44825994606535, + ], + [ + -120.51208263235904, + 34.52324590251084, + ], + [ + -120.64596209709866, + 34.579968803661586, + ], + [ + -120.60145525091176, + 34.70861591375251, + ], + [ + -120.610069479206, + 34.84134535385051, + ], + [ + -120.67144585580245, + 34.90311745264156, + ], + [ + -120.64991028506685, + 34.97498794671324, + ], + [ + -120.45752585316221, + 34.99695732793545, + ], + [ + -120.2981626297188, + 34.90843522462444, + ], + [ + -120.33441417379039, + 34.99996536057223, + ], + [ + -120.1833062524623, + 35.03885492537634, + ], + [ + -120.08137121764716, + 35.11464660484953, + ], + [ + -119.74541631417189, + 34.97364507500039, + ], + [ + -119.47442704908232, + 34.8997871307937, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "06083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05105 { + "geometry": { + "coordinates": [ + [ + [ + -92.54419584422165, + 34.9532871398336, + ], + [ + -92.75380873271476, + 34.910637534233516, + ], + [ + -92.73981061173663, + 34.85343119926615, + ], + [ + -93.07397088431726, + 34.858050677958346, + ], + [ + -93.07504766285405, + 34.77183831399344, + ], + [ + -93.2878908869575, + 34.77318118570629, + ], + [ + -93.28824981313643, + 34.860843851121075, + ], + [ + -93.0405907496771, + 35.07693876715273, + ], + [ + -92.71576255774855, + 35.071406135695796, + ], + [ + -92.55460470341052, + 35.113250018268175, + ], + [ + -92.59839369723956, + 35.00007279030926, + ], + [ + -92.54419584422165, + 34.9532871398336, + ], + ], + ], + "type": "Polygon", + }, + "id": "05105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05127 { + "geometry": { + "coordinates": [ + [ + [ + -93.70496310687018, + 35.01967871731685, + ], + [ + -93.71034699955408, + 34.74524945407903, + ], + [ + -93.93072767341499, + 34.665590304072836, + ], + [ + -94.01830566107307, + 34.69244773832981, + ], + [ + -94.31765009429783, + 34.69733579136458, + ], + [ + -94.45440096846886, + 34.72897384891931, + ], + [ + -94.44794029724818, + 34.93389607230006, + ], + [ + -94.23043103281869, + 34.968488447623045, + ], + [ + -94.22289358306122, + 35.07908736189329, + ], + [ + -94.14069948808704, + 35.09966015653414, + ], + [ + -94.07429814498562, + 35.02698393943475, + ], + [ + -93.70496310687018, + 35.01967871731685, + ], + ], + ], + "type": "Polygon", + }, + "id": "05127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05117 { + "geometry": { + "coordinates": [ + [ + [ + -91.4656226765473, + 35.089454331516485, + ], + [ + -91.36368764173216, + 35.05115563026604, + ], + [ + -91.3683536820582, + 34.91273241410556, + ], + [ + -91.37553220563673, + 34.66602002302095, + ], + [ + -91.44695851524311, + 34.66736289473379, + ], + [ + -91.37768576271029, + 34.563478339027796, + ], + [ + -91.59447717478194, + 34.56782924337743, + ], + [ + -91.59555395331871, + 34.48070372664779, + ], + [ + -91.67810697447183, + 34.481939168623605, + ], + [ + -91.64365006129488, + 34.63722885349746, + ], + [ + -91.70107824992313, + 34.67268066671667, + ], + [ + -91.6938997263446, + 34.91966163214386, + ], + [ + -91.80409006327505, + 34.92159536741036, + ], + [ + -91.80265435855935, + 35.030367976151126, + ], + [ + -91.71722992797483, + 35.062006033705856, + ], + [ + -91.58514509412984, + 35.02499648929974, + ], + [ + -91.58406831559307, + 35.09138806678299, + ], + [ + -91.4656226765473, + 35.089454331516485, + ], + ], + ], + "type": "Polygon", + }, + "id": "05117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45077 { + "geometry": { + "coordinates": [ + [ + [ + -82.7638163946515, + 35.068183243584954, + ], + [ + -82.59296753348245, + 35.061039166072604, + ], + [ + -82.53769290192776, + 35.01516666836168, + ], + [ + -82.48672538452018, + 34.81937597262829, + ], + [ + -82.7882233748185, + 34.67214351803153, + ], + [ + -82.84026767076286, + 34.6231555579468, + ], + [ + -82.90056726882251, + 34.741650557888605, + ], + [ + -82.89697800703325, + 35.05620482790634, + ], + [ + -82.7638163946515, + 35.068183243584954, + ], + ], + ], + "type": "Polygon", + }, + "id": "45077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05085 { + "geometry": { + "coordinates": [ + [ + [ + -91.80265435855935, + 35.030367976151126, + ], + [ + -91.80409006327505, + 34.92159536741036, + ], + [ + -91.6938997263446, + 34.91966163214386, + ], + [ + -91.70107824992313, + 34.67268066671667, + ], + [ + -91.64365006129488, + 34.63722885349746, + ], + [ + -91.67810697447183, + 34.481939168623605, + ], + [ + -91.70502643789132, + 34.48263746191429, + ], + [ + -92.02985462981987, + 34.48935182047853, + ], + [ + -92.02949570364095, + 34.621329252417326, + ], + [ + -92.11384335568869, + 34.62288698360423, + ], + [ + -92.07866859015388, + 34.734184191165156, + ], + [ + -92.07149006657535, + 35.0117826316453, + ], + [ + -92.12138080544615, + 35.012212350593416, + ], + [ + -92.11958617455151, + 35.066410652924, + ], + [ + -92.01298509941032, + 35.07624047386206, + ], + [ + -91.80265435855935, + 35.030367976151126, + ], + ], + ], + "type": "Polygon", + }, + "id": "05085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45057 { + "geometry": { + "coordinates": [ + [ + [ + -80.83925422324721, + 35.0006099389944, + ], + [ + -80.78218496079789, + 34.934272076379656, + ], + [ + -80.79761878649174, + 34.81975197670789, + ], + [ + -80.56395784401053, + 34.81749595223031, + ], + [ + -80.4081838823564, + 34.614722323590115, + ], + [ + -80.55067757539025, + 34.559986872574385, + ], + [ + -80.52411703814968, + 34.51282521801913, + ], + [ + -80.74126737640026, + 34.48134830506996, + ], + [ + -80.74342093347381, + 34.53989751175017, + ], + [ + -80.87909502910807, + 34.457660048055295, + ], + [ + -80.87765932439235, + 34.54312040386101, + ], + [ + -80.86007194162495, + 34.69572434530916, + ], + [ + -80.89811811659118, + 34.82066512947263, + ], + [ + -80.86545583430886, + 34.9255702676804, + ], + [ + -80.90565556634863, + 35.075810754913945, + ], + [ + -80.83925422324721, + 35.0006099389944, + ], + ], + ], + "type": "Polygon", + }, + "id": "45057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40077 { + "geometry": { + "coordinates": [ + [ + [ + -94.92782459847301, + 35.058245992909875, + ], + [ + -94.92782459847301, + 34.942221876919724, + ], + [ + -94.99817412954262, + 34.941308724154986, + ], + [ + -95.05955050613906, + 34.854988930453054, + ], + [ + -95.05955050613906, + 34.68073789699377, + ], + [ + -95.51466890101796, + 34.68111390107337, + ], + [ + -95.50749037743942, + 35.02859538549017, + ], + [ + -95.3492039325328, + 35.058514567252445, + ], + [ + -94.92782459847301, + 35.058245992909875, + ], + ], + ], + "type": "Polygon", + }, + "id": "40077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45073 { + "geometry": { + "coordinates": [ + [ + [ + -82.84026767076286, + 34.6231555579468, + ], + [ + -82.98922203501738, + 34.48199288349212, + ], + [ + -83.0516751901506, + 34.49370272482817, + ], + [ + -83.10371948609496, + 34.53640604529676, + ], + [ + -83.338098280934, + 34.68712996634693, + ], + [ + -83.35245532809107, + 34.71613599534447, + ], + [ + -83.24298284351846, + 34.87771031983446, + ], + [ + -83.12704968772519, + 34.93856926586078, + ], + [ + -83.10802660024207, + 35.00082479846846, + ], + [ + -83.00860404867942, + 35.027735947593946, + ], + [ + -82.89697800703325, + 35.05620482790634, + ], + [ + -82.90056726882251, + 34.741650557888605, + ], + [ + -82.84026767076286, + 34.6231555579468, + ], + ], + ], + "type": "Polygon", + }, + "id": "45073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35057 { + "geometry": { + "coordinates": [ + [ + [ + -105.290741236441, + 35.042077817487176, + ], + [ + -105.29038231026206, + 34.60671880818153, + ], + [ + -105.3126357333555, + 34.60704109739262, + ], + [ + -105.31299465953444, + 34.34673884457397, + ], + [ + -105.31371251189229, + 34.26004304679244, + ], + [ + -105.92388701606747, + 34.26004304679244, + ], + [ + -106.41597480737579, + 34.259720757581356, + ], + [ + -106.41705158591257, + 34.43977299684015, + ], + [ + -106.46981373421478, + 34.5211510226388, + ], + [ + -106.46407091535195, + 34.87008280850547, + ], + [ + -106.41130876704975, + 34.8701902382425, + ], + [ + -106.14965158261228, + 34.870136523373986, + ], + [ + -106.1500105087912, + 34.95339456957063, + ], + [ + -106.24369024149104, + 34.9532871398336, + ], + [ + -106.24369024149104, + 35.04003665248364, + ], + [ + -105.71463305375327, + 35.041540668802035, + ], + [ + -105.290741236441, + 35.042077817487176, + ], + ], + ], + "type": "Polygon", + }, + "id": "35057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37165 { + "geometry": { + "coordinates": [ + [ + [ + -79.34396776183912, + 34.87459485746065, + ], + [ + -79.34791594980732, + 34.838552180687785, + ], + [ + -79.33248212411347, + 34.77183831399344, + ], + [ + -79.46169554852703, + 34.63040706519619, + ], + [ + -79.68746011507184, + 34.80487295812953, + ], + [ + -79.56147702626862, + 34.91026153015392, + ], + [ + -79.57260373781534, + 34.99223041950622, + ], + [ + -79.45918306527454, + 35.04299097025191, + ], + [ + -79.35294091631228, + 34.943940752712166, + ], + [ + -79.34396776183912, + 34.87459485746065, + ], + ], + ], + "type": "Polygon", + }, + "id": "37165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40057 { + "geometry": { + "coordinates": [ + [ + [ + -99.88854331741716, + 35.030206831545584, + ], + [ + -99.88854331741716, + 34.94388703784365, + ], + [ + -99.73205150340517, + 34.94399446758068, + ], + [ + -99.7202069395006, + 34.768454277277066, + ], + [ + -99.66672693884054, + 34.72456922970116, + ], + [ + -99.66636801266161, + 34.50788345011585, + ], + [ + -99.84331861887242, + 34.50616457432341, + ], + [ + -99.92335915677303, + 34.57454360194167, + ], + [ + -99.99765687581083, + 34.560524021259525, + ], + [ + -100.00052828524225, + 34.746377466317824, + ], + [ + -100.00052828524225, + 35.031281128915865, + ], + [ + -99.88854331741716, + 35.030206831545584, + ], + ], + ], + "type": "Polygon", + }, + "id": "40057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05119 { + "geometry": { + "coordinates": [ + [ + [ + -92.12138080544615, + 35.012212350593416, + ], + [ + -92.07149006657535, + 35.0117826316453, + ], + [ + -92.07866859015388, + 34.734184191165156, + ], + [ + -92.11384335568869, + 34.62288698360423, + ], + [ + -92.02949570364095, + 34.621329252417326, + ], + [ + -92.02985462981987, + 34.48935182047853, + ], + [ + -92.20788201456745, + 34.492735857194916, + ], + [ + -92.24592818953367, + 34.49348786535411, + ], + [ + -92.24413355863904, + 34.58088195642632, + ], + [ + -92.34858107670667, + 34.58254711735025, + ], + [ + -92.44333758794328, + 34.67198237342599, + ], + [ + -92.55209222015803, + 34.68943970569303, + ], + [ + -92.54993866308448, + 34.761686203844306, + ], + [ + -92.6543861811521, + 34.76453309187555, + ], + [ + -92.65115584554177, + 34.85165860860519, + ], + [ + -92.73981061173663, + 34.85343119926615, + ], + [ + -92.75380873271476, + 34.910637534233516, + ], + [ + -92.54419584422165, + 34.9532871398336, + ], + [ + -92.22977651148197, + 34.92755771781542, + ], + [ + -92.22798188058734, + 35.01441466020248, + ], + [ + -92.12138080544615, + 35.012212350593416, + ], + ], + ], + "type": "Polygon", + }, + "id": "05119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01077 { + "geometry": { + "coordinates": [ + [ + [ + -87.2608024904225, + 34.75857074147049, + ], + [ + -87.42662638508659, + 34.800038619963274, + ], + [ + -87.51384544656574, + 34.829904086857034, + ], + [ + -87.77011873831931, + 34.73042415036918, + ], + [ + -87.91512491460566, + 34.79971633075219, + ], + [ + -87.97327095559176, + 34.8824909431322, + ], + [ + -88.09781833967928, + 34.89221333433323, + ], + [ + -88.20011230067335, + 34.99556074135408, + ], + [ + -87.9847565933174, + 35.00587399610876, + ], + [ + -87.60752517926558, + 35.00345682702564, + ], + [ + -87.224192020172, + 34.99937449701858, + ], + [ + -87.21091175155172, + 34.99899849293898, + ], + [ + -87.21485993951991, + 34.815991935911924, + ], + [ + -87.2608024904225, + 34.75857074147049, + ], + ], + ], + "type": "Polygon", + }, + "id": "01077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05095 { + "geometry": { + "coordinates": [ + [ + [ + -91.14976763909192, + 35.002489959392385, + ], + [ + -91.09987690022112, + 34.867235920474236, + ], + [ + -91.10238938347361, + 34.73488248445584, + ], + [ + -91.05213971842389, + 34.645662087854156, + ], + [ + -91.05465220167638, + 34.47087390570973, + ], + [ + -91.00045434865847, + 34.469477319128366, + ], + [ + -91.00260790573202, + 34.33621073034523, + ], + [ + -91.05644683257101, + 34.33653301955631, + ], + [ + -91.09341622900044, + 34.34383824167422, + ], + [ + -91.30123448659893, + 34.53554660740053, + ], + [ + -91.37768576271029, + 34.563478339027796, + ], + [ + -91.44695851524311, + 34.66736289473379, + ], + [ + -91.37553220563673, + 34.66602002302095, + ], + [ + -91.3683536820582, + 34.91273241410556, + ], + [ + -91.29297918448361, + 34.98508634199386, + ], + [ + -91.14976763909192, + 35.002489959392385, + ], + ], + ], + "type": "Polygon", + }, + "id": "05095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13241 { + "geometry": { + "coordinates": [ + [ + [ + -83.35245532809107, + 34.71613599534447, + ], + [ + -83.55165935739532, + 34.750674655798946, + ], + [ + -83.65215868749476, + 34.82297486881873, + ], + [ + -83.65646580164187, + 34.87867718746771, + ], + [ + -83.54950580032175, + 34.992552708717305, + ], + [ + -83.48274553104142, + 34.993304716876494, + ], + [ + -83.108385526421, + 35.000663653862915, + ], + [ + -83.10802660024207, + 35.00082479846846, + ], + [ + -83.12704968772519, + 34.93856926586078, + ], + [ + -83.24298284351846, + 34.87771031983446, + ], + [ + -83.35245532809107, + 34.71613599534447, + ], + ], + ], + "type": "Polygon", + }, + "id": "13241", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01083 { + "geometry": { + "coordinates": [ + [ + [ + -86.83547496839452, + 34.99190813029514, + ], + [ + -86.7837895986291, + 34.99196184516365, + ], + [ + -86.78989134367085, + 34.5508016300585, + ], + [ + -86.90905483507447, + 34.580076233398614, + ], + [ + -87.10502852876837, + 34.686001954108136, + ], + [ + -87.2608024904225, + 34.75857074147049, + ], + [ + -87.21485993951991, + 34.815991935911924, + ], + [ + -87.21091175155172, + 34.99899849293898, + ], + [ + -86.83547496839452, + 34.99190813029514, + ], + ], + ], + "type": "Polygon", + }, + "id": "01083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28003 { + "geometry": { + "coordinates": [ + [ + [ + -88.36593619533743, + 34.75561642370223, + ], + [ + -88.71840170304331, + 34.75679815080954, + ], + [ + -88.75285861622027, + 34.858695256380514, + ], + [ + -88.82356707346881, + 34.858587826643486, + ], + [ + -88.82284922111096, + 34.995184737274485, + ], + [ + -88.78659767703937, + 34.995184737274485, + ], + [ + -88.38101109485234, + 34.99556074135408, + ], + [ + -88.36270585972709, + 34.99539959674854, + ], + [ + -88.36593619533743, + 34.75561642370223, + ], + ], + ], + "type": "Polygon", + }, + "id": "28003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28141 { + "geometry": { + "coordinates": [ + [ + [ + -88.13981270261368, + 34.58174139432254, + ], + [ + -88.15668223302323, + 34.46319267951223, + ], + [ + -88.32932572508692, + 34.46356868359183, + ], + [ + -88.33076142980262, + 34.740737405123866, + ], + [ + -88.36593619533743, + 34.75561642370223, + ], + [ + -88.36270585972709, + 34.99539959674854, + ], + [ + -88.20011230067335, + 34.99556074135408, + ], + [ + -88.09781833967928, + 34.89221333433323, + ], + [ + -88.13981270261368, + 34.58174139432254, + ], + ], + ], + "type": "Polygon", + }, + "id": "28141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28139 { + "geometry": { + "coordinates": [ + [ + [ + -88.71840170304331, + 34.75679815080954, + ], + [ + -88.73527123345286, + 34.59640555342685, + ], + [ + -89.08845459351662, + 34.59817814408781, + ], + [ + -89.08809566733768, + 34.81529364262124, + ], + [ + -89.01738721008915, + 34.858641541512, + ], + [ + -89.01702828391022, + 34.994916162931915, + ], + [ + -88.82284922111096, + 34.995184737274485, + ], + [ + -88.82356707346881, + 34.858587826643486, + ], + [ + -88.75285861622027, + 34.858695256380514, + ], + [ + -88.71840170304331, + 34.75679815080954, + ], + ], + ], + "type": "Polygon", + }, + "id": "28139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28033 { + "geometry": { + "coordinates": [ + [ + [ + -89.72375393021665, + 34.7720531734675, + ], + [ + -89.91003661707954, + 34.772536607284124, + ], + [ + -90.00012708799011, + 34.72016461048301, + ], + [ + -90.12323876736193, + 34.75776501844278, + ], + [ + -90.20040789583113, + 34.72430065535859, + ], + [ + -90.20220252672577, + 34.86036041730445, + ], + [ + -90.30413756154091, + 34.85993069835634, + ], + [ + -90.24240225876554, + 34.92599998662851, + ], + [ + -90.30916252804589, + 34.9956144562226, + ], + [ + -89.7244717825745, + 34.99475501832637, + ], + [ + -89.72375393021665, + 34.7720531734675, + ], + ], + ], + "type": "Polygon", + }, + "id": "28033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28009 { + "geometry": { + "coordinates": [ + [ + [ + -89.08845459351662, + 34.59817814408781, + ], + [ + -89.24566425988645, + 34.583245410640934, + ], + [ + -89.29842640818866, + 34.58292312142985, + ], + [ + -89.29914426054651, + 34.844353386487285, + ], + [ + -89.35262426120657, + 34.844353386487285, + ], + [ + -89.35262426120657, + 34.99378815069312, + ], + [ + -89.19828600426814, + 34.99443272911529, + ], + [ + -89.01702828391022, + 34.994916162931915, + ], + [ + -89.01738721008915, + 34.858641541512, + ], + [ + -89.08809566733768, + 34.81529364262124, + ], + [ + -89.08845459351662, + 34.59817814408781, + ], + ], + ], + "type": "Polygon", + }, + "id": "28009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28093 { + "geometry": { + "coordinates": [ + [ + [ + -89.24566425988645, + 34.583245410640934, + ], + [ + -89.2463821122443, + 34.495636460094666, + ], + [ + -89.47681271911516, + 34.554185666774885, + ], + [ + -89.66847929866195, + 34.55434681138043, + ], + [ + -89.6691971510198, + 34.685733379765566, + ], + [ + -89.72375393021665, + 34.7720531734675, + ], + [ + -89.7244717825745, + 34.99475501832637, + ], + [ + -89.64443124467387, + 34.995238452143, + ], + [ + -89.35262426120657, + 34.99378815069312, + ], + [ + -89.35262426120657, + 34.844353386487285, + ], + [ + -89.29914426054651, + 34.844353386487285, + ], + [ + -89.29842640818866, + 34.58292312142985, + ], + [ + -89.24566425988645, + 34.583245410640934, + ], + ], + ], + "type": "Polygon", + }, + "id": "28093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13281 { + "geometry": { + "coordinates": [ + [ + [ + -83.54950580032175, + 34.992552708717305, + ], + [ + -83.65646580164187, + 34.87867718746771, + ], + [ + -83.65215868749476, + 34.82297486881873, + ], + [ + -83.68159063416674, + 34.80041462404287, + ], + [ + -83.78029533337154, + 34.79289454245092, + ], + [ + -83.81834150833777, + 34.9132695627907, + ], + [ + -83.93678714738353, + 34.98755722594551, + ], + [ + -83.54950580032175, + 34.992552708717305, + ], + ], + ], + "type": "Polygon", + }, + "id": "13281", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01089 { + "geometry": { + "coordinates": [ + [ + [ + -86.31898019691918, + 34.99115612213594, + ], + [ + -86.31000704244602, + 34.99110240726743, + ], + [ + -86.35917992895897, + 34.63260937480526, + ], + [ + -86.3272354990345, + 34.59973587527472, + ], + [ + -86.33764435822337, + 34.509548611039776, + ], + [ + -86.49808436020355, + 34.48172430914955, + ], + [ + -86.55048758232682, + 34.54591357702373, + ], + [ + -86.70374906072847, + 34.589100331308956, + ], + [ + -86.78989134367085, + 34.5508016300585, + ], + [ + -86.7837895986291, + 34.99196184516365, + ], + [ + -86.31898019691918, + 34.99115612213594, + ], + ], + ], + "type": "Polygon", + }, + "id": "01089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01071 { + "geometry": { + "coordinates": [ + [ + [ + -85.58318153011972, + 34.86036041730445, + ], + [ + -85.78489804267645, + 34.625196722950335, + ], + [ + -86.00384301182166, + 34.48005914822562, + ], + [ + -86.05768193866064, + 34.475976818218555, + ], + [ + -86.13772247656127, + 34.52104359290177, + ], + [ + -86.14849026192907, + 34.59898386711552, + ], + [ + -86.3272354990345, + 34.59973587527472, + ], + [ + -86.35917992895897, + 34.63260937480526, + ], + [ + -86.31000704244602, + 34.99110240726743, + ], + [ + -85.86386180204029, + 34.98825551923619, + ], + [ + -85.60507602703423, + 34.98465662304575, + ], + [ + -85.58318153011972, + 34.86036041730445, + ], + ], + ], + "type": "Polygon", + }, + "id": "01071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13213 { + "geometry": { + "coordinates": [ + [ + [ + -84.61874688734402, + 34.855418649401166, + ], + [ + -84.58249534327243, + 34.82345830263536, + ], + [ + -84.65715198848916, + 34.72709382852132, + ], + [ + -84.65463950523667, + 34.58319169577242, + ], + [ + -84.71637480801205, + 34.62256469439315, + ], + [ + -84.91378420642165, + 34.634059676255134, + ], + [ + -84.83015440673176, + 34.895597371049604, + ], + [ + -84.81220809778544, + 34.98761094081402, + ], + [ + -84.77595655371385, + 34.98787951515659, + ], + [ + -84.62161829677542, + 34.988309234104705, + ], + [ + -84.61874688734402, + 34.855418649401166, + ], + ], + ], + "type": "Polygon", + }, + "id": "13213", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13111 { + "geometry": { + "coordinates": [ + [ + [ + -84.32191493737174, + 34.98841666384173, + ], + [ + -84.13060728400387, + 34.98755722594551, + ], + [ + -84.17906231815897, + 34.95081625588196, + ], + [ + -84.09327896139551, + 34.801381491676125, + ], + [ + -84.1578856736023, + 34.64813297180579, + ], + [ + -84.18875332498999, + 34.60295876738556, + ], + [ + -84.19664970092637, + 34.61783778596392, + ], + [ + -84.31473641379321, + 34.80729012721265, + ], + [ + -84.4199017842187, + 34.85466664124197, + ], + [ + -84.61874688734402, + 34.855418649401166, + ], + [ + -84.62161829677542, + 34.988309234104705, + ], + [ + -84.32191493737174, + 34.98841666384173, + ], + ], + ], + "type": "Polygon", + }, + "id": "13111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13313 { + "geometry": { + "coordinates": [ + [ + [ + -84.83015440673176, + 34.895597371049604, + ], + [ + -84.91378420642165, + 34.634059676255134, + ], + [ + -85.05053508059268, + 34.622403549787606, + ], + [ + -85.05089400677161, + 34.71994975100896, + ], + [ + -85.14493266565037, + 34.767648554249355, + ], + [ + -85.0616617921394, + 34.81942968749681, + ], + [ + -84.97982662334415, + 34.987664655682536, + ], + [ + -84.81220809778544, + 34.98761094081402, + ], + [ + -84.83015440673176, + 34.895597371049604, + ], + ], + ], + "type": "Polygon", + }, + "id": "13313", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13047 { + "geometry": { + "coordinates": [ + [ + [ + -85.14493266565037, + 34.767648554249355, + ], + [ + -85.26481400941185, + 34.85429063716237, + ], + [ + -85.2655318617697, + 34.98508634199386, + ], + [ + -84.97982662334415, + 34.987664655682536, + ], + [ + -85.0616617921394, + 34.81942968749681, + ], + [ + -85.14493266565037, + 34.767648554249355, + ], + ], + ], + "type": "Polygon", + }, + "id": "13047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13291 { + "geometry": { + "coordinates": [ + [ + [ + -84.0053420475585, + 34.987234936734424, + ], + [ + -83.93678714738353, + 34.98755722594551, + ], + [ + -83.81834150833777, + 34.9132695627907, + ], + [ + -83.78029533337154, + 34.79289454245092, + ], + [ + -83.85638768330398, + 34.722044630881, + ], + [ + -83.93929963063601, + 34.74089854972941, + ], + [ + -84.03656862512511, + 34.64217062140075, + ], + [ + -84.1578856736023, + 34.64813297180579, + ], + [ + -84.09327896139551, + 34.801381491676125, + ], + [ + -84.17906231815897, + 34.95081625588196, + ], + [ + -84.13060728400387, + 34.98755722594551, + ], + [ + -84.0053420475585, + 34.987234936734424, + ], + ], + ], + "type": "Polygon", + }, + "id": "13291", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37133 { + "geometry": { + "coordinates": [ + [ + [ + -77.16600370811268, + 34.784891027042335, + ], + [ + -77.15559484892381, + 34.76533881490326, + ], + [ + -77.11288263363154, + 34.70673589335453, + ], + [ + -77.34259538814456, + 34.52636136488465, + ], + [ + -77.51811028963965, + 34.4407398644734, + ], + [ + -77.57517955208897, + 34.47603053308707, + ], + [ + -77.68070384869338, + 34.72059432943112, + ], + [ + -77.65163082820033, + 34.91890962398466, + ], + [ + -77.67531995600949, + 34.973430215526335, + ], + [ + -77.5026764639458, + 34.96961645986184, + ], + [ + -77.36628451595371, + 34.91203412081488, + ], + [ + -77.23707109154014, + 34.89919626724004, + ], + [ + -77.16600370811268, + 34.784891027042335, + ], + ], + ], + "type": "Polygon", + }, + "id": "37133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13083 { + "geometry": { + "coordinates": [ + [ + [ + -85.60507602703423, + 34.98465662304575, + ], + [ + -85.47442689790496, + 34.9829377472533, + ], + [ + -85.36459548715344, + 34.9833137513329, + ], + [ + -85.45037884391688, + 34.83178410725502, + ], + [ + -85.45037884391688, + 34.75916160502415, + ], + [ + -85.53400864360677, + 34.62380013636897, + ], + [ + -85.58318153011972, + 34.86036041730445, + ], + [ + -85.60507602703423, + 34.98465662304575, + ], + ], + ], + "type": "Polygon", + }, + "id": "13083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13295 { + "geometry": { + "coordinates": [ + [ + [ + -85.14493266565037, + 34.767648554249355, + ], + [ + -85.05089400677161, + 34.71994975100896, + ], + [ + -85.05053508059268, + 34.622403549787606, + ], + [ + -85.06919924189687, + 34.58716659604245, + ], + [ + -85.10796326922093, + 34.58738145551651, + ], + [ + -85.52718904620717, + 34.58867061236084, + ], + [ + -85.53400864360677, + 34.62380013636897, + ], + [ + -85.45037884391688, + 34.75916160502415, + ], + [ + -85.45037884391688, + 34.83178410725502, + ], + [ + -85.36459548715344, + 34.9833137513329, + ], + [ + -85.2655318617697, + 34.98508634199386, + ], + [ + -85.26481400941185, + 34.85429063716237, + ], + [ + -85.14493266565037, + 34.767648554249355, + ], + ], + ], + "type": "Polygon", + }, + "id": "13295", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40123 { + "geometry": { + "coordinates": [ + [ + [ + -96.77593549376593, + 34.89994827539924, + ], + [ + -96.73035186904225, + 34.85772838874726, + ], + [ + -96.49094810769823, + 34.910583819365, + ], + [ + -96.40624152947156, + 34.90832779488741, + ], + [ + -96.40660045565049, + 34.76759483938084, + ], + [ + -96.40660045565049, + 34.680147033440115, + ], + [ + -96.51248367843382, + 34.67998588883457, + ], + [ + -96.51391938314953, + 34.505358851295696, + ], + [ + -96.82726193735243, + 34.506003429717865, + ], + [ + -96.82726193735243, + 34.5931289464475, + ], + [ + -96.93242730777791, + 34.636745419680835, + ], + [ + -96.93314516013577, + 34.854451781767914, + ], + [ + -96.93063267688328, + 34.96435240274748, + ], + [ + -96.77593549376593, + 34.89994827539924, + ], + ], + ], + "type": "Polygon", + }, + "id": "40123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35061 { + "geometry": { + "coordinates": [ + [ + [ + -107.06670796976967, + 34.9571546103666, + ], + [ + -107.02435468065633, + 34.8701902382425, + ], + [ + -106.72142098564231, + 34.869975378768444, + ], + [ + -106.68516944157072, + 34.90612548527834, + ], + [ + -106.43212648542749, + 34.9032785972471, + ], + [ + -106.41130876704975, + 34.8701902382425, + ], + [ + -106.46407091535195, + 34.87008280850547, + ], + [ + -106.46981373421478, + 34.5211510226388, + ], + [ + -106.41705158591257, + 34.43977299684015, + ], + [ + -106.76844031508169, + 34.53124941791942, + ], + [ + -106.8822199138014, + 34.57937794010793, + ], + [ + -107.20453562247747, + 34.57878707655428, + ], + [ + -107.20274099158284, + 34.958014048262825, + ], + [ + -107.06670796976967, + 34.9571546103666, + ], + ], + ], + "type": "Polygon", + }, + "id": "35061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37155 { + "geometry": { + "coordinates": [ + [ + [ + -78.90105285704372, + 34.834684710154775, + ], + [ + -78.80557849344926, + 34.68922484621898, + ], + [ + -78.87126198419283, + 34.48285232138834, + ], + [ + -78.95166144827238, + 34.44868966501346, + ], + [ + -79.07118386585492, + 34.29920118593911, + ], + [ + -79.07261957057062, + 34.30049034278345, + ], + [ + -79.45020991080138, + 34.62095324833773, + ], + [ + -79.46169554852703, + 34.63040706519619, + ], + [ + -79.33248212411347, + 34.77183831399344, + ], + [ + -79.34791594980732, + 34.838552180687785, + ], + [ + -79.19142413579533, + 34.83328812357341, + ], + [ + -79.03457339560441, + 34.95355571417617, + ], + [ + -78.90105285704372, + 34.834684710154775, + ], + ], + ], + "type": "Polygon", + }, + "id": "37155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35009 { + "geometry": { + "coordinates": [ + [ + [ + -103.04278657782388, + 34.95409286286131, + ], + [ + -103.04278657782388, + 34.74729061908256, + ], + [ + -103.04386335636065, + 34.312683617936116, + ], + [ + -103.04386335636065, + 34.302585222655495, + ], + [ + -103.7401801434782, + 34.30306865647212, + ], + [ + -103.73838551258356, + 34.60467764317801, + ], + [ + -103.70572323030125, + 34.69244773832981, + ], + [ + -103.4957514156292, + 34.69153458556508, + ], + [ + -103.49539248945028, + 34.778713817163236, + ], + [ + -103.39058604520372, + 34.778284098215124, + ], + [ + -103.38950926666693, + 34.865248470339225, + ], + [ + -103.28434389624145, + 34.86487246625963, + ], + [ + -103.28290819152575, + 34.954307722335365, + ], + [ + -103.04278657782388, + 34.95409286286131, + ], + ], + ], + "type": "Polygon", + }, + "id": "35009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45087 { + "geometry": { + "coordinates": [ + [ + [ + -81.54239060776437, + 34.869599374688846, + ], + [ + -81.45732510335877, + 34.83925047397847, + ], + [ + -81.47850174791544, + 34.82147085250034, + ], + [ + -81.42286819018182, + 34.571965288253, + ], + [ + -81.42322711636075, + 34.49434730325033, + ], + [ + -81.54059597686974, + 34.44492962421749, + ], + [ + -81.64324886404273, + 34.533451727528494, + ], + [ + -81.85429745725156, + 34.59457924789738, + ], + [ + -81.7832300738241, + 34.83715559410642, + ], + [ + -81.7118037642177, + 34.912624984368534, + ], + [ + -81.54239060776437, + 34.869599374688846, + ], + ], + ], + "type": "Polygon", + }, + "id": "45087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05077 { + "geometry": { + "coordinates": [ + [ + [ + -90.40858507960854, + 34.904138035143326, + ], + [ + -90.40786722725069, + 34.83291211949381, + ], + [ + -90.48431850336205, + 34.863261020204206, + ], + [ + -90.45273299961652, + 34.74659232579188, + ], + [ + -90.56758937687302, + 34.72322635798831, + ], + [ + -90.46637219441573, + 34.673647534349925, + ], + [ + -90.58302320256686, + 34.641687187584125, + ], + [ + -91.05213971842389, + 34.645662087854156, + ], + [ + -91.10238938347361, + 34.73488248445584, + ], + [ + -91.09987690022112, + 34.867235920474236, + ], + [ + -91.09915904786327, + 34.91176554647231, + ], + [ + -90.40858507960854, + 34.904138035143326, + ], + ], + ], + "type": "Polygon", + }, + "id": "05077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01033 { + "geometry": { + "coordinates": [ + [ + [ + -87.42662638508659, + 34.800038619963274, + ], + [ + -87.41585859971879, + 34.76630568253651, + ], + [ + -87.52999712461744, + 34.56696980548121, + ], + [ + -88.13981270261368, + 34.58174139432254, + ], + [ + -88.09781833967928, + 34.89221333433323, + ], + [ + -87.97327095559176, + 34.8824909431322, + ], + [ + -87.91512491460566, + 34.79971633075219, + ], + [ + -87.77011873831931, + 34.73042415036918, + ], + [ + -87.51384544656574, + 34.829904086857034, + ], + [ + -87.42662638508659, + 34.800038619963274, + ], + ], + ], + "type": "Polygon", + }, + "id": "01033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06111 { + "geometry": { + "coordinates": [ + [ + [ + [ + -119.534726647142, + 33.28452731971042, + ], + [ + -119.43566302175826, + 33.232692471594454, + ], + [ + -119.54334087543623, + 33.23183303369823, + ], + [ + -119.534726647142, + 33.28452731971042, + ], + ], + ], + [ + [ + [ + -118.94608771370241, + 34.04496871326255, + ], + [ + -119.21276986464486, + 34.145576661989196, + ], + [ + -119.27845335538842, + 34.26670369048817, + ], + [ + -119.47693953233481, + 34.37407971264757, + ], + [ + -119.44463617623143, + 34.4711424800523, + ], + [ + -119.44391832387356, + 34.89919626724004, + ], + [ + -119.27809442920949, + 34.87899947667879, + ], + [ + -119.24650892546396, + 34.81443420472502, + ], + [ + -118.97731429126902, + 34.81233932485297, + ], + [ + -118.88148100149563, + 34.788382493495746, + ], + [ + -118.63346301185737, + 34.28169013880357, + ], + [ + -118.67079133446573, + 34.16835176623911, + ], + [ + -118.78887804733257, + 34.1686740554502, + ], + [ + -118.94608771370241, + 34.04496871326255, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "06111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28143 { + "geometry": { + "coordinates": [ + [ + [ + -90.40786722725069, + 34.83291211949381, + ], + [ + -90.30413756154091, + 34.85993069835634, + ], + [ + -90.20220252672577, + 34.86036041730445, + ], + [ + -90.20040789583113, + 34.72430065535859, + ], + [ + -90.24419688966017, + 34.599574730669175, + ], + [ + -90.1986132649365, + 34.55440052624894, + ], + [ + -90.1986132649365, + 34.51105262735817, + ], + [ + -90.30413756154091, + 34.509548611039776, + ], + [ + -90.30198400446736, + 34.424464259313666, + ], + [ + -90.39961192513537, + 34.423765966022984, + ], + [ + -90.56938400776765, + 34.52480363369774, + ], + [ + -90.58302320256686, + 34.641687187584125, + ], + [ + -90.46637219441573, + 34.673647534349925, + ], + [ + -90.56758937687302, + 34.72322635798831, + ], + [ + -90.45273299961652, + 34.74659232579188, + ], + [ + -90.48431850336205, + 34.863261020204206, + ], + [ + -90.40786722725069, + 34.83291211949381, + ], + ], + ], + "type": "Polygon", + }, + "id": "28143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01049 { + "geometry": { + "coordinates": [ + [ + [ + -85.53400864360677, + 34.62380013636897, + ], + [ + -85.52718904620717, + 34.58867061236084, + ], + [ + -85.51390877758689, + 34.52421277014409, + ], + [ + -85.63594367842192, + 34.36688192026671, + ], + [ + -85.8437619360204, + 34.19998982379383, + ], + [ + -86.10613697281573, + 34.200741831953025, + ], + [ + -86.11044408696284, + 34.427794581161535, + ], + [ + -86.05768193866064, + 34.475976818218555, + ], + [ + -86.00384301182166, + 34.48005914822562, + ], + [ + -85.78489804267645, + 34.625196722950335, + ], + [ + -85.58318153011972, + 34.86036041730445, + ], + [ + -85.53400864360677, + 34.62380013636897, + ], + ], + ], + "type": "Polygon", + }, + "id": "01049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37017 { + "geometry": { + "coordinates": [ + [ + [ + -78.25462680879697, + 34.553648518089744, + ], + [ + -78.17673982796991, + 34.46539498912131, + ], + [ + -78.25642143969161, + 34.3995942751917, + ], + [ + -78.44593446216483, + 34.37676545607327, + ], + [ + -78.66775084074146, + 34.46953103399688, + ], + [ + -78.87126198419283, + 34.48285232138834, + ], + [ + -78.80557849344926, + 34.68922484621898, + ], + [ + -78.90105285704372, + 34.834684710154775, + ], + [ + -78.49474842249884, + 34.856224372428876, + ], + [ + -78.32784774929799, + 34.670961790924224, + ], + [ + -78.25462680879697, + 34.553648518089744, + ], + ], + ], + "type": "Polygon", + }, + "id": "37017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40065 { + "geometry": { + "coordinates": [ + [ + [ + -99.10321283792582, + 34.637927146788144, + ], + [ + -99.22740129583441, + 34.45201998686133, + ], + [ + -99.2108906916038, + 34.33674787903037, + ], + [ + -99.3770735124468, + 34.458573200820034, + ], + [ + -99.39825015700346, + 34.3764968817307, + ], + [ + -99.47506035929375, + 34.39588794926424, + ], + [ + -99.57986680354031, + 34.4168904628532, + ], + [ + -99.69508210697573, + 34.37832318726018, + ], + [ + -99.84331861887242, + 34.50616457432341, + ], + [ + -99.66636801266161, + 34.50788345011585, + ], + [ + -99.66672693884054, + 34.72456922970116, + ], + [ + -99.4230160633494, + 34.72499894864927, + ], + [ + -99.40471082822414, + 34.81303761814365, + ], + [ + -99.24642438331752, + 34.822061716053994, + ], + [ + -99.14413042232344, + 34.847146559650014, + ], + [ + -99.14915538882842, + 34.702331274136384, + ], + [ + -99.05332209905502, + 34.70174041058273, + ], + [ + -99.10321283792582, + 34.637927146788144, + ], + ], + ], + "type": "Polygon", + }, + "id": "40065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05125 { + "geometry": { + "coordinates": [ + [ + [ + -92.73981061173663, + 34.85343119926615, + ], + [ + -92.65115584554177, + 34.85165860860519, + ], + [ + -92.6543861811521, + 34.76453309187555, + ], + [ + -92.54993866308448, + 34.761686203844306, + ], + [ + -92.55209222015803, + 34.68943970569303, + ], + [ + -92.44333758794328, + 34.67198237342599, + ], + [ + -92.34858107670667, + 34.58254711735025, + ], + [ + -92.24413355863904, + 34.58088195642632, + ], + [ + -92.24592818953367, + 34.49348786535411, + ], + [ + -92.40313785590351, + 34.49579760470021, + ], + [ + -92.40457356061921, + 34.4519125571243, + ], + [ + -92.58906161658747, + 34.45561888305177, + ], + [ + -92.66874322830917, + 34.4142047194275, + ], + [ + -92.68489490636087, + 34.47296878558177, + ], + [ + -92.79329061239669, + 34.503586260634734, + ], + [ + -92.8083655119116, + 34.59038948815329, + ], + [ + -92.9799322254385, + 34.63722885349746, + ], + [ + -92.96916444007071, + 34.77221431807304, + ], + [ + -93.07504766285405, + 34.77183831399344, + ], + [ + -93.07397088431726, + 34.858050677958346, + ], + [ + -92.73981061173663, + 34.85343119926615, + ], + ], + ], + "type": "Polygon", + }, + "id": "05125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40031 { + "geometry": { + "coordinates": [ + [ + [ + -98.61973927491172, + 34.85493521558454, + ], + [ + -98.0924767180686, + 34.85493521558454, + ], + [ + -98.08924638245826, + 34.68138247541594, + ], + [ + -98.14164960458153, + 34.68116761594188, + ], + [ + -98.14200853076046, + 34.50697029735111, + ], + [ + -98.2439435655756, + 34.50713144195665, + ], + [ + -98.29598786151996, + 34.44895823935603, + ], + [ + -98.50488289765522, + 34.44933424343563, + ], + [ + -98.66209256402506, + 34.40593262967636, + ], + [ + -98.66245149020399, + 34.507453731167736, + ], + [ + -98.82612182779451, + 34.50734630143071, + ], + [ + -98.82612182779451, + 34.59441810329184, + ], + [ + -98.82612182779451, + 34.85547236426968, + ], + [ + -98.61973927491172, + 34.85493521558454, + ], + ], + ], + "type": "Polygon", + }, + "id": "40031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40049 { + "geometry": { + "coordinates": [ + [ + [ + -96.93314516013577, + 34.854451781767914, + ], + [ + -96.93242730777791, + 34.636745419680835, + ], + [ + -97.19982731107821, + 34.622672124130176, + ], + [ + -97.1441937533446, + 34.506540578403, + ], + [ + -97.35201201094307, + 34.506755437877054, + ], + [ + -97.56234275179405, + 34.506916582482596, + ], + [ + -97.56270167797297, + 34.68116761594188, + ], + [ + -97.66858490075631, + 34.68132876054742, + ], + [ + -97.66822597457738, + 34.855150075058596, + ], + [ + -96.93314516013577, + 34.854451781767914, + ], + ], + ], + "type": "Polygon", + }, + "id": "40049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13123 { + "geometry": { + "coordinates": [ + [ + [ + -84.19664970092637, + 34.61783778596392, + ], + [ + -84.3456040651809, + 34.5627263308686, + ], + [ + -84.65428057905774, + 34.548867894792, + ], + [ + -84.65463950523667, + 34.58319169577242, + ], + [ + -84.65715198848916, + 34.72709382852132, + ], + [ + -84.58249534327243, + 34.82345830263536, + ], + [ + -84.61874688734402, + 34.855418649401166, + ], + [ + -84.4199017842187, + 34.85466664124197, + ], + [ + -84.31473641379321, + 34.80729012721265, + ], + [ + -84.19664970092637, + 34.61783778596392, + ], + ], + ], + "type": "Polygon", + }, + "id": "13123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13137 { + "geometry": { + "coordinates": [ + [ + [ + -83.35245532809107, + 34.71613599534447, + ], + [ + -83.338098280934, + 34.68712996634693, + ], + [ + -83.45977425559012, + 34.48124087533293, + ], + [ + -83.61518929106532, + 34.43176948143157, + ], + [ + -83.66615680847289, + 34.50363997550325, + ], + [ + -83.6162660696021, + 34.54731016360509, + ], + [ + -83.66472110375719, + 34.65420275194788, + ], + [ + -83.62344459318064, + 34.733109893794875, + ], + [ + -83.68159063416674, + 34.80041462404287, + ], + [ + -83.65215868749476, + 34.82297486881873, + ], + [ + -83.55165935739532, + 34.750674655798946, + ], + [ + -83.35245532809107, + 34.71613599534447, + ], + ], + ], + "type": "Polygon", + }, + "id": "13137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06037 { + "geometry": { + "coordinates": [ + [ + [ + [ + -118.59003294420725, + 33.029865128085746, + ], + [ + -118.37001119652527, + 32.83901620025564, + ], + [ + -118.49994247329668, + 32.85196148356751, + ], + [ + -118.59003294420725, + 33.029865128085746, + ], + ], + ], + [ + [ + [ + -118.6054667699011, + 33.47822313557176, + ], + [ + -118.36749871327278, + 33.40646007123711, + ], + [ + -118.32478649798051, + 33.29929890855176, + ], + [ + -118.45615347946764, + 33.321751723590594, + ], + [ + -118.5096334801277, + 33.431706059438675, + ], + [ + -118.6054667699011, + 33.47822313557176, + ], + ], + ], + [ + [ + [ + -117.67046407379738, + 34.82281372421319, + ], + [ + -117.64749279834608, + 34.28733019999753, + ], + [ + -117.7329172289306, + 34.02101188190532, + ], + [ + -117.78496152487494, + 33.94543506190618, + ], + [ + -117.97626917824282, + 33.94591849572281, + ], + [ + -118.1137379047717, + 33.74561575103425, + ], + [ + -118.22105683227073, + 33.770754309498784, + ], + [ + -118.28853495390894, + 33.704899880700665, + ], + [ + -118.41128770710182, + 33.74072769799948, + ], + [ + -118.39154676726086, + 33.83870361816894, + ], + [ + -118.45794811036228, + 33.964826129439714, + ], + [ + -118.54301361476787, + 34.03846921417236, + ], + [ + -118.73360341577788, + 34.03277543810988, + ], + [ + -118.80646543009998, + 34.00038537239596, + ], + [ + -118.94608771370241, + 34.04496871326255, + ], + [ + -118.78887804733257, + 34.1686740554502, + ], + [ + -118.67079133446573, + 34.16835176623911, + ], + [ + -118.63346301185737, + 34.28169013880357, + ], + [ + -118.88148100149563, + 34.788382493495746, + ], + [ + -118.89440234393699, + 34.817979386046936, + ], + [ + -117.67046407379738, + 34.82281372421319, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "06037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45023 { + "geometry": { + "coordinates": [ + [ + [ + -80.89811811659118, + 34.82066512947263, + ], + [ + -80.86007194162495, + 34.69572434530916, + ], + [ + -80.87765932439235, + 34.54312040386101, + ], + [ + -81.42286819018182, + 34.571965288253, + ], + [ + -81.47850174791544, + 34.82147085250034, + ], + [ + -80.89811811659118, + 34.82066512947263, + ], + ], + ], + "type": "Polygon", + }, + "id": "45023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45007 { + "geometry": { + "coordinates": [ + [ + [ + -82.31803008042469, + 34.48526949047147, + ], + [ + -82.3140818924565, + 34.48403404849565, + ], + [ + -82.74084511920019, + 34.208745347361614, + ], + [ + -82.77422525384037, + 34.289425079869574, + ], + [ + -82.86431572475094, + 34.45744518858124, + ], + [ + -82.98922203501738, + 34.48199288349212, + ], + [ + -82.84026767076286, + 34.6231555579468, + ], + [ + -82.7882233748185, + 34.67214351803153, + ], + [ + -82.48672538452018, + 34.81937597262829, + ], + [ + -82.45406310223787, + 34.62557272702993, + ], + [ + -82.31803008042469, + 34.48526949047147, + ], + ], + ], + "type": "Polygon", + }, + "id": "45007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45025 { + "geometry": { + "coordinates": [ + [ + [ + -79.8299538081057, + 34.53189399634159, + ], + [ + -79.88451058730253, + 34.491392985482065, + ], + [ + -80.04602736781949, + 34.49235985311532, + ], + [ + -80.28866146477385, + 34.36623734184454, + ], + [ + -80.34285931779176, + 34.51255664367656, + ], + [ + -80.4081838823564, + 34.614722323590115, + ], + [ + -80.56395784401053, + 34.81749595223031, + ], + [ + -80.3202469685194, + 34.814004485776906, + ], + [ + -79.92937635966835, + 34.80664554879049, + ], + [ + -79.8705124663244, + 34.69169573017062, + ], + [ + -79.7962147472866, + 34.64824040154282, + ], + [ + -79.8299538081057, + 34.53189399634159, + ], + ], + ], + "type": "Polygon", + }, + "id": "45025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45069 { + "geometry": { + "coordinates": [ + [ + [ + -79.46169554852703, + 34.63040706519619, + ], + [ + -79.45020991080138, + 34.62095324833773, + ], + [ + -79.63326226205393, + 34.297965743963296, + ], + [ + -79.65766924222095, + 34.30505610660714, + ], + [ + -79.72586521621699, + 34.49413244377627, + ], + [ + -79.8299538081057, + 34.53189399634159, + ], + [ + -79.7962147472866, + 34.64824040154282, + ], + [ + -79.8705124663244, + 34.69169573017062, + ], + [ + -79.92937635966835, + 34.80664554879049, + ], + [ + -79.9272228025948, + 34.80664554879049, + ], + [ + -79.68746011507184, + 34.80487295812953, + ], + [ + -79.46169554852703, + 34.63040706519619, + ], + ], + ], + "type": "Polygon", + }, + "id": "45069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01079 { + "geometry": { + "coordinates": [ + [ + [ + -87.2608024904225, + 34.75857074147049, + ], + [ + -87.10502852876837, + 34.686001954108136, + ], + [ + -87.11005349527335, + 34.3137579153064, + ], + [ + -87.11005349527335, + 34.299254900807625, + ], + [ + -87.52999712461744, + 34.30457267279051, + ], + [ + -87.52999712461744, + 34.56696980548121, + ], + [ + -87.41585859971879, + 34.76630568253651, + ], + [ + -87.42662638508659, + 34.800038619963274, + ], + [ + -87.2608024904225, + 34.75857074147049, + ], + ], + ], + "type": "Polygon", + }, + "id": "01079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13311 { + "geometry": { + "coordinates": [ + [ + [ + -83.66615680847289, + 34.50363997550325, + ], + [ + -83.84346634086262, + 34.50557371076975, + ], + [ + -83.87756432786064, + 34.62863447453523, + ], + [ + -83.85638768330398, + 34.722044630881, + ], + [ + -83.78029533337154, + 34.79289454245092, + ], + [ + -83.68159063416674, + 34.80041462404287, + ], + [ + -83.62344459318064, + 34.733109893794875, + ], + [ + -83.66472110375719, + 34.65420275194788, + ], + [ + -83.6162660696021, + 34.54731016360509, + ], + [ + -83.66615680847289, + 34.50363997550325, + ], + ], + ], + "type": "Polygon", + }, + "id": "13311", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45059 { + "geometry": { + "coordinates": [ + [ + [ + -81.85429745725156, + 34.59457924789738, + ], + [ + -81.64324886404273, + 34.533451727528494, + ], + [ + -81.78215329528732, + 34.36543161881683, + ], + [ + -81.89557396782811, + 34.29984576436128, + ], + [ + -81.94510578051998, + 34.203159001036155, + ], + [ + -82.16728108527553, + 34.3299260907291, + ], + [ + -82.24624484463938, + 34.40969267047233, + ], + [ + -82.3140818924565, + 34.48403404849565, + ], + [ + -82.23798954252406, + 34.58689802169988, + ], + [ + -82.14682229307671, + 34.78548189059599, + ], + [ + -82.0710888693232, + 34.704587298613966, + ], + [ + -81.85429745725156, + 34.59457924789738, + ], + ], + ], + "type": "Polygon", + }, + "id": "45059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35011 { + "geometry": { + "coordinates": [ + [ + [ + -103.94871625343454, + 34.605053647257606, + ], + [ + -103.94620377018205, + 34.08278398069638, + ], + [ + -104.1561755848541, + 34.08332112938152, + ], + [ + -104.1561755848541, + 33.995389889624164, + ], + [ + -104.78609102887023, + 34.00006308318488, + ], + [ + -104.78609102887023, + 34.08777946346817, + ], + [ + -104.89305103019035, + 34.08826289728479, + ], + [ + -104.89197425165356, + 34.34700741891654, + ], + [ + -104.89197425165356, + 34.60440906883544, + ], + [ + -104.44618793742677, + 34.604785072915035, + ], + [ + -104.44511115888999, + 34.69164201530211, + ], + [ + -104.33958686228557, + 34.69217916398724, + ], + [ + -104.3399457884645, + 34.778928676637285, + ], + [ + -104.12925612143461, + 34.77930468071688, + ], + [ + -104.12889719525568, + 34.60521479186315, + ], + [ + -103.94871625343454, + 34.605053647257606, + ], + ], + ], + "type": "Polygon", + }, + "id": "35011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28137 { + "geometry": { + "coordinates": [ + [ + [ + -89.72375393021665, + 34.7720531734675, + ], + [ + -89.6691971510198, + 34.685733379765566, + ], + [ + -89.66847929866195, + 34.55434681138043, + ], + [ + -89.72124144696416, + 34.55429309651191, + ], + [ + -90.1986132649365, + 34.55440052624894, + ], + [ + -90.24419688966017, + 34.599574730669175, + ], + [ + -90.20040789583113, + 34.72430065535859, + ], + [ + -90.12323876736193, + 34.75776501844278, + ], + [ + -90.00012708799011, + 34.72016461048301, + ], + [ + -89.91003661707954, + 34.772536607284124, + ], + [ + -89.72375393021665, + 34.7720531734675, + ], + ], + ], + "type": "Polygon", + }, + "id": "28137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05051 { + "geometry": { + "coordinates": [ + [ + [ + -93.07504766285405, + 34.77183831399344, + ], + [ + -92.96916444007071, + 34.77221431807304, + ], + [ + -92.9799322254385, + 34.63722885349746, + ], + [ + -92.8083655119116, + 34.59038948815329, + ], + [ + -92.79329061239669, + 34.503586260634734, + ], + [ + -92.91532551323172, + 34.50611085945489, + ], + [ + -92.94798779551404, + 34.38922730556851, + ], + [ + -93.40705437836112, + 34.396854816897495, + ], + [ + -93.39413303591977, + 34.743369433681046, + ], + [ + -93.2878908869575, + 34.77318118570629, + ], + [ + -93.07504766285405, + 34.77183831399344, + ], + ], + ], + "type": "Polygon", + }, + "id": "05051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40029 { + "geometry": { + "coordinates": [ + [ + [ + -96.09182219673188, + 34.76759483938084, + ], + [ + -96.09254004908973, + 34.68057675238823, + ], + [ + -96.09182219673188, + 34.50616457432341, + ], + [ + -96.14494327121301, + 34.418663053514166, + ], + [ + -96.40731830800834, + 34.41855562377714, + ], + [ + -96.51391938314953, + 34.4195762062789, + ], + [ + -96.51391938314953, + 34.505358851295696, + ], + [ + -96.51248367843382, + 34.67998588883457, + ], + [ + -96.40660045565049, + 34.680147033440115, + ], + [ + -96.40660045565049, + 34.76759483938084, + ], + [ + -96.09182219673188, + 34.76759483938084, + ], + ], + ], + "type": "Polygon", + }, + "id": "40029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28117 { + "geometry": { + "coordinates": [ + [ + [ + -88.36593619533743, + 34.75561642370223, + ], + [ + -88.33076142980262, + 34.740737405123866, + ], + [ + -88.32932572508692, + 34.46356868359183, + ], + [ + -88.54216894919037, + 34.46528755938428, + ], + [ + -88.54181002301145, + 34.509172606960185, + ], + [ + -88.73634801198965, + 34.508904032617615, + ], + [ + -88.73527123345286, + 34.59640555342685, + ], + [ + -88.71840170304331, + 34.75679815080954, + ], + [ + -88.36593619533743, + 34.75561642370223, + ], + ], + ], + "type": "Polygon", + }, + "id": "28117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48437 { + "geometry": { + "coordinates": [ + [ + [ + -101.62933528521103, + 34.74761290829365, + ], + [ + -101.47140776648334, + 34.74739804881959, + ], + [ + -101.47140776648334, + 34.312253898988004, + ], + [ + -101.56472857300425, + 34.312415043593546, + ], + [ + -101.99831139714755, + 34.3130059071472, + ], + [ + -101.99831139714755, + 34.7482037718473, + ], + [ + -101.62933528521103, + 34.74761290829365, + ], + ], + ], + "type": "Polygon", + }, + "id": "48437", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48045 { + "geometry": { + "coordinates": [ + [ + [ + -101.09058709064225, + 34.748257486715815, + ], + [ + -100.94486306199806, + 34.748257486715815, + ], + [ + -100.94629876671377, + 34.312683617936116, + ], + [ + -101.04141420412931, + 34.31236132872503, + ], + [ + -101.47140776648334, + 34.312253898988004, + ], + [ + -101.47140776648334, + 34.74739804881959, + ], + [ + -101.09058709064225, + 34.748257486715815, + ], + ], + ], + "type": "Polygon", + }, + "id": "48045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48069 { + "geometry": { + "coordinates": [ + [ + [ + -101.99831139714755, + 34.7482037718473, + ], + [ + -101.99831139714755, + 34.3130059071472, + ], + [ + -102.0909143513106, + 34.313059622015714, + ], + [ + -102.52557395399069, + 34.312952192278686, + ], + [ + -102.52521502781175, + 34.74686090013445, + ], + [ + -102.1691602583166, + 34.74734433395108, + ], + [ + -101.99831139714755, + 34.7482037718473, + ], + ], + ], + "type": "Polygon", + }, + "id": "48069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48191 { + "geometry": { + "coordinates": [ + [ + [ + -100.54071218452674, + 34.74766662316216, + ], + [ + -100.41616480043922, + 34.747451763688105, + ], + [ + -100.41760050515492, + 34.31348934096383, + ], + [ + -100.51738198289651, + 34.31402648964897, + ], + [ + -100.94629876671377, + 34.312683617936116, + ], + [ + -100.94486306199806, + 34.748257486715815, + ], + [ + -100.54071218452674, + 34.74766662316216, + ], + ], + ], + "type": "Polygon", + }, + "id": "48191", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48075 { + "geometry": { + "coordinates": [ + [ + [ + -100.00052828524225, + 34.746377466317824, + ], + [ + -99.99765687581083, + 34.560524021259525, + ], + [ + -99.99765687581083, + 34.31177046517138, + ], + [ + -100.41760050515492, + 34.31348934096383, + ], + [ + -100.41616480043922, + 34.747451763688105, + ], + [ + -100.00052828524225, + 34.746377466317824, + ], + ], + ], + "type": "Polygon", + }, + "id": "48075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05097 { + "geometry": { + "coordinates": [ + [ + [ + -93.39413303591977, + 34.743369433681046, + ], + [ + -93.40705437836112, + 34.396854816897495, + ], + [ + -93.40813115689791, + 34.3395410521931, + ], + [ + -93.47848068796752, + 34.340830209037435, + ], + [ + -93.93539371374104, + 34.35001545155332, + ], + [ + -93.93072767341499, + 34.665590304072836, + ], + [ + -93.71034699955408, + 34.74524945407903, + ], + [ + -93.39413303591977, + 34.743369433681046, + ], + ], + ], + "type": "Polygon", + }, + "id": "05097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48369 { + "geometry": { + "coordinates": [ + [ + [ + -102.52521502781175, + 34.74686090013445, + ], + [ + -102.52557395399069, + 34.312952192278686, + ], + [ + -102.61530549872232, + 34.31284476254166, + ], + [ + -103.04386335636065, + 34.312683617936116, + ], + [ + -103.04278657782388, + 34.74729061908256, + ], + [ + -102.52521502781175, + 34.74686090013445, + ], + ], + ], + "type": "Polygon", + }, + "id": "48369", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13187 { + "geometry": { + "coordinates": [ + [ + [ + -83.85638768330398, + 34.722044630881, + ], + [ + -83.87756432786064, + 34.62863447453523, + ], + [ + -83.84346634086262, + 34.50557371076975, + ], + [ + -83.9794993626758, + 34.41871676838268, + ], + [ + -84.19090688206354, + 34.53919921845949, + ], + [ + -84.18875332498999, + 34.60295876738556, + ], + [ + -84.1578856736023, + 34.64813297180579, + ], + [ + -84.03656862512511, + 34.64217062140075, + ], + [ + -83.93929963063601, + 34.74089854972941, + ], + [ + -83.85638768330398, + 34.722044630881, + ], + ], + ], + "type": "Polygon", + }, + "id": "13187", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37141 { + "geometry": { + "coordinates": [ + [ + [ + -77.68070384869338, + 34.72059432943112, + ], + [ + -77.57517955208897, + 34.47603053308707, + ], + [ + -77.51811028963965, + 34.4407398644734, + ], + [ + -77.73956774203734, + 34.29323883553407, + ], + [ + -77.8228386155483, + 34.38922730556851, + ], + [ + -77.96210197297182, + 34.38294266595238, + ], + [ + -78.02958009461001, + 34.33175239625858, + ], + [ + -78.16238278081285, + 34.35694466959163, + ], + [ + -78.25642143969161, + 34.3995942751917, + ], + [ + -78.17673982796991, + 34.46539498912131, + ], + [ + -78.25462680879697, + 34.553648518089744, + ], + [ + -78.1132098942999, + 34.72188348627546, + ], + [ + -77.68070384869338, + 34.72059432943112, + ], + ], + ], + "type": "Polygon", + }, + "id": "37141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05113 { + "geometry": { + "coordinates": [ + [ + [ + -93.93539371374104, + 34.35001545155332, + ], + [ + -94.25483801298569, + 34.35549436814175, + ], + [ + -94.24371130143896, + 34.19246974220188, + ], + [ + -94.47019372034163, + 34.18978399877618, + ], + [ + -94.46157949204739, + 34.507453731167736, + ], + [ + -94.45440096846886, + 34.72897384891931, + ], + [ + -94.31765009429783, + 34.69733579136458, + ], + [ + -94.01830566107307, + 34.69244773832981, + ], + [ + -93.93072767341499, + 34.665590304072836, + ], + [ + -93.93539371374104, + 34.35001545155332, + ], + ], + ], + "type": "Polygon", + }, + "id": "05113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01103 { + "geometry": { + "coordinates": [ + [ + [ + -86.78989134367085, + 34.5508016300585, + ], + [ + -86.70374906072847, + 34.589100331308956, + ], + [ + -86.55048758232682, + 34.54591357702373, + ], + [ + -86.58243201225129, + 34.30468010252754, + ], + [ + -87.11005349527335, + 34.3137579153064, + ], + [ + -87.10502852876837, + 34.686001954108136, + ], + [ + -86.90905483507447, + 34.580076233398614, + ], + [ + -86.78989134367085, + 34.5508016300585, + ], + ], + ], + "type": "Polygon", + }, + "id": "01103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13257 { + "geometry": { + "coordinates": [ + [ + [ + -83.10371948609496, + 34.53640604529676, + ], + [ + -83.17765827895383, + 34.47780312374803, + ], + [ + -83.39839787899368, + 34.46104408477167, + ], + [ + -83.45977425559012, + 34.48124087533293, + ], + [ + -83.338098280934, + 34.68712996634693, + ], + [ + -83.10371948609496, + 34.53640604529676, + ], + ], + ], + "type": "Polygon", + }, + "id": "13257", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40137 { + "geometry": { + "coordinates": [ + [ + [ + -97.66858490075631, + 34.68132876054742, + ], + [ + -97.56270167797297, + 34.68116761594188, + ], + [ + -97.56234275179405, + 34.506916582482596, + ], + [ + -97.56270167797297, + 34.28910279065849, + ], + [ + -98.13913712132904, + 34.28974736908066, + ], + [ + -98.14200853076046, + 34.50697029735111, + ], + [ + -98.14164960458153, + 34.68116761594188, + ], + [ + -98.08924638245826, + 34.68138247541594, + ], + [ + -97.66858490075631, + 34.68132876054742, + ], + ], + ], + "type": "Polygon", + }, + "id": "40137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40005 { + "geometry": { + "coordinates": [ + [ + [ + -95.6718785673878, + 34.59382723973818, + ], + [ + -95.6718785673878, + 34.50680915274557, + ], + [ + -95.77955642106576, + 34.50621828919192, + ], + [ + -95.77883856870791, + 34.156695639771584, + ], + [ + -95.99168179281136, + 34.15680306950861, + ], + [ + -96.40767723418726, + 34.15728650332524, + ], + [ + -96.40731830800834, + 34.41855562377714, + ], + [ + -96.14494327121301, + 34.418663053514166, + ], + [ + -96.09182219673188, + 34.50616457432341, + ], + [ + -96.09254004908973, + 34.68057675238823, + ], + [ + -95.88256823441769, + 34.6804693226512, + ], + [ + -95.88256823441769, + 34.5935049505271, + ], + [ + -95.6718785673878, + 34.59382723973818, + ], + ], + ], + "type": "Polygon", + }, + "id": "40005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40127 { + "geometry": { + "coordinates": [ + [ + [ + -95.05955050613906, + 34.68073789699377, + ], + [ + -94.93823345766188, + 34.6808453267308, + ], + [ + -94.93751560530403, + 34.50686286761408, + ], + [ + -95.0466291636977, + 34.50723887169368, + ], + [ + -95.0466291636977, + 34.243660011895685, + ], + [ + -95.15107668176533, + 34.24387487136974, + ], + [ + -95.15646057444924, + 34.156964214114154, + ], + [ + -95.77883856870791, + 34.156695639771584, + ], + [ + -95.77955642106576, + 34.50621828919192, + ], + [ + -95.6718785673878, + 34.50680915274557, + ], + [ + -95.6718785673878, + 34.59382723973818, + ], + [ + -95.51430997483902, + 34.594149528949266, + ], + [ + -95.51466890101796, + 34.68111390107337, + ], + [ + -95.05955050613906, + 34.68073789699377, + ], + ], + ], + "type": "Polygon", + }, + "id": "40127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05107 { + "geometry": { + "coordinates": [ + [ + [ + -90.58302320256686, + 34.641687187584125, + ], + [ + -90.56938400776765, + 34.52480363369774, + ], + [ + -90.57620360516725, + 34.41447329377007, + ], + [ + -90.75458991609376, + 34.36811736224253, + ], + [ + -90.74095072129455, + 34.30650640805702, + ], + [ + -90.84611609172003, + 34.213901974738945, + ], + [ + -90.93692441498845, + 34.23533420727602, + ], + [ + -90.82565729952123, + 34.14197776579876, + ], + [ + -90.95630642865049, + 34.12011581431358, + ], + [ + -90.95522965011371, + 34.11882665746924, + ], + [ + -91.11782320916745, + 34.11909523181181, + ], + [ + -91.0848020007062, + 34.14111832790253, + ], + [ + -91.05644683257101, + 34.33653301955631, + ], + [ + -91.00260790573202, + 34.33621073034523, + ], + [ + -91.00045434865847, + 34.469477319128366, + ], + [ + -91.05465220167638, + 34.47087390570973, + ], + [ + -91.05213971842389, + 34.645662087854156, + ], + [ + -90.58302320256686, + 34.641687187584125, + ], + ], + ], + "type": "Polygon", + }, + "id": "05107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40099 { + "geometry": { + "coordinates": [ + [ + [ + -96.93242730777791, + 34.636745419680835, + ], + [ + -96.82726193735243, + 34.5931289464475, + ], + [ + -96.82726193735243, + 34.506003429717865, + ], + [ + -96.88074193801249, + 34.50589599998084, + ], + [ + -96.88110086419141, + 34.332987838234395, + ], + [ + -96.9335040863147, + 34.33266554902332, + ], + [ + -97.04154086617159, + 34.375476299228936, + ], + [ + -97.35201201094307, + 34.37617459251962, + ], + [ + -97.35201201094307, + 34.506755437877054, + ], + [ + -97.1441937533446, + 34.506540578403, + ], + [ + -97.19982731107821, + 34.622672124130176, + ], + [ + -96.93242730777791, + 34.636745419680835, + ], + ], + ], + "type": "Polygon", + }, + "id": "40099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40141 { + "geometry": { + "coordinates": [ + [ + [ + -98.82612182779451, + 34.59441810329184, + ], + [ + -98.82612182779451, + 34.50734630143071, + ], + [ + -98.66245149020399, + 34.507453731167736, + ], + [ + -98.66209256402506, + 34.40593262967636, + ], + [ + -98.60933041572285, + 34.33368613152508, + ], + [ + -98.61040719425964, + 34.15707164385118, + ], + [ + -98.76546330355592, + 34.136391419473306, + ], + [ + -98.95282276895558, + 34.21239795842055, + ], + [ + -99.18827834233142, + 34.21384825987043, + ], + [ + -99.2108906916038, + 34.33674787903037, + ], + [ + -99.22740129583441, + 34.45201998686133, + ], + [ + -99.10321283792582, + 34.637927146788144, + ], + [ + -99.00127780311067, + 34.59436438842332, + ], + [ + -98.82612182779451, + 34.59441810329184, + ], + ], + ], + "type": "Polygon", + }, + "id": "40141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13129 { + "geometry": { + "coordinates": [ + [ + [ + -84.65463950523667, + 34.58319169577242, + ], + [ + -84.65428057905774, + 34.548867894792, + ], + [ + -84.65320380052097, + 34.41253955850357, + ], + [ + -85.00566930822686, + 34.39245019767935, + ], + [ + -85.10401508125274, + 34.40399889440985, + ], + [ + -85.06919924189687, + 34.58716659604245, + ], + [ + -85.05053508059268, + 34.622403549787606, + ], + [ + -84.91378420642165, + 34.634059676255134, + ], + [ + -84.71637480801205, + 34.62256469439315, + ], + [ + -84.65463950523667, + 34.58319169577242, + ], + ], + ], + "type": "Polygon", + }, + "id": "13129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45033 { + "geometry": { + "coordinates": [ + [ + [ + -79.07261957057062, + 34.30049034278345, + ], + [ + -79.12825312830425, + 34.25365097743928, + ], + [ + -79.3802193059107, + 34.30049034278345, + ], + [ + -79.54747890529049, + 34.230231294767194, + ], + [ + -79.63326226205393, + 34.297965743963296, + ], + [ + -79.45020991080138, + 34.62095324833773, + ], + [ + -79.07261957057062, + 34.30049034278345, + ], + ], + ], + "type": "Polygon", + }, + "id": "45033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13085 { + "geometry": { + "coordinates": [ + [ + [ + -84.18875332498999, + 34.60295876738556, + ], + [ + -84.19090688206354, + 34.53919921845949, + ], + [ + -83.9794993626758, + 34.41871676838268, + ], + [ + -83.95724593958235, + 34.33400842073616, + ], + [ + -84.25802607752281, + 34.335136432974956, + ], + [ + -84.25766715134388, + 34.381062645554394, + ], + [ + -84.3456040651809, + 34.5627263308686, + ], + [ + -84.19664970092637, + 34.61783778596392, + ], + [ + -84.18875332498999, + 34.60295876738556, + ], + ], + ], + "type": "Polygon", + }, + "id": "13085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45055 { + "geometry": { + "coordinates": [ + [ + [ + -80.34285931779176, + 34.51255664367656, + ], + [ + -80.28866146477385, + 34.36623734184454, + ], + [ + -80.28866146477385, + 34.364196176841006, + ], + [ + -80.42182307715561, + 34.29431313290435, + ], + [ + -80.47996911814171, + 34.1686740554502, + ], + [ + -80.61600213995489, + 34.099596734541244, + ], + [ + -80.71937287948575, + 34.06897925948829, + ], + [ + -80.86940402227705, + 34.1829084956064, + ], + [ + -80.82597395462693, + 34.268744855491704, + ], + [ + -80.77034039689332, + 34.37622830738813, + ], + [ + -80.87909502910807, + 34.457660048055295, + ], + [ + -80.74342093347381, + 34.53989751175017, + ], + [ + -80.74126737640026, + 34.48134830506996, + ], + [ + -80.52411703814968, + 34.51282521801913, + ], + [ + -80.55067757539025, + 34.559986872574385, + ], + [ + -80.4081838823564, + 34.614722323590115, + ], + [ + -80.34285931779176, + 34.51255664367656, + ], + ], + ], + "type": "Polygon", + }, + "id": "45055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35041 { + "geometry": { + "coordinates": [ + [ + [ + -103.73838551258356, + 34.60467764317801, + ], + [ + -103.7401801434782, + 34.30306865647212, + ], + [ + -103.04386335636065, + 34.302585222655495, + ], + [ + -103.04745261814992, + 33.82511375643491, + ], + [ + -103.05283651083381, + 33.570558994547255, + ], + [ + -103.51010846278626, + 33.57018299046766, + ], + [ + -103.50974953660734, + 33.657093647723244, + ], + [ + -103.7186445727426, + 33.65607306522148, + ], + [ + -103.71684994184797, + 33.8193125506354, + ], + [ + -103.84175625211442, + 33.81925883576689, + ], + [ + -103.84175625211442, + 34.08165596845758, + ], + [ + -103.94620377018205, + 34.08278398069638, + ], + [ + -103.94871625343454, + 34.605053647257606, + ], + [ + -103.73838551258356, + 34.60467764317801, + ], + ], + ], + "type": "Polygon", + }, + "id": "35041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28145 { + "geometry": { + "coordinates": [ + [ + [ + -88.73527123345286, + 34.59640555342685, + ], + [ + -88.73634801198965, + 34.508904032617615, + ], + [ + -88.78946908647077, + 34.494830737066955, + ], + [ + -88.82464385200558, + 34.364733325526146, + ], + [ + -89.2463821122443, + 34.37950491436749, + ], + [ + -89.2463821122443, + 34.495636460094666, + ], + [ + -89.24566425988645, + 34.583245410640934, + ], + [ + -89.08845459351662, + 34.59817814408781, + ], + [ + -88.73527123345286, + 34.59640555342685, + ], + ], + ], + "type": "Polygon", + }, + "id": "28145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01095 { + "geometry": { + "coordinates": [ + [ + [ + -86.05768193866064, + 34.475976818218555, + ], + [ + -86.11044408696284, + 34.427794581161535, + ], + [ + -86.10613697281573, + 34.200741831953025, + ], + [ + -86.30354637122534, + 34.09911330072462, + ], + [ + -86.45285966165879, + 34.25929103863324, + ], + [ + -86.58243201225129, + 34.30468010252754, + ], + [ + -86.55048758232682, + 34.54591357702373, + ], + [ + -86.49808436020355, + 34.48172430914955, + ], + [ + -86.33764435822337, + 34.509548611039776, + ], + [ + -86.3272354990345, + 34.59973587527472, + ], + [ + -86.14849026192907, + 34.59898386711552, + ], + [ + -86.13772247656127, + 34.52104359290177, + ], + [ + -86.05768193866064, + 34.475976818218555, + ], + ], + ], + "type": "Polygon", + }, + "id": "01095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13055 { + "geometry": { + "coordinates": [ + [ + [ + -85.10796326922093, + 34.58738145551651, + ], + [ + -85.1804663573641, + 34.43590552630714, + ], + [ + -85.33408676194468, + 34.37021224211457, + ], + [ + -85.3872078364258, + 34.28609475802171, + ], + [ + -85.46222340782145, + 34.28630961749577, + ], + [ + -85.51390877758689, + 34.52421277014409, + ], + [ + -85.52718904620717, + 34.58867061236084, + ], + [ + -85.10796326922093, + 34.58738145551651, + ], + ], + ], + "type": "Polygon", + }, + "id": "13055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13115 { + "geometry": { + "coordinates": [ + [ + [ + -85.06919924189687, + 34.58716659604245, + ], + [ + -85.10401508125274, + 34.40399889440985, + ], + [ + -85.00566930822686, + 34.39245019767935, + ], + [ + -85.04694581880342, + 34.096427557298924, + ], + [ + -85.42202367578169, + 34.08079653056136, + ], + [ + -85.46222340782145, + 34.28630961749577, + ], + [ + -85.3872078364258, + 34.28609475802171, + ], + [ + -85.33408676194468, + 34.37021224211457, + ], + [ + -85.1804663573641, + 34.43590552630714, + ], + [ + -85.10796326922093, + 34.58738145551651, + ], + [ + -85.06919924189687, + 34.58716659604245, + ], + ], + ], + "type": "Polygon", + }, + "id": "13115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35053 { + "geometry": { + "coordinates": [ + [ + [ + -106.41705158591257, + 34.43977299684015, + ], + [ + -106.41597480737579, + 34.259720757581356, + ], + [ + -105.92388701606747, + 34.26004304679244, + ], + [ + -105.92460486842532, + 33.82554347538302, + ], + [ + -106.0527415143021, + 33.825865764594106, + ], + [ + -106.0527415143021, + 33.65027185942198, + ], + [ + -106.37398044444139, + 33.66042396957111, + ], + [ + -106.3729036659046, + 33.48010315596975, + ], + [ + -106.47412084836189, + 33.475805966488636, + ], + [ + -107.7127750918375, + 33.47688026385892, + ], + [ + -107.71636435362676, + 34.259828187318384, + ], + [ + -107.72533750809993, + 34.57803506839508, + ], + [ + -107.20453562247747, + 34.57878707655428, + ], + [ + -106.8822199138014, + 34.57937794010793, + ], + [ + -106.76844031508169, + 34.53124941791942, + ], + [ + -106.41705158591257, + 34.43977299684015, + ], + ], + ], + "type": "Polygon", + }, + "id": "35053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35003 { + "geometry": { + "coordinates": [ + [ + [ + -107.72533750809993, + 34.57803506839508, + ], + [ + -107.71636435362676, + 34.259828187318384, + ], + [ + -107.7127750918375, + 33.47688026385892, + ], + [ + -108.0006338873366, + 33.478008276097704, + ], + [ + -108.0006338873366, + 33.20153784785636, + ], + [ + -109.04726262508649, + 33.208950499711285, + ], + [ + -109.04726262508649, + 33.778220676222226, + ], + [ + -109.0461858465497, + 34.579270510370904, + ], + [ + -107.72533750809993, + 34.57803506839508, + ], + ], + ], + "type": "Polygon", + }, + "id": "35003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01059 { + "geometry": { + "coordinates": [ + [ + [ + -87.52999712461744, + 34.56696980548121, + ], + [ + -87.52999712461744, + 34.30457267279051, + ], + [ + -87.634803568864, + 34.306989841873644, + ], + [ + -88.17355176343278, + 34.3210631374243, + ], + [ + -88.15668223302323, + 34.46319267951223, + ], + [ + -88.13981270261368, + 34.58174139432254, + ], + [ + -87.52999712461744, + 34.56696980548121, + ], + ], + ], + "type": "Polygon", + }, + "id": "01059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48197 { + "geometry": { + "coordinates": [ + [ + [ + -99.84331861887242, + 34.50616457432341, + ], + [ + -99.69508210697573, + 34.37832318726018, + ], + [ + -99.57986680354031, + 34.4168904628532, + ], + [ + -99.47506035929375, + 34.39588794926424, + ], + [ + -99.47541928547267, + 34.08563086872761, + ], + [ + -99.77763512812885, + 34.09653498703595, + ], + [ + -99.99765687581083, + 34.22432265923066, + ], + [ + -99.99765687581083, + 34.31177046517138, + ], + [ + -99.99765687581083, + 34.560524021259525, + ], + [ + -99.92335915677303, + 34.57454360194167, + ], + [ + -99.84331861887242, + 34.50616457432341, + ], + ], + ], + "type": "Polygon", + }, + "id": "48197", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45039 { + "geometry": { + "coordinates": [ + [ + [ + -80.87765932439235, + 34.54312040386101, + ], + [ + -80.87909502910807, + 34.457660048055295, + ], + [ + -80.77034039689332, + 34.37622830738813, + ], + [ + -80.82597395462693, + 34.268744855491704, + ], + [ + -81.09552751500078, + 34.21379454500192, + ], + [ + -81.17879838851175, + 34.175119839671865, + ], + [ + -81.31698496739848, + 34.23941653728308, + ], + [ + -81.42322711636075, + 34.49434730325033, + ], + [ + -81.42286819018182, + 34.571965288253, + ], + [ + -80.87765932439235, + 34.54312040386101, + ], + ], + ], + "type": "Polygon", + }, + "id": "45039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05001 { + "geometry": { + "coordinates": [ + [ + [ + -91.37768576271029, + 34.563478339027796, + ], + [ + -91.30123448659893, + 34.53554660740053, + ], + [ + -91.09341622900044, + 34.34383824167422, + ], + [ + -91.05644683257101, + 34.33653301955631, + ], + [ + -91.0848020007062, + 34.14111832790253, + ], + [ + -91.11782320916745, + 34.11909523181181, + ], + [ + -91.1967869685313, + 34.05227393538044, + ], + [ + -91.13253918250344, + 33.95521116797572, + ], + [ + -91.25026696919136, + 33.95778948166439, + ], + [ + -91.42183368271826, + 34.0144049530781, + ], + [ + -91.44552281052741, + 34.08015195213919, + ], + [ + -91.52987046257516, + 34.21766201553493, + ], + [ + -91.71184603529093, + 34.233937620694654, + ], + [ + -91.70502643789132, + 34.48263746191429, + ], + [ + -91.67810697447183, + 34.481939168623605, + ], + [ + -91.59555395331871, + 34.48070372664779, + ], + [ + -91.59447717478194, + 34.56782924337743, + ], + [ + -91.37768576271029, + 34.563478339027796, + ], + ], + ], + "type": "Polygon", + }, + "id": "05001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13227 { + "geometry": { + "coordinates": [ + [ + [ + -84.3456040651809, + 34.5627263308686, + ], + [ + -84.25766715134388, + 34.381062645554394, + ], + [ + -84.58177749091458, + 34.381492364502506, + ], + [ + -84.65320380052097, + 34.41253955850357, + ], + [ + -84.65428057905774, + 34.548867894792, + ], + [ + -84.3456040651809, + 34.5627263308686, + ], + ], + ], + "type": "Polygon", + }, + "id": "13227", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28071 { + "geometry": { + "coordinates": [ + [ + [ + -89.2463821122443, + 34.495636460094666, + ], + [ + -89.2463821122443, + 34.37950491436749, + ], + [ + -89.24530533370752, + 34.16115397385824, + ], + [ + -89.50983392757641, + 34.16206712662298, + ], + [ + -89.50983392757641, + 34.19096572588349, + ], + [ + -89.72088252078524, + 34.19252345707039, + ], + [ + -89.72124144696416, + 34.55429309651191, + ], + [ + -89.66847929866195, + 34.55434681138043, + ], + [ + -89.47681271911516, + 34.554185666774885, + ], + [ + -89.2463821122443, + 34.495636460094666, + ], + ], + ], + "type": "Polygon", + }, + "id": "28071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28107 { + "geometry": { + "coordinates": [ + [ + [ + -89.72124144696416, + 34.55429309651191, + ], + [ + -89.72088252078524, + 34.19252345707039, + ], + [ + -89.72160037314309, + 34.16346371320434, + ], + [ + -89.93157218781514, + 34.16426943623205, + ], + [ + -90.13544225744542, + 34.16007967648796, + ], + [ + -90.13472440508757, + 34.265951682328975, + ], + [ + -90.19394722461045, + 34.30134978067967, + ], + [ + -90.1986132649365, + 34.51105262735817, + ], + [ + -90.1986132649365, + 34.55440052624894, + ], + [ + -89.72124144696416, + 34.55429309651191, + ], + ], + ], + "type": "Polygon", + }, + "id": "28107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13119 { + "geometry": { + "coordinates": [ + [ + [ + -83.0516751901506, + 34.49370272482817, + ], + [ + -83.11341049292598, + 34.27347176392093, + ], + [ + -83.17263331244885, + 34.23855709938685, + ], + [ + -83.2975396227153, + 34.26439395114207, + ], + [ + -83.35460888516464, + 34.22383922541403, + ], + [ + -83.39839787899368, + 34.46104408477167, + ], + [ + -83.17765827895383, + 34.47780312374803, + ], + [ + -83.10371948609496, + 34.53640604529676, + ], + [ + -83.0516751901506, + 34.49370272482817, + ], + ], + ], + "type": "Polygon", + }, + "id": "13119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45031 { + "geometry": { + "coordinates": [ + [ + [ + -79.8299538081057, + 34.53189399634159, + ], + [ + -79.72586521621699, + 34.49413244377627, + ], + [ + -79.65766924222095, + 34.30505610660714, + ], + [ + -79.72945447800626, + 34.295172570800574, + ], + [ + -80.07294683123898, + 34.08600687280721, + ], + [ + -80.15873018800244, + 34.16163740767487, + ], + [ + -80.11278763709983, + 34.197035506025564, + ], + [ + -80.17703542312769, + 34.36505561473723, + ], + [ + -80.28866146477385, + 34.364196176841006, + ], + [ + -80.28866146477385, + 34.36623734184454, + ], + [ + -80.04602736781949, + 34.49235985311532, + ], + [ + -79.88451058730253, + 34.491392985482065, + ], + [ + -79.8299538081057, + 34.53189399634159, + ], + ], + ], + "type": "Polygon", + }, + "id": "45031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45071 { + "geometry": { + "coordinates": [ + [ + [ + -81.42322711636075, + 34.49434730325033, + ], + [ + -81.31698496739848, + 34.23941653728308, + ], + [ + -81.33887946431301, + 34.19768008444773, + ], + [ + -81.47204107669477, + 34.076499341080236, + ], + [ + -81.5373656412594, + 34.080903960298386, + ], + [ + -81.72867329462726, + 34.1867759661394, + ], + [ + -81.87009020912433, + 34.13526340723451, + ], + [ + -81.94510578051998, + 34.203159001036155, + ], + [ + -81.89557396782811, + 34.29984576436128, + ], + [ + -81.78215329528732, + 34.36543161881683, + ], + [ + -81.64324886404273, + 34.533451727528494, + ], + [ + -81.54059597686974, + 34.44492962421749, + ], + [ + -81.42322711636075, + 34.49434730325033, + ], + ], + ], + "type": "Polygon", + }, + "id": "45071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01019 { + "geometry": { + "coordinates": [ + [ + [ + -85.46222340782145, + 34.28630961749577, + ], + [ + -85.42202367578169, + 34.08079653056136, + ], + [ + -85.39869347415146, + 33.96412783614904, + ], + [ + -85.53006045563858, + 33.941352731899116, + ], + [ + -85.73895549177385, + 33.96847874049867, + ], + [ + -85.8437619360204, + 34.19998982379383, + ], + [ + -85.63594367842192, + 34.36688192026671, + ], + [ + -85.51390877758689, + 34.52421277014409, + ], + [ + -85.46222340782145, + 34.28630961749577, + ], + ], + ], + "type": "Polygon", + }, + "id": "01019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28027 { + "geometry": { + "coordinates": [ + [ + [ + -90.45093836872188, + 34.072900444889804, + ], + [ + -90.45093836872188, + 33.98566749842314, + ], + [ + -90.65696199542573, + 33.98760123368964, + ], + [ + -90.65947447867822, + 34.118719227732214, + ], + [ + -90.95630642865049, + 34.12011581431358, + ], + [ + -90.82565729952123, + 34.14197776579876, + ], + [ + -90.93692441498845, + 34.23533420727602, + ], + [ + -90.84611609172003, + 34.213901974738945, + ], + [ + -90.74095072129455, + 34.30650640805702, + ], + [ + -90.75458991609376, + 34.36811736224253, + ], + [ + -90.57620360516725, + 34.41447329377007, + ], + [ + -90.56938400776765, + 34.52480363369774, + ], + [ + -90.39961192513537, + 34.423765966022984, + ], + [ + -90.39889407277752, + 34.26149334824232, + ], + [ + -90.45093836872188, + 34.262352786138536, + ], + [ + -90.45093836872188, + 34.072900444889804, + ], + ], + ], + "type": "Polygon", + }, + "id": "28027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28119 { + "geometry": { + "coordinates": [ + [ + [ + -90.1986132649365, + 34.51105262735817, + ], + [ + -90.19394722461045, + 34.30134978067967, + ], + [ + -90.13472440508757, + 34.265951682328975, + ], + [ + -90.13544225744542, + 34.16007967648796, + ], + [ + -90.13580118362435, + 34.072900444889804, + ], + [ + -90.45093836872188, + 34.072900444889804, + ], + [ + -90.45093836872188, + 34.262352786138536, + ], + [ + -90.39889407277752, + 34.26149334824232, + ], + [ + -90.39961192513537, + 34.423765966022984, + ], + [ + -90.30198400446736, + 34.424464259313666, + ], + [ + -90.30413756154091, + 34.509548611039776, + ], + [ + -90.1986132649365, + 34.51105262735817, + ], + ], + ], + "type": "Polygon", + }, + "id": "28119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13139 { + "geometry": { + "coordinates": [ + [ + [ + -83.66615680847289, + 34.50363997550325, + ], + [ + -83.61518929106532, + 34.43176948143157, + ], + [ + -83.66938714408323, + 34.36682820539819, + ], + [ + -83.6202142575703, + 34.29522628566909, + ], + [ + -83.81762365597992, + 34.12742103643147, + ], + [ + -83.8689500995664, + 34.09862986690799, + ], + [ + -84.06277023618675, + 34.167868332422486, + ], + [ + -83.92745506673144, + 34.27932668458895, + ], + [ + -83.95724593958235, + 34.33400842073616, + ], + [ + -83.9794993626758, + 34.41871676838268, + ], + [ + -83.84346634086262, + 34.50557371076975, + ], + [ + -83.66615680847289, + 34.50363997550325, + ], + ], + ], + "type": "Polygon", + }, + "id": "13139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28081 { + "geometry": { + "coordinates": [ + [ + [ + -88.54216894919037, + 34.46528755938428, + ], + [ + -88.54324572772715, + 34.088961190575475, + ], + [ + -88.7194784815801, + 34.074511890945224, + ], + [ + -88.82464385200558, + 34.07494160989334, + ], + [ + -88.82464385200558, + 34.364733325526146, + ], + [ + -88.78946908647077, + 34.494830737066955, + ], + [ + -88.73634801198965, + 34.508904032617615, + ], + [ + -88.54181002301145, + 34.509172606960185, + ], + [ + -88.54216894919037, + 34.46528755938428, + ], + ], + ], + "type": "Polygon", + }, + "id": "28081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40019 { + "geometry": { + "coordinates": [ + [ + [ + -97.35201201094307, + 34.506755437877054, + ], + [ + -97.35201201094307, + 34.37617459251962, + ], + [ + -97.04154086617159, + 34.375476299228936, + ], + [ + -96.9335040863147, + 34.33266554902332, + ], + [ + -96.9335040863147, + 34.1725415259832, + ], + [ + -96.9701145565652, + 34.070805565017764, + ], + [ + -97.56090704707835, + 34.071074139360334, + ], + [ + -97.56270167797297, + 34.28910279065849, + ], + [ + -97.56234275179405, + 34.506916582482596, + ], + [ + -97.35201201094307, + 34.506755437877054, + ], + ], + ], + "type": "Polygon", + }, + "id": "40019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40069 { + "geometry": { + "coordinates": [ + [ + [ + -96.82726193735243, + 34.506003429717865, + ], + [ + -96.51391938314953, + 34.505358851295696, + ], + [ + -96.51391938314953, + 34.4195762062789, + ], + [ + -96.40731830800834, + 34.41855562377714, + ], + [ + -96.40767723418726, + 34.15728650332524, + ], + [ + -96.45397871126879, + 34.11436832338258, + ], + [ + -96.58534569275592, + 34.11442203825109, + ], + [ + -96.6700522709826, + 34.17227295164063, + ], + [ + -96.9335040863147, + 34.1725415259832, + ], + [ + -96.9335040863147, + 34.33266554902332, + ], + [ + -96.88110086419141, + 34.332987838234395, + ], + [ + -96.88074193801249, + 34.50589599998084, + ], + [ + -96.82726193735243, + 34.506003429717865, + ], + ], + ], + "type": "Polygon", + }, + "id": "40069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40033 { + "geometry": { + "coordinates": [ + [ + [ + -98.14200853076046, + 34.50697029735111, + ], + [ + -98.13913712132904, + 34.28974736908066, + ], + [ + -98.13770141661334, + 34.14321320777458, + ], + [ + -98.16892799417995, + 34.114207178777036, + ], + [ + -98.36454276169493, + 34.157125358719696, + ], + [ + -98.42340665503889, + 34.08283769556489, + ], + [ + -98.48621873635105, + 34.062855764477696, + ], + [ + -98.61040719425964, + 34.15707164385118, + ], + [ + -98.60933041572285, + 34.33368613152508, + ], + [ + -98.66209256402506, + 34.40593262967636, + ], + [ + -98.50488289765522, + 34.44933424343563, + ], + [ + -98.29598786151996, + 34.44895823935603, + ], + [ + -98.2439435655756, + 34.50713144195665, + ], + [ + -98.14200853076046, + 34.50697029735111, + ], + ], + ], + "type": "Polygon", + }, + "id": "40033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40089 { + "geometry": { + "coordinates": [ + [ + [ + -94.46157949204739, + 34.507453731167736, + ], + [ + -94.47019372034163, + 34.18978399877618, + ], + [ + -94.47737224392016, + 33.94086929808249, + ], + [ + -94.48634539839333, + 33.63786372479525, + ], + [ + -94.74656687811509, + 33.70285871569714, + ], + [ + -94.77707560332385, + 33.762911938695744, + ], + [ + -94.86178218155052, + 33.74373573063626, + ], + [ + -94.97017788758635, + 33.86163986702441, + ], + [ + -95.15610164827031, + 33.936572108601375, + ], + [ + -95.15646057444924, + 34.156964214114154, + ], + [ + -95.15107668176533, + 34.24387487136974, + ], + [ + -95.0466291636977, + 34.243660011895685, + ], + [ + -95.0466291636977, + 34.50723887169368, + ], + [ + -94.93751560530403, + 34.50686286761408, + ], + [ + -94.46157949204739, + 34.507453731167736, + ], + ], + ], + "type": "Polygon", + }, + "id": "40089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05059 { + "geometry": { + "coordinates": [ + [ + [ + -92.79329061239669, + 34.503586260634734, + ], + [ + -92.68489490636087, + 34.47296878558177, + ], + [ + -92.66874322830917, + 34.4142047194275, + ], + [ + -92.67843423514019, + 34.14960527712774, + ], + [ + -92.8866114189176, + 34.155889916743874, + ], + [ + -93.02551585016218, + 34.15997224675093, + ], + [ + -93.03448900463535, + 34.2364085046463, + ], + [ + -93.3568047133114, + 34.280293552222204, + ], + [ + -93.40813115689791, + 34.3395410521931, + ], + [ + -93.40705437836112, + 34.396854816897495, + ], + [ + -92.94798779551404, + 34.38922730556851, + ], + [ + -92.91532551323172, + 34.50611085945489, + ], + [ + -92.79329061239669, + 34.503586260634734, + ], + ], + ], + "type": "Polygon", + }, + "id": "05059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 04007 { + "geometry": { + "coordinates": [ + [ + [ + -110.750726270272, + 34.263265938903274, + ], + [ + -110.750726270272, + 34.00006308318488, + ], + [ + -110.00057055631547, + 34.00006308318488, + ], + [ + -110.00057055631547, + 33.57695106390042, + ], + [ + -110.00057055631547, + 33.46592243068206, + ], + [ + -110.16962478658988, + 33.464740703574755, + ], + [ + -110.442767608753, + 33.37901177342648, + ], + [ + -110.44886935379475, + 33.19450120008103, + ], + [ + -110.63515204065764, + 33.14175319920032, + ], + [ + -110.78267070019646, + 32.984690923665504, + ], + [ + -110.94669996396591, + 33.25014980386149, + ], + [ + -111.04002077048682, + 33.466083575287605, + ], + [ + -111.15344144302762, + 33.67761272749558, + ], + [ + -111.22450882645508, + 33.60337877920929, + ], + [ + -111.38710238550881, + 33.7500203702524, + ], + [ + -111.37166855981496, + 33.81899026142432, + ], + [ + -111.49478023918678, + 33.99979450884231, + ], + [ + -111.47791070877723, + 34.15105557857761, + ], + [ + -111.71228950361629, + 34.151216723183154, + ], + [ + -111.65952735531408, + 34.38638041753727, + ], + [ + -111.59384386457052, + 34.419200202199306, + ], + [ + -111.55507983724645, + 34.47216306255407, + ], + [ + -111.47826963495616, + 34.41339899639979, + ], + [ + -111.25394077312706, + 34.45223484633539, + ], + [ + -111.04361003227608, + 34.379612344104515, + ], + [ + -110.84655956004539, + 34.26697226483074, + ], + [ + -110.750726270272, + 34.263265938903274, + ], + ], + ], + "type": "Polygon", + }, + "id": "04007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13147 { + "geometry": { + "coordinates": [ + [ + [ + -82.98922203501738, + 34.48199288349212, + ], + [ + -82.86431572475094, + 34.45744518858124, + ], + [ + -82.77422525384037, + 34.289425079869574, + ], + [ + -82.98096673290208, + 34.21143109078731, + ], + [ + -83.07787680121224, + 34.223463221334434, + ], + [ + -83.11341049292598, + 34.27347176392093, + ], + [ + -83.0516751901506, + 34.49370272482817, + ], + [ + -82.98922203501738, + 34.48199288349212, + ], + ], + ], + "type": "Polygon", + }, + "id": "13147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05053 { + "geometry": { + "coordinates": [ + [ + [ + -92.24592818953367, + 34.49348786535411, + ], + [ + -92.20788201456745, + 34.492735857194916, + ], + [ + -92.23336577327123, + 34.062318615792556, + ], + [ + -92.33673651280209, + 34.05963287236686, + ], + [ + -92.50004792421367, + 34.14466350922446, + ], + [ + -92.67843423514019, + 34.14960527712774, + ], + [ + -92.66874322830917, + 34.4142047194275, + ], + [ + -92.58906161658747, + 34.45561888305177, + ], + [ + -92.40457356061921, + 34.4519125571243, + ], + [ + -92.40313785590351, + 34.49579760470021, + ], + [ + -92.24592818953367, + 34.49348786535411, + ], + ], + ], + "type": "Polygon", + }, + "id": "05053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05069 { + "geometry": { + "coordinates": [ + [ + [ + -92.02985462981987, + 34.48935182047853, + ], + [ + -91.70502643789132, + 34.48263746191429, + ], + [ + -91.71184603529093, + 34.233937620694654, + ], + [ + -91.52987046257516, + 34.21766201553493, + ], + [ + -91.44552281052741, + 34.08015195213919, + ], + [ + -91.72727986098477, + 34.17372325309051, + ], + [ + -91.74486724375217, + 34.09401038821579, + ], + [ + -91.95376227988744, + 34.093365809793625, + ], + [ + -91.95376227988744, + 34.06409120645351, + ], + [ + -92.23336577327123, + 34.062318615792556, + ], + [ + -92.20788201456745, + 34.492735857194916, + ], + [ + -92.02985462981987, + 34.48935182047853, + ], + ], + ], + "type": "Polygon", + }, + "id": "05069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13011 { + "geometry": { + "coordinates": [ + [ + [ + -83.35460888516464, + 34.22383922541403, + ], + [ + -83.40234606696187, + 34.19741151010516, + ], + [ + -83.48023304778893, + 34.26197678205894, + ], + [ + -83.6202142575703, + 34.29522628566909, + ], + [ + -83.66938714408323, + 34.36682820539819, + ], + [ + -83.61518929106532, + 34.43176948143157, + ], + [ + -83.45977425559012, + 34.48124087533293, + ], + [ + -83.39839787899368, + 34.46104408477167, + ], + [ + -83.35460888516464, + 34.22383922541403, + ], + ], + ], + "type": "Polygon", + }, + "id": "13011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37047 { + "geometry": { + "coordinates": [ + [ + [ + -78.25642143969161, + 34.3995942751917, + ], + [ + -78.16238278081285, + 34.35694466959163, + ], + [ + -78.25426788261805, + 34.21637285869059, + ], + [ + -78.37414922637952, + 34.205039021434146, + ], + [ + -78.42260426053461, + 34.13918459263603, + ], + [ + -78.54428023519071, + 34.14627495527988, + ], + [ + -78.56222654413705, + 34.05436881525249, + ], + [ + -78.65088131033191, + 33.94484419835253, + ], + [ + -79.07118386585492, + 34.29920118593911, + ], + [ + -78.95166144827238, + 34.44868966501346, + ], + [ + -78.87126198419283, + 34.48285232138834, + ], + [ + -78.66775084074146, + 34.46953103399688, + ], + [ + -78.44593446216483, + 34.37676545607327, + ], + [ + -78.25642143969161, + 34.3995942751917, + ], + ], + ], + "type": "Polygon", + }, + "id": "37047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45001 { + "geometry": { + "coordinates": [ + [ + [ + -82.24624484463938, + 34.40969267047233, + ], + [ + -82.33382283229746, + 34.342978803777996, + ], + [ + -82.24768054935508, + 34.21959575080143, + ], + [ + -82.26706256301712, + 34.10835225810902, + ], + [ + -82.32700323489786, + 34.064037491585, + ], + [ + -82.53051437834922, + 34.07198729212507, + ], + [ + -82.59476216437707, + 34.013814089524445, + ], + [ + -82.74084511920019, + 34.208745347361614, + ], + [ + -82.3140818924565, + 34.48403404849565, + ], + [ + -82.24624484463938, + 34.40969267047233, + ], + ], + ], + "type": "Polygon", + }, + "id": "45001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28057 { + "geometry": { + "coordinates": [ + [ + [ + -88.32932572508692, + 34.46356868359183, + ], + [ + -88.15668223302323, + 34.46319267951223, + ], + [ + -88.17355176343278, + 34.3210631374243, + ], + [ + -88.20370156246261, + 34.08654402149235, + ], + [ + -88.54324572772715, + 34.088961190575475, + ], + [ + -88.54216894919037, + 34.46528755938428, + ], + [ + -88.32932572508692, + 34.46356868359183, + ], + ], + ], + "type": "Polygon", + }, + "id": "28057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48487 { + "geometry": { + "coordinates": [ + [ + [ + -99.2108906916038, + 34.33674787903037, + ], + [ + -99.18827834233142, + 34.21384825987043, + ], + [ + -98.95282276895558, + 34.21239795842055, + ], + [ + -98.95318169513452, + 33.833976709739716, + ], + [ + -99.4757782116516, + 33.833976709739716, + ], + [ + -99.47541928547267, + 34.08563086872761, + ], + [ + -99.47506035929375, + 34.39588794926424, + ], + [ + -99.39825015700346, + 34.3764968817307, + ], + [ + -99.3770735124468, + 34.458573200820034, + ], + [ + -99.2108906916038, + 34.33674787903037, + ], + ], + ], + "type": "Polygon", + }, + "id": "48487", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13015 { + "geometry": { + "coordinates": [ + [ + [ + -84.65930554556272, + 34.077949642530115, + ], + [ + -84.73791037874764, + 34.07939994397999, + ], + [ + -84.92275736089482, + 34.08251540635381, + ], + [ + -85.04694581880342, + 34.096427557298924, + ], + [ + -85.00566930822686, + 34.39245019767935, + ], + [ + -84.65320380052097, + 34.41253955850357, + ], + [ + -84.65930554556272, + 34.077949642530115, + ], + ], + ], + "type": "Polygon", + }, + "id": "13015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13057 { + "geometry": { + "coordinates": [ + [ + [ + -84.25766715134388, + 34.381062645554394, + ], + [ + -84.25802607752281, + 34.335136432974956, + ], + [ + -84.25874392988067, + 34.185916528243176, + ], + [ + -84.35457721965406, + 34.17495869506632, + ], + [ + -84.41882500568191, + 34.0732764489694, + ], + [ + -84.65930554556272, + 34.077949642530115, + ], + [ + -84.65320380052097, + 34.41253955850357, + ], + [ + -84.58177749091458, + 34.381492364502506, + ], + [ + -84.25766715134388, + 34.381062645554394, + ], + ], + ], + "type": "Polygon", + }, + "id": "13057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45047 { + "geometry": { + "coordinates": [ + [ + [ + -81.94510578051998, + 34.203159001036155, + ], + [ + -81.87009020912433, + 34.13526340723451, + ], + [ + -82.00827678801106, + 33.961656952197394, + ], + [ + -82.04704081533512, + 33.953170002972186, + ], + [ + -82.0452461844405, + 33.98330404420852, + ], + [ + -82.30618551652012, + 33.97202392182059, + ], + [ + -82.32700323489786, + 34.064037491585, + ], + [ + -82.26706256301712, + 34.10835225810902, + ], + [ + -82.24768054935508, + 34.21959575080143, + ], + [ + -82.33382283229746, + 34.342978803777996, + ], + [ + -82.24624484463938, + 34.40969267047233, + ], + [ + -82.16728108527553, + 34.3299260907291, + ], + [ + -81.94510578051998, + 34.203159001036155, + ], + ], + ], + "type": "Polygon", + }, + "id": "45047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37129 { + "geometry": { + "coordinates": [ + [ + [ + -77.73956774203734, + 34.29323883553407, + ], + [ + -77.71767324512282, + 34.294527992378406, + ], + [ + -77.71408398333355, + 34.291036525924994, + ], + [ + -77.85944908579881, + 34.14998128120734, + ], + [ + -77.9186719053217, + 34.05222022051193, + ], + [ + -77.9577948588247, + 34.192684601675936, + ], + [ + -78.02958009461001, + 34.33175239625858, + ], + [ + -77.96210197297182, + 34.38294266595238, + ], + [ + -77.8228386155483, + 34.38922730556851, + ], + [ + -77.73956774203734, + 34.29323883553407, + ], + ], + ], + "type": "Polygon", + }, + "id": "37129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28115 { + "geometry": { + "coordinates": [ + [ + [ + -88.82464385200558, + 34.364733325526146, + ], + [ + -88.82464385200558, + 34.07494160989334, + ], + [ + -89.13942211092419, + 34.074135886865626, + ], + [ + -89.24458748134967, + 34.07392102739157, + ], + [ + -89.24530533370752, + 34.16115397385824, + ], + [ + -89.2463821122443, + 34.37950491436749, + ], + [ + -88.82464385200558, + 34.364733325526146, + ], + ], + ], + "type": "Polygon", + }, + "id": "28115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45061 { + "geometry": { + "coordinates": [ + [ + [ + -80.07294683123898, + 34.08600687280721, + ], + [ + -80.00116159545367, + 34.046795018792025, + ], + [ + -80.18062468491695, + 33.95231056507596, + ], + [ + -80.32204159941402, + 34.08031309674473, + ], + [ + -80.48140482285743, + 34.11259573272162, + ], + [ + -80.47996911814171, + 34.1686740554502, + ], + [ + -80.42182307715561, + 34.29431313290435, + ], + [ + -80.28866146477385, + 34.364196176841006, + ], + [ + -80.17703542312769, + 34.36505561473723, + ], + [ + -80.11278763709983, + 34.197035506025564, + ], + [ + -80.15873018800244, + 34.16163740767487, + ], + [ + -80.07294683123898, + 34.08600687280721, + ], + ], + ], + "type": "Polygon", + }, + "id": "45061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 37019 { + "geometry": { + "coordinates": [ + [ + [ + -78.02958009461001, + 34.33175239625858, + ], + [ + -77.9577948588247, + 34.192684601675936, + ], + [ + -77.95492344939329, + 33.97444109090372, + ], + [ + -78.02168371867363, + 33.88796015259624, + ], + [ + -78.16058814991821, + 33.91406557869403, + ], + [ + -78.4251167437871, + 33.898756841167554, + ], + [ + -78.55899620852671, + 33.867118783612824, + ], + [ + -78.57084077243128, + 33.876572600471285, + ], + [ + -78.57478896039947, + 33.88017149666172, + ], + [ + -78.65088131033191, + 33.94484419835253, + ], + [ + -78.56222654413705, + 34.05436881525249, + ], + [ + -78.54428023519071, + 34.14627495527988, + ], + [ + -78.42260426053461, + 34.13918459263603, + ], + [ + -78.37414922637952, + 34.205039021434146, + ], + [ + -78.25426788261805, + 34.21637285869059, + ], + [ + -78.16238278081285, + 34.35694466959163, + ], + [ + -78.02958009461001, + 34.33175239625858, + ], + ], + ], + "type": "Polygon", + }, + "id": "37019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05061 { + "geometry": { + "coordinates": [ + [ + [ + -93.93539371374104, + 34.35001545155332, + ], + [ + -93.92570270691002, + 34.18650739179683, + ], + [ + -93.82053733648453, + 34.183821648371136, + ], + [ + -93.82304981973702, + 34.00887232162117, + ], + [ + -93.83130512185234, + 33.7477106309063, + ], + [ + -93.95728821065556, + 33.75093352301713, + ], + [ + -93.95872391537127, + 33.750987237885646, + ], + [ + -94.04917331246077, + 33.882534950876334, + ], + [ + -94.096910494258, + 34.190804581277945, + ], + [ + -94.24371130143896, + 34.19246974220188, + ], + [ + -94.25483801298569, + 34.35549436814175, + ], + [ + -93.93539371374104, + 34.35001545155332, + ], + ], + ], + "type": "Polygon", + }, + "id": "05061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05109 { + "geometry": { + "coordinates": [ + [ + [ + -93.47848068796752, + 34.340830209037435, + ], + [ + -93.50216981577667, + 34.214170549081516, + ], + [ + -93.45084337219016, + 34.205683599856314, + ], + [ + -93.43433276795955, + 34.04872875405852, + ], + [ + -93.37367424372096, + 33.95693004376817, + ], + [ + -93.45658619105299, + 33.95682261403114, + ], + [ + -93.52908927919616, + 33.94355504150819, + ], + [ + -93.82304981973702, + 34.00887232162117, + ], + [ + -93.82053733648453, + 34.183821648371136, + ], + [ + -93.92570270691002, + 34.18650739179683, + ], + [ + -93.93539371374104, + 34.35001545155332, + ], + [ + -93.47848068796752, + 34.340830209037435, + ], + ], + ], + "type": "Polygon", + }, + "id": "05109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35027 { + "geometry": { + "coordinates": [ + [ + [ + -104.89197425165356, + 34.34700741891654, + ], + [ + -104.89305103019035, + 34.08826289728479, + ], + [ + -104.8923331778325, + 33.397704547669335, + ], + [ + -104.90561344645278, + 33.138691451695024, + ], + [ + -105.31694284750263, + 33.132191952604835, + ], + [ + -105.31909640457619, + 33.30510011435127, + ], + [ + -105.72611869147892, + 33.3048315400087, + ], + [ + -105.7271954700157, + 33.39045304041995, + ], + [ + -106.34598420248511, + 33.39077532963103, + ], + [ + -106.3729036659046, + 33.48010315596975, + ], + [ + -106.37398044444139, + 33.66042396957111, + ], + [ + -106.0527415143021, + 33.65027185942198, + ], + [ + -106.0527415143021, + 33.825865764594106, + ], + [ + -105.92460486842532, + 33.82554347538302, + ], + [ + -105.92388701606747, + 34.26004304679244, + ], + [ + -105.31371251189229, + 34.26004304679244, + ], + [ + -105.31299465953444, + 34.34673884457397, + ], + [ + -104.89197425165356, + 34.34700741891654, + ], + ], + ], + "type": "Polygon", + }, + "id": "35027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05019 { + "geometry": { + "coordinates": [ + [ + [ + -93.40813115689791, + 34.3395410521931, + ], + [ + -93.3568047133114, + 34.280293552222204, + ], + [ + -93.03448900463535, + 34.2364085046463, + ], + [ + -93.02551585016218, + 34.15997224675093, + ], + [ + -92.8866114189176, + 34.155889916743874, + ], + [ + -92.89378994249613, + 33.80991244864546, + ], + [ + -93.10447960952602, + 33.77703894911492, + ], + [ + -93.2878908869575, + 33.84326938199263, + ], + [ + -93.37367424372096, + 33.95693004376817, + ], + [ + -93.43433276795955, + 34.04872875405852, + ], + [ + -93.45084337219016, + 34.205683599856314, + ], + [ + -93.50216981577667, + 34.214170549081516, + ], + [ + -93.47848068796752, + 34.340830209037435, + ], + [ + -93.40813115689791, + 34.3395410521931, + ], + ], + ], + "type": "Polygon", + }, + "id": "05019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13117 { + "geometry": { + "coordinates": [ + [ + [ + -83.95724593958235, + 34.33400842073616, + ], + [ + -83.92745506673144, + 34.27932668458895, + ], + [ + -84.06277023618675, + 34.167868332422486, + ], + [ + -84.09758607554264, + 34.05071620419354, + ], + [ + -84.25874392988067, + 34.1094265554793, + ], + [ + -84.25874392988067, + 34.185916528243176, + ], + [ + -84.25802607752281, + 34.335136432974956, + ], + [ + -83.95724593958235, + 34.33400842073616, + ], + ], + ], + "type": "Polygon", + }, + "id": "13117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01093 { + "geometry": { + "coordinates": [ + [ + [ + -87.634803568864, + 34.306989841873644, + ], + [ + -87.6362392735797, + 34.002157963056916, + ], + [ + -87.6362392735797, + 33.915193590932816, + ], + [ + -87.95173538485616, + 33.919974214230564, + ], + [ + -87.98691015039097, + 34.052059075906385, + ], + [ + -88.20729082425188, + 34.058343715522525, + ], + [ + -88.20370156246261, + 34.08654402149235, + ], + [ + -88.17355176343278, + 34.3210631374243, + ], + [ + -87.634803568864, + 34.306989841873644, + ], + ], + ], + "type": "Polygon", + }, + "id": "01093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 04012 { + "geometry": { + "coordinates": [ + [ + [ + -113.33355905382761, + 34.317893960181976, + ], + [ + -113.33391798000653, + 33.99920364528865, + ], + [ + -113.33391798000653, + 33.37745404223958, + ], + [ + -113.95844953133877, + 33.37761518684512, + ], + [ + -113.95844953133877, + 33.464633273837734, + ], + [ + -114.26784389757347, + 33.46355897646745, + ], + [ + -114.26892067611026, + 33.02981141321723, + ], + [ + -114.51514403485389, + 33.026534806237876, + ], + [ + -114.67271262740265, + 33.04050067205151, + ], + [ + -114.70645168822175, + 33.08814576042339, + ], + [ + -114.67701974154977, + 33.2701854498172, + ], + [ + -114.73121759456768, + 33.302414370925575, + ], + [ + -114.72368014481022, + 33.40651378610563, + ], + [ + -114.6260522241422, + 33.4368089719475, + ], + [ + -114.52447611550598, + 33.55218850951548, + ], + [ + -114.49683879972864, + 33.69678893555506, + ], + [ + -114.53488497469485, + 33.92572170516156, + ], + [ + -114.43653920166896, + 34.02772624046956, + ], + [ + -114.43259101370077, + 34.0878868932052, + ], + [ + -114.25528148131104, + 34.17340096387942, + ], + [ + -114.13827154698099, + 34.30322980107766, + ], + [ + -114.03741329070262, + 34.260795054951636, + ], + [ + -113.6063429498118, + 34.229318142002455, + ], + [ + -113.51553462654338, + 34.30999787451042, + ], + [ + -113.33355905382761, + 34.317893960181976, + ], + ], + ], + "type": "Polygon", + }, + "id": "04012", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48345 { + "geometry": { + "coordinates": [ + [ + [ + -100.51738198289651, + 34.31402648964897, + ], + [ + -100.51881768761221, + 33.83564187066365, + ], + [ + -101.04105527795038, + 33.83360070566012, + ], + [ + -101.04141420412931, + 34.31236132872503, + ], + [ + -100.94629876671377, + 34.312683617936116, + ], + [ + -100.51738198289651, + 34.31402648964897, + ], + ], + ], + "type": "Polygon", + }, + "id": "48345", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48101 { + "geometry": { + "coordinates": [ + [ + [ + -100.41760050515492, + 34.31348934096383, + ], + [ + -99.99765687581083, + 34.31177046517138, + ], + [ + -99.99765687581083, + 34.22432265923066, + ], + [ + -100.0471886885027, + 34.22974786095057, + ], + [ + -100.0486243932184, + 33.835964159874734, + ], + [ + -100.51881768761221, + 33.83564187066365, + ], + [ + -100.51738198289651, + 34.31402648964897, + ], + [ + -100.41760050515492, + 34.31348934096383, + ], + ], + ], + "type": "Polygon", + }, + "id": "48101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01043 { + "geometry": { + "coordinates": [ + [ + [ + -86.58243201225129, + 34.30468010252754, + ], + [ + -86.45285966165879, + 34.25929103863324, + ], + [ + -86.51961993093914, + 34.25155609756723, + ], + [ + -86.60001939501869, + 34.120599248130205, + ], + [ + -86.70446691308632, + 34.080474241350274, + ], + [ + -86.76261295407242, + 33.97594510722211, + ], + [ + -86.91695121101085, + 33.91562330988093, + ], + [ + -86.96325268809238, + 33.85836326004505, + ], + [ + -87.0917482601481, + 33.89005503246828, + ], + [ + -87.15097107967098, + 33.9932412948836, + ], + [ + -87.11184812616798, + 33.99238185698738, + ], + [ + -87.11005349527335, + 34.299254900807625, + ], + [ + -87.11005349527335, + 34.3137579153064, + ], + [ + -86.58243201225129, + 34.30468010252754, + ], + ], + ], + "type": "Polygon", + }, + "id": "01043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48153 { + "geometry": { + "coordinates": [ + [ + [ + -101.04141420412931, + 34.31236132872503, + ], + [ + -101.04105527795038, + 33.83360070566012, + ], + [ + -101.56365179446748, + 33.830377813549276, + ], + [ + -101.56472857300425, + 34.312415043593546, + ], + [ + -101.47140776648334, + 34.312253898988004, + ], + [ + -101.04141420412931, + 34.31236132872503, + ], + ], + ], + "type": "Polygon", + }, + "id": "48153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48189 { + "geometry": { + "coordinates": [ + [ + [ + -102.0909143513106, + 34.313059622015714, + ], + [ + -101.99831139714755, + 34.3130059071472, + ], + [ + -101.56472857300425, + 34.312415043593546, + ], + [ + -101.56365179446748, + 33.830377813549276, + ], + [ + -102.0855304586267, + 33.824684037486804, + ], + [ + -102.0909143513106, + 34.313059622015714, + ], + ], + ], + "type": "Polygon", + }, + "id": "48189", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48279 { + "geometry": { + "coordinates": [ + [ + [ + -102.0909143513106, + 34.313059622015714, + ], + [ + -102.0855304586267, + 33.824684037486804, + ], + [ + -102.61530549872232, + 33.82511375643491, + ], + [ + -102.61530549872232, + 34.31284476254166, + ], + [ + -102.52557395399069, + 34.312952192278686, + ], + [ + -102.0909143513106, + 34.313059622015714, + ], + ], + ], + "type": "Polygon", + }, + "id": "48279", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45041 { + "geometry": { + "coordinates": [ + [ + [ + -79.54747890529049, + 34.230231294767194, + ], + [ + -79.5708091069207, + 34.188011408115216, + ], + [ + -79.49292212609365, + 33.94924881757067, + ], + [ + -79.324944674356, + 33.799062045205645, + ], + [ + -79.49687031406184, + 33.77564236253355, + ], + [ + -79.79836830436015, + 33.83553444092662, + ], + [ + -79.87553743282938, + 33.88505954969649, + ], + [ + -79.97460105821311, + 33.94650935927646, + ], + [ + -79.89384266795463, + 33.987977237769236, + ], + [ + -80.00116159545367, + 34.046795018792025, + ], + [ + -80.07294683123898, + 34.08600687280721, + ], + [ + -79.72945447800626, + 34.295172570800574, + ], + [ + -79.65766924222095, + 34.30505610660714, + ], + [ + -79.63326226205393, + 34.297965743963296, + ], + [ + -79.54747890529049, + 34.230231294767194, + ], + ], + ], + "type": "Polygon", + }, + "id": "45041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48017 { + "geometry": { + "coordinates": [ + [ + [ + -102.61530549872232, + 34.31284476254166, + ], + [ + -102.61530549872232, + 33.82511375643491, + ], + [ + -103.04745261814992, + 33.82511375643491, + ], + [ + -103.04386335636065, + 34.302585222655495, + ], + [ + -103.04386335636065, + 34.312683617936116, + ], + [ + -102.61530549872232, + 34.31284476254166, + ], + ], + ], + "type": "Polygon", + }, + "id": "48017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01133 { + "geometry": { + "coordinates": [ + [ + [ + -87.52999712461744, + 34.30457267279051, + ], + [ + -87.11005349527335, + 34.299254900807625, + ], + [ + -87.11184812616798, + 33.99238185698738, + ], + [ + -87.15097107967098, + 33.9932412948836, + ], + [ + -87.6362392735797, + 34.002157963056916, + ], + [ + -87.634803568864, + 34.306989841873644, + ], + [ + -87.52999712461744, + 34.30457267279051, + ], + ], + ], + "type": "Polygon", + }, + "id": "01133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45051 { + "geometry": { + "coordinates": [ + [ + [ + -79.07118386585492, + 34.29920118593911, + ], + [ + -78.65088131033191, + 33.94484419835253, + ], + [ + -78.57478896039947, + 33.88017149666172, + ], + [ + -78.56725151064201, + 33.85487179359164, + ], + [ + -78.81311594320672, + 33.74335972655666, + ], + [ + -79.00298789185888, + 33.57211672573416, + ], + [ + -79.09953903399013, + 33.57179443652308, + ], + [ + -79.19034735725855, + 33.705705603728376, + ], + [ + -79.25674870035996, + 33.87372571244005, + ], + [ + -79.33894279533415, + 33.96955303786895, + ], + [ + -79.25100588149714, + 34.055281968017226, + ], + [ + -79.12825312830425, + 34.25365097743928, + ], + [ + -79.07261957057062, + 34.30049034278345, + ], + [ + -79.07118386585492, + 34.29920118593911, + ], + ], + ], + "type": "Polygon", + }, + "id": "45051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45067 { + "geometry": { + "coordinates": [ + [ + [ + -79.12825312830425, + 34.25365097743928, + ], + [ + -79.25100588149714, + 34.055281968017226, + ], + [ + -79.33894279533415, + 33.96955303786895, + ], + [ + -79.25674870035996, + 33.87372571244005, + ], + [ + -79.19034735725855, + 33.705705603728376, + ], + [ + -79.28546279467409, + 33.716717151773736, + ], + [ + -79.31704829841962, + 33.779778407409125, + ], + [ + -79.324944674356, + 33.799062045205645, + ], + [ + -79.49292212609365, + 33.94924881757067, + ], + [ + -79.5708091069207, + 34.188011408115216, + ], + [ + -79.54747890529049, + 34.230231294767194, + ], + [ + -79.3802193059107, + 34.30049034278345, + ], + [ + -79.12825312830425, + 34.25365097743928, + ], + ], + ], + "type": "Polygon", + }, + "id": "45067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13157 { + "geometry": { + "coordinates": [ + [ + [ + -83.40234606696187, + 34.19741151010516, + ], + [ + -83.35999277784853, + 34.040510379175885, + ], + [ + -83.53730231023826, + 33.96584671194148, + ], + [ + -83.56314499512096, + 34.03175485560811, + ], + [ + -83.76809184328805, + 34.06677694987921, + ], + [ + -83.81762365597992, + 34.12742103643147, + ], + [ + -83.6202142575703, + 34.29522628566909, + ], + [ + -83.48023304778893, + 34.26197678205894, + ], + [ + -83.40234606696187, + 34.19741151010516, + ], + ], + ], + "type": "Polygon", + }, + "id": "13157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40067 { + "geometry": { + "coordinates": [ + [ + [ + -97.56270167797297, + 34.28910279065849, + ], + [ + -97.56090704707835, + 34.071074139360334, + ], + [ + -97.56126597325726, + 33.90004599801188, + ], + [ + -97.68760798823942, + 33.987171514741526, + ], + [ + -97.86958356095519, + 33.84923173239768, + ], + [ + -97.97797926699101, + 33.88989388786274, + ], + [ + -97.94567591088763, + 33.989803543298706, + ], + [ + -98.08242678505864, + 34.002265392793944, + ], + [ + -98.13770141661334, + 34.14321320777458, + ], + [ + -98.13913712132904, + 34.28974736908066, + ], + [ + -97.56270167797297, + 34.28910279065849, + ], + ], + ], + "type": "Polygon", + }, + "id": "40067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13105 { + "geometry": { + "coordinates": [ + [ + [ + -82.74084511920019, + 34.208745347361614, + ], + [ + -82.59476216437707, + 34.013814089524445, + ], + [ + -82.56461236534724, + 33.95574831666086, + ], + [ + -82.64537075560573, + 33.98416348210475, + ], + [ + -82.77960914652427, + 33.97100333931883, + ], + [ + -82.97630069257602, + 34.0432498374701, + ], + [ + -83.07787680121224, + 34.223463221334434, + ], + [ + -82.98096673290208, + 34.21143109078731, + ], + [ + -82.77422525384037, + 34.289425079869574, + ], + [ + -82.74084511920019, + 34.208745347361614, + ], + ], + ], + "type": "Polygon", + }, + "id": "13105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13195 { + "geometry": { + "coordinates": [ + [ + [ + -83.07787680121224, + 34.223463221334434, + ], + [ + -82.97630069257602, + 34.0432498374701, + ], + [ + -83.18842606432163, + 34.01692955189826, + ], + [ + -83.25841666921231, + 33.998988785814596, + ], + [ + -83.35999277784853, + 34.040510379175885, + ], + [ + -83.40234606696187, + 34.19741151010516, + ], + [ + -83.35460888516464, + 34.22383922541403, + ], + [ + -83.2975396227153, + 34.26439395114207, + ], + [ + -83.17263331244885, + 34.23855709938685, + ], + [ + -83.11341049292598, + 34.27347176392093, + ], + [ + -83.07787680121224, + 34.223463221334434, + ], + ], + ], + "type": "Polygon", + }, + "id": "13195", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45079 { + "geometry": { + "coordinates": [ + [ + [ + -80.61600213995489, + 34.099596734541244, + ], + [ + -80.64651086516365, + 33.99947221963122, + ], + [ + -80.59841475718748, + 33.77628694095572, + ], + [ + -80.62030925410201, + 33.74319858195112, + ], + [ + -80.82884536405834, + 33.77881153977587, + ], + [ + -81.01225664148983, + 33.880010352056175, + ], + [ + -81.06071167564491, + 34.00500485108816, + ], + [ + -81.1942322142056, + 34.095245830191615, + ], + [ + -81.27570845682193, + 34.09734071006366, + ], + [ + -81.33887946431301, + 34.19768008444773, + ], + [ + -81.31698496739848, + 34.23941653728308, + ], + [ + -81.17879838851175, + 34.175119839671865, + ], + [ + -81.09552751500078, + 34.21379454500192, + ], + [ + -80.82597395462693, + 34.268744855491704, + ], + [ + -80.86940402227705, + 34.1829084956064, + ], + [ + -80.71937287948575, + 34.06897925948829, + ], + [ + -80.61600213995489, + 34.099596734541244, + ], + ], + ], + "type": "Polygon", + }, + "id": "45079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01009 { + "geometry": { + "coordinates": [ + [ + [ + -86.45285966165879, + 34.25929103863324, + ], + [ + -86.30354637122534, + 34.09911330072462, + ], + [ + -86.32615872049772, + 33.94006357505478, + ], + [ + -86.4083528154719, + 33.834245284082286, + ], + [ + -86.57740704574631, + 33.801962648105395, + ], + [ + -86.57417671013597, + 33.76516796317333, + ], + [ + -86.75902369228317, + 33.84052992369841, + ], + [ + -86.95356168126136, + 33.81528393549686, + ], + [ + -86.96325268809238, + 33.85836326004505, + ], + [ + -86.91695121101085, + 33.91562330988093, + ], + [ + -86.76261295407242, + 33.97594510722211, + ], + [ + -86.70446691308632, + 34.080474241350274, + ], + [ + -86.60001939501869, + 34.120599248130205, + ], + [ + -86.51961993093914, + 34.25155609756723, + ], + [ + -86.45285966165879, + 34.25929103863324, + ], + ], + ], + "type": "Polygon", + }, + "id": "01009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48155 { + "geometry": { + "coordinates": [ + [ + [ + -99.99765687581083, + 34.22432265923066, + ], + [ + -99.77763512812885, + 34.09653498703595, + ], + [ + -99.47541928547267, + 34.08563086872761, + ], + [ + -99.4757782116516, + 33.833976709739716, + ], + [ + -99.4743425069359, + 33.733852194829694, + ], + [ + -99.55653660191008, + 33.79836375191496, + ], + [ + -99.6972356640493, + 33.825704619988564, + ], + [ + -99.99658009727406, + 33.835964159874734, + ], + [ + -100.0486243932184, + 33.835964159874734, + ], + [ + -100.0471886885027, + 34.22974786095057, + ], + [ + -99.99765687581083, + 34.22432265923066, + ], + ], + ], + "type": "Polygon", + }, + "id": "48155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48485 { + "geometry": { + "coordinates": [ + [ + [ + -98.61040719425964, + 34.15707164385118, + ], + [ + -98.48621873635105, + 34.062855764477696, + ], + [ + -98.42340665503889, + 34.08283769556489, + ], + [ + -98.42340665503889, + 33.83601787474325, + ], + [ + -98.95318169513452, + 33.833976709739716, + ], + [ + -98.95282276895558, + 34.21239795842055, + ], + [ + -98.76546330355592, + 34.136391419473306, + ], + [ + -98.61040719425964, + 34.15707164385118, + ], + ], + ], + "type": "Polygon", + }, + "id": "48485", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01055 { + "geometry": { + "coordinates": [ + [ + [ + -85.8437619360204, + 34.19998982379383, + ], + [ + -85.73895549177385, + 33.96847874049867, + ], + [ + -85.89975441993295, + 33.94301789282305, + ], + [ + -86.0652193884181, + 33.84214136975383, + ], + [ + -86.19945777933664, + 33.98894410540248, + ], + [ + -86.32615872049772, + 33.94006357505478, + ], + [ + -86.30354637122534, + 34.09911330072462, + ], + [ + -86.10613697281573, + 34.200741831953025, + ], + [ + -85.8437619360204, + 34.19998982379383, + ], + ], + ], + "type": "Polygon", + }, + "id": "01055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45063 { + "geometry": { + "coordinates": [ + [ + [ + -81.01225664148983, + 33.880010352056175, + ], + [ + -81.04276536669857, + 33.707048475441226, + ], + [ + -81.18741261680599, + 33.65279645824213, + ], + [ + -81.36795248480605, + 33.72864185258384, + ], + [ + -81.57146362825742, + 33.87721717889345, + ], + [ + -81.47204107669477, + 34.076499341080236, + ], + [ + -81.33887946431301, + 34.19768008444773, + ], + [ + -81.27570845682193, + 34.09734071006366, + ], + [ + -81.1942322142056, + 34.095245830191615, + ], + [ + -81.06071167564491, + 34.00500485108816, + ], + [ + -81.01225664148983, + 33.880010352056175, + ], + ], + ], + "type": "Polygon", + }, + "id": "45063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28161 { + "geometry": { + "coordinates": [ + [ + [ + -89.50983392757641, + 34.16206712662298, + ], + [ + -89.50732144432392, + 33.867387357955394, + ], + [ + -89.76933755494032, + 33.867279928218366, + ], + [ + -89.92654722131016, + 33.897951118139844, + ], + [ + -89.93157218781514, + 34.16426943623205, + ], + [ + -89.72160037314309, + 34.16346371320434, + ], + [ + -89.72088252078524, + 34.19252345707039, + ], + [ + -89.50983392757641, + 34.19096572588349, + ], + [ + -89.50983392757641, + 34.16206712662298, + ], + ], + ], + "type": "Polygon", + }, + "id": "28161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05133 { + "geometry": { + "coordinates": [ + [ + [ + -93.95872391537127, + 33.750987237885646, + ], + [ + -94.1902313007789, + 33.788265356634334, + ], + [ + -94.47737224392016, + 33.94086929808249, + ], + [ + -94.47019372034163, + 34.18978399877618, + ], + [ + -94.24371130143896, + 34.19246974220188, + ], + [ + -94.096910494258, + 34.190804581277945, + ], + [ + -94.04917331246077, + 33.882534950876334, + ], + [ + -93.95872391537127, + 33.750987237885646, + ], + ], + ], + "type": "Polygon", + }, + "id": "05133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45081 { + "geometry": { + "coordinates": [ + [ + [ + -81.47204107669477, + 34.076499341080236, + ], + [ + -81.57146362825742, + 33.87721717889345, + ], + [ + -81.65186309233698, + 33.81442449760063, + ], + [ + -81.83635114830523, + 33.866205630848086, + ], + [ + -81.89449718929134, + 33.97530052879994, + ], + [ + -82.00827678801106, + 33.961656952197394, + ], + [ + -81.87009020912433, + 34.13526340723451, + ], + [ + -81.72867329462726, + 34.1867759661394, + ], + [ + -81.5373656412594, + 34.080903960298386, + ], + [ + -81.47204107669477, + 34.076499341080236, + ], + ], + ], + "type": "Polygon", + }, + "id": "45081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13121 { + "geometry": { + "coordinates": [ + [ + [ + -84.25874392988067, + 34.185916528243176, + ], + [ + -84.25874392988067, + 34.1094265554793, + ], + [ + -84.09758607554264, + 34.05071620419354, + ], + [ + -84.27669023882699, + 33.957682051927364, + ], + [ + -84.34775762225445, + 33.963268398252815, + ], + [ + -84.35027010550694, + 33.64790840520736, + ], + [ + -84.45758903300599, + 33.64887527284061, + ], + [ + -84.45866581154277, + 33.550953067539666, + ], + [ + -84.60941480669193, + 33.50250225614007, + ], + [ + -84.85061319893059, + 33.51152635405042, + ], + [ + -84.8089777621751, + 33.57410417586918, + ], + [ + -84.66002339792057, + 33.65741593693433, + ], + [ + -84.57818822912532, + 33.74346715629369, + ], + [ + -84.4712282278052, + 33.826134338936676, + ], + [ + -84.38329131396819, + 33.96364440233241, + ], + [ + -84.41882500568191, + 34.0732764489694, + ], + [ + -84.35457721965406, + 34.17495869506632, + ], + [ + -84.25874392988067, + 34.185916528243176, + ], + ], + ], + "type": "Polygon", + }, + "id": "13121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40095 { + "geometry": { + "coordinates": [ + [ + [ + -96.58534569275592, + 34.11442203825109, + ], + [ + -96.54909414868433, + 34.0670992390903, + ], + [ + -96.62482757243784, + 34.00887232162117, + ], + [ + -96.58857602836626, + 33.89499680037157, + ], + [ + -96.6553362976466, + 33.91379700435146, + ], + [ + -96.77270515815559, + 33.83419156921377, + ], + [ + -96.86925630028684, + 33.85497922332867, + ], + [ + -96.9349397910304, + 33.95429801521098, + ], + [ + -96.9701145565652, + 34.070805565017764, + ], + [ + -96.9335040863147, + 34.1725415259832, + ], + [ + -96.6700522709826, + 34.17227295164063, + ], + [ + -96.58534569275592, + 34.11442203825109, + ], + ], + ], + "type": "Polygon", + }, + "id": "40095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05079 { + "geometry": { + "coordinates": [ + [ + [ + -91.44552281052741, + 34.08015195213919, + ], + [ + -91.42183368271826, + 34.0144049530781, + ], + [ + -91.54853462387933, + 33.97675083024981, + ], + [ + -91.5575077783525, + 33.783377303599565, + ], + [ + -91.97601570298089, + 33.791703108219224, + ], + [ + -91.95376227988744, + 34.06409120645351, + ], + [ + -91.95376227988744, + 34.093365809793625, + ], + [ + -91.74486724375217, + 34.09401038821579, + ], + [ + -91.72727986098477, + 34.17372325309051, + ], + [ + -91.44552281052741, + 34.08015195213919, + ], + ], + ], + "type": "Polygon", + }, + "id": "05079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45085 { + "geometry": { + "coordinates": [ + [ + [ + -80.00116159545367, + 34.046795018792025, + ], + [ + -79.89384266795463, + 33.987977237769236, + ], + [ + -79.97460105821311, + 33.94650935927646, + ], + [ + -80.25564025631262, + 33.803950098240406, + ], + [ + -80.39705717080967, + 33.767746276862, + ], + [ + -80.53416697115964, + 33.643826075200295, + ], + [ + -80.62030925410201, + 33.74319858195112, + ], + [ + -80.59841475718748, + 33.77628694095572, + ], + [ + -80.64651086516365, + 33.99947221963122, + ], + [ + -80.61600213995489, + 34.099596734541244, + ], + [ + -80.47996911814171, + 34.1686740554502, + ], + [ + -80.48140482285743, + 34.11259573272162, + ], + [ + -80.32204159941402, + 34.08031309674473, + ], + [ + -80.18062468491695, + 33.95231056507596, + ], + [ + -80.00116159545367, + 34.046795018792025, + ], + ], + ], + "type": "Polygon", + }, + "id": "45085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13135 { + "geometry": { + "coordinates": [ + [ + [ + -83.81762365597992, + 34.12742103643147, + ], + [ + -83.8689500995664, + 34.00500485108816, + ], + [ + -83.79895949467573, + 33.929804035168615, + ], + [ + -83.98201184592828, + 33.78611676189378, + ], + [ + -84.02364728268375, + 33.75281354341512, + ], + [ + -84.26017963459637, + 33.91949078041394, + ], + [ + -84.27669023882699, + 33.957682051927364, + ], + [ + -84.09758607554264, + 34.05071620419354, + ], + [ + -84.06277023618675, + 34.167868332422486, + ], + [ + -83.8689500995664, + 34.09862986690799, + ], + [ + -83.81762365597992, + 34.12742103643147, + ], + ], + ], + "type": "Polygon", + }, + "id": "13135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28135 { + "geometry": { + "coordinates": [ + [ + [ + -89.93157218781514, + 34.16426943623205, + ], + [ + -89.92654722131016, + 33.897951118139844, + ], + [ + -89.92654722131016, + 33.82382459959058, + ], + [ + -90.1365190359822, + 33.80932158509181, + ], + [ + -90.13723688834006, + 33.721658919677026, + ], + [ + -90.2958822594256, + 33.750826093280104, + ], + [ + -90.1824615868848, + 33.80932158509181, + ], + [ + -90.45165622107973, + 33.81136275009534, + ], + [ + -90.45093836872188, + 33.98566749842314, + ], + [ + -90.45093836872188, + 34.072900444889804, + ], + [ + -90.13580118362435, + 34.072900444889804, + ], + [ + -90.13544225744542, + 34.16007967648796, + ], + [ + -89.93157218781514, + 34.16426943623205, + ], + ], + ], + "type": "Polygon", + }, + "id": "28135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28013 { + "geometry": { + "coordinates": [ + [ + [ + -89.24530533370752, + 34.16115397385824, + ], + [ + -89.24458748134967, + 34.07392102739157, + ], + [ + -89.13942211092419, + 34.074135886865626, + ], + [ + -89.13798640620848, + 33.81211475825454, + ], + [ + -89.19182533304746, + 33.73857910325892, + ], + [ + -89.506962518145, + 33.72182006428257, + ], + [ + -89.50732144432392, + 33.867387357955394, + ], + [ + -89.50983392757641, + 34.16206712662298, + ], + [ + -89.24530533370752, + 34.16115397385824, + ], + ], + ], + "type": "Polygon", + }, + "id": "28013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40013 { + "geometry": { + "coordinates": [ + [ + [ + -95.99168179281136, + 34.15680306950861, + ], + [ + -95.9382017921513, + 34.125111297085375, + ], + [ + -95.93784286597239, + 33.953277432709214, + ], + [ + -95.84057387148329, + 33.87410171651965, + ], + [ + -95.76017440740372, + 33.87383314217708, + ], + [ + -95.84667561652503, + 33.83999277501328, + ], + [ + -95.9353303827199, + 33.88769157825367, + ], + [ + -96.0893097134794, + 33.857342677543286, + ], + [ + -96.17904125821104, + 33.76076334395519, + ], + [ + -96.37932206605207, + 33.725741249684084, + ], + [ + -96.4241878384179, + 33.77671665990383, + ], + [ + -96.62805790804818, + 33.844558538836964, + ], + [ + -96.58857602836626, + 33.89499680037157, + ], + [ + -96.62482757243784, + 34.00887232162117, + ], + [ + -96.54909414868433, + 34.0670992390903, + ], + [ + -96.58534569275592, + 34.11442203825109, + ], + [ + -96.45397871126879, + 34.11436832338258, + ], + [ + -96.40767723418726, + 34.15728650332524, + ], + [ + -95.99168179281136, + 34.15680306950861, + ], + ], + ], + "type": "Polygon", + }, + "id": "40013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40023 { + "geometry": { + "coordinates": [ + [ + [ + -95.15646057444924, + 34.156964214114154, + ], + [ + -95.15610164827031, + 33.936572108601375, + ], + [ + -95.21927265576139, + 33.96240896035659, + ], + [ + -95.31151668374551, + 33.87807661678967, + ], + [ + -95.5516382974474, + 33.88887330536098, + ], + [ + -95.59937547924463, + 33.940815583213976, + ], + [ + -95.76017440740372, + 33.87383314217708, + ], + [ + -95.84057387148329, + 33.87410171651965, + ], + [ + -95.93784286597239, + 33.953277432709214, + ], + [ + -95.9382017921513, + 34.125111297085375, + ], + [ + -95.99168179281136, + 34.15680306950861, + ], + [ + -95.77883856870791, + 34.156695639771584, + ], + [ + -95.15646057444924, + 34.156964214114154, + ], + ], + ], + "type": "Polygon", + }, + "id": "40023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05039 { + "geometry": { + "coordinates": [ + [ + [ + -92.67843423514019, + 34.14960527712774, + ], + [ + -92.50004792421367, + 34.14466350922446, + ], + [ + -92.33673651280209, + 34.05963287236686, + ], + [ + -92.47169275607848, + 34.05705455867819, + ], + [ + -92.47564094404667, + 33.97266850024276, + ], + [ + -92.3342240295496, + 33.79503343006709, + ], + [ + -92.58295987154571, + 33.80217750757945, + ], + [ + -92.89378994249613, + 33.80991244864546, + ], + [ + -92.8866114189176, + 34.155889916743874, + ], + [ + -92.67843423514019, + 34.14960527712774, + ], + ], + ], + "type": "Polygon", + }, + "id": "05039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48077 { + "geometry": { + "coordinates": [ + [ + [ + -98.13770141661334, + 34.14321320777458, + ], + [ + -98.08242678505864, + 34.002265392793944, + ], + [ + -97.94567591088763, + 33.989803543298706, + ], + [ + -97.97797926699101, + 33.88989388786274, + ], + [ + -97.9790560455278, + 33.46710415778937, + ], + [ + -98.42125309796533, + 33.46678186857829, + ], + [ + -98.42340665503889, + 33.83601787474325, + ], + [ + -98.42340665503889, + 34.08283769556489, + ], + [ + -98.36454276169493, + 34.157125358719696, + ], + [ + -98.16892799417995, + 34.114207178777036, + ], + [ + -98.13770141661334, + 34.14321320777458, + ], + ], + ], + "type": "Polygon", + }, + "id": "48077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13013 { + "geometry": { + "coordinates": [ + [ + [ + -83.53730231023826, + 33.96584671194148, + ], + [ + -83.64677479481087, + 33.90622320789099, + ], + [ + -83.79895949467573, + 33.929804035168615, + ], + [ + -83.8689500995664, + 34.00500485108816, + ], + [ + -83.81762365597992, + 34.12742103643147, + ], + [ + -83.76809184328805, + 34.06677694987921, + ], + [ + -83.56314499512096, + 34.03175485560811, + ], + [ + -83.53730231023826, + 33.96584671194148, + ], + ], + ], + "type": "Polygon", + }, + "id": "13013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28011 { + "geometry": { + "coordinates": [ + [ + [ + -90.65696199542573, + 33.98760123368964, + ], + [ + -90.65875662632037, + 33.61627034765264, + ], + [ + -90.76392199674585, + 33.61616291791561, + ], + [ + -90.76392199674585, + 33.52935969039705, + ], + [ + -91.21473327747762, + 33.52909111605448, + ], + [ + -91.23088495552932, + 33.56137375203137, + ], + [ + -91.13433381339807, + 33.59354895827123, + ], + [ + -91.21904039162474, + 33.66149826694139, + ], + [ + -91.11782320916745, + 33.705275884780264, + ], + [ + -91.13218025632452, + 33.78343101846808, + ], + [ + -91.02342562410976, + 33.762911938695744, + ], + [ + -91.08982696721118, + 33.96251639009362, + ], + [ + -90.8888283070123, + 34.029767405473095, + ], + [ + -90.95522965011371, + 34.11882665746924, + ], + [ + -90.95630642865049, + 34.12011581431358, + ], + [ + -90.65947447867822, + 34.118719227732214, + ], + [ + -90.65696199542573, + 33.98760123368964, + ], + ], + ], + "type": "Polygon", + }, + "id": "28011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05041 { + "geometry": { + "coordinates": [ + [ + [ + -90.95522965011371, + 34.11882665746924, + ], + [ + -90.8888283070123, + 34.029767405473095, + ], + [ + -91.08982696721118, + 33.96251639009362, + ], + [ + -91.02342562410976, + 33.762911938695744, + ], + [ + -91.13218025632452, + 33.78343101846808, + ], + [ + -91.11782320916745, + 33.705275884780264, + ], + [ + -91.21904039162474, + 33.66149826694139, + ], + [ + -91.13433381339807, + 33.59354895827123, + ], + [ + -91.23088495552932, + 33.56137375203137, + ], + [ + -91.24560092886531, + 33.51716641524438, + ], + [ + -91.45341918646379, + 33.563683491377475, + ], + [ + -91.45054777703238, + 33.78036927096278, + ], + [ + -91.5575077783525, + 33.783377303599565, + ], + [ + -91.54853462387933, + 33.97675083024981, + ], + [ + -91.42183368271826, + 34.0144049530781, + ], + [ + -91.25026696919136, + 33.95778948166439, + ], + [ + -91.13253918250344, + 33.95521116797572, + ], + [ + -91.1967869685313, + 34.05227393538044, + ], + [ + -91.11782320916745, + 34.11909523181181, + ], + [ + -90.95522965011371, + 34.11882665746924, + ], + ], + ], + "type": "Polygon", + }, + "id": "05041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13233 { + "geometry": { + "coordinates": [ + [ + [ + -85.04694581880342, + 34.096427557298924, + ], + [ + -84.92275736089482, + 34.08251540635381, + ], + [ + -84.97874984480737, + 33.95139741231123, + ], + [ + -85.05053508059268, + 33.904450617230026, + ], + [ + -85.38648998406795, + 33.90176487380433, + ], + [ + -85.39869347415146, + 33.96412783614904, + ], + [ + -85.42202367578169, + 34.08079653056136, + ], + [ + -85.04694581880342, + 34.096427557298924, + ], + ], + ], + "type": "Polygon", + }, + "id": "13233", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28095 { + "geometry": { + "coordinates": [ + [ + [ + -88.54324572772715, + 34.088961190575475, + ], + [ + -88.20370156246261, + 34.08654402149235, + ], + [ + -88.20729082425188, + 34.058343715522525, + ], + [ + -88.24928518718629, + 33.74497117261208, + ], + [ + -88.51381378105518, + 33.650110714816435, + ], + [ + -88.50017458625597, + 33.67986875197316, + ], + [ + -88.7194784815801, + 33.680191041184244, + ], + [ + -88.72019633393795, + 33.81104046088426, + ], + [ + -88.7194784815801, + 34.074511890945224, + ], + [ + -88.54324572772715, + 34.088961190575475, + ], + ], + ], + "type": "Polygon", + }, + "id": "28095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35005 { + "geometry": { + "coordinates": [ + [ + [ + -103.94620377018205, + 34.08278398069638, + ], + [ + -103.84175625211442, + 34.08165596845758, + ], + [ + -103.84175625211442, + 33.81925883576689, + ], + [ + -103.71684994184797, + 33.8193125506354, + ], + [ + -103.7186445727426, + 33.65607306522148, + ], + [ + -103.50974953660734, + 33.657093647723244, + ], + [ + -103.51010846278626, + 33.57018299046766, + ], + [ + -103.72079812981616, + 33.569592126914, + ], + [ + -103.72187490835294, + 33.395824527271344, + ], + [ + -103.76638175453984, + 33.395448523191746, + ], + [ + -103.76638175453984, + 32.96529985613196, + ], + [ + -103.814477862516, + 32.96513871152642, + ], + [ + -104.84136566042493, + 32.96325869112843, + ], + [ + -104.85141559343487, + 32.52048702996787, + ], + [ + -105.35391224393207, + 32.51876815417542, + ], + [ + -105.35247653921635, + 32.96191581941558, + ], + [ + -105.31622499514478, + 32.961969534284094, + ], + [ + -105.31694284750263, + 33.132191952604835, + ], + [ + -104.90561344645278, + 33.138691451695024, + ], + [ + -104.8923331778325, + 33.397704547669335, + ], + [ + -104.89305103019035, + 34.08826289728479, + ], + [ + -104.78609102887023, + 34.08777946346817, + ], + [ + -104.78609102887023, + 34.00006308318488, + ], + [ + -104.1561755848541, + 33.995389889624164, + ], + [ + -104.1561755848541, + 34.08332112938152, + ], + [ + -103.94620377018205, + 34.08278398069638, + ], + ], + ], + "type": "Polygon", + }, + "id": "35005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13067 { + "geometry": { + "coordinates": [ + [ + [ + -84.41882500568191, + 34.0732764489694, + ], + [ + -84.38329131396819, + 33.96364440233241, + ], + [ + -84.4712282278052, + 33.826134338936676, + ], + [ + -84.57818822912532, + 33.74346715629369, + ], + [ + -84.623771853849, + 33.80427238745149, + ], + [ + -84.72427118394843, + 33.80604497811245, + ], + [ + -84.73791037874764, + 34.07939994397999, + ], + [ + -84.65930554556272, + 34.077949642530115, + ], + [ + -84.41882500568191, + 34.0732764489694, + ], + ], + ], + "type": "Polygon", + }, + "id": "13067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06065 { + "geometry": { + "coordinates": [ + [ + [ + -114.6260522241422, + 33.4368089719475, + ], + [ + -116.08257465822622, + 33.427086580746476, + ], + [ + -117.03121654912916, + 33.426818006403906, + ], + [ + -117.2411883638012, + 33.43159862970165, + ], + [ + -117.37111964057262, + 33.49186671217431, + ], + [ + -117.5100240718172, + 33.50502685496023, + ], + [ + -117.4141907820438, + 33.65918852759529, + ], + [ + -117.5358667566999, + 33.71134566492235, + ], + [ + -117.67297655704986, + 33.87023424598664, + ], + [ + -117.55991481068799, + 34.03277543810988, + ], + [ + -117.22683131664414, + 34.004413987534505, + ], + [ + -116.929281514314, + 34.00489742135113, + ], + [ + -116.92999936667186, + 34.03460174363936, + ], + [ + -115.3151904876812, + 34.03798578035573, + ], + [ + -115.31554941386014, + 34.08122624950947, + ], + [ + -114.43259101370077, + 34.0878868932052, + ], + [ + -114.43653920166896, + 34.02772624046956, + ], + [ + -114.53488497469485, + 33.92572170516156, + ], + [ + -114.49683879972864, + 33.69678893555506, + ], + [ + -114.52447611550598, + 33.55218850951548, + ], + [ + -114.6260522241422, + 33.4368089719475, + ], + ], + ], + "type": "Polygon", + }, + "id": "06065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13223 { + "geometry": { + "coordinates": [ + [ + [ + -84.73791037874764, + 34.07939994397999, + ], + [ + -84.72427118394843, + 33.80604497811245, + ], + [ + -84.90158071633816, + 33.78063784530535, + ], + [ + -85.03797266433025, + 33.81189989878048, + ], + [ + -85.05053508059268, + 33.904450617230026, + ], + [ + -84.97874984480737, + 33.95139741231123, + ], + [ + -84.92275736089482, + 34.08251540635381, + ], + [ + -84.73791037874764, + 34.07939994397999, + ], + ], + ], + "type": "Polygon", + }, + "id": "13223", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45065 { + "geometry": { + "coordinates": [ + [ + [ + -82.32700323489786, + 34.064037491585, + ], + [ + -82.30618551652012, + 33.97202392182059, + ], + [ + -82.0452461844405, + 33.98330404420852, + ], + [ + -82.04704081533512, + 33.953170002972186, + ], + [ + -82.15579544754988, + 33.92921317161496, + ], + [ + -82.11559571551011, + 33.831828114999155, + ], + [ + -82.17266497795943, + 33.76516796317333, + ], + [ + -82.11523678933118, + 33.59661070577653, + ], + [ + -82.23224672366123, + 33.693351183970165, + ], + [ + -82.34674417473882, + 33.83548072605811, + ], + [ + -82.56461236534724, + 33.95574831666086, + ], + [ + -82.59476216437707, + 34.013814089524445, + ], + [ + -82.53051437834922, + 34.07198729212507, + ], + [ + -82.32700323489786, + 34.064037491585, + ], + ], + ], + "type": "Polygon", + }, + "id": "45065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28017 { + "geometry": { + "coordinates": [ + [ + [ + -88.82464385200558, + 34.07494160989334, + ], + [ + -88.7194784815801, + 34.074511890945224, + ], + [ + -88.72019633393795, + 33.81104046088426, + ], + [ + -88.93124492714678, + 33.812329617728594, + ], + [ + -88.9316038533257, + 33.754263844864994, + ], + [ + -89.03461566667762, + 33.739438541155145, + ], + [ + -89.19182533304746, + 33.73857910325892, + ], + [ + -89.13798640620848, + 33.81211475825454, + ], + [ + -89.13942211092419, + 34.074135886865626, + ], + [ + -88.82464385200558, + 34.07494160989334, + ], + ], + ], + "type": "Polygon", + }, + "id": "28017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 40085 { + "geometry": { + "coordinates": [ + [ + [ + -96.9701145565652, + 34.070805565017764, + ], + [ + -96.9349397910304, + 33.95429801521098, + ], + [ + -96.94463079786142, + 33.94908767296513, + ], + [ + -97.09537979301058, + 33.794120277302355, + ], + [ + -97.10722435691515, + 33.721121770991886, + ], + [ + -97.20449335140425, + 33.801156925077684, + ], + [ + -97.18654704245793, + 33.901550014330276, + ], + [ + -97.30929979565082, + 33.88871216075544, + ], + [ + -97.37282972932081, + 33.819473695240944, + ], + [ + -97.46220234787353, + 33.84026134935584, + ], + [ + -97.48409684478806, + 33.9155158801439, + ], + [ + -97.56126597325726, + 33.90004599801188, + ], + [ + -97.56090704707835, + 34.071074139360334, + ], + [ + -96.9701145565652, + 34.070805565017764, + ], + ], + ], + "type": "Polygon", + }, + "id": "40085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05025 { + "geometry": { + "coordinates": [ + [ + [ + -91.95376227988744, + 34.06409120645351, + ], + [ + -91.97601570298089, + 33.791703108219224, + ], + [ + -91.97601570298089, + 33.704362732015525, + ], + [ + -92.33099369393926, + 33.70780048360042, + ], + [ + -92.3342240295496, + 33.79503343006709, + ], + [ + -92.47564094404667, + 33.97266850024276, + ], + [ + -92.47169275607848, + 34.05705455867819, + ], + [ + -92.33673651280209, + 34.05963287236686, + ], + [ + -92.23336577327123, + 34.062318615792556, + ], + [ + -91.95376227988744, + 34.06409120645351, + ], + ], + ], + "type": "Polygon", + }, + "id": "05025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01075 { + "geometry": { + "coordinates": [ + [ + [ + -87.95173538485616, + 33.919974214230564, + ], + [ + -87.94671041835119, + 33.52404191841417, + ], + [ + -88.27476894589007, + 33.53397916908925, + ], + [ + -88.24928518718629, + 33.74497117261208, + ], + [ + -88.20729082425188, + 34.058343715522525, + ], + [ + -87.98691015039097, + 34.052059075906385, + ], + [ + -87.95173538485616, + 33.919974214230564, + ], + ], + ], + "type": "Polygon", + }, + "id": "01075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13221 { + "geometry": { + "coordinates": [ + [ + [ + -82.97630069257602, + 34.0432498374701, + ], + [ + -82.77960914652427, + 33.97100333931883, + ], + [ + -82.84816404669924, + 33.93984871558072, + ], + [ + -82.98706847794382, + 33.780691560173864, + ], + [ + -82.94902230297761, + 33.733207616407526, + ], + [ + -82.99568270623806, + 33.69351232857571, + ], + [ + -83.11879438560987, + 33.698830100558595, + ], + [ + -83.28031116612684, + 33.76173021158844, + ], + [ + -83.27600405197971, + 33.84794257555335, + ], + [ + -83.25841666921231, + 33.998988785814596, + ], + [ + -83.18842606432163, + 34.01692955189826, + ], + [ + -82.97630069257602, + 34.0432498374701, + ], + ], + ], + "type": "Polygon", + }, + "id": "13221", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 04013 { + "geometry": { + "coordinates": [ + [ + [ + -111.49478023918678, + 33.99979450884231, + ], + [ + -111.37166855981496, + 33.81899026142432, + ], + [ + -111.38710238550881, + 33.7500203702524, + ], + [ + -111.22450882645508, + 33.60337877920929, + ], + [ + -111.15344144302762, + 33.67761272749558, + ], + [ + -111.04002077048682, + 33.466083575287605, + ], + [ + -111.58056359595024, + 33.46592243068206, + ], + [ + -111.5827171530238, + 33.205459033257874, + ], + [ + -112.07659957522675, + 33.20443845075611, + ], + [ + -112.20186481167212, + 33.29043595524696, + ], + [ + -112.20365944256676, + 32.50673602362829, + ], + [ + -113.33391798000653, + 32.5048560032303, + ], + [ + -113.33391798000653, + 33.37745404223958, + ], + [ + -113.33391798000653, + 33.99920364528865, + ], + [ + -112.74492012038803, + 33.999901938579335, + ], + [ + -112.27616253070993, + 33.88232009140228, + ], + [ + -112.16453648906376, + 34.048084175636355, + ], + [ + -111.72556977223657, + 33.99984822371082, + ], + [ + -111.49478023918678, + 33.99979450884231, + ], + ], + ], + "type": "Polygon", + }, + "id": "04013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13059 { + "geometry": { + "coordinates": [ + [ + [ + -83.25841666921231, + 33.998988785814596, + ], + [ + -83.27600405197971, + 33.84794257555335, + ], + [ + -83.53730231023826, + 33.96584671194148, + ], + [ + -83.35999277784853, + 34.040510379175885, + ], + [ + -83.25841666921231, + 33.998988785814596, + ], + ], + ], + "type": "Polygon", + }, + "id": "13059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05057 { + "geometry": { + "coordinates": [ + [ + [ + -93.45658619105299, + 33.95682261403114, + ], + [ + -93.48314672829356, + 33.476074540831206, + ], + [ + -93.7229094158165, + 33.48192946149922, + ], + [ + -93.82592122916843, + 33.60982456343096, + ], + [ + -93.96518458659195, + 33.668803489059286, + ], + [ + -93.95728821065556, + 33.75093352301713, + ], + [ + -93.83130512185234, + 33.7477106309063, + ], + [ + -93.82304981973702, + 34.00887232162117, + ], + [ + -93.52908927919616, + 33.94355504150819, + ], + [ + -93.45658619105299, + 33.95682261403114, + ], + ], + ], + "type": "Polygon", + }, + "id": "05057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01127 { + "geometry": { + "coordinates": [ + [ + [ + -87.15097107967098, + 33.9932412948836, + ], + [ + -87.0917482601481, + 33.89005503246828, + ], + [ + -86.96325268809238, + 33.85836326004505, + ], + [ + -86.95356168126136, + 33.81528393549686, + ], + [ + -87.05765027315007, + 33.65628792469553, + ], + [ + -87.17896732162725, + 33.61374574883248, + ], + [ + -87.26690423546427, + 33.51292294063178, + ], + [ + -87.31858960522969, + 33.58737174839213, + ], + [ + -87.42375497565517, + 33.60208962236495, + ], + [ + -87.42375497565517, + 33.689107709357565, + ], + [ + -87.5282024937228, + 33.692008312257315, + ], + [ + -87.53143282933314, + 33.867548502560936, + ], + [ + -87.6362392735797, + 33.915193590932816, + ], + [ + -87.6362392735797, + 34.002157963056916, + ], + [ + -87.15097107967098, + 33.9932412948836, + ], + ], + ], + "type": "Polygon", + }, + "id": "01127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13317 { + "geometry": { + "coordinates": [ + [ + [ + -82.64537075560573, + 33.98416348210475, + ], + [ + -82.59548001673492, + 33.830485243286304, + ], + [ + -82.47954686094165, + 33.63952888571918, + ], + [ + -82.64860109121607, + 33.60832054711257, + ], + [ + -82.67982766878268, + 33.59972616815034, + ], + [ + -82.81298928116443, + 33.65569706114188, + ], + [ + -82.89051733581258, + 33.633083101497505, + ], + [ + -82.94902230297761, + 33.733207616407526, + ], + [ + -82.98706847794382, + 33.780691560173864, + ], + [ + -82.84816404669924, + 33.93984871558072, + ], + [ + -82.77960914652427, + 33.97100333931883, + ], + [ + -82.64537075560573, + 33.98416348210475, + ], + ], + ], + "type": "Polygon", + }, + "id": "13317", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48337 { + "geometry": { + "coordinates": [ + [ + [ + -97.56126597325726, + 33.90004599801188, + ], + [ + -97.48409684478806, + 33.9155158801439, + ], + [ + -97.48696825421946, + 33.4337472244422, + ], + [ + -97.91803859511027, + 33.433800939310714, + ], + [ + -97.9790560455278, + 33.46710415778937, + ], + [ + -97.97797926699101, + 33.88989388786274, + ], + [ + -97.86958356095519, + 33.84923173239768, + ], + [ + -97.68760798823942, + 33.987171514741526, + ], + [ + -97.56126597325726, + 33.90004599801188, + ], + ], + ], + "type": "Polygon", + }, + "id": "48337", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01115 { + "geometry": { + "coordinates": [ + [ + [ + -86.0652193884181, + 33.84214136975383, + ], + [ + -86.04511952239821, + 33.771452602789466, + ], + [ + -86.14561885249765, + 33.67906302894546, + ], + [ + -86.22171120243009, + 33.5872643186551, + ], + [ + -86.19658636990522, + 33.539619230283215, + ], + [ + -86.37892086879992, + 33.39088275936806, + ], + [ + -86.37820301644207, + 33.50234111153453, + ], + [ + -86.51674852150772, + 33.54590386989935, + ], + [ + -86.57417671013597, + 33.76516796317333, + ], + [ + -86.57740704574631, + 33.801962648105395, + ], + [ + -86.4083528154719, + 33.834245284082286, + ], + [ + -86.32615872049772, + 33.94006357505478, + ], + [ + -86.19945777933664, + 33.98894410540248, + ], + [ + -86.0652193884181, + 33.84214136975383, + ], + ], + ], + "type": "Polygon", + }, + "id": "01115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28133 { + "geometry": { + "coordinates": [ + [ + [ + -90.45093836872188, + 33.98566749842314, + ], + [ + -90.45165622107973, + 33.81136275009534, + ], + [ + -90.45309192579543, + 33.329486664656606, + ], + [ + -90.55538588678951, + 33.32911066057701, + ], + [ + -90.55502696061059, + 33.27050773902828, + ], + [ + -90.71618481494862, + 33.270024305211656, + ], + [ + -90.76392199674585, + 33.27034659442274, + ], + [ + -90.76392199674585, + 33.52935969039705, + ], + [ + -90.76392199674585, + 33.61616291791561, + ], + [ + -90.65875662632037, + 33.61627034765264, + ], + [ + -90.65696199542573, + 33.98760123368964, + ], + [ + -90.45093836872188, + 33.98566749842314, + ], + ], + ], + "type": "Polygon", + }, + "id": "28133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13181 { + "geometry": { + "coordinates": [ + [ + [ + -82.56461236534724, + 33.95574831666086, + ], + [ + -82.34674417473882, + 33.83548072605811, + ], + [ + -82.23224672366123, + 33.693351183970165, + ], + [ + -82.42534900792374, + 33.65048671889603, + ], + [ + -82.47954686094165, + 33.63952888571918, + ], + [ + -82.59548001673492, + 33.830485243286304, + ], + [ + -82.64537075560573, + 33.98416348210475, + ], + [ + -82.56461236534724, + 33.95574831666086, + ], + ], + ], + "type": "Polygon", + }, + "id": "13181", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45037 { + "geometry": { + "coordinates": [ + [ + [ + -81.65186309233698, + 33.81442449760063, + ], + [ + -82.01258390215818, + 33.53209914869126, + ], + [ + -82.02837665403095, + 33.54488328739758, + ], + [ + -82.11523678933118, + 33.59661070577653, + ], + [ + -82.17266497795943, + 33.76516796317333, + ], + [ + -82.11559571551011, + 33.831828114999155, + ], + [ + -82.15579544754988, + 33.92921317161496, + ], + [ + -82.04704081533512, + 33.953170002972186, + ], + [ + -82.00827678801106, + 33.961656952197394, + ], + [ + -81.89449718929134, + 33.97530052879994, + ], + [ + -81.83635114830523, + 33.866205630848086, + ], + [ + -81.65186309233698, + 33.81442449760063, + ], + ], + ], + "type": "Polygon", + }, + "id": "45037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13089 { + "geometry": { + "coordinates": [ + [ + [ + -84.27669023882699, + 33.957682051927364, + ], + [ + -84.26017963459637, + 33.91949078041394, + ], + [ + -84.02364728268375, + 33.75281354341512, + ], + [ + -84.11589131066789, + 33.61465890159722, + ], + [ + -84.18408728466393, + 33.64608209967788, + ], + [ + -84.28135627915304, + 33.64737125652222, + ], + [ + -84.35027010550694, + 33.64790840520736, + ], + [ + -84.34775762225445, + 33.963268398252815, + ], + [ + -84.27669023882699, + 33.957682051927364, + ], + ], + ], + "type": "Polygon", + }, + "id": "13089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01015 { + "geometry": { + "coordinates": [ + [ + [ + -85.79602475422317, + 33.55616340978551, + ], + [ + -85.79530690186532, + 33.58554544286265, + ], + [ + -85.99486985734849, + 33.58645859562739, + ], + [ + -86.05158019361889, + 33.6746046948588, + ], + [ + -86.14561885249765, + 33.67906302894546, + ], + [ + -86.04511952239821, + 33.771452602789466, + ], + [ + -86.0652193884181, + 33.84214136975383, + ], + [ + -85.89975441993295, + 33.94301789282305, + ], + [ + -85.73895549177385, + 33.96847874049867, + ], + [ + -85.53006045563858, + 33.941352731899116, + ], + [ + -85.63630260460084, + 33.875928022049116, + ], + [ + -85.63881508785333, + 33.64839183902399, + ], + [ + -85.79602475422317, + 33.55616340978551, + ], + ], + ], + "type": "Polygon", + }, + "id": "01015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13219 { + "geometry": { + "coordinates": [ + [ + [ + -83.27600405197971, + 33.84794257555335, + ], + [ + -83.28031116612684, + 33.76173021158844, + ], + [ + -83.40629425493006, + 33.69834666674197, + ], + [ + -83.50571680649271, + 33.81770110457998, + ], + [ + -83.64677479481087, + 33.90622320789099, + ], + [ + -83.53730231023826, + 33.96584671194148, + ], + [ + -83.27600405197971, + 33.84794257555335, + ], + ], + ], + "type": "Polygon", + }, + "id": "13219", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01029 { + "geometry": { + "coordinates": [ + [ + [ + -85.39869347415146, + 33.96412783614904, + ], + [ + -85.38648998406795, + 33.90176487380433, + ], + [ + -85.33875280227072, + 33.65311874745321, + ], + [ + -85.30429588909377, + 33.48284261426396, + ], + [ + -85.64348112817937, + 33.49584161244434, + ], + [ + -85.85201723813572, + 33.49863478560707, + ], + [ + -85.79602475422317, + 33.55616340978551, + ], + [ + -85.63881508785333, + 33.64839183902399, + ], + [ + -85.63630260460084, + 33.875928022049116, + ], + [ + -85.53006045563858, + 33.941352731899116, + ], + [ + -85.39869347415146, + 33.96412783614904, + ], + ], + ], + "type": "Polygon", + }, + "id": "01029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48387 { + "geometry": { + "coordinates": [ + [ + [ + -95.15610164827031, + 33.936572108601375, + ], + [ + -94.97017788758635, + 33.86163986702441, + ], + [ + -94.86178218155052, + 33.74373573063626, + ], + [ + -94.77707560332385, + 33.762911938695744, + ], + [ + -94.74656687811509, + 33.70285871569714, + ], + [ + -94.74692580429402, + 33.32889580110295, + ], + [ + -94.80866110706938, + 33.36364932103149, + ], + [ + -94.88870164497001, + 33.39829541122299, + ], + [ + -95.12559292306155, + 33.38943245791819, + ], + [ + -95.30649171724055, + 33.378044905793224, + ], + [ + -95.3086452743141, + 33.38067693435041, + ], + [ + -95.31151668374551, + 33.87807661678967, + ], + [ + -95.21927265576139, + 33.96240896035659, + ], + [ + -95.15610164827031, + 33.936572108601375, + ], + ], + ], + "type": "Polygon", + }, + "id": "48387", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05099 { + "geometry": { + "coordinates": [ + [ + [ + -93.37367424372096, + 33.95693004376817, + ], + [ + -93.2878908869575, + 33.84326938199263, + ], + [ + -93.10447960952602, + 33.77703894911492, + ], + [ + -93.1163241734306, + 33.45286971763317, + ], + [ + -93.36541894160564, + 33.44443648327648, + ], + [ + -93.48314672829356, + 33.476074540831206, + ], + [ + -93.45658619105299, + 33.95682261403114, + ], + [ + -93.37367424372096, + 33.95693004376817, + ], + ], + ], + "type": "Polygon", + }, + "id": "05099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48181 { + "geometry": { + "coordinates": [ + [ + [ + -96.58857602836626, + 33.89499680037157, + ], + [ + -96.62805790804818, + 33.844558538836964, + ], + [ + -96.4241878384179, + 33.77671665990383, + ], + [ + -96.37932206605207, + 33.725741249684084, + ], + [ + -96.38470595873596, + 33.39781197740636, + ], + [ + -96.83408153475203, + 33.40549320360386, + ], + [ + -96.94391294550357, + 33.41639732191219, + ], + [ + -96.94463079786142, + 33.94908767296513, + ], + [ + -96.9349397910304, + 33.95429801521098, + ], + [ + -96.86925630028684, + 33.85497922332867, + ], + [ + -96.77270515815559, + 33.83419156921377, + ], + [ + -96.6553362976466, + 33.91379700435146, + ], + [ + -96.58857602836626, + 33.89499680037157, + ], + ], + ], + "type": "Polygon", + }, + "id": "48181", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48097 { + "geometry": { + "coordinates": [ + [ + [ + -96.94463079786142, + 33.94908767296513, + ], + [ + -96.94391294550357, + 33.41639732191219, + ], + [ + -97.38323858850968, + 33.43047061746285, + ], + [ + -97.48696825421946, + 33.4337472244422, + ], + [ + -97.48409684478806, + 33.9155158801439, + ], + [ + -97.46220234787353, + 33.84026134935584, + ], + [ + -97.37282972932081, + 33.819473695240944, + ], + [ + -97.30929979565082, + 33.88871216075544, + ], + [ + -97.18654704245793, + 33.901550014330276, + ], + [ + -97.20449335140425, + 33.801156925077684, + ], + [ + -97.10722435691515, + 33.721121770991886, + ], + [ + -97.09537979301058, + 33.794120277302355, + ], + [ + -96.94463079786142, + 33.94908767296513, + ], + ], + ], + "type": "Polygon", + }, + "id": "48097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05081 { + "geometry": { + "coordinates": [ + [ + [ + -93.95872391537127, + 33.750987237885646, + ], + [ + -93.95728821065556, + 33.75093352301713, + ], + [ + -93.96518458659195, + 33.668803489059286, + ], + [ + -93.82592122916843, + 33.60982456343096, + ], + [ + -94.04343049359794, + 33.55218850951548, + ], + [ + -94.15828687085444, + 33.58989634721228, + ], + [ + -94.38692284683067, + 33.544937002266096, + ], + [ + -94.48634539839333, + 33.63786372479525, + ], + [ + -94.47737224392016, + 33.94086929808249, + ], + [ + -94.1902313007789, + 33.788265356634334, + ], + [ + -93.95872391537127, + 33.750987237885646, + ], + ], + ], + "type": "Polygon", + }, + "id": "05081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45027 { + "geometry": { + "coordinates": [ + [ + [ + -79.87553743282938, + 33.88505954969649, + ], + [ + -79.99577770276977, + 33.76785370659903, + ], + [ + -79.99326521951728, + 33.70441644688404, + ], + [ + -80.1016609255531, + 33.49691590981462, + ], + [ + -80.22226012167243, + 33.44368447511729, + ], + [ + -80.39382683519933, + 33.44577935498933, + ], + [ + -80.49612079619341, + 33.5584194342631, + ], + [ + -80.53416697115964, + 33.643826075200295, + ], + [ + -80.39705717080967, + 33.767746276862, + ], + [ + -80.25564025631262, + 33.803950098240406, + ], + [ + -79.97460105821311, + 33.94650935927646, + ], + [ + -79.87553743282938, + 33.88505954969649, + ], + ], + ], + "type": "Polygon", + }, + "id": "45027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06059 { + "geometry": { + "coordinates": [ + [ + [ + -117.78496152487494, + 33.94543506190618, + ], + [ + -117.67297655704986, + 33.87023424598664, + ], + [ + -117.5358667566999, + 33.71134566492235, + ], + [ + -117.4141907820438, + 33.65918852759529, + ], + [ + -117.5100240718172, + 33.50502685496023, + ], + [ + -117.59580742858066, + 33.3871764334406, + ], + [ + -117.78496152487494, + 33.541499250681206, + ], + [ + -118.00282971548339, + 33.65558963140485, + ], + [ + -118.1137379047717, + 33.74561575103425, + ], + [ + -117.97626917824282, + 33.94591849572281, + ], + [ + -117.78496152487494, + 33.94543506190618, + ], + ], + ], + "type": "Polygon", + }, + "id": "06059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48277 { + "geometry": { + "coordinates": [ + [ + [ + -95.31151668374551, + 33.87807661678967, + ], + [ + -95.3086452743141, + 33.38067693435041, + ], + [ + -95.49385118264021, + 33.45550174619036, + ], + [ + -95.76125118594051, + 33.49535817862771, + ], + [ + -95.85780232807176, + 33.46173267093798, + ], + [ + -95.84667561652503, + 33.83999277501328, + ], + [ + -95.76017440740372, + 33.87383314217708, + ], + [ + -95.59937547924463, + 33.940815583213976, + ], + [ + -95.5516382974474, + 33.88887330536098, + ], + [ + -95.31151668374551, + 33.87807661678967, + ], + ], + ], + "type": "Polygon", + }, + "id": "48277", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13297 { + "geometry": { + "coordinates": [ + [ + [ + -83.64677479481087, + 33.90622320789099, + ], + [ + -83.50571680649271, + 33.81770110457998, + ], + [ + -83.68087278180889, + 33.59693299498761, + ], + [ + -83.91489265046901, + 33.74411173471586, + ], + [ + -83.98201184592828, + 33.78611676189378, + ], + [ + -83.79895949467573, + 33.929804035168615, + ], + [ + -83.64677479481087, + 33.90622320789099, + ], + ], + ], + "type": "Polygon", + }, + "id": "13297", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01057 { + "geometry": { + "coordinates": [ + [ + [ + -87.6362392735797, + 33.915193590932816, + ], + [ + -87.53143282933314, + 33.867548502560936, + ], + [ + -87.5282024937228, + 33.692008312257315, + ], + [ + -87.42375497565517, + 33.689107709357565, + ], + [ + -87.42375497565517, + 33.60208962236495, + ], + [ + -87.63157323325366, + 33.60982456343096, + ], + [ + -87.66674799878847, + 33.52167846419955, + ], + [ + -87.84082719556785, + 33.52484764144188, + ], + [ + -87.94671041835119, + 33.52404191841417, + ], + [ + -87.95173538485616, + 33.919974214230564, + ], + [ + -87.6362392735797, + 33.915193590932816, + ], + ], + ], + "type": "Polygon", + }, + "id": "01057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13143 { + "geometry": { + "coordinates": [ + [ + [ + -85.03797266433025, + 33.81189989878048, + ], + [ + -85.05089400677161, + 33.714622271901696, + ], + [ + -85.33875280227072, + 33.65311874745321, + ], + [ + -85.38648998406795, + 33.90176487380433, + ], + [ + -85.05053508059268, + 33.904450617230026, + ], + [ + -85.03797266433025, + 33.81189989878048, + ], + ], + ], + "type": "Polygon", + }, + "id": "13143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28043 { + "geometry": { + "coordinates": [ + [ + [ + -89.50732144432392, + 33.867387357955394, + ], + [ + -89.506962518145, + 33.72182006428257, + ], + [ + -89.506962518145, + 33.67761272749558, + ], + [ + -89.78692493770772, + 33.67669957473084, + ], + [ + -90.12862266004582, + 33.67696814907341, + ], + [ + -90.13723688834006, + 33.721658919677026, + ], + [ + -90.1365190359822, + 33.80932158509181, + ], + [ + -89.92654722131016, + 33.82382459959058, + ], + [ + -89.92654722131016, + 33.897951118139844, + ], + [ + -89.76933755494032, + 33.867279928218366, + ], + [ + -89.50732144432392, + 33.867387357955394, + ], + ], + ], + "type": "Polygon", + }, + "id": "28043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45089 { + "geometry": { + "coordinates": [ + [ + [ + -79.324944674356, + 33.799062045205645, + ], + [ + -79.31704829841962, + 33.779778407409125, + ], + [ + -79.41072803111946, + 33.6869053997485, + ], + [ + -79.43405823274969, + 33.57614534087271, + ], + [ + -79.53994145553303, + 33.49600275704988, + ], + [ + -79.67705125588297, + 33.305046399482755, + ], + [ + -79.75637394142575, + 33.3302386728158, + ], + [ + -79.97137072260277, + 33.500890810084655, + ], + [ + -80.1016609255531, + 33.49691590981462, + ], + [ + -79.99326521951728, + 33.70441644688404, + ], + [ + -79.99577770276977, + 33.76785370659903, + ], + [ + -79.87553743282938, + 33.88505954969649, + ], + [ + -79.79836830436015, + 33.83553444092662, + ], + [ + -79.49687031406184, + 33.77564236253355, + ], + [ + -79.324944674356, + 33.799062045205645, + ], + ], + ], + "type": "Polygon", + }, + "id": "45089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48147 { + "geometry": { + "coordinates": [ + [ + [ + -95.84667561652503, + 33.83999277501328, + ], + [ + -95.85780232807176, + 33.46173267093798, + ], + [ + -95.85887910660854, + 33.40973667821646, + ], + [ + -96.29533334018325, + 33.351939479695446, + ], + [ + -96.38470595873596, + 33.39781197740636, + ], + [ + -96.37932206605207, + 33.725741249684084, + ], + [ + -96.17904125821104, + 33.76076334395519, + ], + [ + -96.0893097134794, + 33.857342677543286, + ], + [ + -95.9353303827199, + 33.88769157825367, + ], + [ + -95.84667561652503, + 33.83999277501328, + ], + ], + ], + "type": "Polygon", + }, + "id": "48147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45017 { + "geometry": { + "coordinates": [ + [ + [ + -80.62030925410201, + 33.74319858195112, + ], + [ + -80.53416697115964, + 33.643826075200295, + ], + [ + -80.49612079619341, + 33.5584194342631, + ], + [ + -80.55211328010596, + 33.56545608203843, + ], + [ + -80.65907328142607, + 33.47091791345386, + ], + [ + -80.80802764568061, + 33.604184502237, + ], + [ + -80.93975355334666, + 33.60875026606068, + ], + [ + -81.04276536669857, + 33.707048475441226, + ], + [ + -81.01225664148983, + 33.880010352056175, + ], + [ + -80.82884536405834, + 33.77881153977587, + ], + [ + -80.62030925410201, + 33.74319858195112, + ], + ], + ], + "type": "Polygon", + }, + "id": "45017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45003 { + "geometry": { + "coordinates": [ + [ + [ + -81.18741261680599, + 33.65279645824213, + ], + [ + -81.37297745131103, + 33.49041641072443, + ], + [ + -81.75702846276246, + 33.19810009627146, + ], + [ + -81.852143900178, + 33.24746406043579, + ], + [ + -81.94438792816213, + 33.37197512565115, + ], + [ + -81.92895410246828, + 33.464740703574755, + ], + [ + -82.01258390215818, + 33.53209914869126, + ], + [ + -81.65186309233698, + 33.81442449760063, + ], + [ + -81.57146362825742, + 33.87721717889345, + ], + [ + -81.36795248480605, + 33.72864185258384, + ], + [ + -81.18741261680599, + 33.65279645824213, + ], + ], + ], + "type": "Polygon", + }, + "id": "45003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01073 { + "geometry": { + "coordinates": [ + [ + [ + -86.57417671013597, + 33.76516796317333, + ], + [ + -86.51674852150772, + 33.54590386989935, + ], + [ + -86.67431711405649, + 33.46651329423572, + ], + [ + -86.83045000188955, + 33.332011263476765, + ], + [ + -87.02714154794131, + 33.24638976306551, + ], + [ + -87.06626450144431, + 33.246873196882134, + ], + [ + -87.1620977912177, + 33.30660413066966, + ], + [ + -87.3307930953132, + 33.49192042704282, + ], + [ + -87.26690423546427, + 33.51292294063178, + ], + [ + -87.17896732162725, + 33.61374574883248, + ], + [ + -87.05765027315007, + 33.65628792469553, + ], + [ + -86.95356168126136, + 33.81528393549686, + ], + [ + -86.75902369228317, + 33.84052992369841, + ], + [ + -86.57417671013597, + 33.76516796317333, + ], + ], + ], + "type": "Polygon", + }, + "id": "01073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48269 { + "geometry": { + "coordinates": [ + [ + [ + -100.0486243932184, + 33.835964159874734, + ], + [ + -99.99658009727406, + 33.835964159874734, + ], + [ + -99.99083727841123, + 33.39732854358974, + ], + [ + -100.51738198289651, + 33.39786569227488, + ], + [ + -100.51881768761221, + 33.83564187066365, + ], + [ + -100.0486243932184, + 33.835964159874734, + ], + ], + ], + "type": "Polygon", + }, + "id": "48269", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48275 { + "geometry": { + "coordinates": [ + [ + [ + -99.4743425069359, + 33.733852194829694, + ], + [ + -99.47254787604126, + 33.39899370451367, + ], + [ + -99.99083727841123, + 33.39732854358974, + ], + [ + -99.99658009727406, + 33.835964159874734, + ], + [ + -99.6972356640493, + 33.825704619988564, + ], + [ + -99.55653660191008, + 33.79836375191496, + ], + [ + -99.4743425069359, + 33.733852194829694, + ], + ], + ], + "type": "Polygon", + }, + "id": "48275", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48009 { + "geometry": { + "coordinates": [ + [ + [ + -98.42340665503889, + 33.83601787474325, + ], + [ + -98.42125309796533, + 33.46678186857829, + ], + [ + -98.42053524560748, + 33.39614681648243, + ], + [ + -98.95389954749237, + 33.39754340306379, + ], + [ + -98.95318169513452, + 33.833976709739716, + ], + [ + -98.42340665503889, + 33.83601787474325, + ], + ], + ], + "type": "Polygon", + }, + "id": "48009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48125 { + "geometry": { + "coordinates": [ + [ + [ + -100.51881768761221, + 33.83564187066365, + ], + [ + -100.51738198289651, + 33.39786569227488, + ], + [ + -101.03890172087682, + 33.397167398984195, + ], + [ + -101.04105527795038, + 33.83360070566012, + ], + [ + -100.51881768761221, + 33.83564187066365, + ], + ], + ], + "type": "Polygon", + }, + "id": "48125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48107 { + "geometry": { + "coordinates": [ + [ + [ + -101.04105527795038, + 33.83360070566012, + ], + [ + -101.03890172087682, + 33.397167398984195, + ], + [ + -101.55683219706786, + 33.39475022990107, + ], + [ + -101.56365179446748, + 33.830377813549276, + ], + [ + -101.04105527795038, + 33.83360070566012, + ], + ], + ], + "type": "Polygon", + }, + "id": "48107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48023 { + "geometry": { + "coordinates": [ + [ + [ + -98.95318169513452, + 33.833976709739716, + ], + [ + -98.95389954749237, + 33.39754340306379, + ], + [ + -99.47254787604126, + 33.39899370451367, + ], + [ + -99.4743425069359, + 33.733852194829694, + ], + [ + -99.4757782116516, + 33.833976709739716, + ], + [ + -98.95318169513452, + 33.833976709739716, + ], + ], + ], + "type": "Polygon", + }, + "id": "48023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48303 { + "geometry": { + "coordinates": [ + [ + [ + -101.56365179446748, + 33.830377813549276, + ], + [ + -101.55683219706786, + 33.39475022990107, + ], + [ + -102.07583945179569, + 33.38959360252373, + ], + [ + -102.0855304586267, + 33.824684037486804, + ], + [ + -101.56365179446748, + 33.830377813549276, + ], + ], + ], + "type": "Polygon", + }, + "id": "48303", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48079 { + "geometry": { + "coordinates": [ + [ + [ + -102.61530549872232, + 33.82511375643491, + ], + [ + -102.59484670652351, + 33.38846559028494, + ], + [ + -103.056784698802, + 33.38841187541642, + ], + [ + -103.05283651083381, + 33.570558994547255, + ], + [ + -103.04745261814992, + 33.82511375643491, + ], + [ + -102.61530549872232, + 33.82511375643491, + ], + ], + ], + "type": "Polygon", + }, + "id": "48079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48219 { + "geometry": { + "coordinates": [ + [ + [ + -102.0855304586267, + 33.824684037486804, + ], + [ + -102.07583945179569, + 33.38959360252373, + ], + [ + -102.59484670652351, + 33.38846559028494, + ], + [ + -102.61530549872232, + 33.82511375643491, + ], + [ + -102.0855304586267, + 33.824684037486804, + ], + ], + ], + "type": "Polygon", + }, + "id": "48219", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05103 { + "geometry": { + "coordinates": [ + [ + [ + -92.89378994249613, + 33.80991244864546, + ], + [ + -92.58295987154571, + 33.80217750757945, + ], + [ + -92.58726698569284, + 33.73122016627251, + ], + [ + -92.7731907463768, + 33.510022337732025, + ], + [ + -92.70427692002289, + 33.430792906673936, + ], + [ + -92.56716711967294, + 33.36719450235341, + ], + [ + -92.9784965207228, + 33.377292897634035, + ], + [ + -93.11883665668309, + 33.38030093027081, + ], + [ + -93.1163241734306, + 33.45286971763317, + ], + [ + -93.10447960952602, + 33.77703894911492, + ], + [ + -92.89378994249613, + 33.80991244864546, + ], + ], + ], + "type": "Polygon", + }, + "id": "05103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13211 { + "geometry": { + "coordinates": [ + [ + [ + -83.40629425493006, + 33.69834666674197, + ], + [ + -83.26918445458011, + 33.53360316500965, + ], + [ + -83.2799522399479, + 33.48348719268613, + ], + [ + -83.53371304844899, + 33.43444551773288, + ], + [ + -83.68230848652459, + 33.52619051315473, + ], + [ + -83.68087278180889, + 33.59693299498761, + ], + [ + -83.50571680649271, + 33.81770110457998, + ], + [ + -83.40629425493006, + 33.69834666674197, + ], + ], + ], + "type": "Polygon", + }, + "id": "13211", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13045 { + "geometry": { + "coordinates": [ + [ + [ + -84.8089777621751, + 33.57410417586918, + ], + [ + -84.85061319893059, + 33.51152635405042, + ], + [ + -85.01536031505788, + 33.425475134691055, + ], + [ + -85.2938870299049, + 33.42805344837972, + ], + [ + -85.30429588909377, + 33.48284261426396, + ], + [ + -85.33875280227072, + 33.65311874745321, + ], + [ + -85.05089400677161, + 33.714622271901696, + ], + [ + -85.03797266433025, + 33.81189989878048, + ], + [ + -84.90158071633816, + 33.78063784530535, + ], + [ + -84.90588783048527, + 33.573352167709984, + ], + [ + -84.8089777621751, + 33.57410417586918, + ], + ], + ], + "type": "Polygon", + }, + "id": "13045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28083 { + "geometry": { + "coordinates": [ + [ + [ + -90.13723688834006, + 33.721658919677026, + ], + [ + -90.12862266004582, + 33.67696814907341, + ], + [ + -90.1013442704474, + 33.458885782906734, + ], + [ + -90.17492413712735, + 33.41698818546585, + ], + [ + -90.17456521094842, + 33.333300420321095, + ], + [ + -90.33141595113933, + 33.30284408987369, + ], + [ + -90.41289219375567, + 33.2359690785738, + ], + [ + -90.45309192579543, + 33.329486664656606, + ], + [ + -90.45165622107973, + 33.81136275009534, + ], + [ + -90.1824615868848, + 33.80932158509181, + ], + [ + -90.2958822594256, + 33.750826093280104, + ], + [ + -90.13723688834006, + 33.721658919677026, + ], + ], + ], + "type": "Polygon", + }, + "id": "28083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28025 { + "geometry": { + "coordinates": [ + [ + [ + -88.72019633393795, + 33.81104046088426, + ], + [ + -88.7194784815801, + 33.680191041184244, + ], + [ + -88.50017458625597, + 33.67986875197316, + ], + [ + -88.51381378105518, + 33.650110714816435, + ], + [ + -88.48904787470924, + 33.521033885777385, + ], + [ + -88.67138237360393, + 33.50615486719902, + ], + [ + -88.67138237360393, + 33.565133792827346, + ], + [ + -89.01882291480486, + 33.56212576019057, + ], + [ + -89.03461566667762, + 33.739438541155145, + ], + [ + -88.9316038533257, + 33.754263844864994, + ], + [ + -88.93124492714678, + 33.812329617728594, + ], + [ + -88.72019633393795, + 33.81104046088426, + ], + ], + ], + "type": "Polygon", + }, + "id": "28025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13097 { + "geometry": { + "coordinates": [ + [ + [ + -84.57818822912532, + 33.74346715629369, + ], + [ + -84.66002339792057, + 33.65741593693433, + ], + [ + -84.8089777621751, + 33.57410417586918, + ], + [ + -84.90588783048527, + 33.573352167709984, + ], + [ + -84.90158071633816, + 33.78063784530535, + ], + [ + -84.72427118394843, + 33.80604497811245, + ], + [ + -84.623771853849, + 33.80427238745149, + ], + [ + -84.57818822912532, + 33.74346715629369, + ], + ], + ], + "type": "Polygon", + }, + "id": "13097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05013 { + "geometry": { + "coordinates": [ + [ + [ + -92.33099369393926, + 33.70780048360042, + ], + [ + -92.31161168027722, + 33.50234111153453, + ], + [ + -92.37729517102079, + 33.37401629065468, + ], + [ + -92.3503757076013, + 33.298922904472164, + ], + [ + -92.4329287287544, + 33.27083002823937, + ], + [ + -92.56716711967294, + 33.36719450235341, + ], + [ + -92.70427692002289, + 33.430792906673936, + ], + [ + -92.7731907463768, + 33.510022337732025, + ], + [ + -92.58726698569284, + 33.73122016627251, + ], + [ + -92.58295987154571, + 33.80217750757945, + ], + [ + -92.3342240295496, + 33.79503343006709, + ], + [ + -92.33099369393926, + 33.70780048360042, + ], + ], + ], + "type": "Polygon", + }, + "id": "05013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05043 { + "geometry": { + "coordinates": [ + [ + [ + -91.5575077783525, + 33.783377303599565, + ], + [ + -91.45054777703238, + 33.78036927096278, + ], + [ + -91.45341918646379, + 33.563683491377475, + ], + [ + -91.45736737443198, + 33.388949024101564, + ], + [ + -91.99001382395902, + 33.39818798148596, + ], + [ + -91.97601570298089, + 33.704362732015525, + ], + [ + -91.97601570298089, + 33.791703108219224, + ], + [ + -91.5575077783525, + 33.783377303599565, + ], + ], + ], + "type": "Polygon", + }, + "id": "05043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13247 { + "geometry": { + "coordinates": [ + [ + [ + -84.0444650010615, + 33.525975653680675, + ], + [ + -84.18408728466393, + 33.64608209967788, + ], + [ + -84.11589131066789, + 33.61465890159722, + ], + [ + -84.02364728268375, + 33.75281354341512, + ], + [ + -83.98201184592828, + 33.78611676189378, + ], + [ + -83.91489265046901, + 33.74411173471586, + ], + [ + -83.93140325469963, + 33.65097015271265, + ], + [ + -84.0444650010615, + 33.525975653680675, + ], + ], + ], + "type": "Polygon", + }, + "id": "13247", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45043 { + "geometry": { + "coordinates": [ + [ + [ + -79.19034735725855, + 33.705705603728376, + ], + [ + -79.09953903399013, + 33.57179443652308, + ], + [ + -79.00298789185888, + 33.57211672573416, + ], + [ + -79.14763514196628, + 33.37788376118769, + ], + [ + -79.18065635042753, + 33.2509555268892, + ], + [ + -79.27469500930628, + 33.311760758047, + ], + [ + -79.19178306197425, + 33.17102780254043, + ], + [ + -79.26787541190669, + 33.139389744985706, + ], + [ + -79.40247272900415, + 33.182630214139444, + ], + [ + -79.44662064901212, + 33.213462548666456, + ], + [ + -79.67705125588297, + 33.305046399482755, + ], + [ + -79.53994145553303, + 33.49600275704988, + ], + [ + -79.43405823274969, + 33.57614534087271, + ], + [ + -79.41072803111946, + 33.6869053997485, + ], + [ + -79.31704829841962, + 33.779778407409125, + ], + [ + -79.28546279467409, + 33.716717151773736, + ], + [ + -79.19034735725855, + 33.705705603728376, + ], + ], + ], + "type": "Polygon", + }, + "id": "45043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 04011 { + "geometry": { + "coordinates": [ + [ + [ + -109.04726262508649, + 33.778220676222226, + ], + [ + -109.04726262508649, + 33.208950499711285, + ], + [ + -109.04726262508649, + 32.77751267580716, + ], + [ + -109.04762155126542, + 32.42637858033141, + ], + [ + -109.11438182054576, + 32.42616372085735, + ], + [ + -109.22636678837085, + 32.543154704480756, + ], + [ + -109.210932962677, + 32.73507792968113, + ], + [ + -109.28200034610447, + 32.76633998315626, + ], + [ + -109.4959203487447, + 33.078423369222364, + ], + [ + -109.4959203487447, + 33.65285017311064, + ], + [ + -109.35306772953193, + 33.729179001268975, + ], + [ + -109.34768383684803, + 33.777522382931544, + ], + [ + -109.04726262508649, + 33.778220676222226, + ], + ], + ], + "type": "Polygon", + }, + "id": "04011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13133 { + "geometry": { + "coordinates": [ + [ + [ + -82.99568270623806, + 33.69351232857571, + ], + [ + -82.95117586005117, + 33.65800680048798, + ], + [ + -83.01398794136331, + 33.580388815485314, + ], + [ + -83.01291116282654, + 33.46919903766142, + ], + [ + -83.16401908415462, + 33.35489379746371, + ], + [ + -83.2799522399479, + 33.48348719268613, + ], + [ + -83.26918445458011, + 33.53360316500965, + ], + [ + -83.40629425493006, + 33.69834666674197, + ], + [ + -83.28031116612684, + 33.76173021158844, + ], + [ + -83.11879438560987, + 33.698830100558595, + ], + [ + -82.99568270623806, + 33.69351232857571, + ], + ], + ], + "type": "Polygon", + }, + "id": "13133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28087 { + "geometry": { + "coordinates": [ + [ + [ + -88.24928518718629, + 33.74497117261208, + ], + [ + -88.27476894589007, + 33.53397916908925, + ], + [ + -88.30455981874098, + 33.2882873605064, + ], + [ + -88.66922881653038, + 33.28689077392504, + ], + [ + -88.67138237360393, + 33.50615486719902, + ], + [ + -88.48904787470924, + 33.521033885777385, + ], + [ + -88.51381378105518, + 33.650110714816435, + ], + [ + -88.24928518718629, + 33.74497117261208, + ], + ], + ], + "type": "Polygon", + }, + "id": "28087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13217 { + "geometry": { + "coordinates": [ + [ + [ + -83.68087278180889, + 33.59693299498761, + ], + [ + -83.68230848652459, + 33.52619051315473, + ], + [ + -83.67477103676713, + 33.487193518613594, + ], + [ + -83.82516110573737, + 33.43745355036967, + ], + [ + -83.86284835452466, + 33.36826879972369, + ], + [ + -83.92386580494217, + 33.44427533867094, + ], + [ + -84.0444650010615, + 33.525975653680675, + ], + [ + -83.93140325469963, + 33.65097015271265, + ], + [ + -83.91489265046901, + 33.74411173471586, + ], + [ + -83.68087278180889, + 33.59693299498761, + ], + ], + ], + "type": "Polygon", + }, + "id": "13217", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28155 { + "geometry": { + "coordinates": [ + [ + [ + -89.03461566667762, + 33.739438541155145, + ], + [ + -89.01882291480486, + 33.56212576019057, + ], + [ + -89.08845459351662, + 33.533119731193025, + ], + [ + -89.25535526671747, + 33.521839608805095, + ], + [ + -89.38097942934176, + 33.4602823694881, + ], + [ + -89.50660359196607, + 33.46114180738432, + ], + [ + -89.506962518145, + 33.67761272749558, + ], + [ + -89.506962518145, + 33.72182006428257, + ], + [ + -89.19182533304746, + 33.73857910325892, + ], + [ + -89.03461566667762, + 33.739438541155145, + ], + ], + ], + "type": "Polygon", + }, + "id": "28155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13265 { + "geometry": { + "coordinates": [ + [ + [ + -82.67982766878268, + 33.59972616815034, + ], + [ + -82.71715599139104, + 33.56384463598301, + ], + [ + -82.81514283823799, + 33.5210876006459, + ], + [ + -82.85211223466743, + 33.44346961564323, + ], + [ + -83.01291116282654, + 33.46919903766142, + ], + [ + -83.01398794136331, + 33.580388815485314, + ], + [ + -82.95117586005117, + 33.65800680048798, + ], + [ + -82.99568270623806, + 33.69351232857571, + ], + [ + -82.94902230297761, + 33.733207616407526, + ], + [ + -82.89051733581258, + 33.633083101497505, + ], + [ + -82.81298928116443, + 33.65569706114188, + ], + [ + -82.67982766878268, + 33.59972616815034, + ], + ], + ], + "type": "Polygon", + }, + "id": "13265", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48037 { + "geometry": { + "coordinates": [ + [ + [ + -94.48634539839333, + 33.63786372479525, + ], + [ + -94.38692284683067, + 33.544937002266096, + ], + [ + -94.15828687085444, + 33.58989634721228, + ], + [ + -94.04343049359794, + 33.55218850951548, + ], + [ + -94.043071567419, + 33.27115231745044, + ], + [ + -94.16546539443297, + 33.311814472915515, + ], + [ + -94.23581492550258, + 33.240803416740064, + ], + [ + -94.46516875383666, + 33.29263826485603, + ], + [ + -94.6521692930574, + 33.26884257810435, + ], + [ + -94.74692580429402, + 33.32889580110295, + ], + [ + -94.74656687811509, + 33.70285871569714, + ], + [ + -94.48634539839333, + 33.63786372479525, + ], + ], + ], + "type": "Polygon", + }, + "id": "48037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45075 { + "geometry": { + "coordinates": [ + [ + [ + -80.49612079619341, + 33.5584194342631, + ], + [ + -80.39382683519933, + 33.44577935498933, + ], + [ + -80.22226012167243, + 33.44368447511729, + ], + [ + -80.25384562541798, + 33.29929890855176, + ], + [ + -80.36188240527487, + 33.25745502597939, + ], + [ + -80.48858334643596, + 33.277974105751724, + ], + [ + -80.50294039359302, + 33.33442843255989, + ], + [ + -80.79008133673427, + 33.18080390860997, + ], + [ + -80.79797771267066, + 33.176936438076964, + ], + [ + -80.94083033188343, + 33.3032738088218, + ], + [ + -81.22258738234079, + 33.43997814918982, + ], + [ + -81.37297745131103, + 33.49041641072443, + ], + [ + -81.18741261680599, + 33.65279645824213, + ], + [ + -81.04276536669857, + 33.707048475441226, + ], + [ + -80.93975355334666, + 33.60875026606068, + ], + [ + -80.80802764568061, + 33.604184502237, + ], + [ + -80.65907328142607, + 33.47091791345386, + ], + [ + -80.55211328010596, + 33.56545608203843, + ], + [ + -80.49612079619341, + 33.5584194342631, + ], + ], + ], + "type": "Polygon", + }, + "id": "45075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05011 { + "geometry": { + "coordinates": [ + [ + [ + -91.97601570298089, + 33.704362732015525, + ], + [ + -91.99001382395902, + 33.39818798148596, + ], + [ + -91.98211744802263, + 33.29860061526108, + ], + [ + -92.11420228186762, + 33.22243293170828, + ], + [ + -92.13753248349784, + 33.16297057226333, + ], + [ + -92.22403369261914, + 33.25251325807611, + ], + [ + -92.3503757076013, + 33.298922904472164, + ], + [ + -92.37729517102079, + 33.37401629065468, + ], + [ + -92.31161168027722, + 33.50234111153453, + ], + [ + -92.33099369393926, + 33.70780048360042, + ], + [ + -91.97601570298089, + 33.704362732015525, + ], + ], + ], + "type": "Polygon", + }, + "id": "05011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13073 { + "geometry": { + "coordinates": [ + [ + [ + -82.23224672366123, + 33.693351183970165, + ], + [ + -82.11523678933118, + 33.59661070577653, + ], + [ + -82.02837665403095, + 33.54488328739758, + ], + [ + -82.29434095261554, + 33.354678937989654, + ], + [ + -82.43611679329153, + 33.54928790661573, + ], + [ + -82.42534900792374, + 33.65048671889603, + ], + [ + -82.23224672366123, + 33.693351183970165, + ], + ], + ], + "type": "Polygon", + }, + "id": "13073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01121 { + "geometry": { + "coordinates": [ + [ + [ + -86.14561885249765, + 33.67906302894546, + ], + [ + -86.05158019361889, + 33.6746046948588, + ], + [ + -85.99486985734849, + 33.58645859562739, + ], + [ + -85.79530690186532, + 33.58554544286265, + ], + [ + -85.79602475422317, + 33.55616340978551, + ], + [ + -85.85201723813572, + 33.49863478560707, + ], + [ + -85.90477938643792, + 33.49863478560707, + ], + [ + -85.98051281019143, + 33.29419599604294, + ], + [ + -86.11798153672031, + 33.29623716104646, + ], + [ + -86.17433294681177, + 33.10442136558312, + ], + [ + -86.49090583662502, + 33.10291734926473, + ], + [ + -86.50346825288744, + 33.17457298386235, + ], + [ + -86.42809375531286, + 33.28237872496987, + ], + [ + -86.3570263718854, + 33.2975263178908, + ], + [ + -86.37892086879992, + 33.39088275936806, + ], + [ + -86.19658636990522, + 33.539619230283215, + ], + [ + -86.22171120243009, + 33.5872643186551, + ], + [ + -86.14561885249765, + 33.67906302894546, + ], + ], + ], + "type": "Polygon", + }, + "id": "01121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28097 { + "geometry": { + "coordinates": [ + [ + [ + -89.506962518145, + 33.67761272749558, + ], + [ + -89.50660359196607, + 33.46114180738432, + ], + [ + -89.38097942934176, + 33.4602823694881, + ], + [ + -89.45384144366386, + 33.433156360888546, + ], + [ + -89.45384144366386, + 33.285923906291785, + ], + [ + -89.64550802321065, + 33.28544047247516, + ], + [ + -89.64694372792636, + 33.4025388858356, + ], + [ + -89.78513030681309, + 33.416289892175165, + ], + [ + -89.78692493770772, + 33.67669957473084, + ], + [ + -89.506962518145, + 33.67761272749558, + ], + ], + ], + "type": "Polygon", + }, + "id": "28097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28015 { + "geometry": { + "coordinates": [ + [ + [ + -89.78692493770772, + 33.67669957473084, + ], + [ + -89.78513030681309, + 33.416289892175165, + ], + [ + -89.64694372792636, + 33.4025388858356, + ], + [ + -89.64550802321065, + 33.28544047247516, + ], + [ + -89.74959661509936, + 33.21448313116822, + ], + [ + -90.17456521094842, + 33.333300420321095, + ], + [ + -90.17492413712735, + 33.41698818546585, + ], + [ + -90.1013442704474, + 33.458885782906734, + ], + [ + -90.12862266004582, + 33.67696814907341, + ], + [ + -89.78692493770772, + 33.67669957473084, + ], + ], + ], + "type": "Polygon", + }, + "id": "28015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13189 { + "geometry": { + "coordinates": [ + [ + [ + -82.47954686094165, + 33.63952888571918, + ], + [ + -82.42534900792374, + 33.65048671889603, + ], + [ + -82.43611679329153, + 33.54928790661573, + ], + [ + -82.29434095261554, + 33.354678937989654, + ], + [ + -82.35356377213843, + 33.31229790673214, + ], + [ + -82.35499947685413, + 33.31202933238957, + ], + [ + -82.38371357116826, + 33.312083047258085, + ], + [ + -82.53589827103312, + 33.35747211115238, + ], + [ + -82.64860109121607, + 33.60832054711257, + ], + [ + -82.47954686094165, + 33.63952888571918, + ], + ], + ], + "type": "Polygon", + }, + "id": "13189", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 04009 { + "geometry": { + "coordinates": [ + [ + [ + -109.4959203487447, + 33.65285017311064, + ], + [ + -109.4959203487447, + 33.078423369222364, + ], + [ + -109.28200034610447, + 32.76633998315626, + ], + [ + -109.210932962677, + 32.73507792968113, + ], + [ + -109.22636678837085, + 32.543154704480756, + ], + [ + -109.11438182054576, + 32.42616372085735, + ], + [ + -110.45138183704724, + 32.42734544796466, + ], + [ + -110.45138183704724, + 32.513826386272136, + ], + [ + -110.44886935379475, + 33.19450120008103, + ], + [ + -110.442767608753, + 33.37901177342648, + ], + [ + -110.16962478658988, + 33.464740703574755, + ], + [ + -110.00057055631547, + 33.46592243068206, + ], + [ + -110.00057055631547, + 33.57695106390042, + ], + [ + -109.89181592410071, + 33.56787325112156, + ], + [ + -109.81213431237902, + 33.48445406031938, + ], + [ + -109.4959203487447, + 33.65285017311064, + ], + ], + ], + "type": "Polygon", + }, + "id": "04009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13063 { + "geometry": { + "coordinates": [ + [ + [ + -84.35027010550694, + 33.64790840520736, + ], + [ + -84.28135627915304, + 33.64737125652222, + ], + [ + -84.25300111101784, + 33.582107691277756, + ], + [ + -84.35421829347513, + 33.3525303432491, + ], + [ + -84.38831628047316, + 33.352584058117614, + ], + [ + -84.38149668307355, + 33.46312925751934, + ], + [ + -84.45866581154277, + 33.550953067539666, + ], + [ + -84.45758903300599, + 33.64887527284061, + ], + [ + -84.35027010550694, + 33.64790840520736, + ], + ], + ], + "type": "Polygon", + }, + "id": "13063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13151 { + "geometry": { + "coordinates": [ + [ + [ + -84.18408728466393, + 33.64608209967788, + ], + [ + -84.0444650010615, + 33.525975653680675, + ], + [ + -83.92386580494217, + 33.44427533867094, + ], + [ + -83.96442446316088, + 33.375144302893474, + ], + [ + -84.10261104204761, + 33.298117181444454, + ], + [ + -84.15070715002376, + 33.3356101596672, + ], + [ + -84.35421829347513, + 33.3525303432491, + ], + [ + -84.25300111101784, + 33.582107691277756, + ], + [ + -84.28135627915304, + 33.64737125652222, + ], + [ + -84.18408728466393, + 33.64608209967788, + ], + ], + ], + "type": "Polygon", + }, + "id": "13151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05091 { + "geometry": { + "coordinates": [ + [ + [ + -93.7229094158165, + 33.48192946149922, + ], + [ + -93.70316847597554, + 33.254339563605576, + ], + [ + -93.77603049029764, + 33.13981946393382, + ], + [ + -93.85068713551436, + 33.14449265749453, + ], + [ + -93.80474458461177, + 33.01928329898849, + ], + [ + -93.81515344380064, + 33.019337013857005, + ], + [ + -94.043071567419, + 33.01917586925146, + ], + [ + -94.043071567419, + 33.27115231745044, + ], + [ + -94.04343049359794, + 33.55218850951548, + ], + [ + -93.82592122916843, + 33.60982456343096, + ], + [ + -93.7229094158165, + 33.48192946149922, + ], + ], + ], + "type": "Polygon", + }, + "id": "05091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13301 { + "geometry": { + "coordinates": [ + [ + [ + -82.38371357116826, + 33.312083047258085, + ], + [ + -82.43180967914441, + 33.2748049285094, + ], + [ + -82.55958739884227, + 33.327230640179025, + ], + [ + -82.7559200187151, + 33.25353384057787, + ], + [ + -82.85211223466743, + 33.44346961564323, + ], + [ + -82.81514283823799, + 33.5210876006459, + ], + [ + -82.71715599139104, + 33.56384463598301, + ], + [ + -82.67982766878268, + 33.59972616815034, + ], + [ + -82.64860109121607, + 33.60832054711257, + ], + [ + -82.53589827103312, + 33.35747211115238, + ], + [ + -82.38371357116826, + 33.312083047258085, + ], + ], + ], + "type": "Polygon", + }, + "id": "13301", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01125 { + "geometry": { + "coordinates": [ + [ + [ + -87.42375497565517, + 33.60208962236495, + ], + [ + -87.31858960522969, + 33.58737174839213, + ], + [ + -87.26690423546427, + 33.51292294063178, + ], + [ + -87.3307930953132, + 33.49192042704282, + ], + [ + -87.1620977912177, + 33.30660413066966, + ], + [ + -87.06626450144431, + 33.246873196882134, + ], + [ + -87.28197913497918, + 33.13305139050106, + ], + [ + -87.31858960522969, + 33.00612315620258, + ], + [ + -87.42196034476054, + 33.00338369790836, + ], + [ + -87.71556195912248, + 33.00676773462474, + ], + [ + -87.83257189345254, + 33.017242133984965, + ], + [ + -87.83759685995751, + 33.15362418514191, + ], + [ + -87.84082719556785, + 33.52484764144188, + ], + [ + -87.66674799878847, + 33.52167846419955, + ], + [ + -87.63157323325366, + 33.60982456343096, + ], + [ + -87.42375497565517, + 33.60208962236495, + ], + ], + ], + "type": "Polygon", + }, + "id": "01125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35025 { + "geometry": { + "coordinates": [ + [ + [ + -103.05283651083381, + 33.570558994547255, + ], + [ + -103.056784698802, + 33.38841187541642, + ], + [ + -103.06468107473839, + 32.959068931384344, + ], + [ + -103.06468107473839, + 32.522205905760316, + ], + [ + -103.06432214855947, + 32.08706175592873, + ], + [ + -103.06432214855947, + 32.00052710275274, + ], + [ + -103.32669718535479, + 32.0003659581472, + ], + [ + -103.72295168688973, + 32.00020481354166, + ], + [ + -103.72295168688973, + 32.5225281949714, + ], + [ + -103.814477862516, + 32.522474480102886, + ], + [ + -103.814477862516, + 32.96513871152642, + ], + [ + -103.76638175453984, + 32.96529985613196, + ], + [ + -103.76638175453984, + 33.395448523191746, + ], + [ + -103.72187490835294, + 33.395824527271344, + ], + [ + -103.72079812981616, + 33.569592126914, + ], + [ + -103.51010846278626, + 33.57018299046766, + ], + [ + -103.05283651083381, + 33.570558994547255, + ], + ], + ], + "type": "Polygon", + }, + "id": "35025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28105 { + "geometry": { + "coordinates": [ + [ + [ + -88.67138237360393, + 33.50615486719902, + ], + [ + -88.66922881653038, + 33.28689077392504, + ], + [ + -88.81315821427994, + 33.28640734010841, + ], + [ + -89.08809566733768, + 33.2859776211603, + ], + [ + -89.08845459351662, + 33.533119731193025, + ], + [ + -89.01882291480486, + 33.56212576019057, + ], + [ + -88.67138237360393, + 33.565133792827346, + ], + [ + -88.67138237360393, + 33.50615486719902, + ], + ], + ], + "type": "Polygon", + }, + "id": "28105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05017 { + "geometry": { + "coordinates": [ + [ + [ + -91.23088495552932, + 33.56137375203137, + ], + [ + -91.21473327747762, + 33.52909111605448, + ], + [ + -91.2359099220343, + 33.43922614103063, + ], + [ + -91.13218025632452, + 33.47865285451987, + ], + [ + -91.1415123369766, + 33.298385755787024, + ], + [ + -91.08731448395869, + 33.140302897750445, + ], + [ + -91.20109408267841, + 33.108181406379096, + ], + [ + -91.12033569241994, + 33.05532597576136, + ], + [ + -91.16627824332254, + 33.01127978357991, + ], + [ + -91.16627824332254, + 33.004081991199044, + ], + [ + -91.26354723781164, + 33.005048858832296, + ], + [ + -91.43619072987532, + 33.00606944133406, + ], + [ + -91.4602387838634, + 33.00590829672852, + ], + [ + -91.45736737443198, + 33.388949024101564, + ], + [ + -91.45341918646379, + 33.563683491377475, + ], + [ + -91.24560092886531, + 33.51716641524438, + ], + [ + -91.23088495552932, + 33.56137375203137, + ], + ], + ], + "type": "Polygon", + }, + "id": "05017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13113 { + "geometry": { + "coordinates": [ + [ + [ + -84.38831628047316, + 33.352584058117614, + ], + [ + -84.43318205283897, + 33.25648815834614, + ], + [ + -84.49742983886684, + 33.25745502597939, + ], + [ + -84.58536675270385, + 33.35774068549495, + ], + [ + -84.60941480669193, + 33.50250225614007, + ], + [ + -84.45866581154277, + 33.550953067539666, + ], + [ + -84.38149668307355, + 33.46312925751934, + ], + [ + -84.38831628047316, + 33.352584058117614, + ], + ], + ], + "type": "Polygon", + }, + "id": "13113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01117 { + "geometry": { + "coordinates": [ + [ + [ + -86.37892086879992, + 33.39088275936806, + ], + [ + -86.3570263718854, + 33.2975263178908, + ], + [ + -86.42809375531286, + 33.28237872496987, + ], + [ + -86.50346825288744, + 33.17457298386235, + ], + [ + -86.49090583662502, + 33.10291734926473, + ], + [ + -86.51710744768666, + 33.02073360043837, + ], + [ + -86.61042825420756, + 33.06988270512864, + ], + [ + -86.88177644547605, + 33.07187015526366, + ], + [ + -86.8810585931182, + 33.04984705917293, + ], + [ + -87.02570584322561, + 33.16576374542606, + ], + [ + -87.02714154794131, + 33.24638976306551, + ], + [ + -86.83045000188955, + 33.332011263476765, + ], + [ + -86.67431711405649, + 33.46651329423572, + ], + [ + -86.51674852150772, + 33.54590386989935, + ], + [ + -86.37820301644207, + 33.50234111153453, + ], + [ + -86.37892086879992, + 33.39088275936806, + ], + ], + ], + "type": "Polygon", + }, + "id": "01117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13245 { + "geometry": { + "coordinates": [ + [ + [ + -81.852143900178, + 33.24746406043579, + ], + [ + -82.09226551387988, + 33.23032901737984, + ], + [ + -82.17445960885406, + 33.29672059486309, + ], + [ + -82.26778041537497, + 33.26739227665447, + ], + [ + -82.3209014898561, + 33.30048063565907, + ], + [ + -82.35356377213843, + 33.31229790673214, + ], + [ + -82.29434095261554, + 33.354678937989654, + ], + [ + -82.02837665403095, + 33.54488328739758, + ], + [ + -82.01258390215818, + 33.53209914869126, + ], + [ + -81.92895410246828, + 33.464740703574755, + ], + [ + -81.94438792816213, + 33.37197512565115, + ], + [ + -81.852143900178, + 33.24746406043579, + ], + ], + ], + "type": "Polygon", + }, + "id": "13245", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01107 { + "geometry": { + "coordinates": [ + [ + [ + -87.94671041835119, + 33.52404191841417, + ], + [ + -87.84082719556785, + 33.52484764144188, + ], + [ + -87.83759685995751, + 33.15362418514191, + ], + [ + -88.17175713253815, + 32.995863616316406, + ], + [ + -88.34045243663364, + 32.99119042275569, + ], + [ + -88.30455981874098, + 33.2882873605064, + ], + [ + -88.27476894589007, + 33.53397916908925, + ], + [ + -87.94671041835119, + 33.52404191841417, + ], + ], + ], + "type": "Polygon", + }, + "id": "01107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28019 { + "geometry": { + "coordinates": [ + [ + [ + -89.08845459351662, + 33.533119731193025, + ], + [ + -89.08809566733768, + 33.2859776211603, + ], + [ + -89.10891338571543, + 33.19799266653443, + ], + [ + -89.21336090378306, + 33.197509232717806, + ], + [ + -89.21443768231984, + 33.10941684835492, + ], + [ + -89.31816734802962, + 33.10887969966978, + ], + [ + -89.31637271713498, + 33.28554790221219, + ], + [ + -89.45384144366386, + 33.285923906291785, + ], + [ + -89.45384144366386, + 33.433156360888546, + ], + [ + -89.38097942934176, + 33.4602823694881, + ], + [ + -89.25535526671747, + 33.521839608805095, + ], + [ + -89.08845459351662, + 33.533119731193025, + ], + ], + ], + "type": "Polygon", + }, + "id": "28019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28151 { + "geometry": { + "coordinates": [ + [ + [ + -90.76392199674585, + 33.52935969039705, + ], + [ + -90.76392199674585, + 33.27034659442274, + ], + [ + -90.71618481494862, + 33.270024305211656, + ], + [ + -90.70182776779156, + 33.09631042043751, + ], + [ + -90.91431206571609, + 33.09738471780779, + ], + [ + -90.91431206571609, + 33.007680887389476, + ], + [ + -91.16627824332254, + 33.01127978357991, + ], + [ + -91.12033569241994, + 33.05532597576136, + ], + [ + -91.20109408267841, + 33.108181406379096, + ], + [ + -91.08731448395869, + 33.140302897750445, + ], + [ + -91.1415123369766, + 33.298385755787024, + ], + [ + -91.13218025632452, + 33.47865285451987, + ], + [ + -91.2359099220343, + 33.43922614103063, + ], + [ + -91.21473327747762, + 33.52909111605448, + ], + [ + -90.76392199674585, + 33.52935969039705, + ], + ], + ], + "type": "Polygon", + }, + "id": "28151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13159 { + "geometry": { + "coordinates": [ + [ + [ + -83.53371304844899, + 33.43444551773288, + ], + [ + -83.5459165385325, + 33.171887240436654, + ], + [ + -83.8161879512642, + 33.13176223365672, + ], + [ + -83.82228969630596, + 33.1801593301878, + ], + [ + -83.86284835452466, + 33.36826879972369, + ], + [ + -83.82516110573737, + 33.43745355036967, + ], + [ + -83.67477103676713, + 33.487193518613594, + ], + [ + -83.68230848652459, + 33.52619051315473, + ], + [ + -83.53371304844899, + 33.43444551773288, + ], + ], + ], + "type": "Polygon", + }, + "id": "13159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13077 { + "geometry": { + "coordinates": [ + [ + [ + -84.60941480669193, + 33.50250225614007, + ], + [ + -84.58536675270385, + 33.35774068549495, + ], + [ + -84.49742983886684, + 33.25745502597939, + ], + [ + -84.50245480537181, + 33.221143774863954, + ], + [ + -84.85240782982521, + 33.223507229078564, + ], + [ + -84.86245776283516, + 33.19106344849614, + ], + [ + -84.93890903894652, + 33.22468895618587, + ], + [ + -85.01536031505788, + 33.425475134691055, + ], + [ + -84.85061319893059, + 33.51152635405042, + ], + [ + -84.60941480669193, + 33.50250225614007, + ], + ], + ], + "type": "Polygon", + }, + "id": "13077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45015 { + "geometry": { + "coordinates": [ + [ + [ + -79.67705125588297, + 33.305046399482755, + ], + [ + -79.44662064901212, + 33.213462548666456, + ], + [ + -79.51840588479743, + 33.14846755776456, + ], + [ + -79.6422354165271, + 33.12451072640734, + ], + [ + -79.79693259964445, + 32.93457495134198, + ], + [ + -79.92506924552124, + 32.82940123879165, + ], + [ + -79.95127085658288, + 32.9100272564311, + ], + [ + -80.01228830700039, + 32.90009000575601, + ], + [ + -80.05500052229266, + 32.999677371980894, + ], + [ + -80.14939810735035, + 33.02164675320311, + ], + [ + -80.32132374705617, + 33.152925891851226, + ], + [ + -80.36188240527487, + 33.25745502597939, + ], + [ + -80.25384562541798, + 33.29929890855176, + ], + [ + -80.22226012167243, + 33.44368447511729, + ], + [ + -80.1016609255531, + 33.49691590981462, + ], + [ + -79.97137072260277, + 33.500890810084655, + ], + [ + -79.75637394142575, + 33.3302386728158, + ], + [ + -79.67705125588297, + 33.305046399482755, + ], + ], + ], + "type": "Polygon", + }, + "id": "45015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06073 { + "geometry": { + "coordinates": [ + [ + [ + -116.08257465822622, + 33.427086580746476, + ], + [ + -116.07970324879481, + 33.07552276632261, + ], + [ + -116.10267452424611, + 33.07477075816341, + ], + [ + -116.1066227122143, + 32.618301805531786, + ], + [ + -117.12525520800791, + 32.53429175117596, + ], + [ + -117.11915346296615, + 32.67287611194197, + ], + [ + -117.23400984022267, + 32.71767431228261, + ], + [ + -117.28102916966205, + 32.82236459101632, + ], + [ + -117.25159722299007, + 32.87452172834337, + ], + [ + -117.32553601584894, + 33.11570148797105, + ], + [ + -117.51648474303788, + 33.34173365467779, + ], + [ + -117.59580742858066, + 33.3871764334406, + ], + [ + -117.5100240718172, + 33.50502685496023, + ], + [ + -117.37111964057262, + 33.49186671217431, + ], + [ + -117.2411883638012, + 33.43159862970165, + ], + [ + -117.03121654912916, + 33.426818006403906, + ], + [ + -116.08257465822622, + 33.427086580746476, + ], + ], + ], + "type": "Polygon", + }, + "id": "06073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01111 { + "geometry": { + "coordinates": [ + [ + [ + -85.30429588909377, + 33.48284261426396, + ], + [ + -85.2938870299049, + 33.42805344837972, + ], + [ + -85.23645884127664, + 33.129559924047655, + ], + [ + -85.23251065330845, + 33.10807397664207, + ], + [ + -85.59323146312965, + 33.10732196848287, + ], + [ + -85.65353106118933, + 33.10662367519219, + ], + [ + -85.64348112817937, + 33.49584161244434, + ], + [ + -85.30429588909377, + 33.48284261426396, + ], + ], + ], + "type": "Polygon", + }, + "id": "01111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01027 { + "geometry": { + "coordinates": [ + [ + [ + -85.64348112817937, + 33.49584161244434, + ], + [ + -85.65353106118933, + 33.10662367519219, + ], + [ + -86.00922690450555, + 33.090240640295434, + ], + [ + -86.17433294681177, + 33.10442136558312, + ], + [ + -86.11798153672031, + 33.29623716104646, + ], + [ + -85.98051281019143, + 33.29419599604294, + ], + [ + -85.90477938643792, + 33.49863478560707, + ], + [ + -85.85201723813572, + 33.49863478560707, + ], + [ + -85.64348112817937, + 33.49584161244434, + ], + ], + ], + "type": "Polygon", + }, + "id": "01027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48119 { + "geometry": { + "coordinates": [ + [ + [ + -95.3086452743141, + 33.38067693435041, + ], + [ + -95.30649171724055, + 33.378044905793224, + ], + [ + -95.3086452743141, + 33.37509058802496, + ], + [ + -95.6151682311174, + 33.3452251211312, + ], + [ + -95.75802085033017, + 33.29688173946863, + ], + [ + -95.86175051603995, + 33.21931746933448, + ], + [ + -95.85887910660854, + 33.40973667821646, + ], + [ + -95.85780232807176, + 33.46173267093798, + ], + [ + -95.76125118594051, + 33.49535817862771, + ], + [ + -95.49385118264021, + 33.45550174619036, + ], + [ + -95.3086452743141, + 33.38067693435041, + ], + ], + ], + "type": "Polygon", + }, + "id": "48119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45011 { + "geometry": { + "coordinates": [ + [ + [ + -81.22258738234079, + 33.43997814918982, + ], + [ + -81.22797127502469, + 33.16066083291723, + ], + [ + -81.1927965094899, + 33.11854837600229, + ], + [ + -81.3643632230168, + 33.10807397664207, + ], + [ + -81.54203168158544, + 33.15818994896559, + ], + [ + -81.61417584354969, + 33.095289837935745, + ], + [ + -81.74446604650004, + 33.14212920327992, + ], + [ + -81.75702846276246, + 33.19810009627146, + ], + [ + -81.37297745131103, + 33.49041641072443, + ], + [ + -81.22258738234079, + 33.43997814918982, + ], + ], + ], + "type": "Polygon", + }, + "id": "45011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13237 { + "geometry": { + "coordinates": [ + [ + [ + -83.16401908415462, + 33.35489379746371, + ], + [ + -83.14786740610293, + 33.30998816738604, + ], + [ + -83.25446848124412, + 33.25890532742926, + ], + [ + -83.27420942108508, + 33.18724969283164, + ], + [ + -83.42890660420242, + 33.18536967243365, + ], + [ + -83.5459165385325, + 33.171887240436654, + ], + [ + -83.53371304844899, + 33.43444551773288, + ], + [ + -83.2799522399479, + 33.48348719268613, + ], + [ + -83.16401908415462, + 33.35489379746371, + ], + ], + ], + "type": "Polygon", + }, + "id": "13237", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35051 { + "geometry": { + "coordinates": [ + [ + [ + -106.3729036659046, + 33.48010315596975, + ], + [ + -106.34598420248511, + 33.39077532963103, + ], + [ + -106.34060030980122, + 33.052801376941204, + ], + [ + -106.88796273266423, + 32.82284802483294, + ], + [ + -106.8876038064853, + 32.77928526646812, + ], + [ + -107.29893320753516, + 32.780252134101374, + ], + [ + -107.29965105989301, + 32.60551766682546, + ], + [ + -107.60832757376987, + 32.60535652221992, + ], + [ + -107.73682314582558, + 32.62947449818269, + ], + [ + -107.72138932013173, + 32.7780498244923, + ], + [ + -107.78061213965462, + 32.95278429176821, + ], + [ + -107.83839925446179, + 32.97384052022568, + ], + [ + -107.87572757707017, + 33.202558430358124, + ], + [ + -108.0006338873366, + 33.20153784785636, + ], + [ + -108.0006338873366, + 33.478008276097704, + ], + [ + -107.7127750918375, + 33.47688026385892, + ], + [ + -106.47412084836189, + 33.475805966488636, + ], + [ + -106.3729036659046, + 33.48010315596975, + ], + ], + ], + "type": "Polygon", + }, + "id": "35051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05073 { + "geometry": { + "coordinates": [ + [ + [ + -93.48314672829356, + 33.476074540831206, + ], + [ + -93.36541894160564, + 33.44443648327648, + ], + [ + -93.44222914389593, + 33.2582607490071, + ], + [ + -93.48206994975678, + 33.25992590993103, + ], + [ + -93.49068417805101, + 33.01842386109227, + ], + [ + -93.52119290325977, + 33.0185312908293, + ], + [ + -93.80474458461177, + 33.01928329898849, + ], + [ + -93.85068713551436, + 33.14449265749453, + ], + [ + -93.77603049029764, + 33.13981946393382, + ], + [ + -93.70316847597554, + 33.254339563605576, + ], + [ + -93.7229094158165, + 33.48192946149922, + ], + [ + -93.48314672829356, + 33.476074540831206, + ], + ], + ], + "type": "Polygon", + }, + "id": "05073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13141 { + "geometry": { + "coordinates": [ + [ + [ + -82.85211223466743, + 33.44346961564323, + ], + [ + -82.7559200187151, + 33.25353384057787, + ], + [ + -82.74838256895765, + 33.238278817919905, + ], + [ + -82.88872270491794, + 33.138584021957996, + ], + [ + -83.05203411632954, + 33.08062567883143, + ], + [ + -83.0976177410532, + 33.15093844171621, + ], + [ + -83.27420942108508, + 33.18724969283164, + ], + [ + -83.25446848124412, + 33.25890532742926, + ], + [ + -83.14786740610293, + 33.30998816738604, + ], + [ + -83.16401908415462, + 33.35489379746371, + ], + [ + -83.01291116282654, + 33.46919903766142, + ], + [ + -82.85211223466743, + 33.44346961564323, + ], + ], + ], + "type": "Polygon", + }, + "id": "13141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 04027 { + "geometry": { + "coordinates": [ + [ + [ + -113.33391798000653, + 33.37745404223958, + ], + [ + -113.33391798000653, + 32.5048560032303, + ], + [ + -113.33355905382761, + 32.038825804003196, + ], + [ + -114.81412954189972, + 32.494059314659, + ], + [ + -114.80946350157367, + 32.61674407434488, + ], + [ + -114.7193730306631, + 32.71869489478438, + ], + [ + -114.52698859875846, + 32.75710102577186, + ], + [ + -114.4627408127306, + 32.90787866169054, + ], + [ + -114.51514403485389, + 33.026534806237876, + ], + [ + -114.26892067611026, + 33.02981141321723, + ], + [ + -114.26784389757347, + 33.46355897646745, + ], + [ + -113.95844953133877, + 33.464633273837734, + ], + [ + -113.95844953133877, + 33.37761518684512, + ], + [ + -113.33391798000653, + 33.37745404223958, + ], + ], + ], + "type": "Polygon", + }, + "id": "04027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 04021 { + "geometry": { + "coordinates": [ + [ + [ + -111.04002077048682, + 33.466083575287605, + ], + [ + -110.94669996396591, + 33.25014980386149, + ], + [ + -110.78267070019646, + 32.984690923665504, + ], + [ + -110.63515204065764, + 33.14175319920032, + ], + [ + -110.44886935379475, + 33.19450120008103, + ], + [ + -110.45138183704724, + 32.513826386272136, + ], + [ + -111.15703070481688, + 32.511946365874145, + ], + [ + -111.15703070481688, + 32.50163311111947, + ], + [ + -112.20365944256676, + 32.50673602362829, + ], + [ + -112.20186481167212, + 33.29043595524696, + ], + [ + -112.07659957522675, + 33.20443845075611, + ], + [ + -111.5827171530238, + 33.205459033257874, + ], + [ + -111.58056359595024, + 33.46592243068206, + ], + [ + -111.04002077048682, + 33.466083575287605, + ], + ], + ], + "type": "Polygon", + }, + "id": "04021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48237 { + "geometry": { + "coordinates": [ + [ + [ + -97.9790560455278, + 33.46710415778937, + ], + [ + -97.91803859511027, + 33.433800939310714, + ], + [ + -97.92162785689955, + 33.001288818036315, + ], + [ + -98.056225173997, + 33.00332998303985, + ], + [ + -98.42663699064923, + 33.00789574686353, + ], + [ + -98.42053524560748, + 33.39614681648243, + ], + [ + -98.42125309796533, + 33.46678186857829, + ], + [ + -97.9790560455278, + 33.46710415778937, + ], + ], + ], + "type": "Polygon", + }, + "id": "48237", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05027 { + "geometry": { + "coordinates": [ + [ + [ + -93.1163241734306, + 33.45286971763317, + ], + [ + -93.11883665668309, + 33.38030093027081, + ], + [ + -92.9784965207228, + 33.377292897634035, + ], + [ + -92.98854645373274, + 33.01740327859051, + ], + [ + -93.23871800044456, + 33.01794042727565, + ], + [ + -93.49068417805101, + 33.01842386109227, + ], + [ + -93.48206994975678, + 33.25992590993103, + ], + [ + -93.44222914389593, + 33.2582607490071, + ], + [ + -93.36541894160564, + 33.44443648327648, + ], + [ + -93.1163241734306, + 33.45286971763317, + ], + ], + ], + "type": "Polygon", + }, + "id": "05027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13035 { + "geometry": { + "coordinates": [ + [ + [ + -83.86284835452466, + 33.36826879972369, + ], + [ + -83.82228969630596, + 33.1801593301878, + ], + [ + -84.04159359163009, + 33.20261214522664, + ], + [ + -84.12378768660427, + 33.202827004700694, + ], + [ + -84.10261104204761, + 33.298117181444454, + ], + [ + -83.96442446316088, + 33.375144302893474, + ], + [ + -83.92386580494217, + 33.44427533867094, + ], + [ + -83.86284835452466, + 33.36826879972369, + ], + ], + ], + "type": "Polygon", + }, + "id": "13035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45009 { + "geometry": { + "coordinates": [ + [ + [ + -80.79797771267066, + 33.176936438076964, + ], + [ + -81.08260617255944, + 33.02642737650085, + ], + [ + -81.1927965094899, + 33.11854837600229, + ], + [ + -81.22797127502469, + 33.16066083291723, + ], + [ + -81.22258738234079, + 33.43997814918982, + ], + [ + -80.94083033188343, + 33.3032738088218, + ], + [ + -80.79797771267066, + 33.176936438076964, + ], + ], + ], + "type": "Polygon", + }, + "id": "45009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 06025 { + "geometry": { + "coordinates": [ + [ + [ + -114.51514403485389, + 33.026534806237876, + ], + [ + -114.4627408127306, + 32.90787866169054, + ], + [ + -114.52698859875846, + 32.75710102577186, + ], + [ + -114.7193730306631, + 32.71869489478438, + ], + [ + -116.1066227122143, + 32.618301805531786, + ], + [ + -116.10267452424611, + 33.07477075816341, + ], + [ + -116.07970324879481, + 33.07552276632261, + ], + [ + -116.08257465822622, + 33.427086580746476, + ], + [ + -114.6260522241422, + 33.4368089719475, + ], + [ + -114.72368014481022, + 33.40651378610563, + ], + [ + -114.73121759456768, + 33.302414370925575, + ], + [ + -114.67701974154977, + 33.2701854498172, + ], + [ + -114.70645168822175, + 33.08814576042339, + ], + [ + -114.67271262740265, + 33.04050067205151, + ], + [ + -114.51514403485389, + 33.026534806237876, + ], + ], + ], + "type": "Polygon", + }, + "id": "06025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48497 { + "geometry": { + "coordinates": [ + [ + [ + -97.48696825421946, + 33.4337472244422, + ], + [ + -97.38323858850968, + 33.43047061746285, + ], + [ + -97.3983134880246, + 32.99016984025393, + ], + [ + -97.5440375166688, + 32.99409102565544, + ], + [ + -97.92162785689955, + 33.001288818036315, + ], + [ + -97.91803859511027, + 33.433800939310714, + ], + [ + -97.48696825421946, + 33.4337472244422, + ], + ], + ], + "type": "Polygon", + }, + "id": "48497", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48121 { + "geometry": { + "coordinates": [ + [ + [ + -96.83408153475203, + 33.40549320360386, + ], + [ + -96.8444903939409, + 32.987484096828226, + ], + [ + -97.0322087855195, + 32.98463720879699, + ], + [ + -97.3983134880246, + 32.99016984025393, + ], + [ + -97.38323858850968, + 33.43047061746285, + ], + [ + -96.94391294550357, + 33.41639732191219, + ], + [ + -96.83408153475203, + 33.40549320360386, + ], + ], + ], + "type": "Polygon", + }, + "id": "48121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13149 { + "geometry": { + "coordinates": [ + [ + [ + -85.01536031505788, + 33.425475134691055, + ], + [ + -84.93890903894652, + 33.22468895618587, + ], + [ + -85.23645884127664, + 33.129559924047655, + ], + [ + -85.2938870299049, + 33.42805344837972, + ], + [ + -85.01536031505788, + 33.425475134691055, + ], + ], + ], + "type": "Polygon", + }, + "id": "13149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48231 { + "geometry": { + "coordinates": [ + [ + [ + -95.8624683683978, + 32.97958801115668, + ], + [ + -95.94538031572984, + 32.97985658549925, + ], + [ + -95.9866568263064, + 32.87339371610458, + ], + [ + -95.93425360418311, + 32.83718989472617, + ], + [ + -96.07674729721697, + 32.83842533670199, + ], + [ + -96.2974868972568, + 32.84170194368134, + ], + [ + -96.29712797107788, + 32.98168289102872, + ], + [ + -96.29533334018325, + 33.351939479695446, + ], + [ + -95.85887910660854, + 33.40973667821646, + ], + [ + -95.86175051603995, + 33.21931746933448, + ], + [ + -95.8624683683978, + 32.97958801115668, + ], + ], + ], + "type": "Polygon", + }, + "id": "48231", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48085 { + "geometry": { + "coordinates": [ + [ + [ + -96.38470595873596, + 33.39781197740636, + ], + [ + -96.29533334018325, + 33.351939479695446, + ], + [ + -96.29712797107788, + 32.98168289102872, + ], + [ + -96.51679079258095, + 32.98227375458237, + ], + [ + -96.8444903939409, + 32.987484096828226, + ], + [ + -96.83408153475203, + 33.40549320360386, + ], + [ + -96.38470595873596, + 33.39781197740636, + ], + ], + ], + "type": "Polygon", + }, + "id": "48085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48263 { + "geometry": { + "coordinates": [ + [ + [ + -100.51738198289651, + 33.39786569227488, + ], + [ + -100.51917661379115, + 32.96288268704883, + ], + [ + -100.65592748796217, + 32.96341983573397, + ], + [ + -101.03854279469789, + 32.970241624035246, + ], + [ + -101.03890172087682, + 33.397167398984195, + ], + [ + -100.51738198289651, + 33.39786569227488, + ], + ], + ], + "type": "Polygon", + }, + "id": "48263", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48433 { + "geometry": { + "coordinates": [ + [ + [ + -99.99083727841123, + 33.39732854358974, + ], + [ + -99.9890426475166, + 32.96008951388611, + ], + [ + -100.14409875681288, + 32.95998208414908, + ], + [ + -100.51917661379115, + 32.96288268704883, + ], + [ + -100.51738198289651, + 33.39786569227488, + ], + [ + -99.99083727841123, + 33.39732854358974, + ], + ], + ], + "type": "Polygon", + }, + "id": "48433", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48449 { + "geometry": { + "coordinates": [ + [ + [ + -94.80866110706938, + 33.36364932103149, + ], + [ + -94.8197878186161, + 32.98291833300454, + ], + [ + -94.92459426286267, + 33.06751925091403, + ], + [ + -95.12595184924048, + 33.03459203651497, + ], + [ + -95.12559292306155, + 33.38943245791819, + ], + [ + -94.88870164497001, + 33.39829541122299, + ], + [ + -94.80866110706938, + 33.36364932103149, + ], + ], + ], + "type": "Polygon", + }, + "id": "48449", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48169 { + "geometry": { + "coordinates": [ + [ + [ + -101.03890172087682, + 33.397167398984195, + ], + [ + -101.03854279469789, + 32.970241624035246, + ], + [ + -101.17349903797428, + 32.963527265471, + ], + [ + -101.55755004942571, + 32.96100266665085, + ], + [ + -101.55683219706786, + 33.39475022990107, + ], + [ + -101.03890172087682, + 33.397167398984195, + ], + ], + ], + "type": "Polygon", + }, + "id": "48169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48447 { + "geometry": { + "coordinates": [ + [ + [ + -98.95389954749237, + 33.39754340306379, + ], + [ + -98.95102813806095, + 32.95686662177527, + ], + [ + -99.09603431434729, + 32.9569740515123, + ], + [ + -99.47111217132556, + 32.9569740515123, + ], + [ + -99.47254787604126, + 33.39899370451367, + ], + [ + -98.95389954749237, + 33.39754340306379, + ], + ], + ], + "type": "Polygon", + }, + "id": "48447", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48503 { + "geometry": { + "coordinates": [ + [ + [ + -98.42053524560748, + 33.39614681648243, + ], + [ + -98.42663699064923, + 33.00789574686353, + ], + [ + -98.42735484300708, + 32.952300857951585, + ], + [ + -98.57559135490376, + 32.95434202295512, + ], + [ + -98.95102813806095, + 32.95686662177527, + ], + [ + -98.95389954749237, + 33.39754340306379, + ], + [ + -98.42053524560748, + 33.39614681648243, + ], + ], + ], + "type": "Polygon", + }, + "id": "48503", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48207 { + "geometry": { + "coordinates": [ + [ + [ + -99.47254787604126, + 33.39899370451367, + ], + [ + -99.47111217132556, + 32.9569740515123, + ], + [ + -99.6121701596437, + 32.95692033664378, + ], + [ + -99.9890426475166, + 32.96008951388611, + ], + [ + -99.99083727841123, + 33.39732854358974, + ], + [ + -99.47254787604126, + 33.39899370451367, + ], + ], + ], + "type": "Polygon", + }, + "id": "48207", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05003 { + "geometry": { + "coordinates": [ + [ + [ + -91.45736737443198, + 33.388949024101564, + ], + [ + -91.4602387838634, + 33.00590829672852, + ], + [ + -92.06897758332286, + 33.0081643212061, + ], + [ + -92.13753248349784, + 33.16297057226333, + ], + [ + -92.11420228186762, + 33.22243293170828, + ], + [ + -91.98211744802263, + 33.29860061526108, + ], + [ + -91.99001382395902, + 33.39818798148596, + ], + [ + -91.45736737443198, + 33.388949024101564, + ], + ], + ], + "type": "Polygon", + }, + "id": "05003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48305 { + "geometry": { + "coordinates": [ + [ + [ + -101.55683219706786, + 33.39475022990107, + ], + [ + -101.55755004942571, + 32.96100266665085, + ], + [ + -101.69178844034425, + 32.96175467481004, + ], + [ + -102.07655730415354, + 32.95971350980651, + ], + [ + -102.07583945179569, + 33.38959360252373, + ], + [ + -101.55683219706786, + 33.39475022990107, + ], + ], + ], + "type": "Polygon", + }, + "id": "48305", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35035 { + "geometry": { + "coordinates": [ + [ + [ + -105.31694284750263, + 33.132191952604835, + ], + [ + -105.31622499514478, + 32.961969534284094, + ], + [ + -105.35247653921635, + 32.96191581941558, + ], + [ + -105.35391224393207, + 32.51876815417542, + ], + [ + -104.85141559343487, + 32.52048702996787, + ], + [ + -104.8478263316456, + 32.00052710275274, + ], + [ + -104.91853478889414, + 32.00047338788423, + ], + [ + -105.99782580892634, + 32.002299693413704, + ], + [ + -106.37721078005173, + 32.00127911091194, + ], + [ + -106.37649292769387, + 32.95794091914555, + ], + [ + -106.34060030980122, + 33.052801376941204, + ], + [ + -106.34598420248511, + 33.39077532963103, + ], + [ + -105.7271954700157, + 33.39045304041995, + ], + [ + -105.72611869147892, + 33.3048315400087, + ], + [ + -105.31909640457619, + 33.30510011435127, + ], + [ + -105.31694284750263, + 33.132191952604835, + ], + ], + ], + "type": "Polygon", + }, + "id": "35035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48501 { + "geometry": { + "coordinates": [ + [ + [ + -102.59484670652351, + 33.38846559028494, + ], + [ + -102.59484670652351, + 32.958800357041774, + ], + [ + -103.06468107473839, + 32.959068931384344, + ], + [ + -103.056784698802, + 33.38841187541642, + ], + [ + -102.59484670652351, + 33.38846559028494, + ], + ], + ], + "type": "Polygon", + }, + "id": "48501", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48445 { + "geometry": { + "coordinates": [ + [ + [ + -102.07583945179569, + 33.38959360252373, + ], + [ + -102.07655730415354, + 32.95971350980651, + ], + [ + -102.20864213799852, + 32.958961501647316, + ], + [ + -102.59484670652351, + 32.958800357041774, + ], + [ + -102.59484670652351, + 33.38846559028494, + ], + [ + -102.07583945179569, + 33.38959360252373, + ], + ], + ], + "type": "Polygon", + }, + "id": "48445", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48159 { + "geometry": { + "coordinates": [ + [ + [ + -95.12559292306155, + 33.38943245791819, + ], + [ + -95.12595184924048, + 33.03459203651497, + ], + [ + -95.15215346030212, + 33.01348209318898, + ], + [ + -95.17368903103771, + 32.961862104547066, + ], + [ + -95.30900420049304, + 32.962506682969234, + ], + [ + -95.3086452743141, + 33.37509058802496, + ], + [ + -95.30649171724055, + 33.378044905793224, + ], + [ + -95.12559292306155, + 33.38943245791819, + ], + ], + ], + "type": "Polygon", + }, + "id": "48159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 05139 { + "geometry": { + "coordinates": [ + [ + [ + -92.56716711967294, + 33.36719450235341, + ], + [ + -92.4329287287544, + 33.27083002823937, + ], + [ + -92.3503757076013, + 33.298922904472164, + ], + [ + -92.22403369261914, + 33.25251325807611, + ], + [ + -92.13753248349784, + 33.16297057226333, + ], + [ + -92.06897758332286, + 33.0081643212061, + ], + [ + -92.72509463840063, + 33.01434153108521, + ], + [ + -92.98854645373274, + 33.01740327859051, + ], + [ + -92.9784965207228, + 33.377292897634035, + ], + [ + -92.56716711967294, + 33.36719450235341, + ], + ], + ], + "type": "Polygon", + }, + "id": "05139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48223 { + "geometry": { + "coordinates": [ + [ + [ + -95.3086452743141, + 33.37509058802496, + ], + [ + -95.30900420049304, + 32.962506682969234, + ], + [ + -95.66541789616711, + 32.960411803097195, + ], + [ + -95.8624683683978, + 32.97958801115668, + ], + [ + -95.86175051603995, + 33.21931746933448, + ], + [ + -95.75802085033017, + 33.29688173946863, + ], + [ + -95.6151682311174, + 33.3452251211312, + ], + [ + -95.3086452743141, + 33.37509058802496, + ], + ], + ], + "type": "Polygon", + }, + "id": "48223", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48343 { + "geometry": { + "coordinates": [ + [ + [ + -94.74692580429402, + 33.32889580110295, + ], + [ + -94.6521692930574, + 33.26884257810435, + ], + [ + -94.65396392395203, + 32.87951721111517, + ], + [ + -94.70600821989639, + 32.87919492190409, + ], + [ + -94.72000634087452, + 32.90449462497416, + ], + [ + -94.8197878186161, + 32.98291833300454, + ], + [ + -94.80866110706938, + 33.36364932103149, + ], + [ + -94.74692580429402, + 33.32889580110295, + ], + ], + ], + "type": "Polygon", + }, + "id": "48343", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28051 { + "geometry": { + "coordinates": [ + [ + [ + -90.17456521094842, + 33.333300420321095, + ], + [ + -89.74959661509936, + 33.21448313116822, + ], + [ + -89.82353540795823, + 33.113338033756435, + ], + [ + -89.89855097935389, + 32.93076119567749, + ], + [ + -89.966388027171, + 32.879570925983685, + ], + [ + -90.36407823342165, + 33.01058149028923, + ], + [ + -90.41827608643956, + 33.114680905469285, + ], + [ + -90.33033917260255, + 33.135092555504585, + ], + [ + -90.33141595113933, + 33.30284408987369, + ], + [ + -90.17456521094842, + 33.333300420321095, + ], + ], + ], + "type": "Polygon", + }, + "id": "28051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13255 { + "geometry": { + "coordinates": [ + [ + [ + -84.10261104204761, + 33.298117181444454, + ], + [ + -84.12378768660427, + 33.202827004700694, + ], + [ + -84.24797614451286, + 33.189022283492605, + ], + [ + -84.45148728796424, + 33.20884306997426, + ], + [ + -84.49671198650898, + 33.183973085852294, + ], + [ + -84.50245480537181, + 33.221143774863954, + ], + [ + -84.49742983886684, + 33.25745502597939, + ], + [ + -84.43318205283897, + 33.25648815834614, + ], + [ + -84.38831628047316, + 33.352584058117614, + ], + [ + -84.35421829347513, + 33.3525303432491, + ], + [ + -84.15070715002376, + 33.3356101596672, + ], + [ + -84.10261104204761, + 33.298117181444454, + ], + ], + ], + "type": "Polygon", + }, + "id": "13255", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45035 { + "geometry": { + "coordinates": [ + [ + [ + -80.36188240527487, + 33.25745502597939, + ], + [ + -80.32132374705617, + 33.152925891851226, + ], + [ + -80.14939810735035, + 33.02164675320311, + ], + [ + -80.07868965010181, + 32.92764573330368, + ], + [ + -80.1583712618235, + 32.818228546140745, + ], + [ + -80.4013642849568, + 32.85835355292067, + ], + [ + -80.3999285802411, + 33.05231794312458, + ], + [ + -80.58657019328291, + 33.05747457050192, + ], + [ + -80.79008133673427, + 33.18080390860997, + ], + [ + -80.50294039359302, + 33.33442843255989, + ], + [ + -80.48858334643596, + 33.277974105751724, + ], + [ + -80.36188240527487, + 33.25745502597939, + ], + ], + ], + "type": "Polygon", + }, + "id": "45035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28053 { + "geometry": { + "coordinates": [ + [ + [ + -90.45309192579543, + 33.329486664656606, + ], + [ + -90.41289219375567, + 33.2359690785738, + ], + [ + -90.33141595113933, + 33.30284408987369, + ], + [ + -90.33033917260255, + 33.135092555504585, + ], + [ + -90.41827608643956, + 33.114680905469285, + ], + [ + -90.36407823342165, + 33.01058149028923, + ], + [ + -90.44914373782724, + 33.00902375910233, + ], + [ + -90.45022051636403, + 32.923509688428105, + ], + [ + -90.6551673645311, + 32.92248910592634, + ], + [ + -90.65803877396252, + 33.09652527991157, + ], + [ + -90.70182776779156, + 33.09631042043751, + ], + [ + -90.71618481494862, + 33.270024305211656, + ], + [ + -90.55502696061059, + 33.27050773902828, + ], + [ + -90.55538588678951, + 33.32911066057701, + ], + [ + -90.45309192579543, + 33.329486664656606, + ], + ], + ], + "type": "Polygon", + }, + "id": "28053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13125 { + "geometry": { + "coordinates": [ + [ + [ + -82.43180967914441, + 33.2748049285094, + ], + [ + -82.66188135983634, + 33.126337031936814, + ], + [ + -82.73258981708489, + 33.17392840544018, + ], + [ + -82.74838256895765, + 33.238278817919905, + ], + [ + -82.7559200187151, + 33.25353384057787, + ], + [ + -82.55958739884227, + 33.327230640179025, + ], + [ + -82.43180967914441, + 33.2748049285094, + ], + ], + ], + "type": "Polygon", + }, + "id": "13125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13163 { + "geometry": { + "coordinates": [ + [ + [ + -82.3209014898561, + 33.30048063565907, + ], + [ + -82.26778041537497, + 33.26739227665447, + ], + [ + -82.23260564984017, + 33.23091988093349, + ], + [ + -82.2911106170052, + 33.062899772221826, + ], + [ + -82.27244645570102, + 32.93785155832133, + ], + [ + -82.31623544953005, + 32.83584702301332, + ], + [ + -82.4343221623969, + 32.7622576531492, + ], + [ + -82.52118229769714, + 32.82236459101632, + ], + [ + -82.55025531819018, + 33.01922958411998, + ], + [ + -82.66188135983634, + 33.126337031936814, + ], + [ + -82.43180967914441, + 33.2748049285094, + ], + [ + -82.38371357116826, + 33.312083047258085, + ], + [ + -82.35499947685413, + 33.31202933238957, + ], + [ + -82.35356377213843, + 33.31229790673214, + ], + [ + -82.3209014898561, + 33.30048063565907, + ], + ], + ], + "type": "Polygon", + }, + "id": "13163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48067 { + "geometry": { + "coordinates": [ + [ + [ + -94.043071567419, + 33.27115231745044, + ], + [ + -94.043071567419, + 33.01917586925146, + ], + [ + -94.043071567419, + 32.88107494230208, + ], + [ + -94.65396392395203, + 32.87951721111517, + ], + [ + -94.6521692930574, + 33.26884257810435, + ], + [ + -94.46516875383666, + 33.29263826485603, + ], + [ + -94.23581492550258, + 33.240803416740064, + ], + [ + -94.16546539443297, + 33.311814472915515, + ], + [ + -94.043071567419, + 33.27115231745044, + ], + ], + ], + "type": "Polygon", + }, + "id": "48067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13033 { + "geometry": { + "coordinates": [ + [ + [ + -81.852143900178, + 33.24746406043579, + ], + [ + -81.75702846276246, + 33.19810009627146, + ], + [ + -81.74446604650004, + 33.14212920327992, + ], + [ + -81.61417584354969, + 33.095289837935745, + ], + [ + -81.54167275540652, + 33.045657299428846, + ], + [ + -81.76779624813025, + 32.90938267800893, + ], + [ + -81.85788671904082, + 32.95385858913849, + ], + [ + -82.07970309761745, + 32.9169564744694, + ], + [ + -82.14502766218209, + 32.812642199815286, + ], + [ + -82.31623544953005, + 32.83584702301332, + ], + [ + -82.27244645570102, + 32.93785155832133, + ], + [ + -82.2911106170052, + 33.062899772221826, + ], + [ + -82.23260564984017, + 33.23091988093349, + ], + [ + -82.26778041537497, + 33.26739227665447, + ], + [ + -82.17445960885406, + 33.29672059486309, + ], + [ + -82.09226551387988, + 33.23032901737984, + ], + [ + -81.852143900178, + 33.24746406043579, + ], + ], + ], + "type": "Polygon", + }, + "id": "13033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28103 { + "geometry": { + "coordinates": [ + [ + [ + -88.30455981874098, + 33.2882873605064, + ], + [ + -88.34045243663364, + 32.99119042275569, + ], + [ + -88.34798988639109, + 32.929096034753556, + ], + [ + -88.812799288101, + 32.92592685751123, + ], + [ + -88.81315821427994, + 33.28640734010841, + ], + [ + -88.66922881653038, + 33.28689077392504, + ], + [ + -88.30455981874098, + 33.2882873605064, + ], + ], + ], + "type": "Polygon", + }, + "id": "28103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28159 { + "geometry": { + "coordinates": [ + [ + [ + -88.81315821427994, + 33.28640734010841, + ], + [ + -88.812799288101, + 32.92592685751123, + ], + [ + -88.91437539673723, + 32.92651772106488, + ], + [ + -89.3192441265664, + 32.93167434844223, + ], + [ + -89.31816734802962, + 33.10887969966978, + ], + [ + -89.21443768231984, + 33.10941684835492, + ], + [ + -89.21336090378306, + 33.197509232717806, + ], + [ + -89.10891338571543, + 33.19799266653443, + ], + [ + -89.08809566733768, + 33.2859776211603, + ], + [ + -88.81315821427994, + 33.28640734010841, + ], + ], + ], + "type": "Polygon", + }, + "id": "28159", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28007 { + "geometry": { + "coordinates": [ + [ + [ + -89.31816734802962, + 33.10887969966978, + ], + [ + -89.3192441265664, + 32.93167434844223, + ], + [ + -89.72554856111128, + 32.929901757781266, + ], + [ + -89.72985567525839, + 32.88478126822954, + ], + [ + -89.966388027171, + 32.879570925983685, + ], + [ + -89.89855097935389, + 32.93076119567749, + ], + [ + -89.82353540795823, + 33.113338033756435, + ], + [ + -89.74959661509936, + 33.21448313116822, + ], + [ + -89.64550802321065, + 33.28544047247516, + ], + [ + -89.45384144366386, + 33.285923906291785, + ], + [ + -89.31637271713498, + 33.28554790221219, + ], + [ + -89.31816734802962, + 33.10887969966978, + ], + ], + ], + "type": "Polygon", + }, + "id": "28007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01007 { + "geometry": { + "coordinates": [ + [ + [ + -86.8810585931182, + 33.04984705917293, + ], + [ + -86.87603362661322, + 32.836276741961434, + ], + [ + -87.01924517200493, + 32.83702875012063, + ], + [ + -87.31930745758754, + 32.83149611866369, + ], + [ + -87.42124249240268, + 32.87446801347486, + ], + [ + -87.42196034476054, + 33.00338369790836, + ], + [ + -87.31858960522969, + 33.00612315620258, + ], + [ + -87.28197913497918, + 33.13305139050106, + ], + [ + -87.06626450144431, + 33.246873196882134, + ], + [ + -87.02714154794131, + 33.24638976306551, + ], + [ + -87.02570584322561, + 33.16576374542606, + ], + [ + -86.8810585931182, + 33.04984705917293, + ], + ], + ], + "type": "Polygon", + }, + "id": "01007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13303 { + "geometry": { + "coordinates": [ + [ + [ + -82.74838256895765, + 33.238278817919905, + ], + [ + -82.73258981708489, + 33.17392840544018, + ], + [ + -82.66188135983634, + 33.126337031936814, + ], + [ + -82.55025531819018, + 33.01922958411998, + ], + [ + -82.52118229769714, + 32.82236459101632, + ], + [ + -82.76848243497754, + 32.769133156318986, + ], + [ + -82.80258042197556, + 32.80968788204702, + ], + [ + -82.94686874590404, + 32.759410765117956, + ], + [ + -83.07356968706513, + 32.94655336702059, + ], + [ + -83.05203411632954, + 33.08062567883143, + ], + [ + -82.88872270491794, + 33.138584021957996, + ], + [ + -82.74838256895765, + 33.238278817919905, + ], + ], + ], + "type": "Polygon", + }, + "id": "13303", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13199 { + "geometry": { + "coordinates": [ + [ + [ + -84.50245480537181, + 33.221143774863954, + ], + [ + -84.49671198650898, + 33.183973085852294, + ], + [ + -84.52686178553881, + 32.97056391324633, + ], + [ + -84.50712084569786, + 32.881826950461274, + ], + [ + -84.70058205613927, + 32.844656261449614, + ], + [ + -84.86173991047731, + 32.87248056333984, + ], + [ + -84.86245776283516, + 33.19106344849614, + ], + [ + -84.85240782982521, + 33.223507229078564, + ], + [ + -84.50245480537181, + 33.221143774863954, + ], + ], + ], + "type": "Polygon", + }, + "id": "13199", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13285 { + "geometry": { + "coordinates": [ + [ + [ + -84.86245776283516, + 33.19106344849614, + ], + [ + -84.86173991047731, + 32.87248056333984, + ], + [ + -85.18405561915337, + 32.87043939833631, + ], + [ + -85.23251065330845, + 33.10807397664207, + ], + [ + -85.23645884127664, + 33.129559924047655, + ], + [ + -84.93890903894652, + 33.22468895618587, + ], + [ + -84.86245776283516, + 33.19106344849614, + ], + ], + ], + "type": "Polygon", + }, + "id": "13285", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35017 { + "geometry": { + "coordinates": [ + [ + [ + -108.0006338873366, + 33.20153784785636, + ], + [ + -107.87572757707017, + 33.202558430358124, + ], + [ + -107.83839925446179, + 32.97384052022568, + ], + [ + -107.78061213965462, + 32.95278429176821, + ], + [ + -107.72138932013173, + 32.7780498244923, + ], + [ + -107.73682314582558, + 32.62947449818269, + ], + [ + -107.60832757376987, + 32.60535652221992, + ], + [ + -107.9234647588674, + 32.604335939718155, + ], + [ + -107.9234647588674, + 32.51721042298851, + ], + [ + -108.22926986331284, + 32.51694184864594, + ], + [ + -108.22998771567069, + 32.079971393284886, + ], + [ + -108.21706637322933, + 31.864091336727284, + ], + [ + -108.5246661085694, + 31.863715332647686, + ], + [ + -108.53794637718968, + 32.079810248679344, + ], + [ + -108.53722852483183, + 32.51667327430337, + ], + [ + -108.64705993558336, + 32.516834418908914, + ], + [ + -108.6463420832255, + 32.603530216690444, + ], + [ + -108.85308356228721, + 32.60358393155896, + ], + [ + -108.85487819318185, + 32.777190386596075, + ], + [ + -109.04726262508649, + 32.77751267580716, + ], + [ + -109.04726262508649, + 33.208950499711285, + ], + [ + -108.0006338873366, + 33.20153784785636, + ], + ], + ], + "type": "Polygon", + }, + "id": "35017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13231 { + "geometry": { + "coordinates": [ + [ + [ + -84.24797614451286, + 33.189022283492605, + ], + [ + -84.27022956760632, + 32.99102927815015, + ], + [ + -84.52686178553881, + 32.97056391324633, + ], + [ + -84.49671198650898, + 33.183973085852294, + ], + [ + -84.45148728796424, + 33.20884306997426, + ], + [ + -84.24797614451286, + 33.189022283492605, + ], + ], + ], + "type": "Polygon", + }, + "id": "13231", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13171 { + "geometry": { + "coordinates": [ + [ + [ + -84.04159359163009, + 33.20261214522664, + ], + [ + -84.04410607488258, + 32.94789623873344, + ], + [ + -84.12342876042534, + 32.932104067390334, + ], + [ + -84.12271090806749, + 32.98957897670027, + ], + [ + -84.27022956760632, + 32.99102927815015, + ], + [ + -84.24797614451286, + 33.189022283492605, + ], + [ + -84.12378768660427, + 33.202827004700694, + ], + [ + -84.04159359163009, + 33.20261214522664, + ], + ], + ], + "type": "Polygon", + }, + "id": "13171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13207 { + "geometry": { + "coordinates": [ + [ + [ + -83.82228969630596, + 33.1801593301878, + ], + [ + -83.8161879512642, + 33.13176223365672, + ], + [ + -83.72107251384865, + 33.025084504788, + ], + [ + -83.7106636546598, + 32.95278429176821, + ], + [ + -83.89228030119664, + 32.84830887250856, + ], + [ + -84.1241466127832, + 32.84954431448438, + ], + [ + -84.12342876042534, + 32.932104067390334, + ], + [ + -84.04410607488258, + 32.94789623873344, + ], + [ + -84.04159359163009, + 33.20261214522664, + ], + [ + -83.82228969630596, + 33.1801593301878, + ], + ], + ], + "type": "Polygon", + }, + "id": "13207", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13009 { + "geometry": { + "coordinates": [ + [ + [ + -83.27420942108508, + 33.18724969283164, + ], + [ + -83.0976177410532, + 33.15093844171621, + ], + [ + -83.05203411632954, + 33.08062567883143, + ], + [ + -83.07356968706513, + 32.94655336702059, + ], + [ + -83.14714955374507, + 33.0089163293653, + ], + [ + -83.35783922077496, + 32.92608800211677, + ], + [ + -83.42890660420242, + 33.18536967243365, + ], + [ + -83.27420942108508, + 33.18724969283164, + ], + ], + ], + "type": "Polygon", + }, + "id": "13009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13169 { + "geometry": { + "coordinates": [ + [ + [ + -83.42890660420242, + 33.18536967243365, + ], + [ + -83.35783922077496, + 32.92608800211677, + ], + [ + -83.40701210728791, + 32.89820998535803, + ], + [ + -83.5136131824291, + 32.84487112092367, + ], + [ + -83.65826043253651, + 32.88778930086632, + ], + [ + -83.7106636546598, + 32.95278429176821, + ], + [ + -83.72107251384865, + 33.025084504788, + ], + [ + -83.8161879512642, + 33.13176223365672, + ], + [ + -83.5459165385325, + 33.171887240436654, + ], + [ + -83.42890660420242, + 33.18536967243365, + ], + ], + ], + "type": "Polygon", + }, + "id": "13169", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45029 { + "geometry": { + "coordinates": [ + [ + [ + -80.79008133673427, + 33.18080390860997, + ], + [ + -80.58657019328291, + 33.05747457050192, + ], + [ + -80.3999285802411, + 33.05231794312458, + ], + [ + -80.4013642849568, + 32.85835355292067, + ], + [ + -80.4473068358594, + 32.72814871164283, + ], + [ + -80.41966952008205, + 32.60428222484964, + ], + [ + -80.41213207032459, + 32.50764917639303, + ], + [ + -80.57472562937834, + 32.565285230308504, + ], + [ + -80.71721932241218, + 32.678140169056334, + ], + [ + -80.82633288080586, + 32.704299310022634, + ], + [ + -80.90027167366473, + 32.83262413090249, + ], + [ + -81.08260617255944, + 33.02642737650085, + ], + [ + -80.79797771267066, + 33.176936438076964, + ], + [ + -80.79008133673427, + 33.18080390860997, + ], + ], + ], + "type": "Polygon", + }, + "id": "45029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45005 { + "geometry": { + "coordinates": [ + [ + [ + -81.1927965094899, + 33.11854837600229, + ], + [ + -81.08260617255944, + 33.02642737650085, + ], + [ + -81.21971597290938, + 32.95332144045335, + ], + [ + -81.26171033584379, + 32.83901620025564, + ], + [ + -81.4049218812355, + 32.744961465487705, + ], + [ + -81.50147302336674, + 32.93409151752535, + ], + [ + -81.51008725166098, + 33.01015177134112, + ], + [ + -81.54167275540652, + 33.045657299428846, + ], + [ + -81.61417584354969, + 33.095289837935745, + ], + [ + -81.54203168158544, + 33.15818994896559, + ], + [ + -81.3643632230168, + 33.10807397664207, + ], + [ + -81.1927965094899, + 33.11854837600229, + ], + ], + ], + "type": "Polygon", + }, + "id": "45005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01063 { + "geometry": { + "coordinates": [ + [ + [ + -87.71556195912248, + 33.00676773462474, + ], + [ + -87.83149511491575, + 32.8650141966164, + ], + [ + -87.78770612108671, + 32.65429076743614, + ], + [ + -87.73709752985808, + 32.590262644167495, + ], + [ + -87.81247202743265, + 32.524569359974926, + ], + [ + -87.85338961183028, + 32.53208944156688, + ], + [ + -87.91943202875277, + 32.629850502262286, + ], + [ + -88.0536704196713, + 32.59284095785617, + ], + [ + -88.07592384276475, + 32.77439721343335, + ], + [ + -88.2076497504308, + 32.92361711816513, + ], + [ + -88.17175713253815, + 32.995863616316406, + ], + [ + -87.83759685995751, + 33.15362418514191, + ], + [ + -87.83257189345254, + 33.017242133984965, + ], + [ + -87.71556195912248, + 33.00676773462474, + ], + ], + ], + "type": "Polygon", + }, + "id": "01063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01017 { + "geometry": { + "coordinates": [ + [ + [ + -85.23251065330845, + 33.10807397664207, + ], + [ + -85.18405561915337, + 32.87043939833631, + ], + [ + -85.13524165881935, + 32.74646548180609, + ], + [ + -85.59323146312965, + 32.72852471572243, + ], + [ + -85.59323146312965, + 33.10732196848287, + ], + [ + -85.23251065330845, + 33.10807397664207, + ], + ], + ], + "type": "Polygon", + }, + "id": "01017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01123 { + "geometry": { + "coordinates": [ + [ + [ + -85.59323146312965, + 33.10732196848287, + ], + [ + -85.59323146312965, + 32.72852471572243, + ], + [ + -85.69660220266051, + 32.697423806852846, + ], + [ + -85.69588435030266, + 32.59590270536147, + ], + [ + -85.79853723747566, + 32.580969971914584, + ], + [ + -85.79710153275995, + 32.49422045926454, + ], + [ + -85.88611522513374, + 32.49298501728872, + ], + [ + -85.8922169701755, + 32.7545764269517, + ], + [ + -86.007073347432, + 32.75500614589981, + ], + [ + -86.00922690450555, + 33.090240640295434, + ], + [ + -85.65353106118933, + 33.10662367519219, + ], + [ + -85.59323146312965, + 33.10732196848287, + ], + ], + ], + "type": "Polygon", + }, + "id": "01123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01037 { + "geometry": { + "coordinates": [ + [ + [ + -86.00922690450555, + 33.090240640295434, + ], + [ + -86.007073347432, + 32.75500614589981, + ], + [ + -86.37497268083173, + 32.753555844449934, + ], + [ + -86.45788462816377, + 32.81532794324099, + ], + [ + -86.51710744768666, + 33.02073360043837, + ], + [ + -86.49090583662502, + 33.10291734926473, + ], + [ + -86.17433294681177, + 33.10442136558312, + ], + [ + -86.00922690450555, + 33.090240640295434, + ], + ], + ], + "type": "Polygon", + }, + "id": "01037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28125 { + "geometry": { + "coordinates": [ + [ + [ + -90.70182776779156, + 33.09631042043751, + ], + [ + -90.65803877396252, + 33.09652527991157, + ], + [ + -90.6551673645311, + 32.92248910592634, + ], + [ + -90.75997380877766, + 32.835739593276294, + ], + [ + -90.69680280128658, + 32.81736910824452, + ], + [ + -90.72300441234822, + 32.66213313823918, + ], + [ + -90.96492065694473, + 32.662777716661346, + ], + [ + -90.96384387840796, + 32.83804933262239, + ], + [ + -90.91431206571609, + 33.007680887389476, + ], + [ + -90.91431206571609, + 33.09738471780779, + ], + [ + -90.70182776779156, + 33.09631042043751, + ], + ], + ], + "type": "Polygon", + }, + "id": "28125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48063 { + "geometry": { + "coordinates": [ + [ + [ + -94.8197878186161, + 32.98291833300454, + ], + [ + -94.72000634087452, + 32.90449462497416, + ], + [ + -95.15215346030212, + 32.90245345997063, + ], + [ + -95.15215346030212, + 33.01348209318898, + ], + [ + -95.12595184924048, + 33.03459203651497, + ], + [ + -94.92459426286267, + 33.06751925091403, + ], + [ + -94.8197878186161, + 32.98291833300454, + ], + ], + ], + "type": "Polygon", + }, + "id": "48063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01021 { + "geometry": { + "coordinates": [ + [ + [ + -86.51710744768666, + 33.02073360043837, + ], + [ + -86.45788462816377, + 32.81532794324099, + ], + [ + -86.37497268083173, + 32.753555844449934, + ], + [ + -86.41301885579794, + 32.70736105752793, + ], + [ + -86.71415791991734, + 32.705695896604, + ], + [ + -86.71487577227519, + 32.661703419291065, + ], + [ + -86.91695121101085, + 32.66412058837419, + ], + [ + -87.01780946728923, + 32.66326115047797, + ], + [ + -87.01780946728923, + 32.72911557927608, + ], + [ + -87.01924517200493, + 32.83702875012063, + ], + [ + -86.87603362661322, + 32.836276741961434, + ], + [ + -86.8810585931182, + 33.04984705917293, + ], + [ + -86.88177644547605, + 33.07187015526366, + ], + [ + -86.61042825420756, + 33.06988270512864, + ], + [ + -86.51710744768666, + 33.02073360043837, + ], + ], + ], + "type": "Polygon", + }, + "id": "01021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35013 { + "geometry": { + "coordinates": [ + [ + [ + -106.37721078005173, + 32.00127911091194, + ], + [ + -106.61840917229038, + 32.00041967301571, + ], + [ + -106.63599655505779, + 31.866132501730814, + ], + [ + -106.52795977520088, + 31.783895038035944, + ], + [ + -107.2967796504616, + 31.783626463693373, + ], + [ + -107.29965105989301, + 32.60551766682546, + ], + [ + -107.29893320753516, + 32.780252134101374, + ], + [ + -106.8876038064853, + 32.77928526646812, + ], + [ + -106.88796273266423, + 32.82284802483294, + ], + [ + -106.34060030980122, + 33.052801376941204, + ], + [ + -106.37649292769387, + 32.95794091914555, + ], + [ + -106.37721078005173, + 32.00127911091194, + ], + ], + ], + "type": "Polygon", + }, + "id": "35013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13251 { + "geometry": { + "coordinates": [ + [ + [ + -81.51008725166098, + 33.01015177134112, + ], + [ + -81.50147302336674, + 32.93409151752535, + ], + [ + -81.4049218812355, + 32.744961465487705, + ], + [ + -81.38912912936273, + 32.59541927154484, + ], + [ + -81.54777450044827, + 32.48922497649274, + ], + [ + -81.76133557690957, + 32.600629613790694, + ], + [ + -81.84101718863128, + 32.6491341400588, + ], + [ + -81.8643473902615, + 32.68947400631278, + ], + [ + -81.76779624813025, + 32.90938267800893, + ], + [ + -81.54167275540652, + 33.045657299428846, + ], + [ + -81.51008725166098, + 33.01015177134112, + ], + ], + ], + "type": "Polygon", + }, + "id": "13251", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45049 { + "geometry": { + "coordinates": [ + [ + [ + -80.82633288080586, + 32.704299310022634, + ], + [ + -80.86976294845597, + 32.66095141113187, + ], + [ + -80.90206630455937, + 32.62200813145925, + ], + [ + -81.01476912474232, + 32.753018695764794, + ], + [ + -81.28109234950583, + 32.55636856213519, + ], + [ + -81.38912912936273, + 32.59541927154484, + ], + [ + -81.4049218812355, + 32.744961465487705, + ], + [ + -81.26171033584379, + 32.83901620025564, + ], + [ + -81.21971597290938, + 32.95332144045335, + ], + [ + -81.08260617255944, + 33.02642737650085, + ], + [ + -80.90027167366473, + 32.83262413090249, + ], + [ + -80.82633288080586, + 32.704299310022634, + ], + ], + ], + "type": "Polygon", + }, + "id": "45049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28163 { + "geometry": { + "coordinates": [ + [ + [ + -89.966388027171, + 32.879570925983685, + ], + [ + -90.04929997450304, + 32.735507648629245, + ], + [ + -90.24922185616515, + 32.66229428284472, + ], + [ + -90.45022051636403, + 32.574201898481824, + ], + [ + -90.5539501820738, + 32.507541746656, + ], + [ + -90.72013300291681, + 32.618838954216926, + ], + [ + -90.72300441234822, + 32.66213313823918, + ], + [ + -90.69680280128658, + 32.81736910824452, + ], + [ + -90.75997380877766, + 32.835739593276294, + ], + [ + -90.6551673645311, + 32.92248910592634, + ], + [ + -90.45022051636403, + 32.923509688428105, + ], + [ + -90.44914373782724, + 33.00902375910233, + ], + [ + -90.36407823342165, + 33.01058149028923, + ], + [ + -89.966388027171, + 32.879570925983685, + ], + ], + ], + "type": "Polygon", + }, + "id": "28163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22017 { + "geometry": { + "coordinates": [ + [ + [ + -93.47130216438899, + 32.23719481342525, + ], + [ + -93.61487263595961, + 32.23751710263633, + ], + [ + -93.66835263661967, + 32.318787698697946, + ], + [ + -93.78392686623403, + 32.34263710031814, + ], + [ + -93.95154539179273, + 32.195565790326924, + ], + [ + -94.04271264124009, + 32.195995509275036, + ], + [ + -94.043071567419, + 32.39221592395653, + ], + [ + -94.043071567419, + 32.693019187634704, + ], + [ + -94.043071567419, + 32.88107494230208, + ], + [ + -94.043071567419, + 33.01917586925146, + ], + [ + -93.81515344380064, + 33.019337013857005, + ], + [ + -93.84135505486228, + 32.946069933203965, + ], + [ + -93.78500364477081, + 32.85733297041891, + ], + [ + -93.78572149712866, + 32.64440723162957, + ], + [ + -93.61523156213853, + 32.34833087638063, + ], + [ + -93.47130216438899, + 32.23719481342525, + ], + ], + ], + "type": "Polygon", + }, + "id": "22017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22015 { + "geometry": { + "coordinates": [ + [ + [ + -93.52119290325977, + 33.0185312908293, + ], + [ + -93.45156122454802, + 32.85545295002092, + ], + [ + -93.44115236535914, + 32.410425264382766, + ], + [ + -93.37259746518417, + 32.410156690040196, + ], + [ + -93.42858994909672, + 32.23590565658091, + ], + [ + -93.47130216438899, + 32.23719481342525, + ], + [ + -93.61523156213853, + 32.34833087638063, + ], + [ + -93.78572149712866, + 32.64440723162957, + ], + [ + -93.78500364477081, + 32.85733297041891, + ], + [ + -93.84135505486228, + 32.946069933203965, + ], + [ + -93.81515344380064, + 33.019337013857005, + ], + [ + -93.80474458461177, + 33.01928329898849, + ], + [ + -93.52119290325977, + 33.0185312908293, + ], + ], + ], + "type": "Polygon", + }, + "id": "22015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22119 { + "geometry": { + "coordinates": [ + [ + [ + -93.17877732856383, + 32.58483744244759, + ], + [ + -93.14683289863936, + 32.455116034986375, + ], + [ + -93.23656444337101, + 32.41004926030317, + ], + [ + -93.37259746518417, + 32.410156690040196, + ], + [ + -93.44115236535914, + 32.410425264382766, + ], + [ + -93.45156122454802, + 32.85545295002092, + ], + [ + -93.52119290325977, + 33.0185312908293, + ], + [ + -93.49068417805101, + 33.01842386109227, + ], + [ + -93.23871800044456, + 33.01794042727565, + ], + [ + -93.23728229572886, + 32.71681487438639, + ], + [ + -93.18667370450021, + 32.71676115951787, + ], + [ + -93.17877732856383, + 32.58483744244759, + ], + ], + ], + "type": "Polygon", + }, + "id": "22119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22027 { + "geometry": { + "coordinates": [ + [ + [ + -92.72545356457957, + 32.759518194854984, + ], + [ + -92.8284653779315, + 32.75876618669579, + ], + [ + -92.88086860005477, + 32.584944872184614, + ], + [ + -93.17877732856383, + 32.58483744244759, + ], + [ + -93.18667370450021, + 32.71676115951787, + ], + [ + -93.23728229572886, + 32.71681487438639, + ], + [ + -93.23871800044456, + 33.01794042727565, + ], + [ + -92.98854645373274, + 33.01740327859051, + ], + [ + -92.72509463840063, + 33.01434153108521, + ], + [ + -92.72545356457957, + 32.759518194854984, + ], + ], + ], + "type": "Polygon", + }, + "id": "22027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22111 { + "geometry": { + "coordinates": [ + [ + [ + -92.06502939535467, + 32.72299208426549, + ], + [ + -92.27141194823746, + 32.581238546257154, + ], + [ + -92.41498241980808, + 32.582849992312575, + ], + [ + -92.41498241980808, + 32.67002922391073, + ], + [ + -92.51907101169678, + 32.72036005570831, + ], + [ + -92.72545356457957, + 32.759518194854984, + ], + [ + -92.72509463840063, + 33.01434153108521, + ], + [ + -92.06897758332286, + 33.0081643212061, + ], + [ + -92.06502939535467, + 32.72299208426549, + ], + ], + ], + "type": "Polygon", + }, + "id": "22111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48499 { + "geometry": { + "coordinates": [ + [ + [ + -95.15215346030212, + 32.90245345997063, + ], + [ + -95.1532302388389, + 32.570119568474766, + ], + [ + -95.4450372223062, + 32.612446884863765, + ], + [ + -95.59470943891858, + 32.687056837229655, + ], + [ + -95.63526809713728, + 32.7203063408398, + ], + [ + -95.66541789616711, + 32.960411803097195, + ], + [ + -95.30900420049304, + 32.962506682969234, + ], + [ + -95.17368903103771, + 32.961862104547066, + ], + [ + -95.15215346030212, + 33.01348209318898, + ], + [ + -95.15215346030212, + 32.90245345997063, + ], + ], + ], + "type": "Polygon", + }, + "id": "48499", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28055 { + "geometry": { + "coordinates": [ + [ + [ + -90.91431206571609, + 33.007680887389476, + ], + [ + -90.96384387840796, + 32.83804933262239, + ], + [ + -90.96492065694473, + 32.662777716661346, + ], + [ + -90.72300441234822, + 32.66213313823918, + ], + [ + -90.72013300291681, + 32.618838954216926, + ], + [ + -90.73018293592675, + 32.565714949256616, + ], + [ + -90.8604731388771, + 32.57516876611508, + ], + [ + -90.86119099123495, + 32.44206332193748, + ], + [ + -90.95128146214552, + 32.44431934641507, + ], + [ + -90.96420280458688, + 32.57559848506319, + ], + [ + -91.04352549012965, + 32.57624306348536, + ], + [ + -91.15012656527084, + 32.64494438031471, + ], + [ + -91.05752361110778, + 32.72121949360453, + ], + [ + -91.13899985372412, + 32.734970499944104, + ], + [ + -91.1415123369766, + 32.835095014854126, + ], + [ + -91.07475206769627, + 32.885264702046165, + ], + [ + -91.09700549078971, + 32.98635608458943, + ], + [ + -91.17740495486926, + 32.900251150361555, + ], + [ + -91.16627824332254, + 33.004081991199044, + ], + [ + -91.16627824332254, + 33.01127978357991, + ], + [ + -90.91431206571609, + 33.007680887389476, + ], + ], + ], + "type": "Polygon", + }, + "id": "28055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13319 { + "geometry": { + "coordinates": [ + [ + [ + -83.07356968706513, + 32.94655336702059, + ], + [ + -82.94686874590404, + 32.759410765117956, + ], + [ + -82.95727760509291, + 32.708327925161186, + ], + [ + -83.22647223928784, + 32.584192864025425, + ], + [ + -83.40701210728791, + 32.89820998535803, + ], + [ + -83.35783922077496, + 32.92608800211677, + ], + [ + -83.14714955374507, + 33.0089163293653, + ], + [ + -83.07356968706513, + 32.94655336702059, + ], + ], + ], + "type": "Polygon", + }, + "id": "13319", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22067 { + "geometry": { + "coordinates": [ + [ + [ + -91.4602387838634, + 33.00590829672852, + ], + [ + -91.43619072987532, + 33.00606944133406, + ], + [ + -91.49469569704036, + 32.8907973335031, + ], + [ + -91.60524496014973, + 32.78218586936788, + ], + [ + -91.63754831625313, + 32.66734348048503, + ], + [ + -91.7696331500981, + 32.554166252526116, + ], + [ + -91.91320362166873, + 32.50587658573207, + ], + [ + -91.92253570232083, + 32.667558339959086, + ], + [ + -92.06502939535467, + 32.72299208426549, + ], + [ + -92.06897758332286, + 33.0081643212061, + ], + [ + -91.4602387838634, + 33.00590829672852, + ], + ], + ], + "type": "Polygon", + }, + "id": "22067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01065 { + "geometry": { + "coordinates": [ + [ + [ + -87.42196034476054, + 33.00338369790836, + ], + [ + -87.42124249240268, + 32.87446801347486, + ], + [ + -87.47256893598919, + 32.83063668076747, + ], + [ + -87.47400464070489, + 32.655848498623044, + ], + [ + -87.5253310842914, + 32.6556873540175, + ], + [ + -87.52461323193354, + 32.48202718411187, + ], + [ + -87.72884222774276, + 32.48089917187308, + ], + [ + -87.81247202743265, + 32.524569359974926, + ], + [ + -87.73709752985808, + 32.590262644167495, + ], + [ + -87.78770612108671, + 32.65429076743614, + ], + [ + -87.83149511491575, + 32.8650141966164, + ], + [ + -87.71556195912248, + 33.00676773462474, + ], + [ + -87.42196034476054, + 33.00338369790836, + ], + ], + ], + "type": "Polygon", + }, + "id": "01065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22123 { + "geometry": { + "coordinates": [ + [ + [ + -91.26354723781164, + 33.005048858832296, + ], + [ + -91.34107529245978, + 32.86007242871312, + ], + [ + -91.34358777571227, + 32.74909751036328, + ], + [ + -91.44516388434849, + 32.581936839547836, + ], + [ + -91.59591287949765, + 32.58220541389041, + ], + [ + -91.63754831625313, + 32.66734348048503, + ], + [ + -91.60524496014973, + 32.78218586936788, + ], + [ + -91.49469569704036, + 32.8907973335031, + ], + [ + -91.43619072987532, + 33.00606944133406, + ], + [ + -91.26354723781164, + 33.005048858832296, + ], + ], + ], + "type": "Polygon", + }, + "id": "22123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48363 { + "geometry": { + "coordinates": [ + [ + [ + -98.056225173997, + 33.00332998303985, + ], + [ + -98.06699295936481, + 32.558839446086836, + ], + [ + -98.06842866408051, + 32.51162407666306, + ], + [ + -98.47545095098324, + 32.513020663244426, + ], + [ + -98.57630920726162, + 32.51511554311647, + ], + [ + -98.57559135490376, + 32.95434202295512, + ], + [ + -98.42735484300708, + 32.952300857951585, + ], + [ + -98.42663699064923, + 33.00789574686353, + ], + [ + -98.056225173997, + 33.00332998303985, + ], + ], + ], + "type": "Polygon", + }, + "id": "48363", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22035 { + "geometry": { + "coordinates": [ + [ + [ + -91.04352549012965, + 32.57624306348536, + ], + [ + -91.07080387972808, + 32.56222348280321, + ], + [ + -91.13361596104022, + 32.53789064736639, + ], + [ + -91.45772630061091, + 32.53778321762936, + ], + [ + -91.44516388434849, + 32.581936839547836, + ], + [ + -91.34358777571227, + 32.74909751036328, + ], + [ + -91.34107529245978, + 32.86007242871312, + ], + [ + -91.26354723781164, + 33.005048858832296, + ], + [ + -91.16627824332254, + 33.004081991199044, + ], + [ + -91.17740495486926, + 32.900251150361555, + ], + [ + -91.09700549078971, + 32.98635608458943, + ], + [ + -91.07475206769627, + 32.885264702046165, + ], + [ + -91.1415123369766, + 32.835095014854126, + ], + [ + -91.13899985372412, + 32.734970499944104, + ], + [ + -91.05752361110778, + 32.72121949360453, + ], + [ + -91.15012656527084, + 32.64494438031471, + ], + [ + -91.04352549012965, + 32.57624306348536, + ], + ], + ], + "type": "Polygon", + }, + "id": "22035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48367 { + "geometry": { + "coordinates": [ + [ + [ + -97.5440375166688, + 32.99409102565544, + ], + [ + -97.55049818788947, + 32.55540169450194, + ], + [ + -97.61725845716981, + 32.55545540937045, + ], + [ + -98.06699295936481, + 32.558839446086836, + ], + [ + -98.056225173997, + 33.00332998303985, + ], + [ + -97.92162785689955, + 33.001288818036315, + ], + [ + -97.5440375166688, + 32.99409102565544, + ], + ], + ], + "type": "Polygon", + }, + "id": "48367", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13293 { + "geometry": { + "coordinates": [ + [ + [ + -84.27022956760632, + 32.99102927815015, + ], + [ + -84.12271090806749, + 32.98957897670027, + ], + [ + -84.12342876042534, + 32.932104067390334, + ], + [ + -84.1241466127832, + 32.84954431448438, + ], + [ + -84.20275144596812, + 32.69011858473495, + ], + [ + -84.28709909801586, + 32.748775221152194, + ], + [ + -84.38185560925248, + 32.77992984489029, + ], + [ + -84.50712084569786, + 32.881826950461274, + ], + [ + -84.52686178553881, + 32.97056391324633, + ], + [ + -84.27022956760632, + 32.99102927815015, + ], + ], + ], + "type": "Polygon", + }, + "id": "13293", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01119 { + "geometry": { + "coordinates": [ + [ + [ + -87.85338961183028, + 32.53208944156688, + ], + [ + -88.03213484893571, + 32.43357637271228, + ], + [ + -88.04649189609277, + 32.376692326956, + ], + [ + -87.93055874029949, + 32.310569323815315, + ], + [ + -88.42156975307104, + 32.308689303417324, + ], + [ + -88.38890747078872, + 32.57806936901483, + ], + [ + -88.34798988639109, + 32.929096034753556, + ], + [ + -88.34045243663364, + 32.99119042275569, + ], + [ + -88.17175713253815, + 32.995863616316406, + ], + [ + -88.2076497504308, + 32.92361711816513, + ], + [ + -88.07592384276475, + 32.77439721343335, + ], + [ + -88.0536704196713, + 32.59284095785617, + ], + [ + -87.91943202875277, + 32.629850502262286, + ], + [ + -87.85338961183028, + 32.53208944156688, + ], + ], + ], + "type": "Polygon", + }, + "id": "01119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48439 { + "geometry": { + "coordinates": [ + [ + [ + -97.5440375166688, + 32.99409102565544, + ], + [ + -97.3983134880246, + 32.99016984025393, + ], + [ + -97.0322087855195, + 32.98463720879699, + ], + [ + -97.03831053056125, + 32.548579906200665, + ], + [ + -97.08676556471634, + 32.54943934409689, + ], + [ + -97.55049818788947, + 32.55540169450194, + ], + [ + -97.5440375166688, + 32.99409102565544, + ], + ], + ], + "type": "Polygon", + }, + "id": "48439", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48113 { + "geometry": { + "coordinates": [ + [ + [ + -96.8444903939409, + 32.987484096828226, + ], + [ + -96.51679079258095, + 32.98227375458237, + ], + [ + -96.5189443496545, + 32.813555352580025, + ], + [ + -96.53007106120123, + 32.5452495843528, + ], + [ + -97.03831053056125, + 32.548579906200665, + ], + [ + -97.0322087855195, + 32.98463720879699, + ], + [ + -96.8444903939409, + 32.987484096828226, + ], + ], + ], + "type": "Polygon", + }, + "id": "48113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48397 { + "geometry": { + "coordinates": [ + [ + [ + -96.29712797107788, + 32.98168289102872, + ], + [ + -96.2974868972568, + 32.84170194368134, + ], + [ + -96.2974868972568, + 32.81414621613368, + ], + [ + -96.5189443496545, + 32.813555352580025, + ], + [ + -96.51679079258095, + 32.98227375458237, + ], + [ + -96.29712797107788, + 32.98168289102872, + ], + ], + ], + "type": "Polygon", + }, + "id": "48397", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48379 { + "geometry": { + "coordinates": [ + [ + [ + -95.66541789616711, + 32.960411803097195, + ], + [ + -95.63526809713728, + 32.7203063408398, + ], + [ + -95.85062380449322, + 32.7707446023744, + ], + [ + -95.93425360418311, + 32.83718989472617, + ], + [ + -95.9866568263064, + 32.87339371610458, + ], + [ + -95.94538031572984, + 32.97985658549925, + ], + [ + -95.8624683683978, + 32.97958801115668, + ], + [ + -95.66541789616711, + 32.960411803097195, + ], + ], + ], + "type": "Polygon", + }, + "id": "48379", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48415 { + "geometry": { + "coordinates": [ + [ + [ + -100.65592748796217, + 32.96341983573397, + ], + [ + -100.66059352828822, + 32.52532136813412, + ], + [ + -101.17457581651107, + 32.52763110748022, + ], + [ + -101.17349903797428, + 32.963527265471, + ], + [ + -101.03854279469789, + 32.970241624035246, + ], + [ + -100.65592748796217, + 32.96341983573397, + ], + ], + ], + "type": "Polygon", + }, + "id": "48415", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35015 { + "geometry": { + "coordinates": [ + [ + [ + -103.814477862516, + 32.96513871152642, + ], + [ + -103.814477862516, + 32.522474480102886, + ], + [ + -103.72295168688973, + 32.5225281949714, + ], + [ + -103.72295168688973, + 32.00020481354166, + ], + [ + -103.98030175718007, + 32.00009738380463, + ], + [ + -104.02444967718804, + 32.000043668936115, + ], + [ + -104.8478263316456, + 32.00052710275274, + ], + [ + -104.85141559343487, + 32.52048702996787, + ], + [ + -104.84136566042493, + 32.96325869112843, + ], + [ + -103.814477862516, + 32.96513871152642, + ], + ], + ], + "type": "Polygon", + }, + "id": "35015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48151 { + "geometry": { + "coordinates": [ + [ + [ + -100.51917661379115, + 32.96288268704883, + ], + [ + -100.14409875681288, + 32.95998208414908, + ], + [ + -100.14661124006537, + 32.52279676931397, + ], + [ + -100.66059352828822, + 32.52532136813412, + ], + [ + -100.65592748796217, + 32.96341983573397, + ], + [ + -100.51917661379115, + 32.96288268704883, + ], + ], + ], + "type": "Polygon", + }, + "id": "48151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48033 { + "geometry": { + "coordinates": [ + [ + [ + -101.17349903797428, + 32.963527265471, + ], + [ + -101.17457581651107, + 32.52763110748022, + ], + [ + -101.17457581651107, + 32.5240859261583, + ], + [ + -101.68855810473391, + 32.525213938397094, + ], + [ + -101.69178844034425, + 32.96175467481004, + ], + [ + -101.55755004942571, + 32.96100266665085, + ], + [ + -101.17349903797428, + 32.963527265471, + ], + ], + ], + "type": "Polygon", + }, + "id": "48033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48115 { + "geometry": { + "coordinates": [ + [ + [ + -101.69178844034425, + 32.96175467481004, + ], + [ + -101.68855810473391, + 32.525213938397094, + ], + [ + -102.20254039295676, + 32.523226488262075, + ], + [ + -102.20864213799852, + 32.958961501647316, + ], + [ + -102.07655730415354, + 32.95971350980651, + ], + [ + -101.69178844034425, + 32.96175467481004, + ], + ], + ], + "type": "Polygon", + }, + "id": "48115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48165 { + "geometry": { + "coordinates": [ + [ + [ + -102.59484670652351, + 32.958800357041774, + ], + [ + -102.20864213799852, + 32.958961501647316, + ], + [ + -102.20254039295676, + 32.523226488262075, + ], + [ + -102.21151354742993, + 32.52317277339356, + ], + [ + -103.06468107473839, + 32.522205905760316, + ], + [ + -103.06468107473839, + 32.959068931384344, + ], + [ + -102.59484670652351, + 32.958800357041774, + ], + ], + ], + "type": "Polygon", + }, + "id": "48165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48253 { + "geometry": { + "coordinates": [ + [ + [ + -99.9890426475166, + 32.96008951388611, + ], + [ + -99.6121701596437, + 32.95692033664378, + ], + [ + -99.6121701596437, + 32.514632109299846, + ], + [ + -99.6297575424111, + 32.514632109299846, + ], + [ + -100.14661124006537, + 32.52279676931397, + ], + [ + -100.14409875681288, + 32.95998208414908, + ], + [ + -99.9890426475166, + 32.96008951388611, + ], + ], + ], + "type": "Polygon", + }, + "id": "48253", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48417 { + "geometry": { + "coordinates": [ + [ + [ + -99.09603431434729, + 32.9569740515123, + ], + [ + -99.09603431434729, + 32.514739539036874, + ], + [ + -99.11433954947255, + 32.51479325390539, + ], + [ + -99.6121701596437, + 32.514632109299846, + ], + [ + -99.6121701596437, + 32.95692033664378, + ], + [ + -99.47111217132556, + 32.9569740515123, + ], + [ + -99.09603431434729, + 32.9569740515123, + ], + ], + ], + "type": "Polygon", + }, + "id": "48417", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48429 { + "geometry": { + "coordinates": [ + [ + [ + -98.57559135490376, + 32.95434202295512, + ], + [ + -98.57630920726162, + 32.51511554311647, + ], + [ + -99.09603431434729, + 32.514739539036874, + ], + [ + -99.09603431434729, + 32.9569740515123, + ], + [ + -98.95102813806095, + 32.95686662177527, + ], + [ + -98.57559135490376, + 32.95434202295512, + ], + ], + ], + "type": "Polygon", + }, + "id": "48429", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13165 { + "geometry": { + "coordinates": [ + [ + [ + -81.76779624813025, + 32.90938267800893, + ], + [ + -81.8643473902615, + 32.68947400631278, + ], + [ + -81.84101718863128, + 32.6491341400588, + ], + [ + -82.00145719061146, + 32.60691425340683, + ], + [ + -82.08257450704886, + 32.66310000587243, + ], + [ + -82.14502766218209, + 32.812642199815286, + ], + [ + -82.07970309761745, + 32.9169564744694, + ], + [ + -81.85788671904082, + 32.95385858913849, + ], + [ + -81.76779624813025, + 32.90938267800893, + ], + ], + ], + "type": "Polygon", + }, + "id": "13165", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13021 { + "geometry": { + "coordinates": [ + [ + [ + -83.5136131824291, + 32.84487112092367, + ], + [ + -83.5986786868347, + 32.71364569714406, + ], + [ + -83.59796083447685, + 32.66422801811122, + ], + [ + -83.7013315740077, + 32.692106034869965, + ], + [ + -83.82516110573737, + 32.74211457745646, + ], + [ + -83.89228030119664, + 32.84830887250856, + ], + [ + -83.7106636546598, + 32.95278429176821, + ], + [ + -83.65826043253651, + 32.88778930086632, + ], + [ + -83.5136131824291, + 32.84487112092367, + ], + ], + ], + "type": "Polygon", + }, + "id": "13021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28099 { + "geometry": { + "coordinates": [ + [ + [ + -88.91437539673723, + 32.92651772106488, + ], + [ + -88.91437539673723, + 32.57694135677604, + ], + [ + -89.31744949567177, + 32.57645792295941, + ], + [ + -89.3192441265664, + 32.93167434844223, + ], + [ + -88.91437539673723, + 32.92651772106488, + ], + ], + ], + "type": "Polygon", + }, + "id": "28099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28079 { + "geometry": { + "coordinates": [ + [ + [ + -89.3192441265664, + 32.93167434844223, + ], + [ + -89.31744949567177, + 32.57645792295941, + ], + [ + -89.32247446217674, + 32.5764042080909, + ], + [ + -89.73021460143732, + 32.5772099311186, + ], + [ + -89.73021460143732, + 32.63420140661192, + ], + [ + -89.72985567525839, + 32.88478126822954, + ], + [ + -89.72554856111128, + 32.929901757781266, + ], + [ + -89.3192441265664, + 32.93167434844223, + ], + ], + ], + "type": "Polygon", + }, + "id": "28079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28069 { + "geometry": { + "coordinates": [ + [ + [ + -88.34798988639109, + 32.929096034753556, + ], + [ + -88.38890747078872, + 32.57806936901483, + ], + [ + -88.91437539673723, + 32.57694135677604, + ], + [ + -88.91437539673723, + 32.92651772106488, + ], + [ + -88.812799288101, + 32.92592685751123, + ], + [ + -88.34798988639109, + 32.929096034753556, + ], + ], + ], + "type": "Polygon", + }, + "id": "28069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48459 { + "geometry": { + "coordinates": [ + [ + [ + -94.72000634087452, + 32.90449462497416, + ], + [ + -94.70600821989639, + 32.87919492190409, + ], + [ + -94.7020600319282, + 32.79308998767621, + ], + [ + -94.70170110574927, + 32.65246446190666, + ], + [ + -94.9870474179959, + 32.53735349868125, + ], + [ + -95.1532302388389, + 32.570119568474766, + ], + [ + -95.15215346030212, + 32.90245345997063, + ], + [ + -94.72000634087452, + 32.90449462497416, + ], + ], + ], + "type": "Polygon", + }, + "id": "48459", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13289 { + "geometry": { + "coordinates": [ + [ + [ + -83.22647223928784, + 32.584192864025425, + ], + [ + -83.49782043055633, + 32.45226914695514, + ], + [ + -83.54232727674322, + 32.620020681324235, + ], + [ + -83.59796083447685, + 32.66422801811122, + ], + [ + -83.5986786868347, + 32.71364569714406, + ], + [ + -83.5136131824291, + 32.84487112092367, + ], + [ + -83.40701210728791, + 32.89820998535803, + ], + [ + -83.22647223928784, + 32.584192864025425, + ], + ], + ], + "type": "Polygon", + }, + "id": "13289", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13263 { + "geometry": { + "coordinates": [ + [ + [ + -84.28709909801586, + 32.748775221152194, + ], + [ + -84.33806661542344, + 32.72062863005088, + ], + [ + -84.40877507267197, + 32.56190119359213, + ], + [ + -84.4443087643857, + 32.56206233819767, + ], + [ + -84.6374110486482, + 32.53488261472961, + ], + [ + -84.69448031109752, + 32.518714439306905, + ], + [ + -84.69448031109752, + 32.58397800455137, + ], + [ + -84.70058205613927, + 32.844656261449614, + ], + [ + -84.50712084569786, + 32.881826950461274, + ], + [ + -84.38185560925248, + 32.77992984489029, + ], + [ + -84.28709909801586, + 32.748775221152194, + ], + ], + ], + "type": "Polygon", + }, + "id": "13263", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48315 { + "geometry": { + "coordinates": [ + [ + [ + -94.043071567419, + 32.88107494230208, + ], + [ + -94.043071567419, + 32.693019187634704, + ], + [ + -94.14392982369738, + 32.741469999034294, + ], + [ + -94.17479747508506, + 32.694630633690124, + ], + [ + -94.28211640258411, + 32.74872150628368, + ], + [ + -94.3847692897571, + 32.693019187634704, + ], + [ + -94.50716311677107, + 32.693717480925386, + ], + [ + -94.7020600319282, + 32.79308998767621, + ], + [ + -94.70600821989639, + 32.87919492190409, + ], + [ + -94.65396392395203, + 32.87951721111517, + ], + [ + -94.043071567419, + 32.88107494230208, + ], + ], + ], + "type": "Polygon", + }, + "id": "48315", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28089 { + "geometry": { + "coordinates": [ + [ + [ + -89.72985567525839, + 32.88478126822954, + ], + [ + -89.73021460143732, + 32.63420140661192, + ], + [ + -89.78441245445524, + 32.58687860745112, + ], + [ + -89.85799232113519, + 32.58505230192164, + ], + [ + -90.0661695049126, + 32.39946743120591, + ], + [ + -90.24347903730232, + 32.399897150154025, + ], + [ + -90.24347903730232, + 32.487506100700294, + ], + [ + -90.45022051636403, + 32.487935819648406, + ], + [ + -90.45022051636403, + 32.574201898481824, + ], + [ + -90.24922185616515, + 32.66229428284472, + ], + [ + -90.04929997450304, + 32.735507648629245, + ], + [ + -89.966388027171, + 32.879570925983685, + ], + [ + -89.72985567525839, + 32.88478126822954, + ], + ], + ], + "type": "Polygon", + }, + "id": "28089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01105 { + "geometry": { + "coordinates": [ + [ + [ + -87.01924517200493, + 32.83702875012063, + ], + [ + -87.01780946728923, + 32.72911557927608, + ], + [ + -87.04257537363516, + 32.594935837728215, + ], + [ + -87.11113027381013, + 32.489654695440855, + ], + [ + -87.42303712329732, + 32.48294033687661, + ], + [ + -87.42160141858162, + 32.30809843986367, + ], + [ + -87.47292786216812, + 32.307615006047044, + ], + [ + -87.52425430575461, + 32.30729271683596, + ], + [ + -87.52461323193354, + 32.48202718411187, + ], + [ + -87.5253310842914, + 32.6556873540175, + ], + [ + -87.47400464070489, + 32.655848498623044, + ], + [ + -87.47256893598919, + 32.83063668076747, + ], + [ + -87.42124249240268, + 32.87446801347486, + ], + [ + -87.31930745758754, + 32.83149611866369, + ], + [ + -87.01924517200493, + 32.83702875012063, + ], + ], + ], + "type": "Polygon", + }, + "id": "01105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13145 { + "geometry": { + "coordinates": [ + [ + [ + -84.70058205613927, + 32.844656261449614, + ], + [ + -84.69448031109752, + 32.58397800455137, + ], + [ + -85.08068487962251, + 32.60804226564562, + ], + [ + -85.13524165881935, + 32.74646548180609, + ], + [ + -85.18405561915337, + 32.87043939833631, + ], + [ + -84.86173991047731, + 32.87248056333984, + ], + [ + -84.70058205613927, + 32.844656261449614, + ], + ], + ], + "type": "Polygon", + }, + "id": "13145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13079 { + "geometry": { + "coordinates": [ + [ + [ + -83.89228030119664, + 32.84830887250856, + ], + [ + -83.82516110573737, + 32.74211457745646, + ], + [ + -83.7013315740077, + 32.692106034869965, + ], + [ + -83.70097264782878, + 32.69060201855157, + ], + [ + -83.76701506475126, + 32.692482038949564, + ], + [ + -84.00354741666388, + 32.52988713195781, + ], + [ + -84.10548245147902, + 32.67427269852333, + ], + [ + -84.20275144596812, + 32.69011858473495, + ], + [ + -84.1241466127832, + 32.84954431448438, + ], + [ + -83.89228030119664, + 32.84830887250856, + ], + ], + ], + "type": "Polygon", + }, + "id": "13079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48257 { + "geometry": { + "coordinates": [ + [ + [ + -96.07674729721697, + 32.83842533670199, + ], + [ + -96.07602944485912, + 32.35751611889651, + ], + [ + -96.45254300655309, + 32.35864413113531, + ], + [ + -96.53007106120123, + 32.5452495843528, + ], + [ + -96.5189443496545, + 32.813555352580025, + ], + [ + -96.2974868972568, + 32.81414621613368, + ], + [ + -96.2974868972568, + 32.84170194368134, + ], + [ + -96.07674729721697, + 32.83842533670199, + ], + ], + ], + "type": "Polygon", + }, + "id": "48257", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13107 { + "geometry": { + "coordinates": [ + [ + [ + -82.31623544953005, + 32.83584702301332, + ], + [ + -82.14502766218209, + 32.812642199815286, + ], + [ + -82.08257450704886, + 32.66310000587243, + ], + [ + -82.00145719061146, + 32.60691425340683, + ], + [ + -82.03017128492559, + 32.53875008526261, + ], + [ + -82.14825799779243, + 32.52043331509935, + ], + [ + -82.25270551586006, + 32.353326359152426, + ], + [ + -82.2329645760191, + 32.318787698697946, + ], + [ + -82.2329645760191, + 32.318519124355376, + ], + [ + -82.35428162449628, + 32.29214512391502, + ], + [ + -82.40919732987204, + 32.35380979296905, + ], + [ + -82.38263679263147, + 32.44007587180247, + ], + [ + -82.49067357248838, + 32.49771192571795, + ], + [ + -82.64752431267928, + 32.512483514559285, + ], + [ + -82.46554873996351, + 32.64677068584419, + ], + [ + -82.4343221623969, + 32.7622576531492, + ], + [ + -82.31623544953005, + 32.83584702301332, + ], + ], + ], + "type": "Polygon", + }, + "id": "13107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48467 { + "geometry": { + "coordinates": [ + [ + [ + -95.93425360418311, + 32.83718989472617, + ], + [ + -95.85062380449322, + 32.7707446023744, + ], + [ + -95.63526809713728, + 32.7203063408398, + ], + [ + -95.59470943891858, + 32.687056837229655, + ], + [ + -95.59435051273965, + 32.479824874502796, + ], + [ + -95.44934433645332, + 32.35509894981338, + ], + [ + -96.07602944485912, + 32.35751611889651, + ], + [ + -96.07674729721697, + 32.83842533670199, + ], + [ + -95.93425360418311, + 32.83718989472617, + ], + ], + ], + "type": "Polygon", + }, + "id": "48467", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13167 { + "geometry": { + "coordinates": [ + [ + [ + -82.4343221623969, + 32.7622576531492, + ], + [ + -82.46554873996351, + 32.64677068584419, + ], + [ + -82.64752431267928, + 32.512483514559285, + ], + [ + -82.66870095723596, + 32.612178310521195, + ], + [ + -82.86323894621415, + 32.71568686214759, + ], + [ + -82.95727760509291, + 32.708327925161186, + ], + [ + -82.94686874590404, + 32.759410765117956, + ], + [ + -82.80258042197556, + 32.80968788204702, + ], + [ + -82.76848243497754, + 32.769133156318986, + ], + [ + -82.52118229769714, + 32.82236459101632, + ], + [ + -82.4343221623969, + 32.7622576531492, + ], + ], + ], + "type": "Polygon", + }, + "id": "13167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48203 { + "geometry": { + "coordinates": [ + [ + [ + -94.043071567419, + 32.693019187634704, + ], + [ + -94.043071567419, + 32.39221592395653, + ], + [ + -94.34744096714874, + 32.33081982924507, + ], + [ + -94.49172929107722, + 32.39436451869709, + ], + [ + -94.57930727873531, + 32.3944182335656, + ], + [ + -94.7020600319282, + 32.42299454361503, + ], + [ + -94.70170110574927, + 32.65246446190666, + ], + [ + -94.7020600319282, + 32.79308998767621, + ], + [ + -94.50716311677107, + 32.693717480925386, + ], + [ + -94.3847692897571, + 32.693019187634704, + ], + [ + -94.28211640258411, + 32.74872150628368, + ], + [ + -94.17479747508506, + 32.694630633690124, + ], + [ + -94.14392982369738, + 32.741469999034294, + ], + [ + -94.043071567419, + 32.693019187634704, + ], + ], + ], + "type": "Polygon", + }, + "id": "48203", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35023 { + "geometry": { + "coordinates": [ + [ + [ + -108.21706637322933, + 31.864091336727284, + ], + [ + -108.2084521449351, + 31.783680178561887, + ], + [ + -108.2084521449351, + 31.33333472094085, + ], + [ + -109.05049296069683, + 31.33209927896503, + ], + [ + -109.04762155126542, + 32.42637858033141, + ], + [ + -109.04726262508649, + 32.77751267580716, + ], + [ + -108.85487819318185, + 32.777190386596075, + ], + [ + -108.85308356228721, + 32.60358393155896, + ], + [ + -108.6463420832255, + 32.603530216690444, + ], + [ + -108.64705993558336, + 32.516834418908914, + ], + [ + -108.53722852483183, + 32.51667327430337, + ], + [ + -108.53794637718968, + 32.079810248679344, + ], + [ + -108.5246661085694, + 31.863715332647686, + ], + [ + -108.21706637322933, + 31.864091336727284, + ], + ], + ], + "type": "Polygon", + }, + "id": "35023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01051 { + "geometry": { + "coordinates": [ + [ + [ + -85.88611522513374, + 32.49298501728872, + ], + [ + -85.87965455391306, + 32.451678283401485, + ], + [ + -86.02286609930476, + 32.41998651097825, + ], + [ + -86.1947917390106, + 32.44072045022464, + ], + [ + -86.23714502812393, + 32.49513361202928, + ], + [ + -86.41158315108224, + 32.40994183056614, + ], + [ + -86.41301885579794, + 32.70736105752793, + ], + [ + -86.37497268083173, + 32.753555844449934, + ], + [ + -86.007073347432, + 32.75500614589981, + ], + [ + -85.8922169701755, + 32.7545764269517, + ], + [ + -85.88611522513374, + 32.49298501728872, + ], + ], + ], + "type": "Polygon", + }, + "id": "01051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22061 { + "geometry": { + "coordinates": [ + [ + [ + -92.41498241980808, + 32.582849992312575, + ], + [ + -92.415341345987, + 32.49545590124036, + ], + [ + -92.62244175122764, + 32.496422768873614, + ], + [ + -92.62172389886979, + 32.453504588930954, + ], + [ + -92.77713893434499, + 32.453397159193926, + ], + [ + -92.87943289533906, + 32.454041737616095, + ], + [ + -92.88086860005477, + 32.584944872184614, + ], + [ + -92.8284653779315, + 32.75876618669579, + ], + [ + -92.72545356457957, + 32.759518194854984, + ], + [ + -92.51907101169678, + 32.72036005570831, + ], + [ + -92.41498241980808, + 32.67002922391073, + ], + [ + -92.41498241980808, + 32.582849992312575, + ], + ], + ], + "type": "Polygon", + }, + "id": "22061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45053 { + "geometry": { + "coordinates": [ + [ + [ + -80.86976294845597, + 32.66095141113187, + ], + [ + -80.83458818292117, + 32.572107018609785, + ], + [ + -80.83171677348976, + 32.4594132244675, + ], + [ + -80.83566496145795, + 32.41499102820645, + ], + [ + -80.83028106877406, + 32.410156690040196, + ], + [ + -80.83745959235259, + 32.40027315423362, + ], + [ + -80.85899516308818, + 32.37921692577615, + ], + [ + -81.01620482945802, + 32.243962886858, + ], + [ + -80.95339274814586, + 32.14174349207594, + ], + [ + -80.94729100310411, + 32.12971136152881, + ], + [ + -80.96236590261903, + 32.07459990643349, + ], + [ + -81.11706308573638, + 32.11757180124466, + ], + [ + -81.1443414753348, + 32.22629069511691, + ], + [ + -81.12854872346203, + 32.338286195968514, + ], + [ + -81.23586765096108, + 32.51157036179455, + ], + [ + -81.28109234950583, + 32.55636856213519, + ], + [ + -81.01476912474232, + 32.753018695764794, + ], + [ + -80.90206630455937, + 32.62200813145925, + ], + [ + -80.86976294845597, + 32.66095141113187, + ], + ], + ], + "type": "Polygon", + }, + "id": "45053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13269 { + "geometry": { + "coordinates": [ + [ + [ + -84.20275144596812, + 32.69011858473495, + ], + [ + -84.10548245147902, + 32.67427269852333, + ], + [ + -84.00354741666388, + 32.52988713195781, + ], + [ + -84.01826338999986, + 32.50641373441721, + ], + [ + -84.11122527034185, + 32.514094960614706, + ], + [ + -84.25443681573354, + 32.3720728482638, + ], + [ + -84.39226446844135, + 32.4140241605732, + ], + [ + -84.4443087643857, + 32.56206233819767, + ], + [ + -84.40877507267197, + 32.56190119359213, + ], + [ + -84.33806661542344, + 32.72062863005088, + ], + [ + -84.28709909801586, + 32.748775221152194, + ], + [ + -84.20275144596812, + 32.69011858473495, + ], + ], + ], + "type": "Polygon", + }, + "id": "13269", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01081 { + "geometry": { + "coordinates": [ + [ + [ + -85.13524165881935, + 32.74646548180609, + ], + [ + -85.08068487962251, + 32.60804226564562, + ], + [ + -85.00100326790081, + 32.51044234955576, + ], + [ + -85.05914930888692, + 32.4728956564645, + ], + [ + -85.33372783576574, + 32.468652181851894, + ], + [ + -85.33013857397648, + 32.41085498333088, + ], + [ + -85.43386823968626, + 32.409726971092084, + ], + [ + -85.48950179741988, + 32.49690620269024, + ], + [ + -85.69588435030266, + 32.59590270536147, + ], + [ + -85.69660220266051, + 32.697423806852846, + ], + [ + -85.59323146312965, + 32.72852471572243, + ], + [ + -85.13524165881935, + 32.74646548180609, + ], + ], + ], + "type": "Polygon", + }, + "id": "01081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01047 { + "geometry": { + "coordinates": [ + [ + [ + -86.91695121101085, + 32.66412058837419, + ], + [ + -86.90654235182198, + 32.5429398450067, + ], + [ + -86.81501617619571, + 32.34081079478867, + ], + [ + -86.90833698271662, + 32.22500153827258, + ], + [ + -86.90690127800092, + 32.047957331650565, + ], + [ + -87.17789054309047, + 32.04752761270245, + ], + [ + -87.25218826212827, + 32.14265664484068, + ], + [ + -87.47256893598919, + 32.26491168557845, + ], + [ + -87.47292786216812, + 32.307615006047044, + ], + [ + -87.42160141858162, + 32.30809843986367, + ], + [ + -87.42303712329732, + 32.48294033687661, + ], + [ + -87.11113027381013, + 32.489654695440855, + ], + [ + -87.04257537363516, + 32.594935837728215, + ], + [ + -87.01780946728923, + 32.72911557927608, + ], + [ + -87.01780946728923, + 32.66326115047797, + ], + [ + -86.91695121101085, + 32.66412058837419, + ], + ], + ], + "type": "Polygon", + }, + "id": "01047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22073 { + "geometry": { + "coordinates": [ + [ + [ + -91.91320362166873, + 32.50587658573207, + ], + [ + -92.00365301875823, + 32.38125809077968, + ], + [ + -92.03452067014591, + 32.2770512458626, + ], + [ + -92.31197060645616, + 32.2774272499422, + ], + [ + -92.415341345987, + 32.40768580608855, + ], + [ + -92.415341345987, + 32.49545590124036, + ], + [ + -92.41498241980808, + 32.582849992312575, + ], + [ + -92.27141194823746, + 32.581238546257154, + ], + [ + -92.06502939535467, + 32.72299208426549, + ], + [ + -91.92253570232083, + 32.667558339959086, + ], + [ + -91.91320362166873, + 32.50587658573207, + ], + ], + ], + "type": "Polygon", + }, + "id": "22073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13175 { + "geometry": { + "coordinates": [ + [ + [ + -82.72182203171708, + 32.30917273723395, + ], + [ + -82.88477451694975, + 32.19604922414355, + ], + [ + -82.99101666591201, + 32.147276123532876, + ], + [ + -83.13889425162976, + 32.42304825848355, + ], + [ + -83.22647223928784, + 32.584192864025425, + ], + [ + -82.95727760509291, + 32.708327925161186, + ], + [ + -82.86323894621415, + 32.71568686214759, + ], + [ + -82.66870095723596, + 32.612178310521195, + ], + [ + -82.64752431267928, + 32.512483514559285, + ], + [ + -82.74551115952625, + 32.33173298200981, + ], + [ + -82.72182203171708, + 32.30917273723395, + ], + ], + ], + "type": "Polygon", + }, + "id": "13175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01001 { + "geometry": { + "coordinates": [ + [ + [ + -86.41301885579794, + 32.70736105752793, + ], + [ + -86.41158315108224, + 32.40994183056614, + ], + [ + -86.49700758166676, + 32.344409690979106, + ], + [ + -86.72313107439051, + 32.40526863700542, + ], + [ + -86.81501617619571, + 32.34081079478867, + ], + [ + -86.90654235182198, + 32.5429398450067, + ], + [ + -86.91695121101085, + 32.66412058837419, + ], + [ + -86.71487577227519, + 32.661703419291065, + ], + [ + -86.71415791991734, + 32.705695896604, + ], + [ + -86.41301885579794, + 32.70736105752793, + ], + ], + ], + "type": "Polygon", + }, + "id": "01001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45013 { + "geometry": { + "coordinates": [ + [ + [ + [ + -80.72511569834856, + 32.27082032111498, + ], + [ + -80.66984106679388, + 32.21570886601966, + ], + [ + -80.81161690746987, + 32.110212864258244, + ], + [ + -80.72511569834856, + 32.27082032111498, + ], + ], + ], + [ + [ + [ + -80.94729100310411, + 32.12971136152881, + ], + [ + -80.95339274814586, + 32.14174349207594, + ], + [ + -81.01620482945802, + 32.243962886858, + ], + [ + -80.85899516308818, + 32.37921692577615, + ], + [ + -80.76531543038834, + 32.2935954253649, + ], + [ + -80.83171677348976, + 32.15329218880644, + ], + [ + -80.94729100310411, + 32.12971136152881, + ], + ], + ], + [ + [ + [ + -80.65297153638433, + 32.498678793351196, + ], + [ + -80.5582150251477, + 32.49046041846856, + ], + [ + -80.45771569504826, + 32.40859895885329, + ], + [ + -80.56323999165268, + 32.355421239024466, + ], + [ + -80.62318066353342, + 32.25884190543637, + ], + [ + -80.67307140240422, + 32.364069332855216, + ], + [ + -80.65297153638433, + 32.498678793351196, + ], + ], + ], + [ + [ + [ + -80.74413878583168, + 32.53767578789233, + ], + [ + -80.68312133541416, + 32.52075560431044, + ], + [ + -80.66661073118354, + 32.29751661076642, + ], + [ + -80.76603328274619, + 32.37459744708395, + ], + [ + -80.80982227657523, + 32.47697798647156, + ], + [ + -80.74413878583168, + 32.53767578789233, + ], + ], + ], + [ + [ + [ + -80.57472562937834, + 32.565285230308504, + ], + [ + -80.56288106547376, + 32.502385119278664, + ], + [ + -80.7552654973784, + 32.546216451986055, + ], + [ + -80.81161690746987, + 32.493361021368315, + ], + [ + -80.83458818292117, + 32.572107018609785, + ], + [ + -80.86976294845597, + 32.66095141113187, + ], + [ + -80.82633288080586, + 32.704299310022634, + ], + [ + -80.71721932241218, + 32.678140169056334, + ], + [ + -80.57472562937834, + 32.565285230308504, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "45013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13225 { + "geometry": { + "coordinates": [ + [ + [ + -83.84669667647296, + 32.46849103724635, + ], + [ + -84.01826338999986, + 32.50641373441721, + ], + [ + -84.00354741666388, + 32.52988713195781, + ], + [ + -83.76701506475126, + 32.692482038949564, + ], + [ + -83.70097264782878, + 32.69060201855157, + ], + [ + -83.71999573531188, + 32.5317671523558, + ], + [ + -83.84669667647296, + 32.46849103724635, + ], + ], + ], + "type": "Polygon", + }, + "id": "13225", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13153 { + "geometry": { + "coordinates": [ + [ + [ + -83.59796083447685, + 32.66422801811122, + ], + [ + -83.54232727674322, + 32.620020681324235, + ], + [ + -83.49782043055633, + 32.45226914695514, + ], + [ + -83.49782043055633, + 32.40166974081499, + ], + [ + -83.61554821724425, + 32.28854622772459, + ], + [ + -83.8484913073676, + 32.290909681939205, + ], + [ + -83.84669667647296, + 32.46849103724635, + ], + [ + -83.71999573531188, + 32.5317671523558, + ], + [ + -83.70097264782878, + 32.69060201855157, + ], + [ + -83.7013315740077, + 32.692106034869965, + ], + [ + -83.59796083447685, + 32.66422801811122, + ], + ], + ], + "type": "Polygon", + }, + "id": "13153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48423 { + "geometry": { + "coordinates": [ + [ + [ + -95.4450372223062, + 32.612446884863765, + ], + [ + -95.1532302388389, + 32.570119568474766, + ], + [ + -94.9870474179959, + 32.53735349868125, + ], + [ + -94.98525278710126, + 32.370837406287976, + ], + [ + -94.98525278710126, + 32.137983451279965, + ], + [ + -95.4597531956422, + 32.135566282196834, + ], + [ + -95.48882621613524, + 32.23225304552196, + ], + [ + -95.44934433645332, + 32.35509894981338, + ], + [ + -95.59435051273965, + 32.479824874502796, + ], + [ + -95.59470943891858, + 32.687056837229655, + ], + [ + -95.4450372223062, + 32.612446884863765, + ], + ], + ], + "type": "Polygon", + }, + "id": "48423", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22083 { + "geometry": { + "coordinates": [ + [ + [ + -91.44516388434849, + 32.581936839547836, + ], + [ + -91.45772630061091, + 32.53778321762936, + ], + [ + -91.47674938809402, + 32.40575207082205, + ], + [ + -91.63503583300064, + 32.405322351873934, + ], + [ + -91.76101892180387, + 32.33533187820025, + ], + [ + -91.77142778099274, + 32.248045216865066, + ], + [ + -91.89489838654347, + 32.15146588327696, + ], + [ + -91.9788871124123, + 32.16607632751276, + ], + [ + -92.03452067014591, + 32.2770512458626, + ], + [ + -92.00365301875823, + 32.38125809077968, + ], + [ + -91.91320362166873, + 32.50587658573207, + ], + [ + -91.7696331500981, + 32.554166252526116, + ], + [ + -91.63754831625313, + 32.66734348048503, + ], + [ + -91.59591287949765, + 32.58220541389041, + ], + [ + -91.44516388434849, + 32.581936839547836, + ], + ], + ], + "type": "Polygon", + }, + "id": "22083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48183 { + "geometry": { + "coordinates": [ + [ + [ + -94.70170110574927, + 32.65246446190666, + ], + [ + -94.7020600319282, + 32.42299454361503, + ], + [ + -94.57930727873531, + 32.3944182335656, + ], + [ + -94.64211936004746, + 32.371105980630546, + ], + [ + -94.98525278710126, + 32.370837406287976, + ], + [ + -94.9870474179959, + 32.53735349868125, + ], + [ + -94.70170110574927, + 32.65246446190666, + ], + ], + ], + "type": "Polygon", + }, + "id": "48183", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13031 { + "geometry": { + "coordinates": [ + [ + [ + -81.76133557690957, + 32.600629613790694, + ], + [ + -81.54777450044827, + 32.48922497649274, + ], + [ + -81.53449423182799, + 32.39409594435452, + ], + [ + -81.43578953262318, + 32.241277143432306, + ], + [ + -81.78071759057161, + 32.15307732933238, + ], + [ + -81.81589235610642, + 32.23708738368822, + ], + [ + -81.96915383450806, + 32.26883287097996, + ], + [ + -81.91890416945834, + 32.414776168732395, + ], + [ + -82.03017128492559, + 32.53875008526261, + ], + [ + -82.00145719061146, + 32.60691425340683, + ], + [ + -81.84101718863128, + 32.6491341400588, + ], + [ + -81.76133557690957, + 32.600629613790694, + ], + ], + ], + "type": "Polygon", + }, + "id": "13031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28123 { + "geometry": { + "coordinates": [ + [ + [ + -89.73021460143732, + 32.63420140661192, + ], + [ + -89.73021460143732, + 32.5772099311186, + ], + [ + -89.32247446217674, + 32.5764042080909, + ], + [ + -89.32283338835566, + 32.22344380708567, + ], + [ + -89.73021460143732, + 32.22177864616174, + ], + [ + -89.73021460143732, + 32.35273549559877, + ], + [ + -89.78441245445524, + 32.58687860745112, + ], + [ + -89.73021460143732, + 32.63420140661192, + ], + ], + ], + "type": "Polygon", + }, + "id": "28123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28149 { + "geometry": { + "coordinates": [ + [ + [ + -90.5539501820738, + 32.507541746656, + ], + [ + -90.60419984712352, + 32.47923401094914, + ], + [ + -90.6282479011116, + 32.33957535281285, + ], + [ + -90.69393139185517, + 32.35391722270608, + ], + [ + -90.72874723121105, + 32.22510896800961, + ], + [ + -90.76966481560868, + 32.155225924072944, + ], + [ + -90.9171834751475, + 32.080777116312596, + ], + [ + -91.03024522150936, + 32.1142951942653, + ], + [ + -91.03132200004615, + 32.12047240414441, + ], + [ + -91.05321649696067, + 32.12423244494039, + ], + [ + -91.16627824332254, + 32.13449198482655, + ], + [ + -91.1239249542092, + 32.21108938732746, + ], + [ + -91.00296683191095, + 32.223067803006074, + ], + [ + -90.91251743482145, + 32.33946792307582, + ], + [ + -91.00440253662666, + 32.361544734035064, + ], + [ + -90.97999555645964, + 32.44781081286848, + ], + [ + -91.08982696721118, + 32.45436402682718, + ], + [ + -91.07080387972808, + 32.56222348280321, + ], + [ + -91.04352549012965, + 32.57624306348536, + ], + [ + -90.96420280458688, + 32.57559848506319, + ], + [ + -90.95128146214552, + 32.44431934641507, + ], + [ + -90.86119099123495, + 32.44206332193748, + ], + [ + -90.8604731388771, + 32.57516876611508, + ], + [ + -90.73018293592675, + 32.565714949256616, + ], + [ + -90.72013300291681, + 32.618838954216926, + ], + [ + -90.5539501820738, + 32.507541746656, + ], + ], + ], + "type": "Polygon", + }, + "id": "28149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13215 { + "geometry": { + "coordinates": [ + [ + [ + -84.69448031109752, + 32.58397800455137, + ], + [ + -84.69448031109752, + 32.518714439306905, + ], + [ + -84.77021373485103, + 32.42272596927246, + ], + [ + -84.97193024740777, + 32.37771290945776, + ], + [ + -85.00100326790081, + 32.51044234955576, + ], + [ + -85.08068487962251, + 32.60804226564562, + ], + [ + -84.69448031109752, + 32.58397800455137, + ], + ], + ], + "type": "Polygon", + }, + "id": "13215", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 35029 { + "geometry": { + "coordinates": [ + [ + [ + -107.29965105989301, + 32.60551766682546, + ], + [ + -107.2967796504616, + 31.783626463693373, + ], + [ + -108.2084521449351, + 31.783680178561887, + ], + [ + -108.21706637322933, + 31.864091336727284, + ], + [ + -108.22998771567069, + 32.079971393284886, + ], + [ + -108.22926986331284, + 32.51694184864594, + ], + [ + -107.9234647588674, + 32.51721042298851, + ], + [ + -107.9234647588674, + 32.604335939718155, + ], + [ + -107.60832757376987, + 32.60535652221992, + ], + [ + -107.29965105989301, + 32.60551766682546, + ], + ], + ], + "type": "Polygon", + }, + "id": "35029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13103 { + "geometry": { + "coordinates": [ + [ + [ + -81.28109234950583, + 32.55636856213519, + ], + [ + -81.23586765096108, + 32.51157036179455, + ], + [ + -81.12854872346203, + 32.338286195968514, + ], + [ + -81.1443414753348, + 32.22629069511691, + ], + [ + -81.19530899274237, + 32.23751710263633, + ], + [ + -81.3916416126152, + 32.095870994365015, + ], + [ + -81.43578953262318, + 32.241277143432306, + ], + [ + -81.53449423182799, + 32.39409594435452, + ], + [ + -81.54777450044827, + 32.48922497649274, + ], + [ + -81.38912912936273, + 32.59541927154484, + ], + [ + -81.28109234950583, + 32.55636856213519, + ], + ], + ], + "type": "Polygon", + }, + "id": "13103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01087 { + "geometry": { + "coordinates": [ + [ + [ + -85.43386823968626, + 32.409726971092084, + ], + [ + -85.43350931350733, + 32.23450906999955, + ], + [ + -85.8545297213882, + 32.2320381860479, + ], + [ + -85.91913643359499, + 32.27436550243691, + ], + [ + -85.99953589767453, + 32.362457886799795, + ], + [ + -86.02286609930476, + 32.41998651097825, + ], + [ + -85.87965455391306, + 32.451678283401485, + ], + [ + -85.88611522513374, + 32.49298501728872, + ], + [ + -85.79710153275995, + 32.49422045926454, + ], + [ + -85.79853723747566, + 32.580969971914584, + ], + [ + -85.69588435030266, + 32.59590270536147, + ], + [ + -85.48950179741988, + 32.49690620269024, + ], + [ + -85.43386823968626, + 32.409726971092084, + ], + ], + ], + "type": "Polygon", + }, + "id": "01087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28121 { + "geometry": { + "coordinates": [ + [ + [ + -89.78441245445524, + 32.58687860745112, + ], + [ + -89.73021460143732, + 32.35273549559877, + ], + [ + -89.73021460143732, + 32.22177864616174, + ], + [ + -89.73021460143732, + 32.04704417888583, + ], + [ + -90.23019876868204, + 32.04972992231153, + ], + [ + -90.24527366819696, + 32.172898115814036, + ], + [ + -90.0661695049126, + 32.39946743120591, + ], + [ + -89.85799232113519, + 32.58505230192164, + ], + [ + -89.78441245445524, + 32.58687860745112, + ], + ], + ], + "type": "Polygon", + }, + "id": "28121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22013 { + "geometry": { + "coordinates": [ + [ + [ + -92.88086860005477, + 32.584944872184614, + ], + [ + -92.87943289533906, + 32.454041737616095, + ], + [ + -92.77713893434499, + 32.453397159193926, + ], + [ + -92.77498537727143, + 32.23418678078846, + ], + [ + -92.81446725695335, + 32.14690011945328, + ], + [ + -92.93901464104087, + 32.147920701955044, + ], + [ + -93.18703263067914, + 32.14840413577167, + ], + [ + -93.21395209409863, + 32.23606680118645, + ], + [ + -93.42858994909672, + 32.23590565658091, + ], + [ + -93.37259746518417, + 32.410156690040196, + ], + [ + -93.23656444337101, + 32.41004926030317, + ], + [ + -93.14683289863936, + 32.455116034986375, + ], + [ + -93.17877732856383, + 32.58483744244759, + ], + [ + -92.88086860005477, + 32.584944872184614, + ], + ], + ], + "type": "Polygon", + }, + "id": "22013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13023 { + "geometry": { + "coordinates": [ + [ + [ + -83.13889425162976, + 32.42304825848355, + ], + [ + -83.17335116480672, + 32.452484006429195, + ], + [ + -83.34635358304932, + 32.27248548203892, + ], + [ + -83.49782043055633, + 32.40166974081499, + ], + [ + -83.49782043055633, + 32.45226914695514, + ], + [ + -83.22647223928784, + 32.584192864025425, + ], + [ + -83.13889425162976, + 32.42304825848355, + ], + ], + ], + "type": "Polygon", + }, + "id": "13023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28075 { + "geometry": { + "coordinates": [ + [ + [ + -88.38890747078872, + 32.57806936901483, + ], + [ + -88.42156975307104, + 32.308689303417324, + ], + [ + -88.43126075990206, + 32.22763356682976, + ], + [ + -88.9140164705583, + 32.22419581524487, + ], + [ + -88.91437539673723, + 32.57694135677604, + ], + [ + -88.38890747078872, + 32.57806936901483, + ], + ], + ], + "type": "Polygon", + }, + "id": "28075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28101 { + "geometry": { + "coordinates": [ + [ + [ + -88.91437539673723, + 32.57694135677604, + ], + [ + -88.9140164705583, + 32.22419581524487, + ], + [ + -89.32283338835566, + 32.22344380708567, + ], + [ + -89.32247446217674, + 32.5764042080909, + ], + [ + -89.31744949567177, + 32.57645792295941, + ], + [ + -88.91437539673723, + 32.57694135677604, + ], + ], + ], + "type": "Polygon", + }, + "id": "28101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28049 { + "geometry": { + "coordinates": [ + [ + [ + -90.0661695049126, + 32.39946743120591, + ], + [ + -90.24527366819696, + 32.172898115814036, + ], + [ + -90.23019876868204, + 32.04972992231153, + ], + [ + -90.71833837202217, + 32.04833333573016, + ], + [ + -90.72874723121105, + 32.22510896800961, + ], + [ + -90.69393139185517, + 32.35391722270608, + ], + [ + -90.6282479011116, + 32.33957535281285, + ], + [ + -90.60419984712352, + 32.47923401094914, + ], + [ + -90.5539501820738, + 32.507541746656, + ], + [ + -90.45022051636403, + 32.574201898481824, + ], + [ + -90.45022051636403, + 32.487935819648406, + ], + [ + -90.24347903730232, + 32.487506100700294, + ], + [ + -90.24347903730232, + 32.399897150154025, + ], + [ + -90.0661695049126, + 32.39946743120591, + ], + ], + ], + "type": "Polygon", + }, + "id": "28049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22065 { + "geometry": { + "coordinates": [ + [ + [ + -91.1239249542092, + 32.21108938732746, + ], + [ + -91.49254213996679, + 32.20335444626145, + ], + [ + -91.52951153639623, + 32.299289201427385, + ], + [ + -91.47674938809402, + 32.40575207082205, + ], + [ + -91.45772630061091, + 32.53778321762936, + ], + [ + -91.13361596104022, + 32.53789064736639, + ], + [ + -91.07080387972808, + 32.56222348280321, + ], + [ + -91.08982696721118, + 32.45436402682718, + ], + [ + -90.97999555645964, + 32.44781081286848, + ], + [ + -91.00440253662666, + 32.361544734035064, + ], + [ + -90.91251743482145, + 32.33946792307582, + ], + [ + -91.00296683191095, + 32.223067803006074, + ], + [ + -91.1239249542092, + 32.21108938732746, + ], + ], + ], + "type": "Polygon", + }, + "id": "22065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13197 { + "geometry": { + "coordinates": [ + [ + [ + -84.39226446844135, + 32.4140241605732, + ], + [ + -84.43031064340757, + 32.166237472118304, + ], + [ + -84.43138742194435, + 32.13406226587844, + ], + [ + -84.52722071171775, + 32.13454569969507, + ], + [ + -84.64925561255278, + 32.23295133881264, + ], + [ + -84.6589466193838, + 32.23284390907561, + ], + [ + -84.6374110486482, + 32.53488261472961, + ], + [ + -84.4443087643857, + 32.56206233819767, + ], + [ + -84.39226446844135, + 32.4140241605732, + ], + ], + ], + "type": "Polygon", + }, + "id": "13197", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13043 { + "geometry": { + "coordinates": [ + [ + [ + -81.96915383450806, + 32.26883287097996, + ], + [ + -82.02550524459953, + 32.27887755139208, + ], + [ + -82.2329645760191, + 32.318787698697946, + ], + [ + -82.25270551586006, + 32.353326359152426, + ], + [ + -82.14825799779243, + 32.52043331509935, + ], + [ + -82.03017128492559, + 32.53875008526261, + ], + [ + -81.91890416945834, + 32.414776168732395, + ], + [ + -81.96915383450806, + 32.26883287097996, + ], + ], + ], + "type": "Polygon", + }, + "id": "13043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48221 { + "geometry": { + "coordinates": [ + [ + [ + -97.61725845716981, + 32.55545540937045, + ], + [ + -97.61510490009626, + 32.31857283922389, + ], + [ + -97.78344127801282, + 32.31604824040374, + ], + [ + -97.94567591088763, + 32.23348848749778, + ], + [ + -98.06842866408051, + 32.51162407666306, + ], + [ + -98.06699295936481, + 32.558839446086836, + ], + [ + -97.61725845716981, + 32.55545540937045, + ], + ], + ], + "type": "Polygon", + }, + "id": "48221", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48251 { + "geometry": { + "coordinates": [ + [ + [ + -97.08676556471634, + 32.54943934409689, + ], + [ + -97.08640663853741, + 32.26544883426359, + ], + [ + -97.47620046885167, + 32.173435264499176, + ], + [ + -97.51460556999682, + 32.133578832061815, + ], + [ + -97.61510490009626, + 32.203569305735506, + ], + [ + -97.61510490009626, + 32.31857283922389, + ], + [ + -97.61725845716981, + 32.55545540937045, + ], + [ + -97.55049818788947, + 32.55540169450194, + ], + [ + -97.08676556471634, + 32.54943934409689, + ], + ], + ], + "type": "Polygon", + }, + "id": "48251", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48139 { + "geometry": { + "coordinates": [ + [ + [ + -97.03831053056125, + 32.548579906200665, + ], + [ + -96.53007106120123, + 32.5452495843528, + ], + [ + -96.45254300655309, + 32.35864413113531, + ], + [ + -96.38291132784133, + 32.32883237911006, + ], + [ + -96.89617576370632, + 32.07395532801132, + ], + [ + -96.94068260989323, + 32.05203966165763, + ], + [ + -97.08640663853741, + 32.26544883426359, + ], + [ + -97.08676556471634, + 32.54943934409689, + ], + [ + -97.03831053056125, + 32.548579906200665, + ], + ], + ], + "type": "Polygon", + }, + "id": "48139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01091 { + "geometry": { + "coordinates": [ + [ + [ + -87.81247202743265, + 32.524569359974926, + ], + [ + -87.72884222774276, + 32.48089917187308, + ], + [ + -87.52461323193354, + 32.48202718411187, + ], + [ + -87.52425430575461, + 32.30729271683596, + ], + [ + -87.47292786216812, + 32.307615006047044, + ], + [ + -87.47256893598919, + 32.26491168557845, + ], + [ + -87.52353645339676, + 32.254813290297825, + ], + [ + -87.52210074868105, + 32.13271939416559, + ], + [ + -87.6240357834962, + 32.13228967521748, + ], + [ + -87.6226000787805, + 32.005468870656024, + ], + [ + -87.66782477732524, + 31.99134186023685, + ], + [ + -88.07341135951226, + 31.99010641826103, + ], + [ + -88.11863605805702, + 32.05236195086871, + ], + [ + -88.04397941284029, + 32.08292571105315, + ], + [ + -88.01957243267329, + 32.284947331534156, + ], + [ + -87.93055874029949, + 32.310569323815315, + ], + [ + -88.04649189609277, + 32.376692326956, + ], + [ + -88.03213484893571, + 32.43357637271228, + ], + [ + -87.85338961183028, + 32.53208944156688, + ], + [ + -87.81247202743265, + 32.524569359974926, + ], + ], + ], + "type": "Polygon", + }, + "id": "01091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13053 { + "geometry": { + "coordinates": [ + [ + [ + -84.6374110486482, + 32.53488261472961, + ], + [ + -84.6589466193838, + 32.23284390907561, + ], + [ + -84.92311628707375, + 32.23080274407208, + ], + [ + -84.88794152153895, + 32.26244080162681, + ], + [ + -85.00638716058471, + 32.32829523042492, + ], + [ + -84.97193024740777, + 32.37771290945776, + ], + [ + -84.77021373485103, + 32.42272596927246, + ], + [ + -84.69448031109752, + 32.518714439306905, + ], + [ + -84.6374110486482, + 32.53488261472961, + ], + ], + ], + "type": "Polygon", + }, + "id": "13053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48227 { + "geometry": { + "coordinates": [ + [ + [ + -101.17457581651107, + 32.5240859261583, + ], + [ + -101.18390789716315, + 32.08722290053427, + ], + [ + -101.26466628742163, + 32.087115470797244, + ], + [ + -101.6950187759546, + 32.087545189745356, + ], + [ + -101.68855810473391, + 32.525213938397094, + ], + [ + -101.17457581651107, + 32.5240859261583, + ], + ], + ], + "type": "Polygon", + }, + "id": "48227", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48335 { + "geometry": { + "coordinates": [ + [ + [ + -100.66059352828822, + 32.52532136813412, + ], + [ + -100.66525956861426, + 32.085396595004795, + ], + [ + -100.82175138262625, + 32.0865783221121, + ], + [ + -101.18390789716315, + 32.08722290053427, + ], + [ + -101.17457581651107, + 32.5240859261583, + ], + [ + -101.17457581651107, + 32.52763110748022, + ], + [ + -100.66059352828822, + 32.52532136813412, + ], + ], + ], + "type": "Polygon", + }, + "id": "48335", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48353 { + "geometry": { + "coordinates": [ + [ + [ + -100.14661124006537, + 32.52279676931397, + ], + [ + -100.15199513274926, + 32.082603421842066, + ], + [ + -100.23526600626023, + 32.082334847499496, + ], + [ + -100.66525956861426, + 32.085396595004795, + ], + [ + -100.66059352828822, + 32.52532136813412, + ], + [ + -100.14661124006537, + 32.52279676931397, + ], + ], + ], + "type": "Polygon", + }, + "id": "48353", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48317 { + "geometry": { + "coordinates": [ + [ + [ + -101.68855810473391, + 32.525213938397094, + ], + [ + -101.6950187759546, + 32.087545189745356, + ], + [ + -101.776136092392, + 32.08690061132319, + ], + [ + -102.21151354742993, + 32.08679318158616, + ], + [ + -102.21151354742993, + 32.52317277339356, + ], + [ + -102.20254039295676, + 32.523226488262075, + ], + [ + -101.68855810473391, + 32.525213938397094, + ], + ], + ], + "type": "Polygon", + }, + "id": "48317", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48003 { + "geometry": { + "coordinates": [ + [ + [ + -102.21151354742993, + 32.52317277339356, + ], + [ + -102.21151354742993, + 32.08679318158616, + ], + [ + -102.28688804500452, + 32.087008041060216, + ], + [ + -102.79907570233273, + 32.08577259908439, + ], + [ + -103.06432214855947, + 32.08706175592873, + ], + [ + -103.06468107473839, + 32.522205905760316, + ], + [ + -102.21151354742993, + 32.52317277339356, + ], + ], + ], + "type": "Polygon", + }, + "id": "48003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13193 { + "geometry": { + "coordinates": [ + [ + [ + -84.01826338999986, + 32.50641373441721, + ], + [ + -83.84669667647296, + 32.46849103724635, + ], + [ + -83.8484913073676, + 32.290909681939205, + ], + [ + -83.9619119799084, + 32.25024752647414, + ], + [ + -84.02759547065195, + 32.17107181028456, + ], + [ + -84.18193372759038, + 32.22967473183329, + ], + [ + -84.25587252044926, + 32.29617373905357, + ], + [ + -84.25443681573354, + 32.3720728482638, + ], + [ + -84.11122527034185, + 32.514094960614706, + ], + [ + -84.01826338999986, + 32.50641373441721, + ], + ], + ], + "type": "Polygon", + }, + "id": "13193", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48441 { + "geometry": { + "coordinates": [ + [ + [ + -99.6297575424111, + 32.514632109299846, + ], + [ + -99.63155217330574, + 32.08126055012922, + ], + [ + -99.71446412063777, + 32.08201255828841, + ], + [ + -100.15199513274926, + 32.082603421842066, + ], + [ + -100.14661124006537, + 32.52279676931397, + ], + [ + -99.6297575424111, + 32.514632109299846, + ], + ], + ], + "type": "Polygon", + }, + "id": "48441", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48133 { + "geometry": { + "coordinates": [ + [ + [ + -98.57630920726162, + 32.51511554311647, + ], + [ + -98.47545095098324, + 32.513020663244426, + ], + [ + -98.47473309862539, + 32.29907434195333, + ], + [ + -98.55118437473675, + 32.26142021912504, + ], + [ + -98.92446760082039, + 32.07803765801838, + ], + [ + -99.11864666361966, + 32.07959538920529, + ], + [ + -99.11433954947255, + 32.51479325390539, + ], + [ + -99.09603431434729, + 32.514739539036874, + ], + [ + -98.57630920726162, + 32.51511554311647, + ], + ], + ], + "type": "Polygon", + }, + "id": "48133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48143 { + "geometry": { + "coordinates": [ + [ + [ + -98.47545095098324, + 32.513020663244426, + ], + [ + -98.06842866408051, + 32.51162407666306, + ], + [ + -97.94567591088763, + 32.23348848749778, + ], + [ + -97.86491752062915, + 32.0873303302713, + ], + [ + -98.00561658276837, + 32.01787700528275, + ], + [ + -98.20840987386188, + 31.917483916030157, + ], + [ + -98.25112208915414, + 31.980115452717435, + ], + [ + -98.3275733652655, + 31.941225887913326, + ], + [ + -98.55118437473675, + 32.26142021912504, + ], + [ + -98.47473309862539, + 32.29907434195333, + ], + [ + -98.47545095098324, + 32.513020663244426, + ], + ], + ], + "type": "Polygon", + }, + "id": "48143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48059 { + "geometry": { + "coordinates": [ + [ + [ + -99.11433954947255, + 32.51479325390539, + ], + [ + -99.11864666361966, + 32.07959538920529, + ], + [ + -99.19581579208888, + 32.07921938512569, + ], + [ + -99.63155217330574, + 32.08126055012922, + ], + [ + -99.6297575424111, + 32.514632109299846, + ], + [ + -99.6121701596437, + 32.514632109299846, + ], + [ + -99.11433954947255, + 32.51479325390539, + ], + ], + ], + "type": "Polygon", + }, + "id": "48059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 04019 { + "geometry": { + "coordinates": [ + [ + [ + -110.45138183704724, + 32.513826386272136, + ], + [ + -110.45138183704724, + 32.42734544796466, + ], + [ + -110.45174076322617, + 31.731200752023746, + ], + [ + -111.1642092283954, + 31.725990409777893, + ], + [ + -111.16385030221649, + 31.521820194556334, + ], + [ + -111.36664359331, + 31.521283045871193, + ], + [ + -111.36664359331, + 31.426046583995944, + ], + [ + -113.33355905382761, + 32.038825804003196, + ], + [ + -113.33391798000653, + 32.5048560032303, + ], + [ + -112.20365944256676, + 32.50673602362829, + ], + [ + -111.15703070481688, + 32.50163311111947, + ], + [ + -111.15703070481688, + 32.511946365874145, + ], + [ + -110.45138183704724, + 32.513826386272136, + ], + ], + ], + "type": "Polygon", + }, + "id": "04019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13283 { + "geometry": { + "coordinates": [ + [ + [ + -82.40919732987204, + 32.35380979296905, + ], + [ + -82.65542068861566, + 32.29762404050345, + ], + [ + -82.72182203171708, + 32.30917273723395, + ], + [ + -82.74551115952625, + 32.33173298200981, + ], + [ + -82.64752431267928, + 32.512483514559285, + ], + [ + -82.49067357248838, + 32.49771192571795, + ], + [ + -82.38263679263147, + 32.44007587180247, + ], + [ + -82.40919732987204, + 32.35380979296905, + ], + ], + ], + "type": "Polygon", + }, + "id": "13283", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01113 { + "geometry": { + "coordinates": [ + [ + [ + -85.00100326790081, + 32.51044234955576, + ], + [ + -84.97193024740777, + 32.37771290945776, + ], + [ + -85.00638716058471, + 32.32829523042492, + ], + [ + -84.88794152153895, + 32.26244080162681, + ], + [ + -84.92311628707375, + 32.23080274407208, + ], + [ + -85.0616617921394, + 32.131591381926796, + ], + [ + -85.05591897327658, + 32.06305120970299, + ], + [ + -85.18513239769014, + 32.061762052858654, + ], + [ + -85.25799441201224, + 32.147920701955044, + ], + [ + -85.41053803805603, + 32.14663154511071, + ], + [ + -85.43350931350733, + 32.23450906999955, + ], + [ + -85.43386823968626, + 32.409726971092084, + ], + [ + -85.33013857397648, + 32.41085498333088, + ], + [ + -85.33372783576574, + 32.468652181851894, + ], + [ + -85.05914930888692, + 32.4728956564645, + ], + [ + -85.00100326790081, + 32.51044234955576, + ], + ], + ], + "type": "Polygon", + }, + "id": "01113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01101 { + "geometry": { + "coordinates": [ + [ + [ + -86.02286609930476, + 32.41998651097825, + ], + [ + -85.99953589767453, + 32.362457886799795, + ], + [ + -85.91913643359499, + 32.27436550243691, + ], + [ + -85.99917697149561, + 32.25046238594819, + ], + [ + -85.99702341442205, + 32.051019079155864, + ], + [ + -85.99522878352742, + 31.967546173485168, + ], + [ + -86.19120247722132, + 31.966471876114888, + ], + [ + -86.30211066650963, + 31.965075289533527, + ], + [ + -86.30354637122534, + 32.05160994270952, + ], + [ + -86.40619925839835, + 32.050750504813294, + ], + [ + -86.40871174165083, + 32.24450003554314, + ], + [ + -86.49700758166676, + 32.344409690979106, + ], + [ + -86.41158315108224, + 32.40994183056614, + ], + [ + -86.23714502812393, + 32.49513361202928, + ], + [ + -86.1947917390106, + 32.44072045022464, + ], + [ + -86.02286609930476, + 32.41998651097825, + ], + ], + ], + "type": "Polygon", + }, + "id": "01101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22049 { + "geometry": { + "coordinates": [ + [ + [ + -92.415341345987, + 32.49545590124036, + ], + [ + -92.415341345987, + 32.40768580608855, + ], + [ + -92.31197060645616, + 32.2774272499422, + ], + [ + -92.31232953263508, + 32.14609439642557, + ], + [ + -92.81446725695335, + 32.14690011945328, + ], + [ + -92.77498537727143, + 32.23418678078846, + ], + [ + -92.77713893434499, + 32.453397159193926, + ], + [ + -92.62172389886979, + 32.453504588930954, + ], + [ + -92.62244175122764, + 32.496422768873614, + ], + [ + -92.415341345987, + 32.49545590124036, + ], + ], + ], + "type": "Polygon", + }, + "id": "22049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13091 { + "geometry": { + "coordinates": [ + [ + [ + -82.88477451694975, + 32.19604922414355, + ], + [ + -82.92784565842094, + 32.13524399298575, + ], + [ + -83.2056545209101, + 31.900456302711234, + ], + [ + -83.2853361326318, + 31.97608683757889, + ], + [ + -83.33702150239723, + 32.105969389645644, + ], + [ + -83.29107895149463, + 32.17880675135057, + ], + [ + -83.34635358304932, + 32.27248548203892, + ], + [ + -83.17335116480672, + 32.452484006429195, + ], + [ + -83.13889425162976, + 32.42304825848355, + ], + [ + -82.99101666591201, + 32.147276123532876, + ], + [ + -82.88477451694975, + 32.19604922414355, + ], + ], + ], + "type": "Polygon", + }, + "id": "13091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13249 { + "geometry": { + "coordinates": [ + [ + [ + -84.25443681573354, + 32.3720728482638, + ], + [ + -84.25587252044926, + 32.29617373905357, + ], + [ + -84.18193372759038, + 32.22967473183329, + ], + [ + -84.18372835848501, + 32.15850253105229, + ], + [ + -84.43031064340757, + 32.166237472118304, + ], + [ + -84.39226446844135, + 32.4140241605732, + ], + [ + -84.25443681573354, + 32.3720728482638, + ], + ], + ], + "type": "Polygon", + }, + "id": "13249", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 04003 { + "geometry": { + "coordinates": [ + [ + [ + -109.11438182054576, + 32.42616372085735, + ], + [ + -109.04762155126542, + 32.42637858033141, + ], + [ + -109.05049296069683, + 31.33209927896503, + ], + [ + -110.45999606534147, + 31.332582712781655, + ], + [ + -110.45174076322617, + 31.731200752023746, + ], + [ + -110.45138183704724, + 32.42734544796466, + ], + [ + -109.11438182054576, + 32.42616372085735, + ], + ], + ], + "type": "Polygon", + }, + "id": "04003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01085 { + "geometry": { + "coordinates": [ + [ + [ + -86.49700758166676, + 32.344409690979106, + ], + [ + -86.40871174165083, + 32.24450003554314, + ], + [ + -86.40619925839835, + 32.050750504813294, + ], + [ + -86.44819362133275, + 31.964645570585414, + ], + [ + -86.85772839148797, + 31.962174686633773, + ], + [ + -86.90690127800092, + 32.047957331650565, + ], + [ + -86.90833698271662, + 32.22500153827258, + ], + [ + -86.81501617619571, + 32.34081079478867, + ], + [ + -86.72313107439051, + 32.40526863700542, + ], + [ + -86.49700758166676, + 32.344409690979106, + ], + ], + ], + "type": "Polygon", + }, + "id": "01085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48401 { + "geometry": { + "coordinates": [ + [ + [ + -94.49172929107722, + 32.39436451869709, + ], + [ + -94.58038405727208, + 32.2012595663894, + ], + [ + -94.60048392329197, + 31.973186234679133, + ], + [ + -94.51147023091819, + 31.973991957706843, + ], + [ + -94.4522474113953, + 31.844270550245632, + ], + [ + -94.9371566791251, + 31.84555970708997, + ], + [ + -94.98489386092234, + 31.846204285512133, + ], + [ + -94.98525278710126, + 32.137983451279965, + ], + [ + -94.98525278710126, + 32.370837406287976, + ], + [ + -94.64211936004746, + 32.371105980630546, + ], + [ + -94.57930727873531, + 32.3944182335656, + ], + [ + -94.49172929107722, + 32.39436451869709, + ], + ], + ], + "type": "Polygon", + }, + "id": "48401", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22041 { + "geometry": { + "coordinates": [ + [ + [ + -91.47674938809402, + 32.40575207082205, + ], + [ + -91.52951153639623, + 32.299289201427385, + ], + [ + -91.49254213996679, + 32.20335444626145, + ], + [ + -91.48967073053538, + 32.090284648039564, + ], + [ + -91.57581301347776, + 31.882569251496086, + ], + [ + -91.59734858421335, + 31.969748483094243, + ], + [ + -91.7804009354659, + 31.87177256292478, + ], + [ + -91.88951449385958, + 31.971467358886688, + ], + [ + -91.89489838654347, + 32.15146588327696, + ], + [ + -91.77142778099274, + 32.248045216865066, + ], + [ + -91.76101892180387, + 32.33533187820025, + ], + [ + -91.63503583300064, + 32.405322351873934, + ], + [ + -91.47674938809402, + 32.40575207082205, + ], + ], + ], + "type": "Polygon", + }, + "id": "22041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13235 { + "geometry": { + "coordinates": [ + [ + [ + -83.49782043055633, + 32.40166974081499, + ], + [ + -83.34635358304932, + 32.27248548203892, + ], + [ + -83.29107895149463, + 32.17880675135057, + ], + [ + -83.33702150239723, + 32.105969389645644, + ], + [ + -83.60836969366572, + 32.11837752427237, + ], + [ + -83.61554821724425, + 32.28854622772459, + ], + [ + -83.49782043055633, + 32.40166974081499, + ], + ], + ], + "type": "Polygon", + }, + "id": "13235", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48365 { + "geometry": { + "coordinates": [ + [ + [ + -94.043071567419, + 32.39221592395653, + ], + [ + -94.04271264124009, + 32.195995509275036, + ], + [ + -94.01615210399952, + 31.979846878374865, + ], + [ + -94.51147023091819, + 31.973991957706843, + ], + [ + -94.60048392329197, + 31.973186234679133, + ], + [ + -94.58038405727208, + 32.2012595663894, + ], + [ + -94.49172929107722, + 32.39436451869709, + ], + [ + -94.34744096714874, + 32.33081982924507, + ], + [ + -94.043071567419, + 32.39221592395653, + ], + ], + ], + "type": "Polygon", + }, + "id": "48365", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48213 { + "geometry": { + "coordinates": [ + [ + [ + -96.07602944485912, + 32.35751611889651, + ], + [ + -95.44934433645332, + 32.35509894981338, + ], + [ + -95.48882621613524, + 32.23225304552196, + ], + [ + -95.4597531956422, + 32.135566282196834, + ], + [ + -95.42852661807558, + 32.08448344224006, + ], + [ + -96.05269924322889, + 32.005898589604136, + ], + [ + -96.05485280030244, + 32.012505518431354, + ], + [ + -96.11299884128854, + 32.157589378287554, + ], + [ + -96.38291132784133, + 32.32883237911006, + ], + [ + -96.45254300655309, + 32.35864413113531, + ], + [ + -96.07602944485912, + 32.35751611889651, + ], + ], + ], + "type": "Polygon", + }, + "id": "48213", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13209 { + "geometry": { + "coordinates": [ + [ + [ + -82.48313612273091, + 31.968942760066533, + ], + [ + -82.54343572079058, + 31.95889807965442, + ], + [ + -82.59799249998741, + 32.01476154290894, + ], + [ + -82.65542068861566, + 32.29762404050345, + ], + [ + -82.40919732987204, + 32.35380979296905, + ], + [ + -82.48313612273091, + 31.968942760066533, + ], + ], + ], + "type": "Polygon", + }, + "id": "13209", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13279 { + "geometry": { + "coordinates": [ + [ + [ + -82.40919732987204, + 32.35380979296905, + ], + [ + -82.35428162449628, + 32.29214512391502, + ], + [ + -82.2329645760191, + 32.318519124355376, + ], + [ + -82.1816381324326, + 32.16580775317019, + ], + [ + -82.2250682000827, + 31.913079296812015, + ], + [ + -82.43145075296549, + 31.96598844229826, + ], + [ + -82.48313612273091, + 31.968942760066533, + ], + [ + -82.40919732987204, + 32.35380979296905, + ], + ], + ], + "type": "Polygon", + }, + "id": "13279", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22031 { + "geometry": { + "coordinates": [ + [ + [ + -93.61487263595961, + 32.23751710263633, + ], + [ + -93.53770350749039, + 32.193578340191905, + ], + [ + -93.54201062163752, + 32.10419679898468, + ], + [ + -93.35465115623785, + 31.932201790002985, + ], + [ + -93.44079343918023, + 31.91367016036567, + ], + [ + -93.44115236535914, + 31.845237417878884, + ], + [ + -93.87904230364957, + 31.844216835377118, + ], + [ + -94.01615210399952, + 31.979846878374865, + ], + [ + -94.04271264124009, + 32.195995509275036, + ], + [ + -93.95154539179273, + 32.195565790326924, + ], + [ + -93.78392686623403, + 32.34263710031814, + ], + [ + -93.66835263661967, + 32.318787698697946, + ], + [ + -93.61487263595961, + 32.23751710263633, + ], + ], + ], + "type": "Polygon", + }, + "id": "22031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48349 { + "geometry": { + "coordinates": [ + [ + [ + -96.05485280030244, + 32.012505518431354, + ], + [ + -96.49669092656106, + 31.79619574292564, + ], + [ + -96.71922515749553, + 31.814888517168498, + ], + [ + -96.89617576370632, + 32.07395532801132, + ], + [ + -96.38291132784133, + 32.32883237911006, + ], + [ + -96.11299884128854, + 32.157589378287554, + ], + [ + -96.05485280030244, + 32.012505518431354, + ], + ], + ], + "type": "Polygon", + }, + "id": "48349", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48425 { + "geometry": { + "coordinates": [ + [ + [ + -97.61510490009626, + 32.31857283922389, + ], + [ + -97.61510490009626, + 32.203569305735506, + ], + [ + -97.86491752062915, + 32.0873303302713, + ], + [ + -97.94567591088763, + 32.23348848749778, + ], + [ + -97.78344127801282, + 32.31604824040374, + ], + [ + -97.61510490009626, + 32.31857283922389, + ], + ], + ], + "type": "Polygon", + }, + "id": "48425", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13267 { + "geometry": { + "coordinates": [ + [ + [ + -82.02550524459953, + 32.27887755139208, + ], + [ + -81.97992161987587, + 32.081421694734765, + ], + [ + -81.7616945030885, + 32.047957331650565, + ], + [ + -81.82450658440065, + 32.01481525777746, + ], + [ + -81.96915383450806, + 31.78926652488734, + ], + [ + -82.04847652005084, + 31.827081792321167, + ], + [ + -82.11200645372084, + 31.90067116218529, + ], + [ + -82.2250682000827, + 31.913079296812015, + ], + [ + -82.1816381324326, + 32.16580775317019, + ], + [ + -82.2329645760191, + 32.318519124355376, + ], + [ + -82.2329645760191, + 32.318787698697946, + ], + [ + -82.02550524459953, + 32.27887755139208, + ], + ], + ], + "type": "Polygon", + }, + "id": "13267", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01023 { + "geometry": { + "coordinates": [ + [ + [ + -88.07341135951226, + 31.99010641826103, + ], + [ + -88.17893565611668, + 31.81032275334481, + ], + [ + -88.08884518520611, + 31.69924040525794, + ], + [ + -88.46428196836331, + 31.697843818676578, + ], + [ + -88.4736140490154, + 31.893849373884017, + ], + [ + -88.43126075990206, + 32.22763356682976, + ], + [ + -88.42156975307104, + 32.308689303417324, + ], + [ + -87.93055874029949, + 32.310569323815315, + ], + [ + -88.01957243267329, + 32.284947331534156, + ], + [ + -88.04397941284029, + 32.08292571105315, + ], + [ + -88.11863605805702, + 32.05236195086871, + ], + [ + -88.07341135951226, + 31.99010641826103, + ], + ], + ], + "type": "Polygon", + }, + "id": "01023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13309 { + "geometry": { + "coordinates": [ + [ + [ + -82.65542068861566, + 32.29762404050345, + ], + [ + -82.59799249998741, + 32.01476154290894, + ], + [ + -82.54343572079058, + 31.95889807965442, + ], + [ + -82.64572968178466, + 31.918880502611522, + ], + [ + -82.72935948147455, + 32.007080316711445, + ], + [ + -82.88800485256009, + 32.080508541970026, + ], + [ + -82.92784565842094, + 32.13524399298575, + ], + [ + -82.88477451694975, + 32.19604922414355, + ], + [ + -82.72182203171708, + 32.30917273723395, + ], + [ + -82.65542068861566, + 32.29762404050345, + ], + ], + ], + "type": "Polygon", + }, + "id": "13309", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01011 { + "geometry": { + "coordinates": [ + [ + [ + -85.43350931350733, + 32.23450906999955, + ], + [ + -85.41053803805603, + 32.14663154511071, + ], + [ + -85.42848434700237, + 32.014868972645964, + ], + [ + -85.58641186573006, + 31.9973042106419, + ], + [ + -85.65783817533644, + 31.880259512149983, + ], + [ + -85.79135871389713, + 31.88036694188701, + ], + [ + -85.78992300918142, + 31.967223884274084, + ], + [ + -85.88432059423911, + 31.967223884274084, + ], + [ + -85.8936526748912, + 32.04736646809691, + ], + [ + -85.99702341442205, + 32.051019079155864, + ], + [ + -85.99917697149561, + 32.25046238594819, + ], + [ + -85.91913643359499, + 32.27436550243691, + ], + [ + -85.8545297213882, + 32.2320381860479, + ], + [ + -85.43350931350733, + 32.23450906999955, + ], + ], + ], + "type": "Polygon", + }, + "id": "01011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13093 { + "geometry": { + "coordinates": [ + [ + [ + -83.61554821724425, + 32.28854622772459, + ], + [ + -83.60836969366572, + 32.11837752427237, + ], + [ + -83.60980539838143, + 32.02781425595783, + ], + [ + -83.96119412755054, + 32.03060742912056, + ], + [ + -84.01287949731596, + 32.13148395218977, + ], + [ + -84.02759547065195, + 32.17107181028456, + ], + [ + -83.9619119799084, + 32.25024752647414, + ], + [ + -83.8484913073676, + 32.290909681939205, + ], + [ + -83.61554821724425, + 32.28854622772459, + ], + ], + ], + "type": "Polygon", + }, + "id": "13093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13109 { + "geometry": { + "coordinates": [ + [ + [ + -81.96915383450806, + 32.26883287097996, + ], + [ + -81.81589235610642, + 32.23708738368822, + ], + [ + -81.78071759057161, + 32.15307732933238, + ], + [ + -81.71862336161732, + 32.0892640655378, + ], + [ + -81.7616945030885, + 32.047957331650565, + ], + [ + -81.97992161987587, + 32.081421694734765, + ], + [ + -82.02550524459953, + 32.27887755139208, + ], + [ + -81.96915383450806, + 32.26883287097996, + ], + ], + ], + "type": "Polygon", + }, + "id": "13109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22021 { + "geometry": { + "coordinates": [ + [ + [ + -92.03452067014591, + 32.2770512458626, + ], + [ + -91.9788871124123, + 32.16607632751276, + ], + [ + -91.89489838654347, + 32.15146588327696, + ], + [ + -91.88951449385958, + 31.971467358886688, + ], + [ + -92.00544764965287, + 31.927313736968213, + ], + [ + -92.31268845881401, + 31.927367451836727, + ], + [ + -92.31232953263508, + 32.14609439642557, + ], + [ + -92.31197060645616, + 32.2774272499422, + ], + [ + -92.03452067014591, + 32.2770512458626, + ], + ], + ], + "type": "Polygon", + }, + "id": "22021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01131 { + "geometry": { + "coordinates": [ + [ + [ + -87.47256893598919, + 32.26491168557845, + ], + [ + -87.25218826212827, + 32.14265664484068, + ], + [ + -87.17789054309047, + 32.04752761270245, + ], + [ + -86.90690127800092, + 32.047957331650565, + ], + [ + -86.85772839148797, + 31.962174686633773, + ], + [ + -86.90905483507447, + 31.961691252817147, + ], + [ + -86.90690127800092, + 31.830626973643085, + ], + [ + -87.50128303030331, + 31.829176672193206, + ], + [ + -87.620087595528, + 31.82713550718968, + ], + [ + -87.66782477732524, + 31.99134186023685, + ], + [ + -87.6226000787805, + 32.005468870656024, + ], + [ + -87.6240357834962, + 32.13228967521748, + ], + [ + -87.52210074868105, + 32.13271939416559, + ], + [ + -87.52353645339676, + 32.254813290297825, + ], + [ + -87.47256893598919, + 32.26491168557845, + ], + ], + ], + "type": "Polygon", + }, + "id": "01131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48217 { + "geometry": { + "coordinates": [ + [ + [ + -96.89617576370632, + 32.07395532801132, + ], + [ + -96.71922515749553, + 31.814888517168498, + ], + [ + -96.93206838159898, + 31.70885536672194, + ], + [ + -97.03723375202448, + 31.863070754225518, + ], + [ + -97.27735536572635, + 31.745542621916975, + ], + [ + -97.2766375133685, + 31.831862415618907, + ], + [ + -97.43923107242223, + 31.933490946847318, + ], + [ + -97.37713684346794, + 31.977268564686195, + ], + [ + -97.47476476413597, + 32.01008834934822, + ], + [ + -97.47620046885167, + 32.173435264499176, + ], + [ + -97.08640663853741, + 32.26544883426359, + ], + [ + -96.94068260989323, + 32.05203966165763, + ], + [ + -96.89617576370632, + 32.07395532801132, + ], + ], + ], + "type": "Polygon", + }, + "id": "48217", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48093 { + "geometry": { + "coordinates": [ + [ + [ + -98.20840987386188, + 31.917483916030157, + ], + [ + -98.15672450409645, + 31.841638521688445, + ], + [ + -98.46360638707867, + 31.683985382599978, + ], + [ + -98.49303833375065, + 31.72362695556328, + ], + [ + -98.66855323524574, + 31.70047584723376, + ], + [ + -98.92446760082039, + 32.07803765801838, + ], + [ + -98.55118437473675, + 32.26142021912504, + ], + [ + -98.3275733652655, + 31.941225887913326, + ], + [ + -98.25112208915414, + 31.980115452717435, + ], + [ + -98.20840987386188, + 31.917483916030157, + ], + ], + ], + "type": "Polygon", + }, + "id": "48093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22107 { + "geometry": { + "coordinates": [ + [ + [ + -91.1239249542092, + 32.21108938732746, + ], + [ + -91.16627824332254, + 32.13449198482655, + ], + [ + -91.05321649696067, + 32.12423244494039, + ], + [ + -91.03132200004615, + 32.12047240414441, + ], + [ + -91.03024522150936, + 32.1142951942653, + ], + [ + -91.07582884623304, + 32.01680270791247, + ], + [ + -91.18817274023706, + 31.961368963606063, + ], + [ + -91.24847233829672, + 31.869838827658278, + ], + [ + -91.3453824066069, + 31.84384083129752, + ], + [ + -91.31774509082955, + 31.74973238166106, + ], + [ + -91.37948039360492, + 31.73431621439756, + ], + [ + -91.545304288269, + 31.752149550744193, + ], + [ + -91.57581301347776, + 31.882569251496086, + ], + [ + -91.48967073053538, + 32.090284648039564, + ], + [ + -91.49254213996679, + 32.20335444626145, + ], + [ + -91.1239249542092, + 32.21108938732746, + ], + ], + ], + "type": "Polygon", + }, + "id": "22107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13029 { + "geometry": { + "coordinates": [ + [ + [ + -81.3916416126152, + 32.095870994365015, + ], + [ + -81.23227838917181, + 31.89121734532683, + ], + [ + -81.14326469679803, + 31.85318721841895, + ], + [ + -81.16121100574435, + 31.72770928557034, + ], + [ + -81.31985637682989, + 31.809570745185614, + ], + [ + -81.40743436448798, + 31.944395065155653, + ], + [ + -81.59335812517195, + 31.971574788623712, + ], + [ + -81.71862336161732, + 32.0892640655378, + ], + [ + -81.78071759057161, + 32.15307732933238, + ], + [ + -81.43578953262318, + 32.241277143432306, + ], + [ + -81.3916416126152, + 32.095870994365015, + ], + ], + ], + "type": "Polygon", + }, + "id": "13029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22081 { + "geometry": { + "coordinates": [ + [ + [ + -93.47130216438899, + 32.23719481342525, + ], + [ + -93.42858994909672, + 32.23590565658091, + ], + [ + -93.21395209409863, + 32.23606680118645, + ], + [ + -93.18703263067914, + 32.14840413577167, + ], + [ + -93.12278484465128, + 31.972649085993993, + ], + [ + -93.23835907426563, + 31.97275651573102, + ], + [ + -93.23943585280242, + 31.90357176508504, + ], + [ + -93.35465115623785, + 31.932201790002985, + ], + [ + -93.54201062163752, + 32.10419679898468, + ], + [ + -93.53770350749039, + 32.193578340191905, + ], + [ + -93.61487263595961, + 32.23751710263633, + ], + [ + -93.47130216438899, + 32.23719481342525, + ], + ], + ], + "type": "Polygon", + }, + "id": "22081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13051 { + "geometry": { + "coordinates": [ + [ + [ + [ + -81.12352375695706, + 31.850716334467307, + ], + [ + -81.03702254783576, + 31.81741311598865, + ], + [ + -81.13070228053559, + 31.722660087930027, + ], + [ + -81.17520912672249, + 31.81601652940729, + ], + [ + -81.12352375695706, + 31.850716334467307, + ], + ], + ], + [ + [ + [ + -81.006513822627, + 32.067616973526675, + ], + [ + -80.92431972765282, + 32.007295176185494, + ], + [ + -81.00005315140632, + 31.955299183463985, + ], + [ + -81.006513822627, + 32.067616973526675, + ], + ], + ], + [ + [ + [ + -81.11706308573638, + 32.11757180124466, + ], + [ + -81.04204751434072, + 32.07938052973123, + ], + [ + -81.0133334200266, + 31.961422678474577, + ], + [ + -80.93472858684169, + 31.909534115490093, + ], + [ + -80.99143892311209, + 31.85834384579629, + ], + [ + -81.14864858948192, + 31.93435038474354, + ], + [ + -81.23227838917181, + 31.89121734532683, + ], + [ + -81.3916416126152, + 32.095870994365015, + ], + [ + -81.19530899274237, + 32.23751710263633, + ], + [ + -81.1443414753348, + 32.22629069511691, + ], + [ + -81.11706308573638, + 32.11757180124466, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "13051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13307 { + "geometry": { + "coordinates": [ + [ + [ + -84.43138742194435, + 32.13406226587844, + ], + [ + -84.44359091202784, + 31.966310731509346, + ], + [ + -84.45328191885886, + 31.919202791822606, + ], + [ + -84.59972379986091, + 31.92016965945586, + ], + [ + -84.65571628377346, + 31.920277089192886, + ], + [ + -84.64925561255278, + 32.23295133881264, + ], + [ + -84.52722071171775, + 32.13454569969507, + ], + [ + -84.43138742194435, + 32.13406226587844, + ], + ], + ], + "type": "Polygon", + }, + "id": "13307", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13259 { + "geometry": { + "coordinates": [ + [ + [ + -84.64925561255278, + 32.23295133881264, + ], + [ + -84.65571628377346, + 31.920277089192886, + ], + [ + -84.90696460902205, + 31.924466848936973, + ], + [ + -85.06812246336008, + 31.99171786431645, + ], + [ + -85.05591897327658, + 32.06305120970299, + ], + [ + -85.0616617921394, + 32.131591381926796, + ], + [ + -84.92311628707375, + 32.23080274407208, + ], + [ + -84.6589466193838, + 32.23284390907561, + ], + [ + -84.64925561255278, + 32.23295133881264, + ], + ], + ], + "type": "Polygon", + }, + "id": "13259", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13261 { + "geometry": { + "coordinates": [ + [ + [ + -84.02759547065195, + 32.17107181028456, + ], + [ + -84.01287949731596, + 32.13148395218977, + ], + [ + -83.96119412755054, + 32.03060742912056, + ], + [ + -83.9227890264054, + 31.909641545227117, + ], + [ + -84.33806661542344, + 31.916141044317307, + ], + [ + -84.33806661542344, + 31.873491438717224, + ], + [ + -84.44359091202784, + 31.966310731509346, + ], + [ + -84.43138742194435, + 32.13406226587844, + ], + [ + -84.43031064340757, + 32.166237472118304, + ], + [ + -84.18372835848501, + 32.15850253105229, + ], + [ + -84.18193372759038, + 32.22967473183329, + ], + [ + -84.02759547065195, + 32.17107181028456, + ], + ], + ], + "type": "Polygon", + }, + "id": "13261", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28023 { + "geometry": { + "coordinates": [ + [ + [ + -88.43126075990206, + 32.22763356682976, + ], + [ + -88.4736140490154, + 31.893849373884017, + ], + [ + -88.622209487091, + 31.857162118688983, + ], + [ + -88.91042720876904, + 31.826652073373054, + ], + [ + -88.9140164705583, + 32.22419581524487, + ], + [ + -88.43126075990206, + 32.22763356682976, + ], + ], + ], + "type": "Polygon", + }, + "id": "28023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28021 { + "geometry": { + "coordinates": [ + [ + [ + -90.72874723121105, + 32.22510896800961, + ], + [ + -90.71833837202217, + 32.04833333573016, + ], + [ + -90.73628468096851, + 31.78609734764501, + ], + [ + -91.01373461727874, + 31.861835312249696, + ], + [ + -91.24847233829672, + 31.869838827658278, + ], + [ + -91.18817274023706, + 31.961368963606063, + ], + [ + -91.07582884623304, + 32.01680270791247, + ], + [ + -91.03024522150936, + 32.1142951942653, + ], + [ + -90.9171834751475, + 32.080777116312596, + ], + [ + -90.76966481560868, + 32.155225924072944, + ], + [ + -90.72874723121105, + 32.22510896800961, + ], + ], + ], + "type": "Polygon", + }, + "id": "28021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28061 { + "geometry": { + "coordinates": [ + [ + [ + -88.9140164705583, + 32.22419581524487, + ], + [ + -88.91042720876904, + 31.826652073373054, + ], + [ + -88.9438073434092, + 31.824557193501008, + ], + [ + -89.31673164331391, + 31.802104378462175, + ], + [ + -89.32283338835566, + 32.22344380708567, + ], + [ + -88.9140164705583, + 32.22419581524487, + ], + ], + ], + "type": "Polygon", + }, + "id": "28061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28129 { + "geometry": { + "coordinates": [ + [ + [ + -89.32283338835566, + 32.22344380708567, + ], + [ + -89.31673164331391, + 31.802104378462175, + ], + [ + -89.40107929536165, + 31.796840321347805, + ], + [ + -89.65304547296812, + 31.78061843105659, + ], + [ + -89.66201862744127, + 32.04725903835988, + ], + [ + -89.73021460143732, + 32.04704417888583, + ], + [ + -89.73021460143732, + 32.22177864616174, + ], + [ + -89.32283338835566, + 32.22344380708567, + ], + ], + ], + "type": "Polygon", + }, + "id": "28129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48035 { + "geometry": { + "coordinates": [ + [ + [ + -97.61510490009626, + 32.203569305735506, + ], + [ + -97.51460556999682, + 32.133578832061815, + ], + [ + -97.47620046885167, + 32.173435264499176, + ], + [ + -97.47476476413597, + 32.01008834934822, + ], + [ + -97.37713684346794, + 31.977268564686195, + ], + [ + -97.43923107242223, + 31.933490946847318, + ], + [ + -97.2766375133685, + 31.831862415618907, + ], + [ + -97.27735536572635, + 31.745542621916975, + ], + [ + -97.6050549670863, + 31.58772833822296, + ], + [ + -97.68976154531298, + 31.7110039614625, + ], + [ + -97.76657174760327, + 31.672436685869478, + ], + [ + -98.00561658276837, + 32.01787700528275, + ], + [ + -97.86491752062915, + 32.0873303302713, + ], + [ + -97.61510490009626, + 32.203569305735506, + ], + ], + ], + "type": "Polygon", + }, + "id": "48035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13271 { + "geometry": { + "coordinates": [ + [ + [ + -82.64572968178466, + 31.918880502611522, + ], + [ + -82.83631948279466, + 31.810859902029947, + ], + [ + -82.99568270623806, + 31.780994435136186, + ], + [ + -83.17765827895383, + 31.847869446436064, + ], + [ + -83.2056545209101, + 31.900456302711234, + ], + [ + -82.92784565842094, + 32.13524399298575, + ], + [ + -82.88800485256009, + 32.080508541970026, + ], + [ + -82.72935948147455, + 32.007080316711445, + ], + [ + -82.64572968178466, + 31.918880502611522, + ], + ], + ], + "type": "Polygon", + }, + "id": "13271", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22127 { + "geometry": { + "coordinates": [ + [ + [ + -92.81446725695335, + 32.14690011945328, + ], + [ + -92.31232953263508, + 32.14609439642557, + ], + [ + -92.31268845881401, + 31.927367451836727, + ], + [ + -92.36293812386373, + 31.79662546187375, + ], + [ + -92.6192114156173, + 31.79716261055889, + ], + [ + -92.61992926797515, + 31.709553660012624, + ], + [ + -92.97347155421782, + 31.708909081590456, + ], + [ + -92.95050027876653, + 31.85603410645019, + ], + [ + -92.87333115029732, + 31.94831625055717, + ], + [ + -92.93901464104087, + 32.147920701955044, + ], + [ + -92.81446725695335, + 32.14690011945328, + ], + ], + ], + "type": "Polygon", + }, + "id": "22127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22069 { + "geometry": { + "coordinates": [ + [ + [ + -92.93901464104087, + 32.147920701955044, + ], + [ + -92.87333115029732, + 31.94831625055717, + ], + [ + -92.95050027876653, + 31.85603410645019, + ], + [ + -92.97347155421782, + 31.708909081590456, + ], + [ + -92.90635235875855, + 31.623609870390286, + ], + [ + -92.801545914512, + 31.597021010475878, + ], + [ + -92.71899289335889, + 31.517576719943733, + ], + [ + -92.91317195615817, + 31.368249385474925, + ], + [ + -92.9813679301542, + 31.346602293463796, + ], + [ + -93.23620551719208, + 31.36443562981043, + ], + [ + -93.23656444337101, + 31.538256944321603, + ], + [ + -93.33742269964937, + 31.538042084847547, + ], + [ + -93.339217330544, + 31.714226853573336, + ], + [ + -93.44222914389593, + 31.714495427915907, + ], + [ + -93.44115236535914, + 31.845237417878884, + ], + [ + -93.44079343918023, + 31.91367016036567, + ], + [ + -93.35465115623785, + 31.932201790002985, + ], + [ + -93.23943585280242, + 31.90357176508504, + ], + [ + -93.23835907426563, + 31.97275651573102, + ], + [ + -93.12278484465128, + 31.972649085993993, + ], + [ + -93.18703263067914, + 32.14840413577167, + ], + [ + -92.93901464104087, + 32.147920701955044, + ], + ], + ], + "type": "Polygon", + }, + "id": "22069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01005 { + "geometry": { + "coordinates": [ + [ + [ + -85.05591897327658, + 32.06305120970299, + ], + [ + -85.06812246336008, + 31.99171786431645, + ], + [ + -85.14062555150325, + 31.857967841716693, + ], + [ + -85.14098447768218, + 31.780457286451046, + ], + [ + -85.12734528288297, + 31.762677664972927, + ], + [ + -85.21600004907783, + 31.702409582500266, + ], + [ + -85.41592193073993, + 31.706599342244353, + ], + [ + -85.41628085691886, + 31.619420110646196, + ], + [ + -85.74828757242594, + 31.618023524064835, + ], + [ + -85.71634314250147, + 31.66056569992789, + ], + [ + -85.65783817533644, + 31.880259512149983, + ], + [ + -85.58641186573006, + 31.9973042106419, + ], + [ + -85.42848434700237, + 32.014868972645964, + ], + [ + -85.41053803805603, + 32.14663154511071, + ], + [ + -85.25799441201224, + 32.147920701955044, + ], + [ + -85.18513239769014, + 32.061762052858654, + ], + [ + -85.05591897327658, + 32.06305120970299, + ], + ], + ], + "type": "Polygon", + }, + "id": "01005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48073 { + "geometry": { + "coordinates": [ + [ + [ + -94.98525278710126, + 32.137983451279965, + ], + [ + -94.98489386092234, + 31.846204285512133, + ], + [ + -94.9371566791251, + 31.84555970708997, + ], + [ + -94.97448500173347, + 31.78196130276944, + ], + [ + -94.94971909538754, + 31.636716298307693, + ], + [ + -94.86573036951872, + 31.52692310706516, + ], + [ + -95.0031990960476, + 31.42610029886446, + ], + [ + -95.10010916435776, + 31.46832018551643, + ], + [ + -95.13994997021861, + 31.563234358180594, + ], + [ + -95.2734705087793, + 31.592831250731788, + ], + [ + -95.27598299203179, + 31.65745023755408, + ], + [ + -95.40196608083501, + 31.761871941945216, + ], + [ + -95.44431936994835, + 31.845613421958483, + ], + [ + -95.42852661807558, + 32.08448344224006, + ], + [ + -95.4597531956422, + 32.135566282196834, + ], + [ + -94.98525278710126, + 32.137983451279965, + ], + ], + ], + "type": "Polygon", + }, + "id": "48073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13315 { + "geometry": { + "coordinates": [ + [ + [ + -83.33702150239723, + 32.105969389645644, + ], + [ + -83.2853361326318, + 31.97608683757889, + ], + [ + -83.2056545209101, + 31.900456302711234, + ], + [ + -83.17765827895383, + 31.847869446436064, + ], + [ + -83.47987412161001, + 31.847278582882414, + ], + [ + -83.61231788163391, + 31.85404665631517, + ], + [ + -83.60980539838143, + 32.02781425595783, + ], + [ + -83.60836969366572, + 32.11837752427237, + ], + [ + -83.33702150239723, + 32.105969389645644, + ], + ], + ], + "type": "Polygon", + }, + "id": "13315", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13179 { + "geometry": { + "coordinates": [ + [ + [ + [ + -81.13106120671452, + 31.695748938804535, + ], + [ + -81.17879838851175, + 31.557110863170003, + ], + [ + -81.19243758331096, + 31.666044616516317, + ], + [ + -81.13106120671452, + 31.695748938804535, + ], + ], + ], + [ + [ + [ + -81.35180080675435, + 31.654119915706215, + ], + [ + -81.49178201653572, + 31.69950897960051, + ], + [ + -81.64181315932703, + 31.76557826787268, + ], + [ + -81.76492483869885, + 31.874189732007906, + ], + [ + -81.75020886536285, + 31.97313251981062, + ], + [ + -81.82450658440065, + 32.01481525777746, + ], + [ + -81.7616945030885, + 32.047957331650565, + ], + [ + -81.71862336161732, + 32.0892640655378, + ], + [ + -81.59335812517195, + 31.971574788623712, + ], + [ + -81.40743436448798, + 31.944395065155653, + ], + [ + -81.31985637682989, + 31.809570745185614, + ], + [ + -81.18920724770062, + 31.70761992474612, + ], + [ + -81.35180080675435, + 31.654119915706215, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "13179", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48431 { + "geometry": { + "coordinates": [ + [ + [ + -101.18390789716315, + 32.08722290053427, + ], + [ + -100.82175138262625, + 32.0865783221121, + ], + [ + -100.8253406444155, + 31.696124942884133, + ], + [ + -100.86554037645529, + 31.562267490547345, + ], + [ + -101.26789662303197, + 31.55641256987932, + ], + [ + -101.26717877067412, + 31.65078959385835, + ], + [ + -101.26466628742163, + 32.087115470797244, + ], + [ + -101.18390789716315, + 32.08722290053427, + ], + ], + ], + "type": "Polygon", + }, + "id": "48431", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48173 { + "geometry": { + "coordinates": [ + [ + [ + -101.26466628742163, + 32.087115470797244, + ], + [ + -101.26717877067412, + 31.65078959385835, + ], + [ + -101.77577716621308, + 31.65132674254349, + ], + [ + -101.776136092392, + 32.08690061132319, + ], + [ + -101.6950187759546, + 32.087545189745356, + ], + [ + -101.26466628742163, + 32.087115470797244, + ], + ], + ], + "type": "Polygon", + }, + "id": "48173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48329 { + "geometry": { + "coordinates": [ + [ + [ + -101.776136092392, + 32.08690061132319, + ], + [ + -101.77577716621308, + 31.65132674254349, + ], + [ + -102.28724697118344, + 31.651273027674975, + ], + [ + -102.28688804500452, + 32.087008041060216, + ], + [ + -102.21151354742993, + 32.08679318158616, + ], + [ + -101.776136092392, + 32.08690061132319, + ], + ], + ], + "type": "Polygon", + }, + "id": "48329", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48135 { + "geometry": { + "coordinates": [ + [ + [ + -102.28688804500452, + 32.087008041060216, + ], + [ + -102.28724697118344, + 31.651273027674975, + ], + [ + -102.31847354875005, + 31.65132674254349, + ], + [ + -102.76713127240826, + 31.651702746623087, + ], + [ + -102.79907570233273, + 31.6517564614916, + ], + [ + -102.79907570233273, + 32.08577259908439, + ], + [ + -102.28688804500452, + 32.087008041060216, + ], + ], + ], + "type": "Polygon", + }, + "id": "48135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48495 { + "geometry": { + "coordinates": [ + [ + [ + -102.79907570233273, + 32.08577259908439, + ], + [ + -102.79907570233273, + 31.6517564614916, + ], + [ + -103.32741503771264, + 31.651434172280517, + ], + [ + -103.32669718535479, + 32.0003659581472, + ], + [ + -103.06432214855947, + 32.00052710275274, + ], + [ + -103.06432214855947, + 32.08706175592873, + ], + [ + -102.79907570233273, + 32.08577259908439, + ], + ], + ], + "type": "Polygon", + }, + "id": "48495", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48081 { + "geometry": { + "coordinates": [ + [ + [ + -100.66525956861426, + 32.085396595004795, + ], + [ + -100.23526600626023, + 32.082334847499496, + ], + [ + -100.23562493243915, + 31.69290205077329, + ], + [ + -100.8253406444155, + 31.696124942884133, + ], + [ + -100.82175138262625, + 32.0865783221121, + ], + [ + -100.66525956861426, + 32.085396595004795, + ], + ], + ], + "type": "Polygon", + }, + "id": "48081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48001 { + "geometry": { + "coordinates": [ + [ + [ + -95.2734705087793, + 31.592831250731788, + ], + [ + -95.6517787013679, + 31.541802125643528, + ], + [ + -95.74007454138385, + 31.503879428472672, + ], + [ + -95.73469064869994, + 31.653153048072966, + ], + [ + -95.78745279700215, + 31.61834581327592, + ], + [ + -95.87682541555486, + 31.756178165882737, + ], + [ + -95.98378541687498, + 31.788460801859628, + ], + [ + -95.97014622207577, + 31.877251479513202, + ], + [ + -96.05269924322889, + 32.005898589604136, + ], + [ + -95.42852661807558, + 32.08448344224006, + ], + [ + -95.44431936994835, + 31.845613421958483, + ], + [ + -95.40196608083501, + 31.761871941945216, + ], + [ + -95.27598299203179, + 31.65745023755408, + ], + [ + -95.2734705087793, + 31.592831250731788, + ], + ], + ], + "type": "Polygon", + }, + "id": "48001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48083 { + "geometry": { + "coordinates": [ + [ + [ + -99.63155217330574, + 32.08126055012922, + ], + [ + -99.19581579208888, + 32.07921938512569, + ], + [ + -99.20263538948848, + 31.46708474354061, + ], + [ + -99.31426143113464, + 31.409663549099186, + ], + [ + -99.44132129847465, + 31.47508825894919, + ], + [ + -99.51238868190211, + 31.424381423072013, + ], + [ + -99.60176130045483, + 31.49216958713663, + ], + [ + -99.7216426442163, + 31.576770505046113, + ], + [ + -99.71446412063777, + 32.08201255828841, + ], + [ + -99.63155217330574, + 32.08126055012922, + ], + ], + ], + "type": "Polygon", + }, + "id": "48083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48399 { + "geometry": { + "coordinates": [ + [ + [ + -99.71446412063777, + 32.08201255828841, + ], + [ + -99.7216426442163, + 31.576770505046113, + ], + [ + -100.11107754835163, + 31.58026197149952, + ], + [ + -100.2349070800813, + 31.581336268869798, + ], + [ + -100.23562493243915, + 31.69290205077329, + ], + [ + -100.23526600626023, + 32.082334847499496, + ], + [ + -100.15199513274926, + 32.082603421842066, + ], + [ + -99.71446412063777, + 32.08201255828841, + ], + ], + ], + "type": "Polygon", + }, + "id": "48399", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48049 { + "geometry": { + "coordinates": [ + [ + [ + -98.92446760082039, + 32.07803765801838, + ], + [ + -98.66855323524574, + 31.70047584723376, + ], + [ + -98.76043833705094, + 31.68785285313298, + ], + [ + -98.7801792768919, + 31.610610872209907, + ], + [ + -98.99194572245858, + 31.484166071728048, + ], + [ + -99.09065042166338, + 31.46085381879299, + ], + [ + -99.20263538948848, + 31.46708474354061, + ], + [ + -99.19581579208888, + 32.07921938512569, + ], + [ + -99.11864666361966, + 32.07959538920529, + ], + [ + -98.92446760082039, + 32.07803765801838, + ], + ], + ], + "type": "Polygon", + }, + "id": "48049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01109 { + "geometry": { + "coordinates": [ + [ + [ + -85.65783817533644, + 31.880259512149983, + ], + [ + -85.71634314250147, + 31.66056569992789, + ], + [ + -85.74828757242594, + 31.618023524064835, + ], + [ + -85.78920515682357, + 31.61796980919632, + ], + [ + -86.14597777867658, + 31.617754949722265, + ], + [ + -86.14849026192907, + 31.79093168581127, + ], + [ + -86.19945777933664, + 31.790448251994643, + ], + [ + -86.19120247722132, + 31.966471876114888, + ], + [ + -85.99522878352742, + 31.967546173485168, + ], + [ + -85.99702341442205, + 32.051019079155864, + ], + [ + -85.8936526748912, + 32.04736646809691, + ], + [ + -85.88432059423911, + 31.967223884274084, + ], + [ + -85.78992300918142, + 31.967223884274084, + ], + [ + -85.79135871389713, + 31.88036694188701, + ], + [ + -85.65783817533644, + 31.880259512149983, + ], + ], + ], + "type": "Polygon", + }, + "id": "01109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01041 { + "geometry": { + "coordinates": [ + [ + [ + -86.19120247722132, + 31.966471876114888, + ], + [ + -86.19945777933664, + 31.790448251994643, + ], + [ + -86.14849026192907, + 31.79093168581127, + ], + [ + -86.14597777867658, + 31.617754949722265, + ], + [ + -86.19443281283166, + 31.439958734941058, + ], + [ + -86.27698583398478, + 31.455589761678624, + ], + [ + -86.28021616959512, + 31.52853455312058, + ], + [ + -86.39866180864088, + 31.451990865488185, + ], + [ + -86.40045643953552, + 31.527137966539215, + ], + [ + -86.49916113874032, + 31.52531166100974, + ], + [ + -86.49952006491925, + 31.65524792794501, + ], + [ + -86.44855254751168, + 31.65557021715609, + ], + [ + -86.44819362133275, + 31.964645570585414, + ], + [ + -86.40619925839835, + 32.050750504813294, + ], + [ + -86.30354637122534, + 32.05160994270952, + ], + [ + -86.30211066650963, + 31.965075289533527, + ], + [ + -86.19120247722132, + 31.966471876114888, + ], + ], + ], + "type": "Polygon", + }, + "id": "01041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28029 { + "geometry": { + "coordinates": [ + [ + [ + -90.23019876868204, + 32.04972992231153, + ], + [ + -90.13185299565616, + 31.858290130927777, + ], + [ + -90.12287984118299, + 31.752686699429333, + ], + [ + -90.24527366819696, + 31.717449745684174, + ], + [ + -90.28331984316317, + 31.69977755394308, + ], + [ + -90.73664360714743, + 31.698488397098746, + ], + [ + -90.73628468096851, + 31.78609734764501, + ], + [ + -90.71833837202217, + 32.04833333573016, + ], + [ + -90.23019876868204, + 32.04972992231153, + ], + ], + ], + "type": "Polygon", + }, + "id": "28029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28127 { + "geometry": { + "coordinates": [ + [ + [ + -89.73021460143732, + 32.04704417888583, + ], + [ + -89.66201862744127, + 32.04725903835988, + ], + [ + -89.65304547296812, + 31.78061843105659, + ], + [ + -89.75498050778326, + 31.77465608065154, + ], + [ + -89.97464332928632, + 31.761603367602646, + ], + [ + -90.12287984118299, + 31.752686699429333, + ], + [ + -90.13185299565616, + 31.858290130927777, + ], + [ + -90.23019876868204, + 32.04972992231153, + ], + [ + -89.73021460143732, + 32.04704417888583, + ], + ], + ], + "type": "Polygon", + }, + "id": "28127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13081 { + "geometry": { + "coordinates": [ + [ + [ + -83.60980539838143, + 32.02781425595783, + ], + [ + -83.61231788163391, + 31.85404665631517, + ], + [ + -83.61267680781283, + 31.804145543465705, + ], + [ + -83.80218983028607, + 31.803500965043536, + ], + [ + -83.93929963063601, + 31.847762016699036, + ], + [ + -83.9227890264054, + 31.909641545227117, + ], + [ + -83.96119412755054, + 32.03060742912056, + ], + [ + -83.60980539838143, + 32.02781425595783, + ], + ], + ], + "type": "Polygon", + }, + "id": "13081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48193 { + "geometry": { + "coordinates": [ + [ + [ + -98.27122195517403, + 31.41637790766343, + ], + [ + -98.46360638707867, + 31.683985382599978, + ], + [ + -98.15672450409645, + 31.841638521688445, + ], + [ + -98.20840987386188, + 31.917483916030157, + ], + [ + -98.00561658276837, + 32.01787700528275, + ], + [ + -97.76657174760327, + 31.672436685869478, + ], + [ + -98.18005470572668, + 31.463646991955713, + ], + [ + -98.27122195517403, + 31.41637790766343, + ], + ], + ], + "type": "Polygon", + }, + "id": "48193", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13183 { + "geometry": { + "coordinates": [ + [ + [ + -81.49178201653572, + 31.69950897960051, + ], + [ + -81.56607973557352, + 31.576501930703543, + ], + [ + -81.66334873006262, + 31.5386329484012, + ], + [ + -81.96915383450806, + 31.78926652488734, + ], + [ + -81.82450658440065, + 32.01481525777746, + ], + [ + -81.75020886536285, + 31.97313251981062, + ], + [ + -81.76492483869885, + 31.874189732007906, + ], + [ + -81.64181315932703, + 31.76557826787268, + ], + [ + -81.49178201653572, + 31.69950897960051, + ], + ], + ], + "type": "Polygon", + }, + "id": "13183", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48161 { + "geometry": { + "coordinates": [ + [ + [ + -95.78745279700215, + 31.61834581327592, + ], + [ + -96.2364694468393, + 31.41336987502665, + ], + [ + -96.49669092656106, + 31.79619574292564, + ], + [ + -96.05485280030244, + 32.012505518431354, + ], + [ + -96.05269924322889, + 32.005898589604136, + ], + [ + -95.97014622207577, + 31.877251479513202, + ], + [ + -95.98378541687498, + 31.788460801859628, + ], + [ + -95.87682541555486, + 31.756178165882737, + ], + [ + -95.78745279700215, + 31.61834581327592, + ], + ], + ], + "type": "Polygon", + }, + "id": "48161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48109 { + "geometry": { + "coordinates": [ + [ + [ + -104.02444967718804, + 32.000043668936115, + ], + [ + -104.10269558419404, + 31.105100244625035, + ], + [ + -104.91709908417843, + 30.663617740308805, + ], + [ + -104.90740807734741, + 30.83593503850159, + ], + [ + -104.91853478889414, + 32.00047338788423, + ], + [ + -104.8478263316456, + 32.00052710275274, + ], + [ + -104.02444967718804, + 32.000043668936115, + ], + ], + ], + "type": "Polygon", + }, + "id": "48109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48229 { + "geometry": { + "coordinates": [ + [ + [ + -104.91709908417843, + 30.663617740308805, + ], + [ + -104.97991116549058, + 30.629293939328385, + ], + [ + -105.21500781268749, + 30.80585471213377, + ], + [ + -105.39447090215077, + 30.85849528327745, + ], + [ + -105.55670553502559, + 30.989183558371913, + ], + [ + -105.60587842153852, + 31.085010883800816, + ], + [ + -105.77349694709723, + 31.16676491367906, + ], + [ + -105.86897131069169, + 31.28869766520575, + ], + [ + -105.99710795656848, + 31.387210734060353, + ], + [ + -105.99782580892634, + 32.002299693413704, + ], + [ + -104.91853478889414, + 32.00047338788423, + ], + [ + -104.90740807734741, + 30.83593503850159, + ], + [ + -104.91709908417843, + 30.663617740308805, + ], + ], + ], + "type": "Polygon", + }, + "id": "48229", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48141 { + "geometry": { + "coordinates": [ + [ + [ + -105.99710795656848, + 31.387210734060353, + ], + [ + -106.2189243351451, + 31.47927801869328, + ], + [ + -106.38187682037777, + 31.73270476834214, + ], + [ + -106.52795977520088, + 31.783895038035944, + ], + [ + -106.63599655505779, + 31.866132501730814, + ], + [ + -106.61840917229038, + 32.00041967301571, + ], + [ + -106.37721078005173, + 32.00127911091194, + ], + [ + -105.99782580892634, + 32.002299693413704, + ], + [ + -105.99710795656848, + 31.387210734060353, + ], + ], + ], + "type": "Polygon", + }, + "id": "48141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48301 { + "geometry": { + "coordinates": [ + [ + [ + -103.32741503771264, + 31.651434172280517, + ], + [ + -103.6106077928857, + 31.651810176360115, + ], + [ + -103.69172510932312, + 31.747744931526046, + ], + [ + -103.79724940592753, + 31.770251461433396, + ], + [ + -103.84032054739872, + 31.888961320849248, + ], + [ + -103.88626309830131, + 31.869677683052736, + ], + [ + -103.98030175718007, + 32.00009738380463, + ], + [ + -103.72295168688973, + 32.00020481354166, + ], + [ + -103.32669718535479, + 32.0003659581472, + ], + [ + -103.32741503771264, + 31.651434172280517, + ], + ], + ], + "type": "Polygon", + }, + "id": "48301", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48389 { + "geometry": { + "coordinates": [ + [ + [ + -103.6106077928857, + 31.651810176360115, + ], + [ + -103.51692806018588, + 31.628551638293573, + ], + [ + -103.4537570526948, + 31.42583172452189, + ], + [ + -103.262090473148, + 31.42749688544582, + ], + [ + -103.19497127768874, + 31.372170570876442, + ], + [ + -103.01120107407833, + 31.371257418111703, + ], + [ + -103.58512403418192, + 30.766481713513038, + ], + [ + -104.10269558419404, + 31.105100244625035, + ], + [ + -104.02444967718804, + 32.000043668936115, + ], + [ + -103.98030175718007, + 32.00009738380463, + ], + [ + -103.88626309830131, + 31.869677683052736, + ], + [ + -103.84032054739872, + 31.888961320849248, + ], + [ + -103.79724940592753, + 31.770251461433396, + ], + [ + -103.69172510932312, + 31.747744931526046, + ], + [ + -103.6106077928857, + 31.651810176360115, + ], + ], + ], + "type": "Polygon", + }, + "id": "48389", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13239 { + "geometry": { + "coordinates": [ + [ + [ + -84.90696460902205, + 31.924466848936973, + ], + [ + -84.9101949446324, + 31.776858390260614, + ], + [ + -84.95864997878748, + 31.777825257893866, + ], + [ + -85.14098447768218, + 31.780457286451046, + ], + [ + -85.14062555150325, + 31.857967841716693, + ], + [ + -85.06812246336008, + 31.99171786431645, + ], + [ + -84.90696460902205, + 31.924466848936973, + ], + ], + ], + "type": "Polygon", + }, + "id": "13239", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01025 { + "geometry": { + "coordinates": [ + [ + [ + -87.66782477732524, + 31.99134186023685, + ], + [ + -87.620087595528, + 31.82713550718968, + ], + [ + -87.50128303030331, + 31.829176672193206, + ], + [ + -87.51599900363931, + 31.697843818676578, + ], + [ + -87.56696652104688, + 31.697091810517385, + ], + [ + -87.56553081633118, + 31.553458252111056, + ], + [ + -87.62152330024371, + 31.513601819673696, + ], + [ + -87.57414504462541, + 31.434211244010065, + ], + [ + -87.70515309993361, + 31.401767463427632, + ], + [ + -87.76509377181435, + 31.297345759036496, + ], + [ + -87.94671041835119, + 31.19292405464536, + ], + [ + -87.96932276762357, + 31.258509909100905, + ], + [ + -87.88712867264938, + 31.389896477486047, + ], + [ + -87.93989082095159, + 31.375124888644713, + ], + [ + -87.90579283395356, + 31.491847297925545, + ], + [ + -88.07951310455402, + 31.602016493247675, + ], + [ + -88.08884518520611, + 31.69924040525794, + ], + [ + -88.17893565611668, + 31.81032275334481, + ], + [ + -88.07341135951226, + 31.99010641826103, + ], + [ + -87.66782477732524, + 31.99134186023685, + ], + ], + ], + "type": "Polygon", + }, + "id": "01025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48419 { + "geometry": { + "coordinates": [ + [ + [ + -93.87904230364957, + 31.844216835377118, + ], + [ + -93.79505357778075, + 31.701979863552154, + ], + [ + -93.8348943836416, + 31.58622432190457, + ], + [ + -93.98456660025398, + 31.569357853191185, + ], + [ + -94.09116767539517, + 31.620601837753505, + ], + [ + -94.39876741073525, + 31.653582767021078, + ], + [ + -94.4522474113953, + 31.844270550245632, + ], + [ + -94.51147023091819, + 31.973991957706843, + ], + [ + -94.01615210399952, + 31.979846878374865, + ], + [ + -93.87904230364957, + 31.844216835377118, + ], + ], + ], + "type": "Polygon", + }, + "id": "48419", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22025 { + "geometry": { + "coordinates": [ + [ + [ + -91.57581301347776, + 31.882569251496086, + ], + [ + -91.545304288269, + 31.752149550744193, + ], + [ + -91.69461757870245, + 31.735283082030808, + ], + [ + -91.70753892114381, + 31.639885475550017, + ], + [ + -91.80660254652754, + 31.63070023303413, + ], + [ + -91.8073203988854, + 31.438723292965236, + ], + [ + -91.86331288279794, + 31.354444664266836, + ], + [ + -91.83423986230488, + 31.266298565035427, + ], + [ + -91.92684281646794, + 31.29482116021634, + ], + [ + -91.99073167631687, + 31.22520669062225, + ], + [ + -92.00796013290535, + 31.325814639348895, + ], + [ + -92.00544764965287, + 31.927313736968213, + ], + [ + -91.88951449385958, + 31.971467358886688, + ], + [ + -91.7804009354659, + 31.87177256292478, + ], + [ + -91.59734858421335, + 31.969748483094243, + ], + [ + -91.57581301347776, + 31.882569251496086, + ], + ], + ], + "type": "Polygon", + }, + "id": "22025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13161 { + "geometry": { + "coordinates": [ + [ + [ + -82.43145075296549, + 31.96598844229826, + ], + [ + -82.43145075296549, + 31.8379859106295, + ], + [ + -82.52010551916035, + 31.838361914709097, + ], + [ + -82.52154122387606, + 31.710789101988443, + ], + [ + -82.62742444665939, + 31.672597830475016, + ], + [ + -82.83667840897358, + 31.67141610336771, + ], + [ + -82.83631948279466, + 31.810859902029947, + ], + [ + -82.64572968178466, + 31.918880502611522, + ], + [ + -82.54343572079058, + 31.95889807965442, + ], + [ + -82.48313612273091, + 31.968942760066533, + ], + [ + -82.43145075296549, + 31.96598844229826, + ], + ], + ], + "type": "Polygon", + }, + "id": "13161", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13273 { + "geometry": { + "coordinates": [ + [ + [ + -84.33806661542344, + 31.873491438717224, + ], + [ + -84.261974265491, + 31.82826351942847, + ], + [ + -84.29786688338366, + 31.621944709466355, + ], + [ + -84.45041050942746, + 31.621300131044187, + ], + [ + -84.5469616515587, + 31.621300131044187, + ], + [ + -84.60295413547125, + 31.77197033722584, + ], + [ + -84.59972379986091, + 31.92016965945586, + ], + [ + -84.45328191885886, + 31.919202791822606, + ], + [ + -84.44359091202784, + 31.966310731509346, + ], + [ + -84.33806661542344, + 31.873491438717224, + ], + ], + ], + "type": "Polygon", + }, + "id": "13273", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13001 { + "geometry": { + "coordinates": [ + [ + [ + -82.2250682000827, + 31.913079296812015, + ], + [ + -82.11200645372084, + 31.90067116218529, + ], + [ + -82.04847652005084, + 31.827081792321167, + ], + [ + -82.13318309827751, + 31.773366923807203, + ], + [ + -82.13282417209858, + 31.471381933021725, + ], + [ + -82.22686283097734, + 31.53073686272965, + ], + [ + -82.52154122387606, + 31.710789101988443, + ], + [ + -82.52010551916035, + 31.838361914709097, + ], + [ + -82.43145075296549, + 31.8379859106295, + ], + [ + -82.43145075296549, + 31.96598844229826, + ], + [ + -82.2250682000827, + 31.913079296812015, + ], + ], + ], + "type": "Polygon", + }, + "id": "13001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01013 { + "geometry": { + "coordinates": [ + [ + [ + -86.44819362133275, + 31.964645570585414, + ], + [ + -86.44855254751168, + 31.65557021715609, + ], + [ + -86.49952006491925, + 31.65524792794501, + ], + [ + -86.49916113874032, + 31.52531166100974, + ], + [ + -86.70159550365491, + 31.523861359559866, + ], + [ + -86.83942315636271, + 31.525257946141227, + ], + [ + -86.90690127800092, + 31.632687683169145, + ], + [ + -86.90582449946413, + 31.753008988640417, + ], + [ + -86.90690127800092, + 31.830626973643085, + ], + [ + -86.90905483507447, + 31.961691252817147, + ], + [ + -86.85772839148797, + 31.962174686633773, + ], + [ + -86.44819362133275, + 31.964645570585414, + ], + ], + ], + "type": "Polygon", + }, + "id": "01013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13243 { + "geometry": { + "coordinates": [ + [ + [ + -84.65571628377346, + 31.920277089192886, + ], + [ + -84.59972379986091, + 31.92016965945586, + ], + [ + -84.60295413547125, + 31.77197033722584, + ], + [ + -84.5469616515587, + 31.621300131044187, + ], + [ + -84.81759199046934, + 31.619688684988766, + ], + [ + -84.94249830073578, + 31.618614387618486, + ], + [ + -84.95864997878748, + 31.777825257893866, + ], + [ + -84.9101949446324, + 31.776858390260614, + ], + [ + -84.90696460902205, + 31.924466848936973, + ], + [ + -84.65571628377346, + 31.920277089192886, + ], + ], + ], + "type": "Polygon", + }, + "id": "13243", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22059 { + "geometry": { + "coordinates": [ + [ + [ + -92.00544764965287, + 31.927313736968213, + ], + [ + -92.00796013290535, + 31.325814639348895, + ], + [ + -92.08656496609026, + 31.33537588594438, + ], + [ + -92.19603745066287, + 31.477881432111914, + ], + [ + -92.26602805555355, + 31.492760450690284, + ], + [ + -92.35252926467486, + 31.623609870390286, + ], + [ + -92.36293812386373, + 31.79662546187375, + ], + [ + -92.31268845881401, + 31.927367451836727, + ], + [ + -92.00544764965287, + 31.927313736968213, + ], + ], + ], + "type": "Polygon", + }, + "id": "22059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13177 { + "geometry": { + "coordinates": [ + [ + [ + -83.9227890264054, + 31.909641545227117, + ], + [ + -83.93929963063601, + 31.847762016699036, + ], + [ + -84.00426526902173, + 31.80419925833422, + ], + [ + -84.01826338999986, + 31.650198730304695, + ], + [ + -84.0430292963458, + 31.623556155521772, + ], + [ + -84.29786688338366, + 31.621944709466355, + ], + [ + -84.261974265491, + 31.82826351942847, + ], + [ + -84.33806661542344, + 31.873491438717224, + ], + [ + -84.33806661542344, + 31.916141044317307, + ], + [ + -83.9227890264054, + 31.909641545227117, + ], + ], + ], + "type": "Polygon", + }, + "id": "13177", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28153 { + "geometry": { + "coordinates": [ + [ + [ + -88.44956599502731, + 31.435822690065486, + ], + [ + -88.84187230859406, + 31.43362038045641, + ], + [ + -88.9438073434092, + 31.433405520982355, + ], + [ + -88.9438073434092, + 31.824557193501008, + ], + [ + -88.91042720876904, + 31.826652073373054, + ], + [ + -88.622209487091, + 31.857162118688983, + ], + [ + -88.4736140490154, + 31.893849373884017, + ], + [ + -88.46428196836331, + 31.697843818676578, + ], + [ + -88.44956599502731, + 31.435822690065486, + ], + ], + ], + "type": "Polygon", + }, + "id": "28153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28063 { + "geometry": { + "coordinates": [ + [ + [ + -90.73628468096851, + 31.78609734764501, + ], + [ + -90.73664360714743, + 31.698488397098746, + ], + [ + -90.73736145950528, + 31.611094306026533, + ], + [ + -91.15371582706011, + 31.61007372352477, + ], + [ + -91.30015770806214, + 31.67232925613245, + ], + [ + -91.31774509082955, + 31.74973238166106, + ], + [ + -91.3453824066069, + 31.84384083129752, + ], + [ + -91.24847233829672, + 31.869838827658278, + ], + [ + -91.01373461727874, + 31.861835312249696, + ], + [ + -90.73628468096851, + 31.78609734764501, + ], + ], + ], + "type": "Polygon", + }, + "id": "28063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48309 { + "geometry": { + "coordinates": [ + [ + [ + -97.41877228022342, + 31.32017457815493, + ], + [ + -97.6050549670863, + 31.58772833822296, + ], + [ + -97.27735536572635, + 31.745542621916975, + ], + [ + -97.03723375202448, + 31.863070754225518, + ], + [ + -96.93206838159898, + 31.70885536672194, + ], + [ + -96.80141925246971, + 31.522249913504446, + ], + [ + -97.2780732180842, + 31.279780997032432, + ], + [ + -97.34339778264884, + 31.244221754076193, + ], + [ + -97.41877228022342, + 31.32017457815493, + ], + ], + ], + "type": "Polygon", + }, + "id": "48309", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13287 { + "geometry": { + "coordinates": [ + [ + [ + -83.47987412161001, + 31.847278582882414, + ], + [ + -83.45367251054836, + 31.757897041675186, + ], + [ + -83.50069183998775, + 31.593905548102065, + ], + [ + -83.64928727806334, + 31.56801498147834, + ], + [ + -83.79680593760217, + 31.622911577099607, + ], + [ + -83.80218983028607, + 31.803500965043536, + ], + [ + -83.61267680781283, + 31.804145543465705, + ], + [ + -83.61231788163391, + 31.85404665631517, + ], + [ + -83.47987412161001, + 31.847278582882414, + ], + ], + ], + "type": "Polygon", + }, + "id": "13287", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13017 { + "geometry": { + "coordinates": [ + [ + [ + -83.17765827895383, + 31.847869446436064, + ], + [ + -82.99568270623806, + 31.780994435136186, + ], + [ + -82.99819518949054, + 31.673134979160157, + ], + [ + -83.32553586467158, + 31.68054763101508, + ], + [ + -83.32553586467158, + 31.756554169962335, + ], + [ + -83.45367251054836, + 31.757897041675186, + ], + [ + -83.47987412161001, + 31.847278582882414, + ], + [ + -83.17765827895383, + 31.847869446436064, + ], + ], + ], + "type": "Polygon", + }, + "id": "13017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13321 { + "geometry": { + "coordinates": [ + [ + [ + -83.93929963063601, + 31.847762016699036, + ], + [ + -83.80218983028607, + 31.803500965043536, + ], + [ + -83.79680593760217, + 31.622911577099607, + ], + [ + -83.64928727806334, + 31.56801498147834, + ], + [ + -83.6539533183894, + 31.330648977515153, + ], + [ + -83.99924030251675, + 31.334892452127754, + ], + [ + -83.99780459780105, + 31.443665060868522, + ], + [ + -84.01826338999986, + 31.650198730304695, + ], + [ + -84.00426526902173, + 31.80419925833422, + ], + [ + -83.93929963063601, + 31.847762016699036, + ], + ], + ], + "type": "Polygon", + }, + "id": "13321", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48347 { + "geometry": { + "coordinates": [ + [ + [ + -94.4522474113953, + 31.844270550245632, + ], + [ + -94.39876741073525, + 31.653582767021078, + ], + [ + -94.31083049689823, + 31.589232354541352, + ], + [ + -94.326623248771, + 31.224723256805625, + ], + [ + -94.43932606895395, + 31.313030500642576, + ], + [ + -94.50213815026609, + 31.41052298699541, + ], + [ + -94.72897949534769, + 31.45779207128769, + ], + [ + -94.86573036951872, + 31.52692310706516, + ], + [ + -94.94971909538754, + 31.636716298307693, + ], + [ + -94.97448500173347, + 31.78196130276944, + ], + [ + -94.9371566791251, + 31.84555970708997, + ], + [ + -94.4522474113953, + 31.844270550245632, + ], + ], + ], + "type": "Polygon", + }, + "id": "48347", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22085 { + "geometry": { + "coordinates": [ + [ + [ + -93.44115236535914, + 31.845237417878884, + ], + [ + -93.44222914389593, + 31.714495427915907, + ], + [ + -93.339217330544, + 31.714226853573336, + ], + [ + -93.33742269964937, + 31.538042084847547, + ], + [ + -93.23656444337101, + 31.538256944321603, + ], + [ + -93.23620551719208, + 31.36443562981043, + ], + [ + -93.3905437741305, + 31.36411334059935, + ], + [ + -93.44294699625378, + 31.276719249527137, + ], + [ + -93.52908927919616, + 31.277095253606735, + ], + [ + -93.55241948082639, + 31.185511402790432, + ], + [ + -93.60015666262362, + 31.176165015669007, + ], + [ + -93.68414538849244, + 31.301804093123156, + ], + [ + -93.71573089223797, + 31.51419268322735, + ], + [ + -93.8348943836416, + 31.58622432190457, + ], + [ + -93.79505357778075, + 31.701979863552154, + ], + [ + -93.87904230364957, + 31.844216835377118, + ], + [ + -93.44115236535914, + 31.845237417878884, + ], + ], + ], + "type": "Polygon", + }, + "id": "22085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13305 { + "geometry": { + "coordinates": [ + [ + [ + -82.04847652005084, + 31.827081792321167, + ], + [ + -81.96915383450806, + 31.78926652488734, + ], + [ + -81.66334873006262, + 31.5386329484012, + ], + [ + -81.62422577655963, + 31.452957733121437, + ], + [ + -81.73154470405868, + 31.330004399092985, + ], + [ + -82.04058014411446, + 31.373298583115236, + ], + [ + -82.05098900330333, + 31.451023997854936, + ], + [ + -82.13282417209858, + 31.471381933021725, + ], + [ + -82.13318309827751, + 31.773366923807203, + ], + [ + -82.04847652005084, + 31.827081792321167, + ], + ], + ], + "type": "Polygon", + }, + "id": "13305", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01099 { + "geometry": { + "coordinates": [ + [ + [ + -86.90690127800092, + 31.830626973643085, + ], + [ + -86.90582449946413, + 31.753008988640417, + ], + [ + -87.0511896019294, + 31.71836289844891, + ], + [ + -87.13517832779822, + 31.642463789238686, + ], + [ + -87.1674816839016, + 31.518167583497384, + ], + [ + -87.42734423744444, + 31.260336214630378, + ], + [ + -87.6157804813809, + 31.24443661355025, + ], + [ + -87.76509377181435, + 31.297345759036496, + ], + [ + -87.70515309993361, + 31.401767463427632, + ], + [ + -87.57414504462541, + 31.434211244010065, + ], + [ + -87.62152330024371, + 31.513601819673696, + ], + [ + -87.56553081633118, + 31.553458252111056, + ], + [ + -87.56696652104688, + 31.697091810517385, + ], + [ + -87.51599900363931, + 31.697843818676578, + ], + [ + -87.50128303030331, + 31.829176672193206, + ], + [ + -86.90690127800092, + 31.830626973643085, + ], + ], + ], + "type": "Polygon", + }, + "id": "01099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28067 { + "geometry": { + "coordinates": [ + [ + [ + -88.9438073434092, + 31.433405520982355, + ], + [ + -89.14660063450272, + 31.43399638453601, + ], + [ + -89.39964359064595, + 31.43399638453601, + ], + [ + -89.40107929536165, + 31.796840321347805, + ], + [ + -89.31673164331391, + 31.802104378462175, + ], + [ + -88.9438073434092, + 31.824557193501008, + ], + [ + -88.9438073434092, + 31.433405520982355, + ], + ], + ], + "type": "Polygon", + }, + "id": "28067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48293 { + "geometry": { + "coordinates": [ + [ + [ + -96.59683133048156, + 31.220909501141133, + ], + [ + -96.80141925246971, + 31.522249913504446, + ], + [ + -96.93206838159898, + 31.70885536672194, + ], + [ + -96.71922515749553, + 31.814888517168498, + ], + [ + -96.49669092656106, + 31.79619574292564, + ], + [ + -96.2364694468393, + 31.41336987502665, + ], + [ + -96.3190224679924, + 31.357130407692534, + ], + [ + -96.59683133048156, + 31.220909501141133, + ], + ], + ], + "type": "Polygon", + }, + "id": "48293", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13069 { + "geometry": { + "coordinates": [ + [ + [ + -82.62742444665939, + 31.672597830475016, + ], + [ + -82.59727464762956, + 31.46939448288671, + ], + [ + -82.62886015137511, + 31.363898481125293, + ], + [ + -82.81729639531156, + 31.36443562981043, + ], + [ + -82.83919089222607, + 31.401552603953576, + ], + [ + -83.14032995634547, + 31.42035280793346, + ], + [ + -83.14571384902936, + 31.47224137091795, + ], + [ + -82.99819518949054, + 31.673134979160157, + ], + [ + -82.99568270623806, + 31.780994435136186, + ], + [ + -82.83631948279466, + 31.810859902029947, + ], + [ + -82.83667840897358, + 31.67141610336771, + ], + [ + -82.62742444665939, + 31.672597830475016, + ], + ], + ], + "type": "Polygon", + }, + "id": "13069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22043 { + "geometry": { + "coordinates": [ + [ + [ + -92.36293812386373, + 31.79662546187375, + ], + [ + -92.35252926467486, + 31.623609870390286, + ], + [ + -92.26602805555355, + 31.492760450690284, + ], + [ + -92.19603745066287, + 31.477881432111914, + ], + [ + -92.63105597952188, + 31.39059477077673, + ], + [ + -92.71899289335889, + 31.517576719943733, + ], + [ + -92.801545914512, + 31.597021010475878, + ], + [ + -92.90635235875855, + 31.623609870390286, + ], + [ + -92.97347155421782, + 31.708909081590456, + ], + [ + -92.61992926797515, + 31.709553660012624, + ], + [ + -92.6192114156173, + 31.79716261055889, + ], + [ + -92.36293812386373, + 31.79662546187375, + ], + ], + ], + "type": "Polygon", + }, + "id": "22043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28031 { + "geometry": { + "coordinates": [ + [ + [ + -89.40107929536165, + 31.796840321347805, + ], + [ + -89.39964359064595, + 31.43399638453601, + ], + [ + -89.4516878865903, + 31.43399638453601, + ], + [ + -89.5866441298667, + 31.43362038045641, + ], + [ + -89.60315473409732, + 31.538847807875257, + ], + [ + -89.75569836014111, + 31.609751434313687, + ], + [ + -89.75498050778326, + 31.77465608065154, + ], + [ + -89.65304547296812, + 31.78061843105659, + ], + [ + -89.40107929536165, + 31.796840321347805, + ], + ], + ], + "type": "Polygon", + }, + "id": "28031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13061 { + "geometry": { + "coordinates": [ + [ + [ + -84.95864997878748, + 31.777825257893866, + ], + [ + -84.94249830073578, + 31.618614387618486, + ], + [ + -84.81759199046934, + 31.619688684988766, + ], + [ + -84.8197455475429, + 31.501139970178457, + ], + [ + -85.02935843603602, + 31.48604609212604, + ], + [ + -85.0455101140877, + 31.51714700099562, + ], + [ + -85.12734528288297, + 31.762677664972927, + ], + [ + -85.14098447768218, + 31.780457286451046, + ], + [ + -84.95864997878748, + 31.777825257893866, + ], + ], + ], + "type": "Polygon", + }, + "id": "13061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01067 { + "geometry": { + "coordinates": [ + [ + [ + -85.12734528288297, + 31.762677664972927, + ], + [ + -85.0455101140877, + 31.51714700099562, + ], + [ + -85.08750447702212, + 31.308625881424426, + ], + [ + -85.41771656163456, + 31.314964235909073, + ], + [ + -85.41628085691886, + 31.619420110646196, + ], + [ + -85.41592193073993, + 31.706599342244353, + ], + [ + -85.21600004907783, + 31.702409582500266, + ], + [ + -85.12734528288297, + 31.762677664972927, + ], + ], + ], + "type": "Polygon", + }, + "id": "01067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28065 { + "geometry": { + "coordinates": [ + [ + [ + -89.5866441298667, + 31.43362038045641, + ], + [ + -89.65412225150489, + 31.43372781019344, + ], + [ + -89.82425326031608, + 31.433674095324925, + ], + [ + -89.82353540795823, + 31.38995019235456, + ], + [ + -89.95920950359248, + 31.390433626171188, + ], + [ + -89.97464332928632, + 31.761603367602646, + ], + [ + -89.75498050778326, + 31.77465608065154, + ], + [ + -89.75569836014111, + 31.609751434313687, + ], + [ + -89.60315473409732, + 31.538847807875257, + ], + [ + -89.5866441298667, + 31.43362038045641, + ], + ], + ], + "type": "Polygon", + }, + "id": "28065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13155 { + "geometry": { + "coordinates": [ + [ + [ + -82.99819518949054, + 31.673134979160157, + ], + [ + -83.14571384902936, + 31.47224137091795, + ], + [ + -83.33881613329186, + 31.47594769684541, + ], + [ + -83.50069183998775, + 31.593905548102065, + ], + [ + -83.45367251054836, + 31.757897041675186, + ], + [ + -83.32553586467158, + 31.756554169962335, + ], + [ + -83.32553586467158, + 31.68054763101508, + ], + [ + -82.99819518949054, + 31.673134979160157, + ], + ], + ], + "type": "Polygon", + }, + "id": "13155", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22029 { + "geometry": { + "coordinates": [ + [ + [ + -91.545304288269, + 31.752149550744193, + ], + [ + -91.37948039360492, + 31.73431621439756, + ], + [ + -91.40173381669837, + 31.62027954854242, + ], + [ + -91.49433677086142, + 31.64498838805884, + ], + [ + -91.41214267588724, + 31.564684659630473, + ], + [ + -91.51120630127097, + 31.53250945339061, + ], + [ + -91.5047456300503, + 31.364919063627056, + ], + [ + -91.57832549673024, + 31.40520521501253, + ], + [ + -91.51587234159702, + 31.27816955097701, + ], + [ + -91.6547767728416, + 31.250184104481242, + ], + [ + -91.58945220827697, + 31.191097749115883, + ], + [ + -91.62606267852748, + 31.116810085961077, + ], + [ + -91.56396844957318, + 31.066801543374584, + ], + [ + -91.63647153771635, + 30.99933566852105, + ], + [ + -91.66267314877798, + 30.970329639523513, + ], + [ + -91.65836603463087, + 30.99434018574925, + ], + [ + -91.7236905991955, + 31.04424129859872, + ], + [ + -91.67738912211398, + 31.18803600161059, + ], + [ + -91.83423986230488, + 31.266298565035427, + ], + [ + -91.86331288279794, + 31.354444664266836, + ], + [ + -91.8073203988854, + 31.438723292965236, + ], + [ + -91.80660254652754, + 31.63070023303413, + ], + [ + -91.70753892114381, + 31.639885475550017, + ], + [ + -91.69461757870245, + 31.735283082030808, + ], + [ + -91.545304288269, + 31.752149550744193, + ], + ], + ], + "type": "Polygon", + }, + "id": "22029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28077 { + "geometry": { + "coordinates": [ + [ + [ + -89.95920950359248, + 31.390433626171188, + ], + [ + -90.03996789385096, + 31.33602046436655, + ], + [ + -90.24419688966017, + 31.35025490452275, + ], + [ + -90.24527366819696, + 31.717449745684174, + ], + [ + -90.12287984118299, + 31.752686699429333, + ], + [ + -89.97464332928632, + 31.761603367602646, + ], + [ + -89.95920950359248, + 31.390433626171188, + ], + ], + ], + "type": "Polygon", + }, + "id": "28077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01035 { + "geometry": { + "coordinates": [ + [ + [ + -86.70159550365491, + 31.523861359559866, + ], + [ + -86.66713859047796, + 31.369377397713716, + ], + [ + -86.70303120837062, + 31.345904000173114, + ], + [ + -86.70015979893921, + 31.19238690596022, + ], + [ + -86.76440758496706, + 31.26130308226363, + ], + [ + -87.42734423744444, + 31.260336214630378, + ], + [ + -87.1674816839016, + 31.518167583497384, + ], + [ + -87.13517832779822, + 31.642463789238686, + ], + [ + -87.0511896019294, + 31.71836289844891, + ], + [ + -86.90582449946413, + 31.753008988640417, + ], + [ + -86.90690127800092, + 31.632687683169145, + ], + [ + -86.83942315636271, + 31.525257946141227, + ], + [ + -86.70159550365491, + 31.523861359559866, + ], + ], + ], + "type": "Polygon", + }, + "id": "01035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28001 { + "geometry": { + "coordinates": [ + [ + [ + -91.15371582706011, + 31.61007372352477, + ], + [ + -91.15802294120722, + 31.34665600833231, + ], + [ + -91.2359099220343, + 31.37082769916359, + ], + [ + -91.46885301215764, + 31.319583714601276, + ], + [ + -91.48644039492504, + 31.22891301654971, + ], + [ + -91.58945220827697, + 31.191097749115883, + ], + [ + -91.6547767728416, + 31.250184104481242, + ], + [ + -91.51587234159702, + 31.27816955097701, + ], + [ + -91.57832549673024, + 31.40520521501253, + ], + [ + -91.5047456300503, + 31.364919063627056, + ], + [ + -91.51120630127097, + 31.53250945339061, + ], + [ + -91.41214267588724, + 31.564684659630473, + ], + [ + -91.49433677086142, + 31.64498838805884, + ], + [ + -91.40173381669837, + 31.62027954854242, + ], + [ + -91.37948039360492, + 31.73431621439756, + ], + [ + -91.31774509082955, + 31.74973238166106, + ], + [ + -91.30015770806214, + 31.67232925613245, + ], + [ + -91.15371582706011, + 31.61007372352477, + ], + ], + ], + "type": "Polygon", + }, + "id": "28001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 04023 { + "geometry": { + "coordinates": [ + [ + [ + -110.45174076322617, + 31.731200752023746, + ], + [ + -110.45999606534147, + 31.332582712781655, + ], + [ + -111.07483660984269, + 31.33209927896503, + ], + [ + -111.36664359331, + 31.426046583995944, + ], + [ + -111.36664359331, + 31.521283045871193, + ], + [ + -111.16385030221649, + 31.521820194556334, + ], + [ + -111.1642092283954, + 31.725990409777893, + ], + [ + -110.45174076322617, + 31.731200752023746, + ], + ], + ], + "type": "Polygon", + }, + "id": "04023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48333 { + "geometry": { + "coordinates": [ + [ + [ + -98.27122195517403, + 31.41637790766343, + ], + [ + -98.5626700124624, + 31.230578177473646, + ], + [ + -98.6261999461324, + 31.270488324779517, + ], + [ + -98.69583162484416, + 31.406386942119834, + ], + [ + -98.85483592210863, + 31.4139607385803, + ], + [ + -98.99194572245858, + 31.484166071728048, + ], + [ + -98.7801792768919, + 31.610610872209907, + ], + [ + -98.76043833705094, + 31.68785285313298, + ], + [ + -98.66855323524574, + 31.70047584723376, + ], + [ + -98.49303833375065, + 31.72362695556328, + ], + [ + -98.46360638707867, + 31.683985382599978, + ], + [ + -98.27122195517403, + 31.41637790766343, + ], + ], + ], + "type": "Polygon", + }, + "id": "48333", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28085 { + "geometry": { + "coordinates": [ + [ + [ + -90.24419688966017, + 31.35025490452275, + ], + [ + -90.26034856771187, + 31.35025490452275, + ], + [ + -90.54820736321098, + 31.349556611232067, + ], + [ + -90.63327286761658, + 31.34918060715247, + ], + [ + -90.63327286761658, + 31.611416595237618, + ], + [ + -90.73736145950528, + 31.611094306026533, + ], + [ + -90.73664360714743, + 31.698488397098746, + ], + [ + -90.28331984316317, + 31.69977755394308, + ], + [ + -90.24527366819696, + 31.717449745684174, + ], + [ + -90.24419688966017, + 31.35025490452275, + ], + ], + ], + "type": "Polygon", + }, + "id": "28085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13005 { + "geometry": { + "coordinates": [ + [ + [ + -82.22686283097734, + 31.53073686272965, + ], + [ + -82.34459061766526, + 31.430128914003006, + ], + [ + -82.41745263198735, + 31.417076200954114, + ], + [ + -82.59727464762956, + 31.46939448288671, + ], + [ + -82.62742444665939, + 31.672597830475016, + ], + [ + -82.52154122387606, + 31.710789101988443, + ], + [ + -82.22686283097734, + 31.53073686272965, + ], + ], + ], + "type": "Polygon", + }, + "id": "13005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48099 { + "geometry": { + "coordinates": [ + [ + [ + -97.90727080974249, + 31.069379857063254, + ], + [ + -98.18005470572668, + 31.463646991955713, + ], + [ + -97.76657174760327, + 31.672436685869478, + ], + [ + -97.68976154531298, + 31.7110039614625, + ], + [ + -97.6050549670863, + 31.58772833822296, + ], + [ + -97.41877228022342, + 31.32017457815493, + ], + [ + -97.90727080974249, + 31.069379857063254, + ], + ], + ], + "type": "Polygon", + }, + "id": "48099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48451 { + "geometry": { + "coordinates": [ + [ + [ + -100.23562493243915, + 31.69290205077329, + ], + [ + -100.2349070800813, + 31.581336268869798, + ], + [ + -100.11107754835163, + 31.58026197149952, + ], + [ + -100.11538466249876, + 31.087965201569084, + ], + [ + -100.68858977024449, + 31.086514900119205, + ], + [ + -100.6928968843916, + 31.52396878929689, + ], + [ + -101.26789662303197, + 31.52869569772612, + ], + [ + -101.26789662303197, + 31.55641256987932, + ], + [ + -100.86554037645529, + 31.562267490547345, + ], + [ + -100.8253406444155, + 31.696124942884133, + ], + [ + -100.23562493243915, + 31.69290205077329, + ], + ], + ], + "type": "Polygon", + }, + "id": "48451", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01129 { + "geometry": { + "coordinates": [ + [ + [ + -88.08884518520611, + 31.69924040525794, + ], + [ + -88.07951310455402, + 31.602016493247675, + ], + [ + -87.90579283395356, + 31.491847297925545, + ], + [ + -87.93989082095159, + 31.375124888644713, + ], + [ + -87.88712867264938, + 31.389896477486047, + ], + [ + -87.96932276762357, + 31.258509909100905, + ], + [ + -87.94671041835119, + 31.19292405464536, + ], + [ + -87.97291202941283, + 31.162682583672, + ], + [ + -88.02316169446254, + 31.144258383771714, + ], + [ + -88.32968465126584, + 31.1438286648236, + ], + [ + -88.43197861225991, + 31.114285487140926, + ], + [ + -88.44956599502731, + 31.435822690065486, + ], + [ + -88.46428196836331, + 31.697843818676578, + ], + [ + -88.08884518520611, + 31.69924040525794, + ], + ], + ], + "type": "Polygon", + }, + "id": "01129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13191 { + "geometry": { + "coordinates": [ + [ + [ + [ + -81.19818040217379, + 31.536914072608756, + ], + [ + -81.27750308771655, + 31.378616355098117, + ], + [ + -81.32775275276629, + 31.477236853689746, + ], + [ + -81.19818040217379, + 31.536914072608756, + ], + ], + ], + [ + [ + [ + -81.35180080675435, + 31.654119915706215, + ], + [ + -81.22294630851972, + 31.627423626054778, + ], + [ + -81.19818040217379, + 31.576125926623945, + ], + [ + -81.33170094073448, + 31.547334757100465, + ], + [ + -81.33672590723944, + 31.362663039149474, + ], + [ + -81.28575838983187, + 31.32302146618617, + ], + [ + -81.47598926466296, + 31.339135926740358, + ], + [ + -81.62422577655963, + 31.452957733121437, + ], + [ + -81.66334873006262, + 31.5386329484012, + ], + [ + -81.56607973557352, + 31.576501930703543, + ], + [ + -81.49178201653572, + 31.69950897960051, + ], + [ + -81.35180080675435, + 31.654119915706215, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "13191", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48289 { + "geometry": { + "coordinates": [ + [ + [ + -95.74007454138385, + 31.503879428472672, + ], + [ + -95.65644474169395, + 31.32071172684007, + ], + [ + -95.72535856804785, + 31.27134776267574, + ], + [ + -95.76448152155085, + 31.094196126316703, + ], + [ + -95.97517118858075, + 31.092047531576142, + ], + [ + -96.24113548716534, + 30.973713676239893, + ], + [ + -96.32943132718127, + 31.257435611730628, + ], + [ + -96.3190224679924, + 31.357130407692534, + ], + [ + -96.2364694468393, + 31.41336987502665, + ], + [ + -95.78745279700215, + 31.61834581327592, + ], + [ + -95.73469064869994, + 31.653153048072966, + ], + [ + -95.74007454138385, + 31.503879428472672, + ], + ], + ], + "type": "Polygon", + }, + "id": "48289", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48461 { + "geometry": { + "coordinates": [ + [ + [ + -101.77577716621308, + 31.65132674254349, + ], + [ + -101.776136092392, + 31.079746826686446, + ], + [ + -102.30124509216158, + 31.086138896039607, + ], + [ + -102.31847354875005, + 31.65132674254349, + ], + [ + -102.28724697118344, + 31.651273027674975, + ], + [ + -101.77577716621308, + 31.65132674254349, + ], + ], + ], + "type": "Polygon", + }, + "id": "48461", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48103 { + "geometry": { + "coordinates": [ + [ + [ + -102.31847354875005, + 31.65132674254349, + ], + [ + -102.30124509216158, + 31.086138896039607, + ], + [ + -102.38954093217751, + 31.08710576367286, + ], + [ + -102.42974066421729, + 31.193138914119416, + ], + [ + -102.67632294913984, + 31.32683522185066, + ], + [ + -102.76784912476612, + 31.293746862846064, + ], + [ + -102.76713127240826, + 31.651702746623087, + ], + [ + -102.31847354875005, + 31.65132674254349, + ], + ], + ], + "type": "Polygon", + }, + "id": "48103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48405 { + "geometry": { + "coordinates": [ + [ + [ + -93.98456660025398, + 31.569357853191185, + ], + [ + -93.9834898217172, + 31.466117875907358, + ], + [ + -94.04414834595579, + 31.40998583831027, + ], + [ + -94.03912337945081, + 31.134267418228116, + ], + [ + -94.12957277654031, + 31.099245323957014, + ], + [ + -94.326623248771, + 31.224723256805625, + ], + [ + -94.31083049689823, + 31.589232354541352, + ], + [ + -94.39876741073525, + 31.653582767021078, + ], + [ + -94.09116767539517, + 31.620601837753505, + ], + [ + -93.98456660025398, + 31.569357853191185, + ], + ], + ], + "type": "Polygon", + }, + "id": "48405", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48383 { + "geometry": { + "coordinates": [ + [ + [ + -101.26717877067412, + 31.65078959385835, + ], + [ + -101.26789662303197, + 31.55641256987932, + ], + [ + -101.26789662303197, + 31.52869569772612, + ], + [ + -101.2750751466105, + 31.079317107738337, + ], + [ + -101.776136092392, + 31.079746826686446, + ], + [ + -101.77577716621308, + 31.65132674254349, + ], + [ + -101.26717877067412, + 31.65078959385835, + ], + ], + ], + "type": "Polygon", + }, + "id": "48383", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48475 { + "geometry": { + "coordinates": [ + [ + [ + -103.6106077928857, + 31.651810176360115, + ], + [ + -103.32741503771264, + 31.651434172280517, + ], + [ + -102.79907570233273, + 31.6517564614916, + ], + [ + -102.76713127240826, + 31.651702746623087, + ], + [ + -102.76784912476612, + 31.293746862846064, + ], + [ + -102.82455946103651, + 31.267480292142736, + ], + [ + -103.01120107407833, + 31.371257418111703, + ], + [ + -103.19497127768874, + 31.372170570876442, + ], + [ + -103.262090473148, + 31.42749688544582, + ], + [ + -103.4537570526948, + 31.42583172452189, + ], + [ + -103.51692806018588, + 31.628551638293573, + ], + [ + -103.6106077928857, + 31.651810176360115, + ], + ], + ], + "type": "Polygon", + }, + "id": "48475", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13095 { + "geometry": { + "coordinates": [ + [ + [ + -84.01826338999986, + 31.650198730304695, + ], + [ + -83.99780459780105, + 31.443665060868522, + ], + [ + -84.14101614319274, + 31.440066164678086, + ], + [ + -84.42995171722863, + 31.436789557698738, + ], + [ + -84.45041050942746, + 31.621300131044187, + ], + [ + -84.29786688338366, + 31.621944709466355, + ], + [ + -84.0430292963458, + 31.623556155521772, + ], + [ + -84.01826338999986, + 31.650198730304695, + ], + ], + ], + "type": "Polygon", + }, + "id": "13095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13037 { + "geometry": { + "coordinates": [ + [ + [ + -84.5469616515587, + 31.621300131044187, + ], + [ + -84.45041050942746, + 31.621300131044187, + ], + [ + -84.42995171722863, + 31.436789557698738, + ], + [ + -84.6374110486482, + 31.43388895479898, + ], + [ + -84.78923682233413, + 31.436359838750626, + ], + [ + -84.8197455475429, + 31.501139970178457, + ], + [ + -84.81759199046934, + 31.619688684988766, + ], + [ + -84.5469616515587, + 31.621300131044187, + ], + ], + ], + "type": "Polygon", + }, + "id": "13037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01045 { + "geometry": { + "coordinates": [ + [ + [ + -85.41628085691886, + 31.619420110646196, + ], + [ + -85.41771656163456, + 31.314964235909073, + ], + [ + -85.48591253563062, + 31.24610177447418, + ], + [ + -85.65999173241, + 31.27091804372763, + ], + [ + -85.71095924981758, + 31.19518007912295, + ], + [ + -85.79135871389713, + 31.196361806230254, + ], + [ + -85.78920515682357, + 31.61796980919632, + ], + [ + -85.74828757242594, + 31.618023524064835, + ], + [ + -85.41628085691886, + 31.619420110646196, + ], + ], + ], + "type": "Polygon", + }, + "id": "01045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01031 { + "geometry": { + "coordinates": [ + [ + [ + -85.79135871389713, + 31.196361806230254, + ], + [ + -86.19371496047381, + 31.192172046486164, + ], + [ + -86.19443281283166, + 31.439958734941058, + ], + [ + -86.14597777867658, + 31.617754949722265, + ], + [ + -85.78920515682357, + 31.61796980919632, + ], + [ + -85.79135871389713, + 31.196361806230254, + ], + ], + ], + "type": "Polygon", + }, + "id": "01031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28037 { + "geometry": { + "coordinates": [ + [ + [ + -90.73736145950528, + 31.611094306026533, + ], + [ + -90.63327286761658, + 31.611416595237618, + ], + [ + -90.63327286761658, + 31.34918060715247, + ], + [ + -91.01301676492089, + 31.34880460307287, + ], + [ + -91.09556978607401, + 31.320926586314126, + ], + [ + -91.15802294120722, + 31.34665600833231, + ], + [ + -91.15371582706011, + 31.61007372352477, + ], + [ + -90.73736145950528, + 31.611094306026533, + ], + ], + ], + "type": "Polygon", + }, + "id": "28037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48403 { + "geometry": { + "coordinates": [ + [ + [ + -93.8348943836416, + 31.58622432190457, + ], + [ + -93.71573089223797, + 31.51419268322735, + ], + [ + -93.68414538849244, + 31.301804093123156, + ], + [ + -93.60015666262362, + 31.176165015669007, + ], + [ + -93.91098673357403, + 31.158063104979803, + ], + [ + -94.03912337945081, + 31.134267418228116, + ], + [ + -94.04414834595579, + 31.40998583831027, + ], + [ + -93.9834898217172, + 31.466117875907358, + ], + [ + -93.98456660025398, + 31.569357853191185, + ], + [ + -93.8348943836416, + 31.58622432190457, + ], + ], + ], + "type": "Polygon", + }, + "id": "48403", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13277 { + "geometry": { + "coordinates": [ + [ + [ + -83.50069183998775, + 31.593905548102065, + ], + [ + -83.33881613329186, + 31.47594769684541, + ], + [ + -83.43464942306525, + 31.350362334259778, + ], + [ + -83.51253640389233, + 31.327372370535798, + ], + [ + -83.6539533183894, + 31.330648977515153, + ], + [ + -83.64928727806334, + 31.56801498147834, + ], + [ + -83.50069183998775, + 31.593905548102065, + ], + ], + ], + "type": "Polygon", + }, + "id": "13277", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48225 { + "geometry": { + "coordinates": [ + [ + [ + -95.0031990960476, + 31.42610029886446, + ], + [ + -94.95797439750284, + 31.386995874586297, + ], + [ + -95.43462836311733, + 31.058099734675324, + ], + [ + -95.61839856672773, + 30.93041949221764, + ], + [ + -95.67582675535598, + 30.98547723244445, + ], + [ + -95.66398219145141, + 31.083775441824997, + ], + [ + -95.76448152155085, + 31.094196126316703, + ], + [ + -95.72535856804785, + 31.27134776267574, + ], + [ + -95.65644474169395, + 31.32071172684007, + ], + [ + -95.74007454138385, + 31.503879428472672, + ], + [ + -95.6517787013679, + 31.541802125643528, + ], + [ + -95.2734705087793, + 31.592831250731788, + ], + [ + -95.13994997021861, + 31.563234358180594, + ], + [ + -95.10010916435776, + 31.46832018551643, + ], + [ + -95.0031990960476, + 31.42610029886446, + ], + ], + ], + "type": "Polygon", + }, + "id": "48225", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48095 { + "geometry": { + "coordinates": [ + [ + [ + -99.7216426442163, + 31.576770505046113, + ], + [ + -99.60176130045483, + 31.49216958713663, + ], + [ + -99.60319700517053, + 31.0872669082784, + ], + [ + -100.11538466249876, + 31.087965201569084, + ], + [ + -100.11107754835163, + 31.58026197149952, + ], + [ + -99.7216426442163, + 31.576770505046113, + ], + ], + ], + "type": "Polygon", + }, + "id": "48095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13229 { + "geometry": { + "coordinates": [ + [ + [ + -82.13282417209858, + 31.471381933021725, + ], + [ + -82.05098900330333, + 31.451023997854936, + ], + [ + -82.04058014411446, + 31.373298583115236, + ], + [ + -81.99212510995936, + 31.307927588133747, + ], + [ + -82.19276484397932, + 31.202324156635303, + ], + [ + -82.28608565050023, + 31.223810104040886, + ], + [ + -82.38730283295752, + 31.29686232521987, + ], + [ + -82.41745263198735, + 31.417076200954114, + ], + [ + -82.34459061766526, + 31.430128914003006, + ], + [ + -82.22686283097734, + 31.53073686272965, + ], + [ + -82.13282417209858, + 31.471381933021725, + ], + ], + ], + "type": "Polygon", + }, + "id": "13229", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01039 { + "geometry": { + "coordinates": [ + [ + [ + -86.19443281283166, + 31.439958734941058, + ], + [ + -86.19371496047381, + 31.192172046486164, + ], + [ + -86.18725428925313, + 30.993964181669654, + ], + [ + -86.38861187563094, + 30.994125326275196, + ], + [ + -86.68831523503462, + 30.994501330354794, + ], + [ + -86.70015979893921, + 31.19238690596022, + ], + [ + -86.70303120837062, + 31.345904000173114, + ], + [ + -86.66713859047796, + 31.369377397713716, + ], + [ + -86.70159550365491, + 31.523861359559866, + ], + [ + -86.49916113874032, + 31.52531166100974, + ], + [ + -86.40045643953552, + 31.527137966539215, + ], + [ + -86.39866180864088, + 31.451990865488185, + ], + [ + -86.28021616959512, + 31.52853455312058, + ], + [ + -86.27698583398478, + 31.455589761678624, + ], + [ + -86.19443281283166, + 31.439958734941058, + ], + ], + ], + "type": "Polygon", + }, + "id": "01039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48235 { + "geometry": { + "coordinates": [ + [ + [ + -100.68858977024449, + 31.086514900119205, + ], + [ + -100.96209151858653, + 31.08248628498066, + ], + [ + -101.2750751466105, + 31.079317107738337, + ], + [ + -101.26789662303197, + 31.52869569772612, + ], + [ + -100.6928968843916, + 31.52396878929689, + ], + [ + -100.68858977024449, + 31.086514900119205, + ], + ], + ], + "type": "Polygon", + }, + "id": "48235", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48005 { + "geometry": { + "coordinates": [ + [ + [ + -94.326623248771, + 31.224723256805625, + ], + [ + -94.12957277654031, + 31.099245323957014, + ], + [ + -94.4576313040792, + 31.033444610027416, + ], + [ + -94.56171989596791, + 31.059066602308576, + ], + [ + -94.84275909406742, + 31.146729267723355, + ], + [ + -94.90951936334775, + 31.336933617131287, + ], + [ + -94.95797439750284, + 31.386995874586297, + ], + [ + -95.0031990960476, + 31.42610029886446, + ], + [ + -94.86573036951872, + 31.52692310706516, + ], + [ + -94.72897949534769, + 31.45779207128769, + ], + [ + -94.50213815026609, + 31.41052298699541, + ], + [ + -94.43932606895395, + 31.313030500642576, + ], + [ + -94.326623248771, + 31.224723256805625, + ], + ], + ], + "type": "Polygon", + }, + "id": "48005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13099 { + "geometry": { + "coordinates": [ + [ + [ + -84.8197455475429, + 31.501139970178457, + ], + [ + -84.78923682233413, + 31.436359838750626, + ], + [ + -84.6374110486482, + 31.43388895479898, + ], + [ + -84.64171816279531, + 31.258939628049017, + ], + [ + -84.91737346821093, + 31.25571673593818, + ], + [ + -84.9223984347159, + 31.07260274917409, + ], + [ + -85.02864058367817, + 31.075664496679387, + ], + [ + -85.1007847456424, + 31.165046037886615, + ], + [ + -85.08750447702212, + 31.308625881424426, + ], + [ + -85.0455101140877, + 31.51714700099562, + ], + [ + -85.02935843603602, + 31.48604609212604, + ], + [ + -84.8197455475429, + 31.501139970178457, + ], + ], + ], + "type": "Polygon", + }, + "id": "13099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48145 { + "geometry": { + "coordinates": [ + [ + [ + -96.82941549442599, + 31.10585225278423, + ], + [ + -97.07025496048571, + 30.986229240603645, + ], + [ + -97.2780732180842, + 31.279780997032432, + ], + [ + -96.80141925246971, + 31.522249913504446, + ], + [ + -96.59683133048156, + 31.220909501141133, + ], + [ + -96.82941549442599, + 31.10585225278423, + ], + ], + ], + "type": "Polygon", + }, + "id": "48145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22079 { + "geometry": { + "coordinates": [ + [ + [ + -92.19603745066287, + 31.477881432111914, + ], + [ + -92.08656496609026, + 31.33537588594438, + ], + [ + -92.23336577327123, + 31.318563132099513, + ], + [ + -92.2085998669253, + 30.962218694377903, + ], + [ + -92.28074402888954, + 30.965065582409146, + ], + [ + -92.38770403020966, + 31.001537978130123, + ], + [ + -92.48748550795125, + 30.909416978628684, + ], + [ + -92.5976758448817, + 30.89609569123722, + ], + [ + -92.82379933760545, + 30.88997219622663, + ], + [ + -92.8299010826472, + 31.252278984353286, + ], + [ + -92.9813679301542, + 31.346602293463796, + ], + [ + -92.91317195615817, + 31.368249385474925, + ], + [ + -92.71899289335889, + 31.517576719943733, + ], + [ + -92.63105597952188, + 31.39059477077673, + ], + [ + -92.19603745066287, + 31.477881432111914, + ], + ], + ], + "type": "Polygon", + }, + "id": "22079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48307 { + "geometry": { + "coordinates": [ + [ + [ + -99.20263538948848, + 31.46708474354061, + ], + [ + -99.09065042166338, + 31.46085381879299, + ], + [ + -99.09244505255802, + 30.941001321314893, + ], + [ + -99.48475136612477, + 30.940625317235295, + ], + [ + -99.60355593134946, + 30.940732746972323, + ], + [ + -99.60319700517053, + 31.0872669082784, + ], + [ + -99.60176130045483, + 31.49216958713663, + ], + [ + -99.51238868190211, + 31.424381423072013, + ], + [ + -99.44132129847465, + 31.47508825894919, + ], + [ + -99.31426143113464, + 31.409663549099186, + ], + [ + -99.20263538948848, + 31.46708474354061, + ], + ], + ], + "type": "Polygon", + }, + "id": "48307", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48411 { + "geometry": { + "coordinates": [ + [ + [ + -98.99194572245858, + 31.484166071728048, + ], + [ + -98.85483592210863, + 31.4139607385803, + ], + [ + -98.69583162484416, + 31.406386942119834, + ], + [ + -98.6261999461324, + 31.270488324779517, + ], + [ + -98.5626700124624, + 31.230578177473646, + ], + [ + -98.52318813278048, + 31.088878354333822, + ], + [ + -98.43955833309059, + 31.029523424625896, + ], + [ + -98.44566007813233, + 30.92144910917581, + ], + [ + -98.96466733286016, + 30.921341679438783, + ], + [ + -99.09244505255802, + 30.941001321314893, + ], + [ + -99.09065042166338, + 31.46085381879299, + ], + [ + -98.99194572245858, + 31.484166071728048, + ], + ], + ], + "type": "Polygon", + }, + "id": "48411", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13019 { + "geometry": { + "coordinates": [ + [ + [ + -83.14571384902936, + 31.47224137091795, + ], + [ + -83.14032995634547, + 31.42035280793346, + ], + [ + -83.03660029063569, + 31.28053300519163, + ], + [ + -83.04700914982456, + 31.183631382392445, + ], + [ + -83.1650958626914, + 31.14721270153998, + ], + [ + -83.19775814497372, + 31.02549480948735, + ], + [ + -83.2946682132839, + 31.02737482988534, + ], + [ + -83.33558579768152, + 31.244275468944707, + ], + [ + -83.43464942306525, + 31.350362334259778, + ], + [ + -83.33881613329186, + 31.47594769684541, + ], + [ + -83.14571384902936, + 31.47224137091795, + ], + ], + ], + "type": "Polygon", + }, + "id": "13019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13299 { + "geometry": { + "coordinates": [ + [ + [ + -82.41745263198735, + 31.417076200954114, + ], + [ + -82.38730283295752, + 31.29686232521987, + ], + [ + -82.28608565050023, + 31.223810104040886, + ], + [ + -82.20855759585208, + 31.170847243686122, + ], + [ + -82.20819866967317, + 31.084688594589732, + ], + [ + -82.1317473935618, + 31.01072322064601, + ], + [ + -82.41565800109272, + 31.01357010867725, + ], + [ + -82.42104189377662, + 30.79516545329949, + ], + [ + -82.14969370250813, + 30.78431504985967, + ], + [ + -82.21465934089385, + 30.568488708170584, + ], + [ + -82.41888833670306, + 30.581756280693533, + ], + [ + -82.43575786711261, + 30.81998172255294, + ], + [ + -82.49533961281442, + 30.819498288736312, + ], + [ + -82.49067357248838, + 30.963185562011155, + ], + [ + -82.5922496811246, + 31.01845816171202, + ], + [ + -82.67157236666736, + 31.183470237786903, + ], + [ + -82.69956860862364, + 31.27790097663444, + ], + [ + -82.63244941316437, + 31.273711216890355, + ], + [ + -82.62886015137511, + 31.363898481125293, + ], + [ + -82.59727464762956, + 31.46939448288671, + ], + [ + -82.41745263198735, + 31.417076200954114, + ], + ], + ], + "type": "Polygon", + }, + "id": "13299", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48281 { + "geometry": { + "coordinates": [ + [ + [ + -97.90727080974249, + 31.069379857063254, + ], + [ + -97.9115779238896, + 31.03489491147729, + ], + [ + -98.43955833309059, + 31.029523424625896, + ], + [ + -98.52318813278048, + 31.088878354333822, + ], + [ + -98.5626700124624, + 31.230578177473646, + ], + [ + -98.27122195517403, + 31.41637790766343, + ], + [ + -98.18005470572668, + 31.463646991955713, + ], + [ + -97.90727080974249, + 31.069379857063254, + ], + ], + ], + "type": "Polygon", + }, + "id": "48281", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13127 { + "geometry": { + "coordinates": [ + [ + [ + [ + -81.3334955716291, + 31.306745861026442, + ], + [ + -81.32631704805057, + 31.30771272865969, + ], + [ + -81.29078335633685, + 31.216451167054473, + ], + [ + -81.3916416126152, + 31.133515410068924, + ], + [ + -81.4307645661182, + 31.202216726898275, + ], + [ + -81.38625771993131, + 31.312869356037034, + ], + [ + -81.3334955716291, + 31.306745861026442, + ], + ], + ], + [ + [ + [ + -81.47598926466296, + 31.339135926740358, + ], + [ + -81.47455355994725, + 31.336396468446146, + ], + [ + -81.4454805394542, + 31.329306105802303, + ], + [ + -81.38984698172058, + 31.283917041908005, + ], + [ + -81.4630679222216, + 31.176702164354147, + ], + [ + -81.43758416351781, + 31.03704350621785, + ], + [ + -81.55423517166895, + 31.080122830766044, + ], + [ + -81.76636054341455, + 31.169611801710303, + ], + [ + -81.73154470405868, + 31.330004399092985, + ], + [ + -81.62422577655963, + 31.452957733121437, + ], + [ + -81.47598926466296, + 31.339135926740358, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "13127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13007 { + "geometry": { + "coordinates": [ + [ + [ + -84.42995171722863, + 31.436789557698738, + ], + [ + -84.14101614319274, + 31.440066164678086, + ], + [ + -84.20095681507348, + 31.3562172549278, + ], + [ + -84.34129695103378, + 31.30524184470805, + ], + [ + -84.36606285737972, + 31.24073028762278, + ], + [ + -84.48379064406762, + 31.156236799450326, + ], + [ + -84.50819762423463, + 31.078511384710627, + ], + [ + -84.54265453741158, + 31.079048533395767, + ], + [ + -84.53727064472768, + 31.255931595412235, + ], + [ + -84.64171816279531, + 31.258939628049017, + ], + [ + -84.6374110486482, + 31.43388895479898, + ], + [ + -84.42995171722863, + 31.436789557698738, + ], + ], + ], + "type": "Polygon", + }, + "id": "13007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13205 { + "geometry": { + "coordinates": [ + [ + [ + -83.99780459780105, + 31.443665060868522, + ], + [ + -83.99924030251675, + 31.334892452127754, + ], + [ + -84.00354741666388, + 31.077275942734808, + ], + [ + -84.11660916302574, + 31.077920521156972, + ], + [ + -84.37647171656857, + 31.078887388790225, + ], + [ + -84.50819762423463, + 31.078511384710627, + ], + [ + -84.48379064406762, + 31.156236799450326, + ], + [ + -84.36606285737972, + 31.24073028762278, + ], + [ + -84.34129695103378, + 31.30524184470805, + ], + [ + -84.20095681507348, + 31.3562172549278, + ], + [ + -84.14101614319274, + 31.440066164678086, + ], + [ + -83.99780459780105, + 31.443665060868522, + ], + ], + ], + "type": "Polygon", + }, + "id": "13205", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28041 { + "geometry": { + "coordinates": [ + [ + [ + -88.44956599502731, + 31.435822690065486, + ], + [ + -88.43197861225991, + 31.114285487140926, + ], + [ + -88.42551794103923, + 30.998315086019286, + ], + [ + -88.8343348588366, + 30.9979927968082, + ], + [ + -88.84187230859406, + 31.43362038045641, + ], + [ + -88.44956599502731, + 31.435822690065486, + ], + ], + ], + "type": "Polygon", + }, + "id": "28041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28035 { + "geometry": { + "coordinates": [ + [ + [ + -89.14660063450272, + 31.43399638453601, + ], + [ + -89.13798640620848, + 30.909846697576796, + ], + [ + -89.340779697302, + 30.90990041244531, + ], + [ + -89.3490349994173, + 31.010347216566412, + ], + [ + -89.34795822088053, + 31.34665600833231, + ], + [ + -89.45097003423245, + 31.346333719121226, + ], + [ + -89.4516878865903, + 31.43399638453601, + ], + [ + -89.39964359064595, + 31.43399638453601, + ], + [ + -89.14660063450272, + 31.43399638453601, + ], + ], + ], + "type": "Polygon", + }, + "id": "28035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28073 { + "geometry": { + "coordinates": [ + [ + [ + -89.5866441298667, + 31.43362038045641, + ], + [ + -89.4516878865903, + 31.43399638453601, + ], + [ + -89.45097003423245, + 31.346333719121226, + ], + [ + -89.34795822088053, + 31.34665600833231, + ], + [ + -89.3490349994173, + 31.010347216566412, + ], + [ + -89.65412225150489, + 31.002504845763376, + ], + [ + -89.65412225150489, + 31.43372781019344, + ], + [ + -89.5866441298667, + 31.43362038045641, + ], + ], + ], + "type": "Polygon", + }, + "id": "28073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28111 { + "geometry": { + "coordinates": [ + [ + [ + -88.9438073434092, + 31.433405520982355, + ], + [ + -88.84187230859406, + 31.43362038045641, + ], + [ + -88.8343348588366, + 30.9979927968082, + ], + [ + -88.88494345006525, + 30.91075985034153, + ], + [ + -89.13798640620848, + 30.909846697576796, + ], + [ + -89.14660063450272, + 31.43399638453601, + ], + [ + -88.9438073434092, + 31.433405520982355, + ], + ], + ], + "type": "Polygon", + }, + "id": "28111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28091 { + "geometry": { + "coordinates": [ + [ + [ + -89.65412225150489, + 31.43372781019344, + ], + [ + -89.65412225150489, + 31.002504845763376, + ], + [ + -89.72806104436377, + 31.00228998628932, + ], + [ + -89.83573889804174, + 31.00202141194675, + ], + [ + -89.83573889804174, + 31.074966203388705, + ], + [ + -89.92080440244733, + 31.07464391417762, + ], + [ + -90.03171259173564, + 31.175735296720894, + ], + [ + -90.03996789385096, + 31.33602046436655, + ], + [ + -89.95920950359248, + 31.390433626171188, + ], + [ + -89.82353540795823, + 31.38995019235456, + ], + [ + -89.82425326031608, + 31.433674095324925, + ], + [ + -89.65412225150489, + 31.43372781019344, + ], + ], + ], + "type": "Polygon", + }, + "id": "28091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13003 { + "geometry": { + "coordinates": [ + [ + [ + -82.62886015137511, + 31.363898481125293, + ], + [ + -82.63244941316437, + 31.273711216890355, + ], + [ + -82.69956860862364, + 31.27790097663444, + ], + [ + -82.67157236666736, + 31.183470237786903, + ], + [ + -82.9705578737132, + 31.18395367160353, + ], + [ + -83.04700914982456, + 31.183631382392445, + ], + [ + -83.03660029063569, + 31.28053300519163, + ], + [ + -83.14032995634547, + 31.42035280793346, + ], + [ + -82.83919089222607, + 31.401552603953576, + ], + [ + -82.81729639531156, + 31.36443562981043, + ], + [ + -82.62886015137511, + 31.363898481125293, + ], + ], + ], + "type": "Polygon", + }, + "id": "13003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48455 { + "geometry": { + "coordinates": [ + [ + [ + -94.84275909406742, + 31.146729267723355, + ], + [ + -94.93931023619866, + 31.041877844384107, + ], + [ + -95.20024956827828, + 30.824547486376627, + ], + [ + -95.25229386422264, + 30.90667752033447, + ], + [ + -95.32730943561829, + 30.859515865779215, + ], + [ + -95.39658218815111, + 30.857635845381225, + ], + [ + -95.43462836311733, + 31.058099734675324, + ], + [ + -94.95797439750284, + 31.386995874586297, + ], + [ + -94.90951936334775, + 31.336933617131287, + ], + [ + -94.84275909406742, + 31.146729267723355, + ], + ], + ], + "type": "Polygon", + }, + "id": "48455", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48371 { + "geometry": { + "coordinates": [ + [ + [ + -102.76784912476612, + 31.293746862846064, + ], + [ + -102.67632294913984, + 31.32683522185066, + ], + [ + -102.42974066421729, + 31.193138914119416, + ], + [ + -102.38954093217751, + 31.08710576367286, + ], + [ + -102.18997797669434, + 31.003310568791086, + ], + [ + -101.99292750446365, + 30.98902241376637, + ], + [ + -101.87484079159681, + 30.91016898678788, + ], + [ + -101.81023407939003, + 30.702346160507368, + ], + [ + -101.76859864263454, + 30.653304485554123, + ], + [ + -102.13793368074998, + 30.655990228979825, + ], + [ + -102.13829260692891, + 30.597441022299606, + ], + [ + -102.34323945509598, + 30.598730179143942, + ], + [ + -102.34323945509598, + 30.284122194257684, + ], + [ + -102.56685046456724, + 30.28326275636146, + ], + [ + -102.56685046456724, + 30.05266482583103, + ], + [ + -103.44011785789559, + 30.665927479654904, + ], + [ + -103.58512403418192, + 30.766481713513038, + ], + [ + -103.01120107407833, + 31.371257418111703, + ], + [ + -102.82455946103651, + 31.267480292142736, + ], + [ + -102.76784912476612, + 31.293746862846064, + ], + ], + ], + "type": "Polygon", + }, + "id": "48371", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13025 { + "geometry": { + "coordinates": [ + [ + [ + -81.73154470405868, + 31.330004399092985, + ], + [ + -81.76636054341455, + 31.169611801710303, + ], + [ + -81.9357736998679, + 31.048323628605782, + ], + [ + -82.06103893631327, + 31.075342207468303, + ], + [ + -82.1317473935618, + 31.01072322064601, + ], + [ + -82.20819866967317, + 31.084688594589732, + ], + [ + -82.20855759585208, + 31.170847243686122, + ], + [ + -82.28608565050023, + 31.223810104040886, + ], + [ + -82.19276484397932, + 31.202324156635303, + ], + [ + -81.99212510995936, + 31.307927588133747, + ], + [ + -82.04058014411446, + 31.373298583115236, + ], + [ + -81.73154470405868, + 31.330004399092985, + ], + ], + ], + "type": "Polygon", + }, + "id": "13025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28157 { + "geometry": { + "coordinates": [ + [ + [ + -91.15802294120722, + 31.34665600833231, + ], + [ + -91.09556978607401, + 31.320926586314126, + ], + [ + -91.05931824200242, + 31.281553587693395, + ], + [ + -91.06003609436027, + 30.998852234704422, + ], + [ + -91.17668710251141, + 30.999013379309964, + ], + [ + -91.63647153771635, + 30.99933566852105, + ], + [ + -91.56396844957318, + 31.066801543374584, + ], + [ + -91.62606267852748, + 31.116810085961077, + ], + [ + -91.58945220827697, + 31.191097749115883, + ], + [ + -91.48644039492504, + 31.22891301654971, + ], + [ + -91.46885301215764, + 31.319583714601276, + ], + [ + -91.2359099220343, + 31.37082769916359, + ], + [ + -91.15802294120722, + 31.34665600833231, + ], + ], + ], + "type": "Polygon", + }, + "id": "28157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22115 { + "geometry": { + "coordinates": [ + [ + [ + -92.9813679301542, + 31.346602293463796, + ], + [ + -92.8299010826472, + 31.252278984353286, + ], + [ + -92.82379933760545, + 30.88997219622663, + ], + [ + -92.9784965207228, + 30.87815492515356, + ], + [ + -93.42141142551819, + 30.883150407925356, + ], + [ + -93.55852122586813, + 30.868754823163613, + ], + [ + -93.50898941317627, + 31.028932561072242, + ], + [ + -93.55241948082639, + 31.185511402790432, + ], + [ + -93.52908927919616, + 31.277095253606735, + ], + [ + -93.44294699625378, + 31.276719249527137, + ], + [ + -93.3905437741305, + 31.36411334059935, + ], + [ + -93.23620551719208, + 31.36443562981043, + ], + [ + -92.9813679301542, + 31.346602293463796, + ], + ], + ], + "type": "Polygon", + }, + "id": "22115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48395 { + "geometry": { + "coordinates": [ + [ + [ + -96.24113548716534, + 30.973713676239893, + ], + [ + -96.34773656230652, + 30.912854730213574, + ], + [ + -96.45756797305806, + 30.744619762027856, + ], + [ + -96.56775830998852, + 30.695255797863524, + ], + [ + -96.6215972368275, + 30.730707611082742, + ], + [ + -96.65138810967841, + 30.826857225722726, + ], + [ + -96.73394113083152, + 30.903347198486607, + ], + [ + -96.76696233929276, + 31.042576137674786, + ], + [ + -96.82941549442599, + 31.10585225278423, + ], + [ + -96.59683133048156, + 31.220909501141133, + ], + [ + -96.3190224679924, + 31.357130407692534, + ], + [ + -96.32943132718127, + 31.257435611730628, + ], + [ + -96.24113548716534, + 30.973713676239893, + ], + ], + ], + "type": "Polygon", + }, + "id": "48395", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13075 { + "geometry": { + "coordinates": [ + [ + [ + -83.2946682132839, + 31.02737482988534, + ], + [ + -83.47556700746289, + 31.031940593709024, + ], + [ + -83.50751143738735, + 31.048323628605782, + ], + [ + -83.57498955902554, + 31.078027950894, + ], + [ + -83.51002392063984, + 31.20608419743128, + ], + [ + -83.51253640389233, + 31.327372370535798, + ], + [ + -83.43464942306525, + 31.350362334259778, + ], + [ + -83.33558579768152, + 31.244275468944707, + ], + [ + -83.2946682132839, + 31.02737482988534, + ], + ], + ], + "type": "Polygon", + }, + "id": "13075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28005 { + "geometry": { + "coordinates": [ + [ + [ + -90.63327286761658, + 31.34918060715247, + ], + [ + -90.54820736321098, + 31.349556611232067, + ], + [ + -90.54784843703206, + 30.999657957732133, + ], + [ + -90.56758937687302, + 30.999657957732133, + ], + [ + -90.82601622570014, + 30.999281953652535, + ], + [ + -91.06003609436027, + 30.998852234704422, + ], + [ + -91.05931824200242, + 31.281553587693395, + ], + [ + -91.09556978607401, + 31.320926586314126, + ], + [ + -91.01301676492089, + 31.34880460307287, + ], + [ + -90.63327286761658, + 31.34918060715247, + ], + ], + ], + "type": "Polygon", + }, + "id": "28005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28113 { + "geometry": { + "coordinates": [ + [ + [ + -90.26034856771187, + 31.35025490452275, + ], + [ + -90.25963071535402, + 31.0006785402339, + ], + [ + -90.3472087030121, + 31.000356251022815, + ], + [ + -90.54784843703206, + 30.999657957732133, + ], + [ + -90.54820736321098, + 31.349556611232067, + ], + [ + -90.26034856771187, + 31.35025490452275, + ], + ], + ], + "type": "Polygon", + }, + "id": "28113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28147 { + "geometry": { + "coordinates": [ + [ + [ + -90.03996789385096, + 31.33602046436655, + ], + [ + -90.03171259173564, + 31.175735296720894, + ], + [ + -89.92080440244733, + 31.07464391417762, + ], + [ + -89.83573889804174, + 31.074966203388705, + ], + [ + -89.83573889804174, + 31.00202141194675, + ], + [ + -90.25963071535402, + 31.0006785402339, + ], + [ + -90.26034856771187, + 31.35025490452275, + ], + [ + -90.24419688966017, + 31.35025490452275, + ], + [ + -90.03996789385096, + 31.33602046436655, + ], + ], + ], + "type": "Polygon", + }, + "id": "28147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22009 { + "geometry": { + "coordinates": [ + [ + [ + -92.00796013290535, + 31.325814639348895, + ], + [ + -91.99073167631687, + 31.22520669062225, + ], + [ + -91.92684281646794, + 31.29482116021634, + ], + [ + -91.83423986230488, + 31.266298565035427, + ], + [ + -91.67738912211398, + 31.18803600161059, + ], + [ + -91.7236905991955, + 31.04424129859872, + ], + [ + -91.750610062615, + 31.018780450923103, + ], + [ + -91.80588469416969, + 30.969953635443915, + ], + [ + -91.81521677482178, + 30.848128313654257, + ], + [ + -92.21254805489349, + 30.848558032602366, + ], + [ + -92.28074402888954, + 30.965065582409146, + ], + [ + -92.2085998669253, + 30.962218694377903, + ], + [ + -92.23336577327123, + 31.318563132099513, + ], + [ + -92.08656496609026, + 31.33537588594438, + ], + [ + -92.00796013290535, + 31.325814639348895, + ], + ], + ], + "type": "Polygon", + }, + "id": "22009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13071 { + "geometry": { + "coordinates": [ + [ + [ + -83.6539533183894, + 31.330648977515153, + ], + [ + -83.51253640389233, + 31.327372370535798, + ], + [ + -83.51002392063984, + 31.20608419743128, + ], + [ + -83.57498955902554, + 31.078027950894, + ], + [ + -83.57391278048877, + 31.03387432897553, + ], + [ + -83.73614741336358, + 31.037688084640017, + ], + [ + -84.0039063428428, + 31.041555555173023, + ], + [ + -84.00354741666388, + 31.077275942734808, + ], + [ + -83.99924030251675, + 31.334892452127754, + ], + [ + -83.6539533183894, + 31.330648977515153, + ], + ], + ], + "type": "Polygon", + }, + "id": "13071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48027 { + "geometry": { + "coordinates": [ + [ + [ + -97.2780732180842, + 31.279780997032432, + ], + [ + -97.07025496048571, + 30.986229240603645, + ], + [ + -97.2590501306011, + 30.88959619214703, + ], + [ + -97.31540154069256, + 30.75230098822535, + ], + [ + -97.6251548331062, + 30.870419984087548, + ], + [ + -97.82866597655756, + 30.90614037164933, + ], + [ + -97.9115779238896, + 31.03489491147729, + ], + [ + -97.90727080974249, + 31.069379857063254, + ], + [ + -97.41877228022342, + 31.32017457815493, + ], + [ + -97.34339778264884, + 31.244221754076193, + ], + [ + -97.2780732180842, + 31.279780997032432, + ], + ], + ], + "type": "Polygon", + }, + "id": "48027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01003 { + "geometry": { + "coordinates": [ + [ + [ + -87.76509377181435, + 31.297345759036496, + ], + [ + -87.6157804813809, + 31.24443661355025, + ], + [ + -87.59891095097134, + 30.99745564812306, + ], + [ + -87.634803568864, + 30.865907935132377, + ], + [ + -87.52999712461744, + 30.74273974162987, + ], + [ + -87.40688544524562, + 30.675166437039305, + ], + [ + -87.43272813012834, + 30.48431750920921, + ], + [ + -87.390374841015, + 30.44623366743281, + ], + [ + -87.55978799746835, + 30.27198263397353, + ], + [ + -87.83831471231537, + 30.227184433632885, + ], + [ + -87.96860491526571, + 30.234597085487813, + ], + [ + -87.74714746286801, + 30.288473098607312, + ], + [ + -87.90686961249034, + 30.410352135265484, + ], + [ + -87.9022035721643, + 30.542329567204284, + ], + [ + -87.93773726387802, + 30.715076584345177, + ], + [ + -88.01921350649435, + 30.744942051238937, + ], + [ + -88.02029028503114, + 30.76771715548886, + ], + [ + -88.00198504990588, + 30.786947078416855, + ], + [ + -87.94060867330944, + 31.049720215187143, + ], + [ + -87.97291202941283, + 31.162682583672, + ], + [ + -87.94671041835119, + 31.19292405464536, + ], + [ + -87.76509377181435, + 31.297345759036496, + ], + ], + ], + "type": "Polygon", + }, + "id": "01003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01069 { + "geometry": { + "coordinates": [ + [ + [ + -85.08750447702212, + 31.308625881424426, + ], + [ + -85.1007847456424, + 31.165046037886615, + ], + [ + -85.02864058367817, + 31.075664496679387, + ], + [ + -85.00243897261652, + 31.0006785402339, + ], + [ + -85.48878394506202, + 30.997079644043467, + ], + [ + -85.48591253563062, + 31.19985327268366, + ], + [ + -85.71095924981758, + 31.19518007912295, + ], + [ + -85.65999173241, + 31.27091804372763, + ], + [ + -85.48591253563062, + 31.24610177447418, + ], + [ + -85.41771656163456, + 31.314964235909073, + ], + [ + -85.08750447702212, + 31.308625881424426, + ], + ], + ], + "type": "Polygon", + }, + "id": "01069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01053 { + "geometry": { + "coordinates": [ + [ + [ + -86.70015979893921, + 31.19238690596022, + ], + [ + -86.68831523503462, + 30.994501330354794, + ], + [ + -86.78558422952374, + 30.99697221430644, + ], + [ + -87.16317456975449, + 30.99895966444145, + ], + [ + -87.59891095097134, + 30.99745564812306, + ], + [ + -87.6157804813809, + 31.24443661355025, + ], + [ + -87.42734423744444, + 31.260336214630378, + ], + [ + -86.76440758496706, + 31.26130308226363, + ], + [ + -86.70015979893921, + 31.19238690596022, + ], + ], + ], + "type": "Polygon", + }, + "id": "01053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13201 { + "geometry": { + "coordinates": [ + [ + [ + -84.64171816279531, + 31.258939628049017, + ], + [ + -84.53727064472768, + 31.255931595412235, + ], + [ + -84.54265453741158, + 31.079048533395767, + ], + [ + -84.73073185516911, + 31.069164997589198, + ], + [ + -84.9223984347159, + 31.07260274917409, + ], + [ + -84.91737346821093, + 31.25571673593818, + ], + [ + -84.64171816279531, + 31.258939628049017, + ], + ], + ], + "type": "Polygon", + }, + "id": "13201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01061 { + "geometry": { + "coordinates": [ + [ + [ + -85.48878394506202, + 30.997079644043467, + ], + [ + -85.49811602571411, + 30.996918499437925, + ], + [ + -86.03506958938827, + 30.99326588837897, + ], + [ + -86.18725428925313, + 30.993964181669654, + ], + [ + -86.19371496047381, + 31.192172046486164, + ], + [ + -85.79135871389713, + 31.196361806230254, + ], + [ + -85.71095924981758, + 31.19518007912295, + ], + [ + -85.48591253563062, + 31.19985327268366, + ], + [ + -85.48878394506202, + 30.997079644043467, + ], + ], + ], + "type": "Polygon", + }, + "id": "01061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48351 { + "geometry": { + "coordinates": [ + [ + [ + -93.55852122586813, + 30.868754823163613, + ], + [ + -93.63138324019023, + 30.677905895333517, + ], + [ + -93.73942002004713, + 30.54055697654332, + ], + [ + -93.69778458329165, + 30.443816498349683, + ], + [ + -93.74157357712069, + 30.40224119011988, + ], + [ + -93.76562163110877, + 30.343315979360064, + ], + [ + -93.70962914719622, + 30.244158332083295, + ], + [ + -93.90129572674302, + 30.242654315764906, + ], + [ + -93.86612096120821, + 30.947232246062512, + ], + [ + -93.91098673357403, + 31.158063104979803, + ], + [ + -93.60015666262362, + 31.176165015669007, + ], + [ + -93.55241948082639, + 31.185511402790432, + ], + [ + -93.50898941317627, + 31.028932561072242, + ], + [ + -93.55852122586813, + 30.868754823163613, + ], + ], + ], + "type": "Polygon", + }, + "id": "48351", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13065 { + "geometry": { + "coordinates": [ + [ + [ + -82.67157236666736, + 31.183470237786903, + ], + [ + -82.5922496811246, + 31.01845816171202, + ], + [ + -82.49067357248838, + 30.963185562011155, + ], + [ + -82.49533961281442, + 30.819498288736312, + ], + [ + -82.43575786711261, + 30.81998172255294, + ], + [ + -82.41888833670306, + 30.581756280693533, + ], + [ + -82.45980592110068, + 30.584173449776657, + ], + [ + -82.58399437900928, + 30.59153238676307, + ], + [ + -82.59045505022996, + 30.706267345908888, + ], + [ + -82.76740565644076, + 30.732695061217754, + ], + [ + -82.84708726816245, + 30.835183030342392, + ], + [ + -82.97127572607106, + 30.869345686717267, + ], + [ + -82.9705578737132, + 31.18395367160353, + ], + [ + -82.67157236666736, + 31.183470237786903, + ], + ], + ], + "type": "Polygon", + }, + "id": "13065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13173 { + "geometry": { + "coordinates": [ + [ + [ + -82.9705578737132, + 31.18395367160353, + ], + [ + -82.97127572607106, + 30.869345686717267, + ], + [ + -83.0193718340472, + 30.849471185367104, + ], + [ + -83.04306096185637, + 30.947285960931026, + ], + [ + -83.17945290984846, + 30.950079134093748, + ], + [ + -83.19775814497372, + 31.02549480948735, + ], + [ + -83.1650958626914, + 31.14721270153998, + ], + [ + -83.04700914982456, + 31.183631382392445, + ], + [ + -82.9705578737132, + 31.18395367160353, + ], + ], + ], + "type": "Polygon", + }, + "id": "13173", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 01097 { + "geometry": { + "coordinates": [ + [ + [ + -88.00198504990588, + 30.786947078416855, + ], + [ + -88.1035611585421, + 30.500807973842996, + ], + [ + -88.10715042033137, + 30.377639780340488, + ], + [ + -88.39608599436725, + 30.386986167461913, + ], + [ + -88.4129555247768, + 30.73559566411751, + ], + [ + -88.42551794103923, + 30.998315086019286, + ], + [ + -88.43197861225991, + 31.114285487140926, + ], + [ + -88.32968465126584, + 31.1438286648236, + ], + [ + -88.02316169446254, + 31.144258383771714, + ], + [ + -87.97291202941283, + 31.162682583672, + ], + [ + -87.94060867330944, + 31.049720215187143, + ], + [ + -88.00198504990588, + 30.786947078416855, + ], + ], + ], + "type": "Polygon", + }, + "id": "01097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13039 { + "geometry": { + "coordinates": [ + [ + [ + [ + -81.4092289953826, + 30.933481239722937, + ], + [ + -81.4820910097047, + 30.734145362667633, + ], + [ + -81.51116403019776, + 30.881431532132908, + ], + [ + -81.4092289953826, + 30.933481239722937, + ], + ], + ], + [ + [ + [ + -81.55423517166895, + 31.080122830766044, + ], + [ + -81.44440376091741, + 30.947017386588456, + ], + [ + -81.50183194954566, + 30.72829044199961, + ], + [ + -81.60663839379222, + 30.71738632369128, + ], + [ + -81.90490604848021, + 30.828307527172605, + ], + [ + -81.90490604848021, + 31.037526940034475, + ], + [ + -81.9357736998679, + 31.048323628605782, + ], + [ + -81.76636054341455, + 31.169611801710303, + ], + [ + -81.55423517166895, + 31.080122830766044, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "13039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48241 { + "geometry": { + "coordinates": [ + [ + [ + -93.90129572674302, + 30.242654315764906, + ], + [ + -94.11772821263574, + 30.24163373326314, + ], + [ + -94.08327129945879, + 30.34567943357468, + ], + [ + -94.11665143409896, + 30.433986677411628, + ], + [ + -94.07178566173313, + 30.526053962044557, + ], + [ + -94.05132686953432, + 30.640036913031174, + ], + [ + -94.12311210531963, + 30.68279394836829, + ], + [ + -94.25304338209105, + 31.018941595528645, + ], + [ + -94.4576313040792, + 31.033444610027416, + ], + [ + -94.12957277654031, + 31.099245323957014, + ], + [ + -94.03912337945081, + 31.134267418228116, + ], + [ + -93.91098673357403, + 31.158063104979803, + ], + [ + -93.86612096120821, + 30.947232246062512, + ], + [ + -93.90129572674302, + 30.242654315764906, + ], + ], + ], + "type": "Polygon", + }, + "id": "48241", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48373 { + "geometry": { + "coordinates": [ + [ + [ + -94.56171989596791, + 31.059066602308576, + ], + [ + -94.65791211192023, + 31.01195866262183, + ], + [ + -94.54556821791621, + 30.526967114809292, + ], + [ + -94.53803076815875, + 30.490978152904937, + ], + [ + -94.73256875713696, + 30.490065000140202, + ], + [ + -94.8506554700038, + 30.494201045015778, + ], + [ + -94.83055560398391, + 30.541577559045088, + ], + [ + -94.96838325669171, + 30.576921942527274, + ], + [ + -95.05452553963408, + 30.680161919811106, + ], + [ + -95.11482513769376, + 30.66098571175162, + ], + [ + -95.13133574192437, + 30.781683021302488, + ], + [ + -95.20024956827828, + 30.824547486376627, + ], + [ + -94.93931023619866, + 31.041877844384107, + ], + [ + -94.84275909406742, + 31.146729267723355, + ], + [ + -94.56171989596791, + 31.059066602308576, + ], + ], + ], + "type": "Polygon", + }, + "id": "48373", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48331 { + "geometry": { + "coordinates": [ + [ + [ + -96.6215972368275, + 30.730707611082742, + ], + [ + -96.96365388534453, + 30.557101156045626, + ], + [ + -97.15532046489132, + 30.457352645215202, + ], + [ + -97.27197147304246, + 30.735917953328595, + ], + [ + -97.31540154069256, + 30.75230098822535, + ], + [ + -97.2590501306011, + 30.88959619214703, + ], + [ + -97.07025496048571, + 30.986229240603645, + ], + [ + -96.82941549442599, + 31.10585225278423, + ], + [ + -96.76696233929276, + 31.042576137674786, + ], + [ + -96.73394113083152, + 30.903347198486607, + ], + [ + -96.65138810967841, + 30.826857225722726, + ], + [ + -96.6215972368275, + 30.730707611082742, + ], + ], + ], + "type": "Polygon", + }, + "id": "48331", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48243 { + "geometry": { + "coordinates": [ + [ + [ + -103.80083866771679, + 30.412500730006045, + ], + [ + -103.90097907163731, + 30.41217844079496, + ], + [ + -104.97991116549058, + 30.629293939328385, + ], + [ + -104.91709908417843, + 30.663617740308805, + ], + [ + -104.10269558419404, + 31.105100244625035, + ], + [ + -103.58512403418192, + 30.766481713513038, + ], + [ + -103.44011785789559, + 30.665927479654904, + ], + [ + -103.80083866771679, + 30.412500730006045, + ], + ], + ], + "type": "Polygon", + }, + "id": "48243", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48313 { + "geometry": { + "coordinates": [ + [ + [ + -95.61839856672773, + 30.93041949221764, + ], + [ + -95.86318622075565, + 30.864135344471414, + ], + [ + -96.16827347284324, + 30.822989755189724, + ], + [ + -96.24113548716534, + 30.973713676239893, + ], + [ + -95.97517118858075, + 31.092047531576142, + ], + [ + -95.76448152155085, + 31.094196126316703, + ], + [ + -95.66398219145141, + 31.083775441824997, + ], + [ + -95.67582675535598, + 30.98547723244445, + ], + [ + -95.61839856672773, + 30.93041949221764, + ], + ], + ], + "type": "Polygon", + }, + "id": "48313", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48327 { + "geometry": { + "coordinates": [ + [ + [ + -99.60319700517053, + 31.0872669082784, + ], + [ + -99.60355593134946, + 30.940732746972323, + ], + [ + -99.48475136612477, + 30.940625317235295, + ], + [ + -99.48403351376692, + 30.710779394864062, + ], + [ + -100.1161025148566, + 30.71034967591595, + ], + [ + -100.11538466249876, + 31.087965201569084, + ], + [ + -99.60319700517053, + 31.0872669082784, + ], + ], + ], + "type": "Polygon", + }, + "id": "48327", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48413 { + "geometry": { + "coordinates": [ + [ + [ + -100.11538466249876, + 31.087965201569084, + ], + [ + -100.1161025148566, + 30.71034967591595, + ], + [ + -100.96065581387083, + 30.70599877156632, + ], + [ + -100.96209151858653, + 31.08248628498066, + ], + [ + -100.68858977024449, + 31.086514900119205, + ], + [ + -100.11538466249876, + 31.087965201569084, + ], + ], + ], + "type": "Polygon", + }, + "id": "48413", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48105 { + "geometry": { + "coordinates": [ + [ + [ + -102.30124509216158, + 31.086138896039607, + ], + [ + -101.776136092392, + 31.079746826686446, + ], + [ + -101.2750751466105, + 31.079317107738337, + ], + [ + -100.96209151858653, + 31.08248628498066, + ], + [ + -100.96065581387083, + 30.70599877156632, + ], + [ + -100.96065581387083, + 30.287721090448116, + ], + [ + -101.75854870962459, + 30.2880433796592, + ], + [ + -101.65840830570409, + 30.357013270831125, + ], + [ + -101.74060240067827, + 30.4223305509441, + ], + [ + -101.64620481562058, + 30.560109188682404, + ], + [ + -101.65266548684126, + 30.620377271155068, + ], + [ + -101.76859864263454, + 30.653304485554123, + ], + [ + -101.81023407939003, + 30.702346160507368, + ], + [ + -101.87484079159681, + 30.91016898678788, + ], + [ + -101.99292750446365, + 30.98902241376637, + ], + [ + -102.18997797669434, + 31.003310568791086, + ], + [ + -102.38954093217751, + 31.08710576367286, + ], + [ + -102.30124509216158, + 31.086138896039607, + ], + ], + ], + "type": "Polygon", + }, + "id": "48105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13087 { + "geometry": { + "coordinates": [ + [ + [ + -84.54265453741158, + 31.079048533395767, + ], + [ + -84.50819762423463, + 31.078511384710627, + ], + [ + -84.37647171656857, + 31.078887388790225, + ], + [ + -84.3807788307157, + 30.689938025880643, + ], + [ + -84.86353454137193, + 30.711585117891772, + ], + [ + -84.75585668769396, + 30.885997295956596, + ], + [ + -84.73073185516911, + 31.069164997589198, + ], + [ + -84.54265453741158, + 31.079048533395767, + ], + ], + ], + "type": "Polygon", + }, + "id": "13087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13131 { + "geometry": { + "coordinates": [ + [ + [ + -84.11660916302574, + 31.077920521156972, + ], + [ + -84.07569157862811, + 30.91183414771181, + ], + [ + -84.08358795456449, + 30.675811015461473, + ], + [ + -84.28243305768981, + 30.68526483231993, + ], + [ + -84.3807788307157, + 30.689938025880643, + ], + [ + -84.37647171656857, + 31.078887388790225, + ], + [ + -84.11660916302574, + 31.077920521156972, + ], + ], + ], + "type": "Polygon", + }, + "id": "13131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13027 { + "geometry": { + "coordinates": [ + [ + [ + -83.50751143738735, + 31.048323628605782, + ], + [ + -83.47556700746289, + 31.031940593709024, + ], + [ + -83.44039224192808, + 30.904743785067968, + ], + [ + -83.35101962337536, + 30.84178995916961, + ], + [ + -83.44936539640125, + 30.81794055754941, + ], + [ + -83.48489908811497, + 30.75230098822535, + ], + [ + -83.35712136841711, + 30.637297454736967, + ], + [ + -83.61160002927606, + 30.651263320550594, + ], + [ + -83.74368486312103, + 30.658461112931462, + ], + [ + -83.73614741336358, + 31.037688084640017, + ], + [ + -83.57391278048877, + 31.03387432897553, + ], + [ + -83.57498955902554, + 31.078027950894, + ], + [ + -83.50751143738735, + 31.048323628605782, + ], + ], + ], + "type": "Polygon", + }, + "id": "13027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13275 { + "geometry": { + "coordinates": [ + [ + [ + -84.00354741666388, + 31.077275942734808, + ], + [ + -84.0039063428428, + 31.041555555173023, + ], + [ + -83.73614741336358, + 31.037688084640017, + ], + [ + -83.74368486312103, + 30.658461112931462, + ], + [ + -84.00749560463207, + 30.67210468953401, + ], + [ + -84.08358795456449, + 30.675811015461473, + ], + [ + -84.07569157862811, + 30.91183414771181, + ], + [ + -84.11660916302574, + 31.077920521156972, + ], + [ + -84.00354741666388, + 31.077275942734808, + ], + ], + ], + "type": "Polygon", + }, + "id": "13275", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13253 { + "geometry": { + "coordinates": [ + [ + [ + -84.73073185516911, + 31.069164997589198, + ], + [ + -84.75585668769396, + 30.885997295956596, + ], + [ + -84.86353454137193, + 30.711585117891772, + ], + [ + -84.86461131990872, + 30.711585117891772, + ], + [ + -85.00243897261652, + 31.0006785402339, + ], + [ + -85.02864058367817, + 31.075664496679387, + ], + [ + -84.9223984347159, + 31.07260274917409, + ], + [ + -84.73073185516911, + 31.069164997589198, + ], + ], + ], + "type": "Polygon", + }, + "id": "13253", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13049 { + "geometry": { + "coordinates": [ + [ + [ + -81.90490604848021, + 30.828307527172605, + ], + [ + -82.03627302996733, + 30.754771872176995, + ], + [ + -82.04955329858761, + 30.655291935689142, + ], + [ + -82.00540537857965, + 30.563493225398787, + ], + [ + -82.04991222476654, + 30.362331042814006, + ], + [ + -82.17015249470694, + 30.358893291229116, + ], + [ + -82.20855759585208, + 30.41378988685038, + ], + [ + -82.21465934089385, + 30.568488708170584, + ], + [ + -82.14969370250813, + 30.78431504985967, + ], + [ + -82.42104189377662, + 30.79516545329949, + ], + [ + -82.41565800109272, + 31.01357010867725, + ], + [ + -82.1317473935618, + 31.01072322064601, + ], + [ + -82.06103893631327, + 31.075342207468303, + ], + [ + -81.9357736998679, + 31.048323628605782, + ], + [ + -81.90490604848021, + 31.037526940034475, + ], + [ + -81.90490604848021, + 30.828307527172605, + ], + ], + ], + "type": "Polygon", + }, + "id": "13049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48457 { + "geometry": { + "coordinates": [ + [ + [ + -94.4576313040792, + 31.033444610027416, + ], + [ + -94.25304338209105, + 31.018941595528645, + ], + [ + -94.12311210531963, + 30.68279394836829, + ], + [ + -94.05132686953432, + 30.640036913031174, + ], + [ + -94.07178566173313, + 30.526053962044557, + ], + [ + -94.54556821791621, + 30.526967114809292, + ], + [ + -94.65791211192023, + 31.01195866262183, + ], + [ + -94.56171989596791, + 31.059066602308576, + ], + [ + -94.4576313040792, + 31.033444610027416, + ], + ], + ], + "type": "Polygon", + }, + "id": "48457", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48471 { + "geometry": { + "coordinates": [ + [ + [ + -95.32730943561829, + 30.859515865779215, + ], + [ + -95.35925386554275, + 30.504460584901942, + ], + [ + -95.59829870070784, + 30.508972633857116, + ], + [ + -95.83016501229442, + 30.630260806961637, + ], + [ + -95.86318622075565, + 30.864135344471414, + ], + [ + -95.61839856672773, + 30.93041949221764, + ], + [ + -95.43462836311733, + 31.058099734675324, + ], + [ + -95.39658218815111, + 30.857635845381225, + ], + [ + -95.32730943561829, + 30.859515865779215, + ], + ], + ], + "type": "Polygon", + }, + "id": "48471", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22125 { + "geometry": { + "coordinates": [ + [ + [ + [ + -91.30374696985142, + 30.651961613841273, + ], + [ + -91.33102535944984, + 30.658622257537004, + ], + [ + -91.3805571721417, + 30.758746772447026, + ], + [ + -91.59447717478194, + 30.750152393484793, + ], + [ + -91.51802589867057, + 30.851297490896577, + ], + [ + -91.62498589999069, + 30.840232227982703, + ], + [ + -91.66267314877798, + 30.970329639523513, + ], + [ + -91.63647153771635, + 30.99933566852105, + ], + [ + -91.17668710251141, + 30.999013379309964, + ], + [ + -91.30374696985142, + 30.651961613841273, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "22125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48053 { + "geometry": { + "coordinates": [ + [ + [ + -97.9115779238896, + 31.03489491147729, + ], + [ + -97.82866597655756, + 30.90614037164933, + ], + [ + -97.96326329365503, + 30.785174487755896, + ], + [ + -98.04976450277633, + 30.624137311951046, + ], + [ + -98.12585685270876, + 30.426198021477106, + ], + [ + -98.34982678835894, + 30.48571409579057, + ], + [ + -98.43776370219595, + 30.673877280194972, + ], + [ + -98.37566947324166, + 30.746553497294357, + ], + [ + -98.3774641041363, + 30.83566646415902, + ], + [ + -98.44566007813233, + 30.92144910917581, + ], + [ + -98.43955833309059, + 31.029523424625896, + ], + [ + -97.9115779238896, + 31.03489491147729, + ], + ], + ], + "type": "Polygon", + }, + "id": "48053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13185 { + "geometry": { + "coordinates": [ + [ + [ + -83.2946682132839, + 31.02737482988534, + ], + [ + -83.19775814497372, + 31.02549480948735, + ], + [ + -83.17945290984846, + 30.950079134093748, + ], + [ + -83.04306096185637, + 30.947285960931026, + ], + [ + -83.0193718340472, + 30.849471185367104, + ], + [ + -83.13638176837728, + 30.77684868313623, + ], + [ + -83.1367406945562, + 30.623976167345504, + ], + [ + -83.30938418661988, + 30.634343136968695, + ], + [ + -83.34096969036543, + 30.636330587103714, + ], + [ + -83.35712136841711, + 30.637297454736967, + ], + [ + -83.48489908811497, + 30.75230098822535, + ], + [ + -83.44936539640125, + 30.81794055754941, + ], + [ + -83.35101962337536, + 30.84178995916961, + ], + [ + -83.44039224192808, + 30.904743785067968, + ], + [ + -83.47556700746289, + 31.031940593709024, + ], + [ + -83.2946682132839, + 31.02737482988534, + ], + ], + ], + "type": "Polygon", + }, + "id": "13185", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22077 { + "geometry": { + "coordinates": [ + [ + [ + -91.65836603463087, + 30.99434018574925, + ], + [ + -91.66267314877798, + 30.970329639523513, + ], + [ + -91.62498589999069, + 30.840232227982703, + ], + [ + -91.51802589867057, + 30.851297490896577, + ], + [ + -91.59447717478194, + 30.750152393484793, + ], + [ + -91.3805571721417, + 30.758746772447026, + ], + [ + -91.33102535944984, + 30.658622257537004, + ], + [ + -91.41465515913973, + 30.51149723267727, + ], + [ + -91.48500469020934, + 30.497101647915528, + ], + [ + -91.70107824992313, + 30.4973702222581, + ], + [ + -91.75635288147782, + 30.497692511469182, + ], + [ + -91.73374053220545, + 30.701647867216685, + ], + [ + -91.81521677482178, + 30.848128313654257, + ], + [ + -91.80588469416969, + 30.969953635443915, + ], + [ + -91.750610062615, + 31.018780450923103, + ], + [ + -91.65836603463087, + 30.99434018574925, + ], + ], + ], + "type": "Polygon", + }, + "id": "22077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28109 { + "geometry": { + "coordinates": [ + [ + [ + -89.3490349994173, + 31.010347216566412, + ], + [ + -89.340779697302, + 30.90990041244531, + ], + [ + -89.34149754965985, + 30.647718139228672, + ], + [ + -89.54429084075336, + 30.64836271765084, + ], + [ + -89.54429084075336, + 30.516815004660153, + ], + [ + -89.69001486939754, + 30.459286380481704, + ], + [ + -89.81528010584292, + 30.585999755306133, + ], + [ + -89.84219956926242, + 30.666464628340044, + ], + [ + -89.72806104436377, + 31.00228998628932, + ], + [ + -89.65412225150489, + 31.002504845763376, + ], + [ + -89.3490349994173, + 31.010347216566412, + ], + ], + ], + "type": "Polygon", + }, + "id": "28109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22117 { + "geometry": { + "coordinates": [ + [ + [ + -89.72806104436377, + 31.00228998628932, + ], + [ + -89.84219956926242, + 30.666464628340044, + ], + [ + -89.99510212148513, + 30.665282901232736, + ], + [ + -90.25568252738583, + 30.712014836839884, + ], + [ + -90.3472087030121, + 31.000356251022815, + ], + [ + -90.25963071535402, + 31.0006785402339, + ], + [ + -89.83573889804174, + 31.00202141194675, + ], + [ + -89.72806104436377, + 31.00228998628932, + ], + ], + ], + "type": "Polygon", + }, + "id": "22117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22039 { + "geometry": { + "coordinates": [ + [ + [ + -92.28074402888954, + 30.965065582409146, + ], + [ + -92.21254805489349, + 30.848558032602366, + ], + [ + -92.17234832285372, + 30.767932014962916, + ], + [ + -92.21147127635672, + 30.568112704090986, + ], + [ + -92.4490804068061, + 30.534379766664216, + ], + [ + -92.49322832681408, + 30.480503753544717, + ], + [ + -92.63213275805866, + 30.481148331966885, + ], + [ + -92.63033812716402, + 30.48786269053113, + ], + [ + -92.59731691870277, + 30.580198549506626, + ], + [ + -92.5976758448817, + 30.89609569123722, + ], + [ + -92.48748550795125, + 30.909416978628684, + ], + [ + -92.38770403020966, + 31.001537978130123, + ], + [ + -92.28074402888954, + 30.965065582409146, + ], + ], + ], + "type": "Polygon", + }, + "id": "22039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12063 { + "geometry": { + "coordinates": [ + [ + [ + -85.00243897261652, + 31.0006785402339, + ], + [ + -84.86461131990872, + 30.711585117891772, + ], + [ + -84.93244836772584, + 30.606357690472926, + ], + [ + -85.16790394110167, + 30.608022851396857, + ], + [ + -85.17185212906986, + 30.564352663295008, + ], + [ + -85.38397750081546, + 30.566877262115163, + ], + [ + -85.43530394440197, + 30.567575555405845, + ], + [ + -85.43243253497056, + 30.785443062098466, + ], + [ + -85.59969213435033, + 30.830402407044648, + ], + [ + -85.49811602571411, + 30.996918499437925, + ], + [ + -85.48878394506202, + 30.997079644043467, + ], + [ + -85.00243897261652, + 31.0006785402339, + ], + ], + ], + "type": "Polygon", + }, + "id": "12063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22105 { + "geometry": { + "coordinates": [ + [ + [ + -90.3472087030121, + 31.000356251022815, + ], + [ + -90.25568252738583, + 30.712014836839884, + ], + [ + -90.24347903730232, + 30.224391260470156, + ], + [ + -90.27793595047928, + 30.23083704469183, + ], + [ + -90.29767689032023, + 30.293683440853165, + ], + [ + -90.40176548220894, + 30.28546506597053, + ], + [ + -90.50370051702409, + 30.362545902288062, + ], + [ + -90.56687152451516, + 30.48678839316085, + ], + [ + -90.56758937687302, + 30.650027878574775, + ], + [ + -90.56758937687302, + 30.999657957732133, + ], + [ + -90.54784843703206, + 30.999657957732133, + ], + [ + -90.3472087030121, + 31.000356251022815, + ], + ], + ], + "type": "Polygon", + }, + "id": "22105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12033 { + "geometry": { + "coordinates": [ + [ + [ + -87.17896732162725, + 30.544478161944845, + ], + [ + -87.17322450276443, + 30.43291238004135, + ], + [ + -87.26726316164319, + 30.34471256594143, + ], + [ + -87.46216007680032, + 30.309797901407354, + ], + [ + -87.42375497565517, + 30.402456049593937, + ], + [ + -87.34012517596528, + 30.43076378530079, + ], + [ + -87.43272813012834, + 30.48431750920921, + ], + [ + -87.40688544524562, + 30.675166437039305, + ], + [ + -87.52999712461744, + 30.74273974162987, + ], + [ + -87.634803568864, + 30.865907935132377, + ], + [ + -87.59891095097134, + 30.99745564812306, + ], + [ + -87.16317456975449, + 30.99895966444145, + ], + [ + -87.28305591351595, + 30.924564571549617, + ], + [ + -87.31212893400901, + 30.73462879648426, + ], + [ + -87.17896732162725, + 30.544478161944845, + ], + ], + ], + "type": "Polygon", + }, + "id": "12033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12113 { + "geometry": { + "coordinates": [ + [ + [ + -86.78558422952374, + 30.99697221430644, + ], + [ + -86.79958235050186, + 30.40621609038991, + ], + [ + -87.17717269073262, + 30.350513771740935, + ], + [ + -86.93848678174645, + 30.4531091706026, + ], + [ + -87.01924517200493, + 30.504729159244512, + ], + [ + -87.06805913233895, + 30.448167402699312, + ], + [ + -87.15779067707058, + 30.579822545427028, + ], + [ + -87.17896732162725, + 30.544478161944845, + ], + [ + -87.31212893400901, + 30.73462879648426, + ], + [ + -87.28305591351595, + 30.924564571549617, + ], + [ + -87.16317456975449, + 30.99895966444145, + ], + [ + -86.78558422952374, + 30.99697221430644, + ], + ], + ], + "type": "Polygon", + }, + "id": "12113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28039 { + "geometry": { + "coordinates": [ + [ + [ + -88.42551794103923, + 30.998315086019286, + ], + [ + -88.4129555247768, + 30.73559566411751, + ], + [ + -88.88458452388632, + 30.73559566411751, + ], + [ + -88.88494345006525, + 30.91075985034153, + ], + [ + -88.8343348588366, + 30.9979927968082, + ], + [ + -88.42551794103923, + 30.998315086019286, + ], + ], + ], + "type": "Polygon", + }, + "id": "28039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22091 { + "geometry": { + "coordinates": [ + [ + [ + -90.56758937687302, + 30.999657957732133, + ], + [ + -90.56758937687302, + 30.650027878574775, + ], + [ + -90.91072280392682, + 30.649383300152607, + ], + [ + -90.85078213204608, + 30.719266344089267, + ], + [ + -90.85831958180354, + 30.939282445522444, + ], + [ + -90.82601622570014, + 30.999281953652535, + ], + [ + -90.56758937687302, + 30.999657957732133, + ], + ], + ], + "type": "Polygon", + }, + "id": "22091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12091 { + "geometry": { + "coordinates": [ + [ + [ + [ + -86.68831523503462, + 30.994501330354794, + ], + [ + -86.38861187563094, + 30.994125326275196, + ], + [ + -86.39471362067269, + 30.45396860849882, + ], + [ + -86.45429536637451, + 30.511282373203215, + ], + [ + -86.6014550997344, + 30.4015428968292, + ], + [ + -86.79958235050186, + 30.40621609038991, + ], + [ + -86.78558422952374, + 30.99697221430644, + ], + [ + -86.68831523503462, + 30.994501330354794, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22037 { + "geometry": { + "coordinates": [ + [ + [ + -90.82601622570014, + 30.999281953652535, + ], + [ + -90.85831958180354, + 30.939282445522444, + ], + [ + -90.85078213204608, + 30.719266344089267, + ], + [ + -91.25457408333847, + 30.70530047827564, + ], + [ + -91.29800415098859, + 30.64954444475815, + ], + [ + -91.30374696985142, + 30.651961613841273, + ], + [ + -91.17668710251141, + 30.999013379309964, + ], + [ + -91.06003609436027, + 30.998852234704422, + ], + [ + -90.82601622570014, + 30.999281953652535, + ], + ], + ], + "type": "Polygon", + }, + "id": "22037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12059 { + "geometry": { + "coordinates": [ + [ + [ + -85.49811602571411, + 30.996918499437925, + ], + [ + -85.59969213435033, + 30.830402407044648, + ], + [ + -85.61943307419129, + 30.744082613342716, + ], + [ + -85.82114958674804, + 30.790760834081347, + ], + [ + -85.84483871455718, + 30.70304445379805, + ], + [ + -86.03758207264076, + 30.70503190393307, + ], + [ + -86.03506958938827, + 30.99326588837897, + ], + [ + -85.49811602571411, + 30.996918499437925, + ], + ], + ], + "type": "Polygon", + }, + "id": "12059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12131 { + "geometry": { + "coordinates": [ + [ + [ + -86.18725428925313, + 30.993964181669654, + ], + [ + -86.03506958938827, + 30.99326588837897, + ], + [ + -86.03758207264076, + 30.70503190393307, + ], + [ + -85.84483871455718, + 30.70304445379805, + ], + [ + -85.9151882456268, + 30.636491731709256, + ], + [ + -85.87965455391306, + 30.504406870033428, + ], + [ + -85.99271630027494, + 30.389457051413558, + ], + [ + -85.99594663588528, + 30.269135745942286, + ], + [ + -86.39722610392518, + 30.37903636692185, + ], + [ + -86.39722610392518, + 30.3981051452443, + ], + [ + -86.1043423419211, + 30.390961067731947, + ], + [ + -86.25724489414381, + 30.486573533686794, + ], + [ + -86.39471362067269, + 30.45396860849882, + ], + [ + -86.38861187563094, + 30.994125326275196, + ], + [ + -86.18725428925313, + 30.993964181669654, + ], + ], + ], + "type": "Polygon", + }, + "id": "12131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48041 { + "geometry": { + "coordinates": [ + [ + [ + -96.16827347284324, + 30.822989755189724, + ], + [ + -96.18442515089494, + 30.58782606083561, + ], + [ + -96.10510246535216, + 30.421900831995988, + ], + [ + -96.15499320422296, + 30.330746700127797, + ], + [ + -96.15068609007584, + 30.370334558222588, + ], + [ + -96.29928152815144, + 30.380003234555097, + ], + [ + -96.35850434767433, + 30.541846133387658, + ], + [ + -96.48699991973004, + 30.619088114310735, + ], + [ + -96.60185629698654, + 30.64009062789969, + ], + [ + -96.56775830998852, + 30.695255797863524, + ], + [ + -96.45756797305806, + 30.744619762027856, + ], + [ + -96.34773656230652, + 30.912854730213574, + ], + [ + -96.24113548716534, + 30.973713676239893, + ], + [ + -96.16827347284324, + 30.822989755189724, + ], + ], + ], + "type": "Polygon", + }, + "id": "48041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48319 { + "geometry": { + "coordinates": [ + [ + [ + -99.09244505255802, + 30.941001321314893, + ], + [ + -98.96466733286016, + 30.921341679438783, + ], + [ + -98.96430840668124, + 30.49844451962838, + ], + [ + -99.30385257194577, + 30.499841106209743, + ], + [ + -99.48439243994584, + 30.499626246735687, + ], + [ + -99.48403351376692, + 30.710779394864062, + ], + [ + -99.48475136612477, + 30.940625317235295, + ], + [ + -99.09244505255802, + 30.941001321314893, + ], + ], + ], + "type": "Polygon", + }, + "id": "48319", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48299 { + "geometry": { + "coordinates": [ + [ + [ + -98.44566007813233, + 30.92144910917581, + ], + [ + -98.3774641041363, + 30.83566646415902, + ], + [ + -98.37566947324166, + 30.746553497294357, + ], + [ + -98.43776370219595, + 30.673877280194972, + ], + [ + -98.34982678835894, + 30.48571409579057, + ], + [ + -98.59174303295545, + 30.499894821078257, + ], + [ + -98.96430840668124, + 30.49844451962838, + ], + [ + -98.96466733286016, + 30.921341679438783, + ], + [ + -98.44566007813233, + 30.92144910917581, + ], + ], + ], + "type": "Polygon", + }, + "id": "48299", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28131 { + "geometry": { + "coordinates": [ + [ + [ + -88.88494345006525, + 30.91075985034153, + ], + [ + -88.88458452388632, + 30.73559566411751, + ], + [ + -88.88458452388632, + 30.677207602042834, + ], + [ + -89.23992144102363, + 30.677100172305806, + ], + [ + -89.34149754965985, + 30.647718139228672, + ], + [ + -89.340779697302, + 30.90990041244531, + ], + [ + -89.13798640620848, + 30.909846697576796, + ], + [ + -88.88494345006525, + 30.91075985034153, + ], + ], + ], + "type": "Polygon", + }, + "id": "28131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48491 { + "geometry": { + "coordinates": [ + [ + [ + -97.15532046489132, + 30.457352645215202, + ], + [ + -97.33442462817567, + 30.40320805775313, + ], + [ + -97.36924046753155, + 30.419537377781374, + ], + [ + -97.596799664971, + 30.50129140765962, + ], + [ + -97.7536504051619, + 30.433395813857977, + ], + [ + -97.8480479902196, + 30.472392808399107, + ], + [ + -97.95680262243435, + 30.62816592708959, + ], + [ + -98.04976450277633, + 30.624137311951046, + ], + [ + -97.96326329365503, + 30.785174487755896, + ], + [ + -97.82866597655756, + 30.90614037164933, + ], + [ + -97.6251548331062, + 30.870419984087548, + ], + [ + -97.31540154069256, + 30.75230098822535, + ], + [ + -97.27197147304246, + 30.735917953328595, + ], + [ + -97.15532046489132, + 30.457352645215202, + ], + ], + ], + "type": "Polygon", + }, + "id": "48491", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48407 { + "geometry": { + "coordinates": [ + [ + [ + -95.20024956827828, + 30.824547486376627, + ], + [ + -95.13133574192437, + 30.781683021302488, + ], + [ + -95.11482513769376, + 30.66098571175162, + ], + [ + -95.05452553963408, + 30.680161919811106, + ], + [ + -94.96838325669171, + 30.576921942527274, + ], + [ + -94.83055560398391, + 30.541577559045088, + ], + [ + -94.8506554700038, + 30.494201045015778, + ], + [ + -95.16579265510133, + 30.344981140284, + ], + [ + -95.30792742195625, + 30.405356652493687, + ], + [ + -95.35925386554275, + 30.504460584901942, + ], + [ + -95.32730943561829, + 30.859515865779215, + ], + [ + -95.25229386422264, + 30.90667752033447, + ], + [ + -95.20024956827828, + 30.824547486376627, + ], + ], + ], + "type": "Polygon", + }, + "id": "48407", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22003 { + "geometry": { + "coordinates": [ + [ + [ + -92.5976758448817, + 30.89609569123722, + ], + [ + -92.59731691870277, + 30.580198549506626, + ], + [ + -92.63033812716402, + 30.48786269053113, + ], + [ + -92.77247289401895, + 30.488292409479243, + ], + [ + -92.77570322962929, + 30.437639288470578, + ], + [ + -93.1310401467666, + 30.42356599291992, + ], + [ + -93.13032229440874, + 30.597870741247718, + ], + [ + -92.97921437308065, + 30.598354175064344, + ], + [ + -92.9784965207228, + 30.87815492515356, + ], + [ + -92.82379933760545, + 30.88997219622663, + ], + [ + -92.5976758448817, + 30.89609569123722, + ], + ], + ], + "type": "Polygon", + }, + "id": "22003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22011 { + "geometry": { + "coordinates": [ + [ + [ + -92.9784965207228, + 30.87815492515356, + ], + [ + -92.97921437308065, + 30.598354175064344, + ], + [ + -93.13032229440874, + 30.597870741247718, + ], + [ + -93.1310401467666, + 30.42356599291992, + ], + [ + -93.1310401467666, + 30.403046913147588, + ], + [ + -93.38551880762553, + 30.402617194199475, + ], + [ + -93.38480095526768, + 30.490118715008716, + ], + [ + -93.4863770639039, + 30.490494719088314, + ], + [ + -93.48601813772497, + 30.402456049593937, + ], + [ + -93.74157357712069, + 30.40224119011988, + ], + [ + -93.69778458329165, + 30.443816498349683, + ], + [ + -93.73942002004713, + 30.54055697654332, + ], + [ + -93.63138324019023, + 30.677905895333517, + ], + [ + -93.55852122586813, + 30.868754823163613, + ], + [ + -93.42141142551819, + 30.883150407925356, + ], + [ + -92.9784965207228, + 30.87815492515356, + ], + ], + ], + "type": "Polygon", + }, + "id": "22011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 13101 { + "geometry": { + "coordinates": [ + [ + [ + -82.58399437900928, + 30.59153238676307, + ], + [ + -82.68915974943476, + 30.597602166905148, + ], + [ + -83.1367406945562, + 30.623976167345504, + ], + [ + -83.13638176837728, + 30.77684868313623, + ], + [ + -83.0193718340472, + 30.849471185367104, + ], + [ + -82.97127572607106, + 30.869345686717267, + ], + [ + -82.84708726816245, + 30.835183030342392, + ], + [ + -82.76740565644076, + 30.732695061217754, + ], + [ + -82.59045505022996, + 30.706267345908888, + ], + [ + -82.58399437900928, + 30.59153238676307, + ], + ], + ], + "type": "Polygon", + }, + "id": "13101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48185 { + "geometry": { + "coordinates": [ + [ + [ + -95.86318622075565, + 30.864135344471414, + ], + [ + -95.83016501229442, + 30.630260806961637, + ], + [ + -95.8043223274117, + 30.24555491866466, + ], + [ + -96.09361682762652, + 30.224928409155297, + ], + [ + -96.15499320422296, + 30.330746700127797, + ], + [ + -96.10510246535216, + 30.421900831995988, + ], + [ + -96.18442515089494, + 30.58782606083561, + ], + [ + -96.16827347284324, + 30.822989755189724, + ], + [ + -95.86318622075565, + 30.864135344471414, + ], + ], + ], + "type": "Polygon", + }, + "id": "48185", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22097 { + "geometry": { + "coordinates": [ + [ + [ + -91.81521677482178, + 30.848128313654257, + ], + [ + -91.73374053220545, + 30.701647867216685, + ], + [ + -91.75635288147782, + 30.497692511469182, + ], + [ + -91.67882482682968, + 30.394721108527925, + ], + [ + -91.87085033255539, + 30.41679791948716, + ], + [ + -91.98857811924331, + 30.36861568243014, + ], + [ + -92.05031342201869, + 30.379734660212527, + ], + [ + -92.14255745000281, + 30.298732638493476, + ], + [ + -92.17629651082191, + 30.43672613570584, + ], + [ + -92.24592818953367, + 30.480181464333633, + ], + [ + -92.49322832681408, + 30.480503753544717, + ], + [ + -92.4490804068061, + 30.534379766664216, + ], + [ + -92.21147127635672, + 30.568112704090986, + ], + [ + -92.17234832285372, + 30.767932014962916, + ], + [ + -92.21254805489349, + 30.848558032602366, + ], + [ + -91.81521677482178, + 30.848128313654257, + ], + ], + ], + "type": "Polygon", + }, + "id": "22097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12133 { + "geometry": { + "coordinates": [ + [ + [ + -85.43530394440197, + 30.567575555405845, + ], + [ + -85.48627146180954, + 30.567575555405845, + ], + [ + -85.48806609270417, + 30.436672420837326, + ], + [ + -85.85345294285142, + 30.440593606238846, + ], + [ + -85.99271630027494, + 30.389457051413558, + ], + [ + -85.87965455391306, + 30.504406870033428, + ], + [ + -85.9151882456268, + 30.636491731709256, + ], + [ + -85.84483871455718, + 30.70304445379805, + ], + [ + -85.82114958674804, + 30.790760834081347, + ], + [ + -85.61943307419129, + 30.744082613342716, + ], + [ + -85.59969213435033, + 30.830402407044648, + ], + [ + -85.43243253497056, + 30.785443062098466, + ], + [ + -85.43530394440197, + 30.567575555405845, + ], + ], + ], + "type": "Polygon", + }, + "id": "12133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12089 { + "geometry": { + "coordinates": [ + [ + [ + -81.90490604848021, + 30.828307527172605, + ], + [ + -81.60663839379222, + 30.71738632369128, + ], + [ + -81.42789315668679, + 30.70084214418898, + ], + [ + -81.4400966467703, + 30.51649271544907, + ], + [ + -81.49573020450391, + 30.566232683692995, + ], + [ + -81.60161342728725, + 30.560485192762002, + ], + [ + -81.71718765690161, + 30.571389311070334, + ], + [ + -82.04919437240869, + 30.27337922055489, + ], + [ + -82.04991222476654, + 30.362331042814006, + ], + [ + -82.00540537857965, + 30.563493225398787, + ], + [ + -82.04955329858761, + 30.655291935689142, + ], + [ + -82.03627302996733, + 30.754771872176995, + ], + [ + -81.90490604848021, + 30.828307527172605, + ], + ], + ], + "type": "Polygon", + }, + "id": "12089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28059 { + "geometry": { + "coordinates": [ + [ + [ + -88.4129555247768, + 30.73559566411751, + ], + [ + -88.39608599436725, + 30.386986167461913, + ], + [ + -88.47971579405714, + 30.318392280369586, + ], + [ + -88.54360465390607, + 30.386610163382315, + ], + [ + -88.74998720678886, + 30.348902325685515, + ], + [ + -88.88314881917061, + 30.426950029636302, + ], + [ + -88.88458452388632, + 30.677207602042834, + ], + [ + -88.88458452388632, + 30.73559566411751, + ], + [ + -88.4129555247768, + 30.73559566411751, + ], + ], + ], + "type": "Polygon", + }, + "id": "28059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48051 { + "geometry": { + "coordinates": [ + [ + [ + -96.56775830998852, + 30.695255797863524, + ], + [ + -96.60185629698654, + 30.64009062789969, + ], + [ + -96.48699991973004, + 30.619088114310735, + ], + [ + -96.35850434767433, + 30.541846133387658, + ], + [ + -96.29928152815144, + 30.380003234555097, + ], + [ + -96.64097925048954, + 30.29679890322698, + ], + [ + -96.74076072823112, + 30.318768284449185, + ], + [ + -96.96365388534453, + 30.557101156045626, + ], + [ + -96.6215972368275, + 30.730707611082742, + ], + [ + -96.56775830998852, + 30.695255797863524, + ], + ], + ], + "type": "Polygon", + }, + "id": "48051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22033 { + "geometry": { + "coordinates": [ + [ + [ + -90.91072280392682, + 30.649383300152607, + ], + [ + -90.9860973015014, + 30.570959592122225, + ], + [ + -90.9914811941853, + 30.46019953324644, + ], + [ + -90.89169971644371, + 30.34524971462657, + ], + [ + -91.02091314085727, + 30.32166888734894, + ], + [ + -91.14223018933446, + 30.32328033340436, + ], + [ + -91.24165274089712, + 30.35760413438478, + ], + [ + -91.19714589471022, + 30.507146328327643, + ], + [ + -91.26282938545378, + 30.505212593061138, + ], + [ + -91.29800415098859, + 30.64954444475815, + ], + [ + -91.25457408333847, + 30.70530047827564, + ], + [ + -90.85078213204608, + 30.719266344089267, + ], + [ + -90.91072280392682, + 30.649383300152607, + ], + ], + ], + "type": "Polygon", + }, + "id": "22033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22103 { + "geometry": { + "coordinates": [ + [ + [ + -89.84219956926242, + 30.666464628340044, + ], + [ + -89.81528010584292, + 30.585999755306133, + ], + [ + -89.69001486939754, + 30.459286380481704, + ], + [ + -89.61715285507546, + 30.227291863369913, + ], + [ + -89.52347312237562, + 30.178572477627753, + ], + [ + -89.62504923101184, + 30.15493793548161, + ], + [ + -89.79410346128626, + 30.15128532442266, + ], + [ + -89.88527071073361, + 30.197963545161294, + ], + [ + -89.99438426912728, + 30.149942452709812, + ], + [ + -90.10529245841559, + 30.19178633528219, + ], + [ + -90.24347903730232, + 30.224391260470156, + ], + [ + -90.25568252738583, + 30.712014836839884, + ], + [ + -89.99510212148513, + 30.665282901232736, + ], + [ + -89.84219956926242, + 30.666464628340044, + ], + ], + ], + "type": "Polygon", + }, + "id": "22103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12039 { + "geometry": { + "coordinates": [ + [ + [ + -84.3807788307157, + 30.689938025880643, + ], + [ + -84.28243305768981, + 30.68526483231993, + ], + [ + -84.37826634746321, + 30.57386019502198, + ], + [ + -84.39764836112525, + 30.482491203679736, + ], + [ + -84.64638420312136, + 30.388329039174764, + ], + [ + -84.78098152021883, + 30.45976981429833, + ], + [ + -84.78169937257668, + 30.518695025058143, + ], + [ + -84.88255762885505, + 30.533090609819883, + ], + [ + -84.93244836772584, + 30.606357690472926, + ], + [ + -84.86461131990872, + 30.711585117891772, + ], + [ + -84.86353454137193, + 30.711585117891772, + ], + [ + -84.3807788307157, + 30.689938025880643, + ], + ], + ], + "type": "Polygon", + }, + "id": "12039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48267 { + "geometry": { + "coordinates": [ + [ + [ + -99.30385257194577, + 30.499841106209743, + ], + [ + -99.30169901487221, + 30.28659307820932, + ], + [ + -99.75430492649862, + 30.290675408216387, + ], + [ + -100.11646144103553, + 30.29029940413679, + ], + [ + -100.1161025148566, + 30.71034967591595, + ], + [ + -99.48403351376692, + 30.710779394864062, + ], + [ + -99.48439243994584, + 30.499626246735687, + ], + [ + -99.30385257194577, + 30.499841106209743, + ], + ], + ], + "type": "Polygon", + }, + "id": "48267", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48435 { + "geometry": { + "coordinates": [ + [ + [ + -100.1161025148566, + 30.71034967591595, + ], + [ + -100.11646144103553, + 30.29029940413679, + ], + [ + -100.70043433414907, + 30.288258239133256, + ], + [ + -100.96065581387083, + 30.287721090448116, + ], + [ + -100.96065581387083, + 30.70599877156632, + ], + [ + -100.1161025148566, + 30.71034967591595, + ], + ], + ], + "type": "Polygon", + }, + "id": "48435", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12073 { + "geometry": { + "coordinates": [ + [ + [ + -84.08358795456449, + 30.675811015461473, + ], + [ + -84.00749560463207, + 30.67210468953401, + ], + [ + -83.97698687942331, + 30.521917917168977, + ], + [ + -84.04087573927224, + 30.521864202300463, + ], + [ + -84.07569157862811, + 30.273594080028946, + ], + [ + -84.24761721833394, + 30.30351326179122, + ], + [ + -84.71314447240171, + 30.30012922507484, + ], + [ + -84.64638420312136, + 30.388329039174764, + ], + [ + -84.39764836112525, + 30.482491203679736, + ], + [ + -84.37826634746321, + 30.57386019502198, + ], + [ + -84.28243305768981, + 30.68526483231993, + ], + [ + -84.08358795456449, + 30.675811015461473, + ], + ], + ], + "type": "Polygon", + }, + "id": "12073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28047 { + "geometry": { + "coordinates": [ + [ + [ + -88.88458452388632, + 30.677207602042834, + ], + [ + -88.88314881917061, + 30.426950029636302, + ], + [ + -89.29017110607334, + 30.303137257711626, + ], + [ + -89.340779697302, + 30.372859157042743, + ], + [ + -89.34149754965985, + 30.647718139228672, + ], + [ + -89.23992144102363, + 30.677100172305806, + ], + [ + -88.88458452388632, + 30.677207602042834, + ], + ], + ], + "type": "Polygon", + }, + "id": "28047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12065 { + "geometry": { + "coordinates": [ + [ + [ + -83.74368486312103, + 30.658461112931462, + ], + [ + -83.61160002927606, + 30.651263320550594, + ], + [ + -83.6040625795186, + 30.581917425299075, + ], + [ + -83.73686526572143, + 30.50762976214427, + ], + [ + -83.72179036620652, + 30.434094107148656, + ], + [ + -83.82013613923239, + 30.303459546922706, + ], + [ + -83.91561050282687, + 30.244158332083295, + ], + [ + -83.99206177893822, + 30.095099571957057, + ], + [ + -84.07605050480704, + 30.098644753278982, + ], + [ + -84.07569157862811, + 30.273594080028946, + ], + [ + -84.04087573927224, + 30.521864202300463, + ], + [ + -83.97698687942331, + 30.521917917168977, + ], + [ + -84.00749560463207, + 30.67210468953401, + ], + [ + -83.74368486312103, + 30.658461112931462, + ], + ], + ], + "type": "Polygon", + }, + "id": "12065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48043 { + "geometry": { + "coordinates": [ + [ + [ + -103.7929422917804, + 29.262733969464744, + ], + [ + -103.80083866771679, + 30.412500730006045, + ], + [ + -103.44011785789559, + 30.665927479654904, + ], + [ + -102.56685046456724, + 30.05266482583103, + ], + [ + -102.3206271058236, + 29.879058370793913, + ], + [ + -102.38882307981966, + 29.761207949274286, + ], + [ + -102.51660079951752, + 29.784197912998263, + ], + [ + -102.66806764702453, + 29.745308348194158, + ], + [ + -102.80912563534267, + 29.520404193726208, + ], + [ + -102.87732160933872, + 29.354854968966187, + ], + [ + -102.88665368999081, + 29.209985968584036, + ], + [ + -102.99002442952167, + 29.183397108669627, + ], + [ + -103.15225906239648, + 28.972673679489365, + ], + [ + -103.4336571866749, + 29.045403611457267, + ], + [ + -103.55497423515209, + 29.158365979942122, + ], + [ + -103.71936242510046, + 29.182161666693805, + ], + [ + -103.7929422917804, + 29.262733969464744, + ], + ], + ], + "type": "Polygon", + }, + "id": "48043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22121 { + "geometry": { + "coordinates": [ + [ + [ + -91.14223018933446, + 30.32328033340436, + ], + [ + -91.3116433457878, + 30.32247461037665, + ], + [ + -91.48500469020934, + 30.497101647915528, + ], + [ + -91.41465515913973, + 30.51149723267727, + ], + [ + -91.33102535944984, + 30.658622257537004, + ], + [ + -91.30374696985142, + 30.651961613841273, + ], + [ + -91.29800415098859, + 30.64954444475815, + ], + [ + -91.26282938545378, + 30.505212593061138, + ], + [ + -91.19714589471022, + 30.507146328327643, + ], + [ + -91.24165274089712, + 30.35760413438478, + ], + [ + -91.14223018933446, + 30.32328033340436, + ], + ], + ], + "type": "Polygon", + }, + "id": "22121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48443 { + "geometry": { + "coordinates": [ + [ + [ + -101.75854870962459, + 30.2880433796592, + ], + [ + -101.76142011905601, + 29.78118988036148, + ], + [ + -102.11603918383547, + 29.79247000274941, + ], + [ + -102.3206271058236, + 29.879058370793913, + ], + [ + -102.56685046456724, + 30.05266482583103, + ], + [ + -102.56685046456724, + 30.28326275636146, + ], + [ + -102.34323945509598, + 30.284122194257684, + ], + [ + -102.34323945509598, + 30.598730179143942, + ], + [ + -102.13829260692891, + 30.597441022299606, + ], + [ + -102.13793368074998, + 30.655990228979825, + ], + [ + -101.76859864263454, + 30.653304485554123, + ], + [ + -101.65266548684126, + 30.620377271155068, + ], + [ + -101.64620481562058, + 30.560109188682404, + ], + [ + -101.74060240067827, + 30.4223305509441, + ], + [ + -101.65840830570409, + 30.357013270831125, + ], + [ + -101.75854870962459, + 30.2880433796592, + ], + ], + ], + "type": "Polygon", + }, + "id": "48443", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22063 { + "geometry": { + "coordinates": [ + [ + [ + -90.56758937687302, + 30.650027878574775, + ], + [ + -90.56687152451516, + 30.48678839316085, + ], + [ + -90.50370051702409, + 30.362545902288062, + ], + [ + -90.40176548220894, + 30.28546506597053, + ], + [ + -90.55861622239985, + 30.193666355680172, + ], + [ + -90.63291394143765, + 30.22138322783338, + ], + [ + -90.69895635836014, + 30.176209023413136, + ], + [ + -90.89169971644371, + 30.34524971462657, + ], + [ + -90.9914811941853, + 30.46019953324644, + ], + [ + -90.9860973015014, + 30.570959592122225, + ], + [ + -90.91072280392682, + 30.649383300152607, + ], + [ + -90.56758937687302, + 30.650027878574775, + ], + ], + ], + "type": "Polygon", + }, + "id": "22063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12079 { + "geometry": { + "coordinates": [ + [ + [ + -83.35712136841711, + 30.637297454736967, + ], + [ + -83.34096969036543, + 30.636330587103714, + ], + [ + -83.30938418661988, + 30.634343136968695, + ], + [ + -83.27169693783259, + 30.62709162971931, + ], + [ + -83.24370069587631, + 30.473198531426817, + ], + [ + -83.17083868155423, + 30.385267291669468, + ], + [ + -83.24728995766559, + 30.260702511585595, + ], + [ + -83.36717130142706, + 30.260433937243025, + ], + [ + -83.46874741006329, + 30.304211555081903, + ], + [ + -83.82013613923239, + 30.303459546922706, + ], + [ + -83.72179036620652, + 30.434094107148656, + ], + [ + -83.73686526572143, + 30.50762976214427, + ], + [ + -83.6040625795186, + 30.581917425299075, + ], + [ + -83.61160002927606, + 30.651263320550594, + ], + [ + -83.35712136841711, + 30.637297454736967, + ], + ], + ], + "type": "Polygon", + }, + "id": "12079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 28045 { + "geometry": { + "coordinates": [ + [ + [ + -89.34149754965985, + 30.647718139228672, + ], + [ + -89.340779697302, + 30.372859157042743, + ], + [ + -89.32857620721849, + 30.302976113106084, + ], + [ + -89.52347312237562, + 30.178572477627753, + ], + [ + -89.61715285507546, + 30.227291863369913, + ], + [ + -89.69001486939754, + 30.459286380481704, + ], + [ + -89.54429084075336, + 30.516815004660153, + ], + [ + -89.54429084075336, + 30.64836271765084, + ], + [ + -89.34149754965985, + 30.647718139228672, + ], + ], + ], + "type": "Polygon", + }, + "id": "28045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12047 { + "geometry": { + "coordinates": [ + [ + [ + -83.1367406945562, + 30.623976167345504, + ], + [ + -82.68915974943476, + 30.597602166905148, + ], + [ + -82.72648807204313, + 30.559196035917665, + ], + [ + -82.64537075560573, + 30.407881251313846, + ], + [ + -82.68162229967731, + 30.34379941317669, + ], + [ + -82.79468404603918, + 30.336816480269874, + ], + [ + -83.00501478689014, + 30.4315695083285, + ], + [ + -83.17083868155423, + 30.385267291669468, + ], + [ + -83.24370069587631, + 30.473198531426817, + ], + [ + -83.27169693783259, + 30.62709162971931, + ], + [ + -83.30938418661988, + 30.634343136968695, + ], + [ + -83.1367406945562, + 30.623976167345504, + ], + ], + ], + "type": "Polygon", + }, + "id": "12047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48377 { + "geometry": { + "coordinates": [ + [ + [ + -103.80083866771679, + 30.412500730006045, + ], + [ + -103.7929422917804, + 29.262733969464744, + ], + [ + -103.97204645506477, + 29.295983473074884, + ], + [ + -104.08259571817415, + 29.34609944539841, + ], + [ + -104.26205880763743, + 29.51352869055642, + ], + [ + -104.33707437903308, + 29.51949104096147, + ], + [ + -104.50971787109677, + 29.64378724670277, + ], + [ + -104.67733639665548, + 29.913113597431764, + ], + [ + -104.6870274034865, + 30.179270770918436, + ], + [ + -104.85967089555018, + 30.39058506365235, + ], + [ + -104.87223331181261, + 30.510369220438477, + ], + [ + -104.97991116549058, + 30.629293939328385, + ], + [ + -103.90097907163731, + 30.41217844079496, + ], + [ + -103.80083866771679, + 30.412500730006045, + ], + ], + ], + "type": "Polygon", + }, + "id": "48377", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48339 { + "geometry": { + "coordinates": [ + [ + [ + -95.35925386554275, + 30.504460584901942, + ], + [ + -95.30792742195625, + 30.405356652493687, + ], + [ + -95.16579265510133, + 30.344981140284, + ], + [ + -95.09687882874742, + 30.16718492550279, + ], + [ + -95.26413842812721, + 30.032199460927213, + ], + [ + -95.53476876703785, + 30.168259222873072, + ], + [ + -95.67116071502994, + 30.10095449262508, + ], + [ + -95.80360447505385, + 30.090157804053774, + ], + [ + -95.8043223274117, + 30.24555491866466, + ], + [ + -95.83016501229442, + 30.630260806961637, + ], + [ + -95.59829870070784, + 30.508972633857116, + ], + [ + -95.35925386554275, + 30.504460584901942, + ], + ], + ], + "type": "Polygon", + }, + "id": "48339", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48453 { + "geometry": { + "coordinates": [ + [ + [ + -97.36924046753155, + 30.419537377781374, + ], + [ + -97.49271107308229, + 30.20999567570842, + ], + [ + -97.64956181327321, + 30.067866133620484, + ], + [ + -97.7102203375118, + 30.02451823472972, + ], + [ + -98.17287618214814, + 30.356314977540443, + ], + [ + -98.12585685270876, + 30.426198021477106, + ], + [ + -98.04976450277633, + 30.624137311951046, + ], + [ + -97.95680262243435, + 30.62816592708959, + ], + [ + -97.8480479902196, + 30.472392808399107, + ], + [ + -97.7536504051619, + 30.433395813857977, + ], + [ + -97.596799664971, + 30.50129140765962, + ], + [ + -97.36924046753155, + 30.419537377781374, + ], + ], + ], + "type": "Polygon", + }, + "id": "48453", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12013 { + "geometry": { + "coordinates": [ + [ + [ + -84.93244836772584, + 30.606357690472926, + ], + [ + -85.11585964515731, + 30.19989728042779, + ], + [ + -85.38972031967829, + 30.200864148061044, + ], + [ + -85.38397750081546, + 30.566877262115163, + ], + [ + -85.17185212906986, + 30.564352663295008, + ], + [ + -85.16790394110167, + 30.608022851396857, + ], + [ + -84.93244836772584, + 30.606357690472926, + ], + ], + ], + "type": "Polygon", + }, + "id": "12013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12077 { + "geometry": { + "coordinates": [ + [ + [ + -84.64638420312136, + 30.388329039174764, + ], + [ + -84.71314447240171, + 30.30012922507484, + ], + [ + -84.67043225710944, + 30.12765078227652, + ], + [ + -84.54516702066407, + 30.01087465812717, + ], + [ + -85.0074639391215, + 30.013828975895436, + ], + [ + -85.02541024806783, + 29.971340514900895, + ], + [ + -85.1359595111772, + 30.043909302263256, + ], + [ + -85.11585964515731, + 30.19989728042779, + ], + [ + -84.93244836772584, + 30.606357690472926, + ], + [ + -84.88255762885505, + 30.533090609819883, + ], + [ + -84.78169937257668, + 30.518695025058143, + ], + [ + -84.78098152021883, + 30.45976981429833, + ], + [ + -84.64638420312136, + 30.388329039174764, + ], + ], + ], + "type": "Polygon", + }, + "id": "12077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12023 { + "geometry": { + "coordinates": [ + [ + [ + -82.58399437900928, + 30.59153238676307, + ], + [ + -82.45980592110068, + 30.584173449776657, + ], + [ + -82.45837021638498, + 30.136460020712807, + ], + [ + -82.56927840567329, + 29.9752079854339, + ], + [ + -82.52979652599137, + 29.940830469584967, + ], + [ + -82.658651024226, + 29.830070410709183, + ], + [ + -82.80006793872307, + 29.932289805491248, + ], + [ + -82.79468404603918, + 30.336816480269874, + ], + [ + -82.68162229967731, + 30.34379941317669, + ], + [ + -82.64537075560573, + 30.407881251313846, + ], + [ + -82.72648807204313, + 30.559196035917665, + ], + [ + -82.68915974943476, + 30.597602166905148, + ], + [ + -82.58399437900928, + 30.59153238676307, + ], + ], + ], + "type": "Polygon", + }, + "id": "12023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12031 { + "geometry": { + "coordinates": [ + [ + [ + [ + -81.43040563993928, + 30.25221556236039, + ], + [ + -81.43363597554962, + 30.106003690265393, + ], + [ + -81.58940993720375, + 30.125770761878528, + ], + [ + -81.65617020648409, + 30.131142248729926, + ], + [ + -81.62350792420177, + 30.23293192456388, + ], + [ + -81.66406658242047, + 30.28046958319873, + ], + [ + -81.60986872940256, + 30.389457051413558, + ], + [ + -81.44081449912815, + 30.355401824775704, + ], + [ + -81.43040563993928, + 30.25221556236039, + ], + ], + ], + [ + [ + [ + -81.38015597488956, + 30.252913855651073, + ], + [ + -81.42861100904464, + 30.252269277228905, + ], + [ + -81.4293288614025, + 30.395795405898205, + ], + [ + -81.38015597488956, + 30.252913855651073, + ], + ], + ], + [ + [ + [ + -81.60161342728725, + 30.560485192762002, + ], + [ + -81.46270899604266, + 30.523099644276286, + ], + [ + -81.45445369392736, + 30.41679791948716, + ], + [ + -81.62960966924352, + 30.395258257213065, + ], + [ + -81.6292507430646, + 30.3184459952381, + ], + [ + -81.72436618048015, + 30.26698715120173, + ], + [ + -81.6913449720189, + 30.191195471728534, + ], + [ + -82.04955329858761, + 30.18695199711593, + ], + [ + -82.04919437240869, + 30.27337922055489, + ], + [ + -81.71718765690161, + 30.571389311070334, + ], + [ + -81.60161342728725, + 30.560485192762002, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12003 { + "geometry": { + "coordinates": [ + [ + [ + -82.04991222476654, + 30.362331042814006, + ], + [ + -82.04919437240869, + 30.27337922055489, + ], + [ + -82.04955329858761, + 30.18695199711593, + ], + [ + -82.04955329858761, + 30.14312066440854, + ], + [ + -82.1425151789296, + 30.14312066440854, + ], + [ + -82.45837021638498, + 30.136460020712807, + ], + [ + -82.45980592110068, + 30.584173449776657, + ], + [ + -82.41888833670306, + 30.581756280693533, + ], + [ + -82.21465934089385, + 30.568488708170584, + ], + [ + -82.20855759585208, + 30.41378988685038, + ], + [ + -82.17015249470694, + 30.358893291229116, + ], + [ + -82.04991222476654, + 30.362331042814006, + ], + ], + ], + "type": "Polygon", + }, + "id": "12003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12005 { + "geometry": { + "coordinates": [ + [ + [ + [ + -85.391156024394, + 30.030212010792198, + ], + [ + -85.38900246732044, + 29.92605888074363, + ], + [ + -85.68727012200841, + 30.120560419632675, + ], + [ + -85.62230448362271, + 30.125233613193387, + ], + [ + -85.50780703254513, + 30.03434805566777, + ], + [ + -85.391156024394, + 30.030212010792198, + ], + ], + ], + [ + [ + [ + -85.38397750081546, + 30.566877262115163, + ], + [ + -85.38972031967829, + 30.200864148061044, + ], + [ + -85.391156024394, + 30.0367652247509, + ], + [ + -85.4830411261992, + 30.034294340799256, + ], + [ + -85.5235997844179, + 30.123246163058376, + ], + [ + -85.59502609402429, + 30.116692949099672, + ], + [ + -85.73357159908994, + 30.185931414614164, + ], + [ + -85.73572515616351, + 30.12453531990271, + ], + [ + -85.99594663588528, + 30.269135745942286, + ], + [ + -85.99271630027494, + 30.389457051413558, + ], + [ + -85.85345294285142, + 30.440593606238846, + ], + [ + -85.48806609270417, + 30.436672420837326, + ], + [ + -85.48627146180954, + 30.567575555405845, + ], + [ + -85.43530394440197, + 30.567575555405845, + ], + [ + -85.38397750081546, + 30.566877262115163, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48287 { + "geometry": { + "coordinates": [ + [ + [ + -96.64097925048954, + 30.29679890322698, + ], + [ + -96.79459965507012, + 30.160524281807064, + ], + [ + -97.02431240958312, + 30.051375668986694, + ], + [ + -97.08174059821137, + 30.25935963987275, + ], + [ + -97.33442462817567, + 30.40320805775313, + ], + [ + -97.15532046489132, + 30.457352645215202, + ], + [ + -96.96365388534453, + 30.557101156045626, + ], + [ + -96.74076072823112, + 30.318768284449185, + ], + [ + -96.64097925048954, + 30.29679890322698, + ], + ], + ], + "type": "Polygon", + }, + "id": "48287", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48199 { + "geometry": { + "coordinates": [ + [ + [ + -94.07178566173313, + 30.526053962044557, + ], + [ + -94.11665143409896, + 30.433986677411628, + ], + [ + -94.08327129945879, + 30.34567943357468, + ], + [ + -94.11772821263574, + 30.24163373326314, + ], + [ + -94.1159335817411, + 30.16036313720152, + ], + [ + -94.27565573136343, + 30.1703003878766, + ], + [ + -94.34169814828591, + 30.10337166170821, + ], + [ + -94.44506888781677, + 30.11293290830369, + ], + [ + -94.59653573532378, + 30.11207347040747, + ], + [ + -94.73256875713696, + 30.490065000140202, + ], + [ + -94.53803076815875, + 30.490978152904937, + ], + [ + -94.54556821791621, + 30.526967114809292, + ], + [ + -94.07178566173313, + 30.526053962044557, + ], + ], + ], + "type": "Polygon", + }, + "id": "48199", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48171 { + "geometry": { + "coordinates": [ + [ + [ + -98.96430840668124, + 30.49844451962838, + ], + [ + -98.59174303295545, + 30.499894821078257, + ], + [ + -98.58779484498726, + 30.138877189795934, + ], + [ + -98.92016048667327, + 30.138232611373766, + ], + [ + -99.30098116251436, + 30.13431142597225, + ], + [ + -99.30169901487221, + 30.28659307820932, + ], + [ + -99.30385257194577, + 30.499841106209743, + ], + [ + -98.96430840668124, + 30.49844451962838, + ], + ], + ], + "type": "Polygon", + }, + "id": "48171", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48031 { + "geometry": { + "coordinates": [ + [ + [ + -98.34982678835894, + 30.48571409579057, + ], + [ + -98.12585685270876, + 30.426198021477106, + ], + [ + -98.17287618214814, + 30.356314977540443, + ], + [ + -98.29742356623566, + 30.03800066672672, + ], + [ + -98.4140745743868, + 29.93755386260562, + ], + [ + -98.58779484498726, + 30.138877189795934, + ], + [ + -98.59174303295545, + 30.499894821078257, + ], + [ + -98.34982678835894, + 30.48571409579057, + ], + ], + ], + "type": "Polygon", + }, + "id": "48031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22099 { + "geometry": { + "coordinates": [ + [ + [ + [ + -91.09987690022112, + 29.69938213561472, + ], + [ + -91.38665891718345, + 29.783660764313122, + ], + [ + -91.3737375747421, + 29.834367600190298, + ], + [ + -91.47208334776798, + 29.955978062505906, + ], + [ + -91.25565086187525, + 29.97139422976941, + ], + [ + -91.18278884755316, + 29.84618487126337, + ], + [ + -91.09269837664259, + 29.801494100659756, + ], + [ + -91.09987690022112, + 29.69938213561472, + ], + ], + ], + [ + [ + [ + -91.36907153441605, + 30.058842035710136, + ], + [ + -91.60057891982369, + 30.033112613691948, + ], + [ + -91.72656200862691, + 30.12238672516215, + ], + [ + -91.81916496278997, + 30.044016732000284, + ], + [ + -91.95089087045602, + 30.073183905603365, + ], + [ + -91.90566617191128, + 30.15423964219093, + ], + [ + -91.98857811924331, + 30.36861568243014, + ], + [ + -91.87085033255539, + 30.41679791948716, + ], + [ + -91.67882482682968, + 30.394721108527925, + ], + [ + -91.75635288147782, + 30.497692511469182, + ], + [ + -91.70107824992313, + 30.4973702222581, + ], + [ + -91.64041972568454, + 30.44268848611089, + ], + [ + -91.6210377120225, + 30.309959046012896, + ], + [ + -91.47531368337832, + 30.229494172978985, + ], + [ + -91.4616744885791, + 30.10245850894347, + ], + [ + -91.36907153441605, + 30.058842035710136, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "22099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22047 { + "geometry": { + "coordinates": [ + [ + [ + -91.48500469020934, + 30.497101647915528, + ], + [ + -91.3116433457878, + 30.32247461037665, + ], + [ + -91.14223018933446, + 30.32328033340436, + ], + [ + -91.02091314085727, + 30.32166888734894, + ], + [ + -91.1063375714418, + 30.062494646769085, + ], + [ + -91.22442428430864, + 30.025323957757426, + ], + [ + -91.36907153441605, + 30.058842035710136, + ], + [ + -91.4616744885791, + 30.10245850894347, + ], + [ + -91.47531368337832, + 30.229494172978985, + ], + [ + -91.6210377120225, + 30.309959046012896, + ], + [ + -91.64041972568454, + 30.44268848611089, + ], + [ + -91.70107824992313, + 30.4973702222581, + ], + [ + -91.48500469020934, + 30.497101647915528, + ], + ], + ], + "type": "Polygon", + }, + "id": "22047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48291 { + "geometry": { + "coordinates": [ + [ + [ + -94.73256875713696, + 30.490065000140202, + ], + [ + -94.59653573532378, + 30.11207347040747, + ], + [ + -94.44506888781677, + 30.11293290830369, + ], + [ + -94.44219747838535, + 29.889532770154137, + ], + [ + -94.98022782059628, + 29.88416128330274, + ], + [ + -95.09687882874742, + 30.16718492550279, + ], + [ + -95.16579265510133, + 30.344981140284, + ], + [ + -94.8506554700038, + 30.494201045015778, + ], + [ + -94.73256875713696, + 30.490065000140202, + ], + ], + ], + "type": "Polygon", + }, + "id": "48291", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22019 { + "geometry": { + "coordinates": [ + [ + [ + -93.1310401467666, + 30.403046913147588, + ], + [ + -93.03089974284607, + 30.379304941264415, + ], + [ + -92.99680175584805, + 30.15687167074811, + ], + [ + -92.89378994249613, + 30.156280807194456, + ], + [ + -92.88876497599115, + 30.08253029272479, + ], + [ + -92.99680175584805, + 30.038537815411857, + ], + [ + -93.1285276635141, + 30.052557396094002, + ], + [ + -93.7214737111008, + 30.051483098723722, + ], + [ + -93.70962914719622, + 30.244158332083295, + ], + [ + -93.76562163110877, + 30.343315979360064, + ], + [ + -93.74157357712069, + 30.40224119011988, + ], + [ + -93.48601813772497, + 30.402456049593937, + ], + [ + -93.4863770639039, + 30.490494719088314, + ], + [ + -93.38480095526768, + 30.490118715008716, + ], + [ + -93.38551880762553, + 30.402617194199475, + ], + [ + -93.1310401467666, + 30.403046913147588, + ], + ], + ], + "type": "Polygon", + }, + "id": "22019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22053 { + "geometry": { + "coordinates": [ + [ + [ + -92.63033812716402, + 30.48786269053113, + ], + [ + -92.63213275805866, + 30.481148331966885, + ], + [ + -92.62531316065905, + 30.344551421335886, + ], + [ + -92.59300980455566, + 30.207256217414205, + ], + [ + -92.62531316065905, + 30.092306398794335, + ], + [ + -92.73729812848414, + 30.037356088304552, + ], + [ + -92.99680175584805, + 30.038537815411857, + ], + [ + -92.88876497599115, + 30.08253029272479, + ], + [ + -92.89378994249613, + 30.156280807194456, + ], + [ + -92.99680175584805, + 30.15687167074811, + ], + [ + -93.03089974284607, + 30.379304941264415, + ], + [ + -93.1310401467666, + 30.403046913147588, + ], + [ + -93.1310401467666, + 30.42356599291992, + ], + [ + -92.77570322962929, + 30.437639288470578, + ], + [ + -92.77247289401895, + 30.488292409479243, + ], + [ + -92.63033812716402, + 30.48786269053113, + ], + ], + ], + "type": "Polygon", + }, + "id": "22053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22001 { + "geometry": { + "coordinates": [ + [ + [ + -92.49322832681408, + 30.480503753544717, + ], + [ + -92.24592818953367, + 30.480181464333633, + ], + [ + -92.17629651082191, + 30.43672613570584, + ], + [ + -92.14255745000281, + 30.298732638493476, + ], + [ + -92.28469221685774, + 30.147417853889657, + ], + [ + -92.43113409785978, + 30.050784805433043, + ], + [ + -92.596240140166, + 30.09945047630669, + ], + [ + -92.62531316065905, + 30.092306398794335, + ], + [ + -92.59300980455566, + 30.207256217414205, + ], + [ + -92.62531316065905, + 30.344551421335886, + ], + [ + -92.63213275805866, + 30.481148331966885, + ], + [ + -92.49322832681408, + 30.480503753544717, + ], + ], + ], + "type": "Polygon", + }, + "id": "22001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12121 { + "geometry": { + "coordinates": [ + [ + [ + -82.79468404603918, + 30.336816480269874, + ], + [ + -82.80006793872307, + 29.932289805491248, + ], + [ + -82.87974955044477, + 29.886900741596953, + ], + [ + -83.06854472056015, + 30.080059408773153, + ], + [ + -83.22611331310891, + 30.114705498964653, + ], + [ + -83.24728995766559, + 30.260702511585595, + ], + [ + -83.17083868155423, + 30.385267291669468, + ], + [ + -83.00501478689014, + 30.4315695083285, + ], + [ + -82.79468404603918, + 30.336816480269874, + ], + ], + ], + "type": "Polygon", + }, + "id": "12121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48021 { + "geometry": { + "coordinates": [ + [ + [ + -97.02431240958312, + 30.051375668986694, + ], + [ + -97.3157604668715, + 29.786561367212876, + ], + [ + -97.64956181327321, + 30.067866133620484, + ], + [ + -97.49271107308229, + 30.20999567570842, + ], + [ + -97.36924046753155, + 30.419537377781374, + ], + [ + -97.33442462817567, + 30.40320805775313, + ], + [ + -97.08174059821137, + 30.25935963987275, + ], + [ + -97.02431240958312, + 30.051375668986694, + ], + ], + ], + "type": "Polygon", + }, + "id": "48021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48477 { + "geometry": { + "coordinates": [ + [ + [ + -96.15499320422296, + 30.330746700127797, + ], + [ + -96.09361682762652, + 30.224928409155297, + ], + [ + -96.19232152683132, + 30.136674880186863, + ], + [ + -96.14530219739194, + 30.07017587296658, + ], + [ + -96.2931797831097, + 30.096120154458823, + ], + [ + -96.62195616300643, + 30.044285306342854, + ], + [ + -96.64743992171022, + 30.1445172509899, + ], + [ + -96.79459965507012, + 30.160524281807064, + ], + [ + -96.64097925048954, + 30.29679890322698, + ], + [ + -96.29928152815144, + 30.380003234555097, + ], + [ + -96.15068609007584, + 30.370334558222588, + ], + [ + -96.15499320422296, + 30.330746700127797, + ], + ], + ], + "type": "Polygon", + }, + "id": "48477", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22055 { + "geometry": { + "coordinates": [ + [ + [ + -91.98857811924331, + 30.36861568243014, + ], + [ + -91.90566617191128, + 30.15423964219093, + ], + [ + -91.95089087045602, + 30.073183905603365, + ], + [ + -91.96453006525523, + 30.03687265448793, + ], + [ + -92.12855932902468, + 30.11599465580899, + ], + [ + -92.28469221685774, + 30.147417853889657, + ], + [ + -92.14255745000281, + 30.298732638493476, + ], + [ + -92.05031342201869, + 30.379734660212527, + ], + [ + -91.98857811924331, + 30.36861568243014, + ], + ], + ], + "type": "Polygon", + }, + "id": "22055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48209 { + "geometry": { + "coordinates": [ + [ + [ + -97.87496745363909, + 29.858270716679012, + ], + [ + -97.99915591154769, + 29.75245242570651, + ], + [ + -98.0303824891143, + 29.848548325477985, + ], + [ + -98.29742356623566, + 30.03800066672672, + ], + [ + -98.17287618214814, + 30.356314977540443, + ], + [ + -97.7102203375118, + 30.02451823472972, + ], + [ + -97.89434946730113, + 29.883677849486112, + ], + [ + -97.87496745363909, + 29.858270716679012, + ], + ], + ], + "type": "Polygon", + }, + "id": "48209", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22005 { + "geometry": { + "coordinates": [ + [ + [ + -90.89169971644371, + 30.34524971462657, + ], + [ + -90.69895635836014, + 30.176209023413136, + ], + [ + -90.63291394143765, + 30.22138322783338, + ], + [ + -90.64188709591082, + 30.1664329173436, + ], + [ + -90.91538884425286, + 30.11293290830369, + ], + [ + -90.96384387840796, + 30.06646954703912, + ], + [ + -90.96384387840796, + 30.066415832170605, + ], + [ + -91.1063375714418, + 30.062494646769085, + ], + [ + -91.02091314085727, + 30.32166888734894, + ], + [ + -90.89169971644371, + 30.34524971462657, + ], + ], + ], + "type": "Polygon", + }, + "id": "22005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12123 { + "geometry": { + "coordinates": [ + [ + [ + -83.36717130142706, + 30.260433937243025, + ], + [ + -83.37076056321632, + 29.88792132409872, + ], + [ + -83.31871626727197, + 29.822550329117227, + ], + [ + -83.3905015030573, + 29.671342974250436, + ], + [ + -83.53371304844899, + 29.721673806048013, + ], + [ + -83.63528915708521, + 29.881744114219615, + ], + [ + -83.78065425955047, + 29.98616581861075, + ], + [ + -83.99206177893822, + 30.095099571957057, + ], + [ + -83.91561050282687, + 30.244158332083295, + ], + [ + -83.82013613923239, + 30.303459546922706, + ], + [ + -83.46874741006329, + 30.304211555081903, + ], + [ + -83.36717130142706, + 30.260433937243025, + ], + ], + ], + "type": "Polygon", + }, + "id": "12123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12129 { + "geometry": { + "coordinates": [ + [ + [ + -84.07569157862811, + 30.273594080028946, + ], + [ + -84.07605050480704, + 30.098644753278982, + ], + [ + -84.36103789087474, + 30.063568944139362, + ], + [ + -84.35816648144332, + 29.970319932399132, + ], + [ + -84.4496926570696, + 29.973327965035914, + ], + [ + -84.54516702066407, + 30.01087465812717, + ], + [ + -84.67043225710944, + 30.12765078227652, + ], + [ + -84.71314447240171, + 30.30012922507484, + ], + [ + -84.24761721833394, + 30.30351326179122, + ], + [ + -84.07569157862811, + 30.273594080028946, + ], + ], + ], + "type": "Polygon", + }, + "id": "12129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22095 { + "geometry": { + "coordinates": [ + [ + [ + -90.27793595047928, + 30.23083704469183, + ], + [ + -90.44914373782724, + 30.032790324480864, + ], + [ + -90.53815743020104, + 30.016998153137763, + ], + [ + -90.5417466919903, + 29.891466505420638, + ], + [ + -90.64081031737403, + 29.892863092002003, + ], + [ + -90.65624414306788, + 29.889479055285623, + ], + [ + -90.6889064253502, + 30.03595950172319, + ], + [ + -90.64188709591082, + 30.1664329173436, + ], + [ + -90.63291394143765, + 30.22138322783338, + ], + [ + -90.55861622239985, + 30.193666355680172, + ], + [ + -90.40176548220894, + 30.28546506597053, + ], + [ + -90.29767689032023, + 30.293683440853165, + ], + [ + -90.27793595047928, + 30.23083704469183, + ], + ], + ], + "type": "Polygon", + }, + "id": "22095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48465 { + "geometry": { + "coordinates": [ + [ + [ + -100.96065581387083, + 30.287721090448116, + ], + [ + -100.70043433414907, + 30.288258239133256, + ], + [ + -100.70007540797013, + 29.62385903048409, + ], + [ + -100.69899862943336, + 29.419688815262532, + ], + [ + -100.74601795887274, + 29.255106458135764, + ], + [ + -100.79447299302782, + 29.24189260048133, + ], + [ + -101.0048037338788, + 29.365168223720865, + ], + [ + -101.06043729161242, + 29.458524665198127, + ], + [ + -101.26107702563237, + 29.53753923678216, + ], + [ + -101.30019997913537, + 29.641638651962214, + ], + [ + -101.45382038371594, + 29.786991086160988, + ], + [ + -101.53637340486905, + 29.758038772031966, + ], + [ + -101.76142011905601, + 29.78118988036148, + ], + [ + -101.75854870962459, + 30.2880433796592, + ], + [ + -100.96065581387083, + 30.287721090448116, + ], + ], + ], + "type": "Polygon", + }, + "id": "48465", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48137 { + "geometry": { + "coordinates": [ + [ + [ + -99.75430492649862, + 30.290675408216387, + ], + [ + -99.75753526210896, + 30.074097058368103, + ], + [ + -99.967507076781, + 30.082315433250734, + ], + [ + -100.01273177532575, + 29.796283758413903, + ], + [ + -100.01452640622038, + 29.62342931153598, + ], + [ + -100.11215432688842, + 29.62326816693044, + ], + [ + -100.70007540797013, + 29.62385903048409, + ], + [ + -100.70043433414907, + 30.288258239133256, + ], + [ + -100.11646144103553, + 30.29029940413679, + ], + [ + -99.75430492649862, + 30.290675408216387, + ], + ], + ], + "type": "Polygon", + }, + "id": "48137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48265 { + "geometry": { + "coordinates": [ + [ + [ + -98.92016048667327, + 30.138232611373766, + ], + [ + -98.91764800342078, + 29.781404739835537, + ], + [ + -99.17643377842684, + 29.89501168674256, + ], + [ + -99.60104344809697, + 29.90763468084334, + ], + [ + -99.69113391900754, + 29.908547833608075, + ], + [ + -99.68969821429184, + 30.07393591376256, + ], + [ + -99.75753526210896, + 30.074097058368103, + ], + [ + -99.75430492649862, + 30.290675408216387, + ], + [ + -99.30169901487221, + 30.28659307820932, + ], + [ + -99.30098116251436, + 30.13431142597225, + ], + [ + -98.92016048667327, + 30.138232611373766, + ], + ], + ], + "type": "Polygon", + }, + "id": "48265", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12067 { + "geometry": { + "coordinates": [ + [ + [ + -83.24728995766559, + 30.260702511585595, + ], + [ + -83.22611331310891, + 30.114705498964653, + ], + [ + -83.06854472056015, + 30.080059408773153, + ], + [ + -82.87974955044477, + 29.886900741596953, + ], + [ + -82.9206671348424, + 29.824161775172648, + ], + [ + -83.31871626727197, + 29.822550329117227, + ], + [ + -83.37076056321632, + 29.88792132409872, + ], + [ + -83.36717130142706, + 30.260433937243025, + ], + [ + -83.24728995766559, + 30.260702511585595, + ], + ], + ], + "type": "Polygon", + }, + "id": "12067", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12109 { + "geometry": { + "coordinates": [ + [ + [ + [ + -81.21899812055153, + 29.67059096609124, + ], + [ + -81.2240230870565, + 29.67059096609124, + ], + [ + -81.2469943625078, + 29.659149699097764, + ], + [ + -81.32416349097701, + 29.62557790627654, + ], + [ + -81.52372644646019, + 29.622623588508272, + ], + [ + -81.52516215117589, + 29.759381643744813, + ], + [ + -81.5886920848459, + 29.889747629628193, + ], + [ + -81.55315839313216, + 29.967204470025322, + ], + [ + -81.66873262274652, + 30.057391734260257, + ], + [ + -81.58940993720375, + 30.125770761878528, + ], + [ + -81.43363597554962, + 30.106003690265393, + ], + [ + -81.43040563993928, + 30.25221556236039, + ], + [ + -81.30478147731498, + 29.906614098341578, + ], + [ + -81.31160107471459, + 29.8486020403465, + ], + [ + -81.21899812055153, + 29.67059096609124, + ], + ], + ], + [ + [ + [ + -81.42861100904464, + 30.252269277228905, + ], + [ + -81.38015597488956, + 30.252913855651073, + ], + [ + -81.30262792024142, + 29.94910255933612, + ], + [ + -81.42861100904464, + 30.252269277228905, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48361 { + "geometry": { + "coordinates": [ + [ + [ + -93.70962914719622, + 30.244158332083295, + ], + [ + -93.7214737111008, + 30.051483098723722, + ], + [ + -93.85427639730364, + 29.864985075243258, + ], + [ + -93.85966028998753, + 29.977034290963374, + ], + [ + -94.03194485587228, + 30.028009701183123, + ], + [ + -94.1159335817411, + 30.16036313720152, + ], + [ + -94.11772821263574, + 30.24163373326314, + ], + [ + -93.90129572674302, + 30.242654315764906, + ], + [ + -93.70962914719622, + 30.244158332083295, + ], + ], + ], + "type": "Polygon", + }, + "id": "48361", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48473 { + "geometry": { + "coordinates": [ + [ + [ + -95.80360447505385, + 30.090157804053774, + ], + [ + -95.96081414142368, + 30.1633711698383, + ], + [ + -95.82621682432622, + 29.788280243005325, + ], + [ + -96.032599377209, + 29.727958445664147, + ], + [ + -96.1029489082786, + 29.809605045805363, + ], + [ + -96.14530219739194, + 30.07017587296658, + ], + [ + -96.19232152683132, + 30.136674880186863, + ], + [ + -96.09361682762652, + 30.224928409155297, + ], + [ + -95.8043223274117, + 30.24555491866466, + ], + [ + -95.80360447505385, + 30.090157804053774, + ], + ], + ], + "type": "Polygon", + }, + "id": "48473", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22089 { + "geometry": { + "coordinates": [ + [ + [ + -90.22804521160847, + 29.69196948375979, + ], + [ + -90.34613192447532, + 29.693312355472642, + ], + [ + -90.37915313293657, + 29.764591985990666, + ], + [ + -90.5417466919903, + 29.891466505420638, + ], + [ + -90.53815743020104, + 30.016998153137763, + ], + [ + -90.44914373782724, + 30.032790324480864, + ], + [ + -90.27793595047928, + 30.23083704469183, + ], + [ + -90.28044843373176, + 29.97273710148226, + ], + [ + -90.24024870169198, + 29.862138187212018, + ], + [ + -90.16738668736988, + 29.816963982791776, + ], + [ + -90.22804521160847, + 29.69196948375979, + ], + ], + ], + "type": "Polygon", + }, + "id": "22089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22051 { + "geometry": { + "coordinates": [ + [ + [ + -90.10529245841559, + 30.19178633528219, + ], + [ + -90.13867259305576, + 29.918807373494246, + ], + [ + -90.05899098133406, + 29.945288803671627, + ], + [ + -90.00802346392649, + 29.8955488354277, + ], + [ + -90.06868198816508, + 29.828781253864847, + ], + [ + -90.06724628344938, + 29.738808849103968, + ], + [ + -89.98002722197022, + 29.606509127954084, + ], + [ + -89.97751473871773, + 29.459598962568407, + ], + [ + -90.12539232443548, + 29.54978622680334, + ], + [ + -90.11390668670983, + 29.650985039083643, + ], + [ + -90.17348843241165, + 29.683267675060534, + ], + [ + -90.22804521160847, + 29.69196948375979, + ], + [ + -90.16738668736988, + 29.816963982791776, + ], + [ + -90.24024870169198, + 29.862138187212018, + ], + [ + -90.28044843373176, + 29.97273710148226, + ], + [ + -90.27793595047928, + 30.23083704469183, + ], + [ + -90.24347903730232, + 30.224391260470156, + ], + [ + -90.10529245841559, + 30.19178633528219, + ], + ], + ], + "type": "Polygon", + }, + "id": "22051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12045 { + "geometry": { + "coordinates": [ + [ + [ + -85.11585964515731, + 30.19989728042779, + ], + [ + -85.1359595111772, + 30.043909302263256, + ], + [ + -85.02541024806783, + 29.971340514900895, + ], + [ + -85.04838152351913, + 29.779471004569032, + ], + [ + -85.04874044969804, + 29.7778058436451, + ], + [ + -85.21815360615139, + 29.69406436363184, + ], + [ + -85.3114744126723, + 29.688854021385986, + ], + [ + -85.3007066273045, + 29.798647212628516, + ], + [ + -85.38900246732044, + 29.92605888074363, + ], + [ + -85.391156024394, + 30.030212010792198, + ], + [ + -85.391156024394, + 30.0367652247509, + ], + [ + -85.38972031967829, + 30.200864148061044, + ], + [ + -85.11585964515731, + 30.19989728042779, + ], + ], + ], + "type": "Polygon", + }, + "id": "12045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22071 { + "geometry": { + "coordinates": [ + [ + [ + -89.62504923101184, + 30.15493793548161, + ], + [ + -89.72841997054269, + 30.06168892374138, + ], + [ + -89.85942802585089, + 30.002656283244534, + ], + [ + -89.98971822880124, + 29.989549855327127, + ], + [ + -90.01197165189468, + 29.94593338209379, + ], + [ + -89.91075446943739, + 29.868583971433694, + ], + [ + -90.00802346392649, + 29.8955488354277, + ], + [ + -90.05899098133406, + 29.945288803671627, + ], + [ + -90.13867259305576, + 29.918807373494246, + ], + [ + -90.10529245841559, + 30.19178633528219, + ], + [ + -89.99438426912728, + 30.149942452709812, + ], + [ + -89.88527071073361, + 30.197963545161294, + ], + [ + -89.79410346128626, + 30.15128532442266, + ], + [ + -89.62504923101184, + 30.15493793548161, + ], + ], + ], + "type": "Polygon", + }, + "id": "22071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12019 { + "geometry": { + "coordinates": [ + [ + [ + -81.6913449720189, + 30.191195471728534, + ], + [ + -81.76636054341455, + 30.11776724646995, + ], + [ + -81.69062711966104, + 30.118787828971715, + ], + [ + -81.71252161657557, + 30.040417835809848, + ], + [ + -81.61202228647612, + 29.96339071436083, + ], + [ + -81.60592054143437, + 29.839577942436154, + ], + [ + -81.81230309431716, + 29.836462480062345, + ], + [ + -81.940080814015, + 29.747403228066197, + ], + [ + -82.04919437240869, + 29.71866577341123, + ], + [ + -82.04955329858761, + 30.14312066440854, + ], + [ + -82.04955329858761, + 30.18695199711593, + ], + [ + -81.6913449720189, + 30.191195471728534, + ], + ], + ], + "type": "Polygon", + }, + "id": "12019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48245 { + "geometry": { + "coordinates": [ + [ + [ + -94.1159335817411, + 30.16036313720152, + ], + [ + -94.03194485587228, + 30.028009701183123, + ], + [ + -93.85966028998753, + 29.977034290963374, + ], + [ + -93.85427639730364, + 29.864985075243258, + ], + [ + -93.92929196869929, + 29.802944402109635, + ], + [ + -93.83920149778872, + 29.69223805810236, + ], + [ + -94.01435747310488, + 29.679776208607123, + ], + [ + -94.35461949072727, + 29.56138863840236, + ], + [ + -94.35784982633761, + 29.887437890282094, + ], + [ + -94.44219747838535, + 29.889532770154137, + ], + [ + -94.44506888781677, + 30.11293290830369, + ], + [ + -94.34169814828591, + 30.10337166170821, + ], + [ + -94.27565573136343, + 30.1703003878766, + ], + [ + -94.1159335817411, + 30.16036313720152, + ], + ], + ], + "type": "Polygon", + }, + "id": "48245", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48201 { + "geometry": { + "coordinates": [ + [ + [ + -95.09687882874742, + 30.16718492550279, + ], + [ + -94.98022782059628, + 29.88416128330274, + ], + [ + -94.9127496989581, + 29.83055384452581, + ], + [ + -94.92710674611516, + 29.681280224925516, + ], + [ + -95.01647936466787, + 29.71146798103036, + ], + [ + -95.07498433183291, + 29.826310369913205, + ], + [ + -95.10262164761025, + 29.76867431599773, + ], + [ + -94.98238137766985, + 29.677788758472108, + ], + [ + -95.01827399556251, + 29.548067351010896, + ], + [ + -95.16184446713314, + 29.497253085396693, + ], + [ + -95.21640124632998, + 29.55601715155096, + ], + [ + -95.26234379723257, + 29.59345641490519, + ], + [ + -95.42421950392846, + 29.580188842382242, + ], + [ + -95.82621682432622, + 29.788280243005325, + ], + [ + -95.96081414142368, + 30.1633711698383, + ], + [ + -95.80360447505385, + 30.090157804053774, + ], + [ + -95.67116071502994, + 30.10095449262508, + ], + [ + -95.53476876703785, + 30.168259222873072, + ], + [ + -95.26413842812721, + 30.032199460927213, + ], + [ + -95.09687882874742, + 30.16718492550279, + ], + ], + ], + "type": "Polygon", + }, + "id": "48201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22087 { + "geometry": { + "coordinates": [ + [ + [ + [ + -89.546085471648, + 29.652757629744606, + ], + [ + -89.55721218319472, + 29.660116566731016, + ], + [ + -89.56331392823647, + 29.659525703177362, + ], + [ + -89.86983688503976, + 29.79542432051768, + ], + [ + -89.91075446943739, + 29.868583971433694, + ], + [ + -90.01197165189468, + 29.94593338209379, + ], + [ + -89.98971822880124, + 29.989549855327127, + ], + [ + -89.85942802585089, + 30.002656283244534, + ], + [ + -89.79553916600196, + 29.93207494601719, + ], + [ + -89.72770211818484, + 29.958072942377946, + ], + [ + -89.70544869509139, + 29.873364594731434, + ], + [ + -89.6056672173498, + 29.871162285122363, + ], + [ + -89.57910668010923, + 29.992504173095398, + ], + [ + -89.4448682891907, + 30.060453481765556, + ], + [ + -89.41974345666584, + 29.87981037895311, + ], + [ + -89.32391016689245, + 29.869389694461404, + ], + [ + -89.47681271911516, + 29.736767684100435, + ], + [ + -89.65268654678918, + 29.75051869044001, + ], + [ + -89.546085471648, + 29.652757629744606, + ], + ], + ], + [ + [ + [ + -89.2273590247612, + 30.063568944139362, + ], + [ + -89.3393439925863, + 30.059755188474874, + ], + [ + -89.24566425988645, + 30.12131242779187, + ], + [ + -89.2273590247612, + 30.063568944139362, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "22087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22093 { + "geometry": { + "coordinates": [ + [ + [ + -90.65624414306788, + 29.889479055285623, + ], + [ + -90.78545756748144, + 29.921546831788454, + ], + [ + -90.88559797140196, + 29.90532494149724, + ], + [ + -90.96025461661868, + 29.977840013991084, + ], + [ + -90.96384387840796, + 30.066415832170605, + ], + [ + -90.96384387840796, + 30.06646954703912, + ], + [ + -90.91538884425286, + 30.11293290830369, + ], + [ + -90.64188709591082, + 30.1664329173436, + ], + [ + -90.6889064253502, + 30.03595950172319, + ], + [ + -90.65624414306788, + 29.889479055285623, + ], + ], + ], + "type": "Polygon", + }, + "id": "22093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48149 { + "geometry": { + "coordinates": [ + [ + [ + -96.62195616300643, + 30.044285306342854, + ], + [ + -96.56991186706207, + 29.961510693962843, + ], + [ + -96.87428126679181, + 29.632721983788898, + ], + [ + -97.14311697480781, + 29.62804879022818, + ], + [ + -97.31791402394505, + 29.784573917077857, + ], + [ + -97.3157604668715, + 29.786561367212876, + ], + [ + -97.02431240958312, + 30.051375668986694, + ], + [ + -96.79459965507012, + 30.160524281807064, + ], + [ + -96.64743992171022, + 30.1445172509899, + ], + [ + -96.62195616300643, + 30.044285306342854, + ], + ], + ], + "type": "Polygon", + }, + "id": "48149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22113 { + "geometry": { + "coordinates": [ + [ + [ + -92.28469221685774, + 30.147417853889657, + ], + [ + -92.12855932902468, + 30.11599465580899, + ], + [ + -91.96453006525523, + 30.03687265448793, + ], + [ + -91.9720675150127, + 29.83356187716259, + ], + [ + -91.98427100509619, + 29.794511167752944, + ], + [ + -92.16732335634875, + 29.700886151933112, + ], + [ + -92.10199879178411, + 29.7000804289054, + ], + [ + -92.1098951677205, + 29.616124089418083, + ], + [ + -92.30012604255158, + 29.532436324273334, + ], + [ + -92.6177757109016, + 29.5800276977767, + ], + [ + -92.61598108000696, + 30.038161811332262, + ], + [ + -92.73729812848414, + 30.037356088304552, + ], + [ + -92.62531316065905, + 30.092306398794335, + ], + [ + -92.596240140166, + 30.09945047630669, + ], + [ + -92.43113409785978, + 30.050784805433043, + ], + [ + -92.28469221685774, + 30.147417853889657, + ], + ], + ], + "type": "Polygon", + }, + "id": "22113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12007 { + "geometry": { + "coordinates": [ + [ + [ + -82.04955329858761, + 30.14312066440854, + ], + [ + -82.04919437240869, + 29.71866577341123, + ], + [ + -82.05565504362937, + 29.71823605446312, + ], + [ + -82.13318309827751, + 29.835925331377204, + ], + [ + -82.27280538187995, + 29.843015694021048, + ], + [ + -82.41852941052413, + 29.92310456297536, + ], + [ + -82.30690336887797, + 29.956354066585504, + ], + [ + -82.1425151789296, + 30.14312066440854, + ], + [ + -82.04955329858761, + 30.14312066440854, + ], + ], + ], + "type": "Polygon", + }, + "id": "12007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12125 { + "geometry": { + "coordinates": [ + [ + [ + -82.1425151789296, + 30.14312066440854, + ], + [ + -82.30690336887797, + 29.956354066585504, + ], + [ + -82.41852941052413, + 29.92310456297536, + ], + [ + -82.52979652599137, + 29.940830469584967, + ], + [ + -82.56927840567329, + 29.9752079854339, + ], + [ + -82.45837021638498, + 30.136460020712807, + ], + [ + -82.1425151789296, + 30.14312066440854, + ], + ], + ], + "type": "Polygon", + }, + "id": "12125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48259 { + "geometry": { + "coordinates": [ + [ + [ + -98.58779484498726, + 30.138877189795934, + ], + [ + -98.4140745743868, + 29.93755386260562, + ], + [ + -98.6462998121523, + 29.745308348194158, + ], + [ + -98.77910249835513, + 29.719954930255568, + ], + [ + -98.91764800342078, + 29.781404739835537, + ], + [ + -98.92016048667327, + 30.138232611373766, + ], + [ + -98.58779484498726, + 30.138877189795934, + ], + ], + ], + "type": "Polygon", + }, + "id": "48259", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22045 { + "geometry": { + "coordinates": [ + [ + [ + [ + -91.89453946036456, + 29.634011140633234, + ], + [ + -91.71256388764878, + 29.553599982467837, + ], + [ + -91.84644335238839, + 29.479527178787084, + ], + [ + -92.02734214656738, + 29.56735098880741, + ], + [ + -91.89453946036456, + 29.634011140633234, + ], + ], + ], + [ + [ + [ + -91.36907153441605, + 30.058842035710136, + ], + [ + -91.22442428430864, + 30.025323957757426, + ], + [ + -91.25565086187525, + 29.97139422976941, + ], + [ + -91.47208334776798, + 29.955978062505906, + ], + [ + -91.62498589999069, + 29.944805369855, + ], + [ + -91.85649328539833, + 29.7377882666022, + ], + [ + -91.8277791910842, + 29.82894239847039, + ], + [ + -91.9720675150127, + 29.83356187716259, + ], + [ + -91.96453006525523, + 30.03687265448793, + ], + [ + -91.95089087045602, + 30.073183905603365, + ], + [ + -91.81916496278997, + 30.044016732000284, + ], + [ + -91.72656200862691, + 30.12238672516215, + ], + [ + -91.60057891982369, + 30.033112613691948, + ], + [ + -91.36907153441605, + 30.058842035710136, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "22045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48015 { + "geometry": { + "coordinates": [ + [ + [ + -96.14530219739194, + 30.07017587296658, + ], + [ + -96.1029489082786, + 29.809605045805363, + ], + [ + -96.032599377209, + 29.727958445664147, + ], + [ + -96.02506192745155, + 29.602802802026623, + ], + [ + -96.0893097134794, + 29.60167478978783, + ], + [ + -96.17545199642177, + 29.633849996027692, + ], + [ + -96.25656931285918, + 29.6669920699008, + ], + [ + -96.3312259580759, + 29.81481538805122, + ], + [ + -96.42131642898647, + 29.82947954715553, + ], + [ + -96.56991186706207, + 29.961510693962843, + ], + [ + -96.62195616300643, + 30.044285306342854, + ], + [ + -96.2931797831097, + 30.096120154458823, + ], + [ + -96.14530219739194, + 30.07017587296658, + ], + ], + ], + "type": "Polygon", + }, + "id": "48015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22007 { + "geometry": { + "coordinates": [ + [ + [ + -90.96384387840796, + 30.066415832170605, + ], + [ + -90.96384387840796, + 30.06646954703912, + ], + [ + -90.96384387840796, + 30.066415832170605, + ], + [ + -90.96025461661868, + 29.977840013991084, + ], + [ + -90.88559797140196, + 29.90532494149724, + ], + [ + -91.00691501987914, + 29.714744588009715, + ], + [ + -91.08264844363265, + 29.62638362930425, + ], + [ + -91.09987690022112, + 29.69938213561472, + ], + [ + -91.09269837664259, + 29.801494100659756, + ], + [ + -91.18278884755316, + 29.84618487126337, + ], + [ + -91.25565086187525, + 29.97139422976941, + ], + [ + -91.22442428430864, + 30.025323957757426, + ], + [ + -91.1063375714418, + 30.062494646769085, + ], + [ + -90.96384387840796, + 30.066415832170605, + ], + ], + ], + "type": "Polygon", + }, + "id": "22007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48385 { + "geometry": { + "coordinates": [ + [ + [ + -99.75753526210896, + 30.074097058368103, + ], + [ + -99.68969821429184, + 30.07393591376256, + ], + [ + -99.69113391900754, + 29.908547833608075, + ], + [ + -99.60104344809697, + 29.90763468084334, + ], + [ + -99.60319700517053, + 29.62718935233196, + ], + [ + -100.01452640622038, + 29.62342931153598, + ], + [ + -100.01273177532575, + 29.796283758413903, + ], + [ + -99.967507076781, + 30.082315433250734, + ], + [ + -99.75753526210896, + 30.074097058368103, + ], + ], + ], + "type": "Polygon", + }, + "id": "48385", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48055 { + "geometry": { + "coordinates": [ + [ + [ + -97.64956181327321, + 30.067866133620484, + ], + [ + -97.3157604668715, + 29.786561367212876, + ], + [ + -97.31791402394505, + 29.784573917077857, + ], + [ + -97.59787644350777, + 29.630680818785365, + ], + [ + -97.63305120904258, + 29.649910741713363, + ], + [ + -97.74360047215197, + 29.697824404427813, + ], + [ + -97.87496745363909, + 29.858270716679012, + ], + [ + -97.89434946730113, + 29.883677849486112, + ], + [ + -97.7102203375118, + 30.02451823472972, + ], + [ + -97.64956181327321, + 30.067866133620484, + ], + ], + ], + "type": "Polygon", + }, + "id": "48055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22023 { + "geometry": { + "coordinates": [ + [ + [ + -92.99680175584805, + 30.038537815411857, + ], + [ + -92.73729812848414, + 30.037356088304552, + ], + [ + -92.61598108000696, + 30.038161811332262, + ], + [ + -92.6177757109016, + 29.5800276977767, + ], + [ + -92.9461931646194, + 29.703679325095838, + ], + [ + -93.17698269766919, + 29.770500621527205, + ], + [ + -93.48565921154605, + 29.768728030866242, + ], + [ + -93.74480391273103, + 29.735156238045015, + ], + [ + -93.83920149778872, + 29.69223805810236, + ], + [ + -93.92929196869929, + 29.802944402109635, + ], + [ + -93.85427639730364, + 29.864985075243258, + ], + [ + -93.7214737111008, + 30.051483098723722, + ], + [ + -93.1285276635141, + 30.052557396094002, + ], + [ + -92.99680175584805, + 30.038537815411857, + ], + ], + ], + "type": "Polygon", + }, + "id": "22023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48091 { + "geometry": { + "coordinates": [ + [ + [ + -97.99915591154769, + 29.75245242570651, + ], + [ + -98.08924638245826, + 29.6839122534827, + ], + [ + -98.31070383485594, + 29.59453071227547, + ], + [ + -98.378899808852, + 29.66248002094563, + ], + [ + -98.35269819779036, + 29.734350515017308, + ], + [ + -98.6462998121523, + 29.745308348194158, + ], + [ + -98.4140745743868, + 29.93755386260562, + ], + [ + -98.29742356623566, + 30.03800066672672, + ], + [ + -98.0303824891143, + 29.848548325477985, + ], + [ + -97.99915591154769, + 29.75245242570651, + ], + ], + ], + "type": "Polygon", + }, + "id": "48091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12037 { + "geometry": { + "coordinates": [ + [ + [ + [ + -85.11442394044161, + 29.688585447043415, + ], + [ + -85.09719548385314, + 29.63342027707958, + ], + [ + -85.22246072029851, + 29.678701911236846, + ], + [ + -85.11442394044161, + 29.688585447043415, + ], + ], + ], + [ + [ + [ + -85.21815360615139, + 29.69406436363184, + ], + [ + -85.04874044969804, + 29.7778058436451, + ], + [ + -84.99382474432228, + 29.71485201774674, + ], + [ + -85.21815360615139, + 29.69406436363184, + ], + ], + ], + [ + [ + [ + -84.54516702066407, + 30.01087465812717, + ], + [ + -84.4496926570696, + 29.973327965035914, + ], + [ + -84.35385936729621, + 29.902854057545596, + ], + [ + -84.53368138293843, + 29.910965002691206, + ], + [ + -84.90301642105386, + 29.734995093439473, + ], + [ + -85.04838152351913, + 29.779471004569032, + ], + [ + -85.02541024806783, + 29.971340514900895, + ], + [ + -85.0074639391215, + 30.013828975895436, + ], + [ + -84.54516702066407, + 30.01087465812717, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48089 { + "geometry": { + "coordinates": [ + [ + [ + -96.17545199642177, + 29.633849996027692, + ], + [ + -96.30753683026676, + 29.514495558189672, + ], + [ + -96.34881334084331, + 29.40824754826906, + ], + [ + -96.64026139813168, + 29.247801236017864, + ], + [ + -96.65856663325694, + 29.26386198170354, + ], + [ + -96.56057978640999, + 29.335410186564133, + ], + [ + -96.7931639503544, + 29.57739566921952, + ], + [ + -96.87428126679181, + 29.632721983788898, + ], + [ + -96.56991186706207, + 29.961510693962843, + ], + [ + -96.42131642898647, + 29.82947954715553, + ], + [ + -96.3312259580759, + 29.81481538805122, + ], + [ + -96.25656931285918, + 29.6669920699008, + ], + [ + -96.17545199642177, + 29.633849996027692, + ], + ], + ], + "type": "Polygon", + }, + "id": "48089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22101 { + "geometry": { + "coordinates": [ + [ + [ + -91.09987690022112, + 29.69938213561472, + ], + [ + -91.08264844363265, + 29.62638362930425, + ], + [ + -91.21509220365655, + 29.587386634763114, + ], + [ + -91.31559153375599, + 29.487584409064176, + ], + [ + -91.4074766355612, + 29.553546267599323, + ], + [ + -91.54961140241612, + 29.519813330172553, + ], + [ + -91.5521238856686, + 29.63207740536673, + ], + [ + -91.62606267852748, + 29.62756535641156, + ], + [ + -91.633241202106, + 29.74251517503143, + ], + [ + -91.85649328539833, + 29.7377882666022, + ], + [ + -91.62498589999069, + 29.944805369855, + ], + [ + -91.47208334776798, + 29.955978062505906, + ], + [ + -91.3737375747421, + 29.834367600190298, + ], + [ + -91.38665891718345, + 29.783660764313122, + ], + [ + -91.09987690022112, + 29.69938213561472, + ], + ], + ], + "type": "Polygon", + }, + "id": "22101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12001 { + "geometry": { + "coordinates": [ + [ + [ + -82.41852941052413, + 29.92310456297536, + ], + [ + -82.27280538187995, + 29.843015694021048, + ], + [ + -82.13318309827751, + 29.835925331377204, + ], + [ + -82.05565504362937, + 29.71823605446312, + ], + [ + -82.05601396980829, + 29.471255089035935, + ], + [ + -82.1938416225161, + 29.42097797210687, + ], + [ + -82.21178793146242, + 29.484092942610772, + ], + [ + -82.40668484661956, + 29.485059810244024, + ], + [ + -82.55671598941086, + 29.480064327472224, + ], + [ + -82.55743384176871, + 29.53753923678216, + ], + [ + -82.65613854097352, + 29.56466524538171, + ], + [ + -82.658651024226, + 29.830070410709183, + ], + [ + -82.52979652599137, + 29.940830469584967, + ], + [ + -82.41852941052413, + 29.92310456297536, + ], + ], + ], + "type": "Polygon", + }, + "id": "12001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12041 { + "geometry": { + "coordinates": [ + [ + [ + -82.658651024226, + 29.830070410709183, + ], + [ + -82.65613854097352, + 29.56466524538171, + ], + [ + -82.93717773907302, + 29.59125410529612, + ], + [ + -82.95009908151438, + 29.75648104084506, + ], + [ + -82.9206671348424, + 29.824161775172648, + ], + [ + -82.87974955044477, + 29.886900741596953, + ], + [ + -82.80006793872307, + 29.932289805491248, + ], + [ + -82.658651024226, + 29.830070410709183, + ], + ], + ], + "type": "Polygon", + }, + "id": "12041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22057 { + "geometry": { + "coordinates": [ + [ + [ + -90.0636570216601, + 29.20692422107874, + ], + [ + -90.08878185418497, + 29.1667454994303, + ], + [ + -90.22086668802994, + 29.086280626396388, + ], + [ + -90.35761756220097, + 29.30946590507189, + ], + [ + -90.4093029319664, + 29.2206215125498, + ], + [ + -90.4093029319664, + 29.23458737836343, + ], + [ + -90.4093029319664, + 29.240120009820366, + ], + [ + -90.4039190392825, + 29.257201338007807, + ], + [ + -90.39925299895646, + 29.26182081670001, + ], + [ + -90.3795120591155, + 29.349107478035194, + ], + [ + -90.61927474663844, + 29.598075893597393, + ], + [ + -90.76787018471404, + 29.69653524758348, + ], + [ + -90.80555743350133, + 29.77452923666575, + ], + [ + -90.88021407871805, + 29.716732038144727, + ], + [ + -91.00691501987914, + 29.714744588009715, + ], + [ + -90.88559797140196, + 29.90532494149724, + ], + [ + -90.78545756748144, + 29.921546831788454, + ], + [ + -90.65624414306788, + 29.889479055285623, + ], + [ + -90.64081031737403, + 29.892863092002003, + ], + [ + -90.5417466919903, + 29.891466505420638, + ], + [ + -90.37915313293657, + 29.764591985990666, + ], + [ + -90.34613192447532, + 29.693312355472642, + ], + [ + -90.22804521160847, + 29.69196948375979, + ], + [ + -90.17348843241165, + 29.683267675060534, + ], + [ + -90.16200279468599, + 29.572185326973667, + ], + [ + -90.22660950689277, + 29.519437326092955, + ], + [ + -90.18174373452695, + 29.472705390485814, + ], + [ + -90.0431982294613, + 29.448641129391557, + ], + [ + -90.02955903466209, + 29.379510093614094, + ], + [ + -90.11031742492057, + 29.272080356586173, + ], + [ + -90.0636570216601, + 29.20692422107874, + ], + ], + ], + "type": "Polygon", + }, + "id": "22057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48019 { + "geometry": { + "coordinates": [ + [ + [ + -99.41188935180267, + 29.627511641543045, + ], + [ + -99.60319700517053, + 29.62718935233196, + ], + [ + -99.60104344809697, + 29.90763468084334, + ], + [ + -99.17643377842684, + 29.89501168674256, + ], + [ + -98.91764800342078, + 29.781404739835537, + ], + [ + -98.77910249835513, + 29.719954930255568, + ], + [ + -98.80530410941677, + 29.69196948375979, + ], + [ + -98.9273390102518, + 29.562194361430066, + ], + [ + -98.98369042034327, + 29.623375596667465, + ], + [ + -99.41188935180267, + 29.627511641543045, + ], + ], + ], + "type": "Polygon", + }, + "id": "48019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22075 { + "geometry": { + "coordinates": [ + [ + [ + [ + -89.71262721866992, + 29.37746892861056, + ], + [ + -89.67278641280907, + 29.307371025199846, + ], + [ + -89.8163568843797, + 29.314568817580714, + ], + [ + -89.71262721866992, + 29.37746892861056, + ], + ], + ], + [ + [ + [ + -89.97751473871773, + 29.459598962568407, + ], + [ + -89.98002722197022, + 29.606509127954084, + ], + [ + -90.06724628344938, + 29.738808849103968, + ], + [ + -90.06868198816508, + 29.828781253864847, + ], + [ + -90.00802346392649, + 29.8955488354277, + ], + [ + -89.91075446943739, + 29.868583971433694, + ], + [ + -89.86983688503976, + 29.79542432051768, + ], + [ + -89.56331392823647, + 29.659525703177362, + ], + [ + -89.73846990355264, + 29.60806685914099, + ], + [ + -89.66560788923054, + 29.508855496995707, + ], + [ + -89.53567661245913, + 29.444827373727065, + ], + [ + -89.57551741831998, + 29.40309092089172, + ], + [ + -89.38528654348889, + 29.39073650113351, + ], + [ + -89.25068922639143, + 29.30011951795046, + ], + [ + -89.20008063516278, + 29.344756573685558, + ], + [ + -89.08989029823232, + 29.18151708827164, + ], + [ + -89.10783660717865, + 29.091974402458867, + ], + [ + -89.19900385662599, + 29.02848342787537, + ], + [ + -89.26073915940137, + 29.059584336744948, + ], + [ + -89.42117916138154, + 28.929110921124543, + ], + [ + -89.26971231387454, + 29.13285141739799, + ], + [ + -89.3192441265664, + 29.216485467674225, + ], + [ + -89.45132896041137, + 29.184095401960306, + ], + [ + -89.49942506838754, + 29.32482835746688, + ], + [ + -89.60853862678121, + 29.38831933205038, + ], + [ + -89.8339442671471, + 29.393368529690694, + ], + [ + -89.81312654876936, + 29.45696693401122, + ], + [ + -89.92331688569982, + 29.49639364750047, + ], + [ + -89.97751473871773, + 29.459598962568407, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "22075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48071 { + "geometry": { + "coordinates": [ + [ + [ + -94.44219747838535, + 29.889532770154137, + ], + [ + -94.35784982633761, + 29.887437890282094, + ], + [ + -94.35461949072727, + 29.56138863840236, + ], + [ + -94.37077116877897, + 29.555372573128793, + ], + [ + -94.46983479416271, + 29.557252593526783, + ], + [ + -94.54556821791621, + 29.57170189315704, + ], + [ + -94.73938835453656, + 29.5265276887368, + ], + [ + -94.69488150834967, + 29.75637361110803, + ], + [ + -94.80327721438549, + 29.79392030419929, + ], + [ + -94.87434459781295, + 29.670161247143128, + ], + [ + -94.92710674611516, + 29.681280224925516, + ], + [ + -94.9127496989581, + 29.83055384452581, + ], + [ + -94.98022782059628, + 29.88416128330274, + ], + [ + -94.44219747838535, + 29.889532770154137, + ], + ], + ], + "type": "Polygon", + }, + "id": "48071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48187 { + "geometry": { + "coordinates": [ + [ + [ + -97.63305120904258, + 29.649910741713363, + ], + [ + -97.84051054046213, + 29.376716920451365, + ], + [ + -98.08458034213221, + 29.379563808482608, + ], + [ + -98.134471081003, + 29.439509601744184, + ], + [ + -98.12657470506662, + 29.483233504714548, + ], + [ + -98.31070383485594, + 29.59453071227547, + ], + [ + -98.08924638245826, + 29.6839122534827, + ], + [ + -97.99915591154769, + 29.75245242570651, + ], + [ + -97.87496745363909, + 29.858270716679012, + ], + [ + -97.74360047215197, + 29.697824404427813, + ], + [ + -97.63305120904258, + 29.649910741713363, + ], + ], + ], + "type": "Polygon", + }, + "id": "48187", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12107 { + "geometry": { + "coordinates": [ + [ + [ + [ + -81.52516215117589, + 29.759381643744813, + ], + [ + -81.52372644646019, + 29.622623588508272, + ], + [ + -81.52049611084985, + 29.496501077237497, + ], + [ + -81.43399490172854, + 29.398471442199522, + ], + [ + -81.57397611150991, + 29.348624044218568, + ], + [ + -81.67842362957754, + 29.43413811489279, + ], + [ + -81.68021826047217, + 29.586366052261347, + ], + [ + -81.59192242045624, + 29.610860032303716, + ], + [ + -81.62458470273856, + 29.700510147853514, + ], + [ + -81.52516215117589, + 29.759381643744813, + ], + ], + ], + [ + [ + [ + -81.60592054143437, + 29.839577942436154, + ], + [ + -81.5563887287425, + 29.772864075741815, + ], + [ + -81.65186309233698, + 29.676069882679663, + ], + [ + -81.69457530762924, + 29.43972446121824, + ], + [ + -81.6683736965676, + 29.371721437679568, + ], + [ + -81.74159463706862, + 29.371023144388886, + ], + [ + -81.77605155024557, + 29.48736954959012, + ], + [ + -81.8428118195259, + 29.51992075990958, + ], + [ + -82.05601396980829, + 29.471255089035935, + ], + [ + -82.05565504362937, + 29.71823605446312, + ], + [ + -82.04919437240869, + 29.71866577341123, + ], + [ + -81.940080814015, + 29.747403228066197, + ], + [ + -81.81230309431716, + 29.836462480062345, + ], + [ + -81.60592054143437, + 29.839577942436154, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48157 { + "geometry": { + "coordinates": [ + [ + [ + -95.42421950392846, + 29.580188842382242, + ], + [ + -95.4626246050736, + 29.439241027401614, + ], + [ + -95.54984366655276, + 29.43838158950539, + ], + [ + -95.59147910330825, + 29.32713809681298, + ], + [ + -95.65429118462039, + 29.291095420040115, + ], + [ + -95.75299588382519, + 29.324452353387283, + ], + [ + -95.84775239506182, + 29.262626539727716, + ], + [ + -95.99275857134815, + 29.433708395944677, + ], + [ + -96.0893097134794, + 29.60167478978783, + ], + [ + -96.02506192745155, + 29.602802802026623, + ], + [ + -96.032599377209, + 29.727958445664147, + ], + [ + -95.82621682432622, + 29.788280243005325, + ], + [ + -95.42421950392846, + 29.580188842382242, + ], + ], + ], + "type": "Polygon", + }, + "id": "48157", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48177 { + "geometry": { + "coordinates": [ + [ + [ + -97.14311697480781, + 29.62804879022818, + ], + [ + -97.20413442522533, + 29.579651693697105, + ], + [ + -97.24002704311799, + 29.38450557638589, + ], + [ + -97.61331026920162, + 29.109700309068472, + ], + [ + -97.72852557263705, + 29.221695809920078, + ], + [ + -97.85917470176632, + 29.352867518831168, + ], + [ + -97.84051054046213, + 29.376716920451365, + ], + [ + -97.63305120904258, + 29.649910741713363, + ], + [ + -97.59787644350777, + 29.630680818785365, + ], + [ + -97.31791402394505, + 29.784573917077857, + ], + [ + -97.14311697480781, + 29.62804879022818, + ], + ], + ], + "type": "Polygon", + }, + "id": "48177", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 22109 { + "geometry": { + "coordinates": [ + [ + [ + [ + -91.23626884821321, + 29.368928264516843, + ], + [ + -91.16053542445971, + 29.318812292193318, + ], + [ + -91.19894052560485, + 29.22105123149791, + ], + [ + -91.30841301017746, + 29.305329860196316, + ], + [ + -91.23626884821321, + 29.368928264516843, + ], + ], + ], + [ + [ + [ + -91.21509220365655, + 29.587386634763114, + ], + [ + -91.08264844363265, + 29.62638362930425, + ], + [ + -91.00691501987914, + 29.714744588009715, + ], + [ + -90.88021407871805, + 29.716732038144727, + ], + [ + -90.80555743350133, + 29.77452923666575, + ], + [ + -90.76787018471404, + 29.69653524758348, + ], + [ + -90.61927474663844, + 29.598075893597393, + ], + [ + -90.3795120591155, + 29.349107478035194, + ], + [ + -90.39925299895646, + 29.26182081670001, + ], + [ + -90.5876892428929, + 29.31231279310313, + ], + [ + -90.5902017261454, + 29.231471915989623, + ], + [ + -90.66126910957286, + 29.224488983082807, + ], + [ + -90.69536709657088, + 29.12334388567102, + ], + [ + -90.88272656197054, + 29.115232940525413, + ], + [ + -90.94410293856699, + 29.16432833034717, + ], + [ + -90.8091466952906, + 29.235500531128167, + ], + [ + -90.92831018669422, + 29.27895585975596, + ], + [ + -90.95845998572405, + 29.337773640778746, + ], + [ + -91.05213971842389, + 29.188661165783994, + ], + [ + -91.13576951811378, + 29.232975932308012, + ], + [ + -91.13038562542988, + 29.337881070515774, + ], + [ + -91.2588811974856, + 29.445203377806664, + ], + [ + -91.21509220365655, + 29.587386634763114, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "22109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48029 { + "geometry": { + "coordinates": [ + [ + [ + -98.31070383485594, + 29.59453071227547, + ], + [ + -98.12657470506662, + 29.483233504714548, + ], + [ + -98.134471081003, + 29.439509601744184, + ], + [ + -98.40761390316612, + 29.114427217497703, + ], + [ + -98.80458625705892, + 29.250648124049103, + ], + [ + -98.80530410941677, + 29.69196948375979, + ], + [ + -98.77910249835513, + 29.719954930255568, + ], + [ + -98.6462998121523, + 29.745308348194158, + ], + [ + -98.35269819779036, + 29.734350515017308, + ], + [ + -98.378899808852, + 29.66248002094563, + ], + [ + -98.31070383485594, + 29.59453071227547, + ], + ], + ], + "type": "Polygon", + }, + "id": "48029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48325 { + "geometry": { + "coordinates": [ + [ + [ + -98.80458625705892, + 29.250648124049103, + ], + [ + -98.80494518323783, + 29.090416671271964, + ], + [ + -99.41404290887623, + 29.091276109168184, + ], + [ + -99.41188935180267, + 29.627511641543045, + ], + [ + -98.98369042034327, + 29.623375596667465, + ], + [ + -98.9273390102518, + 29.562194361430066, + ], + [ + -98.80530410941677, + 29.69196948375979, + ], + [ + -98.80458625705892, + 29.250648124049103, + ], + ], + ], + "type": "Polygon", + }, + "id": "48325", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12035 { + "geometry": { + "coordinates": [ + [ + [ + -81.2469943625078, + 29.659149699097764, + ], + [ + -81.10844885744214, + 29.426940322511918, + ], + [ + -81.15582711306045, + 29.41093329169476, + ], + [ + -81.15008429419763, + 29.26595686157558, + ], + [ + -81.417125371319, + 29.26117623827784, + ], + [ + -81.43399490172854, + 29.398471442199522, + ], + [ + -81.52049611084985, + 29.496501077237497, + ], + [ + -81.52372644646019, + 29.622623588508272, + ], + [ + -81.32416349097701, + 29.62557790627654, + ], + [ + -81.2469943625078, + 29.659149699097764, + ], + ], + ], + "type": "Polygon", + }, + "id": "12035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48481 { + "geometry": { + "coordinates": [ + [ + [ + -96.0893097134794, + 29.60167478978783, + ], + [ + -95.99275857134815, + 29.433708395944677, + ], + [ + -95.84775239506182, + 29.262626539727716, + ], + [ + -95.87395400612345, + 29.22969932532866, + ], + [ + -95.9651212555708, + 29.146817283211618, + ], + [ + -96.30969038734031, + 28.96327357749942, + ], + [ + -96.64026139813168, + 29.247801236017864, + ], + [ + -96.34881334084331, + 29.40824754826906, + ], + [ + -96.30753683026676, + 29.514495558189672, + ], + [ + -96.17545199642177, + 29.633849996027692, + ], + [ + -96.0893097134794, + 29.60167478978783, + ], + ], + ], + "type": "Polygon", + }, + "id": "48481", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48285 { + "geometry": { + "coordinates": [ + [ + [ + -96.65856663325694, + 29.26386198170354, + ], + [ + -96.93852905281966, + 29.0632369478039, + ], + [ + -96.97621630160695, + 29.104006533005993, + ], + [ + -97.24002704311799, + 29.38450557638589, + ], + [ + -97.20413442522533, + 29.579651693697105, + ], + [ + -97.14311697480781, + 29.62804879022818, + ], + [ + -96.87428126679181, + 29.632721983788898, + ], + [ + -96.7931639503544, + 29.57739566921952, + ], + [ + -96.56057978640999, + 29.335410186564133, + ], + [ + -96.65856663325694, + 29.26386198170354, + ], + ], + ], + "type": "Polygon", + }, + "id": "48285", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48463 { + "geometry": { + "coordinates": [ + [ + [ + -99.41188935180267, + 29.627511641543045, + ], + [ + -99.41404290887623, + 29.091276109168184, + ], + [ + -100.11143647453056, + 29.0863343412649, + ], + [ + -100.11215432688842, + 29.62326816693044, + ], + [ + -100.01452640622038, + 29.62342931153598, + ], + [ + -99.60319700517053, + 29.62718935233196, + ], + [ + -99.41188935180267, + 29.627511641543045, + ], + ], + ], + "type": "Polygon", + }, + "id": "48463", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48271 { + "geometry": { + "coordinates": [ + [ + [ + -100.11215432688842, + 29.62326816693044, + ], + [ + -100.11143647453056, + 29.0863343412649, + ], + [ + -100.66741312568782, + 29.084346891129886, + ], + [ + -100.77544990554472, + 29.174534155364825, + ], + [ + -100.79447299302782, + 29.24189260048133, + ], + [ + -100.74601795887274, + 29.255106458135764, + ], + [ + -100.69899862943336, + 29.419688815262532, + ], + [ + -100.70007540797013, + 29.62385903048409, + ], + [ + -100.11215432688842, + 29.62326816693044, + ], + ], + ], + "type": "Polygon", + }, + "id": "48271", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48167 { + "geometry": { + "coordinates": [ + [ + [ + [ + -94.73400446185266, + 29.337129062356578, + ], + [ + -94.79430405991232, + 29.284058772264785, + ], + [ + -95.11626084240946, + 29.091705828116297, + ], + [ + -94.85137332236165, + 29.298400642158015, + ], + [ + -94.73400446185266, + 29.337129062356578, + ], + ], + ], + [ + [ + [ + -95.05667909670765, + 29.200156147645984, + ], + [ + -95.2329118505606, + 29.465561312973456, + ], + [ + -95.21640124632998, + 29.55601715155096, + ], + [ + -95.16184446713314, + 29.497253085396693, + ], + [ + -95.01827399556251, + 29.548067351010896, + ], + [ + -94.9102372157056, + 29.494621056839506, + ], + [ + -94.89839265180103, + 29.30366469927238, + ], + [ + -94.94218164563007, + 29.31387052429003, + ], + [ + -95.05667909670765, + 29.200156147645984, + ], + ], + ], + [ + [ + [ + -94.37077116877897, + 29.555372573128793, + ], + [ + -94.7602060729143, + 29.395409694694223, + ], + [ + -94.56459130539932, + 29.530717448480885, + ], + [ + -94.46983479416271, + 29.557252593526783, + ], + [ + -94.37077116877897, + 29.555372573128793, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "48167", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48039 { + "geometry": { + "coordinates": [ + [ + [ + -95.21640124632998, + 29.55601715155096, + ], + [ + -95.2329118505606, + 29.465561312973456, + ], + [ + -95.05667909670765, + 29.200156147645984, + ], + [ + -95.14964097704963, + 29.181839377482724, + ], + [ + -95.23757789088664, + 28.990883019915596, + ], + [ + -95.40124822847716, + 28.864384504565223, + ], + [ + -95.50713145126049, + 28.8258172289722, + ], + [ + -95.56743104932016, + 28.82989955897926, + ], + [ + -95.67977494332418, + 28.965637031714035, + ], + [ + -95.7651993739087, + 28.967302192637966, + ], + [ + -95.76735293098226, + 29.053460841734356, + ], + [ + -95.8366256835151, + 29.092887555223605, + ], + [ + -95.87395400612345, + 29.22969932532866, + ], + [ + -95.84775239506182, + 29.262626539727716, + ], + [ + -95.75299588382519, + 29.324452353387283, + ], + [ + -95.65429118462039, + 29.291095420040115, + ], + [ + -95.59147910330825, + 29.32713809681298, + ], + [ + -95.54984366655276, + 29.43838158950539, + ], + [ + -95.4626246050736, + 29.439241027401614, + ], + [ + -95.42421950392846, + 29.580188842382242, + ], + [ + -95.26234379723257, + 29.59345641490519, + ], + [ + -95.21640124632998, + 29.55601715155096, + ], + ], + ], + "type": "Polygon", + }, + "id": "48039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12075 { + "geometry": { + "coordinates": [ + [ + [ + -82.65613854097352, + 29.56466524538171, + ], + [ + -82.55743384176871, + 29.53753923678216, + ], + [ + -82.55671598941086, + 29.480064327472224, + ], + [ + -82.40668484661956, + 29.485059810244024, + ], + [ + -82.40309558483028, + 29.215572314909487, + ], + [ + -82.53589827103312, + 29.21465916214475, + ], + [ + -82.5355393448542, + 29.044866462772127, + ], + [ + -82.7544843139994, + 28.99786595282241, + ], + [ + -82.7559200187151, + 28.996469366241048, + ], + [ + -82.75197183074691, + 29.059852911087518, + ], + [ + -82.8341659257211, + 29.154874513488714, + ], + [ + -83.06064834462377, + 29.177595902870117, + ], + [ + -83.10730874788422, + 29.32547293588905, + ], + [ + -82.98204351143885, + 29.487423264458634, + ], + [ + -82.93717773907302, + 29.59125410529612, + ], + [ + -82.65613854097352, + 29.56466524538171, + ], + ], + ], + "type": "Polygon", + }, + "id": "12075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12083 { + "geometry": { + "coordinates": [ + [ + [ + -81.6683736965676, + 29.371721437679568, + ], + [ + -81.64181315932703, + 29.276914694752428, + ], + [ + -81.65868268973658, + 28.960426689468182, + ], + [ + -81.95407893499315, + 28.960050685388584, + ], + [ + -82.31156940920401, + 28.960426689468182, + ], + [ + -82.4802647132995, + 29.052601403838135, + ], + [ + -82.5355393448542, + 29.044866462772127, + ], + [ + -82.53589827103312, + 29.21465916214475, + ], + [ + -82.40309558483028, + 29.215572314909487, + ], + [ + -82.40668484661956, + 29.485059810244024, + ], + [ + -82.21178793146242, + 29.484092942610772, + ], + [ + -82.1938416225161, + 29.42097797210687, + ], + [ + -82.05601396980829, + 29.471255089035935, + ], + [ + -81.8428118195259, + 29.51992075990958, + ], + [ + -81.77605155024557, + 29.48736954959012, + ], + [ + -81.74159463706862, + 29.371023144388886, + ], + [ + -81.6683736965676, + 29.371721437679568, + ], + ], + ], + "type": "Polygon", + }, + "id": "12083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48493 { + "geometry": { + "coordinates": [ + [ + [ + -97.84051054046213, + 29.376716920451365, + ], + [ + -97.85917470176632, + 29.352867518831168, + ], + [ + -97.72852557263705, + 29.221695809920078, + ], + [ + -98.19082249109448, + 28.882325270648884, + ], + [ + -98.40761390316612, + 29.114427217497703, + ], + [ + -98.134471081003, + 29.439509601744184, + ], + [ + -98.08458034213221, + 29.379563808482608, + ], + [ + -97.84051054046213, + 29.376716920451365, + ], + ], + ], + "type": "Polygon", + }, + "id": "48493", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12127 { + "geometry": { + "coordinates": [ + [ + [ + [ + -80.78792777966072, + 28.791117423912183, + ], + [ + -80.83566496145795, + 28.791171138780697, + ], + [ + -80.84966308243608, + 28.791117423912183, + ], + [ + -80.96774979530292, + 28.790204271147445, + ], + [ + -80.98713180896496, + 28.612998919919892, + ], + [ + -81.09337395792723, + 28.82463550186489, + ], + [ + -81.18131087176424, + 28.7831139085036, + ], + [ + -81.36687570626927, + 28.87872637445845, + ], + [ + -81.3550311423647, + 28.985618962801226, + ], + [ + -81.45122335831702, + 29.06173293148551, + ], + [ + -81.55531195020572, + 29.190756045656038, + ], + [ + -81.52911033914408, + 29.299582369265323, + ], + [ + -81.57397611150991, + 29.348624044218568, + ], + [ + -81.43399490172854, + 29.398471442199522, + ], + [ + -81.417125371319, + 29.26117623827784, + ], + [ + -81.15008429419763, + 29.26595686157558, + ], + [ + -81.15582711306045, + 29.41093329169476, + ], + [ + -81.10844885744214, + 29.426940322511918, + ], + [ + -81.08296509873836, + 29.349698341588844, + ], + [ + -80.78792777966072, + 28.791117423912183, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48123 { + "geometry": { + "coordinates": [ + [ + [ + -97.30606946004048, + 28.864008500485625, + ], + [ + -97.41769550168664, + 28.925243450591537, + ], + [ + -97.57454624187756, + 28.81324794973993, + ], + [ + -97.75436825751976, + 29.007534629154925, + ], + [ + -97.61331026920162, + 29.109700309068472, + ], + [ + -97.24002704311799, + 29.38450557638589, + ], + [ + -96.97621630160695, + 29.104006533005993, + ], + [ + -97.30606946004048, + 28.864008500485625, + ], + ], + ], + "type": "Polygon", + }, + "id": "48123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12069 { + "geometry": { + "coordinates": [ + [ + [ + -81.55531195020572, + 29.190756045656038, + ], + [ + -81.45122335831702, + 29.06173293148551, + ], + [ + -81.3550311423647, + 28.985618962801226, + ], + [ + -81.36687570626927, + 28.87872637445845, + ], + [ + -81.41461288806651, + 28.784940214033078, + ], + [ + -81.65868268973658, + 28.778870433891, + ], + [ + -81.65724698502088, + 28.34705660590728, + ], + [ + -81.95766819678241, + 28.345176585509293, + ], + [ + -81.95407893499315, + 28.960050685388584, + ], + [ + -81.65868268973658, + 28.960426689468182, + ], + [ + -81.64181315932703, + 29.276914694752428, + ], + [ + -81.55531195020572, + 29.190756045656038, + ], + ], + ], + "type": "Polygon", + }, + "id": "12069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48239 { + "geometry": { + "coordinates": [ + [ + [ + -96.30969038734031, + 28.96327357749942, + ], + [ + -96.32404743449737, + 28.675523026870138, + ], + [ + -96.39080770377771, + 28.674663588973917, + ], + [ + -96.428494952565, + 28.707483373635945, + ], + [ + -96.57386005503027, + 28.70549592350093, + ], + [ + -96.65605415000445, + 28.720106367736726, + ], + [ + -96.65928448561479, + 28.719676648788614, + ], + [ + -96.66000233797264, + 28.721395524581062, + ], + [ + -96.73286435229474, + 28.88823390618542, + ], + [ + -96.83874757507807, + 29.025314250633045, + ], + [ + -96.93852905281966, + 29.0632369478039, + ], + [ + -96.65856663325694, + 29.26386198170354, + ], + [ + -96.64026139813168, + 29.247801236017864, + ], + [ + -96.30969038734031, + 28.96327357749942, + ], + ], + ], + "type": "Polygon", + }, + "id": "48239", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48013 { + "geometry": { + "coordinates": [ + [ + [ + -98.33511081502296, + 28.61267663070881, + ], + [ + -98.33546974120188, + 28.648289588533565, + ], + [ + -98.80099699526964, + 28.647376435768827, + ], + [ + -98.80494518323783, + 29.090416671271964, + ], + [ + -98.80458625705892, + 29.250648124049103, + ], + [ + -98.40761390316612, + 29.114427217497703, + ], + [ + -98.19082249109448, + 28.882325270648884, + ], + [ + -98.09821953693142, + 28.786927664168093, + ], + [ + -98.33511081502296, + 28.61267663070881, + ], + ], + ], + "type": "Polygon", + }, + "id": "48013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48321 { + "geometry": { + "coordinates": [ + [ + [ + -96.32261172978167, + 28.643132961156223, + ], + [ + -96.32404743449737, + 28.675523026870138, + ], + [ + -96.30969038734031, + 28.96327357749942, + ], + [ + -95.9651212555708, + 29.146817283211618, + ], + [ + -95.87395400612345, + 29.22969932532866, + ], + [ + -95.8366256835151, + 29.092887555223605, + ], + [ + -95.76735293098226, + 29.053460841734356, + ], + [ + -95.7651993739087, + 28.967302192637966, + ], + [ + -95.67977494332418, + 28.965637031714035, + ], + [ + -95.56743104932016, + 28.82989955897926, + ], + [ + -95.50713145126049, + 28.8258172289722, + ], + [ + -95.69161950722875, + 28.728700746698962, + ], + [ + -95.78852957553893, + 28.746748942519652, + ], + [ + -95.9353303827199, + 28.696203251248015, + ], + [ + -95.96153199378153, + 28.625245909941075, + ], + [ + -95.70454084967011, + 28.720213797473754, + ], + [ + -96.33445629368624, + 28.43751244448479, + ], + [ + -95.98163185980142, + 28.60972231294054, + ], + [ + -95.97517118858075, + 28.656185674205116, + ], + [ + -96.1636074325172, + 28.605263978853884, + ], + [ + -96.32261172978167, + 28.643132961156223, + ], + ], + ], + "type": "Polygon", + }, + "id": "48321", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48255 { + "geometry": { + "coordinates": [ + [ + [ + -97.77877523768677, + 28.668002945278186, + ], + [ + -97.91588503803672, + 28.719300644709016, + ], + [ + -98.00525765658944, + 28.690240900842966, + ], + [ + -98.09821953693142, + 28.786927664168093, + ], + [ + -98.19082249109448, + 28.882325270648884, + ], + [ + -97.72852557263705, + 29.221695809920078, + ], + [ + -97.61331026920162, + 29.109700309068472, + ], + [ + -97.75436825751976, + 29.007534629154925, + ], + [ + -97.57454624187756, + 28.81324794973993, + ], + [ + -97.77877523768677, + 28.668002945278186, + ], + ], + ], + "type": "Polygon", + }, + "id": "48255", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48469 { + "geometry": { + "coordinates": [ + [ + [ + -96.93852905281966, + 29.0632369478039, + ], + [ + -96.83874757507807, + 29.025314250633045, + ], + [ + -96.73286435229474, + 28.88823390618542, + ], + [ + -96.66000233797264, + 28.721395524581062, + ], + [ + -96.65964341179372, + 28.701198734019812, + ], + [ + -96.92991482452543, + 28.58700092355914, + ], + [ + -96.89079187102243, + 28.507180628947392, + ], + [ + -96.91555777736836, + 28.485802111278836, + ], + [ + -97.16070435757521, + 28.553482845606425, + ], + [ + -97.15890972668058, + 28.77607726072827, + ], + [ + -97.20269872050962, + 28.853856390336485, + ], + [ + -97.30606946004048, + 28.864008500485625, + ], + [ + -96.97621630160695, + 29.104006533005993, + ], + [ + -96.93852905281966, + 29.0632369478039, + ], + ], + ], + "type": "Polygon", + }, + "id": "48469", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48163 { + "geometry": { + "coordinates": [ + [ + [ + -98.80494518323783, + 29.090416671271964, + ], + [ + -98.80099699526964, + 28.647376435768827, + ], + [ + -99.39573767375097, + 28.64076950694161, + ], + [ + -99.40901794237126, + 28.640554647467553, + ], + [ + -99.41404290887623, + 29.091276109168184, + ], + [ + -98.80494518323783, + 29.090416671271964, + ], + ], + ], + "type": "Polygon", + }, + "id": "48163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48507 { + "geometry": { + "coordinates": [ + [ + [ + -99.41404290887623, + 29.091276109168184, + ], + [ + -99.40901794237126, + 28.640554647467553, + ], + [ + -100.11430788396197, + 28.648128443928023, + ], + [ + -100.11143647453056, + 29.0863343412649, + ], + [ + -99.41404290887623, + 29.091276109168184, + ], + ], + ], + "type": "Polygon", + }, + "id": "48507", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48323 { + "geometry": { + "coordinates": [ + [ + [ + -100.11143647453056, + 29.0863343412649, + ], + [ + -100.11430788396197, + 28.648128443928023, + ], + [ + -100.11359003160412, + 28.1978367011755, + ], + [ + -100.21229473080892, + 28.196762403805224, + ], + [ + -100.29412989960419, + 28.28453249895703, + ], + [ + -100.40144882710322, + 28.587054638427652, + ], + [ + -100.4983588954134, + 28.65935485144744, + ], + [ + -100.54753178192634, + 28.826461807394367, + ], + [ + -100.65162037381505, + 28.94361393562331, + ], + [ + -100.66741312568782, + 29.084346891129886, + ], + [ + -100.11143647453056, + 29.0863343412649, + ], + ], + ], + "type": "Polygon", + }, + "id": "48323", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12017 { + "geometry": { + "coordinates": [ + [ + [ + -82.7544843139994, + 28.99786595282241, + ], + [ + -82.5355393448542, + 29.044866462772127, + ], + [ + -82.4802647132995, + 29.052601403838135, + ], + [ + -82.31156940920401, + 28.960426689468182, + ], + [ + -82.17122927324372, + 28.79015055627893, + ], + [ + -82.26311437504893, + 28.66762694119859, + ], + [ + -82.41852941052413, + 28.69480666466665, + ], + [ + -82.63316726552222, + 28.69437694571854, + ], + [ + -82.68664726618228, + 28.73181620907277, + ], + [ + -82.68880082325585, + 28.90880670082627, + ], + [ + -82.7544843139994, + 28.99786595282241, + ], + ], + ], + "type": "Polygon", + }, + "id": "12017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12119 { + "geometry": { + "coordinates": [ + [ + [ + -81.95407893499315, + 28.960050685388584, + ], + [ + -81.95766819678241, + 28.345176585509293, + ], + [ + -82.05601396980829, + 28.311873367030636, + ], + [ + -82.05529611745044, + 28.478335744555395, + ], + [ + -82.05457826509259, + 28.51948133383709, + ], + [ + -82.20819866967317, + 28.57201447524374, + ], + [ + -82.26311437504893, + 28.66762694119859, + ], + [ + -82.17122927324372, + 28.79015055627893, + ], + [ + -82.31156940920401, + 28.960426689468182, + ], + [ + -81.95407893499315, + 28.960050685388584, + ], + ], + ], + "type": "Polygon", + }, + "id": "12119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48175 { + "geometry": { + "coordinates": [ + [ + [ + -97.30606946004048, + 28.864008500485625, + ], + [ + -97.20269872050962, + 28.853856390336485, + ], + [ + -97.15890972668058, + 28.77607726072827, + ], + [ + -97.16070435757521, + 28.553482845606425, + ], + [ + -97.37570113875223, + 28.388470769531544, + ], + [ + -97.55372852349981, + 28.453734334776, + ], + [ + -97.57741765130896, + 28.522596796210898, + ], + [ + -97.69694006889151, + 28.54214900834998, + ], + [ + -97.77877523768677, + 28.668002945278186, + ], + [ + -97.57454624187756, + 28.81324794973993, + ], + [ + -97.41769550168664, + 28.925243450591537, + ], + [ + -97.30606946004048, + 28.864008500485625, + ], + ], + ], + "type": "Polygon", + }, + "id": "48175", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12117 { + "geometry": { + "coordinates": [ + [ + [ + -81.09337395792723, + 28.82463550186489, + ], + [ + -80.98713180896496, + 28.612998919919892, + ], + [ + -81.32775275276629, + 28.61025946162568, + ], + [ + -81.45947866043232, + 28.640071213650927, + ], + [ + -81.41461288806651, + 28.784940214033078, + ], + [ + -81.36687570626927, + 28.87872637445845, + ], + [ + -81.18131087176424, + 28.7831139085036, + ], + [ + -81.09337395792723, + 28.82463550186489, + ], + ], + ], + "type": "Polygon", + }, + "id": "12117", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12009 { + "geometry": { + "coordinates": [ + [ + [ + [ + -80.84966308243608, + 28.791117423912183, + ], + [ + -80.79510630323925, + 28.55289198205277, + ], + [ + -80.65727865053144, + 28.1928412184037, + ], + [ + -80.49217260822522, + 27.863783933887188, + ], + [ + -80.49971005798268, + 27.83450933054708, + ], + [ + -80.86904509609812, + 27.822530914868466, + ], + [ + -80.86294335105637, + 28.347432609986875, + ], + [ + -80.88483784797089, + 28.50895321960835, + ], + [ + -80.98713180896496, + 28.612998919919892, + ], + [ + -80.96774979530292, + 28.790204271147445, + ], + [ + -80.84966308243608, + 28.791117423912183, + ], + ], + ], + [ + [ + [ + -80.78792777966072, + 28.791117423912183, + ], + [ + -80.6404091201219, + 28.660858867765832, + ], + [ + -80.73947274550562, + 28.79122485364921, + ], + [ + -80.73265314810602, + 28.79122485364921, + ], + [ + -80.5758024079151, + 28.587430642507247, + ], + [ + -80.52411703814968, + 28.456044074122104, + ], + [ + -80.58405771003042, + 28.411138444044433, + ], + [ + -80.58836482417755, + 28.575989375513775, + ], + [ + -80.69173556370839, + 28.380144964911878, + ], + [ + -80.71757824859111, + 28.385516451763273, + ], + [ + -80.7215264365593, + 28.589847811590374, + ], + [ + -80.78397959169253, + 28.622399021909835, + ], + [ + -80.72906388631675, + 28.70329361389186, + ], + [ + -80.83566496145795, + 28.791171138780697, + ], + [ + -80.78792777966072, + 28.791117423912183, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48297 { + "geometry": { + "coordinates": [ + [ + [ + -97.8832227557544, + 28.056835171326355, + ], + [ + -98.23532933728137, + 28.05796318356515, + ], + [ + -98.3343929626651, + 28.057802038959608, + ], + [ + -98.33511081502296, + 28.61267663070881, + ], + [ + -98.09821953693142, + 28.786927664168093, + ], + [ + -98.00525765658944, + 28.690240900842966, + ], + [ + -98.08960530863718, + 28.662953747637875, + ], + [ + -97.8089250367166, + 28.183387401545247, + ], + [ + -97.81789819118977, + 28.17678047271803, + ], + [ + -97.90404047413215, + 28.11425636576778, + ], + [ + -97.8832227557544, + 28.056835171326355, + ], + ], + ], + "type": "Polygon", + }, + "id": "48297", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12095 { + "geometry": { + "coordinates": [ + [ + [ + -81.41461288806651, + 28.784940214033078, + ], + [ + -81.45947866043232, + 28.640071213650927, + ], + [ + -81.32775275276629, + 28.61025946162568, + ], + [ + -80.98713180896496, + 28.612998919919892, + ], + [ + -80.88483784797089, + 28.50895321960835, + ], + [ + -80.86294335105637, + 28.347432609986875, + ], + [ + -81.65724698502088, + 28.34705660590728, + ], + [ + -81.65868268973658, + 28.778870433891, + ], + [ + -81.41461288806651, + 28.784940214033078, + ], + ], + ], + "type": "Polygon", + }, + "id": "12095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48057 { + "geometry": { + "coordinates": [ + [ + [ + [ + -96.84090113215164, + 28.089762385725415, + ], + [ + -96.83049227296277, + 28.109422027601525, + ], + [ + -96.79029254092299, + 28.188812603265156, + ], + [ + -96.70917522448559, + 28.1955269618294, + ], + [ + -96.52684072559089, + 28.32283120020748, + ], + [ + -96.40480582475585, + 28.348077188409043, + ], + [ + -96.84090113215164, + 28.089762385725415, + ], + ], + ], + [ + [ + [ + -96.78562650059695, + 28.447557124896896, + ], + [ + -96.89079187102243, + 28.507180628947392, + ], + [ + -96.92991482452543, + 28.58700092355914, + ], + [ + -96.65964341179372, + 28.701198734019812, + ], + [ + -96.61011159910186, + 28.59618616607502, + ], + [ + -96.39726837499839, + 28.44245421238807, + ], + [ + -96.64923455260485, + 28.32267005560194, + ], + [ + -96.78562650059695, + 28.447557124896896, + ], + ], + ], + [ + [ + [ + -96.57386005503027, + 28.70549592350093, + ], + [ + -96.428494952565, + 28.707483373635945, + ], + [ + -96.43531454996462, + 28.607734862805522, + ], + [ + -96.56201549112569, + 28.646140993793004, + ], + [ + -96.57386005503027, + 28.70549592350093, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "48057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48025 { + "geometry": { + "coordinates": [ + [ + [ + -97.77877523768677, + 28.668002945278186, + ], + [ + -97.69694006889151, + 28.54214900834998, + ], + [ + -97.57741765130896, + 28.522596796210898, + ], + [ + -97.55372852349981, + 28.453734334776, + ], + [ + -97.37570113875223, + 28.388470769531544, + ], + [ + -97.54116610723737, + 28.164640912433875, + ], + [ + -97.5684444968358, + 28.129833677636828, + ], + [ + -97.81789819118977, + 28.17678047271803, + ], + [ + -97.8089250367166, + 28.183387401545247, + ], + [ + -98.08960530863718, + 28.662953747637875, + ], + [ + -98.00525765658944, + 28.690240900842966, + ], + [ + -97.91588503803672, + 28.719300644709016, + ], + [ + -97.77877523768677, + 28.668002945278186, + ], + ], + ], + "type": "Polygon", + }, + "id": "48025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12053 { + "geometry": { + "coordinates": [ + [ + [ + -82.26311437504893, + 28.66762694119859, + ], + [ + -82.20819866967317, + 28.57201447524374, + ], + [ + -82.05457826509259, + 28.51948133383709, + ], + [ + -82.05529611745044, + 28.478335744555395, + ], + [ + -82.25342336821791, + 28.478443174292423, + ], + [ + -82.25342336821791, + 28.434772986190573, + ], + [ + -82.6719312928463, + 28.433537544214754, + ], + [ + -82.63316726552222, + 28.69437694571854, + ], + [ + -82.41852941052413, + 28.69480666466665, + ], + [ + -82.26311437504893, + 28.66762694119859, + ], + ], + ], + "type": "Polygon", + }, + "id": "12053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48283 { + "geometry": { + "coordinates": [ + [ + [ + -98.80099699526964, + 28.647376435768827, + ], + [ + -98.80350947852213, + 28.05742603488001, + ], + [ + -99.38891807635137, + 28.03040745601749, + ], + [ + -99.39430196903527, + 28.204551059739746, + ], + [ + -99.39573767375097, + 28.64076950694161, + ], + [ + -98.80099699526964, + 28.647376435768827, + ], + ], + ], + "type": "Polygon", + }, + "id": "48283", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48311 { + "geometry": { + "coordinates": [ + [ + [ + -98.33511081502296, + 28.61267663070881, + ], + [ + -98.3343929626651, + 28.057802038959608, + ], + [ + -98.80350947852213, + 28.05742603488001, + ], + [ + -98.80099699526964, + 28.647376435768827, + ], + [ + -98.33546974120188, + 28.648289588533565, + ], + [ + -98.33511081502296, + 28.61267663070881, + ], + ], + ], + "type": "Polygon", + }, + "id": "48311", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48127 { + "geometry": { + "coordinates": [ + [ + [ + -99.40901794237126, + 28.640554647467553, + ], + [ + -99.39573767375097, + 28.64076950694161, + ], + [ + -99.39430196903527, + 28.204551059739746, + ], + [ + -100.11359003160412, + 28.1978367011755, + ], + [ + -100.11430788396197, + 28.648128443928023, + ], + [ + -99.40901794237126, + 28.640554647467553, + ], + ], + ], + "type": "Polygon", + }, + "id": "48127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48391 { + "geometry": { + "coordinates": [ + [ + [ + -96.89079187102243, + 28.507180628947392, + ], + [ + -96.78562650059695, + 28.447557124896896, + ], + [ + -96.85956529345582, + 28.41489848484041, + ], + [ + -96.79101039328084, + 28.31912487428002, + ], + [ + -97.12337603496685, + 28.27271522788396, + ], + [ + -97.0174928121835, + 28.202778469078787, + ], + [ + -97.24218060019155, + 28.062797521731405, + ], + [ + -97.26120368767465, + 28.075689090174755, + ], + [ + -97.31791402394505, + 28.137514903834322, + ], + [ + -97.54116610723737, + 28.164640912433875, + ], + [ + -97.37570113875223, + 28.388470769531544, + ], + [ + -97.16070435757521, + 28.553482845606425, + ], + [ + -96.91555777736836, + 28.485802111278836, + ], + [ + -96.89079187102243, + 28.507180628947392, + ], + ], + ], + "type": "Polygon", + }, + "id": "48391", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12101 { + "geometry": { + "coordinates": [ + [ + [ + -82.05529611745044, + 28.478335744555395, + ], + [ + -82.05601396980829, + 28.311873367030636, + ], + [ + -82.10590470867909, + 28.17162384534069, + ], + [ + -82.65111357446855, + 28.173235291396107, + ], + [ + -82.7853519653871, + 28.17259071297394, + ], + [ + -82.6719312928463, + 28.433537544214754, + ], + [ + -82.25342336821791, + 28.434772986190573, + ], + [ + -82.25342336821791, + 28.478443174292423, + ], + [ + -82.05529611745044, + 28.478335744555395, + ], + ], + ], + "type": "Polygon", + }, + "id": "12101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12105 { + "geometry": { + "coordinates": [ + [ + [ + -81.65724698502088, + 28.34705660590728, + ], + [ + -81.65724698502088, + 28.259232795886955, + ], + [ + -81.55782443345821, + 28.259340225623983, + ], + [ + -81.52408537263912, + 28.142725246080175, + ], + [ + -81.45517154628521, + 28.085304051638758, + ], + [ + -81.34641691407046, + 28.084713188085104, + ], + [ + -81.44045557294922, + 28.033200629180214, + ], + [ + -81.23048375827717, + 27.842566560824174, + ], + [ + -81.14218791826124, + 27.64323068376887, + ], + [ + -81.56320832614212, + 27.64661472048525, + ], + [ + -82.05421933891365, + 27.646399861011194, + ], + [ + -82.05637289598722, + 28.171570130472176, + ], + [ + -82.10590470867909, + 28.17162384534069, + ], + [ + -82.05601396980829, + 28.311873367030636, + ], + [ + -81.95766819678241, + 28.345176585509293, + ], + [ + -81.65724698502088, + 28.34705660590728, + ], + ], + ], + "type": "Polygon", + }, + "id": "12105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12097 { + "geometry": { + "coordinates": [ + [ + [ + -80.86294335105637, + 28.347432609986875, + ], + [ + -80.86904509609812, + 27.822530914868466, + ], + [ + -80.87299328406631, + 27.642263816135618, + ], + [ + -81.14218791826124, + 27.64323068376887, + ], + [ + -81.23048375827717, + 27.842566560824174, + ], + [ + -81.44045557294922, + 28.033200629180214, + ], + [ + -81.34641691407046, + 28.084713188085104, + ], + [ + -81.45517154628521, + 28.085304051638758, + ], + [ + -81.52408537263912, + 28.142725246080175, + ], + [ + -81.55782443345821, + 28.259340225623983, + ], + [ + -81.65724698502088, + 28.259232795886955, + ], + [ + -81.65724698502088, + 28.34705660590728, + ], + [ + -80.86294335105637, + 28.347432609986875, + ], + ], + ], + "type": "Polygon", + }, + "id": "12097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48007 { + "geometry": { + "coordinates": [ + [ + [ + [ + -96.87356341443396, + 28.07015645871782, + ], + [ + -96.99057334876402, + 27.92389087175431, + ], + [ + -96.97657522778589, + 28.002099720310632, + ], + [ + -96.87356341443396, + 28.07015645871782, + ], + ], + ], + [ + [ + [ + -97.24218060019155, + 28.062797521731405, + ], + [ + -97.15998650521736, + 28.04872422618075, + ], + [ + -97.18726489481578, + 27.974597707631485, + ], + [ + -97.26120368767465, + 28.075689090174755, + ], + [ + -97.24218060019155, + 28.062797521731405, + ], + ], + ], + [ + [ + [ + -97.13629737740821, + 27.904177515009685, + ], + [ + -97.18439348538436, + 27.970515377624423, + ], + [ + -97.02503026194097, + 28.113665502214126, + ], + [ + -97.02754274519346, + 28.033469203522785, + ], + [ + -97.13629737740821, + 27.904177515009685, + ], + ], + ], + [ + [ + [ + -97.0174928121835, + 28.202778469078787, + ], + [ + -97.12337603496685, + 28.27271522788396, + ], + [ + -96.79101039328084, + 28.31912487428002, + ], + [ + -96.7985478430383, + 28.27583069025777, + ], + [ + -96.8093156284061, + 28.220396945951364, + ], + [ + -96.93063267688328, + 28.12462333539097, + ], + [ + -97.0174928121835, + 28.202778469078787, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "48007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48479 { + "geometry": { + "coordinates": [ + [ + [ + -98.80350947852213, + 28.05742603488001, + ], + [ + -98.79848451201715, + 27.354029831689715, + ], + [ + -98.79812558583824, + 27.268032327198863, + ], + [ + -98.95461739985022, + 27.269321484043196, + ], + [ + -99.33364344479668, + 27.27324266944472, + ], + [ + -99.37061284122612, + 27.319115167155637, + ], + [ + -99.45388371473707, + 27.26513172429911, + ], + [ + -99.50449230596573, + 27.33920452797986, + ], + [ + -99.47864962108301, + 27.47945404966981, + ], + [ + -99.59422385069738, + 27.63845006047113, + ], + [ + -99.71159271120636, + 27.658324561821292, + ], + [ + -99.87777553204936, + 27.799433521407465, + ], + [ + -99.93340908978298, + 27.98163435540681, + ], + [ + -99.9890426475166, + 27.99226989937258, + ], + [ + -100.08882412525818, + 28.147828158589004, + ], + [ + -100.21229473080892, + 28.196762403805224, + ], + [ + -100.11359003160412, + 28.1978367011755, + ], + [ + -99.39430196903527, + 28.204551059739746, + ], + [ + -99.38891807635137, + 28.03040745601749, + ], + [ + -98.80350947852213, + 28.05742603488001, + ], + ], + ], + "type": "Polygon", + }, + "id": "48479", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48409 { + "geometry": { + "coordinates": [ + [ + [ + -97.26120368767465, + 28.075689090174755, + ], + [ + -97.18726489481578, + 27.974597707631485, + ], + [ + -97.18439348538436, + 27.970515377624423, + ], + [ + -97.13629737740821, + 27.904177515009685, + ], + [ + -97.13737415594498, + 27.902673498691293, + ], + [ + -97.14311697480781, + 27.894293979203116, + ], + [ + -97.19085415660504, + 27.82285320407955, + ], + [ + -97.27376610393708, + 27.88145612562828, + ], + [ + -97.49055751600874, + 27.839880817398473, + ], + [ + -97.6387940279054, + 27.865395379942605, + ], + [ + -97.80282329167485, + 27.934580130588586, + ], + [ + -97.79851617752773, + 27.995653936088956, + ], + [ + -97.81466785557943, + 28.03857211603161, + ], + [ + -97.8832227557544, + 28.056835171326355, + ], + [ + -97.90404047413215, + 28.11425636576778, + ], + [ + -97.81789819118977, + 28.17678047271803, + ], + [ + -97.5684444968358, + 28.129833677636828, + ], + [ + -97.54116610723737, + 28.164640912433875, + ], + [ + -97.31791402394505, + 28.137514903834322, + ], + [ + -97.26120368767465, + 28.075689090174755, + ], + ], + ], + "type": "Polygon", + }, + "id": "48409", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12103 { + "geometry": { + "coordinates": [ + [ + [ + -82.65111357446855, + 28.173235291396107, + ], + [ + -82.64860109121607, + 28.018267895733334, + ], + [ + -82.71966847464353, + 27.935654427958866, + ], + [ + -82.59691572145064, + 27.863945078492726, + ], + [ + -82.6381922320272, + 27.70511021229695, + ], + [ + -82.74120404537912, + 27.751466143824498, + ], + [ + -82.84888189905709, + 27.862387347305823, + ], + [ + -82.79576082457596, + 27.989423011341337, + ], + [ + -82.7853519653871, + 28.17259071297394, + ], + [ + -82.65111357446855, + 28.173235291396107, + ], + ], + ], + "type": "Polygon", + }, + "id": "12103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12057 { + "geometry": { + "coordinates": [ + [ + [ + -82.10590470867909, + 28.17162384534069, + ], + [ + -82.05637289598722, + 28.171570130472176, + ], + [ + -82.05421933891365, + 27.646399861011194, + ], + [ + -82.55240887526374, + 27.64537927850943, + ], + [ + -82.38479034970503, + 27.820167460653852, + ], + [ + -82.49031464630944, + 27.91889538898251, + ], + [ + -82.47272726354204, + 27.822960633816578, + ], + [ + -82.5355393448542, + 27.83945109845036, + ], + [ + -82.52871974745459, + 27.93608414690698, + ], + [ + -82.64860109121607, + 28.018267895733334, + ], + [ + -82.65111357446855, + 28.173235291396107, + ], + [ + -82.10590470867909, + 28.17162384534069, + ], + ], + ], + "type": "Polygon", + }, + "id": "12057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48131 { + "geometry": { + "coordinates": [ + [ + [ + -98.23532933728137, + 28.05796318356515, + ], + [ + -98.23281685402888, + 27.262499695741926, + ], + [ + -98.52354705895941, + 27.26513172429911, + ], + [ + -98.52247028042262, + 27.34328685798692, + ], + [ + -98.79848451201715, + 27.354029831689715, + ], + [ + -98.80350947852213, + 28.05742603488001, + ], + [ + -98.3343929626651, + 28.057802038959608, + ], + [ + -98.23532933728137, + 28.05796318356515, + ], + ], + ], + "type": "Polygon", + }, + "id": "48131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48249 { + "geometry": { + "coordinates": [ + [ + [ + -97.8832227557544, + 28.056835171326355, + ], + [ + -97.81466785557943, + 28.03857211603161, + ], + [ + -97.79851617752773, + 27.995653936088956, + ], + [ + -97.93419027316197, + 27.885216166424257, + ], + [ + -97.94208664909836, + 27.635871746782456, + ], + [ + -98.05981443578628, + 27.635818031913942, + ], + [ + -98.05801980489164, + 27.260995679423537, + ], + [ + -98.23281685402888, + 27.262499695741926, + ], + [ + -98.23532933728137, + 28.05796318356515, + ], + [ + -97.8832227557544, + 28.056835171326355, + ], + ], + ], + "type": "Polygon", + }, + "id": "48249", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48355 { + "geometry": { + "coordinates": [ + [ + [ + [ + -97.16788288115374, + 27.72423270548792, + ], + [ + -97.07851026260103, + 27.828493265273515, + ], + [ + -97.20162194197285, + 27.615084092667555, + ], + [ + -97.16788288115374, + 27.72423270548792, + ], + ], + ], + [ + [ + [ + -97.32545147370251, + 27.560832075468454, + ], + [ + -97.84158731899892, + 27.558361191516816, + ], + [ + -97.94208664909836, + 27.635871746782456, + ], + [ + -97.93419027316197, + 27.885216166424257, + ], + [ + -97.79851617752773, + 27.995653936088956, + ], + [ + -97.80282329167485, + 27.934580130588586, + ], + [ + -97.6387940279054, + 27.865395379942605, + ], + [ + -97.49055751600874, + 27.839880817398473, + ], + [ + -97.38718677647788, + 27.840310536346585, + ], + [ + -97.31504261451364, + 27.68770659489843, + ], + [ + -97.25402516409612, + 27.69651583333472, + ], + [ + -97.32545147370251, + 27.560832075468454, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "48355", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12061 { + "geometry": { + "coordinates": [ + [ + [ + [ + -80.35613958641206, + 27.557233179278022, + ], + [ + -80.67989099980382, + 27.558468621253844, + ], + [ + -80.77715999429292, + 27.5586834807279, + ], + [ + -80.7782367728297, + 27.643176968900356, + ], + [ + -80.87299328406631, + 27.642263816135618, + ], + [ + -80.86904509609812, + 27.822530914868466, + ], + [ + -80.49971005798268, + 27.83450933054708, + ], + [ + -80.37731623096872, + 27.658270846952778, + ], + [ + -80.35613958641206, + 27.557233179278022, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12055 { + "geometry": { + "coordinates": [ + [ + [ + -81.14218791826124, + 27.64323068376887, + ], + [ + -81.20535892575232, + 27.490358167978144, + ], + [ + -81.0632241588974, + 27.380242687524525, + ], + [ + -80.94334281513592, + 27.210611132757442, + ], + [ + -81.16874845550181, + 27.209697979992704, + ], + [ + -81.16838952932288, + 27.121659310498323, + ], + [ + -81.26781208088555, + 27.121014732076155, + ], + [ + -81.26709422852768, + 27.032438913896637, + ], + [ + -81.56284939996318, + 27.033620641003942, + ], + [ + -81.56356725232104, + 27.340708544298252, + ], + [ + -81.56320832614212, + 27.64661472048525, + ], + [ + -81.14218791826124, + 27.64323068376887, + ], + ], + ], + "type": "Polygon", + }, + "id": "12055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12049 { + "geometry": { + "coordinates": [ + [ + [ + -81.56320832614212, + 27.64661472048525, + ], + [ + -81.56356725232104, + 27.340708544298252, + ], + [ + -82.05565504362937, + 27.338183945478093, + ], + [ + -82.05421933891365, + 27.646399861011194, + ], + [ + -81.56320832614212, + 27.64661472048525, + ], + ], + ], + "type": "Polygon", + }, + "id": "12049", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12081 { + "geometry": { + "coordinates": [ + [ + [ + -82.05421933891365, + 27.646399861011194, + ], + [ + -82.05565504362937, + 27.338183945478093, + ], + [ + -82.05637289598722, + 27.207710529857685, + ], + [ + -82.25342336821791, + 27.208892256964994, + ], + [ + -82.25234658968112, + 27.38625875279809, + ], + [ + -82.56604807006295, + 27.389105640829328, + ], + [ + -82.68987760179262, + 27.477520314403307, + ], + [ + -82.60373531885024, + 27.51694702789255, + ], + [ + -82.55240887526374, + 27.64537927850943, + ], + [ + -82.05421933891365, + 27.646399861011194, + ], + ], + ], + "type": "Polygon", + }, + "id": "12081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12093 { + "geometry": { + "coordinates": [ + [ + [ + -80.87299328406631, + 27.642263816135618, + ], + [ + -80.7782367728297, + 27.643176968900356, + ], + [ + -80.77715999429292, + 27.5586834807279, + ], + [ + -80.67989099980382, + 27.558468621253844, + ], + [ + -80.67773744273026, + 27.20599165406524, + ], + [ + -80.67737851655133, + 27.122089029446435, + ], + [ + -80.88555570032874, + 26.958903258901028, + ], + [ + -80.87048080081382, + 27.153028793710476, + ], + [ + -80.94334281513592, + 27.210611132757442, + ], + [ + -81.0632241588974, + 27.380242687524525, + ], + [ + -81.20535892575232, + 27.490358167978144, + ], + [ + -81.14218791826124, + 27.64323068376887, + ], + [ + -80.87299328406631, + 27.642263816135618, + ], + ], + ], + "type": "Polygon", + }, + "id": "12093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48273 { + "geometry": { + "coordinates": [ + [ + [ + [ + -97.34770489679596, + 27.277969577873947, + ], + [ + -97.36098516541624, + 27.27802329274246, + ], + [ + -97.3577548298059, + 27.372937465406626, + ], + [ + -97.24756449287544, + 27.581404870109303, + ], + [ + -97.22243966035059, + 27.576355672468992, + ], + [ + -97.34770489679596, + 27.277969577873947, + ], + ], + ], + [ + [ + [ + -97.32545147370251, + 27.560832075468454, + ], + [ + -97.41554194461308, + 27.320458038868487, + ], + [ + -97.50814489877614, + 27.274692970894595, + ], + [ + -97.4672273143785, + 27.405649820331625, + ], + [ + -97.61331026920162, + 27.31830944412793, + ], + [ + -97.73390946532095, + 27.41655393863996, + ], + [ + -97.66212422953564, + 27.28822911776011, + ], + [ + -97.77698060679214, + 27.283502209330884, + ], + [ + -97.9858756429274, + 27.209053401570536, + ], + [ + -98.05801980489164, + 27.260995679423537, + ], + [ + -98.05981443578628, + 27.635818031913942, + ], + [ + -97.94208664909836, + 27.635871746782456, + ], + [ + -97.84158731899892, + 27.558361191516816, + ], + [ + -97.32545147370251, + 27.560832075468454, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "48273", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12111 { + "geometry": { + "coordinates": [ + [ + [ + -80.35613958641206, + 27.557233179278022, + ], + [ + -80.23302790704024, + 27.26298312955855, + ], + [ + -80.2850722029846, + 27.2316136463464, + ], + [ + -80.28543112916351, + 27.209590550255676, + ], + [ + -80.67773744273026, + 27.20599165406524, + ], + [ + -80.67989099980382, + 27.558468621253844, + ], + [ + -80.35613958641206, + 27.557233179278022, + ], + ], + ], + "type": "Polygon", + }, + "id": "12111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12115 { + "geometry": { + "coordinates": [ + [ + [ + -82.56604807006295, + 27.389105640829328, + ], + [ + -82.25234658968112, + 27.38625875279809, + ], + [ + -82.25342336821791, + 27.208892256964994, + ], + [ + -82.05637289598722, + 27.207710529857685, + ], + [ + -82.057449674524, + 27.03206290981704, + ], + [ + -82.25521799911255, + 27.032976062581778, + ], + [ + -82.25521799911255, + 27.005796339113715, + ], + [ + -82.25521799911255, + 26.9988134062069, + ], + [ + -82.25557692529146, + 26.945313397167, + ], + [ + -82.35356377213843, + 26.945957975589163, + ], + [ + -82.44473102158577, + 27.05838319538888, + ], + [ + -82.56604807006295, + 27.389105640829328, + ], + ], + ], + "type": "Polygon", + }, + "id": "12115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48247 { + "geometry": { + "coordinates": [ + [ + [ + -98.52354705895941, + 27.26513172429911, + ], + [ + -98.46647779651008, + 27.05473058432993, + ], + [ + -98.418022762355, + 27.05526773301507, + ], + [ + -98.42268880268104, + 26.783524213202952, + ], + [ + -98.95425847367129, + 26.78567280794351, + ], + [ + -98.95461739985022, + 27.269321484043196, + ], + [ + -98.79812558583824, + 27.268032327198863, + ], + [ + -98.79848451201715, + 27.354029831689715, + ], + [ + -98.52247028042262, + 27.34328685798692, + ], + [ + -98.52354705895941, + 27.26513172429911, + ], + ], + ], + "type": "Polygon", + }, + "id": "48247", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12027 { + "geometry": { + "coordinates": [ + [ + [ + -81.56356725232104, + 27.340708544298252, + ], + [ + -81.56284939996318, + 27.033620641003942, + ], + [ + -82.057449674524, + 27.03206290981704, + ], + [ + -82.05637289598722, + 27.207710529857685, + ], + [ + -82.05565504362937, + 27.338183945478093, + ], + [ + -81.56356725232104, + 27.340708544298252, + ], + ], + ], + "type": "Polygon", + }, + "id": "12027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48505 { + "geometry": { + "coordinates": [ + [ + [ + -98.95461739985022, + 27.269321484043196, + ], + [ + -98.95425847367129, + 26.78567280794351, + ], + [ + -99.01096880994169, + 26.674966463936236, + ], + [ + -99.16925525484831, + 26.57172648665241, + ], + [ + -99.26831888023204, + 26.84320143212196, + ], + [ + -99.44562841262177, + 27.020621642823567, + ], + [ + -99.42624639895973, + 27.175642753354854, + ], + [ + -99.45388371473707, + 27.26513172429911, + ], + [ + -99.37061284122612, + 27.319115167155637, + ], + [ + -99.33364344479668, + 27.27324266944472, + ], + [ + -98.95461739985022, + 27.269321484043196, + ], + ], + ], + "type": "Polygon", + }, + "id": "48505", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48261 { + "geometry": { + "coordinates": [ + [ + [ + [ + -97.30678731239833, + 26.649720475734675, + ], + [ + -97.36636905810013, + 26.75312159762405, + ], + [ + -97.36924046753155, + 26.89654029655632, + ], + [ + -97.30678731239833, + 26.649720475734675, + ], + ], + ], + [ + [ + [ + -97.36924046753155, + 26.89654029655632, + ], + [ + -97.38790462883573, + 26.902448932092856, + ], + [ + -97.38000825289934, + 27.22742388660231, + ], + [ + -97.36098516541624, + 27.27802329274246, + ], + [ + -97.34770489679596, + 27.277969577873947, + ], + [ + -97.37713684346794, + 27.101032800988964, + ], + [ + -97.36924046753155, + 26.89654029655632, + ], + ], + ], + [ + [ + [ + -97.44425603892721, + 26.599873077753724, + ], + [ + -97.86168718501881, + 26.597993057355737, + ], + [ + -97.9575204747922, + 26.61174406369531, + ], + [ + -97.98551671674848, + 26.78083846977725, + ], + [ + -97.9858756429274, + 27.209053401570536, + ], + [ + -97.77698060679214, + 27.283502209330884, + ], + [ + -97.64776718237857, + 27.27614327234447, + ], + [ + -97.54619107374235, + 27.229357621868814, + ], + [ + -97.42379724672838, + 27.262929414690035, + ], + [ + -97.4711755023467, + 27.016807887159075, + ], + [ + -97.53721791926918, + 26.999995133314208, + ], + [ + -97.5483446308159, + 26.824293798405044, + ], + [ + -97.47225228088348, + 26.756774208682998, + ], + [ + -97.44425603892721, + 26.599873077753724, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "48261", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48047 { + "geometry": { + "coordinates": [ + [ + [ + -98.23281685402888, + 27.262499695741926, + ], + [ + -98.05801980489164, + 27.260995679423537, + ], + [ + -97.9858756429274, + 27.209053401570536, + ], + [ + -97.98551671674848, + 26.78083846977725, + ], + [ + -98.3207537678659, + 26.78309449425484, + ], + [ + -98.42268880268104, + 26.783524213202952, + ], + [ + -98.418022762355, + 27.05526773301507, + ], + [ + -98.46647779651008, + 27.05473058432993, + ], + [ + -98.52354705895941, + 27.26513172429911, + ], + [ + -98.23281685402888, + 27.262499695741926, + ], + ], + ], + "type": "Polygon", + }, + "id": "48047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12085 { + "geometry": { + "coordinates": [ + [ + [ + [ + -80.08586817368034, + 26.970666815105584, + ], + [ + -80.10848052295272, + 26.970774244842612, + ], + [ + -80.11171085856306, + 26.970827959711126, + ], + [ + -80.12499112718334, + 26.970935389448154, + ], + [ + -80.13288750311972, + 26.970935389448154, + ], + [ + -80.14221958377182, + 26.956647234423443, + ], + [ + -80.88555570032874, + 26.958903258901028, + ], + [ + -80.67737851655133, + 27.122089029446435, + ], + [ + -80.67773744273026, + 27.20599165406524, + ], + [ + -80.28543112916351, + 27.209590550255676, + ], + [ + -80.15083381206605, + 27.126278789190525, + ], + [ + -80.08586817368034, + 26.970666815105584, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12043 { + "geometry": { + "coordinates": [ + [ + [ + -80.88555570032874, + 26.958903258901028, + ], + [ + -80.94549637220948, + 26.76902119870418, + ], + [ + -81.56607973557352, + 26.76955834738932, + ], + [ + -81.56284939996318, + 27.033620641003942, + ], + [ + -81.26709422852768, + 27.032438913896637, + ], + [ + -81.26781208088555, + 27.121014732076155, + ], + [ + -81.16838952932288, + 27.121659310498323, + ], + [ + -81.16874845550181, + 27.209697979992704, + ], + [ + -80.94334281513592, + 27.210611132757442, + ], + [ + -80.87048080081382, + 27.153028793710476, + ], + [ + -80.88555570032874, + 26.958903258901028, + ], + ], + ], + "type": "Polygon", + }, + "id": "12043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12015 { + "geometry": { + "coordinates": [ + [ + [ + [ + -82.35356377213843, + 26.945957975589163, + ], + [ + -82.25557692529146, + 26.945313397167, + ], + [ + -82.25521799911255, + 26.9988134062069, + ], + [ + -82.184509541864, + 26.936611588467734, + ], + [ + -82.14861692397135, + 26.79722150467401, + ], + [ + -82.30187840237299, + 26.846692898575366, + ], + [ + -82.35356377213843, + 26.945957975589163, + ], + ], + ], + [ + [ + [ + -81.56284939996318, + 27.033620641003942, + ], + [ + -81.56607973557352, + 26.76955834738932, + ], + [ + -82.05924430541863, + 26.770417785285545, + ], + [ + -82.09693155420592, + 26.912439897636453, + ], + [ + -81.98781799581225, + 26.96787364194286, + ], + [ + -82.11990282965722, + 26.968088501416915, + ], + [ + -82.15364189047632, + 26.924955462000206, + ], + [ + -82.25521799911255, + 27.005796339113715, + ], + [ + -82.25521799911255, + 27.032976062581778, + ], + [ + -82.057449674524, + 27.03206290981704, + ], + [ + -81.56284939996318, + 27.033620641003942, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12099 { + "geometry": { + "coordinates": [ + [ + [ + -80.13288750311972, + 26.970935389448154, + ], + [ + -80.07079327416542, + 26.943164802426438, + ], + [ + -80.04997555578768, + 26.558781203340544, + ], + [ + -80.07474146213362, + 26.32103919529776, + ], + [ + -80.22692616199848, + 26.334575342163276, + ], + [ + -80.88124858618163, + 26.331137590578386, + ], + [ + -80.88555570032874, + 26.958903258901028, + ], + [ + -80.14221958377182, + 26.956647234423443, + ], + [ + -80.13288750311972, + 26.970935389448154, + ], + ], + ], + "type": "Polygon", + }, + "id": "12099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12051 { + "geometry": { + "coordinates": [ + [ + [ + -80.88124858618163, + 26.331137590578386, + ], + [ + -80.87981288146592, + 26.259374526243732, + ], + [ + -81.2685299332434, + 26.25298245689057, + ], + [ + -81.27176026885374, + 26.5170447505052, + ], + [ + -81.56392617849997, + 26.513284709709218, + ], + [ + -81.56607973557352, + 26.76955834738932, + ], + [ + -80.94549637220948, + 26.76902119870418, + ], + [ + -80.88555570032874, + 26.958903258901028, + ], + [ + -80.88124858618163, + 26.331137590578386, + ], + ], + ], + "type": "Polygon", + }, + "id": "12051", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12071 { + "geometry": { + "coordinates": [ + [ + [ + [ + -82.15687222608666, + 26.70542279438365, + ], + [ + -82.057449674524, + 26.497170249155033, + ], + [ + -82.09370121859558, + 26.48889815940388, + ], + [ + -82.15687222608666, + 26.70542279438365, + ], + ], + ], + [ + [ + [ + -81.56607973557352, + 26.76955834738932, + ], + [ + -81.56392617849997, + 26.513284709709218, + ], + [ + -81.56213154760533, + 26.422614011657657, + ], + [ + -81.65940054209443, + 26.420948850733723, + ], + [ + -81.65796483737873, + 26.317601443712867, + ], + [ + -81.8453243027784, + 26.330331867550676, + ], + [ + -81.86865450440862, + 26.463168737385697, + ], + [ + -82.03878551321982, + 26.529023166183812, + ], + [ + -82.08329235940671, + 26.678672789863704, + ], + [ + -82.05924430541863, + 26.770417785285545, + ], + [ + -81.56607973557352, + 26.76955834738932, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48427 { + "geometry": { + "coordinates": [ + [ + [ + -98.42268880268104, + 26.783524213202952, + ], + [ + -98.3207537678659, + 26.78309449425484, + ], + [ + -98.58635914027155, + 26.257763080188315, + ], + [ + -98.67573175882427, + 26.240413177658308, + ], + [ + -98.80386840470106, + 26.367233982219766, + ], + [ + -99.1111092138622, + 26.426374052453635, + ], + [ + -99.09172720020017, + 26.47638259504013, + ], + [ + -99.16925525484831, + 26.57172648665241, + ], + [ + -99.01096880994169, + 26.674966463936236, + ], + [ + -98.95425847367129, + 26.78567280794351, + ], + [ + -98.42268880268104, + 26.783524213202952, + ], + ], + ], + "type": "Polygon", + }, + "id": "48427", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48215 { + "geometry": { + "coordinates": [ + [ + [ + -97.98551671674848, + 26.78083846977725, + ], + [ + -97.9575204747922, + 26.61174406369531, + ], + [ + -98.00418087805265, + 26.44866572288693, + ], + [ + -97.86240503737666, + 26.43351812996599, + ], + [ + -97.86240503737666, + 26.34805777416028, + ], + [ + -97.86168718501881, + 26.070137044469057, + ], + [ + -98.19225819581018, + 26.053109431150133, + ], + [ + -98.38679618478838, + 26.157638565278297, + ], + [ + -98.44494222577448, + 26.22445986170966, + ], + [ + -98.58635914027155, + 26.257763080188315, + ], + [ + -98.3207537678659, + 26.78309449425484, + ], + [ + -97.98551671674848, + 26.78083846977725, + ], + ], + ], + "type": "Polygon", + }, + "id": "48215", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48489 { + "geometry": { + "coordinates": [ + [ + [ + -97.39077603826715, + 26.41042073650499, + ], + [ + -97.44856315307432, + 26.324476946882655, + ], + [ + -97.5278858386171, + 26.299284673549607, + ], + [ + -97.86240503737666, + 26.34805777416028, + ], + [ + -97.86240503737666, + 26.43351812996599, + ], + [ + -98.00418087805265, + 26.44866572288693, + ], + [ + -97.9575204747922, + 26.61174406369531, + ], + [ + -97.86168718501881, + 26.597993057355737, + ], + [ + -97.44425603892721, + 26.599873077753724, + ], + [ + -97.43133469648585, + 26.42755577956094, + ], + [ + -97.39077603826715, + 26.41042073650499, + ], + ], + ], + "type": "Polygon", + }, + "id": "48489", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12021 { + "geometry": { + "coordinates": [ + [ + [ + [ + -80.87981288146592, + 26.259374526243732, + ], + [ + -80.87299328406631, + 25.97941263154898, + ], + [ + -80.87299328406631, + 25.805483887300777, + ], + [ + -81.34390443081797, + 25.803389007428734, + ], + [ + -81.50936939930313, + 25.903674666944298, + ], + [ + -81.59120456809838, + 25.893307697321102, + ], + [ + -81.73298040877438, + 25.99729968276413, + ], + [ + -81.80153530894935, + 26.094792169116964, + ], + [ + -81.8453243027784, + 26.330331867550676, + ], + [ + -81.65796483737873, + 26.317601443712867, + ], + [ + -81.65940054209443, + 26.420948850733723, + ], + [ + -81.56213154760533, + 26.422614011657657, + ], + [ + -81.56392617849997, + 26.513284709709218, + ], + [ + -81.27176026885374, + 26.5170447505052, + ], + [ + -81.2685299332434, + 26.25298245689057, + ], + [ + -80.87981288146592, + 26.259374526243732, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 48061 { + "geometry": { + "coordinates": [ + [ + [ + -97.86168718501881, + 26.070137044469057, + ], + [ + -97.86240503737666, + 26.34805777416028, + ], + [ + -97.5278858386171, + 26.299284673549607, + ], + [ + -97.44856315307432, + 26.324476946882655, + ], + [ + -97.39077603826715, + 26.41042073650499, + ], + [ + -97.29530167467267, + 26.19523897323807, + ], + [ + -97.31145335272437, + 26.12315361969233, + ], + [ + -97.20700583465674, + 26.078838853168318, + ], + [ + -97.25007697612793, + 25.966521063105628, + ], + [ + -97.3753422125733, + 25.907756996951356, + ], + [ + -97.37318865549975, + 25.839753973412684, + ], + [ + -97.52070731503856, + 25.886002475203203, + ], + [ + -97.70591322336467, + 26.037048685464455, + ], + [ + -97.86168718501881, + 26.070137044469057, + ], + ], + ], + "type": "Polygon", + }, + "id": "48061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12011 { + "geometry": { + "coordinates": [ + [ + [ + -80.07474146213362, + 26.32103919529776, + ], + [ + -80.11888938214159, + 25.97511544206786, + ], + [ + -80.29512213599453, + 25.956691242167572, + ], + [ + -80.67989099980382, + 25.9567986719046, + ], + [ + -80.87299328406631, + 25.97941263154898, + ], + [ + -80.87981288146592, + 26.259374526243732, + ], + [ + -80.88124858618163, + 26.331137590578386, + ], + [ + -80.22692616199848, + 26.334575342163276, + ], + [ + -80.07474146213362, + 26.32103919529776, + ], + ], + ], + "type": "Polygon", + }, + "id": "12011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12086 { + "geometry": { + "coordinates": [ + [ + [ + -80.42971945309199, + 25.23573027697321, + ], + [ + -80.43546227195482, + 25.235783991841725, + ], + [ + -80.48894227261488, + 25.212471738906668, + ], + [ + -80.48786549407811, + 25.208389408899606, + ], + [ + -80.55929180368449, + 25.240672044876497, + ], + [ + -80.698555161108, + 25.161872332766517, + ], + [ + -80.85827731073033, + 25.17659020673934, + ], + [ + -80.87335221024524, + 25.364001382984547, + ], + [ + -80.87299328406631, + 25.805483887300777, + ], + [ + -80.87299328406631, + 25.97941263154898, + ], + [ + -80.67989099980382, + 25.9567986719046, + ], + [ + -80.29512213599453, + 25.956691242167572, + ], + [ + -80.11888938214159, + 25.97511544206786, + ], + [ + -80.1892389132112, + 25.75859080708809, + ], + [ + -80.2987113977838, + 25.62672080488632, + ], + [ + -80.34070576071821, + 25.469765959088534, + ], + [ + -80.31163274022515, + 25.37012487799514, + ], + [ + -80.42971945309199, + 25.23573027697321, + ], + ], + ], + "type": "Polygon", + }, + "id": "12086", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12087 { + "geometry": { + "coordinates": [ + [ + [ + [ + -80.2664080416804, + 25.3484240711155, + ], + [ + -80.41033743942997, + 25.11116549688934, + ], + [ + -80.54026871620138, + 25.00293003683371, + ], + [ + -80.35255032462278, + 25.20393107481295, + ], + [ + -80.2664080416804, + 25.3484240711155, + ], + ], + ], + [ + [ + [ + -80.87299328406631, + 25.805483887300777, + ], + [ + -80.87335221024524, + 25.364001382984547, + ], + [ + -80.85827731073033, + 25.17659020673934, + ], + [ + -80.90063059984367, + 25.139741806938765, + ], + [ + -81.08440080345406, + 25.116214694529653, + ], + [ + -81.17197879111215, + 25.221818126028097, + ], + [ + -81.13536832086163, + 25.34289143965856, + ], + [ + -81.06932590393914, + 25.254745340427153, + ], + [ + -80.96308375497688, + 25.2025882031001, + ], + [ + -80.90350200927507, + 25.25200588213294, + ], + [ + -80.991797849291, + 25.347134914271162, + ], + [ + -81.11706308573638, + 25.354977285074202, + ], + [ + -81.21002496607836, + 25.507205222442764, + ], + [ + -81.27750308771655, + 25.690910072760502, + ], + [ + -81.19351436184775, + 25.723085279000365, + ], + [ + -81.26888885942232, + 25.769709784870482, + ], + [ + -81.2983208060943, + 25.69687242316555, + ], + [ + -81.34390443081797, + 25.803389007428734, + ], + [ + -80.87299328406631, + 25.805483887300777, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "12087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 04015 { + "geometry": { + "coordinates": [ + [ + [ + -112.54033219839988, + 37.000629353243156, + ], + [ + -112.52920548685316, + 36.95239340131762, + ], + [ + -112.61427099125876, + 36.79801686920851, + ], + [ + -112.622885219553, + 36.59207406332598, + ], + [ + -112.65554750183531, + 36.51391892963817, + ], + [ + -112.62360307191085, + 36.410410378011775, + ], + [ + -112.79193944982741, + 36.28514730463722, + ], + [ + -113.01267904986726, + 36.23868394337265, + ], + [ + -113.19860281055122, + 36.15177328611706, + ], + [ + -113.22372764307607, + 36.09172006311846, + ], + [ + -113.35401784602642, + 36.04101322724128, + ], + [ + -113.31022885219738, + 35.89195446711504, + ], + [ + -113.33391798000653, + 35.80300264485592, + ], + [ + -113.33427690618547, + 35.52798251806445, + ], + [ + -113.33355905382761, + 34.317893960181976, + ], + [ + -113.51553462654338, + 34.30999787451042, + ], + [ + -113.6063429498118, + 34.229318142002455, + ], + [ + -114.03741329070262, + 34.260795054951636, + ], + [ + -114.13827154698099, + 34.30322980107766, + ], + [ + -114.34070591189557, + 34.45148283817619, + ], + [ + -114.43653920166896, + 34.59672784263793, + ], + [ + -114.4735085980984, + 34.7139336857354, + ], + [ + -114.6328718215418, + 34.86938451521479, + ], + [ + -114.63394860007858, + 35.00109337281103, + ], + [ + -114.64686994251994, + 35.10186246614321, + ], + [ + -114.5693418878718, + 35.16229169322142, + ], + [ + -114.59554349893344, + 35.326551761137104, + ], + [ + -114.67701974154977, + 35.51294235488054, + ], + [ + -114.70429813114819, + 35.851346026518485, + ], + [ + -114.75598350091362, + 36.085650282976374, + ], + [ + -114.63035933828931, + 36.142212039521574, + ], + [ + -114.37013785856755, + 36.142641758469686, + ], + [ + -114.23338698439653, + 36.01281292127145, + ], + [ + -114.1533464464959, + 36.023126176026125, + ], + [ + -114.0438739619233, + 36.193348594346865, + ], + [ + -114.05033463314398, + 36.84313735876023, + ], + [ + -114.05105248550183, + 37.000360778900586, + ], + [ + -112.89925837732646, + 37.00030706403207, + ], + [ + -112.54033219839988, + 37.000629353243156, + ], + ], + ], + "type": "Polygon", + }, + "id": "04015", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 12029 { + "geometry": { + "coordinates": [ + [ + [ + -82.9206671348424, + 29.824161775172648, + ], + [ + -82.95009908151438, + 29.75648104084506, + ], + [ + -82.93717773907302, + 29.59125410529612, + ], + [ + -82.98204351143885, + 29.487423264458634, + ], + [ + -83.10730874788422, + 29.32547293588905, + ], + [ + -83.17227438626993, + 29.330038699712738, + ], + [ + -83.23580431993993, + 29.43376211081319, + ], + [ + -83.40378177167757, + 29.54199757086882, + ], + [ + -83.3905015030573, + 29.671342974250436, + ], + [ + -83.31871626727197, + 29.822550329117227, + ], + [ + -82.9206671348424, + 29.824161775172648, + ], + ], + ], + "type": "Polygon", + }, + "id": "12029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27077 { + "geometry": { + "coordinates": [ + [ + [ + -94.43035291448078, + 48.700909442690815, + ], + [ + -94.42891720976507, + 48.36734010921913, + ], + [ + -95.21101735364607, + 48.365943522637764, + ], + [ + -95.21209413218286, + 48.53992598175448, + ], + [ + -95.3423843351332, + 48.54019455609705, + ], + [ + -95.3423843351332, + 48.71288785836943, + ], + [ + -95.08970030516889, + 48.71304900297497, + ], + [ + -95.09149493606353, + 48.92049582517588, + ], + [ + -95.235783259992, + 48.88139140089772, + ], + [ + -95.32192554293438, + 48.99891953320626, + ], + [ + -95.1532302388389, + 48.99886581833775, + ], + [ + -95.1532302388389, + 49.384484859399464, + ], + [ + -94.95725654514499, + 49.37019670437475, + ], + [ + -94.82553063747893, + 49.294351310033036, + ], + [ + -94.68339587062401, + 48.88407714432341, + ], + [ + -94.69093332038148, + 48.77799027900835, + ], + [ + -94.58756258085062, + 48.71756105193015, + ], + [ + -94.43035291448078, + 48.700909442690815, + ], + ], + ], + "type": "Polygon", + }, + "id": "27077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 27031 { + "geometry": { + "coordinates": [ + [ + [ + -89.56941567327821, + 47.99933954503, + ], + [ + -89.97787366489666, + 47.82970799026291, + ], + [ + -90.43981165717516, + 47.730442913249114, + ], + [ + -90.73269541917924, + 47.62634349806906, + ], + [ + -91.02306669793083, + 47.4652526073957, + ], + [ + -91.03168092622508, + 48.18932903496386, + ], + [ + -90.88559797140196, + 48.24594450637758, + ], + [ + -90.74130964747347, + 48.09457600690524, + ], + [ + -90.13221192183508, + 48.11128133101309, + ], + [ + -89.8730672206501, + 47.98639426171813, + ], + [ + -89.76682507168783, + 48.022544368228026, + ], + [ + -89.56941567327821, + 47.99933954503, + ], + ], + ], + "type": "Polygon", + }, + "id": "27031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55031 { + "geometry": { + "coordinates": [ + [ + [ + -91.55140603331076, + 46.755732909194805, + ], + [ + -91.55140603331076, + 46.157026984738216, + ], + [ + -92.04995449583976, + 46.15767156316038, + ], + [ + -92.2936653713309, + 46.157241844212265, + ], + [ + -92.29294751897305, + 46.417221807819836, + ], + [ + -92.2922296666152, + 46.66323590561377, + ], + [ + -92.2032159742414, + 46.660174158108475, + ], + [ + -92.10881838918371, + 46.74343220430511, + ], + [ + -92.00257624022144, + 46.68203610959365, + ], + [ + -91.81988281514782, + 46.69009333987074, + ], + [ + -91.55140603331076, + 46.755732909194805, + ], + ], + ], + "type": "Polygon", + }, + "id": "55031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55007 { + "geometry": { + "coordinates": [ + [ + [ + -90.92759233433637, + 46.58534934626853, + ], + [ + -90.92472092490496, + 46.15471724539211, + ], + [ + -91.55140603331076, + 46.157026984738216, + ], + [ + -91.55140603331076, + 46.755732909194805, + ], + [ + -91.25277945244385, + 46.839366959471036, + ], + [ + -91.10705542379965, + 46.85736144042322, + ], + [ + -90.86585703156099, + 46.96242772323652, + ], + [ + -90.75423098991483, + 46.897647591808685, + ], + [ + -90.88523904522303, + 46.75589405380035, + ], + [ + -90.85257676294071, + 46.69933229725515, + ], + [ + -90.92759233433637, + 46.58534934626853, + ], + ], + ], + "type": "Polygon", + }, + "id": "55007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55003 { + "geometry": { + "coordinates": [ + [ + [ + -90.55000199410561, + 46.58320075152797, + ], + [ + -90.55215555117917, + 46.24082217961999, + ], + [ + -90.42581353619703, + 46.2404461755404, + ], + [ + -90.42617246237594, + 46.15401895210143, + ], + [ + -90.30306078300413, + 46.15482467512914, + ], + [ + -90.30198400446736, + 45.98132564982905, + ], + [ + -90.67706186144562, + 45.98154050930311, + ], + [ + -90.92507985108388, + 45.98105707548648, + ], + [ + -90.92472092490496, + 46.15471724539211, + ], + [ + -90.92759233433637, + 46.58534934626853, + ], + [ + -90.70146884161262, + 46.66484735166919, + ], + [ + -90.55000199410561, + 46.58320075152797, + ], + ], + ], + "type": "Polygon", + }, + "id": "55003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55003 { + "geometry": { + "coordinates": [ + [ + [ + -90.61173729688099, + 46.874013049662544, + ], + [ + -90.56902508158872, + 46.847639049222195, + ], + [ + -90.78473971512359, + 46.75245630221545, + ], + [ + -90.61173729688099, + 46.874013049662544, + ], + ], + ], + "type": "Polygon", + }, + "id": "55003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26083 { + "geometry": { + "coordinates": [ + [ + [ + -87.85051820239887, + 47.47427670530604, + ], + [ + -87.71197269733321, + 47.402137636891794, + ], + [ + -87.95711927754006, + 47.38736604805045, + ], + [ + -87.93845511623587, + 47.346005599294706, + ], + [ + -88.2277496164507, + 47.19995487180525, + ], + [ + -88.29881699987816, + 47.28605980603312, + ], + [ + -88.51273700251839, + 47.28589866142758, + ], + [ + -88.42480008868138, + 47.36910299275571, + ], + [ + -88.21805860961967, + 47.448977002235964, + ], + [ + -87.85051820239887, + 47.47427670530604, + ], + ], + ], + "type": "Polygon", + }, + "id": "26083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26083 { + "geometry": { + "coordinates": [ + [ + [ + -88.65164143376298, + 48.13223012973353, + ], + [ + -88.42264653160782, + 48.18997361338603, + ], + [ + -88.68932868255027, + 48.00460360214436, + ], + [ + -89.00231231057424, + 47.90882999158397, + ], + [ + -88.95134479316667, + 47.87923309903278, + ], + [ + -89.16023982930193, + 47.823530780383805, + ], + [ + -89.21982157500373, + 47.91092487145602, + ], + [ + -88.65164143376298, + 48.13223012973353, + ], + ], + ], + "type": "Polygon", + }, + "id": "26083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26061 { + "geometry": { + "coordinates": [ + [ + [ + -88.52817082821224, + 47.11116419415168, + ], + [ + -88.45136062592195, + 46.9389006108274, + ], + [ + -88.55221888220032, + 46.93847089187929, + ], + [ + -88.55185995602139, + 46.85172137922925, + ], + [ + -88.6789198233614, + 46.85172137922925, + ], + [ + -88.67927874954032, + 46.420122410719586, + ], + [ + -88.99118559902752, + 46.41969269177147, + ], + [ + -88.98939096813288, + 46.68010237432715, + ], + [ + -88.86448465786643, + 46.67929665129944, + ], + [ + -88.93268063186248, + 46.7657238747384, + ], + [ + -88.93339848422033, + 47.031236469802906, + ], + [ + -88.88745593331774, + 47.10149551781916, + ], + [ + -88.63010586302738, + 47.22794031830102, + ], + [ + -88.62579874888026, + 47.13044783194819, + ], + [ + -88.52817082821224, + 47.11116419415168, + ], + ], + ], + "type": "Polygon", + }, + "id": "26061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26061 { + "geometry": { + "coordinates": [ + [ + [ + -88.2277496164507, + 47.19995487180525, + ], + [ + -88.41116089388217, + 46.97843475405368, + ], + [ + -88.43377324315455, + 47.09435144030681, + ], + [ + -88.61574881587032, + 47.12722493983735, + ], + [ + -88.62579874888026, + 47.2267048763252, + ], + [ + -88.51273700251839, + 47.28589866142758, + ], + [ + -88.29881699987816, + 47.28605980603312, + ], + [ + -88.2277496164507, + 47.19995487180525, + ], + ], + ], + "type": "Polygon", + }, + "id": "26061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26103 { + "geometry": { + "coordinates": [ + [ + [ + -87.11651416649403, + 46.49478607795399, + ], + [ + -87.11651416649403, + 46.1589070051362, + ], + [ + -87.24142047676048, + 46.158853290267686, + ], + [ + -87.24285618147618, + 45.98503197575651, + ], + [ + -87.36776249174262, + 45.98524683523057, + ], + [ + -87.6172161860966, + 45.985998843389766, + ], + [ + -87.61542155520196, + 46.246193666471385, + ], + [ + -88.11755927952024, + 46.2466233854195, + ], + [ + -88.11648250098345, + 46.419585262034445, + ], + [ + -88.1157646486256, + 46.678329783666186, + ], + [ + -87.99157619071701, + 46.67902807695687, + ], + [ + -88.04469726519814, + 46.765294155790286, + ], + [ + -88.04469726519814, + 46.91182831709637, + ], + [ + -87.81713806775869, + 46.8907720886389, + ], + [ + -87.63444464268507, + 46.812563240082575, + ], + [ + -87.57306826608863, + 46.720173666238566, + ], + [ + -87.33115202149212, + 46.4952157969021, + ], + [ + -87.11651416649403, + 46.49478607795399, + ], + ], + ], + "type": "Polygon", + }, + "id": "26103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26003 { + "geometry": { + "coordinates": [ + [ + [ + -85.86493858057707, + 46.504669613760555, + ], + [ + -86.36528167400071, + 46.50579762599935, + ], + [ + -86.36528167400071, + 46.33186888175115, + ], + [ + -86.61545322071254, + 46.33326546833251, + ], + [ + -86.61545322071254, + 46.15863843079363, + ], + [ + -87.11651416649403, + 46.1589070051362, + ], + [ + -87.11651416649403, + 46.49478607795399, + ], + [ + -87.02139872907848, + 46.53372935762661, + ], + [ + -86.81573402855356, + 46.43790203219771, + ], + [ + -86.75040946398893, + 46.47910133634792, + ], + [ + -86.63734771762705, + 46.41195775070547, + ], + [ + -86.46183281613196, + 46.55312042516015, + ], + [ + -86.13844032891912, + 46.672797152209256, + ], + [ + -85.86457965439814, + 46.68987848039669, + ], + [ + -85.86493858057707, + 46.504669613760555, + ], + ], + ], + "type": "Polygon", + }, + "id": "26003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26041 { + "geometry": { + "coordinates": [ + [ + [ + -87.11651416649403, + 46.1589070051362, + ], + [ + -86.61545322071254, + 46.15863843079363, + ], + [ + -86.49018798426717, + 46.158047567239976, + ], + [ + -86.49018798426717, + 45.89629501297146, + ], + [ + -86.46039711141626, + 45.757173503520306, + ], + [ + -86.70769724869666, + 45.64974376649238, + ], + [ + -86.53146449484372, + 45.849133358416196, + ], + [ + -86.78199496773446, + 45.86019862133007, + ], + [ + -86.87136758628718, + 45.71006556383356, + ], + [ + -87.03934503802482, + 45.74449679455101, + ], + [ + -87.1689173886173, + 45.66370963230601, + ], + [ + -87.2647506783907, + 45.55004897053047, + ], + [ + -87.32756275970286, + 45.55042497461007, + ], + [ + -87.32576812880822, + 45.89855103744904, + ], + [ + -87.36776249174262, + 45.98524683523057, + ], + [ + -87.24285618147618, + 45.98503197575651, + ], + [ + -87.24142047676048, + 46.158853290267686, + ], + [ + -87.11651416649403, + 46.1589070051362, + ], + ], + ], + "type": "Polygon", + }, + "id": "26041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55075 { + "geometry": { + "coordinates": [ + [ + [ + -87.8469289406096, + 45.7225274133288, + ], + [ + -87.78124544986603, + 45.67353945324407, + ], + [ + -87.83436652434717, + 45.560630799627724, + ], + [ + -87.79237216141276, + 45.501007295577224, + ], + [ + -87.88676974647045, + 45.35323769229532, + ], + [ + -87.64772491130536, + 45.34018497924643, + ], + [ + -87.74212249636304, + 45.19778686281593, + ], + [ + -87.6172161860966, + 45.10120752922783, + ], + [ + -87.62977860235902, + 44.984753694289566, + ], + [ + -87.76258128856186, + 44.966168349783736, + ], + [ + -88.12114854130951, + 45.02358954422516, + ], + [ + -88.18647310587414, + 45.19789429255296, + ], + [ + -88.30922585906703, + 45.20160061848042, + ], + [ + -88.30599552345669, + 45.37456249509537, + ], + [ + -88.42803042429172, + 45.37692594930998, + ], + [ + -88.42515901486031, + 45.72241998359177, + ], + [ + -88.05941323853413, + 45.713019881601824, + ], + [ + -88.0576186076395, + 45.78059318619239, + ], + [ + -87.8469289406096, + 45.7225274133288, + ], + ], + ], + "type": "Polygon", + }, + "id": "55075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 55029 { + "geometry": { + "coordinates": [ + [ + [ + -87.37529994150009, + 44.675570911123216, + ], + [ + -87.73673860367914, + 44.677021212573095, + ], + [ + -87.61255014577056, + 44.83639322745401, + ], + [ + -87.4079622237824, + 44.90547054836296, + ], + [ + -87.23819014115014, + 45.166739668814856, + ], + [ + -87.11974450210437, + 45.19300623951818, + ], + [ + -87.06841805851786, + 45.29495705995768, + ], + [ + -86.98407040647012, + 45.295386778905794, + ], + [ + -87.18937618081613, + 44.96847808912983, + ], + [ + -87.20516893268889, + 44.87501421791555, + ], + [ + -87.3200253099454, + 44.78686811868414, + ], + [ + -87.37529994150009, + 44.675570911123216, + ], + ], + ], + "type": "Polygon", + }, + "id": "55029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26033 { + "geometry": { + "coordinates": [ + [ + [ + -83.56852888780487, + 45.92202443498964, + ], + [ + -83.84885023354651, + 45.96333116887688, + ], + [ + -83.6729764058725, + 46.035094233211524, + ], + [ + -83.71640647352261, + 46.101378380957755, + ], + [ + -83.58216808260407, + 46.089722254490226, + ], + [ + -83.4730545242104, + 45.986267417732336, + ], + [ + -83.56852888780487, + 45.92202443498964, + ], + ], + ], + "type": "Polygon", + }, + "id": "26033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26033 { + "geometry": { + "coordinates": [ + [ + [ + -84.19916218417886, + 46.534427650917294, + ], + [ + -84.13024835782495, + 46.52803558156413, + ], + [ + -84.19090688206354, + 46.41260232912764, + ], + [ + -84.28530446712124, + 46.4871048517565, + ], + [ + -84.19916218417886, + 46.534427650917294, + ], + ], + ], + "type": "Polygon", + }, + "id": "26033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26033 { + "geometry": { + "coordinates": [ + [ + [ + -84.11409667977325, + 45.982292517462305, + ], + [ + -84.21495493605163, + 45.984924546019485, + ], + [ + -84.2321833926401, + 45.98481711628246, + ], + [ + -84.23900299003971, + 46.07140548432696, + ], + [ + -84.3631914479483, + 46.07151291406399, + ], + [ + -84.36355037412723, + 46.15810128210849, + ], + [ + -85.11227038336806, + 46.158154996977004, + ], + [ + -85.11334716190483, + 46.24560280291773, + ], + [ + -85.23789454599235, + 46.24533422857516, + ], + [ + -85.23789454599235, + 46.75557176458926, + ], + [ + -84.95506071699822, + 46.768624477638156, + ], + [ + -85.02935843603602, + 46.68885789789493, + ], + [ + -85.03402447636206, + 46.48796428965272, + ], + [ + -84.83015440673176, + 46.444132956945325, + ], + [ + -84.63023252506967, + 46.48409681911971, + ], + [ + -84.59326312864023, + 46.41383777110346, + ], + [ + -84.34129695103378, + 46.50198387033486, + ], + [ + -84.26017963459637, + 46.43081166955386, + ], + [ + -84.18301050612716, + 46.250598285689534, + ], + [ + -84.22249238580908, + 46.16315047974881, + ], + [ + -84.12235198188857, + 46.1785129321438, + ], + [ + -84.07210231683885, + 46.093267435812145, + ], + [ + -83.90089452949087, + 45.982829666147445, + ], + [ + -84.11409667977325, + 45.982292517462305, + ], + ], + ], + "type": "Polygon", + }, + "id": "26033", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26097 { + "geometry": { + "coordinates": [ + [ + [ + -84.56383118196825, + 45.81631357375417, + ], + [ + -84.35601292436976, + 45.770817080122846, + ], + [ + -84.49491735561435, + 45.73434468440187, + ], + [ + -84.56383118196825, + 45.81631357375417, + ], + ], + ], + "type": "Polygon", + }, + "id": "26097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26097 { + "geometry": { + "coordinates": [ + [ + [ + -84.2321833926401, + 45.98481711628246, + ], + [ + -84.65643413613131, + 46.05335728850628, + ], + [ + -84.73898715728441, + 45.945121828450645, + ], + [ + -84.75154957354685, + 45.8395183969522, + ], + [ + -85.00566930822686, + 46.007377361058325, + ], + [ + -85.4263307899288, + 46.10202295937992, + ], + [ + -85.51749803937615, + 46.09305257633809, + ], + [ + -85.699114685913, + 45.961182574136316, + ], + [ + -85.865297506756, + 45.96827293678016, + ], + [ + -85.86493858057707, + 46.244582220415964, + ], + [ + -85.23789454599235, + 46.24533422857516, + ], + [ + -85.11334716190483, + 46.24560280291773, + ], + [ + -85.11227038336806, + 46.158154996977004, + ], + [ + -84.36355037412723, + 46.15810128210849, + ], + [ + -84.3631914479483, + 46.07151291406399, + ], + [ + -84.23900299003971, + 46.07140548432696, + ], + [ + -84.2321833926401, + 45.98481711628246, + ], + ], + ], + "type": "Polygon", + }, + "id": "26097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26047 { + "geometry": { + "coordinates": [ + [ + [ + -84.73252648606373, + 45.78768354883623, + ], + [ + -84.73252648606373, + 45.28937071363223, + ], + [ + -85.00315682497437, + 45.27277281926142, + ], + [ + -85.09611870531636, + 45.36580697152759, + ], + [ + -84.9223984347159, + 45.422207583467255, + ], + [ + -85.0358191072567, + 45.43499172217358, + ], + [ + -85.11944890694659, + 45.56750630279751, + ], + [ + -84.94070366984116, + 45.726448598730315, + ], + [ + -84.73252648606373, + 45.78768354883623, + ], + ], + ], + "type": "Polygon", + }, + "id": "26047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26029 { + "geometry": { + "coordinates": [ + [ + [ + -85.09611870531636, + 45.36580697152759, + ], + [ + -85.00315682497437, + 45.27277281926142, + ], + [ + -84.73252648606373, + 45.28937071363223, + ], + [ + -84.73432111695837, + 45.201922907691504, + ], + [ + -84.7346800431373, + 45.11490482069889, + ], + [ + -84.85743279633019, + 45.11662369649133, + ], + [ + -85.22353749883528, + 45.11780542359864, + ], + [ + -85.22389642501422, + 45.205521803881936, + ], + [ + -85.38828461496259, + 45.207777828359525, + ], + [ + -85.36603119186914, + 45.276425430320366, + ], + [ + -85.20164300192077, + 45.361885786126074, + ], + [ + -85.09611870531636, + 45.36580697152759, + ], + ], + ], + "type": "Polygon", + }, + "id": "26029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26029 { + "geometry": { + "coordinates": [ + [ + [ + -85.53616220068034, + 45.75029800035051, + ], + [ + -85.49201428067236, + 45.60843703260515, + ], + [ + -85.62050985272808, + 45.58227789163885, + ], + [ + -85.53616220068034, + 45.75029800035051, + ], + ], + ], + "type": "Polygon", + }, + "id": "26029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26089 { + "geometry": { + "coordinates": [ + [ + [ + -85.96328435360296, + 45.06333854692549, + ], + [ + -86.05875871719742, + 45.100777810279716, + ], + [ + -85.9909216693803, + 45.15159207589392, + ], + [ + -85.96328435360296, + 45.06333854692549, + ], + ], + ], + "type": "Polygon", + }, + "id": "26089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26089 { + "geometry": { + "coordinates": [ + [ + [ + -85.64132757110582, + 44.7751582773481, + ], + [ + -85.81504784170627, + 44.77451369892593, + ], + [ + -86.07455146907019, + 44.77838116945894, + ], + [ + -86.07132113345985, + 44.894835004397194, + ], + [ + -85.93780059489917, + 44.96520148215048, + ], + [ + -85.8032032778017, + 44.95365278541998, + ], + [ + -85.61835629565452, + 45.18645302555949, + ], + [ + -85.56702985206802, + 45.05979336560357, + ], + [ + -85.6463525376108, + 44.88151371700573, + ], + [ + -85.64132757110582, + 44.7751582773481, + ], + ], + ], + "type": "Polygon", + }, + "id": "26089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26055 { + "geometry": { + "coordinates": [ + [ + [ + -85.4424824679805, + 44.859812910126095, + ], + [ + -85.33300998340789, + 44.81238268122827, + ], + [ + -85.33408676194468, + 44.51222399597226, + ], + [ + -85.8179192511377, + 44.51297600413146, + ], + [ + -85.81504784170627, + 44.77451369892593, + ], + [ + -85.64132757110582, + 44.7751582773481, + ], + [ + -85.59574394638214, + 44.76699361733397, + ], + [ + -85.47299119318926, + 44.988352590480005, + ], + [ + -85.52683012002824, + 44.74765626466895, + ], + [ + -85.4424824679805, + 44.859812910126095, + ], + ], + ], + "type": "Polygon", + }, + "id": "26055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26007 { + "geometry": { + "coordinates": [ + [ + [ + -83.38870687216266, + 45.20707953506884, + ], + [ + -83.31405022694592, + 45.05458302335771, + ], + [ + -83.42603519477102, + 45.061351096790474, + ], + [ + -83.42818875184457, + 44.928299367481394, + ], + [ + -83.32122875052445, + 44.85841632354473, + ], + [ + -83.88833211322844, + 44.856590018015254, + ], + [ + -83.88115358964991, + 45.20203033742853, + ], + [ + -83.38870687216266, + 45.20707953506884, + ], + ], + ], + "type": "Polygon", + }, + "id": "26007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26011 { + "geometry": { + "coordinates": [ + [ + [ + -83.56601640455239, + 44.16345335471112, + ], + [ + -83.57857882081481, + 44.049309259118964, + ], + [ + -83.67764244619855, + 43.991726920072, + ], + [ + -83.84274848850477, + 43.99387551481256, + ], + [ + -83.9080730530694, + 43.91045632401038, + ], + [ + -84.04482392724043, + 43.91196034032877, + ], + [ + -84.04554177959828, + 43.99699097718637, + ], + [ + -84.16649990189653, + 43.99688354744934, + ], + [ + -84.16614097571761, + 44.161788193787196, + ], + [ + -83.88402499908132, + 44.161788193787196, + ], + [ + -83.56601640455239, + 44.16345335471112, + ], + ], + ], + "type": "Polygon", + }, + "id": "26011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26063 { + "geometry": { + "coordinates": [ + [ + [ + -82.60696565446058, + 43.6904402225772, + ], + [ + -83.11771760707309, + 43.675507489130325, + ], + [ + -83.46659385298972, + 43.66782626293282, + ], + [ + -83.46731170534757, + 43.727772056194404, + ], + [ + -83.26200593100158, + 43.97491416622713, + ], + [ + -83.05382874722416, + 44.0082710995743, + ], + [ + -82.92928136313664, + 44.06902261586359, + ], + [ + -82.74120404537912, + 43.99221035388862, + ], + [ + -82.63460297023792, + 43.83273090927068, + ], + [ + -82.60696565446058, + 43.6904402225772, + ], + ], + ], + "type": "Polygon", + }, + "id": "26063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26147 { + "geometry": { + "coordinates": [ + [ + [ + -82.70602927984432, + 42.686294470577245, + ], + [ + -82.73905048830557, + 42.89755504844265, + ], + [ + -82.98347921615455, + 42.89374129277816, + ], + [ + -82.99640055859591, + 43.15409726046532, + ], + [ + -82.5032359887508, + 43.16892256417517, + ], + [ + -82.41852941052413, + 42.975173033445316, + ], + [ + -82.47488082061561, + 42.8889069546119, + ], + [ + -82.51866981444465, + 42.62656353678972, + ], + [ + -82.64537075560573, + 42.63102187087638, + ], + [ + -82.70602927984432, + 42.686294470577245, + ], + ], + ], + "type": "Polygon", + }, + "id": "26147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26163 { + "geometry": { + "coordinates": [ + [ + [ + -82.87041746979268, + 42.45096963161759, + ], + [ + -82.89913156410681, + 42.384685483871365, + ], + [ + -83.07787680121224, + 42.313244708747796, + ], + [ + -83.16689049358604, + 42.16987972468404, + ], + [ + -83.19811707115265, + 42.03446454116035, + ], + [ + -83.29682177035745, + 42.09419547494787, + ], + [ + -83.53945586731182, + 42.08560109598564, + ], + [ + -83.55201828357424, + 42.43517746027449, + ], + [ + -83.08326069389614, + 42.4471558759531, + ], + [ + -82.87041746979268, + 42.45096963161759, + ], + ], + ], + "type": "Polygon", + }, + "id": "26163", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 26115 { + "geometry": { + "coordinates": [ + [ + [ + -83.19811707115265, + 42.03446454116035, + ], + [ + -83.46228673884261, + 41.78694642704802, + ], + [ + -83.48274553104142, + 41.732157261163785, + ], + [ + -83.76306687678307, + 41.723509167333034, + ], + [ + -83.77383466215086, + 42.082378203874796, + ], + [ + -83.53945586731182, + 42.08560109598564, + ], + [ + -83.29682177035745, + 42.09419547494787, + ], + [ + -83.19811707115265, + 42.03446454116035, + ], + ], + ], + "type": "Polygon", + }, + "id": "26115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 45019 { + "geometry": { + "coordinates": [ + [ + [ + [ + -79.95127085658288, + 32.9100272564311, + ], + [ + -79.93296562145763, + 32.75441528234616, + ], + [ + -79.877332063724, + 32.75006437799653, + ], + [ + -79.99111166244373, + 32.61771094197813, + ], + [ + -80.24989743744979, + 32.53074656985403, + ], + [ + -80.34429502250747, + 32.49701363242727, + ], + [ + -80.41966952008205, + 32.60428222484964, + ], + [ + -80.4473068358594, + 32.72814871164283, + ], + [ + -80.4013642849568, + 32.85835355292067, + ], + [ + -80.1583712618235, + 32.818228546140745, + ], + [ + -80.07868965010181, + 32.92764573330368, + ], + [ + -80.14939810735035, + 33.02164675320311, + ], + [ + -80.05500052229266, + 32.999677371980894, + ], + [ + -80.01228830700039, + 32.90009000575601, + ], + [ + -79.95127085658288, + 32.9100272564311, + ], + ], + ], + [ + [ + [ + -79.79693259964445, + 32.93457495134198, + ], + [ + -79.6422354165271, + 33.12451072640734, + ], + [ + -79.51840588479743, + 33.14846755776456, + ], + [ + -79.44662064901212, + 33.213462548666456, + ], + [ + -79.40247272900415, + 33.182630214139444, + ], + [ + -79.27505393548522, + 33.12531644943505, + ], + [ + -79.42293152120297, + 33.01649012582577, + ], + [ + -79.51194521357675, + 33.04028581257745, + ], + [ + -79.7800630692349, + 32.803080953219805, + ], + [ + -79.90784078893276, + 32.785838480426825, + ], + [ + -79.79693259964445, + 32.93457495134198, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "45019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 15001 { + "geometry": { + "coordinates": [ + [ + [ + -155.84980065239574, + 20.26801809219671, + ], + [ + -155.5859899108847, + 20.11960391049264, + ], + [ + -155.4560586341133, + 20.098601396903682, + ], + [ + -155.28090265879712, + 20.018942246897478, + ], + [ + -155.08169862949288, + 19.847269527126866, + ], + [ + -155.09067178396606, + 19.735327741143774, + ], + [ + -155.00309379630795, + 19.735918604697424, + ], + [ + -154.9837117826459, + 19.642669592957194, + ], + [ + -154.80712010261405, + 19.51987740353428, + ], + [ + -154.97725111142523, + 19.346969241787846, + ], + [ + -155.1308715160058, + 19.27321872731818, + ], + [ + -155.29346507505954, + 19.263227761774584, + ], + [ + -155.51061541331012, + 19.12915544996374, + ], + [ + -155.6559805157754, + 18.921923487236885, + ], + [ + -155.88102722996234, + 19.036067582829048, + ], + [ + -155.91799662639178, + 19.1166936004685, + ], + [ + -155.88605219646732, + 19.343262915860382, + ], + [ + -155.9908586407139, + 19.635525515444836, + ], + [ + -156.0612081717835, + 19.727646514946276, + ], + [ + -155.93737864005382, + 19.849310692130395, + ], + [ + -155.8235990413341, + 20.028396063755935, + ], + [ + -155.89071823679336, + 20.123686240499698, + ], + [ + -155.89897353890868, + 20.23186798568681, + ], + [ + -155.84980065239574, + 20.26801809219671, + ], + ], + ], + "type": "Polygon", + }, + "id": "15001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 15007 { + "geometry": { + "coordinates": [ + [ + [ + -159.3963502263692, + 22.227267921243374, + ], + [ + -159.3127204266793, + 22.183597733141525, + ], + [ + -159.33102566180457, + 21.961325607230762, + ], + [ + -159.44480526052428, + 21.868721173912697, + ], + [ + -159.6353950615343, + 21.914701101360645, + ], + [ + -159.75778888854825, + 21.978621794892256, + ], + [ + -159.78291372107313, + 22.065962171095954, + ], + [ + -159.72261412301344, + 22.150079655188815, + ], + [ + -159.58191506087422, + 22.223078161499288, + ], + [ + -159.3963502263692, + 22.227267921243374, + ], + ], + ], + "type": "Polygon", + }, + "id": "15007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 15009 { + "geometry": { + "coordinates": [ + [ + [ + -157.01164469358105, + 21.182621158383895, + ], + [ + -156.91401677291304, + 21.167903284411068, + ], + [ + -156.7112234818195, + 21.148780791220098, + ], + [ + -156.87489381941003, + 21.046722541043575, + ], + [ + -157.06333006334648, + 21.101081987979704, + ], + [ + -157.31027127444796, + 21.10167285153336, + ], + [ + -157.2528430858197, + 21.224196466613698, + ], + [ + -157.01164469358105, + 21.182621158383895, + ], + ], + ], + "type": "Polygon", + }, + "id": "15009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 15009 { + "geometry": { + "coordinates": [ + [ + [ + -156.98293059926692, + 20.92806639649624, + ], + [ + -156.894634759251, + 20.912381654890165, + ], + [ + -156.8070567715929, + 20.80704679773429, + ], + [ + -156.8364887182649, + 20.7609057256808, + ], + [ + -156.9624718070681, + 20.73227570076286, + ], + [ + -157.05507476123117, + 20.91082392370326, + ], + [ + -156.98293059926692, + 20.92806639649624, + ], + ], + ], + "type": "Polygon", + }, + "id": "15009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 15009 { + "geometry": { + "coordinates": [ + [ + [ + -156.5694476411435, + 20.60271543790719, + ], + [ + -156.5532959630918, + 20.535786711738794, + ], + [ + -156.67927905189504, + 20.503611505498935, + ], + [ + -156.6760487162847, + 20.555446353614904, + ], + [ + -156.5694476411435, + 20.60271543790719, + ], + ], + ], + "type": "Polygon", + }, + "id": "15009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 15009 { + "geometry": { + "coordinates": [ + [ + [ + -156.6017509972469, + 21.03130637378007, + ], + [ + -156.4797160964119, + 20.89809349986545, + ], + [ + -156.3221475038631, + 20.946598026133557, + ], + [ + -156.22774991880542, + 20.92763667754813, + ], + [ + -156.1128935415489, + 20.824718989475382, + ], + [ + -156.00090857372382, + 20.79249006836701, + ], + [ + -155.9883461574614, + 20.708748588353743, + ], + [ + -156.04577434608964, + 20.65390570760099, + ], + [ + -156.30132978548536, + 20.58321694063662, + ], + [ + -156.44166992144565, + 20.605347466464373, + ], + [ + -156.4610519351077, + 20.778363057947836, + ], + [ + -156.625799051235, + 20.811451416952433, + ], + [ + -156.68753435401035, + 20.882677332601943, + ], + [ + -156.6663577094537, + 21.005845526104455, + ], + [ + -156.6017509972469, + 21.03130637378007, + ], + ], + ], + "type": "Polygon", + }, + "id": "15009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 15003 { + "geometry": { + "coordinates": [ + [ + [ + -157.9807453766828, + 21.710423456402058, + ], + [ + -157.83394456950182, + 21.52618145739918, + ], + [ + -157.84076416690144, + 21.460703032680662, + ], + [ + -157.76359503843221, + 21.461831044919453, + ], + [ + -157.65053329207035, + 21.299021278453644, + ], + [ + -157.79553946835668, + 21.256801391801673, + ], + [ + -157.89280846284578, + 21.33302279022298, + ], + [ + -158.1009856466232, + 21.295100093052124, + ], + [ + -158.277936252834, + 21.575545421563508, + ], + [ + -158.12180336500094, + 21.584623234342367, + ], + [ + -157.9807453766828, + 21.710423456402058, + ], + ], + ], + "type": "Polygon", + }, + "id": "15003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 15007 { + "geometry": { + "coordinates": [ + [ + [ + -160.08189922811894, + 21.996777420449977, + ], + [ + -160.0729260736458, + 21.900412946335933, + ], + [ + -160.1565558733357, + 21.8637256911409, + ], + [ + -160.20178057188042, + 21.777620756913024, + ], + [ + -160.2287000352999, + 21.882525895120786, + ], + [ + -160.08189922811894, + 21.996777420449977, + ], + ], + ], + "type": "Polygon", + }, + "id": "15007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02016 Object { + "geometry": Object { + "coordinates": Array [ + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02016", + "properties": Object {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02013 Object { + "geometry": Object { + "coordinates": Array [ + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02013", + "properties": Object {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02130 { + "geometry": { + "coordinates": [ + [ + [ + [ + -131.82687149684028, + 55.41945776667983, + ], + [ + -131.6553047833134, + 55.321965280326985, + ], + [ + -131.74898451601322, + 55.12912890236188, + ], + [ + -131.8703015644904, + 55.31412290952395, + ], + [ + -131.82687149684028, + 55.41945776667983, + ], + ], + ], + [ + [ + [ + -131.23966826811642, + 55.95241669207533, + ], + [ + -131.07025511166307, + 55.82855020528214, + ], + [ + -130.93924705635487, + 55.61863249912959, + ], + [ + -130.97837000985788, + 55.406136479288364, + ], + [ + -131.06343551426346, + 55.259870892324855, + ], + [ + -131.21131309998123, + 55.192405017471316, + ], + [ + -131.471534579703, + 55.29585985422921, + ], + [ + -131.28740544991365, + 55.46291309530762, + ], + [ + -131.52645028507874, + 55.29763244489016, + ], + [ + -131.82866612773492, + 55.44524090356653, + ], + [ + -131.63053887696748, + 55.601819745284715, + ], + [ + -131.72673109291978, + 55.64027959114071, + ], + [ + -131.7335506903194, + 55.730359425638625, + ], + [ + -131.5472680034565, + 55.797664155886615, + ], + [ + -131.6000301517587, + 55.899990980405704, + ], + [ + -131.23966826811642, + 55.95241669207533, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02130", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02060 { + "geometry": { + "coordinates": [ + [ + [ + -157.26863583769247, + 58.60979866719793, + ], + [ + -157.060817580094, + 58.72539306423997, + ], + [ + -156.9865198610562, + 58.88863254965389, + ], + [ + -156.31855824207383, + 58.89497090413854, + ], + [ + -156.31819931589493, + 58.60958380772387, + ], + [ + -157.26863583769247, + 58.60979866719793, + ], + ], + ], + "type": "Polygon", + }, + "id": "02060", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02070 { + "geometry": { + "coordinates": [ + [ + [ + [ + -160.69494514172553, + 58.80156074779276, + ], + [ + -160.88338138566198, + 58.576012014902645, + ], + [ + -161.07504796520877, + 58.54689855616808, + ], + [ + -161.05710165626243, + 58.69772990695528, + ], + [ + -160.69494514172553, + 58.80156074779276, + ], + ], + ], + [ + [ + [ + -161.07145870341952, + 58.8220798275651, + ], + [ + -161.3374230020041, + 58.73543774465208, + ], + [ + -161.36757280103393, + 58.823207839803885, + ], + [ + -161.07145870341952, + 58.8220798275651, + ], + ], + ], + [ + [ + [ + -161.034848233169, + 58.839698304437675, + ], + [ + -161.034848233169, + 59.00342122366822, + ], + [ + -160.87440823118882, + 59.003636083142275, + ], + [ + -160.81949252581305, + 59.08485296433538, + ], + [ + -160.82092823052875, + 59.2615211668778, + ], + [ + -160.65043829553863, + 59.26221946016848, + ], + [ + -160.65079722171757, + 59.34913011742406, + ], + [ + -160.48066621290639, + 59.352782728483014, + ], + [ + -160.42503265517274, + 59.43582591520559, + ], + [ + -160.42467372899384, + 59.611527250114754, + ], + [ + -160.25095345839338, + 59.6113123906407, + ], + [ + -160.24808204896195, + 59.78454284159822, + ], + [ + -160.01944607298572, + 59.78685258094432, + ], + [ + -160.0151389588386, + 59.95890130479453, + ], + [ + -159.85541680921628, + 59.96368192809227, + ], + [ + -159.8503918427113, + 60.12842542982459, + ], + [ + -159.78506727814667, + 60.21324120720813, + ], + [ + -159.6138594907987, + 60.21458407892098, + ], + [ + -159.6138594907987, + 60.3878145298785, + ], + [ + -159.4369088845879, + 60.38716995145633, + ], + [ + -159.36978968912862, + 60.471126290943644, + ], + [ + -159.36763613205508, + 60.64435674190116, + ], + [ + -159.1856605593393, + 60.64457160137522, + ], + [ + -159.1831480760868, + 60.73105253968269, + ], + [ + -159.01588847670703, + 60.73191197757892, + ], + [ + -158.9451800194585, + 60.90347726761251, + ], + [ + -157.8834763821937, + 60.903692127086565, + ], + [ + -157.88060497276228, + 60.82478498523955, + ], + [ + -157.69791154768865, + 60.82354954326374, + ], + [ + -157.701141883299, + 60.91131963841554, + ], + [ + -157.52239664619356, + 60.91131963841554, + ], + [ + -157.52239664619356, + 61.00054003501723, + ], + [ + -157.16957221230874, + 61.00016403093763, + ], + [ + -157.16813650759303, + 60.91223279118028, + ], + [ + -155.96106776786297, + 60.90761331248808, + ], + [ + -155.95891421078943, + 59.67732796404436, + ], + [ + -156.122225622201, + 59.6751793693038, + ], + [ + -156.1236613269167, + 59.5882149971797, + ], + [ + -156.4650001230759, + 59.589396724287006, + ], + [ + -156.4653590492548, + 59.502969500848046, + ], + [ + -156.63477220570815, + 59.50393636848129, + ], + [ + -156.72952871694477, + 59.32882589712579, + ], + [ + -157.07373892253537, + 59.33151164055148, + ], + [ + -157.07409784871427, + 59.24438612382184, + ], + [ + -157.2445877837044, + 59.2461587144828, + ], + [ + -157.24171637427298, + 59.068953363255254, + ], + [ + -157.16131691019345, + 59.067771636147945, + ], + [ + -157.158445500762, + 58.86021738421, + ], + [ + -157.55111074050768, + 58.75445280810602, + ], + [ + -158.14046752630512, + 58.61500900944378, + ], + [ + -158.3156235016213, + 58.65228712819247, + ], + [ + -158.35151611951395, + 58.72770280358607, + ], + [ + -158.56507719597525, + 58.80268876003156, + ], + [ + -158.49329196018994, + 58.99869431523899, + ], + [ + -158.61748041809852, + 58.91318024456477, + ], + [ + -158.77612578918408, + 58.88347592227655, + ], + [ + -158.80125062170896, + 58.73285943096341, + ], + [ + -158.87483048838888, + 58.728186237402696, + ], + [ + -158.74812954722782, + 58.49377455120778, + ], + [ + -158.79514887666718, + 58.40804562105949, + ], + [ + -159.0532167993154, + 58.43801851769029, + ], + [ + -159.39060740750637, + 58.76234889377757, + ], + [ + -159.64544499454425, + 58.84227661812634, + ], + [ + -159.61996123584046, + 58.936599927236855, + ], + [ + -159.7287158680552, + 58.91420082706654, + ], + [ + -159.7972707682302, + 58.804891069640625, + ], + [ + -159.90889680987635, + 58.777281627224454, + ], + [ + -160.01011399233363, + 58.88105875319342, + ], + [ + -160.24772312278304, + 58.893842891899745, + ], + [ + -160.27787292181287, + 59.02265114659622, + ], + [ + -160.38016688280692, + 59.05579322046933, + ], + [ + -160.77175534401582, + 58.89352060268866, + ], + [ + -161.034848233169, + 58.839698304437675, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02070", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02164 Object { + "geometry": Object { + "coordinates": Array [ + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02164", + "properties": Object {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02150 Object { + "geometry": Object { + "coordinates": Array [ + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02150", + "properties": Object {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02110 { + "geometry": { + "coordinates": [ + [ + [ + [ + -134.33432978282133, + 58.1294803129461, + ], + [ + -134.531380255052, + 58.096929102626646, + ], + [ + -134.67279716954909, + 58.02726091816404, + ], + [ + -134.76432334517534, + 58.096230809335964, + ], + [ + -134.74350562679763, + 58.18867409804849, + ], + [ + -134.71012549215743, + 58.22530763837501, + ], + [ + -134.7004344853264, + 58.16149437458042, + ], + [ + -134.41401139454302, + 58.1675641547225, + ], + [ + -134.33432978282133, + 58.1294803129461, + ], + ], + ], + [ + [ + [ + -134.5353284430202, + 58.34439350187046, + ], + [ + -134.2664927350042, + 58.2075817317654, + ], + [ + -134.63044388043573, + 58.24856617644155, + ], + [ + -134.68930777377972, + 58.30023987995198, + ], + [ + -134.5353284430202, + 58.34439350187046, + ], + ], + ], + [ + [ + [ + -134.33432978282133, + 58.965928245445475, + ], + [ + -134.2585963590678, + 58.86102310723771, + ], + [ + -133.84044736061836, + 58.72942167937852, + ], + [ + -133.70764467441552, + 58.612269551149566, + ], + [ + -133.37743258980308, + 58.43055215096685, + ], + [ + -133.46178024185082, + 58.38774140076122, + ], + [ + -133.17176788927816, + 58.152953710486706, + ], + [ + -133.51095312836378, + 57.9278346965447, + ], + [ + -133.62903984123062, + 57.84167604744831, + ], + [ + -133.72487313100402, + 57.80117503658878, + ], + [ + -133.84977944127047, + 57.95109323461124, + ], + [ + -134.06513514862638, + 58.09843311894503, + ], + [ + -134.07805649106774, + 58.279720800179646, + ], + [ + -133.969301858853, + 58.31791207169307, + ], + [ + -134.0123730003242, + 58.400149535387946, + ], + [ + -134.21660199613342, + 58.20435883965456, + ], + [ + -134.51845891261064, + 58.356049628337985, + ], + [ + -134.73022535817734, + 58.37431268363273, + ], + [ + -134.81134267461474, + 58.52616461692169, + ], + [ + -134.9462989178911, + 58.66249295321012, + ], + [ + -134.94845247496468, + 58.97129973229687, + ], + [ + -134.33432978282133, + 58.965928245445475, + ], + ], + ], + [ + [ + [ + -135.17637059858305, + 58.97387804598554, + ], + [ + -134.9581434817957, + 58.97199802558755, + ], + [ + -134.9244044209766, + 58.90555273323579, + ], + [ + -135.02633945579174, + 58.73420230267626, + ], + [ + -135.14442616865858, + 58.83991316391173, + ], + [ + -135.17637059858305, + 58.97387804598554, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02110", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02280 Object { + "geometry": Object { + "coordinates": Array [ + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02280", + "properties": Object {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02232 Object { + "geometry": Object { + "coordinates": Array [ + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02232", + "properties": Object {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02100 { + "geometry": { + "coordinates": [ + [ + [ + [ + -134.33432978282133, + 58.965928245445475, + ], + [ + -134.94845247496468, + 58.97129973229687, + ], + [ + -134.9581434817957, + 58.97199802558755, + ], + [ + -135.17637059858305, + 58.97387804598554, + ], + [ + -135.3540390571517, + 59.3408043128044, + ], + [ + -135.0310054961178, + 59.34633694426134, + ], + [ + -134.95993811269034, + 59.280858519542825, + ], + [ + -134.70079341150534, + 59.249005602514046, + ], + [ + -134.6796167669487, + 59.192282701363304, + ], + [ + -134.48364307325477, + 59.13158489994253, + ], + [ + -134.33432978282133, + 58.965928245445475, + ], + ], + ], + [ + [ + [ + -135.3863424132551, + 59.3527290136145, + ], + [ + -135.43838670919945, + 59.22837909300468, + ], + [ + -135.56688228125518, + 59.24454726842738, + ], + [ + -135.38275315146583, + 59.10150457357471, + ], + [ + -135.40069946041217, + 58.96823798479158, + ], + [ + -135.14155475922718, + 58.616942744710286, + ], + [ + -135.16667959175203, + 58.56226100856307, + ], + [ + -135.0582838857162, + 58.34944269951077, + ], + [ + -135.093458651251, + 58.23664147563145, + ], + [ + -135.27722885486142, + 58.23363344299467, + ], + [ + -135.39244415829685, + 58.32371327749258, + ], + [ + -135.494379193112, + 58.49989804621837, + ], + [ + -135.3188642916169, + 58.50048890977202, + ], + [ + -135.40177623894894, + 58.616137021682576, + ], + [ + -135.54857704612994, + 58.698320770508936, + ], + [ + -135.75747208226517, + 58.74231324782186, + ], + [ + -135.58518751638042, + 58.9860176062697, + ], + [ + -135.70219745071049, + 59.10408288726338, + ], + [ + -135.89206939936264, + 59.172784204092736, + ], + [ + -136.4896814872754, + 59.259748576216836, + ], + [ + -136.4774779971919, + 59.465798811836386, + ], + [ + -136.30555235748605, + 59.46450965499205, + ], + [ + -136.23986886674248, + 59.55942382765622, + ], + [ + -136.35400739164115, + 59.59981740877871, + ], + [ + -135.95272792360123, + 59.66218037112342, + ], + [ + -135.72229731673036, + 59.72878680808073, + ], + [ + -135.3863424132551, + 59.3527290136145, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02100", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02220 { + "geometry": { + "coordinates": [ + [ + [ + [ + -135.76142027023337, + 57.34261120408511, + ], + [ + -135.62179798663095, + 57.22357905545818, + ], + [ + -135.572625100118, + 57.091923912730465, + ], + [ + -135.6322068458198, + 57.013553919568594, + ], + [ + -135.84935718407039, + 56.993142269533294, + ], + [ + -135.8454089961022, + 57.33761572131331, + ], + [ + -135.76142027023337, + 57.34261120408511, + ], + ], + ], + [ + [ + [ + -134.6663364983284, + 56.25429425312378, + ], + [ + -134.66705435068627, + 56.16781331481631, + ], + [ + -134.8081123390044, + 56.24097296573232, + ], + [ + -135.0582838857162, + 56.5294755245208, + ], + [ + -134.95850240797463, + 56.617943912963284, + ], + [ + -135.1189424099548, + 56.59817684135015, + ], + [ + -135.21082751176002, + 56.72585708380783, + ], + [ + -135.18319019598266, + 56.80304534986239, + ], + [ + -135.36803717812984, + 56.81620549264831, + ], + [ + -135.38921382268651, + 56.94248914852463, + ], + [ + -135.22913274688528, + 57.032676412759564, + ], + [ + -135.40177623894894, + 57.098423411820654, + ], + [ + -135.36660147341414, + 57.248825043659735, + ], + [ + -135.53314322043607, + 57.23894150785317, + ], + [ + -135.6953778533109, + 57.35362275213048, + ], + [ + -135.48432926010207, + 57.35684564424131, + ], + [ + -135.60133919443211, + 57.40207356353007, + ], + [ + -135.54893597230884, + 57.508912437004334, + ], + [ + -135.32317140576401, + 57.53926133771472, + ], + [ + -135.35080872154137, + 57.47496464010351, + ], + [ + -135.20903288086538, + 57.4887693613116, + ], + [ + -135.00911099920327, + 57.3987432416822, + ], + [ + -134.83323717152928, + 57.399119245761796, + ], + [ + -134.8623101920223, + 57.27068699514492, + ], + [ + -134.6961273711793, + 56.9008064105578, + ], + [ + -134.6164457594576, + 56.63728126562831, + ], + [ + -134.6663364983284, + 56.25429425312378, + ], + ], + ], + [ + [ + [ + -136.35472524399898, + 57.83184622651025, + ], + [ + -136.02774349499688, + 57.8358748416488, + ], + [ + -136.02343638084977, + 57.84044060547249, + ], + [ + -135.89996577529902, + 58.00137035154031, + ], + [ + -135.37772818496086, + 57.80219561909055, + ], + [ + -135.23595234428487, + 57.703682550235946, + ], + [ + -135.1106871078395, + 57.758364286383156, + ], + [ + -134.9297883136605, + 57.75922372427938, + ], + [ + -134.83718535949745, + 57.482753296038034, + ], + [ + -135.08448549677786, + 57.46465138534883, + ], + [ + -135.1796009341934, + 57.52142800136808, + ], + [ + -135.82351449918767, + 57.77087985074691, + ], + [ + -135.56580550271838, + 57.593620784650845, + ], + [ + -135.55396093881382, + 57.454875279279285, + ], + [ + -135.71296523607828, + 57.36753490307559, + ], + [ + -135.84397329138648, + 57.390900870879165, + ], + [ + -136.00584899808237, + 57.530022380330315, + ], + [ + -135.81274671381988, + 57.444508309656094, + ], + [ + -136.15695691941045, + 57.644488765133566, + ], + [ + -136.12680712038062, + 57.68692351125959, + ], + [ + -136.35472524399898, + 57.83184622651025, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02220", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02270 { + "geometry": { + "coordinates": [ + [ + [ + [ + -164.76768049400533, + 62.78967487548019, + ], + [ + -164.4913073362319, + 62.76088370595671, + ], + [ + -164.7996249239298, + 62.61198609043601, + ], + [ + -164.84449069629562, + 62.79526122180564, + ], + [ + -164.76768049400533, + 62.78967487548019, + ], + ], + ], + [ + [ + [ + -164.4442880067925, + 63.02838375115623, + ], + [ + -164.12735619080036, + 62.90897559844969, + ], + [ + -164.09900102266513, + 62.806111625245464, + ], + [ + -163.9407145777585, + 62.68949664570165, + ], + [ + -163.95507162491558, + 62.59603277448736, + ], + [ + -164.2077556548799, + 62.725915326554116, + ], + [ + -164.84449069629562, + 62.808475079460074, + ], + [ + -164.81218734019225, + 62.90650471449805, + ], + [ + -164.65246519056993, + 63.03010262694867, + ], + [ + -164.4442880067925, + 63.02838375115623, + ], + ], + ], + [ + [ + [ + -164.04911028379436, + 63.26043198313653, + ], + [ + -163.72499994422367, + 63.20800627146691, + ], + [ + -163.522924505488, + 63.11867844512819, + ], + [ + -163.77632638781014, + 63.02086366956427, + ], + [ + -163.89800236246626, + 62.898125195009875, + ], + [ + -164.10043672738084, + 62.89801776527285, + ], + [ + -164.35563324059765, + 63.02698716457486, + ], + [ + -164.5781674715321, + 63.0706036378082, + ], + [ + -164.57314250502714, + 63.140271822270805, + ], + [ + -164.33948156254596, + 63.23486370572388, + ], + [ + -164.04911028379436, + 63.26043198313653, + ], + ], + ], + [ + [ + [ + -162.58182006434254, + 63.27284011776325, + ], + [ + -162.37794999471222, + 63.272893832631766, + ], + [ + -162.37436073292298, + 63.18641289432429, + ], + [ + -162.1844887842708, + 63.186466609192806, + ], + [ + -162.17802811305012, + 63.09644048956341, + ], + [ + -161.9899507952926, + 63.095795911141245, + ], + [ + -161.9913865000083, + 63.01269900955015, + ], + [ + -160.8514369557375, + 63.01269900955015, + ], + [ + -160.9932127964135, + 62.89796405040433, + ], + [ + -161.00039131999205, + 62.551771722831866, + ], + [ + -161.0456160185368, + 62.550428851119015, + ], + [ + -161.04776957561035, + 62.20466624249466, + ], + [ + -160.91030084908147, + 62.20439766815209, + ], + [ + -160.91389011087074, + 61.94935947244781, + ], + [ + -160.53414621356643, + 61.94726459257576, + ], + [ + -160.46953950135963, + 61.86932431836201, + ], + [ + -160.252748089288, + 61.85777562163151, + ], + [ + -160.7753446058051, + 61.73852861353052, + ], + [ + -161.12709226115314, + 61.59951453381639, + ], + [ + -161.45012582218703, + 61.56884334389492, + ], + [ + -161.88550327722498, + 61.48279212453556, + ], + [ + -162.32841818202036, + 61.518351367491796, + ], + [ + -162.50572771441009, + 61.556435209268194, + ], + [ + -163.17117685013994, + 61.449059187108794, + ], + [ + -163.40770920205256, + 61.48386642190584, + ], + [ + -163.6553682655119, + 61.335828244281366, + ], + [ + -163.99311779988182, + 61.3717634913172, + ], + [ + -163.9819910883351, + 61.243277525831815, + ], + [ + -164.1216133719375, + 61.126984835499094, + ], + [ + -164.15463458039875, + 61.022616845976465, + ], + [ + -164.53007136355595, + 60.94080910122971, + ], + [ + -164.7978302930352, + 60.98249183919654, + ], + [ + -165.1334262703315, + 60.92023630658886, + ], + [ + -165.1951615731069, + 60.97996724037638, + ], + [ + -164.95683459029965, + 61.02455058124297, + ], + [ + -165.3617033201288, + 61.19649187535615, + ], + [ + -165.36636936045488, + 61.07960832146978, + ], + [ + -165.5530109734967, + 61.08938442753932, + ], + [ + -165.6369996993655, + 61.22727049501465, + ], + [ + -165.59536426261002, + 61.272874418383005, + ], + [ + -165.81574493647094, + 61.303545608304475, + ], + [ + -165.89004265550875, + 61.417582274159614, + ], + [ + -165.74001151271742, + 61.48134182308568, + ], + [ + -165.9126550047811, + 61.55622034979414, + ], + [ + -166.10862869847503, + 61.49246080086807, + ], + [ + -166.14272668547304, + 61.63448291321898, + ], + [ + -165.75759889548482, + 61.67718623368758, + ], + [ + -165.9463940656002, + 61.70936143992744, + ], + [ + -166.09463057749687, + 61.8127088469483, + ], + [ + -165.59931245057822, + 61.84397090042342, + ], + [ + -165.7572399693059, + 62.00635094794112, + ], + [ + -165.66714949839533, + 62.1432701477832, + ], + [ + -165.26910036596576, + 62.427368087353535, + ], + [ + -165.04692506121023, + 62.54022302610136, + ], + [ + -164.84233713922208, + 62.5338309567482, + ], + [ + -164.50745901428357, + 62.74745498882822, + ], + [ + -164.212062769027, + 62.69932646663971, + ], + [ + -163.86569900636286, + 62.48280183165994, + ], + [ + -163.9407145777585, + 62.72886964432239, + ], + [ + -164.10474384152798, + 62.82518040356791, + ], + [ + -164.10043672738084, + 62.889477101179125, + ], + [ + -163.79606732765112, + 62.92385461702806, + ], + [ + -163.76807108569486, + 63.01651276521464, + ], + [ + -163.5078496059731, + 63.112393805512056, + ], + [ + -163.31977228821555, + 63.037246704461026, + ], + [ + -163.04052772101068, + 63.0621704034515, + ], + [ + -162.82158275186546, + 63.205589102383776, + ], + [ + -162.58182006434254, + 63.27284011776325, + ], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02270", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02050 Object { + "geometry": Object { + "coordinates": Array [ + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02050", + "properties": Object {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02170 { + "geometry": { + "coordinates": [ + [ + [ + -146.4843398656647, + 63.17389732996054, + ], + [ + -146.48110953005437, + 62.95968243432687, + ], + [ + -146.42906523411, + 62.86326424534431, + ], + [ + -146.4261938246786, + 62.247208418357715, + ], + [ + -146.98181154965692, + 62.24860500493907, + ], + [ + -146.96171168363705, + 62.1601903313651, + ], + [ + -146.94520107940642, + 61.47430517531035, + ], + [ + -147.2057814853071, + 61.475057183469545, + ], + [ + -147.20649933766498, + 61.425263500357104, + ], + [ + -148.46022848065547, + 61.42698237614955, + ], + [ + -149.18741291916072, + 61.425263500357104, + ], + [ + -149.23802151038936, + 61.4787097945285, + ], + [ + -149.3830276866757, + 61.51099243050539, + ], + [ + -149.64683842818673, + 61.48633730585748, + ], + [ + -149.88803682042538, + 61.37772584172225, + ], + [ + -149.9896129290616, + 61.237852324111905, + ], + [ + -150.46877937792857, + 61.244620397544665, + ], + [ + -150.5865071646165, + 61.3609668027459, + ], + [ + -150.5918910573004, + 61.27948134721022, + ], + [ + -150.9716349546047, + 61.19160382232138, + ], + [ + -150.9730706593204, + 61.253483350849464, + ], + [ + -151.33271469060483, + 61.25461136308826, + ], + [ + -151.33415039532053, + 61.42456520706642, + ], + [ + -153.00243927497127, + 61.42569321930522, + ], + [ + -153.00136249643447, + 62.29533694054622, + ], + [ + -153.00136249643447, + 62.72741934287251, + ], + [ + -151.8929984559092, + 62.723014723654366, + ], + [ + -151.88940919411996, + 62.79536865154267, + ], + [ + -149.5072161445843, + 63.33214133260267, + ], + [ + -148.03705451570104, + 63.33079846088982, + ], + [ + -148.03274740155393, + 63.469758825735425, + ], + [ + -146.97535087843625, + 63.479749791279026, + ], + [ + -146.4897237583486, + 63.482918968521346, + ], + [ + -146.4843398656647, + 63.17389732996054, + ], + ], + ], + "type": "Polygon", + }, + "id": "02170", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02068 { + "geometry": { + "coordinates": [ + [ + [ + -148.04530981781636, + 64.34246429448173, + ], + [ + -147.77360270036894, + 64.25813195091482, + ], + [ + -147.00370604657147, + 64.25888395907401, + ], + [ + -146.97247946900484, + 63.91924484546024, + ], + [ + -146.97535087843625, + 63.479749791279026, + ], + [ + -148.03274740155393, + 63.469758825735425, + ], + [ + -148.03705451570104, + 63.33079846088982, + ], + [ + -149.5072161445843, + 63.33214133260267, + ], + [ + -151.88940919411996, + 62.79536865154267, + ], + [ + -151.8929984559092, + 62.723014723654366, + ], + [ + -153.00136249643447, + 62.72741934287251, + ], + [ + -152.43425913373048, + 63.16981499995348, + ], + [ + -152.4346180599094, + 63.30592847676785, + ], + [ + -152.62700249181407, + 63.3014701426812, + ], + [ + -152.81220840014018, + 63.35121011092512, + ], + [ + -152.866765179337, + 63.48189838601958, + ], + [ + -152.85384383689563, + 63.65169108539221, + ], + [ + -152.24223362800478, + 63.656686568164005, + ], + [ + -152.23361939971053, + 63.823686094373905, + ], + [ + -152.05559201496294, + 63.82347123489985, + ], + [ + -152.04769563902656, + 64.0002468671793, + ], + [ + -151.82552033427103, + 64.00534977968812, + ], + [ + -151.79070449491513, + 64.08226947140011, + ], + [ + -151.57965590170633, + 64.08538493377392, + ], + [ + -151.5254580486884, + 64.03247578828767, + ], + [ + -151.3011291868593, + 64.00996925838032, + ], + [ + -150.74981857602808, + 64.36513196899462, + ], + [ + -149.1210115760593, + 64.34359230672052, + ], + [ + -148.04530981781636, + 64.34246429448173, + ], + ], + ], + "type": "Polygon", + }, + "id": "02068", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02020 { + "geometry": { + "coordinates": [ + [ + [ + -149.23802151038936, + 61.4787097945285, + ], + [ + -149.18741291916072, + 61.425263500357104, + ], + [ + -148.46022848065547, + 61.42698237614955, + ], + [ + -148.47350874927577, + 60.85062183699477, + ], + [ + -148.74629264525996, + 60.84616350290811, + ], + [ + -148.74593371908105, + 60.733899427713936, + ], + [ + -149.04312459523223, + 60.734812580478675, + ], + [ + -149.0398942596219, + 60.841544024215914, + ], + [ + -149.19602714745497, + 60.94526743531637, + ], + [ + -149.36113318976118, + 60.92872325581407, + ], + [ + -149.7423127917812, + 61.018373371363865, + ], + [ + -150.06606420517298, + 61.15110281146186, + ], + [ + -149.8123033966719, + 61.31487944556092, + ], + [ + -149.40707574066377, + 61.46248790423728, + ], + [ + -149.23802151038936, + 61.4787097945285, + ], + ], + ], + "type": "Polygon", + }, + "id": "02020", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02261 Object { + "geometry": Object { + "coordinates": Array [ + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02261", + "properties": Object {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02122 Object { + "geometry": Object { + "coordinates": Array [ + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02122", + "properties": Object {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02282 { + "geometry": { + "coordinates": [ + [ + [ + -143.88571433023634, + 59.996394283017274, + ], + [ + -143.89038037056238, + 60.04232049559671, + ], + [ + -143.16750304620427, + 60.518825094184045, + ], + [ + -141.78671403587373, + 60.520651399713515, + ], + [ + -141.78814974058943, + 60.43417046140604, + ], + [ + -141.21386785430693, + 60.435835622329975, + ], + [ + -141.0024603349192, + 60.3916820004115, + ], + [ + -141.0024603349192, + 60.306382789211334, + ], + [ + -140.52042247662078, + 60.21979442116683, + ], + [ + -140.4583282476665, + 60.30810166500378, + ], + [ + -139.98095642969415, + 60.181979153733, + ], + [ + -139.69345656037396, + 60.33522767360333, + ], + [ + -139.0750267540835, + 60.35252386126483, + ], + [ + -139.19885628581315, + 60.08830042304466, + ], + [ + -139.05385010952682, + 59.99483655183037, + ], + [ + -138.7078452730416, + 59.90631444851937, + ], + [ + -138.6267279566042, + 59.768589525649574, + ], + [ + -137.60773653463167, + 59.24374154539967, + ], + [ + -137.50005868095369, + 58.98537302784753, + ], + [ + -137.52661921819424, + 58.9063584562635, + ], + [ + -137.9447682166437, + 58.80236647082047, + ], + [ + -137.97096982770535, + 58.90018124638439, + ], + [ + -138.2200645958804, + 59.03667072727836, + ], + [ + -138.5172554720316, + 59.1060703373984, + ], + [ + -138.45875050486657, + 59.18519233871946, + ], + [ + -138.66262057449686, + 59.15129825668715, + ], + [ + -139.33776071705773, + 59.39108142973347, + ], + [ + -139.5814715925489, + 59.43958595600157, + ], + [ + -139.8625107906484, + 59.54481338342042, + ], + [ + -139.66474246605983, + 59.567588487670335, + ], + [ + -139.47020447708164, + 59.70746200528069, + ], + [ + -139.6213123984097, + 59.90099667653648, + ], + [ + -139.50178998082717, + 59.987907333792066, + ], + [ + -139.31155910599608, + 59.85190128671472, + ], + [ + -139.25269521265216, + 59.861408818441696, + ], + [ + -139.4249797785369, + 60.00294749697598, + ], + [ + -139.55419320295044, + 60.04796055679068, + ], + [ + -139.6166463580837, + 59.94746003780106, + ], + [ + -139.78282917892668, + 59.82703130259276, + ], + [ + -140.3111685143066, + 59.69773961407966, + ], + [ + -140.86535053456922, + 59.73722004243742, + ], + [ + -141.44788772296704, + 59.88364677400647, + ], + [ + -141.25873362667275, + 59.995857134332134, + ], + [ + -141.39189523905452, + 60.16522011475665, + ], + [ + -141.52649255615196, + 60.1192401873087, + ], + [ + -141.36964181596107, + 60.03243695979014, + ], + [ + -141.59361175161123, + 59.96411164704038, + ], + [ + -142.5846069316275, + 60.08776327435952, + ], + [ + -143.55227191001353, + 60.04957200284609, + ], + [ + -143.88571433023634, + 59.996394283017274, + ], + ], + ], + "type": "Polygon", + }, + "id": "02282", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02290 Object { + "geometry": Object { + "coordinates": [Array], + "type": "Polygon", + }, + "id": "02290", + "properties": Object {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02090 { + "geometry": { + "coordinates": [ + [ + [ + -144.04687218457434, + 64.68280170138618, + ], + [ + -144.46250869977132, + 64.58289204595022, + ], + [ + -144.9782856188888, + 64.57193421277336, + ], + [ + -145.07232427776756, + 64.51306271688206, + ], + [ + -145.36090092562455, + 64.48695729078428, + ], + [ + -145.53174978679357, + 64.41761139553276, + ], + [ + -145.7384912658553, + 64.46036843086986, + ], + [ + -146.00122522882953, + 64.38371731350045, + ], + [ + -146.15664026430474, + 64.38602705284654, + ], + [ + -146.36051033393505, + 64.27301096949319, + ], + [ + -147.00370604657147, + 64.25888395907401, + ], + [ + -147.77360270036894, + 64.25813195091482, + ], + [ + -148.04530981781636, + 64.34246429448173, + ], + [ + -148.24200136386813, + 64.48513098525481, + ], + [ + -148.5481653944925, + 64.61796785508983, + ], + [ + -148.64615224133945, + 64.6009402417709, + ], + [ + -148.66373962410685, + 65.21130229269502, + ], + [ + -147.55035061707662, + 65.21098000348394, + ], + [ + -147.33463598354174, + 65.27323553609162, + ], + [ + -146.94950819355353, + 65.27377268477676, + ], + [ + -146.56868751771245, + 65.3447300260837, + ], + [ + -146.4035814754062, + 65.42009198660878, + ], + [ + -146.17925261357712, + 65.4532877753504, + ], + [ + -145.99476455760885, + 65.40660955461178, + ], + [ + -146.13761717682164, + 65.30981536154962, + ], + [ + -146.07803543111982, + 65.24525008959584, + ], + [ + -145.61537958648347, + 65.14405127731554, + ], + [ + -145.749617977402, + 65.09823249447314, + ], + [ + -145.646965090229, + 65.03366722251936, + ], + [ + -145.41761126189493, + 65.08485749221316, + ], + [ + -145.20979300429644, + 65.07298650627158, + ], + [ + -144.89178440976752, + 65.13717577414576, + ], + [ + -144.44528024318285, + 65.0622972474373, + ], + [ + -144.32396319470567, + 65.11064062909986, + ], + [ + -143.9783172843994, + 65.11902014858804, + ], + [ + -143.92124802195005, + 65.06100809059296, + ], + [ + -144.1053771517394, + 65.01556531183016, + ], + [ + -143.9919564791986, + 64.97694432136862, + ], + [ + -144.1204520512543, + 64.7983423835597, + ], + [ + -144.04687218457434, + 64.68280170138618, + ], + ], + ], + "type": "Polygon", + }, + "id": "02090", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02240 { + "geometry": { + "coordinates": [ + [ + [ + -141.00210140874026, + 61.90182181381295, + ], + [ + -141.82870839880815, + 61.90101609078525, + ], + [ + -141.83014410352385, + 62.127585406177126, + ], + [ + -141.97838061542052, + 62.165024669531356, + ], + [ + -141.96402356826346, + 62.51062613355017, + ], + [ + -142.13128316764323, + 62.511915290394505, + ], + [ + -142.127693905854, + 62.595173336591145, + ], + [ + -142.32043726393755, + 62.59866480304455, + ], + [ + -142.31505337125364, + 62.683964014244715, + ], + [ + -142.73643270531346, + 62.702012210065405, + ], + [ + -142.84231592809678, + 62.59721450159467, + ], + [ + -143.10504989107102, + 62.61343639188589, + ], + [ + -143.00813982276085, + 62.76598661846553, + ], + [ + -143.16463163677284, + 62.83415078660975, + ], + [ + -143.00167915154017, + 62.99379137583323, + ], + [ + -143.12730331416446, + 63.11588527196547, + ], + [ + -144.57628829849105, + 63.11787272210048, + ], + [ + -145.14877555387892, + 63.13355746370656, + ], + [ + -145.14877555387892, + 63.2222407116231, + ], + [ + -146.11141556576, + 63.221273843989856, + ], + [ + -146.13402791503236, + 63.186466609192806, + ], + [ + -146.4843398656647, + 63.17389732996054, + ], + [ + -146.4897237583486, + 63.482918968521346, + ], + [ + -146.97535087843625, + 63.479749791279026, + ], + [ + -146.97247946900484, + 63.91924484546024, + ], + [ + -147.00370604657147, + 64.25888395907401, + ], + [ + -146.36051033393505, + 64.27301096949319, + ], + [ + -146.15664026430474, + 64.38602705284654, + ], + [ + -146.00122522882953, + 64.38371731350045, + ], + [ + -145.7384912658553, + 64.46036843086986, + ], + [ + -145.53174978679357, + 64.41761139553276, + ], + [ + -145.36090092562455, + 64.48695729078428, + ], + [ + -145.07232427776756, + 64.51306271688206, + ], + [ + -144.9782856188888, + 64.57193421277336, + ], + [ + -144.46250869977132, + 64.58289204595022, + ], + [ + -144.04687218457434, + 64.68280170138618, + ], + [ + -143.75219379167564, + 64.64767217737804, + ], + [ + -143.50597043293203, + 64.7544573359838, + ], + [ + -143.52678815130974, + 64.95825154712576, + ], + [ + -143.100383850745, + 65.11687155384749, + ], + [ + -142.865646129727, + 65.14029123651957, + ], + [ + -142.7489951215759, + 65.21812408099629, + ], + [ + -142.6237298851305, + 65.39925061762537, + ], + [ + -142.46221310461354, + 65.37733495127168, + ], + [ + -142.18117390651403, + 65.4682742236658, + ], + [ + -141.85562786222764, + 65.44576769375846, + ], + [ + -141.38148637986563, + 65.62619593709684, + ], + [ + -141.33482597660517, + 65.71213972671917, + ], + [ + -141.0013835563824, + 65.84411715865798, + ], + [ + -141.00210140874026, + 61.90182181381295, + ], + ], + ], + "type": "Polygon", + }, + "id": "02240", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02185 Object { + "geometry": Object { + "coordinates": Array [ + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02185", + "properties": Object {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02188 { + "geometry": { + "coordinates": [ + [ + [ + -155.29849004156452, + 68.0017359971267, + ], + [ + -155.35268789458243, + 67.7754889709459, + ], + [ + -155.12979473746904, + 67.77495182226076, + ], + [ + -155.13230722072151, + 67.6865908635553, + ], + [ + -154.90474802328208, + 67.68804116500517, + ], + [ + -154.91084976832383, + 67.60177508617176, + ], + [ + -154.68687983267364, + 67.60209737538284, + ], + [ + -154.74753835691223, + 67.51271583417561, + ], + [ + -154.74897406162796, + 67.25440103149198, + ], + [ + -154.30605915683256, + 67.25123185424965, + ], + [ + -154.3024698950433, + 67.16077601567216, + ], + [ + -154.14561915485237, + 67.16185031304242, + ], + [ + -154.14202989306312, + 66.80486129689865, + ], + [ + -154.20197056494385, + 66.71660776793021, + ], + [ + -154.86275366034766, + 66.7169300571413, + ], + [ + -154.865983995958, + 66.56771015240952, + ], + [ + -155.51384574892046, + 66.56926788359642, + ], + [ + -155.56230078307556, + 66.30950277946292, + ], + [ + -155.9815265600618, + 66.31046964709617, + ], + [ + -155.9818854862407, + 66.39802488277392, + ], + [ + -156.19724119359665, + 66.39474827579457, + ], + [ + -156.19616441505988, + 66.47940290857258, + ], + [ + -156.62472227269822, + 66.47875833015041, + ], + [ + -156.62687582977176, + 66.30493701563924, + ], + [ + -157.0514854994419, + 66.30203641273948, + ], + [ + -157.05184442562083, + 66.47875833015041, + ], + [ + -157.89280846284578, + 66.47671716514688, + ], + [ + -157.89460309374041, + 66.12526078046004, + ], + [ + -158.9656388116573, + 66.12343447493056, + ], + [ + -158.96635666401517, + 65.9572943866169, + ], + [ + -159.59519532949452, + 65.95804639477609, + ], + [ + -159.59340069859988, + 65.52268738547045, + ], + [ + -159.80086003001944, + 65.52268738547045, + ], + [ + -159.8044492918087, + 65.43583044308338, + ], + [ + -162.03948260798447, + 65.43808646756096, + ], + [ + -163.75838007886384, + 65.43615273229446, + ], + [ + -163.75873900504274, + 65.60804031153913, + ], + [ + -163.97122330296727, + 65.60836260075021, + ], + [ + -163.97122330296727, + 65.78293592342058, + ], + [ + -164.2472375345618, + 65.78239877473544, + ], + [ + -164.2443661251304, + 66.12918196586156, + ], + [ + -164.31794599181035, + 66.13057855244293, + ], + [ + -164.31974062270498, + 66.47596515698768, + ], + [ + -164.40085793914238, + 66.5810851546695, + ], + [ + -163.83447242879626, + 66.59209670271485, + ], + [ + -163.76196934065308, + 66.45480149879319, + ], + [ + -163.87359538229924, + 66.38900078486358, + ], + [ + -163.83052424082805, + 66.27200980124017, + ], + [ + -163.92492182588575, + 66.21679091640783, + ], + [ + -163.84775269741655, + 66.12209160321771, + ], + [ + -163.63598625184986, + 66.05784862047503, + ], + [ + -163.5013889347524, + 66.08685464947256, + ], + [ + -163.09293094313395, + 66.06295153298385, + ], + [ + -162.7465671804698, + 66.1004982260751, + ], + [ + -162.63135187703438, + 66.03727582583417, + ], + [ + -162.39194811569035, + 66.02873516174046, + ], + [ + -162.03948260798447, + 66.07154591194607, + ], + [ + -161.84350891429057, + 65.9639013154441, + ], + [ + -161.77567186647343, + 66.07374822155515, + ], + [ + -161.48494166154293, + 66.26244855464469, + ], + [ + -161.19923642311738, + 66.2109359957398, + ], + [ + -160.98065038015108, + 66.23924373144666, + ], + [ + -161.15831883871974, + 66.34140941136022, + ], + [ + -161.69455455003603, + 66.39619857724445, + ], + [ + -161.94400824439, + 66.32792697936321, + ], + [ + -161.87437656567826, + 66.50164086413736, + ], + [ + -162.17551562979764, + 66.68776288353823, + ], + [ + -162.47557791538026, + 66.73009019992722, + ], + [ + -162.62704476288727, + 66.85954303304587, + ], + [ + -162.48849925782162, + 66.94446624016643, + ], + [ + -162.32841818202036, + 66.94607768622186, + ], + [ + -162.01399884928068, + 66.77988388303966, + ], + [ + -162.0692734808354, + 66.64570414149179, + ], + [ + -161.90847455267627, + 66.54294759802458, + ], + [ + -161.57431428009565, + 66.43852589363345, + ], + [ + -161.17447051677144, + 66.53693153275103, + ], + [ + -160.78898380060429, + 66.36794455640612, + ], + [ + -160.24664634424624, + 66.38572417788423, + ], + [ + -160.19962701480688, + 66.48079949515393, + ], + [ + -160.31843158003156, + 66.59698475574963, + ], + [ + -160.65295077879114, + 66.58828294705037, + ], + [ + -160.81805682109734, + 66.65494309887619, + ], + [ + -161.13570648944736, + 66.64081608845703, + ], + [ + -161.22651481271578, + 66.54090643302106, + ], + [ + -161.48386488300613, + 66.52559769549458, + ], + [ + -161.87832475364644, + 66.71451288805818, + ], + [ + -161.79505388013547, + 66.87866552623683, + ], + [ + -161.48242917829043, + 66.960097266904, + ], + [ + -161.8320232765649, + 67.05232569614246, + ], + [ + -162.2343795231416, + 66.99452849762145, + ], + [ + -162.60263778272025, + 66.98631012273881, + ], + [ + -162.7422600663227, + 67.05339999351274, + ], + [ + -162.93177308879592, + 67.02310480767088, + ], + [ + -163.7361266557704, + 67.12108072784034, + ], + [ + -163.87862034880422, + 67.416082785719, + ], + [ + -164.1216133719375, + 67.60827458526194, + ], + [ + -164.51535539021995, + 67.72000151177097, + ], + [ + -165.3599086892342, + 68.02805628269854, + ], + [ + -164.49453767184224, + 68.02429624190256, + ], + [ + -164.49992156452612, + 68.22744587462235, + ], + [ + -162.7207244955871, + 68.23270993173672, + ], + [ + -162.7207244955871, + 68.30103524448648, + ], + [ + -161.99569361415544, + 68.29217229118167, + ], + [ + -161.99318113090294, + 68.22325611487827, + ], + [ + -161.51616823910953, + 68.22078523092662, + ], + [ + -161.5201164270777, + 68.28948654775597, + ], + [ + -161.0958656835865, + 68.28932540315043, + ], + [ + -161.08940501236583, + 68.22121494987474, + ], + [ + -160.11850969836945, + 68.22008693763594, + ], + [ + -160.12784177902154, + 68.2872305232784, + ], + [ + -159.72261412301344, + 68.28411506090458, + ], + [ + -159.71615345179276, + 68.21681033065659, + ], + [ + -158.27470591722366, + 68.21192227762182, + ], + [ + -157.15593301750954, + 68.21041826130343, + ], + [ + -157.15054912482563, + 68.12076814575363, + ], + [ + -156.23851770417323, + 68.13075911129722, + ], + [ + -156.2356462947418, + 68.02870086112071, + ], + [ + -155.29884896774345, + 68.02993630309652, + ], + [ + -155.29849004156452, + 68.0017359971267, + ], + ], + ], + "type": "Polygon", + }, + "id": "02188", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02180 Object { + "geometry": Object { + "coordinates": Array [ + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + ], + ], + Array [ + Array [ + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + [Array], + ], + ], + ], + "type": "MultiPolygon", + }, + "id": "02180", + "properties": Object {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -132.72562264887245, + 54.92812786438264, + ], + [ + -132.62835365438332, + 54.87387584718354, + ], + [ + -132.6793211717909, + 54.76886327923875, + ], + [ + -132.81750775067763, + 54.92270266266273, + ], + [ + -132.72562264887245, + 54.92812786438264, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -131.2432575299057, + 55.0026303870115, + ], + [ + -131.19157216014025, + 54.9156660148874, + ], + [ + -131.34698719561547, + 54.85572022162582, + ], + [ + -131.4977361907646, + 54.93097475241388, + ], + [ + -131.2432575299057, + 55.0026303870115, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -132.82791660986652, + 55.190578711941846, + ], + [ + -132.68973003097977, + 55.02787637521306, + ], + [ + -132.75684922643904, + 54.99215598765128, + ], + [ + -132.89360010061006, + 55.038780493521394, + ], + [ + -132.80997030092018, + 55.09571825414619, + ], + [ + -132.82791660986652, + 55.190578711941846, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -133.1075201032503, + 55.24359528716512, + ], + [ + -133.0127635920137, + 55.1280546049916, + ], + [ + -133.03896520307532, + 55.04103651799898, + ], + [ + -132.71629056822033, + 54.76284721396519, + ], + [ + -132.67609083618055, + 54.680878324612884, + ], + [ + -132.84299150938142, + 54.69156758344716, + ], + [ + -133.07665245186263, + 54.91206711869697, + ], + [ + -133.23816923237956, + 55.10125088560313, + ], + [ + -133.21914614489646, + 55.24107068834497, + ], + [ + -133.1075201032503, + 55.24359528716512, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -131.4851737745022, + 55.24885934427949, + ], + [ + -131.36708706163535, + 55.16544015347731, + ], + [ + -131.37893162553993, + 55.01820769888055, + ], + [ + -131.64633162884024, + 55.03453701890879, + ], + [ + -131.53183417776265, + 55.14927197805461, + ], + [ + -131.60326048736903, + 55.21700642725071, + ], + [ + -131.4851737745022, + 55.24885934427949, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -133.3519488310993, + 55.34737241313409, + ], + [ + -133.22991393026427, + 55.26964699839439, + ], + [ + -133.26508869579908, + 55.21808072462099, + ], + [ + -133.4409625234731, + 55.211634940399314, + ], + [ + -133.4359375569681, + 55.33002251060408, + ], + [ + -133.3519488310993, + 55.34737241313409, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -133.56550990756062, + 55.4147308582506, + ], + [ + -133.46249809420868, + 55.38244822227371, + ], + [ + -133.67318776123858, + 55.29242210264431, + ], + [ + -133.56550990756062, + 55.4147308582506, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -133.4384500402206, + 55.48826651324621, + ], + [ + -133.62042561293637, + 55.45029010120684, + ], + [ + -133.52925836348902, + 55.52763951186694, + ], + [ + -133.4384500402206, + 55.48826651324621, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -133.72559098336185, + 55.55535638402014, + ], + [ + -133.58202051179123, + 55.537469332804996, + ], + [ + -133.6681627947336, + 55.44003056132067, + ], + [ + -133.77332816515909, + 55.49449743799383, + ], + [ + -133.72559098336185, + 55.55535638402014, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -133.35661487142534, + 55.57039654720405, + ], + [ + -133.28770104507146, + 55.501587800637665, + ], + [ + -133.36415232118281, + 55.450773535023465, + ], + [ + -133.4546017182723, + 55.532420135164685, + ], + [ + -133.35661487142534, + 55.57039654720405, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -133.57268843113914, + 55.835640567925985, + ], + [ + -133.33113111272155, + 55.770699291892605, + ], + [ + -133.54397433682502, + 55.778004514010505, + ], + [ + -133.52746373259438, + 55.69517618676198, + ], + [ + -133.6961590366899, + 55.78316114138784, + ], + [ + -133.57268843113914, + 55.835640567925985, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -133.29882775661815, + 55.91347341240271, + ], + [ + -133.2561155413259, + 55.77408332860899, + ], + [ + -133.3587684284989, + 55.84547038886404, + ], + [ + -133.29882775661815, + 55.91347341240271, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -131.42774558587394, + 55.94935494457003, + ], + [ + -131.61331042037898, + 55.92819128637554, + ], + [ + -131.42918129058967, + 55.99737603702151, + ], + [ + -131.42774558587394, + 55.94935494457003, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -133.42840010721065, + 56.16319383612411, + ], + [ + -133.28949567596607, + 56.14922797031048, + ], + [ + -133.29487956864997, + 56.01520937336815, + ], + [ + -133.37958614687665, + 56.035030159849796, + ], + [ + -133.6329880291988, + 55.96761799986478, + ], + [ + -133.71913031214117, + 55.90256929409438, + ], + [ + -133.81137434012533, + 55.940653135870775, + ], + [ + -133.62509165326242, + 56.10588007141971, + ], + [ + -133.42840010721065, + 56.16319383612411, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -133.607504270495, + 56.35662107764287, + ], + [ + -133.44562856379912, + 56.325520168773295, + ], + [ + -133.1764339296042, + 56.32858191627859, + ], + [ + -133.03860627689642, + 56.17882486286167, + ], + [ + -133.10716117707136, + 56.09991772101466, + ], + [ + -132.9696924505425, + 56.00204923058223, + ], + [ + -132.81355956270943, + 56.01633738560694, + ], + [ + -132.63517325178293, + 55.92174550215386, + ], + [ + -132.47150291419243, + 55.78101254664728, + ], + [ + -132.45463338378286, + 55.60933982687667, + ], + [ + -132.35880009400947, + 55.64876654036592, + ], + [ + -132.29814156977088, + 55.54348539807856, + ], + [ + -132.16497995738914, + 55.45120325397158, + ], + [ + -132.47006720947672, + 55.56099644521411, + ], + [ + -132.6681944602442, + 55.48396932376509, + ], + [ + -132.4226889538584, + 55.51544623671427, + ], + [ + -132.36526076523015, + 55.38964601465458, + ], + [ + -132.2579418377311, + 55.41580515562087, + ], + [ + -132.09821968810877, + 55.26588695759842, + ], + [ + -132.2647614351307, + 55.21636184882855, + ], + [ + -132.10180894989804, + 55.197454215111634, + ], + [ + -132.0282290832181, + 55.27695222051229, + ], + [ + -131.99628465329363, + 55.10791152929886, + ], + [ + -132.150981836411, + 55.063489333037815, + ], + [ + -132.00884706955605, + 55.03598732035867, + ], + [ + -131.97259552548448, + 54.90159271933674, + ], + [ + -132.11544814469727, + 54.89842354209442, + ], + [ + -131.96434022336916, + 54.834341703957264, + ], + [ + -132.03002371411273, + 54.70118254491116, + ], + [ + -132.25004546179474, + 54.73889038260796, + ], + [ + -132.41120331613274, + 54.97179805248449, + ], + [ + -132.61256090251055, + 54.9699180320865, + ], + [ + -132.5199579483475, + 55.11172528496335, + ], + [ + -132.63804466121434, + 55.073587728318444, + ], + [ + -132.59066640559604, + 55.171456218750876, + ], + [ + -132.698344259274, + 55.144491354756866, + ], + [ + -132.9585657389958, + 55.26540352378179, + ], + [ + -133.21878721871752, + 55.27958424906947, + ], + [ + -133.2087372857076, + 55.38416709806615, + ], + [ + -133.02424922973933, + 55.38303908582736, + ], + [ + -133.15382158033182, + 55.47258177164013, + ], + [ + -133.06911500210515, + 55.62395027111247, + ], + [ + -133.22668359465393, + 55.57705719089978, + ], + [ + -133.38748252281303, + 55.61981422623689, + ], + [ + -133.15669298976326, + 55.80942771209117, + ], + [ + -133.24211742034777, + 55.88774399038452, + ], + [ + -133.29595634718675, + 56.16491271191655, + ], + [ + -133.58812225683297, + 56.181349461681826, + ], + [ + -133.65524145229224, + 56.28217226988253, + ], + [ + -133.607504270495, + 56.35662107764287, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 02201 { + "geometry": { + "coordinates": [ + [ + [ + -132.22456170309093, + 55.74094125473587, + ], + [ + -132.1000143190034, + 55.64506021443845, + ], + [ + -131.9657759280849, + 55.69979566545418, + ], + [ + -131.94065109556, + 55.802820783263954, + ], + [ + -132.03827901622805, + 55.86067169665349, + ], + [ + -131.8893246519735, + 55.92448496044807, + ], + [ + -131.8703015644904, + 56.017895116793845, + ], + [ + -131.68150639437505, + 56.088422739152676, + ], + [ + -131.48983981482826, + 56.01225505559988, + ], + [ + -131.3581139071622, + 56.00919330809459, + ], + [ + -131.43600088798925, + 56.13424152199508, + ], + [ + -131.24828249641067, + 56.201009103557936, + ], + [ + -131.0867657158937, + 56.197786211447095, + ], + [ + -130.99057349994138, + 56.28227969961955, + ], + [ + -131.0677426284106, + 56.40351415785556, + ], + [ + -130.78203738998505, + 56.36682690266053, + ], + [ + -130.6233920188995, + 56.26686353235605, + ], + [ + -130.4683359096032, + 56.243067845604365, + ], + [ + -130.4259826204899, + 56.14154674411298, + ], + [ + -130.24616060484766, + 56.09637253969274, + ], + [ + -130.10402583799276, + 56.12280025500161, + ], + [ + -130.0035265078933, + 56.00806529585579, + ], + [ + -130.00388543407223, + 55.907457347129146, + ], + [ + -130.15248087214783, + 55.76629467267446, + ], + [ + -130.12807389198082, + 55.58103209116982, + ], + [ + -129.97409456122134, + 55.281893988415575, + ], + [ + -130.10294905945597, + 55.19261987694537, + ], + [ + -130.18765563768264, + 55.06284475461565, + ], + [ + -130.34594208258926, + 54.91770717989093, + ], + [ + -130.6571310797186, + 54.77273074977175, + ], + [ + -130.73358235582995, + 54.87650787574072, + ], + [ + -130.83623524300296, + 54.765855246601966, + ], + [ + -130.9327863851342, + 54.801468204426726, + ], + [ + -131.007084104172, + 55.02664093323724, + ], + [ + -130.83121027649798, + 55.11720420155178, + ], + [ + -131.02395363458155, + 55.09158220927062, + ], + [ + -131.0799461184941, + 55.19621877313581, + ], + [ + -130.87105108235883, + 55.31272632294259, + ], + [ + -130.89832947195725, + 55.713331812319694, + ], + [ + -131.2166969926651, + 55.98663306331872, + ], + [ + -131.39113511562343, + 55.96138707511716, + ], + [ + -131.41697780050615, + 56.00806529585579, + ], + [ + -131.7579576704864, + 55.87753816536687, + ], + [ + -131.9000924373413, + 55.871199810882224, + ], + [ + -131.77662183179058, + 55.782516562965675, + ], + [ + -131.97223659930557, + 55.49874091260643, + ], + [ + -132.18328519251438, + 55.58812245381366, + ], + [ + -132.22456170309093, + 55.74094125473587, + ], + ], + ], + "type": "Polygon", + }, + "id": "02201", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72125 { + "geometry": { + "coordinates": [ + [ + [ + -67.04500331474121, + 18.17636111226313, + ], + [ + -66.97788411928194, + 18.143756187075155, + ], + [ + -66.98326801196583, + 18.05249462546994, + ], + [ + -67.10889217459014, + 18.056093521660376, + ], + [ + -67.10279042954839, + 18.105081481745106, + ], + [ + -67.08735660385454, + 18.14869795497844, + ], + [ + -67.04500331474121, + 18.17636111226313, + ], + ], + ], + "type": "Polygon", + }, + "id": "72125", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72003 { + "geometry": { + "coordinates": [ + [ + [ + -67.13222237622037, + 18.38934056592098, + ], + [ + -67.1300688191468, + 18.317899790797412, + ], + [ + -67.18283096744901, + 18.313011737762643, + ], + [ + -67.23918237754049, + 18.37521355550181, + ], + [ + -67.15914183963986, + 18.414908843333624, + ], + [ + -67.13222237622037, + 18.38934056592098, + ], + ], + ], + "type": "Polygon", + }, + "id": "72003", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72097 { + "geometry": { + "coordinates": [ + [ + [ + -67.08197271117065, + 18.254945964899054, + ], + [ + -67.01808385132172, + 18.187856094125117, + ], + [ + -67.04500331474121, + 18.17636111226313, + ], + [ + -67.08735660385454, + 18.14869795497844, + ], + [ + -67.15985969199771, + 18.153156289065098, + ], + [ + -67.1799595580176, + 18.167981592774954, + ], + [ + -67.1867791554172, + 18.266655806235097, + ], + [ + -67.08197271117065, + 18.254945964899054, + ], + ], + ], + "type": "Polygon", + }, + "id": "72097", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72065 { + "geometry": { + "coordinates": [ + [ + [ + -66.76504089517849, + 18.48361016016298, + ], + [ + -66.77006586168345, + 18.325097583178284, + ], + [ + -66.826058345596, + 18.323324992517325, + ], + [ + -66.82426371470137, + 18.342930919524917, + ], + [ + -66.8368261309638, + 18.48726277122193, + ], + [ + -66.76504089517849, + 18.48361016016298, + ], + ], + ], + "type": "Polygon", + }, + "id": "72065", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72055 { + "geometry": { + "coordinates": [ + [ + [ + -66.88456331276103, + 18.02483146818525, + ], + [ + -66.85943848023618, + 17.954572420168994, + ], + [ + -66.98111445489228, + 17.952316395691405, + ], + [ + -66.95886103179883, + 18.032405264645718, + ], + [ + -66.88456331276103, + 18.02483146818525, + ], + ], + ], + "type": "Polygon", + }, + "id": "72055", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72083 { + "geometry": { + "coordinates": [ + [ + [ + -66.90789351439126, + 18.252313936341867, + ], + [ + -66.89856143373916, + 18.187856094125117, + ], + [ + -67.01808385132172, + 18.187856094125117, + ], + [ + -67.08197271117065, + 18.254945964899054, + ], + [ + -67.03782479116268, + 18.289592055090555, + ], + [ + -66.90789351439126, + 18.252313936341867, + ], + ], + ], + "type": "Polygon", + }, + "id": "72083", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72025 { + "geometry": { + "coordinates": [ + [ + [ + -66.04144571846251, + 18.312259729603447, + ], + [ + -66.02206370480047, + 18.30538422643366, + ], + [ + -65.99406746284421, + 18.208536318502993, + ], + [ + -66.05257243000923, + 18.113461001233283, + ], + [ + -66.0952846453015, + 18.168948460408203, + ], + [ + -66.11789699457387, + 18.20987919021584, + ], + [ + -66.06621162480845, + 18.303128201956074, + ], + [ + -66.04144571846251, + 18.312259729603447, + ], + ], + ], + "type": "Polygon", + }, + "id": "72025", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72045 { + "geometry": { + "coordinates": [ + [ + [ + -66.20403927751626, + 18.276431912304638, + ], + [ + -66.19075900889597, + 18.25870600569503, + ], + [ + -66.16922343816037, + 18.224221060109066, + ], + [ + -66.24064974776677, + 18.18463320201428, + ], + [ + -66.26649243264947, + 18.24527728856654, + ], + [ + -66.20403927751626, + 18.276431912304638, + ], + ], + ], + "type": "Polygon", + }, + "id": "72045", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72133 { + "geometry": { + "coordinates": [ + [ + [ + -66.42585565609288, + 18.041429362556066, + ], + [ + -66.33109914485625, + 18.01586108514342, + ], + [ + -66.33791874225587, + 17.97815324744662, + ], + [ + -66.45205726715452, + 17.98218186258517, + ], + [ + -66.42585565609288, + 18.041429362556066, + ], + ], + ], + "type": "Polygon", + }, + "id": "72133", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72121 { + "geometry": { + "coordinates": [ + [ + [ + -66.88456331276103, + 18.02483146818525, + ], + [ + -66.95886103179883, + 18.032405264645718, + ], + [ + -66.98326801196583, + 18.05249462546994, + ], + [ + -66.97788411928194, + 18.143756187075155, + ], + [ + -66.92619874951652, + 18.15111512406157, + ], + [ + -66.88456331276103, + 18.02483146818525, + ], + ], + ], + "type": "Polygon", + }, + "id": "72121", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72027 { + "geometry": { + "coordinates": [ + [ + [ + -66.8368261309638, + 18.48726277122193, + ], + [ + -66.82426371470137, + 18.342930919524917, + ], + [ + -66.89317754105527, + 18.367048895487684, + ], + [ + -66.8989203599181, + 18.36613574272295, + ], + [ + -66.90143284317058, + 18.483825019637035, + ], + [ + -66.8368261309638, + 18.48726277122193, + ], + ], + ], + "type": "Polygon", + }, + "id": "72027", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72001 { + "geometry": { + "coordinates": [ + [ + [ + -66.6706433101208, + 18.152833999854018, + ], + [ + -66.69397351175103, + 18.130542329420724, + ], + [ + -66.76898908314668, + 18.134946948638866, + ], + [ + -66.7977031774608, + 18.133442932320477, + ], + [ + -66.82713512413278, + 18.17131191462282, + ], + [ + -66.81744411730176, + 18.230022265908577, + ], + [ + -66.69361458557209, + 18.21691583799117, + ], + [ + -66.6706433101208, + 18.152833999854018, + ], + ], + ], + "type": "Polygon", + }, + "id": "72001", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72111 { + "geometry": { + "coordinates": [ + [ + [ + -66.69397351175103, + 18.130542329420724, + ], + [ + -66.69899847825599, + 17.97761609876148, + ], + [ + -66.75427310981068, + 17.998994616430036, + ], + [ + -66.76898908314668, + 18.134946948638866, + ], + [ + -66.69397351175103, + 18.130542329420724, + ], + ], + ], + "type": "Polygon", + }, + "id": "72111", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72047 { + "geometry": { + "coordinates": [ + [ + [ + -66.27797807037513, + 18.32993192134454, + ], + [ + -66.31315283590993, + 18.249305903705086, + ], + [ + -66.35084008469723, + 18.24119495855948, + ], + [ + -66.37775954811671, + 18.2939966743087, + ], + [ + -66.36519713185429, + 18.333154813455376, + ], + [ + -66.31889565477276, + 18.36737118469877, + ], + [ + -66.27797807037513, + 18.32993192134454, + ], + ], + ], + "type": "Polygon", + }, + "id": "72047", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72091 { + "geometry": { + "coordinates": [ + [ + [ + -66.43877699853422, + 18.485705040035022, + ], + [ + -66.4438019650392, + 18.370970080889204, + ], + [ + -66.46318397870124, + 18.37145351470583, + ], + [ + -66.53353350977085, + 18.351310439013098, + ], + [ + -66.54322451660187, + 18.40534759673814, + ], + [ + -66.5342513621287, + 18.4802261234466, + ], + [ + -66.43877699853422, + 18.485705040035022, + ], + ], + ], + "type": "Polygon", + }, + "id": "72091", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72013 { + "geometry": { + "coordinates": [ + [ + [ + -66.58665458425197, + 18.484684457533255, + ], + [ + -66.58809028896768, + 18.38934056592098, + ], + [ + -66.5909616983991, + 18.33804286649015, + ], + [ + -66.6071133764508, + 18.32815933068358, + ], + [ + -66.77006586168345, + 18.325097583178284, + ], + [ + -66.76504089517849, + 18.48361016016298, + ], + [ + -66.58665458425197, + 18.484684457533255, + ], + ], + ], + "type": "Polygon", + }, + "id": "72013", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72145 { + "geometry": { + "coordinates": [ + [ + [ + -66.34976330616044, + 18.48387873450555, + ], + [ + -66.37704169575886, + 18.344220076369254, + ], + [ + -66.4438019650392, + 18.370970080889204, + ], + [ + -66.43877699853422, + 18.485705040035022, + ], + [ + -66.34976330616044, + 18.48387873450555, + ], + ], + ], + "type": "Polygon", + }, + "id": "72145", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72031 { + "geometry": { + "coordinates": [ + [ + [ + -65.91905189144855, + 18.4001909693608, + ], + [ + -65.91869296526963, + 18.27020098755702, + ], + [ + -65.94238209307878, + 18.293513240492075, + ], + [ + -65.99945135552811, + 18.37999417879955, + ], + [ + -66.03642075195754, + 18.450199511947297, + ], + [ + -65.9926317581285, + 18.45761216380222, + ], + [ + -65.91905189144855, + 18.4001909693608, + ], + ], + ], + "type": "Polygon", + }, + "id": "72031", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72061 { + "geometry": { + "coordinates": [ + [ + [ + -66.10784706156393, + 18.42925071322685, + ], + [ + -66.08056867196551, + 18.297273281288053, + ], + [ + -66.14373967945659, + 18.27960108954696, + ], + [ + -66.13153618937308, + 18.42463123453465, + ], + [ + -66.11323095424783, + 18.440315976140727, + ], + [ + -66.10784706156393, + 18.42925071322685, + ], + ], + ], + "type": "Polygon", + }, + "id": "72061", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72129 { + "geometry": { + "coordinates": [ + [ + [ + -65.95099632137301, + 18.22927025774938, + ], + [ + -65.92838397210065, + 18.14284303431042, + ], + [ + -65.92623041502709, + 18.11990678545496, + ], + [ + -66.0102191408959, + 18.075484589193916, + ], + [ + -66.05185457765138, + 18.109862105042847, + ], + [ + -66.05257243000923, + 18.113461001233283, + ], + [ + -65.99406746284421, + 18.208536318502993, + ], + [ + -65.95099632137301, + 18.22927025774938, + ], + ], + ], + "type": "Polygon", + }, + "id": "72129", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72075 { + "geometry": { + "coordinates": [ + [ + [ + -66.52204787204519, + 18.151974561957793, + ], + [ + -66.43052169641892, + 18.081984088284102, + ], + [ + -66.42585565609288, + 18.041429362556066, + ], + [ + -66.45205726715452, + 17.98218186258517, + ], + [ + -66.53891740245474, + 17.974124632308072, + ], + [ + -66.55291552343287, + 18.15208199169482, + ], + [ + -66.54717270457006, + 18.153102574196584, + ], + [ + -66.52204787204519, + 18.151974561957793, + ], + ], + ], + "type": "Polygon", + }, + "id": "72075", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72063 { + "geometry": { + "coordinates": [ + [ + [ + -65.94238209307878, + 18.293513240492075, + ], + [ + -65.91869296526963, + 18.27020098755702, + ], + [ + -65.95099632137301, + 18.22927025774938, + ], + [ + -65.99406746284421, + 18.208536318502993, + ], + [ + -66.02206370480047, + 18.30538422643366, + ], + [ + -65.94238209307878, + 18.293513240492075, + ], + ], + ], + "type": "Polygon", + }, + "id": "72063", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72073 { + "geometry": { + "coordinates": [ + [ + [ + -66.54322451660187, + 18.163039824871667, + ], + [ + -66.54717270457006, + 18.153102574196584, + ], + [ + -66.55291552343287, + 18.15208199169482, + ], + [ + -66.64946666556413, + 18.15885006512758, + ], + [ + -66.56655471823208, + 18.2986161530009, + ], + [ + -66.54322451660187, + 18.163039824871667, + ], + ], + ], + "type": "Polygon", + }, + "id": "72073", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72143 { + "geometry": { + "coordinates": [ + [ + [ + -66.31494746680457, + 18.475338070411826, + ], + [ + -66.30382075525785, + 18.38407650880661, + ], + [ + -66.31889565477276, + 18.36737118469877, + ], + [ + -66.36519713185429, + 18.333154813455376, + ], + [ + -66.37704169575886, + 18.344220076369254, + ], + [ + -66.34976330616044, + 18.48387873450555, + ], + [ + -66.31494746680457, + 18.475338070411826, + ], + ], + ], + "type": "Polygon", + }, + "id": "72143", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72011 { + "geometry": { + "coordinates": [ + [ + [ + -67.05254076449867, + 18.306673383277996, + ], + [ + -67.03782479116268, + 18.289592055090555, + ], + [ + -67.08197271117065, + 18.254945964899054, + ], + [ + -67.1867791554172, + 18.266655806235097, + ], + [ + -67.22518425656234, + 18.29721956641954, + ], + [ + -67.18283096744901, + 18.313011737762643, + ], + [ + -67.1300688191468, + 18.317899790797412, + ], + [ + -67.05254076449867, + 18.306673383277996, + ], + ], + ], + "type": "Polygon", + }, + "id": "72011", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72081 { + "geometry": { + "coordinates": [ + [ + [ + -66.82426371470137, + 18.342930919524917, + ], + [ + -66.826058345596, + 18.323324992517325, + ], + [ + -66.81744411730176, + 18.230022265908577, + ], + [ + -66.82713512413278, + 18.17131191462282, + ], + [ + -66.8368261309638, + 18.170613621332137, + ], + [ + -66.89856143373916, + 18.187856094125117, + ], + [ + -66.90789351439126, + 18.252313936341867, + ], + [ + -66.89317754105527, + 18.367048895487684, + ], + [ + -66.82426371470137, + 18.342930919524917, + ], + ], + ], + "type": "Polygon", + }, + "id": "72081", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72079 { + "geometry": { + "coordinates": [ + [ + [ + -66.98326801196583, + 18.05249462546994, + ], + [ + -66.95886103179883, + 18.032405264645718, + ], + [ + -66.98111445489228, + 17.952316395691405, + ], + [ + -67.10996895312692, + 17.9461391858123, + ], + [ + -67.10889217459014, + 18.056093521660376, + ], + [ + -66.98326801196583, + 18.05249462546994, + ], + ], + ], + "type": "Polygon", + }, + "id": "72079", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72009 { + "geometry": { + "coordinates": [ + [ + [ + -66.2169606199576, + 18.14321903839002, + ], + [ + -66.22449806971507, + 18.09525166080705, + ], + [ + -66.25751927817632, + 18.075806878404997, + ], + [ + -66.31494746680457, + 18.15208199169482, + ], + [ + -66.24280330484032, + 18.18028229766465, + ], + [ + -66.2169606199576, + 18.14321903839002, + ], + ], + ], + "type": "Polygon", + }, + "id": "72009", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72099 { + "geometry": { + "coordinates": [ + [ + [ + -67.05648895246686, + 18.46072762617603, + ], + [ + -67.0274159319738, + 18.39353032566507, + ], + [ + -67.05254076449867, + 18.306673383277996, + ], + [ + -67.1300688191468, + 18.317899790797412, + ], + [ + -67.13222237622037, + 18.38934056592098, + ], + [ + -67.05648895246686, + 18.46072762617603, + ], + ], + ], + "type": "Polygon", + }, + "id": "72099", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72023 { + "geometry": { + "coordinates": [ + [ + [ + -67.15985969199771, + 18.153156289065098, + ], + [ + -67.10279042954839, + 18.105081481745106, + ], + [ + -67.10889217459014, + 18.056093521660376, + ], + [ + -67.10996895312692, + 17.9461391858123, + ], + [ + -67.21082720940528, + 17.994643712080407, + ], + [ + -67.1799595580176, + 18.167981592774954, + ], + [ + -67.15985969199771, + 18.153156289065098, + ], + ], + ], + "type": "Polygon", + }, + "id": "72023", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72109 { + "geometry": { + "coordinates": [ + [ + [ + -66.0102191408959, + 18.075484589193916, + ], + [ + -65.9886835701603, + 18.058940409691616, + ], + [ + -65.90936088461754, + 17.98046298679272, + ], + [ + -66.01991014772692, + 17.978744111000275, + ], + [ + -66.08236330286014, + 18.032888698462344, + ], + [ + -66.05329028236709, + 18.107230076485664, + ], + [ + -66.05185457765138, + 18.109862105042847, + ], + [ + -66.0102191408959, + 18.075484589193916, + ], + ], + ], + "type": "Polygon", + }, + "id": "72109", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72101 { + "geometry": { + "coordinates": [ + [ + [ + -66.37704169575886, + 18.344220076369254, + ], + [ + -66.36519713185429, + 18.333154813455376, + ], + [ + -66.37775954811671, + 18.2939966743087, + ], + [ + -66.45564652894377, + 18.25773913806178, + ], + [ + -66.46318397870124, + 18.37145351470583, + ], + [ + -66.4438019650392, + 18.370970080889204, + ], + [ + -66.37704169575886, + 18.344220076369254, + ], + ], + ], + "type": "Polygon", + }, + "id": "72101", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72005 { + "geometry": { + "coordinates": [ + [ + [ + -67.05648895246686, + 18.46072762617603, + ], + [ + -67.13222237622037, + 18.38934056592098, + ], + [ + -67.15914183963986, + 18.414908843333624, + ], + [ + -67.10279042954839, + 18.512884763503084, + ], + [ + -67.05648895246686, + 18.46072762617603, + ], + ], + ], + "type": "Polygon", + }, + "id": "72005", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72059 { + "geometry": { + "coordinates": [ + [ + [ + -66.76898908314668, + 18.134946948638866, + ], + [ + -66.75427310981068, + 17.998994616430036, + ], + [ + -66.85225995665763, + 17.954894709380074, + ], + [ + -66.7977031774608, + 18.133442932320477, + ], + [ + -66.76898908314668, + 18.134946948638866, + ], + ], + ], + "type": "Polygon", + }, + "id": "72059", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72021 { + "geometry": { + "coordinates": [ + [ + [ + -66.13153618937308, + 18.42463123453465, + ], + [ + -66.14373967945659, + 18.27960108954696, + ], + [ + -66.19075900889597, + 18.25870600569503, + ], + [ + -66.20403927751626, + 18.276431912304638, + ], + [ + -66.20691068694767, + 18.31687920829565, + ], + [ + -66.19686075393771, + 18.389179421315436, + ], + [ + -66.1695823643393, + 18.431023303887812, + ], + [ + -66.13153618937308, + 18.42463123453465, + ], + ], + ], + "type": "Polygon", + }, + "id": "72021", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72141 { + "geometry": { + "coordinates": [ + [ + [ + -66.6071133764508, + 18.32815933068358, + ], + [ + -66.56655471823208, + 18.2986161530009, + ], + [ + -66.64946666556413, + 18.15885006512758, + ], + [ + -66.6706433101208, + 18.152833999854018, + ], + [ + -66.69361458557209, + 18.21691583799117, + ], + [ + -66.81744411730176, + 18.230022265908577, + ], + [ + -66.826058345596, + 18.323324992517325, + ], + [ + -66.77006586168345, + 18.325097583178284, + ], + [ + -66.6071133764508, + 18.32815933068358, + ], + ], + ], + "type": "Polygon", + }, + "id": "72141", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72041 { + "geometry": { + "coordinates": [ + [ + [ + -66.11789699457387, + 18.20987919021584, + ], + [ + -66.0952846453015, + 18.168948460408203, + ], + [ + -66.2169606199576, + 18.14321903839002, + ], + [ + -66.24280330484032, + 18.18028229766465, + ], + [ + -66.24064974776677, + 18.18463320201428, + ], + [ + -66.16922343816037, + 18.224221060109066, + ], + [ + -66.11789699457387, + 18.20987919021584, + ], + ], + ], + "type": "Polygon", + }, + "id": "72041", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72123 { + "geometry": { + "coordinates": [ + [ + [ + -66.16599310255003, + 18.050077456386813, + ], + [ + -66.20619283458981, + 17.96241479097203, + ], + [ + -66.33791874225587, + 17.97815324744662, + ], + [ + -66.33109914485625, + 18.01586108514342, + ], + [ + -66.25751927817632, + 18.075806878404997, + ], + [ + -66.22449806971507, + 18.09525166080705, + ], + [ + -66.16599310255003, + 18.050077456386813, + ], + ], + ], + "type": "Polygon", + }, + "id": "72123", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72131 { + "geometry": { + "coordinates": [ + [ + [ + -66.91866129975905, + 18.393369181059526, + ], + [ + -66.8989203599181, + 18.36613574272295, + ], + [ + -66.89317754105527, + 18.367048895487684, + ], + [ + -66.90789351439126, + 18.252313936341867, + ], + [ + -67.03782479116268, + 18.289592055090555, + ], + [ + -67.05254076449867, + 18.306673383277996, + ], + [ + -67.0274159319738, + 18.39353032566507, + ], + [ + -66.91866129975905, + 18.393369181059526, + ], + ], + ], + "type": "Polygon", + }, + "id": "72131", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72035 { + "geometry": { + "coordinates": [ + [ + [ + -66.05257243000923, + 18.113461001233283, + ], + [ + -66.05185457765138, + 18.109862105042847, + ], + [ + -66.05329028236709, + 18.107230076485664, + ], + [ + -66.16599310255003, + 18.050077456386813, + ], + [ + -66.22449806971507, + 18.09525166080705, + ], + [ + -66.2169606199576, + 18.14321903839002, + ], + [ + -66.0952846453015, + 18.168948460408203, + ], + [ + -66.05257243000923, + 18.113461001233283, + ], + ], + ], + "type": "Polygon", + }, + "id": "72035", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72135 { + "geometry": { + "coordinates": [ + [ + [ + -66.19686075393771, + 18.389179421315436, + ], + [ + -66.20691068694767, + 18.31687920829565, + ], + [ + -66.27797807037513, + 18.32993192134454, + ], + [ + -66.31889565477276, + 18.36737118469877, + ], + [ + -66.30382075525785, + 18.38407650880661, + ], + [ + -66.25249431167134, + 18.3948194825094, + ], + [ + -66.19686075393771, + 18.389179421315436, + ], + ], + ], + "type": "Polygon", + }, + "id": "72135", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72115 { + "geometry": { + "coordinates": [ + [ + [ + -66.90143284317058, + 18.483825019637035, + ], + [ + -66.8989203599181, + 18.36613574272295, + ], + [ + -66.91866129975905, + 18.393369181059526, + ], + [ + -66.95778425326205, + 18.48855192806626, + ], + [ + -66.90143284317058, + 18.483825019637035, + ], + ], + ], + "type": "Polygon", + }, + "id": "72115", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72054 { + "geometry": { + "coordinates": [ + [ + [ + -66.54322451660187, + 18.40534759673814, + ], + [ + -66.53353350977085, + 18.351310439013098, + ], + [ + -66.5909616983991, + 18.33804286649015, + ], + [ + -66.58809028896768, + 18.38934056592098, + ], + [ + -66.54322451660187, + 18.40534759673814, + ], + ], + ], + "type": "Polygon", + }, + "id": "72054", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72105 { + "geometry": { + "coordinates": [ + [ + [ + -66.20691068694767, + 18.31687920829565, + ], + [ + -66.20403927751626, + 18.276431912304638, + ], + [ + -66.26649243264947, + 18.24527728856654, + ], + [ + -66.31315283590993, + 18.249305903705086, + ], + [ + -66.27797807037513, + 18.32993192134454, + ], + [ + -66.20691068694767, + 18.31687920829565, + ], + ], + ], + "type": "Polygon", + }, + "id": "72105", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72017 { + "geometry": { + "coordinates": [ + [ + [ + -66.5342513621287, + 18.4802261234466, + ], + [ + -66.54322451660187, + 18.40534759673814, + ], + [ + -66.58809028896768, + 18.38934056592098, + ], + [ + -66.58665458425197, + 18.484684457533255, + ], + [ + -66.5342513621287, + 18.4802261234466, + ], + ], + ], + "type": "Polygon", + }, + "id": "72017", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72127 { + "geometry": { + "coordinates": [ + [ + [ + -66.03642075195754, + 18.450199511947297, + ], + [ + -65.99945135552811, + 18.37999417879955, + ], + [ + -66.04144571846251, + 18.312259729603447, + ], + [ + -66.06621162480845, + 18.303128201956074, + ], + [ + -66.08056867196551, + 18.297273281288053, + ], + [ + -66.10784706156393, + 18.42925071322685, + ], + [ + -66.03642075195754, + 18.450199511947297, + ], + ], + ], + "type": "Polygon", + }, + "id": "72127", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72139 { + "geometry": { + "coordinates": [ + [ + [ + -65.99945135552811, + 18.37999417879955, + ], + [ + -65.94238209307878, + 18.293513240492075, + ], + [ + -66.02206370480047, + 18.30538422643366, + ], + [ + -66.04144571846251, + 18.312259729603447, + ], + [ + -65.99945135552811, + 18.37999417879955, + ], + ], + ], + "type": "Polygon", + }, + "id": "72139", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72057 { + "geometry": { + "coordinates": [ + [ + [ + -66.05329028236709, + 18.107230076485664, + ], + [ + -66.08236330286014, + 18.032888698462344, + ], + [ + -66.07015981277664, + 17.96714169940126, + ], + [ + -66.20619283458981, + 17.96241479097203, + ], + [ + -66.16599310255003, + 18.050077456386813, + ], + [ + -66.05329028236709, + 18.107230076485664, + ], + ], + ], + "type": "Polygon", + }, + "id": "72057", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72153 { + "geometry": { + "coordinates": [ + [ + [ + -66.82713512413278, + 18.17131191462282, + ], + [ + -66.7977031774608, + 18.133442932320477, + ], + [ + -66.85225995665763, + 17.954894709380074, + ], + [ + -66.85943848023618, + 17.954572420168994, + ], + [ + -66.88456331276103, + 18.02483146818525, + ], + [ + -66.92619874951652, + 18.15111512406157, + ], + [ + -66.8368261309638, + 18.170613621332137, + ], + [ + -66.82713512413278, + 18.17131191462282, + ], + ], + ], + "type": "Polygon", + }, + "id": "72153", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72043 { + "geometry": { + "coordinates": [ + [ + [ + -66.44416089121813, + 18.1766296866057, + ], + [ + -66.37381136014852, + 18.173567939100405, + ], + [ + -66.31494746680457, + 18.15208199169482, + ], + [ + -66.25751927817632, + 18.075806878404997, + ], + [ + -66.33109914485625, + 18.01586108514342, + ], + [ + -66.42585565609288, + 18.041429362556066, + ], + [ + -66.43052169641892, + 18.081984088284102, + ], + [ + -66.44416089121813, + 18.1766296866057, + ], + ], + ], + "type": "Polygon", + }, + "id": "72043", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72149 { + "geometry": { + "coordinates": [ + [ + [ + -66.44416089121813, + 18.1766296866057, + ], + [ + -66.43052169641892, + 18.081984088284102, + ], + [ + -66.52204787204519, + 18.151974561957793, + ], + [ + -66.44416089121813, + 18.1766296866057, + ], + ], + ], + "type": "Polygon", + }, + "id": "72149", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72039 { + "geometry": { + "coordinates": [ + [ + [ + -66.46318397870124, + 18.37145351470583, + ], + [ + -66.45564652894377, + 18.25773913806178, + ], + [ + -66.54322451660187, + 18.163039824871667, + ], + [ + -66.56655471823208, + 18.2986161530009, + ], + [ + -66.6071133764508, + 18.32815933068358, + ], + [ + -66.5909616983991, + 18.33804286649015, + ], + [ + -66.53353350977085, + 18.351310439013098, + ], + [ + -66.46318397870124, + 18.37145351470583, + ], + ], + ], + "type": "Polygon", + }, + "id": "72039", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72113 { + "geometry": { + "coordinates": [ + [ + [ + -66.55291552343287, + 18.15208199169482, + ], + [ + -66.53891740245474, + 17.974124632308072, + ], + [ + -66.69899847825599, + 17.97761609876148, + ], + [ + -66.69397351175103, + 18.130542329420724, + ], + [ + -66.6706433101208, + 18.152833999854018, + ], + [ + -66.64946666556413, + 18.15885006512758, + ], + [ + -66.55291552343287, + 18.15208199169482, + ], + ], + ], + "type": "Polygon", + }, + "id": "72113", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72107 { + "geometry": { + "coordinates": [ + [ + [ + -66.35084008469723, + 18.24119495855948, + ], + [ + -66.37381136014852, + 18.173567939100405, + ], + [ + -66.44416089121813, + 18.1766296866057, + ], + [ + -66.52204787204519, + 18.151974561957793, + ], + [ + -66.54717270457006, + 18.153102574196584, + ], + [ + -66.54322451660187, + 18.163039824871667, + ], + [ + -66.45564652894377, + 18.25773913806178, + ], + [ + -66.37775954811671, + 18.2939966743087, + ], + [ + -66.35084008469723, + 18.24119495855948, + ], + ], + ], + "type": "Polygon", + }, + "id": "72107", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72071 { + "geometry": { + "coordinates": [ + [ + [ + -66.95778425326205, + 18.48855192806626, + ], + [ + -66.91866129975905, + 18.393369181059526, + ], + [ + -67.0274159319738, + 18.39353032566507, + ], + [ + -67.05648895246686, + 18.46072762617603, + ], + [ + -67.10279042954839, + 18.512884763503084, + ], + [ + -66.95778425326205, + 18.48855192806626, + ], + ], + ], + "type": "Polygon", + }, + "id": "72071", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72007 { + "geometry": { + "coordinates": [ + [ + [ + -66.06621162480845, + 18.303128201956074, + ], + [ + -66.11789699457387, + 18.20987919021584, + ], + [ + -66.16922343816037, + 18.224221060109066, + ], + [ + -66.19075900889597, + 18.25870600569503, + ], + [ + -66.14373967945659, + 18.27960108954696, + ], + [ + -66.08056867196551, + 18.297273281288053, + ], + [ + -66.06621162480845, + 18.303128201956074, + ], + ], + ], + "type": "Polygon", + }, + "id": "72007", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72019 { + "geometry": { + "coordinates": [ + [ + [ + -66.26649243264947, + 18.24527728856654, + ], + [ + -66.24064974776677, + 18.18463320201428, + ], + [ + -66.24280330484032, + 18.18028229766465, + ], + [ + -66.31494746680457, + 18.15208199169482, + ], + [ + -66.37381136014852, + 18.173567939100405, + ], + [ + -66.35084008469723, + 18.24119495855948, + ], + [ + -66.31315283590993, + 18.249305903705086, + ], + [ + -66.26649243264947, + 18.24527728856654, + ], + ], + ], + "type": "Polygon", + }, + "id": "72019", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72093 { + "geometry": { + "coordinates": [ + [ + [ + -66.89856143373916, + 18.187856094125117, + ], + [ + -66.8368261309638, + 18.170613621332137, + ], + [ + -66.92619874951652, + 18.15111512406157, + ], + [ + -66.97788411928194, + 18.143756187075155, + ], + [ + -67.04500331474121, + 18.17636111226313, + ], + [ + -67.01808385132172, + 18.187856094125117, + ], + [ + -66.89856143373916, + 18.187856094125117, + ], + ], + ], + "type": "Polygon", + }, + "id": "72093", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72151 { + "geometry": { + "coordinates": [ + [ + [ + -65.877775380872, + 18.118187909662513, + ], + [ + -65.7966580644346, + 18.069790813131434, + ], + [ + -65.85049699127357, + 18.01140275105676, + ], + [ + -65.9886835701603, + 18.058940409691616, + ], + [ + -66.0102191408959, + 18.075484589193916, + ], + [ + -65.92623041502709, + 18.11990678545496, + ], + [ + -65.877775380872, + 18.118187909662513, + ], + ], + ], + "type": "Polygon", + }, + "id": "72151", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72137 { + "geometry": { + "coordinates": [ + [ + [ + -66.1397914914884, + 18.46233907223145, + ], + [ + -66.1695823643393, + 18.431023303887812, + ], + [ + -66.19686075393771, + 18.389179421315436, + ], + [ + -66.25249431167134, + 18.3948194825094, + ], + [ + -66.21373028434726, + 18.46529338999972, + ], + [ + -66.1397914914884, + 18.46233907223145, + ], + ], + ], + "type": "Polygon", + }, + "id": "72137", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 78030 { + "geometry": { + "coordinates": [ + [ + [ + -64.89790691240246, + 18.362160842452916, + ], + [ + -64.83724838816387, + 18.31569748118834, + ], + [ + -65.03250422949992, + 18.360227107186414, + ], + [ + -64.89790691240246, + 18.362160842452916, + ], + ], + ], + "type": "Polygon", + }, + "id": "78030", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72089 { + "geometry": { + "coordinates": [ + [ + [ + -65.66995712327352, + 18.36194598297886, + ], + [ + -65.75358692296341, + 18.2966824177344, + ], + [ + -65.7589708156473, + 18.290558922723807, + ], + [ + -65.75071551353199, + 18.384935946702836, + ], + [ + -65.66995712327352, + 18.36194598297886, + ], + ], + ], + "type": "Polygon", + }, + "id": "72089", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72087 { + "geometry": { + "coordinates": [ + [ + [ + -65.82932034671691, + 18.422912358742202, + ], + [ + -65.86736652168312, + 18.37822158813859, + ], + [ + -65.91905189144855, + 18.4001909693608, + ], + [ + -65.9926317581285, + 18.45761216380222, + ], + [ + -65.82932034671691, + 18.422912358742202, + ], + ], + ], + "type": "Polygon", + }, + "id": "72087", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72095 { + "geometry": { + "coordinates": [ + [ + [ + -65.85049699127357, + 18.01140275105676, + ], + [ + -65.90936088461754, + 17.98046298679272, + ], + [ + -65.9886835701603, + 18.058940409691616, + ], + [ + -65.85049699127357, + 18.01140275105676, + ], + ], + ], + "type": "Polygon", + }, + "id": "72095", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72119 { + "geometry": { + "coordinates": [ + [ + [ + -65.75071551353199, + 18.384935946702836, + ], + [ + -65.7589708156473, + 18.290558922723807, + ], + [ + -65.76686719158369, + 18.279977093626556, + ], + [ + -65.82429538021194, + 18.273047875588258, + ], + [ + -65.83649887029544, + 18.275196470328815, + ], + [ + -65.86736652168312, + 18.37822158813859, + ], + [ + -65.82932034671691, + 18.422912358742202, + ], + [ + -65.75071551353199, + 18.384935946702836, + ], + ], + ], + "type": "Polygon", + }, + "id": "72119", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72103 { + "geometry": { + "coordinates": [ + [ + [ + -65.76686719158369, + 18.279977093626556, + ], + [ + -65.6617018211582, + 18.20756945086974, + ], + [ + -65.73922987580634, + 18.173997658048517, + ], + [ + -65.82609001110657, + 18.20037165848887, + ], + [ + -65.82429538021194, + 18.273047875588258, + ], + [ + -65.76686719158369, + 18.279977093626556, + ], + ], + ], + "type": "Polygon", + }, + "id": "72103", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72085 { + "geometry": { + "coordinates": [ + [ + [ + -65.82429538021194, + 18.273047875588258, + ], + [ + -65.82609001110657, + 18.20037165848887, + ], + [ + -65.877775380872, + 18.118187909662513, + ], + [ + -65.92623041502709, + 18.11990678545496, + ], + [ + -65.92838397210065, + 18.14284303431042, + ], + [ + -65.85265054834714, + 18.254838535162026, + ], + [ + -65.83649887029544, + 18.275196470328815, + ], + [ + -65.82429538021194, + 18.273047875588258, + ], + ], + ], + "type": "Polygon", + }, + "id": "72085", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72029 { + "geometry": { + "coordinates": [ + [ + [ + -65.86736652168312, + 18.37822158813859, + ], + [ + -65.83649887029544, + 18.275196470328815, + ], + [ + -65.85265054834714, + 18.254838535162026, + ], + [ + -65.91869296526963, + 18.27020098755702, + ], + [ + -65.91905189144855, + 18.4001909693608, + ], + [ + -65.86736652168312, + 18.37822158813859, + ], + ], + ], + "type": "Polygon", + }, + "id": "72029", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72053 { + "geometry": { + "coordinates": [ + [ + [ + -65.63478235773871, + 18.283844564159562, + ], + [ + -65.75358692296341, + 18.2966824177344, + ], + [ + -65.66995712327352, + 18.36194598297886, + ], + [ + -65.61468249171882, + 18.383055926304845, + ], + [ + -65.63478235773871, + 18.283844564159562, + ], + ], + ], + "type": "Polygon", + }, + "id": "72053", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72077 { + "geometry": { + "coordinates": [ + [ + [ + -65.85265054834714, + 18.254838535162026, + ], + [ + -65.92838397210065, + 18.14284303431042, + ], + [ + -65.95099632137301, + 18.22927025774938, + ], + [ + -65.91869296526963, + 18.27020098755702, + ], + [ + -65.85265054834714, + 18.254838535162026, + ], + ], + ], + "type": "Polygon", + }, + "id": "72077", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72037 { + "geometry": { + "coordinates": [ + [ + [ + -65.63478235773871, + 18.283844564159562, + ], + [ + -65.58991658537289, + 18.22991483617155, + ], + [ + -65.6617018211582, + 18.20756945086974, + ], + [ + -65.76686719158369, + 18.279977093626556, + ], + [ + -65.7589708156473, + 18.290558922723807, + ], + [ + -65.75358692296341, + 18.2966824177344, + ], + [ + -65.63478235773871, + 18.283844564159562, + ], + ], + ], + "type": "Polygon", + }, + "id": "72037", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72069 { + "geometry": { + "coordinates": [ + [ + [ + -65.73922987580634, + 18.173997658048517, + ], + [ + -65.7966580644346, + 18.069790813131434, + ], + [ + -65.877775380872, + 18.118187909662513, + ], + [ + -65.82609001110657, + 18.20037165848887, + ], + [ + -65.73922987580634, + 18.173997658048517, + ], + ], + ], + "type": "Polygon", + }, + "id": "72069", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72147 { + "geometry": { + "coordinates": [ + [ + [ + -65.39071255606864, + 18.160783800394082, + ], + [ + -65.27298476938073, + 18.130703474026266, + ], + [ + -65.54469188682813, + 18.081876658547074, + ], + [ + -65.57735416911046, + 18.11867134347914, + ], + [ + -65.39071255606864, + 18.160783800394082, + ], + ], + ], + "type": "Polygon", + }, + "id": "72147", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 78010 { + "geometry": { + "coordinates": [ + [ + [ + -64.7715648974203, + 17.781073394868905, + ], + [ + -64.63660865414391, + 17.722792762531256, + ], + [ + -64.90221402654957, + 17.680841450221855, + ], + [ + -64.89359979825534, + 17.74427870993684, + ], + [ + -64.7715648974203, + 17.781073394868905, + ], + ], + ], + "type": "Polygon", + }, + "id": "78010", + "properties": {}, + "type": "Feature", +} +stdout | tests/map.browser.spec.ts > @hpcc-js/map > GMapGraph > #constructor() > classID +XXXXXXXXXXXXXXXXXXXXXXXXXX 72051 { + "geometry": { + "coordinates": [ + [ + [ + -66.21373028434726, + 18.46529338999972, + ], + [ + -66.25249431167134, + 18.3948194825094, + ], + [ + -66.30382075525785, + 18.38407650880661, + ], + [ + -66.31494746680457, + 18.475338070411826, + ], + [ + -66.21373028434726, + 18.46529338999972, + ], + ], + ], + "type": "Polygon", + }, + "id": "72051", + "properties": {}, + "type": "Feature", +} + ❯ |browser| tests/map.browser.spec.ts (112 tests | 4 failed) 33761ms + ✓ @hpcc-js/map > ChoroplethCounties > #render() > Basic render 965ms + ✓ @hpcc-js/map > ChoroplethCounties > #render() > exit, enter, render 610ms + ✓ @hpcc-js/map > GMapGraph > #constructor() > classID 758ms + ✓ @hpcc-js/map > GMapGraph > #render() > Basic render 354ms + × @hpcc-js/map > OpenStreet > #render() > Basic render 15002ms + → Test timed out in 15000ms. +If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". + × @hpcc-js/map > OpenStreet > #render() > exit, enter, render 15017ms + → Test timed out in 15000ms. +If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". + × @hpcc-js/map > TopoJSONChoropleth > #constructor() > new 1ms + → Class constructor Choropleth cannot be invoked without 'new' + × @hpcc-js/map > TopoJSONChoropleth > #constructor() > classID 1ms + → Class constructor Choropleth cannot be invoked without 'new' + +⎯⎯⎯⎯⎯⎯ Unhandled Errors ⎯⎯⎯⎯⎯⎯ + +Vitest caught 2 unhandled errors during the test run. +This might cause false positive tests. Resolve unhandled errors to make sure your tests are not affected. +⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ + Test Files 1 failed (1) + Tests 4 failed | 108 passed (112) + Errors 2 errors + Start at 10:03:24 + Duration 34.87s (transform 0ms, setup 0ms, collect 428ms, tests 33.76s, environment 0ms, prepare 297ms) + diff --git a/packages/map/tsconfig.json b/packages/map/tsconfig.json index 4d0870c1af..3cd3be3a69 100644 --- a/packages/map/tsconfig.json +++ b/packages/map/tsconfig.json @@ -1,29 +1,25 @@ { - "extends": "../tsconfig.settings.json", "compilerOptions": { - "rootDir": "./src", - "outDir": "./lib-umd", - "declarationDir": "./types" + "rootDir": "src", + "module": "NodeNext", + "target": "ESNext", + "resolveJsonModule": true, + "emitDeclarationOnly": true, + "declaration": true, + "declarationDir": "types", + "strict": false, + "noImplicitAny": false, + "noImplicitThis": false, + "strictNullChecks": false, + "skipLibCheck": true, + "allowImportingTsExtensions": true, + "lib": [ + "DOM", + "ESNext", + "ES2020" + ] }, "include": [ - "./src/**/*", - "pluginsXXX" - ], - "references": [ - { - "path": "../api" - }, - { - "path": "../common" - }, - { - "path": "../graph" - }, - { - "path": "../layout" - }, - { - "path": "../other" - } + "./src/index.ts" ] } \ No newline at end of file diff --git a/packages/map/vitest.workspace.ts b/packages/map/vitest.workspace.ts new file mode 100644 index 0000000000..fa7bb0720b --- /dev/null +++ b/packages/map/vitest.workspace.ts @@ -0,0 +1,6 @@ +import { defineWorkspace } from 'vitest/config'; +import baseWorkspace from '../../vitest.workspace.ts'; + +export default defineWorkspace([ + ...baseWorkspace +]) \ No newline at end of file diff --git a/packages/markdown-it-plugins/.vitepress/config.ts b/packages/markdown-it-plugins/.vitepress/config.ts index b62dd97581..bba5c37d52 100644 --- a/packages/markdown-it-plugins/.vitepress/config.ts +++ b/packages/markdown-it-plugins/.vitepress/config.ts @@ -38,13 +38,7 @@ export default async () => { items: [ { text: "ObservableHQ", link: "/docs/observablehq-vitepress" }, { text: "ECL Code Highlighting", link: "/docs/ecl-vitepress" }, - { text: "GH Stats", link: "/docs/gh-stats" }, - { - text: "Demo OBT", - items: [ - { text: "Summary", link: "/docs/obt/summary" }, - ], - } + { text: "Markdown Extensions", link: "/docs/markdown" }, ] } ] diff --git a/packages/markdown-it-plugins/.vscode/launch.json b/packages/markdown-it-plugins/.vscode/launch.json index 55300a72e6..c5e43dbf15 100644 --- a/packages/markdown-it-plugins/.vscode/launch.json +++ b/packages/markdown-it-plugins/.vscode/launch.json @@ -73,7 +73,7 @@ "name": "index.html", "request": "launch", "type": "msedge", - "url": "http://localhost:5174/${workspaceFolder}/index.html", + "url": "file:///${workspaceFolder}/index.html", "runtimeArgs": [ "--disable-web-security" ], diff --git a/packages/markdown-it-plugins/CHANGELOG.md b/packages/markdown-it-plugins/CHANGELOG.md new file mode 100644 index 0000000000..759a7209ff --- /dev/null +++ b/packages/markdown-it-plugins/CHANGELOG.md @@ -0,0 +1,30 @@ +# Changelog + +## [1.1.2](https://github.com/hpcc-systems/Visualization/compare/markdown-it-plugins-v1.1.1...markdown-it-plugins-v1.1.2) (2024-10-29) + + +### Bug Fixes + +* Note title displays twice ([b8f0115](https://github.com/hpcc-systems/Visualization/commit/b8f011594b054c020aef6e0edfdb929085496e33)) + +## [1.1.1](https://github.com/hpcc-systems/Visualization/compare/markdown-it-plugins-v1.1.0...markdown-it-plugins-v1.1.1) (2024-10-24) + + +### Bug Fixes + +* Bump observablehq compiler version ([68e14b7](https://github.com/hpcc-systems/Visualization/commit/68e14b7f5a4514c69ec623bdcacad275c9c87f59)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/observablehq-compiler bumped from ^3.0.0 to ^3.1.0 + +## [1.1.0](https://github.com/hpcc-systems/Visualization/compare/markdown-it-plugins-v1.0.0...markdown-it-plugins-v1.1.0) (2024-10-24) + + +### Features + +* Add markdown-it-plugin ([213c556](https://github.com/hpcc-systems/Visualization/commit/213c556659b25e95ce4041a55379451b1fbf1328)) +* Additional VitePress Support ([80b8089](https://github.com/hpcc-systems/Visualization/commit/80b8089e96f1841c52f05e10c6a1c880b739a521)) diff --git a/packages/markdown-it-plugins/docs/hello-world.md b/packages/markdown-it-plugins/docs/hello-world.md deleted file mode 100644 index ff51d70d1b..0000000000 --- a/packages/markdown-it-plugins/docs/hello-world.md +++ /dev/null @@ -1,33 +0,0 @@ -# Markdown Extension Examples - -This page demonstrates some of the built-in markdown extensions provided by VitePress. - -## Syntax Highlighting - -VitePress provides Syntax Highlighting powered by [Shiki](https://github.com/shikijs/shiki), with additional features like line-highlighting: - -```js exec -Plot.rectY({length: 10000}, Plot.binX({y: "count"}, {x: d3.randomNormal()})).plot(); -``` - - -```ecl -r := RECORD - name: STRING; - age: INT; -END; -OUTPUT([{name: 'Alice', age: 30}, {name: 'Bob', age: 40}], r); -``` - - -```js exec echo -x = 40 + 2; -``` - -```js exec echo -z = x * 2; -``` - -```js -y = 40 + 3; -``` diff --git a/packages/markdown-it-plugins/docs/markdown.md b/packages/markdown-it-plugins/docs/markdown.md new file mode 100644 index 0000000000..033a3753db --- /dev/null +++ b/packages/markdown-it-plugins/docs/markdown.md @@ -0,0 +1,888 @@ +# Markdown Extensions + +VitePress comes with built in Markdown Extensions. + +## Header Anchors + +Headers automatically get anchor links applied. Rendering of anchors can be configured using the `markdown.anchor` option. + +### Custom anchors + +To specify a custom anchor tag for a heading instead of using the auto-generated one, add a suffix to the heading: + +``` +# Using custom anchors {#my-anchor} +``` + +This allows you to link to the heading as `#my-anchor` instead of the default `#using-custom-anchors`. + +## Links + +Both internal and external links get special treatment. + +### Internal Links + +Internal links are converted to router link for SPA navigation. Also, every `index.md` contained in each sub-directory will automatically be converted to `index.html`, with corresponding URL `/`. + +For example, given the following directory structure: + +``` +. +├─ index.md +├─ foo +│ ├─ index.md +│ ├─ one.md +│ └─ two.md +└─ bar + ├─ index.md + ├─ three.md + └─ four.md +``` + +And providing you are in `foo/one.md`: + +```md +[Home](/) +[foo](/foo/) +[foo heading](./#heading) +[bar - three](../bar/three) +[bar - three](../bar/three.md) +[bar - four](../bar/four.html) +``` + +### Page Suffix + +Pages and internal links get generated with the `.html` suffix by default. + +### External Links + +Outbound links automatically get `target="_blank" rel="noreferrer"`: + +- [vuejs.org](https://vuejs.org) +- [VitePress on GitHub](https://github.com/vuejs/vitepress) + +## Frontmatter + +[YAML frontmatter](https://jekyllrb.com/docs/front-matter/) is supported out of the box: + +```yaml +--- +title: Blogging Like a Hacker +lang: en-US +--- +``` + +This data will be available to the rest of the page, along with all custom and theming components. + +## GitHub-Style Tables + +**Input** + +```md +| Tables | Are | Cool | +| ------------- | :-----------: | ----: | +| col 3 is | right-aligned | $1600 | +| col 2 is | centered | $12 | +| zebra stripes | are neat | $1 | +``` + +**Output** + +| Tables | Are | Cool | +| ------------- | :-----------: | -----: | +| col 3 is | right-aligned | \$1600 | +| col 2 is | centered | \$12 | +| zebra stripes | are neat | \$1 | + +## Emoji :tada: + +**Input** + +``` +:tada: :100: +``` + +**Output** + +:tada: :100: + +A [list of all emojis](https://github.com/markdown-it/markdown-it-emoji/blob/master/lib/data/full.mjs) is available. + +## Table of Contents + +**Input** + +``` +[[toc]] +``` + +**Output** + +[[toc]] + +Rendering of the TOC can be configured using the `markdown.toc` option. + +## Custom Containers + +Custom containers can be defined by their types, titles, and contents. + +### Default Title + +**Input** + +```md +::: info +This is an info box. +::: + +::: tip +This is a tip. +::: + +::: warning +This is a warning. +::: + +::: danger +This is a dangerous warning. +::: + +::: details +This is a details block. +::: +``` + +**Output** + +::: info +This is an info box. +::: + +::: tip +This is a tip. +::: + +::: warning +This is a warning. +::: + +::: danger +This is a dangerous warning. +::: + +::: details +This is a details block. +::: + +### Custom Title + +You may set custom title by appending the text right after the "type" of the container. + +**Input** + +````md +::: danger STOP +Danger zone, do not proceed +::: + +::: details Click me to toggle the code +```js +console.log('Hello, VitePress!') +``` +::: +```` + +**Output** + +::: danger STOP +Danger zone, do not proceed +::: + +::: details Click me to toggle the code +```js +console.log('Hello, VitePress!') +``` +::: + +Also, you may set custom titles globally by adding the following content in site config, helpful if not writing in English: + +```ts +// config.ts +export default defineConfig({ + // ... + markdown: { + container: { + tipLabel: '提示', + warningLabel: '警告', + dangerLabel: '危险', + infoLabel: '信息', + detailsLabel: '详细信息' + } + } + // ... +}) +``` + +### Additional Attributes + +You can add additional attributes to the custom containers. We use [markdown-it-attrs](https://github.com/arve0/markdown-it-attrs) for this feature, and it is supported on almost all markdown elements. For example, you can set the `open` attribute to make the details block open by default: + +**Input** + +````md +::: details Click me to toggle the code {open} +```js +console.log('Hello, VitePress!') +``` +::: +```` + +**Output** + +::: details Click me to toggle the code {open} +```js +console.log('Hello, VitePress!') +``` +::: + +### `raw` + +This is a special container that can be used to prevent style and router conflicts with VitePress. This is especially useful when you're documenting component libraries. You might also wanna check out [whyframe](https://whyframe.dev/docs/integrations/vitepress) for better isolation. + +**Syntax** + +```md +::: raw +Wraps in a
+::: +``` + +`vp-raw` class can be directly used on elements too. Style isolation is currently opt-in: + +- Install `postcss` with your preferred package manager: + + ```sh + $ npm add -D postcss + ``` + +- Create a file named `docs/postcss.config.mjs` and add this to it: + + ```js + import { postcssIsolateStyles } from 'vitepress' + + export default { + plugins: [postcssIsolateStyles()] + } + ``` + + It uses [`postcss-prefix-selector`](https://github.com/RadValentin/postcss-prefix-selector) under the hood. You can pass its options like this: + + ```js + postcssIsolateStyles({ + includeFiles: [/vp-doc\.css/] // defaults to /base\.css/ + }) + ``` + +## GitHub-flavored Alerts + +VitePress also supports [GitHub-flavored alerts](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts) to render as callouts. They will be rendered the same as the [custom containers](#custom-containers). + +```md +> [!NOTE] +> Highlights information that users should take into account, even when skimming. + +> [!TIP] +> Optional information to help a user be more successful. + +> [!IMPORTANT] +> Crucial information necessary for users to succeed. + +> [!WARNING] +> Critical content demanding immediate user attention due to potential risks. + +> [!CAUTION] +> Negative potential consequences of an action. +``` + +> [!NOTE] +> Highlights information that users should take into account, even when skimming. + +> [!TIP] +> Optional information to help a user be more successful. + +> [!IMPORTANT] +> Crucial information necessary for users to succeed. + +> [!WARNING] +> Critical content demanding immediate user attention due to potential risks. + +> [!CAUTION] +> Negative potential consequences of an action. + +## Syntax Highlighting in Code Blocks + +VitePress uses [Shiki](https://github.com/shikijs/shiki) to highlight language syntax in Markdown code blocks, using coloured text. Shiki supports a wide variety of programming languages. All you need to do is append a valid language alias to the beginning backticks for the code block: + +**Input** + +```` +```js +export default { + name: 'MyComponent', + // ... +} +``` +```` + +```` +```html +
    +
  • + {{ todo.text }} +
  • +
+``` +```` + +**Output** + +```js +export default { + name: 'MyComponent' + // ... +} +``` + +```html +
    +
  • + {{ todo.text }} +
  • +
+``` + +A [list of valid languages](https://shiki.style/languages) is available on Shiki's repository. + +You may also customize syntax highlight theme in app config. + +## Line Highlighting in Code Blocks + +**Input** + +```` +```js{4} +export default { + data () { + return { + msg: 'Highlighted!' + } + } +} +``` +```` + +**Output** + +```js{4} +export default { + data () { + return { + msg: 'Highlighted!' + } + } +} +``` + +In addition to a single line, you can also specify multiple single lines, ranges, or both: + +- Line ranges: for example `{5-8}`, `{3-10}`, `{10-17}` +- Multiple single lines: for example `{4,7,9}` +- Line ranges and single lines: for example `{4,7-13,16,23-27,40}` + +**Input** + +```` +```js{1,4,6-8} +export default { // Highlighted + data () { + return { + msg: `Highlighted! + This line isn't highlighted, + but this and the next 2 are.`, + motd: 'VitePress is awesome', + lorem: 'ipsum' + } + } +} +``` +```` + +**Output** + +```js{1,4,6-8} +export default { // Highlighted + data () { + return { + msg: `Highlighted! + This line isn't highlighted, + but this and the next 2 are.`, + motd: 'VitePress is awesome', + lorem: 'ipsum', + } + } +} +``` + +Alternatively, it's possible to highlight directly in the line by using the `// [!code highlight]` comment. + +**Input** + +```` +```js +export default { + data () { + return { + msg: 'Highlighted!' // [!!code highlight] + } + } +} +``` +```` + +**Output** + +```js +export default { + data() { + return { + msg: 'Highlighted!' // [!code highlight] + } + } +} +``` + +## Focus in Code Blocks + +Adding the `// [!code focus]` comment on a line will focus it and blur the other parts of the code. + +Additionally, you can define a number of lines to focus using `// [!code focus:]`. + +**Input** + +```` +```js +export default { + data () { + return { + msg: 'Focused!' // [!!code focus] + } + } +} +``` +```` + +**Output** + +```js +export default { + data() { + return { + msg: 'Focused!' // [!code focus] + } + } +} +``` + +## Colored Diffs in Code Blocks + +Adding the `// [!code --]` or `// [!code ++]` comments on a line will create a diff of that line, while keeping the colors of the codeblock. + +**Input** + +```` +```js +export default { + data () { + return { + msg: 'Removed' // [!!code --] + msg: 'Added' // [!!code ++] + } + } +} +``` +```` + +**Output** + +```js +export default { + data () { + return { + msg: 'Removed' // [!code --] + msg: 'Added' // [!code ++] + } + } +} +``` + +## Errors and Warnings in Code Blocks + +Adding the `// [!code warning]` or `// [!code error]` comments on a line will color it accordingly. + +**Input** + +```` +```js +export default { + data () { + return { + msg: 'Error', // [!!code error] + msg: 'Warning' // [!!code warning] + } + } +} +``` +```` + +**Output** + +```js +export default { + data() { + return { + msg: 'Error', // [!code error] + msg: 'Warning' // [!code warning] + } + } +} +``` + +## Line Numbers + +You can enable line numbers for each code blocks via config: + +```js +export default { + markdown: { + lineNumbers: true + } +} +``` + +You can add `:line-numbers` / `:no-line-numbers` mark in your fenced code blocks to override the value set in config. + +You can also customize the starting line number by adding `=` after `:line-numbers`. For example, `:line-numbers=2` means the line numbers in code blocks will start from `2`. + +**Input** + +````md +```ts {1} +// line-numbers is disabled by default +const line2 = 'This is line 2' +const line3 = 'This is line 3' +``` + +```ts:line-numbers {1} +// line-numbers is enabled +const line2 = 'This is line 2' +const line3 = 'This is line 3' +``` + +```ts:line-numbers=2 {1} +// line-numbers is enabled and start from 2 +const line3 = 'This is line 3' +const line4 = 'This is line 4' +``` +```` + +**Output** + +```ts {1} +// line-numbers is disabled by default +const line2 = 'This is line 2' +const line3 = 'This is line 3' +``` + +```ts:line-numbers {1} +// line-numbers is enabled +const line2 = 'This is line 2' +const line3 = 'This is line 3' +``` + +```ts:line-numbers=2 {1} +// line-numbers is enabled and start from 2 +const line3 = 'This is line 3' +const line4 = 'This is line 4' +``` + +## Code Groups + +You can group multiple code blocks like this: + +**Input** + +````md +::: code-group + +```js [config.js] +/** + * @type {import('vitepress').UserConfig} + */ +const config = { + // ... +} + +export default config +``` + +```ts [config.ts] +import type { UserConfig } from 'vitepress' + +const config: UserConfig = { + // ... +} + +export default config +``` + +::: +```` + +**Output** + +::: code-group + +```js [config.js] +/** + * @type {import('vitepress').UserConfig} + */ +const config = { + // ... +} + +export default config +``` + +```ts [config.ts] +import type { UserConfig } from 'vitepress' + +const config: UserConfig = { + // ... +} + +export default config +``` + +::: + +You can also [import snippets](#import-code-snippets) in code groups: + +## Markdown File Inclusion + +You can include a markdown file in another markdown file, even nested. + +::: tip +You can also prefix the markdown path with `@`, it will act as the source root. By default, it's the VitePress project root, unless `srcDir` is configured. +::: + +For example, you can include a relative markdown file using this: + +**Input** + +```md +# Docs + +## Basics + + +``` + +**Part file** (`parts/basics.md`) + +```md +Some getting started stuff. + +### Configuration + +Can be created using `.foorc.json`. +``` + +**Equivalent code** + +```md +# Docs + +## Basics + +Some getting started stuff. + +### Configuration + +Can be created using `.foorc.json`. +``` + +It also supports selecting a line range: + +**Input** + +```md +# Docs + +## Basics + + +``` + +**Part file** (`parts/basics.md`) + +```md +Some getting started stuff. + +### Configuration + +Can be created using `.foorc.json`. +``` + +**Equivalent code** + +```md +# Docs + +## Basics + +### Configuration + +Can be created using `.foorc.json`. +``` + +The format of the selected line range can be: `{3,}`, `{,10}`, `{1,10}` + +You can also use a [VS Code region](https://code.visualstudio.com/docs/editor/codebasics#_folding) to only include the corresponding part of the code file. You can provide a custom region name after a `#` following the filepath: + +**Input** + +```md +# Docs + +## Basics + + + +``` + +**Part file** (`parts/basics.md`) + +```md + +## Usage Line 1 + +## Usage Line 2 + +## Usage Line 3 + +``` + +**Equivalent code** + +```md +# Docs + +## Basics + +## Usage Line 1 + +## Usage Line 3 +``` + +::: warning +Note that this does not throw errors if your file is not present. Hence, when using this feature make sure that the contents are being rendered as expected. +::: + +## Math Equations + +This is currently opt-in. To enable it, you need to install `markdown-it-mathjax3` and set `markdown.math` to `true` in your config file: + +```sh +npm add -D markdown-it-mathjax3 +``` + +```ts +// .vitepress/config.ts +export default { + markdown: { + math: true + } +} +``` + +**Input** + +```md +When $a \ne 0$, there are two solutions to $(ax^2 + bx + c = 0)$ and they are +$$ x = {-b \pm \sqrt{b^2-4ac} \over 2a} $$ + +**Maxwell's equations:** + +| equation | description | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | +| $\nabla \cdot \vec{\mathbf{B}} = 0$ | divergence of $\vec{\mathbf{B}}$ is zero | +| $\nabla \times \vec{\mathbf{E}}\, +\, \frac1c\, \frac{\partial\vec{\mathbf{B}}}{\partial t} = \vec{\mathbf{0}}$ | curl of $\vec{\mathbf{E}}$ is proportional to the rate of change of $\vec{\mathbf{B}}$ | +| $\nabla \times \vec{\mathbf{B}} -\, \frac1c\, \frac{\partial\vec{\mathbf{E}}}{\partial t} = \frac{4\pi}{c}\vec{\mathbf{j}} \nabla \cdot \vec{\mathbf{E}} = 4 \pi \rho$ | _wha?_ | +``` + +**Output** + +When $a \ne 0$, there are two solutions to $(ax^2 + bx + c = 0)$ and they are +$$ x = {-b \pm \sqrt{b^2-4ac} \over 2a} $$ + +**Maxwell's equations:** + +| equation | description | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | +| $\nabla \cdot \vec{\mathbf{B}} = 0$ | divergence of $\vec{\mathbf{B}}$ is zero | +| $\nabla \times \vec{\mathbf{E}}\, +\, \frac1c\, \frac{\partial\vec{\mathbf{B}}}{\partial t} = \vec{\mathbf{0}}$ | curl of $\vec{\mathbf{E}}$ is proportional to the rate of change of $\vec{\mathbf{B}}$ | +| $\nabla \times \vec{\mathbf{B}} -\, \frac1c\, \frac{\partial\vec{\mathbf{E}}}{\partial t} = \frac{4\pi}{c}\vec{\mathbf{j}} \nabla \cdot \vec{\mathbf{E}} = 4 \pi \rho$ | _wha?_ | + +## Image Lazy Loading + +You can enable lazy loading for each image added via markdown by setting `lazyLoading` to `true` in your config file: + +```js +export default { + markdown: { + image: { + // image lazy loading is disabled by default + lazyLoading: true + } + } +} +``` + +## Advanced Configuration + +VitePress uses [markdown-it](https://github.com/markdown-it/markdown-it) as the Markdown renderer. A lot of the extensions above are implemented via custom plugins. You can further customize the `markdown-it` instance using the `markdown` option in `.vitepress/config.js`: + +```js +import { defineConfig } from 'vitepress' +import markdownItAnchor from 'markdown-it-anchor' +import markdownItFoo from 'markdown-it-foo' + +export default defineConfig({ + markdown: { + // options for markdown-it-anchor + // https://github.com/valeriangalliat/markdown-it-anchor#usage + anchor: { + permalink: markdownItAnchor.permalink.headerLink() + }, + + // options for @mdit-vue/plugin-toc + // https://github.com/mdit-vue/mdit-vue/tree/main/packages/plugin-toc#options + toc: { level: [1, 2] }, + + config: (md) => { + // use more markdown-it plugins! + md.use(markdownItFoo) + } + } +}) +``` diff --git a/packages/markdown-it-plugins/esbuild.js b/packages/markdown-it-plugins/esbuild.js index ee36c5c86d..610ba98555 100644 --- a/packages/markdown-it-plugins/esbuild.js +++ b/packages/markdown-it-plugins/esbuild.js @@ -1,9 +1,15 @@ import { nodeTpl, browserTpl } from "@hpcc-js/esbuild-plugins"; +import pkg from "./package.json" with { type: "json" }; // config --- await Promise.all([ nodeTpl("src/index.ts", "dist/index.node"), nodeTpl("src/loader.ts", "dist/loader.node", { supported: { "dynamic-import": true } }), nodeTpl("src/ecl-lang/index.ts", "dist/ecl-lang"), - browserTpl("src/index.ts", "dist/index") + browserTpl("src/index.ts", "dist/index", { + keepNames: true, + external: [ + ...Object.keys(pkg.dependencies), + ] + }) ]); diff --git a/packages/markdown-it-plugins/index.html b/packages/markdown-it-plugins/index.html index 2a07d12828..67702d5c13 100644 --- a/packages/markdown-it-plugins/index.html +++ b/packages/markdown-it-plugins/index.html @@ -1,22 +1,68 @@ - - + + - - - - Vite + TS + Home + + + -
-

min

-
-
-
-

full

-
- +
+ \ No newline at end of file diff --git a/packages/markdown-it-plugins/package.json b/packages/markdown-it-plugins/package.json index c1f66ff377..a670fa68f8 100644 --- a/packages/markdown-it-plugins/package.json +++ b/packages/markdown-it-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/markdown-it-plugins", - "version": "3.0.0", + "version": "1.1.2", "description": "markdown-it plugins", "type": "module", "exports": { @@ -52,19 +52,19 @@ "update-major": "npx -y npm-check-updates -u" }, "dependencies": { - "@hpcc-js/observablehq-compiler": "^1.3.0", + "@hpcc-js/observablehq-compiler": "^3.1.0", "@observablehq/framework": "1.12.0", "@observablehq/runtime": "5.9.9" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", + "@hpcc-js/esbuild-plugins": "^1.2.0", "@types/markdown-it": "14.1.2", "apache-arrow": "17.0.0", "d3-dsv": "3.0.1", "d3-fetch": "3.0.1", "dotenv": "16.4.5", "markdown-it": "14.1.0", - "tsx": "4.19.1" + "tsx": "4.19.2" }, "repository": { "type": "git", diff --git a/packages/markdown-it-plugins/src/vitepress/styles.ts b/packages/markdown-it-plugins/src/vitepress/styles.ts index 85e883f6c1..cd5cd13f87 100644 --- a/packages/markdown-it-plugins/src/vitepress/styles.ts +++ b/packages/markdown-it-plugins/src/vitepress/styles.ts @@ -2,7 +2,7 @@ import "@hpcc-js/markdown-it-plugins/vitepress/style.css"; import "@hpcc-js/markdown-it-plugins/vitepress/global.css"; import "@hpcc-js/markdown-it-plugins/vitepress/layout.css"; import "@hpcc-js/markdown-it-plugins/vitepress/grid.css"; -import "@hpcc-js/markdown-it-plugins/vitepress/note.css"; +// import "@hpcc-js/markdown-it-plugins/vitepress/note.css"; import "@hpcc-js/markdown-it-plugins/vitepress/card.css"; // import "@hpcc-js/markdown-it-plugins/vitepress/inspector.css"; import "@hpcc-js/markdown-it-plugins/vitepress/plot.css"; diff --git a/packages/markdown-it-plugins/tests/loader.node.spec.ts b/packages/markdown-it-plugins/tests/loader.node.spec.ts index 8ce32de0f2..e80ab4a876 100644 --- a/packages/markdown-it-plugins/tests/loader.node.spec.ts +++ b/packages/markdown-it-plugins/tests/loader.node.spec.ts @@ -18,7 +18,7 @@ describe("loader", () => { expect(data.length).toBeGreaterThan(0); }); - it("preidctions.csv", async () => { + it.skip("preidctions.csv", async () => { const predictions = await DataFile.attach("docs/data/predictions.json"); expect(predictions).toBeDefined(); const data = await predictions!.json(); diff --git a/packages/observable-shim/CHANGELOG.md b/packages/observable-shim/CHANGELOG.md index 03eeac9951..54b375ea40 100644 --- a/packages/observable-shim/CHANGELOG.md +++ b/packages/observable-shim/CHANGELOG.md @@ -31,6 +31,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/observable-shim-v3.0.0...observable-shim-v3.1.0) (2024-10-24) + + +### Features + +* Extend ojs Node type ([17dba08](https://github.com/hpcc-systems/Visualization/commit/17dba08334fef814e6feb38fba8fa2a7409e9c58)) +* **observablehq:** Add parser offset positions ([304007e](https://github.com/hpcc-systems/Visualization/commit/304007e7e0fd01910a903dfe1cf17e6d5649bb0e)) +* Switch to esbuild and ESM first packaging ([b752510](https://github.com/hpcc-systems/Visualization/commit/b752510b5074fbc9a606e4d189412798c241f414)) +* Switch to esbuild and ESM first packaging (comms) ([3bc7e54](https://github.com/hpcc-systems/Visualization/commit/3bc7e54da7a70d5bfc57ea4b1a87fb02913cbf40)) + ## 1.0.0 (2024-10-23) diff --git a/packages/observable-shim/package.json b/packages/observable-shim/package.json index 959165c060..3d11056197 100644 --- a/packages/observable-shim/package.json +++ b/packages/observable-shim/package.json @@ -1,13 +1,14 @@ { "name": "@hpcc-js/observable-shim", - "version": "1.0.0", + "version": "3.1.0", "description": "hpcc-js - Observable Shim", "type": "module", "exports": { ".": { "types": "./types/index.d.ts", "default": "./dist/index.js" - } + }, + "./dist/*": "./dist/*" }, "main": "./dist/index.js", "types": "./types/index.d.ts", @@ -34,7 +35,7 @@ "update-major": "npx -y npm-check-updates -u" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", + "@hpcc-js/esbuild-plugins": "^1.2.0", "@observablehq/parser": "6.1.0" }, "repository": { diff --git a/packages/observablehq-compiler/.vscode/launch.json b/packages/observablehq-compiler/.vscode/launch.json index 3ee32e4122..7c2436335f 100644 --- a/packages/observablehq-compiler/.vscode/launch.json +++ b/packages/observablehq-compiler/.vscode/launch.json @@ -28,6 +28,20 @@ "${workspaceFolder}/**/*.js", "!**/node_modules/**" ], + }, + { + "name": "index.html", + "request": "launch", + "type": "msedge", + "url": "file:///${workspaceFolder}/index.html", + "runtimeArgs": [ + "--disable-web-security" + ], + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ] } ] } \ No newline at end of file diff --git a/packages/observablehq-compiler/.vscode/tasks.json b/packages/observablehq-compiler/.vscode/tasks.json index a046004a24..120545d06c 100644 --- a/packages/observablehq-compiler/.vscode/tasks.json +++ b/packages/observablehq-compiler/.vscode/tasks.json @@ -1,17 +1,6 @@ { "version": "2.0.0", "tasks": [ - { - "label": "check-watch", - "type": "npm", - "script": "check-watch", - "problemMatcher": [ - "$tsc-watch" - ], - "presentation": { - "group": "group-build" - } - }, { "label": "gen-types-watch", "type": "npm", @@ -32,21 +21,11 @@ "group": "group-build" } }, - { - "type": "npm", - "label": "test-serve", - "script": "test-serve", - "presentation": { - "group": "group-build" - } - }, { "label": "build", "dependsOn": [ - "check-watch", "gen-types-watch", "bundle-watch", - "test-serve" ], "group": { "kind": "build", diff --git a/packages/observablehq-compiler/CHANGELOG.md b/packages/observablehq-compiler/CHANGELOG.md index 89fc43427d..8983567ab5 100644 --- a/packages/observablehq-compiler/CHANGELOG.md +++ b/packages/observablehq-compiler/CHANGELOG.md @@ -24,6 +24,50 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/observablehq-compiler-v3.0.0...observablehq-compiler-v3.1.0) (2024-10-24) + + +### Features + +* **observablehq:** Add parser offset positions ([304007e](https://github.com/hpcc-systems/Visualization/commit/304007e7e0fd01910a903dfe1cf17e6d5649bb0e)) +* Rename "lint" to "lint-all" and revert "lint" to break on error. ([227ab65](https://github.com/hpcc-systems/Visualization/commit/227ab656f9ce64580a0c8a7015e53ac455b16be4)) +* Switch to esbuild (common, api, chart) ([a855017](https://github.com/hpcc-systems/Visualization/commit/a855017b8b35ee53ca4a3a060973bf4b87c8916b)) +* Switch to esbuild and ESM first packaging ([b752510](https://github.com/hpcc-systems/Visualization/commit/b752510b5074fbc9a606e4d189412798c241f414)) +* Switch to esbuild and ESM first packaging (comms) ([3bc7e54](https://github.com/hpcc-systems/Visualization/commit/3bc7e54da7a70d5bfc57ea4b1a87fb02913cbf40)) + + +### Bug Fixes + +* Bump observablehq compiler version ([68e14b7](https://github.com/hpcc-systems/Visualization/commit/68e14b7f5a4514c69ec623bdcacad275c9c87f59)) +* NodeJS v18 fetch + rejectUnauthorization = false ([d01d23f](https://github.com/hpcc-systems/Visualization/commit/d01d23f5a5f8ed31b233800144be047d7c5f1495)) +* **observablehq:** Allow importing of local esm files ([bd807fa](https://github.com/hpcc-systems/Visualization/commit/bd807fa25bfdecfbd68d6ad448706449907bfd2c)) +* Switch to working cors proxy ([e05f0fe](https://github.com/hpcc-systems/Visualization/commit/e05f0fe35124f518dbee4c2c0d80d1853b0515c3)) + +## [1.4.0](https://github.com/hpcc-systems/Visualization/compare/observablehq-compiler-v1.3.0...observablehq-compiler-v1.4.0) (2024-10-24) + + +### Features + +* **observablehq:** Add parser offset positions ([304007e](https://github.com/hpcc-systems/Visualization/commit/304007e7e0fd01910a903dfe1cf17e6d5649bb0e)) +* Rename "lint" to "lint-all" and revert "lint" to break on error. ([227ab65](https://github.com/hpcc-systems/Visualization/commit/227ab656f9ce64580a0c8a7015e53ac455b16be4)) +* Switch to esbuild (common, api, chart) ([a855017](https://github.com/hpcc-systems/Visualization/commit/a855017b8b35ee53ca4a3a060973bf4b87c8916b)) +* Switch to esbuild and ESM first packaging ([b752510](https://github.com/hpcc-systems/Visualization/commit/b752510b5074fbc9a606e4d189412798c241f414)) +* Switch to esbuild and ESM first packaging (comms) ([3bc7e54](https://github.com/hpcc-systems/Visualization/commit/3bc7e54da7a70d5bfc57ea4b1a87fb02913cbf40)) + + +### Bug Fixes + +* NodeJS v18 fetch + rejectUnauthorization = false ([d01d23f](https://github.com/hpcc-systems/Visualization/commit/d01d23f5a5f8ed31b233800144be047d7c5f1495)) +* **observablehq:** Allow importing of local esm files ([bd807fa](https://github.com/hpcc-systems/Visualization/commit/bd807fa25bfdecfbd68d6ad448706449907bfd2c)) +* Switch to working cors proxy ([e05f0fe](https://github.com/hpcc-systems/Visualization/commit/e05f0fe35124f518dbee4c2c0d80d1853b0515c3)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/observable-shim bumped from ^1.0.0 to ^3.1.0 + ## [1.4.0](https://github.com/hpcc-systems/Visualization/compare/observablehq-compiler-v1.3.0...observablehq-compiler-v1.4.0) (2024-10-23) diff --git a/packages/observablehq-compiler/index.html b/packages/observablehq-compiler/index.html index 573ce667ae..ed07c93d27 100644 --- a/packages/observablehq-compiler/index.html +++ b/packages/observablehq-compiler/index.html @@ -1,21 +1,53 @@ - + - - @hpcc-js/observable-md - - - - + Home + + + + -
-
- + const notebook = omd2notebook(md); + const compiled = await compile(notebook); + + const library = new Library(); + const runtime = new Runtime(library); + + const placeholder = document.getElementById("placeholder"); + const main = compiled(runtime, name => { + if (placeholder) { + const div = globalThis?.document.createElement("div"); + placeholder.appendChild(div); + return new Inspector(div); + } + return { + pending() { }, + fulfilled(value) { console.info("fulfilled", name, value); }, + rejected(error) { console.error("rejected", name, error); }, + }; + }); + \ No newline at end of file diff --git a/packages/observablehq-compiler/package.json b/packages/observablehq-compiler/package.json index 9ced820ad9..d7a50a3802 100644 --- a/packages/observablehq-compiler/package.json +++ b/packages/observablehq-compiler/package.json @@ -1,13 +1,14 @@ { "name": "@hpcc-js/observablehq-compiler", - "version": "1.4.0", + "version": "3.1.0", "description": "hpcc-js - ObservableHQ Compiler (unoffical)", "type": "module", "exports": { ".": { "types": "./types/index.d.ts", "default": "./dist/index.js" - } + }, + "./dist/*": "./dist/*" }, "main": "./dist/index.js", "types": "./types/index.d.ts", @@ -28,6 +29,7 @@ "build": "run-p gen-types bundle", "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js", "lint": "eslint ./src", + "lint-fix": "eslint --fix src/**/*.ts", "docs": "typedoc --options tdoptions.json .", "test-browser": "vitest run --project browser", "test-node": "vitest run --project node", @@ -42,8 +44,8 @@ "yargs": "17.7.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.1.2", - "@hpcc-js/observable-shim": "^3.0.0", + "@hpcc-js/esbuild-plugins": "^1.2.0", + "@hpcc-js/observable-shim": "^3.1.0", "@observablehq/runtime": "5.9.9" }, "repository": { diff --git a/packages/observablehq-compiler/src/__package__.ts b/packages/observablehq-compiler/src/__package__.ts index 8735884718..b8d85e200d 100644 --- a/packages/observablehq-compiler/src/__package__.ts +++ b/packages/observablehq-compiler/src/__package__.ts @@ -1,3 +1,3 @@ export const PKG_NAME = "@hpcc-js/observablehq-compiler"; -export const PKG_VERSION = "1.4.0"; +export const PKG_VERSION = "3.1.0"; export const BUILD_VERSION = "2.107.0"; diff --git a/packages/other/.vscode/launch.json b/packages/other/.vscode/launch.json index d6b353a109..7c2436335f 100644 --- a/packages/other/.vscode/launch.json +++ b/packages/other/.vscode/launch.json @@ -1,33 +1,47 @@ { - // Use IntelliSense to learn about possible Node.js debug attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { - "name": "Dermatology", - "type": "chrome", + "name": "test-browser", + "type": "msedge", + "request": "launch", + "url": "http://localhost:8888", + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, + { + "name": "test-node", + "type": "node", "request": "launch", - "urlFilter": "*dermatology*www*index.html*", "runtimeArgs": [ - "--allow-file-access-from-files", - "file:///${workspaceRoot}/../../demos/dermatology/www/index.html?src/other/CalendarHeatMap" + "run-script", + "test-node" + ], + "runtimeExecutable": "npm", + "skipFiles": [ + "/**" + ], + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" ], - "trace": true, - "sourceMapPathOverrides": { - "../*": "${workspaceRoot}/*" - } }, { - "name": "Chrome Debug", - "type": "chrome", + "name": "index.html", "request": "launch", - "url": "file:///C:/Users/gordon/git/hpcc-js/tests/test-other/test.html", - "trace": true, - "webRoot": "${workspaceRoot}", - "sourceMapPathOverrides": { - "webpack:///C:/Users/gordon/git/hpcc-js/packages/other/*": "${workspaceRoot}/*" - } + "type": "msedge", + "url": "file:///${workspaceFolder}/index.html", + "runtimeArgs": [ + "--disable-web-security" + ], + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ] } ] } \ No newline at end of file diff --git a/packages/other/.vscode/tasks.json b/packages/other/.vscode/tasks.json index 7fffdb949c..120545d06c 100644 --- a/packages/other/.vscode/tasks.json +++ b/packages/other/.vscode/tasks.json @@ -1,20 +1,36 @@ { - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { + "label": "gen-types-watch", "type": "npm", - "script": "compile-umd-watch", - "group": { - "kind": "build", - "isDefault": true - }, + "script": "gen-types-watch", "problemMatcher": [ "$tsc-watch" ], - "label": "npm: compile-umd-watch", - "detail": "tsc --module umd --outDir ./lib-umd --watch" + "presentation": { + "group": "group-build" + } + }, + { + "label": "bundle-watch", + "type": "npm", + "script": "bundle-watch", + "problemMatcher": [], + "presentation": { + "group": "group-build" + } + }, + { + "label": "build", + "dependsOn": [ + "gen-types-watch", + "bundle-watch", + ], + "group": { + "kind": "build", + "isDefault": true + } } ] } \ No newline at end of file diff --git a/packages/other/esbuild.js b/packages/other/esbuild.js new file mode 100644 index 0000000000..67b91a9988 --- /dev/null +++ b/packages/other/esbuild.js @@ -0,0 +1,29 @@ +import { browserTpl } from "@hpcc-js/esbuild-plugins"; +import pkg from "./package.json" with { type: "json" }; + +// config --- +await Promise.all([ + browserTpl("src/index.ts", "dist/index", { + keepNames: true, + alias: { + "d3-array": "@hpcc-js/common", + "d3-brush": "@hpcc-js/common", + "d3-collection": "@hpcc-js/common", + "d3-color": "@hpcc-js/common", + "d3-dispatch": "@hpcc-js/common", + "d3-drag": "@hpcc-js/common", + "d3-dsv": "@hpcc-js/common", + "d3-ease": "@hpcc-js/common", + "d3-format": "@hpcc-js/common", + "d3-interpolate": "@hpcc-js/common", + "d3-scale": "@hpcc-js/common", + "d3-selection": "@hpcc-js/common", + "d3-time-format": "@hpcc-js/common", + "d3-transition": "@hpcc-js/common", + "d3-zoom": "@hpcc-js/common" + }, + external: [ + ...Object.keys(pkg.dependencies), + ] + }) +]); diff --git a/packages/other/index.html b/packages/other/index.html new file mode 100644 index 0000000000..826a71ddba --- /dev/null +++ b/packages/other/index.html @@ -0,0 +1,73 @@ + + + + + Home + + + + + + + +

ESM Quick Test

+
+ + + + + \ No newline at end of file diff --git a/packages/other/package.json b/packages/other/package.json index 42fc4eede1..6328ceee67 100644 --- a/packages/other/package.json +++ b/packages/other/package.json @@ -1,49 +1,48 @@ { "name": "@hpcc-js/other", - "version": "2.17.0", + "version": "3.0.0", "description": "hpcc-js - Viz Other", - "main": "dist/index.js", - "module": "dist/index.es6", - "unpkg": "dist/index.min.js", - "jsdelivr": "dist/index.min.js", - "types": "types/index.d.ts", - "typesVersions": { - "<3.8": { - "*": [ - "types-3.4/index.d.ts" - ] - } + "type": "module", + "exports": { + ".": { + "types": "./types/index.d.ts", + "default": "./dist/index.js" + }, + "./dist/*": "./dist/*" }, + "module": "./dist/index.js", + "browser": "./dist/index.js", + "types": "./types/index.d.ts", "files": [ "dist/*", + "src/*", "types/*", - "types-3.4/*", - "src/*" + "font-awesome/**/*" ], "scripts": { - "clean": "rimraf --glob lib* types dist *.tsbuildinfo", - "compile-es6": "tsc --module es6 --outDir ./lib-es6", - "compile-es6-watch": "npm run compile-es6 -- -w", - "compile-umd": "tsc --module umd --outDir ./lib-umd", - "compile-umd-watch": "npm run compile-umd -- -w", - "bundle": "rollup -c", - "bundle-watch": "npm run bundle -- -w", - "minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js", - "gen-legacy-types": "downlevel-dts ./types ./types-3.4", - "build": "npm run compile-es6 && npm run bundle", - "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch", + "clean": "rimraf --glob lib* types dist *.tsbuildinfo .turbo", + "bundle": "node esbuild.js", + "bundle-watch": "npm run bundle -- --development --watch", + "gen-types": "tsc --project tsconfig.json", + "gen-types-watch": "npm run gen-types -- --watch", + "build": "run-p gen-types bundle", "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js", "lint": "eslint ./src", + "lint-fix": "eslint --fix src/**/*.ts", "docs": "typedoc --options tdoptions.json .", - "update": "npx --yes npm-check-updates -u -t minor" + "test-browser": "vitest run --project browser", + "test": "vitest run", + "coverage": "vitest run --coverage", + "update": "npx --yes npm-check-updates -u -t minor", + "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^2.14.0", - "@hpcc-js/common": "^2.73.0", - "@hpcc-js/layout": "^2.51.0" + "@hpcc-js/api": "^3.1.0", + "@hpcc-js/common": "^3.1.0", + "@hpcc-js/layout": "^3.0.0" }, "devDependencies": { - "@hpcc-js/bundle": "^2.12.0", + "@hpcc-js/esbuild-plugins": "^1.2.0", "d3-array": "^1", "d3-collection": "^1", "d3-format": "^1", @@ -55,8 +54,7 @@ "d3-timer": "^1", "d3-zoom": "^1", "javascript-autocomplete": "1.0.5", - "simpleheat": "0.4.0", - "tslib": "2.7.0" + "simpleheat": "0.4.0" }, "repository": { "type": "git", diff --git a/packages/other/rollup.config.mjs b/packages/other/rollup.config.mjs deleted file mode 100644 index 3e0b2b9d2a..0000000000 --- a/packages/other/rollup.config.mjs +++ /dev/null @@ -1,56 +0,0 @@ -import { external, globals } from "@hpcc-js/bundle"; -import alias from '@rollup/plugin-alias'; -import commonjs from '@rollup/plugin-commonjs'; -import sourcemaps from 'rollup-plugin-sourcemaps'; -import nodeResolve from '@rollup/plugin-node-resolve'; -import postcss from "rollup-plugin-postcss"; - -import pkg from "./package.json" with { type: "json" }; - -export default { - input: "lib-es6/index", - external: external, - output: [{ - file: pkg.main, - format: "umd", - sourcemap: true, - globals: globals, - name: pkg.name - }, { - file: pkg.module + ".js", - format: "es", - sourcemap: true, - globals: globals, - name: pkg.name - }], - plugins: [ - alias({ - entries: [ - { find: "d3-array", replacement: "@hpcc-js/common" }, - { find: "d3-brush", replacement: "@hpcc-js/common" }, - { find: "d3-collection", replacement: "@hpcc-js/common" }, - { find: "d3-color", replacement: "@hpcc-js/common" }, - { find: "d3-dispatch", replacement: "@hpcc-js/common" }, - { find: "d3-drag", replacement: "@hpcc-js/common" }, - { find: "d3-dsv", replacement: "@hpcc-js/common" }, - { find: "d3-ease", replacement: "@hpcc-js/common" }, - { find: "d3-format", replacement: "@hpcc-js/common" }, - { find: "d3-interpolate", replacement: "@hpcc-js/common" }, - { find: "d3-scale", replacement: "@hpcc-js/common" }, - { find: "d3-selection", replacement: "@hpcc-js/common" }, - { find: "d3-time-format", replacement: "@hpcc-js/common" }, - { find: "d3-transition", replacement: "@hpcc-js/common" }, - { find: "d3-zoom", replacement: "@hpcc-js/common" } - ] - }), - nodeResolve({ - preferBuiltins: true - }), - commonjs({}), - sourcemaps(), - postcss({ - extensions: [".css"], - minimize: true - }) - ] -}; \ No newline at end of file diff --git a/packages/other/src/Audio.ts b/packages/other/src/Audio.ts index bd4c39397d..cbd0dee79a 100644 --- a/packages/other/src/Audio.ts +++ b/packages/other/src/Audio.ts @@ -74,10 +74,13 @@ export class Audio extends HTMLWidget { }); this.node().load(); } - - source: { (): string; (_: string): Audio }; - source_exists: () => boolean; } Audio.prototype._class += " other_Audio"; +export interface Audio { + source(): string; + source(_: string): this; + source_exists(): boolean; +} + Audio.prototype.publish("source", "", "string", "Audio Source"); diff --git a/packages/other/src/AutoCompleteText.ts b/packages/other/src/AutoCompleteText.ts index 65697cc5f9..eaec1b3bc2 100644 --- a/packages/other/src/AutoCompleteText.ts +++ b/packages/other/src/AutoCompleteText.ts @@ -1,5 +1,5 @@ import { HTMLWidget } from "@hpcc-js/common"; -import * as AutoComplete from "javascript-autocomplete"; +import AutoComplete from "javascript-autocomplete"; import "../src/AutoCompleteText.css"; @@ -100,22 +100,30 @@ export class AutoCompleteText extends HTMLWidget { click(row, column, selected) { } - - label: { (): string; (_: string): AutoCompleteText }; - label_exists: () => boolean; - textboxWidth: { (): number; (_: number): AutoCompleteText }; - textboxWidth_exists: () => boolean; - placeholder: { (): string; (_: string): AutoCompleteText }; - placeholder_exists: () => boolean; - valueColumn: { (): string; (_: string): AutoCompleteText }; - valueColumn_exists: () => boolean; - textColumn: { (): string; (_: string): AutoCompleteText }; - textColumn_exists: () => boolean; - minCharsText: { (): number; (_: number): AutoCompleteText }; - minCharsText_exists: () => boolean; } AutoCompleteText.prototype._class += " other_AutoCompleteText"; +export interface AutoCompleteText { + label(): string; + label(_: string): this; + label_exists(): boolean; + textboxWidth(): number; + textboxWidth(_: number): this; + textboxWidth_exists(): boolean; + placeholder(): string; + placeholder(_: string): this; + placeholder_exists(): boolean; + valueColumn(): string; + valueColumn(_: string): this; + valueColumn_exists(): boolean; + textColumn(): string; + textColumn(_: string): this; + textColumn_exists(): boolean; + minCharsText(): number; + minCharsText(_: number): this; + minCharsText_exists(): boolean; +} + AutoCompleteText.prototype.publish("label", "Label: ", "string", "Label for AutoCompleteText"); AutoCompleteText.prototype.publish("textboxWidth", null, "number", "width of textbox", null, { optional: true }); AutoCompleteText.prototype.publish("placeholder", "Search...", "string", "Placeholder for AutoCompleteText"); diff --git a/packages/other/src/CalendarHeatMap.ts b/packages/other/src/CalendarHeatMap.ts index ae379cd008..b6dc7355c5 100644 --- a/packages/other/src/CalendarHeatMap.ts +++ b/packages/other/src/CalendarHeatMap.ts @@ -199,29 +199,24 @@ export class CalendarHeatMap extends HTMLWidget { dblclick(row, column, selected) { } - - _palette; - paletteID: { (): string; (_: string): CalendarHeatMap }; - paletteID_exists: () => boolean; - dateColumn: { (): string; (_: string): CalendarHeatMap }; - dateColumn_exists: () => boolean; - datePattern: { (): string; (_: string): CalendarHeatMap }; - datePattern_exists: () => boolean; - aggrType: { (): string; (_: string): CalendarHeatMap }; - aggrType_exists: () => boolean; - aggrColumn: { (): string; (_: string): CalendarHeatMap }; - aggrColumn_exists: () => boolean; - aggrDeltaColumn: { (): string; (_: string): CalendarHeatMap }; - aggrDeltaColumn_exists: () => boolean; - - // SimpleSelectionMixin - _selection; } CalendarHeatMap.prototype._class += " other_CalendarHeatMap"; CalendarHeatMap.prototype.mixin(Utility.SimpleSelectionMixin); CalendarHeatMap.prototype._palette = Palette.rainbow("default"); export interface CalendarHeatMap { + _palette; + + // SimpleSelectionMixin --- + _selection + + // Properties --- + paletteID(): string; + paletteID(_: string): this; + paletteID_exists(): boolean; + datePattern(): string; + datePattern(_: string): this; + datePattern_exists(): boolean; dayStrokeColor(): string; dayStrokeColor(_: string): this; monthStrokeColor(): string; @@ -230,6 +225,18 @@ export interface CalendarHeatMap { dayStrokeWidth(_: number): this; monthStrokeWidth(): number; monthStrokeWidth(_: number): this; + dateColumn(): string; + dateColumn(_: string): this; + dateColumn_exists(): boolean; + aggrType(): string; + aggrType(_: string): this; + aggrType_exists(): boolean; + aggrColumn(): string; + aggrColumn(_: string): this; + aggrColumn_exists(): boolean; + aggrDeltaColumn(): string; + aggrDeltaColumn(_: string): this; + aggrDeltaColumn_exists(): boolean; } CalendarHeatMap.prototype.publish("paletteID", "YlOrRd", "set", "Color palette for this widget", CalendarHeatMap.prototype._palette.switch(), { tags: ["Basic", "Shared"] }); CalendarHeatMap.prototype.publish("dayStrokeColor", "#ccc", "html-color", "Color of day border"); diff --git a/packages/other/src/ESP.ts b/packages/other/src/ESP.ts index 51bc62f407..a35c822eed 100644 --- a/packages/other/src/ESP.ts +++ b/packages/other/src/ESP.ts @@ -1,5 +1,5 @@ import { Utility } from "@hpcc-js/common"; -import * as Comms from "./Comms"; +import * as Comms from "./Comms.ts"; function nestedRowFix(row) { if (row.Row && row.Row instanceof Array) { diff --git a/packages/other/src/HeatMap.ts b/packages/other/src/HeatMap.ts index 1ce19fdf07..98ee701b44 100644 --- a/packages/other/src/HeatMap.ts +++ b/packages/other/src/HeatMap.ts @@ -5,7 +5,6 @@ const simpleheat = (window as any).simpleheat || (_simpleheat && _simpleheat.def export class HeatMap extends CanvasWidget { _heat; - _palette; constructor() { super(); @@ -88,35 +87,51 @@ export class HeatMap extends CanvasWidget { return retArr; } - - radius: { (): number; (_: number): HeatMap }; - radius_exists: () => boolean; - blur: { (): number; (_: number): HeatMap }; - blur_exists: () => boolean; - max: { (): number; (_: number): HeatMap }; - max_exists: () => boolean; - gradient: { (): object; (_: object): HeatMap }; - gradient_exists: () => boolean; - usePalette: { (): boolean; (_: boolean): HeatMap }; - usePalette_exists: () => boolean; - colorCount: { (): number; (_: number): HeatMap }; - colorCount_exists: () => boolean; - paletteID: { (): string; (_: string): HeatMap }; - paletteID_exists: () => boolean; - useClonedPalette: { (): boolean; (_: boolean): HeatMap }; - useClonedPalette_exists: () => boolean; - topLeftX: { (): number; (_: number): HeatMap }; - topLeftX_exists: () => boolean; - topLeftY: { (): number; (_: number): HeatMap }; - topLeftY_exists: () => boolean; - bottomRightX: { (): number; (_: number): HeatMap }; - bottomRightX_exists: () => boolean; - bottomRightY: { (): number; (_: number): HeatMap }; - bottomRightY_exists: () => boolean; } HeatMap.prototype._class += " other_HeatMap"; HeatMap.prototype._palette = Palette.rainbow("default"); +export interface HeatMap { + _palette; + + radius(): number; + radius(_: number): this; + radius_exists(): boolean; + blur(): number; + blur(_: number): this; + blur_exists(): boolean; + max(): number; + max(_: number): this; + max_exists(): boolean; + gradient(): object; + gradient(_: object): this; + gradient_exists(): boolean; + usePalette(): boolean; + usePalette(_: boolean): this; + usePalette_exists(): boolean; + colorCount(): number; + colorCount(_: number): this; + colorCount_exists(): boolean; + paletteID(): string; + paletteID(_: string): this; + paletteID_exists(): boolean; + useClonedPalette(): boolean; + useClonedPalette(_: boolean): this; + useClonedPalette_exists(): boolean; + topLeftX(): number; + topLeftX(_: number): this; + topLeftX_exists(): boolean; + topLeftY(): number; + topLeftY(_: number): this; + topLeftY_exists(): boolean; + bottomRightX(): number; + bottomRightX(_: number): this; + bottomRightX_exists(): boolean; + bottomRightY(): number; + bottomRightY(_: number): this; + bottomRightY_exists(): boolean; +} + HeatMap.prototype.publish("radius", 15, "number", "Set point radius", null, { tags: ["Basic"] }); HeatMap.prototype.publish("blur", 15, "number", "Set point blur", null, { tags: ["Basic"] }); HeatMap.prototype.publish("max", 1, "number", "Set max data value", null, { tags: ["Basic"] }); diff --git a/packages/other/src/Html.ts b/packages/other/src/Html.ts index fb7daa6efc..ab86ab0918 100644 --- a/packages/other/src/Html.ts +++ b/packages/other/src/Html.ts @@ -29,16 +29,20 @@ export class Html extends HTMLWidget { ; html.exit().remove(); } - - html: { (): string; (_: string): Html }; - html_exists: () => boolean; - overflowX: { (): string; (_: string): Html }; - overflowX_exists: () => boolean; - overflowY: { (): string; (_: string): Html }; - overflowY_exists: () => boolean; } Html.prototype._class += " other_Html"; +export interface Html { + html(): string; + html(_: string): Html; + overflowX(): string; + overflowX(_: string): Html; + overflowX_exists(): boolean; + overflowY(): string; + overflowY(_: string): Html; + overflowY_exists(): boolean; +} + Html.prototype.publish("html", "", "string", "Html to render", null, { tags: ["Basic"] }); Html.prototype.publish("overflowX", null, "set", "CSS overflow-x", ["", "visible", "hidden", "scroll", "auto", "initial", "inherit"], { tags: ["Basic"], optional: true }); Html.prototype.publish("overflowY", null, "set", "CSS overflow-y", ["", "visible", "hidden", "scroll", "auto", "initial", "inherit"], { tags: ["Basic"], optional: true }); diff --git a/packages/other/src/IconList.ts b/packages/other/src/IconList.ts index 5c5e644d9e..17922b62ae 100644 --- a/packages/other/src/IconList.ts +++ b/packages/other/src/IconList.ts @@ -1,7 +1,7 @@ import { Entity, HTMLWidget } from "@hpcc-js/common"; import { HorizontalList, VerticalList } from "@hpcc-js/layout"; import { select as d3Select } from "d3-selection"; -import { Html } from "./Html"; +import { Html } from "./Html.ts"; import "../src/IconList.css"; diff --git a/packages/other/src/Legend.ts b/packages/other/src/Legend.ts index 0e6a5a8815..563f49d5b3 100644 --- a/packages/other/src/Legend.ts +++ b/packages/other/src/Legend.ts @@ -1,7 +1,7 @@ import { Palette, Platform } from "@hpcc-js/common"; import { format as d3Format } from "d3-format"; import { select as d3Select } from "d3-selection"; -import { Table } from "./Table"; +import { Table } from "./Table.ts"; import "../src/Legend.css"; @@ -185,17 +185,24 @@ export class Legend extends Table { onMouseOver(rowData, rowIdx) { } - dataFamily: { (): string; (_: string): Legend }; - dataFamily_exists: () => boolean; - orientation: { (): string; (_: string): Legend }; - orientation_exists: () => boolean; - rainbowFormat: { (): string; (_: string): Legend }; - rainbowFormat_exists: () => boolean; - rainbowBins: { (): number; (_: number): Legend }; - rainbowBins_exists: () => boolean; } Legend.prototype._class += " other_Legend"; +export interface Legend { + dataFamily(): string; + dataFamily(_: string): this; + dataFamily_exists(): boolean; + orientation(): string; + orientation(_: string): this; + orientation_exists(): boolean; + rainbowFormat(): string; + rainbowFormat(_: string): this; + rainbowFormat_exists(): boolean; + rainbowBins(): number; + rainbowBins(_: number): this; + rainbowBins_exists(): boolean; +} + Legend.prototype.publish("dataFamily", "ND", "set", "Type of data", ["1D", "2D", "ND", "map", "any", "other"], { tags: ["Private"] }); Legend.prototype.publish("orientation", "vertical", "set", "Orientation of Legend rows", ["vertical", "horizontal"], { tags: ["Private"] }); Legend.prototype.publish("rainbowFormat", ",", "string", "Rainbow number formatting", null, { tags: ["Private"], optional: true, disable: w => !w.isRainbow() }); diff --git a/packages/other/src/MorphText.ts b/packages/other/src/MorphText.ts index a53f970797..9b5502af7a 100644 --- a/packages/other/src/MorphText.ts +++ b/packages/other/src/MorphText.ts @@ -67,24 +67,31 @@ export class MorphText extends SVGWidget { .remove() ; } - anchor: { (): string; (_: string): MorphText }; - anchor_exists: () => boolean; - fontSize: { (): number; (_: number): MorphText }; - fontSize_exists: () => boolean; - reverse: { (): boolean; (_: boolean): MorphText }; - reverse_exists: () => boolean; - text: (_?: string) => MorphText | this; - text_exists: () => boolean; } MorphText.prototype._class += " other_MorphText"; +export interface MorphText { + anchor(): string; + anchor(_: string): this; + anchor_exists(): boolean; + fontSize(): number; + fontSize(_: number): this; + fontSize_exists(): boolean; + reverse(): boolean; + reverse(_: boolean): this; + reverse_exists(): boolean; + text(): string; + text(_: string): this; + text_exists(): boolean; +} + MorphText.prototype.publish("anchor", "middle", "set", "Sets anchor point", ["middle"], { tags: ["Basic"] }); MorphText.prototype.publish("fontSize", 14, "number", "Sets fontsize", null, { tags: ["Basic"] }); MorphText.prototype.publish("reverse", false, "boolean", "Reverse Animation", null, { tags: ["Basic"] }); MorphText.prototype.publish("text", "", "string", "Sets text/data of widget", null, { tags: ["Basic"] }); const _origText = MorphText.prototype.text; -MorphText.prototype.text = function (_) { +MorphText.prototype.text = function (_?: string) { const retVal = _origText.apply(this, arguments); if (arguments.length) { const usedChars = {}; diff --git a/packages/other/src/NestedTable.ts b/packages/other/src/NestedTable.ts index eec79899de..510c443845 100644 --- a/packages/other/src/NestedTable.ts +++ b/packages/other/src/NestedTable.ts @@ -1,4 +1,4 @@ -import { Table } from "./Table"; +import { Table } from "./Table.ts"; export class NestedTable extends Table { constructor() { diff --git a/packages/other/src/Opportunity.ts b/packages/other/src/Opportunity.ts index cde11d3bdc..2cdc9306ef 100644 --- a/packages/other/src/Opportunity.ts +++ b/packages/other/src/Opportunity.ts @@ -424,32 +424,44 @@ export class Opportunity extends SVGWidget { dropdownList.unshift("default"); return dropdownList; } - previousGroup: { (): string; (_: string): Opportunity }; - previousGroup_exists: () => boolean; - currentGroup: { (): string; (_: string): Opportunity }; - currentGroup_exists: () => boolean; - opportunityId: { (): string; (_: string): Opportunity }; - opportunityId_exists: () => boolean; - url: { (): string; (_: string): Opportunity }; - url_exists: () => boolean; - // width: { (): number; (_: number): Opportunity }; - width_exists: () => boolean; - addColumn: { (): string; (_: string): Opportunity }; - addColumn_exists: () => boolean; - removeColumn: { (): string; (_: string): Opportunity }; - removeColumn_exists: () => boolean; - headerLabels: { (): any[]; (_: any[]): Opportunity }; - headerLabels_exists: () => boolean; - mouseHover: { (): any[]; (_: any[]): Opportunity }; - mouseHover_exists: () => boolean; - columnData: { (): any[]; (_: any[]): Opportunity }; - columnData_exists: () => boolean; } Opportunity.prototype._class += " other_Opportunity"; Opportunity.prototype.Column = Column; Opportunity.prototype.MouseHoverColumn = MouseHoverColumn; Opportunity.prototype.ColumnDropdown = ColumnDropdown; +export interface Opportunity { + previousGroup(): string; + previousGroup(_: string): this; + previousGroup_exists(): boolean; + currentGroup(): string; + currentGroup(_: string): this; + currentGroup_exists(): boolean; + opportunityId(): string; + opportunityId(_: string): this; + opportunityId_exists(): boolean + url(): string; + url(_: string): this; + url_exists(): boolean; + // width(): number; + // width(_: number): this; + addColumn(): string; + addColumn(_: string): this; + addColumn_exists(): boolean; + removeColumn(): string; + removeColumn(_: string): this; + removeColumn_exists(): boolean; + headerLabels(): any[]; + headerLabels(_: any[]): this; + headerLabels_exists(): boolean; + mouseHover(): any[]; + mouseHover(_: any[]): this; + mouseHover_exists(): boolean; + columnData(): any[]; + columnData(_: any[]): this; + columnData_exists(): boolean; +} + Opportunity.prototype.publish("previousGroup", "", "set", "label in Opportunity", function () { return this.getIds(); }, { tags: ["Basic", "Shared"] }); Opportunity.prototype.publish("currentGroup", "", "set", "label in Opportunity", function () { return this.getIds(); }, { tags: ["Basic", "Shared"] }); Opportunity.prototype.publish("opportunityId", "id", "set", "Id for label in Opportunity", function () { return this.getIds(); }, { tags: ["Basic", "Shared"] }); diff --git a/packages/other/src/Paginator.ts b/packages/other/src/Paginator.ts index 0ad9f730ab..575a114e85 100644 --- a/packages/other/src/Paginator.ts +++ b/packages/other/src/Paginator.ts @@ -139,22 +139,30 @@ export class Paginator extends HTMLWidget { exit(domNode, element) { super.exit(domNode, element); } - - itemsPerPage: { (): number; (_: number): Paginator }; - itemsPerPage_exists: () => boolean; - numItems: { (): number; (_: number): Paginator }; - numItems_exists: () => boolean; - pageNumber: { (): number; (_: number): Paginator }; - pageNumber_exists: () => boolean; - adjacentPages: { (): number; (_: number): Paginator }; - adjacentPages_exists: () => boolean; - bottom: { (): number; (_: number): Paginator }; - bottom_exists: () => boolean; - right: { (): number; (_: number): Paginator }; - right_exists: () => boolean; } Paginator.prototype._class += " other_Paginator"; +export interface Paginator { + itemsPerPage(): number; + itemsPerPage(_: number): this; + itemsPerPage_exists(): boolean; + numItems(): number; + numItems(_: number): this; + numItems_exists(): boolean; + pageNumber(): number; + pageNumber(_: number): this; + pageNumber_exists(): boolean; + adjacentPages(): number; + adjacentPages(_: number): this; + adjacentPages_exists(): boolean + bottom(): number; + bottom(_: number): this; + bottom_exists(): boolean; + right(): number; + right(_: number): this; + right_exists(): boolean; +} + Paginator.prototype.publish("itemsPerPage", 2, "number", "Pagination items per page", null, { tags: ["Private"] }); Paginator.prototype.publish("numItems", 10, "number", "Pagination total number of items", null, { tags: ["Private"] }); diff --git a/packages/other/src/PropertyEditor.ts b/packages/other/src/PropertyEditor.ts index fcfa04552f..ec32e0b223 100644 --- a/packages/other/src/PropertyEditor.ts +++ b/packages/other/src/PropertyEditor.ts @@ -1,7 +1,7 @@ import { HTMLWidget, Platform, PropertyExt, Widget } from "@hpcc-js/common"; import { Grid } from "@hpcc-js/layout"; import { local as d3Local, select as d3Select, selectAll as d3SelectAll } from "d3-selection"; -import * as Persist from "./Persist"; +import * as Persist from "./Persist.ts"; import "../src/PropertyEditor.css"; @@ -700,24 +700,36 @@ export class PropertyEditor extends HTMLWidget { break; } } - - showFields: { (): boolean; (_: boolean): PropertyEditor; }; - showData: { (): boolean; (_: boolean): PropertyEditor; }; - - sorting: { (): string; (_: string): PropertyEditor; }; - sorting_options: () => string[]; - - hideNonWidgets: { (): boolean; (_: boolean): PropertyEditor; }; - - label: { (): string; (_: string): PropertyEditor; }; - filterTags: { (): string; (_: string): PropertyEditor; }; - excludeTags: { (): string[]; (_: string[]): PropertyEditor; }; - excludeParams: { (): string[]; (_: string[]): PropertyEditor; }; - - widget: { (): PropertyExt; (_: PropertyExt): PropertyEditor }; } PropertyEditor.prototype._class += " other_PropertyEditor"; +export interface PropertyEditor { + showFields(): boolean; + showFields(_: boolean): this; + showData(): boolean; + showData(_: boolean): this; + + sorting(): string; + sorting(_: string): this; + sorting_options(): string[]; + sorting_options(_: string[]): this; + + hideNonWidgets(): boolean; + hideNonWidgets(_: boolean): this; + + label(): string; + label(_: string): this; + filterTags(): string; + filterTags(_: string): this; + excludeTags(): string[]; + excludeTags(_: string[]): this; + excludeParams(): string[]; + excludeParams(_: string[]): this; + + widget(): PropertyExt; + widget(_: PropertyExt): this; +} + PropertyEditor.prototype.publish("showFields", false, "boolean", "If true, widget.fields() will display as if it was a publish parameter.", null, { tags: ["Basic"] }); PropertyEditor.prototype.publish("showData", false, "boolean", "If true, widget.data() will display as if it was a publish parameter.", null, { tags: ["Basic"] }); diff --git a/packages/other/src/RadioCheckbox.ts b/packages/other/src/RadioCheckbox.ts index c1824c0884..87fd5892d9 100644 --- a/packages/other/src/RadioCheckbox.ts +++ b/packages/other/src/RadioCheckbox.ts @@ -102,20 +102,27 @@ export class RadioCheckbox extends HTMLWidget { click(row, column, selected) { } - - label: { (): string; (_: string): RadioCheckbox }; - label_exists: () => boolean; - valueColumn: { (): string; (_: string): RadioCheckbox }; - valueColumn_exists: () => boolean; - textColumn: { (): string; (_: string): RadioCheckbox }; - textColumn_exists: () => boolean; - sort: { (): string; (_: string): RadioCheckbox }; - sort_exists: () => boolean; - multiple: { (): boolean; (_: boolean): RadioCheckbox }; - multiple_exists: () => boolean; } RadioCheckbox.prototype._class += " other_RadioCheckbox"; +export interface RadioCheckbox { + label(): string; + label(_: string): this; + label_exists(): boolean; + valueColumn(): string; + valueColumn(_: string): this; + valueColumn_exists(): boolean; + textColumn(): string; + textColumn(_: string): this; + textColumn_exists(): boolean; + sort(): string; + sort(_: string): this; + sort_exists + multiple(): boolean; + multiple(_: boolean): this; + multiple_exists(): boolean; +} + RadioCheckbox.prototype.publish("label", null, "string", "Label for RadioCheckbox"); RadioCheckbox.prototype.publish("valueColumn", null, "set", "RadioCheckbox display value", function () { return this.columns(); }, { optional: true }); RadioCheckbox.prototype.publish("textColumn", null, "set", "RadioCheckbox value(s)", function () { return this.columns(); }, { optional: true }); diff --git a/packages/other/src/Select.ts b/packages/other/src/Select.ts index 2f5aa6653a..2be426b395 100644 --- a/packages/other/src/Select.ts +++ b/packages/other/src/Select.ts @@ -94,23 +94,33 @@ export class Select extends HTMLWidget { click(row, column, selected) { } - label: { (): string; (_: string): Select }; - label_exists: () => boolean; - valueColumn: { (): string; (_: string): Select }; - valueColumn_exists: () => boolean; - textColumn: { (): string; (_: string): Select }; - textColumn_exists: () => boolean; - optional: { (): boolean; (_: boolean): Select }; - optional_exists: () => boolean; - sort: { (): string; (_: string): Select }; - sort_exists: () => boolean; - multiple: { (): boolean; (_: boolean): Select }; - multiple_exists: () => boolean; - selectSize: { (): number; (_: number): Select }; - selectSize_exists: () => boolean; } Select.prototype._class += " other_Select"; +export interface Select { + label(): string; + label(_: string): this; + label_exists(): boolean; + valueColumn(): string; + valueColumn(_: string): this; + valueColumn_exists(): boolean; + textColumn(): string; + textColumn(_: string): this; + textColumn_exists(): boolean; + optional(): boolean; + optional(_: boolean): this; + optional_exists(): boolean; + sort(): string; + sort(_: string): this; + sort_exists(): boolean; + multiple(): boolean; + multiple(_: boolean): this; + multiple_exists(): boolean; + selectSize(): number; + selectSize(_: number): this; + selectSize_exists(): boolean; +} + Select.prototype.publish("label", null, "string", "Label for select"); Select.prototype.publish("valueColumn", null, "set", "Select display value", function () { return this.columns(); }, { optional: true }); Select.prototype.publish("textColumn", null, "set", "Select value(s)", function () { return this.columns(); }, { optional: true }); diff --git a/packages/other/src/Table.ts b/packages/other/src/Table.ts index 4c3dfe4e32..8cda0f8a79 100644 --- a/packages/other/src/Table.ts +++ b/packages/other/src/Table.ts @@ -1,5 +1,5 @@ import { d3Event, HTMLWidget, Platform, select as d3Select, selectAll as d3SelectAll, Utility, Widget } from "@hpcc-js/common"; -import { Paginator } from "./Paginator"; +import { Paginator } from "./Paginator.ts"; import "../src/Table.css"; @@ -929,68 +929,117 @@ export class Table extends HTMLWidget { .render() ; } - renderHtmlDataCells: { (): boolean; (_: boolean): Table; }; - pagination: { (): boolean; (_: boolean): Table; }; - paginationLimit: { (): any; (_: any): Table; }; - itemsPerPage: { (): any; (_: any): Table; }; - pageNumber: { (): number; (_: number): Table; }; - adjacentPages: { (): number; (_: number): Table; }; - topN: { (): number; (_: number): Table; }; - pivot: { (): boolean; (_: boolean): Table; }; - showHeader: { (): boolean; (_: boolean): Table; }; - fixedHeader: { (): boolean; (_: boolean): Table; }; - fixedColumn: { (): boolean; (_: boolean): Table; }; - multiSelect: { (): boolean; (_: boolean): Table; }; - - fixedSize: { (): boolean; (_: boolean): Table; }; - - hideEmptyColumns: { (): boolean; (_: boolean): Table; }; - - theadFontSize: { (): string; (_: string): Table; }; - tbodyFontSize: { (): string; (_: string): Table; }; - tfootFontSize: { (): string; (_: string): Table; }; - theadFontColor: { (): string; (_: string): Table; }; - tbodyFontColor: { (): string; (_: string): Table; }; - tfootFontColor: { (): string; (_: string): Table; }; - theadFontFamily: { (): string; (_: string): Table; }; - tbodyFontFamily: { (): string; (_: string): Table; }; - tfootFontFamily: { (): string; (_: string): Table; }; - - theadCellBorderColor: { (): string; (_: string): Table; }; - tfootCellBorderColor: { (): string; (_: string): Table; }; - theadRowBackgroundColor: { (): string; (_: string): Table; }; - tfootRowBackgroundColor: { (): string; (_: string): Table; }; - - tbodyCellBorderColor: { (): string; (_: string): Table; }; - - tbodyRowBackgroundColor: { (): string; (_: string): Table; }; - tbodyFirstColFontColor: { (): string; (_: string): Table; }; - tbodyFirstColBackgroundColor: { (): string; (_: string): Table; }; - - tbodyHoverRowFontColor: { (): string; (_: string): Table; }; - tbodyHoverRowBackgroundColor: { (): string; (_: string): Table; }; - - tbodySelectedRowFontColor: { (): string; (_: string): Table; }; - tbodySelectedRowBackgroundColor: { (): string; (_: string): Table; }; - tableZebraColor: { (): string; (_: string): Table; }; - tableZebraColor_exists: () => boolean; - totalledColumns: { (): any[]; (_: any[]): Table; }; - totalledLabel: { (): string; (_: string): Table; }; - hiddenColumns: { (): any[]; (_: any[]): Table; }; - - stringAlign: { (): string; (_: string): Table; }; - numberAlign: { (): string; (_: string): Table; }; - verticalAlign: { (): string; (_: string): Table; }; - - minWidgetWidth: { (): number; (_: number): Table; }; - minWidgetHeight: { (): number; (_: number): Table; }; - - sortByFieldIndex: { (): number; (_: number): Table; }; - sortByFieldIndex_exists: () => boolean; - descending: { (): boolean; (_: boolean): Table; }; } Table.prototype._class += " other_Table"; +export interface Table { + renderHtmlDataCells(): boolean; + renderHtmlDataCells(_: boolean): this; + pagination(): boolean; + pagination(_: boolean): this; + paginationLimit(): any; + paginationLimit(_: any): this; + itemsPerPage(): any; + itemsPerPage(_: any): this; + pageNumber(): number; + pageNumber(_: number): this; + adjacentPages(): number; + adjacentPages(_: number): this; + topN(): number; + topN(_: number): this; + pivot(): boolean; + pivot(_: boolean): this; + showHeader(): boolean; + showHeader(_: boolean): this; + fixedHeader(): boolean; + fixedHeader(_: boolean): this; + fixedColumn(): boolean; + fixedColumn(_: boolean): this; + multiSelect(): boolean; + multiSelect(_: boolean): this; + + fixedSize(): boolean; + fixedSize(_: boolean): this; + + hideEmptyColumns(): boolean; + hideEmptyColumns(_: boolean): this; + + theadFontSize(): string; + theadFontSize(_: string): this; + tbodyFontSize(): string; + tbodyFontSize(_: string): this; + tfootFontSize(): string; + tfootFontSize(_: string): this; + theadFontColor(): string; + theadFontColor(_: string): this; + tbodyFontColor(): string; + tbodyFontColor(_: string): this; + tfootFontColor(): string; + tfootFontColor(_: string): this; + theadFontFamily(): string; + theadFontFamily(_: string): this; + tbodyFontFamily(): string; + tbodyFontFamily(_: string): this; + tfootFontFamily(): string; + tfootFontFamily(_: string): this; + + theadCellBorderColor(): string; + theadCellBorderColor(_: string): this; + tfootCellBorderColor(): string; + tfootCellBorderColor(_: string): this; + theadRowBackgroundColor(): string; + theadRowBackgroundColor(_: string): this; + tfootRowBackgroundColor(): string; + tfootRowBackgroundColor(_: string): this; + + tbodyCellBorderColor(): string; + tbodyCellBorderColor(_: string): this; + + tbodyRowBackgroundColor(): string; + tbodyRowBackgroundColor(_: string): this; + tbodyFirstColFontColor(): string; + tbodyFirstColFontColor(_: string): this; + tbodyFirstColBackgroundColor(): string; + tbodyFirstColBackgroundColor(_: string): this; + + tbodyHoverRowFontColor(): string; + tbodyHoverRowFontColor(_: string): this; + tbodyHoverRowBackgroundColor(): string; + tbodyHoverRowBackgroundColor(_: string): this; + + tbodySelectedRowFontColor(): string; + tbodySelectedRowFontColor(_: string): this; + tbodySelectedRowBackgroundColor(): string; + tbodySelectedRowBackgroundColor(_: string): this; + tableZebraColor(): string; + tableZebraColor(_: string): this; + tableZebraColor_exists(): boolean; + totalledColumns(): any[]; + totalledColumns(_: any[]): this; + totalledLabel(): string; + totalledLabel(_: string): this; + hiddenColumns(): any[]; + hiddenColumns(_: any[]): this; + + stringAlign(): string; + stringAlign(_: string): this; + numberAlign(): string; + numberAlign(_: string): this; + verticalAlign(): string; + verticalAlign(_: string): this; + + minWidgetWidth(): number; + minWidgetWidth(_: number): this; + minWidgetHeight(): number; + minWidgetHeight(_: number): this; + + sortByFieldIndex(): number; + sortByFieldIndex(_: number): this; + sortByFieldIndex_exists(): boolean; + descending(): boolean; + descending(_: boolean): this; +} + Table.prototype.publish("renderHtmlDataCells", false, "boolean", "enable or disable HTML within cells", null, { tags: ["Private"] }); Table.prototype.publish("pagination", true, "boolean", "Enable or disable pagination", null, { tags: ["Private"] }); Table.prototype.publish("paginationLimit", null, "number", "Maximum number of rows allowed before pagination defaults to on", null, { tags: ["Private"] }); diff --git a/packages/other/src/ThemeEditor.ts b/packages/other/src/ThemeEditor.ts index e6e3efa5f3..21589e4631 100644 --- a/packages/other/src/ThemeEditor.ts +++ b/packages/other/src/ThemeEditor.ts @@ -1,5 +1,5 @@ import { HTMLWidget } from "@hpcc-js/common"; -import * as Persist from "./Persist"; +import * as Persist from "./Persist.ts"; import "../src/ThemeEditor.css"; @@ -697,34 +697,48 @@ export class ThemeEditor extends HTMLWidget { return retArr; } } - - themeMode: { (): boolean; (_: boolean): ThemeEditor }; - themeMode_exists: () => boolean; - saveTheme: { (): string; (_: string): ThemeEditor }; - saveTheme_exists: () => boolean; - loadedTheme: { (): string; (_: string): ThemeEditor }; - loadedTheme_exists: () => boolean; - saveSerial: { (): string; (_: string): ThemeEditor }; - saveSerial_exists: () => boolean; - loadedSerial: { (): string; (_: string): ThemeEditor }; - loadedSerial_exists: () => boolean; - showColumns: { (): boolean; (_: boolean): ThemeEditor }; - showColumns_exists: () => boolean; - showData: { (): boolean; (_: boolean): ThemeEditor }; - showData_exists: () => boolean; - shareCountMin: { (): number; (_: number): ThemeEditor }; - shareCountMin_exists: () => boolean; - paramGrouping: { (): string; (_: string): ThemeEditor }; - paramGrouping_exists: () => boolean; - editorComplexity: { (): string; (_: string): ThemeEditor }; - editorComplexity_exists: () => boolean; - sectionTitle: { (): string; (_: string): ThemeEditor }; - sectionTitle_exists: () => boolean; - collapsibleSections: { (): boolean; (_: boolean): ThemeEditor }; - collapsibleSections_exists: () => boolean; } ThemeEditor.prototype._class += " other_ThemeEditor"; +export interface ThemeEditor { + themeMode(): boolean; + themeMode(_: boolean): this; + themeMode_exists(): boolean; + saveTheme(): string; + saveTheme(_: string): this; + saveTheme_exists(): boolean; + loadedTheme(): string; + loadedTheme(_: string): this; + loadedTheme_exists(): boolean; + saveSerial(): string; + saveSerial(_: string): this; + saveSerial_exists(): boolean; + loadedSerial(): string; + loadedSerial(_: string): this; + loadedSerial_exists(): boolean; + showColumns(): boolean; + showColumns(_: boolean): this; + showColumns_exists(): boolean; + showData(): boolean; + showData(_: boolean): this; + showData_exists(): boolean; + shareCountMin(): number; + shareCountMin(_: number): this; + shareCountMin_exists(): boolean; + paramGrouping(): string; + paramGrouping(_: string): this; + paramGrouping_exists(): boolean + editorComplexity(): string; + editorComplexity(_: string): this; + editorComplexity_exists(): boolean; + sectionTitle(): string; + sectionTitle(_: string): this; + sectionTitle_exists(): boolean; + collapsibleSections(): boolean; + collapsibleSections(_: boolean): this; + collapsibleSections_exists(): boolean; +} + ThemeEditor.prototype.publish("themeMode", true, "boolean", "Edit default values", null, { tags: ["Basic"] }); ThemeEditor.prototype.publish("saveTheme", "", "string", "Save Theme", null, { tags: ["Basic", "Theme"], saveButton: "Save", saveButtonID: "te-save-button" }); ThemeEditor.prototype.publish("loadedTheme", getThemeNames(1), "set", "Loaded Theme", getThemeNames(), { tags: ["Basic", "Theme"] }); diff --git a/packages/other/src/index.ts b/packages/other/src/index.ts index c06a6fcef8..966b78780b 100644 --- a/packages/other/src/index.ts +++ b/packages/other/src/index.ts @@ -1,23 +1,23 @@ -export * from "./__package__"; -export * from "./Audio"; -export * from "./AutoCompleteText"; -export * from "./CalendarHeatMap"; -import * as Comms from "./Comms"; +export * from "./__package__.ts"; +export * from "./Audio.ts"; +export * from "./AutoCompleteText.ts"; +export * from "./CalendarHeatMap.ts"; +import * as Comms from "./Comms.ts"; export { Comms }; -export * from "./ESP"; -export * from "./HeatMap"; -export * from "./HPCCBadge"; -export * from "./Html"; -export * from "./IconList"; -export * from "./Legend"; -export * from "./MorphText"; -export * from "./NestedTable"; -export * from "./Opportunity"; -export * from "./Paginator"; -import * as Persist from "./Persist"; +export * from "./ESP.ts"; +export * from "./HeatMap.ts"; +export * from "./HPCCBadge.ts"; +export * from "./Html.ts"; +export * from "./IconList.ts"; +export * from "./Legend.ts"; +export * from "./MorphText.ts"; +export * from "./NestedTable.ts"; +export * from "./Opportunity.ts"; +export * from "./Paginator.ts"; +import * as Persist from "./Persist.ts"; export { Persist }; -export * from "./PropertyEditor"; -export * from "./RadioCheckbox"; -export * from "./Select"; -export * from "./Table"; -export * from "./ThemeEditor"; +export * from "./PropertyEditor.ts"; +export * from "./RadioCheckbox.ts"; +export * from "./Select.ts"; +export * from "./Table.ts"; +export * from "./ThemeEditor.ts"; diff --git a/packages/other/tests/other.browser.spec.ts b/packages/other/tests/other.browser.spec.ts new file mode 100644 index 0000000000..9bcf015ff2 --- /dev/null +++ b/packages/other/tests/other.browser.spec.ts @@ -0,0 +1,128 @@ +import * as other from "@hpcc-js/other"; +import { Audio, AutoCompleteText, CalendarHeatMap, HeatMap, HPCCBadge, Html, IconList, Legend, MorphText, NestedTable, Opportunity, Paginator, PropertyEditor, RadioCheckbox, Select, Table, ThemeEditor } from "@hpcc-js/other"; +import { Class, HTMLWidget, SVGWidget } from "@hpcc-js/common"; +import { Line } from "@hpcc-js/chart"; +import { Border } from "@hpcc-js/layout"; +import { describe, it, expect } from "vitest"; +import { classDef, data, render } from "../../common/tests/index.ts"; + +const urlSearch: string = window.location.href.split("?")[1]; + +describe("@hpcc-js/other", () => { + for (const key in other) { + const item = (other as any)[key]; + if (item) { + if (!urlSearch || urlSearch === item.prototype.constructor.name) { + describe(`${item.prototype?.constructor?.name}`, () => { + it("Simple", () => { + expect(true).to.be.true; + }); + if (item.prototype instanceof Class) { + classDef("other", item); + } + if (item.prototype instanceof HTMLWidget || item.prototype instanceof SVGWidget) { + switch (item.prototype.constructor) { + case HeatMap: + render(new HeatMap() + .columns(data.HeatMap.simple.columns) + .data(data.HeatMap.simple.data) + ); + break; + case Table: + const table = new Table() + .columns(["Subject", "Year 1", "Year 2", "Year 3", "Year 4"]) + .data([ + ["Width 2 undefined", , 83, , 72], + ["English II", 17, 43, 83, 93], + ["English III", 6, 43, 64, 93], + ["Width Blank", 7, "", 52, 83], + ["Geography II", 16, 73, 52, 83], + ["Width 2 undefined", , 83, , 72], + ["Science", 66, 60, 85, 6], + ["Science II", 46, 20, 53, 7], + ["With 2 NULL", null, 20, null, 7], + ["Math", 98, 30, 23, 13], + ["Math II", 76, 30, 34, 6], + ["Math III", 80, 30, 27, 8] + ]) + ; + render(table); + break; + case Html: + render(new Html() + .html('
Text in a div!
') + ); + break; + case Audio: + case CalendarHeatMap: + case IconList: + case AutoCompleteText: + case ThemeEditor: + case RadioCheckbox: + case PropertyEditor: + case Paginator: + case Opportunity: + case NestedTable: + case MorphText: + case HPCCBadge: + /* + render(new AutoCompleteText() + .columns(["Col Label", "Col Value"]) + .data([ + ["Math", 0], + ["Science", 1], + ["Geography", 3], + ["Irish", 5], + ["English", 7], + ["Spanish", 2], + ["Physics", 4], + ["Astrology", 6] + ]) + .label("Label: ") + .valueColumn("Col Value") + .textColumn("Col Label") + ); + */ + break; + case Select: + render(new Select() + .columns(["Col Label", "Col Value"]) + .data([ + ["Math", 0], + ["Science", 1], + ["Geography", 3], + ["Irish", 5], + ["English", 7], + ["Spanish", 2], + ["Physics", 4], + ["Astrology", 6] + ]) + .label("Label: ") + .valueColumn("Col Value") + .textColumn("Col Label") + ); + break; + case Legend: + const line = new Line() + .columns(data.ND.ampolar.columns) + .data(data.ND.ampolar.data) + ; + const legend = new Legend() + .targetWidget(line) + ; + render(new Border() + .setContent("center", line) + .setContent("right", legend) + ); + break; + default: + it("Has render test", () => { + expect(false).to.be.true; + }); + } + } + }); + } + } + } +}); diff --git a/packages/other/tsconfig.json b/packages/other/tsconfig.json index 3c5b5e30ce..3cd3be3a69 100644 --- a/packages/other/tsconfig.json +++ b/packages/other/tsconfig.json @@ -1,22 +1,25 @@ { - "extends": "../tsconfig.settings.json", "compilerOptions": { - "rootDir": "./src", - "outDir": "./lib-umd", - "declarationDir": "./types", + "rootDir": "src", + "module": "NodeNext", + "target": "ESNext", + "resolveJsonModule": true, + "emitDeclarationOnly": true, + "declaration": true, + "declarationDir": "types", + "strict": false, + "noImplicitAny": false, + "noImplicitThis": false, + "strictNullChecks": false, + "skipLibCheck": true, + "allowImportingTsExtensions": true, + "lib": [ + "DOM", + "ESNext", + "ES2020" + ] }, "include": [ - "./src/**/*" - ], - "references": [ - { - "path": "../api" - }, - { - "path": "../common" - }, - { - "path": "../layout" - } + "./src/index.ts" ] } \ No newline at end of file diff --git a/packages/other/vitest.workspace.ts b/packages/other/vitest.workspace.ts new file mode 100644 index 0000000000..fa7bb0720b --- /dev/null +++ b/packages/other/vitest.workspace.ts @@ -0,0 +1,6 @@ +import { defineWorkspace } from 'vitest/config'; +import baseWorkspace from '../../vitest.workspace.ts'; + +export default defineWorkspace([ + ...baseWorkspace +]) \ No newline at end of file diff --git a/packages/phosphor-shim/esbuild.js b/packages/phosphor-shim/esbuild.js new file mode 100644 index 0000000000..fe1b2e12f4 --- /dev/null +++ b/packages/phosphor-shim/esbuild.js @@ -0,0 +1,12 @@ +import { browserTpl } from "@hpcc-js/esbuild-plugins"; +import pkg from "./package.json" with { type: "json" }; + +// config --- +await Promise.all([ + browserTpl("src/index.ts", "dist/index", { + keepNames: true, + external: [ + ...Object.keys(pkg.dependencies), + ] + }) +]); diff --git a/packages/phosphor-shim/package.json b/packages/phosphor-shim/package.json index cd475651d1..b9af460056 100644 --- a/packages/phosphor-shim/package.json +++ b/packages/phosphor-shim/package.json @@ -1,51 +1,45 @@ { "name": "@hpcc-js/phosphor-shim", - "version": "2.16.0", + "version": "3.0.0", "description": "hpcc-js - Phosphor shim", - "main": "dist/index.js", - "module": "dist/index.es6", - "unpkg": "dist/index.min.js", - "jsdelivr": "dist/index.min.js", - "types": "types/index.d.ts", - "typesVersions": { - "<3.8": { - "*": [ - "types-3.4/index.d.ts" - ] - } + "type": "module", + "exports": { + ".": { + "types": "./types/index.d.ts", + "default": "./dist/index.js" + }, + "./dist/*": "./dist/*" }, + "module": "./dist/index.js", + "browser": "./dist/index.js", + "types": "./types/index.d.ts", "files": [ "dist/*", - "types/*", - "types-3.4/*", - "src/*" + "src/*", + "types/*" ], "scripts": { - "clean": "rimraf --glob lib* types dist *.tsbuildinfo", - "compile-es6": "tsc --module es6 --outDir ./lib-es6", - "compile-es6-watch": "npm run compile-es6 -- -w", - "compile-umd": "tsc --module umd --outDir ./lib-umd", - "compile-umd-watch": "npm run compile-umd -- -w", - "bundle": "rollup -c", - "bundle-watch": "npm run bundle -- -w", - "minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js", - "gen-legacy-types": "downlevel-dts ./types ./types-3.4", - "build": "npm run compile-es6 && npm run bundle", - "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch", + "clean": "rimraf --glob lib* types dist *.tsbuildinfo .turbo", + "bundle": "node esbuild.js", + "bundle-watch": "npm run bundle -- --development --watch", + "gen-types": "tsc --project tsconfig.json", + "gen-types-watch": "npm run gen-types -- --watch", + "build": "run-p gen-types bundle", "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js", "lint": "eslint ./src", + "lint-fix": "eslint --fix src/**/*.ts", "docs": "typedoc --options tdoptions.json .", - "update": "npx --yes npm-check-updates -u -t minor" + "update": "npx --yes npm-check-updates -u -t minor", + "update-major": "npx --yes npm-check-updates -u" }, - "dependencies": { + "dependencies": {}, + "devDependencies": { + "@hpcc-js/esbuild-plugins": "^1.2.0", "@lumino/algorithm": "1.9.2", "@lumino/commands": "1.21.1", "@lumino/messaging": "1.10.3", "@lumino/widgets": "1.37.2" }, - "devDependencies": { - "@hpcc-js/bundle": "^2.12.0" - }, "repository": { "type": "git", "url": "git+https://github.com/hpcc-systems/Visualization.git" @@ -57,4 +51,4 @@ "url": "https://github.com/hpcc-systems/Visualization/issues" }, "homepage": "https://github.com/hpcc-systems/Visualization" -} +} \ No newline at end of file diff --git a/packages/phosphor-shim/rollup.config.mjs b/packages/phosphor-shim/rollup.config.mjs deleted file mode 100644 index a17cd6028d..0000000000 --- a/packages/phosphor-shim/rollup.config.mjs +++ /dev/null @@ -1,44 +0,0 @@ -import { external, globals } from "@hpcc-js/bundle"; -import alias from '@rollup/plugin-alias'; -import commonjs from '@rollup/plugin-commonjs'; -import sourcemaps from 'rollup-plugin-sourcemaps'; -import nodeResolve from '@rollup/plugin-node-resolve'; -import postcss from "rollup-plugin-postcss"; -import replace from '@rollup/plugin-replace'; - -import pkg from "./package.json" with { type: "json" }; - -export default { - input: "lib-es6/index", - external: external, - output: [{ - file: pkg.main, - format: "umd", - sourcemap: true, - globals: globals, - name: pkg.name - }, { - file: pkg.module + ".js", - format: "es", - sourcemap: true, - globals: globals, - name: pkg.name - }], - plugins: [ - replace({ - "(typeof require !== 'undefined' && require('crypto')) ||": "/*---@hpcc-js (typeof require !== 'undefined' && require('crypto')) || @hpcc-js---*/", - delimiters: ['', ''] - }), - alias({}), - nodeResolve({ - preferBuiltins: true - }), - commonjs({ - }), - sourcemaps(), - postcss({ - extensions: [".css"], - minimize: true - }) - ] -}; \ No newline at end of file diff --git a/packages/phosphor-shim/src/index.ts b/packages/phosphor-shim/src/index.ts index 742ee11184..7c626f1ca1 100644 --- a/packages/phosphor-shim/src/index.ts +++ b/packages/phosphor-shim/src/index.ts @@ -1,4 +1,4 @@ -export * from "./__package__"; +export * from "./__package__.ts"; export { each } from "@lumino/algorithm"; export { CommandRegistry } from "@lumino/commands"; export { ConflatableMessage, Message, MessageLoop } from "@lumino/messaging"; diff --git a/packages/phosphor-shim/tsconfig.json b/packages/phosphor-shim/tsconfig.json index 429dc0b389..318ecdd23e 100644 --- a/packages/phosphor-shim/tsconfig.json +++ b/packages/phosphor-shim/tsconfig.json @@ -1,11 +1,24 @@ { - "extends": "../tsconfig.settings.json", "compilerOptions": { - "rootDir": "./src", - "outDir": "./lib-umd", - "declarationDir": "./types", + "rootDir": "src", + "module": "NodeNext", + "target": "ESNext", + "resolveJsonModule": true, + "emitDeclarationOnly": true, + "declaration": true, + "declarationDir": "types", + "strict": true, + "noImplicitAny": false, + "strictNullChecks": false, + "skipLibCheck": true, + "allowImportingTsExtensions": true, + "lib": [ + "DOM", + "ESNext", + "ES2020" + ] }, "include": [ - "./src/**/*" + "./src/index.ts" ] } \ No newline at end of file diff --git a/packages/phosphor/.vscode/launch.json b/packages/phosphor/.vscode/launch.json new file mode 100644 index 0000000000..967172fec7 --- /dev/null +++ b/packages/phosphor/.vscode/launch.json @@ -0,0 +1,47 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "test-browser", + "type": "msedge", + "request": "launch", + "url": "http://localhost:63315", + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, + { + "name": "test-node", + "type": "node", + "request": "launch", + "runtimeArgs": [ + "run-script", + "test-node" + ], + "runtimeExecutable": "npm", + "skipFiles": [ + "/**" + ], + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, + { + "name": "index.html", + "request": "launch", + "type": "msedge", + "url": "file:///${workspaceFolder}/index.html", + "runtimeArgs": [ + "--disable-web-security" + ], + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ] + } + ] +} \ No newline at end of file diff --git a/packages/phosphor/.vscode/tasks.json b/packages/phosphor/.vscode/tasks.json index 7fffdb949c..120545d06c 100644 --- a/packages/phosphor/.vscode/tasks.json +++ b/packages/phosphor/.vscode/tasks.json @@ -1,20 +1,36 @@ { - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { + "label": "gen-types-watch", "type": "npm", - "script": "compile-umd-watch", - "group": { - "kind": "build", - "isDefault": true - }, + "script": "gen-types-watch", "problemMatcher": [ "$tsc-watch" ], - "label": "npm: compile-umd-watch", - "detail": "tsc --module umd --outDir ./lib-umd --watch" + "presentation": { + "group": "group-build" + } + }, + { + "label": "bundle-watch", + "type": "npm", + "script": "bundle-watch", + "problemMatcher": [], + "presentation": { + "group": "group-build" + } + }, + { + "label": "build", + "dependsOn": [ + "gen-types-watch", + "bundle-watch", + ], + "group": { + "kind": "build", + "isDefault": true + } } ] } \ No newline at end of file diff --git a/packages/phosphor/esbuild.js b/packages/phosphor/esbuild.js new file mode 100644 index 0000000000..67b91a9988 --- /dev/null +++ b/packages/phosphor/esbuild.js @@ -0,0 +1,29 @@ +import { browserTpl } from "@hpcc-js/esbuild-plugins"; +import pkg from "./package.json" with { type: "json" }; + +// config --- +await Promise.all([ + browserTpl("src/index.ts", "dist/index", { + keepNames: true, + alias: { + "d3-array": "@hpcc-js/common", + "d3-brush": "@hpcc-js/common", + "d3-collection": "@hpcc-js/common", + "d3-color": "@hpcc-js/common", + "d3-dispatch": "@hpcc-js/common", + "d3-drag": "@hpcc-js/common", + "d3-dsv": "@hpcc-js/common", + "d3-ease": "@hpcc-js/common", + "d3-format": "@hpcc-js/common", + "d3-interpolate": "@hpcc-js/common", + "d3-scale": "@hpcc-js/common", + "d3-selection": "@hpcc-js/common", + "d3-time-format": "@hpcc-js/common", + "d3-transition": "@hpcc-js/common", + "d3-zoom": "@hpcc-js/common" + }, + external: [ + ...Object.keys(pkg.dependencies), + ] + }) +]); diff --git a/packages/phosphor/index.html b/packages/phosphor/index.html new file mode 100644 index 0000000000..6c9780af58 --- /dev/null +++ b/packages/phosphor/index.html @@ -0,0 +1,91 @@ + + + + + Home + + + + + + + + + + +

ESM Quick Test

+
+ + + + + \ No newline at end of file diff --git a/packages/phosphor/package.json b/packages/phosphor/package.json index 9f52b2d744..423d71d04a 100644 --- a/packages/phosphor/package.json +++ b/packages/phosphor/package.json @@ -1,52 +1,46 @@ { "name": "@hpcc-js/phosphor", - "version": "2.20.0", + "version": "3.0.0", "description": "hpcc-js - Viz Phosphor", - "main": "dist/index.js", - "module": "dist/index.es6", - "unpkg": "dist/index.min.js", - "jsdelivr": "dist/index.min.js", - "types": "types/index.d.ts", - "typesVersions": { - "<3.8": { - "*": [ - "types-3.4/index.d.ts" - ] - } + "type": "module", + "exports": { + ".": { + "types": "./types/index.d.ts", + "default": "./dist/index.js" + }, + "./dist/*": "./dist/*" }, + "module": "./dist/index.js", + "browser": "./dist/index.js", + "types": "./types/index.d.ts", "files": [ "dist/*", - "types/*", - "types-3.4/*", - "src/*" + "src/*", + "types/*" ], "scripts": { - "clean": "rimraf --glob lib* types dist *.tsbuildinfo", - "compile-es6": "tsc --module es6 --outDir ./lib-es6", - "compile-es6-watch": "npm run compile-es6 -- -w", - "compile-umd": "tsc --module umd --outDir ./lib-umd", - "compile-umd-watch": "npm run compile-umd -- -w", - "bundle": "rollup -c", - "bundle-watch": "npm run bundle -- -w", - "minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js", - "gen-legacy-types": "downlevel-dts ./types ./types-3.4", - "build": "npm run compile-es6 && npm run bundle", - "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch", + "clean": "rimraf --glob lib* types dist *.tsbuildinfo .turbo", + "bundle": "node esbuild.js", + "bundle-watch": "npm run bundle -- --development --watch", + "gen-types": "tsc --project tsconfig.json", + "gen-types-watch": "npm run gen-types -- --watch", + "build": "run-p gen-types bundle", "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js", "lint": "eslint ./src", + "lint-fix": "eslint --fix src/**/*.ts", "docs": "typedoc --options tdoptions.json .", - "update": "npx --yes npm-check-updates -u -t minor" + "test-browser": "vitest run --project browser", + "test": "vitest run", + "coverage": "vitest run --coverage", + "update": "npx --yes npm-check-updates -u -t minor", + "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^2.73.0", - "@hpcc-js/other": "^2.17.0", - "@hpcc-js/phosphor-shim": "^2.16.0", - "@hpcc-js/util": "^2.53.0" + "@hpcc-js/common": "^3.1.0" }, "devDependencies": { - "@hpcc-js/bundle": "^2.12.0", - "d3-selection": "^1", - "tslib": "2.7.0" + "@hpcc-js/esbuild-plugins": "^1.2.0", + "@hpcc-js/phosphor-shim": "^3.0.0" }, "repository": { "type": "git", @@ -59,4 +53,4 @@ "url": "https://github.com/hpcc-systems/Visualization/issues" }, "homepage": "https://github.com/hpcc-systems/Visualization" -} +} \ No newline at end of file diff --git a/packages/phosphor/rollup.config.mjs b/packages/phosphor/rollup.config.mjs deleted file mode 100644 index 3e0b2b9d2a..0000000000 --- a/packages/phosphor/rollup.config.mjs +++ /dev/null @@ -1,56 +0,0 @@ -import { external, globals } from "@hpcc-js/bundle"; -import alias from '@rollup/plugin-alias'; -import commonjs from '@rollup/plugin-commonjs'; -import sourcemaps from 'rollup-plugin-sourcemaps'; -import nodeResolve from '@rollup/plugin-node-resolve'; -import postcss from "rollup-plugin-postcss"; - -import pkg from "./package.json" with { type: "json" }; - -export default { - input: "lib-es6/index", - external: external, - output: [{ - file: pkg.main, - format: "umd", - sourcemap: true, - globals: globals, - name: pkg.name - }, { - file: pkg.module + ".js", - format: "es", - sourcemap: true, - globals: globals, - name: pkg.name - }], - plugins: [ - alias({ - entries: [ - { find: "d3-array", replacement: "@hpcc-js/common" }, - { find: "d3-brush", replacement: "@hpcc-js/common" }, - { find: "d3-collection", replacement: "@hpcc-js/common" }, - { find: "d3-color", replacement: "@hpcc-js/common" }, - { find: "d3-dispatch", replacement: "@hpcc-js/common" }, - { find: "d3-drag", replacement: "@hpcc-js/common" }, - { find: "d3-dsv", replacement: "@hpcc-js/common" }, - { find: "d3-ease", replacement: "@hpcc-js/common" }, - { find: "d3-format", replacement: "@hpcc-js/common" }, - { find: "d3-interpolate", replacement: "@hpcc-js/common" }, - { find: "d3-scale", replacement: "@hpcc-js/common" }, - { find: "d3-selection", replacement: "@hpcc-js/common" }, - { find: "d3-time-format", replacement: "@hpcc-js/common" }, - { find: "d3-transition", replacement: "@hpcc-js/common" }, - { find: "d3-zoom", replacement: "@hpcc-js/common" } - ] - }), - nodeResolve({ - preferBuiltins: true - }), - commonjs({}), - sourcemaps(), - postcss({ - extensions: [".css"], - minimize: true - }) - ] -}; \ No newline at end of file diff --git a/packages/phosphor/src/DockPanel.ts b/packages/phosphor/src/DockPanel.ts index d23a5835a1..cfef8b9320 100644 --- a/packages/phosphor/src/DockPanel.ts +++ b/packages/phosphor/src/DockPanel.ts @@ -1,8 +1,7 @@ -import { HTMLWidget, Widget, Utility } from "@hpcc-js/common"; +import { HTMLWidget, Widget, Utility, select as d3Select } from "@hpcc-js/common"; import { DockPanel as PhosphorDockPanel, IMessageHandler, IMessageHook, Message, MessageLoop, Widget as PWidget } from "@hpcc-js/phosphor-shim"; -import { select as d3Select } from "d3-selection"; -import { PDockPanel } from "./PDockPanel"; -import { IClosable, Msg, WidgetAdapter } from "./WidgetAdapter"; +import { PDockPanel } from "./PDockPanel.ts"; +import { IClosable, Msg, WidgetAdapter } from "./WidgetAdapter.ts"; import "../src/DockPanel.css"; @@ -102,6 +101,7 @@ export class DockPanel extends HTMLWidget implements IMessageHandler, IMessageHo exit(domNode, element) { [...this.widgets()].forEach(w => this.removeWidget(w)); + PWidget.detach(this._dock); super.exit(domNode, element); } @@ -117,7 +117,7 @@ export class DockPanel extends HTMLWidget implements IMessageHandler, IMessageHo setTimeout(() => { const tabBars = this.element().selectAll(".p-Widget.p-TabBar.p-DockPanel-tabBar"); let refit = false; - tabBars.each(function () { + tabBars.each(function (this: HTMLElement) { const tabBar = d3Select(this); const tabsCount = (tabBar.node() as HTMLElement).childNodes[0].childNodes.length; const hide = context.hideSingleTabs() && tabsCount === 1; diff --git a/packages/phosphor/src/PDockPanel.ts b/packages/phosphor/src/PDockPanel.ts index 9c87370619..ef0e2bdd4a 100644 --- a/packages/phosphor/src/PDockPanel.ts +++ b/packages/phosphor/src/PDockPanel.ts @@ -1,6 +1,6 @@ // import { Persist } from "@hpcc-js/other"; import { DockLayout, DockPanel, TabBar, Widget } from "@hpcc-js/phosphor-shim"; -import { WidgetAdapter, WidgetAdapterArray } from "./WidgetAdapter"; +import { WidgetAdapter, WidgetAdapterArray } from "./WidgetAdapter.ts"; export class PRenderer extends DockPanel.Renderer { _owner: PDockPanel; @@ -55,11 +55,11 @@ export class PDockPanel extends DockPanel { return { __id: widget.widget.id() }; - } catch (e) { + } catch (e: any) { return { exception: { - message: e.message, - stack: e.stack + message: e.message ?? "", + stack: e.stack ?? [] } }; } diff --git a/packages/phosphor/src/SplitPanel.ts b/packages/phosphor/src/SplitPanel.ts index 5790413af6..cc1fd1901e 100644 --- a/packages/phosphor/src/SplitPanel.ts +++ b/packages/phosphor/src/SplitPanel.ts @@ -1,6 +1,6 @@ import { HTMLWidget, SVGWidget, Widget } from "@hpcc-js/common"; import { SplitPanel as PSplitPanel, Widget as PWidget } from "@hpcc-js/phosphor-shim"; -import { WidgetAdapter, WidgetAdapterArray } from "./WidgetAdapter"; +import { WidgetAdapter, WidgetAdapterArray } from "./WidgetAdapter.ts"; import "../src/DockPanel.css"; @@ -56,6 +56,7 @@ export class SplitPanel extends HTMLWidget { } exit(domNode, element) { + PWidget.detach(this._split); super.exit(domNode, element); } diff --git a/packages/phosphor/src/TabPanel.ts b/packages/phosphor/src/TabPanel.ts index 40d1a88648..8931c1fa99 100644 --- a/packages/phosphor/src/TabPanel.ts +++ b/packages/phosphor/src/TabPanel.ts @@ -1,6 +1,6 @@ import { HTMLWidget, SVGWidget, Widget } from "@hpcc-js/common"; import { IMessageHandler, Message, TabPanel as PTabPanel, Widget as PWidget } from "@hpcc-js/phosphor-shim"; -import { Msg, WidgetAdapter, WidgetAdapterArray, WidgetAdapterExt } from "./WidgetAdapter"; +import { Msg, WidgetAdapter, WidgetAdapterArray, WidgetAdapterExt } from "./WidgetAdapter.ts"; import "../src/DockPanel.css"; @@ -71,6 +71,7 @@ export class TabPanel extends HTMLWidget { } exit(domNode, element) { + PWidget.detach(this._tab); super.exit(domNode, element); } diff --git a/packages/phosphor/src/WidgetAdapter.ts b/packages/phosphor/src/WidgetAdapter.ts index c59d276994..4553ac357e 100644 --- a/packages/phosphor/src/WidgetAdapter.ts +++ b/packages/phosphor/src/WidgetAdapter.ts @@ -1,7 +1,6 @@ -import { Widget } from "@hpcc-js/common"; +import { Widget, select as d3Select } from "@hpcc-js/common"; // import { Persist } from "@hpcc-js/other"; import { ConflatableMessage, Message, MessageLoop, Widget as PWidget } from "@hpcc-js/phosphor-shim"; -import { select as d3Select } from "d3-selection"; import "../src/WidgetAdapter.css"; diff --git a/packages/phosphor/src/index.ts b/packages/phosphor/src/index.ts index 71ba046fde..f24696222e 100644 --- a/packages/phosphor/src/index.ts +++ b/packages/phosphor/src/index.ts @@ -1,6 +1,8 @@ -export * from "./__package__"; +export * from "./__package__.ts"; export { CommandPalette, CommandRegistry, ContextMenu } from "@hpcc-js/phosphor-shim"; -export * from "./DockPanel"; -export * from "./SplitPanel"; -export * from "./TabPanel"; -export * from "./WidgetAdapter"; +import "../../phosphor-shim/dist/index.css"; + +export * from "./DockPanel.ts"; +export * from "./SplitPanel.ts"; +export * from "./TabPanel.ts"; +export * from "./WidgetAdapter.ts"; diff --git a/packages/phosphor/tests/phosphor.browser.spec.ts b/packages/phosphor/tests/phosphor.browser.spec.ts new file mode 100644 index 0000000000..2cc9dd8184 --- /dev/null +++ b/packages/phosphor/tests/phosphor.browser.spec.ts @@ -0,0 +1,39 @@ +import * as phosphor from "@hpcc-js/phosphor"; +import { DockPanel, SplitPanel, TabPanel } from "@hpcc-js/phosphor"; +import { Class, HTMLWidget, SVGWidget } from "@hpcc-js/common"; +import { describe, it, expect } from "vitest"; +import { classDef, renderMedium } from "../../common/tests/index.ts"; + +const urlSearch: string = window.location.href.split("?")[1]; + +describe("@hpcc-js/phosphor", () => { + for (const key in phosphor) { + const item = (phosphor as any)[key]; + if (item) { + if (!urlSearch || urlSearch === item.prototype.constructor.name) { + describe(`${item.prototype?.constructor?.name}`, () => { + it("Simple", () => { + expect(true).to.be.true; + }); + if (item.prototype instanceof Class) { + classDef("phosphor", item); + } + if (item.prototype instanceof HTMLWidget || item.prototype instanceof SVGWidget) { + switch (item.prototype.constructor) { + case DockPanel: + case SplitPanel: + case TabPanel: + renderMedium(new item.prototype.constructor()); + break; + + default: + it("Has render test", () => { + expect(false).to.be.true; + }); + } + } + }); + } + } + } +}); diff --git a/packages/phosphor/tsconfig.json b/packages/phosphor/tsconfig.json index d43d90596f..318ecdd23e 100644 --- a/packages/phosphor/tsconfig.json +++ b/packages/phosphor/tsconfig.json @@ -1,22 +1,24 @@ { - "extends": "../tsconfig.settings.json", "compilerOptions": { - "rootDir": "./src", - "outDir": "./lib-umd", - "declarationDir": "./types", + "rootDir": "src", + "module": "NodeNext", + "target": "ESNext", + "resolveJsonModule": true, + "emitDeclarationOnly": true, + "declaration": true, + "declarationDir": "types", + "strict": true, + "noImplicitAny": false, + "strictNullChecks": false, + "skipLibCheck": true, + "allowImportingTsExtensions": true, + "lib": [ + "DOM", + "ESNext", + "ES2020" + ] }, "include": [ - "./src/**/*" - ], - "references": [ - { - "path": "../common" - }, - { - "path": "../other" - }, - { - "path": "../phosphor-shim" - }, + "./src/index.ts" ] } \ No newline at end of file diff --git a/packages/phosphor/vitest.workspace.ts b/packages/phosphor/vitest.workspace.ts new file mode 100644 index 0000000000..fa7bb0720b --- /dev/null +++ b/packages/phosphor/vitest.workspace.ts @@ -0,0 +1,6 @@ +import { defineWorkspace } from 'vitest/config'; +import baseWorkspace from '../../vitest.workspace.ts'; + +export default defineWorkspace([ + ...baseWorkspace +]) \ No newline at end of file diff --git a/packages/preact-shim/.vscode/tasks.json b/packages/preact-shim/.vscode/tasks.json index 7fffdb949c..120545d06c 100644 --- a/packages/preact-shim/.vscode/tasks.json +++ b/packages/preact-shim/.vscode/tasks.json @@ -1,20 +1,36 @@ { - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { + "label": "gen-types-watch", "type": "npm", - "script": "compile-umd-watch", - "group": { - "kind": "build", - "isDefault": true - }, + "script": "gen-types-watch", "problemMatcher": [ "$tsc-watch" ], - "label": "npm: compile-umd-watch", - "detail": "tsc --module umd --outDir ./lib-umd --watch" + "presentation": { + "group": "group-build" + } + }, + { + "label": "bundle-watch", + "type": "npm", + "script": "bundle-watch", + "problemMatcher": [], + "presentation": { + "group": "group-build" + } + }, + { + "label": "build", + "dependsOn": [ + "gen-types-watch", + "bundle-watch", + ], + "group": { + "kind": "build", + "isDefault": true + } } ] } \ No newline at end of file diff --git a/packages/preact-shim/esbuild.js b/packages/preact-shim/esbuild.js new file mode 100644 index 0000000000..fe1b2e12f4 --- /dev/null +++ b/packages/preact-shim/esbuild.js @@ -0,0 +1,12 @@ +import { browserTpl } from "@hpcc-js/esbuild-plugins"; +import pkg from "./package.json" with { type: "json" }; + +// config --- +await Promise.all([ + browserTpl("src/index.ts", "dist/index", { + keepNames: true, + external: [ + ...Object.keys(pkg.dependencies), + ] + }) +]); diff --git a/packages/preact-shim/package.json b/packages/preact-shim/package.json index 836a72e693..044eeb3e58 100644 --- a/packages/preact-shim/package.json +++ b/packages/preact-shim/package.json @@ -1,47 +1,41 @@ { "name": "@hpcc-js/preact-shim", - "version": "2.18.0", + "version": "3.0.0", "description": "hpcc-js - preact shim", - "main": "dist/index.js", - "module": "dist/index.es6", - "unpkg": "dist/index.min.js", - "jsdelivr": "dist/index.min.js", - "types": "types/index.d.ts", - "typesVersions": { - "<3.8": { - "*": [ - "types-3.4/index.d.ts" - ] - } + "type": "module", + "exports": { + ".": { + "types": "./types/index.d.ts", + "default": "./dist/index.js" + }, + "./dist/*": "./dist/*" }, + "module": "./dist/index.js", + "browser": "./dist/index.js", + "types": "./types/index.d.ts", "files": [ "dist/*", - "types/*", - "types-3.4/*", - "src/*" + "src/*", + "types/*" ], "scripts": { - "clean": "rimraf --glob lib* types dist *.tsbuildinfo", - "compile-es6": "tsc --module es6 --outDir ./lib-es6", - "compile-es6-watch": "npm run compile-es6 -- -w", - "compile-umd": "tsc --module umd --outDir ./lib-umd", - "compile-umd-watch": "npm run compile-umd -- -w", - "bundle": "rollup -c", - "bundle-watch": "npm run bundle -- -w", - "minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js", - "gen-legacy-types": "downlevel-dts ./types ./types-3.4", - "build": "npm run compile-es6 && npm run bundle", - "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch", + "clean": "rimraf --glob lib* types dist *.tsbuildinfo .turbo", + "bundle": "node esbuild.js", + "bundle-watch": "npm run bundle -- --development --watch", + "gen-types": "tsc --project tsconfig.json", + "gen-types-watch": "npm run gen-types -- --watch", + "build": "run-p gen-types bundle", "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js", "lint": "eslint ./src", + "lint-fix": "eslint --fix src/**/*.ts", "docs": "typedoc --options tdoptions.json .", - "update": "npx --yes npm-check-updates -u -t minor" - }, - "dependencies": { - "preact": "10.24.0" + "update": "npx --yes npm-check-updates -u -t minor", + "update-major": "npx --yes npm-check-updates -u" }, + "dependencies": {}, "devDependencies": { - "@hpcc-js/bundle": "^2.12.0" + "@hpcc-js/esbuild-plugins": "^1.2.0", + "preact": "10.24.3" }, "repository": { "type": "git", @@ -54,4 +48,4 @@ "url": "https://github.com/hpcc-systems/Visualization/issues" }, "homepage": "https://github.com/hpcc-systems/Visualization" -} +} \ No newline at end of file diff --git a/packages/preact-shim/rollup.config.mjs b/packages/preact-shim/rollup.config.mjs deleted file mode 100644 index 2817812d53..0000000000 --- a/packages/preact-shim/rollup.config.mjs +++ /dev/null @@ -1,39 +0,0 @@ -import { external, globals } from "@hpcc-js/bundle"; -import alias from '@rollup/plugin-alias'; -import commonjs from '@rollup/plugin-commonjs'; -import sourcemaps from 'rollup-plugin-sourcemaps'; -import nodeResolve from '@rollup/plugin-node-resolve'; -import postcss from "rollup-plugin-postcss"; - -import pkg from "./package.json" with { type: "json" }; - -export default { - input: "lib-es6/index", - external: external, - output: [{ - file: pkg.main, - format: "umd", - sourcemap: true, - globals: globals, - name: pkg.name - }, { - file: pkg.module + ".js", - format: "es", - sourcemap: true, - globals: globals, - name: pkg.name - }], - plugins: [ - alias({}), - nodeResolve({ - preferBuiltins: true - }), - commonjs({ - }), - sourcemaps(), - postcss({ - extensions: [".css"], - minimize: true - }) - ] -}; \ No newline at end of file diff --git a/packages/preact-shim/src/index.ts b/packages/preact-shim/src/index.ts index 59f9368447..f25f934fd0 100644 --- a/packages/preact-shim/src/index.ts +++ b/packages/preact-shim/src/index.ts @@ -1,4 +1,27 @@ -export * from "./__package__"; +export * from "./__package__.ts"; export { createElement, Component, Fragment, h, render } from "preact"; export type { FunctionComponent } from "preact"; export { useCallback, useEffect, useMemo, useReducer, useState } from "preact/hooks"; + +/* + * A Preact 11+ implementation of the `replaceNode` parameter from Preact 10. + * + * This creates a "Persistent Fragment" (a fake DOM element) containing one or more + * DOM nodes, which can then be passed as the `parent` argument to Preact's `render()` method. + +export function createRootFragment(parent, replaceNode) { + replaceNode = [].concat(replaceNode); + var s = replaceNode[replaceNode.length - 1].nextSibling; + function insert(c, r) { parent.insertBefore(c, r || s); } + return parent.__k = { + nodeType: 1, + parentNode: parent, + firstChild: replaceNode[0], + childNodes: replaceNode, + insertBefore: insert, + appendChild: insert, + contains: function (c) { return parent.contains(c); }, + removeChild: function (c) { parent.removeChild(c); } + }; +} +*/ \ No newline at end of file diff --git a/packages/preact-shim/tsconfig.json b/packages/preact-shim/tsconfig.json index 429dc0b389..318ecdd23e 100644 --- a/packages/preact-shim/tsconfig.json +++ b/packages/preact-shim/tsconfig.json @@ -1,11 +1,24 @@ { - "extends": "../tsconfig.settings.json", "compilerOptions": { - "rootDir": "./src", - "outDir": "./lib-umd", - "declarationDir": "./types", + "rootDir": "src", + "module": "NodeNext", + "target": "ESNext", + "resolveJsonModule": true, + "emitDeclarationOnly": true, + "declaration": true, + "declarationDir": "types", + "strict": true, + "noImplicitAny": false, + "strictNullChecks": false, + "skipLibCheck": true, + "allowImportingTsExtensions": true, + "lib": [ + "DOM", + "ESNext", + "ES2020" + ] }, "include": [ - "./src/**/*" + "./src/index.ts" ] } \ No newline at end of file diff --git a/packages/react/.vscode/launch.json b/packages/react/.vscode/launch.json index 18f60ed1e3..7c2436335f 100644 --- a/packages/react/.vscode/launch.json +++ b/packages/react/.vscode/launch.json @@ -1,19 +1,47 @@ { - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { - "type": "chrome", + "name": "test-browser", + "type": "msedge", "request": "launch", - "name": "Docs", - "url": "${workspaceFolder}/../../website/index.html?debug=1#packages/react/docs/index.md", + "url": "http://localhost:8888", + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, + { + "name": "test-node", + "type": "node", + "request": "launch", + "runtimeArgs": [ + "run-script", + "test-node" + ], + "runtimeExecutable": "npm", + "skipFiles": [ + "/**" + ], + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, + { + "name": "index.html", + "request": "launch", + "type": "msedge", + "url": "file:///${workspaceFolder}/index.html", "runtimeArgs": [ - "--allow-file-access-from-files", "--disable-web-security" ], - "webRoot": "${workspaceFolder}/../../website" + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ] } ] -} +} \ No newline at end of file diff --git a/packages/react/.vscode/tasks.json b/packages/react/.vscode/tasks.json index 79e20d2523..120545d06c 100644 --- a/packages/react/.vscode/tasks.json +++ b/packages/react/.vscode/tasks.json @@ -2,9 +2,9 @@ "version": "2.0.0", "tasks": [ { - "label": "es6 watch", + "label": "gen-types-watch", "type": "npm", - "script": "compile-es6-watch", + "script": "gen-types-watch", "problemMatcher": [ "$tsc-watch" ], @@ -13,18 +13,7 @@ } }, { - "label": "umd watch", - "type": "npm", - "script": "compile-umd-watch", - "problemMatcher": [ - "$tsc-watch" - ], - "presentation": { - "group": "group-build" - } - }, - { - "label": "bundle watch", + "label": "bundle-watch", "type": "npm", "script": "bundle-watch", "problemMatcher": [], @@ -35,15 +24,13 @@ { "label": "build", "dependsOn": [ - "es6 watch", - "umd watch", - "bundle watch" + "gen-types-watch", + "bundle-watch", ], "group": { "kind": "build", "isDefault": true - }, - "problemMatcher": [] + } } ] } \ No newline at end of file diff --git a/packages/react/esbuild.js b/packages/react/esbuild.js new file mode 100644 index 0000000000..b3dcf1d43b --- /dev/null +++ b/packages/react/esbuild.js @@ -0,0 +1,30 @@ +import { browserTpl } from "@hpcc-js/esbuild-plugins"; +import pkg from "./package.json" with { type: "json" }; + +// config --- +await Promise.all([ + browserTpl("src/index.ts", "dist/index", { + keepNames: true, + alias: { + "d3-array": "@hpcc-js/common", + "d3-brush": "@hpcc-js/common", + "d3-collection": "@hpcc-js/common", + "d3-color": "@hpcc-js/common", + "d3-dispatch": "@hpcc-js/common", + "d3-drag": "@hpcc-js/common", + "d3-dsv": "@hpcc-js/common", + "d3-ease": "@hpcc-js/common", + "d3-format": "@hpcc-js/common", + "d3-interpolate": "@hpcc-js/common", + "d3-scale": "@hpcc-js/common", + "d3-selection": "@hpcc-js/common", + "d3-time-format": "@hpcc-js/common", + "d3-transition": "@hpcc-js/common", + "d3-zoom": "@hpcc-js/common" + }, + external: [ + ...Object.keys(pkg.dependencies), + ...Object.keys(pkg.peerDependencies), + ] + }) +]); diff --git a/packages/react/index.html b/packages/react/index.html new file mode 100644 index 0000000000..5342205e5b --- /dev/null +++ b/packages/react/index.html @@ -0,0 +1,82 @@ + + + + + Home + + + + + + + +

ESM Quick Test

+
+ + + + + \ No newline at end of file diff --git a/packages/react/package.json b/packages/react/package.json index f2bfcdb12e..5499b61f3f 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,49 +1,51 @@ { "name": "@hpcc-js/react", - "version": "2.55.0", + "version": "3.0.0", "description": "hpcc-js - Viz React", - "main": "dist/index.js", - "module": "dist/index.es6", - "unpkg": "dist/index.min.js", - "jsdelivr": "dist/index.min.js", - "types": "types/index.d.ts", - "typesVersions": { - "<3.8": { - "*": [ - "types-3.4/index.d.ts" - ] - } + "type": "module", + "exports": { + ".": { + "types": "./types/index.d.ts", + "default": "./dist/index.js" + }, + "./dist/*": "./dist/*" }, + "module": "./dist/index.js", + "browser": "./dist/index.js", + "types": "./types/index.d.ts", "files": [ "dist/*", - "types/*", - "types-3.4/*", - "src/*" + "src/*", + "types/*" ], "scripts": { - "clean": "rimraf --glob lib* types dist *.tsbuildinfo", - "compile-es6": "tsc --module es6 --outDir ./lib-es6", - "compile-es6-watch": "npm run compile-es6 -- -w", - "compile-umd": "tsc --module umd --outDir ./lib-umd", - "compile-umd-watch": "npm run compile-umd -- -w", - "bundle": "rollup -c", - "bundle-watch": "npm run bundle -- -w", - "minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js", - "gen-legacy-types": "downlevel-dts ./types ./types-3.4", - "build": "npm run compile-es6 && npm run bundle", - "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch", + "clean": "rimraf --glob lib* types dist *.tsbuildinfo .turbo", + "bundle": "node esbuild.js", + "bundle-watch": "npm run bundle -- --development --watch", + "gen-types": "tsc --project tsconfig.json", + "gen-types-watch": "npm run gen-types -- --watch", + "build": "run-p gen-types bundle", "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js", "lint": "eslint ./src", + "lint-fix": "eslint --fix src/**/*.ts", "docs": "typedoc --options tdoptions.json .", - "update": "npx --yes npm-check-updates -u -t minor" + "test-browser": "vitest run --project browser", + "test": "vitest run", + "coverage": "vitest run --coverage", + "update": "npx --yes npm-check-updates -u -t minor", + "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^2.73.0", - "@hpcc-js/preact-shim": "^2.18.0" + "@hpcc-js/common": "^3.1.0" }, "devDependencies": { - "@hpcc-js/bundle": "^2.12.0", - "tslib": "2.7.0" + "@hpcc-js/esbuild-plugins": "^1.2.0", + "react": "18.3.1", + "react-dom": "18.3.1" + }, + "peerDependencies": { + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0" }, "repository": { "type": "git", @@ -56,4 +58,4 @@ "url": "https://github.com/hpcc-systems/Visualization/issues" }, "homepage": "https://github.com/hpcc-systems/Visualization" -} +} \ No newline at end of file diff --git a/packages/react/rollup.config.mjs b/packages/react/rollup.config.mjs deleted file mode 100644 index 3e0b2b9d2a..0000000000 --- a/packages/react/rollup.config.mjs +++ /dev/null @@ -1,56 +0,0 @@ -import { external, globals } from "@hpcc-js/bundle"; -import alias from '@rollup/plugin-alias'; -import commonjs from '@rollup/plugin-commonjs'; -import sourcemaps from 'rollup-plugin-sourcemaps'; -import nodeResolve from '@rollup/plugin-node-resolve'; -import postcss from "rollup-plugin-postcss"; - -import pkg from "./package.json" with { type: "json" }; - -export default { - input: "lib-es6/index", - external: external, - output: [{ - file: pkg.main, - format: "umd", - sourcemap: true, - globals: globals, - name: pkg.name - }, { - file: pkg.module + ".js", - format: "es", - sourcemap: true, - globals: globals, - name: pkg.name - }], - plugins: [ - alias({ - entries: [ - { find: "d3-array", replacement: "@hpcc-js/common" }, - { find: "d3-brush", replacement: "@hpcc-js/common" }, - { find: "d3-collection", replacement: "@hpcc-js/common" }, - { find: "d3-color", replacement: "@hpcc-js/common" }, - { find: "d3-dispatch", replacement: "@hpcc-js/common" }, - { find: "d3-drag", replacement: "@hpcc-js/common" }, - { find: "d3-dsv", replacement: "@hpcc-js/common" }, - { find: "d3-ease", replacement: "@hpcc-js/common" }, - { find: "d3-format", replacement: "@hpcc-js/common" }, - { find: "d3-interpolate", replacement: "@hpcc-js/common" }, - { find: "d3-scale", replacement: "@hpcc-js/common" }, - { find: "d3-selection", replacement: "@hpcc-js/common" }, - { find: "d3-time-format", replacement: "@hpcc-js/common" }, - { find: "d3-transition", replacement: "@hpcc-js/common" }, - { find: "d3-zoom", replacement: "@hpcc-js/common" } - ] - }), - nodeResolve({ - preferBuiltins: true - }), - commonjs({}), - sourcemaps(), - postcss({ - extensions: [".css"], - minimize: true - }) - ] -}; \ No newline at end of file diff --git a/packages/react/src/ImageChar.tsx b/packages/react/src/ImageChar.tsx index 4976bcd3b3..2ca5dec41e 100644 --- a/packages/react/src/ImageChar.tsx +++ b/packages/react/src/ImageChar.tsx @@ -1,7 +1,7 @@ +import React, { useMemo } from "react"; import { Utility } from "@hpcc-js/common"; -import * as React from "@hpcc-js/preact-shim"; -interface ImageChar { +export interface ImageCharProps { x?: number; y?: number; height?: number; @@ -10,19 +10,21 @@ interface ImageChar { fontFamily?: string; char?: string; yOffset?: number; + fontWeight?: number; } -export const ImageChar: React.FunctionComponent = ({ +export const ImageChar: React.FunctionComponent = ({ x, y = 0, height = 12, fill, stroke, fontFamily = "FontAwesome", - char = "" + char = "", + fontWeight }) => { - const renderChar = React.useMemo(() => { + const renderChar = useMemo(() => { return fontFamily === "FontAwesome" ? Utility.faChar(char) : char; }, [char, fontFamily]); @@ -31,9 +33,10 @@ export const ImageChar: React.FunctionComponent = ({ y={y} fill={fill} stroke={stroke} - font-family={fontFamily} - font-size={`${height}px`} - dominant-baseline="middle" - style="text-anchor: middle;alignment-baseline:middle;" + fontFamily={fontFamily} + fontSize={`${height}px`} + fontWeight={fontWeight} + dominantBaseline="middle" + style={{ textAnchor: "middle", alignmentBaseline: "middle" }} >{renderChar}; }; diff --git a/packages/react/src/edge.tsx b/packages/react/src/edge.tsx index be0469cbde..9d52dd53b7 100644 --- a/packages/react/src/edge.tsx +++ b/packages/react/src/edge.tsx @@ -1,6 +1,6 @@ -import * as React from "@hpcc-js/preact-shim"; -import { VertexProps } from "./vertex"; -import { Text } from "./text"; +import React from "react"; +import { VertexProps } from "./vertex.tsx"; +import { Text } from "./text.tsx"; type Point = [number, number]; diff --git a/packages/react/src/icon.tsx b/packages/react/src/icon.tsx index 4eb0e0b0d1..de6300b70f 100644 --- a/packages/react/src/icon.tsx +++ b/packages/react/src/icon.tsx @@ -1,10 +1,10 @@ +import React from "react"; import { Palette } from "@hpcc-js/common"; -import * as React from "@hpcc-js/preact-shim"; -import { Image } from "./image"; -import { ImageChar } from "./ImageChar"; -import { Shape } from "./shape"; +import { Image } from "./image.tsx"; +import { ImageChar } from "./ImageChar.tsx"; +import { Shape } from "./shape.tsx"; -export interface Icon { +export interface IconProps { shape?: "circle" | "square" | "rectangle"; width?: number; height?: number; @@ -22,7 +22,7 @@ export interface Icon { shapeRendering?: "auto" | "optimizeSpeed" | "crispEdges" | "geometricPrecision"; } -export const Icon: React.FunctionComponent = ({ +export const Icon: React.FunctionComponent = ({ shape = "circle", width, height = 32, @@ -64,21 +64,21 @@ export const Icon: React.FunctionComponent = ({ fontFamily={imageFontFamily} char={imageChar} fill={imageCharFill} - font-weight={400} + fontWeight={400} > } ; }; -export interface IconEx extends Icon { +export interface IconEx extends IconProps { id: string; } -export interface Icons { +export interface IconsProps { icons: IconEx[]; } -export const Icons: React.FunctionComponent = ({ +export const Icons: React.FunctionComponent = ({ icons = [] }) => { const IconComponents = icons.map(cat => { diff --git a/packages/react/src/image.tsx b/packages/react/src/image.tsx index 7f4c0c28c4..44a71adfe1 100644 --- a/packages/react/src/image.tsx +++ b/packages/react/src/image.tsx @@ -1,6 +1,6 @@ -import * as React from "@hpcc-js/preact-shim"; +import React from "react"; -interface Image { +interface ImageProps { href: string; x?: number; y?: number; @@ -8,7 +8,7 @@ interface Image { yOffset?: number; } -export const Image: React.FunctionComponent = ({ +export const Image: React.FunctionComponent = ({ href, x, y = 0, diff --git a/packages/react/src/index.ts b/packages/react/src/index.ts index ba5bd6fd21..491f46eb73 100644 --- a/packages/react/src/index.ts +++ b/packages/react/src/index.ts @@ -1,18 +1,20 @@ -export * from "./__package__"; +export * from "./__package__.ts"; -export * from "./edge"; -export * from "./ImageChar"; -export * from "./icon"; -export * from "./render"; -export * from "./shape"; -export * from "./text"; -export * from "./vertex"; -export * from "./vertex2"; -export * from "./vertex3"; -export * from "./vertex4"; -export * from "./subgraph"; +export * from "./edge.tsx"; +export * from "./ImageChar.tsx"; +export * from "./icon.tsx"; +export * from "./image.tsx"; +export * from "./render.ts"; +export * from "./shape.tsx"; +export * from "./span.tsx"; +export * from "./text.tsx"; +export * from "./vertex.tsx"; +export * from "./vertex2.tsx"; +export * from "./vertex3.tsx"; +export * from "./vertex4.tsx"; +export * from "./subgraph.tsx"; -import * as React from "@hpcc-js/preact-shim"; +import React from "react"; export { React }; diff --git a/packages/react/src/render.ts b/packages/react/src/render.ts index ddbe749e97..84eb91d860 100644 --- a/packages/react/src/render.ts +++ b/packages/react/src/render.ts @@ -1,21 +1,17 @@ -import { HTMLWidget, publish, SVGWidget } from "@hpcc-js/common"; -import * as React from "@hpcc-js/preact-shim"; +import React from "react"; +import { render as reactRender } from "react-dom"; +import { createRoot, Root } from "react-dom/client"; +import { HTMLWidget, SVGWidget } from "@hpcc-js/common"; -export function render

(C: React.FunctionComponent

, props: Readonly

, parent: Element | Document | ShadowRoot | DocumentFragment, replaceNode?: Element | Text) { - React.render(React.h(C, props), parent, replaceNode); -} - -export interface FunctionComponent extends React.FunctionComponent { -} - -export function svgRender

(C: React.FunctionComponent

, props: Readonly

, parent: Element | Document | ShadowRoot | DocumentFragment, replaceNode?: Element | Text) { - React.render(React.h("svg", null, React.h(C, props)), parent, replaceNode); +export function render

(C: React.FunctionComponent

, props: Readonly

, parent: Element | Document | ShadowRoot | DocumentFragment) { + const re = React.createElement(C, props); + reactRender(re, parent); } export class HTMLAdapter

extends HTMLWidget { - @publish({}, "object", "Properties") - protected _props: P = {} as P; + protected _root: Root; + props(): P; props(_: Partial

): this; props(_?: Partial

): P | this { @@ -36,16 +32,32 @@ export class HTMLAdapter

extends HTMLWidget { super(); } + enter(domNode, element) { + super.enter(domNode, element); + this._root = createRoot(domNode); + } + update(domNode, element) { super.update(domNode, element); - render(this._component, this._props, domNode); + this._root.render(React.createElement(this._component, this.props())); + } + + exit(domNode, element) { + this._root.unmount(); + super.exit(domNode, element); } } +HTMLAdapter.prototype._class += " react_HTMLAdapter"; + +export interface HTMLAdapter

{ + _props: P; +} +HTMLAdapter.prototype.publish("props", {}, "object", "Properties"); export class SVGAdapter

extends SVGWidget { - @publish({}, "object", "Properties") - protected _props: P = {} as P; + protected _root: Root; + props(): P; props(_: Partial

): this; props(_?: Partial

): P | this { @@ -66,8 +78,25 @@ export class SVGAdapter

extends SVGWidget { super(); } + _c2: React.ReactElement; + enter(domNode, element) { + super.enter(domNode, element); + this._root = createRoot(domNode); + } + update(domNode, element) { super.update(domNode, element); - render(this._component, this._props, domNode); + this._root.render(React.createElement(this._component, this.props())); } + + exit(domNode, element) { + this._root.unmount(); + super.exit(domNode, element); + } +} +SVGAdapter.prototype._class += " react_SVGAdapter"; + +export interface SVGAdapter

{ + _props: P; } +SVGAdapter.prototype.publish("props", {}, "object", "Properties"); diff --git a/packages/react/src/shape.tsx b/packages/react/src/shape.tsx index 97b5e3e4ae..2907448591 100644 --- a/packages/react/src/shape.tsx +++ b/packages/react/src/shape.tsx @@ -1,6 +1,6 @@ -import * as React from "@hpcc-js/preact-shim"; +import React from "react"; -interface Circle { +interface CircleProps { radius?: number; fill?: string; stroke?: string; @@ -8,7 +8,7 @@ interface Circle { shapeRendering?: "auto" | "optimizeSpeed" | "crispEdges" | "geometricPrecision"; } -export const Circle: React.FunctionComponent = ({ +export const Circle: React.FunctionComponent = ({ radius = 32, fill = "navy", stroke = fill, @@ -18,11 +18,11 @@ export const Circle: React.FunctionComponent = ({ r={radius} fill={fill} stroke={stroke} - stroke-width={strokeWidth} - shape-rendering={shapeRendering} + strokeWidth={strokeWidth} + shapeRendering={shapeRendering} />; -interface Square { +interface SquareProps { radius?: number; cornerRadius?: number; fill?: string; @@ -31,7 +31,7 @@ interface Square { shapeRendering?: "auto" | "optimizeSpeed" | "crispEdges" | "geometricPrecision"; } -export const Square: React.FunctionComponent = ({ +export const Square: React.FunctionComponent = ({ radius = 30, cornerRadius = 0, fill = "white", @@ -47,11 +47,11 @@ export const Square: React.FunctionComponent = ({ height={radius * 2} fill={fill} stroke={stroke || fill} - stroke-width={strokeWidth} - shape-rendering={shapeRendering} + strokeWidth={strokeWidth} + shapeRendering={shapeRendering} />; -interface Rectangle { +interface RectangleProps { width?: number; height?: number; cornerRadius?: number; @@ -61,7 +61,7 @@ interface Rectangle { shapeRendering?: "auto" | "optimizeSpeed" | "crispEdges" | "geometricPrecision"; } -export const Rectangle: React.FunctionComponent = ({ +export const Rectangle: React.FunctionComponent = ({ width = 30, height = 30, cornerRadius = 0, @@ -79,12 +79,12 @@ export const Rectangle: React.FunctionComponent = ({ height={height} fill={fill} stroke={stroke || fill} - stroke-width={strokeWidth} - shape-rendering={shapeRendering} + strokeWidth={strokeWidth} + shapeRendering={shapeRendering} />; }; -interface Shape { +interface ShapeProps { shape?: "circle" | "square" | "rectangle"; height?: number; width?: number; @@ -95,7 +95,7 @@ interface Shape { cornerRadius?: number; } -export const Shape: React.FunctionComponent = ({ +export const Shape: React.FunctionComponent = ({ shape = "circle", height = 128, width, diff --git a/packages/react/src/span.tsx b/packages/react/src/span.tsx new file mode 100644 index 0000000000..714db8acbc --- /dev/null +++ b/packages/react/src/span.tsx @@ -0,0 +1,9 @@ +import React from "react"; + +export interface SpanProps { + text: string; +} + +export const Span: React.FunctionComponent = ({ + text +}) => {text}; diff --git a/packages/react/src/subgraph.tsx b/packages/react/src/subgraph.tsx index 8fcfdd0483..1a05c67f1a 100644 --- a/packages/react/src/subgraph.tsx +++ b/packages/react/src/subgraph.tsx @@ -1,7 +1,7 @@ +import React from "react"; import { Utility } from "@hpcc-js/common"; -import * as React from "@hpcc-js/preact-shim"; -import { Rectangle } from "./shape"; -import { Text } from "./text"; +import { Rectangle } from "./shape.tsx"; +import { Text } from "./text.tsx"; export interface SubgraphProps { id: string; diff --git a/packages/react/src/text.tsx b/packages/react/src/text.tsx index 3256a444f4..0fdb89b0e2 100644 --- a/packages/react/src/text.tsx +++ b/packages/react/src/text.tsx @@ -1,9 +1,9 @@ +import React from "react"; import { Utility } from "@hpcc-js/common"; -import * as React from "@hpcc-js/preact-shim"; -import { Icon } from "./icon"; -import { Rectangle } from "./shape"; +import { Icon } from "./icon.tsx"; +import { Rectangle } from "./shape.tsx"; -interface TextLine { +export interface TextLineProps { text: string; height?: number; anchor?: string; @@ -12,7 +12,7 @@ interface TextLine { fill?: string; } -export const TextLine: React.FunctionComponent = ({ +export const TextLine: React.FunctionComponent = ({ text, height = 12, anchor = "middle", @@ -21,15 +21,15 @@ export const TextLine: React.FunctionComponent = ({ fill = "black" }) => { return {text}; }; -interface Text { +export interface TextProps { text: string; height?: number; fontFamily?: string; @@ -37,35 +37,36 @@ interface Text { onSizeUpdate?: (size: { width: number, height: number }) => void; } -export const Text: React.FunctionComponent = ({ +export const Text: React.FunctionComponent = ({ text, height = 12, fontFamily = "Verdana", fill = "black", onSizeUpdate }) => { - const [totalWidth, setTotalWidthUpdate] = React.useState(0); - const [totalHeight, setTotalHeightUpdate] = React.useState(0); + const [totalWidth, setTotalWidth] = React.useState(0); + const [totalHeight, setTotalHeight] = React.useState(0); React.useEffect(() => { - onSizeUpdate && onSizeUpdate({ width: totalWidth, height: totalHeight }); + if (onSizeUpdate) { + onSizeUpdate({ width: totalWidth, height: totalHeight }); + } }, [totalWidth, totalHeight, onSizeUpdate]); const parts = React.useMemo(() => { return text.split("\n"); }, [text]); - const ts = React.useMemo(() => { - return Utility.textSize(parts, fontFamily, height); + React.useLayoutEffect(() => { + const size = Utility.textSize(parts, fontFamily, height); + setTotalWidth(size.width); + setTotalHeight(size.height); }, [fontFamily, height, parts]); - setTotalWidthUpdate(ts.width); - setTotalHeightUpdate(parts.length * (height + 2) - 2); - - const yOffset = -(totalHeight / 2) + (height / 2); const TextLines = React.useMemo(() => { + const yOffset = -(totalHeight / 2) + (height / 2); return parts.map((p, i) => { - return + return = ({ /> ; }); - }, [fill, fontFamily, height, parts, yOffset]); + }, [parts, totalHeight, height, fontFamily, fill]); - return <>{TextLines}; + return {TextLines}; }; -export interface TextBox { +export interface TextBoxProps { text: string; height?: number; fontFamily?: string; @@ -93,7 +94,7 @@ export interface TextBox { onSizeUpdate?: (size: { width: number, height: number }) => void; } -export const TextBox: React.FunctionComponent = ({ +export const TextBox: React.FunctionComponent = ({ text, height = 12, fontFamily = "Verdana", @@ -109,7 +110,9 @@ export const TextBox: React.FunctionComponent = ({ const [textHeight, setTextHeightUpdate] = React.useState(0); React.useEffect(() => { - onSizeUpdate && onSizeUpdate({ width: textWidth, height: textHeight }); + if (onSizeUpdate) { + onSizeUpdate({ width: textWidth, height: textHeight }); + } }, [textWidth, textHeight, onSizeUpdate]); const onTextSizeUpdate = React.useCallback(size => { @@ -142,17 +145,11 @@ export const TextBox: React.FunctionComponent = ({ ; }; -export interface LabelledRect extends TextBox { +export interface LabelledRect extends TextBoxProps { width?: number; fontSize?: number; } -export interface IconLabelledRect extends LabelledRect { - icon: string; - iconFontFamily: string; - iconFontSize: number; -} - export const LabelledRect: React.FunctionComponent = ({ text, height = 12, @@ -165,18 +162,34 @@ export const LabelledRect: React.FunctionComponent = ({ textFill = "black", strokeWidth = 1, cornerRadius = 0, - onSizeUpdate = (size: { width: number, height: number }) => { } + onSizeUpdate }) => { + + const [actualWidth, setActualWidthUpdate] = React.useState(width); + const [actualHeight, setActualHeightUpdate] = React.useState(height); + + React.useLayoutEffect(() => { + const size = Utility.textSize(text, fontFamily, fontSize); + setActualWidthUpdate(size.width + padding * 2); + setActualHeightUpdate(size.height + padding * 2); + }, [text, fontFamily, fontSize, padding]); + + React.useLayoutEffect(() => { + if (onSizeUpdate) { + onSizeUpdate({ width: actualWidth, height: actualHeight }); + } + }, [actualWidth, actualHeight, padding, onSizeUpdate]); + return <> - + = ({ ; }; +export interface IconLabelledRect extends LabelledRect { + icon: string; + iconFontFamily?: string; + iconFontSize?: number; +} + export const IconLabelledRect: React.FunctionComponent = ({ icon, iconFontFamily, @@ -202,9 +221,9 @@ export const IconLabelledRect: React.FunctionComponent = ({ stroke = "lightgray", textFill = "black", strokeWidth = 1, - cornerRadius = 0, - onSizeUpdate = (size: { width: number, height: number }) => { } + cornerRadius = 0 }) => { + return <> = ({ +export const Annotations: React.FunctionComponent = ({ x, y, annotationIDs = [], @@ -35,7 +35,7 @@ export interface VertexProps { text: string; textHeight?: number; textPadding?: number; - icon?: Icon; + icon?: IconProps; annotationsHeight?: number; annotationIDs?: string[]; textFill?: string; @@ -52,7 +52,7 @@ export const Vertex: React.FunctionComponent = ({ text = "", textHeight = 12, textPadding = 4, - icon = {}, + icon = {} as IconProps, annotationsHeight = 12, annotationIDs = [], textFill, @@ -63,19 +63,22 @@ export const Vertex: React.FunctionComponent = ({ showLabel = true, scale = 1 }) => { - const [textBoxWidth, setTextBoxWidthUpdate] = React.useState(0); - const [textBoxHeight, setTextBoxHeightUpdate] = React.useState(0); - - React.useEffect(() => { - onSizeUpdate && onSizeUpdate({ width: 0, height: 0 }); - }, [textBoxWidth, textBoxHeight, onSizeUpdate]); - icon = { imageChar: "fa-question", height: 32, fill: "transparent", ...icon }; + + const [textBoxWidth, setTextBoxWidthUpdate] = React.useState(0); + const [textBoxHeight, setTextBoxHeightUpdate] = React.useState(0); + + React.useEffect(() => { + if (onSizeUpdate) { + onSizeUpdate({ width: 0, height: 0 }); + } + }, [textBoxWidth, textBoxHeight, onSizeUpdate]); + let width = textBoxWidth; width += 4; let offsetY = -(icon.height * 2 / 6 + textHeight + 8) / 2; diff --git a/packages/react/src/vertex2.tsx b/packages/react/src/vertex2.tsx index b75bc23691..55c6c228f6 100644 --- a/packages/react/src/vertex2.tsx +++ b/packages/react/src/vertex2.tsx @@ -1,15 +1,15 @@ +import React from "react"; import { Utility } from "@hpcc-js/common"; -import * as React from "@hpcc-js/preact-shim"; -import { Icon } from "./icon"; -import { TextBox } from "./text"; -import { Annotations, VertexProps } from "./vertex"; +import { Icon, IconProps } from "./icon.tsx"; +import { TextBox } from "./text.tsx"; +import { Annotations, VertexProps } from "./vertex.tsx"; export const Vertex2: React.FunctionComponent = ({ categoryID = "", text = "", textHeight = 12, textPadding = 4, - icon = {}, + icon = {} as IconProps, textFill = "black", textboxFill = "white", textboxStroke = "black", diff --git a/packages/react/src/vertex3.tsx b/packages/react/src/vertex3.tsx index c743e615ec..d438ecac28 100644 --- a/packages/react/src/vertex3.tsx +++ b/packages/react/src/vertex3.tsx @@ -1,8 +1,8 @@ +import React from "react"; import { Utility } from "@hpcc-js/common"; -import * as React from "@hpcc-js/preact-shim"; -import { Icon } from "./icon"; -import { TextBox } from "./text"; -import { VertexProps } from "./vertex"; +import { Icon, IconProps } from "./icon.tsx"; +import { TextBox, TextBoxProps } from "./text.tsx"; +import { VertexProps } from "./vertex.tsx"; export interface Vertex3Props extends VertexProps { id: string; @@ -12,8 +12,8 @@ export interface Vertex3Props extends VertexProps { textHeight?: number; textPadding?: number; textboxStrokeWidth?: number; - icon?: Icon; - annotations?: Icon[]; + icon?: IconProps; + annotations?: IconProps[]; annotationsHeight?: number; annotationGutter?: number; textFill?: string; @@ -21,11 +21,11 @@ export interface Vertex3Props extends VertexProps { textboxStroke?: string; textFontFamily?: string; cornerRadius?: number; - subText?: TextBox; + subText?: TextBoxProps; onSizeUpdate?: (size: { width: number, height: number }) => void; showLabel?: boolean; noLabelRadius?: number; - expansionIcon?: Icon; + expansionIcon?: IconProps; scale?: number; } @@ -41,8 +41,8 @@ export const Vertex3: React.FunctionComponent = ({ annotationGutter = 2, annotations = [], cornerRadius = 3, - icon = {}, - subText = { text: "" }, + icon = {} as IconProps, + subText = { text: "" } as TextBoxProps, showLabel = true, noLabelRadius = 5, expansionIcon, @@ -98,7 +98,7 @@ export const Vertex3: React.FunctionComponent = ({ fullAnnotationWidth += annoShapeWidth + annotationGutter; const annoOffsetX = fullAnnotationWidth - (annoShapeWidth / 2); annotationArr.push( - + = ({ annotations = [], iconAnnotations = [], cornerRadius = 3, - icon = {}, - subText = {}, + icon = {} as IconProps, + subText = {} as TextBoxProps, showLabel = true, noLabelRadius = 5, @@ -99,7 +98,7 @@ export const Vertex4: React.FunctionComponent = ({ const textOffsetX = fullAnnotationWidth - (labelShapeWidth / 2); const textShapeHeight = textHeight + (annotationGutter * 2) + (textboxStrokeWidth * 2); - const annoWidthArr = annotations.map((anno, i) => { + const annoWidthArr = annotations.map((anno) => { return Utility.textSize(anno.imageChar, anno.imageFontFamily, anno.height, false).width; }); const annotationArr = []; @@ -110,7 +109,7 @@ export const Vertex4: React.FunctionComponent = ({ _labelAnnoOffsetX += annoWidthArr[i] + annotationGutter; const annoOffsetX = _labelAnnoOffsetX - (annoWidthArr[i] / 2); annotationArr.push( - + = ({ const x = anno.shapeOffsetX; const y = anno.shapeOffsetY; iconAnnotationArr.push( - + { + for (const key in react) { + const item = (react as any)[key]; + if (item && item.prototype && item.prototype.constructor) { + if (!urlSearch || urlSearch === item.prototype.constructor.name) { + describe(`${item.prototype?.constructor?.name}`, () => { + it("Simple", () => { + expect(true).to.be.true; + }); + if (item.prototype instanceof Class) { + classDef("react", item); + } + if (item.prototype instanceof HTMLWidget || item.prototype instanceof SVGWidget) { + switch (item.prototype.constructor) { + case HTMLAdapter: + renderMedium(new item.prototype.constructor(Span).prop("text", "Hello World")); + break; + case SVGAdapter: + renderMedium(new item.prototype.constructor(TextLine).prop("text", "Hello World")); + break; + + default: + it("Has render test", () => { + expect(false).to.be.true; + }); + } + } + }); + } + } + } + + describe("React Components - SVG Adapter", async () => { + it("edge.tsx", () => { + renderMedium( + new SVGAdapter(Edge) + .prop("source", { id: "1", text: "Hello" }) + .prop("target", { id: "2", text: "World" }) + ); + }); + + it("icon.tsx", () => { + renderMedium(new SVGAdapter(Icon).prop("imageChar", "H")); + renderMedium(new SVGAdapter(Icons).prop("icons", [{ id: "h", imageChar: "H" }, { id: "q", imageChar: "Q" }])); + }); + + it("image.tsx", () => { + renderMedium(new SVGAdapter(Image).prop("href", "https://hpccsystems.com/wp-content/themes/hpcc/dist/images/logos/logo-color.svg?ver=2")); + }); + + it("imageChar.tsx", () => { + renderMedium(new SVGAdapter(ImageChar)); + }); + + it("shape.tsx", () => { + renderMedium(new SVGAdapter(Circle)); + renderMedium(new SVGAdapter(Square)); + renderMedium(new SVGAdapter(Rectangle)); + renderMedium(new SVGAdapter(Shape)); + }); + + it("subgraph.tsx", () => { + renderMedium(new SVGAdapter(Subgraph).prop("id", "1").prop("text", "Hello World")); + }); + + it("vertex(s).tsx", () => { + renderMedium(new SVGAdapter(Annotations).prop("annotationIDs", ["h", "q"])); + renderMedium( + new SVGAdapter(Vertex) + .prop("id", "1") + .prop("text", "Hello World") + ); + renderMedium( + new SVGAdapter(Vertex2) + .prop("id", "1") + .prop("text", "Hello World") + ); + renderMedium( + new SVGAdapter(Vertex3) + .prop("id", "1") + .prop("text", "Hello World") + ); + renderMedium( + new SVGAdapter(Vertex4) + .prop("id", "1") + .prop("text", "Hello World") + ); + + }); + + it("text.tsx", () => { + renderMedium(new SVGAdapter(TextLine).prop("text", "Hello World")); + renderMedium(new SVGAdapter(Text).prop("text", "Hello World")); + renderMedium(new SVGAdapter(TextBox).prop("text", "Hello World")); + renderMedium(new SVGAdapter(LabelledRect).prop("text", "Hello World")); + renderMedium( + new SVGAdapter(IconLabelledRect) + .prop("text", "Hello World") + .prop("icon", "H") + ); + }); + + }); + +}); + diff --git a/packages/react/tsconfig.json b/packages/react/tsconfig.json index dce6754c23..acfd3b2511 100644 --- a/packages/react/tsconfig.json +++ b/packages/react/tsconfig.json @@ -1,18 +1,25 @@ { - "extends": "../tsconfig.settings.json", "compilerOptions": { - "rootDir": "./src", - "outDir": "./lib-umd", - "declarationDir": "./types", - "noImplicitThis": true, - "jsx": "react" + "rootDir": "src", + "module": "NodeNext", + "target": "ESNext", + "resolveJsonModule": true, + "emitDeclarationOnly": true, + "declaration": true, + "declarationDir": "types", + "jsx": "react", + "strict": true, + "noImplicitAny": false, + "strictNullChecks": false, + "skipLibCheck": true, + "allowImportingTsExtensions": true, + "lib": [ + "DOM", + "ESNext", + "ES2020" + ] }, "include": [ - "./src/**/*" - ], - "references": [ - { - "path": "../common" - } + "./src/index.ts" ] -} +} \ No newline at end of file diff --git a/packages/react/vitest.workspace.ts b/packages/react/vitest.workspace.ts new file mode 100644 index 0000000000..fa7bb0720b --- /dev/null +++ b/packages/react/vitest.workspace.ts @@ -0,0 +1,6 @@ +import { defineWorkspace } from 'vitest/config'; +import baseWorkspace from '../../vitest.workspace.ts'; + +export default defineWorkspace([ + ...baseWorkspace +]) \ No newline at end of file diff --git a/packages/timeline/.vscode/launch.json b/packages/timeline/.vscode/launch.json new file mode 100644 index 0000000000..7c2436335f --- /dev/null +++ b/packages/timeline/.vscode/launch.json @@ -0,0 +1,47 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "test-browser", + "type": "msedge", + "request": "launch", + "url": "http://localhost:8888", + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, + { + "name": "test-node", + "type": "node", + "request": "launch", + "runtimeArgs": [ + "run-script", + "test-node" + ], + "runtimeExecutable": "npm", + "skipFiles": [ + "/**" + ], + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, + { + "name": "index.html", + "request": "launch", + "type": "msedge", + "url": "file:///${workspaceFolder}/index.html", + "runtimeArgs": [ + "--disable-web-security" + ], + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ] + } + ] +} \ No newline at end of file diff --git a/packages/timeline/.vscode/tasks.json b/packages/timeline/.vscode/tasks.json index 7fffdb949c..120545d06c 100644 --- a/packages/timeline/.vscode/tasks.json +++ b/packages/timeline/.vscode/tasks.json @@ -1,20 +1,36 @@ { - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { + "label": "gen-types-watch", "type": "npm", - "script": "compile-umd-watch", - "group": { - "kind": "build", - "isDefault": true - }, + "script": "gen-types-watch", "problemMatcher": [ "$tsc-watch" ], - "label": "npm: compile-umd-watch", - "detail": "tsc --module umd --outDir ./lib-umd --watch" + "presentation": { + "group": "group-build" + } + }, + { + "label": "bundle-watch", + "type": "npm", + "script": "bundle-watch", + "problemMatcher": [], + "presentation": { + "group": "group-build" + } + }, + { + "label": "build", + "dependsOn": [ + "gen-types-watch", + "bundle-watch", + ], + "group": { + "kind": "build", + "isDefault": true + } } ] } \ No newline at end of file diff --git a/packages/timeline/esbuild.js b/packages/timeline/esbuild.js new file mode 100644 index 0000000000..67b91a9988 --- /dev/null +++ b/packages/timeline/esbuild.js @@ -0,0 +1,29 @@ +import { browserTpl } from "@hpcc-js/esbuild-plugins"; +import pkg from "./package.json" with { type: "json" }; + +// config --- +await Promise.all([ + browserTpl("src/index.ts", "dist/index", { + keepNames: true, + alias: { + "d3-array": "@hpcc-js/common", + "d3-brush": "@hpcc-js/common", + "d3-collection": "@hpcc-js/common", + "d3-color": "@hpcc-js/common", + "d3-dispatch": "@hpcc-js/common", + "d3-drag": "@hpcc-js/common", + "d3-dsv": "@hpcc-js/common", + "d3-ease": "@hpcc-js/common", + "d3-format": "@hpcc-js/common", + "d3-interpolate": "@hpcc-js/common", + "d3-scale": "@hpcc-js/common", + "d3-selection": "@hpcc-js/common", + "d3-time-format": "@hpcc-js/common", + "d3-transition": "@hpcc-js/common", + "d3-zoom": "@hpcc-js/common" + }, + external: [ + ...Object.keys(pkg.dependencies), + ] + }) +]); diff --git a/packages/timeline/index.html b/packages/timeline/index.html new file mode 100644 index 0000000000..325730588d --- /dev/null +++ b/packages/timeline/index.html @@ -0,0 +1,108 @@ + + + + + Home + + + + + + +

ESM Quick Test

+
+ + + + + \ No newline at end of file diff --git a/packages/timeline/package.json b/packages/timeline/package.json index 0ff3be6ccf..5d0ff174f8 100644 --- a/packages/timeline/package.json +++ b/packages/timeline/package.json @@ -1,58 +1,56 @@ { "name": "@hpcc-js/timeline", - "version": "2.54.0", + "version": "3.0.0", "description": "hpcc-js - Viz Timeline", - "main": "dist/index.js", - "module": "dist/index.es6", - "unpkg": "dist/index.min.js", - "jsdelivr": "dist/index.min.js", - "types": "types/index.d.ts", - "typesVersions": { - "<3.8": { - "*": [ - "types-3.4/index.d.ts" - ] - } + "type": "module", + "exports": { + ".": { + "types": "./types/index.d.ts", + "default": "./dist/index.js" + }, + "./dist/*": "./dist/*" }, + "module": "./dist/index.js", + "browser": "./dist/index.js", + "types": "./types/index.d.ts", "files": [ "dist/*", + "src/*", "types/*", - "types-3.4/*", - "src/*" + "font-awesome/**/*" ], "scripts": { - "clean": "rimraf --glob lib* types dist *.tsbuildinfo", - "compile-es6": "tsc --module es6 --outDir ./lib-es6", - "compile-es6-watch": "npm run compile-es6 -- -w", - "compile-umd": "tsc --module umd --outDir ./lib-umd", - "compile-umd-watch": "npm run compile-umd -- -w", - "bundle": "rollup -c", - "bundle-watch": "npm run bundle -- -w", - "minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js", - "gen-legacy-types": "downlevel-dts ./types ./types-3.4", - "build": "npm run compile-es6 && npm run bundle", - "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch", + "clean": "rimraf --glob lib* types dist *.tsbuildinfo .turbo", + "bundle": "node esbuild.js", + "bundle-watch": "npm run bundle -- --development --watch", + "gen-types": "tsc --project tsconfig.json", + "gen-types-watch": "npm run gen-types -- --watch", + "build": "run-p gen-types bundle", "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js", "lint": "eslint ./src", + "lint-fix": "eslint --fix src/**/*.ts", "docs": "typedoc --options tdoptions.json .", - "update": "npx --yes npm-check-updates -u -t minor" + "test-browser": "vitest run --project browser", + "test": "vitest run", + "coverage": "vitest run --coverage", + "update": "npx --yes npm-check-updates -u -t minor", + "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^2.14.0", - "@hpcc-js/chart": "^2.86.0", - "@hpcc-js/common": "^2.73.0", - "@hpcc-js/html": "^2.44.0", - "@hpcc-js/layout": "^2.51.0", - "@hpcc-js/react": "^2.55.0" + "@hpcc-js/api": "^3.0.0", + "@hpcc-js/chart": "^3.0.0", + "@hpcc-js/common": "^3.0.0", + "@hpcc-js/html": "^3.0.0", + "@hpcc-js/layout": "^3.0.0", + "@hpcc-js/react": "^3.0.0" }, "devDependencies": { - "@hpcc-js/bundle": "^2.12.0", + "@hpcc-js/esbuild-plugins": "^1.2.0", "d3-array": "^1", "d3-scale": "^1", "d3-selection": "^1", "d3-time-format": "^2", - "d3-zoom": "^1", - "tslib": "2.7.0" + "d3-zoom": "^1" }, "repository": { "type": "git", @@ -65,4 +63,4 @@ "url": "https://github.com/hpcc-systems/Visualization/issues" }, "homepage": "https://github.com/hpcc-systems/Visualization" -} +} \ No newline at end of file diff --git a/packages/timeline/rollup.config.mjs b/packages/timeline/rollup.config.mjs deleted file mode 100644 index 3e0b2b9d2a..0000000000 --- a/packages/timeline/rollup.config.mjs +++ /dev/null @@ -1,56 +0,0 @@ -import { external, globals } from "@hpcc-js/bundle"; -import alias from '@rollup/plugin-alias'; -import commonjs from '@rollup/plugin-commonjs'; -import sourcemaps from 'rollup-plugin-sourcemaps'; -import nodeResolve from '@rollup/plugin-node-resolve'; -import postcss from "rollup-plugin-postcss"; - -import pkg from "./package.json" with { type: "json" }; - -export default { - input: "lib-es6/index", - external: external, - output: [{ - file: pkg.main, - format: "umd", - sourcemap: true, - globals: globals, - name: pkg.name - }, { - file: pkg.module + ".js", - format: "es", - sourcemap: true, - globals: globals, - name: pkg.name - }], - plugins: [ - alias({ - entries: [ - { find: "d3-array", replacement: "@hpcc-js/common" }, - { find: "d3-brush", replacement: "@hpcc-js/common" }, - { find: "d3-collection", replacement: "@hpcc-js/common" }, - { find: "d3-color", replacement: "@hpcc-js/common" }, - { find: "d3-dispatch", replacement: "@hpcc-js/common" }, - { find: "d3-drag", replacement: "@hpcc-js/common" }, - { find: "d3-dsv", replacement: "@hpcc-js/common" }, - { find: "d3-ease", replacement: "@hpcc-js/common" }, - { find: "d3-format", replacement: "@hpcc-js/common" }, - { find: "d3-interpolate", replacement: "@hpcc-js/common" }, - { find: "d3-scale", replacement: "@hpcc-js/common" }, - { find: "d3-selection", replacement: "@hpcc-js/common" }, - { find: "d3-time-format", replacement: "@hpcc-js/common" }, - { find: "d3-transition", replacement: "@hpcc-js/common" }, - { find: "d3-zoom", replacement: "@hpcc-js/common" } - ] - }), - nodeResolve({ - preferBuiltins: true - }), - commonjs({}), - sourcemaps(), - postcss({ - extensions: [".css"], - minimize: true - }) - ] -}; \ No newline at end of file diff --git a/packages/timeline/src/MiniGantt.ts b/packages/timeline/src/MiniGantt.ts index e79ae43e8b..e3b173ff4e 100644 --- a/packages/timeline/src/MiniGantt.ts +++ b/packages/timeline/src/MiniGantt.ts @@ -83,7 +83,7 @@ export class MiniGantt extends SVGWidget { } dataStartPos(d) { - if(typeof this._dateCache[d[this._startDate_idx]] !== "undefined"){ + if (typeof this._dateCache[d[this._startDate_idx]] !== "undefined") { return this._dateCache[d[this._startDate_idx]]; } const pos = this.brAxis.scalePos(d[this._startDate_idx]); @@ -92,7 +92,7 @@ export class MiniGantt extends SVGWidget { } dataEndPos(d) { - if(typeof this._dateCache[d[this._endDate_idx]] !== "undefined"){ + if (typeof this._dateCache[d[this._endDate_idx]] !== "undefined") { return this._dateCache[d[this._endDate_idx]]; } const pos = this.brAxis.scalePos(d[this._endDate_idx]); @@ -522,20 +522,21 @@ export class MiniGantt extends SVGWidget { updateEntityRect(textbox: EntityRect, d) { } +} +MiniGantt.prototype._class += " timeline_MiniGantt"; +MiniGantt.prototype.implements(ITooltip.prototype); +MiniGantt.prototype.mixin(Utility.SimpleSelectionMixin); +export interface MiniGantt { // ITooltip --- tooltip; - tooltipHTML: (_) => string; - tooltipFormat: (_) => string; + tooltipHTML(_): string; + tooltipFormat(_): string; // SimpleSelectionMixin _selection; -} -MiniGantt.prototype._class += " timeline_MiniGantt"; -MiniGantt.prototype.implements(ITooltip.prototype); -MiniGantt.prototype.mixin(Utility.SimpleSelectionMixin); -export interface MiniGantt { + // Properties --- timePattern(): string; timePattern(_: string): this; tickFormat(): string; diff --git a/packages/timeline/src/ReactAxisGantt.ts b/packages/timeline/src/ReactAxisGantt.ts index cfcb14138e..10a989ade1 100644 --- a/packages/timeline/src/ReactAxisGantt.ts +++ b/packages/timeline/src/ReactAxisGantt.ts @@ -1,6 +1,6 @@ import { Axis } from "@hpcc-js/chart"; import { SVGWidget } from "@hpcc-js/common"; -import { ReactGantt } from "./ReactGantt"; +import { ReactGantt } from "./ReactGantt.ts"; export type IAxisGanttData = [string, number | string, number | string, any?] | any[]; @@ -160,6 +160,13 @@ export class ReactAxisGantt extends SVGWidget { this._gantt.render(); } + exit(domNode, element) { + this._bottomAxis.target(null); + this._gantt.target(null); + this._topAxis.target(null); + super.exit(domNode, element); + } + columns(): string[]; columns(_: string[]): this; columns(_?: string[]): this | string[] { diff --git a/packages/timeline/src/ReactAxisGanttSeries.ts b/packages/timeline/src/ReactAxisGanttSeries.ts index ba7bdd0e3f..bc643e793f 100644 --- a/packages/timeline/src/ReactAxisGanttSeries.ts +++ b/packages/timeline/src/ReactAxisGanttSeries.ts @@ -1,9 +1,9 @@ import { min as d3Min, max as d3Max } from "d3-array"; import { Axis } from "@hpcc-js/chart"; import { Border2 } from "@hpcc-js/layout"; -import { ReactGantt } from "./ReactGantt"; -import { IAxisGanttData } from "./ReactAxisGantt"; import { React } from "@hpcc-js/react"; +import { ReactGantt } from "./ReactGantt.ts"; +import { IAxisGanttData } from "./ReactAxisGantt.ts"; export class ReactAxisGanttSeries extends Border2 { diff --git a/packages/timeline/src/ReactGantt.ts b/packages/timeline/src/ReactGantt.ts index 9d514f55cd..9833a9ee34 100644 --- a/packages/timeline/src/ReactGantt.ts +++ b/packages/timeline/src/ReactGantt.ts @@ -332,6 +332,10 @@ export class ReactGantt extends SVGZoomWidget { ; element.on("dblclick.zoom", null); } + exit(domNode, element) { + this._tooltip.target(null); + super.exit(domNode, element); + } renderRangeElement(d, i, transformEach = false, options: any = {}, seriesKey?: string) { const borderOffset1 = options.strokeWidth; const borderOffset2 = borderOffset1 * 2; diff --git a/packages/timeline/src/ReactTimeline.ts b/packages/timeline/src/ReactTimeline.ts index aa5e3ede5c..9e0f28c585 100644 --- a/packages/timeline/src/ReactTimeline.ts +++ b/packages/timeline/src/ReactTimeline.ts @@ -1,11 +1,11 @@ import { timeFormat as d3TimeFormat, timeParse as d3TimeParse } from "d3-time-format"; -import { ReactAxisGantt } from "./ReactAxisGantt"; +import { ReactAxisGantt } from "./ReactAxisGantt.ts"; export class ReactTimeline extends ReactAxisGantt { protected _axisLabelFormatter;//TODO: add a type to this? d3 time formatting function type? - constructor(){ + constructor() { super(); this._drawStartPos = "origin"; this._topAxis.type("time"); @@ -24,20 +24,20 @@ export class ReactTimeline extends ReactAxisGantt { update(domNode, element) { super.update(domNode, element); - if(this.timePattern_exists()) { + if (this.timePattern_exists()) { let minTimestamp = Infinity; let maxTimestamp = -Infinity; let lowDateStr = ""; let highDateStr = ""; - this.data().map(n=>{ + this.data().map(n => { const start = new Date(n[1]).getTime(); const end = new Date(n[2]).getTime(); - if(minTimestamp > start){ + if (minTimestamp > start) { minTimestamp = start; lowDateStr = "" + n[1]; } - if(maxTimestamp < end){ + if (maxTimestamp < end) { maxTimestamp = end; highDateStr = "" + n[2]; } @@ -78,7 +78,7 @@ export class ReactTimeline extends ReactAxisGantt { } onzoom(transform) { - + const w = this.width(); const low = this._gantt._minStart; const high = this._gantt._maxEnd; @@ -98,18 +98,18 @@ export class ReactTimeline extends ReactAxisGantt { .render() ; } - - _tooltipHTML: (_) => string; } ReactTimeline.prototype._class += " timeline_ReactTimeline"; export interface ReactTimeline { + _tooltipHTML(_): string; + timePattern(): string; timePattern(_: string): this; timePattern_exists(): boolean; tooltipTimeFormat(): string; tooltipTimeFormat(_: string): this; } -ReactTimeline.prototype.publish("timePattern", "%Y-%m-%d", "string", "Time pattern used for parsing datetime strings on each data row", null, {optional:true}); +ReactTimeline.prototype.publish("timePattern", "%Y-%m-%d", "string", "Time pattern used for parsing datetime strings on each data row", null, { optional: true }); ReactTimeline.prototype.publish("tooltipTimeFormat", "%Y-%m-%d", "string", "Time format used in the default html tooltip"); diff --git a/packages/timeline/src/ReactTimelineSeries.ts b/packages/timeline/src/ReactTimelineSeries.ts index e75d106b61..be5635ee8e 100644 --- a/packages/timeline/src/ReactTimelineSeries.ts +++ b/packages/timeline/src/ReactTimelineSeries.ts @@ -1,12 +1,12 @@ import { timeFormat as d3TimeFormat, timeParse as d3TimeParse } from "d3-time-format"; -import { ReactAxisGanttSeries } from "./ReactAxisGanttSeries"; +import { ReactAxisGanttSeries } from "./ReactAxisGanttSeries.ts"; const parseTime = d3TimeParse("%Q"); export class ReactTimelineSeries extends ReactAxisGanttSeries { protected _axisLabelFormatter;//TODO: add a type to this? d3 time formatting function type? - constructor(){ + constructor() { super(); this._topAxis.type("time"); this._bottomAxis.type("time"); @@ -23,20 +23,20 @@ export class ReactTimelineSeries extends ReactAxisGanttSeries { update(domNode, element) { super.update(domNode, element); - if(this.timePattern_exists()) { + if (this.timePattern_exists()) { let minTimestamp = Infinity; let maxTimestamp = -Infinity; let lowDateStr = ""; let highDateStr = ""; - this.data().forEach(n=>{ + this.data().forEach(n => { const start = new Date(n[1]).getTime(); const end = new Date(n[2]).getTime(); - if(minTimestamp > start){ + if (minTimestamp > start) { minTimestamp = start; lowDateStr = "" + n[1]; } - if(maxTimestamp < end){ + if (maxTimestamp < end) { maxTimestamp = end; highDateStr = "" + n[2]; } @@ -76,7 +76,7 @@ export class ReactTimelineSeries extends ReactAxisGanttSeries { } onzoom(transform) { - + const w = this.width(); const low = this._gantt._minStart; const high = this._gantt._maxEnd; @@ -108,6 +108,6 @@ export interface ReactTimelineSeries { tooltipTimeFormat(): string; tooltipTimeFormat(_: string): this; } -ReactTimelineSeries.prototype.publish("timePattern", "%Y-%m-%d", "string", "Time pattern used for parsing datetime strings on each data row", null, {optional:true}); +ReactTimelineSeries.prototype.publish("timePattern", "%Y-%m-%d", "string", "Time pattern used for parsing datetime strings on each data row", null, { optional: true }); ReactTimelineSeries.prototype.publish("tooltipTimeFormat", "%Y-%m-%d", "string", "Time format used in the default html tooltip"); diff --git a/packages/timeline/src/index.ts b/packages/timeline/src/index.ts index 85f54e355f..abb158cbe1 100644 --- a/packages/timeline/src/index.ts +++ b/packages/timeline/src/index.ts @@ -1,7 +1,7 @@ -export * from "./__package__"; -export * from "./MiniGantt"; -export * from "./ReactGantt"; -export * from "./ReactAxisGantt"; -export * from "./ReactAxisGanttSeries"; -export * from "./ReactTimeline"; -export * from "./ReactTimelineSeries"; +export * from "./__package__.ts"; +export * from "./MiniGantt.ts"; +export * from "./ReactGantt.ts"; +export * from "./ReactAxisGantt.ts"; +export * from "./ReactAxisGanttSeries.ts"; +export * from "./ReactTimeline.ts"; +export * from "./ReactTimelineSeries.ts"; diff --git a/packages/timeline/tests/timeline.browser.spec.ts b/packages/timeline/tests/timeline.browser.spec.ts new file mode 100644 index 0000000000..8464554c13 --- /dev/null +++ b/packages/timeline/tests/timeline.browser.spec.ts @@ -0,0 +1,123 @@ +import * as timeline from "@hpcc-js/timeline"; +import { MiniGantt, ReactAxisGantt, ReactAxisGanttSeries, ReactGantt, ReactTimeline, ReactTimelineSeries } from "@hpcc-js/timeline"; +import { Class, EntityCard, HTMLWidget, Icon, SVGWidget } from "@hpcc-js/common"; +import { Bar, Column, Line, Pie, Step } from "@hpcc-js/chart"; +import { describe, it, expect } from "vitest"; +import { classDef, data, render } from "../../common/tests/index.ts"; + +const urlSearch: string = window.location.href.split("?")[1]; + +describe("@hpcc-js/timeline", () => { + for (const key in timeline) { + const item = (timeline as any)[key]; + if (item) { + if (!urlSearch || urlSearch === item.prototype.constructor.name) { + describe(`${item.prototype?.constructor?.name}`, () => { + it("Simple", () => { + expect(true).to.be.true; + }); + if (item.prototype instanceof Class) { + classDef("timeline", item); + } + if (item.prototype instanceof HTMLWidget || item.prototype instanceof SVGWidget) { + switch (item.prototype.constructor) { + case ReactGantt: + case ReactAxisGantt: + render(new item.prototype.constructor() + .data([ + ["item-1", 0, 1], + ["item-2", 99, 999] + ]) + ); + break; + case ReactAxisGanttSeries: + render(new ReactAxisGanttSeries() + .columns(["Label", "start", "end", "category"]) + .seriesColumn("category") + .data([ + ["item-1", 7, 45, "A"], + ["item-2", 11, 16, "B"], + ["item-3", 16, 25, "C"], + ["item-3a", 9, 17, "D"], + ["item-3b", 22, 72, "A"], + ["item-3c", 23, 29, "C"], + ["item-3d", 24, 67, "D"], + ["item-3e", 20, 25, "B"], + ["item-4", 1, 20, "D"], + ["item-6", 10, 50, "B"], + ["item-7", 3, 40, "A"] + ]) + ); + break; + case ReactTimelineSeries: + render(new ReactTimelineSeries() + .timePattern("%Y-%m-%dT%H:%M:%S.%LZ") + .columns(["Label", "start", "end", "category"]) + .seriesColumn("category") + .data([ + ["item-1", "2016-07-01T09:10:00.0Z", "2016-07-01T09:45:00.0Z", "A"], + ["item-2", "2016-07-01T11:00:00.0Z", "2016-07-01T12:00:00.0Z", "B"], + ["item-3", "2016-07-01T09:20:00.0Z", "2016-07-01T12:20:00.0Z", "C"], + ["item-3a", "2016-07-01T09:21:00.0Z", "2016-07-01T12:11:00.0Z", "D"], + ["item-3b", "2016-07-01T09:22:00.0Z", "2016-07-01T12:12:00.0Z", "E"], + ["item-3c", "2016-07-01T09:23:00.0Z", "2016-07-01T12:13:00.0Z", "A"], + ["item-3d", "2016-07-01T09:24:00.0Z", "2016-07-01T12:14:00.0Z", "B"], + ["item-3e", "2016-07-01T09:25:00.0Z", "2016-07-01T12:15:00.0Z", "A"], + ["item-4", "2016-07-01T09:15:00.0Z", "2016-07-01T12:20:00.0Z", "C"], + ["item-6", "2016-07-01T10:00:00.0Z", "2016-07-01T10:50:00.0Z", "A"], + ["item-7", "2016-07-01T10:30:01.0Z", "2016-07-01T10:40:00.0Z", "B"] + ]) + ); + break; + case ReactTimeline: + render(new ReactTimeline() + .timePattern("%Y-%m-%dT%H:%M:%S.%LZ") + .data([ + ["item-1", "2016-07-01T09:10:00.0Z", "2016-07-01T09:45:00.0Z"], + ["item-2", "2016-07-01T11:00:00.0Z", "2016-07-01T12:00:00.0Z"], + ["item-3", "2016-07-01T09:20:00.0Z", "2016-07-01T12:20:00.0Z"], + ["item-3a", "2016-07-01T09:21:00.0Z", "2016-07-01T12:11:00.0Z"], + ["item-3b", "2016-07-01T09:22:00.0Z", "2016-07-01T12:12:00.0Z"], + ["item-3c", "2016-07-01T09:23:00.0Z", "2016-07-01T12:13:00.0Z"], + ["item-3d", "2016-07-01T09:24:00.0Z", "2016-07-01T12:14:00.0Z"], + ["item-3e", "2016-07-01T09:25:00.0Z", "2016-07-01T12:15:00.0Z"], + ["item-4", "2016-07-01T09:15:00.0Z", "2016-07-01T12:20:00.0Z"], + ["item-6", "2016-07-01T10:00:00.0Z", "2016-07-01T10:50:00.0Z"], + ["item-7", "2016-07-01T10:30:01.0Z", "2016-07-01T10:40:00.0Z"] + ]) + ); + break; + case MiniGantt: + render(new MiniGantt() + .timePattern("%Y-%m-%dT%H:%M:%S.%LZ") + .tickFormat("%H:%M") + .data([ + ["Start", "2016-07-01T09:12:15.0Z"], + ["item-1", "2016-07-01T09:10:00.0Z", "2016-07-01T09:45:00.0Z"], + ["item-2", "2016-07-01T11:00:00.0Z", "2016-07-01T12:00:00.0Z"], + ["item-3", "2016-07-01T09:20:00.0Z", "2016-07-01T12:20:00.0Z"], + ["item-3a", "2016-07-01T09:21:00.0Z", "2016-07-01T12:11:00.0Z"], + ["item-3b", "2016-07-01T09:22:00.0Z", "2016-07-01T12:12:00.0Z"], + ["item-3c", "2016-07-01T09:23:00.0Z", "2016-07-01T12:13:00.0Z"], + ["item-3d", "2016-07-01T09:24:00.0Z", "2016-07-01T12:14:00.0Z"], + ["item-3e", "2016-07-01T09:25:00.0Z", "2016-07-01T12:15:00.0Z"], + ["item-4", "2016-07-01T09:15:00.0Z", "2016-07-01T12:20:00.0Z"], + ["item-6", "2016-07-01T10:00:00.0Z", "2016-07-01T10:50:00.0Z"], + ["item-7", "2016-07-01T10:30:01.0Z", "2016-07-01T10:40:00.0Z"], + ["10 O'Clock", "2016-07-01T10:00:00.0Z"], + ["Finish", "2016-07-01T12:30:45.0Z"] + ]) + ); + break; + + default: + it("Has render test", () => { + expect(false).to.be.true; + }); + } + } + }); + } + } + } +}); diff --git a/packages/timeline/tsconfig.json b/packages/timeline/tsconfig.json index f0f5dccce5..3cd3be3a69 100644 --- a/packages/timeline/tsconfig.json +++ b/packages/timeline/tsconfig.json @@ -1,22 +1,25 @@ { - "extends": "../tsconfig.settings.json", "compilerOptions": { - "rootDir": "./src", - "outDir": "./lib-umd", - "declarationDir": "./types", + "rootDir": "src", + "module": "NodeNext", + "target": "ESNext", + "resolveJsonModule": true, + "emitDeclarationOnly": true, + "declaration": true, + "declarationDir": "types", + "strict": false, + "noImplicitAny": false, + "noImplicitThis": false, + "strictNullChecks": false, + "skipLibCheck": true, + "allowImportingTsExtensions": true, + "lib": [ + "DOM", + "ESNext", + "ES2020" + ] }, "include": [ - "./src/**/*" - ], - "references": [ - { - "path": "../api" - }, - { - "path": "../chart" - }, - { - "path": "../common" - } + "./src/index.ts" ] } \ No newline at end of file diff --git a/packages/timeline/vitest.workspace.ts b/packages/timeline/vitest.workspace.ts new file mode 100644 index 0000000000..fa7bb0720b --- /dev/null +++ b/packages/timeline/vitest.workspace.ts @@ -0,0 +1,6 @@ +import { defineWorkspace } from 'vitest/config'; +import baseWorkspace from '../../vitest.workspace.ts'; + +export default defineWorkspace([ + ...baseWorkspace +]) \ No newline at end of file diff --git a/packages/tree/.vscode/launch.json b/packages/tree/.vscode/launch.json new file mode 100644 index 0000000000..7c2436335f --- /dev/null +++ b/packages/tree/.vscode/launch.json @@ -0,0 +1,47 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "test-browser", + "type": "msedge", + "request": "launch", + "url": "http://localhost:8888", + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, + { + "name": "test-node", + "type": "node", + "request": "launch", + "runtimeArgs": [ + "run-script", + "test-node" + ], + "runtimeExecutable": "npm", + "skipFiles": [ + "/**" + ], + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ], + }, + { + "name": "index.html", + "request": "launch", + "type": "msedge", + "url": "file:///${workspaceFolder}/index.html", + "runtimeArgs": [ + "--disable-web-security" + ], + "webRoot": "${workspaceFolder}", + "outFiles": [ + "${workspaceFolder}/**/*.js", + "!**/node_modules/**" + ] + } + ] +} \ No newline at end of file diff --git a/packages/tree/.vscode/tasks.json b/packages/tree/.vscode/tasks.json index 7fffdb949c..120545d06c 100644 --- a/packages/tree/.vscode/tasks.json +++ b/packages/tree/.vscode/tasks.json @@ -1,20 +1,36 @@ { - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { + "label": "gen-types-watch", "type": "npm", - "script": "compile-umd-watch", - "group": { - "kind": "build", - "isDefault": true - }, + "script": "gen-types-watch", "problemMatcher": [ "$tsc-watch" ], - "label": "npm: compile-umd-watch", - "detail": "tsc --module umd --outDir ./lib-umd --watch" + "presentation": { + "group": "group-build" + } + }, + { + "label": "bundle-watch", + "type": "npm", + "script": "bundle-watch", + "problemMatcher": [], + "presentation": { + "group": "group-build" + } + }, + { + "label": "build", + "dependsOn": [ + "gen-types-watch", + "bundle-watch", + ], + "group": { + "kind": "build", + "isDefault": true + } } ] } \ No newline at end of file diff --git a/packages/tree/esbuild.js b/packages/tree/esbuild.js new file mode 100644 index 0000000000..67b91a9988 --- /dev/null +++ b/packages/tree/esbuild.js @@ -0,0 +1,29 @@ +import { browserTpl } from "@hpcc-js/esbuild-plugins"; +import pkg from "./package.json" with { type: "json" }; + +// config --- +await Promise.all([ + browserTpl("src/index.ts", "dist/index", { + keepNames: true, + alias: { + "d3-array": "@hpcc-js/common", + "d3-brush": "@hpcc-js/common", + "d3-collection": "@hpcc-js/common", + "d3-color": "@hpcc-js/common", + "d3-dispatch": "@hpcc-js/common", + "d3-drag": "@hpcc-js/common", + "d3-dsv": "@hpcc-js/common", + "d3-ease": "@hpcc-js/common", + "d3-format": "@hpcc-js/common", + "d3-interpolate": "@hpcc-js/common", + "d3-scale": "@hpcc-js/common", + "d3-selection": "@hpcc-js/common", + "d3-time-format": "@hpcc-js/common", + "d3-transition": "@hpcc-js/common", + "d3-zoom": "@hpcc-js/common" + }, + external: [ + ...Object.keys(pkg.dependencies), + ] + }) +]); diff --git a/packages/tree/index.html b/packages/tree/index.html new file mode 100644 index 0000000000..81b8836953 --- /dev/null +++ b/packages/tree/index.html @@ -0,0 +1,445 @@ + + + + + Home + + + + + + + +

ESM Quick Test

+
+ + + + + \ No newline at end of file diff --git a/packages/tree/package.json b/packages/tree/package.json index 56cf2aa0fe..41fee066c0 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -1,56 +1,53 @@ { "name": "@hpcc-js/tree", - "version": "2.42.0", + "version": "3.0.0", "description": "hpcc-js - Viz Tree", - "main": "dist/index.js", - "module": "dist/index.es6", - "unpkg": "dist/index.min.js", - "jsdelivr": "dist/index.min.js", - "types": "types/index.d.ts", - "typesVersions": { - "<3.8": { - "*": [ - "types-3.4/index.d.ts" - ] + "type": "module", + "exports": { + ".": { + "types": "./types/index.d.ts", + "default": "./dist/index.js" } }, + "module": "./dist/index.js", + "browser": "./dist/index.js", + "types": "./types/index.d.ts", "files": [ "dist/*", + "src/*", "types/*", - "types-3.4/*", - "src/*" + "font-awesome/**/*" ], "scripts": { - "clean": "rimraf --glob lib* types dist *.tsbuildinfo", - "compile-es6": "tsc --module es6 --outDir ./lib-es6", - "compile-es6-watch": "npm run compile-es6 -- -w", - "compile-umd": "tsc --module umd --outDir ./lib-umd", - "compile-umd-watch": "npm run compile-umd -- -w", - "bundle": "rollup -c", - "bundle-watch": "npm run bundle -- -w", - "minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js", - "gen-legacy-types": "downlevel-dts ./types ./types-3.4", - "build": "npm run compile-es6 && npm run bundle", - "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch", + "clean": "rimraf --glob lib* types dist *.tsbuildinfo .turbo", + "bundle": "node esbuild.js", + "bundle-watch": "npm run bundle -- --development --watch", + "gen-types": "tsc --project tsconfig.json", + "gen-types-watch": "npm run gen-types -- --watch", + "build": "run-p gen-types bundle", "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js", "lint": "eslint ./src", + "lint-fix": "eslint --fix src/**/*.ts", "docs": "typedoc --options tdoptions.json .", - "update": "npx --yes npm-check-updates -u -t minor" + "test-browser": "vitest run --project browser", + "test": "vitest run", + "coverage": "vitest run --coverage", + "update": "npx --yes npm-check-updates -u -t minor", + "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^2.14.0", - "@hpcc-js/common": "^2.73.0" + "@hpcc-js/api": "^3.1.0", + "@hpcc-js/common": "^3.1.0" }, "devDependencies": { - "@hpcc-js/bundle": "^2.12.0", - "@types/d3-transition": "1.3.5", + "@hpcc-js/esbuild-plugins": "^1.2.0", + "@types/d3-transition": "1.3.6", "d3-hierarchy": "^1", "d3-interpolate": "^1", "d3-scale": "^1", "d3-selection": "^1", "d3-shape": "^1", - "d3-transition": "^1", - "tslib": "2.7.0" + "d3-transition": "^1" }, "repository": { "type": "git", diff --git a/packages/tree/rollup.config.mjs b/packages/tree/rollup.config.mjs deleted file mode 100644 index 3e0b2b9d2a..0000000000 --- a/packages/tree/rollup.config.mjs +++ /dev/null @@ -1,56 +0,0 @@ -import { external, globals } from "@hpcc-js/bundle"; -import alias from '@rollup/plugin-alias'; -import commonjs from '@rollup/plugin-commonjs'; -import sourcemaps from 'rollup-plugin-sourcemaps'; -import nodeResolve from '@rollup/plugin-node-resolve'; -import postcss from "rollup-plugin-postcss"; - -import pkg from "./package.json" with { type: "json" }; - -export default { - input: "lib-es6/index", - external: external, - output: [{ - file: pkg.main, - format: "umd", - sourcemap: true, - globals: globals, - name: pkg.name - }, { - file: pkg.module + ".js", - format: "es", - sourcemap: true, - globals: globals, - name: pkg.name - }], - plugins: [ - alias({ - entries: [ - { find: "d3-array", replacement: "@hpcc-js/common" }, - { find: "d3-brush", replacement: "@hpcc-js/common" }, - { find: "d3-collection", replacement: "@hpcc-js/common" }, - { find: "d3-color", replacement: "@hpcc-js/common" }, - { find: "d3-dispatch", replacement: "@hpcc-js/common" }, - { find: "d3-drag", replacement: "@hpcc-js/common" }, - { find: "d3-dsv", replacement: "@hpcc-js/common" }, - { find: "d3-ease", replacement: "@hpcc-js/common" }, - { find: "d3-format", replacement: "@hpcc-js/common" }, - { find: "d3-interpolate", replacement: "@hpcc-js/common" }, - { find: "d3-scale", replacement: "@hpcc-js/common" }, - { find: "d3-selection", replacement: "@hpcc-js/common" }, - { find: "d3-time-format", replacement: "@hpcc-js/common" }, - { find: "d3-transition", replacement: "@hpcc-js/common" }, - { find: "d3-zoom", replacement: "@hpcc-js/common" } - ] - }), - nodeResolve({ - preferBuiltins: true - }), - commonjs({}), - sourcemaps(), - postcss({ - extensions: [".css"], - minimize: true - }) - ] -}; \ No newline at end of file diff --git a/packages/tree/src/CirclePacking.ts b/packages/tree/src/CirclePacking.ts index 22f79f2ba6..d42ef01541 100644 --- a/packages/tree/src/CirclePacking.ts +++ b/packages/tree/src/CirclePacking.ts @@ -120,18 +120,18 @@ export class CirclePacking extends SVGWidget { this._node.attr("transform", function (d) { return "translate(" + (d.x - v[0]) * k + "," + (d.y - v[1]) * k + ")"; }); this.circle.attr("r", function (d) { return d.r * k; }); } - - paletteID: (_?: string) => string | CirclePacking; - useClonedPalette: (_?: boolean) => boolean | CirclePacking; - - // I2DChart - _palette; - click: (row, column, selected) => void; - dblclick: (row, column, selected) => void; } CirclePacking.prototype._class += " tree_CirclePacking"; CirclePacking.prototype.implements(ITree.prototype); + export interface CirclePacking { + _palette; + + // I2DChart --- + click(row, column, selected): void; + dblclick(row, column, selected): void; + + // Properties --- showSize(): boolean; showSize(_: boolean): this; paletteDepthLevel(): number; @@ -139,6 +139,10 @@ export interface CirclePacking { paletteDepthLevel_exists(): boolean; paletteDepthVariant(): "brighter" | "darker"; paletteDepthVariant(_: "brighter" | "darker"): this; + paletteID(): string; + paletteID(_: string): this; + useClonedPalette(): boolean; + useClonedPalette(_: boolean): this; } CirclePacking.prototype.publish("showSize", true, "boolean", "Show size along with label"); diff --git a/packages/tree/src/Dendrogram.ts b/packages/tree/src/Dendrogram.ts index 341c69ec20..7b4620534f 100644 --- a/packages/tree/src/Dendrogram.ts +++ b/packages/tree/src/Dendrogram.ts @@ -175,7 +175,7 @@ export class Dendrogram extends SVGZoomWidget { tmp = tmp.children[0]; } if (d.depth > 0) { - if(tmp.origRows) { + if (tmp.origRows) { context.click(context.rowToObj(tmp.origRows[0]), context.mappings()[d.depth - 1].column(), true); } else { context.click(tmp.data, context.mappings()[d.depth - 1].column(), true); @@ -188,7 +188,7 @@ export class Dendrogram extends SVGZoomWidget { tmp = tmp.children[0]; } if (d.depth > 0) { - if(tmp.origRows) { + if (tmp.origRows) { context.dblclick(context.rowToObj(tmp.origRows[0]), context.mappings()[d.depth - 1].column(), true); } else { context.dblclick(tmp.data, context.mappings()[d.depth - 1].column(), true); @@ -249,30 +249,42 @@ export class Dendrogram extends SVGZoomWidget { context.zoomToFit(); } } - - paletteID: { (): string; (_: string): Dendrogram; }; - useClonedPalette: { (): boolean; (_: boolean): Dendrogram; }; - mappings: { (): DendrogramColumn[]; (_: DendrogramColumn[]): Dendrogram; }; - - circleRadius: { (): number; (_: number): Dendrogram; }; - separation: { (): number; (_: number): Dendrogram; }; - dendrogram: { (): boolean; (_: boolean): Dendrogram; }; - radial: { (): boolean; (_: boolean): Dendrogram; }; - orientation: { (): string; (_: string): Dendrogram; }; - - // ITree - _palette; - click: (row, column, selected) => void; - dblclick: (row, column, selected) => void; - - // SimpleSelectionMixin - _selection; } Dendrogram.prototype._class += " tree_Dendrogram"; Dendrogram.prototype.implements(ITree.prototype); Dendrogram.prototype.mixin(Utility.SimpleSelectionMixin); Dendrogram.prototype.Column = DendrogramColumn; +export interface Dendrogram { + _palette; + + // ITree --- + click(row, column, selected): void; + dblclick(row, column, selected): void; + + // SimpleSelectionMixin --- + _selection; + + // Properties --- + paletteID(): string; + paletteID(_: string): this; + useClonedPalette(): boolean; + useClonedPalette(_: boolean): this; + mappings(): DendrogramColumn[]; + mappings(_: DendrogramColumn[]): this; + + circleRadius(): number; + circleRadius(_: number): this; + separation(): number; + separation(_: number): this; + dendrogram(): boolean; + dendrogram(_: boolean): this; + radial(): boolean; + radial(_: boolean): this; + orientation(): "horizontal" | "vertical"; + orientation(_: "horizontal" | "vertical"): this; +} + Dendrogram.prototype.publish("paletteID", "default", "set", "Color palette for this widget", Dendrogram.prototype._palette.switch(), { tags: ["Basic", "Shared"] }); Dendrogram.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette", null, { tags: ["Intermediate", "Shared"] }); Dendrogram.prototype.publish("mappings", [], "propertyArray", "Source Columns", null, { autoExpand: DendrogramColumn }); diff --git a/packages/tree/src/DirectoryTree.ts b/packages/tree/src/DirectoryTree.ts index c524770fc1..328acbf55d 100644 --- a/packages/tree/src/DirectoryTree.ts +++ b/packages/tree/src/DirectoryTree.ts @@ -1,5 +1,5 @@ -import { HTMLWidget, Palette, Platform, select as d3Select, Utility, } from "@hpcc-js/common"; -import { max as d3Max} from "d3-array"; +import { HTMLWidget, Palette, Platform, select as d3Select, Utility, } from "@hpcc-js/common"; +import { max as d3Max } from "d3-array"; import { hierarchy as d3Hierarchy } from "d3-hierarchy"; interface DirectoryItem { @@ -18,8 +18,6 @@ interface DirectoryItem { export class DirectoryTree extends HTMLWidget { - _palette; - constructor() { super(); } @@ -92,7 +90,7 @@ export class DirectoryTree extends HTMLWidget { return widest; } - rowClick(str, markers) {} + rowClick(str, markers) { } enter(domNode, element) { super.enter(domNode, element); @@ -111,10 +109,10 @@ export class DirectoryTree extends HTMLWidget { .style("overflow-y", this.verticalScroll() ? "scroll" : null) ; const flatData = this.flattenData(this.data()); - const maxWeightValue = d3Max(flatData, n=>Number(n.weightValue)); + const maxWeightValue = d3Max(flatData, n => Number(n.weightValue)); - flatData.forEach(d=>{ - if(!d.weightValue){ + flatData.forEach(d => { + if (!d.weightValue) { d.weightColor = "transparent"; } else { d.weightColor = this._palette(d.weightValue, 1, maxWeightValue); @@ -127,7 +125,7 @@ export class DirectoryTree extends HTMLWidget { const rowSelection = element.selectAll(".directory-row").data(flatData); const fontFamily = this.fontFamily(); const fontSize = this.fontSize(); - const maxWeightWidth = d3Max(flatData, d=>this.textSize(d.weightValue, fontFamily, fontSize).width); + const maxWeightWidth = d3Max(flatData, d => this.textSize(d.weightValue, fontFamily, fontSize).width); const rowItemPadding = `${padding}px ${padding}px ${padding / 2}px ${padding}px`; const rowEnter = rowSelection.enter().append("div") @@ -188,7 +186,7 @@ export class DirectoryTree extends HTMLWidget { .style("text-overflow", "ellipsis") .style("line-height", lineHeight + "px") ; - + rowDiv .on("mouseenter", () => { labelDiv.style("font-weight", "bold"); @@ -205,7 +203,7 @@ export class DirectoryTree extends HTMLWidget { context.weight_mouseleave(d); }) ; - + if (d.isFolder) { rowDiv.on("click", function (d: any) { let next = this.nextSibling; @@ -249,50 +247,48 @@ export class DirectoryTree extends HTMLWidget { rowSelection.exit().remove(); } - weight_mouseenter(d){ - + weight_mouseenter(d) { + } - weight_mouseleave(d){ + weight_mouseleave(d) { } } DirectoryTree.prototype._class += " tree_DirectoryTree"; +DirectoryTree.prototype._palette = Palette.rainbow("Blues"); export interface DirectoryTree { + _palette; + + depthSize(): number; + depthSize(_: number): this; + paletteID(): string; + paletteID(_: string): this; + omitRoot(): boolean; + omitRoot(_: boolean): this; + rowItemPadding(): number; + rowItemPadding(_: number): this; + selectionBackgroundColor(): string; + selectionBackgroundColor(_: string): this; backgroundColor(): string; backgroundColor(_: string): this; fontColor(): string; fontColor(_: string): this; fontFamily(): string; fontFamily(_: string): this; - omitRoot(): boolean; - omitRoot(_: boolean): this; fontSize(): number; fontSize(_: number): this; iconSize(): number; iconSize(_: number): this; - fileIconSize(): number; - fileIconSize(_: number): this; folderIconOpen(): string; folderIconOpen(_: string): this; folderIconClosed(): string; folderIconClosed(_: string): this; - hoverBackgroundColor(): string; - hoverBackgroundColor(_: string): this; - selectionBackgroundColor(): string; - selectionBackgroundColor(_: string): this; - rowItemPadding(): number; - rowItemPadding(_: number): this; textFileIcon(): string; textFileIcon(_: string): this; verticalScroll(): boolean; verticalScroll(_: boolean): this; - paletteID(): string; - paletteID(_: string): this; - depthSize(): number; - depthSize(_: number): this; } -DirectoryTree.prototype._palette = Palette.rainbow("Blues"); DirectoryTree.prototype.publish("depthSize", 14, "number", "Width of indentation per file or folder depth (pixels)"); DirectoryTree.prototype.publish("paletteID", "Blues", "set", "Color palette for the weight backgrounds", DirectoryTree.prototype._palette.switch(), { tags: ["Basic"] }); diff --git a/packages/tree/src/Indented.ts b/packages/tree/src/Indented.ts index bd09b65f8e..5660aba465 100644 --- a/packages/tree/src/Indented.ts +++ b/packages/tree/src/Indented.ts @@ -229,25 +229,32 @@ export class Indented extends SVGZoomWidget { return context._collapsed[getID(d)] ? "#3182bd" : d.children ? "#c6dbef" : "#fd8d3c"; } } - - xmlColumn: { (_: string): Indented; (): string; }; - xmlColumn_exists: () => boolean; - mappings: { (_: IndentedColumn[]): Indented; (): IndentedColumn[]; }; - barHeight: { (_: number): Indented; (): number; }; - - // ITree - _palette; - click: (row, column, selected) => void; - dblclick: (row, column, selected) => void; - - // SimpleSelectionMixin - _selection; } Indented.prototype._class += " tree_Indented"; Indented.prototype.implements(ITree.prototype); Indented.prototype.mixin(Utility.SimpleSelectionMixin); Indented.prototype.Column = IndentedColumn; +export interface Indented { + _palette; + + // ITree --- + click(row, column, selected): void; + dblclick(row, column, selected): void; + + // SimpleSelectionMixin --- + _selection; + + // Properties --- + xmlColumn(): string; + xmlColumn(_: string): this; + xmlColumn_exists(): boolean; + mappings(): IndentedColumn[]; + mappings(_: IndentedColumn[]): this; + barHeight(): number; + barHeight(_: number): this; +} + Indented.prototype.publish("xmlColumn", null, "set", "Field", function () { return this.columns(); }, { optional: true }); Indented.prototype.publish("mappings", [], "propertyArray", "Source Columns", null, { autoExpand: IndentedColumn, disable: (w) => w.xmlColumn_exists() }); Indented.prototype.publish("barHeight", 16, "number", "Bar height"); diff --git a/packages/tree/src/SunburstPartition.ts b/packages/tree/src/SunburstPartition.ts index 6369bb5dca..d23f6302ce 100644 --- a/packages/tree/src/SunburstPartition.ts +++ b/packages/tree/src/SunburstPartition.ts @@ -135,17 +135,23 @@ export class SunburstPartition extends SVGWidget { .selectAll("path") .attrTween("d", function (d2) { return function () { return context.arc(d2); }; }); } - - paletteID: (_?: string) => string | SunburstPartition; - useClonedPalette: (_?: boolean) => boolean | SunburstPartition; - - // ITree - _palette; - click: (row, column, selected) => void; - dblclick: (row, column, selected) => void; } SunburstPartition.prototype._class += " tree_SunburstPartition"; SunburstPartition.prototype.implements(ITree.prototype); +export interface SunburstPartition { + _palette; + + // ITree --- + click(row, column, selected): void; + dblclick(row, column, selected): void; + + // Properties --- + paletteID(): string; + paletteID(_: string): this; + useClonedPalette(): boolean; + useClonedPalette(_: boolean): this; +} + SunburstPartition.prototype.publish("paletteID", "default", "set", "Color palette for this widget", SunburstPartition.prototype._palette.switch(), { tags: ["Basic", "Shared"] }); SunburstPartition.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette", null, { tags: ["Intermediate", "Shared"] }); diff --git a/packages/tree/src/Treemap.ts b/packages/tree/src/Treemap.ts index c6789df2e4..b30c65e001 100644 --- a/packages/tree/src/Treemap.ts +++ b/packages/tree/src/Treemap.ts @@ -148,7 +148,7 @@ export class Treemap extends HTMLWidget { columnLabel = mapping.column(); } }); - if(d.origRows) { + if (d.origRows) { context.click(context.rowToObj(d.origRows[0]), columnLabel, context._selection.selected(this)); } else { context.click(d.data, columnLabel, context._selection.selected(this)); @@ -163,7 +163,7 @@ export class Treemap extends HTMLWidget { columnLabel = mapping.column(); } }); - if(d.origRows) { + if (d.origRows) { context.dblclick(context.rowToObj(d.origRows[0]), columnLabel, context._selection.selected(this)); } else { context.dblclick(d.data, columnLabel, context._selection.selected(this)); @@ -258,43 +258,69 @@ export class Treemap extends HTMLWidget { leafWeightHTML(d) { return this.showLeafWeight() ? `${d.data.label}${d.value}${this.weightSuffix()}` : `${d.data.label}`; } - - paletteID: { (): string[]; (_: string[]): Treemap; }; - useClonedPalette: { (): boolean[]; (_: boolean[]): Treemap; }; - mappings: { (): TreemapColumn[]; (_: TreemapColumn[]): Treemap; }; - aggrType: { (): string; (_: string): Treemap; }; - aggrColumn: { (): string; (_: string): Treemap; }; - fontSize: { (): number; (_: number): Treemap; }; - fontSize_exists: () => boolean; - paddingInner: { (): number; (_: number): Treemap; }; - paddingOuter: { (): number; (_: number): Treemap; }; - paddingTop: { (): number; (_: number): Treemap; }; - parentFontSize: { (): number; (_: number): Treemap; }; - leafFontSize: { (): number; (_: number): Treemap; }; - brighterLeafNodes: { (): boolean; (_: boolean): Treemap; }; - showRoot: { (): boolean; (_: boolean): Treemap; }; - enableParentLabels: { (): boolean; (_: boolean): Treemap; }; - enableParentTooltips: { (): boolean; (_: boolean): Treemap; }; - showParentWeight: { (): boolean; (_: boolean): Treemap; }; - showLeafWeight: { (): boolean; (_: boolean): Treemap; }; - usePaletteOnParentNodes: { (): boolean; (_: boolean): Treemap; }; - depthColorLimit: { (): number; (_: number): Treemap; }; - squarifyRatio: { (): number; (_: number): Treemap; }; - weightSuffix: { (): string; (_: string): Treemap; }; - tilingMethod: { (): string; (_: string): Treemap; }; - - transitionDuration: { (): number[]; (_: number[]): Treemap; }; - - // ITree - _palette; - click: (row, column, selected) => void; - dblclick: (row, column, selected) => void; } Treemap.prototype._class += " tree_Treemap"; Treemap.prototype.implements(ITree.prototype); Treemap.prototype.mixin(Utility.SimpleSelectionMixin); Treemap.prototype.Column = TreemapColumn; +export interface Treemap { + _palette; + + // ITree --- + click(row, column, selected): void; + dblclick(row, column, selected): void; + + // Properties --- + paletteID(): string; + paletteID(_: string): this; + useClonedPalette(): boolean; + useClonedPalette(_: boolean): this; + mappings(): TreemapColumn[]; + mappings(_: TreemapColumn[]): this; + aggrType(): string; + aggrType(_: string): this; + aggrColumn(): string; + aggrColumn(_: string): this; + fontSize(): number; + fontSize(_: number): this; + fontSize_exists(): boolean; + paddingInner(): number; + paddingInner(_: number): this; + paddingOuter(): number; + paddingOuter(_: number): this; + paddingTop(): number; + paddingTop(_: number): this; + showRoot(): boolean; + showRoot(_: boolean): this; + parentFontSize(): number; + parentFontSize(_: number): this; + leafFontSize(): number; + leafFontSize(_: number): this; + usePaletteOnParentNodes(): boolean; + usePaletteOnParentNodes(_: boolean): this; + depthColorLimit(): number; + depthColorLimit(_: number): this; + squarifyRatio(): number; + squarifyRatio(_: number): this; + showParentWeight(): boolean; + showParentWeight(_: boolean): this; + showLeafWeight(): boolean; + showLeafWeight(_: boolean): this; + weightSuffix(): string; + weightSuffix(_: string): this; + brighterLeafNodes(): boolean; + brighterLeafNodes(_: boolean): this; + enableParentLabels(): boolean; + enableParentLabels(_: boolean): this; + enableParentTooltips(): boolean; + enableParentTooltips(_: boolean): this; + transitionDuration(): number[]; + transitionDuration(_: number[]): this; + tilingMethod(): string; + tilingMethod(_: string): this; +} + Treemap.prototype.publish("paletteID", "default", "set", "Color palette for this widget", Treemap.prototype._palette.switch(), { tags: ["Basic", "Shared"] }); Treemap.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette", null, { tags: ["Intermediate", "Shared"] }); Treemap.prototype.publish("mappings", [], "propertyArray", "Source Columns", null, { autoExpand: TreemapColumn }); diff --git a/packages/tree/src/index.ts b/packages/tree/src/index.ts index 86fc625f7b..8cb9440667 100644 --- a/packages/tree/src/index.ts +++ b/packages/tree/src/index.ts @@ -1,7 +1,7 @@ -export * from "./__package__"; -export * from "./CirclePacking"; -export * from "./Dendrogram"; -export * from "./DirectoryTree"; -export * from "./Indented"; -export * from "./SunburstPartition"; -export * from "./Treemap"; +export * from "./__package__.ts"; +export * from "./CirclePacking.ts"; +export * from "./Dendrogram.ts"; +export * from "./DirectoryTree.ts"; +export * from "./Indented.ts"; +export * from "./SunburstPartition.ts"; +export * from "./Treemap.ts"; diff --git a/packages/tree/tests/tree.browser.spec.ts b/packages/tree/tests/tree.browser.spec.ts new file mode 100644 index 0000000000..0a3fce45a4 --- /dev/null +++ b/packages/tree/tests/tree.browser.spec.ts @@ -0,0 +1,449 @@ +import * as tree from "@hpcc-js/tree"; +import { CirclePacking, Dendrogram, DirectoryTree, Indented, SunburstPartition, Treemap } from "@hpcc-js/tree"; +import { Class, HTMLWidget, SVGWidget } from "@hpcc-js/common"; +import { describe, it, expect } from "vitest"; +import { classDef, render } from "../../common/tests/index.ts"; + +const urlSearch: string = window.location.href.split("?")[1]; +const flare = { + data: + { + label: "root", + children: [ + { + label: "analytics", + children: [ + { + label: "cluster", + children: [ + { label: "AgglomerativeCluster", size: 3938 }, + { label: "CommunityStructure", size: 3812 }, + { label: "HierarchicalCluster", size: 6714 }, + { label: "MergeEdge", size: 743 } + ] + }, + { + label: "graph", + children: [ + { label: "BetweennessCentrality", size: 3534 }, + { label: "LinkDistance", size: 5731 }, + { label: "MaxFlowMinCut", size: 7840 }, + { label: "ShortestPaths", size: 5914 }, + { label: "SpanningTree", size: 3416 } + ] + }, + { + label: "optimization", + children: [ + { label: "AspectRatioBanker", size: 7074 } + ] + } + ] + }, + { + label: "animate", + children: [ + { label: "Easing", size: 17010 }, + { label: "FunctionSequence", size: 5842 }, + { + label: "interpolate", + children: [ + { label: "ArrayInterpolator", size: 1983 }, + { label: "ColorInterpolator", size: 2047 }, + { label: "DateInterpolator", size: 1375 }, + { label: "Interpolator", size: 8746 }, + { label: "MatrixInterpolator", size: 2202 }, + { label: "NumberInterpolator", size: 1382 }, + { label: "ObjectInterpolator", size: 1629 }, + { label: "PointInterpolator", size: 1675 }, + { label: "RectangleInterpolator", size: 2042 } + ] + }, + { label: "ISchedulable", size: 1041 }, + { label: "Parallel", size: 5176 }, + { label: "Pause", size: 449 }, + { label: "Scheduler", size: 5593 }, + { label: "Sequence", size: 5534 }, + { label: "Transition", size: 9201 }, + { label: "Transitioner", size: 19975 }, + { label: "TransitionEvent", size: 1116 }, + { label: "Tween", size: 6006 } + ] + }, + { + label: "data", + children: [ + { + label: "converters", + children: [ + { label: "Converters", size: 721 }, + { label: "DelimitedTextConverter", size: 4294 }, + { label: "GraphMLConverter", size: 9800 }, + { label: "IDataConverter", size: 1314 }, + { label: "JSONConverter", size: 2220 } + ] + }, + { label: "DataField", size: 1759 }, + { label: "DataSchema", size: 2165 }, + { label: "DataSet", size: 586 }, + { label: "DataSource", size: 3331 }, + { label: "DataTable", size: 772 }, + { label: "DataUtil", size: 3322 } + ] + }, + { + label: "display", + children: [ + { label: "DirtySprite", size: 8833 }, + { label: "LineSprite", size: 1732 }, + { label: "RectSprite", size: 3623 }, + { label: "TextSprite", size: 10066 } + ] + }, + { + label: "flex", + children: [ + { label: "FlareVis", size: 4116 } + ] + }, + { + label: "physics", + children: [ + { label: "DragForce", size: 1082 }, + { label: "GravityForce", size: 1336 }, + { label: "IForce", size: 319 }, + { label: "NBodyForce", size: 10498 }, + { label: "Particle", size: 2822 }, + { label: "Simulation", size: 9983 }, + { label: "Spring", size: 2213 }, + { label: "SpringForce", size: 1681 } + ] + }, + { + label: "query", + children: [ + { label: "AggregateExpression", size: 1616 }, + { label: "And", size: 1027 }, + { label: "Arithmetic", size: 3891 }, + { label: "Average", size: 891 }, + { label: "BinaryExpression", size: 2893 }, + { label: "Comparison", size: 5103 }, + { label: "CompositeExpression", size: 3677 }, + { label: "Count", size: 781 }, + { label: "DateUtil", size: 4141 }, + { label: "Distinct", size: 933 }, + { label: "Expression", size: 5130 }, + { label: "ExpressionIterator", size: 3617 }, + { label: "Fn", size: 3240 }, + { label: "If", size: 2732 }, + { label: "IsA", size: 2039 }, + { label: "Literal", size: 1214 }, + { label: "Match", size: 3748 }, + { label: "Maximum", size: 843 }, + { + label: "methods", + children: [ + { label: "add", size: 593 }, + { label: "and", size: 330 }, + { label: "average", size: 287 }, + { label: "count", size: 277 }, + { label: "distinct", size: 292 }, + { label: "div", size: 595 }, + { label: "eq", size: 594 }, + { label: "fn", size: 460 }, + { label: "gt", size: 603 }, + { label: "gte", size: 625 }, + { label: "iff", size: 748 }, + { label: "isa", size: 461 }, + { label: "lt", size: 597 }, + { label: "lte", size: 619 }, + { label: "max", size: 283 }, + { label: "min", size: 283 }, + { label: "mod", size: 591 }, + { label: "mul", size: 603 }, + { label: "neq", size: 599 }, + { label: "not", size: 386 }, + { label: "or", size: 323 }, + { label: "orderby", size: 307 }, + { label: "range", size: 772 }, + { label: "select", size: 296 }, + { label: "stddev", size: 363 }, + { label: "sub", size: 600 }, + { label: "sum", size: 280 }, + { label: "update", size: 307 }, + { label: "variance", size: 335 }, + { label: "where", size: 299 }, + { label: "xor", size: 354 }, + { label: "_", size: 264 } + ] + }, + { label: "Minimum", size: 843 }, + { label: "Not", size: 1554 }, + { label: "Or", size: 970 }, + { label: "Query", size: 13896 }, + { label: "Range", size: 1594 }, + { label: "StringUtil", size: 4130 }, + { label: "Sum", size: 791 }, + { label: "Variable", size: 1124 }, + { label: "Variance", size: 1876 }, + { label: "Xor", size: 1101 } + ] + }, + { + label: "scale", + children: [ + { label: "IScaleMap", size: 2105 }, + { label: "LinearScale", size: 1316 }, + { label: "LogScale", size: 3151 }, + { label: "OrdinalScale", size: 3770 }, + { label: "QuantileScale", size: 2435 }, + { label: "QuantitativeScale", size: 4839 }, + { label: "RootScale", size: 1756 }, + { label: "Scale", size: 4268 }, + { label: "ScaleType", size: 1821 }, + { label: "TimeScale", size: 5833 } + ] + }, + { + label: "util", + children: [ + { label: "Arrays", size: 8258 }, + { label: "Colors", size: 10001 }, + { label: "Dates", size: 8217 }, + { label: "Displays", size: 12555 }, + { label: "Filter", size: 2324 }, + { label: "Geometry", size: 10993 }, + { + label: "heap", + children: [ + { label: "FibonacciHeap", size: 9354 }, + { label: "HeapNode", size: 1233 } + ] + }, + { label: "IEvaluable", size: 335 }, + { label: "IPredicate", size: 383 }, + { label: "IValueProxy", size: 874 }, + { + label: "math", + children: [ + { label: "DenseMatrix", size: 3165 }, + { label: "IMatrix", size: 2815 }, + { label: "SparseMatrix", size: 3366 } + ] + }, + { label: "Maths", size: 17705 }, + { label: "Orientation", size: 1486 }, + { + label: "palette", + children: [ + { label: "ColorPalette", size: 6367 }, + { label: "Palette", size: 1229 }, + { label: "ShapePalette", size: 2059 }, + { label: "SizePalette", size: 2291 } + ] + }, + { label: "Property", size: 5559 }, + { label: "Shapes", size: 19118 }, + { label: "Sort", size: 6887 }, + { label: "Stats", size: 6557 }, + { label: "Strings", size: 22026 } + ] + }, + { + label: "vis", + children: [ + { + label: "axis", + children: [ + { label: "Axes", size: 1302 }, + { label: "Axis", size: 24593 }, + { label: "AxisGridLine", size: 652 }, + { label: "AxisLabel", size: 636 }, + { label: "CartesianAxes", size: 6703 } + ] + }, + { + label: "controls", + children: [ + { label: "AnchorControl", size: 2138 }, + { label: "ClickControl", size: 3824 }, + { label: "Control", size: 1353 }, + { label: "ControlList", size: 4665 }, + { label: "DragControl", size: 2649 }, + { label: "ExpandControl", size: 2832 }, + { label: "HoverControl", size: 4896 }, + { label: "IControl", size: 763 }, + { label: "PanZoomControl", size: 5222 }, + { label: "SelectionControl", size: 7862 }, + { label: "TooltipControl", size: 8435 } + ] + }, + { + label: "data", + children: [ + { label: "Data", size: 20544 }, + { label: "DataList", size: 19788 }, + { label: "DataSprite", size: 10349 }, + { label: "EdgeSprite", size: 3301 }, + { label: "NodeSprite", size: 19382 }, + { + label: "render", + children: [ + { label: "ArrowType", size: 698 }, + { label: "EdgeRenderer", size: 5569 }, + { label: "IRenderer", size: 353 }, + { label: "ShapeRenderer", size: 2247 } + ] + }, + { label: "ScaleBinding", size: 11275 }, + { label: "Tree", size: 7147 }, + { label: "TreeBuilder", size: 9930 } + ] + }, + { + label: "events", + children: [ + { label: "DataEvent", size: 2313 }, + { label: "SelectionEvent", size: 1880 }, + { label: "TooltipEvent", size: 1701 }, + { label: "VisualizationEvent", size: 1117 } + ] + }, + { + label: "legend", + children: [ + { label: "Legend", size: 20859 }, + { label: "LegendItem", size: 4614 }, + { label: "LegendRange", size: 10530 } + ] + }, + { + label: "operator", + children: [ + { + label: "distortion", + children: [ + { label: "BifocalDistortion", size: 4461 }, + { label: "Distortion", size: 6314 }, + { label: "FisheyeDistortion", size: 3444 } + ] + }, + { + label: "encoder", + children: [ + { label: "ColorEncoder", size: 3179 }, + { label: "Encoder", size: 4060 }, + { label: "PropertyEncoder", size: 4138 }, + { label: "ShapeEncoder", size: 1690 }, + { label: "SizeEncoder", size: 1830 } + ] + }, + { + label: "filter", + children: [ + { label: "FisheyeTreeFilter", size: 5219 }, + { label: "GraphDistanceFilter", size: 3165 }, + { label: "VisibilityFilter", size: 3509 } + ] + }, + { label: "IOperator", size: 1286 }, + { + label: "label", + children: [ + { label: "Labeler", size: 9956 }, + { label: "RadialLabeler", size: 3899 }, + { label: "StackedAreaLabeler", size: 3202 } + ] + }, + { + label: "layout", + children: [ + { label: "AxisLayout", size: 6725 }, + { label: "BundledEdgeRouter", size: 3727 }, + { label: "CircleLayout", size: 9317 }, + { label: "CirclePackingLayout", size: 12003 }, + { label: "DendrogramLayout", size: 4853 }, + { label: "ForceDirectedLayout", size: 8411 }, + { label: "IcicleTreeLayout", size: 4864 }, + { label: "IndentedTreeLayout", size: 3174 }, + { label: "Layout", size: 7881 }, + { label: "NodeLinkTreeLayout", size: 12870 }, + { label: "PieLayout", size: 2728 }, + { label: "RadialTreeLayout", size: 12348 }, + { label: "RandomLayout", size: 870 }, + { label: "StackedAreaLayout", size: 9121 }, + { label: "TreeMapLayout", size: 9191 } + ] + }, + { label: "Operator", size: 2490 }, + { label: "OperatorList", size: 5248 }, + { label: "OperatorSequence", size: 4190 }, + { label: "OperatorSwitch", size: 2581 }, + { label: "SortOperator", size: 2023 } + ] + }, + { label: "Visualization", size: 16540 } + ] + } + ] + } +}; + +describe("@hpcc-js/tree", () => { + for (const key in tree) { + const item = (tree as any)[key]; + if (item) { + if (!urlSearch || urlSearch === item.prototype.constructor.name) { + describe(`${item.prototype?.constructor?.name}`, () => { + it("Simple", () => { + expect(true).to.be.true; + }); + if (item.prototype instanceof Class) { + classDef("tree", item); + } + if (item.prototype instanceof HTMLWidget || item.prototype instanceof SVGWidget) { + switch (item.prototype.constructor) { + case CirclePacking: + render(new CirclePacking() + .data(flare.data) + ); + break; + case Dendrogram: + render(new Dendrogram() + .data(flare.data) + ); + break; + case DirectoryTree: + render(new DirectoryTree() + .data(flare.data) + ); + break; + case Indented: + render(new Indented() + .columns(["label", "size"]) + .data(flare.data) + ); + break; + case SunburstPartition: + render(new SunburstPartition() + .data(flare.data) + ); + break; + case Treemap: + render(new Treemap() + .columns(["label", "size"]) + .data(flare.data) + ); + break; + + default: + it("Has render test", () => { + expect(false).to.be.true; + }); + } + } + }); + } + } + } +}); diff --git a/packages/tree/tsconfig.json b/packages/tree/tsconfig.json index fb491a3358..3cd3be3a69 100644 --- a/packages/tree/tsconfig.json +++ b/packages/tree/tsconfig.json @@ -1,19 +1,25 @@ { - "extends": "../tsconfig.settings.json", "compilerOptions": { - "rootDir": "./src", - "outDir": "./lib-umd", - "declarationDir": "./types", + "rootDir": "src", + "module": "NodeNext", + "target": "ESNext", + "resolveJsonModule": true, + "emitDeclarationOnly": true, + "declaration": true, + "declarationDir": "types", + "strict": false, + "noImplicitAny": false, + "noImplicitThis": false, + "strictNullChecks": false, + "skipLibCheck": true, + "allowImportingTsExtensions": true, + "lib": [ + "DOM", + "ESNext", + "ES2020" + ] }, "include": [ - "./src/**/*" - ], - "references": [ - { - "path": "../api" - }, - { - "path": "../common" - } + "./src/index.ts" ] } \ No newline at end of file diff --git a/packages/tree/vitest.workspace.ts b/packages/tree/vitest.workspace.ts new file mode 100644 index 0000000000..fa7bb0720b --- /dev/null +++ b/packages/tree/vitest.workspace.ts @@ -0,0 +1,6 @@ +import { defineWorkspace } from 'vitest/config'; +import baseWorkspace from '../../vitest.workspace.ts'; + +export default defineWorkspace([ + ...baseWorkspace +]) \ No newline at end of file diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index 4812240182..43079074ea 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/CHANGELOG.md @@ -65,6 +65,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/util-v3.0.0...util-v3.1.0) (2024-10-24) + + +### Features + +* Add React Custom Graph demo ([48f7140](https://github.com/hpcc-systems/Visualization/commit/48f7140592f3dcb400a95135d01115b8b475220a)) +* Bump WsWorkunits services ([9ee2210](https://github.com/hpcc-systems/Visualization/commit/9ee221012ba7d2caccc4986409527573c8388c34)) +* Rename "lint" to "lint-all" and revert "lint" to break on error. ([227ab65](https://github.com/hpcc-systems/Visualization/commit/227ab656f9ce64580a0c8a7015e53ac455b16be4)) +* Switch to esbuild (common, api, chart) ([a855017](https://github.com/hpcc-systems/Visualization/commit/a855017b8b35ee53ca4a3a060973bf4b87c8916b)) +* Switch to esbuild and ESM first packaging ([b752510](https://github.com/hpcc-systems/Visualization/commit/b752510b5074fbc9a606e4d189412798c241f414)) +* Switch to esbuild and ESM first packaging (comms) ([3bc7e54](https://github.com/hpcc-systems/Visualization/commit/3bc7e54da7a70d5bfc57ea4b1a87fb02913cbf40)) + + +### Bug Fixes + +* **GraphT:** Merge edges fails when ID matches, but source/target has changed ([b822ade](https://github.com/hpcc-systems/Visualization/commit/b822adef25e8d8780cab62f73e79972bb90712e2)) + ## [2.53.0](https://github.com/hpcc-systems/Visualization/compare/util-v2.52.0...util-v2.53.0) (2024-10-23) diff --git a/packages/util/package.json b/packages/util/package.json index 548d070343..8a2095c98e 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,13 +1,14 @@ { "name": "@hpcc-js/util", - "version": "2.53.0", + "version": "3.1.0", "description": "hpcc-js - Utilities", "type": "module", "exports": { ".": { "types": "./types/index.d.ts", "default": "./dist/index.js" - } + }, + "./dist/*": "./dist/*" }, "main": "./dist/index.js", "types": "./types/index.d.ts", @@ -34,11 +35,11 @@ "update-major": "npx -y npm-check-updates -u" }, "dependencies": { - "@xmldom/xmldom": "0.9.3" + "@xmldom/xmldom": "0.9.5" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", - "@hpcc-js/esbuild-plugins": "^1.1.2" + "@hpcc-js/esbuild-plugins": "^1.2.0" }, "repository": { "type": "git", diff --git a/packages/util/src/__package__.ts b/packages/util/src/__package__.ts index 900f3f8fb2..28febd2c7d 100644 --- a/packages/util/src/__package__.ts +++ b/packages/util/src/__package__.ts @@ -1,3 +1,3 @@ export const PKG_NAME = "@hpcc-js/util"; -export const PKG_VERSION = "2.53.0"; +export const PKG_VERSION = "3.1.0"; export const BUILD_VERSION = "2.107.0"; diff --git a/release-please-config.json b/release-please-config.json index f2c417612b..aa762a576e 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -6,13 +6,27 @@ ".": {}, "packages/api": {}, "packages/chart": {}, + "packages/codemirror": {}, "packages/common": {}, "packages/comms": {}, + "packages/composite": {}, "packages/dataflow": {}, + "packages/dgrid": {}, + "packages/dgrid-shim": {}, + "packages/dgrid2": {}, + "packages/eclwatch": {}, "packages/esbuild-plugins": {}, + "packages/form": {}, + "packages/graph": {}, + "packages/html": {}, + "packages/layout": {}, + "packages/map": {}, + "packages/map-deck": {}, "packages/markdown-it-plugins": {}, - "packages/observable-shim": {}, "packages/observablehq-compiler": {}, + "packages/other": {}, + "packages/phosphor": {}, + "packages/react": {}, "packages/util": {} }, "plugins": [ diff --git a/resources/hpcc-systems-dark.svg b/resources/hpcc-systems-dark.svg new file mode 100644 index 0000000000..1484707bcb --- /dev/null +++ b/resources/hpcc-systems-dark.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/hpcc-systems.svg b/resources/hpcc-systems.svg new file mode 100644 index 0000000000..316847edf3 --- /dev/null +++ b/resources/hpcc-systems.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/vitest.workspace.ts b/vitest.workspace.ts index 2de489cc51..d43fc45e25 100644 --- a/vitest.workspace.ts +++ b/vitest.workspace.ts @@ -1,10 +1,11 @@ -import { defineWorkspace } from 'vitest/config' +import { configDefaults, defineWorkspace } from 'vitest/config' export default defineWorkspace([ { test: { name: 'node', exclude: [ + ...configDefaults.exclude, '**/*.browser.spec.{ts,js}', "**/node_modules/**", "**/.nx/**", @@ -13,12 +14,15 @@ export default defineWorkspace([ "**/demos/**", "**/src/**", ], - environment: 'node' + environment: 'node', + setupFiles: [] } }, { test: { name: 'browser', exclude: [ + ...configDefaults.exclude, + "@hpcc-js/dgrid-shim", '**/*.node.spec.{ts,js}', "**/node_modules/**", "**/.nx/**", @@ -39,6 +43,7 @@ export default defineWorkspace([ }, screenshotFailures: false }, + setupFiles: [] } } ])